@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: 500;
    --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;
}
#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 {
    color: #fff;
    line-height: 1.5em;
}
#header .navbar-nav .nav-item.dropdown .nav-link {
    padding-right: 0;
}
#header .navbar-nav a.nav-link:hover,
#header .navbar-nav a.nav-link:active {
    color: #008B9C;
}
#header .dropdown-menu[data-bs-popper] {
    background: transparent;
    border: 0;
    overflow: hidden;
    box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.15);
    --bs-dropdown-border-radius: 2px;
}
#header .dropdown-item {
    color: #008B9C;
    background-color: #f5f5f5;
    font-weight: 500;
    white-space: normal;
}
#header .dropdown-item:focus,
#header .dropdown-item:hover {
    color: #fff;
    background-color: #008B9C;
}
#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 {
    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 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: #008B9C;
}
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 .bg-img {
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 12px;
    right: 12px;
    border-radius: 20px;
    overflow: hidden;
}
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 {
    max-width: 242px;
    padding: 27px 30px;
    margin-bottom: 0;
    font-size: 1.7em;
    line-height: 1.18em;
    color: #fff;
    font-weight: 500;
}
section.services .slider .swiper-button-next, 
section.services .slider .swiper-button-prev {
    top: auto;
    left: -9px;
    width: 75px;
    height: 75px;
    margin-top: 0;
    background-color: #fff;
    border-radius: 50%;
}
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-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.svg);
}
section.services .slider .swiper-button-next:after {
    background-image: url(../images/icon-arrow-right.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;
}
.hero .container-fluid {
    max-width: 980px;
    text-align: center;
}
.services-pg .hero h1 {
    max-width: 980px;
    text-align: center;
    font-size: 2.55em;
    font-weight: 500;
}
.services-pg .intro {
    padding: 77px 0 115px;
}
.img-w-text .container-fluid {
    max-width: 1464px;
}
.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;
}
.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-arrow-link.svg) right top no-repeat;
    background-size: 19px auto;
}
.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: 440px;
    width: auto;
}
.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;
}
.directory-pg .hero .container-fluid {
    max-width: 1220px;
}
.hero h1 {
    font-size: 3.2em;
}
.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 h1 {
    font-size: 2.5625em;
}
.about-pg .hero h1 strong {
    font-size: 1.24em;
    font-weight: 500;
    color: #008B9C;
}
.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;
}
.typed-cursor {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    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 .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: 34.3%;
}
#footer .top .col:nth-child(2) {
    width: 14.5%;
}
#footer .top .col:nth-child(3) {
    width: 24.9%;
}
#footer .top .col:nth-child(4) {
    flex: 1 1 auto;
}
#footer nav.col li {
    padding-bottom: .938rem;
}
#footer nav.col li a,
#footer div.col ul li a {
    display: inline-block;
}
#footer div.col ul li a {
    font-weight: 375;
    letter-spacing: -0.02em;
}
.f-title {
    margin-bottom: 1.25rem;
    line-height: 1.5em;
    color: #000;
}
.f-social {
    margin-bottom: 3.875rem;
}
#f-newsletter {
    padding: 0.5rem 108px 0.5rem 0;
    font-size: 13px;
    line-height: 24px;
    font-weight: 375;
    color: #000;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    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 {
    font-size: 13px;
    color: #ADB2B5;
}
#footer .bottom li {
    position: relative;
    padding-right: 8px;
}
#footer .bottom li:after {
    position: absolute;
    top: 3px;
    bottom: 3px;
    right: 2px;
    width: 1px;
    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
*/
