@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

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;
}

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;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'britannic';
    src: url(../fonts/britannic.otf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 120px 0;
}

.section-pb {
    padding: 0 0 150px;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.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;
}

h1 {
    font-family: 'britannic';
    font-size: 60px;
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h2 {
    font-family: 'britannic';
    font-size: 56px;
    line-height: 55px;
    color: #000000;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h3 {
    font-family: 'britannic';
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h4 {
    font-family: 'britannic';
    font-size: 24px;
    color: #000;
    font-weight: 700;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h5 {
    font-family: 'britannic';
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h6 {
    font-family: 'britannic';
    font-size: 14px;
    color: #000;
    font-weight: 700;
    margin: 0 0 0px;
    text-transform: uppercase;
}

p {
    color: #646363;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}

/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #202120;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

/* .menuSec ul li a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #68b429;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) scaleY(0);
    transform-origin: top center;
    transition: transform 0.4s ease;
    pointer-events: none;
}

.menuSec ul li a:hover::before,
.menuSec ul li a.active::before {
    transform: translateX(-50%) scaleY(1);
} 

.menuSec ul li a:hover,
.menuSec ul li a.active {
    color: #ff9837;
    transition: color 0.5s ease;
} */

.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;
    display: none;
}

.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;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.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;
}

/*header css start */

/* header */

.menuSection {
    padding: 10px 0 10px;
    background-color: #f1f6f0;
}

.headerbtn {
    text-align: end;
}

.header-logo {
    width: 50%;
}

/* header */

/* theme btns */

.thembtn1 {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    padding: 10px 30px;
    border: 5px solid #264334;
    background: #264334;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s ease all;
    z-index: 1;
    border-radius: 5px;
}

.thembtn1:before {
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color: #68b429;
    z-index: -1;
    border-radius: 0px;
}

.thembtn1:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    color: white;
}

.thembtn1:hover:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.thembtn2 {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    padding: 13px 20px;
    border: 5px solid #234334;
    background: #234334;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s ease all;
    z-index: 1;
    border-radius: 5px;
}

.thembtn2:before {
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color: #68b429;
    z-index: -1;
    border-radius: 5px;
}

.thembtn2:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    color: white;
}

.thembtn2:hover:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.d_block {
    display: block;
}

.container-fluid {
    padding: 0 5%;
}

/* theme btns */

/* banner */

.bnr_socials ul li a {
    color: #6fb433;
    border: 1px solid;
}

.main_slider {
    height: 790px;
    background: #f1f6f0;
    overflow: hidden;
}

.bnr_mid img {
    width: 100%;
    height: 800px;
    object-fit: cover;
    transform: scale(1.1);
    position: relative;
    z-index: 99;
}

.green_box {
    padding: 100px 60px;
    background: #234334;
}

.light_green_box {
    padding: 80px 70px;
    background: #68b429;
}

.main_slider .container-fluid {
    padding: 0;
}

.bnr_slid_nmbr span {
    font-family: 'britannic';
    font-size: 60px;
    color: #234334;
    font-weight: 700;
    line-height: 50px;
}

.bnr_slider_controls {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 40px 40px 10px 40px;
}

.bnr_slider_controls button {
    border: none;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
}

.bnr_slider_controls button img {
    height: 30px;
    width: 30px;
    object-fit: contain;
}

.bnr_txt {
    padding: 50px 100px 50px 40px;
}

.bnr_txt p {
    margin-bottom: 30px;
}

.bnr_socials {
    padding: 90px;
}

.bnr_socials .ftr_social ul li a {
    color: #6fb433;
    border: 1px solid #6fb433;
}

.bnr_socials ul {
    justify-content: center;
    margin-top: 0;
}

/* banner */

/* services */

.servtopbtn {
    text-align: end;
    transform: translateY(40px);
}

.service_main {
    height: 470px;
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.service_main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 30%;
    transition: transform 0.8s ease;
}

.service_main:hover img {
    transform: scale(1.12);
}

.service_heading {
    background: #68b429e0;
    padding: 20px 20px;
    width: 90%;
    height: 200px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0px);
    transition: transform 0.6s ease;
    gap: 10px;
}

.service_heading p {
    color: #ffffffa8;
    font-size: 14px;
    margin-top: 10px;
}

.service_heading ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ffffffa8;
    padding-bottom: 10px;
    position: relative;
}

.service_heading ul::before {
    content: '';
    background: #234334;
    border-radius: 10px;
    position: absolute;
    z-index: 1;
    height: 1px;
    width: 15%;
    bottom: -1px;
    right: 0;
    transition: width 0.9s ease-in-out;
}

.service_main:hover .service_heading ul::before {
    width: 100%;
}

.service_main:hover .service_heading {
    transform: translate(-50%, 0);
}

.service_heading h3 {
    font-size: 25px;
    color: #ffffff;
    transition: letter-spacing 0.4s ease;
    width: 80%;
}

.service_main:hover h3 {
    letter-spacing: 1px;
}

.service_heading a {
    background: #234334;
    height: 45px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 15px;
    transition: background 0.4s ease, transform 0.4s ease;
}

.service_heading a i {
    transition: background 0.4s ease, transform 0.4s ease;
}

.service_heading a:hover i {
    transform: rotate(45deg) scale(1.1);
}

.service_heading a:hover {
    background: #ff9837;
    color: #234334;
}

.service_main:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}

.service .col-lg-4:nth-child(1) {
    transform: translateY(15px);
}

.service .col-lg-4:nth-child(2) {
    transform: translateY(60px);
}

.service .col-lg-4:nth-child(3) {
    transform: translateY(110px);
}

/* services */

/* why choose us */

.wcu_heading h3 {
    color: #6fb433;
    font-size: 24px;
}

.wcu_heading {
    text-align: center;
    margin-bottom: 30px;
}

.wcu_heading p {
    margin: 0 auto;
    width: 60%;
}

.wcu_icon {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #234334;
    font-size: 36px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin: 0 auto 20px;
    border: 2px solid #234334;
    position: relative;
    z-index: 1;
}

.wcu_icon::before {
    position: absolute;
    content: '';
    background: #68b429;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transform: scale(0, 0);
    border-radius: 50%;
    z-index: -1;
    transition: all 500ms ease;
}

.wcu_main:hover .wcu_icon::before {
    transform: scale(1, 1);
}

.wcu_main:hover .wcu_icon {
    color: #ffffff;
}

.wcu_main {
    text-align: center;
    padding: 20px;
}

.wcu_main h3 {
    font-size: 37px;
    margin-bottom: 5px;
}

.wcu .col-lg-4:nth-child(2) {
    position: relative;
}

.wcu .col-lg-4:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    width: 50px;
    height: 50px;
    background: url(../images/star-wcu.png) no-repeat center/contain;
    animation: spin 3s linear infinite;
    filter: brightness(0) saturate(100%) invert(68%) sepia(21%) saturate(1302%) hue-rotate(49deg) brightness(88%) contrast(91%);
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.wcu .col-lg-4:nth-child(2)::after {
    content: "";
    position: absolute;
    top: 30px;
    right: 0;
    width: 50px;
    height: 50px;
    background: url(../images/star-wcu.png) no-repeat center/contain;
    animation: spin 3s linear infinite;
    filter: brightness(0) saturate(100%) invert(68%) sepia(21%) saturate(1302%) hue-rotate(49deg) brightness(88%) contrast(91%);
}

/* why choose us */

/* Call us now for immediate service and QUOTE */

.hero_sec {
    padding: 120px 0;
    background-image: url(../images/herobg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    text-align: center;
}

.hero_sec::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #234334f2;
    top: 0;
    left: 0;
    z-index: 1;
}

.hero_sec .container {
    position: relative;
    z-index: 99;
}

.hero_sec h2 {
    color: #fff;
    font-size: 82px;
    line-height: 75px;
    margin-bottom: 30px;
}

.hero_sec ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.hero_call {
    display: flex;
    align-items: center;
    text-align: start;
    gap: 10px;
}

.hero_call_icon a {
    height: 55px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #68b429;
    border-radius: 50%;
    font-size: 20px;
    border: 2px solid #68b429;
    transition:
        transform .35s ease,
        box-shadow .35s ease,
        background .35s ease,
        color .35s ease;
}

.hero_call_icon a:hover {
    background: #fff;
    color: #68b429;
    transform: translateY(-6px) scale(1.05);
    box-shadow: 0 12px 30px rgba(104, 180, 41, .45);
}

.hero_call h6 {
    color: #ffff;
    font-size: 14px;
}

.hero_call a h5 {
    color: #ffff;
    font-size: 30px;
    transition: all ease-in .4s;
}

.hero_call a h5:hover {
    color: #ff9837;
}

.hero_sec .thembtn1 {
    border: 5px solid #6fb433;
}

/* Call us now for immediate service and QUOTE */

/* about */

.abt_txt p {
    color: #484848;
    line-height: 30px;
    text-align: justify;
}

.abt_img {
    position: relative;
    padding-right: 20px;
    z-index: 1;
}

.abt_img img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.abt_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 320px;
    bottom: 40px;
    right: 0;
    background: #294334;
    z-index: -1;
}

.abt_exp {
    background: #68b429;
    border: 5px solid #ffffff;
    text-align: center;
    position: absolute;
    z-index: 3;
    padding: 20px 35px;
    top: 50px;
    left: -80px;
}

.abt_exp h3 {
    color: #ffffff;
    font-size: 73px;
    line-height: 60px;
}

.abt_exp h3 span {
    display: block;
    color: #ffffff;
    font-size: 36px;
    line-height: 40px;
}

.abt_txt h2 span {
    color: #294334;
}

.abt_txt ul {
    column-count: 2;
    margin: 30px 0;
}

.abt_txt ul li h3 {
    font-size: 30px;
    padding-left: 30px;
    position: relative;
}

.abt_txt {
    padding: 0 40px;
}

.abt_txt ul li h3::before {
    content: '\f105';
    position: absolute;
    top: 7px;
    left: 0;
    background: #000;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #ffffff;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    z-index: 1;
    border-radius: 50%;
}

/* about */

/* our gallery */

.gallery_slider .slick-slide {
    opacity: 1;
    margin: 0px 0px;
}

.slick-prev:before,
.slick-next:before {
    color: #000;
}

.gallery_slider .slick-prev,
.gallery_slider .slick-next {
    background: #6fb433;
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background .4s ease, transform .4s ease;
}

.gallery_slider .slick-prev:before,
.gallery_slider .slick-next:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 14px;
    color: #fff;
}

.gallery_slider .slick-prev:before {
    content: '\f060';
}

.gallery_slider .slick-next:before {
    content: '\f061';
}

.gallery_slider .slick-prev:hover,
.gallery_slider .slick-next:hover {
    background: #f89541;
}

.gallery_slider .slick-prev {
    left: -85px;
}

.gallery_slider .slick-next {
    right: -85px;
}

.gallery_main a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* .gallery_main {
    perspective: 799px;
} */

.gallery_main {
    perspective: 1300px;
}

.gallery_slider .slick-slide.slick-current.slick-active .gallery_main a {
    transform: rotateY(10deg) scale(1);
}

.gallery_main a {
    position: relative;
    transform: rotateY(-8deg) scale(1);
}

.gallery_main>a::after {
    position: absolute;
    content: "+";
    background: rgba(0, 0, 0, 0.384);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    font-size: 40px;
    transition: all 0.4s ease-in-out 0s;
    transform: scale(0);
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery_main>a:hover::after {
    transition: all 0.4s ease-in-out 0s;
    transform: scale(1);
}

.gallery_main a {
    height: 450px;
    width: 100%;
    transform: rotateY(-10deg) scale(1);
}

/* our gallery */

/* GET A FREE QUOTE */

.quote {
    padding: 120px 0 0;
    background-image: url(../images/quote-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.quote::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #234334f2;
    top: 0;
    left: 0;
    z-index: 1;
}

.quote .container {
    position: relative;
    z-index: 99;
}

.quote_left {
    background-color: #f1f6f0;
    height: 100%;
    padding: 50px;
}

.quote_left form input {
    width: 100%;
    border: 1px solid #e5e5e5;
    color: #000000;
    padding: 15px 20px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    background: transparent;
    border-radius: 5px;
}

.quote_left form input::placeholder {
    color: #808080;
}

.quote_left h3 {
    font-size: 56px;
    margin-bottom: 20px;
}

.quote_right img {
    object-fit: cover;
    width: 100%;
    height: 500px;
}

.quote_left form select {
    width: 100%;
    border: 1px solid #e5e5e5;
    color: #808080;
    padding: 15px 20px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    background: transparent;
    border-radius: 5px;
}

/* GET A FREE QUOTE */

/* testimonial */

.testi_txt p {
    line-height: 30px;
    text-align: justify;
}

.testimonial h3 {
    color: #68b429;
}

.testimonial_main {
    padding: 40px 40px 0;
    background: #f1f6f0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    gap: 40px;
}

.avatar img {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ffffff;
}

.testi_btm h4 {
    font-size: 48px;
    color: #ffffff;
    line-height: 35px;
}

.testi_btm h4 span {
    display: block;
    font-size: 20px;
}

.testi_btm ul {
    height: 140px;
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 2;
}

.testi_btm {
    height: 140px;
    position: relative;
}

.testi_btm ul::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #234334;
    bottom: 0;
    z-index: -1;
    left: 50px;
}

.testi_btm ul::after {
    content: '\f10e';
    position: absolute;
    bottom: 50%;
    right: 0;
    height: 70px;
    font-size: 80px;
    color: #75b43b;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    z-index: 1;
    width: 90px;
    transform: translate(0, 50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial_slider .slick-slide {
    opacity: 1;
}

.testimonial_slider {
    position: relative;
}

.testimonial_slider .slick-dots {
    position: absolute;
    left: -30px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: start;
    align-items: start;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 10;
}

.testimonial_slider .slick-dots li {
    margin: 0;
}

.testimonial_slider .slick-dots li button {
    font-size: 0;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}

.testimonial_slider .slick-dots li button::before {
    display: none;
}

.testimonial_slider .slick-dots li.slick-active button::before {
    height: 45px;
    background-color: #234334;
    margin: 10px 0px;
}

.testimonial_slider .slick-active {
    opacity: 1;
}

.testimonial_slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 26px;
    margin: 2px 5px !important;
    padding: 0;
    cursor: pointer;
    background-color: #7bb442;
}

.testimonial_slider .slick-dots li.slick-active {
    height: 50px;
    background: #264334;
}

/* testimonial */

/* footer*/

.ftr_txt {
    margin-right: 50px;
}

.ftr_txt p {
    margin-top: 30px;
    color: #fff;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 40px;
}

.footerSec h4 {
    color: #ffffff;
    font-size: 30px;
    padding-bottom: 20px;
    margin-bottom: 50px;
    border-bottom: 2px solid #234334;
    width: fit-content;
}

.quick_links ul li {
    margin-bottom: 25px;
}

.quick_links ul li a {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.quick_links ul li a:hover {
    color: #234334;
}

.contact_links ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 14px;
}

.contact_links ul li {
    color: #fff;
    margin-bottom: 30px;
}

.contact_links ul li a:hover {
    color: #264334;
    font-size: 14px;
}

.ftr_social ul {
    margin-top: 40px;
    display: flex;
    gap: 12px;
}

.ftr_social ul li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: #ffffff;
}

.ftr_social ul li a:hover {
    color: #ffffff;
    background: #264334;
    border: 1px solid #6fb433ed;
}

.footerSec::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #6fb433ed;
    top: 0;
    left: 0;
    z-index: 0;
}

.footerSec {
    padding: 100px 0 40px;
    background-image: url(../images/ftr_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.footerSec .container {
    position: relative;
    z-index: 99;
}

.dbhfg {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.ftr_call {
    background-color: #264334;
    border-radius: 5px;
    padding: 20px 20px;
}

.ftr_call .hero_call a h5:hover {
    color: #000000;
}

.copy-txt p {
    color: #fff;
    background: #234334;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    z-index: 99;
}

.footer-btm::before {
    content: '';
    position: absolute;
    top: 35px;
    left: 0;
    background: #ffffff29;
    height: 1px;
    width: 100%;
    z-index: 1;
}

.footer-btm {
    position: relative;
}

.ftr_logo {
    width: 50%;
    background: #ffffff;
    border-radius: 5px;
}


/* footer end */

html,
body {
    overflow-x: hidden;
}

/* contact form  */

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input::placeholder,
#msform textarea::placeholder {
    color: #9a9a9a;
    font-family: 'Roboto';
    font-size: 14px;
}

#msform input,
#msform textarea,
#msform select {
    padding: 11px 15px 11px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 19px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #000;
    background-color: #ECEFF1;
    font-size: 16px;
    appearance: none;
    font-family: 'Montserrat';
}

/* .chkbox-quote {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
} */

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #843800;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: #1d1d1d;
    font-weight: bold;
    color: #fff;
    border: 0 none;
    border-radius: 30px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
    font-family: 'Montserrat';
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #000;
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 30px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 40px 70px !important;
}

.fs-title {
    font-size: 33px;
    color: #000;
    margin-bottom: 16px;
    text-align: left;
    font-weight: 200;
}

.purple-text {
    color: #234334;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: #808080;
    text-align: left;
    margin-bottom: 10px;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #6fb433;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 16%;
    float: left;
    position: relative;
    font-weight: 400;
    color: #808080;
    font-family: 'Montserrat';
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f05a"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f093"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f15b"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar #appointment:before {
    font-family: FontAwesome;
    content: "\f274 "
}

#progressbar #additional:before {
    font-family: FontAwesome;
    content: "\f05a"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: #264334;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #6fb433;
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #6fb433;
}

.fit-image {
    width: 100%;
    object-fit: cover;
    filter: brightness(0) saturate(100%) invert(23%) sepia(25%) saturate(605%) hue-rotate(100deg) brightness(94%) contrast(98%);
}

/* .book-emer-main input {
    width: unset !important;
    margin-bottom: 0px !important;
    padding: 7px !important;
    appearance: auto !important;
} */

.service-book-form {
    background-image: url(../images/quote-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: #7b3013;
    background-position: center;
    padding: 60px 0;
    position: relative;
}

.service-book-form .container {
    position: relative;
    z-index: 99;
}

.service-book-form::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #234334f2;
    top: 0;
    left: 0;
    z-index: 1;
}

.form-card p {
    color: #808080;
    text-align: left;
    margin-bottom: 7px;
    font-size: 14px;
}

.service-book-form h2#heading {
    font-family: 'Montserrat';
    font-weight: 600;
    color: #000;
}


.modal-content {
    border-radius: 0px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.modal-header {
    background: linear-gradient(360deg, rgba(82, 165, 198, 1) 45%, rgba(101, 208, 226, 1) 74%);
    color: white;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.modal-body {
    padding: 2rem;
    text-align: center;
}

.modal-footer {
    border-top: none;
    border-radius: unset !important;
}

.btn-custom {
    background-color: #06365e;
    color: white;
    border-radius: 50px;
    padding: 0.5rem 1.5rem;
    transition: 0.3s;
}

.btn-custom:hover {
    background-color: #000;
    color: #fff;
}

.modal-header h5 {
    color: #fff;
    font-size: 20px;
}

.modal-body h4 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
    color: #000;
    font-family: 'Montserrat';
    text-transform: capitalize;
}

#msform select {
    color: #9a9a9a;
    font-family: 'Roboto';
    font-size: 14px;
}

.modal-header .btn-close {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(3374%) hue-rotate(121deg) brightness(121%) contrast(109%);
    opacity: 1;
}

#msform textarea {
    height: 210px;
    resize: none;
}

.modal-body a.theme-btn {
    margin: 0 auto;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.service-book-form .custom-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
    margin-bottom: 10px;
}

.service-book-form .custom-checkbox input {
    display: none;
}

.service-book-form .checkmark {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    background: #ECEFF1;
    position: relative;
    transition: all 0.3s ease;
}

.service-book-form .checkmark::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.service-book-form .custom-checkbox input:checked+.checkmark {
    background: #843800;
    border-color: #843800;
}

.service-book-form .custom-checkbox input:checked+.checkmark::after {
    opacity: 1;
}

.about-right-img img {
    width: 520px;
    object-fit: scale-down;
}

.book-emer-main {
    width: max-content;
}

.upload-area {
    border: 2px dashed #6fb433;
    padding: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: 0.3s;
    background: #ffffff;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.upload-area input[type="file"] {
    display: none;
}

.upload-area p {
    font-size: 16px;
    color: #555;
}

.preview-images {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.preview-images img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #ddd;
}

html {
    scroll-behavior: smooth;
}

/* contact form  */