/*
font-family: 'Avenir LT Std';
font-family: 'Avenir';
font-family: 'Circular Std';
font-family: 'Inter', sans-serif;
font-family: 'Roboto', sans-serif;
*/
:root {
    scroll-behavior: initial;
}
*,
*:after,
*:before {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
a {
    transition: 0.6s ease;
    text-decoration: none;
    color: #000;
}
a:hover {
    transition: 0.6s ease;
    text-decoration: none;
    color: #00A9A1;
}
html {
    font-size: 16px;
    overflow-x: hidden;
    scroll-behavior: smooth !important;
}
.page-wrapper-container {
    overflow: hidden;
    width: 100%;
}
body {
    font-family: 'Avenir LT Std';
    font-size: 16px;
    color: #000;
}
p a {
    color: #000;
    text-decoration: underline;
}
p {
    margin-bottom: 1.60rem;
    font-size: 16px;
    line-height: 1.400;
    font-weight: 300;
}
p:last-child {
    margin-bottom: 0;
}
p strong {
    font-weight: 700;
}
.size-16 p {
    font-size: 16px;
}
h1,
.h1 {
    font-family: 'Avenir LT Std';
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
}
h2,
.h2 {
    font-family: 'Avenir LT Std';
    font-size: 40px;
    font-weight: 900;
    line-height: 52px;
}
h3 {
    font-family: 'Avenir LT Std';
    font-size: 25px;
    line-height: 32px;
    font-weight: 900;
    color: #C57E00;
    text-transform: uppercase;
}
h4 {
    font-family: 'Avenir LT Std';
    font-size: 18px;
    font-weight: 900;
    line-height: 130%;
}
h5 {
    font-family: 'Avenir LT Std';
    font-size: 16px;
    font-weight: 900;
    line-height: 130%;
}
.theme_btn {
    font-family: 'Avenir LT Std';
    margin-top: 0px;
    display: inline-block;
    padding: 11px 35px;
    font-size: 18px;
    z-index: 1;
    border: 2px solid transparent;
    position: relative;
    background-color: #01746D;
    line-height: 24px;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.theme_btn:hover,
a.theme_btn:focus,
.theme_btn:active {
    background-color: transparent !important;
    color: #000 !important;
    border: 2px solid #01746D;
}
.sec_btn {
    font-family: 'Avenir LT Std';
    margin-top: 0px;
    display: inline-block;
    padding: 11px 35px;
    font-size: 18px;
    z-index: 1;
    border: 2px solid #01746D;
    position: relative;
    background-color: #fff;
    line-height: 24px;
    border-radius: 5px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
}
.sec_btn:hover,
a.theme_btn:focus,
.theme_btn:active {
    background-color: #01746D !important;
    color: #fff !important;
    border: 2px solid #01746D;
}
input {
    border: 1px solid #f2f2f2;
    height: 50px;
    padding-left: 15px;
}
.pagecontent {
    max-width: 1440px;
    margin: auto;
}
.section-pad {
    padding: 2.680rem 0;
}
.section-sm-pad {
    padding: 5.000rem 0;
}
.pm-0 p {
    margin-bottom: 0;
}
/* .green-text { color: #01746D; } */
#pageheader {
    position: sticky;
    top: 0;
    /* position: fixed; */
    z-index: 99999;
    width: 100%;
}
#pageheader .navbar {
    background: #ffffff;
    padding: 0;
}
#pageheader .navbar .navbar-nav .menu-item {
    padding: 0 15px;
    /* height: 64px; */
    display: flex;
    align-items: center;
}
#pageheader .navbar .navbar-nav .menu-item:hover {
    background-color: #f2f2f2;
    cursor: pointer;
}
#pageheader .navbar .navbar-nav .menu-item i {
    margin-top: 13px;
}
#pageheader .navbar .navbar-nav .nav-link {
    position: relative;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    padding: 25px 0;
}
/* #pageheader .navbar .navbar-nav .nav-link:hover { color: #00A9A1; } */
/* #pageheader .navbar .navbar-nav .nav-link:after { content: ""; left: 0px;  position: absolute; width: 0; height: 3px; background: #fff; bottom: 0; transition: 0.3s ease; }
#pageheader .navbar .navbar-nav .nav-link.active:after, #pageheader .navbar .navbar-nav .nav-link:hover:after { width: 100%; } */
#pageheader .navbar .navbar-toggler {
    border: none;
    border-radius: 0;
    margin: 0;
    background-color: #000;
}
.hamburger .line {
    width: 32px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hamburger:hover {
    cursor: pointer;
}
#hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
}
#hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    -o-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
    width: auto;
}
#hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
    width: auto;
}
#pageheader .navbar .navbar-toggler:focus {
    box-shadow: none;
}
.hamburger .line:nth-child(1) {
    width: 20px;
    margin-left: 0;
}
.hamburger .line:nth-child(3) {
    width: 20px;
    margin-right: 0;
}
/*Footer*/
#pagefooter {
    background-color: #033F49;
    max-width: 1440px;
    margin: auto;
}
#pagefooter .top-footer {
    padding: 5% 0 6%;
    position: relative;
    height: 360px;
}
.top-footer.dark:after {
    position: absolute;
    height: 360px;
    width: 100vw;
    background-color: #033F49;
    top: 0px;
    z-index: -1;
    content: '';
    box-shadow: 0 0 0 100vmax #033F49;
    clip-path: inset(0 -100vmax);
}
#pagefooter .top-footer::before {
    content: '';
    position: absolute;
    height: 180px;
    width: 180px;
    background-color: #fff;
    bottom: 0;
    right: 0;
}
#pagefooter .top-footer .copyright {
    position: absolute;
    bottom: 26%;
    font-size: 14px;
    font-weight: 350;
    line-height: 18px;
}
#pagefooter h4,
#pagefooter ul li,
#pagefooter ul li a {
    color: #e1e1e1;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
#pagefooter ul li a:hover {
    color: #00a9a1;
}
#pagefooter p {
    color: #fff;
}
#pagefooter ul {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}
#pagefooter ul li {
    padding: 5px 0;
}
#pagefooter h4 {
    font-weight: 700;
}
.social-media-links a {
    color: #fff;
}
.social-media-links .facebook-icon {
    background: #00A9A1;
    height: 180px;
    width: 180px;
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
}
.social-media-links .linkedin-icon {
    background: #F29B00;
    height: 180px;
    width: 180px;
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 180px;
}
.social-media-links .facebook-icon a,
.social-media-links .linkedin-icon a {
    font-size: 45px;
}
/*About page*/
.about-our-purpose .left-content span {
    font-size: 25px;
    font-weight: 350;
    line-height: 32px;
    color: #C57E00;
    text-transform: uppercase;
}
.about-our-purpose .left-content h1 {
    font-size: 50px;
    color: #000;
    font-weight: 900;
    line-height: 60px;
    margin: 6% 0;
    font-family: 'Avenir LT Std';
}
.about-our-purpose .left-content p {
    margin-bottom: 25px;
}
.whats-sets-us {
    background: #033F49;
    margin: 5% 0 0;
    padding: 7.5% 0;
    margin-left: 12.5%;
    position: relative;
}
.whats-sets-us .content {
    text-align: left;
    justify-content: center;
}
.whats-sets-us .content h2 {
    color: #F29B00;
    font-family: 'Avenir LT Std';
    margin-bottom: 28px;
}
.about-our-purpose {
    position: relative;
    z-index: 999;
}
.whats-sets-us .content p {
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
}
.whats-sets-us .whats-set-content {
    margin-left: 12.5%;
}
.about-our-purpose .right-img {
    text-align: center;
    position: relative;
    padding-left: 11.5%;
}
.about-our-purpose .right-img .orange-big-box {
    position: absolute;
    height: 180px;
    width: 180px;
    background-color: #F29B00;
    bottom: 0;
    right: -60px;
}
.about-our-purpose .right-img .orange-small-box {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #F29B00;
    bottom: -89px;
    right: 30px;
    z-index: 99;
}
.about-our-purpose .right-img .green-small-box {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #00A9A1;
    bottom: 1px;
    left: 8px;
}
.whats-sets-us {
    margin-top: 88px;
}
.about-our-purpose .left-content {
    padding-left: 115px;
}
.whats-sets-us .white-big-box {
    position: absolute;
    height: 180px;
    width: 180px;
    background-color: #fff;
    bottom: -1px;
    left: -1px;
}
.safety-first {
    background-color: #FBFCF7;
}
.safety-first .left-img {
    position: relative;
}
.safety-first .left-img img {
    width: 100%;
}
.safety-first .left-img .white-big-box {
    position: absolute;
    height: 180px;
    width: 180px;
    background-color: #FBFCF7;
    bottom: -1px;
    right: -1px;
}
.safety-first .row .col-lg-6:first-child {
    padding-right: 0;
}
.safety-first .left-img .white-small-box {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #fff;
    top: -1px;
    left: -1px;
}
.safety-first .left-img .green-box {
    position: absolute;
    height: 90px;
    width: 180px;
    background-color: #033F49;
    bottom: 0px;
    left: 0px;
}
.safety-first .left-img .orange-box {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #F29B00;
    bottom: 89px;
    right: 179px;
}
.safety-first .left-img .green-big-box {
    position: absolute;
    height: 180px;
    width: 180px;
    background-color: #00A9A1;
    top: 0px;
    right: -179px;
}
.safety-first .right-content {
    padding: 75px 145px 50px 85px;
    margin-top: 140px;
}
.safety-first .right-content h2 {
    color: #033F49;
    margin-bottom: 15px;
}
.culture-trust .right-img img {
    width: 100%;
    margin-bottom: -1px;
}
.culture-trust .right-img {
    position: relative;
}
.culture-trust .row .col-lg-6:nth-child(2) {
    padding-left: 0;
}
.culture-trust .right-img .blue-box {
    position: absolute;
    height: 180px;
    width: 180px;
    background-color: #9DDAE5;
    bottom: -80px;
    right: 0px;
    z-index: 9;
}
.culture-trust .right-img .white-big-box {
    position: absolute;
    height: 180px;
    width: 180px;
    background-color: #fff;
    bottom: -1px;
    left: -1px;
}
.culture-trust .right-img .green-box {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #77D4A7;
    bottom: -1px;
    left: 178px;
}
.culture-trust .left-content {
    padding: 140px;
    padding-left: 170px;
}
.culture-trust .left-content h2 {
    color: #033F49;
    margin-bottom: 15px;
}
.self-performance {
    background-color: #FBFCF7;
}
.self-performance .left-img img {
    width: 100%;
    margin-bottom: -1px;
}
.self-performance .left-img {
    position: relative;
    margin-bottom: -1px !important;
    padding-right: 70px;
}
.self-performance .left-img .white-big-box {
    position: absolute;
    height: 180px;
    width: 180px;
    background-color: #fff;
    top: -1px;
    left: -1px;
}
.self-performance .left-img .green-box {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #77D4A7;
    bottom: 1px;
    right: -20px;
}
.self-performance .right-content {
    padding: 50px 95px 50px 85px;
}
.self-performance .right-content h2 {
    color: #033F49;
    margin-bottom: 15px;
}
/*Service page*/
.service-top .right-img {
    text-align: right;
    position: relative;
}
.service-top .left-content {
    padding-left: 25%;
}
.service-top .right-img .orange-big-box {
    position: absolute;
    height: 180px;
    width: 180px;
    background-color: #F29B00;
    bottom: 0;
    right: 540px;
}
.service-top .right-img .green-big-box {
    position: absolute;
    height: 90px;
    width: 180px;
    background-color: #00a9a1;
    top: 0;
    right: 0;
}
.service-top .left-content h1 {
    margin-top: 45px;
}
.counter-sec .counter-one,
.counter-sec .counter-two,
.counter-sec .counter-three,
.counter-sec .counter-four,
.counter-sec .counter-five,
.counter-sec .counter-six,
.counter-sec .counter-seven,
.counter-sec .counter-nine,
.counter-sec .counter-ten,
.counter-sec .counter-eleven,
.counter-sec .counter-twelve {
    background-color: #F2F1EE;
    height: 270px;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
}
.counter-sec .counter-two {
    background-color: #fff;
}
.counter-sec .counter-three {
    background-color: #9DDAE5;
}
.counter-sec .counter-four {
    background-color: #F29B00;
}
.counter-sec .counter-five {
    background-color: #fff;
}
.counter-sec .counter-six {
    background-color: #77D4A7;
}
.counter-sec .counter-seven {
    background-color: #033F49;
}
.counter-sec .counter-nine {
    background-color: #fff;
}
.counter-sec .counter-ten {
    background-color: #34454E;
}
.counter-sec .counter-twelve {
    background-color: #F29B00;
}
.counter-sec .counter-four h2 {
    color: #033F49 !important;
}
.counter-sec .counter-six h2,
.counter-sec .counter-twelve h2 {
    color: #033F49 !important;
}
.counter-sec .counter-ten h2 {
    color: #F29B00 !important;
}
.counter-sec .counter-ten p {
    color: #fff !important;
}
.counter-sec .counter-seven h2,
.counter-sec .counter-seven p {
    color: #f2f2f2 !important;
}
.counter-sec .counter-one h2,
.counter-sec .counter-two h2,
.counter-sec .counter-three h2,
.counter-sec .counter-four h2,
.counter-sec .counter-five h2,
.counter-sec .counter-six h2,
.counter-sec .counter-seven h2,
.counter-sec .counter-nine h2,
.counter-sec .counter-ten h2,
.counter-sec .counter-eleven h2,
.counter-sec .counter-twelve h2 {
    font-size: 64px;
    font-style: normal;
    font-weight: 750;
    line-height: 76.8px;
    color: #01746D;
}
.counter-sec .counter-one p,
.counter-sec .counter-two p,
.counter-sec .counter-three p,
.counter-sec .counter-four p,
.counter-sec .counter-five p,
.counter-sec .counter-six p,
.counter-sec .counter-seven p,
.counter-sec .counter-nine p,
.counter-sec .counter-ten p,
.counter-sec .counter-eleven p,
.counter-sec .counter-twelve p {
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 20.8px;
    color: #000;
}
.delivery-execution {
    background-color: #f2f1ee;
}
.delivery-execution h2 {
    margin-bottom: 2rem;
}
.delivery-execution .right-img img {
    width: 100%;
}
.delivery-execution .right-img.one h3,
.delivery-execution .right-img.two h3,
.delivery-execution .right-img.three h3 {
    padding: 40px;
    color: #fff;
    font-weight: 750;
    text-transform: none;
}
.delivery-execution .right-img.two h3 {
    color: #000;
}
.delivery-execution .right-img.one {
    position: relative;
}
.delivery-execution .right-img.one h3 {
    position: absolute;
    height: 173px;
    width: 329.5px;
    background: #033F49;
}
.delivery-execution .right-img.two {
    position: relative;
}
.delivery-execution .right-img.two h3 {
    position: absolute;
    height: 173px;
    width: 329.5px;
    background: #77D4A7;
}
.delivery-execution .right-img.three {
    position: relative;
}
.delivery-execution .right-img.three h3 {
    position: absolute;
    height: 173px;
    width: 329.5px;
    background: #0094BB;
}
.delivery-execution .right-img.one .green-box-one {
    position: absolute;
    height: 86.5px;
    width: 86.5px;
    background-color: #033F49;
    top: 0;
    right: 0;
}
.delivery-execution .right-img.one .green-box-two {
    position: absolute;
    height: 86.5px;
    width: 86.5px;
    background-color: #033F49;
    top: 173px;
    right: 0;
}
.delivery-execution .right-img.two .lightgreen-box-one {
    position: absolute;
    height: 86.5px;
    width: 86.5px;
    background-color: #77D4A7;
    top: 86.5px;
    right: 0;
}
.delivery-execution .right-img.two .lightgreen-box-two {
    position: absolute;
    height: 86.5px;
    width: 86.5px;
    background-color: #77D4A7;
    top: 172px;
    right: 0;
}
.delivery-execution .right-img.three .blue-box-one {
    position: absolute;
    height: 86.5px;
    width: 86.5px;
    background-color: #0094BB;
    top: 86.5px;
    right: 1px;
}
.delivery-execution .right-img.three .blue-box-two {
    position: absolute;
    height: 86.5px;
    width: 86.5px;
    background-color: #0094BB;
    top: 172px;
    right: 86.5px;
}
.lets-work-together {
    position: relative;
}
.lets-work-together .gray-box {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #F2F1EE;
    bottom: 0px;
    right: 0px;
}
.lets-work-together .left-img {
    position: relative;
}
.lets-work-together .left-img img {
    width: 100%;
    margin-bottom: -1px;
}
.lets-work-together .white-big-box {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #fff;
    top: 0;
    right: -1px;
}
.lets-work-together .right-content h2 {
    color: #033F49;
    margin-bottom: 20px;
}
.lets-work-together .right-content p {
    font-size: 18px;
}
.lets-work-together .right-content {
    padding: 115px;
}
.lets-work-together .right-content p a {
    text-decoration: none;
    font-weight: 750;
    position: relative;
}
.lets-work-together .right-content p a:before {
    content: '';
    position: absolute;
    background-image: url('../images/contact-us.svg');
    width: 15px;
    height: 15px;
    right: -25px;
    top: 4px;
}
.video-section {
    background-color: #033F49;
}
.video-section .left-img {
    position: relative;
}
.video-section .left-img .plyrvid_container .plyr {
    width: calc(100% + 1px);
    margin-left: -1px;
    max-width: initial;
}

.video-section .left-img .plyrvid_container {
    overflow: hidden;
}
.video-section video {
    width: 100%;
}
.video-section .white-big-box {
    position: absolute;
    height: 180px;
    width: 330px;
    background-color: #fff;
    top: 0;
    right: -330px;
}
.video-blk-wrap .play-pause-icon {
    position: absolute;
    background: url(../images/video-icon.svg);
    width: 140px;
    height: 140px;
    top: 50%;
    background-size: cover;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
    cursor: pointer;
}
.industries-where {
    height: 360px;
    position: relative;
}
.industries-where .orange-big-box {
    position: absolute;
    height: 180px;
    width: 360px;
    background-color: #F29B00;
    top: 0;
    left: 0px;
}
.industries-where .green-small-box {
    position: absolute;
    height: 180px;
    width: 180px;
    background-color: #77D4A7;
    top: 180px;
    left: 360px;
}
.industries-where .green-big-box {
    position: absolute;
    height: 360px;
    width: 100vw;
    background-color: #033F49;
    top: 0px;
    left: 540px;
    z-index: -1;
}
.industries-where .right-content {
    padding: 6% 0 2% 15%;
}
.industries-where .right-content h2 {
    color: #F29B00;
}
.industries-where .right-content .points {
    display: flex;
}
.industries-where .right-content .points ul {
    list-style: none;
    padding-left: 0;
    margin-right: 18%;
    padding-top: 15px;
}
.industries-where .right-content .points ul li {
    color: #fff;
    font-size: 18px;
}
/* Style the tab */
.put-us-work .right-content .tab {
    overflow: hidden;
    width: 66.6%;
    margin-left: auto;
}
.put-us-work .right-content .tab button {
    background-color: #F2F1EE;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 18px;
    width: 50%;
    font-weight: 700;
    border-top: 2px solid transparent;
    color: #000;
    text-transform: capitalize;
    height: 72px;
}
.put-us-work .right-content .tab button:hover,
.put-us-work .right-content .tab button.active {
    background-color: #fff;
    border-top: 2px solid #01746D;
    color: #000;
    font-weight: 750;
}
.put-us-work .right-content .tabcontent {
    display: none;
    background-color: #FBFCF7;
}
.put-us-work .right-content .tabcontent .tab-inside-content {
    display: flex;
}
.put-us-work .right-content .tabcontent .tab-inside-content .right-img-content {
    width: 66.6%;
    margin-left: auto;
}
.put-us-work .right-content .tabcontent .tab-inside-content .left-content {
    width: 33.3%;
    margin-top: 20px;
}
.put-us-work .tab-sec {
    padding: 0;
}
.put-us-work .right-content .tabcontent img {
    width: 100%;
}
.put-us-work .right-content .tabcontent .learn-more {
    text-align: center;
    padding: 25px;
    background-color: #77D4A7;
    font-size: 20px;
    font-weight: 400;
}
.put-us-work .right-content .tabcontent .learn-more a {
    font-weight: 700;
    position: relative;
}
.put-us-work .right-content .tabcontent .learn-more a:before {
    content: '';
    position: absolute;
    background-image: url(../images/black-arrow.svg);
    width: 15px;
    height: 15px;
    right: -25px;
    top: 4px;
}
.put-us-work .work-list {
    background-color: #FBFCF7;
    padding: 0;
}
.put-us-work .tab-row {
    background-color: #fff;
}
.put-us-work .left-content h2 {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #033F49;
}
.put-us-work .left-content .list-items {
    padding: 48px 35px;
    height: 610px;
    overflow-y: scroll;
}
.put-us-work .left-content .list-items ul {
    list-style: none;
}
.put-us-work .left-content .list-items ul li {
    padding-bottom: 10px;
}
/* #work-list-env ul,  #work-list-geo ul { height: 570px; overflow-y: scroll; } */
.put-us-work .right-content {
    position: relative;
}
.put-us-work .right-content h2 {
    position: absolute;
    top: 16px;
    left: 4.5%;
    color: #033F49;
}
/*search icon*/
#pageheader .navbar .navbar-nav .menu-item.current_page_item a {
    color: #01746D;
}
#pageheader .navbar .navbar-nav .menu-item .search-icon {
    background-color: transparent;
}
.search-icon form,
.search-icon #search,
.search-icon .caret {
    margin: auto;
}
.search-icon {
    margin-left: 25px;
}
.search-icon form {
    position: relative;
    width: 100%;
    max-width: 17em;
}
.search-icon #search,
.search-icon .caret {
    display: block;
    transition: all calc(var(--dur) * 0.5) linear;
}
.search-icon #search {
    background: transparent;
    border-radius: 50%;
    box-shadow: 0 0 0 0.15em inset;
    caret-color: var(--primary);
    width: 1.5em;
    height: 1.5em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 2px;
}
.search-icon #search:focus,
.search-icon #search:valid {
    background: var(--input);
    border-radius: 0.25em;
    box-shadow: none;
    padding: 0.75em 1em;
    transition-duration: calc(var(--dur) * 0.25);
    transition-delay: calc(var(--dur) * 0.25);
    width: 100%;
    height: 3em;
}
.search-icon #search:focus {
    animation: showCaret var(--dur) steps(1);
    outline: transparent;
}
.search-icon #search:focus + .caret,
.search-icon #search:valid + .caret {
    animation: handleToCaret var(--dur) linear;
    background: transparent;
    width: 1px;
    height: 1.5em;
    transform: translate(0, -1em) rotate(-180deg) translate(7.5em, -0.25em);
}
.search-icon #search::-webkit-search-decoration {
    -webkit-appearance: none;
}
.search-icon label {
    color: #e3e4e8;
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 0;
}
.search-icon .caret {
    background: currentColor;
    border-radius: 0 0 0.125em 0.125em;
    margin-bottom: -0.6em;
    width: 0.15em;
    height: 0.7em;
    transform: translate(0, -1em) rotate(-45deg) translate(0, 0.875em);
    transform-origin: 50% 0;
}
/* Animations */
@keyframes showCaret {
    from {
        caret-color: transparent;
    }
    to {
        caret-color: var(--primary);
    }
}
@keyframes handleToCaret {
    from {
        background: currentColor;
        width: 0.25em;
        height: 1em;
        transform: translate(0, -1em) rotate(-45deg) translate(0, 0.875em);
    }
    25% {
        background: currentColor;
        width: 0.25em;
        height: 1em;
        transform: translate(0, -1em) rotate(-180deg) translate(0, 0.875em);
    }
    50%,
    62.5% {
        background: var(--primary);
        width: 1px;
        height: 1.5em;
        transform: translate(0, -1em) rotate(-180deg) translate(7.5em, 2.5em);
    }
    75%,
    99% {
        background: var(--primary);
        width: 1px;
        height: 1.5em;
        transform: translate(0, -1em) rotate(-180deg) translate(7.5em, -0.25em);
    }
    87.5% {
        background: var(--primary);
        width: 1px;
        height: 1.5em;
        transform: translate(0, -1em) rotate(-180deg) translate(7.5em, 0.125em);
    }
    to {
        background: transparent;
        width: 1px;
        height: 1.5em;
        transform: translate(0, -1em) rotate(-180deg) translate(7.5em, -0.25em);
    }
}
/*Our Team*/
.our-team-top .team-row {
    padding-top: 100px;
}
.our-team-top .right-img {
    position: relative;
}
.our-team-top .right-img .green-big-box {
    position: absolute;
    height: 180px;
    width: 180px;
    background-color: #01746D;
    top: -100px;
    right: 20px;
    z-index: -1;
}
.our-team-top .right-img .white-small-box {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #fff;
    right: 14%;
    bottom: 0px;
}
.our-team-top .right-img {
    padding-left: 0;
}
.our-team-top .left-content {
    margin-top: -30px;
}
.solve-problem .left-img {
    position: relative;
    margin-top: 90px;
}
.solve-problem .left-img .blue-box-one {
    position: absolute;
    height: 90px;
    width: 180px;
    background-color: #9DDAE5;
    left: 0;
    top: -90px;
}
.solve-problem .left-img .blue-box-two {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #9DDAE5;
    left: 0;
    top: 0;
}
.solve-problem .left-img .white-box {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #FBFCF7;
    bottom: 0;
    right: 0;
}
.solve-problem .right-content {
    padding: 0 145px 50px 70px;
    margin-top: 90px;
}
.solve-problem .right-content .breadth-list {
    display: flex;
}
.solve-problem .right-content .breadth-list ul {
    width: 40%;
    padding-left: 1rem;
    margin-right: 2rem;
}
.ready-to-work {
    background-color: #FBFCF7;
}
.ready-to-work .right-img {
    position: relative;
}
.ready-to-work .right-img .white-box {
    position: absolute;
    height: 180px;
    width: 180px;
    background-color: #fff;
    top: 0;
    right: 0;
}
.ready-to-work .right-img .green-big-box {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #77D4A7;
    top: 180px;
    right: 0;
}
.ready-to-work .right-img .orange-small-box {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #f29b00;
    bottom: 0;
    left: -89px;
}
.ready-to-work .left-content {
    padding: 100px 170px 100px;
}
.ready-to-work .left-content .see-all {
    font-size: 18px;
    font-weight: 750;
    position: relative;
}
.ready-to-work .left-content .see-all::before {
    content: '';
    position: absolute;
    background-image: url(../images/green-arrow.svg);
    width: 15px;
    height: 15px;
    right: -25px;
    top: 4px;
}
.team-members {
    padding: 6rem 0;
}
.team-members h2 {
    margin-bottom: 20px;
}
.team-members .members { position: relative; z-index: 1; }
.team-members .members a { transition: none; }
.team-members .members img {
    width: 100%;
    padding: 10px;
    filter: grayscale(100%);
    transition: all ease 0.4s;
}
.team-members .members img:hover {
    filter: grayscale(0%);
}
.team-members h2 {
    color: #033F49;
}
.team-members .members .mem-name {
    font-size: 18px;
    font-weight: 750;
    margin: 0.6rem;
}
.team-members .members .designation {
    text-transform: uppercase;
    color: #033F49;
}
/*Popup*/
.team-members .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    z-index: 9;
}
.team-members .overlay:target {
    visibility: visible;
    opacity: 1;
}
.team-members .popup .popup-img {
    width: 50%;
    position: relative;
    z-index: 1;
}
.team-members .popup .popup-img img {
    width: 100%;
    padding-left: 45px;
}
.team-members .popup .popup-img .orange-small-box {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #f29b00;
    top: -45px;
    right: 0;
    z-index: 2;
}
.team-members .popup {
    margin: 70px auto;
    padding: 40px;
    background: #ebebeb;
    border-radius: 0px;
    width: 990px;
    position: relative;
    transition: all 5s ease-in-out;
    text-align: center;
    position: relative;
}
.team-members .popup .green-big-box {
    position: absolute;
    height: 180px;
    width: 180px;
    background-color: #77D4A7;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.team-members .popup .popup-content {
    display: flex;
}
.team-members .popup h2 {
    margin-top: 0;
    color: #212121;
    font-size: 44px;
    margin-bottom: 7px;
}
.team-members .popup .popup-content .designation {
    color: #01746D;
    text-transform: uppercase;
    margin-bottom: 18px;
    font-family: 'Avenir LT Std';
    font-size: 16px;
}
.team-members .popup .popup-content .para {
    font-size: 18px;
    margin-bottom: 0.8rem;
}
.team-members .popup .close {
    position: absolute;
    top: 10px;
    right: 20px;
    transition: all 200ms;
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    border: none;
    background-color: transparent;
}
.team-members .popup .close:hover {
    color: #00A9A1;
}
.team-members .popup .content {
    max-height: 30%;
    overflow: auto;
    width: 50%;
    text-align: left;
    padding: 55px 25px 1px 48px;
}
.team-members .popup .content p {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    color: #313131;
    margin-bottom: 10px;
}
/*Popup Ends*/
/*Projects*/
.project-top .right-img {
    padding-left: 0;
}
.project-top .right-img {
    position: relative;
}
.project-top .left-content p {
    font-size: 18px;
}
.project-top .left-content p br {
    display: none;
}
.project-top .right-img .white-big-box {
    position: absolute;
    height: 90px;
    width: 180px;
    background-color: #fff;
    bottom: 0;
    right: 451px;
    z-index: 0;
}
.project-top .right-img .white-small-box {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #fff;
    top: 0;
    right: 541px;
    z-index: 0;
}
.project-top .right-img .small-orange {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #f29b00;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.project-top .right-img .small-green {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #00a9a1;
    bottom: 90px;
    right: 361px;
    z-index: 0;
}
.project-top .left-content p {
    padding-right: 100px;
}
.featured-projects .right-content .tab {
    width: 100%;
}
.featured-projects .right-content .tabcontent .tab-inside-content {
    display: block;
}
.featured-projects h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #033F49;
}
.featured-projects .load-more {
    text-align: center;
    margin-top: 40px;
}
/* .featured-projects .right-content .tabcontent .tab-inside-content .projects-row { margin-top: 30px; } */
.featured-projects .right-content .tabcontent {
    background-color: transparent;
    min-height: 500px;
}
.featured-projects .right-content .tabcontent h5 {
    padding: 20px 25px 0 20px;
}
.featured-projects .right-content .projects-row .image-tags {
    position: relative;
}
.featured-projects .right-content .projects-row .image-tags .location {
    position: absolute;
    bottom: -10px;
    left: 20px;
    color: #fff;
}
/* .featured-projects .right-content .projects-row .image-tags .tags p { 
	position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
	padding: 5px 10px;
  background: #00a9a1;
  font-size: 14px;
  font-weight: 500;
} */
.featured-projects .right-content .projects-row .box-content a .overlay .tags p {
    font-size: 14px;
    padding: 5px 10px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 8px;
    margin-right: 8px;
}
.featured-projects .right-content .projects-row .box-content a .overlay .tags {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
}
.featured-projects .right-content .projects-row .image-tags span {
    color: #00A9A1;
}
.featured-projects .right-content .projects-row .box-content a .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .6s ease;
    background-color: #000000a1;
}
.featured-projects .right-content .projects-row .box-content a:hover .overlay {
    opacity: 1;
}
.featured-projects .right-content .projects-row .box-content {
    background-color: #f2f1ee;
    min-height: 380px;
}
.related-articles .bottom-content { min-height: 280px; }
.featured-projects .right-content .projects-row .box-content .location {
    padding: 0 20px;
    margin-bottom: 5px;
    font-size: 14px;
}
.featured-projects .right-content .projects-row .box-content .tags {
    padding: 0 20px 20px;
}
.featured-projects .right-content .projects-row .box-content .tags {
    display: flex;
    flex-wrap: wrap;
}
.featured-projects .right-content .projects-row .box-content .tags p {
    margin-bottom: 5px;
    text-decoration: underline;
    font-size: 13px;
    font-weight: 400;
    color: #34454E;
}
.featured-projects .right-content .projects-row .box-content .tags span {
    margin: 0 5px;
    top: -3px;
    position: relative;
}
.featured-projects .right-content .projects-row .box-content .tags span:last-child {
    display: none;
}
.plyr__control--overlaid {
    background: url(../images/video-icon.svg);
    width: 140px !important;
    height: 140px;
    background-size: cover;
}
.plyr__control--overlaid:hover {
    background: url(../images/video-icon.svg) !important;
    opacity: .5;
}
.plyr__control--overlaid svg {
    display: none !important;
}
.plyr__controls {
    display: none;
}
.plyr--playing .plyr__controls {
    display: block;
}
.plyr__video-wrapper {
    margin: -3px;
    background: transparent !important;
    margin-top: -13px;
}
/** Privacypage**/
.privacy-content-section {
    padding: 150px 0;
    position: relative;
}
.privacy-content-section h1 {
    margin-bottom: 100px;
}
.privacy-content-section .container {
    max-width: 740px;
    margin: auto;
}
/* .privacy-content-section p{
  margin-bottom: 40px;
} */
.privacy-content-section h2 {
    font-size: 18px;
    line-height: 22px;
}
.privacy-content-section h5 {
    font-size: 16px;
    font-weight: 750;
    color: #033F49;
}
.privacy-content-section .contact-details {
    margin-top: -15px;
}
.privacy-content-section a {
    color: #01746D !important;
    text-decoration: none;
}
.privacy-content-section .green-left {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #77D4A7;
    top: 0;
    left: 0;
}
.privacy-content-section .yellow-left {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #F29B00;
    top: 90px;
    left: 90px;
}
.privacy-content-section .green-right {
    position: absolute;
    height: 180px;
    width: 180px;
    background-color: #00A9A1;
    top: 0px;
    right: 90px;
}
.privacy-content-section .blue-right {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #0094BB;
    top: 180px;
    right: 0px;
}
/** Privacypage**/
/* width */
.put-us-work::-webkit-scrollbar {
    width: 8px;
}
/* Track */
.put-us-work::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
/* Handle */
.put-us-work::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}
/* Handle on hover */
.put-us-work::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.geotechnical-project {
    display: none;
}
/*Case Study*/
.case-study-top {
    background: url(../images/case-study-top.png);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    min-height: 540px;
    width: calc(100% - 25%);
    margin-left: auto;
    position: relative;
}
.case-study-top .left-content {
    position: relative;
    background: #fff;
    left: -72%;
    padding: 60px 70px 90px 180px;
    height: 450px;
    top: 91px;
    width: 780px;
}
.case-study-top .left-content span {
    font-size: 25px;
    font-weight: 350;
    line-height: 32px;
    color: #C57E00;
    text-transform: uppercase;
}
.case-study-top .left-content h2 {
    margin: 4% 0;
}
.case-study-top .left-content p {
    margin-bottom: 8px;
    font-size: 18px;
    margin-right: 100px;
}
.case-study-top .left-content .single-tag-list {
    margin-bottom: 8px;
    font-size: 18px;
    margin-right: 100px;
}
.case-study-top .small-orange {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #F29B00;
    top: 0;
    right: 0;
}
.case-study-top .left-content .white-small-box {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #fff;
    bottom: 0;
    right: -89px;
}
.case-study-top .left-content .small-green {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #9DDAE5;
    top: 0;
    left: -4px;
}
.case-study-sec h3 {
    padding: 80px;
    text-transform: none;
    text-align: center;
    font-weight: 600;
    background-color: #f2f1ee;
    color: #000;
}
.sustainability_img .light-green {
    width: 90px;
    height: 90px;
    top: 90px;
    right: 90px;
    left: auto !important;
    background-color: #01746D !important;
}
.case-study-middle-contents .center-content .work-area ul li { margin-bottom: 10px; }
.case-study-sec .center-content {
    position: relative;
}
.case-study-sec .center-content .white-small-box {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #fff;
    top: -1px;
    right: -1px;
}
.case-study-sec .center-content .small-blue {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #0094BB;
    top: -1px;
    left: -89px;
}
.case-study-sec .center-content .big-green {
    position: absolute;
    height: 180px;
    width: 180px;
    background-color: #77D4A7;
    bottom: -89px;
    right: -89px;
    z-index: -1;
}
.case-study-middle-contents .center-content {
    max-width: 740px;
    margin: auto;
}
.case-study-middle-contents .center-content h3 {
    color: #000;
    text-transform: none;
    margin-bottom: 18px;
}
.case-study-middle-contents .center-content p {
    font-size: 18px;
    font-weight: 350;
}
.case-study-middle-contents .center-content .work-area {
    padding: 32px;
    background-color: #FBFCF7;
    margin-bottom: 20px;
}
.case-study-middle-contents .center-content .work-area h3 {
    color: #033F49;
    margin-bottom: 10px;
}
.case-study-middle-contents .center-content .counter strong {
    font-size: 60px;
    font-weight: 750;
    color: #01746D;
}
.case-study-middle-contents .center-content .counter p {
    margin-bottom: 0;
}
.case-study-middle-contents .center-content .counter .count {
    text-align: center;
    padding: 25px;
}
.case-study-middle-contents .center-content .counter h3 {
    margin-bottom: 0;
}
.case-study-middle-contents {
    padding-bottom: 0;
}
.related-project .right-content .tabcontent {
    min-height: auto;
}
.related-project .right-content .projects-row .box-content {
    background-color: #fff;
    position: relative;
}
.related-project .right-content .tabcontent h5 {
    padding: 20px 25px 20px 20px;
    color: #34454E;
    height: 55px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* .related-project .right-content .tabcontent h5:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    bottom: 0px;
    left: 0;
} */
.related-project .right-content .projects-row .box-content {
    min-height: 271px;
}
.related-project .right-content .projects-row { margin-bottom: 50px; }
.related-project .right-content .projects-row .box-content a:hover .overlay {
    opacity: 0;
}
.related-project h2 {
    color: #1e1e1e;
}
/*News-Article*/
.news-article .date {
    position: absolute;
    bottom: 0;
}
.news-article {
    background: url(../images/news-article.png);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
.news-article-middle .center-content .counter h3 {
    margin-bottom: 18px;
}
.news-article .left-content {
    width: 800px;
}
.news-article .left-content .small-green {
    background-color: #00A9A1;
}
.related-articles h2 {
    text-align: center;
    color: #1E1E1E;
}
.related-articles .image-tags img {
    width: 100%;
    height: 200px !important;
}
.related-articles .load-more {
    text-align: center;
    margin-top: 40px;
}
.related-articles .bottom-content {
    padding: 30px;
    background-color: #fff;
}
.related-articles .bottom-content h4 {
    margin-top: 8px;
}
.related-articles .bottom-content span {
    color: #34454E;
}
.related-articles .bottom-content p {
    font-size: 14px;
    font-weight: 350;
    margin-bottom: 10px;
}
.related-articles .bottom-content .read-full {
    font-size: 14px;
    font-weight: 750;
    text-decoration: underline;
    color: #01746D;
}
/*News*/
.news .right-img {
    padding-left: 0;
}
.news .left-content span {
    font-size: 18px;
    text-transform: none;
}
.news .left-content h3 {
    color: #000;
    text-transform: none;
    margin: 8px auto;
}
.news .left-content a {
    font-size: 16px;
    font-weight: 750;
    text-decoration: underline;
    color: #01746D;
}
.news .left-content p {
    margin-bottom: 10px;
}
.news {
    position: relative;
}
.news .orange-small-box {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #F29B00;
    top: 0px;
    right: 0px;
}
.news .white-big-box {
    position: absolute;
    height: 180px;
    width: 180px;
    background-color: #FBFCF7;
    bottom: 0px;
    right: 0px;
}
.news .green-small-box {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #00A9A1;
    top: 0px;
    left: 0px;
}
.news-articles {
    background-color: #FBFCF7;
}
/*Loader*/
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #033F49;
    width: 90px;
    height: 90px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    text-align: center;
    margin: auto;
}
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*Careers*/
.careers-top {
    background-color: #FBFCF7;
}
.careers-top .left-content {
    padding-left: 21%;
}
.careers-top .right-img .orange-big-box {
    right: 533px;
}
.careers-top .left-content h1 {
    margin-top: 15px;
    margin-bottom: 20px;
}
.careers-top .left-content p {
    margin-bottom: 30px;
}
.careers-top .right-img .peach-big-box {
    position: absolute;
    height: 180px;
    width: 180px;
    background-color: #FBFCF7;
    top: 0;
    right: 355px;
}
.careers-top .right-img .darkgreen-small-box {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #033F49;
    bottom: 0;
    right: 443px;
}
.careers-top .right-img {
    padding-left: 11%;
}
.careers-top .right-img .green-big-box {
    width: 90px;
}
.why-join {
    padding: 80px 0;
}
.why-join h2 {
    margin-bottom: 30px;
}
.why-join h3 {
    color: #01746D;
    text-transform: none;
    margin-bottom: 15px;
}
.why-join p {
    padding-right: 15%;
}
.entact-ceo .left-img img {
    padding-top: 65px;
}
.res-ceo .left-img img {
    padding-top: 45px;
}
.entact-ceo .right-content {
    padding: 90px 100px 70px 180px;
    background-color: #FBFCF7;
    margin-left: -30px;
    position: relative;
    z-index: -1;
}
.entact-ceo .right-content p {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #000;
    font-style: italic;
}
.entact-ceo {
    position: relative;
    padding-bottom: 70px;
}
.entact-ceo .left-img img {
    left: 0;
    height: 100%;
    position: absolute;
    display: inline-block;
    z-index: 2;
    bottom: 0;
    width: auto;
}
.entact-ceo .right-content .quotes {
    position: relative;
    margin-bottom: 40px;
}
.entact-ceo .right-content .ceo-name {
    margin-bottom: 0;
    color: #033F49;
    text-transform: none;
}
.entact-ceo .right-content .designation {
    color: #033F49;
    padding-left: 15px;
}
.entact-ceo .right-content .quotes:before {
    content: '';
    background: url(/wp-content/uploads/2023/09/quote-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    width: 45px;
    display: inline-block;
    top: -42px;
    position: absolute;
}
.entact-ceo .right-content .quotes:after {
    content: '';
    background: url(/wp-content/uploads/2023/09/quote-2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    width: 45px;
    display: inline-block;
    bottom: -12px;
    right: 47%;
    position: absolute;
}
.careers-top .left-content .learn-about {
    position: relative;
    font-size: 18px;
    font-weight: 750;
    color: #000;
}
.careers-top .left-content .learn-about::before {
    content: '';
    position: absolute;
    background-image: url(../images/green-arrow.svg);
    width: 15px;
    height: 15px;
    right: -25px;
    top: 4px;
}
.benefits .right-img {
    padding-left: 0;
}
.benefits h2 {
    margin-bottom: 30px;
}
.benefits h3 {
    color: #01746D;
    text-transform: none;
    margin-bottom: 15px;
}
.benefits .left-content p {
    margin-bottom: 20px;
}
.benefits .left-content {
    padding-right: 20%;
}
.benefits .right-img {
    position: relative;
}
.benefits .right-img .blue-big-box {
    position: absolute;
    height: 180px;
    width: 90px;
    background-color: #0094BB;
    bottom: 0;
    right: 720px;
}
.benefits .right-img .green-big-box {
    position: absolute;
    height: 180px;
    width: 180px;
    background-color: #77D4A7;
    top: -90px;
    right: 0;
}
.benefits .right-img .darkgreen-small-box {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #033F49;
    bottom: 0px;
    right: 630px;
}
.benefits {
    position: relative;
}
.benefits .orange-small-box {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #F29B00;
    top: 0;
    left: 0;
}
.career-counter {
    background-color: #fff;
}
.career-counter .counter-five {
    width: 11%;
}
.career-counter .counter-eleven {
    width: 14.33333333%;
}
.career-counter .counter-ten {
    width: 19%;
}
.career-counter .counter-one,
.career-counter .counter-two,
.career-counter .counter-three,
.career-counter .counter-four,
.career-counter .counter-five,
.career-counter .counter-six,
.career-counter .counter-seven,
.career-counter .counter-nine,
.career-counter .counter-ten,
.career-counter .counter-eleven,
.career-counter .counter-twelve,
.career-counter .counter-thirteen {
    height: 180px;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
}
.career-counter .counter-one h3,
.career-counter .counter-two h3,
.career-counter .counter-three h3,
.career-counter .counter-four h3,
.career-counter .counter-five h3,
.career-counter .counter-six h3,
.career-counter .counter-seven h3,
.career-counter .counter-nine h3,
.career-counter .counter-ten h3,
.career-counter .counter-eleven h3,
.career-counter .counter-twelve h3,
.career-counter .counter-thirteen h3 {
    text-transform: none;
}
.career-counter .counter-two {
    background-color: #9DDAE5;
}
.career-counter .counter-two h3 {
    color: #033F49;
}
.career-counter .counter-three {
    background-color: #F2F1EE;
}
.career-counter .counter-three h3 {
    color: #01746D;
}
.career-counter .counter-four {
    background-color: #F29B00;
}
.career-counter .counter-four h3,
.career-counter .counter-seven h3 {
    color: #000;
}
.career-counter .counter-six {
    background-color: #033F49;
}
.career-counter .counter-six h3,
.career-counter .counter-ten h3 {
    color: #fff;
}
.career-counter .counter-seven {
    background-color: #77D4A7;
}
.career-counter .counter-ten {
    background-color: #0094BB;
}
.career-counter .counter-twelve {
    background-color: #F2F1EE;
}
.career-counter .counter-twelve h3 {
    color: #C57E00;
}
.career-counter .counter-thirteen {
    background-color: #00A9A1;
}
.career-counter .counter-thirteen h3 {
    color: #000;
}
/*Contact Us*/
.contact-top {
    background-color: #FBFCF7;
    position: relative;
}
.contact-top .white-big-box {
    position: absolute;
    height: 295px;
    width: 360px;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 0;
}
.contact-top .contact-box {
    padding: 20px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
    border-bottom: 4px solid #01746D;
}
.contact-top .contact-box img {
    margin-bottom: 12px;
}
.contact-top .contact-box p {
    font-size: 18px;
    color: #000;
    font-weight: 350;
}
.contact-top h2 {
    margin-bottom: 30px;
    margin-top: 10px;
}
.contact-top .right-img {
    position: relative;
    margin-bottom: 20%;
}
.contact-top .right-img img {
    width: 100%;
}
.contact-top .right-img .green-small-box {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #77D4A7;
    bottom: -90px;
    right: 0;
    left: auto !important;
}
.contact-top .right-img .orange-small-box {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #F29B00;
    top: 0;
    left: 20%;
}
.contact-top .left-content {
    z-index: 1;
    position: relative;
}
.contact-top .contactus-form {
    width: 500px;
    position: absolute;
    top: 5%;
    right: 10%;
    background-color: #fff;
    padding: 32px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.contact-top .contactus-form iframe {
    height: 690px !important;
}
.contact-top .contactus-form button {
    background-color: #01746D;
    margin-top: 16px;
    width: 100%;
    transition: all ease 0.4s;
    font-size: 16px;
}
.contact-top .contactus-form select,
.contact-top .contactus-form input,
.contact-top .contactus-form textarea {
    font-size: 14px;
    color: #626262;
    border-radius: 2px;
}
.contact-top .contactus-form select {
    color: #8F8F8F;
}
.active-location #sub-loacation-list {
    display: block;
}
#sub-loacation-list {
    display: none;
}
.active-address {
    display: block;
}
#address-list {
    display: none;
}
.active-map {
    display: block;
}
.map-alllist {
    display: none;
}
.loacation-list > li:first-child > #sub-loacation-list,
.loacation-list > li:first-child > #sub-loacation-list li:first-child #address-list,
.map-alllist:first-child {
    display: block;
}
.interested-career button {
    font-size: 16px;
    margin-right: 16px;
}
.interested-career .send-cv {
    font-size: 16px;
    font-weight: 750;
    text-decoration: underline;
    cursor: pointer;
}
.interested-career .send-cv:hover {
    text-decoration: none;
}
.interested-career .right-content {
    padding-left: 20px;
}
.interested-career h2 {
    color: #033F49;
}
.interested-career p {
    font-size: 18px;
    color: #626262;
}
.interested-career {
    margin-top: 20px;
}
.interested-career .right-content .buttons a {
    margin-right: 16px;
    font-size: 16px;
}
.nationwide-network {
    background-color: #FBFCF7;
}
.nationwide-network h2 {
    color: #1E1E1E;
}
.nationwide-network p {
    font-size: 18px;
    color: #626262;
}
#pageheader .menu-contain .navbar-brand img { width: 170px; }
.footerLogo .navbar-brand-footer img { width: 170px; }
/* .nationwide-network .dropdown-menu li { position: relative; } */
.nationwide-network .dropdown-menu .dropdown-submenu {
    display: block;
    position: absolute;
    left: 100%;
    top: -7px;
}
.nationwide-network .dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}
.nationwide-network .dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}
.nationwide-network .navbar-expand-lg .navbar-nav {
    flex-direction: column;
    text-align: left;
    border-right: 1px solid #BCBCBC;
}
.nationwide-network .navbar-expand-lg .navbar-nav .dropdown-menu {
    left: 100%;
    right: 0;
    top: 0;
    background-color: transparent;
    border: 0;
    padding-top: 0;
    width: 280px;
    border-right: 1px solid #BCBCBC;
    border-radius: 0;
    height: 440px;
}
.nationwide-network .navbar-expand-lg .navbar-nav .nav-item {
    width: 260px;
    position: static;
}
.nationwide-network .navbar-expand-lg .navbar-nav .nav-item .sub-loacation-list {
    position: absolute;
    left: 278px;
    margin-top: 10px;
}
.nationwide-network .navbar-expand-lg .navbar-nav .nav-item .sub-loacation-list .address-list {
    top: 0;
    border-right: 1px solid transparent;
}
.nationwide-network .navbar-expand-lg .navbar-nav .nav-item .sub-loacation-list .address-list a {
    color: #8F8F8F;
}
.nationwide-network .navbar-expand-lg .navbar-nav .dropdown-menu a {
    padding: 4px 24px 12px 24px;
    color: #474747;
}
.nationwide-network .navbar-expand-lg .navbar-nav .dropdown-menu a.active-sub-menu {
    position: relative;
    font-weight: 750;
    transition: all ease 0.2s;
    background-color: transparent;
    color: #1E1E1E;
}
.nationwide-network .navbar-expand-lg .navbar-nav .dropdown-submenu p a {
    font-weight: 400 !important;
}
.nationwide-network .navbar-expand-lg .navbar-nav .dropdown-menu a.active-sub-menu:after {
    content: '';
    position: absolute;
    background-image: url('/wp-content/uploads/2023/09/right-arrow-loc.svg');
    width: 25px;
    height: 25px;
    right: 15px;
    top: 5px;
}
.nationwide-network .navbar-expand-lg .navbar-nav .dropdown-menu a:hover {
    background-color: transparent;
}
.nationwide-network .navbar-expand-lg .navbar-nav .dropdown-submenu {
    padding: 25px;
    top: -40px;
    background-color: #fff;
    left: 101%;
}
.nationwide-network .navbar-expand-lg .navbar-nav .dropdown-submenu h4 {
    color: #01746D;
}
.nationwide-network .navbar-expand-lg .navbar-nav .dropdown-submenu p,
.nationwide-network .navbar-expand-lg .navbar-nav .dropdown-submenu a {
    font-size: 16px;
    color: #8F8F8F;
}
.nationwide-network .navbar-expand-lg .navbar-nav .dropdown-submenu a {
    padding: 0;
}
.nationwide-network .navbar-expand-lg .navbar-nav .dropdown-toggle.active-menu {
    position: relative;
    font-weight: 750;
    transition: all ease 0.2s;
    color: #1E1E1E !important;
}
.nationwide-network .navbar-expand-lg .navbar-nav .dropdown-toggle::after {
    font-size: 0;
}
.nationwide-network .navbar-expand-lg .navbar-nav .nav-item .nav-link {
    color: #626262;
}
.nationwide-network .navbar-expand-lg .navbar-nav .dropdown-toggle.active-menu::after {
    font-size: 0;
    content: '';
    position: absolute;
    background-image: url('/wp-content/uploads/2023/09/right-arrow-loc.svg');
    width: 25px;
    height: 25px;
    right: 15px;
    top: 7px;
}
.nationwide-network .navbar-expand-lg .navbar-nav .nav-item .sub-loacation-list .address-list a::after {
    display: none;
}
/*.nationwide-network .navbar-expand-lg .navbar-nav li.dropdown:first-child a.dropdown-toggle { position: relative; font-weight: 750; transition: all ease 0.2s; }
 .nationwide-network .navbar-expand-lg .navbar-nav li.dropdown:first-child a.dropdown-toggle::after { 
	font-size: 0; 
	content: '';
	position: absolute;
	background-image: url('/wp-content/uploads/2023/09/right-arrow-loc.svg');
	width: 25px;
	height: 25px;
	right: 15px;
	top: 7px;
} */
/*.nationwide-network .navbar-expand-lg .navbar-nav .sub-loacation-list li.submenulist:first-child a.dropdown-item { position: relative; font-weight: 750; transition: all ease 0.2s; }
 .nationwide-network .navbar-expand-lg .navbar-nav .sub-loacation-list li.submenulist:first-child a.dropdown-item::after { 
	font-size: 0; 
	content: '';
	position: absolute;
	background-image: url('/wp-content/uploads/2023/09/right-arrow-loc.svg');
	width: 25px;
	height: 25px;
	right: 15px;
	top: 7px;
} */
.nationwide-network .address-map {
    margin-top: 35px;
}
.nationwide-network .map-img {
    margin-top: 10px;
}
.nationwide-network .map-img iframe {
    width: 100%;
    height: 440px;
}
/*Responsibility*/
.res-top .right-img {
    padding-right: 90px;
    position: relative;
    padding-top: 25px;
}
.res-top .right-img .white-small-box {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #fff;
    bottom: 0;
    right: 487px;
}
.res-top {
    position: relative;
}
.res-top .orange-small-box {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #F29B00;
    bottom: 0;
    left: 0;
}
.res-top .lightgreen-big-box {
    position: absolute;
    height: 100px;
    width: 180px;
    background-color: #00A9A1;
    top: 0;
    right: 0;
}
.res-top .darkgreen-small-box {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #033F49;
    top: 100px;
    right: 180px;
}
.sustainability-row {
    display: flex;
    align-items: center;
}
.our-sustainability .title {
    padding: 100px 55px 292px 55px;
    height: 500px;
}
.our-sustainability .sustainability-row .title {
    background-color: #033F49;
    width: 39%;
    position: relative;
}
.our-sustainability .sustainability-row .title .white-small-box {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #fff;
    bottom: -1px;
    right: -1px;
}
.our-sustainability {
    position: relative;
}
.our-sustainability .lightgreen-big-box {
    position: absolute;
    height: 180px;
    width: 180px;
    background-color: #77D4A7;
    top: -90px;
    right: -1px;
    z-index: -1;
}
.our-sustainability .sustainability-row .title h2,
.our-sustainability .sustainability-row .title p {
    color: #fff;
}
.our-sustainability .sustainability-row .three-boxes {
    padding: 50px;
    padding-left: 90px;
}
.our-sustainability .sustainability-row .three-boxes h3 {
    color: #00A9A1;
    text-transform: none;
}
.our-sustainability .sustainability-row .three-boxes .box ul {
    padding-left: 12px;
    margin-top: 15px;
}
.our-sustainability .sustainability-row .three-boxes .box ul li::marker {
    font-size: 10px;
}
.our-sustainability .sustainability-row .three-boxes .box .learn-more {
    font-size: 18px;
    color: #000;
    font-weight: 750;
    position: relative;
}
.our-sustainability .sustainability-row .three-boxes .box .learn-more::after {
    content: '';
    position: absolute;
    background-image: url(../images/green-arrow.svg);
    width: 15px;
    height: 15px;
    right: -25px;
    top: 4px;
}
.our-sustainability .sustainability-row .title h2 {
    margin-bottom: 20px;
}
.res-ceo {
    margin-top: -70px;
    position: relative;
}
.res-ceo .orange-small-box {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #F29B00;
    bottom: -90px;
    left: 0px;
}
.our-impact {
    margin-top: 90px;
}
.our-impact .counter-one,
.our-impact .counter-two,
.our-impact .counter-three,
.our-impact .counter-four,
.our-impact .counter-five,
.our-impact .counter-six,
.our-impact .counter-seven,
.our-impact .counter-nine,
.our-impact .counter-ten,
.our-impact .counter-eleven,
.our-impact .counter-twelve,
.our-impact .counter-thirteen,
.our-impact .counter-fourteen,
.our-impact .counter-fifteen,
.our-impact .counter-sixteen {
    height: 270px;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
}
.our-impact .counter-two,
.our-impact .counter-eleven {
    background-color: #F2F1EE;
}
.our-impact .counter-two h3,
.our-impact .counter-three h3,
.our-impact .counter-four h3,
.our-impact .counter-six h3,
.our-impact .counter-seven h3,
.our-impact .counter-nine h3,
.our-impact .counter-eleven h3,
.our-impact .counter-thirteen h3,
.our-impact .counter-fifteen h3 {
    font-size: 64px;
    margin-bottom: 20px;
    text-transform: lowercase;
}
.our-impact .counter-two h4,
.our-impact .counter-four h4,
.our-impact .counter-six h4,
.our-impact .counter-seven h4 {
    font-size: 35px;
    margin-bottom: 20px;
}
.our-impact .counter-two p,
.our-impact .counter-three p {
    font-size: 16px;
}
.our-impact .counter-sixteen p {
    font-size: 14px;
    text-align: left;
}
.our-impact .counter-three {
    background-color: #9DDAE5;
}
.our-impact .counter-three h3,
.our-impact .counter-two h3,
.our-impact .counter-two h4,
.our-impact .counter-eleven h3 {
    color: #01746D;
}
.our-impact .counter-three h3 {
    margin-bottom: 35px;
}
.our-impact .counter-four {
    background-color: #01746D;
}
.our-impact .counter-four h3,
.our-impact .counter-four h4,
.our-impact .counter-four p,
.our-impact .counter-six h4,
.our-impact .counter-six p,
.our-impact .counter-seven p,
.our-impact .counter-thirteen h3,
.our-impact .counter-fifteen p {
    color: #fff;
}
.our-impact .counter-six {
    background-color: #34454E;
}
.our-impact .counter-seven {
    background-color: #F29B00;
}
.our-impact .counter-six h3,
.our-impact .counter-fifteen h3 {
    color: #F29B00;
}
.our-impact .counter-seven h3,
.our-impact .counter-seven h4 {
    color: #34454E;
}
.our-impact .counter-nine {
    background-color: #77D4A7;
}
.our-impact .counter-nine h3 {
    color: #000;
}
.our-impact .counter-thirteen {
    background-color: #0094BB;
}
.our-impact .counter-fifteen {
    background-color: #033F49;
}
.our-impact .counter-sixteen {
    align-items: end;
    padding-bottom: 30px;
}
.our-impact .counter-four,
.our-impact .counter-eight {
    width: 29%;
}
.our-impact .counter-five,
.our-impact .counter-nine,
.our-impact .counter-eleven {
    width: 18%;
}
.our-impact .counter-twelve {
    width: 10%;
}
.our-impact .counter-fourteen {
    width: 13.66%;
}
.our-impact .counter-six {
    width: 19.66%;
}
.our-impact .counter-nine h3,
.our-impact .counter-eleven h3,
.our-impact .counter-thirteen h3,
.our-impact .counter-fifteen h3 {
    margin-bottom: 40px;
}
.monitoring-progress {
    background-color: #FBFCF7;
}
.monitoring-progress .right-content p {
    color: #000;
    font-size: 16px;
}
.monitoring-progress .right-content h2 {
    color: #000;
    margin-bottom: 20px;
}
.industry-benchmarks h2 {
    color: #033F49;
    margin-bottom: 20px;
}
.industry-benchmarks .logos img {
    padding: 0 30px;
}
.mark-fleri {
    padding-bottom: 0;
    position: relative;
}
.mark-fleri .white-small-box {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #fff;
    top: 0px;
    right: 0px;
    z-index: 2;
}
.mark-fleri .darkgreen-small-box {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #00A9A1;
    top: 90px;
    right: 90px;
    z-index: 2;
}
.mark-fleri .lightgreen-big-box {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #77D4A7;
    bottom: 0px;
    right: 0px;
    z-index: 2;
}
.mark-fleri .left-img img {
    position: relative;
    padding-top: 0;
    width: 100%;
}
.mark-fleri .right-content {
    margin-left: 0;
    margin-right: -60px;
    padding: 120px 100px 90px 180px;
}
.mark-fleri .right-content .quotes {
    margin-bottom: 40px;
}
/*Entact Gives*/
.gives-top .right-img img {
    width: 100%;
}
.gives-top .right-img .green-big-box {
    height: 125px;
}
.gives-top .right-img .green-small-box {
    height: 90px;
    width: 90px;
    background-color: #033F49;
    left: 55px;
}
.gives-top .right-img .white-big-box {
    position: absolute;
    height: 180px;
    width: 180px;
    background-color: #fff;
    bottom: 0;
    right: 0;
}
.gives-top .left-content h1 {
    margin-bottom: 45px;
}
.logos-section .right-img .logo-box p {
    font-weight: 750;
    margin: auto 20px;
}
.logos-section .right-img .logo-box {
    margin-bottom: 10px;
}
.logos-section .left-content h2 {
    margin-bottom: 20px;
}
.logos-section.miscellan-logo {
    margin-bottom: 120px;
}
/*Career new scetion*/
.equal-opportunity .left-content {
    padding: 80px;
    text-align: center;
    padding-bottom: 0 !important;
}
.equal-opportunity .left-content p {
    margin-right: 0px;
    font-size: 18px;
}
.equal-opportunity .left-content h2 {
    margin-bottom: 30px;
}
.equal-opportunity .right-img img {
    width: 100%;
}
.about-whats.whats-sets-us .whats-set-content {
    padding-left: 0;
    margin-left: 0;
}

.error404 .in-banner { 
    margin: auto;
    text-align: center;
    padding: 9rem 0;
    display: flex;
    align-items: center;
}
.error404 .in-banner-content h1 strong {
    font-size: 6rem;color: #01746D;
}
.search-results ul {
    padding: 0;
}

.search-results .pagination {
    text-align: center;
    display: block;
}

.search-results .pagination .page-numbers {border: 2px solid #01746D;padding: 7px 12px;background: #01746D;color: #fff;font-weight: 500;margin: 0 3px;}

.search-results .pagination .page-numbers.current, .search-results .pagination .page-numbers:hover {
background: transparent;
color: #01746D;;
}   
.error404 .in-banner-content h1 { margin-bottom: 35px; }
.search .blog-list-section { margin: 60px auto; }
.search .blog-list-section .container-wrap { margin-top: 40px; }
.search .blog-list-section .container-wrap ul li { margin-bottom: 40px; list-style: none; }
.search .blog-list-section .container-wrap ul li h3 a { color: #033f49; }
.search .blog-list-section .search-form label { font-size: 18px; color: #000; font-weight: 750; }
.search .blog-list-section .search-form input { margin-left: 10px; width: 50%; border: 2px solid #f2f2f2; }
.archive .content-page h1.page-title { 
    font-size: 40px;
    color: #000;
    font-weight: 900;
    line-height: 60px;
    font-family: 'Avenir LT Std';
    text-transform: none;
    margin-top: 70px;
    margin-bottom: 30px;
    padding-left: 10px;
}
.archive .content-page .insight_list article { width: 33.3%; margin-bottom: 24px; } 
.archive .content-page .insight_list article .insight_img_wrap img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    min-height: 200px;
}
.archive .content-page .insight_list { margin-bottom: 70px; }
.archive .content-page .insight_content_wrap .sub-title { margin-top: 12px; margin-bottom: 12px; }

.case-study-middle-contents .center-content h3 { padding-top: 33px; }

.menu-item-has-children .menu-item-has-children .sub-menu li a { padding: 0 !important; }
.menu-item.menu-item-has-children { position: relative; padding-right: 40px !important; }
.menu-item.menu-item-has-children::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background-image: url('../images/downarrow-menuicon.svg');
    right: 15px;
}
.menu-item:hover::before { rotate: 180deg; }
.menu-item .sub-menu {
    position: absolute;
    top: 72px;
    left: 0;
    display: inline-block;
    padding-left: 0;
    opacity: 0;
    box-shadow: 0px 5px 12px -6px #0000006b;
    visibility: hidden;
}
.menu-item:hover .sub-menu { opacity: 1; visibility: visible; }
.menu-item .sub-menu li:hover { background-color: #01746D !important; color: #fff; }
.menu-item .sub-menu li { background-color: #fff; margin-top: 0px; height: 45px !important; width: 272px; }
.menu-item .sub-menu li a { color: #000 !important; transition: none !important; }
.menu-item .sub-menu li:hover a { color: #fff !important; }

.menu-item-has-children .menu-item-has-children { position: relative; }
.menu-item-has-children .menu-item-has-children .sub-menu { position: absolute; left: 100%; top: 0; opacity: 0; visibility: hidden; }
.menu-item-has-children .menu-item-has-children:hover .sub-menu { opacity: 1; visibility: visible; }
.menu-item-has-children .menu-item-has-children .sub-menu li a { color: #000 !important; background-color: #fff; }
.menu-item-has-children .menu-item-has-children .sub-menu li:hover a { color: #fff !important; background-color: #01746D; }
.menu-item-has-children .menu-item-has-children::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background-image: url('../images/downarrow-menuicon.svg');
    right: 8px;
    rotate: 270deg;
}
.menu-item-has-children .menu-item-has-children:hover::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background-image: url('../images/white-downarrow-menuicon.svg');
    right: 8px;
    rotate: 0deg;
}

.contact-top { position: relative; }
.contact-top::after { 
    content: '';
    background-color: #FBFCF7;
    position: absolute;
    top: 0;
    left: calc(100% - 2px);
    height: 100%;
    width: 50vw;
    z-index: -1; 
}

.team-members .popup { top: 8% !important; }

.video-section .left-img .plyrvid_container .plyr .plyr__poster {
    height: calc(100% + 15px);
    background-color: transparent !important;
}
.videoBlk_wrap .plyrvid_container .plyr .plyr__poster {
    height: calc(100% + 25px);
}
.featured-projects .right-content .projects-row .box-content img { max-height: 203px; }

.ethical-behavior .box-yellow { bottom: auto; right: auto; top: 90px; left: 90px; }

.ft-email a { text-transform: none !important; }






/*New css KK*/
/*New css KK end*/
html:not(.no-js) [data-aos=zoom-in] {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}
[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 0.01s;
}
@media (min-width:1440px) {
    .video-section video { height: 720px; }
    #pagefooter { max-width: unset !important; }
    .contact-top { padding-bottom: 300px !important; }
    .why-join-inner {
        padding-left: 50px;
    }
    .career-counter .counter-one {
        justify-content: flex-start;
        padding-left: 13.5%;
    }
    .equal-opportunity .left-content { padding-left: 80px; text-align: center; }
    .now-hiring {
        padding-left: 12%;
    }
    .left-extra-sec,
    .right-extra-sec {
        position: relative;
    }
    .left-extra-sec:before {
        content: '';
        background-color: #fff;
        position: absolute;
        top: 0;
        right: calc(100% - 2px);
        height: 100%;
        width: 50vw;
        z-index: -1;
    }
    .right-extra-sec:after {
        content: '';
        background-color: #fff;
        position: absolute;
        top: 0;
        left: calc(100% - 2px);
        height: 100%;
        width: 50vw;
        z-index: -1;
    }
    .dark-extra:after,
    .dark-extra:before {
        background-color: #033f49 !important;
    }
    .grey-extra:after,
    .grey-extra:before {
        background-color: #FBFCF7 !important;
    }
    .dark-grey-extra:after,
    .dark-grey-extra:before {
        background-color: #F2F1EE !important;
    }
    .green-extra:after,
    .green-extra:before {
        background-color: #01746D !important;
    }
    .full-width-wrap {
        width: 100vw;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
    }
}
@media (max-width:1400px) {
    .equal-opportunity .left-content p {
        margin-right: 0px;
    }
    .equal-opportunity .left-content {
        padding: 60px;
    }
    .team-members .popup .content p { font-size: 16px; }
    .team-members .popup h2 { font-size: 40px; }
}
@media (max-width:991px) {
    #pageheader .navbar .navbar-nav .menu-item.dropdown { }
    #pageheader .navbar .navbar-nav .menu-item.dropdown a { display: inline-block; width: auto; } 
    #pageheader .navbar .navbar-nav .menu-item.dropdown .menu-item.dropdown a { display: inline-block; width: auto; }
    #pageheader .navbar .navbar-nav .menu-item.dropdown .sub-menu li a { display: inline-block; width: 100%; }
    #pageheader .navbar li.menu-item-has-children.dropdown  .caret { top: -6px; position: relative; }



    .ethical-behavior .box-yellow { bottom: auto; right: auto; top: 60px; left: 60px; }
    .sustainability_img .light-green { display: block; top: 60px; right: 60px; }
    .sustainability_img .box-white1 { bottom: -1px !important; }
    .team-members .popup { top: 3% !important; }
    .search-icon form.search-form { padding: 0 22px !important; max-width: 100% !important; }
    .search-icon #search {
        width: 100% !important;
    }
    .search-icon label { color: #000 !important; position: relative !important; height: auto !important; width: auto !important; }
    .search-icon input { 
        background: #fff !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        height: auto !important; 
        width: auto !important;
        font-size: 16px;
        padding: 10px;
        border: 0;
        width: 320px !important;
    }
    .search-icon .caret { display: none !important; }
    .menu-item::before { display: none; }

    #pageheader .navbar li.menu-item-has-children {
        position: relative;
    }
    #pageheader .navbar li.menu-item-has-children .caret {
        position: absolute;
        right: 0;
        top: 0;
        background: transparent;
        width: 30px;
        height: 30px;
        border-width: 0;
        border-radius: 0;
    }
    #pageheader .navbar li.menu-item-has-children .caret:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #000;
        display: inline-block;
        content: "";
        position: absolute;
        top: 13px;
        left: 10px;
    }
    #pageheader .navbar li.open > .sub-menu {
        display: block;
    }
    .equal-opportunity .left-content p {
        margin-right: 0px;
    }
    .equal-opportunity .left-content {
        padding: 30px;
    }
    .equal-opportunity .row {
        flex-direction: column-reverse;
    }
    .want-to-make .right-content h2 br { display: none; }
    .why-join h3 br { display: none; }
    .error404 .in-banner-content h1 { font-size: 35px; }
    .archive .content-page .insight_list article { width: 50%; padding-top: 30px; }
    .archive .content-page h1.page-title { margin-bottom: 0; }
    #pageheader .navbar .navbar-nav .menu-item:hover {
        background-color: transparent !important;
        display: inline-block !important;
    }
    .menu-item .sub-menu {
        position: unset;
        list-style-type: none;
        padding: 0 !important;
        margin: 15px 0;
        display: none;
        visibility: visible;
        opacity: 1;
        box-shadow: none;
    }
    #pageheader .navbar .navbar-nav .menu-item {
        height: auto;
    }
    .menu-item .sub-menu li {
        background: transparent !important;
    }
    .menu-item { height: auto !important; }
    .menu-item.open > .caret:after { rotate: 180deg; }
    .menu-item .menu-item.open .caret:after { rotate: 180deg; }
    .menu-item-has-children .menu-item-has-children:hover .sub-menu { position: static; }
    .menu-item-has-children .menu-item-has-children:hover .sub-menu li a { background-color: transparent; }
    .menu-item-has-children .menu-item-has-children:hover .sub-menu li { margin-top: -18px; }
    .menu-item-has-children .menu-item-has-children.open .caret:after { rotate: 180deg; }
}
@media (max-width:767px) {
    .team-members .popup { top: 9% !important; }
    .archive .content-page .insight_list article { width: 100%; }
    .equal-opportunity .left-content {
        padding: 25px;
    }
    .error404 .in-banner-content h1 { font-size: 30px; line-height: 45px; padding: 0 25px; }
    .search .blog-list-section .search-form input { width: 70%; }
    .search .blog-list-section .search-form { margin-left: 35px; }
}
/*Media Queries*/
/* @media (min-width: 2000px) { 
	.res-ceo .left-img img { height: auto !important; } 
}
@media (min-width: 1900px) {
	#pagefooter .top-footer { padding: 3% 0 3.4%; }
	#pagefooter .top-footer::before { bottom: 0; }
	.service-top .left-content { padding-left: 45%; }
	.industries-where .right-content { padding: 4% 0 2% 0%; }
	.put-us-work .left-content .list-items { height: 850px; }
	.benefits .left-content { padding-right: 0; }
	.entact-ceo .left-img img { height: calc(100% + 13%); padding-top: 118px; }
	.careers-top .left-content { padding-left: 24%; }
	.entact-ceo .right-content { margin-left: -155px; }
	.entact-ceo .right-content .quotes:after { right: 67%; }
	.contact-top .contactus-form { right: 17%; }
	.res-ceo { margin-top: 0; }
	.res-top .right-img .white-small-box { right: 545px; }
	.gives-top .right-img .green-small-box { left: 102px; }
	.mark-fleri .left-img img { padding-top: 0; }
	.mark-fleri .right-content { margin-left: 0; padding: 250px 100px 90px 180px; }
	.mark-fleri .right-content .quotes:after { right: 69%; }
} */
@media (min-width:1900px) {
    #pagefooter .top-footer {
        padding: 60px;
        height: 360px;
    }
}
@media (min-width:1500px) and (max-width:1900px) {
    .res-top .right-img .white-small-box {
        right: 522px;
    }
}
@media (min-width:1400px) and (max-width:1600px) {
    #pagefooter .top-footer {
        padding: 5% 0 4%;
    }
    #pagefooter .top-footer::before {
        bottom: 0;
    }
    .contact-top .right-img {
        margin-bottom: 48%;
    }
}
@media (min-width:1200px) {
    .team-members .popup { min-height: 570px; padding-top: 80px; }
    .team-members .popup .green-big-box { top: 390px !important; }
    .news .left-content {
        padding-right: 50px;
    }
    .logos-section .container,
    .why-join .container {
        max-width: 1200px;
    }
    .lets-work-together .right-content {
        padding-left: 230px;
    }
    .video-section video { height: 610px; }
    .now-hiring { padding-top: 100px; }
    #nationwide { padding-top: 60px; }
}
@media (max-width:1400px) {
    .monitoring-progress, .want-to-make { padding-top: 0 !important; }
    .about-our-purpose .left-content span {
        font-size: 22px;
    }
    .about-our-purpose .left-content h1 {
        font-size: 45px;
        line-height: 55px;
    }
    h2,
    .h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .whats-sets-us .content p {
        font-size: 20px;
    }
    #pagefooter .top-footer {
        padding: 5% 0 5%;
        height: 320px;
    }
    #pagefooter .top-footer::before {
        bottom: 0;
    }
    .service-top .right-img .orange-big-box {
        right: 506px;
    }
    .industries-where .right-content {
        padding: 6% 0 2% 20%;
    }
    .put-us-work .left-content .list-items {
        padding: 25px 35px;
    }
    .lets-work-together .right-content {
        padding: 100px;
    }
    .our-team-top .right-img .white-small-box {
        right: 9%;
    }
    .ready-to-work .left-content {
        padding: 100px;
    }
    .about-our-purpose .right-img .green-small-box {
        left: 45px;
    }
    .culture-trust .left-content {
        padding: 110px;
    }
    .social-media-links .linkedin-icon {
        right: 160px;
    }
    .social-media-links .linkedin-icon,
    .social-media-links .facebook-icon,
    #pagefooter .top-footer::before {
        width: 160px;
        height: 160px;
    }
    .our-team-top .right-img .green-big-box {
        right: -20px;
    }
    .solve-problem .right-content {
        padding: 0 145px 38px 70px;
    }
    .delivery-execution .right-img.one h3,
    .delivery-execution .right-img.two h3,
    .delivery-execution .right-img.three h3 {
        width: 270px;
    }
    .put-us-work .left-content .list-items {
        height: 595px;
    }
    .careers-top .right-img .orange-big-box {
        right: 506px;
    }
    .careers-top .right-img .darkgreen-small-box {
        right: 416px;
    }
    .benefits .right-img .blue-big-box {
        right: 683px;
    }
    .contact-top .contact-box {
        padding: 15px;
    }
    .contact-top .right-img {
        margin-bottom: 60%;
    }
    .nationwide-network .navbar-expand-lg .navbar-nav .nav-item {
        width: 230px;
    }
    .nationwide-network .navbar-expand-lg .navbar-nav .nav-item .sub-loacation-list {
        left: 245px;
    }
    .nationwide-network .navbar-expand-lg .navbar-nav .dropdown-menu {
        width: 240px;
    }
    .entact-ceo .right-content .quotes:after {
        right: 38%;
    }
    .contact-top .contactus-form {
        right: 6%;
    }
    .gives-top .right-img .green-small-box {
        left: 48px;
    }
    .benefits .right-img .darkgreen-small-box {
        right: 593px;
    }
    .res-top .right-img .white-small-box {
        right: 516px;
    }
    .res-ceo .right-content {
        padding: 90px 100px 70px 230px;
    }
    .monitoring-progress .right-content p br {
        display: none;
    }
    .res-ceo .right-content .quotes:after {
        right: 33%;
    }
    .top-footer.dark:after {
        height: 320px;
    }
}
@media (max-width:1366px) {
    .about-our-purpose .left-content {
        padding-left: 50px;
        padding-right: 25px;
    }
    .safety-first .right-content {
        margin-top: 105px;
    }
    .about-our-purpose .right-img .green-small-box {
        left: -24px;
    }
}
@media (max-width:1350px) {
    .gives-top .right-img .green-small-box {
        left: 39px;
    }
    .framework .box-white1 {
        width: 160px;
        height: 160px;
    }
    .res-top .right-img .white-small-box {
        right: 477px;
    }
    .careers-top .right-img .orange-big-box { right: 474px; }
    .careers-top .right-img .darkgreen-small-box { right: 384px; }
    .benefits .right-img .blue-big-box { right: 640px; }
    .benefits .right-img .darkgreen-small-box { right: 550px; }

}
@media (max-width:1200px) {
    .safety-first .left-img .green-big-box {
        height: 80px;
        width: 80px;
        right: -79px;
    }
    .safety-first .right-content {
        margin-top: 0;
    }
    .culture-trust .left-content {
        padding: 70px;
    }
    .about-our-purpose .left-content h1 {
        font-size: 30px;
        line-height: 35px;
    }
    h2,
    .h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .service-top .right-img .orange-big-box {
        height: 140px;
        width: 140px;
        right: 409px;
    }
    .counter-sec .counter-one h2,
    .counter-sec .counter-two h2,
    .counter-sec .counter-three h2,
    .counter-sec .counter-four h2,
    .counter-sec .counter-five h2,
    .counter-sec .counter-six h2,
    .counter-sec .counter-seven h2,
    .counter-sec .counter-nine h2,
    .counter-sec .counter-ten h2,
    .counter-sec .counter-eleven h2,
    .counter-sec .counter-twelve h2 {
        font-size: 50px;
    }
    .counter-sec .counter-one,
    .counter-sec .counter-two,
    .counter-sec .counter-three,
    .counter-sec .counter-four,
    .counter-sec .counter-five,
    .counter-sec .counter-six,
    .counter-sec .counter-seven,
    .counter-sec .counter-nine,
    .counter-sec .counter-ten,
    .counter-sec .counter-eleven,
    .counter-sec .counter-twelve {
        height: 240px;
    }
    .industries-where .right-content {
        padding: 6% 0 2% 36%;
    }
    .delivery-execution .right-img.one h3,
    .delivery-execution .right-img.two h3,
    .delivery-execution .right-img.three h3 {
        width: 280px;
    }
    .lets-work-together .right-content {
        padding: 70px;
    }
    .our-team-top .team-row {
        padding-top: 55px;
    }
    .our-team-top .right-img .green-big-box {
        right: -100px;
    }
    .our-team-top .right-img .white-small-box {
        right: 0;
    }
    .solve-problem .right-content {
        padding: 20px;
    }
    .privacy-content-section .green-left {
        height: 45px;
        width: 45px;
    }
    .privacy-content-section .yellow-left {
        height: 45px;
        width: 45px;
        top: 45px;
        left: 45px;
    }
    .privacy-content-section .green-right {
        height: 90px;
        width: 90px;
        right: 45px;
    }
    .privacy-content-section .blue-right {
        height: 45px;
        width: 45px;
        top: 90px;
    }
    .privacy-content-section h1 {
        margin-bottom: 45px;
    }
}
@media (max-width:991px) {
    .contact-top h2 br, .interested-career h2 br { display: none; }
    .about-our-purpose .row {
        flex-direction: column-reverse;
    }
    #pageheader .menu-contain {
        max-width: 100%;
    }
    .about-our-purpose .right-img {
        padding-left: 5%;
        margin-right: -45px;
    }
    .about-our-purpose .right-img img {
        width: 100%;
    }
    .about-our-purpose .right-img .green-small-box {
        left: -52px;
    }
    .about-our-purpose .right-img .orange-big-box {
        height: 150px;
        width: 150px;
        right: -1px;
    }
    .about-our-purpose .right-img .orange-small-box {
        right: 58px;
    }
    .about-our-purpose .left-content {
        padding-left: 0;
        margin-top: 60px;
    }
    .about-our-purpose .left-content h1 {
        margin: 2% 0
    }
    .whats-sets-us {
        margin-left: 0;
        margin-top: 25px;
    }
    .whats-sets-us .white-big-box {
        height: 65px;
        width: 65px;
    }
    .about-our-purpose .left-content h1 {
        font-size: 45px;
        line-height: 50px;
    }
    .about-our-purpose .left-content span {
        font-size: 20px;
    }
    h2,
    .h2 {
        font-size: 28px;
    }
    .safety-first .left-img img {
        width: 90%;
    }
    .safety-first .left-img .white-small-box {
        height: 50px;
        width: 50px;
    }
    .safety-first .left-img .green-box {
        height: 90px;
        width: 90px;
    }
    .safety-first .left-img .white-big-box {
        height: 100px;
        width: 100px;
    }
    .whats-sets-us .content h2 {
        margin-bottom: 0;
    }
    .whats-sets-us .content p {
        font-size: 16px;
    }
    .safety-first .left-img .white-big-box {
        right: 77px;
    }
    .safety-first .left-img .green-big-box {
        top: 0;
        right: 0;
        height: 80px;
        width: 80px;
    }
    .safety-first .right-content {
        margin-top: 0;
        padding: 50px 145px 50px 40px;
    }
    .culture-trust .row {
        flex-direction: column-reverse;
    }
    .culture-trust .left-content {
        padding: 40px;
    }
    .self-performance .left-img .green-box {
        bottom: -88px;
        right: 0;
    }
    .self-performance .right-content {
        padding: 50px 40px 50px 40px;
    }
    #pageheader .navbar-collapse {
        z-index: 2;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
    }
    #pageheader .navbar-collapse ul {
        padding: 15px 12px 20px;
        background-color: #00a9a1;
    }
    #pageheader .navbar {
        padding: 0;
        margin: 0;
    }
    #pageheader .menu-contain {
        padding-right: 0;
        margin-right: 0;
    }
    #pageheader .navbar .navbar-toggler {
        height: 60px;
        width: 60px;
    }
    .footerLogo {
        margin-bottom: 25px;
    }
    .social-media-links .facebook-icon,
    .social-media-links .linkedin-icon {
        height: 60px;
        width: 60px;
    }
    .social-media-links .facebook-icon a,
    .social-media-links .linkedin-icon a {
        font-size: 32px;
    }
    .social-media-links .facebook-icon {
        top: 60px;
    }
    .social-media-links .linkedin-icon {
        top: 0;
        right: 60px;
    }
    #pagefooter .top-footer::before {
        height: 60px;
        width: 60px;
        top: 0;
    }
    #pagefooter .top-footer .copyright {
        bottom: 3%;
    }
    #pagefooter .top-footer {
        height: auto;
    }
    .top-footer .menu-content {
        text-align: left !important;
    }
    #pagefooter ul li {
        padding: 0;
    }
    .about-our-purpose .right-img img {
        height: 410px;
        object-fit: cover;
    }
    .service-top .right-img,
    .service-top .right-img img {
        padding-left: 0 !important;
    }
    .service-top .right-img .orange-big-box {
        left: 0;
    }
    .service-top .left-content h1 br {
        display: none;
    }
    .service-top .left-content {
        margin: 30px 0 20px !important;
        padding: 20px;
    }
    .counter-sec .counter-two {
        display: none;
    }
    .counter-sec .counter-three {
        margin-left: 15%;
    }
    .counter-sec .counter-five {
        display: none;
    }
    .counter-sec .counter-four,
    .counter-sec .counter-six,
    .counter-sec .counter-seven {
        width: 50%;
    }
    .counter-sec .counter-nine {
        display: none;
    }
    .counter-sec .counter-ten,
    .counter-sec .counter-eleven {
        width: 50%;
    }
    .video-section {
        background-color: transparent;
    }
    
    .industries-where .orange-big-box,
    .industries-where .green-small-box {
        display: none;
    }
    .industries-where .green-big-box {
        left: 0;
    }
    .video-section .left-img {
        margin-bottom: -10px !important;
    }
    .put-us-work {
        padding-top: 25px !important;
    }
    .delivery-execution .right-img.three {
        margin-top: 20px;
    }
    .lets-work-together .row {
        flex-direction: column-reverse;
    }
    .lets-work-together .gray-box {
        top: 0;
        left: 0;
    }
    .lets-work-together .right-content {
        padding: 100px;
    }
    .lets-work-together .left-img {
        margin-bottom: 0 !important;
    }
    .industries-where .right-content {
        padding: 6% 0 2% 5%;
    }
    .put-us-work .left-content .list-items {
        padding: 48px 5px;
    }
    .lets-work-together .right-content {
        padding: 130px 30px 40px;
    }
    .put-us-work .right-content .tabcontent .learn-more a:before {
        top: 33px;
    }
    .our-team-top .team-row {
        padding-top: 0px;
    }
    .our-team-top .right-img .green-big-box {
        width: 60px;
        height: 60px;
        z-index: 0;
        top: 0;
        right: 0;
    }
    .our-team-top .right-img .white-small-box {
        width: 60px;
        height: 60px;
        bottom: 0;
        right: 0;
    }
    .solve-problem .left-img .blue-box-one {
        width: 120px;
        height: 60px;
        top: -60px;
    }
    .solve-problem .left-img .blue-box-two {
        width: 60px;
        height: 60px;
    }
    .solve-problem .left-img {
        margin-top: 60px;
    }
    .solve-problem .left-img img {
        width: 100%;
    }
    .our-team-top .left-content {
        margin-top: 50px;
        padding-bottom: 35px;
    }
    .our-team-top .right-img {
        padding-left: 0;
        margin-left: -45px;
        margin-right: -45px;
    }
    .team-members {
        padding: 4rem 0 2rem;
    }
    .team-members .members {
        margin-bottom: 30px;
    }
    .ready-to-work .row {
        flex-direction: column;
    }
    .ready-to-work .right-img {
        margin-bottom: 0 !important;
    }
    .ready-to-work .right-img .white-box {
        width: 60px;
        height: 60px;
        background-color: #FBFCF7;
    }
    .ready-to-work .right-img .green-big-box {
        width: 60px;
        height: 60px;
        bottom: 0;
        top: auto;
    }
    .team-members .popup {
        width: auto;
    }
    .team-members .popup .popup-content {
        display: block;
    }
    .team-members .popup .popup-content .popup-img {
        width: 60%;
    }
    .team-members .popup .content {
        width: 100%;
    }
    .team-members .popup .green-big-box {
        height: 110px;
        width: 110px;
        top: 375px;
    }
    .solve-problem .left-img .white-box {
        width: 60px;
        height: 60px;
    }
    .solve-problem .left-img img {
        width: 100% !important;
    }
    .team-members .popup .popup-img .orange-small-box {
        width: 55px;
        height: 55px;
        top: -25px;
    }
    .case-study-top .left-content {
        left: -15px;
        top: 300px;
        padding: 60px 70px 90px 100px;
    }
    .case-study-sec {
        margin-top: 20%;
    }
    .case-study-sec h3 br {
        display: none;
    }
    .case-study-top {
        min-height: auto;
    }
    .safety-first .row .col-lg-6:first-child {
        padding-right: 15px;
    }
    .our-team-top .right-img img {
        padding-left: 0px !important;
    }
    .team-members .popup h2 {
        font-size: 30px;
    }
    .team-members .popup .popup-img img {
        padding-left: 16px;
    }
    .news .white-big-box {
        width: 90px;
        height: 90px;
    }
    #Geotechnical .right-img-content .learn-more a:before {
        top: 33px;
    }
    .delivery-execution .right-img.one h3,
    .delivery-execution .right-img.two h3,
    .delivery-execution .right-img.three h3 {
        width: 250px;
    }
    .put-us-work .right-content .tabcontent .tab-inside-content .left-content {
        margin-top: 0;
    }
    .careers-top .right-img .peach-big-box {
        height: 90px;
        width: 90px;
        left: 0;
    }
    .careers-top .right-img .darkgreen-small-box {
        right: 0;
    }
    .why-join {
        padding: 40px 0;
    }
    .entact-ceo .left-img img {
        position: relative;
        padding-top: 0;
        width: 100%;
    }
    .entact-ceo .right-content {
        padding: 35px;
        margin-left: 0;
        padding-top: 60px;
    }
    .career-counter .counter-five,
    .career-counter .counter-nine,
    .career-counter .counter-eleven,
    .career-counter .counter-eight {
        display: none;
    }
    .career-counter .counter-three,
    .career-counter .counter-four,
    .career-counter .counter-ten,
    .career-counter .counter-twelve {
        width: 50%;
    }
    .benefits .right-img .blue-big-box {
        right: 0;
        height: 90px;
    }
    .contact-top .white-big-box {
        height: 120px;
        width: 120px;
    }
    .contact-top .right-img .orange-small-box {
        left: auto;
        right: 0 !important;
    }
    .contact-top .right-img .green-small-box {
        left: auto;
        right: 0;
    }
    .contact-top .right-img {
        margin-bottom: 10px;
    }
    .contact-top .contactus-form {
        position: relative;
        margin: auto;
        left: 0;
        right: 0;
    }
    .contact-top .boxes {
        flex-direction: unset;
    }
    .interested-career .left-img img {
        width: 100%;
    }
    .interested-career .right-content {
        padding: 30px;
    }
    .nationwide-network .address-map .row {
        flex-direction: column-reverse;
    }
    .nationwide-network p br {
        display: none;
    }
    .project-top .right-img .white-small-box {
        right: 0;
    }
    .project-top .right-img .white-big-box {
        right: auto;
    }
    .project-top .right-img .small-green {
        display: none;
    }
    .news-article .left-content {
        height: 320px;
    }
    .news-article-middle {
        text-align: center;
        padding-top: 300px;
    }
    .news-article {
        width: 100%;
    }
    .news-article .left-content {
        left: -14px;
        padding: 30px;
    }
    .news-article .left-content .small-green {
        display: none;
    }
    .career-counter .counter-thirteen {
        margin-top: -2px;
    }
    .entact-ceo .left-img {
        margin-bottom: 0 !important;
    }
    .entact-ceo .right-content .quotes:before {
        top: -40px;
    }
    .nationwide-network .navbar-expand-lg .navbar-nav .nav-item {
        width: 200px;
    }
    .nationwide-network .navbar-expand-lg .navbar-nav .nav-item .sub-loacation-list {
        left: 215px;
    }
    .case-study-top {
        width: 100%;
    }
    .news-article-middle .center-content {
        text-align: left;
        padding: 25px;
    }
    .contact-top .boxes .col-lg-3:nth-child(3),
    .contact-top .boxes .col-lg-3:nth-child(4) {
        margin-top: 20px;
    }
    .our-impact .counter-four,
    .our-impact .counter-eight {
        width: 100%;
    }
    .our-impact .counter-five,
    .our-impact .counter-nine,
    .our-impact .counter-eleven {
        width: 100%;
    }
    .our-impact .counter-twelve {
        width: 100%;
    }
    .our-impact .counter-fourteen {
        width: 100%;
    }
    .our-impact .counter-six {
        width: 100%;
    }
    .res-top .orange-small-box,
    .our-sustainability .lightgreen-big-box {
        display: none;
    }
    .sustainability-row {
        display: block;
    }
    .our-sustainability .sustainability-row .title {
        width: 100%;
    }
    .our-sustainability .title {
        padding: 30px 20px;
        height: auto;
    }
    .our-sustainability .sustainability-row .title .white-small-box {
        width: 50px;
        height: 50px;
    }
    .res-top .right-img {
        padding-right: 0;
    }
    .res-ceo {
        margin-top: 0;
        padding-bottom: 0;
    }
    .res-ceo .orange-small-box,
    .our-impact .counter-five,
    .our-impact .counter-ten,
    .our-impact .counter-twelve,
    .our-impact .counter-fourteen,
    .our-impact .counter-eight {
        display: none;
    }
    .our-impact {
        margin-top: 0;
    }
    .our-impact .counter-two,
    .our-impact .counter-three,
    .our-impact .counter-six,
    .our-impact .counter-seven,
    .our-impact .counter-thirteen,
    .our-impact .counter-fifteen {
        width: 50%;
    }
    .our-impact .counter-two h3,
    .our-impact .counter-three h3,
    .our-impact .counter-four h3,
    .our-impact .counter-six h3,
    .our-impact .counter-seven h3,
    .our-impact .counter-nine h3,
    .our-impact .counter-eleven h3,
    .our-impact .counter-thirteen h3,
    .our-impact .counter-fifteen h3 {
        font-size: 50px;
    }
    .our-impact .counter-two h4,
    .our-impact .counter-four h4,
    .our-impact .counter-six h4,
    .our-impact .counter-seven h4 {
        font-size: 25px;
    }
    .our-impact .counter-one,
    .our-impact .counter-two,
    .our-impact .counter-three,
    .our-impact .counter-four,
    .our-impact .counter-five,
    .our-impact .counter-six,
    .our-impact .counter-seven,
    .our-impact .counter-nine,
    .our-impact .counter-ten,
    .our-impact .counter-eleven,
    .our-impact .counter-twelve,
    .our-impact .counter-thirteen,
    .our-impact .counter-fourteen,
    .our-impact .counter-fifteen,
    .our-impact .counter-sixteen {
        height: 250px;
    }
    .monitoring-progress .right-content {
        padding: 40px 30px 40px;
    }
    .mark-fleri .right-content {
        margin-right: 0;
        padding-top: 55px;
    }
    .news .green-small-box {
        display: none;
    }
    .res-top .right-img .white-small-box {
        right: auto;
    }
    .res-ceo .right-content {
        padding-top: 58px;
    }
    .res-ceo .right-content .quotes:before {
        top: -40px;
    }
    .res-ceo .right-content .quotes:after {
        right: 46%;
    }
    .mark-fleri .right-content .quotes:before {
        top: -36px;
    }
    .mark-fleri .right-content .quotes:after {
        right: 60%;
    }
    .industry-benchmarks .logos img {
        margin-bottom: 25px;
    }
    .mark-fleri .darkgreen-small-box,
    .mark-fleri .white-small-box {
        display: none;
    }
    .gives-top .right-img .green-small-box {
        left: 0;
    }
    .gives-top .left-content h1 {
        margin-bottom: 30px;
    }
    .regulatory-environment-content,
    .principles-banner .banner-img {
        margin-left: 0;
    }
    .principles-banner .banner-content h3 {
        font-size: 30px;
    }
    .principles-banner .banner-content h3 br,
    .diversity-content p br,
    .impact .diversity-content h2 br,
    .framework .framework-content h2 br {
        display: none;
    }
    .ethical-behavior {
        margin-top: 35px;
    }
    .in-focus .regulatory-environment-content p {
        max-width: initial;
    }
    .framework-content p br {
        display: none;
    }
    .people-banner .people-banner-img .box-blue {
        display: none;
    }
    .teamSafty .container {
        max-width: initial;
    }
    .teamSafty .g-0 {
        --bs-gutter-y: 0;
    }
    .entact-ceo .right-content .quotes:after {
        right: 0;
    }
    .logos-section .left-content h2 br {
        display: none;
    }
    .our-sustainability .sustainability-row .title h2 br {
        display: none;
    }
    #pageheader .navbar .navbar-nav .nav-link {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #pageheader .navbar .navbar-nav .menu-item {
        display: block;
            padding-left: 10px;
        padding-right: 0 !important;
    }

    .search-icon form.search-form {
        padding: 0 22px !important;
        max-width: 100% !important;
    }

    .search-icon #search {
        width: 100% !important;
    }
    .search-icon form label {
        font-weight: 500;
    }
    #pageheader .navbar .navbar-nav .sub-menu .menu-item {
        padding: 0 !important;
        height: auto !important;
        width: 100%;
    }

    #pageheader .navbar .navbar-nav .sub-menu {
        margin-left: 25px;
        margin-top: 0;
        margin-bottom: 0;
        position: static;
        opacity: 1;
        visibility: visible;
    }
    .menu-item-has-children .menu-item-has-children:hover .sub-menu li {
        margin-top: 0;
    }
    .menu-item .sub-menu li:hover a {
        color: #000 !important;
    }
    .menu-item-has-children .menu-item-has-children .sub-menu li a {
        background: transparent;
    }
    #pageheader .navbar .navbar-nav .menu-item.current_page_item > a, #pageheader .navbar .navbar-nav .current-menu-parent > a, .current_page_ancestor > a {
        color:  #fff !important;
    }
    #pageheader .navbar-collapse {
        position: fixed;
        transition: 1s ease;
        width: 100%;
        right: 100%;
        top: 60px;
        background: #00A9A1;
        display: block;
        height: 100%;
        left: auto;
    }

    #pageheader .navbar {
        position: relative;
    }

    #pageheader .navbar-collapse.is-active {
        right: 0;
    }
}
@media (max-width:767px) {
    .team-members .popup .close { top: -3px; }
    .about-our-purpose .right-img {
        padding-left: 8%;
        margin-right: 0;
    }
    .about-our-purpose .right-img img {
        height: 240px;
        object-fit: cover;
        padding-left: 30px;
    }
    .about-our-purpose .right-img .green-small-box {
        left: 1px;
        height: 30px;
        width: 30px;
    }
    .about-our-purpose .right-img .orange-big-box {
        height: 60px;
        width: 60px;
        right: -1px;
    }
    .about-our-purpose .right-img .orange-small-box {
        height: 30px;
        width: 30px;
        right: 30px;
        bottom: -29px;
    }
    .about-our-purpose .left-content {
        margin: 60px 20px;
    }
    .about-our-purpose .left-content h1 {
        font-size: 30px;
        line-height: 33px;
        margin-bottom: 15px;
    }
    .about-our-purpose .left-content span {
        font-size: 16px;
    }
    h2,
    .h2 {
        font-size: 25px;
        line-height: 32px;
    }
    .whats-sets-us .content p {
        font-size: 18px;
        margin-right: 40px;
    }
    .whats-sets-us {
        padding: 11% 0 22%;
    }
    .safety-first .left-img .white-small-box {
        height: 30px;
        width: 30px;
    }
    .safety-first .left-img .green-big-box {
        height: 30px;
        width: 30px;
        right: -3px;
    }
    .safety-first .left-img img {
        width: 93%;
    }
    .safety-first .left-img .green-box {
        height: 60px;
        width: 60px;
    }
    .safety-first .left-img .white-big-box {
        height: 60px;
        width: 60px;
        right: 0;
        right: 25px;
    }
    .safety-first .left-img .orange-box {
        height: 30px;
        width: 30px;
        right: 85px;
        bottom: 30px;
    }
    .safety-first .right-content {
        padding: 20px 30px 50px 40px;
    }
    .culture-trust .right-img .white-big-box {
        height: 60px;
        width: 60px;
    }
    .culture-trust .right-img .green-box {
        height: 30px;
        width: 30px;
        left: 59px;
    }
    .culture-trust .right-img .blue-box {
        height: 60px;
        width: 60px;
        bottom: -1px;
    }
    .culture-trust .left-content {
        padding: 30px;
    }
    .self-performance .left-img .white-big-box {
        height: 60px;
        width: 60px;
    }
    .self-performance .left-img .green-box {
        height: 40px;
        width: 40px;
        bottom: -41px;
    }
    .self-performance .right-content {
        padding: 50px 40px 50px 30px;
    }
    .top-footer .menu-content {
        text-align: left !important;
        padding: 30px;
    }
    #pagefooter .top-footer .copyright {
        bottom: 4%;
        left: auto;
        right: auto;
    }
    .social-media-links .linkedin-icon {
        top: 0;
        right: 60px;
    }
    .delivery-execution .right-img.one,
    .delivery-execution .right-img.two,
    .delivery-execution .right-img.three {
        margin-top: 25px;
    }
    .service-top .right-img .green-big-box {
        width: 60px;
        height: 30px;
    }
    .about-our-purpose .right-img {
        padding-left: 0;
    }
    .service-top .right-img img {
        height: 300px;
    }
    .counter-sec .counter-one,
    .counter-sec .counter-two,
    .counter-sec .counter-three,
    .counter-sec .counter-four,
    .counter-sec .counter-five,
    .counter-sec .counter-six,
    .counter-sec .counter-seven,
    .counter-sec .counter-nine,
    .counter-sec .counter-ten,
    .counter-sec .counter-eleven,
    .counter-sec .counter-twelve {
        height: 180px;
    }
    .counter-sec .counter-one h2,
    .counter-sec .counter-two h2,
    .counter-sec .counter-three h2,
    .counter-sec .counter-four h2,
    .counter-sec .counter-five h2,
    .counter-sec .counter-six h2,
    .counter-sec .counter-seven h2,
    .counter-sec .counter-nine h2,
    .counter-sec .counter-ten h2,
    .counter-sec .counter-eleven h2,
    .counter-sec .counter-twelve h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .counter-sec .mb-3 {
        margin-bottom: 0 !important;
    }
    .counter-sec .counter-one p br {
        display: none;
    }
    .video-blk-wrap .play-pause-icon {
        width: 60px;
        height: 60px;
    }
    .industries-where .right-content {
        padding: 30px;
    }
    .industries-where .right-content h2 br {
        display: none;
    }
    .industries-where .right-content .points {
        display: block;
    }
    .industries-where {
        height: auto;
    }
    .industries-where .green-big-box {
        height: 600px;
    }
    .industries-where .right-content .points ul {
        margin-bottom: 0;
        padding-top: 0;
    }
    .industries-where .right-content .points {
        margin-top: 18px;
    }
    .put-us-work .left-content .list-items {
        padding: 30px 0;
        padding-right: 30px;
    }
    .put-us-work .right-content .tab button {
        line-height: 22px;
    }
    .put-us-work .right-content .tabcontent .learn-more {
        text-align: left;
    }
    .put-us-work .right-content .tabcontent .learn-more a:before {
        bottom: 3px;
        top: auto;
    }
    .delivery-execution {
        padding-top: 3rem;
    }
    .delivery-execution h2 {
        margin-bottom: 0;
        padding-left: 15px;
    }
    .delivery-execution .box {
        padding: 0 25px;
    }
    .delivery-execution .right-img.one h3,
    .delivery-execution .right-img.two h3,
    .delivery-execution .right-img.three h3 {
        font-size: 20px;
        padding: 45px;
    }
    .delivery-execution .right-img.one h3 br,
    .delivery-execution .right-img.two h3 br,
    .delivery-execution .right-img.three h3 br {
        display: none;
    }
    .delivery-execution .right-img img {
        height: auto;
        object-fit: cover;
        object-position: top;
    }
    .delivery-execution .right-img.one h3,
    .delivery-execution .right-img.two h3,
    .delivery-execution .right-img.three h3 {
        height: 150px;
    }
    .delivery-execution .right-img.one .green-box-two {
        top: 150px;
    }
    .lets-work-together .gray-box {
        height: 60px;
        width: 60px;
    }
    .lets-work-together .right-content {
        padding: 90px 25px 25px;
    }
    .lets-work-together .right-content p br {
        display: none;
    }
    .lets-work-together .white-big-box {
        width: 60px;
        height: 60px;
    }
    .put-us-work .right-content .tabcontent .tab-inside-content {
        display: block;
    }
    .put-us-work .right-content .tab {
        width: 100%;
        margin-top: 80px;
    }
    .put-us-work .right-content h2 {
        top: -55px;
        left: 28%;
    }
    .put-us-work .right-content .tabcontent .tab-inside-content .left-content,
    .put-us-work .right-content .tabcontent .tab-inside-content .right-img-content {
        width: 100%;
    }
    .put-us-work .left-content .list-items ul {
        height: 270px !important;
    }
    .slimScrollDiv {
        height: auto !important;
    }
    .solve-problem .right-content .breadth-list {
        display: block;
        margin-top: -20px;
        margin-bottom: -12px;
    }
    .solve-problem .right-content .breadth-list ul {
        width: 100%;
    }
    .solve-problem .right-content .breadth-list ul:first-child {
        margin-bottom: 0;
    }
    .team-members .popup .popup-content .popup-img {
        width: 100%;
    }
    .team-members .popup {
        margin: auto;
        height: 750px;
        overflow-y: scroll;
    }
    .team-members .popup .content {
        padding: 80px 0;
    }
    .team-members .popup .green-big-box {
        top: 41%;
    }
    .team-members .popup .popup-content {
        margin-top: 35px;
    }
    .featured-projects .right-content .tab {
        margin-top: 0px;
    }
    .case-study-top .left-content {
        top: 120px;
        padding: 60px 70px 40px 50px;
    }
    .case-study-top .left-content .small-green {
        height: 50px;
        width: 50px;
    }
    .case-study-sec h3 {
        padding: 45px;
    }
    .case-study-sec .center-content .white-small-box {
        height: 50px;
        width: 50px;
    }
    .culture-trust .right-img .green-box {
        bottom: -1px;
    }
    .solve-problem .right-content h2 {
        color: #01746D;
    }
    .team-members .members .mem-name {
        margin-bottom: 4px;
    }
    .ready-to-work .left-content h2 {
        color: #01746D;
    }
    .service-top .right-img {
        padding-left: 0;
    }
    .put-us-work .right-content .tabcontent .learn-more a {
        font-size: 18px;
    }
    .team-members .popup .popup-img img {
        padding-left: 12px;
    }
    .whats-sets-us .content p br {
        display: none;
    }
    .news-article .left-content {
        top: 255px !important;
        height: auto;
    }
    .news .left-content h3 br {
        display: none;
    }
    .delivery-execution .right-img.one h3,
    .delivery-execution .right-img.two h3,
    .delivery-execution .right-img.three h3 {
        width: 257px;
    }
    .delivery-execution .right-img.two .lightgreen-box-one {
        top: 63.5px;
    }
    .delivery-execution .right-img.two .lightgreen-box-two {
        top: 148px;
    }
    .delivery-execution .right-img.three .blue-box-one {
        top: 63.5px;
    }
    .delivery-execution .right-img.three .blue-box-two {
        top: 149px;
    }
    .delivery-execution .right-img.two h3 {
        padding-top: 27px;
    }
    .plyr__control--overlaid {
        width: 80px !important;
        height: 80px;
    }
    .why-join {
        margin: auto 15px;
    }
    .contact-top .right-img .green-small-box {
        left: auto !important;
        bottom: 0;
    }
    .contact-top .left-content {
        margin: 0px 0 20px !important;
    }
    .contact-top .contactus-form {
        width: auto;
    }
    .interested-career button {
        width: 100%;
        margin-bottom: 15px;
    }
    .nationwide-network .title {
        margin: 25px;
    }
    .nationwide-network .navbar-expand-lg .navbar-nav {
        border-right: 1px solid transparent;
    }
    .nationwide-network .navbar-expand-lg .navbar-nav .nav-item {
        width: 100%;
    }
    .nationwide-network .navbar-expand-lg .navbar-nav .dropdown-menu {
        border-right: 1px solid transparent;
        width: 100%;
    }
    .news .white-big-box {
        width: 60px;
        height: 60px;
    }
    .project-top .left-content p {
        padding-right: 0;
    }
    .news-article .left-content h2 {
        width: 280px;
    }
    .news-article-middle {
        padding-top: 220px;
    }
    .benefits .right-img .green-big-box {
        top: 0;
    }
    .entact-ceo .right-content .quotes:after {
        bottom: -35px;
    }
    .nationwide-network .navbar-expand-lg .navbar-nav .nav-item {
        position: relative;
    }
    .nationwide-network .navbar-expand-lg .navbar-nav .nav-item .sub-loacation-list {
        position: relative;
        left: 0;
        margin-top: 0px;
        height: auto;
    }
    .nationwide-network .navbar-expand-lg .navbar-nav .nav-item .sub-loacation-list .address-list {
        height: auto;
        left: 0;
        position: relative;
    }
    .nationwide-network {
        background-color: #fff;
    }
    .nationwide-network .navbar-expand-lg .navbar-nav li.dropdown a.dropdown-toggle {
        border-bottom: 1px solid #E9E9E9;
        padding: 15px;
    }
    .nationwide-network .navbar-expand-lg .navbar-nav .nav-item .sub-loacation-list .address-list {
        border: 15px solid #E9E9E9;
    }
    .nationwide-network .navbar-expand-lg .navbar-nav .sub-loacation-list li.submenulist a.dropdown-item {
        padding: 15px 24px;
    }
    .nationwide-network .navbar-expand-lg .navbar-nav .dropdown-menu a.active-sub-menu:after {
        transform: rotate(90deg);
        top: 12px;
    }
    .nationwide-network .navbar-expand-lg .navbar-nav .dropdown-toggle.active-menu::after {
        transform: rotate(90deg);
        top: 10px;
    }
    .case-study-top .left-content h2,
    .case-study-top .left-content .single-tag-list {
        width: 250px;
    }
    .case-study-top .left-content {
        top: 180px;
    }
    .benefits .right-img .darkgreen-small-box {
        display: none;
    }
    .interested-career .right-content .buttons a {
        margin-bottom: 15px;
    }
    .contact-top .contactus-form iframe {
        height: 820px !important;
    }
    .case-study-top .left-content p {
        margin-right: 0;
    }
    .our-impact .counter-two h3,
    .our-impact .counter-three h3,
    .our-impact .counter-four h3,
    .our-impact .counter-six h3,
    .our-impact .counter-seven h3,
    .our-impact .counter-nine h3,
    .our-impact .counter-eleven h3,
    .our-impact .counter-thirteen h3,
    .our-impact .counter-fifteen h3 {
        font-size: 30px;
        margin-bottom: 0;
    }
    .our-impact .counter-one,
    .our-impact .counter-two,
    .our-impact .counter-three,
    .our-impact .counter-four,
    .our-impact .counter-five,
    .our-impact .counter-six,
    .our-impact .counter-seven,
    .our-impact .counter-nine,
    .our-impact .counter-ten,
    .our-impact .counter-eleven,
    .our-impact .counter-twelve,
    .our-impact .counter-thirteen,
    .our-impact .counter-fourteen,
    .our-impact .counter-fifteen,
    .our-impact .counter-sixteen {
        height: 200px;
    }
    .our-impact .counter-two h4,
    .our-impact .counter-four h4,
    .our-impact .counter-six h4,
    .our-impact .counter-seven h4 {
        margin-bottom: 5px;
    }
    .monitoring-progress .right-content {
        padding: 30px 25px 25px;
    }
    .mark-fleri .lightgreen-big-box {
        width: 90px;
        height: 90px;
        bottom: -43px;
    }
    .gives-top .right-img .white-big-box {
        height: 90px;
        width: 90px;
    }
    .news .right-img img {
        height: auto;
    }
    .res-top .lightgreen-big-box {
        width: 60px;
        height: 60px;
    }
    .res-top .darkgreen-small-box {
        width: 60px;
        height: 60px;
        right: 60px;
        top: 60px;
    }
    .res-top .right-img .white-small-box {
        width: 60px;
        height: 60px;
    }
    .entact-ceo .right-content .quotes:before,
    .entact-ceo .right-content .quotes:after {
        height: 20px;
    }
    .res-ceo .right-content .quotes:after {
        right: 0;
    }
    .mark-fleri .right-content .quotes:after {
        right: 0;
    }
    .industry-benchmarks p br {
        display: none;
    }
    .entact-ceo .right-content p br {
        display: none;
    }
    .principles-abt-inner h3 {
        font-size: 20px;
    }
    .community-content,
    .sustainability .framework-content {
        padding: 35px;
    }
    
}


.people-banner-img .box-white {     
    top: 0;
    width: 90px;
    height: 90px;
    right: -1px !important;
}
/* .principles-banner .box-blue {
    top: 90px;
} */

/*Search team member*/

.team-members-list .member-content { display: flex; }
.team-members-list .member-content .member-img {     
    width: 50%;
    position: relative;
    z-index: 1;
}
.team-members-list .member-content .member-img .orange-small-box {
    position: absolute;
    height: 90px;
    width: 90px;
    background-color: #f29b00;
    top: -45px;
    right: 0;
    z-index: 2;
}
.team-members-list .member-content .member-img .green-big-box {
    position: absolute;
    height: 180px;
    width: 180px;
    background-color: #77D4A7;
    bottom: -90px;
    left: -90px;
    z-index: -1;
}
.team-members-list .member-content .content { 
    max-height: 30%;
    overflow: auto;
    width: 50%;
    text-align: left;
    padding: 55px 25px 1px 48px;
}
.team-members-list .member-list {
    padding-top: 130px;
    padding-bottom: 150px;
}

.team-members-list .member-content h2 {
    margin-top: 0;
    color: #212121;
    font-size: 44px;
    margin-bottom: 7px;
}
.team-members-list .member-content .designation { 
    color: #01746D !important;
    text-transform: uppercase;
    margin-bottom: 18px !important;
    font-family: 'Avenir LT Std' !important;
    font-size: 16px !important;
}
.team-members-list .member-content .content p {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    color: #313131;
    margin-bottom: 10px;
}
.team-members-list .single-team-list { 
    max-width: 1000px;
    margin: auto;
}


@media (max-width:991px) {
    .team-members-list .member-content .member-img { width: 100%; }
    .team-members-list .member-content .content { width: 100%; }
    .team-members-list .member-content { display: block; }
    .team-members-list .member-content h2 { font-size: 33px; }
    .team-members-list .member-content .content p { font-size: 16px; }
    .team-members-list .member-content .member-img .green-big-box { height: 90px; width: 90px; bottom: -40px; left: -45px; }
    .page-template-thank-you .thank-you h1 { font-size: 5rem !important; line-height: 72px; }
    .page-template-thank-you .thank-you p { line-height: 40px !important; }
}



@media (min-width:1880px) and (max-height:780px) { 
    .team-members .popup .content { padding: 0px 25px 1px 48px; }
    .team-members .popup .content p { font-size: 15px; line-height: 20px; }
    .team-members .popup { top: 4% !important; }
}


.overlay.active { display: block; }
.people-banner .box-blue { top: 90px; bottom: auto; }

.page-template-thank-you .thank-you {
    margin: auto;
    text-align: center;
    padding: 9rem 0;
    display: flex;
    align-items: center;
}
.page-template-thank-you .thank-you h1 {
    font-size: 6rem;
    color: #01746D;
}
.page-template-thank-you .thank-you p {
    font-family: 'Avenir LT Std';
    font-size: 36px;
    font-weight: 900;
    line-height: 60px;
    margin-top: 30px;
}


/*Cookiees message CSS*/
#hu.hu-position-right #hu-cookies-notice-consent .hu-radio-toggle .hu-toggle-label { display:block !important; }
.hu-toggle-switch { display:none !important; }
#hu .hu-btn { font-family: 'Avenir LT Std'; }
#hu .hu-btn, #hu #hu-cookies-notice-consent-choices .hu-radio-toggle .hu-toggle-heading { border-radius:0px !important; }
#hu #hu-cookies-notice-consent-choices input:checked+.hu-toggle-heading {
    background-color: #ffffff !important;
    color: #00a9a1 !important;
    border: none !important;
    border-bottom: 2px solid #00a9a1 !important;
	background-color: transparent !important;
}
#hu #hu-cookies-notice-consent-choices .hu-radio-toggle .hu-toggle-heading{
	 border: 1px solid #bbbbbb;
	box-shadow: none !important;
	background-color: transparent !important;
}
#hu #hu-cookies-notice-consent-choices .hu-radio-toggle .hu-toggle-label {
	text-transform:none !important;
}
.hu-cookies-notice-consent-choices-1 .hu-toggle-heading, .hu-cookies-notice-consent-choices-3 .hu-toggle-heading { border: none !important; border-bottom: 2px solid #bbbbbb !important; }
#hu #hu-cookies-notice #hu-cookies-notice-message {
	padding-top: calc(var(--hu-spacingSize)*2.25) !important; }
#hu .hu-footer-content>.hu-footer-links .hu-btn {
    visibility: hidden;
}
#hu #hu-cookies-notice #hu-cookies-notice-message span, .hu-text-body, .hu-toggle-heading { font-family: 'Avenir LT Std' !important; }







/*Health and Safety training*/

/* .training-top { 
	background-image: url(/wp-content/uploads/2023/10/training-hero.png);
	background-size: cover;
    background-position: center center;
    background-color: #fff;
    text-align: left;
    color: #fff;
    position: relative; 
	min-height: 68vh;
	display: flex;
    align-items: center;
}
.training-top h1 { text-transform: uppercase; }

.training-sec-content p { font-size: 22px; font-weight: normal; margin-bottom: 20px; }

.safty-priority { 
	background-image: url(/wp-content/uploads/2023/10/safty-bg.jpg);
    background-size: cover;
    background-position: center center;
    position: relative; 
	background-color: #0F171A; 
}
.safty-priority h3, .safty-priority p { color: #fff; }
.safty-priority h3 { 
	margin-bottom: 20px;
    text-transform: none;
    font-size: 32px;
}
.safty-priority p { padding-right: 100px; }
.safty-priority .gray-box {
    padding: 45px;
    margin-top: 0;
	border-bottom-width: 5px;
	background-color: #34454E;
    color: #fff;
    border-bottom: solid 4px #F09A1F;
	display: block;
}

.safty-priority .gray-box img {
	height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.safty-priority .gray-box ul {
	padding-top: 20px;
    padding-right: 40px;
	list-style: none;
}

.safty-priority .gray-box ul li {
	margin-bottom: 18px;
	font-weight: 500;
	position: relative;
}

.safty-priority .gray-box ul li::before {
	content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2023/10/orange-arrow.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    left: -30px;
    top: 15px;
}

.safty-video-sec .safety-video video { 
	width: 100%;
  	height: auto;
}
.safty-video-sec .safety-video { padding-top: 20px; }
.safty-video-sec h2 { font-size: 32px; margin-bottom: 15px; }
.safety-solved { background-color: #34454E !important; color: #fff; padding: 70px 0 !important; }
.safety-solved h2 { margin-bottom: 0 !important; }
.safety-solved a:hover { color: #fff !important; }
.safty-video-sec p.section-pad { padding: 80px 0; font-size: 22px; }
.safty-video-sec p a { text-decoration: none; color: #00A9A1; }
.safty-video-sec p a:hover { color: #000; }


/*Health password page*/

/* .page-id-1288 .breadcumb { display: none; }
.page-id-1288 .pw-protected-custom { padding-top: 160px; padding-bottom: 160px; }
.page-id-1288 .pw-protected-custom h2 {
    font-size: 3rem;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    color: #0F171A;
    line-height: 1.2;
}
.page-id-1288 .pw-protected-custom p {
    font-size: 15px;
    color: #0f171a;
    line-height: 1.575;
    margin-bottom: 1.5rem;
}
.page-id-1288 .pw-protected-custom .row {
    text-align: center;
    justify-content: center;
}
.page-id-1288 .pw-protected-custom input[type=submit] {
    color: #fff;
    background: #00A9A1;
    border: none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    background-image: linear-gradient(135deg,#326674 50%,transparent 51%);
    background-size: 100px 100px;
    background-position: -50px -50px;
    background-repeat: no-repeat;
    transition: background 0.4s;
    padding: 14px 30px;
    border-radius: 0;
}
.page-id-1288 .pw-protected-custom input[type=submit]:hover {
    background-color: #00A9A1;
    background-size: 200% 200%;
    background-position: 0 0;
    color: #FFF;
    text-decoration: none;
    border: none;
}
.page-id-1288 .pw-protected-custom input[type=password] { background: #fafafa; }



@media (min-width:1200px) {
    .training-top .content { padding-left: 12%; }
    .training-sec-content .container { max-width: 1000px; }
    .safty-priority .container { max-width: 1200px; }
    .safty-video-sec .container { max-width: 1000px; }
    .safety-solved .container { max-width: 1000px !important; }
} 

@media (max-width:991px) {
    .training-top h1 { font-size: 33px; line-height: 40px; padding-left: 20px; }
    .training-top h1 br { display: none; }
    .training-top { min-height: 56vh; }
    .training-sec-content { padding: 3rem 0; }
    .safty-priority p { padding-right: 0; }
    .safty-priority .gray-box { padding: 15px; }
    .training-sec-content p { font-size: 18px; }
    .safty-video-sec p.section-pad { padding: 40px 0; font-size: 18px; }
    .safty-video-sec .safety-video .plyr__video-wrapper {
        display: flex;
        align-items: center;
        vertical-align: middle;
    }
}

@media (max-width:767px) {
    .safty-priority h3, .safty-video-sec h2 { font-size: 28px; }

    .page-id-1288 .pw-protected-custom h2 { font-size: 26px; }
    .page-id-1288 .pw-protected-custom p { font-size: 14px; padding: 0 25px; }
    .page-id-1288 .pw-protected-custom input[type=password], .page-id-1288 .pw-protected-custom input[type=submit] { display: block; margin: auto; }
    .page-id-1288 .pw-protected-custom input[type=password] { margin: 12px auto !important;}
    .page-id-1288 .pw-protected-custom { text-align: center; }
    .safety-solved .container, .safty-video-sec .container, .safty-priority .container, .training-sec-content .container { max-width: 370px; }
}

@media (max-width:400px) {
    .training-top h1 { font-size: 30px; }
}  */



/*Health and Safety New page*/

.safey-new .theme_btn { margin-right: 12px; }
.safe-workplace.health-safety-first { margin-top: 175px; }
.safe-workplace .left-content { 
	padding: 60px 140px;
    max-width: 680px;
    background-color: #34454E;
    max-height: 430px;
}
.safe-workplace .left-content img {
    max-width: 352px;
    margin-bottom: 30px;
}
.safey-new .satety-buttons { margin-top: 40px; }
.safe-workplace .left-content p { color: #fff; }
.safe-workplace .left-content { position: relative; }
.safe-workplace .left-content .green-s-box {
	right: -1px !important;
	top: auto;
	bottom: -1px;
	background-color: #fff !important;
}
.safety-quiz-sec { background-color: #F2F1EE; padding: 100px 0; }
.safe-workplace { margin-bottom: 0 !important; }
.safe-workplace.dark-extra::before { background-color: #34454E !important; }
.safety-video-sec .container { max-width: 1077px; margin: auto; }
.safety-video-sec .safety-video video { width: 100%; height: auto; }
/* .safety-video-sec .safety-video { margin-top: 0px; } */
.safety-video-sec .left-content p { margin-bottom: 8px; }
.safety-video-sec .left-content p.section-pad { padding-top: 0 !important; padding-bottom: 60px; }
.safety-video-sec { padding-top: 95px; padding-bottom: 180px; position: relative; }
.safety-video-sec .orange-s-box {
    position: absolute;
    height: 90px;
    background-color: #F29B00;
    top: 0;
    right: calc(100% - 90px);
    width: 50vw;
}
.safety-video-sec .orange-b-box {
    position: absolute;
    height: 180px;
    width: 180px;
    background-color: #F29B00;
    right: 2px;
    bottom: 0;
}
.safety-quiz-sec .container { max-width: 764px; margin: auto; }
.safety-quiz-sec .left-content p a { color: #01746D; font-weight: 700; }
.safety-quiz-sec .safety-iframe-code { margin-top: 60px; }

.safey-new .left-content p { margin-bottom: 8px; line-height: 20.8px; }
.safey-new { margin-top: -10px; }
.safey-new.health-safety-top .left-content { padding-left: 105px !important; padding-top: 90px; }
.safety-solved { padding: 3.5rem 0 !important; background-color: #34454E !important; }
.safety-solved h2 { margin-bottom: 0 !important; color: #fff; }
.safety-solved .right-content a:hover { color: #fff !important; }
.safety-video .plyr__video-wrapper { margin-top: 0 !important; display: flex; align-items: center; }
.safey-new .satety-buttons a { text-transform: capitalize; }
.safety-solved .theme_btn { }
.plyr--stopped.plyr__poster-enabled .plyr__poster { background-color: transparent !important; }
.safey-new.health-safety-top .left-content h1 { margin: 24px auto; }
.safe-workplace.health-safety-first .right-content { margin-top: -30px; }
.safety-video .plyr__control--overlaid { background: url(/wp-content/uploads/2023/11/video-icon-black.svg); }

/*Health password page*/

.page-id-1327 .breadcumb { display: none; }
.page-id-1327 .pw-protected-custom { padding-top: 210px; padding-bottom: 200px; }
.page-id-1327 .pw-protected-custom h2 {
    font-size: 40px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 750;
    font-style: normal;
    color: #000000;
    line-height: 52px;
}
.page-id-1327 .pw-protected-custom p {
    font-size: 16px;
    color: #000000;
    font-weight: 350;
    line-height: 21px;
    margin-bottom: 2rem;
    padding: 0 25%;
}
.page-id-1327 .pw-protected-custom .row {
    text-align: center;
    justify-content: center;
}
.page-id-1327 .pw-protected-custom input[type=submit] {
    color: #fff;
    background: #01746D;
    border: 2px solid transparent;
    font-weight: 700;
    text-transform: capitalize;
    cursor: pointer;
    position: relative;
    padding: 10px 55px;
    border-radius: 4px;
    font-size: 16px;
    transition: 0.6s ease;
}
.page-id-1327 .pw-protected-custom input[type=submit]:hover {
    background-color: transparent !important;
    color: #000 !important;
    border: 2px solid #01746D;
}
.page-id-1327 .pw-protected-custom input[type=password] { border: 1px solid #dedede; width: 300px; border-radius: 2px; margin-right: 12px; }
.page-id-1327 .pw-protected-custom input.pass_input_class { border: 1px solid #D23B0B; }
.page-id-1327 .pw-protected-custom label { position: relative; }
.page-id-1327 .pw-protected-custom .wrong-password {
    position: absolute;
    left: 0px;
    color: #D23B0B;
    font-weight: 500;
    font-size: 16px;
    padding: 0;
    margin-top: 5px;
}


@media (min-width:1280px) {
    .safety-quiz-sec iframe { min-height: 60vh !important; height: 427px !important;}
}

@media (max-width:1400px) {
    .health-safety-top.safey-new .right-img .white-small-box { left: 63px; }
    .health-safety-top.safey-new .right-img .orange-small-box { left: 153px; }
}
@media (max-width:1300px) {
    .safey-new .theme_btn { padding: 11px 28px; }
}


@media (max-width:991px) {
    .safey-new.health-safety-top .left-content { padding-left: 0 !important; padding-top: 50px; }
    .safey-new .satety-buttons { margin-top: 30px; margin-bottom: 30px; }
    .safe-workplace .left-content { max-width: 100%; }
    .safety-video-sec .left-content { padding: 0 30px; }
    .safety-quiz-sec { padding: 60px 0; }
    .safety-video-sec .left-content p br { display: none; }
    .safe-workplace .left-content { padding: 60px 100px 60px 35px; }
    .page-id-1327 .pw-protected-custom p br { display: none; }
    .health-safety-top.safey-new .right-img .white-small-box { left: 0; }
    .health-safety-top.safey-new .right-img .orange-small-box { left: 90px; }
    .safe-workplace.health-safety-first { margin-top: 18px; }
    .safe-workplace.health-safety-first .right-content { margin-top: 0; }
}


@media (max-width:767px) {
    .page-id-1327 .pw-protected-custom h2 { font-size: 26px; }
    .page-id-1327 .pw-protected-custom p { font-size: 14px; padding: 0 25px; }
    .page-id-1327 .pw-protected-custom input[type=password], .page-id-1327 .pw-protected-custom input[type=submit] { display: block; margin: auto; }
    .page-id-1327 .pw-protected-custom input[type=password] { margin: 12px auto !important;}
    .page-id-1327 .pw-protected-custom { text-align: center; }

    .safey-new.health-safety-top .left-content { padding-top: 0; }
    .safey-new .satety-buttons .theme_btn { margin-bottom: 15px; }
    .safe-workplace .left-content img { max-width: 100%; }
    .safety-video-sec .orange-s-box { height: 60px; }
    .safety-video-sec .orange-b-box { width: 90px; height: 90px; }
    .safety-video-sec { padding-bottom: 90px; }
    .page-id-1327 .pw-protected-custom h2 { line-height: 35px; }
    .safey-new .satety-buttons a { width: 100%; text-align: center; }
    .page-id-1327 .pw-protected-custom .wrong-password { top: -25px; }

}
