@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital@0;1&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    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: 'averta';
    src: url(../fonts/averta.ttf);
}

/***** 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: 100px 0;
}

.all-section-btm {
    padding: 0px 0 100px;
}

.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: 'averta';
    text-transform: uppercase;
    font-size: 60px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 15px;
    line-height: 65px;
}

h2 {
    font-family: 'averta';
    text-transform: uppercase;
    font-size: 60px;
    color: #343c3e;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: 'averta';
    text-transform: uppercase;
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: 'averta';
    text-transform: uppercase;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: 'averta';
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: 'averta';
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #4c4c4c;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px 0 20px;
}

/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 2px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #252d2f;
    border-radius: 50px;
}

.menuSec ul li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}

.menuSec ul li a {
    color: #ffffff;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 50px;
    transition: all 0.4s ease-in;
}

.menuSec ul li a:hover,
.menuSec ul li a:active {
    background: #0abe63;
    color: #ffffff;
}

.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 */


/*banner css 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;
}


/*banner css end*/


/* search box css */

.top-shipping ul li {
    margin-right: 15px;
}

.top-shipping ul {
    align-items: baseline !important;
}

body.search-open {
    overflow: hidden;
}

.close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: 0;
    font-size: 50px;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: black;
    padding: 1rem 1.25rem;
    border-radius: 50%;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font: 18px;
    opacity: 1 !important;
    width: 50px;
    height: 50px;
}

.close:hover {
    background: #e21d1a;
    color: white;
    opacity: 1 !important;
    top: 2rem;
    right: 2rem;
}

.search-box.search-elem {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000000b0;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.search-box.search-elem .inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.search-box.search-elem label {
    color: white;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

.search-box.search-elem button.submit {
    outline: none;
    position: absolute;
    top: 0;
    right: 15px;
    height: 70px;
    color: #ffffff;
    width: 171px;
    height: 55px;
    background: #000000;
    font-family: 'Poppins';
    font-size: 22px;
    cursor: pointer;
    border: 0;
}

.top-cart ul li i {
    margin-right: 13px;
    font-size: 20px;
}

.search-box.search-elem button.submit[disabled] {
    width: 171px;
    height: 55px;
    font-size: 20px;
    color: white;
    background: linear-gradient(to top, #e70e0e 0%, #f66565 100%);
    display: inline-block;
}

.search-box.search-elem input[type=text] {
    padding: 20px;
    height: 55px;
    width: 80%;
    font-size: 32px;
    font-family: 'Poppins';
    font-weight: 300;
    border: none;
    border-bottom: solid 2px #e21d1a;
    transition: border 0.3s;
    border-radius: 0;
}

.search-box.search-elem input[type=text]:focus {
    border-bottom: solid 2px #55cd6c;
    box-shadow: none;
}

.search-box.search-elem label.placeholder {
    position: absolute;
    top: 13px;
    left: 2rem;
    font-size: 32px;
    font-weight: 300;
    font-family: 'Poppins';
    color: #999;
    transition: all 0.3s;
}

.search-box.search-elem label.placeholder.move-up {
    top: -25px;
    color: white;
    font-size: 17px;
    font-family: 'Poppins';
}

.search-box.search-elem.search-open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.search-btn {
    font-family: 'Raleway', sans-serif;
    font-size: 0.875rem;
    padding: 0 10px;
    display: inline-block;
    color: white;
}

/* end search box css */


.container-fluid {
    padding: 0 5%;
}

.headerbtn {
    text-align: end;
}

.theme_btn2 {
    padding: 3px 15px 3px 3px;
    border: 1px solid #252d2f;
    border-radius: 55px;
    color: #ffffff;
    background: #252d2f;
    position: relative;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;

    font-weight: 500;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-transform: capitalize;
}

.theme-btn-inner2 {
    display: flex;
    gap: 12px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.btn-text2 {
    text-transform: uppercase;
    background: #0abe63;
    padding: 15px 30px;
    border-radius: 30px;
    color: #fff;
    transition: all 0.3s ease;
}

.btn-img2 img {
    transition: all 0.3s ease;
}

.theme_btn2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 50px;
    background-color: #0abe63;
    z-index: 1;
    transition: width 0.4s ease;
}

.theme_btn2:hover {
    color: #000 !important;
}

.theme_btn2:hover::before {
    width: 100%;
}

.theme_btn2:hover .btn-text2 {
    background: transparent;
    color: #ffffff;
}

.theme_btn2:hover .btn-img2 img {
    filter: brightness(0) invert(1);
}



.theme_btn3 {
    padding: 3px 15px 3px 3px;
    border: 1px solid #0abe63;
    border-radius: 55px;
    color: #ffffff;
    background: #0abe63;
    position: relative;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-transform: capitalize;
}

.theme-btn-inner3 {
    display: flex;
    gap: 12px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.btn-text3 {
    text-transform: uppercase;
    background: #343c3e;
    padding: 15px 30px;
    border-radius: 30px;
    color: #fff;
    transition: all 0.3s ease;
}

.btn-img3 img {
    transition: all 0.3s ease;
}

.theme_btn3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 50px;
    background-color: #343c3e;
    z-index: 1;
    transition: width 0.4s ease;
}

.theme_btn3:hover {
    color: #000 !important;
}

.theme_btn3:hover::before {
    width: 100%;
}

.theme_btn3:hover .btn-text3 {
    background: transparent;
    color: #ffffff;
}

.theme_btn3:hover .btn-img3 img {
    filter: brightness(0) invert(1);
}

.d_block {
    display: block;
}

/* banner */

.menuSection {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 15px 0;
}

.main_slider {
    position: relative;
    height: auto;
    padding-top: 150px;
}

.bnr_bg img {
    width: 100%;
    height: 660px;
    border-radius: 10px;
    object-fit: cover;
    position: relative;
    z-index: 2;
    margin-top: -30px;
}

.banner_text {
    position: relative;
    z-index: 3;
    text-align: center;
}

.banner_text h1 span {
    display: block;
    color: #0abe63;
    font-size: 71px;
}

.banner_text p {
    width: 60%;
    margin: 0 auto 25px;
    color: #c2c5c5;
}

.main_slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 76%;
    background: linear-gradient(161deg, rgba(55, 120, 93, 1) 0%, rgba(52, 61, 62, 1) 50%, rgba(55, 121, 93, 1) 100%);
    z-index: 1;
}

.bnr_btn {
    width: fit-content;
    height: fit-content;
    margin: 0 auto;
    padding: 5px;
    border-radius: 50px;
    background: #343d3f;
}

/* banner */

/* about */

.abt_txt h2 {
    font-size: 60px;
    color: #343c3e;
    margin: 0px 0 0px;
    line-height: 55px;
}

.abt_txt h2 span {
    display: block;
    color: #0abe63;
    font-size: 30px;
}

.abt_img img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.abt_txt.wow {
    padding-left: 20px;
}

.theme_btn1 {
    padding: 3px 15px 3px 3px;
    border: 1px solid #0abe63;
    border-radius: 55px;
    color: #ffffff;
    background: #0abe63;
    position: relative;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-transform: capitalize;
}

.theme-btn-inner1 {
    display: flex;
    gap: 12px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.btn-text1 {
    text-transform: uppercase;
    background: #ffffff;
    padding: 15px 30px;
    border-radius: 30px;
    color: #000000;
    transition: all 0.3s ease;
}

.btn-img1 img {
    transition: all 0.3s ease;
}

.theme_btn1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 50px;
    background-color: #ffffff;
    z-index: 1;
    transition: width 0.4s ease;
}

.theme_btn1:hover {
    color: #000 !important;
}

.theme_btn1:hover::before {
    width: 100%;
}

.theme_btn1:hover .btn-text1 {
    background: transparent;
    color: #000000;
}

.theme_btn1:hover .btn-img1 img {
    filter: brightness(0) saturate(100%) invert(59%) sepia(61%) saturate(3218%) hue-rotate(110deg) brightness(94%) contrast(92%);
}

.counter_txt {
    text-align: center;
    padding: 30px 70px;
    border-right: 1px solid #d0d0d0;
    position: relative;
}

.counter:hover ul {
    border-top: 1px solid #0abe63;
}

.counter:hover .counter_txt::before {
    height: 100%;
}

.counter_txt::before {
    content: '';
    position: absolute;
    right: -1px;
    bottom: 0;
    width: 1px;
    height: 20%;
    background: #0abe63;
    z-index: 1;
    transition: height .4s ease-in;
}

.counter_txt h2 {
    font-size: 60px;
    color: #0abe63;
    margin-bottom: 0;
}

.counter_txt span {
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: bold;
    color: #333b3d;
}

.counter ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    border-top: 1px solid #d0d0d0;
    transition: all .4s ease-in;
}

.counter ul li:last-child .counter_txt::before {
    display: none;
}

.counter ul li:last-child .counter_txt {
    border-right: none;
}

/* about */

/* services */

.heading p {
    width: 58%;
    margin: 0 auto;
}

.heading {
    text-align: center;
    margin-bottom: 30px;
}

.services {
    background: #fdfdfd;
}

.ser_img img {
    border-radius: 10px;
    height: 290px;
    width: 100%;
    object-fit: cover;
}

.service_cards {
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: all .3s ease-in;
}

.ser_txt {
    padding: 30px 20px;
    transition: all .3s ease-in;
}

.ser_txt ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.ser_txt a {
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #000000;
    border-bottom: 1px solid #7f7f7f;
    text-transform: uppercase;
    line-height: 20px;
    margin-top: 15px;
    display: inline-block;
    transition: all .3s ease-in;
}

.ser_txt p {
    margin-bottom: 0;
    transition: all .3s ease-in;
}

.ser_txt h4 {
    margin-bottom: 0;
    color: #0abe63;
    font-size: 25px;
    transition: all .3s ease-in;
}

.ser_txt span {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #ffffff;
    background: #0abe63;
    padding: 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    transition: all .3s ease-in;
}

.ser_txt span i {
    font-size: 14px;
    color: #ffffff;
    transition: all .3s ease-in;
}

.ser_txt h3 {
    color: #333b3d;
    margin-bottom: 10px;
    font-size: 25px;
    transition: all .3s ease-in;
}

.service_cards:hover .ser_txt a {
    color: #ffffff;
    border-bottom: #ffffffc2;
}

.service_cards:hover .ser_txt h4,
.service_cards:hover .ser_txt h3,
.service_cards:hover .ser_txt p {
    color: #ffffff;
}

.service_cards:hover .ser_txt span {
    color: #000000;
    background: #ffffff;
}

.service_cards:hover .ser_txt span i {
    color: #0abe63;
}

.service_cards:hover {
    background: #0abe63;
}

.service_slider .slick-track {
    margin: 30px 0;
}

.service_slider .slick-active {
    opacity: 1;
    margin: 0 30px;
}

.service_slider .slick-dots li button:before {
    content: none;
}

.service_slider .slick-dots li {
    margin: 0 5px;
}

.service_slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #0abe63;
    border: 1px solid #0abe63;
    border-radius: 100px;
    display: flex;
    padding-top: 2px;
    align-items: center;
    justify-content: center;
}

.service_slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 8px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.service_slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 8px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* services */

/* hero */

.hero {
    padding: 140px 0;
    background: url(../images/hero-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.hero_right_txt {
    position: relative;
    z-index: 2;
}

.hero_right_txt h2 {
    font-size: 60px;
    color: #ffffff;
    margin: 0px 0 0px;
    line-height: 55px;
}

.hero_right_txt h2 span {
    display: block;
    color: #0abe63;
    font-size: 30px;
}

.hero_right_txt p {
    color: #afb3b3;
}

.hero .row {
    justify-content: end;
}

/* hero */


/* why choose us */

.wcu_img img {
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
    height: 400px;
}

.wcu_heading h2 {
    font-size: 60px;
    color: #343c3e;
    margin: 0px 0 0px;
    line-height: 55px;
}

.wcu_heading h2 span {
    display: block;
    color: #0abe63;
    font-size: 30px;
}

.wcu_txt ul li p {
    margin-bottom: 0;
}

.wcu_txt ul li h4 {
    margin-bottom: 15px;
    font-size: 20px;
}

.wcu_txt ul li {
    position: relative;
    padding-left: 60px;
    padding-bottom: 30px;
    z-index: 1;
}

.wcu_txt span {
    font-family: 'averta';
    text-transform: uppercase;
    font-size: 15px;
    color: #ffffff;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #333b3d;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.wcu_txt ul li::after {
    content: '';
    position: absolute;
    top: -30px;
    z-index: 1;
    height: 100%;
    border-left: 1px solid #d0d2d1;
    left: 20px;
}

.wcu_img {
    padding-right: 20px;
}

.wcu_txt ul li:nth-child(2) span {
    background: #0abe63;
}

.wcu_txt ul li:nth-child(2)::after {
    content: '';
    position: absolute;
    top: -30px;
    z-index: 1;
    height: 100%;
    border-left: 1px solid #0abe63;
    left: 20px;
}

.wcu_txt ul li:nth-child(1)::after {
    content: '';
    position: absolute;
    top: 0px;
    z-index: 1;
    height: 100%;
    border-left: 1px solid #d0d2d1;
    left: 20px;
}

/* why choose us */

/* Testimonials */

.quote_img img {
    height: 60px;
    width: 70px;
    object-fit: contain;
    margin: 0 auto 30px;
    transition: all .3s ease-in;
}

.testimonial_txt p {
    transition: all .3s ease-in;
}

.testimonial_txt {
    padding: 20px 30px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: all .3s ease-in;
    position: relative;
}

ul.client {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding: 0 10px;
}

.client img {
    border: 4px solid #333b3d;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    object-fit: cover;
    transition: border 0.3s ease-in;
}

ul.client h3 {
    font-size: 20px;
    color: #333b3d;
    transition: all .3s ease-in;
}

ul.client p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

ul.rating {
    display: flex;
    justify-content: flex-end;
    gap: 3px;
    align-items: center;
    color: #ff9c00;
}

.avatar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 10px;
    margin-top: 40px;
}

.testimonial_slider .slick-slide {
    opacity: 1;
}

.testimonial_main:hover .testimonial_txt::before,
.slick-center .testimonial_txt::before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 55px;
    background: #0abe63;
    width: 30px;
    height: 30px;
    clip-path: polygon(0 0, 0 100%, 100% 0);
    transition: all .3s ease-in;
}

.testimonial_main:hover .testimonial_txt,
.slick-center .testimonial_txt {
    background: #0abe63;
}

.testimonial_main:hover .client img,
.slick-center .client img {
    border: 4px solid #0abe63;
}

.testimonial_main:hover .quote_img img,
.slick-center .quote_img img {
    filter: brightness(0) saturate(100%) invert(94%) sepia(47%) saturate(0%) hue-rotate(167deg) brightness(105%) contrast(106%);
}

.testimonial_main:hover .client h3,
.slick-center .client h3 {
    color: #0abe63;
}

.testimonial_main:hover .testimonial_txt p,
.slick-center .testimonial_txt p {
    color: #9fe6c2;
}

/* Testimonials */

/* footer */

.ftr_contact_icon a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333b3d;
    font-size: 20px;
    color: #ffffff;
    transition: all .3s ease-in;
}

.ftr_contact_icon a:hover {
    background: #0abe63;
}

.ftr_contact ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
    margin-bottom: 50px;
    margin-top: 30px;
}

.ftr_contact ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 10px;
}

.ftr_contact h4 {
    color: #26202e;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
}

.ftr_contact_info a {
    color: #26202e;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-transform: none;
}

.ftr_contact p {
    margin-bottom: 0;
}

.ftr_lgo p {
    margin: 30px 0;
    color: #c2c5c6;
    width: 80%;
}

.footer_mid h5 {
    font-size: 20px;
    color: #0abe63;
    margin-bottom: 30px;
}

.ftr_lgo ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
}

.ftr_lgo ul li a {
    width: 40px;
    height: 40px;
    border: 1px solid #5d6e6a;
    color: #4e615d;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    transition: all .3s ease-in;
}

.ftr_lgo ul li a:hover {
    border: 1px solid #0abe63;
    color: #ffffff;
    background: #0abe63;
}

.footer_mid {
    background: linear-gradient(12deg, rgba(51, 60, 61, 1) 0%, rgba(54, 121, 93, 1) 100%);
    padding-top: 95px;
    position: relative;
}

.quick_links ul li a {
    font-size: 14px;
    color: #ffffff;
    font-family: 'Montserrat';
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.quick_links ul {
    column-count: 2;
}

.ftr_form {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 10px;
    background: #ffffff;
    max-width: 600px;
    margin: -40% 0 0 auto;
    border-bottom-left-radius: 0;
}

.ftr_form h3 {
    font-size: 30px;
    color: #0abe63;
    margin-bottom: 10px;
}

.ftr_form form input,
.ftr_form form textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
    font-size: 14px;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    border: 1px solid #0000001c;
    border-radius: 10px;
}

.ftr_form form input::placeholder,
.ftr_form form textarea::placeholder {
    color: #4c4c4c;
    text-transform: capitalize;
}

.ftr_form form textarea {
    resize: none;
    height: 120px;
}


.copy_right p {
    color: #000000;
    margin-bottom: 0;
    text-align: center;
    padding: 30px 0;
    position: relative;
    z-index: 2;
}

.footer_mid::before {
    content: '';
    position: absolute;
    background: #ffffff;
    bottom: 0;
    left: 0;
    height: 85px;
    width: 59%;
    z-index: 1;
}

.quick_links {
    padding-left: 50px;
}

/* footer */