@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'industry_incbase';
    src: url('../fonts/fonnts.com-industry_inc_base-webfont.woff2') format('woff2'),
         url('../fonts/fonnts.com-industry_inc_base-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'black_stonealternative';
    src: url('../fonts/blackstone-alternative-webfont.woff2') format('woff2'),
         url('../fonts/blackstone-alternative-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
}
html,
body {
    height: 100%;
    min-height: 100%;
    font-family: Roboto;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.2;
    color: black;
    margin: 0; 
}
a { 
    background-color: transparent; 
}
a:active,
a:hover { outline: 0; }
a {
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: underline;
}
img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto;
}
.page-container {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}
.nooverflow {
overflow: hidden!important;
}

@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  input[type=submit] {
    z-index: 10000!important;
    transform: translate3d(0, 0, 0);
    }
}
/************* SERVICES CONTENT *********/
.services_content {
    background-image:url('../img/services-bck.jpg');
    background-repeat: repeat-x;
    background-color: white;
    padding: 75px 0 75px;
}
.sidebar-menu {
    margin: 40px 0 75px 0;
    padding:0;
    list-style-type: none;
}
.sidebar-menu li {
    border-bottom: 1px solid #e0e2e4;
}
.sidebar-menu li:last-child {
    border-bottom: none;
}
.sidebar-menu li a {
    font-size: 18px;
    color: #979797;
    padding: 0px 25px;
    text-transform: uppercase;
    display: block;
    font-weight: 200;
    line-height: 48px;
    transition: .35s cubic-bezier(.25,.46,.45,.94);
    letter-spacing: 1px;
}
.sidebar-menu li.active a {
    font-weight: 600;
    color: #478878;
}
.sidebar-menu li a:hover {
    text-decoration: none;
    font-weight: 600;
    color: #478878;
    transform: translateX(10px);
}
.sidebar-services {
    display: flex;
    flex-direction:column;
    gap:15px;
}
.side-service {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}
.side-service .title {
    color: #225247;
    font-family: 'industry_incbase';
}
.services_content .sup-title {
    font-size: 30px;
    font-family: 'industry_incbase';
    color: #225247;
}
.services_content h1 {
    font-size: 120px;
    font-family: 'industry_incbase';
    color: black;
    line-height: .9;
    margin-bottom: 30px;
}

/************* LOCATION *****************/
.location-map {
    padding:0;
    position: relative;
}
.custom-popup {
    position: absolute;
    z-index: 999;
    background-color: #225247;
    padding: 15px 40px 15px 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    display: none;
    border-top: 12px solid #478878;
    min-width: 450px;
}


.popup-simple-content .link{
    padding:0 0 10px 0;
    font-family: 'industry_incbase';
    color: #fdbd67;
    font-size: 18px;
    text-decoration: none;
}
.popup-simple-content .location {
    padding:0 0 10px 0;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    color: white;
}
.popup-simple-content h4 {
    font-family: 'industry_incbase';
    margin: 0;
    font-size: 30px;
    color: white;
}

.popup-simple-content button.close-btn{
    position: absolute;
    top: 5px;
    right: 5px;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 20px;
    background: none;
}
.popup-simple-content .content {
    display: flex;
    gap: 40px;
    align-items: baseline;
}
/*************** HEADER *****************/
header {
    position: absolute;
    width: 100%;
    top:0;
    left: 0;
    z-index: 100;
}
ul.main_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 0;
}
nav ul.main_menu > li:nth-child(3) a {
    font-size: 0;
}
nav ul.main_menu > li a {
    font-size: 24px;
    color: white;
    font-family: 'industry_incbase';
    letter-spacing: 1px;
}
nav ul.main_menu > li a:hover {
    text-decoration: none; 
}
nav ul.main_menu  li {
    list-style-type: none;
    position: relative;
    padding: 0 25px 0 0;
}
nav ul.main_menu > li:nth-child(1) {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 320 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z' fill='%23fdbd67'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 15px;
}
nav ul.main_menu > li:nth-child(2) {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 320 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z' fill='%23fdbd67'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 15px;
}
nav ul.main_menu > li:nth-child(4) {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 320 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z' fill='%23fdbd67'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 15px;
}
nav ul.main_menu > li:nth-child(5) {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 320 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z' fill='%23fdbd67'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 15px;
}
nav ul.main_menu > li:nth-child(1):hover {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 320 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z' fill='%23fdbd67'/%3E%3C/svg%3E");
}
nav ul.main_menu > li:nth-child(2):hover {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 320 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z' fill='%23fdbd67'/%3E%3C/svg%3E");
}
nav ul.main_menu > li:nth-child(4):hover {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 320 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z' fill='%23fdbd67'/%3E%3C/svg%3E");
}
nav ul.main_menu > li:nth-child(5):hover {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 320 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z' fill='%23fdbd67'/%3E%3C/svg%3E");
}
nav ul.main_menu > li:hover ul {
    display: block;
    -webkit-animation: rotateMenu .4s ease-in-out forwards;
    animation: rotateMenu .4s ease-in-out forwards;
    transform-origin: top center;
}
@keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
.top_nav-holder {
    position: absolute;
    z-index: 101;
    top: 30px;
    left: 0;
    width: 100%;
}
.top_nav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 40px;
}
.top_nav a:first-of-type {
    color: #478878;
    font-size: 16px;
}
.top_nav a:last-of-type {
    color: #fdbd67;
    font-size: 16px;
    font-family: 'industry_incbase';
}
/*************** KEYART **************/
.hp-keyart {
    background-repeat: no-repeat;
    background-size: cover;
    height: 853px;
    position: relative;
    border-bottom: 3px solid #478878;
}
.hp-keyart .video-bg {
    width: 100%;
    height: 853px;
    position: absolute;
    top:0;
    left:0;
}
.video-controls {
    position: absolute;
    right: 0;
    bottom: 150px;
}
.video-playpause {
    width:70px;
    height:27px;
    background: url('../img/play.png') no-repeat center center;
}
.video-playpause.active {
    background: url('../img/pause.png') no-repeat center center;
}
.keyart_bottomline {
    font-size: 76px;
    color: #fdbd67;
    font-family: 'industry_incbase';
    position: relative;
    text-align: right;
    text-shadow: 0 0 15px black, 0 0 15px black, 0 0 15px black;
}
.keyart_bottomline span {
    font-size: 31px;
    color: black;
    display: inline-flex;
    background: #fdbd67;
    padding: 3px 7px;
    font-style: italic;
    font-weight: 200;
    font-family: roboto;
    text-transform: uppercase;
    position: absolute;
    left: 190px;
    bottom: 23px;
    text-shadow: none;
}
.keyart_topline {
    font-size: 142px;
    color: white;
    font-family: 'industry_incbase';
    line-height: .55;
    text-shadow: 0 0 15px black, 0 0 15px black, 0 0 15px black;
}
.keyart_cta {
    display: flex;
    justify-content: space-between;
    color: white;
}
.keyart_cta a {
    color: white;
    font-family: 'industry_incbase';
    font-size:24px;
    padding-right: 25px;
    background:url('../img/keyart-link-arrow.png') no-repeat right 4px;
    text-decoration: none;
    text-shadow: 0 0 15px black, 0 0 15px black, 0 0 15px black;
}
.keyart_cta a img {
    margin-right: 10px;
}
.hp-keyart .content-holder {
    position: absolute;
    top:60%;
    transform: translateY(-50%);
    animation: slide-right 1.25s;
    max-width: 612px;
}
.hp-keyart .container {
    height: 100%;
}
.hp-keyart .wrapper {
    position: relative;
    height: 100%;
}
@keyframes slide-right {
  from {
    margin-left: -100%;
    width: 300%;
    opacity: 0;
  }
  to {
    margin-left: 0%;
    width: 100%;
    opacity: 1;
  }
}
.inner-keyart {
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    position: relative;
    border-bottom: 3px solid #478878;
    background-position: center;
}
.inner-keyart .content-holder {
    position: absolute;
    top:75%;
    transform: translateY(-50%);
    animation: slide-right 1.25s;
    /*max-width: 612px;*/
}
.inner-keyart .container {
    height: 100%;
}
.inner-keyart .wrapper {
    position: relative;
    height: 100%;
}
.inkeyart_topline {
    font-size: 60px;
    color: white;
    font-family: 'industry_incbase';
    line-height: .55;
    text-shadow: 0 0 15px black, 0 0 15px black, 0 0 15px black;
}
.inkeyart_bottomline {
    font-size: 100px;
    color: #fdbd67;
    font-family: 'industry_incbase';
    position: relative;
    text-shadow: 0 0 15px black, 0 0 15px black, 0 0 15px black;
}


/*************** SERVICES  **************/
.services {
    position: absolute;
    width: 100%;
    top: -70px;
    z-index: 100;
    background:url('../img/line-bck.png') repeat-x center center;
}
.services_item {
    display: flex!important;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.services_slider {
    display: flex;
    justify-content: space-between;
}
.services_item span {
    font-size: 18px;
    color: white;
    font-family: 'industry_incbase';
}
.services .slick-prev:before,
.services .slick-next:before {
    content: none !important;
}
.services .slick-prev,
.services .slick-next {
  width: 26px;
  height: 26px;
  top: 41%;
}
/*************** SOLUTIONS **************/
.solutions {
    background-image:url('../img/solutions-bck.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 1130px;
    padding: 200px 0 70px;
    position: relative;
}
.solutions .small_row {
    font-size: 74px;
    font-family: 'industry_incbase';
    color: white;
    line-height: 0.8;
    position: relative;
    display: inline-flex;
}
.solutions .big_row {
    font-size: 120px;
    font-family: 'industry_incbase';
    color: white;   
    line-height: 1;
}
.solutions .small_row span {
    font-family: 'black_stonealternative';
    font-size: 156px;
    color: #fdbd67;
    position: absolute;
    top: -35px;
    right: -115px;
}
.solutions_desc {
    color: white;
}
.green_border {
    border-left: 2px solid #448373;
}
.solutions_slider {
    margin-top: 40px;
}
.solutions_item {
    padding: 80px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.s-item {
    background: white;
    padding:50px;
    border-left: 24px solid #448373;
    width: 52%;
}
.s-item_title {
    font-size: 62px;
    font-family: 'industry_incbase';
    display: flex;
    align-items: baseline;
    gap: 20px;
}
.s-item_sub_title {
    font-style: italic;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 30px;
}
.s-item .cta {
    display: flex;
    gap: 40px;
    padding-top: 10px;
}
.s-item .cta a {
    color: black;
    font-family: 'industry_incbase';
    background:url('../img/link-arrow-green.png') no-repeat right 4px;
    padding-right: 20px;
}
.solutions .custom-slider-nav  {
    margin-top: -43px;
    padding-right: 25px;
    position: relative;
}
.custom-slider-nav img {
    cursor:pointer;
}
/*************** MAP ********************/
.map {
    background-image:url('../img/map.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    padding: 70px 0;   
}
/*************** PRIDE ******************/
.pride {
    background-image:url('../img/pride-bck.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 890px;
    padding: 70px 0;
}
.pride .sup_title {
    font-size: 30px;
    color: #fdbd67;
    font-family: 'industry_incbase';
    line-height: .8;
}
.pride h2 {
    font-size: 90px;
    color: white;
    font-family: 'industry_incbase';
    line-height: 1;
    margin-bottom: 30px;
}
.pride-desc {
    color: white;
}
.yellow_text {
    color: #fdbd67;
}
.pride .cta {
    display: flex;
    gap: 40px;
    padding-top: 30px;
}
.pride .cta a {
    color: white;
    font-family: 'industry_incbase';
    background-image: url(../img/link-arrow.png);
    background-repeat: no-repeat;
    background-color: black;
    background-position: right 5px top 12px;
    padding: 8px 25px 8px 10px;
}

    
/*************** TESTIMONIALS ***********/
.testimonials {
    padding: 80px 0 100px 0;
}
.testimonials .container {
    position: relative;
}
.testimonials .sup_title {
    font-size: 30px;
    color: #478878;
    font-family: 'industry_incbase';
    line-height: .8;
}
.testimonials h2 {
    font-size: 90px;
    color: black;
    font-family: 'industry_incbase';
    line-height: 1;
    margin-bottom: 60px;
}
.person .name,
.person .institution {
    font-family: 'industry_incbase';
    font-size: 20px;
    color: black;
    margin-bottom: 20px;
}
.person .institution {
    color: #478878;
}
.stars {
    margin: 15px 0 45px 0;
}
.truck {
    position: absolute;
    right: -80px;
    top: -177px;
}
.slick-track {
    height: auto;
    display: flex;
}
.custom-slider-nav {
    text-align: right;
    padding-top: 2px;
}
/*************** PROJECT *****************/
.highlight {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.highlight .icon {
}
.highlight .high_title {
    font-weight: 900;
    text-transform: uppercase;
}
.highlight .high_desc {
}
.team-member,
.credential-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}
.member_image {
    flex: 0 0 auto;
}
.credential_logo {
    flex: 0 0 auto;
    min-width: 208px;
    text-align: center;
}
.member_data,
.credential_data {
    flex: 1;
}
.member_data h3,
.credential_data h3{
    font-size: 38px;
    color: black;
    font-family: 'industry_incbase';
}
.credential_data .wysiwyg h2 {
    font-size: 24px;
}
.member_data h3 span {
    font-size: 24px;
    color: #225247;
}
.member_data .phone,.member_data .address {
    color: #225247;
    font-style: italic;
}
.member_list .member-holder:last-child hr,
.credentials_list .credential-holder:last-child hr {
    display: none;
}
.notice { 
    margin-top: 50px;
    color: #858585;
    font-size: 16px;
}
.notice ul {
    list-style-type: none;
}
/*************** FOOTER *****************/
footer {
    background-image:url('../img/footer-back.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 8px solid #fdbd67;
    height: 800px;
    padding-top: 70px;
}
.footer_holder {
    display: flex;
    justify-content: space-between;
}
.footer_data {
    display: flex;
    flex-direction: column;
}
.footer_nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 60px;
}
.footer_nav a {
    font-family: 'industry_incbase';
    color: white;
    font-size: 24px;
    text-decoration: none;
}
.footer_copy {
    color: white;
    font-size: 14px;
    text-align: right;
    margin-top: 30px;
}
.footer_central,
.footer_logos,
.footer_social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.footer_address {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
}
.footer_address .address {
    font-size: 18px;
    font-style: italic;
    color: white;
    line-height: 1.2;
}
.footer_address .address span {
    color: #478878;
    font-family: 'industry_incbase';
    font-size: 20px;
    font-style: normal;
}


.main_menu li ul {
    display: none;
    background-color: #448373;
    position: absolute;
    top: 30px;
    left: 0;
    list-style-type: none;
    margin: 0;
    width: 200px;
    padding: 15px 15px 5px 15px;
    z-index: 1000;
}
.main_menu li ul > li a {
    color: white;
    font-size: 16px;
}
.main_menu li ul > li {
    padding:10px 0 10px 0;
    border-bottom:1px solid white;
    line-height: 1;
}
.main_menu li ul > li.first {
    padding:0 0 10px 0;
}
.main_menu li ul > li.last {
    border-bottom: none;
}
.main_menu li ul > li:last-child {
    border-bottom: none !important;
}
.wysiwyg h2 {
    font-family: 'industry_incbase';
    font-size: 38px;
}
.wysiwyg .green_text {
    color: #225247;
}
.wysiwyg .yellow_text {
    color: #fdbd67;
}
.wysiwyg hr,
.member-holder hr,
.credential-holder hr {
  border: none;
  height: 2px;
  background-color: #fcbc66;
  opacity: 1;
  margin: 2rem 0;
}
.wysiwyg ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.wysiwyg ul li {
    padding-left: 25px;
    background: url(../img/bullet.png) no-repeat left 1px;
    margin-bottom: 15px;
}
.contact-form-holder h2 {
    font-family: 'industry_incbase';
    font-size: 50px;
    color: #225247;
}
.form-holder.success {
   display: none;
}
h3.message-holder {
    font-family: 'industry_incbase';
    color: #468979;
    font-size: 20px;
}
h3.message-holder  {
    display: none;
    color:black;
}
h3.message-holder.success  {
    display: block;
}
#contact-form label {
    font-family: 'industry_incbase';
    color: #468979;
    font-size: 20px;
    padding: 25px 0 5px 0;
}
#contact-form input,
#contact-form textarea {
    background: #f4f4f4;
    border: 1px solid #225247;
    border-radius: 0px;
}
#contact-form textarea {
    padding: 10px;
}
#contact-form input[type="submit"] {
    background: white;
    border-radius: 0;
    padding: 5px 35px 5px 0;
    border: none;
    font-weight: 900;
    letter-spacing: 1px;
    font-family: 'industry_incbase';
    color: black;
    background-image: url('../img/keyart-link-arrow.png');
    background-repeat: no-repeat;
    background-position: 90% 8px;
}