/**  home **/

.fa-play {
    position: absolute;
    top: 28%;
    left: 42%;
    color: #FFF;
    background-color: #e00;
    border-radius: 50%;
    padding: 3px 20px;
    height: 50px;
    font-size: 16px;
    width: 50px;
    opacity: 0.8;
    line-height: 46px;
    transition: all 0.3s ease 0s;
}

.video-box a:hover .fa-play{
    font-size: 18px;
    height: 53px;
    width: 53px; 
    opacity: 0.7;
    
}
    @media (min-width: 992px) {
    .col-md-11 {
        width: 80%;
    }
     .mob-pad-b-30
    {
        padding-left:5px !important;
    }
    .p-m-20 p
    {
       padding-left:5px !important; 
    }
    
}
.whiteBg_heading h2 {
    color: #0c3e61;
    text-transform: capitalize;
    display: inline;
    font-size: 24px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
}
@media (min-width: 992px) and (max-width: 1100px) {
    .container {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .col-md-11 {
        width: 90%;
    }
}
@media (min-width: 769px) and (max-width: 1100px) {
    .mob-pad-b-30 {
        padding-left: 10px !important;
    }
    .p-m-20 p {
        padding-left: 10px !important;
    }
}
@media (min-width: 400px) and (max-width: 991px) {
.btn-full {
    width: auto;
    display: block;
    text-align: center;
    margin-bottom: 0px;
    margin-left: 6px;
}
}
.btn-padding .btn-1 {
    display: inline-block !important;
    width: fit-content !important;
}
@media screen and (max-width: 991px) {
.justified .tabs-navigation li {
    float: none;
    display: table-cell;
    width: 1%;
    text-align: left;
}
}
@media (min-width: 600px) and (max-width: 991px) {
.tabs-navigation li {
    position: relative;
    display: block;
    float: left;
    margin: 0px 0px -1px;
}
}
@media (max-width: 767px) {
    .banner-text {
        font-size: 21px !important;
    }
    .banner-text {
    font-size: 34px;
    font-weight: normal;
    margin-bottom: 5px;
}
}


/* new slider css */

.slider_text_box{width: 100%;padding: 30px 30px;background:#0c3e61; }
.slider_text_box h2{font-size:16px;line-height:24px;font-weight:400;color:#FFF;margin-top: 6px; display:inline-flex;}
.btn-banner{line-height:30px;background-color:#fbbc05;text-transform:uppercase;font-size:14px;padding:4px 10px;border:1px #fbbc05 solid;color:#000;border-radius:0;}
.btn-banner:hover{background-color:transparent;border:1px #fbbc05 solid;color:#fbbc05;}
.quickLinks h2{font-size:22px;color:#FFF;text-transform:uppercase;margin:20px 0 10px 0;font-weight:400; display:block;}
.quickLinks > .btn{border-radius:3px;font-size:14px;padding:12px 20px;position:relative;overflow:hidden;text-transform:capitalize;background-color:#FFF;border-color:#FFF;border-width:1px;border-style:solid;color:#000;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;margin-bottom:10px;outline:none;line-height:14px;width:280px;font-weight:500;font-family: 'Montserrat', sans-serif !important;}
.btn.btn-shadow {
    -webkit-box-shadow: 4px 4px 0px #aabfc6;
    -moz-box-shadow: 4px 4px 0px #aabfc6;
    box-shadow: 4px 4px 0px #aabfc6; 
}
.btn.btn-shadow:hover{-webkit-box-shadow:4px 4px 0px #6b94a1;-moz-box-shadow:4px 4px 0px #6b94a1;box-shadow:4px 4px 0px #6b94a1;}

.banner-arrows .owl-carousel .owl-nav [class*="owl-"]{width:15px;height:15px;line-height:15px;border-radius:0px;position:absolute;top:8%;background-color:#0c3e61;border-color:#FFF;}
.banner-arrows .owl-carousel.arrows-visibile .owl-prev{right:30px;left:none;opacity:1;}
.banner-arrows .owl-carousel .owl-nav .owl-prev{left:auto;}
.banner-arrows .owl-carousel .owl-nav [class*="owl-"] i{line-height:12px;color:#FFF;font-size:14px;}
.banner-arrows .owl-carousel.arrows-visibile .owl-next{left:auto;right:10px;opacity:1;}
.banner-arrows .owl-carousel .owl-nav [class*="owl-"]:hover{background-color:#FFFFFF !important;border-color:#0c3e61;}
.banner-arrows .owl-carousel .owl-nav [class*="owl-"]:hover i{ color:#0c3e61;}
.btn.btn-creative i {
    margin-right: 4px;
    float: right;
}


/**  header   **/

.extra_btn_1 span {
    color: #fff;
    background-color: #091f7b;
    padding: 10px 10px;
    line-height: 40px;
    border-radius:5px;
}
.extra_btn_2 span {
    color: #fff;
    background-color: #fbbc05;
    padding: 10px 10px;
    line-height: 40px;
    border-radius:5px;
}
#mainMenu nav > ul > li > a {
        position: relative;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #FFF;
    text-transform: capitalize;
    border-radius: 0;
    /* border-width: 0; */
    border-style: solid;
    border-color: transparent;
    transition: all .3sease;
    line-height: 42px;
}
/*#mainMenu nav > ul > li.active {
    background: #1d975c !important;
    color: #FFF !important;
    border-radius: 5px;
}*/
#mainMenu nav > ul > li {
    float: left;
    border: 0;
    transition: all .3sease;
    margin-left: 0px;
}
@media (max-width: 1024px) {
    #header #mainMenu:not(.menu-overlay) nav > ul li.hover-active > .dropdown-menu {
        visibility: visible;
        opacity: 1;
        max-height: 2000px;
    }
}
#mainMenu nav>ul>li {
    float: left;
    border: 0;
    transition: .3s;
    line-height: 42px;
}
@media (max-width: 768px) {
    #header #mainMenu:not(.menu-overlay) nav > ul > li > a {
        padding: 0px 8px !important;
    }
}
#mainMenu nav {
    float: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

/**   head section  **/

  .index-logo-min-width {
    min-width: auto;
}
@media (min-width: 769px) and (max-width: 991px) {
.top-header h1 span {
    display: flex;
    align-content: center;
    justify-content: center;
}
}
@media (min-width: 320px) and (max-width: 599px) {
    .top-header h1 span {
        right: 0px !important;
        line-height: 22px;
        display: flex !important;
        align-content: center;
        justify-content: center;
    }
    .top-header h4 {
        font-size: 14px !important;
        display: flex !important;
        align-content: center;
        justify-content: center;
    }
}
@media (min-width: 600px) and (max-width: 768px) {
    .top-header h1 span {
        right: 0px !important;
        line-height: 27px;
        display: flex !important;
        align-content: center;
        justify-content: center;
        font-size: 22px !important;
    }
        .top-header h4 {
        font-size: 14px !important;
        display: flex !important;
        align-content: center;
        justify-content: center;
        font-size: 17px !important;
    }
}


/** footer   **/
    .footer-organizer-sec {
    display: block;
    color: #FFF;
    text-align: center;
    margin-left: 0px;
}
#footer .social-icons {
    float: none;
}
    @media (min-width: 992px) and (max-width: 1100px) {
    .container {
        width: 100%;
    }
}


