.top-header.top-header-two {
  border-radius: unset;
}

.cstm_header .navbar-area .desktop-nav .navbar .navbar-brand img {
  width: 80px;
}

.main-contact-area .contact_form {
  -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
  box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
  background-color: #fff;
  padding: 50px;
}

.preloader {
  background-color: #000024;
}

.preloader::before,
.preloader::after {
  background: #000024;
}

section {
  background: #fff;
}

.cstm_footer {
  position: relative;
  background-image: url(../img/ft_banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 50px 0 20px;
  overflow: hidden;
}

.cstm_footer > * {
  position: relative;
  z-index: 9999;
}

.cstm_footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
}

.cstm_footer .single-footer-widget .logo img {
  width: 80px;
  margin-bottom: 30px;
}

.cstm_footer .single-footer-widget .address {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.cstm_footer .single-footer-widget .address li {
  margin-right: 30px;
}

.cstm_footer .single-footer-widget .address li:last-child {
  margin-right: unset;
}

.cstm_footer .single-footer-widget .address li i {
  top: 0;
}

.cstm_footer .single-footer-widget .import-link {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.cstm_footer .single-footer-widget .import-link li {
  margin-right: 30px;
}

.cstm_footer .single-footer-widget .import-link li:last-child {
  margin-right: unset;
}

.cstm_footer .copy-right-area {
  background-color: #000000;
  border-top: 1px solid #000000;
}

.single-counter {
  background-color: rgba(3, 131, 255, 0.3);
  border: 3px solid #fff;
}

.single-counter i {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
}

.single-counter h2 {
  color: #ffffff;
}

.single-counter p {
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .banner-area {
    background: url(../img/banner_mob.png) center/cover no-repeat !important;
  }
}

@media screen and (min-width: 992px) {
  .banner-area {
    background: url(../img/banner.png) center/cover no-repeat !important;
  }
}

@media screen and (min-width: 991px) and (max-width: 1025px) {
  .cstm_header .navbar-area .desktop-nav .navbar .navbar-brand img {
    width: 130px;
  }
  .navbar-area .desktop-nav .navbar .navbar-nav .nav-item a {
    font-size: 15px;
    margin: 0 5px;
  }
}

@media screen and (max-width: 991px) {
  .mobile-nav .logo {
    width: 45px;
  }
  .cstm_footer .single-footer-widget .address {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cstm_footer .single-footer-widget .address li {
    margin-right: unset;
  }
  .banner-area {
    height: 70vh;
    min-height: 680px;
    padding: 200px 0 150px;
    background-attachment: unset;
  }
  .banner-area::before {
    opacity: 0;
  }
  /* .banner-area div {
  background-position: 70% !important;
} */
}

@media screen and (min-width: 991px) {
  .cstm_footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
}

@media screen and (max-width: 767px) {
  .banner-area {
    height: 70vh;
    min-height: 680px;
    padding: 200px 0 150px;
    background-attachment: unset;
  }
  .banner-area::before {
    opacity: 0;
  }
  /* .banner-area div {
    background-position: 70% !important;
  } */
}
