/*********************************************** FONTS ***********************************************/
@import url('https://fonts.googleapis.com/css2?family=Neuton:ital,wght@0,200;0,300;0,400;0,700;0,800;1,400&family=Roboto:wght@300&display=swap');


/*********************************************** GLOBAL STYLES ***********************************************/
* {
  box-sizing: border-box;


html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    scroll-behavior: auto;
}
html,
body {
    height: 100%;
    min-height: 100%;
    font-family: "Neuton", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 18px;
    line-height: 1.2;
    color: #191919;
    margin: 0; 
}
a {
    color: #6e9e9d;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
}
a span {
     color: #191919;
}
a:active,
a:hover {
    color: #191919;
    text-decoration: none;
    outline: 0;
}
a:hover span {
     color: #6e9e9d;
}
img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto;
}
.footer_subsidiary {
    font-weight:800;
    font-size: 17px;
}
/*********************************************** HEADER ***********************************************/
header {
    position: absolute;
    width: 100%;
    height: 150px;
    z-index: 101;
    padding-top: 15px;
}
.header-holder {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}


/********************************************** FOOTER **********************************************/
footer {
    background-color:  #cecece;
    color: black;
    display: flex;
    flex-direction: column;
    padding: 180px 0 100px;
}
.footer_holder {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer_social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}
.footer_social a{
    padding:0 4px;
}
.footer_content {
    color: black;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 20px;
}
.footer_copy {
    color: black;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.footer-links {
    text-decoration: none;
    color: black;
}
.footer-links:hover {
    text-decoration: underline;
    color: black;
}
/******************************** OVERVIEW *******************************/
.overview {
    padding: 125px 0 115px;
}
.overview .sub-title {
    font-size: 22px;
    margin:20px 0;
    color: var(--blue);
}
.overview .sub-title span {
    font-family: 'avenir_nextbold';
}
/********************************************** HOME MAP **************************************/
.home-map {
    padding: 50px 0 90px;
}
.home-map .top-title {
    font-size: 47px;
    font-weight: 700;
    text-align: center;
    padding: 0px 0 50px;
    letter-spacing: 4px;
}
.home-map .top-title span {
    font-size: 30px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    display: block;
}
.map_img {
    text-align: center;
}
.home-map h1 {
    font-size: 81px;
    text-align: center;
    padding: 30px 0 50px;
    letter-spacing: 4px;
    line-height: 0.9;
}
.map_content {
    max-width:790px;
    margin: 0 auto 45px;
}
.map_cta {
    display: flex;
    gap: 40px;
    justify-content: center;
}
.map_cta a {
    display: inline-block;
    margin-top: 5px;
    color: white;
    font-size: 28px;
    font-weight: 700;
    background: #d7af50;
    padding: 15px 50px 20px;
    border-radius: 5px;
    line-height: 1;
    letter-spacing: 2px;
    text-align: center;
}
/********************************************** HOME TABS **************************************/
.tab-slider-section {
  padding: 60px 0;
  background: #1f3241;
}

/* --- Tabs --- */
.ts-tabs {
  display: flex;
}

.ts-tab {
  flex: 1;
  padding: 14px 20px;
  font-size: 34px;
  font-weight: 500;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.2s;
  text-align: center;
  letter-spacing: 2px;
  border: 4px solid transparent;
}

.ts-tab:hover {
  color: #d7af50;
}

.ts-tab.active {
  color: #d7af50;
  border: 4px solid #d7af50;
}

/* --- Slide layout --- */
.ts-slide {
  outline: none;
}

.ts-slide-inner {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 65px 5px 0;
  min-height: 280px;
}
.ts-custom-prev {
    margin-right: 30px;
}

/* --- Text page --- */
.ts-text {
  flex: 1;
  min-width: 0;
}

.ts-title {
  font-size: 81px;
  margin-top: 0;
  margin-bottom: 20px;
  color: white;
  letter-spacing: 2px;
  line-height: 0.9;
}

.ts-subtitle {
  font-size: 30px;
  font-weight: 200;
  color: #d7af50;
  margin-bottom: 40px;
  letter-spacing: 4px;
}

.ts-content {
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 40px;
  color: white;
  line-height:1.4;
}

/* --- CTA button --- */
.ts-link {
  display: inline-block;
  margin-top: 5px;
  color: white;
  font-size: 28px;
  font-weight: 700;
  background:#d7af50;
  padding: 15px 50px 20px;
  border-radius: 5px;
  line-height: 1;
  letter-spacing: 2px;
}

/* ---Image --- */
.ts-image {
  flex: 0 0 auto;
  max-width: none;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}

.ts-image img {
  width: auto;
  max-width: 100%;
  height: 100%;
  display: block;
}

/* --- Slick arrows --- */
.ts-slider .slick-prev,
.ts-slider .slick-next {
  top: auto;
  bottom: -16px;
  z-index: 10;
}

.ts-slider .slick-prev {
  left: auto;
  right: 56px;
}

.ts-slider .slick-next {
  right: 8px;
}
.ts-slider .slick-list {
    height: auto!important;
}

.tab-slider-section .slick-slider {
  margin-bottom: 10px;
}
.ts-slider-nav {
    text-align: right;
}
.ts-slider-nav button {
   border: none;
   background: none;
}
/********************************************** HOME TESTIMONIALS **************************************/
.home-testimonials {
    background: #1d2f3d;
    color:white;
    padding: 50px 0 50px;
}
.home-testimonials .top-title {
    font-size: 81px;
    text-align: center;
    padding: 0px 0 50px;
    letter-spacing: 4px;
}
.home-testimonials .top-title {
    font-size: 81px;
    text-align: center;
    padding: 0px 0 80px;
    letter-spacing: 4px;
}
.home-testimonials .top-title span {
    font-size: 30px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    display: block;
}
.img_menu {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}
.item_cta {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
      flex: 1 1 0;
    min-width: 0;
}
.item_cta img {
    max-width: 336px;
    width: 100%;
    height: auto;
    display: block;
}
.item_cta a {
        display: block;
        margin-top: 40px;
        color: white;
        font-size: 29px;
        font-weight: 700;
        background: #d7af50;
        padding: 10px 50px 15px;
        border-radius: 5px;
        line-height: 1;
        letter-spacing: 2px;
        width: 100%;
    }
.testimonial-slider {
        max-width: 915px;
        margin: 0 auto;
        background: white;
        border-radius: 15px;
        text-align: center;
        padding: 35px 80px;
        margin-bottom: -170px;
        margin-top: 65px;
}
.testimonial-slider .slider-item {
    font-size: 37px;
    color: #1f3241;
}
.testimonial-slider .slider-item .person {
    font-size: 18px;
    color: black;
}
.testimonial-slider .slick-prev:before,
.testimonial-slider .slick-next:before {
  content: none; 
}
.testimonial-slider .slick-prev img,
.testimonial-slider .slick-next img {
  display: block;
  width: 20px;
  height: 36px;
  height: auto;
}
.testimonial-slider .slick-next {
    right: 25px;
}
.testimonial-slider .slick-prev {
    left: 25px;
}
/********************************************** HOME FORM **************************************/
.form-section {
    background-color: #1f3241;
}
#application-form input,
#application-form select {
    height: 54px;
    background-color: #ececec;
}
#application-form input[type=submit] {
    width: 100%;
    height: 55px;
    border-radius: 10px;
    background: #d7af50;
    color: white;
    font-weight: 700;
    font-size: 20px;
    border-color: transparent;
}
.form_envelope {
    padding: 50px 80px 80px;
    position: relative;
    box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 120px;
    border-top: 6px solid  #d7af50;
    background: white;
    margin-top: -215px;
}

.form_envelope h2 {
    font-size: 47px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 10px;
}
.form_envelope .form-moto {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 5px;
    margin-bottom: 25px;
}

.home-keyart {
    height: 960px;
    background-image:url('../img/extermity-experts-keyart.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.keyart-message {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.keyart-message .top-line {
    font-size: 36px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    display: block;
}
.keyart-message .bottom-line {
    font-size: 181px;
    line-height: 0.8;
}
.form_message {
    display: none;
    color: black;
    text-align: center;
    font-size: 25px;
}
.form_message.success {
    display: block;
    padding: 20px;
    color: black;
}
.form_holder.success {
    display: none;
}
.header-holder .menu-holder {
    display: none;
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100vh;
}
body.inner_page.nav-open {
    overflow: hidden;
}
.header-holder .menu-holder.nav-open {
    display: block;
}
.header-holder .logo {
    z-index: 100;
}
#nav-icon {
    z-index: 1000;
    margin-top: 30px;
}
header nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 180px;
}
.main_menu {
    list-style-type: none;
    text-align: center;
}
.main_menu li { 
     margin-bottom: 40px;
}
.main_menu a {
    color: white;
    font-size: 52px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.menu-holder.nav-open {
    padding: 85px 0 100px;
    background-color: #d7af50;

}



