body {
    margin: 0px;
    font-family: "Open Sans", sans-serif;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #2f2d39;
    border-radius: 0px;
}

.lgo-cntct-tp {
    padding: 10px 0;
}

/* Logo Section */

main.logo-section {
    padding: 0px;
    background: #fff;
}

main.logo-section i.fa.fa-search {
    color: #3f6b9d;
    font-size: 13px;
}

.form-control:focus {
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}
h1 {
    font-size: 60px;
    font-weight: 600;
}
h1 span {
    color: #009d23;
}
.hdt-btn a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff !important;
    background: #ff5e17;
    border: none;
    border-radius: 5px;
    position: relative;
    line-height: 50px;
    justify-content: space-between;
    padding: 0 25px;
    transition: all 0.5s ease-in-out;
}


/* Close Logo Section */

/* Menu Section */

main.menu-section header.sticky-top {
    background: #003c80;
}

/* Close Menu Section */

.hdr-1 {
    padding: 10px 0;
    background: #fb420e;
}

.hdr-1 h6 {
    margin-bottom: 0;
    color: #fff;
}

.hdr-cn li {
    display: inline-block;
    margin-left: 20px;
}

.hdr-cn a {
    color: #7d7d7d;
    font-size: 16px;
    font-weight: 600;
}

.hd-cn-icn1 {
    display: flex;
}

.hd-cn-icn-cn h6 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 4px;
}

.hd-cn-icn {
    margin-right: 10px;
}

.hd-cn-icn i {
    width: 35px;
    height: 35px;
    background: #009d23;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
}

.hdr-cn {
    display: grid;
    align-items: center;
}

/* Banner Section */
.banner-section .overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 9;
}

.banner-section .carousel-caption {
    z-index: 9;
    text-align: left;
    left: 0;
    right: 0;
}

.banner-section h2 {
    font-size: 65px;
    font-weight: 700;
    color: #ffffff;
    line-height: 75px;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.banner-section h2 span {
    color:#ffffff;
}

.bnr-btns {
    text-align: center;
}

.carousel-control-next,
.carousel-control-prev {
    z-index: 9;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    border: 0;
}

.bnr-btns a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid transparent;
    background-color: #009d23;
    padding: 12px 30px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 5;
    text-transform: uppercase;
    text-decoration: none;
}
.bnr-btns a:hover {
    background-color: #009d23;
}
/* Close Banner Section */


p {
    text-align: justify;
    font-size: 15px;
    line-height: 25px;
    color: #808080;
}

h1,
h2,
h3,
h4 {
    font-family: "Titillium Web", sans-serif;
}


section.hm-1 {
    padding: 60px 0;
}

.hm-abt-cntnt h1 {
    font-size: 60px;
    color: #009d23;
    font-weight: 600;
}

.hm-abt-cntnt h3 {
    font-size: 25px;
    color: #626262;
    margin-bottom: 20px;
}
.tm-1 img {
    cursor: pointer;
}
.hm-sc-img img {
    width: 100%;
    border-radius: 15px 50px;
}
.srvc-sc-img-1a img {
    width: 100%;
    border-radius: 15px 50px;
}

.hm-abt-cntnt {
    padding-left: 40px;
}

.hm-abt-cntnt span {
    color: #009d23;
}

.btn-1 a {
    display: block;
    background: #009d23;
    width: fit-content;
    padding: 13px 30px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    font-family: "Titillium Web", sans-serif;
    letter-spacing: 1px;
    border-radius: 7px;
}

.btn-1 a:hover {
    background: #058521;
}





.hm-abt-cntnt .btn-1 {
    margin-top: 20px;
}

.hdg-1 h2 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #009d23;
}

.hdg-1 span {
    color: #009d23;
}

section.hm-srvcs {
    padding: 60px 0;
    background-color: #009d23;
    background-image: url(../img/bg-1.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.hm-sr-wht-1 {
    padding: 25px;
    background: #fff;
}

.hm-sr-wht-1 h3 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
}

.hm-sr-wht-1 p {
    text-align: left;
}

section.hm-srvcs .btn-1 a {
    background: #009d23;
    color:#e7e7e7;
    font-weight: 700;
    transition: .6s all;
}

section.hm-srvcs .btn-1 a:hover {
    background: #08531a;
    color: #ffffff;
    font-weight: 700;
}

section.hm-srvcs .btn-1 {
    margin-top: 20px;
}

.hm-sr-cn-1 h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.hm-sr-cn-1 p {
    text-align: left;
    color: #fff;
    padding-right: 20px;
}

.hm-sr-bx {
    background: #fff;
    height: 100%;
}

.hm-sr-cn-1 {
    padding-right: 10px;
}



section.hm-tms {
    padding: 60px 0;
}

section.hm-tms .hdg-1 {
    margin-bottom: 40px;
    text-align: center;
}

.tm-1 {
    text-align: left;
    height: 100%;
}

.tm-1 h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 9px;
}

.hdr-cn a:hover {
   color: #009d23 !important;
}
.ftr-sc-1 a:hover {
    color: #149fc7;
}
.tm-1 h5 {
    font-size: 17px;
    margin: 0;
    color: #464646;
    margin-top: 20px;
    font-family: "Titillium Web", sans-serif;
}

.tm-1 img {
    background: #ccc;
    width: 100%;
}
.info-icon i.fa.fa-phone ,.info-icon  i.fa.fa-envelope {
    margin-top: 6px;
}
.ftr-sc-1 i.fa-solid.fa-location-dot {
    margin-top: 7px;
    margin-right: 10px;
}

.btn-mn .btn-1 a {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}


section.hm-cn {
    padding: 60px 0;
    background-color: #009d23;
    background-image: url(../img/contact-bg-img.jpg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

section.hm-cn .overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 9;
}

section.hm-cn .container {
    z-index: 999;
    position: relative;
}

section.hm-cn h6 {
    color: #e5e5e5;
    text-transform: uppercase;
    font-size: 14px;
}

section.hm-cn p {
    color: #fff;
    font-size: 17px;
    text-align: left;
}

section.hm-cn .hdg-1 h2 {
    color: #ffffff;
}


section.hm-cn .btn-1 {
    margin-top: 40px;
}

.cnt-1 h4 {
    font-size: 60px;
    color: #009d23;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
}

.cnt-1 h5 {
    font-size: 15px;
    color: #474747;
    text-transform: uppercase;
    font-weight: 600;
}

.cnt-1 {
    text-align: center;
    padding: 20px;
    border: 1px solid #ccc;
}




footer {
    background: #000000;
    padding: 50px 0;
}

.ftr-abt {
    padding-right: 80px;
}

.ftr-abt p {
    margin-top: 20px;
    color: #c1c1c1;
    text-align: left;
    padding-right: 20px;
    margin-bottom: 0;
}

.ftr-sc-1.cn-i li {
    display: flex;
}

.ftr-sc-1.cn-i i {
    margin-right: 10px;
    margin-top: 6px;
}

.ftr-sc-1 li {
    display: flex;
    font-size: 14px;
    line-height: 23px;
    list-style: none;
    color: #c1c1c1;
}

.ftr-sc-1 a {
    text-decoration: none;
    color: #c1c1c1;
    line-height: 30px;
}

.ftr-sc-1 h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}

.ftr-sc-1 ul {
    margin: 0;
    padding: 0;
}







.copy {
    background: #161616;
    padding: 10px 0;
}

.copy h6 {
    margin: 0;
    text-align: center;
    color: #c1c1c1;
    line-height: 30px;
    font-size: 13px;
}

.copy h6 a {
    color: #999999;
    text-decoration: none;
}




.banner-section-inner {
    position: relative;
}

.banner-section-inner {
    position: relative;
}

.banner-section-inner .overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 9;
}

.banner-section-inner .container {
    z-index: 999;
    position: relative;
}

.inr-bnr-txt-mn {
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.inr-bnr-txt h2 {
    color: #fff;
    font-size: 50px;
}


.abt-sc-2 p {
    color: #fff;
}

.abt-sc-2-b {
    margin-top: 50px;
}





.contact-form input,
textarea {
    background: transparent;
    border-radius: 0px;
    height: 55px;
    margin-bottom: 20px;
    padding-left: 10px;
    
}

.wpcf7-text{border: 1px solid #ced4da;
    width: 100%;}
    
  .wpcf7-textarea{border: 1px solid #ced4da;
    width: 100%;height: 100px;}

.contact-form textarea {
    box-shadow: none;
}
.wpcf7-submit{
    display: block;
  background: #009d23 !important;
  width: fit-content;
  padding: 13px 30px !important;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  font-family: "Titillium Web", sans-serif;
  letter-spacing: 1px;
  border-radius: 7px !important;
  border: 0;
}


.contact-form input::placeholder,
textarea::placeholder {
    color: #535353;

}

.info-icon img {
    width: auto;
}

.info-box {
    display: flex;
}

.info-icon {
    width: 7%;
}

.info-icon-right {
    width: 93%;
    margin-bottom: 20px;
}

.info-icon-right h5 {
    font-size: 18px;
    font-weight: 600;
}

.info-icon-right h6 {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
}

.info-box1 {
    margin-bottom: 20px;
}

.info-icon-right h6 a {
    color: #000;
    text-decoration: none;
}

.contact-form button {
    display: block;
    background: #009d23;
    width: fit-content;
    padding: 13px 30px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    font-family: "Titillium Web", sans-serif;
    letter-spacing: 1px;
    border-radius: 7px;
    border: 0;
}




.srvc-sc-cntnt-1 h3 {
    font-size: 26px;
    line-height: 27px;
    font-weight: 600;
    margin-bottom: 20px;
}

.srvc-sc-mn {
    margin-bottom: 40px;
}

.srvc-sc-mn:nth-last-child(1) {
    margin-bottom: 40px;
}


.srvc-sc-mn:nth-child(even) .srvc-sc-img {
    order: 1;
}

.srvc-sc-mn:nth-child(odd) .srvc-sc-cntnt-1 {
    padding-left: 20px;
}

.srvc-sc-mn:nth-child(even) .srvc-sc-cntnt-1 {
    padding-right: 20px;
}


.prtnrs-nw .modal {
    display: none;
    position: fixed;
    z-index: 99999;
    margin: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / 85%);
}

/* Modal Content */
.prtnrs-nw .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1000px;
}

/* The Close Button */
.prtnrs-nw .close {
    color: white;
    line-height: 1;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 35px;
    font-weight: bold;
    background: #000000;
    width: 40px;
    height: 40px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prtnrs-nw .close:hover,
.prtnrs-nw .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.prtnrs-nw .mySlides {
    display: none;
}

.prtnrs-nw .cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prtnrs-nw .prev,
.prtnrs-nw .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 6px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.prtnrs-nw .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prtnrs-nw .prev,
.prtnrs-nw .next {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-decoration: none;
}

/* Number text (1/3 etc) */
.prtnrs-nw .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.btn-1a a {
    display: block;
    background: #009d23;
    width: fit-content;
    padding: 5px 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    font-family: "Titillium Web", sans-serif;
    letter-spacing: 1px;
    border-radius: 7px;
}

.prsn-ppp h4 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 9px;
}

.prsn-ppp h5 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 20px;
}

.prsn-ppp ul li {
    font-size: 15px;
    line-height: 22px;
    color: #3d3d3d;
    margin-bottom: 6px;
}

.prsn-ppp ul {
    padding-left: 18px;
}

.prsn-ppp {
    padding: 30px;
}


.srvc-sc-cntnt-1a {
    padding-left: 30px;
}

.srvc-sc-mn2-img img {
    background: #009d23;
    border-radius: 50%;
    width: 100%;
    padding: 10px;
}
.srvc-sc-mn2-cntnt p {
    text-align: left;
}

.srvc-sc-mn2-cntnt p {
    text-align: left;
}

.srvc-sc-mn2-cntnt h5 {
    font-size: 20px;
    color: #009d23;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    margin-bottom: 4px;
}








/* Media Screens */

@media (max-width: 576px) {
    .toggle-button {
        display: block;
    }

    .container {
        max-width: 90%;
    }
}



@media (max-width: 767.9px) {
  
  h1 {
    font-size: 25px;
    }
    .srvc-sc-cntnt-1a {
        padding-left: 0px;
        padding-top: 20px;
    }
  
  
  
  
    img.img-fluid.logo-image {
        width: 125px;
        float: left;
    }
    .hm-sr-wht-1 h3 {
        font-size: 18px;
        line-height: 25px;
    }
    .prsn-ppp h4 {
        font-size: 20px;
        margin-top: 8px;
    }
    .banner-section h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .prsn-ppp h5 {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .hdr-cn {
        display: none;
    }

    section.hm-1 {
        padding: 30px 0;
    }

    .hm-abt-cntnt {
        padding-left: 0px;
        margin-top: 20px;
    }

    .hm-abt-cntnt h1 {
        font-size: 25px;
    }

    .hm-abt-cntnt h3 {
        font-size: 17px;
        margin-bottom: 11px;
        line-height: 26px;
    }

    p {
        line-height: 24px;
    }
    .contact-form button {
        padding: 8px 20px;
    }
    .contact-form input, textarea {
        height: 45px;
        margin-bottom: 10px;
        padding-left: 10px;
    }
    .hm-sr-cn-1 h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    section.hm-srvcs {
        padding: 30px 0;
    }

    .hm-sr-cn-1 {
        padding-right: 0px;
        margin-bottom: 20px;
    }

    .btn-1 a {
        padding: 6px 20px;
        border-radius: 7px;
    }

    section.hm-tms {
        padding: 30px 0;
    }

    .cnt-1 h4 {
        font-size: 40px;
    }

    .hdg-1 h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .tm-1 h4 {
        font-size: 16px;
        margin-top: 4px;
    }
    section.hm-cn .btn-1 {
        margin-top: 20px;
    }

    section.hm-cn {
        padding: 30px 0;
        text-align: center;
    }

    section.hm-cn p {
        font-size: 16px;
        text-align: center;
    }

    section.hm-cn .btn-1 a {
        margin: auto;
    }

    section.hm-tms .hdg-1 {
        margin-bottom: 20px;
        text-align: center;
    }


i.fa-solid.fa-location-dot {
    margin-top: 7px;
    margin-right: 7px;
}

    footer {
        padding: 20px 0;
    }

    .ftr-abt {
        padding-right: 0px;
    }

    .ftr-abt p {
        margin-top: 10px;
        padding-right: 0px;
        margin-bottom: 0;
    }

    .copy h6 {
        line-height: 20px;
        font-size: 12px;
    }

    .ftr-sc-1 {
        margin-top: 20px;
    }

    .ftr-sc-1 h4 {
        font-size: 17px;
        margin-bottom: 4px;
    }
    .tm-1 h5 {
        font-size: 14px;
        margin-top: 10px;
    }
    .bnr-btns a {
        font-size: 15px;
        padding: 7px 20px;
    }

    .ftr-sc-1 li {
        line-height: 22px;
    }

    .inr-bnr-txt h2 {
        font-size: 30px;
    }

    .ftr-sc-1 a {
        line-height: 26px;
    }

    .ftr-abt img {
        max-width: 200px;
    }

    .srvc-sc-mn:nth-child(odd) .srvc-sc-cntnt-1 {
        padding-left: 0px;
    }

    .srvc-sc-mn:nth-child(even) .srvc-sc-img {
        order: 0;
    }

    .srvc-sc-mn:nth-child(even) .srvc-sc-cntnt-1 {
        padding-right: 0px;
    }

    .srvc-sc-cntnt {
        margin-top: 20px !important;
    }

    .srvc-sc-cntnt-1 h3 {
        font-size: 23px;
        line-height: 23px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .srvc-sc-mn {
        margin-bottom: 20px;
    }

    .abt-sc-2-b {
        margin-top: 20px;
    }

.hm-sr-wht-1 {
    padding: 15px;
}



}

@media (min-width: 768px) and (max-width: 991.9px) {
    .hdr-cn {
        display: none;
    }
    h1 {
        font-size: 30px;
    }
    .cnt-1 h4 {
        font-size: 35px;
    }

    .hdg-1 h2 {
        font-size: 35px;
        ;
    }

    .tm-1 h5 {
        font-size: 15px;
    }

    .tm-1 h4 {
        font-size: 17px;
    }

    .banner-section h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .hm-abt-cntnt {
        padding-left: 20px;
    }

    .hm-abt-cntnt h3 {
        font-size: 17px;
    }

    .hm-abt-cntnt h1 {
        font-size: 40px;
    }

    .ftr-abt img {
        max-width: 200px;
    }

    .ftr-abt {
        margin-bottom: 30px;
    }

    .ftr-sc-1 li {
        font-size: 13px;
        line-height: 23px;
    }

    footer {
        padding: 30px 0;
    }

    section.hm-tms .hdg-1 {
        margin-bottom: 20px;
    }

    section.hm-tms {
        padding: 30px 0;
    }

    section.hm-cn {
        padding: 40px 0;
    }

    .hm-sr-cn-1 h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .btn-1 a {
        padding: 6px 15px;
        font-size: 14px;
    }

    .hm-sr-cn-1 {
        padding-right: 0px;
        margin-bottom: 30px;
    }

    section.hm-srvcs {
        padding: 30px 0;
    }

    .hm-sr-wht-1 {
        padding: 15px;
    }

    section.hm-cn .btn-1 {
        margin-top: 20px;
    }

    section.hm-tms .hdg-1 {
        margin-bottom: 0;
    }

    .logo img {
        max-width: 300px;
    }

    section.hm-1 {
        padding: 30px 0;
    }

    p {
        font-size: 14px;
        line-height: 23px;
    }

    .srvc-sc-cntnt-1 h3 {
        font-size: 22px;
        line-height: 23px;
        margin-bottom: 10px;
    }
 
}

@media (min-width: 992px) and (max-width: 1199.9px) {
    .banner-section h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .hdr-cn a {
        font-size: 15px;
    }

    .hm-abt-cntnt h3 {
        font-size: 23px;
        margin-bottom: 10px;
    }

    .hm-abt-cntnt h1 {
        font-size: 50px;
    }

    .hm-sr-cn-1 p {
        padding-right: 0px;
    }

    .hm-sr-cn-1 h2 {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .hm-sr-wht-1 {
        padding: 15px;
    }

    .btn-1 a {
        padding: 10px 20px;
        font-size: 14px;
    }

    .ftr-sc-1 h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .ftr-sc-1 li {
        font-size: 11px;
        line-height: 20px;
    }

    .ftr-sc-1 a {
        line-height: 22px;
    }

    footer {
        padding: 30px 0;
    }

    section.hm-tms {
        padding: 40px 0;
    }


    section.hm-tms h2 {
        margin-bottom: 0;
    }

    .hdg-1 h2 {
        font-size: 40px;
    }

    .hm-abt-cntnt {
        padding-left: 20px;
    }

    .cnt-1 h4 {
        font-size: 45px;
    }
    p {
        font-size: 15px;
        line-height: 23px;
    }

}

@media (min-width: 1201px) and (max-width: 1400px) {
.header .menu > ul > li > a {
    font-size: 14px !important;
    padding: 10px 5px !important;
}
.hm-abt-cntnt h1 {
    font-size: 50px;
}
.hm-sr-cn-1 h2 {
    font-size: 45px;
}
.hdg-1 h2 {
    font-size: 45px;
}
h1 {
    font-size: 50px;
}

}

/* Close Media Screens */

.img-fluid {
  max-width: 100%;
  height: auto;
  border-radius: 15px 50px;
}