@import 'header.css';
@import 'footer.css';

:root {
    --primary-color :  #065f04;
    --secondary-color: #048500;
}

.secondary-color {background: var(--secondary-color) !important; color: #fff;}

body {font-family: "Poppins", sans-serif !important; font-weight: 400; background-color:#fff !important; }
html { scroll-behavior: smooth; }
a {color: #000;}
a, a:hover{text-decoration: none !important;}

/* banner */

.carousel-banner .carousel-inner .carousel-item > img {height: 450px; object-fit: cover;}
.carousel-caption {left: 0px !important; right: 0px !important; top:0px !important; bottom: 0px !important; text-align: left !important; }
.carousel-textarea {padding-top:40px;}

.home-banner_web47 {background: linear-gradient(rgba(15, 23, 42, 0.90), rgba(15, 23, 42, 0.10)), url('../images/home-banner.webp') no-repeat center; background-size: cover; padding:30px 0 60px; position:relative;  }
/*.home-banner_web47:before {content: ''; background: rgba(0, 0, 0, 0.2); position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }*/
.home-banner-img {border-radius: 15px; height: 100%;}
 
.banner-hding_web47 {color:#000; font-size: 52px; font-weight: 700; letter-spacing: 1px; }
.banner-hding_web47 span {color: var(--primary-color); display:block; }
.banner-subhding_web47 {font-size:24px; font-weight: 300; color:#000; padding-bottom: 10px; }
.banner-title_web47 {background: #000; color: #fff; display: inline-block; font-size:15px; font-weight: 600; text-align: center; padding:10px 20px; border-radius: 40px;}
.carousel-position {position: absolute; left:0; right:0; top:0; bottom: 0; }
.carousel-control-next, .carousel-control-prev {width: 5% !important; }
.banner-btn_web47 {background: var(--secondary-color); color:#fff;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
    border: none;
    outline: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}



/* wrapper */
.wrap-hding_web47 {font-size:28px; font-weight: 700; margin: 0; padding:0 0 10px; }
.wrap-subhding_web47 {font-size:16px; font-weight: 700; margin: 0; padding: 0 0 5px; }
.wrap-title_web47 { font-size: 14px; text-transform: uppercase; color: var(--primary-color); font-weight: 600;  margin:0; }
.wrap-prgh_web47 {font-size:16px; font-weight: 400; margin: 0; padding: 0; }
.wrap-btn_web47 {background: var(--primary-color); color: #fff; padding:10px 20px; font-size: 14px; font-weight: 700; border-radius: 4px; text-decoration: none; border:none; outline: none; display: inline-block; }
.wrap-ullist_web47 {margin: 0 0 20px; padding: 0; }
.wrap-ullist_web47 li {list-style: none; font-size: 16px; line-height: 1.4; color: #000; font-weight: 700; position: relative; padding-left:25px; margin-bottom: 10px; }
.wrap-ullist_web47 li:before {content: ''; position: absolute; left: 0; top:1px; background: url('../images/check.png') no-repeat; background-size: contain; width: 16px; height: 16px; }
.wrap-ullist_web47 li > span {display: block; color: #5a5a5a; font-weight: 400;}
.wrap-small-text_web47 {font-size: 12px; font-weight: 400; margin: 0;}

.ui-datepicker {z-index: 2 !important; }
section {padding-top:50px; padding-bottom: 30px; }


.insect-target {background: #fff; padding: 10px 0; display: flex; flex-direction: column; gap: 10px; justify-content: center; align-items: center; text-align: center;}
.insect-target > svg {width:80px; height: 80px; border-radius: 50%; border:1px solid #cfcfcf; padding: 5px;  margin:auto; display: block; fill:var(--primary-color);}
.insect-target > img {width:80px;  margin:auto; display: block; filter: brightness(0) saturate(100%) invert(39%) sepia(93%) saturate(1352%) hue-rotate(55deg) brightness(100%) contrast(119%);}
.insect-target-name {font-size: 16px; font-weight: 600; margin: 0;}

.our-service {border: 1px solid #ccc; border-radius: 10px; padding: 20px; margin-bottom:15px; }
.our-service > svg {width:100%; height: 70px; margin:auto; display: table; fill:var(--primary-color);}
.our-service-hding {font-size: 20px; display: block; font-weight: 600; text-align: center; padding-top:10px;}

.counter-bg {background: var(--primary-color); padding: 40px 0;}
.counter-textarea {display: flex; gap: 15px; align-items: center; margin-bottom: 15px;}
.counter-icon {font-size: 40px; color: #fff;}
.counter-hding {font-size: 40px; font-weight: 700; color: #fff; margin-bottom: 0;}
.counter-txt {font-size: 14px; color: #fff; font-weight: 400; margin: 0;}

@media (max-width: 575px) {
    .counter-icon {font-size:35px;}
    .counter-hding {font-size: 30px;}
    .counter-txt {font-size:16px;}
}

.home-about-img_web47 {width: 100%; height: 100%; object-fit: cover; border-radius: 20px; }
.img_web47 {width: 100%; height: 100%; object-fit: cover; border-radius: 20px; }

.hiw-textarea {position: relative;}
.hiw-icon {width:60px; height: 60px; background: #ccc; border-radius: 50%; padding: 10px; display: flex; justify-content: center; align-items: center; margin-bottom: 15px;}
.hiw-icon > svg {width: 50px; height: 50px; fill:var(--primary-color);}
.hiw-number {width: 30px; height: 30px; border-radius: 50%; background: var(--primary-color); color: #fff; font-size:16px; display: flex; align-items: center; justify-content: center; padding: 10px 14px; }
.hiw-textarea:before {content: ''; position: absolute; left: 90px; top:25px; width: 60%; height: 2px; border-bottom: 1px dotted #000;}
.hiw-textarea:after {content: '\f178'; position: absolute; left: 60%; top:15px; width: 50px; height: 20px; font-weight:900; font-family:FontAwesome; color:var(--primary-color); }
.hiw-parent .col-md-3:last-child .hiw-textarea::before,
.hiw-parent .col-md-3:last-child .hiw-textarea::after
 {
    display: none;
}

@media (max-width: 767px) {
    .hiw-textarea:before, .hiw-textarea:after, .hiw-number  { display:none; }
    .hiw-textarea {display: flex; gap: 15px; margin-bottom: 15px;}
}

/* CTA */
.cta-bg {background: var(--primary-color); padding: 20px; display: flex; flex-wrap: wrap; align-items: start; gap: 20px; color: #fff;}
.cta-icon { width:80px; height:80px; border-radius:50%; padding:4px; border:3px solid var(--primary-color); position:relative; }
.cta-icon > img {width: 100%; height: 100%; object-fit: cover; border-radius: 50%;}
.cta-phone-icon { font-size: 18px; color:#fff;}
.cta-hding {font-size:28px; font-weight: 600; line-height: 1.4;}
.cta-hding > .cta-highlight {background: #f6cf07; padding: 2px 4px; text-transform: uppercase; border-radius: 4px; margin:0 5px;}
.cta-btn-outline {font-size: 20px; font-weight: 600; padding:10px 20px; border:1px solid #fff; border-radius:5px; color:#fff; text-align:center; display:inline-flex; align-items:center; justify-content:center; gap:10px; }
.cta-btn {font-size: 20px; font-weight: 600; padding:10px 20px; border:1px solid #fff; background: #fff; border-radius:5px; color:#000; text-align:center; display:inline-flex; align-items:center; justify-content:center; gap:10px; }

@media (max-width: 575px){
    .cta-bg {gap:8px;}
    .cta-icon {width: 60px; height: 60px;}
    .cta-hding {font-size:22px;}
    .cta-phone-icon {bottom:-10px;}
}


.wc-bg {background: #f1f1f1; padding: 40 0 ;}
.wc-icon {font-size:40px; margin-bottom: 15px; color: var(--primary-color);}


/* faq collapse */
.accordion-flush>.accordion-item {margin-bottom: 0px; background:none; }
.accordion .accordion-item button {font-size:15px !important; font-weight: 500; border: 1px solid #ddd; background: #f1f1f1; color: #000; border-radius: 0px !important; }
.accordion .accordion-body {font-size:14px; background: #fff; border-radius: 0px; border: 1px solid #f1f1f1; }
.accordion .accordion-item:first-child button {border-radius: 10px 10px 0 0 !important;}
.accordion .accordion-item:last-child button[aria-expanded="false"] {border-radius: 0px 0px 10px 10px !important;}
.accordion .accordion-item:last-child button[aria-expanded="true"] {border-radius: 0px 0px 0px 0px !important;}


/* Breadcrumb */
.breadcrumb-bg12 {background: #13242e; padding: 10px 0; }
.breadcrumb-list_web47 {list-style: none; display: flex; flex-wrap: wrap; padding: 0px; margin: 0px; }
.breadcrumb-list_web47 li:first-child {padding-left: 0px; }
.breadcrumb-list_web47 li {font-size: 12px; color: #46dc42; padding-left: 10px; padding-right: 10px; position: relative; }
.breadcrumb-list_web47 li:before {content: ""; position: absolute; top: 1px; right: 0; width: 1px; height: 15px; background: #fff; transform: rotate(24deg); }
.breadcrumb-list_web47 li a {text-decoration: none; color: #fff; padding: 5px 5px; }
.breadcrumb-list_web47 li:last-child:before {display: none; }

/* Contact Us */
.contact-box_web47 { padding: 15px; border-radius: 10px; display: flex; align-items: flex-start; gap: 10px; background:#f6f6f6; }
.contact-icon_web47 {width:50px; height:50px; padding: 5px 18px; border-radius: 10px; color: #fff; background: var(--primary-color); display: flex; align-items: center; justify-content: center; font-size: 22px; margin: 0px; }
.contact-box_web47 .wrap-subhding_web47 {color: #000; }
.contact-box_web47 .wrap-prgh_web47 {color:#333; }
.contact-form_web47 {background: #fff; padding: 40px; border-radius: 10px; position: relative;   border: 1px solid #ccc; }
.contact-form_web47 .wrap-hding_web47 {color: #000; }
.contact-form_web47 .wrap-prgh_web47 {color:#333; }
.contact-form_web47 .wrap-btn_web47 {background: var(--primary-color); color: #fff; padding:10px 20px; font-size: 14px; font-weight: 700; border-radius: 4px; text-decoration: none; border:none; outline: none; display: inline-block; }
.contact-lbl_web47 {font-size:14px; color:#333; margin-bottom: 5px; display: block; }
.contact-field_web47 {border:1px solid #dad9dd; width: 100%; height: 40px; border-radius: 4px; padding:10px 20px; font-size:14px; color:#000; background: #f1f1f1; }
textarea.contact-field_web47 {height: auto; }
.contact-ifram_web47 {border:0; width:100%; height: 100%; border-radius: 20px; background: #f1f1f1; padding: 30px; }
.form-group {margin-bottom: 15px; }
.abstract {font-size:12px; color: #ff3300; }

/* Contact Loader */
.contact-loader_web47 {position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(255, 255, 255, 0.8); display: none; align-items: center; justify-content: center;}
.contact-loader_web47 i {color:#333; text-align: center; display: block;}
.contact-loader_web47-txt {font-size:14px; font-weight: 600; text-align: center; display: block; padding-top:10px; padding-bottom: 0; margin: 0;}


@media (max-width: 767px) {
    .contact-form_web47 {padding: 20px;}
    .contact-ifram_web47 {padding: 20px;}
    .banner-hding_web47 {font-size: 26px !important; }
    .banner-subhding_web47 {font-size: 18px !important; }
    .home-banner_web47 .carousel-item > img {height: 300px; object-fit: cover; }
    .wrap-hding_web47 {font-size:22px !important;}
}






/* Fix number right side */
.right-fix-number_web47 {margin: 0; padding: 0; display: flex; flex-direction: column; z-index: 999; background: #fff; border-radius: 10px; position: fixed;
    top: 45%; right: 15px; border: 1px solid #ededed; box-shadow: 0 2px 4px -2px rgb(0 0 0 / 10%); transform: translate(0, -50%); -webkit-transform:translate(0, -50%);}
.right-fix-number_web47 > a {display: flex; gap: 8px; border-bottom: solid 1px #e6e6e6; font-size: 16px; font-weight: 600; padding:15px; color: #333; text-decoration: none; -webkit-box-align: center; align-items: center;}
.right-fix-number_web47 > a:last-child {border-bottom: none;}
.right-fix-number_web47 > a > img {width: 30px; height: 30px; border-radius: 10px; object-fit: contain;}

@media (max-width: 767px) { 
    .right-fix-number_web47 {display: none; right: inherit; top: inherit; bottom: 0px; margin: 0 5%; justify-content: center; width: 90%; }
    .right-fix-number_web47 > a {justify-content: center; }
}

/* Bottom Fix number */
.bottom-fix-number-box_web47 { width:1040px; position: fixed; bottom: -100px; left:0; right: 0; margin: auto; z-index: 99; background: #fff; box-shadow: 10px 0px 12px 0px rgba(0, 0, 0, 10%); border-radius: 14px; display: block; padding:15px; border-bottom: 6px solid var(--secondary-color); transition: bottom 0.4s ease-in-out;}
.bottom-fix-number-box_web47.show {bottom: 18px; /* visible on scroll */ }
.bottom-fix-number_web47 {display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 5px;}
.bottom-fix-number_web47 > a {background: #000; color: #fff; font-weight: 600; font-size: 16px; padding: 7px 10px; margin: 0 0px 0 10px; border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.bottom-fix-number_web47 > a > img{width: 30px; height: 30px; object-fit: contain; margin-right: 6px; }
.bottom-fix-number-hding_web47 {font-size:18px; font-weight: 700; color: #333; text-align: center; display: block;}
.bottom-fix-number-prgh_web47 {font-size:14px; font-weight: 400; color: #6d6969; text-align: center; display: block;}

/* mobile-fix number */
.mob-bottom-fix-number_web47 {position: fixed; z-index: 9; bottom: 0; left: 0; right: 0; text-decoration: none; background: #fff; padding: 10px; display: flex;  gap: 15px; box-shadow: 0px -3px 16px #ccc;}
.mob-bottom-fix-btn_web47 {width: 78%; background: var(--secondary-color); color: var(--white); padding:6px 20px; font-size: 20px; font-weight: 600; border-radius: 10px; text-decoration: none; border:none; outline: none; display: flex; align-items:center; gap:10px; }
.mob-bottom-agent-img_web47 {width: 60px; height: 60px; border-radius: 50%; }
.mob-bottom-agent-img_web47 > img {width: 100%; height: 100%; object-fit: cover; border-radius: 50%;}

@media (min-width:992px) {
    .mob-bottom-fix-number_web47 {display: none;}
    .border-md-right {border-right: 1px solid #ccc;}
}
