@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Montserrat:ital,wght@0,500;1,500&display=swap');

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

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    background: #f7f6f4;
    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: 'blenderpro';
    src: url(../fonts/blender-pro-medium.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: 0 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: "Cinzel", serif;
    font-size: 68px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 0 10px;
}

h2 {
    font-family: "Cinzel", serif;
    font-size: 72px;
    color: #1f1f1f;
    font-weight: 400;
    margin: 0 0 0px;
}

h3 {
    font-family: "Cinzel", serif;
    font-size: 35px;
    color: #000000;
    font-weight: 400;
    margin: 0 0 0px;
}

h4 {
    font-family: "Cinzel", serif;
    font-size: 24px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
}

h5 {
    font-family: "Cinzel", serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
}

h6 {
    font-family: "Cinzel", serif;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
}

p {
    color: #0000008a;
    font-size: 14px;
    font-family: "Montserrat", 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: space-between;
}

.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: #181d23;
    padding: 10px 20px;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    overflow: hidden;
    transition: color 0.35s ease;
}

.menuSec ul li a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #42653d;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.35s ease;
    z-index: -1;
    border-radius: 50px;
}

/* hover effect */
.menuSec ul li a:hover {
    color: #fff;
}

.menuSec ul li a:hover::before {
    transform: scaleX(1);
}

/* active effect */
/* .menuSec ul li a.active {
    color: #fff;
}

.menuSec ul li a.active::before {
    transform: scaleX(1);
} */

.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 */

/* header */

.theme_btn1 {
    padding: 3px 15px 3px 3px;
    border: 1px solid #ffffff;
    border-radius: 55px;
    color: #ffffff;
    background: #ffffff;
    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: #42653d;
    padding: 15px 30px;
    border-radius: 30px;
    color: #ffffff;
    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: #42653d;
    z-index: 1;
    transition: width 0.4s ease;
}

.theme_btn1:hover {
    color: #000 !important;
}

.theme_btn1:hover::before {
    width: 100%;
}

.theme_btn1:hover .btn-img1 img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(90deg) brightness(105%) contrast(101%);
}

.header_btn {
    text-align: end;
}

.container-fluid {
    padding: 0 4%;
}

.header-logo img {
    height: 70px;
    width: auto;
    object-fit: contain;
}

.menuSection {
    padding: 15px 0;
}

/* header */

/* banner */

.bnr_bg img {
    width: 100%;
    object-fit: cover;
    height: 745px;
}

.banner_text h1 span {
    font-size: 53px;
    display: block;
}

.banner_text h4 {
    color: #ffffff;
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: fit-content;
    border-bottom: 1px solid #73936f;
    letter-spacing: 2px;
}

.banner_text p {
    color: #b5c3b3;
    margin-bottom: 20px;
    width: 70%;
}

.carousel-control-prev,
.carousel-control-next {
    display: none;
}

.slider_btns {
    position: absolute;
    right: 180px;
    bottom: 0;
    display: flex;
    align-items: center;
    background: #f7f6f4;
    padding: 20px 20px;
    width: 270px;
    height: 110px;
    justify-content: space-evenly;
}

.slide-btn {
    background: none;
    border: none;
    font-size: 22px;
    color: #c7c6c5;
    cursor: pointer;
    transition: 0.3s;
}

.slide-btn:hover {
    color: #3d5e39;
}

.divider {
    width: 1px;
    height: 40px;
    background: #dfdedc;
    margin: 0 20px;
}

.main_slider {
    position: relative;
}

.social_sidebar {
    position: absolute;
    top: 0;
    right: 50px;
    height: 635px;
    width: 130px;
    background: #f7f6f4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    z-index: 2;
}

.social_sidebar h5 {
    writing-mode: vertical-rl;
    font-size: 14px;
    color: #3c3c3b;
    font-weight: 600;
    font-family: 'blenderpro';
}

.social_line {
    width: 1px;
    height: 200px;
    background: #d5d4d2;
}

.social_icons {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social_icons li {
    margin: 0 0 10px;
}

.social_icons a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d5d4d2;
    font-size: 16px;
    border: 1px solid #d5d4d2;
    background: #fff;
    transition: all 0.6s ease;
}

.social_icons a:hover {
    background: #42653d;
    color: #fff;
    transform: rotate(360deg);
}

/* banner */

/* about */

.about_right h2 {
    text-align: end;
    font-size: 65px;
    margin-bottom: 20px;
}

.about_right h2 span {
    display: block;
    color: #456840;
}

.abt_right_img {
    position: relative;
}

.abt_right_img>img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.abt_txt p {
    margin-bottom: 20px;
}

.abt_txt {
    position: absolute;
    margin: 10px;
    padding: 0 32px;
    top: 0;
    right: 0;
    bottom: 0;
    width: 38%;
    z-index: 1;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
}

.about_left img {
    height: 460px;
    position: absolute;
    left: 180px;
    top: 80px;
    object-fit: cover;
    width: 400px;
    border: 30px solid #f7f6f4;
    z-index: 2;
}

.about {
    position: relative;
}

/* about */

/* Available Allotments */

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

.heading p {
    width: 60%;
    margin: 0 auto;
}

.service_main img {
    height: 555px;
    object-fit: cover;
    width: 100%;
}

.service_main {
    position: relative;
    margin: 0 20px 30px;
}

.service_txt h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

a.srv_btn span {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

a.srv_btn {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    border-bottom: 1px solid #cdc8c4;
    width: fit-content;
}

a.srv_btn img {
    height: 10px;
    width: auto;
    object-fit: cover;
}

ul.srv_disnone li {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}

ul.srv_disnone li img {
    height: 15px;
    width: auto;
    object-fit: cover;
}

.service_txt {
    margin: 10px;
    background: #fff;
    padding: 25px;
    position: absolute;
    width: 96%;
    bottom: 0;
    left: 0;
}

.svr_no {
    font-family: 'blenderpro';
    font-weight: 500;
    font-size: 21px;
    color: #ffffff;
    height: 40px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

.svr_no::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: #42653d;
    height: 20px;
    width: 100%;
    z-index: -1;
    transition: all .3s ease-in;
}

ul.srv_disnone {
    margin: 20px 0;
    display: none;
    opacity: 0;
    transition: all .3s ease-in;
}

.service_main:hover .svr_no::before {
    height: 40px;
}

.service_main:hover ul.srv_disnone {
    display: block;
    opacity: 1;
}

/* Available Allotments */

/* List Your Spare Land */

.spare_land_content {
    text-align: center;
}

.spare_land {
    padding: 165px 0;
    background: url(../images/spare-land.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 5%;
}

.spare_land_content h2 {
    color: #ffffff;
    font-size: 72px;
}

.spare_land_content p {
    color: #ffffff8c;
    width: 75%;
    margin: 0 auto 20px;
}

/* List Your Spare Land */

/* why choose us */

.wcu_left_img img {
    height: 740px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 50px;
}

.wcu_right_img img {
    height: 700px;
    width: 100%;
    object-fit: cover;
    margin-top: 80px;
}

.wcu_left_txt h2 {
    font-size: 52px;
    margin-bottom: 20px;
}

.wcu_right_txt h2 {
    font-size: 66px;
    margin-bottom: 20px;
}

.wcu_padding {
    padding-left: 30px;
}

.wcu_left_txt p,
.wcu_right_txt p {
    margin-bottom: 20px;
}

.wcu_left_txt ul li {
    color: #000000;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.wcu_left_txt ul li::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    background: url(../images/checklist.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    z-index: 1;
}

.d_block {
    display: block;
}

.wcu_right_txt {
    padding-left: 50px;
}

.wcu_left {
    padding-right: 20px;
}

.wcu_right {
    padding-left: 20px;
}

/* why choose us */



/* footer start */

footer {
    background-color: #42653d;
    padding: 70px 0 40px 0;
    margin: 0 1%;
}

.footer_col h3 {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    margin: 25px 0 40px;
    text-transform: capitalize;
}

.footer_col p {
    color: #b3b3b3;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'Montserrat';
    width: 80%;
}

.contact_list p {
    margin: 0;
    font-size: 14px;
}

.contact_list p span {
    color: #e6eae5;
}

.quick_links a {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #b3b3b3;
    text-transform: capitalize;
    font-family: 'Montserrat';
    margin-bottom: 10px;
}

.footer_call a {
    font-size: 22px;
    line-height: 35px;
    font-weight: 400;
    font-family: 'Montserrat';
    color: #ffffff;
}

.footer_social li {
    width: 45px;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    border-radius: 100px;
    position: relative;
    border: 2px solid #fff;
    transition: 0.3s ease-in-out;
}

.footer_social li a {
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
}

.footer_form form {
    position: relative;
}

.footer_form form input {
    width: 100%;
    height: 60px;
    padding: 10px 25px;
    border: 1px solid #577652;
    border-radius: 50px;
    background-color: #577652;
    color: #fff;
    font-family: 'Montserrat';
}

.footer_form form input::placeholder {
    color: #8e9b8c !important;
}

.footer_form form button {
    position: absolute;
    right: 0;
    height: 60px;
    border-radius: 40px;
    padding: 0px 30px;
    border: 0;
    color: #ffffff;
    background: #b49859;
    font-weight: 500;
    font-family: 'Montserrat';
}

.copyRight_sec {
    background-color: #42653d;
    border-top: 1px solid #5d7859;
    padding: 30px 0 0;
    margin: 0 1% 1%;
}

.socialmedia-icons ul li a {
    border: 1px solid #5d7859;
    font-size: 15px;
    border-radius: 70px;
    display: flex;
    color: #ffffff;
    background: #ffffff00;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    transition: all .6s ease-in;
}

.socialmedia-icons ul li a:hover {
    background: #ffffff;
    color: #42653d;
    transform: rotate(360deg);
}

.socialmedia-icons ul {
    display: flex;
    gap: 15px;
}

.socialmedia-icons {
    margin-top: 40px;
}

.contact_list p a {
    color: #e6eae5;
}

.footer_form form input::placeholder {
    color: #fff;
    font-size: 14px;
}

.quick_links a:hover {
    transform: translateX(10px);
    color: #fff;
}

.footerPayment {
    text-align: end;
}

.copyRight_sec p {
    color: #ffffff;
    margin-bottom: 0;
}

ul.quick_links.col2 {
    column-count: 2;
}

.ftr_main {
    height: 100%;
    border-right: 1px solid #5f785a;
}

.footer_col.quickl {
    padding: 0 50px;
}

.footer_col.usefull {
    padding: 0 0px 0px 90px;
    border-left: 1px solid #5f785a;
    height: 100%;
}

.ftr_lgo img {
    height: 80px;
    width: auto;
    object-fit: cover;
    margin-bottom: 20px;
}

/* footer end */

/* Testimonial Start */

.testimonial_main ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.testimonial_main ul li h3 {
    font-size: 17px;
    transition: all .3s ease-in;
}

.testimonial_main ul li h6 {
    font-size: 16px;
    transition: all .3s ease-in;
}

.testimonial_main .rating i {
    color: #ff9c00;
    font-size: 14px;
    transition: all .3s ease-in;
}

.testimonial_main p {
    font-size: 16px;
    transition: all .3s ease-in;
}

.testimonial_main {
    padding: 60px 45px;
    background: #fff;
    position: relative;
    transition: all .3s ease-in;
}

.testimonial_main::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 30px;
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 30px solid #fff;
    transition: all .3s ease-in;
}

.quote {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    width: 55px;
    color: #42653d;
    background: #fff;
    border-radius: 50%;
    outline: 15px solid #ffffff1f;
    margin: 0 0px 70px 20px;
    font-size: 17px;
    position: relative;
    z-index: 1;
    transition: all .3s ease-in;
}

.testi_slider .slick-slide {
    opacity: 1;
    margin: 0 35px;
}

.testi_slider .testi_box:hover .testimonial_main::before {
    border-bottom: 30px solid #42653d;
}

.testi_slider .testi_box:hover .testimonial_main {
    background: #42653d;
}

.testi_slider .testi_box:hover .testimonial_main h3,
.testi_slider .testi_box:hover .testimonial_main h6 {
    color: #ffffff;
}

.testi_slider .testi_box:hover .testimonial_main p {
    color: #b3c1b1;
}

.testi_slider .testi_box:hover .quote {
    outline: 15px solid #e5e7e1;
    background: #42653d;
    color: #ffffff;
}

.testi_slider .slick-track {
    margin: 20px 0;
}

.testi_slider::before {
    content: '';
    position: absolute;
    top: 50px;
    left: -100vw;
    width: 200vw;
    border-top: 1px dashed #e3e4e0;
    z-index: -1;
}

.testi_slider .slick-slide.slick-current.slick-active.slick-center .testimonial_main::before {
    border-bottom: 30px solid #42653d;
}

.testi_slider .slick-slide.slick-current.slick-active.slick-center .testimonial_main {
    background: #42653d;
}

.testi_slider .slick-slide.slick-current.slick-active.slick-center .testimonial_main h3,
.testi_slider .slick-slide.slick-current.slick-active.slick-center .testimonial_main h6 {
    color: #ffffff;
}

.testi_slider .slick-slide.slick-current.slick-active.slick-center .testimonial_main p {
    color: #b3c1b1;
}

.testi_slider .slick-slide.slick-current.slick-active.slick-center .testimonial_main {
    background: #42653d;
}

.testi_slider .slick-slide.slick-current.slick-active.slick-center .quote {
    outline: 15px solid #e5e7e1;
    background: #42653d;
    color: #ffffff;
}

/* Testimonial end */