:root {
  --blueColor: #003745;
  --blueColorAlt: #7f9ba2;
  --goldColor: #f9f49f;
  --fontOpenSans: Open Sans,sans-serif;
  --fontMontserrat: 'Montserrat', sans-serif;
}

@media (max-width: 1199.98px) {
  
} /* 1199.98p */

@media (min-width: 768.98px) and (max-width: 1024.98px) {
  nav > ul li {
    margin: auto .5rem;
  }
  .dropdown-item,
  .langs a.nav-link,
  nav > ul li a {
    font-size: .9rem;
  }
  .section-aboutus {
    height: 730px;
  }
  .item-business {
    height: auto;
  }
  .item-business .title-name strong {
    font-size: 1rem;
  }
  .item-business .txt-info p {
    font-size: 13px;
  }

  .title-services strong.h1,
  .title-business strong.h1 {
    font-size: 2.5rem;
  }
  .items-philosophy .title-philosophy strong {
    font-size: 1.8rem;
  }
  .items-philosophy .title-philosophy .img-icon {
    height: 70px;
  }

  footer .row > div {
    width: 33.33%;
  }
}

@media (max-width: 991.98px) {
  
} /* 991.98px */

@media (min-width: 768.98px) and (max-width: 991.98px) {
  
}

@media (max-width: 767.98px) {
  .brand-logo {
    height: 81px;
    margin-top: 1rem;
  }
  .toggle-menu {
    display: block;
    color: #fff;
  }
  .close-menu {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #fff;
    padding: .5rem;
    border-radius: 2px;
    color: #f00;
  }
  nav > ul {
    display: block;
    position: fixed;
    left: -310px;
    top: 0;
    background-color: var(--blueColor);
    box-shadow: 0 0 10px #ddd;
    height: 100vh;
    width: 300px;
    padding-top: 2rem;
    transition: .5s linear;
  }
  nav > ul.show {
    left: 0;
  }
  nav > ul li a {
    padding: 1rem;
    display: block;
    border-bottom: 1px solid var(--blueColorAlt);
  }
  
  .title-services,
  .txt-slider {
    width: 100%;
  }
  .txt-about strong.h1,
  .title-services strong.h1,
  .title-business strong.h1 {
    font-size: 1.5rem;
    padding: 1rem 0;
  }
  .section-experts .title-services strong.h1::before {
    left: 60px;
    width: 50%;
  }
  .section-aboutus {
    height: auto;
  }
  .img-flex {
    display: flex;
    height: 60%;
  }
  .imgs-about strong.h1 {
    font-size: 2rem;
  }
  .title-business {
    width: 100%;
  }
  .px-5 {
    padding-right: 1rem!important;
    padding-left: 1rem!important;
  }

  .items-philosophy .item-business,
  .item-business {
    margin-bottom: 1.8rem;
    height: auto;
  }

  .tab button {
    padding: 14px 10px;
    font-size: 14px;
    width: calc(100% / 5);
  }
  .tabs-content {
    padding: 0px 1rem;
  }
  .tabcontent p {
    padding: 1rem .5rem;
  }

  .txt-slider {
    width: 96%;
    left: 0;
    padding-left: 1rem;
  }
  
  footer .row > div {
    width: 50%;
    margin-bottom: 2rem;
  }
  footer .row > div:last-child {
    width: 100%;
  }

} /* 767.98p */

@media (min-width: 575.98px) and (max-width: 767.98px) {
  
}

@media (max-width: 575.98px) {
  .expert-item {
    flex-wrap: wrap;
  }
  .expert-item > div {
    width: calc(100% / 1) !important;
    margin: auto;
    text-align: center;
  }
  .expert-item .img-exp {
    height: 130px;
    width: 130px;
    padding: .5rem;
    margin: auto;
    margin-bottom: 1rem;
  }

  .services-tabs-container {
    position: relative;
    padding: 1rem;
  }
  .tab {
    flex-wrap: wrap;
    display: block;
  }
  .tab button {
    float: none;
    display: block;
    padding: 10px 5px;
    width: 145px;
    background: var(--blueColorAlt);
    margin-bottom: .4rem;
    color: #fff;
    position: relative;
    text-align: left;
  }
  .tab button:hover, .tab button.active {
    background-color: var(--goldColor);
    color: #333;
  }
  .services-tabs-container .tab button i {
    display: none;
    /* margin: auto;
    transform: rotate(180deg);
    font-size: 1rem; */
  }
  .tab button:after {
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 8px;
  }
  .services-tabs-container .tabs-content {
    position: absolute;
    right: 0;
    top: 30px;
    width: 66%;
    border: 0;
    padding: 0;
  }

  .form-contact {
    margin-left: auto;
  }
  .form-contact form {
    width: 100%;
    padding: .5rem;
  }
  .form-contact p {
    font-size: 1rem;
  }

  .langs a.nav-link {
    padding: 0;
    margin: auto 1rem;
  }

} /* 580px */

@media (max-width: 480px) {

  .services-tabs-container {
    padding: 1rem 2px;
  }
  .tab button {
    padding: 10px 5px;
    font-size: 10px;
    width: 100px;
  }
  .services-tabs-container .tabs-content {
    width: 70%;
  }
  .tabcontent p {
    padding: .5rem;
    font-size: 12px;
  }
  .tabcontent {
    border: 0;
  }
  
} /* 400px */
