.innerpage-titleV1-area {
    padding: 150px 0px 30px;
}
.contactV3 {
    position: relative;
    padding: 30px 0px 0px;
}
.ordered-table-data input.placeorder-btn, .newsletter-box form.nl-form input.nl-btn, .cf-btn{
  background-color:#5D9C59;
  border-color:#5D9C59
}
.ordered-table-data input.placeorder-btn:hover, a.btn-style-e:hover, .newsletter-box form.nl-form input.nl-btn, .cf-btn:hover{
  background-color:#9DC39B;
  border-color:#9DC39B
}
textarea:focus, input:focus{
  border-color:#9DC39B !important
}
.c-info{
  background-image: -webkit-linear-gradient(-162deg, #9DC39B 2%, #7DAF7A 48%, #5D9C59 100%);
  background-image: -ms-linear-gradient(-162deg, #00c3ff 2%, #028aef 48%, #0351df 100%);
  box-shadow: 13.545px 17.336px 49.68px 4.32px rgb(149 251 254 / 72%);
}
.cinfo-single h5 {
    color: #fff;
}
.single-pricingV1 .sp-head h4{
  color: #5D9C59;
}

.single-pricingV1 .sp-head {
    text-align: right;
}
ul.qnikoMenu li a:hover, .fa-check, .fa-download, .fa-angle-up, .accordion .card .card-header:not(.collapsed) h5 i.fa.fa-angle-up{
  color: #5D9C59;
}

.innerpage-titleV1-area:before {
  height: 620px;
  top: 0;
  left: 0;
  background-image: url(../img/bg/bg2.jpg) !important;
  background-size: cover;
  z-index: 0;
  animation:none;
}
.innerpage-titleV1-area:after {
  height: 620px;
  width: 100%;
  bottom: 0;
  right: 0;
  background-image: url(../img/bg/bg2.jpg) !important;
  background-size: cover;
  animation:none;
}
div#preloader {
  background: #fff url("../img/loading1.gif") no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999; }

  .service2-area {
    position: relative;
    background-color: #9dc39b66;
    padding: 40px 0px 50px;
}



@media only screen and (max-width: 767px) {
  .about-page-text-area {
      padding-top: 10px;
  }
}
@media only screen and (max-width: 599px) {
  .innerpage-titleV1-area {
      padding: 150px 0px 30px;
  }
}

@media only screen and (max-width: 599px) {
    .hero-area {
        padding: 120px 0 !important;
    }
}

/* text background */
.carousel-caption {color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(93, 156, 89, 0.7);
    padding: 20px;
    color: #fff;
    text-align: center;
}

.carousel-caption h2 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.carousel-caption p {
    font-size: 1.2rem;
    margin-bottom: 0;
    color: #000;
}

@media (max-width: 767px) {
    .carousel-caption {
        padding: 0px;
    }

    .carousel-caption h2 {
        font-size: 1.5rem;
    }

    .carousel-caption p {
        font-size: 1rem;
    }
    .d-none {
        display: block !important;
    }
}

.nav-brand a {
    margin-left: 20px;
}

@media (max-width: 767px) {
    .nav-brand.right a img {
        width: 100px;
    }

    .nav-brand.left a img {
        width: 130px; /* Left image width on mobile */
    }
}

/* box detail */
.sp-bottom {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.btn-style-e {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: background-color 0.3s;
    flex: 1 1 calc(33.33% - 20px);
    box-sizing: border-box;
}

.btn-style-e img {
    margin-right: 8px;
    width: 50px;
    height: 50px;
}

.btn-style-e:hover {
    background-color: #fff;
}

@media (max-width: 768px) {
    .btn-style-e {
        flex: 1 1 100%;
    }
}


.click_here{cursor: pointer; text-decoration: underline !important; color: #00c3ff !important;}

.innerpage-titleV1-area {
    background-color: #d5ecf2 !important;
}
