.navbar-brand img{
    width: 60px;
    height: auto;
}
.full-width{
    width: 100%;
    height: auto;
}
.feature-item img{
    width: 50px;
    height: auto;
}
.subscribe{
    background-image: url(../img/subscribe.jpg);
    background-size: cover;
    background-position: center;
}
.brand-icon img{
    width: 150px;
    height: auto;
}
.blur-filter{
    backdrop-filter: blur(8px);
    background-color: rgb(255 255 255 / 30%);
}

.brand-gradient{
    background: #0091ff; /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #0091ff, #32cd4c); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #0091ff, #32cd4c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.banner-holder, .main-page-header{
    background-image: url(image/banner.jpg);
    background-size: cover;
    background-position: bottom;
}
.custom-nav{
    backdrop-filter: blur(8px);
}

/*======================================================*/
.my-5 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
}

.banner_heading, .banner_paragraph {
    text-shadow: 0 0 3px #003484;
}

/*=============================================*/

.testimonial{
  display: grid;
  place-items: center;
}
.section-header{
  position: relative;
  padding-bottom: 10px;
  text-align: center;
  /* font-weight: 600; */
  padding-bottom: 25px;
  color: #dc3545;

}
.section-header::after{
  content: "";
  height: 3px;
  width: 200px;
  position: absolute;
  bottom: 0;
  left: calc(50%-100px);
  background: #dc3545;
}
.section-header span{
  display: block;
  /* font-size: 15px; */
  font-weight: 300;
}
.testimonial{
  max-width: 1000px;
  padding: 0px 15px 50px;
  margin: 0 auto 80px auto;
}
.single-item{
  background: #fff;
  /* color: black; */
  padding: 15px;
  margin: 50px;
}
.profile{
  margin-bottom: 30px;
  text-align: center;
}
.img-area{
  margin: 0 15px 15px;
}
.img-area img{
  height: 200px;
  width: 200px;
  border-radius: 50%;
  border: 7px solid #dc3545;

}
/* .testimonial_content{
  font-size: 18px;

} */
/* .testimonial_content p{
  text-align: justify;
} */
.testimonial_content p span{
  /* font-size: 48px; */
  margin-right: 20px;
  color: #dc3545;
}
/*.bio h4{
  font-family: berkshire swash;
}*/
.carousel-control-next-icon,
.carousel-control-prev-icon{
  background-color: #dc3545;
}

/* ==========Gallery==============*/
.py-5.text-center.container {
  background-image: url(https://source.unsplash.com/1280x720/?building);
  background-size: cover;
  background-position: center;
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: right;
  text-align: center;
  padding: 0 20px;
  color: white;
  overflow: hidden;
}
img{
  width: 100%;
}

@media only screen and (min-width: 1400px) {
  .card-image{
        /* Set the height of the container */
    overflow: hidden;   /* Hide anything that goes beyond the container's height */
    display: block;
  }
  .whatsapp img{
    width: 250px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .card-image{
        /* Set the height of the container */
    overflow: hidden;   /* Hide anything that goes beyond the container's height */
    display: block;
  }
  .whatsapp img{
    width: 150px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .card-image{
         /* Set the height of the container */
    overflow: hidden;   /* Hide anything that goes beyond the container's height */
    display: block;
  }
  .whatsapp img{
    width: 150px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .card-image{
         /* Set the height of the container */
    overflow: hidden;   /* Hide anything that goes beyond the container's height */
    display: block;
  }
  .whatsapp img{
    width: 150px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .card-image{
          /* Set the height of the container */
    overflow: hidden;   /* Hide anything that goes beyond the container's height */
    display: block;
  }
  .whatsapp img{
    width: 150px !important;
  }
}
@media only screen and (max-width: 575.98px) {
  .whatsapp img{
    width: 150px !important;
  }
  .service-logo-image {
    max-width: 30%;
}
}

/*=============Map==================*/
.map-responsive{
  overflow: hidden;
  padding-bottom: 56.25%;
  position:relative;
  height: 0;
}
.map-responsive iframe{
  left: 0;
  top: 0;
  border: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.scancode img{
  width: 50% !important;
}
.whatsapp{
  position: fixed;
  bottom: 20px;
  right: 20px;
}

  