body{
    font-family: "Jost", serif;
    margin: 0px;
    padding: 0px;
    font-size: 16px!important;
    color:#2F3645;
    overflow-x: hidden!important;
}
.hero-section{
   padding: 70px 0px;
  
}
.hero-heading{
    font-size: 6vh;
    line-height: 60px;
}
.hero-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../img/bg-3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    z-index: -1;
}
.heros-section-form{
    display: flex;
    justify-content: center;
    align-items: center;

}
.hero-section-cont{
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    box-shadow: 0px 0px 5px #dcdc;
    background-color: #fff;
}
.price-section{
    
    background-image: url("../img/bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
   
    padding-bottom: 50px;
}
.pricing-heading{
    color:#fff
}
.price-items{
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}
.price-container{
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #dcdc;
    width: 200px;
    margin: 0px 15px;
    text-align: center;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    text-transform:capitalize;
}

.price-container p{
    margin-bottom: 0px!important;
}
.price-tab li button{
    border: 1px solid #dcdc !important;
    background-color: #ffff !important;
    color: #333 !important;
    margin: 0px 10px;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
}
.submit-btn{
    background-color: #76B947;
    color:#fff
}
.btn-img{
    mix-blend-mode: multiply;
}
.bounce {
 
    animation: key1 .6s ease infinite alternate;
  }
  @keyframes key1{
    0% {transform: translateY(0px);}
    100% {transform: translateY(-10px);}
  }
  .hero-section-cont h4{
    color:#76B947
  }
  .services-box{
    box-shadow: 0px 0px 5px #dcdcdc;
    border-radius: 10px;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 20px;
  }
  .btn-know{
    background-color:#defcc9;
    color:#52842f;
    padding: 5px 20px;
    border-radius: 20px;
    border:none
  }
  .btn-enqurie{
    background-color:rgba(240, 240, 240, 0.8) ;
    color:#5a5a5a;
    border:none;
    padding: 5px 20px;
    border-radius: 20px;

  }

  .btn-know:hover{
    background-color:#52842f;;
    color:#defcc9;
    padding: 5px 20px;
    border-radius: 20px;
    border:none
  }
  .btn-enqurie:hover{
    background-color: #5a5a5a;
    color:rgba(240, 240, 240, 0.8);
    border:none;
    padding: 5px 20px;
    border-radius: 20px;

  }
  .services-img{
    border-radius: 20px;
    overflow: hidden;
    height: 200px;
    width: 100%;
    margin-bottom: 20px;
  }
  .about-section{
    padding: 70px 0px;
  }
  .footer-section {
    background: #151414;
    position: relative;
  }
  .footer-cta {
    border-bottom: 1px solid #373636;
  }
  .single-cta i {
    color: #ff5e14;
    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: #757575;
    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: #7e7e7e;
    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: #76B947;
  }
  .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: #76B947;
  }
  .footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
  }
  .footer-widget ul li a:hover{
    color: #76B947;
  }
  .footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
    text-decoration: none;
  }
  .subscribe-form {
    position: relative;
    overflow: hidden;
  }
  .subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
  }
  .subscribe-form button {
      position: absolute;
      right: 0;
      background: #76B947;
      padding: 13px 20px;
      border: 1px solid #76B947;
      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: #878787;
  }
  .copyright-text p a{
    color: #76B947;
  }
  .footer-menu li {
    display: inline-block;
    margin-left: 20px;
  }
  .footer-menu li:hover a{
    color: #76B947;
  }
  .footer-menu li a {
    font-size: 14px;
    color: #878787;
  }

  .logogrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-auto-rows: 75px;
    grid-gap: 4rem;
  }
  .logogrid__item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .logogrid__img {
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 120px;
    max-height: 60px;
    filter: grayscale(100%) contrast(25%);
    transition: filter 0.3s ease;
  }
  .logogrid__img:hover {
    filter: grayscale(0) contrast(100%);
  }
  
.align-text{
    align-items: flex-start;
    display: flex
;
}
.Contact-section{
    padding: 60px 0px;
}