body {
  font-family: 'Overpass', sans-serif;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background: #272727;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 20px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

/*--------------------------------------------------------------
# scroll top
--------------------------------------------------------------*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 15px;
  font-weight: bold;
  border: none;
  outline: none;
  background-color: #B80F0A;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  color: #30373E;
}

span {
  color: #B80F0A;
  font-size: 25px;
  font-weight: 800;
  line-height: 26px;
}

.common-spacing {
  padding-left: 150px;
  padding-right: 150px;
}

.common-padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

h2 {
  font-size: 30px;
  font-weight: 700;
}

h3 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 1rem;
}

h4 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h5 {
  font-size: 20px;
  font-weight: 700;
}

h6 {
  font-size: 18px;
  font-weight: 600;
}

p {
  color: #7D7D7D;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 10px;
}

button {
  border: 1px solid #272727;
  font-size: 16px;
  padding: 10px 20px;
  background-color: transparent;
  color: #B80F0A;
  font-weight: 500;
}

button:hover {
  border: none;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #B80F0A;
  color: #fff;
  font-weight: 500;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1 !important;
}

@media(max-width:1500px) {
  .common-spacing {
    padding-right: 70px;
    padding-left: 70px;
  }
}

@media(max-width:1200px) {
  .common-spacing {
    padding-right: 50px;
    padding-left: 50px;
  }

  .header-wrapper .navbar .nav-link {
    padding-right: 15px !important;
  }

  .common-wrapper {
    height: 400px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 16px;
  }

  .contact-box {
    height: 550px;
  }

  .contact-box-2 {
    height: 550px;
  }
}

@media(max-width:992px) {
  .common-spacing {
    padding-right: 20px;
    padding-left: 20px;
  }

}

@media(max-width:768px) {
  .common-padding {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  h2 {
    font-size: 20px !important;
  }

  h3 {
    font-size: 18px !important;
  }

  .social-menu {
    justify-content: center;
  }

  .social-menu-1 {
    display: block;
    text-align: center;
  }
  .about-wrapper p {
    max-width: 100%!important;
}
}

@media(max-width:577px) {
  .common-padding {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  h1 {
    font-size: 25px !important;
  }

  h4 {
    font-size: 18px;
  }

  p {
    font-size: 14px !important;
  }

  .gallery-content {
    display: block;
  }

  .common-wrapper {
    height: 300px;
  }

  .page-link {
    padding: 10px;
  }

  .slick-prev {
    left: -15px;
  }

  .slick-next {
    right: -15px;
  }

  span {
    font-size: 16px;
  }

  .footer-menu ul li a {
    font-size: 14px;
  }

  .footer-menu p {
    font-size: 14px;
  }

  .common-content {
    top: 50%;
    text-align: center;
  }

  .social-menu li {
    padding-right: 0px;
  }

  .vision {
    max-width: 70%;
  }

  .mission {
    max-width: 70%;
  }

  .footer-menu ul li a {
    justify-content: center;
  }

  .footer-wrapper {
    text-align: center;
  }

  .contact-box {
    height: 500px;
  }

  .contact-box-2 {
    height: 500px;
  }

  .Advance-Slider .item {
    height: 70vh !important;
  }

}

@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }

  .dropdown .dropdown-menu {
    display: none;
  }

  .dropdown:hover .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}

@media screen and (max-width: 991px) {
  .dropdown-toggle.show::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}