@media screen and (max-width: 1400px) {
  .header-menu-wrap ul li {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .main-header-info:after {
    transform: skewX(24deg);
  }
  .sticky-header .main-header-info:after {
    transform: skewX(34deg);
  }
  .menu-right-item .mobile-menu-icon {
    display: block;
  }
  .mobile-navigation-menu {
    background-color: rgba(255, 255, 255, 1);
    border-right: 1px solid #eee;
    position: fixed;
    left: -100%;
    top: 0;
    width: 400px;
    height: 100vh;
    padding: 100px 0 50px;
    box-shadow: var(--shadow-sm);
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all .3s linear;
    z-index: 1000;
  }
  .open-mobile-menu.mobile-navigation-menu {
    left: 0;
    visibility: visible;
    opacity: 1;
    transition: all .3s linear;
  }
  .menu-right-item {
    margin: 0 0 0 auto;
  }
  .main-slider .swiper-nav {
    left: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
  }
  .main-slider .swiper-nav.slider-button-prev {
    bottom: 75px;
  }
}

@media screen and (max-width: 992px) {
  .main-header-info:after {
    transform: skewX(35deg);
  }
  .site-logo > .logo {
    max-height: 50px;
  }
  .top-header {
    display: none;
  }
  .slider-content-wrap {
    height: 100%;
  }
  .slider-caption.small,
  .slider-caption.medium,
  .slider-caption.big {
    text-align: center;
  }
  .slider-img-wrap {
    display: none;
  }
  .slider-btn {
    display: flex;
    justify-content: center;
  }
  .main-slider .slider-pagination {
    width: auto;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0px);
  }
  .main-slider div.slider-pagination > span {
  margin: 0 7px!important;
  }
  .slider-content-wrap .slider-content {
    width: 100%;
  }
  .swiper-wrapper {
    height: calc(100vh - 70px);
  }
  .swiper-slide {
    height: calc(100vh - 70px);
  }
  .main-slider .slider-pagination {
    flex-direction: row;
    column-gap: 20px;
  }
  .header-menu-wrap {
    position: relative;
    padding: 25px 0;
  }
  .header-menu-wrap ul {
    display: none;
  }
  .about-img-wrap {
    margin-bottom: 40px;
  }
  .about-img-wrap img:nth-child(2) {
    right: 0;
    bottom: 0;
  }
  .experience {
    right: 40%;
    top: 58px;
  }
}

@media screen and (max-width: 992px) and (max-height: 576px) {
  
}

@media screen and (max-width: 768px) {
  #popup-search-box .box-inner-wrap input {
    width: 95%;
  }
  div br {
    display: none;
  }
  .slider-caption.medium {
    font-size: 30px;
    line-height: 46px;
  }
  .slider-caption.big {
    font-size: 40px;
    line-height: 70px;
  }
  .about-img-wrap img:nth-child(2) {
    width: 200px;
  }
  .experience {
    right: 0;
    top: 130px;
  }
  .partners-item {
    padding-left: 0;
  }
  form .captcha {
    margin-left: auto;
  }
}

@media screen and (max-width: 576px) {
  .mobile-navigation-menu {
    width: 100%;
  }
  .menu-right-item {
    margin-right: 20px;
    column-gap: 30px;
  }
  .footer-area .col-lg-3:nth-child(2) {
    padding-left: 10px;
  }
}