
@import url('https://fonts.googleapis.com/css2?family=Epunda+Slab:ital,wght@0,300..900;1,300..900&family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Space+Grotesk:wght@300..700&family=Vend+Sans:ital,wght@0,300..700;1,300..700&display=swap');

:root{
    --min-green:   #DFF5E3;
    --soft-teal: #6BAA9C;
    --white: #fff;
    --light-gray: #F5F5F5;
    --soft-gray: #21C58E;
    --primary-font: "Space Grotesk", sans-serif;
    --dark-color: #0C1529;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: var(--primary-font);
}
.header{
    min-height: 65px;
    background-color: var(--dark-color);
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 12px 0px;
    color: var(--light-gray);
}
.header i{
    font-size: 20px;
    color: var(--soft-gray);
}
.header  a{
    color: var(--light-gray);
text-decoration: none;
}
nav{
    padding: 15px 0px;
}
nav .navbar-nav a{
    font-size: 17px;
    font-weight: 500;
    color: var(--dark-color);
}
nav .navbar-nav a:hover{
    color: var(--soft-gray);
}
#selected{
    color: var(--soft-gray);
}
nav .btn{
    padding: 8px 50px;
    color: var(--white);
    font-weight: 500;
    border-radius: 20px;
    background-color: var(--soft-gray);
}
nav .btn:hover{
    background-color: var(--dark-color);
    color: var(--white);
}
nav .navbar-nav .nav-item{
    margin: 0px 15px;
}
.cta{
     color: var(--white);
    font-weight: 500;
    border-radius: 20px;
    background-color: var(--soft-gray);
    text-decoration: none;
}
.cta:hover{
    background-color: var(--dark-color);
    color: var(--white);
}
h1 {
    font-size: clamp(25px, 4vw, 40px);
    font-weight: 800;
}

h2 {
    font-size: clamp(20px, 4vw, 30px);
    font-weight: 700;
}

h3 {
    font-size: clamp(18px, 4vw, 22px);
    font-weight: 600;
}

h4 {
    font-size: clamp(15px, 4vw, 18px);
    font-weight: 600;
}
p{
    font-size: 15px;
}
footer{
    background-color: var(--dark-color);
    padding: 40px 0px;
}
footer h3{
    color: var(--white);
    margin-bottom: 10px;
}
footer p{
    color: var(--white);
    line-height: 1.9;
}
footer ul{
    list-style-type: none;

}
footer ul li{
    line-height: 1.9;
}
footer ul li a{
    text-decoration: none;
    color: var(--light-gray);
}
footer ul li a:hover{
    color: var(--soft-gray);
}
footer ul li a i{
    font-size: 18px;
   padding-right: 10px;
}
footer .social-icon a{
color: var(--soft-gray);
    padding: 5px;
    margin: 0px 6px;
    border-radius: 8px;
    background-color: var(--light-gray);
    font-size: 20px;
}
footer h4{
    color: var(--white);
    padding-right: 10px;
}
footer .bottom{
    padding: 6px 0px;
    border-top: 1px solid var(--light-gray);
    border-bottom: 1px solid var(--light-gray);
}
footer .bottom a{
    font-size: 15px;
    padding: 0px 5px;
    color: var(--light-gray);
    border-right: 1px solid var(--light-gray);
}
footer .bottom a:hover{
    color: var(--soft-gray);
}
.bannerwrapper{
    min-height: 600px;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    background-position: center;
    background-size: cover;
}
.bannerwrapper h1{
    white-space: pre-line;
    color: var(--white);
}
.bannerwrapper p{
    color: var(--white);
     white-space: pre-line;
     line-height: 1.9;
  
}
.bannerwrapper .cta{
    padding: 8px 15px;
}
.aboutwrap{
    padding: 50px 0px;
        position: relative;
}
.aboutwrap img{
    height: 550px;
    width: 500px;
    border-radius: 8px;
        position: relative;
}
.aboutwrap p{
    line-height: 1.9;
}
.aboutwrap ul{
    list-style-type: none;
}
.aboutwrap ul li{
    font-size: 15px;
    line-height: 1.9;
}
.aboutwrap ul li i{
    color: var(--soft-teal);
}

.aboutwrap .dot{
    position: absolute;
    right: 55%;
    top: 5%;
width: 100px;
height: 100px;
}
.features{
    padding: 20px;
    font-weight: 600;
       background-color: var(--min-green);
    
}
.features:hover{
 background-color: var(--light-gray);
}
.homewrap{
    padding: 50px 0px;
    
}
.homewrap .inner{
    background-color: var(--light-gray);
    padding: 30px 10px;
    justify-content: center;
    text-align: center;
}
.homewrap a{
    padding: 8px 15px;
    margin: 7px;
}
.homewrap1{
    justify-content: center;
    text-align: center;
    padding: 40px 0px;
}
.homewrap1 h2{
    white-space: pre-line;
}
.homewrap1 p{
      white-space: pre-line;
      line-height: 1.9;
}
.homewrap1 table td{
    font-size: 15px;
}
.homewrap2{
    justify-content: center;
    text-align: center;
    padding: 40px 0px;
    background-color: var(--dark-color);
}

.homewrap2 h3{
    color: var(--white);
}
.homewrap2 p{
    color: var(--white);
    padding: 10px 0px;
}
.homewrap2 a{
    padding: 6px 20px;
    font-size: 15px;
    background-color: transparent;
    border: 1px solid var(--white);
} 
.homewrap2 a:hover{
    background-color: var(--soft-gray);
}
.homewrap2 .inner{
    padding: 20px;
    border-radius: 8px;
    border: 1px solid var(--light-gray);
}
.homewrap3{
    padding: 50px 0px;
}
.homewrap3 img{
    border-radius: 10px;
  
}
.homewrap3 ul li{
    line-height: 1.9;
}
.homewrap3 .inneritem{
        border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 10px;
    min-height: 300px;
}
.homewrap3 p{
    line-height: 1.9;
}
.homewrap4{
    padding: 40px 0px;
    justify-content: center;
    text-align: center;
    color: var(--white);
    background-position: center;
    background-size: cover;
}
.homewrap4 a{
    padding: 6px 15px;
}
.homewrap5{
    padding: 50px 0px;
    justify-content: center;
    text-align: center;

}
.homewrap5 td{
    font-size: 15px;
}
.homewrap6{
padding: 50px 0px;
    justify-content: center;
    align-items: center;
    display: flex;
   min-height: 200px;
    background-color: var(--min-green);
}
.homewrap6 h3{
    line-height: 1.6;
}

.homewrap6 img{
 height: 100px;
 width: 100px;
}
.homewrap7{
    padding: 40px 0px;
}
.homewrap7 .innerbox{
color: var(--white);
box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    justify-content: center;
    text-align: center;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
}
.homewrap7 .innerbox .inneritem{
        padding: 30px 20px;
           border-radius: 8px;
    background: rgba(0, 0, 0, 0.6);
}
.homewrap7 a{
    
    padding: 7px 20px;
}
.homewrap8{
    padding: 40px 0px;
}
.homewrap8 .inneritem{
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    border-top: 2px solid var(--soft-gray);
    padding: 20px;
    min-height: 310px;
    display: flex;
    align-items: center;
box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.homewrap8 p{
line-height: 1.9;
}
.homewrap8 .inneritem:hover{
    background-color: var(--soft-teal);
    color: var(--light-gray);
}
.homewrap9{
    justify-content: center;
    text-align: center;
    color: var(--dark-color);
    padding: 40px 0px;
    background-color: var(--light-gray);
}
.homewrap9 a{
    padding: 6px 15px;
}
.homewrap9 .inneritem{
    padding: 10px;
}
.homewrap10{
    padding: 50px 0px;
}
.homewrap10 .innerbox{
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 8px;
    min-height: 240px;
}
.homewrap10 #box1{
background-color: rgb(234, 250, 243);
}
.homewrap10 #box2{
background-color: rgb(255, 255, 224);
}
.homewrap10 #box3{
background-color: rgb(255, 255, 224);
}
.homewrap10 #box4{
background-color: rgb(234, 250, 243);
}
.testimonial{
    padding: 50px 0px;
}
.testimonial .item{
    margin: 20px;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    min-height: 240px;
padding: 20px;
box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.testimonial h4{
    color: var(--dark-color);
}
.testimonial .area{
    color: var(--soft-gray);
}
.locationwrapper{
padding-bottom: 30px;
}
.locationwrapper h2{
    padding-bottom: 15px;
    color: var(--white);
    text-align: center;
}
.locationwrapper .innerbox{
    border: 1px solid var(--soft-gray);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
 
    border-radius: 10px;


    color: var(--white);
}
.locationwrapper ul li{
    line-height: 2.9;
    font-size: 15px;
}
.locationwrapper .innerbox2{
      border-radius: 10px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
}
 .locationwrapper ul li a{
    text-decoration: none;
    color: var(--white);
 }
.faqwrap{
    
    padding: 40px 0px;
}
.faqwrap .innerbox{
    
    padding: 20px;
}
.faqwrap .inneritem{
    background-color: var(--white);
    padding: 15px;
    background-color: var(--light-gray);
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.faqwrap h3{
     border-radius: 8px;
margin-bottom: 20px;
background-color: var(--light-gray);
padding: 8px;
box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;

}
.faqwrap h4{
    background-color: var(--white);
    padding: 8px;
    border-radius: 8px;
}
.faqwrap p{
     background-color: var(--white);
    padding: 8px;
    border-radius: 8px;
}
.upperbanner{
    min-height: 300px;
    width: auto;
    background-position: center;
    background-size: cover;
}
.aboutpage{
    padding: 50px 0px;
    justify-content: center;
    text-align: center;
}
.aboutpage td{
    font-size: 15px;
    padding: 15px;
}
.aboutpage2{
    padding-bottom: 20px;
}
.aboutpage2 .innerbox{
    padding: 20px;
    border-left: 2px solid var(--soft-teal);
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 10px;
}
.aboutpage2 ul{
    list-style-type: none;
}
.aboutpage2 ul li{
    line-height: 2.5;
    font-size: 15px;
}
.aboutpage2 ul li i{
    padding-right: 10px;
    font-size: 13px;
    color: var(--soft-gray);
}
.contactpage{
    padding: 40px 0px;
}
.contactpage h1{
    text-align: center;
    white-space: pre-line;
}
.contactpage form{
    border-top: 2px solid var(--soft-gray);
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 10px;
}
.contactpage .btn{
    border-radius: 6px;
}
.contactpage label{
    font-size: 15px;
}
.contactpage label input{
    font-size: 15px;
}
.contactpage select{
      font-size: 15px;
}
.contactpage .detail{
    padding: 10px 0px;
}
.contactpage .detail a{
    text-decoration: none;
    color: var(--dark-color);
}
.contactpage .detail a:hover{
    color: var(--soft-gray);
}
.contactpage .detail p:hover{
    color: var(--soft-gray);
}
.contactpage .detail i{
    font-size: 20px;
    padding-right: 40px;
    color: var(--soft-gray);
}
.imagebanner{
    min-height: 350px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.imagebanner .inner{
        min-height: 350px;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
}
.pestwrap{
    padding: 50px 0px;

}

.pestwrap .cockgif{
    position: absolute;
right: 12%;
height: 150px;
    top: -20px;
    z-index: 1;
}
.pestwrap .mainimg{
    border-radius: 10px;
    position: relative;
}
.pestwrap h2{
    margin-bottom: 15px;
}
.pestwrap ul{
    list-style-type: none;
}
.pestwrap li{
    position: relative;
    line-height: 2.0;
}
.pestwrap li:before {
    position: absolute;
    content: '';
    left: -20px;
    top: 8px;
    background-image: url(../images/arrowicon.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}
.pestwrap p{
    line-height: 1.6;
}
ul li{
    font-size: 15px;
}
.pestwrap a{
    padding: 8px 15px;
}
.pestwrap .inner{
    padding: 0px 8px;
}
.pestwrap1{
    padding: 40px 0px;
    justify-content: center;
    text-align: center;
}
.pestwrap1 p{
    line-height: 1.6;
}
.pestwrap2{
    background-color: var(--light-gray);
    padding: 25px;
}
.pestwrap2 a{
    padding: 6px 12px;
}
.pestwrap2 .inner{
    border-radius: 10px;
    padding: 20px;
    background-color: var(--white);
}
.pestwrap2 p{
    padding: 20px 0px;
}
.pestwrap3{
    padding: 50px 0px;
    justify-content: center;
    text-align: center;
}
.pestwrap3 table td{
    font-size: 15px;
    padding: 10px;
}
.pestwrap4{
    padding: 40px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--white);
    justify-content: center;
    text-align: center;
}
.pestwrap5{
    padding: 40px 0px;
}
.pestwrap5 .inner{
      position: relative;
    padding: 15px;
    min-height: 340px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.pestwrap5 ul{
    list-style-type: none;
}
.pestwrap5 li{
    position: relative;
    font-size: 15px;
    line-height: 2.0;
}
.pestwrap5 li:before {
    position: absolute;
    content: '';
    left: -20px;
    top: 8px;
    background-image: url(../images/arrowicon.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}
.pestwrap5 strong{
    font-weight: normal;
}
.pestwrap5 .inner img{
    position: absolute;
top:-20px;
    right: 0;
    height: 60px;
    width: auto;
}
.pestwrap5 .inner{
    border-left: 2px solid var(--soft-teal);
}
.pestwrap6{
    padding: 50px 0px;
    justify-content: center;
    color: var(--white);
    text-align: center;
    background-color: var(--dark-color);
}
.pestwrap6 a{
    padding: 8px 15px;
}
.pagewrap7{
    padding: 50px 0px;
    justify-content: center;
    text-align: center;
}
.pagewrap7 table td{
    font-size: 15px;
}

.pagewrap8 .innerbox{
background-color: #8FBC8F1F;
padding: 15px;
border-radius: 8px;
}
.pagewrap8 .innerbox h2{
    border-left: 3px solid var(--dark-color);
    padding-left: 10px;
}
.pagewrap8 .inner{
    min-height: 440px;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
 
}
.pagewrap9{
    padding: 40px 0px;
    background-color: var(--light-gray);
}
.pagewrap9 .innerbox{
    border-left: 2px solid var(--soft-gray);
    padding-left: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 8px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: var(--white);
}
.sidebar {
  margin: 0;
  padding: 0;
  width: 250px;
 background-color: #def6ee;
  position: fixed;
  height: 100%;
  overflow: auto;
}

.sidebar a {
  display: block;
  color: black;
    font-family: 'Abril Fatface', cursive;
  padding: 16px;
  text-decoration: none;
}
 
.sidebar a.active {
  background-color: #21c58e;
  color: white;
}

.sidebar a:hover:not(.active) {
  background-color: #555;
  color: white;
}
.dashboardwrapper{
      margin-left: 238px;

  width: auto;
  height: 1000px;
  font-family: "Poppins", sans-serif;
}
.dashboardwrapper .header{
background-color: #def6ee;
padding: 30px ;
width: 100%;

}
.dashboardwrapper .header h1{
    font-weight: 700;
       font-family: 'Abril Fatface', cursive;
    color: #21c58e;
    text-shadow: 1px 1px 2px black;

    font-size: 40px;
}
.adminwrapper{
    padding: 50px 0px;
}
