* {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;

}

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

a {
  text-decoration: none;
}

.section_space {
  padding: 80px 0px;
}

.top-bar {
  background-color: #3787c3;
  color: #fff;
  padding: 10px 0;
}

.top-bar .contact-info1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.top-bar .contact-info2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-bar .contact-info .phone,
.top-bar .contact-info .email {
  margin-right: 20px;
}

.top-bar .contact-info .phone a,
.top-bar .contact-info .email a {
  color: #fff;
}

.top-bar .social-icons a {
  color: #fff;
  margin-left: 10px;
}


.navbar-nav {
  width: 100% !important;
  justify-content: flex-end !important;
}

.navbar-expand-lg .navbar-nav a {
  font-weight: 500;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  background-size: cover;
  background-position: center;
}

.slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.slide-content h2 {
  font-size: 2.5em;
  margin-bottom: 10px;
}

.slide-content p {
  font-size: 1.2em;
}

.carousel-caption {
  top: 16.25rem;
}

.carousel-caption h1 {
  font-weight: 600;
  font-size: 55px;
}

.carousel-caption p {
  font-weight: 400;
  font-size: 20px;
}

.carousel-inner .carousel-item::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(20, 25, 29, 0.4);
}

h2 {
  color: #3787c3;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 43px;
  line-height: 57px;
}

p {
  font-size: 15px;
  line-height: 26px;
}

.service_sec .card {
  border-radius: 0px;
  border-color: #3787c3;
  padding: 30px;
}

.service_sec .card img {
  border-radius: 0px;
  width: 64px;
  height: 64px;
  margin: 0px auto;
}

.service_sec .card h5 {
  font-weight: 600;
}

.service_sec .card p {
  font-size: 16px;
  color: #636363;
}

.footer {
  background-color: #3787c3;
  color: #fff;
}

.footer .footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/*.footer .footer-content .footer-column {
  width: 25%;
}*/

.footer .footer-content .footer-column h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

.footer .footer-content .footer-column ul {
  list-style-type: none;
  padding: 0;
}

.footer .footer-content .footer-column ul li {
  margin-bottom: 10px;
  font-size: 15px;
}

.footer .social-icons a {
  color: #fff;
  padding: 0px 5px;
}

.menu-links ul li a {
  color: #fff;
}

.fcontact-info ul li a {
  color: #fff;
}

.btn_rv button {
  border: none;
  outline: none;
  border-radius: 5px;
  background: none;
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #3787c3;
  box-shadow: 0px 18px 30px 0px rgba(100, 159, 205, 0.36);
  margin-top: 10px;
}

.gallery {
  padding: 40px 0;
}

.gallery .gallery-item img {
  width: 100%;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

.gallery .gallery-item img:hover {
  transform: scale(1.05);
}

.navbar-brand img {
  width: 60px;
}

.gallery_box {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top;
}

.gallery_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.breadcrumb_bg {
  background-color: #3787c3;
}

.breadcrumb_bg h1 {
  color: #fff;
}

.contact_sec h2 {
  font-size: 32px;
}

.contact_sec form input {
  border-radius: 0px;
}
.contact_info_detail  p a{
  color: #212529 !important;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .top-bar {
    display: none;
  }

  .navbar-brand img {
    width: 40px;
  }

  .navbar-toggler {
    background-color: #3787c3;
    border-color: #3787c3;
    border-radius: 0px;
    padding: 2px 4px;
  }

  .navbar-toggler-icon {
    color: #fff;
  }

  .carousel-caption {
    top: 0.75rem;
  }

  .carousel-caption h1 {
    font-size: 26px;

  }

  .carousel-caption p {
    font-size: 14px;
  }

  .section_space {
    padding: 50px 0px;
  }

  h2 {
    font-size: 28px;
  }

  p {
    font-size: 14px;
  }

  .btn_rv button {
    margin-bottom: 20px;
  }

  .service_sec .card {
    margin-bottom: 30px;
  }

  .gallery_box {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }

  .contact_sec h2 {
    font-size: 24px;
  }

  iframe {
    width: 100%;
  }
}