/*banner S*/


.vs_bnr_sldr .item.vs_slide_item {
  width: 100%;

}

.vs_bnr_sldr.owl-theme .owl-item {
  /*display: flex;*/
}


.vs_bnr_sldr figure {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  overflow: hidden;
  position: relative;
}


.vs_bnr_sldr .vs_slide_item figure:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: linear-gradient(90deg, black 25%, #ffffff00 60%);
  opacity: 0.8;
  width: 100%;
  height: 100%;
}


.vs_bnr_sldr figure figcaption .vs_slide_text {
  padding-left: 20px;
  padding-top: 39px;
  position: relative;
  overflow: hidden;
  /*text-align: center;*/
}


.vs_bnr_sldr {
  position: relative;
}

.vs_bnr_sldr .owl-nav {
  display: none;
}

.vs_bnr_sldr .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 60px;
}

.vs_bnr_sldr .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: transparent;
  border: 3px solid #FFFFFF;
  transition: all 0.5s;
  border-radius: 50%;
}


.vs_bnr_sldr .owl-dot.active {
  background-color: #FFFFFF;
}


.vs_bnr_sldr figure figcaption h3 {
  font-size: calc(10px + 1vw);
  font-weight: 600;
  text-transform: uppercase;
}

.vs_bnr_sldr figure figcaption h2 {
  font-size: calc(10px + 3.2vw);
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.vs_bnr_sldr figure figcaption p {
  font-size: 15px;
}

.vs_bnr_sldr figure figcaption {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  color: #fff;
  width: 70%;
  left: 3%;

}

.vs_banner_slr figure {
  margin-bottom: 0;
}

.vs_bnr_sldr figure img {
  width: 100%;
}

.vs_slide_text form .form-select {
  border-radius: 50px;
  border: 0;
  padding: 8px 16px;
  font-size: 14px;
  color: #626262;
}


.vs_sdl_from {
  padding: 40px 20px;
  display: flex;
  width: auto;
  position: absolute;
  top: 50%;
  right: 3%;
  background-color: #ffffffb8;
  transform: translate(-00%, -50%);
}

.vs_sdl_from form {
  width: 100%;
}

.vs_sdl_from h1 {
  font-size: calc(10px + 0.8vw);
  color: #000;
  font-size: 20px;
}

.vs_sdl_from .form-control,
.vs_sdl_from .form-select {
  border-color: #ebebeb;
  padding: 8px 10px;
  height: 40px;
  font-size: 13px;
  border-radius: 0;
}

.vs_sdl_from form button {
  font-size: 15px;
  background-color: #8fc055;
  border: 0;
}

/*banner E*/



/*vs_all_banner s*/
.vs_all_banner img {
  /*height: 240px;*/
  object-fit: cover;
  width: 100%;
}

.vs_all_banner figure {
  margin-bottom: 0;
  position: relative;
  color: #fff;

}

/*.vs_all_banner figure:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  background: #0000008c;
  opacity: 0.5;

}*/

.vs_all_banner figcaption {
      position: absolute;
    bottom: 0;
    display: flex;
    color: #fff;
    justify-content: start;
    align-items: center;
    transform: translate(0px, -50%);
    width: auto;
    padding: 1px 10px;
    left: 5%;
}



.vs_all_banner figcaption h1 {
  font-size: calc(12px + 2.7vw);
  font-weight: 800;
  /*font-weight: 600;*/
}


/*vs_all_banner E*/

.vs_about_bg {
  background-color: #f1f0eb;
}

.vs_about_bg p {
  font-size: 15px;
  color: #817f7f;
  line-height: 2pc;
}


.vs_counter_bg {
  background-color: #f1f0eb;
  /*padding-block: 100px 50px;*/
  padding-top: calc(20px + 6vw);
  padding-bottom: calc(10px + 3vw);
}

.vs_counter_box {
  padding: 25px 35px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 10px #b1b1b1;
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(../img/home/counter_bg.jpg);
  background-size: cover;
}

.vs_counter_box h3 {
  font-size: calc(10px + 3vw);
  font-family: qq1;
}

.vs_counter_box h5 {
  font-size: calc(10px + 0.8vw);
  position: relative;
  padding-bottom: 10px;
  box-shadow: 0px 7px 8px -9px #ffffff;
}

.vs_counter_box p {
  font-size: 15px;
  color: #ffffff;
  padding-top: 10px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.vs_service_itme {
  text-align: center;
  box-shadow: 0 0 10px #efefef;
  padding: 20px;
  border-radius: 20px;
  width: 100%;
}

.vs_service_itme_icon {
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 10px #cbcbcb;
  width: 90px;
  height: 90px;
  margin: auto;
  padding: 10px;
}

.vs_service_itme h3 {
  font-size: 18px;
  /*font-weight: 600;*/
  /*letter-spacing: 1px;*/
  color: #404040;
  padding-top: 20px;
}

.vs_service_itme p {
  font-size: 13px;
  color: grey;
  line-height: 1.4pc;
}

.vs_service_itme h6 {
  color: #8fc055;
  text-shadow: 0 2px 2px #ababab;
}

.vs_service_box {
  position: relative;
}

.vs_service_box::before {
  background: rgba(255, 255, 255, 0.98) none repeat scroll 0 0;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 1;
  pointer-events: none;
}

.vs_service_box:hover:before {
  height: 100%;
  opacity: 0;
  transition-duration: 1.3s;
  width: 100%;
}

.vs_service_box::after {
  background: rgba(255, 255, 255, 0.98);
  bottom: 0;
  content: "";
  height: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  width: 0;
  pointer-events: none;
}

.vs_service_box:hover:after {
  height: 100%;
  opacity: 0;
  transition-duration: 1.3s;
  width: 100%;
}


.vs_service_bg {
  background-image: url("../img/home/product-srld-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.vs_service_box figure {
  position: relative;
  transition: all 0.5s;
}

.vs_service_box figcaption {
  background-color: #000;
  padding: 10px;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
}

.vs_service_box figure:hover figcaption {
  background-color: #8fc055;
  color: #000;
}

.vs_step_heading {
  text-align: center;
  background-color: #FFC107;
  border-radius: 50px;
  padding: 10px;
  font-size: calc(10px + 1rem);
  text-transform: uppercase;
  font-weight: 800;
  text-shadow: 1px 2px #f0ffde;
}

.vs_special img {
  height: 250px;
  width: 250px;
  transition: height 0.6s, width 0.6s;
  object-fit: cover;
  border-radius: 100%;
  border: 1px #e3e3e3 solid;
}

.vs_special {
  text-align: center;
  margin: auto;
  position: relative;
}

.vs_special figure {
  margin-bottom: 0;
}


.vs_special_ctn {
  background-color: #366000;
  width: 92%;
  height: 0;
  border-radius: 100%;
  transition: height 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vs_special_ctn h3 {
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 18px;
  padding: 10px;
}

.vs_special:hover .vs_special_ctn {
  height: 92%;
}

.vs_special:hover .vs_special_ctn h3 {
  opacity: 1;
}


/*<!-- Testimonial S -->*/
.vs_step_box figure {
  position: relative;
  text-align: center;
}

.vs_step_box figure figcaption {
  background-color: #3f7402;
  position: absolute;
  bottom: 0px;
  border-radius: 10px;
  border-bottom-right-radius: 60px;
  padding: 10px 38px;
  border-bottom-left-radius: 60px;
  text-align: center;
  width: 100%;
  color: #fff;
}

.vs_step_box figure figcaption p {
  font-size: 13px;
}

/*.vs_text_sldr{
  position: relative;
}*/
.vs_text_sldr .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  background-color: transparent;
  border: 0;
  font-size: 45px;
  color: #8fc055;
}

.vs_text_sldr .owl-nav button.owl-prev {
  left: 0;
}

.vs_text_sldr .owl-nav button.owl-next {
  right: 0;
}

.vs_text_sldr h3 {
  color: #444444;
  font-size: 17px;
}

.vs_text_icon i {
  color: #ffc107;
}

.vs_text_sldr p {
  font-size: 15px;
  color: #878787;
  padding-top: 10px;
  line-height: 2pc;
  letter-spacing: 0.5px;
}

.vs_text_sldr_img img {
  border-radius: 50%;
  padding: 3px;
  background-color: #e7e7e7;
  box-shadow: 0 0 10px #d5d5d5;
  width: 140px;
  height: 140px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*<!-- Testimonial E --> */


.vs_corporate {
  background-image: url(../img/home/corporate_img.jpg);
  padding-block: 75px;
  background-size: cover;
  background-attachment: fixed;
}

.vs_corporate_box {
  background-color: #f2f1ee;
  padding: 50px;
  box-shadow: 0px 0px 10px #000000ab;
  border-radius: 4px;
}


.vs_corporate_box p {
  font-size: 15px;
  color: #817f7f;
  line-height: 2pc;
}

.vs_form_bg {
  background-color: #f1f0eb;

}

.vs_form_bg .form-control,
.vs_form_bg .form-select {
  color: #fff;
  border: 0;
  background-color: transparent !important;
  border-bottom: 1px solid #afafaf;
  border-radius: 0;
  padding: 13px 10px;
}

.vs_form_bg .form-select option {
  color: #000;
}

.vs_form_box {
  background-color: #274405;
  padding: calc(10px + 2vw);
  padding: calc(15px + 4vw);
  width: 100%;
  color: #fff;
}


footer {
  background-color: #f1f0eb;
  font-size: 15px;
  padding-top: 80px;
  background-attachment: fixed;
}

footer h4 {
  font-size: 18px;
  font-weight: 500;
  padding-block: 10px;
}

footer a {
  color: #000;
  font-size: 15px;
}

footer a:hover {
  color: #8fc055;
}

footer .vs_ftr_logo img {
  width: 130px;
}

footer .vs_social_icon li {
  padding: 2px 14px;
}


.vs_enquire_form_bg .modal-header button {
  position: absolute;
  right: 12px;
  top: 14px;
  z-index: 9999;
  background-color: #ffffff85;
  padding: 4px;
  font-size: 10px;
  border-radius: 0;
}

.vs_enquire_form_bg .modal-content {
  background-color: #f9f9f9;
}

.vs_enquire_form_bg .vs_enquire_form {
  padding: 30px;
  padding-right: 10px;
}

.vs_enquire_form_bg .vs_enquire_form .form-control,
.vs_enquire_form .form-select {
  padding: 10px;
  border-radius: 0;
  font-size: 13px;
  background-color: #e5e5e5;
  margin: 2px 0;
}

.vs_enquire_form_bg .vs_enquire_form button {
  padding: 5px 8px;
  font-size: 15px;
}