:root {
  --colorOne: #2ab34a;
  --colorTwo: #2b328c;
}

@media (min-width: 1399.98px) {

}
@media (max-width: 1399.98px) and (min-width: 991.98px) {

} /* 1399.98px */

@media (max-width: 1199.98px) {

} /* 1199.98p */

@media (max-width: 1024.98px) and (min-width: 991.98px) {

} /* max-width: 1024.98px && min-width: 991.98px */

@media (max-width: 991.98px) {
  header .head-header {
    display: none;
  }
  .actions-mobile, .menu-mobile li.logo {
    display: block !important;
  }
  .actions-mobile {
    display: flex;
    align-items: center;
  }
  .toggle-menu {
    font-size: 1.5rem;
    vertical-align: middle;
    margin: auto 1rem;
  }
  .actions-mobile .langs {
    color: #444;
    font-weight: bold;
  }
  .toggle-menu:hover,
  .actions-mobile .langs:hover {
    color: var(--colorOne);
  }
  header nav {
    position: absolute;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100vh;
    background-color: #fff;
    z-index: 9;
    transition: .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition: .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition: .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  header nav.show {
    left: 0;
  }
  header nav ul {
    display: block;
    padding-top: 3rem;
  }
  header nav ul li a {
    display: block;
    background-color: transparent;
  }
  header nav ul li a.active, header nav ul li a:hover {
    background-color: transparent;
    color: var(--colorOne);
    border-bottom: 1px dotted #ccc;
  }

  .txt-about {
    padding: 2rem 1rem;
  }
  .txt-about h4 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .txt-about p {
    width: 98%;
    font-size: 13px;
  }
  .btn-custom {
    padding: .8rem 1.5rem;
    margin-top: 1.5rem;
    font-size: 14px;
  }

  .sec-title span {
    font-size: 2.5rem;
  }
  .sec-title strong {
    font-size: 1.9rem;
  }

  .item-counter {
    padding: 1rem;
  }
  .item-counter img {
    max-height: 50px;
  }
  .title_counter {
    font-size: .8rem;
  }

  .logo-partner img {
    max-height: 100px;
  }

  .headin5_amrc {
    font-size: .9rem;
  }

} /* max-width: 991.98px */

@media (max-width: 767.98px) {
  header .head-header a {
    font-size: 13px;
  }

  .home-slider, .home-slider .owl-stage-outer, .home-slider .owl-stage, .home-slider .owl-item, .home-slider .item {
    height: 60vh;
  }
  .home-slider .item-txt {
    left: 20px;
    width: 90%;
  }
  .home-slider .item-txt h1 span {
    font-size: 30px;
    font-weight: 600;
  }
  .home-slider .item-txt h1 span:nth-child(2) {
    font-size: 18px;
    font-weight: 500;
  }
  .home-slider.owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    margin: auto 5px;
    font-size: 13px;
  }

  header .logo a img {
    max-height: 50px;
  }

  .sec-aboutus .jarallax {
    display: none;
  }
  .sec-title span {
    font-size: 1.5rem;
  }
  .sec-title strong {
    font-size: 1.2rem;
  }

  .logo-footer {
    max-height: 100px;
    width: auto !important;
  }

  
  .page-contactus .box-contact {
    width: 95%;
    padding: 30px 20px 50px 20px;
  }
  .inf-contact {
    border-bottom: 1px solid #ddd;
    margin-bottom: 2rem;
  }

} /* 767.98px */

@media (max-width: 580.98px) {
  .logo-partner img {
    max-height: 80px;
  }
} /* 580px.98px */

@media (max-width: 370.98px) {

} /* 480px.98px */
