﻿@media (max-width: 992px) and (min-width: 767.98px) {
  #what-mean {
    margin-bottom: 8rem !important;
  }
} 

@media (max-width: 1199.98px) {
  .service-benefit .svg svg {
    max-height: 150px;
  }

  .contant-img {
    margin-top: -5.1rem;
  }

  .card.service-card p.card-text {
    min-height: 168px;
  }
}

@media (max-width: 991.98px) {
  .switchlanguage.modal {
    top: 115px;
  }
  .green-v-card {
    display: none;
  }
  div#top-bar .language {
    display: none;
  }

  div#top-bar ul.top-social {
    display: inline-flex;
    height: 34px;
    padding: 0;
    text-align: center;
    margin: auto;
  }

  div#top-bar .social {
    text-align: center;
  }

  .navbar {
    transition: .75s;
  }

  .side-nav {
    background-color: var(--main-color);
    z-index: 9999;
  }

  button.multisteps-form__progress-btn {
    font-size: .65rem;
  }
  .service-benefit .triangle {
    border-right: 101px solid transparent;
    border-left: 0;
    border-bottom: 200px solid #283e55;
  }
  section#benefits-work ol li {
    font-size: 1rem;
  }
  .card.service-card p.card-text {
    min-height: 147px;
  }
  #home-about h3, h2.title {
    font-size: 1.5rem;
    FONT-WEIGHT: 600;
  }
  .info.section h3, .info.section h4 {
    margin-bottom: .5rem;
    font-size: 1.5rem;
  }
  .info.section h3, .info.section h4 {
    margin-bottom: .5rem;
    font-size: 1.25rem;
  }
  #benefits-work h3, #home-about h2, #what-mean h2 {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
  #home-about h5, #what-mean h5 {
    font-size: 1rem;
  }
  section#benefits-work ol li, section#benefits-work ul li {
    color: #fff;
    font-size: 1rem;
    padding: 0.25rem 0;
  }
}

@media (max-width: 767.98px) {
  ul.top-social {
    display: inline-flex;
    height: 34px;
    padding: 0;
    text-align: center;
    margin: auto;
  }

  nav.navbar.navbar-dark img.logo {
    height: 40px;
  }

  nav.navbar.navbar-dark.top-nav-collapse img.logo {
    height: 35px;
  }

  footer .logo {
    max-width: 200px;
  }

  .into-logo {
    display: none;
  }

  .card-body ul.top-social {
    text-align: center;
    margin: auto;
    display: table;
  }

  .multisteps-form__progress-btn {
    text-indent: -9999px;
  }
  .service-cover img {
    max-width: 100%;
  }
  .service-benefit .title, .service-cover .title {
    font-weight: 700;
    margin-top: 1rem;
    font-size: 1.5rem;
  }
  .service-cover .w-image {
    max-width: 100%;
  }
  #our-sectors .sec {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  #our-sectors .icon {
    text-align: center;
    margin-bottom: .5rem;
    padding-right: 15px;
  }
  #our-sectors h5.title {
    text-align: center;
    max-width: 300px;
    margin: auto;
  }
  #our-sectors hr {
    margin-left: auto;
    margin-right: auto;
    margin-top: .5rem;
  }
  #benefits-work .img-helper {
    top: -9%;
  }
  #benefits-work .img-helper img {
    max-width: 30vw;
  }
  .service-benefit .triangle {
    border-right: unset;
    border-left: 0;
    border-bottom: unset;
    height: auto;
    background-color: var(--main-color);
    padding: 1.5rem 0;
  }
  #contact-page .card-body {
    padding: 1.25rem 0;
  }
  .card.service-card p.card-text {
    min-height: auto;
  }
  #home-about .text-blue br {
    display: none;
  }
  #our-sectors .icon {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  footer .link{
    text-align:center !important;
  }
}

@media (max-width: 575.98px) {
  .into-logo {
    max-width: 70vw;
  }
  .intro.view h1 {
    font-size: 2rem;
  }
  .intro.view h2 {
    font-size: 1.5rem;
  }
  .contant-img {
    margin-top: -4rem;
  }
  .cont {
    margin-top: 8rem;
  }
}


/************* min **************/
@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
  div#slide-out {
    display: none;
  }
}

@media (min-width: 1200px) {
  #home-about .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 54.5%;
    max-width: 55%;
  }

  .view img, .view video {
    object-fit: cover;
    width: 350px;
    height: 350px;
  }
}
