/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

a:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.feature-box .fbox-icon i, .feature-box .fbox-icon img {
    background-color: #e66030;
}
.fbox-effect .fbox-icon i:hover, .fbox-effect:hover .fbox-icon i {
    background-color: #e66030;
}
.fbox-effect .fbox-icon i:after{
	box-shadow: 0 0 0 2px #e66030;
}
.subscribe {
    background-color: #e66030;
    padding: 25px 0;
    position: relative;
}
a.subscribehref {
    background: #1a1a1a;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-family: 'Lora',serif;
    font-weight: 700;
    letter-spacing: .046875em;
    line-height: 1;
    display: block;
    padding: 8px 14px;
    font-size: 10px;
    margin: 6px 30px;
}
.about {
    position: relative;
    background-image: url(../images/about-bg.jpg);
    background-size: cover;
	background-position: center;
	background-color: rgba(7,143,203,.8);
}

.about .overlay_bg {
    background-color: rgba(7,143,203,.8);
}

.padding-120 {
    padding: 120px 0;
}
.white_after::after{
	border-top: 2px solid #fff;
}
.more-default {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    background-color: #e66030;
    border-radius: 2px;
    padding: 11px 30px;
    margin-bottom: 20px;
    transition: .25s ease-out;
    cursor: pointer;
}
.violet_clr{
	color: #e66030 !important;
}
.violet_aft::after{
	border-top: 2px solid #e66030;
}
.achievements {
    background-image: url(../images/achievements-bg.jpg);
    background-size: cover;
	background-position: center;	
}
.achievements .overlay_abt{
	background-color: rgba(146,39,143,.8);
}
.i-plain {
    width: 36px !important;
    height: 36px !important;
    font-size: 28px;
    line-height: 36px !important;
    color: #fff;
    text-shadow: 1px 1px 1px #FFF;
}
.counter,.counter + h5{
    color: #fff;
}
.counter.counter-lined + h5:before {
    border-top: 2px solid #fff;  
}
/*-------------------------------------------------*/
/* =  2.MAIN MENU
/*-------------------------------------------------*/

#primary-menu ul li a{
    color: #5d5d5d;
    padding: 35px 15px 20px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
   /* text-transform: uppercase;
    */
    position:relative;
}
#primary-menu ul li a:hover{
    color: #e66030;
}

#primary-menu ul li:hover > a,
#primary-menu ul li.current > a { 
    color: #e66030; 
}
/* #primary-menu ul li a:hover:after{
    visibility: visible;
    transform: scaleX(1);
    transition: all .25s ease-out;
} */

#primary-menu ul li:hover > a:after,
#primary-menu ul li.current > a:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 12px;
    left: 0;
    color: #e66030;
    /* background-color: #e66030; */
    visibility: visible;
    -webkit-transform: scaleX(0);
    transform: scaleX(1);
    transition: all .25s ease-out;
    z-index: 1;
}
#primary-menu ul li:last-child a{
    padding-right:0px;
}
.Methodology{
    background-image: url(../images/partner-bg.jpg);
    background-size: cover;
    background-position: center;
}
.Methodology .overlay_bg {
    background-color: rgba(252,127,12,.8);
}
#header.full-header #logo {
    border-right: none;
}
#header.full-header #primary-menu > ul {
    border-right: none;
}
.spost {   
    border-top: none;
}
.testimonial-border-yellow{
    border: 2px solid #e66030
}
.testimonial-border-red{
    border: 2px solid #e84b3a
}
.testimonial-border-orange{
    border: 2px solid #fc7f0c
}

.slide_1{
    height: 620px;
}
.padding-50 {
    padding: 50px 0;
}
.popularclass,.gallery{
    background-color: #f7f7f7;
}
#copyrights {
    padding: 13px 0;
}
.dark #footer .social-icon.si-borderless, #footer.dark .social-icon.si-borderless {
    color: #e6e6e6 !important;
}
.rev_slider .caption, .rev_slider .tp-caption, .tp-simpleresponsive img{
    /* height: 620px!important; */
}

.tp-bannertimer {
    
    background: rgba(230, 96, 48, 0.7)!important;
   
}
.fancy-title > h3 {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: normal;
}