

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.header-navigation .primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    height: 60px !important;
}

.header-navigation {
    padding: 10px 0;
}

.hero-content {
    position: absolute;
    top: 60%;
    left: 7%;
    max-width: 50%;
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
}


.iconic-info-box.style-one {
    padding: 30px;
    border-radius: 16px;
    height: auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
}




}


@media only screen and (min-width: 769px) and (max-width: 991px) {
    .header-navigation {
      padding: 10px 0;
    }
    .site-branding a img {
      height: 50px !important;
    }
  
    .header-navigation .primary-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      height: 40px;
    }
    .navbar-toggler img {
      height: 40px;
    }
  
    .header-area.sticky {
      position: fixed;
      top: 20px !important;
      left: 0;
      right: 0;
      z-index: 999;
      border-color: transparent;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
      -webkit-animation: sticky 1.2s;
      animation: sticky 1.2s;
    }
  
    .header-area.sticky {
      position: fixed;
      top: 0px !important;
      left: 0;
      right: 0;
      z-index: 999;
      border-color: transparent;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
      -webkit-animation: sticky 1.2s;
      animation: sticky 1.2s;
    }
  
    .hero-content span {
      color: #01a2fc;
      font-size: 18px;
      line-height: 20px;
      font-size: bold;
      text-transform: uppercase !important;
    }
  
    .hero-wrapper-two .hero-content h1 {
      font: 681 36px var(--heading-font);
      line-height: 40px;
    }
  
    .hero-content {
      position: absolute;
      top: 60%;
      left: 12%;
      max-width: 90%;
      transform: translateY(-50%);
      z-index: 2;
      color: #fff;
    }
  
    .hero-wrapper-two .hero-content p {
      color: rgba(255, 255, 255, 0.9);
      font: 500 20px var(--body-font);
      margin-bottom: 0px;
    }
  
    .swiper-button-next.custom-next,
    .swiper-button-prev.custom-prev {
      color: #fff;
      background: #01a2fc;
      border-radius: 50%;
      width: 25px;
      height: 25px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    .swiper-container {
      width: 100%;
      height: 75vh;
      object-fit: cover;
    }
  
    .swiper-container .swiper-wrapper img {
      width: 100%;
      height: 75vh;
      object-fit: cover;
    }
    .mb-30 {
      margin-bottom: 15px;
    }
  
    .mb-55 {
      margin-bottom: 10px;
    }
  
    .mb-40 {
      margin-bottom: 15px;
    }
    .mb-50 {
      margin-bottom: 15px;
    }
    .mb-45 {
      margin-bottom: 15px;
    }
  
    .testimonial-item.style-one {
      padding: 20px 40px 35px;
      border-radius: 15px;
      background-color: var(--white-color);
    }
  
    .footer-bg {
      background-image: url(../../assets/images/fbg.jpg);
      background-size: cover;
      background-position: center;
      position: relative;
      z-index: 1;
      padding: 20px;
    }
  
   
  }


@media only screen and (min-width: 476px) and (max-width: 768px) {
    .header-navigation {
      padding: 10px 0;
    }
    .site-branding a img {
      height: 50px !important;
    }
  
    .header-navigation .primary-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      height: 40px;
    }
    .navbar-toggler img {
      height: 40px;
    }
  
    .header-area.sticky {
      position: fixed;
      top: 20px !important;
      left: 0;
      right: 0;
      z-index: 999;
      border-color: transparent;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
      -webkit-animation: sticky 1.2s;
      animation: sticky 1.2s;
    }
  
    .header-area.sticky {
      position: fixed;
      top: 0px !important;
      left: 0;
      right: 0;
      z-index: 999;
      border-color: transparent;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
      -webkit-animation: sticky 1.2s;
      animation: sticky 1.2s;
    }
  
    .hero-content span {
      color: #01a2fc;
      font-size: 18px;
      line-height: 20px;
      font-size: bold;
      text-transform: uppercase !important;
    }
  
    .hero-wrapper-two .hero-content h1 {
      font: 681 36px var(--heading-font);
      line-height: 40px;
    }
  
    .hero-content {
      position: absolute;
      top: 60%;
      left: 12%;
      max-width: 90%;
      transform: translateY(-50%);
      z-index: 2;
      color: #fff;
    }
  
    .hero-wrapper-two .hero-content p {
      color: rgba(255, 255, 255, 0.9);
      font: 500 20px var(--body-font);
      margin-bottom: 0px;
    }
  
    .swiper-button-next.custom-next,
    .swiper-button-prev.custom-prev {
      color: #fff;
      background: #01a2fc;
      border-radius: 50%;
      width: 25px;
      height: 25px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    .swiper-container {
      width: 100%;
      height: 75vh;
      object-fit: cover;
    }
  
    .swiper-container .swiper-wrapper img {
      width: 100%;
      height: 75vh;
      object-fit: cover;
    }
    .mb-30 {
      margin-bottom: 15px;
    }
  
    .mb-55 {
      margin-bottom: 10px;
    }
  
    .mb-40 {
      margin-bottom: 15px;
    }
    .mb-50 {
      margin-bottom: 15px;
    }
    .mb-45 {
      margin-bottom: 15px;
    }
  
    .testimonial-item.style-one {
      padding: 20px 40px 35px;
      border-radius: 15px;
      background-color: var(--white-color);
    }
  
    .footer-bg {
      background-image: url(../../assets/images/fbg.jpg);
      background-size: cover;
      background-position: center;
      position: relative;
      z-index: 1;
      padding: 20px;
    }
  
   
  }
  








@media only screen and (min-width: 320px) and (max-width: 475px) {
  .header-navigation {
    padding: 10px 0;
  }
  .site-branding a img {
    height: 50px !important;
  }

  .header-navigation .primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 40px;
  }
  .navbar-toggler img {
    height: 40px;
  }

  .header-area.sticky {
    position: fixed;
    top: 20px !important;
    left: 0;
    right: 0;
    z-index: 999;
    border-color: transparent;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
    -webkit-animation: sticky 1.2s;
    animation: sticky 1.2s;
  }

  .header-area.sticky {
    position: fixed;
    top: 0px !important;
    left: 0;
    right: 0;
    z-index: 999;
    border-color: transparent;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
    -webkit-animation: sticky 1.2s;
    animation: sticky 1.2s;
  }

  .hero-content span {
    color: #01a2fc;
    font-size: 18px;
    line-height: 20px;
    font-size: bold;
    text-transform: uppercase !important;
  }

  .hero-wrapper-two .hero-content h1 {
    font: 681 36px var(--heading-font);
    line-height: 40px;
  }

  .hero-content {
    position: absolute;
    top: 60%;
    left: 12%;
    max-width: 90%;
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
  }

  .hero-wrapper-two .hero-content p {
    color: rgba(255, 255, 255, 0.9);
    font: 500 20px var(--body-font);
    margin-bottom: 0px;
  }

  .swiper-button-next.custom-next,
  .swiper-button-prev.custom-prev {
    color: #fff;
    background: #01a2fc;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .swiper-container {
    width: 100%;
    height: 75vh;
    object-fit: cover;
  }

  .swiper-container .swiper-wrapper img {
    width: 100%;
    height: 75vh;
    object-fit: cover;
  }
  .mb-30 {
    margin-bottom: 10px;
  }

  .mb-55 {
    margin-bottom: 5px;
  }

  .mb-40 {
    margin-bottom: 10px;
  }
  .mb-50 {
    margin-bottom: 10px;
  }
  .mb-45 {
    margin-bottom: 10px;
  }

  .testimonial-item.style-one {
    padding: 20px 40px 35px;
    border-radius: 15px;
    background-color: var(--white-color);
  }

  .footer-bg {
    background-image: url(../../assets/images/fbg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 10px;
  }

  .copyright-text {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .mobile-logo a img{
    height: 40px !important;
  }

  .sklm-footer-pages-container {
    max-width: 100%;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

}

