/*
 Theme Name:   ICF Site
 Theme URI:    http://localhost/icf-site/
 Description:  Consoul Child Theme
 Author:       Wiked
 Author URI:   http://wiked.co
 Template:     consoul
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  consoulchild
*/
a.primary{
    color: #2d4fad !important;
}
.main-menu .navigation > li.current-menu-item > a,
.main-menu .navigation > li.current-menu-ancestor > a,
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
    color: #2d4fad !important;
}
.main-menu .navigation > li > ul > li > a:before{
    background-color: #2d4fad !important;
}
.sec-title .title{
    color: #2d4fad !important;
}
.sec-title .title{
    color: #2d4fad !important;
}
.clients-section-two .sec-title .title{
    color: #e6d442 !important;
}
.sec-title h2:before,
.sec-title.centered h2:after{
    background-color: #e6d442 !important;
}
.banner-carousel .content-box h2:before{
    background-color: #e6d442 !important;
}
.btn-style-two{
    background-color: #2d4fad !important;
}
.page-title .bread-crumb li a:hover{
    color: #e6d442 !important;
}
.page-title .bread-crumb{
    display: none;
}
.main-header .logo-outer .logo img{
    /*margin-top: 10px !important;
    width: 105px !important;*/
    margin-top: 5px !important;
    width: 155px !important;
}
.main-header .header-upper .logo-outer{
    margin-bottom: 0px !important;
}
.fixed-header .sticky-header .logo{
    padding: 0px 0 !important;
}
.auto-container{
    margin-top: 5px !important;
}
.sticky-header .auto-container{
    margin-bottom: 5px !important;
}
.sticky-header .logo img{
    max-width: 130px !important;
}
@media only screen and (max-width: 1100px){
    .banner-carousel .content-box h2{
        font-size:55px !important;
    }
}
@media only screen and (max-width: 767px){
    .banner-carousel .content-box h2{
        font-size:42px !important;
    }
}
@media only screen and (max-width: 479px) {
    .banner-carousel .content-box h2{
        font-size:30px !important;
    }
}
.banner-carousel .content-box h2{
    font-size:55px;
}
/*.logo-outer{
    margin-top: 5px;
}*/
.logo .logo-title{
    font-size: 60px !important;
    font-weight: 500;
    font-family: inherit !important;

}
.logo .logo-subtitle{
    font-size: 10px !important;
    font-weight: 400;
    font-family: 'Raleway';
}
.footer-bottom .pull-right .social-box{
    position: relative;
}
.footer-bottom .pull-right .social-box li a{
    font-size: 16px !important;
    position: relative;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}
.footer-bottom .pull-right .social-box li a:hover{
    color: #e6d442 !important;
}
.footer-bottom .pull-right .social-box li{
    position: relative;
    margin-left: 15px;
    display: inline-block;
}
.footer-bottom .pull-right{
    position: relative;
    float: right;
    z-index: 1;
}
.footer-bottom .pull-right .social-box{
    position: relative;
}
.flaticon-menu{
    color: #2d4fad !important;
    border: 1px solid #2d4fad !important;
}
@media only screen and (max-width: 767px){
    .navbar-collapse > .navigation > li > a{
        background: #e4e4e4 !important;
        color: #89888a !important;
        font-weight: 300 !important;
    }
    .main-menu .navbar-collapse > .navigation > li:hover > a,
    .main-menu .navbar-collapse > .navigation > li > ul > li:hover,
    .main-menu .navbar-collapse > .navigation > li > ul > li:hover a,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover,
    .main-menu .navbar-collapse > .navigation > li.current > a,
    .main-menu .navbar-collapse > .navigation > li.current-menu-item > a{
        background: #2d4fad !important;
    }
    .main-menu .navbar-collapse > .navigation > li > ul,
    .main-menu .navbar-collapse > .navigation > li > ul > li > a{
        background: #e4e4e4 !important;
         color: #89888a !important;
    }
    .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
        color: #89888a !important;
        border: 1px solid #89888a !important;
    }
}

/*
******************* Section Services *******************/
.services-block .inner-box .lower-content .category:before{
    /*background-color: #2d66ad !important;*/
    background-color: #2d4fad !important;
}
.services-block .inner-box .lower-content .read-more:hover{
    color: #2d4fad !important;
}
.services-section .owl-dots .owl-dot.active,
.services-section .owl-dots .owl-dot:hover{
    background-color: #2d4fad !important;
}

/*
******************* Section Plans *******************/
.price-block .recomend {
    background-color: #2d4fad !important;
}
.price-block .inner-box .upper-content .package,
.price-block .inner-box .upper-content .price{
    display: none;
}
.price-block .inner-box .lower-content .feature:hover{
    color: #2d4fad !important;
}
.price-block .inner-box .lower-content .price-list li{
    font-size: 15px !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
    border: none;
}
.price-list > li > span.title{
    color: #222222 !important;
    font-weight: 700;
}
.container-plans-table{
    overflow: auto;
}
table.plans-features-table{
    width: 100%;
}
table.plans-features-table tr td,
table.plans-features-table tr th{
    border-bottom: 1px solid #ddd !important;
    border-left: none !important;
    border-top: none !important;
    border-right: none !important;
    padding: 7px;
}
table.plans-features-table tr th{
    vertical-align: middle !important;
}
table.plans-features-table td.center,
table.plans-features-table th.center{
    text-align: center;
}
table.plans-features-table span{
    color: #2d4fad !important;
}
table.plans-features-table span.title{
    font-weight: 700;
    color: #555555 !important;
}
table.plans-features-table tr:hover{
    background-color: #f1f1f1;
}
.plans-page-content .price-section{
    padding-top: 0px !important;
}
.plans-page-content .sec-title h2:before,
.plans-page-content .sec-title.centered h2:after{
    display: none;
}

/*
******************* Section Testimonials *******************/
.clients-section-two .owl-dots .owl-dot.active,
.clients-section-two .owl-dots .owl-dot:hover{
    background-color: #e6d442 !important;
}
.client-block-three .inner-box .author-info .info-inner h3{
    font-size: 18px;
    line-height: 1.6;
}
.designation-title{
    font-size: 16px;
    color:  #2d4fad;
    font-weight: 700;
}
.client-block-three .inner-box{
    min-height: 380px;
}

/*
******************* Section Clients *******************/
.sponsors-section-four .owl-dots .owl-dot.active,
.sponsors-section-four .owl-dots .owl-dot:hover{
    background-color: #2d4fad !important;
}

/*
******************* Section News *******************/
.news-section-two{
    background-color: #ffffff !important;
}
.news-block-two .inner-box .image .post-date{
    background-color: #2d4fad !important;
}
.news-block-two .inner-box .lower-content .post-info li .icon{
    color: #e6d442 !important;
}
.news-block-two .inner-box .lower-content h3 a:hover{
    color: #2d4fad !important;
}
.btn-style-four:hover,
.btn-style-four:hover::before{
    background-color: #2d4fad !important;
    border-color: #2d4fad !important;
}

/*
******************* Section News *******************/
.widgets-section #bunch_about_us-2{
    padding-right: 45px !important;
}
.services-style .sidebar-page-container{
    padding: 50px 0px 60px !important;
}

/*
******************* Section Footer *******************/
.main-footer .about-widget .theme-btn,
.main-footer .about-widget .theme-btn:hover{
    background-color: #2d4fad !important;
    border-color: #2d4fad !important;
    color: #ffffff !important;
}
.footer-bottom .title,
.footer-bottom .title:hover{
    color: #e6d442 !important;
}
.scroll-to-top:hover{
    background: #2d4fad !important;
}
/*
******************* Section About us *******************/
/*.team-section{
    padding: 20px 0px 50px !important;
}*/
.we-are-section{
    padding: 40px 0px 60px !important;
}
.we-are-section .sidebar-page-container{
    padding: 60px 0px 60px !important;
}
.team-block .inner-box .image{
    background-color: #ffffff;
}
.team-block .inner-box .image .overlay-content .info-content .content .upper-box h3{
    font-size: 17px !important;
}
.we-are-section .content-column .signature-box{
    display: none;
}
.team-block .inner-box .image .overlay-content .info-content{
    padding: 15px 20px !important;
}
.team-block .inner-box .image .overlay-content .info-content .content .upper-box h3 a:hover{
    color: #2d4fad !important;
}
.team-block .inner-box .image .overlay-content .info-content .lower-box{
    margin-top: -12px;
}
.team-block .inner-box .image .overlay-content{
    top: 300px !important;
    left: 20px !important;
    right: 20px !important;
}
.designation-team{
    font-weight: 500;
    font-size: 14px !important;
    color: #2d4fad !important;
}
.team-block .info-content{
    margin-right: 0px !important;
}
.team-block .lower-box{
    font-size: 12px;
}
.progress-bars .bar-item .skill-bar .bar-inner .bar{
    border-bottom: 2px solid #2d4fad !important;
}
.progress-bars .bar-item .skill-percentage{
    border: 2px solid #2d4fad !important;
}
.business-section{
    padding: 100px 0px 155px !important;
}

/*
******************* Section Partners *******************/
.website-alianzas{
    font-size: 15px;
    color: #2d4fad !important;
}
.news-block-three .inner-box .lower-content h3 a:hover{
    color: #2d4fad !important;
}
.client-block .inner-box{
    min-height: 670px;
}

/*
******************* Section Service *******************/
.service-item-description{
    padding: 50px 0;
}
.service-item-table tr td{
    border: none !important;
    padding: 16px !important;
}
.item-list-service i{
    position: relative;
    font-style: normal;
    margin-left: 5px;
}
.item-list-service span{
    position: relative;
    color: #2d4fad !important;
}
.service-item-sidebar .btn-style-two{
    margin-left: 40px;
}
.service-item-sidebar .btn-style-two:hover::before,
.plans-section-btn:hover:before{
    background: none !important;
}
.service-item-sidebar{
    margin-top: -70px;
}
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .service-item-features{
        margin-top: 0px;
    }
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .service-item-features{
        margin-top: -240px;
    }
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .service-item-features{
        margin-top: 0px;
    }
}
.services-widget .menu{
    position: relative;
    border: 1px solid #e2e8f0;
}
.services-widget .menu li{
    position: relative;
    border-bottom: 1px solid #e2e8f0;
}
.services-widget .menu li a{
    position: relative;
    padding: 18px 30px;
    color: #7e8597;
    font-size: 15px;
    font-weight: 500;
    display: block;
    border-left: 5px solid transparent;
    font-family: 'Poppins', sans-serif;
}
.services-widget .menu li a:hover,
.services-widget .menu li.active a{
    color: #ffffff;
    background-color: #2d4fad;
    border-left: 5px solid #ffffff;
}
.services-widget .menu li a:before{
    position: absolute;
    content: '';
    left: -6px;
    top: 0px;
    width: 2px;
    height: 0%;
    background-color: #2d4fad;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition:  all 0.5s ease;
}
.news-block-three .inner-box .lower-content .read-more:hover{
    background-color: #2d4fad !important;
}
/*
******************* Section Contact *******************/
.contact-info-boxed .info-inner .icon-box{
    color: #2d4fad;
    border: 2px solid #2d4fad;
}
.contact-form .form-group .submit-btn{
    background-color: #2d4fad;
    color: #ffffff;
}
.contact-form .form-group .submit-btn:hover{
    background-color: #161a33;
}
.news-block-three .inner-box .image{
    background-color: #161a33 !important;
}
.contact-info-boxed .info-inner{
    min-height: 210px !important;
}
/*
******************* Section Blog *******************/
.sidebar-title h2:before{
    background-color: #e6d442 !important;
}
.sidebar-widget ul li a:hover{
    color: #2d4fad !important;
}
.blog-single .inner-box .title-box .category{
    color: #2d4fad !important;
}
.blog-single .category a{
    color: #7e8597;
}
.add-comment-form{
    display: none;
}
.post-share-options{
    display: none;
}
.news-block-three .inner-box .image .post-date{
    background-color: #2d4fad !important;
}
.team-carousel .owl-stage-outer{
    min-height: 580px;
}