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

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

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

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

@font-face {
    font-family: 'Bodera';
    src: url(../font/bodera-regular.otf);
}

img {
    max-width: 100%;
}

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

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

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

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

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

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

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

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

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

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

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

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

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

h1 {
    font-family: 'Bodera';
    font-size: 122px;
    line-height: 1;
    color: #000;
    font-weight: 500;
    margin: 0;
}

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

h3 {
    font-family: 'Bodera';
    font-size: 55px;
    line-height: 1.1;
    color: #000000;
    font-weight: 500;
    margin: 0;
}

h4 {
    font-family: 'Bodera';
    font-size: 57px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


.theme_btn {
    background-color: #7d876c;
    border-radius: 45px;
    padding: 0px 7px 0px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    text-transform: uppercase;
    font-family: "Montserrat", serif;
    height: 65px;
    color: #fff;
    border: 2px solid #fff;
    width: max-content;
}

.theme_btn img {
    transition: 0.6s;
}

.theme_btn:hover img {
    transform: rotate(360deg);
}

.theme_btn:hover span {
    color: #FFF;
}

.theme_btn:hover .btn-img {
    background: #fff;
}

.theme_btn:hover .btn-img img {
    filter: brightness(0.1);
}

.theme_btn span {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.curved-edge:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    --c: 50px;
    height: 180px;
    aspect-ratio: 2.7 / 2;
    mask: radial-gradient(60% var(--c) at bottom, #0000 calc(100% - 2px), #000);
    z-index: -1;
}

.btn-img img {
    width: min-content;
    height: min-content !important;
}

.btn-img {
    background: #fff;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}


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

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

.menuSec {
    padding: 15px 0 17px;
    border-bottom: 1px solid #c2beb7;
    margin-bottom: 21px;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 37px;
    justify-content: center;
    left: -28px;
}

.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: #34352f;
    padding: 10px 15px;
    font-size: 14px;
    opacity: 80%;
    text-transform: uppercase;
    font-weight: 600;
}

.menuSec ul li:last-child a:after {
    display: none;
}

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

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

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

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

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

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

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

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

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

.menuSec ul:after {
    clear: both;
}

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

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

.droopdwon {
    float: left;
}

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

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

.slick-slide {
    opacity: 1;
}

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

.header-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}

.header-buttons a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c2beb7;
    border-radius: 50%;
    transition: 0.5s all;
}

.header-buttons a img {
    filter: brightness(0) saturate(100%) invert(53%) sepia(17%) saturate(405%) hue-rotate(40deg) brightness(93%) contrast(90%);
}

.header-buttons a:hover {
    background: #7d876c;
    border-color: #7d876c;
}

.header-buttons a:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(340deg) brightness(105%) contrast(101%);
}

.menuSec:before, .menuSec:after {
    content: '';
    position: absolute;
    top: 0;
    left: 33%;
    background: #c2beb7;
    width: 1px;
    height: 100%;
    z-index: 1;
}

.menuSec:after {
    left: unset;
    right: 21%;
}

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

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

.banner-sec {
    position: relative;
    background-color: #f0eae0;
    height: 110vh;
    z-index: 1;
    padding: 0% 0 7%;
    margin-bottom: 100px;
    align-content: end;
}

.banner-sec img.bnrleft {
    position: absolute;
    left: -9.6%;
    top: 19%;
}

.banner-sec img.bnrright {
    position: absolute;
    right: -9.2%;
    top: 15%;
}

.banner-sec img.bnrline {
    position: absolute;
    top: 14%;
    width: 100%;
    object-fit: cover;
    left: 0px;
    height: 450px;
    z-index: -1;
    animation: moveLine 10s linear infinite;
}

.banner-sec img.bnrcloud {
    position: absolute;
    bottom: -8%;
    left: 0;
    width: 100%;
    object-fit: cover;
}

.banner-sec:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../images/bnr-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.baner-img-slider .slick-slide {
    margin: 0;
}

.banr-image img {
    height: 620px;
    object-fit: contain;
}

.baner-heading h2 {
    font-size: 92px;
    line-height: 1;
}

.baner-heading h2 span {
    color: #7d876c;
    font-size: 94px;
}

.baner-img-slider {
    position: absolute;
    top: 14%;
    left: 25px;
    right: 0;
    margin: 0 auto;
}

.baner-heading {
    width: 107%;
}

.baner-text p {
    opacity: 80%;
    width: 108%;
    margin-bottom: 100px;
}

.banner-sec .slick-arrow {
    top: 84%;
    z-index: 2;
}

.banner-sec .slick-next {
    right: 29%;
}

.banner-sec .slick-prev {
    left: 65.5%;
}

.banner-sec .slick-arrow:before {
    content: '\f061';
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #000;
    font-family: 'FontAwesome';
    border: 1px solid #b4ada7;
    opacity: 1 !important;
    z-index: 999;
    font-size: 15px;
}

.banner-sec .slick-prev:before {
    content: '\f060';
}

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

/*---------------------------------------------------- Message Section Start ------------------------------------------------------------- */

.message-image img {
    width: 400px;
    height: 400px;
    object-fit: cover;
    border-radius: 50%;
    border: 17px solid #fff;
    animation: heartbeat 1.5s linear infinite both;
}

.message-image.one:before {
    transform: rotate(40deg);
    left: 0%;
    top: -140px;
}

.message-main.two .message-image img.msgoutsi {
    position: absolute;
    top: -65px;
    left: 112px;
    width: 238px;
    border: unset;
    border-radius: unset;
    height: unset;
    z-index: 2;
    object-position: unset;
    animation: unset;
    background: unset;
}

.message-main.two .message-image:before {
    right: 0;
    top: -112px;
    left: 65px;
    border-radius: 0rem 30rem 30rem 0rem;
    transform: rotate(-70deg);
    margin: 0 auto;
    width: 255px;
}


.message-sec {
    margin-bottom: 100px;
    padding-top: 40px;
}

.message-text a:hover {
    background: #7d876c;
    color: #fff;
}

.message-text a {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #000;
    font-family: 'FontAwesome';
    border: 1px solid #b4ada7;
    font-size: 18px;
    margin: 0 auto;
    transition: 0.7s all;
}

.message-text h3 {
    color: #55603c;
    margin-bottom: 20px;
}

.message-image {
    position: relative;
    text-align: center;
    height: 400px;
    width: 400px;
    display: grid;
    place-content: center;
    margin: 0 auto 50px;
}

.message-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: -23px;
    bottom: 0;
    width: 230px;
    height: 110%;
    background-color: #7d876c;
    border-radius: 30rem 0rem 0rem 30rem;
    z-index: -1;
    margin: auto;
}

.message-main.thre .message-image {
    margin: 0 0 50px auto;
}

.messgae-head {
    text-align: center;
    margin-bottom: 70px;
}

.messgae-head p {
    width: 70%;
    margin: 0 auto;
    opacity: 60%;
}

.messgae-head h2 {
    margin-bottom: 5px;
}

.message-text {
    text-align: center;
}

/*---------------------------------------------------- Message Section End ------------------------------------------------------------- */

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

.about-img img {
    width: 560px;
    height: 560px;
    object-fit: cover;
    border-radius: 50%;
    border: 30px solid #fff;
    animation: wobble-hor-bottom 7s linear infinite both;
    object-position: 0 -35px;
}

.about-img {
    position: relative;
    text-align: center;
    height: 600px;
    width: 600px;
    display: grid;
    place-content: center;
    margin: 0 30px 0 auto;
}

.about-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: -40px;
    bottom: 0;
    width: 360px;
    height: 654px;
    background-color: #7d876c;
    border-radius: 30rem 0rem 0rem 30rem;
    z-index: -1;
    margin: auto;
}

.about-sec {
    margin-bottom: 120px;
    padding-top: 50px;
}

.about-text p {
    margin-bottom: 25px;
    color: #242424;
    opacity: 80%;
    font-size: 15px;
    line-height: 28px;
    width: 95%;
}

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

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

.card-diff-sec {
    position: relative;
    padding: 50px 0 17%;
}

.card-diff-head {
    text-align: center;
    margin-bottom: 40px;
}

.card-diff-main {
    position: relative;
    text-align: center;
}

.card-box img {
    position: absolute;
}

.card-box.one img {
    top: -70px;
    right: 10px;
    transform: rotate(15deg);
}

.card-box.two img {
    top: -170px;
    right: -20px;
    transform: rotate(10deg);
}

.card-box.four img {
    bottom: -160px;
    left: 5px;
    transform: rotate(190deg);
}

.card-box.thre img {
    left: -130px;
    top: 0;
}

.card-diff-sec:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/card-back3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.card-box.two {
    bottom: -50px;
    left: 9%;
    transform: rotate(-17deg);
    z-index: -1;
}

.card-box.one {
    top: 20%;
    left: 110px;
    transform: rotate(-20deg);
}

.card-box.thre {
    right: 10px;
    top: 15%;
    transform: rotate(10deg);
}

.card-box h6 {
    font-size: 37px;
    color: #000;
    opacity: 80%;
    padding-top: 18px;
}

.card-box:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 1px dashed #00000085;
    width: 100%;
    height: 100%;
}

.card-box.four {
    bottom: 16%;
    right: 6%;
    transform: rotate(19deg);
}

.card-box:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -42px;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 260px;
    width: 400px;
    background-image: url(../images/gretcrd-t1.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    transform: rotate(14deg);
}


.customer-fav-sec {
    padding: 100px 0 120px;
    background: #f6f3ed;
    margin-bottom: 100px;
    position: relative;
}

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

.reaching-high-sec {
    margin-bottom: 100px;
}

.reaching-img-high {
    position: relative;
    text-align: end;
}

img.reachhighshape {
    position: absolute;
    z-index: -1;
    right: 50px;
}

.customer-head {
    margin-bottom: 30px;
}

.customer-fav-main {
    background: #f9f8f3;
    padding: 15px 20px 30px;
    border: 1px solid #deddd5;
    height: 100%;
    border-right: unset;
}

.slick-slide {
    margin: 0;
}

.customer-text ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.customer-text {
    text-align: center;
}

.customer-text h5 {
    margin: 5px 0;
}

.customer-text span {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    color: #7d876c;
    font-weight: 500;
}

.customer-text li i {
    color: #d97235;
}

.customer-img img {
    height: 400px;
    object-fit: scale-down;
    transition: 0.5s;
}

.customer-img {
    padding: 10px 0;
    overflow: hidden;
}

.cat-cstmr {
    background-color: #fff;
    width: max-content;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: #7c866b;
}

.customer-fav-slider .slick-arrow {
    top: -18%;
    z-index: 2;
}

.customer-fav-slider .slick-next {
    right: 5%;
}

.customer-fav-slider .slick-prev {
    left: 89.1%;
}

.customer-fav-slider .slick-arrow:before {
    content: '\f061';
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #000;
    font-family: 'FontAwesome';
    border: 1px solid #b4ada7;
    opacity: 1 !important;
    z-index: 999;
    font-size: 15px;
}

.customer-fav-slider .slick-prev:before {
    content: '\f060';
}

img.card-slid {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
}

.customer-fav-slider .slick-list.draggable {
    padding-right: 2.5px;
}

.reachinghigh-txt span.rachtbn {
    display: block;
    margin: 12px 0 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    color: #777f66;
    font-weight: 600;
}

.reachinghigh-txt p {
    margin-bottom: 20px;
    opacity: 80%;
    color: #242424;
}

.reachinghigh-txt h2 {
    font-size: 95px;
}

.reachinghigh-txt {
    width: 110%;
}

.customer-fav-sec img.bnrcloud {
    bottom: -60px;
    position: absolute;
    width: 100%;
    left: 0;
}

.card-box {
    position: absolute;
    width: 320px;
    height: 150px;
    align-content: center;
    z-index: 999;
    padding: 0 20px;
}

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

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

.testimonial_sec {
    padding: 0px 0 70px;
    position: relative;
}

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

.ser-bx::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 140px;
    background: linear-gradient(172deg,
            rgba(0, 0, 0, 0.39) 0%,
            rgba(0, 0, 0, 0.61) 50%,
            rgba(0, 0, 0, 1) 100%);
}

.testimonial_sec .custom-space {
    margin-top: 50px;
}

.testimonial_top_bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}

.testimonial_top_bar p {
    text-align: center;
    color: #666666;
    margin: 0 auto;
    width: 50%;
}

.testimonial_top_bar {
    padding: 30px 0 15px 0;
}

.checked {
    color: #fd8f00;
}

.testimonial_boxspan {
    color: #fd8f00;
}

.testimonial_box {
    padding: 50px 34px;
    height: 320px;
    margin: 25px 0px;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 0 3px #00000094;
}

.testimonial_box i {
    position: absolute;
    color: #fff;
    top: -30px;
    padding: 20px;
    border-radius: 50%;
    background-color: #7d876c;
}

.testimonial_box p {
    max-height: 100px;
    font-size: 16px;
    color: #666666;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.profile {
    padding: 40px 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.profile img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}

.profile_text p {
    font-size: 13px;
    opacity: 80%;
    font-family: "Montserrat";
}

.profile_text h6 {
    margin: 0;
    color: #7d876c;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1;
}

.profile_text p {
    text-transform: uppercase;
    margin-top: 0 !important;
}

.testimonial_slider .slick-slide.slick-current.slick-active .profile_text p {
    padding: 0 !important;
    width: 100% !important;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box p {
    padding: 20px 0 16px 0;
    width: 94%;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box {
    padding: 50px 50px;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box {
    box-shadow: 0px 11px 43px 0px rgba(0, 0, 0, 0.1);
}

.testimonial_box:hover {
    box-shadow: 0px 11px 43px 0px rgba(0, 0, 0, 0.1);
}

.testimonial_slider .slick-slide.slick-current.slick-active {
    width: 11% !important;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active {
    width: 7% !important;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active+.slick-slide.slick-active {
    width: 7% !important;
}

.testimonial_slider .slick-list.draggable {
    height: 463px;

    padding: 30px 0 0px;
}

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

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active .testimonial_box {
    border-radius: 0px;
    color: #fff;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active+.slick-slide.slick-active .testimonial_box {
    background-color: #fff;
}

.profile i {
    position: relative;

    top: 0;

    left: 0;

    background-color: #000000 !important;

    border: 1px solid #fff;

    color: #fff !important;
}

.testimonial_slider .slick-slide.slick-active+.slick-slide.slick-active .testimonial_box p {
    margin: 10px 0 0px;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active+.slick-slide.slick-active .testimonial_box {
    background-color: #fff;

    border-radius: 0px;
}

.testimonial_slider-btn {
    display: flex;

    gap: 15px;

    align-items: center;

    justify-content: flex-end;
}

.testimonial_slider-btn button {
    height: 60px;

    width: 60px;

    display: flex;

    flex-shrink: 0;

    color: #cccccc;

    border-radius: 50%;

    align-items: center;

    transition: ease-out;

    justify-content: center;

    transition-duration: 0.5s;

    border: 1px solid #cccccc;

    background-color: transparent;
}

.testimonial_slider-btn button:hover {
    color: #000;

    transition: ease-in;

    border-color: #5a4140;

    transition-duration: 0.5s;

    background-color: #5a4140;
}

.abouttestimonial_sec {
    overflow-x: hidden;

    padding: 80px 5% 100px;
}

.section-heading {
    margin-bottom: 10px;
}

.section-heading p {
    font-size: 14px;

    color: #8f8f8f;

    width: 52%;

    margin: 0 auto;
}

.testimonial_slider .slick-slide {
    margin: 0px 20px;
}

.testimonial_sec .slick-arrow {
    top: -18%;
    z-index: 2;
}

.testimonial_sec .slick-next {
    right: 5%;
}

.testimonial_sec .slick-prev {
    left: 89.1%;
}

.testimonial_sec .slick-arrow:before {
    content: '\f061';
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #000;
    font-family: 'FontAwesome';
    border: 1px solid #b4ada7;
    opacity: 1 !important;
    z-index: 999;
    font-size: 15px;
}

.testimonial_sec .slick-prev:before {
    content: '\f060';
}

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

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

footer .container-fluid.ftrbtm {
    background: #222222;
    padding: 15px 7%;
}

img.fotr-cloud {
    position: absolute;
    top: -50px;
    width: 100%;
    left: 0;
}

.footer-socail ul {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

.footer-socail a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #5b5b5b;
    color: #fff;
    font-size: 19px;
}

.footer-visa {
    text-align: center;
}

.footer-cpyrigt-txt p {
    margin: 0;
    font-family: 'Roboto';
    font-size: 14px;
    color: #fff;
}

.footer-contact ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 21px 0;
}

.footer-contact ul li {
    display: flex;
    align-items: center;
    gap: 25px;
}

.ftr-main-box {
    text-align: center;
}

footer {
    position: relative;
    background-color: #f6f3eb;
    padding-top: 10%;
    background-image: url(../images/ftr-back.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

footer .container-fluid.cntct {
    background: #fff;
    margin-bottom: 50px;
    padding: 0 10%;
}

img.Leaf {
    position: absolute;
    top: 19%;
    left: -30px;
}

.footer-contact p, .footer-contact a {
    font-family: 'Poppins';
    font-size: 16px;
    color: #000;
}

.mail-newsltr {
    position: relative;
    max-width: 1050px;
    margin: 0 auto;
}

.mail-newsltr input {
    width: 100%;
    height: 64px;
    border: 1px solid #9c9a96;
    padding: 10px 22px;
    color: #000;
}

.mail-newsltr button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 212px;
    height: 64px;
    border: unset;
    background: #7f8967;
    color: #fff;
    font-size: 20px;
    font-family: 'Montserrat';
}

.mail-newsltr input::placeholder {
    font-family: 'Roboto';
    font-size: 15px;
    color: #414141;
    opacity: 60%;
}

.ftr-main-box h5 {
    font-size: 49px;
    margin-bottom: 11px;
}

.ftr-main-box h3 {
    font-size: 62px;
}

.ftr-main-box h5 span {
    color: #7f8967;
}

.ft-newsltr {
    margin: 30px 0 80px;
}

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

/*---------------------------------------------------- Feature Section Start ------------------------------------------------------------- */

.feature-item {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    cursor: pointer;
}

.features-bar .row {
    border: 1px solid #98a08b;
    position: relative;
    z-index: 2;
    padding: 15px 0;
}

.feature-item h6 {
    color: #000;
    font-size: 23px;
    font-style: italic;
}

p.feature-text {
    font-size: 14px;
    line-height: 25px;
}

.features-bar {
    margin-bottom: 20px;
}

/*---------------------------------------------------- Feature Section End ------------------------------------------------------------- */



@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes wobble-hor-bottom {

    0%,
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    15% {
        -webkit-transform: translateX(-30px) rotate(-6deg);
        transform: translateX(-30px) rotate(-6deg);
    }

    30% {
        -webkit-transform: translateX(15px) rotate(6deg);
        transform: translateX(15px) rotate(6deg);
    }

    45% {
        -webkit-transform: translateX(-15px) rotate(-3.6deg);
        transform: translateX(-15px) rotate(-3.6deg);
    }

    60% {
        -webkit-transform: translateX(9px) rotate(2.4deg);
        transform: translateX(9px) rotate(2.4deg);
    }

    75% {
        -webkit-transform: translateX(-6px) rotate(-1.2deg);
        transform: translateX(-6px) rotate(-1.2deg);
    }
}

.slick-arrow:hover:before {
    background: #7d876c;
    color: #fff;
}

.slick-arrow:before {
    transition: linear 0.5s all;
}

.customer-fav-main:hover .customer-img img {
    transform: scale(1.2);
}


.animated-bg {
    position: absolute;
    width: 110%;
    /* apni image size ke mutabiq */
    height: 460px;
    top: 14%;
    left: 0px;
    z-index: -1;
}

.image-wrapper {
    width: 100%;
    height: 100%;
    background: url("../images/bnr-line1.png") no-repeat center;
    background-size: contain;
    position: relative;
}

/* Horizontal Fill Effect */
.image-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #7d876c 0%, #7d876c 50%, transparent 50%);
    background-size: 200% 100%;
    animation: fillLeftToRight 4s linear infinite;

    /* Mask same image shape */
    -webkit-mask: url("../images/bnr-line1.png") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("../images/bnr-line1.png") no-repeat center;
    mask-size: contain;
}

@keyframes fillLeftToRight {
    0% {
        background-position: 100% 0%;
    }

    100% {
        background-position: 0% 0%;
    }
}

.message-image.two img {
    object-position: 0 -97px;
}

.message-image.two img {
    background: #966d33;
}
