@charset "utf-8";
/* CSS Document */

/*  
     ⤵︎ =============  HEADER
*/
#header {
    padding: 21px 0;
    background-color: transparent;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
#header.shrink {
    padding: 3px 0;
    background-color: rgba(0, 0, 0, 0.9);
}
#header .container-fluid {
    max-width: 1368px;
}
#header .col.logo {
    flex: 0 1 108px ;
    padding: 3px 16px;
}
#header.shrink .navbar-brand img {
    width: 60px;
    -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
#header .navbar-expand-md .offcanvas {
    flex-grow: 0;
}
#header .navbar-nav {
    --bs-nav-link-font-weight: 400;
    --bs-navbar-nav-link-padding-y: 1rem;
    --bs-navbar-nav-link-padding-x: 9px;
    --bs-nav-link-font-size: 1em;
    border-right: 1px solid #fff;
    margin-right: 33px;
    text-transform: uppercase;
}
#header .navbar-nav .nav-item {
    position: relative;
    margin: auto 9px;
}
#header .navbar-nav .nav-item.dropdown {
    padding-right: 18px;
}
#header .dropdown-toggle:after {
    display: none;
}
#header .navbar-nav .nav-item .more {
    position: absolute;
    top: 5px;
    right: 0;
    display: inline-block;
    background: url('data:image/svg+xml,%3Csvg width="9" height="5" viewBox="0 0 9 5" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M8.82102 1.02051L4.9321 4.82491C4.69346 5.05836 4.30654 5.05836 4.0679 4.82491L0.178983 1.02051C-0.0596609 0.787057 -0.0596609 0.408549 0.178983 0.175092C0.417625 -0.0583645 0.804543 -0.0583645 1.04319 0.175092L4.5 3.55678L7.95681 0.175092C8.19546 -0.0583642 8.58237 -0.0583642 8.82102 0.175092C9.05966 0.408549 9.05966 0.787057 8.82102 1.02051Z" fill="%23fff"/%3E%3C/svg%3E') no-repeat center center;
    background-size: 9px auto;
    width: 12px;
    height: 24px;
}
#header .navbar-nav .nav-link.active + .more {
    background: url('data:image/svg+xml,%3Csvg width="9" height="5" viewBox="0 0 9 5" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M8.82102 1.02051L4.9321 4.82491C4.69346 5.05836 4.30654 5.05836 4.0679 4.82491L0.178983 1.02051C-0.0596609 0.787057 -0.0596609 0.408549 0.178983 0.175092C0.417625 -0.0583645 0.804543 -0.0583645 1.04319 0.175092L4.5 3.55678L7.95681 0.175092C8.19546 -0.0583642 8.58237 -0.0583642 8.82102 0.175092C9.05966 0.408549 9.05966 0.787057 8.82102 1.02051Z" fill="%23008B9C"/%3E%3C/svg%3E') no-repeat center center;
}
#header .navbar-nav .nav-link {
    color: #fff;
    line-height: 1.5em;
}
#header .navbar-nav .nav-item.dropdown .nav-link {
    padding-right: 0;
}
#header .navbar-nav a.nav-link.active,
#header .navbar-nav a.nav-link:hover,
#header .navbar-nav a.nav-link:active {
    color: #008B9C;
}
#header .dropdown-menu {
    --bs-dropdown-min-width: 35rem;
    background: rgba(0, 0, 0, 0.8);
    border: 0;
    overflow: hidden;
    box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.15);
    --bs-dropdown-border-radius: 2px;
    text-transform: none;
}
#header .dropdown-item {
    width: 50%;
    color: #fff;
    background-color: transparent;
    font-weight: 500;
    white-space: normal;
}
#header .dropdown-item:focus,
#header .dropdown-item:hover {
    color: #F35C17;

}
#header a.submit.btn-primary {
    --bs-btn-hover-color: #008B9C;
    --bs-btn-hover-bg: #fff;
    --bs-btn-active-color: #008B9C;
    --bs-btn-active-bg: #fff;
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: 0.8125rem;
}
#header a.submit.btn-primary:hover {
    color: #008B9C;
}
#header .ftr a.submit.btn-primary {
    display: none;
}
/*
     ⤴︎ =============  end HEADER
*/
/*
     ⤵︎ =============  HOMEPAGE
*/
#home-hero {
    position: relative;
    background-color: #000;
    color: #fff;
    overflow: hidden;
}
#home-hero .container-fluid {
    position: relative;
    max-width: 1440px;
}
#home-hero .row {
    position: relative;
    min-height: 100vh;
    padding-top: 120px;
}
#home-hero .col.text {
    position: relative;
    left: 4%;
    max-width: 660px;
}
#home-hero .col.images {
    left: 12px;
    flex: 0 0 618px;
    height: 660px;
}
#home-hero h1 {
    font-size: 5em;
    line-height: 1em;
    font-weight: 500;
}
#home-hero h2 {
    padding-left: 0.125em;
    font-size: 3.65em;
    line-height: 1.125em;
    font-weight: 375;
}
#home-hero a.more {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
#home-hero a.more span {
    display: inline-block;
    vertical-align: middle;
}
#home-hero a.more span.icon {
    position: relative;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
#home-hero a.more:hover span.icon img {
    margin-top: 3px;
    -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
#home-hero .col.images .img-1,
#home-hero .col.images .img-2,
#home-hero .col.images .img-3 {
    position: absolute;
    border: 2px solid #F26511;
    border-radius: 50%;
}
#home-hero .col.images .img-1 {
    top: 84px;
    left: 12px;
    width: 390px;
    height: 390px;
}
#home-hero .col.images .img-2 {
    top: 0;
    left: auto;
    right: -48px;
    width: 268px;
    height: 268px;
}
#home-hero .col.images .img-3 {
    top: auto;
    bottom: 0;
    left: auto;
    right: -38px;
    width: 297px;
    height: 297px;
}
#home-hero .col.images .img-1 .wrapper {
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
    border-radius: 50%;
    overflow: hidden;
}
#home-hero .col.images .img-1 video {
    display: block;
    width: 101%;
    height: 101%;
}
#home-hero .col.images .img-2 .wrapper,
#home-hero .col.images .img-3 .wrapper {
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
    border-radius: 50%;
    overflow: hidden;
}
#home-hero .bg-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#home-hero .bg-wrapper:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.26)), to(rgba(0, 0, 0, 0.26))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.84)), color-stop(16.95%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.26)), -o-linear-gradient(top, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0) 16.95%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.26)), linear-gradient(180deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0) 16.95%);
    content: ' ';
}
#home-hero video,
#home-hero img.bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    background-position: center center;
}
section.about-video {
    color:#626262;
    background-color: #F5F5F5;
    overflow: hidden;
}
section.about-video .container-fluid {
    max-width: 1282px;
}

section.about-video .stats-wrapper {
    padding-top:30px;
}
@media(max-width: 575px) {
    section.about-video .stats-wrapper {
        text-align: center;
    }
}


section.about-video .listed-stat {
    padding-top:20px;
}

section.about-video h2 {
    font-size: 1.75em;
}

section.about-video .counter-box {
    font-size: 3.25em;
    line-height: 1em;
}
section.about-video small {
    font-size: 3.25em;
    line-height: 1em;
}
section.about-video .label {
    font-weight: 200 !important;
}

section.about-video .content-wrapper {
    position: relative;
    padding-top:100px;padding-bottom:100px;
    z-index: 2;
}
@media(max-width: 991px) {
    section.about-video .content-wrapper {
        padding-top:50px;padding-bottom:50px;
    }
}
@media(max-width: 767px) {
    section.about-video .content-wrapper {
        padding-top:35px;padding-bottom:35px;
    }
}
section.about-video .about-video-wrapper {
    position: relative;
    z-index: 1;
}
section.about-video video {
    min-height:100%;
    min-width:100%;
    position: absolute;
    top:50%;
    left:60%;
    transform:translate(-50%,-50%);
    /*mix-blend-mode: difference;*/
}
@media(max-width: 991px) {
    section.about-video .about-video-wrapper {
        min-height:20vw
    }
    section.about-video video {
        max-width: 100%;
        left:50%;
        /*top:0;*/
        /*transform:translate(-50%,0);*/
    }
}


section.about {
    padding: 48px 0 102px;
    background-color: #F5F5F5;
}
section.about .container-fluid {
    max-width: 1282px;
}
/*section.about .intro {*/
/*    margin: -66px auto 100px;*/
/*    text-align: center;*/
/*}*/
section.about .intro {
    margin: 0 auto 100px;
    text-align: center;
}
section.about p {
    position: relative;
}
section.about .intro p {
    max-width: 826px;
    margin: auto;
    font-size: 1.8em;
    line-height: 1.375em;
    font-weight: 375;
    color: #303F37;
}
section.about .intro p.feat {
    font-size: 1.24em;
    line-height: 1.318em;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #444444;
}
section.about .intro p.feat span {
    color: #f97b37ff;
}
section.about div.feat {
    background-size: 68vw auto;
    background-position: right bottom;
}
section.about div.feat .container-fluid {
    max-width: 1282px;
}
section.about div.feat .col.map {
    flex: 0 0 62%;
}
section.about div.feat a.item {
    display: block;
    margin-left: 7%;
    margin-bottom: 3rem;
    max-width: 370px;
}
section.about div.feat a.item:hover,
section.about div.feat a.item:active {
    color: #008B9C;
}
section.about div.feat .item .num {
    padding-bottom: 16px;
    margin-bottom: 18px;
    border-bottom: 2px solid #F26511;
    font-size: 58px;
    line-height: 1em;
    color: #293A31;
}
section.about div.feat a.item:hover .num,
section.about div.feat a.item:active .num {
    color: #008B9C;;
}
section.about div.feat .item .num small {
    font-size: 28px;
}
section.about div.feat .item .icon {
    position: absolute;
    top: 10px;
    right: 0;
    width: 22px;
}
section.services .container-fluid {
    max-width: 1282px;
}
section.services .slider {
    max-width: 1920px;
    margin: auto;
    padding-left: 77px;
    padding-bottom: 115px;
}
section.services .slider .swiper-slide {
    width: auto;
}
section.services .slider a.item {
    position: relative;
    display: block;
    width: 348px;
    padding-top: 125%;
    background-color: #fff;
    border: 2px solid #F26511;
    border-radius: 25px;
}
/*section.services .slider a.item:hover,*/
/*section.services .slider a.item:active {*/
/*    border-color: #008B9C;*/
/*}*/
section.services .slider a.item:hover .bg-img,
section.services .slider a.item:active .bg-img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0); /* For Safari */
}

section.services .slider a.item .bg-img::after {
    content:'';
    background-color:rgba(0,0,0,0.5);
    position: absolute;
    display: block;
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index: -1;
    /* Smooth transition */
    transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
}

section.services .slider a.item:hover .bg-img::after {
    background-color:rgba(0,0,0,0);
}

section.services .slider a.item .bg-img {
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 12px;
    right: 12px;
    border-radius: 20px;
    overflow: hidden;
    /* Apply grayscale filter */
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); /* Safari */
    -moz-filter: grayscale(100%); /* Firefox */
    -o-filter: grayscale(100%); /* Opera */
    -ms-filter: grayscale(100%); /* Internet Explorer */

    /* Smooth transition */
    transition: filter 0.3s ease;
    -webkit-transition: -webkit-filter 0.3s ease;
    -moz-transition: -moz-filter 0.3s ease;
    -o-transition: -o-filter 0.3s ease;
    -ms-transition: -ms-filter 0.3s ease;
}
section.services .slider a.item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.42)), color-stop(44.2%, rgba(0,0,0,0)));
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.42) 0%, rgba(0,0,0,0) 44.2%);
    background: linear-gradient(0deg, rgba(0,0,0,0.42) 0%, rgba(0,0,0,0) 44.2%);
}
section.services .slider a.item h1 {
    width: 265px;
    max-width: 100%;
    padding: 27px 30px;
    margin-bottom: 0;
    font-size: 1.7em;
    line-height: 1.18em;
    color: #fff;
    font-weight: 500;
}
section.services .swiper-horizontal{
    padding-bottom:75px;
}
section.services .slider .swiper-button-next,
section.services .slider .swiper-button-prev {
    top: auto;
    /*left: -9px;*/
    width: 50px;
    height: 50px;
    margin-top: 0;
    background-color: #F26511;
    border-radius: 50%;
    transform:scale(1);
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
}
section.services .slider .swiper-button-next:active,
section.services .slider .swiper-button-prev:active {
    transform:scale(0.85);
}
section.services .slider .swiper-button-next{
    right: 0;
}
section.services .slider .swiper-button-prev {
    left: 0;
}
/*section.services .slider .swiper-button-next {*/
/*    top: calc(50% - 75px);*/
/*}*/
/*section.services .slider .swiper-button-prev {*/
/*    bottom: calc(50% - 75px);*/
/*}*/
section.services .slider .swiper-button-prev,
section.services .slider .swiper-button-next {
    bottom: 0;
}
section.services .slider .swiper-button-next:after,
section.services .slider .swiper-button-prev:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: ' ';
}
section.services .slider .swiper-button-prev:after {
    background-image: url(../images/icon-arrow-left-white.svg);
}
section.services .slider .swiper-button-next:after {
    background-image: url(../images/icon-arrow-right-white.svg);
}
section.services .slider .swiper-button-disabled  {
    opacity: .5;
}
section.case-studies {
    padding-left: 77px;
    padding-top: 86px;
    background-color: #F5F5F5;
}
section.case-studies .container-fluid {
    max-width: 1282px;
}
section.case-studies .swiper-wrapper {
    box-sizing: border-box;
}
section.case-studies .slider {
    max-width: 100%;
}
section.case-studies .slider .swiper-slide {
    width: auto;
    flex: 1 1 auto;
}
section.case-studies .slider .text-col {
    width: 598px;
    height: 50%;
}
section.case-studies .slider figure {
    display: inline-block;
    margin: auto;
}
section.case-studies .slider .d-img {
    display: inline-block;
    padding: 12px;
}
section.case-studies .slider .d-img video,
section.case-studies .slider .d-img img {
    display: block;
    height: 440px;
    width: auto;
    object-fit: cover;
    border-radius: 20px;
}
section.case-studies .slider .d-img video {
    aspect-ratio: 16 / 9;
}
section.case-studies .slider h1 {
    max-width: 450px;
    font-size: 1.85em;
    line-height: 1.29em;
    color: #000;
    font-weight: 500;
}
section.case-studies .slider figcaption {
    width: 100%;
    margin-top: 6px;
    font-size: 1.125em;
    color: #000;
}
section.case-studies .slider .swiper-button-next,
section.case-studies .slider .swiper-button-prev {
    top: auto;
    left: 0;
    width: 75px;
    height: 75px;
    margin-top: 0;
    background-color: #fff;
    border-radius: 50%;
}
section.case-studies .slider .swiper-button-next {
    bottom: calc(50% - 96px);
}
section.case-studies .slider .swiper-button-prev {
    bottom: calc(50% - 174px);
}
section.case-studies .slider .swiper-button-next:after,
section.case-studies .slider .swiper-button-prev:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: ' ';
}
section.case-studies .slider .swiper-button-prev:after {
    background-image: url(../images/icon-arrow-left.svg);
}
section.case-studies .slider .swiper-button-next:after {
    background-image: url(../images/icon-arrow-right.svg);
}
/*
     ⤴︎ =============  end HOMEPAGE
*/
/*
     ⤵︎ =============  SERVICES page
*/
.hero {
    position: relative;
    min-height: 450px;
    padding: 120px 0 108px;
    color: #fff;
    overflow: hidden;
}
.hero .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    z-index: 1;
}
.hero .container-fluid {
    position: relative;
    max-width: 980px;
    text-align: center;
    z-index: 9;
}
.hero h1 {
    font-size: 2.875em;
}
.services-pg .hero h1 {
    max-width: 980px;
    text-align: center;
    font-weight: 500;
}
.services-pg .intro {
    padding: 77px 0 115px;
}
.img-w-text .container-fluid {
    max-width: 1086px;
}
.img-w-text .outer-wrapper {
    max-width: 407px;
    padding-left: 20px;
    margin: auto;
    font-size: 1em;
}
.img-w-text .col.img {
    padding: 0;
    text-align: right;
}
.img-w-text .col.img .image {
    right: -38px;
    padding: 11px;
    background-color: #fff;
    border: 2px solid #F26511;
}
.img-w-text .col.img .image video {
    width: 100% !important;
    height: auto !important;
    -o-object-fit: cover;
    object-fit: cover;
}
.services-pg .intro .d-img {
    position: relative;
    right: -208px;
    margin-right: -2rem;
    margin-bottom: 3rem;
    float: right;
}
.services-pg .intro .d-img .img {
    position: relative;
    width: 43.723vw;
    max-width: 686px;
}
.services-pg .intro .d-img .img img,
.services-pg .intro .d-img .img video {
    width: 100% !important;
    height: auto !important;
    -o-object-fit: cover;
    object-fit: cover;
}
.img-w-text .single.row {
    width: 79%;
    padding-top: 3rem;
}
.img-w-text .single.row.row-cols-1>* {
    max-width: 1124px;
}
.services-list {
    padding-bottom: 92px;
    background-size: 68vw auto;
    background-position: right bottom;
}
.services-list .container-fluid {
    max-width: 1086px;
}
.services-list .col.list {
    max-width: 396px;
}
.services-list .col.info {
    max-width: 434px;
}
.services-list .list a.item {
    display: block;
    padding: 24px 0;
    border-bottom: 2px solid #F26511;
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 400;
    color: #293A31;
}
.services-list .list a.item span {
    display: block;
    padding-right: 48px;
    /*background: url(../images/icon-plus-teal.svg) right top no-repeat;*/
    /*background-size: 19px auto;*/
}

.services-list .list a.item span::after {
    content:'';
    height:19px;
    width:19px;
    display: block;
    position: absolute;
    top:50%;
    right:0;
    transform:translate(0, -50%) rotate(0deg);
    background-image: url(../images/icon-plus-teal.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: transform 0.3s ease-out; -o-transition: transform 0.3s ease-out; transition: transform 0.3s ease-out;
}

.services-list .list a.item.selected span::after {
    transform:translate(0, -50%) rotate(45deg);
}



.services-list .list a.item.selected,
.services-list .list a.item:hover {
    color: #008B9C;
}
.services-list .col.info .item {
    display: none;
}
.services-list .col.info .item.opened {
    display: block;
}
.services-list .col.info h2.title {
    padding-top: 2.4rem;
    margin-bottom: 1rem;
    font-size: 1.85em;
}
.services-list .col.info p {
    margin-bottom: 1.2em;
    font-size: 1em;
}
.services-pg .gallery {
    padding: 76px 0 94px;
}
.gallery .swiper-wrapper {
    padding-left: .75rem;
    box-sizing: border-box;
}
.gallery .swiper-slide {
    width: auto;
    flex: 1 1 auto;
}
.gallery .swiper-slide .d-img {
    display: inline-block;
}
.gallery .swiper-slide img {
    display: block;
    height: 352px;
    width: auto;
}
.gallery .swiper-slide video {
    width: auto !important;
    height: 352px !important;
    -o-object-fit: cover;
    object-fit: cover;
}
.gallery .swiper-button-next,
.gallery .swiper-button-prev {
    top: auto;
    left: 2rem;
    width: 75px;
    height: 75px;
    margin-top: 0;
    background-color: #fff;
    border-radius: 50%;
}
.gallery .swiper-button-next {
    top: calc(50% - 77px);
}
.gallery .swiper-button-prev {
    bottom: calc(50% - 77px);
}
.gallery .swiper-button-next:after,
.gallery .swiper-button-prev:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: ' ';
}
.gallery .swiper-button-prev:after {
    background-image: url(../images/icon-arrow-left.svg);
}
.gallery .swiper-button-next:after {
    background-image: url(../images/icon-arrow-right.svg);
}
.d-img {
    padding: 11px;
    background-color: #fff;
    border: 2px solid #F26511;
    border-radius: 25px;
}
.d-img img {
    display: block;
    border-radius: 20px;
}
.memb-profile.container-fluid {
    max-width: 1042px;
    padding-top: 62px;
    padding-bottom: 45px;
}
.memb-profile .avatar {
    flex: 0 0 277px;
}
.memb-profile .avatar .bg-img {
    width: 230px;
    height: 230px;
    margin-left: 27px;
}
.memb-profile .info .box {
    margin-left: 30px;
    padding: 40px 52px 40px 40px;
    background-color: #fff;
    border-radius: 20px;
}
.memb-profile .info .box h1 {
    font-size: 1.6em;
    color: #333;
}
.memb-profile .info .box h2 {
    font-size: 0.938em;
    color: #6D737A;
}
.memb-profile .info .box p {
    font-size: 1em;
}
.memb-profile .info .box ul.contact li a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.comp-profile.container-fluid {
    max-width: 988px;
    padding-top: 45px;
    padding-bottom: 67px;
}
.comp-profile .logo {
    flex: 0 0 352px;
}
.comp-profile .info .outer-wrapper {
    max-width: 570px;
    padding-left: 16%;
}
.comp-profile .info .outer-wrapper p {
    font-size: 1em;
}
/*
     ⤴︎ =============  end SERVICES page
*/
/*
     ⤵︎ =============  DIRECTORY page
*/
.directory-pg .hero {
    padding-bottom: 3.375rem;
    overflow: visible;
}
.directory-pg .hero .container-fluid {
    max-width: 1220px;
}
.directory-pg .hero h1 {
    max-width: none;
}
.hero h2 {
    font-size: 1.125em;
    font-weight: 500;
}
.dir-search {
    --bs-gutter-x: 16px;
    padding: 4.125rem 0 0
}
.dir-search .col {
    flex: 0 0 calc((100% - 71px) / 4);
}
.dir-search .col.button {
    flex: 0 0 71px;
}
.dir-search .form-control {
    position: relative;
    padding: 15px 20px;
    font-size: 1em;
    text-align: left;
    font-weight: 500;
    border-radius: 10px;
    background-color: #fff;
    border: 0;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.dir-search .form-control.dropdown-toggle {
    padding-right: 42px;
    color: #6D737A;
}
.dir-search .dropdown-toggle:after {
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    display: inline-block;
    border: 0;
    background: url('data:image/svg+xml,%3Csvg width="9" height="5" viewBox="0 0 9 5" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M8.82102 1.02051L4.9321 4.82491C4.69346 5.05836 4.30654 5.05836 4.0679 4.82491L0.178983 1.02051C-0.0596609 0.787057 -0.0596609 0.408549 0.178983 0.175092C0.417625 -0.0583645 0.804543 -0.0583645 1.04319 0.175092L4.5 3.55678L7.95681 0.175092C8.19546 -0.0583642 8.58237 -0.0583642 8.82102 0.175092C9.05966 0.408549 9.05966 0.787057 8.82102 1.02051Z" fill="%236D737A"/%3E%3C/svg%3E') no-repeat center center;
    background-size: contain;
    width: 9px;
    height: 9px;
}
.dir-search .form-control:focus {
    box-shadow: none;
    color: #000;
}
.dir-search input::-webkit-input-placeholder {
    opacity: 1;
    color: #6D737A;
}
.dir-search input::-moz-placeholder {
    opacity: 1;
    color: #6D737A;
}
.dir-search input:-ms-input-placeholder {
    opacity: 1;
    color: #6D737A;
}
.dir-search input:-moz-placeholder {
    opacity: 1;
    color: #6D737A;
}
.dir-search .dropdown-menu {
    background: transparent;
    border: 0;
    padding: 0;
    max-height: 388px;
    overflow: hidden;
    box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.15);
    --bs-dropdown-border-radius: 10px;
    --bs-dropdown-min-width: 100%;
}
.dir-search .dropdown-menu .wrapper {
    max-height: 388px;
}
.dir-search .dropdown-header {
    display: block;
    padding: 9px 20px 0;
    background-color: #f5f5f5;
    font-size: 0.938em;
    color: #6D737A;
    white-space: wrap;
}
.dir-search .dropdown-item {
    display: block;
    padding: 6px 20px;
    background-color: #f5f5f5;
    font-weight: 500;
    color: #008B9C;
}
.dir-search .dropdown-item-check {
    padding: 6px 20px;
    background-color: #f5f5f5;
    font-weight: 500;
    color: #008B9C;
    padding-right: 6px;
    padding-left: 3px;
}
.dir-search .dropdown-item-check input[type="checkbox"] {
    float: left;
    display: inline-block;
}

.dir-search .dropdown-item-check span {
    float: right;
    width: 90%;
    margin-top: -5px;
}

.dir-search .dropdown-item:focus,
.dir-search .dropdown-item:hover {
    color: #fff;
    background-color: #008B9C;
}
.dir-search button.btn {
    --bs-btn-padding-x: 0;
    --bs-btn-padding-y: 0;
    position: relative;
    width: 55px;
    height: 55px;
    min-width: inherit;
    border-radius: 50%;
}
.dir-list .container-fluid {
    max-width: 1220px;
    padding-top: 66px;
    padding-bottom: 66px;
}
.dir-list .col {
    margin-bottom: 30px;
}
.dir-list .item {
    position: relative;
    display: block;
    height: 100%;
    background: #fff;
    padding: 25px 25px 73px 25px;
    border-radius: 20px;
}
.dir-list .item:hover,
.dir-list .item:active {
    background: #008B9C;
}
.dir-list .item .header .img img {
    display: block;
    width: 89px;
    height: 89px;
}
.dir-list .item .header a.icon svg {
    display: block;
    width: 22px;
}
.dir-list .item .header a.icon .svgclr {
    fill:#008B9C;
}
.dir-list .item:hover .header a.icon .svgclr,
.dir-list .item:active .header a.icon .svgclr {
    fill:#fff;
}
.dir-list .item h2.title {
    margin-bottom: 6px;
    font-size: 1.5em;
    font-weight: 600;
    color: #000;
}
.dir-list .item:hover h2.title,
.dir-list .item:active h2.title {
    color:#fff;
}
.dir-list .item h3.subtitle {
    font-size: 1em;
    font-weight: 600;
    color: #6D737A;
}
.dir-list .item:hover h3.subtitle,
.dir-list .item:active h3.subtitle {
    color:#fff;
}
.dir-list .item h4.department {
    font-size: 0.8125em;
    font-weight: 400;
    color: #6D737A;
    text-transform: uppercase;
}
.dir-list .item:hover h4.department,
.dir-list .item:active h4.department {
    color:#fff;
}
.dir-list .item a.tel {
    padding: 3px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1em;
    font-weight: 600;
    color: #F35C17;
}
.dir-list .item:hover a.tel,
.dir-list .item:active a.tel {
    color:#fff;
}
.dir-list .item a.tel:hover {
    text-decoration: underline;
}
.dir-list .item a.tel .icon {
    display: block;
    width: 16px;
    margin-right: 6px;
}
.dir-list .item a.tel .icon .svgclr2 {
    fill: #ADB2B5;
}
.dir-list .item:hover a.tel .icon .svgclr2,
.dir-list .item:active a.tel .icon .svgclr2 {
    fill: #fff;
}
.dir-list .item .footer {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
}
.dir-list .item .footer a.btn {
    display: block;
    min-width: inherit;
}
.dir-list .item:hover .footer a.btn,
.dir-list .item:active .footer a.btn {
    background-color:#fff;
    color: #6D737A;
}
.dir-list .item .footer a.btn:hover {
    color: #000;
}
.pagination {
    --bs-pagination-font-size: 13px;
    --bs-pagination-color: #333;
    --bs-pagination-bg: transparent;
    --bs-pagination-border-width: 0;
    --bs-pagination-border-radius: 0;
    --bs-pagination-focus-box-shadow: none;
    --bs-pagination-padding-x: 0;
    --bs-pagination-padding-y: 0;
    --bs-pagination-hover-bg: #fff;
    --bs-pagination-hover-color: inherit;
    --bs-pagination-active-bg: #008B9C;
    --bs-pagination-active-color: #fff;
    --bs-pagination-focus-color: #fff;
    --bs-pagination-focus-bg: #008B9C;
    --bs-pagination-disabled-color: inherit;
    margin: 3.5rem 0 2rem;
    text-align: center;
    line-height: 32px;
}
.pagination .page-item {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: 1px;
    overflow: hidden;
}
.pagination a.page-link {
    display: block;
}
.pagination .page-item.prev,
.pagination .page-item.next {
    width: auto;
    height: auto;
    border-radius: 0;
}
.pagination .page-item.prev a.page-link:hover,
.pagination .page-item.next a.page-link:hover {
    color: #000;
}
.pagination .page-item.disabled {
    opacity: 0.7;
}
/*
     ⤴︎ =============  end DIRECTORY page
*/
/*
     ⤵︎ =============  PROFILE page
*/
.profile-pg .hero {
    /*min-height: 480px;*/
    padding-bottom: 58px;
}
.profile-pg .hero .container-fluid {
    max-width: 978px;
    text-align: left;
}
.profile-pg .hero h1 {
    /*font-size: 3.4em;*/
    line-height: 1em;
    text-align: inherit;
}
.profile-pg .hero h2 {
    font-size: 1.2em;
    text-align: inherit;
}
.profile-pg .hero h3 {
    font-size: 1.2em;
    color: #F26511;
}
.profile-pg .hero .col.info {
    position: relative;
    left: 1%;
}
.profile-pg .hero .col.img {
    position: relative;
    right: 2%;
    flex: 0 0 330px;
}
.profile-pg .hero .col.img .bg-img:before {
    position: absolute;
    top: -7px;
    left: -7px;
    bottom: -7px;
    right: -7px;
    border: 2px solid #F26511;
    border-radius: 50%;
    content: '';
}
.profile-pg .hero .col.img .bg-img {
    position: relative;
    width: 100%;
    padding-top: 100%;
}
.profile-pg .body {
    border-bottom: 1px solid #DDD;
    font-size: 1.125em;
    line-height: 1.8em;
    font-weight: 375;
}
.profile-pg .body .container-fluid {
    max-width: 978px;
}
.profile-pg .body div.col {
    position: relative;
}
.profile-pg .body aside.col {
    position: relative;
    flex: 0 0 318px;
    border-right: 1px solid #DDD;
    padding-top: 60px;
    line-height: 1.25em;
}
.profile-pg .body .box:after {
    position: absolute;
    bottom: 0;
    left: -0.75rem;
    width: 100vw;
    height: 1px;
    background-color: #DDD;
    content: '';
}
.profile-pg .body .box:last-child:after {
    display: none;
}
.profile-pg .body .box {
    position: relative;
    padding: 52px 2% 52px 46px;
}
.profile-pg .body .box:first-child {
    padding-top: 60px;
}
.profile-pg .body .box:last-child {
    padding-bottom: 96px;
}
.profile-pg .body .box :last-child {
    margin-bottom: 0;
}
.profile-pg .body aside.col .outer-wrapper {
    padding-left: 2%;
}
.profile-pg .body .m-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 56px;
    height: 3px;
    background-color: #F26511;
    content: '';
}
.profile-pg .body .m-title {
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 15px;
    font-size: 1.28em;
    line-height: 1.25em;
    font-weight: 375;
    color: #000;
}
.profile-pg aside h4.label {
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.8em;
    font-weight: 500;
    color: #008B9C;
}
.profile-pg aside ul li {
    margin-bottom: 5px;
}
.profile-pg aside a {
    display: inline-block;
    color: #303F37;
    text-decoration: underline;
}
.profile-pg aside a:hover,
.profile-pg aside a:active {
    color: #008B9C;
}
.profile-pg aside .link-options a {
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    color: #008B9C;
}
.profile-pg aside .link-options a.red {
    color: #F35C17;
}
.profile-pg aside .link-options a:hover,
.profile-pg aside .link-options a:active {
    color: #000;
}
.profile-pg aside .link-options a span {
    margin-left: 3px;
}
.profile-pg aside .email.item a {
    display: block;
    /*text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;*/
}
/*
     ⤴︎ =============  end PROFILE page
*/
/*
     ⤵︎ =============  NEWS page
*/
.posts-entries.container-fluid {
    max-width: 1322px;
    padding-top: 73px;
    padding-bottom: 92px;
}
.posts-entries .feat-post a {
    display: block;
    padding: 15px;
    margin-bottom: 77px;
    border-radius: 25px;
    background-color: #fff;
}
.posts-entries .feat-post .img.col {
    flex: 0 1 58%;
    max-width: 738px;
}
.posts-entries .feat-post a .bg-img {
    width: 100%;
    padding-top: 66%;
    border-radius: 20px;
}
.posts-entries .feat-post .outer-wrapper {
    max-width: 420px;
    margin: auto;
}
.posts-entries .feat-post a p.date {
    font-size: 1em;
    font-weight: 500;
    color: #F35C17;
}
.posts-entries .feat-post a h1 {
    font-size: 2.3125em;
    color: #000;
    -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.posts-entries .feat-post a:hover h1 {
    color: #008B9C;
}
.posts-entries .feat-post a p {
    font-size: 1.25em;
    color: #303F37;
    -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.posts-entries .feat-post a:hover p {
    color: #000;
}
.posts-entries .options {
    padding-bottom: 41px;
}
.posts-entries .options .search {
    flex: 0 0 344px;
}
.posts-entries .options .filters nav {
    display: inline-block;
    padding: 0 5px;
    background-color: #fff;
    border-radius: 100px;
    font-size: 14px;
    overflow: hidden;
}
.posts-entries .options .filters nav a {
    padding: 19px 25px;
    color: #6D737A;
}
.posts-entries .options .filters nav a.disabled {
    color: #008B9C;
    pointer-events: none;
    cursor: default;
}
.posts-entries .options .filters nav a:hover {
    color: #000;
}
#search-posts {
    display: block;
    width: 100%;
    padding: 20px 20px 20px 44px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 375;
    color: #000;
    background-color: #fff;
    border: 0;
    border-radius: 100px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#search-posts::-webkit-input-placeholder {
    opacity: 1;
    color: #6D737A;
}
#search-posts::-moz-placeholder {
    opacity: 1;
    color: #6D737A;
}
#search-posts:-ms-input-placeholder {
    opacity: 1;
    color: #6D737A;
}
#search-posts:-moz-placeholder {
    opacity: 1;
    color: #6D737A;
}
.posts-entries .options .search button {
    padding: 12px 5px 12px 20px;
    margin-bottom: 2px;
}
.posts-entries .options .search button svg {
    display: block;
    position: relative;
    top: -2px;
    width: 16px;
}
.posts-entries .options .search button .svg-color {
    fill: #ADB2B5;
    -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.posts-entries .options .search button:hover .svg-color {
    fill: #008B9C;
}
#search-posts::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 1em;
    width: 1em;
    background: url(https://pro.fontawesome.com/releases/v5.10.0/svgs/solid/times-circle.svg) no-repeat 50% 50%;
    background-size: contain;
    opacity: 0.4;
    cursor: pointer;
}
.posts-entries .entries {
    --bs-gutter-x: 1.125rem;
    row-gap: 1.125rem;
}
.posts-entries .entries .col {
    margin-bottom: 1.125rem;
}
.posts-entries .entries .post,
.posts-entries .entries .post a {
    height: 100%;
}
.posts-entries .entries .post a {
    display: block;
    padding: 15px 15px 30px 15px;
    background-color: #fff;
    border-radius: 25px;
}
.posts-entries .entries .post .bg-img {
    display: block;
    width: 100%;
    padding-top: 64%;
    border-radius: 20px;
    margin-bottom: 25px;
}
.posts-entries .entries .post a p.date,
.posts-entries .entries .post a h1 {
    padding: 0 15px;
}
.posts-entries .entries .post a p.date {
    margin-bottom: 12px;
    font-size: 1em;
    color: #F35C17;
}
.posts-entries .entries .post a h1 {
    font-size: 1.5em;
    line-height: 1.29;
    color: #000;
    -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.posts-entries .entries .post a:hover h1 {
    color: #008B9C;
}
.posts-entries nav[aria-label="Page navigation"] {
    flex: 1 0 100%;
}
.posts-entries .pagination {
    margin: 4.5rem 0 0;
}
/*
     ⤴︎ =============  end NEWS page
*/
/*
     ⤵︎ =============  SINGLE POST page
*/
.single-post .hero {
    padding-bottom: 48px;
}
.single-post .hero .overlay {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.26)), to(rgba(0, 0, 0, 0.26))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4788)), color-stop(110%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.26)), -o-linear-gradient(top, rgba(0, 0, 0, 0.4788) 0%, rgba(0, 0, 0, 0) 110%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.26)), linear-gradient(180deg, rgba(0, 0, 0, 0.4788) 0%, rgba(0, 0, 0, 0) 110%);
}
.single-post .hero .container-fluid {
    max-width: 820px;
}
.single-post .hero p.date {
    color: #F35C17;
}/*
.single-post .hero h1 {
    font-size: 3.25em;
}*/
.single-post .intro {
    padding: 54px 0 66px;
}
.single-post .intro .container-fluid {
    max-width: 1038px;
}
.single-post .intro .col {
    flex: 0 1 auto;
    width: auto;
}
.single-post .intro .label {
    padding: 3px 0;
    font-weight: 500;
    color: #008B9C;
}
.single-post .intro .label span {
    color: #303F37;
}
.single-post .intro .category a {
    display: inline-block;
    padding: 3px 0;
    margin-right: 12px;
    color: #303F37;
}
.single-post .intro .category a:last-of-type {
    margin-right: 0;
}
.single-post .intro .category a:hover {
    color: #008B9C;
}
.single-post .intro .share a {
    display: block;
    padding: 0 6px;
    color: #303F37;
}
.single-post .intro .share a:hover {
    opacity: 0.8;
}
.single-post .content .container-fluid {
    max-width: 812px;
    padding-bottom: 60px;
}
.single-post .content h2 {
    margin-bottom: 1rem;
    font-size: 1.875em;
    font-weight: 375;
    color: #000;
}
.single-post .content p {
    margin-bottom: 1.25rem;
}
.related-posts h1.section-title {
    margin-bottom: 1.5rem;
    font-size: 1.875em;
    font-weight: 500;
    color: #000;
}
.related-posts .posts-entries.container-fluid {
    max-width: 1058px;
    padding-top: 66px;
    padding-bottom: 84px;
}
.related-posts .posts-entries .entries .post .bg-img {
    margin-bottom: 20px;
}
.related-posts .posts-entries .entries .post a {
    padding: 12px 12px 24px 12px;
}
.related-posts .posts-entries .entries .post a p.date {
    margin-bottom: 10px;
    font-size: 0.938em;
}
.related-posts .posts-entries .entries .post a h1 {
    font-size: 1.25em;
}
.related-posts .posts-entries .entries .post a p.date,
.related-posts .posts-entries .entries .post a h1 {
    padding: 0 10px;
}
/*
     ⤴︎ =============  end SINGLE POST page
*/
/*
     ⤵︎ =============  ASSIGNMENT
*/
/*.assignment-pg .content {*/
/*    background: url(../images/assignment-bg.svg) no-repeat right 96px;*/
/*    background-size: 65vw auto;*/
/*}*/
.assignment-pg .content .container-fluid {
    max-width: 1062px;
    padding-top: 58px;
    padding-bottom: 96px;
}
.assignment-pg .content .intro {
    max-width: 585px;
    margin: auto auto 58px auto;
    text-align: center;
}
.asgn-box {
    margin-bottom: 1rem;
    background-color: #fff;
    border-radius: 25px;
}
.asgn-box .outer-wrapper {
    max-width: 806px;
    padding: 48px 24px;
    margin: auto;
}
.asgn-box .m-title {
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 25px;
    font-size: 1.625em;
    line-height: 1.25em;
    font-weight: 375;
    color: #000;
}
.asgn-box .m-title .note {
    padding-left: 1rem;
    font-size: 14px;
    color: #F35C17;
}
.asgn-box .m-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 56px;
    height: 3px;
    background-color: #F26511;
    content: '';
}
.asgn-box .row {
    --bs-gutter-x: 1rem;
}
.asgn-box .form-control,
.asgn-box .form-select,
.asgn-box .form-check label,
.default .form-control,
.default .form-select,
.default .form-check label,
.contact-form .upload-box,
form .select {
    font-size: 15px;
}
.asgn-box .form-control,
.asgn-box .form-select,
.default .form-control,
.default .form-select {
    position: relative;
    padding: 13px;
    margin-bottom: 16px;
    line-height: 18px;
    text-align: left;
    font-weight: 500;
    border-radius: 10px;
    background-color: #fff;
    color: #333;
    border: 1px solid #D8D8D8;
    box-shadow: none;
    -webkit-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; transition: all 0.1s ease-out;
}
.asgn-box .form-control:focus,
.default .form-control:focus {
    box-shadow: none;
    border-color: #008B9C;
    color: #000;
}
.asgn-box .form-control::-webkit-input-placeholder {
    opacity: 1;
    color: #979797;
}
.asgn-box .form-control::-moz-placeholder {
    opacity: 1;
    color: #979797;
}
.asgn-box .form-control:-ms-input-placeholder {
    opacity: 1;
    color: #979797;
}
.asgn-box .form-control:-moz-placeholder {
    opacity: 1;
    color: #979797;
}
.default .form-control::-webkit-input-placeholder {
    opacity: 1;
    color: #979797;
}
.default .form-control::-moz-placeholder {
    opacity: 1;
    color: #979797;
}
.default .form-control:-ms-input-placeholder {
    opacity: 1;
    color: #979797;
}
.default .form-control:-moz-placeholder {
    opacity: 1;
    color: #979797;
}
.asgn-box .form-check,
.default .form-check {
    margin-bottom: 12px;
}
.asgn-box .check-client legend {
    font-weight: 500;
    font-size: 1em;
    color: #303F37;
}
.asgn-box .form-check label,
.default .form-check label {
    padding-left: 9px;
    font-weight: 375;
    color: #303F37;
    cursor: pointer;
}
.asgn-box .form-check-input,
.default .form-check .form-check-input {
    --bs-form-check-bg: #fff;
    width: 22px;
    height: 22px;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    margin-top: 0;
    box-shadow: none;
}
.asgn-box .form-check-input:checked,
.default .form-check-input:checked {
    background-color: #008B9C;
    border-color: #008B9C;
}
.asgn-box .check-client .form-check-input:checked[type=radio],
.default .check-client .form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}
.asgn-box legend.m-legend,
.asgn-box h4.title {
    display: block;
    margin-bottom: 1.125em;
    font-weight: 500;
    font-size: 1em;
    color: #303F37;
}
.asgn-box legend.m-legend .note {
    font-weight: 375;
    font-size: 14px;
    color: #008B9C;
}
form .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}
form .select {
    position: relative;
    display: block;
    color: #979797;
    width: 100%;
    height: 46px;
    margin-bottom: 16px;
    cursor: pointer;
}
form .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    color: #979797;
    font-weight: 500;
    padding: 13px 30px 13px 13px;
    line-height: 18px;
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    -webkit-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; transition: all 0.1s ease-out;
}
form .select-styled:after {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    display: inline-block;
    border: 0;
    background: url('data:image/svg+xml,%3Csvg width="9" height="5" viewBox="0 0 9 5" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M8.82102 1.02051L4.9321 4.82491C4.69346 5.05836 4.30654 5.05836 4.0679 4.82491L0.178983 1.02051C-0.0596609 0.787057 -0.0596609 0.408549 0.178983 0.175092C0.417625 -0.0583645 0.804543 -0.0583645 1.04319 0.175092L4.5 3.55678L7.95681 0.175092C8.19546 -0.0583642 8.58237 -0.0583642 8.82102 0.175092C9.05966 0.408549 9.05966 0.787057 8.82102 1.02051Z" fill="%236D737A"/%3E%3C/svg%3E') no-repeat center center;
    background-size: contain;
    width: 9px;
    height: 9px;
    content: '';
}
form .select-styled:active,
form .select-styled.active {
    border-color: #008B9C;
    color: #000;
}
form .select-options {
    display: none;
    position: absolute;
    top: 105%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background: transparent;
    overflow: hidden;
    box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    min-width: 100%;
}
form .select-options li {
    margin: 0;
    padding: 6px 20px;
    background-color: #f5f5f5;
    font-weight: 500;
    color: #008B9C;
    -webkit-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out;
}
form .select-options li:hover,
form .select-options li.is-selected {
    color: #fff;
    background-color: #008B9C;
}
form .select-options li.is-selected {
    color: #979797;
    background-color: #f5f5f5;
}
form .select-options li[rel="hide"] {
    display: none;
}
fieldset.location-box {
    padding: 24px 32px;
    background-color: #F9F9F9;
    border: 2px dashed #BBB;
    border-radius: 10px;
}
fieldset.location-box legend {
    margin-bottom: 1rem;
    font-size: 1em;
    font-weight: 500;
    color: #008B9C;
}
/*
     ⤴︎ =============  end ASSIGNMENT page
*/
/*
     ⤵︎ =============  CAREERS page
*/
.careers-pg .main {
    padding: 90px 0 66px;
    /*background-image: url(../images/careers-bg.svg);*/
    /*background-repeat: no-repeat;*/
    /*background-position: right 312px;*/
    /*background-size: 71vw auto;*/
}
.careers-pg .intro {
    margin-bottom: 104px;
}
.img-w-text .reversed .col.img {
    text-align: left;
}
.img-w-text .reversed .col.img .image {
    right: 38px;
}
.img-w-text .reversed .outer-wrapper {
    max-width: 376px;
    padding-left: 0;
    margin-left: 8%;
}
.img-w-text h2 {
    margin-bottom: 1.125rem;
    font-size: 1.875em;
    color: #000;
}
.img-w-text a {
    color: #008B9C;
}
.img-w-text a.btn {
    color: #fff;
}
.img-w-text a:hover,
.img-w-text a:active {
    color: #000;
}
.img-w-text a.btn:hover,
.img-w-text a.btn:active {
    color: #fff;
}
.careers-pg .white-box {
    max-width: 1038px;
    padding: 60px 4% 36px;
    margin: auto;
    background-color: #fff;
}
.careers-pg .white-box .wrapper {
    max-width: 588px;
}
/*
     ⤴︎ =============  end CAREERS page
*/
/*
     ⤵︎ =============  CONTACT page
*/
.contact-pg .main {
    padding: 78px 0 84px;
    /*background-image: url(../images/careers-bg.svg);*/
    /*background-repeat: no-repeat;*/
    /*background-position: right 290px;*/
    /*background-size: 68vw auto;*/
}
.contact-pg .intro {
    padding-bottom: 104px;
}
.contact-pg .img-w-text .outer-wrapper {
    max-width: 350px;
    margin: auto 14% auto auto;
}
.contact-form.container-fluid {
    max-width: 1062px;
}
.contact-form form {
    background-color: #fff;
    border-radius: 25px;
}
.contact-form form .outer-wrapper {
    max-width: 830px;
    padding: 48px 24px 60px;
    margin: auto;
}
.contact-form form .inner-wrapper {
    max-width: 596px;
}
.contact-form h1 {
    font-size: 1.875em;
    font-weight: 500;
    color: #000;
    text-align: center;
}
.contact-form h3 {
    margin-bottom: 9px;
    font-weight: 500;
    font-size: 1em;
    color: #212529;
}
.contact-form .upload-box {
    position: relative;
    padding: 24px 12px;
    background-color: #F9F9F9;
    border: 2px dashed #BBB;
    border-radius: 10px;
    color: #212529;
}
.contact-form .browse.btn {
    --bs-btn-padding-x: 0;
    --bs-btn-padding-y: 0;
    --bs-btn-font-size: 1em;
    --bs-btn-font-weight: 500;
    --bs-btn-line-height: inherit;
    display: inline;
    color: #008B9C;
}
.contact-form p.note small {
    font-size: 11px;
    color: #999;
}
/*
     ⤴︎ =============  end CONTACT page
*/
/*
     ⤵︎ =============  SERVICES LANDING page
*/
.services_landing-pg .services-list .container-fluid .row {
    --bs-gutter-x: 3rem;
}
.services_landing-pg .services-list .col {
    max-width: 508px;
}
.services_landing-pg .services-list .wrapper {
    padding: 18px 0 9px
}
.services_landing-pg .services-list .wrapper a {
    display: inline-block;
    padding: 3px 0;
    color: #008B9C;
    font-weight: 500;
}
.services_landing-pg .services-list .wrapper a:hover {
    color: #000;
}
/*
     ⤴︎ =============  end SERVICES LANDING page
*/
/*
     ⤵︎ =============  ABOUT page
*/
.about-pg .hero {
    /*min-height: 100vh;*/
    background-image: url(../images/about-hero.jpg);
}
.about-pg .hero .container-fluid {
    max-width: 750px;
}
.about-pg .hero h1 {
    line-height: 1.35em;
}
.about-pg .hero h1 strong {
    padding-right: 13px;
    flex: 0 0 auto;
    line-height: 1em;
    font-weight: 500;
    color: #008B9C;
}
.about-pg .hero h1 .animation {
    position: relative;
    flex: 1 1 100%;
}
.about-pg .hero h1 .animation span:first-of-type {
    position: relative;
}
.about-pg .hero h1 .animation span {
    position: absolute;
    top: 0;
    left: 0;
    --ttl_width: -650px;
    width: calc(var(--ttl_width) * -1);
    transform: translateX(var(--ttl_width));
}
.about-pg .hero h1 .animation .appear {
    -webkit-animation: appear 3s linear infinite both;
    animation: appear 3s linear infinite both;
}
@-webkit-keyframes appear {
    0% {
        -webkit-transform: translateX(var(--ttl_width));
        transform: translateX(var(--ttl_width));
    }
    18% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    92% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(var(--ttl_width));
        transform: translateX(var(--ttl_width));
    }
}
@keyframes appear {
    0% {
        -webkit-transform: translateX(var(--ttl_width));
        transform: translateX(var(--ttl_width));
    }
    18% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    92% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(var(--ttl_width));
        transform: translateX(var(--ttl_width));
    }
}
.about-pg .content {
    padding-top: 90px;
    /*background-image: url(../images/about-bg.svg);*/
    /*background-repeat: no-repeat;*/
    /*background-position: right 334px;*/
    /*background-size: 68vw auto;*/
}
.about-pg .img-w-text {
    padding-bottom: 134px;
}
.about-pg .img-w-text .outer-wrapper {
    max-width: 340px;
    margin-right: 16%;
}
.about-pg .img-w-text .reversed .outer-wrapper {
    padding-left: 0;
    margin-left: 8%;
    margin-right: auto;
}
.about-pg .feat-text .wrapper {
    max-width: 708px;
    padding-bottom: 84px;
    font-size: 1.625em;
    font-weight: 375;
    line-height: 1.4em;
}
section.industries .container-fluid {
    max-width: 1034px;
    padding-top: 80px;
    padding-bottom: 64px;
}
section.industries .intro {
    max-width: 454px;
}
section.industries h1.section-title {
    font-size: 1.875em;
    color: #000;
}
section.industries .row {
    --bs-gutter-x: 1rem;
}
section.industries a.item {
    position: relative;
    display: block;
    margin-bottom: 1rem;
    border-radius: 20px;
    overflow: hidden;
    color: #fff;
}
section.industries a.item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(228, 235, 231, 0.1)), to(rgba(228, 235, 231, 0.1))), -webkit-gradient(linear, left bottom, left top, color-stop(4.17%, rgba(0, 0, 0, 0.5)), color-stop(46.85%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(228, 235, 231, 0.1), rgba(228, 235, 231, 0.1)), -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 4.17%, rgba(0, 0, 0, 0) 46.85%);
    background: linear-gradient(0deg, rgba(228, 235, 231, 0.1), rgba(228, 235, 231, 0.1)), linear-gradient(360deg, rgba(0, 0, 0, 0.5) 4.17%, rgba(0, 0, 0, 0) 46.85%);
}
section.industries a.item .overlay h1,
section.industries a.item .hover-state h2 {
    margin-bottom: 0;
    font-size: 1.625em;
    font-weight: 500;
    color: #fff;
}
section.industries a.item .hover-state {
    position: relative;
    display: block;
    background: rgba(57, 52, 51, 0.9);
    opacity: 0;
    -webkit-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out;
}
section.industries a.item:hover .hover-state,
section.industries a.item:hover .active {
    opacity: 1;
}
section.industries a.item .hover-state h2 {
    margin-bottom: .75rem;
}
section.industries a.item .hover-state .inner-wrapper {
    padding: 30px;
}
section.industries a.item .hover-state p {
    margin-bottom: 6px;
    font-size: 1.1875em;
    font-weight: 200;
}
.about-pg .hero h1 .typewrite {
    position: relative;
    top: 0.05em;
}
.typed-cursor {
    position: relative;
    display: block;
    margin-left: 6px;
    width: 2px;
    height: 1.5em;
    background-color: #F26511;
    text-indent: -9999px;
    overflow: hidden;
}
/*
     ⤴︎ =============  end ABOUT page
*/
/*
     ⤵︎ =============  SINGLE POST page
*/
.default-pg .hero {
    padding-bottom: 48px;
}
.default-pg .hero .overlay {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.26)), to(rgba(0, 0, 0, 0.26))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4788)), color-stop(110%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.26)), -o-linear-gradient(top, rgba(0, 0, 0, 0.4788) 0%, rgba(0, 0, 0, 0) 110%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.26)), linear-gradient(180deg, rgba(0, 0, 0, 0.4788) 0%, rgba(0, 0, 0, 0) 110%);
}
.default-pg .hero .container-fluid {
    max-width: 820px;
}
.default-pg .content .container-fluid {
    padding-top: 66px;
    padding-bottom: 66px;
    max-width: 812px;
}
/*
     ⤴︎ =============  end SINGLE POST page
*/
/*
     ⤵︎ =============  FOOTER
*/
#footer{background-color:#000000;}

#footer .container-fluid {
    max-width: 1356px;
    padding-top: 4.125rem;
    /*background-image: url(../images/footer-bg.svg);*/
    /*background-repeat: no-repeat;*/
    /*background-position: left bottom;*/
    /*background-size: 800px auto;*/
    font-size: 14px;
    line-height: 1.5em;
}
#footer .top .col {
    flex: 0 1 auto;
    width: auto;
}
#footer .top .col.logo {
    width: 31%;



}
#footer .top .col:nth-child(2),
#footer .top .col:nth-child(3) {
    padding: 0 1.875rem;
}
#footer .top .col:nth-child(4) {
    flex: 1 1 auto;
    padding-left: 1.875rem;
}
#footer .top .col.logo img {
    width: 164px;
    max-width: 100%;
}
#footer nav.col li {
    /*padding-bottom: .938rem;*/
    padding-bottom: .5rem;
}
#footer nav.col li a,
#footer div.col ul li a {
    color:#ffffff;
    display: inline-block;
    padding-top: 0.165rem;
    padding-bottom: 0.165rem;
    /*padding-top: 0.375rem;*/
    /*padding-bottom: 0.375rem;*/
}
#footer nav.col li a:hover,
#footer div.col ul li a:hover {
    color:#008B9C;
}
#footer div.col ul li a {
    font-weight: 375;
    letter-spacing: -0.02em;
}
.f-title {
    /*padding-top: 0.375rem;*/
    margin-bottom: 0.75rem;
    line-height: 1.5em;
    color: #ffffff;
}
.f-social {
    margin-bottom: 3.875rem;
}
#footer div.col .f-social ul li a,
#footer div.col .f-social ul li a img {
    display: block;
}
#footer div.col .f-social ul li a {
    padding: 0;
}
#footer .col .newsletter {
    padding-top: 2px;
}
#f-newsletter {
    padding: 0.5rem 108px 0.5rem 0;
    font-size: 13px;
    line-height: 24px;
    font-weight: 375;
    color: #ffffff;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    letter-spacing: -0.02em;
}
#f-newsletter:focus {
    box-shadow: none;
    border-color: #008B9C;
}
#f-newsletter::-webkit-input-placeholder {
    opacity: 1;
    color: #ADB2B5;
}
#f-newsletter::-moz-placeholder {
    opacity: 1;
    color: #ADB2B5;
}
#f-newsletter:-ms-input-placeholder {
    opacity: 1;
    color: #ADB2B5;
}
#f-newsletter:-moz-placeholder {
    opacity: 1;
    color: #ADB2B5;
}
#footer .newsletter button {
    padding: 0.5rem 0.875rem;
    background-color: transparent;
    border: 0;
    font-size: 12px;
    color: #F26511;
    line-height: 24px;
}
#footer .bottom {
    margin-top: 1rem;
    font-size: 13px;
    color: #ADB2B5;
}
#footer .bottom li {
    position: relative;
}
#footer .bottom li:not(:last-of-type) {
    padding-right: 16px;
}
#footer .bottom li:after {
    position: absolute;
    top: 50%;
    transform:translate(0,-50%);
    right: 7px;
    width: 1px;
    height:50%;
    background-color: #ADB2B5;
    content: '';
}
#footer .bottom li:last-of-type:after {
    display: none;
}
#footer a {
    color: #303F37;
}
#footer .bottom a {
    color: #ADB2B5;
}
#footer a:hover {
    color: #008B9C;
}
/*
     ⤴︎ =============  end FOOTER
*/
.color-orange{color:#F35C16}
.color-gray{color:#626262}
.color-light-gray{color: #ADB2B5;}
.color-teal{color:#008B9C}
.subheading{
    font-size: 1.5em;
    line-height: 1.25em;
    font-weight: 375;
}
#map-directory .hero{min-height: unset;padding:75px 0}
@media(max-width: 767px) {
    #map-directory .hero{padding:85px 0 5px}
}
.locations-map{overflow: hidden;position: relative}
#map{height:calc(100vh - var(--heroHeight));min-height:375px;overflow: hidden;position: relative;z-index: 1;}
#associatePanel{position:absolute;bottom:0;right:0;display:block;height:100%;width:600px;max-width: 100%; z-index: 2;background-color:rgba(0,0,0,0.8);
    transform: translateX(calc(100% + 10px));
    transition: transform 0.6s ease 0s;
}

@media(max-width: 767px) {
    #associatePanel{height:50%;}
}


#associate-panel-content{position:absolute;height:100%;width:100%;overflow: scroll;-ms-overflow-style: none;scrollbar-width: none;}
#associate-panel-content::-webkit-scrollbar {display: none;}
#associatePanel.show-panel{transform: translateX(0);}
#associatePanel #close-panel{position: absolute;display:block;height:50px;width:50px;top:0;left:0;z-index: 2;
    text-indent:-9999px;background-image: url(../images/icon-xmark-solid-white.svg);background-repeat: no-repeat;background-position: center center;background-size: 20px;
}
@media(max-width: 767px) {
    #associatePanel #close-panel{position: absolute;transform:translateY(-100%);height:35px;width:35px;background-color:rgba(0,0,0,0.6);background-size: 15px;}
}
#associatePanel #close-panel:hover{cursor: pointer}
.associate-panel-inner{padding:65px 85px;color:#ffffff;}
@media(max-width: 767px) {
    .associate-panel-inner{padding:25px 20px;}
}
.associate-panel-inner h2{margin-bottom:0;padding-bottom:13px}
@media(max-width: 767px) {
    .associate-panel-inner h2{padding-bottom:0}
}
.listed-associate{position:relative;display: flex;align-items: start;flex-wrap: nowrap;margin-top:25px;padding-bottom:25px;border-bottom:1px solid rgba(255,255,255,0.25);transition: border-bottom 0.3s ease 0s, color 0.3s ease 0s;}
.listed-associate.is-active{border-bottom:1px solid #F26511;transition: border-bottom 0.3s ease 0s, color 0.3s ease 0s;}
.listed-associate.is-active h3,
.listed-associate.is-active .coverage-area{color:#F26511;transition: border-bottom 0.3s ease 0s, color 0.3s ease 0s;}
.listed-associate img{position: relative;width: 154px;}
@media(max-width: 767px) {
    .listed-associate img{width: 120px;}
}
.listed-associate h6{text-transform: uppercase;font-size: 14px;}
.listed-associate .link{color:#ffffff;font-size: 14px;display: block;transition: color 0.3s ease 0s;}
.listed-associate .link:hover{color:#F26511;cursor: pointer}
.listed-associate .link::before{content:'';display:inline-block;vertical-align: middle;margin-right:5px;position:relative;height:15px;width: 11px;background-image: url(../images/icon-arrow-right-orange.svg);background-repeat: no-repeat;background-position: center center;background-size: contain}
.associate-inner{display: block;width: 100%;padding-left:35px;}
@media(max-width: 767px) {
    .associate-inner{padding-left:20px;}
}
.zipcode-lookup-outer{position: relative;background-color:#0E0A0B;padding-top:11px;padding-bottom:11px;border-top:11px solid #0E0A0B;border-bottom:11px solid #0E0A0B}
.zipcode-lookup-outer::before,
.zipcode-lookup-outer::after{content:"";display:block;position: absolute;width:100%;height:2px;background-color: #F26511;left:0;}
.zipcode-lookup-outer::before{top:0;}
.zipcode-lookup-outer::after{bottom:0;}
.zipcode-lookup-wrapper{padding-top:65px;padding-bottom:65px;margin-top:0;position: relative}
.zipcode-lookup-wrapper h2{color:#F26511;margin-bottom: 25px;}
.zipcode-lookup-wrapper h2 span{color:#ffffff;}
.zipcode-lookup-wrapper h4{padding-top:25px}
.zipcode-lookup-wrapper h4 a svg{display:inline-block;height:auto;width:22px;}
.zipcode-lookup-wrapper h4 a svg *{fill: #ffffff;transition:fill 0.3s ease 0s}
.zipcode-lookup-wrapper h4 a {color:#ffffff;}
.zipcode-lookup-wrapper h4 a:hover {color:#F26511;}
.zipcode-lookup-wrapper h4 a:hover svg *{fill: #F26511 !important}
.zipcode-lookup-wrapper input{height:55px;line-height: 55px;padding:10px 10px 7px 15px}
.zipcode-lookup-wrapper .map-zipcode-lookup{position:absolute;top:0;right:0;width:50vw;height:100%;}
@media(max-width: 767px) {
    .zipcode-lookup-wrapper{padding-top:35px;padding-bottom:335px;}
    .zipcode-lookup-wrapper h2,
    .zipcode-lookup-wrapper h4{text-align: center}
    .zipcode-lookup-wrapper .map-zipcode-lookup{top:unset;bottom:0;width:100vw;height:300px;}
}
.zipcode-lookup-wrapper button{display:block;border:0;background-color:#008B9C;height:55px;width:55px;max-width:55px;overflow:hidden;border-radius: 100%;background-image: url('../images/icon-search.svg');background-position: center center;background-repeat: no-repeat;background-size: 40%;transition: background-color 0.3s ease 0s}
.zipcode-lookup-wrapper button:hover{background-color:#F26511;}
.zipcode-lookup-wrapper button:hover:active{background-color:#008B9C;}
.zipcode-lookup-wrapper button span{position:absolute;top:-9999px;left:-9999px;}

.omit-last-item-margin > *:last-child {
    margin-bottom: 0 !important;
}


.colaa div.item a.item{position: relative}
.colaa div.item a.item ~.wrapper{max-height:0;overflow: hidden;opacity:0;transition:max-height 0.6s ease 0.4s, opacity 0.6s ease 0s}
.colaa div.item a.item ~.wrapper li::marker{color:#6c757d}
.colaa div.item a.item.selected ~ .wrapper{max-height:5000px;height:auto;opacity: 1;transition:max-height 1s ease 0s, opacity 1s ease 0s}
.colaa div.item a.item ~ .wrapper strong{font-weight: 600}
.colaa div.item a.item ~ .wrapper p{margin-bottom:0.35rem;}
.colaa div.item a.item ~ .wrapper a{color:#293A31;font-weight:400;}
.colaa div.item a.item ~ .wrapper a:hover{color:#008B9C}
