html,
body {
  overflow-x: hidden;
}
html{
  scroll-padding-top: 70px;
  scroll-behavior: smooth;
}
body {
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.5px;
  font-size: 16px;
  text-align: justify;
  word-spacing: -3px;
}
* p{
  color: #574242;
}


@media screen and (max-width: 768px) {
  .body_content {
    padding: 0px 16px 0px 16px;
  }
}


/* Custom Navbar Toggle Styles */
.navbar-toggler {
  border: none;
  background: transparent;
  padding: 0;
  width: 32px;
  height: 24px;
  position: relative;
}

.navbar-toggler .bar {
  width: 100%;
  height: 2px;
  background-color: #fff;
  /* Replace with your desired toggle color */
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.navbar-toggler .bar:before,
.navbar-toggler .bar:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fff;
  /* Replace with your desired toggle color */
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}

.navbar-toggler .bar:before {
  top: -8px;
}

.navbar-toggler .bar:after {
  bottom: -8px;
}

.navbar-toggler.active .bar {
  transform: rotate(45deg);
}

.navbar-toggler.active .bar:before {
  transform: rotate(90deg) translateX(6px);
}

.navbar-toggler.active .bar:after {
  transform: rotate(90deg) translateX(-6px);
}

@media only screen and (min-width: 1px) and (max-width: 992px) {
  .infra_logo {
    display: none;
  }
  .patch_heading{
    font-size: 19px !important;
  }
}




.header_link ul li a {
  color: white !important;
  font-size: 19px;
}

.header_bg {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}

.navbar-toggler .navbar-toggler-icon {
  color: white !important;
}

.navbar-collapse {
  flex-grow: 0;
}

.main_heading {
  font-size: 2.1rem;
  font-weight: 500;
  color: #b39151;
  padding-bottom: 20px;
}

.small_heading {
  font-size: 1.3rem;
  font-weight: 500;
  color: #b39151;
  padding-bottom: 10px;
}

.patch_heading {
  font-size: 1.9rem;
}


.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider_padding {
  padding-top: 120px !important;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

* img {
  width: 100%;
}

.card {
  border: none;
  background-color: transparent !important;
}

.section_padding {
  padding-top: 40px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(186 161 112 / 44%);
}

.enquire-btns {
  
  background-color: #10242e;
  color: white;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
 
  border-radius: 4px;
}

.enquire-btn {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #10242e;
  color: white;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
 
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .enquire-btn {
      margin-top: 10px;
  }
}

.enquire-btn-text {
  position: absolute;
  top: 60%;
  left: 50%;
  font-size: 2.5rem;
  font-weight: 600;
  transform: translate(-50%, -50%);
  color: white;
  
}


@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding:19px;
}

/* CSS code for responsiveness */
.responsive-heading {
  font-size: 24px; /* Default font size for the heading */
}

/* Media query for smaller screens */
@media screen and (max-width: 768px) {
  .responsive-heading {
      font-size: 18px; /* Adjust the font size for smaller screens */
  }
}

.gallery-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Styles for the gallery images */
.gallery-slide {
  width: 100%;
  height: auto;
}

/* Styles for the next and previous buttons */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  font-size: 24px;
  cursor: pointer;
  background-color: #333;
  color: #fff;
  padding: 5px;
  border: none;
}


.navbar .text-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.navbar-toggler {
  position: absolute;
  top: 50px;
  right: 30px;
}


/* Add space between slide images */
.slick-slide {
  margin: 0 10px;
  /* Adjust the value to control the spacing */
}

/* Hide navigation dots on smaller screens */
@media (max-width: 768px) {
  .slick-dots {
    display: none;
  }
  .mobile_none{
    display: none;
  }
}

.inquire_patch {
  background-color: #bba071;

}

@media only screen and (min-width: 699px) and (max-width: 400000px) {
  .inquire_patch {
    padding: 47px 0px 1px 10px;
  }
  .desktop-padding-enquire{
    padding-top: 4px;
  }
  .about_para_padding{
    padding-top: 60px;
  }
  .community_icons_width img{
    width: 120px;
  }
}

@media only screen and (min-width: 1px) and (max-width: 699px) {
  .inquire_patch {
    padding-top: 35px;
  }
  .community_icons_width img{
    width: 90px;
  }
}


.open_form {
  padding: 30px 80px 30px 80px;
  background-color: #a3d1a369;
}

.row_contact_section {
  padding-right: calc(var(--bs-gutter-x) * -0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * -.5) !important;
}

.footer_link a {
  text-decoration: none;
  color: black
}

.footer_bg {
  background-color: rgb(214, 213, 213);
}

.header_bg {
  background-color: #10242e !important;
}

.footer_linkss h5,
a,
hr {
  color: white !important;
}

.footer_text {
  color: white !important;
}
.copyright_padding{
  padding: 14px 32px 5px 4px;
}

@media only screen and (min-width: 1050px) and (max-width: 2600px) {

  .container_community,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 934px !important;
  }
}


.curser-pointer {
  cursor: pointer;
}
@media only screen and (min-width: 1px) and (max-width: 699px) {
  .desktop_centered_img {
    display: none !important;
  }
  .desktop_view_center_div{
    display: none !important;
  }
}
@media only screen and (min-width: 699px) and (max-width: 699999px) {
  .mobile_centered_img {
    display: none !important;
  }
  .mobile_view_center_div{
    display: none !important;
  }
}

@media only screen and (min-width: 700px) and (max-width: 699999px) {
  .youtube_vid_responsive {
    height:550px;
    width:100%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 700px) {
  .youtube_vid_responsive {
    height:400px;
    width:100%;
  }
  .community_txt h5{
    font-size: 17px !important;
  }
  
}
@media only screen and (min-width: 1000px) and (max-width: 70220px) {
  .community_bg{
    background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media only screen and (min-width: 1px) and (max-width: 699px) {
  .site-vist-mobile-img{
    display: none;
  }
  .thankyou{
      padding-top:70px;
  }
}
.btn_color{
    background-color: #10242e;
    color: white;
    
}
.hover_bg:hover{
    border: 1px solid #10242e;
}













/*SIDEBAR CONTACT FORM STARTS*/
.sidebar-contact {
  position: fixed;
  top: 68%;
  left: -352px;
  transform: translateY(-50%);
  width: 350px;
  height: auto;
  padding: 40px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
  box-sizing: border-box;
  transition: 0.5s;
  z-index: 2;
}





.sidebar-contact.active {
  left: 0;
}

.sidebar-contact input,
.sidebar-contact textarea,
.sidebar-contact select {
  width: 100%;
  height: 36px;
  padding: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, .5);
  outline: none;
}

.sidebar-contact select {
  color: #686464 !important;
}

.sidebar-contact textarea {
  height: 60px;
  resize: none;
}

.sidebar-contact select {
  height: 40px;
  border-radius: none;
}

.sidebar-contact input[type="submit"] {
  background: #004581;
  color: #fff;
  cursor: pointer;
  border: none;
  font-size: 18px;
}

.toggle {
  position: absolute;
  height: 114px;
  width: 48px;
  text-align: center;
  cursor: pointer;
  background: #10242e;
  top: 0;
  right: -48px;
  line-height: 48px;
}

.toggle:before {
  content: 'Brochure';
  font-size: 18px;
  color: #fff;
  float: left;
  letter-spacing: 1px;
  writing-mode: vertical-lr;
  padding-top: 17px;
}

.toggle.active:before {
  content: 'CLOSE';
}

@media(max-width:768px) {
  .sidebar-contact {
    width: 100%;
    height: 100%;
    left: -100%;
  }

  .sidebar-contact .toggle {
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
  }

  .sidebar-contact.active .toggle {
    top: 0;
    right: 0;
    transform: translateY(0);
  }

  .scroll {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }

  /* .content {
      padding: 50px 50px;
  } */
}

/* SIDEBAR CONTACT BUTTON ENDS */





















