.reiconback{
    background: rgb(209,211,218);
    border-radius: 10px;
}

.nav_icon{
    width:25%;
    float: left;
}

.nav_text{
    width: 75%;
    float: left;
}

iframe{
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto!important;
}

.accordion-body iframe{
    width: fit-content;
}

.personimage{
    max-width: 250px;
}

@media (max-width: 1400px) {
    .personimage{
        max-width: 180px;
    }
}

#formmessageok{
    width: 100%;
    background: #99ffcc;
    border: 1px solid #9E9E9E;
    padding: 5px 10px;
}

#formmessageno{
    width: 100%;
    background: #fe2b25;
    border: 1px solid #9E9E9E;
    padding: 5px 10px;
    color: #ffffff;
}

.direntry ul{
    list-style-type: none;
}

.direntry ul li{
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 400!important;
    font-size: 24px!important;
}

.direntry ul li a, .direntry ul li a:hover, .direntry ul li a:visited{
    color: #000000!important;

}

.dirkey{
    color: #106666;
    font-weight: 700!important;
    font-size: 36pt;
}

.role_button{
    background: #106666!important;
    color: #ffffff!important;
    padding: 0!important;
    font-weight: 500!important;
    font-family: 'Poppins', sans-serif!important;
    margin-bottom: 30px;
    width: 15%;
    height: 40px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-top: 15px;
    float: left;
    text-align: center;
}

.role_button.is-checked{
    color: #e3af55!important;
}

@media (max-width: 1400px) {
.role_button{
    height: 60px;
}

}


@media (max-width: 992px) {
    .role_button{
        background: #106666!important;
        color: #ffffff!important;
        padding-top: 0.4em!important;
        font-weight: 500!important;
        font-family: 'Poppins', sans-serif!important;
        margin-bottom: 5px;
        width: 30%;
        margin-left: 1.5%;
        margin-right: 1.5%;
        margin-top: 15px;
    }

}

.dir_button{
    background: #106666!important;
    color: #ffffff!important;
    padding-top: 0.4em!important;
    font-weight: 500!important;
    font-family: 'Poppins', sans-serif!important;
    margin-bottom: 15px;
}

.dir_button.is-checked{
    color: #e3af55!important;
}

.dir_button:hover, .role_button:hover{
    color: #e3af55!important;
}

.hover {
    overflow: hidden;
    position: relative;
    padding-bottom: 60%;
}

.hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    transition: all 0.4s;
}

.hover img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.hover-content {
    position: relative;
    z-index: 99;
}

.hover-4 img {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hover-4 .hover-overlay {
    background: rgba(0, 0, 0, 0.2);
    z-index: 90;
}

.hover-4-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 3rem;
    z-index: 99;
    font-size: 24px!important;
    text-transform: none!important;
    width: 95%;
}

.hover-4-description {
    position: absolute;
    top: 1rem;
    left: 1rem;
    text-align: right;
    padding: 0;
    z-index: 99;
    transform: translateX(-1.5rem);
    opacity: 0;
    transition: all 0.3s;
    font-size: 16px!important;
}

@media (min-width: 992px) {
    .hover-4-description {
        width: 90%;
    }
}

.hover-4:hover img {
    width: 100%;
}

.hover-4:hover::after {
    opacity: 1;
    transform: none;
}

.hover-4:hover .hover-4-description {
    opacity: 1;
    transform: none;
}

.hover-4:hover .hover-4-title {
    opacity: 0;
    transform: none;
}

.hover-4:hover .hover-overlay {
    background: rgba(0, 0, 0, 0.8);
}

.emaillink{
    color: #000000!important;
}

.bioholder{
    background: #005C5B;
    height: 5vh;
}

@media screen and (max-width: 1300px) {
    .bioholder{
        border: 0;
        width: 80%!important;
    }
    .requal{
        font-size: 18px!important;
    }
}

.accordion-button:not(.collapsed)::after {
    background-image: url("/wp-content/uploads/icon-open.svg");
    background-size: 25px 25px;
    background-position: center 2px;
    order: -1;
    margin-left: 0;
    margin-right:0.5em;
    transform: rotate(360deg);
}

.accordion-button.collapsed::after {
    background-image: url("/wp-content/uploads/icon-closed.svg");
    background-size: 25px 25px;
    background-position: center 2px;
    order: -1;
    margin-left: 0;
    margin-right:0.5em;
    transform: rotate(360deg);
}

.accordion-button::after{
    height: 27px;
    width: 25px;
}

.accordion-item {
    color: #106666;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #106666;
    border-radius: 0;
}

.accordion-button{
    color: #106666;
    font-weight: 400;
    font-size: 28px;
}

.accordion-button:not(.collapsed){
    color: #106666;
}

.accordion-item:first-of-type{
    border-top: 1px solid #106666;
    border-radius: 0;
}

.accordion-item:last-of-type{
    border-radius: 0;
}

.accordion, .accordion-header, .accordion-button{
    background: transparent!important;
}

.accordion-button:not(.collapsed), .accordion-button:not(.collapsed):focus  {
    box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px;
}

.accordion-body a, .accordion-body a:hover, .accordion-body a:visited{
    color: #106666;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    left: 20px;
    top: 50%;
    display: block;
    margin: 0;
    cursor: pointer;
    color: #106666;
    transform: translate(-50%, -50%);
    background: #106666;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: 1s;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    right: -25px;
    top: 50%;
    display: block ;
    margin: 0;
    cursor: pointer;
    color: #106666;
    transform: translate(-50%, -50%);
    background: #106666;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: 1s;
}

#cstudy .owl-prev, #cstudy .owl-next{
    color: #1c2648!important;
    background: #1c2648;
}

#recaro .owl-prev, #recaro .owl-next{
    color: #1c2648!important;
    background: #1c2648;
}

.owl-theme .owl-nav [class*="owl-"]:hover{
    background: transparent!important;
    color: #1c2648;
}

.overlay, .overlayc {
    position: absolute;
}

.overlay_0 {
    right: 0;
    bottom: 0;
    padding: .5rem;
    margin: 4px;
    color: #ffffff;
    font-weight: 400;
    background: #106666;
}

.overlay_0c {
    right: 0;
    bottom: 0;
    padding: .5rem;
    margin: 4px;
    color: #ffffff;
    font-weight: 400;
    background: #1c2648;
}

.overlay_vimeo_play {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: .5rem;
    padding-left: 15px;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 400;
    background: #000000;
}

.overlay_vimeo_share {
    top: 2%;
    right: 1.5%;
    border-radius: 50%;
    padding: .6rem;
    padding-top: .5rem;
    background: #106666;
}

.overlay_vimeo_share_1 {
    top: 2%;
    left: 1.5%;
}

.modal-backdrop{
    opacity: 0.9!important;
}

.modal-content{
    background: #106666;
}

.btn-close{
    margin-bottom: 5px;
}

.vimwidth{
    width: 75%;
    margin-left: 12.5%;
}

@media screen and (max-width: 1200px) {
    .vimwidth{
        width: 100%;
        margin-left: 0;
    }
}

.home_impact_holder{
    background: #106666;
    padding: 15px 10px;
    border-radius: 10px;
    margin-top: 40px;
}

.home_news_holder{
    background: rgb(207,224,224);
    background: linear-gradient(90deg, rgba(207,224,224,1) 0%, rgba(255,255,255,1) 100%);
    padding: 15px 10px;
    border-radius: 10px;
    margin-top: 40px;
}

.case_studies_holder{
    background: rgb(209,211,218);
    background: linear-gradient(90deg, rgba(209,211,218,1) 0%, rgba(255,255,255,1) 100%);
    padding: 15px 10px;
    border-radius: 10px;
    margin-top: 40px;
}

.left_menu_header{
    color: #106666;
    font-weight: 700;
    font-size: 24px;
}

.w-leftmenu{
    max-width: 95%;
}

@media screen and (max-width: 1510px) {
    .w-leftmenu{
        max-width: 100%;
    }
}

.mybanner{
    min-height: 98%!important;
}

.banner_right_box{
    border: 1px solid #106666;
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-left: 20px!important;
    padding-top: 30%;
    padding-bottom: 30px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 35%;
    width: 50%;
    max-width: 175px;
    height: 95%;
    max-height: 95%;
}

@media screen and (max-width: 1400px) {
    .banner_right_box{
        padding-left: 20px!important;
        padding-top: 25%;
        padding-bottom: 20px;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 100% 40%;
        width: 100%;
    }
}

@media screen and (max-width: 1400px) {
    .banner_right_box{
        display: none;
    }
}

.ulbanner{
    margin-left: 0!important;
    margin-bottom: 0!important;
    padding-left: 15px!important;
    font-size: 14px!important;
}

.carousel-row{
    margin-left: 4.5%!important;
    margin-right: 4.5%;
}

.banner_sm{
    display: none!important;
}

@media screen and (max-width: 1400px) {
    .carousel-row{
        margin-left: 6%!important;
        margin-right: 6%;
    }
    .carousel-indicators{
        display: none;
    }
    .banner_lg{
        display: none!important;
    }
    .banner_sm{
        display: block!important;
    }
}

.carousel-control-prev{
    justify-content: left;
    margin-left: 20px;
    opacity: 1;
    width: 4%;
}

.carousel-control-prev-icon, .carousel-control-next-icon{
    background: #106666;
    border-radius: 50%;
}

.carousel-control-next{
    justify-content: right;
    margin-right: 25px;
    opacity: 1;
    width: 4%;
}

.carousel-control-prev-icon::after, .carousel-control-next-icon::after{
    content: none;
}

.bordergreen{
    border-top: 1px solid #106666;
}

.btngreen{
    color: #ffffff!important;
    background: #106666!important;
    font-size: 0.8vw!important;
    padding: 7px 25px!important;
    border-radius: 24px!important;
    font-weight: 300!important;
    transition: 1s;
    width: 28%!important;
}

.btngreen:hover{
    background: #cccccc!important;
    color: #ffffff!important;
}

.btnsub{
    color: #ffffff!important;
    background: #106666!important;
    font-size: 12pt!important;
    padding: 7px 15px!important;
    border-radius: 24px!important;
    font-weight: 300!important;
    transition: 1s;
    width: 150px!important;
}

.btnsub:hover{
    background: #cccccc!important;
    color: #ffffff!important;
}

.w-banner1{
    width: 65%!important;
    font-size: 3vw;
}

@media screen and (max-width: 1400px) {
    .w-banner1{
        width: 85%!important;
        font-size: 3vw;
        display: none;
    }
}

.w-banner2{
    width: 80%!important;
    font-size: 3vw;
}

@media screen and (max-width: 991px) {
    .pbanner{
height: 200px!important;
    }
}

.ptitle{
    font-size: 1.5vw;
}

.pname{
    font-size: 3vw;
}

@media screen and (max-width: 1200px) {
    .pname{
        font-size: 3.5vw;
    }

}

@media screen and (max-width: 991px) {
    .ptitle{
        font-size: 2.5vw;
    }
    .pname{
        font-size: 4.5vw;
    }
}

.breadcrumb{
    margin-bottom: 0;
}

#crumbs a, #crumbs a:hover, #crumbs a:visited{
    color: #ffffff;
    text-decoration: none;
}

@media screen and (max-width: 991px) {
    #navbar-content {
        position: absolute;
        top: 15px;
        right: 0;
    }
    .mega-menu-toggle{
        margin-bottom: 15px;
    }
    .w-banner1{
        width: 80%!important;
        font-size: 4vw;
    }
}

.menudrop{
    display: none;
}

.site_logo {
    max-width: 450px!important;
    height: auto!important;
}

@media screen and (max-width: 1370px) {
    .tabletno {
display: none;
    }
}

@media screen and (max-width: 991px) {
    .mobileno {
        display: none;
    }
}

@media screen and (max-width: 1250px) {
    .site_logo {
        max-width: 350px!important;
        height: auto!important;
    }
}

@media screen and (max-width: 1150px) {
    .site_logo {
        max-width: 250px!important;
        height: auto!important;
    }
}

@media screen and (max-width: 1050px) {
    .site_logo {
        max-width: 200px!important;
        height: auto!important;
    }
}

.header_container{
    margin-top: 20px;
    margin-bottom: 20px;
}

.pagetop{
    min-width: 100%;
    background: #106666;
    height: 25px;
}

footer{
    background: #106666;
}

.green, .green p, .green a, .green a:hover, .green a:visited{
    color: #106666!important;
}

.bggreen{
    background: #106666;
}

.dblue, .dblue p, .dblue a, .dblue a:hover, .dblue a:visited, #cstudy a, #cstudy a:hover, #cstudy a:visited{
    color: #1c2648!important;
}

.black, .black p, .black a, .black a:hover, .black a:visited{
    color: #1c2648!important;
}

.bgdblue{
    background: #1c2648;
}

.mega-menu-item-search-2{
    min-width: 100%!important;
    text-align: right!important;
}

.search-form label{
    width: 25%!important;
    margin-right: 2%!important;
}

.search-submit{
    display: none!important;
}

.search-field{
    width: 200%!important;
}

.footer_menu li{
    list-style-type: none;
    line-height: 2;
}

.footer_menu li a{
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
}

.social_icon{
    float: left;
    width: 20%;
}

.social_icon img{
    max-width: 30%!important;
    text-align: center;
    background: #005C5B;
}

@media screen and (max-width: 1200px) {
    .social_icon img{
        max-width: 20%!important;
        text-align: center;
        background: #005C5B;
    }
}

body{
    font-family: 'Poppins', sans-serif!important;
    font-weight: 300!important;
    color: #000000!important;
}

p{
    font-size: 20px!important;
    margin-bottom: 15px!important;
}

.main ul{
    font-size: 20px!important;
}

.carousel-inner ul{
    font-size: 14px!important;
}

.cstudy blockquote{
    font-weight: 500;
    font-size: 20px;
    border-left: 2px solid #106666;
    padding-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
    color: #106666;
}

.cstudy h3{
    font-size: 20px!important;
    white-space:normal !important;
    clear: none;
}

.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0!important;
}
.alignleft {
    float: left;
    margin-bottom: 0!important;
}
.alignright {
    float: right;
    margin-bottom: 0!important;
}

h1{
    font-size: 15pt;
}

h2{
    font-size: 14pt;
}

h3, legend{
    font-size: 12pt;
}

.font10{
    font-size: 10px;
}

.font11{
    font-size: 12px;
}

.font12{
    font-size: 12px;
}

.font14{
    font-size: 14px;
}

.font16{
    font-size: 16px;
}

.font18{
    font-size: 18px;
}

.font20{
    font-size: 20px;
}

.font22{
    font-size: 22px;
}

.font24{
    font-size: 24px;
}

.font28{
    font-size: 28px;
}

.font30{
    font-size: 30px;
}

.font36{
    font-size: 36px;
}

.font50{
    font-size: 50px;
}

.font55{
    font-size: 55px;
}

.font65{
    font-size: 65px;
}

.font300, .font300 p{
    font-weight: 300!important;
}

.font400{
    font-weight: 400!important;
}

.font500{
    font-weight: 500!important;
}

.font600, .font600 p{
    font-weight: 600!important;
}

.font700{
    font-weight: 700!important;
}

.white, .white p, .white a, .white a:hover, .white a:visited{
    color: #ffffff!important;
}

.page_header{
    margin-top: -10px;
}

.w-60{
    max-width: 60%;
}

p a, p a:hover, p a:visited, .team a, .team a:hover, .team a:visited{
    color: #106666;
    text-decoration: none!important;
}

.find ul li a{
    color: #106666;
    text-decoration: none!important;
}

.find ul{
    margin-left: 0;
}

.acf-field p.description{
    font-size: 16px!important;
    color: #000000!important;
}

.acf-th label{
    font-weight: 400;
    color: #000000;
}

.acf-form input, .acf-form select, .acf-form #tinymce{
    font-family: 'Poppins', sans-serif!important;
    font-weight: 300!important;
}

.acf-image-uploader p{
    font-size: 16px!important;
}

.acf-form-submit input[type="submit"], .buttlogout{
    background: #106666;
    color: #ffffff;
    font-weight: 600;
    padding: 10px 35px;
}


