/* Fonts  */

@font-face {
  font-family: "Instar";
  src: url("../fonts/Poppins-Bold.ttf");
}
@font-face {
  font-family: "Instar-semi-bold";
  src: url("../fonts/Poppins-Light.ttf");
}

@font-face {
  font-family: "Instar-ex-bold";
  src: url("../fonts/Poppins-Medium.ttf");
}
@font-face {
  font-family: "Instar-regular";
  src: url("../fonts/Poppins-Regular.ttf");
}
@font-face {
  font-family: "Instar-bold";
  src: url("../fonts/Poppins-SemiBold.ttf");
}
a 
{
  text-decoration: none;
  color: #000;
}

html,body
{
  font-family: "Instar-regular";
  cursor: url( ../imgs/custom-cursor.png) 16 16, default;  
  overflow-x: hidden;
}
.pad-bottom-50px
{
  padding-bottom: 50px;
}
.pad-bottom-100px 
{
padding-bottom: 100px;
}
.pad-top-150px
{
  padding-top: 150px;
}
.pad-top-100px 
{
  padding-top: 100px;
}
.pad-top-200px
{
  padding-top: 200px!important;
}
p 
{
  font-size: 15px;
  line-height: 28px;
 
  margin: auto;
}
.color-grey 
{
  color: #999;
}

.green-bg 
{
  background-color: #b7d66a;
}
.dark-blue-bg
{
  background-color: #000e65;
}
.dark-blue 
{
  color: #000e65;
}
.white-color
{
  color: #fff;
}
.green-color 
{
  color: #b8cc2b;
}
.section-top 
{
  color: #000e65;
}
.navbar-expand-sm .navbar-nav .nav-link 
{
  color: #000;
  padding: 0px 0px 0px 0px;
}

section
{
  position: relative;
}
img 
{
  
}
.dropdown a 
{
  margin: 0px;
}

.anim
{
  margin: 0px 0px 0px 30px!important;
}
.anim {
  
  text-decoration: none;
  padding: 5px 10px;
  transition: 0.5s;
  position: relative;
  
}
.anim:hover
{
  color: #000000;
}
.anim:before,.anim:after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: #070707;
  transition: 0.5s;
  opacity: 0;
}
.anim:before {
  top: -5px;
  left: 0;
}
.anim:after {
  bottom: -5px;
  right: 0;
}
.anim:hover:before, .anim:hover:after  {
  opacity: 1;
  width: 100%;
  transition: 0.5s;
}
.head-triangle
{
  width: 13px;
  position: relative;
  top: -10px;
}


/* 
.shake {
  animation: shake 5s linear infinite;
}

@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(15px, 0);
  }
  40% {
    transform: translate(-5px, 0);
  }
  60% {
    transform: translate(5px, 0);
  }
  80% {
    transform: translate(-15px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
} */

.anim-text {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.anim-text.animate {
  animation: ani 3s forwards; /* The 'forwards' ensures the final state of the animation is maintained */
  -webkit-animation: ani 3s forwards;
}

@keyframes ani {
  from {
    letter-spacing: 0px;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    opacity: 0;
  }
  to {
    letter-spacing: 0;
    filter: blur(0);
    -webkit-filter: blur(0);
    opacity: 1;
  }
}

nav a:hover{}
h5 
{
line-height: 30px;
}
.dropbtn {
  
  
  border: none;
}
.bnr-img
{
  height: 700px;
  object-fit: cover;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 220px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 9;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {    background-color: #b2d975;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {}

.fixed-navbar
{
  position: fixed;
  width: 100%;
  z-index:10;
  top: 0px;
}
.logo 
{
  position: absolute;
    top: -74px;
    z-index: 1;
    width: 136px;
}
.space 
{
  margin: 0px 20px;
}
.carousel-control-next, .carousel-control-prev {
  
  z-index: 7;
}
.who-we-section .slide 
{
  -webkit-box-shadow: 15px 15px 25px 0px rgba(184, 204, 43, 1);
    -moz-box-shadow: 15px 15px 25px 0px rgba(184, 204, 43, 1);
    box-shadow: 15px 15px 25px 0px rgba(184, 204, 43, 1);
}
img.logo.large {
  height: auto;
  transition: height .7s ease;
  }
img.logo.small {
 /* top: -30px;
  height: 73px;
  transition: height .7s ease; */
  }

.pests-slide .carousel-caption
{
  
  text-align: left;
  z-index: 6;
}

.pests-slide h1 
{
  font-size: 55px;
  font-weight: 700;
}


img.logo.large {
  height: auto;
  transition: height .7s ease;
  }
img.logo.small {
 top: -30px;
  height: 73px;
  transition: height .7s ease;
  width: 60px;
  }




.green-border
{
  background-color: #bbd875;
  width: 100%;
  height: 2px;
}
.btn1
{
  background-color: #b7d66a;
  border: 0px;
  padding: 12px 20px;
  border-radius: 30px;
}
.btn1:hover
{
  background-color: #000e65;
  color: #fff;
}

/*------banner-section-------*/

.banner-section
{
  background: url(../imgs/banner.jpg) no-repeat;
  background-size: cover;
margin-top: 155px;
}
.service-banner-inner h1 
{
  font-size: 45px!important;
  text-shadow: 4px 4px 2px rgba(0,0,0,0.6);
}
.service-banner-inner .bnr-content
{
  padding: 15% 0%;
}
.banner-section h1 
{
  font-family: "Instar-bold";
  font-size: 55px;
  color: #000;
}
.bnr-content
{
  position: relative;
    
}
.blog-bnr-img1
{
  position: absolute;
    width: 100%;
    left: 0px;
    height: 100%;
    object-fit: cover;
}
.banner-btn1  
{
  padding: 8px 10px;
    border-radius: 10px;
    border: 0px;
    background-color: #000e65;
    color: #fff;
}
.banner-btn1:hover 
{
  background: hsl(77.2, 56.8%, 62.7%);
  color: #ffffff;
}
.banner-btn1:hover .call-ico
{
  -webkit-filter: invert(100%); /* Safari/Chrome */
  filter: invert(100%);
}
.navbar-section
{
  padding-bottom: 10px;
  background: hsl(77.2, 56.8%, 62.7%);
}
.carousel-caption p 
{
  color: #ffffff;
  font-size: 17px;
    line-height: 30px;
}
.f-logo 
{
  width: 85px;
  background: #fff;
  height: 85px;
  object-fit: cover;
  padding: 10px;
  border-radius: 5px;
}
.serv-carousel-img
{
  height: 350px;
  object-fit: cover;
  width: 100%;
}
.bnr-form 
{
  /* background-color: rgb(183, 214, 106);
    padding: 45px 35px 90px;
    float: right;
    width: 100%;
    margin: 15% 0px; */
    background-color: rgb(183, 214, 106);
    padding: 45px 35px 45px;
    /* float: right; */
    width: 20%;
    /* margin: 15% 0px; */
    position: absolute;
    z-index: 8!important;
    right: 16%;
    top: 14%;
}
.overlay
{
  position: absolute;
    background: rgb(0 0 0 / 40%);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.banner-section form input
{
  height: 50px;
  border-radius: 0px;
}
.banner-section form textarea
{
  border-radius: 0px;

}
.banner-section h5 
{
  font-weight: 600;
  color: #000e65;
}
.banner-section form button:hover
{
  border: 1px solid #fff;
}
.bnr-form
{


color: black;
padding: 50px;
background-size: 200% 200%;
background-image: 
linear-gradient(to top, #000e65 50%, transparent 50%);
-webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
-moz-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
-ms-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
-o-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
transition: background-position 300ms, color 300ms ease, border-color 300ms ease;

}

.bnr-form:hover {color: white;
border-color: #000e65;
background-image: 
linear-gradient(to top, #000e65 51%, transparent 50%);
background-position: 0 100%;
-webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
-moz-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
-ms-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
-o-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
transition: background-position 300ms, color 300ms ease, border-color 300ms ease;

}
.bnr-form:hover h5{color: white;
}






/*-------who-we-are-----*/

.who-we-section .img1
{
  border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    height: 550px;
    width: 100%;
    object-fit: cover;
}
.who-we-section .img1,.about-section1 img,.service-section2 img
{
  -webkit-box-shadow: 15px 15px 25px 0px rgba(184,204,43,1);
  -moz-box-shadow: 15px 15px 25px 0px rgba(184,204,43,1);
  box-shadow: 15px 15px 25px 0px rgba(184,204,43,1);
}
.who-we-section 
{
  background-color: #f2eceb;
}
.who-we-section  
{
padding: 100px 0px;
}
.who-we-section .btn1 
{
  padding: 10px 25px;
  border-radius: 25px;
  border: 0px;
}
.who-we-section .content 
{
  padding-left: 30px;
  position: relative;
  z-index: 1;
}
.who-we-section .bg-img
{
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 0;
  width: 25%;
}





.services-section .serv-img {
  width: 100%;
  height: 225px;
  object-fit: cover;
}  
.services-section
{
  padding: 100px 0px;
}
.services-section .div1
{
  position: relative;
}
.services-section h5 
{
  background-color: #bbd875;
    font-size: 12px;
    padding: 8px;
    line-height: 20px;
    height: 55px;
    display: flex;
    align-items: center;
    text-align: center;
    /* flex-direction: column; */
    display: flex;
    justify-content: center;
    text-align: center;
}
.services-section h5 a
{
  color: #000;
  text-decoration: none;
}
.services-section .overlay {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 0%;
 width: 100%;
 height: 100%;
  text-align: center;
  background-color: #00000059;
}

.services-section .div1:hover .img-hover {
  opacity: 1;
}

.services-section .div1:hover .overlay {
  opacity: 1;
}
.services-section .img-hover img 
{
  padding-top: 22%;
}
.col_div
{
  float: left;
  width: 20%;filter: drop-shadow(5px 5px 10px #c6c6c6);
}

.car-img
{
  position: absolute;
  right: 0px;
}
ul.navbar-nav li.active a
{
  color: #f0272d!important;
}
.appointment-section
{
  /* background-image: url(../imgs/image.jpg);
  background-repeat: no-repeat; */
  padding: 80px;
  background-size: cover;
  background-position: center;
}
.appointment-section button
{
  color: #fff;
  padding: 12px 25px;
  border-radius: 30px;
  border: 0px;
  margin-top: 20px;
}
.appointment-section .appoint-btn1
{
  background-color: #b7d66a;
 
}
.appointment-section .appoint-btn2
{
  background-color: #001770;
 
}


.feedback-section
{
  padding: 100px 0px;
  background-color: #f9f9f9;
}
.feedback-section .owl-carousel .owl-item img
{
  width: auto;
  display: block;
  margin: auto;
}
.feedback-section .border-bottom
{
  margin: auto;
}
.feedback-section .green-bg 
{
  padding: 45px 35px;
  position: relative;
  border-radius: 45px;
}
.feedback-section .fa-star
{
  color: #fff;
}
.feedback-section .google 
{
  margin-bottom: 60px;
  width: 100%;
}
.quotes
{
  right: 45px;
  position: absolute;
}
.feedback-section .owl-item
{
  padding-bottom: 35px;
}




.blog-section
{
  padding: 100px 0px;
}
.blog-section img {
  margin-bottom: 0px;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.blog-section .content-div 
{
  padding: 20px 25px;
}
.blog-section a 
{
  color: #b7d66a;
  text-decoration: none;
}
.blog-section h5 
{
  font-weight: 600;
    height: 50px;
}
.partners-section ul 
{
  display: flex;
}
.partners-section ul li 
{
  list-style-type: none;
  
  margin: 0px 20px;
}
.partners-section img 
{
  width: 170px;
}
.brands {
  position: relative;
  overflow: hidden;
 
}

.brands:hover .brands__wrapper,
.brands:hover .brands__preWrapper {
  animation-play-state: paused;
}

.brands__preWrapper {
  position: relative;
  width: 100%;
  height: 8.5rem;
  transform: translateX(0%);
  animation: scroll1 10s linear infinite;
  animation-delay: 4s;
  animation-direction: normal;

  will-change: transform;
}



.brands__wrapper > a,
.brands__wrapper > img {
  position: relative;
  display: inline-block;
  margin: 0 1rem;
  vertical-align: middle;
}

.brands__wrapper > a img {
  max-width: 15rem;
  max-height: 8.5rem;
}

@keyframes scroll1 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}


footer
{
  background-color: #0d0900;
  color: #fff;
  padding: 100px 0px;
}
footer p 
{
  font-size: 15px;
}
footer ul li 
{
  font-size: 15px;
  font-family: "Instar-regular";
  list-style-type: none;
  padding-bottom: 10px;
}
footer ul 
{
  margin-left: -31px;
}
footer a 
{
  color: #fff;
  text-decoration: none;
}
footer a:hover
{
  color: #b8cc2b;
}
footer .fa 
{
  color: #b8cc2b;
  padding-right: 15px;
  width: 28px;
}
footer .form-control,footer .btn1
{
  background-color: #b7d66a;
  border-radius: 0px;
  height: 50px;
}
footer .btn1
{
  background-color: #fc1520;
  color: #fff;
  border: 0px;
}
footer .btn1:hover 
{
  opacity: .7;
}
footer h5 
{
  padding-bottom: 20px;
}
.loc-marker
{
  background-image: url(../imgs/marker.png);
  background-repeat: no-repeat;
  padding-left: 32px;
}
.footer-sub
{
  background-color: #0d0900;
  color: #fff;padding: 20px 0px;
  border-top: 1px solid #202020;
}
.footer-sub ul li 
{
  float: left;
  float: left;
  padding-right: 30px;
  list-style-type: none;
}
.footer-sub ul li a
{
color: #fff;
text-decoration: none;
}
.footer-sub ul 
{
  margin-left: -30px;
}

.bug-dead
{
bottom: -40px!important;
}




.about-section
{
  background-image: url(../imgs/about-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
.about-section1
{
  padding: 100px 0px;
}
.about-section2
{

padding:  0px 0px 100px;
}
.about-section2 ul li,.service-section3 ul li
{
  background-image: url(../imgs/list-icon.png);
  background-repeat: no-repeat;
  list-style-type: none;
  font-size: 15px;
  padding-left: 30px;
  padding-bottom: 15px;
}
.about-section2 ul,.service-section3 ul 
{
  margin-left: -35px;
}
.about-section3 .content
{
  background-color: #f1f1f1;
  padding: 20px 30px;
  height: 57%;
  
}
.about-section3 img 
{
  margin: 60px 0px 0px;
}
.about-section3 .side-img
{
  position: absolute;
right: 0px;
width:30% ;
}
.about-section3
{
  padding-bottom: 100px;
}
.service-section1 .div1
{
width: 33.33%;
float: left;
}

.service-section1 .div1 
{
  padding: 40px 70px;
}
.service-section2,.service-section3
{
  padding: 100px 0px;
}

.service-section3 h2
{
  position: relative;
  display: inline-flex;
  align-items: center;
}
.service-section3
{
padding-bottom: 370px;
}
.service-section3 h2::after
{
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -5px;
  border-width: 0 0 2px;
  border-style: solid;
  border-color: #b8d76f;
}
.service-section3 h2.heading2::after {
 
  width: 64%;
  
}.service-section3 h2.heading3::after {
 
  width: 54%;
  
}
.service-section3 h2.heading4::after {
 
  width: 42%;
  
}
.service-section3 h2.heading5::after {
 
  width: 30%;
  
}



/*--------book-appointment-modal-----*/


.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  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: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: transparent;
  margin: auto;
  padding: 0;
  border: 0px solid #888;
  width: 55%;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 0px 0px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  margin-top: 90px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal input
{
  border-radius: 5px;
  height: 50px;
}

.modal-body {background-color: transparent;}

.modal h5
{
  color: #000e65;
  font-size: 25px;
  padding-bottom: 20px;
  font-weight: bold;
}
.modal form
{

}

.contact-section1 .address-div
{
  padding: 35px;
}
.contact-section1 .address-div p
{
  margin: 0px;
}
.contact-section1 input,.contact-section1 select
{
  border: 1px solid #dee2e6;
height: 50px;
border-radius: 0px;
background-color: transparent;
padding-left: 12px;
}
.contact-section1 button
{
  
}


.career-section1 .accordion-button:not(.collapsed)
{
  background: #b2d975;
}
.career-section1 .accordion-body
{
  background: #eee;
}



/* .pointer:hover
                            {
                                cursor: url('https://i.imgur.com/K5ufqqA.gif'), auto;
                            } */
                            .bug:hover
                            {
                                /* cursor: url(https://i.postimg.cc/kXgSYZY3/pchit-spray.gif), auto;                             */
                            
                            
                                /* // cursor: url( https://i.postimg.cc/0QH4rYqp/spray.gif), auto;               */

                                /* cursor: url(../imgs/spray.gif); */
                            
                              }


                              .bug:hover
                              {
                                  /* cursor: url(https://i.postimg.cc/kXgSYZY3/pchit-spray.gif), auto;                            
                              
                              
                                         
  
                                  /* cursor: url(../imgs/spray.gif); */
  
  
                                  cursor: url( ../imgs/custom-cursor.png) 16 16, auto;       
                              
                                }
  
                                body
                                {
                                  cursor: url( ../imgs/custom-cursor.png) 16 16, auto;      
                                }
  .custom-cursor
  {
    position: absolute;
    pointer-events: none;
    cursor: url( ../imgs/custom-cursor.png) 16 16, auto;     
  }

                                .career-section1 .div1 
                                {
                                  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(199,199,199,1);
  -moz-box-shadow: 0px 3px 5px 0px rgba(199,199,199,1);
  box-shadow: 0px 3px 5px 0px rgb(219, 219, 219);
  border-radius: 10px;
                                }
                                .career-section1 .div1 h5
                                {
                                  background: #b2d975;
                                  padding: 15px;
                                }
                                
                                .apply-btn
                                {
                                  background: #b2d975;
                                  padding: 10px;
                                  border: 0px;
                                }
                                .career-section1 .div1 .content
                                {
                                  padding: 30px;
                                                                                                }

.apply-job-form
{
  background: #ebebeb;
  padding: 50px 50px;
}
.apply-job-form input 
{}

.social_icons ul li 
{
  
  list-style-type: none;
  background-color: #1c1e5f;
  padding: 10px;
  
}
.social_icons ul li:hover 
{
  background-color: #b7d66a;
  

}
.social_icons ul li:hover a 
{
  color: #fff;
}
.social_icons ul li a 
{
  color: #b7d66a;
}
.social_icons
{
  position: fixed;
  right: 0px;
  z-index: 99;
  top: 50%;
}
.blog-detail-banner .bnr-content1 
{
padding: 22% 0%;
z-index: 1;
}

.social_icons i 
{
  font-size: 20px;
}
.error-message
{
  color: red;
}

.blog-detail-banner
{
  position: relative;
  margin-top: 150px;
}
.blog-bnr-img
{
  position: absolute;
  width: 100%;
  left: 0px;
  max-height: 660px;
  object-fit: cover;
}

/*---general-pest-control1--*/


.general-pest-control1 h5 
{
  font-weight: 700;
}
.div1 .fa
{
  font-size: 20px;
  padding-right: 10px;
  color: #0b1a54;


}
marquee
{
  
padding:10px 0px 10px;
  position: relative;
  
}

marquee img
{
  margin-left: 20px;
}

.Marquee {
  width: 100%;
 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px;
  color: #000000;
  font-weight: 200;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  background-color: #e9e9e9;
  align-items: center;
  overflow: hidden;
}
.Marquee-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  /* display: box; */
  display: flex;
  -webkit-animation: marquee 20s linear infinite running;
  -moz-animation: marquee 20s linear infinite running;
  -o-animation: marquee 20s linear infinite running;
  -ms-animation: marquee 20s linear infinite running;
  animation: marquee 20s linear infinite running;
}
.Marquee-content:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}
.Marquee-tag {
 
  width: max-content;
  background: rgba(255,255,255,0.1);
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.Marquee-tag img {
  margin-left: 10px;
  margin-right: 10px;
}

@-webkit-keyframes marquee {
 0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform:translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform:translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform:translate(-50%);
    transform: translate(-50%);
  }
}




.image {
  position: absolute;
    width: 100%;
    height: auto;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
    max-height: 400px;
    object-fit: cover;
}

.image:nth-of-type(1) {
  animation-delay: 0s;
  opacity: 1; /* Ensure the first image is visible initially */
}

.image:nth-of-type(2) {
  animation-delay: 3.5s; /* Half of the total animation duration */
}

@keyframes fadeIn {
  0% { opacity: 0; }
	20% { opacity: 0; }
	60% { opacity: 1; }
	100% { opacity: 1; }
}

.owl-carousel1 button.owl-prev
{
  position: absolute;
  left: -2%;
  top: 40%;
}
.owl-carousel1 button.owl-next
{
  position: absolute;
  right: -2%;
  top: 40%;
}
.owl-carousel1 button.owl-next span,.owl-carousel1 button.owl-prev span
{
  background: #b2d975;
  padding: 12px 14px;
  font-size: 30px;
}
.center-heading
{
  text-align: right;
    line-height: 0px;
}
.navbar .center-heading {
  position: absolute;
  top: 10px; /* Adjust as needed */
  right: 10px; /* Adjust as needed */
  z-index: 1;
}

.navbar-heading {
  position: relative;
  display: inline-block;
  font-size: 25px; /* Adjust as needed */
  color: rgb(255, 255, 255); /* Initial color */
  overflow: hidden;
  font-weight: 600;
}

.navbar-heading::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  color: #2a1e5a; /* Target color */
  white-space: nowrap;
  overflow: hidden;
  animation: fillColor 3s infinite;
}

@keyframes fillColor {
  to {
    width: 100%;
  }
}

.general-pest-control1 .div1 
{
  background-color: #b7d66a;
  border-radius: 10px;
  padding: 25px 35px;
  margin-bottom: 25px;
  height: 95%;
}
.general-pest-control2 
{
  color: #fff;
}
.general-pest-control2 h5,.general-pest-control2 h2
{
  color: #b7d66a;
  font-weight: 600;
}

.dropdown-content .active{
  color: red;
}
.general-pest-control2 img 
{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 40%;
  height: 100%;
  object-fit: cover;
}
.general-pest-control2 .div1 
{
  padding: 89px 0px;
}
.triangle-bg
{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}
.img_1
{
  height: 180px;
  width: 100%;
  object-fit: cover;
  margin-top: 13px;

}
.general-pest-control3 h5 
{
  font-weight: 600;
}
.general-pest-control2 h5{
 
  padding-top: 20px;
  line-height: 18px;
}

.contact-inner button
{
  background-color: #b7d66a;
  color: #000;
  padding: 8px 15px;
  border: 0px;
}

.blog-detail-section1 ul li 
{
  line-height: 30px;
}

.over-years
{
  position: relative;
    
    font-size: 20px;
    font-weight: 600;
   
}

.blink-soft {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

#blinking-button{
  padding: 8px 35px;
  border-radius: 48px 0px; 
border: 0px solid #b2d975;
text-align: center;
width: 70%;
}
@keyframes blink {
0%, 100% {background-color:#000e65;}
50% {background-color: #b2d975;}
}
#blinking-button {
background-color: #b2d975;
color: white;
animation: blink 1s linear infinite;
}

.banner-btn1
{
  width: 30%;
}