.text18{
	font-size: 18px;
	line-height: 35px;
}
.sectionPadding{
	padding: 70px 0;
}
.bgOrange{
	background-color: #ebff08;
}
.main-menu .navigation > li > ul {
	right: 0!important;
}

.main-menu .navigation > li > ul > li > a{
	font-size: 14px;
	padding: 8px 18px;
}


@media screen and (max-width: 4000px) and (min-width: 1023px){

	

    .sub-menu {
    width: 800px!important;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-column-rule: 1px single grey;
    -moz-column-rule: 1px single grey;
    column-rule: 1px single grey;
}
    }






.innerPageSec .inner-column .text h3{
	color: #111;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.4;
}
.innerPageSec .inner-column .text p{
	font-size: 20px!important;
}
.quote blockquote {
    padding: 21px 30px 18px 30px;
    border-left: 5px solid #fde428;
    background: #f2f2f2;
    font-size: 16px;
    line-height: 26px;
    color: #212121;
    font-style: italic;
}


.accordianSec .card-header{
    background-color: #002E5B;
    padding: 18px 16px;
    color: #fff;
    margin-bottom: 14px;
}

.accordianSec .accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordianSec .accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}




.indTagline blockquote {
    padding: 21px 30px 18px 30px;
    border-left: 5px solid #002e5b;
   background: transparent; 

}
