/* FONT IMPORT */

/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Outfit:wght@100..900&display=swap');

/* Local Font */
/* @font-face {
	font-family: "Font Name";
	src: url("../fonts/fontpath.ttf");
  } */

:root {
    --white: #fff;
    --black: #000;
    --primary: #F4D03F;
    --secondary: #333333;


}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "Figtree", sans-serif;
}

section {
    position: relative;
    padding: 6rem 0;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #828282;
}

h1,
h2,
h3 {
    font-family: "Outfit", sans-serif;
}

h4,
h5,
h6 {
    color: #000;

}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}


/* Cursor Start */

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 7px;
    height: 7px;
    z-index: 10000001;
    background-color: var(--primary);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    opacity: 0.3;
}


/* Cursor End */


/* PRELOADER */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--white);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--primary);
}


/* PRELOADER */


/* GLOBAL CSS */

.themeBtn {
    background: var(--primary);
    font-size: 1rem;
    color: var(--white);
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block;
    padding: 1.04em 1.96em;
    border-radius: 4px;
    line-height: normal;
}

.themeBtn.borderBtn {
    background: transparent;
    border: 1px solid #fff;
    padding: 1.04em 2em;
}

.heading {}

.subtitle {}

/* !GLOBAL CSS */


/* mouse animation css  */


/* .bounce-element {
	animation: bounce 0.9s infinite alternate;
	-webkit-animation: bounce 0.9s infinite alternate;
}
@keyframes bounce {
	from {
		transform: translateY(0px);
	}
	to {
		transform: translateY(-15px);
	}
}
@-webkit-keyframes bounce {
	from {
		transform: translateY(0px);
	}
	to {
		transform: translateY(-15px);
	}
}
.mouse {
	position: absolute;
	bottom: 1rem;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 11;
	text-align: center;
} */


/* mouse animation css  */


/* NAV HEADER CSS */

header {

    padding: 0 0 25px 0;
    transition: 0.3s ease-in-out;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-nav {
    align-items: center;
    gap: 2rem;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1rem;
    color: #4C4C4C;
    text-transform: capitalize;
    font-weight: 500;
    padding: 0 0;
    display: inline-block;
}

ul.top-contact {
    display: flex;
    align-items: center;
    gap: 19px;
}

.topbar {
    background: rgb(93 173 226 / 30%);
    padding: 17px 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #4c4c4c7d;
}

ul.top-contact li a {
    font-size: 14px;
    font-weight: 500;
    color: #4C4C4C;
}

a.right-top {
    font-size: 14px;
    font-weight: 600;
    color: #4C4C4C;
}

ul.top-contact li a i {
    margin-right: 10px;
}

ul.top-contact li+li {
    border-left: 1px solid #A9A9A9;
    padding-left: 19px;
}



/* !NAV HEADER CSS */


/* MAIN HERO SLIDER CSS */

.main-slider {
    height: 760px;
    margin: 0 105px;

}

.homeSlider.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
    border-radius: 12px;
}

.homeSlider.swiper-container .swiper-slide {
    overflow: hidden;
}

.homeSlider .swiper-pagination {
    bottom: 8rem;
    width: fit-content;
    left: 18rem;
}

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
    width: 4.35rem;
    height: 4.35rem;
    font-size: 15px;
    color: #58554B;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background-color: transparent;
    position: absolute;
    top: 62%;
    transform: translateY(-50%);
    z-index: 1;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.homeSlider .swiper-button-prev::after {
    content: "\f177";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    background: #fff;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    font-size: 1rem;
}

.homeSlider .swiper-button-next::after {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    background: #fff;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    font-size: 1rem;
}


.homeSlider .swiper-button-next {
    right: 10rem;
    top: 70%;
}

.homeSlider .swiper-button-prev {
    left: auto;
    right: 10rem;
}

.homeSlider .swiper-button-next:hover,
.homeSlider .swiper-button-prev:hover {
    background: transparent;
    color: var(--primary);
}


.homeSlider .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    display: inline-block;
    margin: 0 0.5rem !important;
    opacity: 1;
    border: 1px solid var(--white);
    background: transparent;
}

.homeSlider .swiper-pagination-bullet-active {
    background: var(--white);
    position: relative;
}

.homeSlider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.main-slider h1 {
    margin: 0;
    color: var(--white);
    font-size: 62px;
    line-height: 1.19;
    font-weight: 400;
    text-transform: capitalize;
}

.main-slider p {
    color: var(--white);
    font-weight: 400;
    line-height: 1.2;
    margin: 22px 0 44px 0;
    font-size: 22px;
}

.slideOne h4 {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
}

.main-slider h1 span {
    font-weight: bold;
    font-size: 65px;
}

.slideOne .btn-group {
    display: flex;
    align-items: center;
    gap: 1rem;
}

a.bdrbtn {
    font-size: 1rem;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.slideOne a.themeBtn {
    color: #000;
}

.sidebnr {
    position: absolute;
    bottom: -5rem;
    background: #CFE7F7;
    display: flex;
    align-items: center;
    gap: 24px;
    border-radius: 12px;
    border: 1px solid rgb(91 44 111 / 23%);
    padding: 21px 31px;
    right: 19%;
}

.sidebnr h5 {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}

/* !MAIN HERO SLIDER CSS */


.mainHead {
    font-size: 36px;
    font-weight: bold;
    color: #0C1300;
}

section.partnerSec {
    padding: 10rem 0 7rem 0;
}


/* mortage-section */

section.mortage-section {
    padding-top: 2rem;
}

section.mortage-section .mainHead {
    text-align: center;
    margin-bottom: 50px;
}

.mortagecntnt h3 {
    font-size: 22px;
    font-weight: bold;
    color: #0C1300;
    margin: 25px 0 20px 0;
}

.mortagecntnt p {
    font-size: 1rem;
    color: #4C4C4C;
    line-height: 1.75;
}

.mortagecntnt a {
    font-size: 1rem;
    color: #0C1300;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.mortagewrap figure {
    background: rgb(187 143 206 / 23%);
    width: 70px;
    height: 70px;
    display: grid;
    place-items: center;
    border-radius: 50%;
}

/* mortage-section */


/* afford-sec */
.contact-form .form-group input {
    height: 40px;
    width: 100%;
    border: 1px solid rgb(91 44 111 / 35%);
    background-color: transparent;
    outline: unset !important;
    border-radius: 4px;
    box-shadow: unset !important;
}

.form-group input::placeholder {
    font-size: 14px;
    color: #838383;
    line-height: 1.1;
    font-weight: 200;
}

form.contact-form {
    background: #CFE7F7;
    padding: 50px 51px;
    border-radius: 12px;
}

form.contact-form button.themeBtn {
    border: unset;
    color: #000;
    margin-left: 13px;
}

form.contact-form label {
    font-size: 1rem;
    color: #4C4C4C;
    margin: 0;
}



.afford-section::before {
    position: absolute;
    content: "";
    background: #5B2C6F;
    width: 1480px;
    height: 685px;
    border-radius: 12px;
    left: 0;
    right: 0;
    margin: auto;
    top: 2rem;
}

.affordcntnt p {
    font-size: 1rem;
    color: rgb(255 255 255 / 75%);
    line-height: 1.7;
    margin: 22px 0 48px 0;
}

.affordcntnt .mainHead {
    color: #fff;
}


.affordcntnt {
    margin-top: 3rem;
    padding-left: 4rem;
}

form.contact-form h3 {
    font-size: 22px;
    font-weight: bolder;
    color: #0C1300;
}

.percentagenum {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -8rem;
}

.percentagenum h2 {
    font-size: 82px;
    font-weight: 600;
    color: #0C1300;
}

.percentagenum h2 span {
    display: block;
    font-size: 1rem;
    color: #4C4C4C;
    font-weight: 499;
}

/* afford-sec */

/* financing */
.financeSec {
    padding-top: 2rem;
}

.financ-cntnt h2 {
    font-size: 22px;
    font-weight: bold;
    color: #0C1300;
    margin-bottom: 19px;
}

.financ-cntnt p {
    font-size: 1rem;
    font-weight: 400;
    color: #4C4C4C;
    line-height: 1.7;
    border-bottom: 1px solid rgb(187 143 206 / 23%);
    padding-bottom: 19px;
    width: 83%;
}

.financ-cntnt a {
    font-size: 1rem;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.financ-cntnt {
    padding: 25px 26px;
    border: 1px solid rgb(187 143 206 / 35%);
    border-radius: 0 0 12px 12px;
}

.financeWrap img {
    width: 100%;
}

/* financing */


/* zen-lend */
.topprocess {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.topprocess p {
    color: #4C4C4C;
    line-height: 1.7;

}

.process-wrap h3 {
    font-size: 22px;
    font-weight: bold;
    color: #0C1300;
}

.process-wrap p {
    font-size: 1rem;
    color: #4C4C4C;
    line-height: 1.7;
}

.process-wrap h4 {
    font-size: 1rem;
    color: #fff;
    background: #000;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    margin-bottom: 29px;
}

.topprocess a {
    font-size: 1rem;
    color: #0C1300;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.schedulebtn {
    text-align: center;
    margin-top: 1rem;
    border-top: 1px solid rgb(91 44 111 / 35%);
    padding-top: 1.125rem;
    margin-bottom: 5rem;
}

.schedulebtn .themeBtn {
    color: #000;
}

.counter-num h2 {
    font-size: 82px;
    font-weight: 600;
    color: #0C1300;
    margin: 0;
}

.counter-num p {
    font-size: 1rem;
    color: #4C4C4C;
}

figure.videobg1 {
    position: relative;
    margin-top: 5rem;
}

img.img-fluid {}

figure.videobg1 a {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 105px;
    height: 105px;
    margin: auto;
    border-radius: 50%;
    font-size: 22px;
    color: #5B2C6F;
}

section.process-section::before {
    position: absolute;
    content: "";
    background: rgb(93 173 226 / 10%);
    width: 100%;
    height: 75%;
    top: 0;
    border-bottom: 1px solid rgb(91 44 111 / 23%);
}

/* zen-lend */


/* vist  */
section.visit-section {
    padding: 2rem 0 4rem 0;
}

.visit-wrap {
    display: flex;
    align-items: center;
    gap: 2rem;
    border: 1px solid rgb(91 44 111 / 23%);
    padding: 21px;
    border-radius: 12px;
    margin-bottom: 25px;
}

fotn-we {
    font-size: 14px;
    color: #5B2C6F;
    font-weight: 500;
    margin: 0;
}

.visitcntnt h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid rgb(91 44 111 / 23%);
    padding-bottom: 1.125rem;
    margin-bottom: 1.125rem;
}

ul.visitlist li a {
    font-size: 14px;
    font-weight: 500;
    color: #4C4C4C;
}

ul.visitlist li+li {
    margin-top: 15px;
}

ul.visitlist li a i {
    margin-right: 10px;
}

.visitcntnt h4 {
    font-size: 14px;
    color: #5B2C6F;
    font-weight: 500;
}

/* vist  */


/* trust */
.trustbg {
    background: url(../images/trustbg.webp)center/cover no-repeat;
    height: 713px;
    display: flex;
    align-items: end;
    margin: 0 -7rem;
    justify-content: space-between;
    padding-left: 80px;
    padding-right: 80px;
    border-radius: 12px;
}

.trustcntnt .mainHead {
    color: #fff;
    line-height: 1.2;
}

.trustcntnt p {
    font-size: 1rem;
    color: rgb(255 255 255 / 75%);
    line-height: 1.7;
}

.trust-wrap-bg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #0C1300;
    border-radius: 12px;
    padding: 35px;
}

ul.starlist {
    display: flex;
    align-items: center;
    gap: 2px;
}

.trustleft1 {
    display: flex;
    align-items: center;
    gap: 1rem;
}

ul.turstlsit1 {
    display: flex;
    align-items: center;
    gap: 19px;
    margin-bottom: 10px;
}

ul.turstlsit2 {
    display: flex;
    align-items: center;
    gap: 19px;
}

ul.turstlsit1 li {
    font-size: 1rem;
    color: #fff;
}

ul.turstlsit2 li span {
    color: rgb(255 255 255 / 75%);
    font-size: 1rem;
    font-weight: 400;
}

ul.starlist li a {
    color: #FBBB00;
}

.trustleft1 h5 {
    font-size: 1rem;
    color: rgb(255 255 255 / 75%);
    margin: 0;
}

.trustbtm1 {
    margin-bottom: 10rem;
}

/* trust */


/* testimonial-section */
.testimonial-section .swiper-button-prev:after,
.testimonial-section .swiper-button-next:after {
    font-family: 'Font Awesome 5 Pro';
    font-size: 28px;
}

.testimonial-section .swiper-button-prev:after {
    content: '\f177';
}

.testimonial-section .swiper-button-next:after {
    content: '\f178';
}

.testimonial-section .swiper-button-next,
.testimonial-section .swiper-button-prev {
    background: #5b2c6f73;
    width: 62px;
    height: 62px;
    color: #000;
    border-radius: 50px;
    top: 40%;
    transition: 0.5s ease-in-out;
}

.testimonial-section .swiper-button-next:hover,
.testimonial-section .swiper-button-prev:hover {
    background: #5B2C6F;
    color: var(--white);
}

.testimonial-section .swiper-button-next {
    right: 19rem;
}

.testimonial-section .swiper-button-prev {
    left: 19rem;
}

section.testimonial-section {
    padding-top: 0;
    margin-top: -4rem;
}

section.trust-section {
    padding: 2rem 0 0 0;
}

.tetsiwrap {
    text-align: center;
    background: #EFF7FD;
    padding: 62px 43px;
    border-radius: 12px;
    position: relative;
    z-index: 1;
}

.user-tetsi {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.user-tetsi h3 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #4C4C4C;
}

.tetsiwrap p {
    font-size: 20px;
    font-weight: 400;
    color: #0C1300;
    line-height: 1.7;
}

.swiper.tetsiSlider ul.starlist {
    justify-content: center;
    margin-bottom: 2rem;
}

.user-tetsi h3 {
    font-size: 22px;
    font-weight: bold;
    color: #0C1300;
    margin: 0;
}

img.img-fluid.revsh1 {
    position: absolute;
    top: 16rem;
    left: 27%;
    z-index: 111;
}

/* testimonial-section */

/* company */
.lending-wrap h3 {
    font-size: 22px;
    font-weight: bold;
    color: #0C1300;
    margin-bottom: 1rem;
}

ul.ledninglist1 {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

ul.ledninglist1 li a {
    color: #4C4C4C;
    border: 1px solid #4C4C4C;
    border-radius: 20px;
    padding: 7px 1rem;
}

section.lending-section .mainHead {
    margin-bottom: 50px;
    text-align: center;
}

.lending-wrap {
    border: 1px solid rgb(91 44 111 / 23%);
    border-radius: 12px;
    padding: 26px;
}



.lending-wrap p {
    font-size: 1rem;
    color: #4C4C4C;
    line-height: 1.7;
    margin-top: 19px;
    border-bottom: 1px solid rgb(91 44 111 / 23%);
    padding-bottom: 19px;
}

ul.ledningadmin {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.ledningadmin li a {
    color: rgb(76 76 76 / 65%);
    font-size: 14px;
}

ul.ledningadmin li a i {
    color: #5B2C6F;
    margin-right: 10px;
}

ul.ledningadmin li+li {
    border-left: 1px solid rgb(76 76 76 / 65%);
    padding-left: 1rem;
}

/* company */


/* payment */
.payment-section {
    padding: 0 0 5rem 0;
}

.payment-wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.payment-wrap h3 {
    font-size: 22px;
    font-weight: 500;
    color: #4C4C4C;
}

/* payment */


/* industry-sec */
.industry-sec::before {
    position: absolute;
    content: "";
    width: 70%;
    height: 90%;
    background: #5B2C6F;
    border-radius: 12px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}

.indus-right p {
    font-size: 1rem;
    line-height: 1.7;
    color: rgb(255 255 255 / 75%);
    width: 95%;
}

.indus-right .mainHead {
    color: #fff;
    margin-bottom: 2rem;
}

ul.indus-contact li a {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

ul.indus-contact li+li {
    margin-top: 1rem;
}

ul.indus-contact {
    margin-bottom: 2rem;
}

.indusleft .themeBtn {
    color: #000;
}

.indus-right {
    padding-left: 2rem;
}

/* industry-sec */

/* Footer Sec Css Start */

footer {
    background: rgb(93 173 226 / 10%);
    padding-top: 18rem;
}

footer h3 {
    font-size: 22px;
    text-transform: capitalize;
    color: #0C1300;
    margin-bottom: 26px;
    font-weight: bold;
}



footer .links li a {
    font-size: 1rem;
    color: #4C4C4C;
    text-transform: capitalize;
}

footer ul li a:hover {
    color: var(--primary);
}

footer h4 {
    font-size: 1.5625rem;
    color: var(--white);
    margin-bottom: 2rem;
}

footer h5 {
    font-size: 0.875rem;
    color: #E9A45C;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.contactInfo li a strong {
    font-size: 1rem;
    color: #4C4C4C;
    font-weight: 400;
}



.contactInfo li a {
    display: flex;
    align-items: start;
    gap: 1.5rem;
}

.contactInfo li+li {
    padding-top: 1.5rem;
}

.copyRight p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    color: #fff;
    text-align: center;
}

.socialLinks {
    display: flex;
    gap: 2rem;
}

.socialLinks li a {

    color: #0C1300;

}


.copyRight {

    margin-top: 5rem;
    padding: 1rem 0;
}

.footLogo {
    display: block;
    margin-bottom: 1rem;
}


footer .links li+li {
    margin-top: 10px;
}

.instaSlider {
    padding-bottom: 116px;
}

figure.footerimg1 {
    text-align: center;
    margin-bottom: 90px;
}

footer p {
    font-size: 1rem;
    color: #4C4C4C;
    line-height: 1.7;
}

.copyRight {
    background: #5B2C6F;
}

.footForm .form-group input {
    width: 534px;
    height: 51px;
    border-radius: 12px;
    border-color: rgb(91 44 111 / 23%);
    background: transparent;
}

.footForm .form-group input::placeholder {
    padding-left: 1rem;
    font-size: 0.875rem;
    color: #888c90;
}

form.footForm .form-group {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: center;
}

form.footForm h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #4C4C4C;
    margin: 0;
}

form.footForm button.themeBtn {
    border: unset;
    color: #000;
}

form.footForm {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid rgb(91 44 111 / 23%);
}

section.industry-sec {
    margin-bottom: -14rem;
}

/* Footer Sec Css End */

.slideOne a.themeBtn:hover {
    background: #000;
    color: #fff;
}

form.contact-form button.themeBtn:hover {
    background: #000;
    color: #fff;
}

.schedulebtn .themeBtn:hover {
    background: #000;
    color: #fff;
}

.themeBtn:hover {
    background: #000;
    color: #fff;
}

form.footForm button.themeBtn:hover {
    background: #000;
    color: #fff;
}

/* inner Section Start */

.inner-main {
    height: 550px;
}

/* Our Services Start */

.our-services .row {
    margin-bottom: 3.110625rem;
}

.our-services-img {
    width: 100%;
    height: 100%;
}

.our-services .mortagewrap {
    margin-top: 60.29px;
}

.our-services .mortagewrap .themeBtn {
    border: 0;
}

.our-services .mortagewrap span {
    font-weight: 400;
}

.our-services-img:before {
    content: "";
    width: 641px;
    height: 543px;
    background: #fff;
    border: 3px solid #5B2C6F;
    position: absolute;
    z-index: -1;
    border-radius: 10px;
    top: 17px;
    right: 23px;
}

.our-services-img1:before {
    content: "";
    width: 641px;
    height: 543px;
    background: #fff;
    border: 3px solid #5B2C6F;
    position: absolute;
    z-index: -1;
    border-radius: 10px;
    top: 17px;
    left: 23px;
}

/* Our Services End */

/* Contact Us Start */
.main-head-content {
    text-align: center;
}

.contact-us-wrap {
    border: 1px solid #DDE6E3;
    border-radius: 7px;
    text-align: center;
    padding: 0 1.7rem;
    margin-top: 77.8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.address-content {
    width: 308px;
    background: #FCFCFC;
    margin: 36px 0 31px;
    padding: 25px 38.97px 26px 39.16px;
}

.contact-us-wrap a {
    font-size: 14px;
    color: var(--black);
    font-weight: 700;
}

.get-in-touch {
    background: #F9F9F9;
}

.get-in-touch .main-head-content h4 {
    font-size: 14px;
    color: #5B2C6F;
    font-weight: 500;
}

.get-in-touch .main-head-content p {
    margin-bottom: 3.25rem;
}

.get-in-touch form input {
    width: 100%;
    height: 75px;
    border: 1px solid #DDE6E3;
    padding: 0 1.9375rem;
}

.get-in-touch textarea {
    width: 100%;
    height: 301px;
    border: 1px solid #DDE6E3;
    padding: 1.9375rem;
}

.get-in-touch-check {
    text-align: center;
    margin-top: 2.6875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.get-in-touch label {
    font-size: 1.0625rem;
    color: #6A726F;
}

.get-in-touch .themeBtn {
    background: #5B2C6F;
    margin-top: 1.4375rem;
}


/* Contact Us End */

/* About Us Start */

.about-us .main-head-content {
    text-align: start;
}

.about-us .main-head-content h4 {
    font-size: 14px;
    color: #5B2C6F;
    font-weight: 500;
}

.about-us .main-head-content h2 {
    font-weight: 400;
}

.about-us .main-head-content h2 span {
    font-weight: 700;
}

.about-us-img:before {
    content: "";
    width: 457px;
    height: 511px;
    background: #fff;
    border: 3px solid #5B2C6F;
    position: absolute;
    z-index: -1;
    border-radius: 10px;
    top: 21px;
    left: 56px;
}

.about-us h3 {
    color: #5B2C6F;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 1.87125rem 0 0.96875rem;
}

.about-us-content li {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.086875rem;
}

.aboutIinner {
    margin-top: -10rem;
}

.aboutInner-img img {
    width: 100%;
    height: 100%;
}

.aboutInner-img:before {
    content: "";
    width: 594px;
    height: 664px;
    background: #fff;
    border: 3px solid #5B2C6F;
    position: absolute;
    z-index: -1;
    border-radius: 10px;
    top: 61px;
    left: -8px;
}

.aboutIinner .mainHead {
    font-weight: 400;
}

.aboutIinner .mainHead span {
    font-weight: 700;
}

.para {
    margin-top: 1.693125rem;
}

.partnerInner {
    margin-top: -13rem;
}

/* About Us End */

/* schedule inner start */
.scheduleInner {
    background: none;
}


/* calender css */
.evo-calendar,
.calendar-inner,
.calendar-events {
    background-color: var(--secondary);
    border-radius: 25px;
    border: 0;
}

.calendar-sidebar {
    background-color: var(--primary);
    box-shadow: 15px 0 20px 0 rgba(0, 0, 0, 0.12);
}

.calendar-sidebar>span#sidebarToggler {
    box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.12);
}

.sidebar-hide .calendar-inner {
    width: calc(100% - 0px);
}

button.icon-button>span.bars::after {
    width: 16px;
    height: 4px;
    border-radius: 4px;
}

button.icon-button>span.bars::before {
    width: 27px;
    height: 4px;
    border-radius: 4px;
}

button.icon-button>span.bars {
    width: 24px;
    height: 4px;
    border-radius: 4px;
}

.calendar-sidebar>.calendar-months>li.active-month {
    background: var(--secondary);
}

.day.calendar-active.calendar-today,
tr.calendar-body .calendar-day .day.calendar-active,
tr.calendar-body .calendar-day .day.calendar-active:hover {
    background: var(--primary);
    border: unset;
    color: var(--white);
}

tr.calendar-body .calendar-day .day {
    color: var(--white);
    font-size: 22px;
}

tr.calendar-header .calendar-header-day {
    font-size: 30px;
    color: var(--white);
}

th[colspan="7"] {
    font-size: 37px;
    color: var(--white);
}

/* inner Section End */