body {
  overflow-x: hidden;
  font-family: "poppins", sans-serif;
  background-color: #f3f3f4;
}

.logo {
  max-width: 100%;
  height: 100%;
}

.banner {
  display: flex !important;
  align-items: center;
}

.banner-start h3 {
  display: inline-block;
}

.banner-start i {
  padding: 0 6px;
}

.container-size {
  width: 31.3rem;
}

.dropdown-toggle::after {
  display: none;
}

#nav-height {
  line-height: 2.5 !important;
}

.navbar .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  color: white !important;
}

.navbar .nav-link:hover {
  color: #007bff !important;
}

.navbar .nav-item .active {
  border-left: #444 3px solid;
}

.carousel-item {
  height: 500px;
}

.carousel-image-1 {
  background: url("../../img/goge.jpg");
  background-size: cover;
}

.carousel-image-2 {
  background: url("../../img/shipping.jpg");
  background-size: cover;
}

.carousel-image-3 {
  background: url("../../img/vault.jpg");
  background-size: cover;
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.4);
  padding: 20px;
  border-radius: 10px;
}



#home-heading {
  position: relative;
  min-height: 200px;
  background: url("../../img/lights.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.bg-color {
  background-color: rgb(234, 238, 238) !important;
}

/* The counter in the index page */
.counter-count {
  font-size: 50px;
  position: relative;
  color: #dc3545;
  text-align: center;
  line-height: 92px;
  width: 92px;
  height: 92px;
  display: inline-block;
}

.clients-p,
.safe-p,
.years-p {
  font-size: 20px;
  color: #000000;
  line-height: 34px;
}

/* ABout page */

#page-header {
  height: 200px;
  background: url("../../img/security1.jpg");
  background-position: 0 -360px;
  background-attachment: fixed;
  color: #fff;
  border-bottom: 1px #eee solid;
  padding-top: 50px;
}

.about-img {
  margin-top: 40px;
}

/* Services */

#faq .card {
  border: #444;
}

#faq a {
  color: #fff;
  text-decoration: none;
}

#faq .card-body,
#faq .card-header {
  background: #333;
}
#main-footer {
  background: #000000 !important;
  color: white;
}


.gallery-size {
    object-fit: cover;
    width: 100%;
    height: 250px;
    transition: transform 0.3s ease-in-out;
}

.gallery-size:hover {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .gallery-size {
        height: 200px;
    }


@media (max-width: 576px) {
    .gallery-size {
        height: 160px;
    }


        @media (max-width: 576px) {
            .logo {
                max-height: 40px !important;
            }
    
            .sticky-top {
                font-size: 0.9rem;
            }
        

  }