@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

:root {
    --first-color: #1A202C;
    --secod-color: #515E38;
    --third-color: #1a202c88;
    --forth-color: #29621A;
    --fifth-color: #EAF1EF;
    --white-color: white;
    --hover-color: rgb(184, 184, 30);
    --primary-font: Quicksand;
    --secondary-font: 'Poppins', sans-serif;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
 font-family: var(--secondary-font);
}
.header{
    min-height: 70px;
    background-color: var(--first-color);
    padding: 10px  0px;
}
.header .topbtn{
    text-decoration: none;
    background-color: var(--forth-color);
    border-radius: 5px;
    padding: 10px 30px;
    color: var(--white-color);
    font-weight: 600;
}
.header .topbtn:hover{
    background-color: var(--hover-color);
}
.header .dropdown ul{
    background-color: var(--third-color);

}
.header .dropdown ul li a{
    color: var(--white-color);
}
.header .dropdown ul li a:hover{
    background-color: var(--secod-color);
}
.header .nav-item{
    margin: 0px 15px;
}
.header .nav-item .nav-link{
    color: var(--white-color);
}
.navbar-toggler{
    padding: 5px;
    background-color: var(--white-color);
}
.hero_wrapper{
min-height: 700px;
background-position: center;
background-size: cover;
}
.hero_inner{
    background-color: transparent;
min-height: 700px;
    background-image: linear-gradient(#1a202c8e 0%, #29621A 90%);;
   

}
.hero_inner1{
    margin-top: 80px;
    min-height: 600px;
 justify-content: center;
    align-items: center;
    display: flex;
}
.hero_wrapper h1{
    font-size: 60px;
    color: var(--white-color);
    font-weight: 700;
      -webkit-text-stroke: 1px var(--white-color);
}
 p{
  
    line-height: 1.9;
          font-size: 15px;  
}
.hero_wrapper ul{
    list-style-type: none;
}
.hero_wrapper ul li{
      color: var(--white-color);
      font-size: 15px; 
      line-height: 1.9; 
}
.hero_wrapper .first_btn {
text-decoration: none;
padding: 10px 45px;
background-color: var(--third-color);
color: var(--white-color);
border-radius: 5px;
border: 2px solid var(--forth-color);
}
.hero_wrapper .first_btn:hover{
    background-color: var(--hover-color);
    border: 2px solid var(--white-color);
}
.hero_wrapper .second_btn {
text-decoration: none;
padding: 9px 45px;
background-color: transparent;
border: 2px solid var(--secod-color);
color: var(--white-color);
border-radius: 5px;
}
.hero_wrapper .second_btn:hover{
    background-color: var(--hover-color);
    padding: 10px 45px;
}
.hero_wrapper img{
height: 680px;
}

#h2{
    font-size: 35px;
    font-weight: 600;
}
.wrapper{
   min-height: 30px;
padding: 30px 0px;
}
.wrapper .wrapper_inner{
    min-height: 300px;
justify-content: center;
align-items: center;
display: flex;

}
.wrapper .wrapper_inner h2{
    font-size: 50px;
    font-weight: 600;
}
.wrapper .wrapper_inner a{
    text-decoration: none;
    padding: 10px 40px;
    color: var(--white-color);
    background-color: var(--secod-color);
    border-radius: 6px;
}

.wrapper1{
    padding: 30px 0px;
    background-color: var(--fifth-color);
}
.wrapper1 h2{
    font-size: 35px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}
.wrapper1 h3{
    font-size: 25px;
    text-align: center;
    padding-bottom: 15px;
}
.wrapper1 .wrapper_inner{
    background-color: var(--white-color);
    padding: 8px 6px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.wrapper1 h4{
    background-color: var(--fifth-color);
    padding: 3px 0px;
    margin: 4px 6px;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
}
.wrapper1 ul li{
    font-size: 14px;
}
.wrapper2{
    padding: 50px 0px;
}
.wrapper2 h2{
    font-size: 35px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}
.wrapper2 h3{
    font-size: 20px;
    font-weight: 600;
}
.wrapper2 .wrapper_inner{
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 10px;
    border-left: 2px solid var(--first-color);
    min-height: 220px;
}
.wrapper3{
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
  
}
.wrapper3 .inner2{
    background-color: rgba(15, 43, 8, 0.76);
        padding: 50px 0px;
}
.wrapper3 h2{
    font-size: 35px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--white-color);
}
.wrapper3 .wrapper_inner{
    padding: 15px;
    border: 2px solid var(--fifth-color);
    border-radius: 10px;
    color: var(--white-color);

}
.wrapper3 h3{
    font-size: 22px;
    font-weight: 600;
}
.wrapper4{
    padding: 50px 0px;
}
.wrapper4 h2{
   font-size: 35px;

    font-weight: 700;
    margin-bottom: 20px;
}
.wrapper4 a{
    text-decoration: none;


    color: var(--white-color);
    border-radius: 3px;
}
.wrapper4 .btn1{
background-color: #6b72804b;
padding: 10px 0px;
text-align: center;
}
.wrapper4 .btn2{
background-color: #2a621a79;
padding: 10px 0px;
text-align: center;
}
.wrapper4 .btn3{
background-color: #6b72804b;
padding: 10px 0px;
text-align: center;
}
.wrapper4 .btn1:hover{
    background-color: var(--first-color);
}
.wrapper4 .btn2:hover{
    background-color: var(--first-color);
}
.wrapper4 .btn3:hover{
    background-color: var(--first-color);
}
.wrapper4 img{
    border-radius: 10px;
}
.wrapper5{
    padding: 50px 0px;
}
.wrapper5 h2{
    text-align: center;
    margin-bottom: 20px;
    padding: 5px;
    font-weight: 600;
    background-color: var(--fifth-color);
}
.wrapper5 .wrapper_inner{
    padding: 20px;
box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-bottom-right-radius: 20px;
     border-top-left-radius: 20px;
}
ul li{
        font-size: 14px;
}
.wrapper5 h3{
    font-size: 20px;
}

.wrapper6{
    padding: 20px 0px;
}
.wrapper6 h2{
    font-size: 30px;
    font-weight: 600;
    text-decoration: underline;
    color: var(--white-color);
    margin-bottom: 20px;
}
.wrapper6 h3{
    font-size: 20px;
    font-weight: 600;
}
.wrapper6 .pestinner{
    padding: 20px;
    background-color: var(--first-color);
    color: var(--white-color);
    border-radius: 6px;
}
.wrapper6 img{
height: 450px;
    width: 100%;
    border-radius: 6px;
}
.wrapper7{
    padding: 30px 0px;
}
.wrapper7 h2{
       margin-bottom: 20px;
padding: 5px 0px 5px 10px;
background-color: var(--forth-color);
font-weight: 600;
color: var(--white-color);

}
.wrapper7 h3{
    font-size: 20px;
    font-weight: 600;
}
.wrapper7 img{
   height: 200px;
   width: 400px;
   border-radius: 6px;
}
.wrapper7 .wrapper_inner{
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
    border-radius: 10px;
}
.wrapper8{
   min-height: 30px;

background-color: var(--fifth-color);
padding: 30px 0px;
}
.wrapper8 .wrapper_inner{
    min-height: 300px;
justify-content: center;
align-items: center;
display: flex;

}
.wrapper8 .wrapper_inner h2{
    font-size: 30px;
    font-weight: 700;
}
.wrapper8 .wrapper_inner a{
    text-decoration: none;
    padding: 10px 40px;
    color: var(--white-color);
    background-color: var(--secod-color);
    border-radius: 6px;
}
.wrapper8 .wrapper_inner a:hover{
    background-color: var(--hover-color);
}
.faq_wrapper{
    padding: 30px 0px;
}
.faq_wrapper h2{
    font-weight: 700;
    margin-bottom: 15px;
}
.faq_wrapper h3{
    font-size: 19px;
    padding: 5px;   
    border-bottom: 1px solid silver;
}
.faq_wrapper .wrapper_inner{
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
 padding: 5px;
 border-radius: 6px;
 margin-bottom: 10px;
}
footer{
    background-color: var(--first-color);
    padding: 20px 0px;
}
footer img{
   height: 100px;
   width: auto;
   margin-bottom: 15px;
}
footer p{
    color: var(--white-color);
}
footer h3{
   color: var(--white-color);
   font-size: 20px;
 
}
footer ul{
    list-style-type: disc;
    color: var(--white-color);
}
footer ul li{
    margin-top: 15px;

}
footer ul li a{
    text-decoration: none;
    color: var(--white-color);
}
footer ul li a:hover{
    color: var(--forth-color);
}
.footercontact_detail{
    list-style-type: none;

}
.footercontact_detail i{
    font-size: 16px;
    padding-right: 6px;
}
footer .inner2{
    border-top: 1px solid var(--white-color);
    padding: 8px 0px;
    border-bottom: 1px solid var(--white-color);
}
footer .inner2 i{
    font-size: 25px;
    color: var(--white-color);
}
footer .footericon a{
    margin-left: 20px;
}
.pestserviceheader{
    min-height: 700px;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 50px 0px;
}
.pestserviceheader h1{
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 15px;
}
.pestserviceheader img{
    height: 450px;
    width: 450px;
}
.pestserviceheader a{
    text-decoration: none;
    color: var(--white-color);
    padding: 10px 40px;
    background-color: var(--secod-color);
    border-radius: 10px;
}
.pest1{
    padding: 20px 0px;
    background-color: var(--fifth-color);
}
.pest1 .pestinner{
    background-color: var(--white-color);
text-align: center;
height: 100px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 10px;
    border: 1px solid var(--first-color);
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.pest1 .pestinner:hover{
    background-color: var(--secod-color);
    color: var(--white-color);
}
.pest1 .pestinner p{
    font-size: 18px;
    font-weight: 600;
}
.pest2{
    min-height: 500px;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 20px 0px;
}
.pest2 h2{
    font-weight: 600;
}
.pest3{
    padding: 20px  0px;
}
.pest3 h2{
    font-weight: 600;
}
.pest3 .pestinner{
    border-left: 3px solid var(--first-color);
    padding-left: 10px;
}
.pest3 h3{
    font-size: 20px;
    background-color: var(--fifth-color);
    padding: 5px;
}
.pest3 .pestinner2{
    padding: 20px 15px;
    border-radius: 10px;
    min-height: 320px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.pest4{
    padding: 20px 0px;
}
.pest4 h2{
    font-weight: 600;
    position: relative;

}
.pest4 h2:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 3px;
    width: 200px;
    border-radius: 50%;
    background-color: var(--first-color);
}
.pest4 h3{
    font-size: 20px;
    font-weight: 600;
}
.pest4 .pestinner2{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    padding: 15px;
    border: 2px solid var(--first-color);
    border-radius: 10px;
}
.pest4  img{
    border-radius: 10px;

    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;

}
.pest4 .pestinner3{
    min-height: 400px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.pest5 h2{
    padding: 30px 0px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.pest5 h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.pest5 .pestinner{
    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: 10px;
    margin-bottom: 15px;
    border-left: 2px solid var(--forth-color);
}
.pest6{
    padding: 20px 0px;
}
.pest6 h2{
    font-weight: 700;
}
.pest6 .pestinner{
    background-color: var(--first-color);
    padding: 20px;
    color: var(--white-color);
    border-radius: 10px;
}
.pest6 .pestinner a{
    padding: 8px 80px;
    background-color: var(--white-color);
    color: var(--first-color);
    border-radius: 20px;
    text-decoration: none;
    font-weight: 700;
}
.pest6 .pestinner a:hover{
    background-color: var(--first-color);
    border: 2px solid var(--white-color);
    color: var(--white-color);
    border-radius: 20px;
}
.pest7{
    padding: 20px 0px;
}
.pest7 .pestinner{
    border: 2px solid var(--first-color);
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
}
.pest7 .pestinner h2{
        font-weight: 700;
        margin-bottom: 10px;
}
.pest7 h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
     color: var(--forth-color);
}
.pest7 i{
    font-size: 16px;
    color: var(--forth-color);
    padding-right: 8px;
}
.pest8{
    padding: 25px 0px;
}
.pest8 .pestinner{
    padding: 20px;
    background-color: var(--first-color);
    border-radius: 10px;
    color: var(--white-color);
}
.pest8 .pestinner h2{
      font-weight: 600;
        margin-bottom: 10px;
        font-size: 30px;
    
}
.pest8 .pestinner h3{
    font-size: 18px;
    font-weight: 500;
    
}
.pest8 .pestinner .fa-arrow-right{
    font-size: 20px;
    padding-right: 8px;
}
.pest8 h4 {
    font-size: 16px;
}
.pest8 .fa-circle-dot{
    font-size: 13px;
    padding-right: 8px;
}
.pest8 ul li{
    line-height: 1.9;
}
.pest8 img{
    width: 600px;
    height: 500px;
    border-radius: 10px;
}
.pest9{
    padding: 20px 0px;
}
.pest9 h2{
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 30px;   
   
}
.pest9 .pestinner{
    border-left: 3px solid var(--first-color);
    padding-left: 6px; 
}
.pest9 .pestinner p{
 border-left: 2px solid var(--first-color);
    padding-left: 6px;
}
.pest9 .pest_inner{
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
min-height: 352px;
border-radius: 5px;
}
.pest9 .pest_inner:hover{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;

}
.pest9 h3{
    font-size: 20px;
    font-weight: 600;
 
}
.pest10 h2{
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 30px;   
    border-left: 3px solid var(--first-color);
    padding-left: 8px;
   
}
.pest10 h3{
    font-size: 20px;
    font-weight: 600;
}
.pest10 .pestinner{
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
border-radius: 6px;
padding: 15px;
min-height: 220px;
}
.pest10  img{
    height: 220px;
    min-width: 100%;
    border-radius: 6px;
}
.pest11{
    padding: 20px 0px;
}
.pest11 h2{
    font-weight: 600;
}
.pest11 .pestinner{
    background-color: var(--secod-color);
    padding: 20px;
    color: var(--white-color);
}
.pest11 .pestinner a{
    text-decoration: none;
    padding: 10px 50px;
    background-color: var(--white-color);
    border-radius: 20px;
    font-weight: 500;
    color: var(--first-color);
}
.pest11 .pestinner a:hover{
    background-color: var(--forth-color);
    color: var(--white-color);
}
.pest11 img{
    height: 376px;
    width: 100%;
}
.pest12{
    padding: 20px 0px;
}
.pest12 h2{
    padding: 5px;
    font-size: 30px;
    font-weight: 600;
    background-color: var(--forth-color);
    color: var(--white-color);
    border-left: 8px solid var(--first-color);
}
.pest12 img{
    height: 120px;
    width: 120px;
    border-radius: 50%;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.pest12 h3{
    font-size: 20px;
    font-weight: 600;
    padding: 15px 0px 0px 0px;
}
.pest12 .pestinner{
    padding: 15px;
    border-left: 2px solid var(--forth-color);
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    min-height: 470px;
}
.pest13{
    padding: 20px 0px;
}
.pest13 h2{
    padding: 5px;
    font-size: 30px;
    font-weight: 600;
    background-color: var(--forth-color);
    color: var(--white-color);
    border-left: 8px solid var(--first-color);
}
.pest13  .pestinner{
    padding: 15px;
     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;
}
.pest13 h3{
    font-size: 22px;
    font-weight: 600;
   
}
.pest13 i{
    color: var(--forth-color);
    font-size: 20px;
    padding-right: 10px;
}
.pest13 #parainline{
    background-color: var(--fifth-color);
    padding: 0px 5px;
    color: var(--first-color);
}
/*---------------------------------------*/
.about_wrapper{
    padding: 50px 0px;
}
.about_wrapper img{
    height: 700px;
        border-radius: 10px;
}
.about_wrapper a{
margin: 10px;
}
.about_wrapper a i{
    font-size: 25px;
    padding: 5px;
    background-color: var(--fifth-color);
    border-radius: 20px;
    color: var(--forth-color);
}
.about_wrapper ul li{
    margin-top: 12px;
}
.about_wrapper h1{
    font-weight: 600;
    font-size: 40px;
}
.about_wrapper h2{
    font-size: 20px;
    font-weight: 600;
}
.about_wrapper .pestinner{
    background-color: var(--first-color);
    border-radius: 10px;
    padding: 20px;
    color: var(--white-color);
}
.about_wrapper .pestinner h1{
    margin-bottom: 20px;
}

.about_wrapper1 .pestinner{
 padding: 20px;
 color: var(--white-color);
 border-radius: 8px;
background-position: center;
background-attachment: fixed;
}
.about_wrapper1 h2{
    font-weight: 600;
    font-size: 30px;
    text-align: center;
}
.about_wrapper1 p{
    text-align: center;
}
.about_wrapper2{
    padding: 20px 0px;
}
.about_wrapper2 i{
    font-size: 40px;
    color: var(--forth-color);
}
.about_wrapper2 ul li{
    margin-top: 15px;
}
.about_wrapper2 h3{
    font-weight: 600;
    padding-top: 6px;
}
.about_wrapper2 .pestinner{
    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: 1px solid var(--forth-color);
    border-radius: 10px;
    min-height: 415px;
}
.about_wrapper2  img{
        min-height: 415px;
            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;
    border: 1px solid var(--forth-color);
    border-radius: 10px;
}
.about_wrapper3{
    padding: 20px 0px;
}
.about_wrapper3 h2{
    padding: 5px 10px;
    font-size: 30px;
    font-weight: 600;
    background-color: var(--first-color);
    color: var(--white-color);
    margin-bottom: 20px;
}
.about_wrapper3 ul{
    list-style-type: none;
}
.about_wrapper3 ul li{
line-height: 2.1;
font-size: 15px;
}
.about_wrapper3 ul li i{
    color: var(--forth-color);
    font-size: 20px;
    padding-right: 10px;
}
#mscontrol img{
    height: 300px;
    width: 100%;
}
.contact_wrapper{
    padding: 30px 0px;
}
.contact_wrapper h1{
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}
.contact_wrapper h1::after{
    position: absolute;
    content: "";
    height: 3px;
    width: 300px;
    background-color: var(--first-color);
    bottom: -10px;
    left: 0;
    border-radius: 50%;
}
.contact_wrapper2{
    padding: 20px;
}
.contact_wrapper2 h2{
    font-weight: 600;
}
.contact_wrapper2 h3{
    font-size: 18px;
}
.pestserviceheader a:hover{
    background-color: var(--hover-color);
}
