*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
html,body{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif !important;
}
.navbar-brand img{
    width: 220px !important;
    height: 70px !important;
}

.nav-link{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif !important;
    font-size: 1.1em !important;
    font-weight: 500 !important;
    color: black !important;
}
.nav-link .active{
  background: #59b35c;
}
.nav-link:hover{
  color: #fff !important;
  /* text-decoration: underline; */
  background-color: #59b35c;
}

.text-muted{
  text-align: justify;
  font-weight: 600;
  color: #000 !important;
  font-size: .7em;
}
.contact_text{
  font-size: 1.3em !important;
  font-weight: 500 !important;
}
h1{
  /* color: #fff; */
  font-weight: 700;
}
h5{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif !important;
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    color: black;
}
h6{
  display:flex;
  justify-content: center;
  align-items: center;
  background: #59b35c;
  color: white;
  width: 50%;
  font-size: 3em;
  margin: auto;
  text-transform: uppercase;
}
.carousel-control-next-icon {
  background-color: #59b35c;
  padding:35px;
}
.carousel-control-prev-icon {
  background-color: #59b35c;
  padding:35px;
}
.vv img{
    transition:all 0.3s ease;
    cursor:pointer;	
    }
    .vv img:hover{
    opacity:0.8;	
    box-shadow: 0px 0px 5px 8px rgba(0,0,0,0.08);
    }

    h2 {
        text-align: center;
        color: #000;
        font-size: 30px;
        font-family:Audiowide;
        font-weight: 700;
        text-transform: uppercase;
      }
      .img-area{
        width: 100%;
        margin: 2% auto;
      }
      
      .single-img {
        position: relative;
        width: 100%;
        float: left;
        margin: 0 1%;
      }
      
      .image {
        display: block;
        width: 100%;
        height: auto;
      }
      
      .img-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #59b35c;
        overflow: hidden;
        width: 50%;
        height: 0;
        transition: .5s ease;
      }
      
      .single-img:hover .img-overlay {
        height: 100%;
      }
      
      .text {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #fff;
        text-align: center;
        font-size: 20px;
        font-family: poppins;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: bold;
      }
      .text span{
        font-weight: 300;
      }
      .contact-form-wrapper {
        padding: 100px 0;
      }
      
      .contact-form {
        padding: 30px 40px;
        background-color: #ffffff;
        border-radius: 12px;
        max-width: 600px;
      }
      
      .contact-form textarea {
        resize: none;
      }
      
      .contact-form .form-input,
      .form-text-area {
        background-color: #f0f4f5;
        height: 50px;
        padding-left: 16px;
      }
      
      .contact-form .form-text-area {
        background-color: #f0f4f5;
        height: auto;
        padding-left: 16px;
      }
      
      .contact-form .form-control::placeholder {
        color: #aeb4b9;
        font-weight: 500;
        opacity: 1;
      }
      
      .contact-form .form-control:-ms-input-placeholder {
        color: #aeb4b9;
        font-weight: 500;
      }
      
      .contact-form .form-control::-ms-input-placeholder {
        color: #aeb4b9;
        font-weight: 500;
      }
      
      .contact-form .form-control:focus {
        border-color: #fff;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #59b35c;
      }
      
      .contact-form .title {
        text-align: center;
        font-size: 24px;
        font-weight: 500;
      }
      
      .contact-form .description {
        color: #aeb4b9;
        font-size: 14px;
        text-align: center;
      }
      
      .contact-form .submit-button-wrapper {
        text-align: center;
      }
      
      .contact-form .submit-button-wrapper input {
        border: none;
        border-radius: 4px;
        background-color: #59b35c;
        color: white;
        text-transform: uppercase;
        padding: 10px 60px;
        font-weight: 500;
        letter-spacing: 2px;
        border-radius: 20px;
      }
      
      .contact-form .submit-button-wrapper input:hover {
        background-color: #59b35c;
      }
      ul {
        margin: 0px;
        padding: 0px;
    }
    .footer-section {
      background: #151414;
      position: relative;
    }
    .footer-cta {
      border-bottom: 1px solid #373636;
    }
    .single-cta i {
      color: #59b35c;
      font-size: 30px;
      float: left;
      margin-top: 8px;
    }
    .cta-text {
      padding-left: 15px;
      display: inline-block;
    }
    .cta-text h4 {
      color: #fff;
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 2px;
    }
    .cta-text span {
      color: #fff;
      font-size: 15px;
    }
    .footer-content {
      position: relative;
      z-index: 2;
    }
    .footer-pattern img {
      position: absolute;
      top: 0;
      left: 0;
      height: 330px;
      background-size: cover;
      background-position: 100% 100%;
    }
    .footer-logo {
      margin-bottom: 30px;
    }
    .footer-logo img {
        max-width: 200px;
    }
    .footer-text p {
      margin-bottom: 14px;
      font-size: 14px;
          color: #fff;
      line-height: 28px;
    }
    .footer-social-icon span {
      color: #fff;
      display: block;
      font-size: 20px;
      font-weight: 700;
      font-family: 'Poppins', sans-serif;
      margin-bottom: 20px;
    }
    .footer-social-icon a {
      color: #fff;
      font-size: 16px;
      margin-right: 15px;
    }
    .footer-social-icon i {
      height: 40px;
      width: 40px;
      text-align: center;
      line-height: 38px;
      border-radius: 50%;
    }
    .facebook-bg{
      background: #3B5998;
    }
    .twitter-bg{
      background: #55ACEE;
    }
    .google-bg{
      background: #DD4B39;
    }
    .footer-widget-heading h3 {
      color: #fff;
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 40px;
      position: relative;
    }
    .footer-widget-heading h3::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: -15px;
      height: 2px;
      width: 50px;
      background: #59b35c;
    }
    .footer-widget ul li {
      display: inline-block;
      float: left;
      width: 50%;
      margin-bottom: 12px;
    }
    .footer-widget ul li a:hover{
      color: #59b35c;
    }
    .footer-widget ul li a {
      color: #fff;
      text-transform: capitalize;
      text-decoration: none;
    }
    .subscribe-form {
      position: relative;
      overflow: hidden;
    }
    .subscribe-form input {
      width: 100%;
      padding: 14px 28px;
      background: #000;
      border: 1px solid #2E2E2E;
      color: #fff;
    }
    .subscribe-form button {
        position: absolute;
        right: 0;
        background: #59b35c;
        padding: 13px 20px;
        border: 1px solid #59b35c;
        top: 0;
    }
    .subscribe-form button i {
      color: #fff;
      font-size: 22px;
      transform: rotate(-6deg);
    }
    .copyright-area{
      background: #202020;
      padding: 25px 0;
    }
    .copyright-text p {
      margin: 0;
      font-size: 14px;
      color: #fff;
    }
    .copyright-text p a{
      color: #59b35c;
      text-decoration: none;
    }
    .footer-menu li {
      display: inline-block;
      margin-left: 20px;
      text-decoration: none;
    }
    .footer-menu li:hover a{
      color: #59b35c;
    }
    .footer-menu li a {
      font-size: 14px;
      color: #fff;
      text-decoration: none;
    }
    .reveal{
      position: relative;
      transform: translateY(150px);
      opacity: 0;
      transition: 1s all ease;
    }
    
    .reveal.active{
      transform: translateY(0);
      opacity: 1;
    }
    .card{
      --bs-card-border-color:none !important;
    }
    .about_img{
      border-radius: 3px;
      background-size: cover;
      width:100%;
    }
    .gallery-block.grid-gallery{
      padding-bottom: 60px;
      padding-top: 60px;
    }
    
    .gallery-block.grid-gallery .heading{
        margin-bottom: 50px;
        text-align: center;
    }
    
    .gallery-block.grid-gallery .heading h2{
        font-weight: bold;
        font-size: 1.4rem;
        text-transform: uppercase;
    }
    
    .gallery-block.grid-gallery a:hover{
      opacity: 0.8;
    }
    
    .gallery-block.grid-gallery .item img{
      box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
      transition: 0.4s;
    }
    
    .gallery-block.grid-gallery .item{
      margin-bottom: 20px;
    }
    
    /* @media (min-width: 576px) {
    
      .gallery-block.grid-gallery .scale-on-hover:hover{
        transform: scale(1.05);
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
      }
    }
    
    img {
      -webkit-filter: sepia(0.7);
      -webkit-filter: hue-rotate(210deg) saturate(10);
    } */

    .contact-image {
      height:170px;
      width:100%;
      background-size:cover;
    }
    .btn-warning {
      background-color: #59b35c !important;
      border-color: #3B5998 !important;
    }

    .right_conatct_social_icon{
     background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
}
.contact_us{
    background-color: #f1f1f1;
    padding: 120px 0px;
}

.contact_inner{
    background-color: #fff;
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 25px;
}
.contact_field{
    padding: 60px 340px 90px 100px;
}
.right_conatct_social_icon{
    height: 100%;
}

.contact_field h3{
   color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px
}
.contact_field p{
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}
.contact_field .form-control{
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
}
.contact_field .form-control:focus{
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #1325e8;
}
.contact_field .form-control::placeholder{
    font-size: 13px;
    letter-spacing: 1px;
}

.contact_info_sec {
    position: absolute;
    background-color: #2d2d2d;
    right: 1px;
    top: 18%;
    height: 340px;
    width: 340px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
}
.contact_info_sec h4{
    letter-spacing: 1px;
    padding-bottom: 15px;
}

.info_single{
    margin: 30px 0px;
}
.info_single i{
    margin-right: 15px;
}
.info_single span{
    font-size: 14px;
    letter-spacing: 1px;
}

button.contact_form_submit {
    background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
    border: none;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
}
.socil_item_inner li{
    list-style: none;
}
.socil_item_inner li a{
    color: #fff;
    margin: 0px 15px;
    font-size: 14px;
}
.socil_item_inner{
    padding-bottom: 10px;
}

.map_sec{
    padding: 50px 0px;
}
.map_inner h4, .map_inner p{
    color: #000;
    text-align: center
}
.map_inner p{
    font-size: 13px;
}
.map_bind{
   margin-top: 50px;
    border-radius: 30px;
    overflow: hidden;
}