@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'AmpleSoftPro';
    src: url(../font/AmpleSoftPro-Bold.ttf);
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #000;
    white-space: initial;
    font-family: "Montserrat", sans-serif;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

p {
    font-weight: 500;
    line-height: 25px;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #000;
}

h1 {
    font-family: 'AmpleSoftPro';
    font-size: 84px;
    line-height: 1.1;
    color: #181d23;
    font-weight: 500;
    margin: 0;
}

h2 {
    font-family: 'AmpleSoftPro';
    font-size: 80px;
    line-height: 1;
    color: #000;
    font-weight: 500;
    margin: 0;
}

h3 {
    font-family: 'AmpleSoftPro';
    font-size: 66px;
    line-height: 1;
    color: #000000;
    font-weight: 600;
    margin: 0;
}

h4 {
    font-family: 'AmpleSoftPro';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

h5 {
    font-family: 'AmpleSoftPro';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

h6 {
    font-family: 'AmpleSoftPro';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
    background-position: right 0.7rem top 50%;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

/*---------------------------------------------------- Tabs Section Start ----------------------------------------------------------- */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

/*---------------------------------------------------- Tabs Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Carousel Section Start ----------------------------------------------------------- */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

/*---------------------------------------------------- Carousel Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Button Section Start ----------------------------------------------------------- */

.theme_btn span {
    padding: 15px 27px;
    color: #ffffff;
    z-index: 1;
    background: #181d23;
    position: relative;
    border-radius: 11px;
    font-size: 14px;
    transition: all 250ms;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    overflow: hidden;
    font-weight: 500;
}

.theme_btn {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #a5a5a5;
    border-radius: 13px;
    overflow: hidden;
    padding-right: 17px;
}

.theme-img img {
    height: max-content;
}

.theme_btn span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: #3a8c5c;
    z-index: -1;
    transition: all 250ms
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover span:before {
    width: 100%;
}

/*---------------------------------------------------- Button Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Header Section Start ----------------------------------------------------------- */

.menuSec {
    position: relative;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    left: -10px;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.site-logo img {
    width: 170px;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #040e19;
    padding: 8px 8px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #3a8c5c;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.menuSec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #3a8c5c;
    width: 110px;
    height: 100%;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.slick-slide {
    opacity: 1;
}

.main_slider {
    margin-bottom: 100px;
}

/*---------------------------------------------------- Header Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Banner Section Start ----------------------------------------------------------- */

.banner-sec {
    margin-bottom: 100px;
    position: relative;
    background: url(../images/banner.jpg) center / cover no-repeat;
    z-index: 0;
    height: 100vh;
    align-content: end;
    background-position: 50px -60px;
}

section.banner-sec.inner {
    height: 60vh;
    align-content: center;
}

.mask-img.iner {
    display: none;
}

.banner-text.iner h1 {
    color: #fff;
}

.banner-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 110px;
    height: 100%;
    z-index: -1;
}

.baner-mask {
    background-image: url(../images/mask.png);
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.mask-img {
    width: 100%;
    height: 372px;
    mask-image: url(../images/mask.png);
    mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: bottom;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 109px;
    z-index: -1;
}

.banner-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    left: 4%;
}

.social-follow {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-grid;
    gap: 160px;
    padding: 50px 35px;
}

.social-follow:before {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    background: #bdbdbd;
    width: 1px;
    height: 63%;
    right: 0;
    z-index: -1;
    margin: 0 auto;
    border-radius: 10px;
}

.social-follow ul li a:hover {
    background: #3a8c5c;
    color: #fff;
    border-color: #3a8c5c;
}

.bnr-btn a:hover {
    background: #3a8c5c;
}

.bnr-btn a:hover * {
    color: #fff;
}


.bnr-btn a {
    width: 203px;
    height: 203px;
    border: 1px solid #3a8c5c;
    border-radius: 50%;
    display: block;
    align-content: center;
    text-align: center;
    transition: 0.5s all;
}

.bnr-btn a span {
    display: block;
    font-family: 'AmpleSoftPro';
    font-size: 23px;
    color: #120809;
    font-weight: 400;
    margin-top: 18px;
}

.banner-text h1 span {
    color: #3a8c5c;
}

.banner-text p {
    width: 80%;
    margin-top: 15px;
    font-size: 18.53px;
    line-height: 31px;
    opacity: 80%;
}

.bnr-btn i {
    font-size: 20px;
    color: #3a8c5c;
    margin-top: 8px;
}

.social-follow ul li a {
    display: flex;
    border: 1px solid #c0c0c0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    background: #fff;
    color: #858585;
    transition: 0.5s all;
}

.social-follow h6 {
    writing-mode: sideways-lr;
    padding: 14px 0px 14px 12px;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    background-color: #fff;
    color: #555555;
}



/*---------------------------------------------------- Banner Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */

footer {
    background: #151515;
    padding: 80px 0 40px 0;
    position: relative;
}

.footer_logo img {
    margin-bottom: 10px;
    width: 160px;
}

.quick-links.rt ul li a {
    font-size: 14px;
}

.quick-links.rt {
    width: 82%;
    margin-left: 50px;
}

footer p {
    width: 95%;
    color: #bbbaba;
    margin-bottom: 0;
}

.footer_logo p {
    font-family: 'Roboto';
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
}

footer h3 {
    font-size: 30px;
    margin: 0 0 25px 0;
    color: #fff;
    letter-spacing: 2px;
}

.quick-links ul li {
    margin-bottom: 3px;
}

.quick-links ul li a {
    color: #bbbaba;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 13px;
    font-size: 13px;
    transition: ease-in;
    transition-duration: 0.2s;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 32px;
}

.quick-links ul li a:hover {
    color: #fff;
    transition: ease-out;
    transition-duration: 0.2s;
}

.quick-links>div {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 50px;
}

ul.footer-list li a {
    font-size: 17px;
    color: #ffffffa6;
    line-height: 40px;
    font-weight: 300;
}

ul.ftr-list li a {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 22px;
    font-size: 12px;
    color: #fff;
    padding-top: 10px;
    margin-bottom: 10px;
    transition: ease-in;
    transition-duration: 0.2s;
    opacity: 1;
}

ul.ftr-list li a:hover p {
    color: #fff;
    transition: ease-out;
    transition-duration: 0.2s;
}

ul.ftr-list li a p {
    font-size: 13px;
}

ul.ftr-list li a img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 27px;
    width: 27px;
    object-fit: contain;
}

ul.ftr-list i {
    color: #606e76;
    font-size: 24px;
}

.footer-text {
    width: 90%;
    margin: 0px 0px 0px auto;
}

.quick-links {
    width: 45%;
    margin: 0 auto;
    margin-bottom: 50px;
}

footer .col-md-3:before {
    position: absolute;
    content: "";
    background-color: #8d8d8d3d;
    right: -22px;
    height: 127%;
    width: 1px;
    top: -77px;
}

footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 70.5%;
    background: #3d3a3a;
    width: 1px;
    height: 77.7%;
}

footer .col-md-4,
footer .col-md-3,
footer .col-md-2 {
    position: relative;
}

footer .col-md-3:last-child:before {
    display: none;
}

.ftr-btm {
    background: #141414;
    padding: 12px 20px;
    border: 1px solid #8d8d8d3d;
    border-radius: 5px;
}

.ftr-btm ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

.ftr-btm ul li {
    font-size: 14px;
    color: #737373;
    font-family: 'Roboto';
}

.social-icons {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.ftr-btm ul li a i:hover {
    background: #3a8c5c;
    color: #ffffff;
}

.social-icons a i {
    color: #fff;
    font-size: 18px;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.5s;
}

.footer_bottom ul {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.footer_logo h3 {
    font-size: 22px;
    margin: 0 0 25px 0;
    font-weight: 200;
    /* font-family: 'Rajdhani'; */
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 500;
}

.footer_bottom a {
    color: white;
}

.social-icons a i:hover {
    background-color: #fff;
    border: unset;
    transition: 1s;
    color: #000;
}

/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Testimonial Section Start ------------------------------------------------------------- */

.test-txt-top {
    text-align: center;
    margin-bottom: 5px;
}

.testimonials .headtext h2 span {
    color: #003a37;
}

.testimonials .headtext p {
    color: #003a37;
    font-weight: 500;
}

.testimonials .item .box {
    display: flex;
    box-shadow: 6px 8px 20px 7px #44444417;
    box-sizing: border-box;
    padding: 40px 30px 30px 10px;
    position: relative;
    border-radius: 20px;
    background: #fff;
    margin: 40px 10px;
}

.testimonials .item .box .author {
    width: 60%;
    padding: 0px 10px;
    position: relative;
}

.testimonials .item .box .author-text {
    position: relative;
    padding-top: 18px;
    padding-bottom: 20px;
    transition: 2s;
    margin-bottom: 10px;
}

.testimonials .item .box .author-text h4 {
    color: #000;
    transition: 1s;
}

.testimonials .item .box .author-text span {
    font-weight: 500;
    color: #1e2024;
    font-size: 14px;
    transition: 1s;
    font-family: 'Montserrat';
}

.author-profile {
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid #fff;
}

.testimonials .item .box p {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    transition: 1s;
    display: inline;
    color: #9c9c9c;
    font-family: "Roboto", sans-serif;
    line-height: 30px;
    font-weight: 400;
}

.testimonials .item .box .des {
    padding-left: 10px;
    padding-bottom: 30px;
}

.testimonials .item .box p:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 14px;
    left: -23px;
    top: 10px;
    background-image: url(../images/topQuote.png);
    background-size: 100% 100%;
    transition: 2s;
    opacity: 100%;
}

.testimonials .item .box p:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 14px;
    right: -20px;
    bottom: 10px;
    background-image: url(../images/btm-quote.png);
    background-size: 100% 100%;
    transition: 2s;
}

.testimonials .item .box:hover p::before {
    filter: brightness(0) invert(1);
}

.testimonials .item .box:before {
    position: absolute;
    content: "";
    width: 12%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 20px;
    transition: 1s;
    background-color: #3a8c5c;
}

.testimonials .item .box:hover p {
    color: #fff;
}

.testimonials .item .box .author img {
    transition: 2s;
    width: 100px;
    height: 90px;
    object-fit: cover;
}

.testimonials .item .box:hover .author-text {
    color: #fff;
}

.testimonials .item .box:hover .author-text span {
    color: #fff;
}

.testimonials .item .box:hover .author-text h4 {
    color: #fff;
}

.testimonials .item .box:hover:before {
    width: 100%;
}

.heading.text-center p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    width: 73%;
    margin: 12px auto 0;
    color: #1c1c1c;
    line-height: 30px;
}

.testimonials {
    position: relative;
    margin-bottom: 100px;
}

.clientsslid .slick-active {
    opacity: 1.5;
}

.testimonials .heading-services h2 {
    color: #fff;
}

.testimonials .heading-services p {
    color: #ffffff7a;
}

.testimonials .item .box:hover p:after {
    filter: brightness(0) invert(1);
}

.heading-services {
    text-align: center;
    margin-bottom: 40px;
}

.testimonials_sldier .slick-slide {
    margin: 0px 10px;
}

.testimonials_sldier .slick-active {
    opacity: 1;
}

.test-txt-top h3 {
    font-size: 90px;
    line-height: 80px;
    color: #fff;
}

.test-txt-top p {
    font-size: 15px;
    width: 50%;
    margin: 0 auto;
    color: #fff;
    font-family: 'Roboto';
    line-height: 26px;
}

/*---------------------------------------------------- Testimonial Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Contact Section Start ------------------------------------------------------------- */

.contact-sec {
    padding: 100px 0 70px;
    margin-bottom: 100px;
    background-image: url(../images/contact-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #151515;
    position: relative;
    z-index: 0;
    background-position: 84% 0px;
}

.contact-sec:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgb(58, 140, 92);
    width: 54%;
    height: 81%;
    z-index: -1;
    border-top-left-radius: 120px;
}

.contact-main {
    padding-top: 90px;
}

.contact-main h2 {
    margin-bottom: 30px;
    line-height: 1;
    color: #fff;
    font-size: 63px;
}

.contact-main input, .contact-main textarea {
    width: 100%;
    height: 52px;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 13px;
    padding: 10px 20px;
    margin-bottom: 30px;
    color: #fff;
}

.contact-main textarea {
    height: 150px;
    resize: none;
}

.contact-main input::placeholder, .contact-main textarea::placeholder {
    font-family: 'Roboto';
    font-size: 13px;
    color: #fff;
}

.contact-main .theme_btn {
    padding: 0 16px 0 0px;
}


/*---------------------------------------------------- Contact Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Service Work Section Start ------------------------------------------------------------- */

.serv-work-sec {
    margin-bottom: 100px;
    text-align: center;
}

.service-sec:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-image: url(../images/serv-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 30%;
}

.serv-wrk-head p {
    color: #1c1c1c;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    width: 75%;
    font-weight: 500;
    margin: 10px auto 0;
}

.serv-wrk-head {
    margin-bottom: 30px;
}

.serv-work-sec .row.servwrk {
    border: 1px solid #cccfcb;
    border-radius: 12px;
    background: #f5fbf8;
}

.serv-work-sec .row.servwrk .col {
    border-left: 1px solid #cccfcb;
    padding: 55px 30px 65px;
}

.serv-work-sec .row.servwrk .col:First-child {
    border: unset;
}

.servwrk-numr {
    width: 110px;
    height: 112px;
    align-content: center;
    text-align: center;
    margin: 14px auto 20px;
    background: #3a8c5c;
    border-radius: 50%;
    color: #fff;
    font-size: 39px;
    font-family: 'AmpleSoftPro';
}

.serv-wrk-main h6 {
    color: #141414;
    font-size: 22px;
}

.serv-wrk-main h5 {
    color: #181d23;
    font-size: 28px;
}

/*---------------------------------------------------- Service Work Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Safe Product Section Start ------------------------------------------------------------- */

.safeprodut-sec {
    margin-bottom: 100px;
    padding: 200px 0;
    background-color: #c8ead5;
    position: relative;
    z-index: 0;
}

.safe-product-img img {
    width: 100%;
    height: 540px;
    object-fit: cover;
    border-radius: 12px;
    clip-path: polygon(0 0, 89% 0%, 100% 13%, 100% 70%, 100% 100%, 13% 100%, 0% 89%, 0% 30%);
}

.safe-product-img {
    width: 570px;
    margin: 0 auto;
}

.safe-product-text {
    background: #fff;
    padding: 50px 60px;
    border-radius: 13px;
    clip-path: polygon(0 0, 89% 0%, 100% 13%, 100% 70%, 100% 100%, 13% 100%, 0% 89%, 0% 30%);
}

.safe-product-text ul {
    column-count: 2;
    margin: 30px 0 27px;
}

.safe-product-text a {
    width: max-content;
}

.safe-product-text ul li {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.safe-product-text p {
    margin-top: 15px;
    font-family: 'Roboto';
    font-size: 17px;
    opacity: 80%;
    font-weight: 400;
    line-height: 30px;
}

.safe-product-text ul li h6 {
    font-size: 18px;
    color: #000;
}

.safe-product-text ul li p {
    font-size: 15px;
    margin-top: 15px;
    width: 95%;
    line-height: 26px;
}

.safe-product-text ul li i {
    font-size: 16px;
    color: #3a8c5c;
    font-family: 'FontAwesome';
    width: 35px;
    height: 30px;
    background: #ebf3ee;
    display: flex;
    align-items: center;
    justify-content: center;
}

.check-safeprdttxt {
    width: 100%;
}

.safeprodut-sec:before, .safeprodut-sec:after {
    content: '';
    position: absolute;
    top: -3px;
    right: 0;
    background: #fff;
    width: 68%;
    height: 100px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 12% 100%);
    z-index: -1;
}

.safeprodut-sec:after {
    left: 0;
    right: unset;
    top: unset;
    bottom: 0;
    clip-path: polygon(0 0, 88% 0%, 100% 100%, 0% 100%);
    width: 60%;
    height: 88px;
}

/*---------------------------------------------------- Safe Product Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Cleaning Process Section Start ------------------------------------------------------------- */


.clean-proces-sec {
    margin-bottom: 130px;
}

.clean-procss-img img {
    width: 100%;
    height: 487px;
    object-fit: cover;
    background-color: #112f1d;
    border-radius: 23px;
    clip-path: polygon(0 0, 96% 0%, 100% 9%, 100% 70%, 100% 100%, 5% 100%, 0% 91%, 0% 30%);
}

a.playclean {
    display: flex;
    position: absolute;
    top: 38%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #3a8c5cab;
    width: 95px;
    border-radius: 50%;
    z-index: 2;
    height: 95px;
    align-items: anchor-center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    box-shadow: inset 0 0 20px 7px #fff;
}

.clean-procss-img {
    position: relative;
}


.clean-proc-head {
    margin-bottom: 50px;
}

.clean-proc-head h2 span {
    display: block;
}

.clean-proc-head p {
    font-size: 16px;
    opacity: 80%;
    font-family: 'Roboto';
    font-weight: 400;
    width: 95%;
}

.clean-procs-text {
    background: #3a8c5c;
    border-radius: 12px;
    padding: 22% 70px;
    margin-left: -250px;
    margin-bottom: -100px;
    align-content: center;
    clip-path: polygon(0 0, 96% 0%, 100% 9%, 100% 70%, 100% 100%, 5% 100%, 0% 91%, 0% 30%);
}

.clean-procs-text p {
    font-size: 25px;
    color: #fff;
    line-height: 35px;
    font-weight: 300;
    font-style: italic;
    position: relative;
}

.clean-procs-text p:before {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    background: #fff;
    width: 85px;
    height: 2px;
    border-radius: 10px;
}

/*---------------------------------------------------- Cleaning Process Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Services Section Start ------------------------------------------------------------- */

.service-sec {
    padding: 10px 0 100px;
    background-color: #cdedda;
    z-index: 0;
    position: relative;
}

.service-sec .slick-dots li button:before {
    opacity: 0;
    display: none;
}

.service-sec .slick-dots li {
    background: #daf1e4;
    opacity: 1;
    width: 15px;
    height: 15px;
}

.service-sec li.slick-active {
    background-color: #fff;
}

.service-sec ul.slick-dots {
    bottom: -60px;
}

.serv-head {
    text-align: end;
    margin-bottom: 110px;
}

.serv-main {
    background: #bfe2cd;
    padding: 45px 20px 30px;
    border-radius: 20px;
    position: relative;
    clip-path: polygon(15% 0, 100% 0, 100% 30%, 100% 100%, 70% 100%, 0 100%, 0% 70%, 0 10%);
    border: 1px solid #fff;
    transition: 0.5s auto;
}

.service-sec:before {
    content: '';
    position: absolute;
    top: -4px;
    right: 0;
    background: #fff;
    width: 65%;
    height: 124px;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 12% 100%);
}

.serv-counter {
    background: #3a8c5c;
    margin-bottom: 100px;
    padding: 50px 0;
}

.serv-counter-main {
    display: flex;
    align-items: center;
    gap: 30px;
}

.serv-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 28px;
    right: 14px;
    z-index: 9999;
    border: 1px solid transparent;
    transition: 0.5s all;
}

.serv-icon img {
    width: 20px;
}

.serv-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: 0.5s all;
}

.serv-text {
    margin-bottom: 24px;
    padding-left: 35px;
}

.servcuntr-txt h4 {
    font-size: 25px;
}

.servcuntr-txt p {
    font-size: 13px;
    opacity: 60%;
    font-family: 'Roboto';
    font-weight: 400;
    width: 85%;
    line-height: 22px;
    margin-top: 6px;
}

.serv-counter-main * {
    color: #fff;
}

.serv-cuntr-numbr {
    width: 150px;
    height: 130px;
    /* border: 2px solid #cdedda; */
    align-content: center;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 600;
    position: relative;
    padding: 7px 8px 7px 8px;
    transition: 1s all;
    overflow: hidden;
    z-index: 0;
}

.servcuntr-txt {
    width: 100%;
}

.serv-text h4 {
    font-size: 30px;
    color: #181d23;
}

.serv-text p {
    color: #181d23;
    font-size: 13px;
    line-height: 23px;
    margin-top: 7px;
}

.service-sec.iner {
    background: unset;
}

.serv-main.inner {
    margin-bottom: 50px;
}

.serv-img {
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 68%, 70% 100%, 0 100%, 0% 70%, 0% 30%);
    border-radius: 23px;
    border-top-left-radius: 0;
}

.serv-main:hover .serv-img img {
    transform: scale(1.2);
    filter: brightness(0.5);
}

.serv-main:hover {
    background: #fff;
    border-color: #3a8c5c;
}

.serv-main:hover .serv-icon {
    border-color: #3a8c5c;
    transform: scale(1.2);
}

/*---------------------------------------------------- Services Section End ------------------------------------------------------------- */

/*---------------------------------------------------- About Section Start ------------------------------------------------------------- */

.about-sec {
    margin-bottom: 140px;
}

.about-text:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #3a8c5c;
    width: 100%;
    height: 72%;
    z-index: -1;
    width: 773px;
    clip-path: polygon(0 0, 96% 0%, 100% 9%, 100% 70%, 100% 100%, 5% 100%, 0% 91%, 0% 30%);
    border-radius: 20px;
}

.about-text {
    position: relative;
    padding: 50px 60px 60px;
    z-index: 1;
}

.about-text h2 {
    margin-bottom: 110px;
    margin-left: -20px;
}

.about-text p {
    margin-bottom: 25px;
    width: 84.3%;
    color: #ffff;
    font-size: 16px;
    line-height: 30px;
}

.about-text .theme_btn {
    background-color: #fffbff;
    width: max-content;
}

.site-btn .theme_btn {
    padding-right: 11px;
}

.about-text p:Last-Child {
    margin-bottom: 10px;
}

.about-img img {
    width: 100%;
    object-fit: cover;
    clip-path: polygon(0 0, 96% 0%, 100% 9%, 100% 70%, 100% 100%, 5% 100%, 0% 91%, 0% 30%);
    border-radius: 20px;
    object-position: right;
    height: 692px;
}

.about-img {
    margin-left: -91%;
}

/*---------------------------------------------------- About Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Service Detail Section Start ------------------------------------------------------------- */

.serv-detail-sec {
    margin-bottom: 100px;
}

.serv-detail-img img {
    width: 100%;
    height: 530px;
    object-fit: cover;
    border-radius: 20px;
    clip-path: polygon(0 0, 96% 0%, 100% 9%, 100% 70%, 100% 100%, 5% 100%, 0% 91%, 0% 30%);
}

.serv-detail-img {
    margin-bottom: 30px;
}

.serv-detail-text p {
    margin-top: 30px;
    font-size: 15px;
    line-height: 30px;
}

.serv-detail-text .theme_btn {
    width: max-content;
    margin-top: 25px;
}

.clean-proces-sec.inner {
    margin-bottom: 200px;
}


/*---------------------------------------------------- Service Detail Section End ------------------------------------------------------------- */

/*-------------------------------------------------------- Contact Us Page Start --------------------------------------------------------------------*/

section.contact-us {
    margin: 40px 0;
    padding: 0px 0px 100px 0px;
}

.contct-info {
    padding-left: 30px;
}

.cntct-head h2 {
    margin-bottom: 20px;
    font-size: 60px;
}

.contact-input {
    position: relative;
}

.contact-input::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 45px;
    top: 2px;
    left: 55px;
    background: url(../images/contact-line.png) no-repeat;
}

.contact-input input {
    width: 100%;
    height: 57px;
    border: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding: 10px 20px 10px 80px;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    border-radius: 10px;
}

.contact-input textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding: 12px 20px 12px 80px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    border-radius: 10px;
    resize: none;
}

.contact-input input::placeholder,
.contact-input textarea::placeholder {
    color: #909091;
}

.contact-input i {
    position: absolute;
    top: 16px;
    left: 20px;
    color: #3a8c5c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.send-btn {
    background-color: var(--lblue);
    padding: 0 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
    text-transform: uppercase;
    width: 22%;
    border: 0;
}

.send-btn .image {
    background: #fffbff;
    padding: 12px 12px;
    border: 2px solid #e1e1e1;
}

.send-btn:hover img {
    transform: translateX(8px);
}

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 34px 30px;
    border: 1px solid #c1c1c1;
    margin: 10px 0;
    border-radius: 10px;
}

.cntct-info-icon {
    width: 60px;
    height: 60px;
    border: 2px solid #3a8c5c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.cntct-info-icon i {
    font-size: 28px;
    color: var(--lblue);
    transition: 0.5s all;
}

.contact-info-item:hover i {
    transform: rotate(360deg);
    transition: 0.5s all;
}

.contact-info-item-details h5 {
    margin: 0;
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
}

.contact-info-item-details a,
.contact-info-item-details p {
    color: #8b8b8b;
    font-size: 15px;
    font-family: 'Montserrat';
    line-height: 25px;
}

.contact-input-btn button {
    border: 0;
}

.login-btn button {
    border: 2px dotted #000;
    padding: 12px 23px;
    background: #ffa200;
    color: #fff;
    border-radius: 40px;
    text-transform: uppercase;
}

.cntct-info-icon i {
    font-size: 28px;
    color: var(--lblue);
    transition: 0.5s all;
}

.cntct-info-icon i {
    color: #3a8c5c;
}

.contact-info-item-details.tt {
    width: 60%;
}

.contact-info-item-details h5 {
    font-size: 19px;
}

.contact-info-item-details.rt a {
    font-size: 23px;
}

h2.info {
    padding-left: 20px;
}

/*--------------------------------------------------------* Contact Us Page End --------------------------------------------------------------------*/

/*----------------------------------------------------- FAQ'S Section Start --------------------------------------------------------*/

section.faq-sec {
    margin-bottom: 100px;
}

.faq_wrap {
    margin-bottom: 100px;
}

.faq_wrap h4 {
    font-size: 44px;
    margin-bottom: 22px;
    font-weight: 700;
}

.faq-head h2 {
    text-transform: capitalize;
    font-size: 54px;
    margin-bottom: 8px;
}

.faq-head {
    text-align: center;
    margin-bottom: 50px;
}

.dis-block {
    display: block;
}

.faq-head p {
    width: 59%;
    margin: 0 auto;
    opacity: 80%;
}

.faq-sec .accordion-button::after {
    content: "\2b";
    font-family: "Font Awesome 6 Free";
    top: 11px;
    right: 12px;
    font-size: 35px;
    position: absolute;
    background: #fff;
    width: 60px;
    height: 60px;
    color: #3a8c5c;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.faq-sec .accordion-button:not(.collapsed)::after {
    background-image: unset;
    content: "-";
    font-size: 60px;
}

.faq-sec .accordion-button {
    font-size: 18px;
    line-height: 50px;
    background: transparent !important;
    transition: 0.5s ease-in-out;
    position: relative;
    font-family: "Montserrat";
    padding: 18px 30px;
    padding-left: 40px;
    border: 2px solid #3a8c5c;
    border-radius: 12px !important;
    color: #000;
}

.faq-sec .accordion-item {
    background-color: transparent;
    margin: 0 0 30px;
    border: unset;
}

.faq-sec .accordion-button:focus {
    box-shadow: none;
}

.accordion-collapse.collapse.show .accordion-body {
    padding: 16px 30px;
}

.faq-sec .accordion-button:not(.collapsed) {
    box-shadow: none !important;
    color: #fff;
    font-size: 20px;
    font-family: "Montserrat";
    transition: 0.5s ease-in-out;
    letter-spacing: 1px;
    padding: 17px 30px;
    padding-left: 40px;
    border-radius: unset !important;
    border: unset !important;
    border-radius: 12px !important;
    background-color: #3a8c5c !important;
}

.faq_wrap .accordion-body li img {
    margin: 0 10px 0 0;
}

.faq_wrap .accordion-body li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 0 25px;
}

.accordion-collapse.collapse.show {
    border: unset !important;
    margin-top: -10px;
    padding-top: 10px;
}

.faq_wrap .accordion-body li p {
    margin: 0 0 0px;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}

.faq-sec .accordion-button p {
    font-size: 18px;
    line-height: 34px;
    color: #666666;
    margin: 0;
}

.faq_wrap .accordion-body p {
    width: 100%;
    line-height: 32px;
    opacity: 60%;
    font-size: 16px;
}

/*----------------------------------------------------- FAQ'S Section End --------------------------------------------------------*/


.contact-sec.inner {
    background: unset;
}

.contact-sec.inner:before {
    width: 80%;
    margin: 0 auto;
    left: 0;
    border-radius: 50px;
}

img.safeprdt-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    opacity: 30%;
}

.serv-cuntr-numbr:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #ffff;
    width: 100%;
    height: 100%;
    z-index: -1;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.serv-cuntr-numbr:after {
    content: '';
    position: absolute;
    top: 1%;
    left: 1.9%;
    background: #3a8c5c;
    width: 97%;
    height: 98%;
    z-index: -1;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}