
#slider  .slider-heading span{
    color: #339D55;
}
#slider {
    position: relative;
    z-index: 0;
    padding: 0;
      /* margin-top: -9%; */
}
.slider-heading{
  font: 700 42px / 55px Rubik;
}
.slider-bg-image{
  position: absolute;
width: 100%;
height: 100%;
top: 0;
bottom: 0;
z-index: -2;
background-size: 100% 100%;
}
 #slider .slider-mask-img {
   -webkit-mask-repeat: no-repeat;
   -webkit-mask-size: 100% 100%;
   position: relative;
   z-index: 0;
   padding: 0;
}
#slider .slidder-inner-content-row{
  padding-top: 11%;
      padding-bottom: 28px;
      /* gap: 8%; */
}
#slider .slider-spider-img{
  position: absolute;
  left: 0;
  top: 12px;
  height: 100%;
width: 100%;
max-height: 297px;
max-width: 204px;

}
#slider .slider-cock-img{
  position: absolute;
  left: 0;
  bottom: 9%;
  width: 201px;
height: 120px;
 animation: wobble 7s infinite;
}
.right-small-img{
  position: absolute;
  bottom: 35%;
  left: -4%;
  z-index: 3;
  background: #FCB900;
  border-radius: 50%;
  padding: 15px;
  height: 100%;
      width: 100%;
      max-height: 100px;
      max-width: 100px;
}
.right-small-img:hover {
background: #000;
}
.right-small-img:hover img{
      filter: invert(1);
}
.bottom-social-icons{
  position: absolute;
  bottom: 1%;
  width: 100%;
  max-width: 22%;
  left: 30px;
}
.slider-social-heading{
font: 500 20px / 28px Rubik;
color: #000000;
}
.slider-social-main i{
  background: #000000;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
}
.slider-social-main i:hover{
  background: #339D55;
}

.right-mosquito-img{
  position: absolute;
top: 10%;
left: 13%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-animation: bounce 1s ease-in-out 0s infinite alternate;
animation: bouncess 3s ease-in-out 0s infinite alternate;

}
@-webkit-keyframes bouncess {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-40px);
}
}


.slider-review {
  bottom: 35px;
  left: 6px;
  gap: 10px;
  z-index: 1
}
.slider-review  img{
  max-width: 55%;
width: 100%;
}
.slider-review-content h6{
font: 600 20px / 22px Rubik;
color: #000000;
}
.slider-review-content p{
font: 500 16px / 18px Rubik;
color: #000000;
}


/* -----------Counter Offer--------------- */
@media (min-width: 1400px){
  #counter-offer>.container{
   max-width: 1400px;
}
}
 #counter-offer>.container{
  position: relative;
  border-radius: 20px;
  z-index: 1;
  padding: 0 35px;
      background: #339D55;
}
#counter-offer .timer_days{
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 4px;
  background: #fff;
  font: normal normal bold 20px/20px Rubik;
  padding: 10px;
  width:max-content;
  text-align: center;
  color: #000;
}
#counter-offer .nofont{
  font: 400 14px/19px Rubik;
  letter-spacing: 0px;
  color: #fff;
  padding-top: 5px;
}
#counter-offer .offer-man{
margin-top: -55px;
position: relative;
top: 1px;
height: 427px;
width: 420px;
}



#counter-offer h2,  #counter-offer p{
  color: #FFFFFF;
}
.offer-img-main::after{
  content: '';
  position: absolute;
  top: 0;
  left: -23px;
  right: 0;
  background: #FCB900;
  height: 100%;
  width: 100%;
  clip-path: polygon(0 0, 62% 0, 41% 100%, 0% 100%);
  z-index: -1;
  border-radius: 20px;
}

/* Why Choose Us */
#choose-sec .choose-icon-img{
  background: #339D55;
  padding: 4px;
  height: 20px;
  width: 20px;
  /* max-height: 25px; */
  border-radius: 50%;
}
#choose-sec .choose-points{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
  grid-gap: 15px;
}
#choose-sec .choose-content-main  h6{
  font: 500 15px / 29px Rubik;
  letter-spacing: 0px;
  color: #000000;
}
#choose-sec .about-img-one{
  height: 100%;
  width: 100%;
max-width: 490px;
  max-height: 360px;
  border-radius: 15px;
}

/* The Modal (background) */
#choose-sec .modal-new {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999999999;
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
#choose-sec .modal-contents {
  background-color: #fff;
  margin: auto;
  padding: 6px;
  width: 40%;
  transition: 2s;
  border-radius: 10px;
}
/* The Close Button */
 #choose-sec .close-one {
    color: #252525;
    float: right;
    font-size: 28px;
    padding-right: 20px;
    cursor: pointer;
    background: transparent;
    border: none;
    font-weight: 900;
}
#videoBtn i{
  position: absolute;
  top: 34%;
  right: 16%;
  /* padding: 18px; */
  font-size: 29px;
  border-radius: 50%;
  background: rgb(255 255 255 / 35%);
  border: 4px solid #fff;
  transition: .3s;
  animation: pulsee 2s infinite;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  height: 65px;
  width: 65px;
  line-height: 60px;
  text-align: center;
}
@keyframes pulsee {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
}
#chooseVideo .close-one {
    color: #252525;
    float: right;
    font-size: 28px;
    padding-right: 20px;
    cursor: pointer;
    background: transparent;
    border: none;
    font-weight: 900;
}
#choose-sec .choose-beetle{
  background: #FCB900;
  border-radius: 50%;
  padding: 15px;
  height: 100%;
  width: 100%;
  max-height: 100px;
  max-width: 100px;
  position: absolute;
  right: 40px;
  top: 18%;
  z-index: 1;
  animation: flash 4s infinite;

}
#choose-sec .choose-beetle:hover{
  background: #000;
}
#choose-sec .choose-beetle:hover img {
    filter: invert(1);
}
#choose-sec .choose-video-main-inner{
  right: -42%;
  width: max-content;
  z-index: 1;
  margin-top: -25%;
}
#choose-sec .about-img-two, #choose-sec .choose-video-main:after  {
    border-radius: 12px;
}
#choose-sec .choose-video-main-inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #339D55;
  opacity: 0.6;
  border-radius: 12px;
}
.choose-main-img::after{
  content: '';
  position: absolute;
  left: -24px;
  bottom: -22px;
  width: 320px;
  height: 252px;
  background: #FCB900;
  z-index: -1;
    border-radius: 15px;
}



/* -------------our Client section--------------- */
.appoinment-content-main,.news-content-main{
  position: relative;
}
.news-content-main::after{
  content: '';
  background-color: #339D55;
  inset: 0 0.5% 0 0;
  position: absolute;
  z-index: -9;
  clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
}
.news-man-img {
  margin-top: -30%;
  max-width: 90%;

}
.appoinment-content-main-inner{
  gap: 10%;
}

.appoinment-content-main::after {
  content: '';
  background-color: #FCB900;
  inset: 0 0 0 -3.7%;
  position: absolute;
  z-index: -9;
  clip-path: polygon(4% 0, 100% 0%, 100% 100%, 0% 100%);
}
.newsletter-content {
  max-width: 80%;
    height: 100%;
    gap: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 0 6%;
}
.newsletter-content  h2, .newsletter-content .theme-para{
  color: #FFFFFF;
}
.news-form-main p{
  margin-bottom: 0;
}
.news-form-main{
  display: flex;
  gap: 12px;
}
.news-form-main input[type="email"]{
  font-size: 14px;
  padding: 8px 10px;
}
.news-form-main .theme-btn {
  background: #FCB900;
  padding: 10px 20px;
  border-radius: 8px;
  height: max-content;
}
.news-form-main .theme-btn p input{
  color: #000;
}
.news-form-main .theme-btn:hover input{
  color: #fff;
}
.apoinment-content {
  gap: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-img::after{
  content: '';
  position: absolute;
  top: 0;
  left: unset;
  right: 0;
  background: #339D55;
  height: 100%;
  width: 350px;
  clip-path: polygon(35% 0, 100% 0, 100% 100%, 36% 100%);
  z-index: -1;

}
.news-beetle-img{
  position: absolute;
  top: 30%;
  left: unset;
  right: -20px;
  background: #000;
  border-radius: 50%;
  padding: 10px;
  border: 7px solid #fff;
  max-width: 90px;
  max-height: 90px;
  width: 100%;
  height: 100%;
    animation: flipInX 4s infinite;
}

/* Team Section */
#professionals-team .team-inner-content{
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  padding: 10px;
}
#professionals-team .service-img {
  text-align: center;
  /* background: #FFF3DB; */
    height: 260px;
}
#professionals-team .service-img::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 87%;
  width: 100%;
  background: #FFF3DB;
    border-radius: 10px;
}
#professionals-team .service-img img{
  height: 100%;
  width: 100%;
  object-fit: contain;
  position: absolute;
  z-index: 9;
  top: -35px;
}
#professionals-team .owl-stage-outer{
  padding-top: 3%;
      padding-bottom: 1%;
}
#professionals-team .service-title h4{
  font: 500 20px / 24px Rubik;
  letter-spacing: 0px;
  color: #000000;
}
#professionals-team .service-title h4:hover{
  color: #FCB900 !important;
}
#professionals-team .team-desig{
  font: 400 16px / 22px Rubik;
  letter-spacing: 0px;
  color: #000000;
}
#professionals-team .team-social-icon-box i{
  background: #000000;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
}
.service-bottom-content{
  display: flex;
  flex-flow: column;
  gap: 3px;
      margin-top: -10px;
}
/* .team-social-icon-box-main{
      display: none;
} */
.team-inner {
    height: 350px;
}
#professionals-team .team-social-icon-box-main{
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
}
#professionals-team .team-inner-content:hover .team-social-icon-box-main{
      height: 35px;
}
#professionals-team .team-inner-content:hover{
  background: #319852;

}
#professionals-team .team-inner-content:hover .service-title h4, #professionals-team .team-inner-content:hover .team-desig{
  color: #fff;
}
#professionals-team .team-social-icon-box i:hover{
  background: #FCB900;
  color: #000;
}


/* ----------Partner  section-------- */
.our-partner-img img{
  width: max-content !important;
}
