/*--
	Author: W3Layouts
	Author URL: http://w3layouts.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
--*/
:root {
    /*--btn-color: #ff1460;*/
}

@font-face {
    font-family: Montserrat;
    src: url('../../fonts/montserrat/Montserrat-Light.otf');
}

@font-face {
    font-family: OpenSans;
    src: url('../../source-sans-pro/SourceSansPro-Regular.otf');
}

@font-face {
    font-family: CaviarDreams;
    src: url('../../fonts/Caviar-Dreams/CaviarDreams.ttf');
}

@font-face {
    font-family: Raleway;
    src: url('../../fonts/Raleway/Raleway-Regular.ttf');
}

@font-face {
    font-family: Arvo;
    src: url('../../fonts/Arvo/Arvo-Regular.ttf');
}

@font-face {
    font-family: Merriweather;
    src: url('../../fonts/Merriweather/Merriweather-Light.ttf');
}


* {
    font-family: Raleway, serif;
}

nav a {
   color: #012661 !important;
    font-family: Raleway, serif !important;
}

.color-orange{
    color: #eb5323 !important;
}

.color-yellow{
    color: #FFD635;
}

.font700{
    font-weight: 700;
}

.color-black {
    color: #000 !important;
}

.custom-shadow {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.flex-container {
    display: flex;
    flex-direction: row;
}

.flex-container > div {

}

.parallax {
    /* The image used */
    background-image: url("../../images/consulting.jpg");

    /* Set a specific height */
    min-height: 200px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax2 {
    /* The image used */
    background-image: url("../../images/parallax2.png");

    /* Set a specific height */
    min-height: 200px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-text-holder{
    position: relative;
    z-index: 1000;
    top: 90px;
}

h3{
    font-weight: 700;
}

.w3l-features-4 .features4-grid h5 a {
   font-size: 14px;
   text-transform: uppercase;
}

.section-title h3 {
color: #012661 !important;
}

.big-title{
color: #012661 !important;

}

.old-w3l-header-4 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    /* background: var(--btn-color); */
    background: #FFF;
    color: #000;
    /*opacity: 0.8;*/
    z-index: 9;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.w3l-header-4 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    /* background: var(--btn-color); */
    background: #FFF;
    color: #000;
    /*opacity: 0.8;*/
    z-index: 9;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    height: 90px;
}

.smaller-font{
    font-size: 0.9em;
    font-weight: 700;
}

.smaller-font-2{
    font-size: 0.8em;
    font-weight: 700;
}

.w3l-blog-single-post-main .social-share a,
.w3l-blog-single-post-main .social-icons-section a {
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    font-size: 28px;
    border-radius: 50%;
    transition: 0.3s;
    margin-right: 10px; 
    padding-top: 1px;
}

.home-logo {
    max-height: 70px;
} 

.w3l-hero-headers-14 .hh14-text h3 {
    margin-top: 100px;
    font-size: 28px;
    line-height: 30px;
    color: var(--white-color);
    font-weight: normal;
}

.w3l-inner-banner-main ul.breadcrumbs-custom-path li, .w3l-inner-banner-main ul.breadcrumbs-custom-path li a {
    color: #000;
    font-size: 17px;
    font-weight: 600;
}

.w3l-inner-banner-main .breadcrumbs-custom-path h3 {
    font-size: 30px;
    color: #EFB701;
    line-height: 35px;
    margin-bottom: 30px;
}

.w3l-blog-main-61 .admin-list li a {
    display: block;
    font-size: 17px;
    color: #777;
    text-transform: capitalize;
}

.yellow_background {
    background-color: #fccc0c !important;
}

.w3l-header-4 a.brand-logo {
    color: #012661 !important;
    font-weight: bold;
    font-size: 20px;
}

.w3l-footer-29-main
{
    background-color: #fccc0c !important;
}

.w3l-footer-29-main .footer-29 {
    background: #fccc0c;
    padding: 60px 0;
}

.feature-icon{
    width: 100% !important;
    /*border: 1px solid blue;*/

}

.feature-icon img{
    width: 250px;

}

.service-img{
    width: 200px !important;
    margin: 0 auto !important;
    /*position: relative;
    left: 0px;*/
}

ul.my_lists{
    list-style-type: square !important;
}

.w3l-footer-29-main .copy-footer-29, .w3l-footer-29-main p.sub-paragraph {
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #000;
}

.w3l-footer-29-main .list-btm-29 li a, .w3l-footer-29-main .list-btm-29 li select {
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #000;
}

.w3l-inner-banner-main {

}

.w3l-inner-banner-main .about-inner-blog {

    background: url(../../images/banners/BannerBlog.png) no-repeat fixed center;

}

.w3l-inner-banner-main .about-inner-about {

    background: url(../../images/banners/BannerAboutUs.png) no-repeat fixed center;

}

.w3l-inner-banner-main .about-inner-foci {

    background: url(../../images/banners/BannerAreasFocus.png) no-repeat fixed center;

}

.w3l-inner-banner-main .about-inner-events {

    background: url(../../images/banners/BannerEventsTrainings.png) no-repeat fixed center;

}

.w3l-inner-banner-main ul.breadcrumbs-custom-path h1{
    color: #012661 !important;
}

.team-wrapper {

}

.focus-wrapper-row {

}

.focus-title{
    color: #012661;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}
.shadow-card {
    background: #fff;
    box-shadow: 0px 0px 10px 1px #cccccc;
    padding-bottom: 2em;
    padding-top: 2em;
}

.focus-image{
    text-align: center;
    /*border: 1px solid red;*/
}

.focus-image img{
    width: 100%;
    height: 100%;
}

.core_values_ul li {
    margin-bottom: 1em;
}


@media (max-width: 992px){
    .w3l-header-4 .toggle {
        background: #012661;
        color: #FFF;
    }
}

@media (max-width: 576px) {
    nav a {
        color: #FFF !important;
    }

    .accreditations_row .col-md-4 {
        margin-bottom: 2em;
    }

    .w3l-inner-banner-main div {
        width: 100%;

    }

    .one-blog img {
        width: 100% !important;
        /*border: 1px solid red;*/
    }

    .w3l-header-4 a.brand-logo {
        font-size: 15px;
    }

    .w3l-header-4 .toggle {
        background: #012661;
        color: #FFF;
        margin-top: 1.5em;
    }

    .team-wrapper .team-member-parent{
       /* border: 1px solid green;*/
        width: 100%;
        position: relative;
        left: 0;
        margin: 0;
        padding-right: 5px;
        padding-left: 5px;
    }

    .focus-text {
        text-align: center !important;
        width: 100% !important;
    }

    .focus-text p{
        text-align: center !important;

    }

     .focus-text .my_lists{
        /*text-align: center !important;*/

    }

     .flex-container{
         flex-direction: column;
     }

    .focus-image{
        order: 1;
    }

    .focus-text {
        order: 2;
    }

    .focus-title{
        margin-top: 1em;
    }

}
  
