/* FONT IMPORT */

/* Google Font */
@import url("https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&family=Onest:wght@100..900&display=swap");

/* Local Font */
/* @font-face {
	font-family: "Font Name";
	src: url("../fonts/fontpath.ttf");.main_box .content_box
  } */

:root {
    --white: #fff;
    --black: #000;
    --primary: #01383d;
    --secondary: #c26728;

    /* Font Variable */
    --font-text: "Poppins", sans-serif;
    --font-heading: "Poppins", sans-serif;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}


body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "Onest", sans-serif;
}

.preLoader.black.mobile-loader {
    display: none;
  }

section {
    position: relative;
    padding: 6rem 0;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #86898c;
    font-family: "Golos Text", sans-serif;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    margin: 0;
}

.mainHead {
    font-size: 3.125rem;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: -0.57px;
    text-transform: capitalize;
}

.subHead {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.1px;
    color: var(--secondary);
    text-transform: uppercase;
}

.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(--secondary);*/
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    /*background-color: var(--primary);*/
}
/* Video styling */
.preloader-video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
    background: var(--primary);
    font-size: 1.188rem;
    color: var(--white);
    font-weight: 400;
    display: inline-block;
    padding: 0.875em 1.75em;
    border-radius: 30px;
    line-height: normal;
}

.themeBtn.borderBtn {
    background: var(--primary);
    font-size: 1.188rem;
    color: var(--white);
    font-weight: 400;
    display: inline-block;
    padding: 0.875em 1.75em;
    border-radius: 30px;
    line-height: normal;
}

/* !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 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 111;
    top: 0;
    width: 100%;
    transition: 0.3s ease-in-out;
    padding: 20px 70px 0;
}

.navbar-nav {
    align-items: center;
    gap: 35px;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1rem;
    color: var(--black);
    font-weight: 500;
    padding: 0 0;
    display: inline-block;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.form-inline .themeBtn {
    margin-left: 50px;
}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--secondary);
}

.hero_content h1 span {
    color: var(--secondary);
    font-weight: bold;
}

/* !NAV HEADER CSS */
.hero_sec {
    background: url(../images/mainBnnr.jpg) no-repeat center center/cover;
    margin: 30px;
    border-radius: 20px;
    height: 921px;
    padding: 12rem 1rem 0;
}

.hero_content {
    /* padding: 5rem 1rem 0; */
}


.hero_content h1 {
    color: var(--white);
    font-size: 110px;
    font-weight: 500;
    line-height: 0.9;
    margin-bottom: 75px;
}

.hero_content h4 {
    font-size: 1.75rem;
    font-weight: 500;
    color: #fffefe;
    letter-spacing: -0.28px;
    line-height: 1.2;
}

.hero_content>div {
    display: flex;
    align-items: end;
    gap: 10px;
}

.hero_content h2 {
    color: var(--secondary);
    font-size: 12.688rem;
    font-weight: 500;
    line-height: 0.6;
}

.hero_des a {
    color: #fffefe;
    font-size: 1.075rem;
}

.hero_des {
    text-align: end;
}

.hero_des .themeBtn {
    background: var(--secondary);
    font-weight: 500;
    font-size: 1rem;
    text-decoration: underline !important;
    /* margin-right: 1rem; */
}

/* About Us Section */

.about_sec {
    background-color: #f5f9fc;
}

.about_content {
    padding-left: 1rem;
}

.about_img img {
    border-radius: 30px;
}

.about_content .mainHead {
    margin: 15px 0 20px;
    color: #002528;
}

.about_content p {
    margin-bottom: 20px;
    width: 72%;
}

/* Testimonial Section */

.testimonial_sec {
    padding: 0 4.375rem 7.5rem;
    margin-top: -10rem;
}

.testimonial_sec .mainHead {
    text-align: center;
    font-size: 3.563rem;
    margin-bottom: 4.375rem;
    color: #002528;
}

.testimonialSwiper {
    padding-bottom: 5rem;
}

.testimonialSwiper .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #c9d5dd;
    border-radius: 50%;
}

.testimonialSwiper .swiper-pagination-bullet-active {
    background: var(--primary);
}

.main_box {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.main_box .content_box {
    width: 100%;
    height: 422px;
    border-radius: 30px;
    padding: 2.563rem 1.438rem 2.188rem 2.813rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main_box figure img {
  width: 100%;
}

.main_box .content_box.orange_bg {
    background: var(--secondary);
}

.main_box .content_box.green_bg {
    background: var(--primary);
}

.main_box .content_box h3 {
    color: var(--white);
    font-size: 1.75rem;
    font-weight: 500;
    letter-spacing: -0.28px;
    line-height: 1.2;
}

.main_box .content_box p {
    margin-bottom: 1.125rem;
    color: var(--white);
    font-size: 0.938rem;
    font-weight: 400;
}

.main_box .content_box a {
    font-size: 1rem;
    font-weight: 500;
    color: var(--white);
}

/* Choose Section */
.choose_sec {
    padding-top: 8rem;
    background: linear-gradient(176deg, #F5F9FC, #fff);
    z-index: -111;
}

.choose_content .mainHead {
    margin: 0.938rem 0 0.85rem;
    width: 93%;
}

.choose_content p {
    margin-bottom: 2rem;
    width: 90%;
}

.choose_img {
    position: relative;
}

.choose_img h3 {
    position: absolute;
    bottom: 46px;
    left: 0;
    right: 0;
    text-align: center;
    color: var(--white);
    font-size: 1.75rem;
    font-weight: 500;
    letter-spacing: -0.28px;
    background-color: var(--secondary);
    padding: 6px 62px;
    border-radius: 20px;
    width: fit-content;
    margin: 0 auto;
}

/* Apart section */

.apart {
    background: url(../images/team.png) no-repeat center center/cover fixed;
    padding: 20rem 0;
    margin: 0 30px;
    border-radius: 20px;
}



.apart_content {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: relative;
    height: 100%;
}

.apart_content h2 {
    font-size: 4rem;
    font-weight: 400;
    color: var(--white);
    letter-spacing: -0.57px;
}

.apart_content h2 span {
    color: var(--secondary);
    font-weight: 600;
}

.apart_content .themeBtn {
    background-color: var(--secondary);
}

/* Difference Section */
.diff_content {
    background-color: var(--secondary);
    padding: 40px 26px 50px 40px;
    border-radius: 30px;
    color: var(--white);
}

.diff_img img {
    border-radius: 30px;
}

.diff_content h3 {
    font-size: 40px;
    font-weight: 500;
    color: var(--white);
    margin-bottom: 30px;
}

.diff_content p {
    margin-bottom: 30px;
    color: var(--white);
}

.contact_us {
    background-color: #f5f9fc;
}

/* Footer Sec Css Start */

footer {
    background-color: #01383d;
    border-radius: 20px;
    padding: 80px 0 0px;
    margin: 1rem 3rem;
}

footer h3 {
    color: #fdfbff;
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    text-transform: capitalize;
    letter-spacing: -0.19px;
}

.quicklist li a {
    font-size: 1rem;
    font-weight: 500;
    text-transform: capitalize;
    color: #b8bcc4;
    font-family: "Onest";
}

.quicklist li {
    padding: 0.2rem 0;
}

.newsletter-form {
    display: flex;
    background-color: var(--white);
    padding: 0.4rem;
    border-radius: 20px;
    margin-top: 2rem;
}

.newsletter-form input {
    width: 100%;
    border: none;
    padding: 0 1rem;
}

.newsletter-form button {
    flex-shrink: 0;
    border: none;
}

.newsletter-form input:focus-visible {
    outline: none;
}

.quicklist-twoline li+li {
    margin: 0.62rem 0;
}

.quicklist-twoline li {}

.social-link {
    display: flex;
    flex-wrap: wrap;
    gap: 1.875rem;
}

.social-link li a i {
    color: var(--white);
    font-size: 1.125rem;
}

.copyRight {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgb(224 224 224 / 17%);
    margin-top: 3rem;
}

.copyRight p {
    font-size: 15px;
    font-weight: 500;
    color: #b8bcc4;
    margin: 0;
    text-align: center;
    width: 100%;
}

.copyRight ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
}

.copyRight ul li a,
.copyRight ul li span {
    color: var(--white);
    font-size: 16px;
}

footer p {
    color: #b8bcc4;
    font-weight: 500;
    width: 78%;
    margin: 1rem 0 36px;
}

ul.footer-contact li a {
    font-size: 1rem;
    font-weight: 500;
    color: #b8bcc4;
}

ul.footer-contact li+li {
    margin: 0.625rem 0;
}

ul.footer-contact li a span {
    display: block;
    font-size: 1rem;
}

ul.footer-contact li:last-child a {
    font-size: 14px;
}

/* Footer Sec Css End  */

/* Poeple Sec Css Start */

.poeple-sec {
    height: 700px;
    background: url(../images/poeplebg.png) center/cover fixed;
    align-content: center;
    padding: 6rem 3.125rem;
    margin: 0 1.875rem;
    border-radius: 30px;
    z-index: 1;
}

.poeple-wrapp {
    background-color: var(--white);
    padding: 2.5625rem 2.5rem 2.5625rem 2.25rem;
    width: fit-content;
    border-radius: 30px;
}

.poeple-wrapp h4 {
    font-size: 2.5rem;
    font-weight: 500;
    text-transform: capitalize;
    color: #01383d;
    line-height: 1.25;
}

.poeple-wrapp h4 span {
    font-weight: bold;
    display: block;
}

.poeple-sec::before {
    position: absolute;
    content: "";
    inset: 0;
    background-color: rgb(194 103 40 / 70%);
    z-index: -1;
    border-radius: 30px;
}

/* Poeple Sec Css End  */

/* Contact Sec Css Start */
/* contact section */

.contact_us {
    background-color: #f5f9fc;
    padding: 6.875rem 0 10.625rem;
}

.contact_content .mainHead {
    margin: 12px 0 16px;
}

.contact_content ul {
    margin-top: 40px;
}

.contact_content ul li a {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 1rem;
    font-weight: 400;
    color: #86898c;
    width: fit-content;
}

.contact_content ul li {
    margin-bottom: 20px;
}

form.contact_form label {
    margin-bottom: 14px;
    color: var(--primary);
    font-size: 1.075rem;
    font-weight: 500;
    letter-spacing: -0.17px;
}

form.contact_form .form-control {
    background-color: #dde6e9;
    border: unset;
    outline: unset;
    box-shadow: unset;
    font-size: 0.938rem;
    color: #1c1c1c;
    margin-bottom: 28px;
    padding: 22px 16px;
    border-radius: 10px;
}

form.contact_form .form-control::placeholder,
form.contact_form textarea::placeholder {
    color: #1c1c1c;
}

form.contact_form textarea {
    height: 140px;
}

form.contact_form button {
    outline: unset;
    border: unset;
}

form.contact_form label span {
    color: #ff0000;
}

/* Marquee Sec Css Start */

.marquee {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    margin-top: -9rem;
    z-index: -11;
    position: relative;

    span {
        text-transform: uppercase;
        will-change: transform;
        white-space: nowrap;
        animation: marquee 24s linear infinite;
        font-size: 200px;
        font-weight: 900;
        font-size: 400px;
        letter-spacing: -0.57px;
        line-height: 1;
        color: rgb(245 249 252 / 50%);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

section.about_us {
    margin-top: -11rem;
    padding: 0 0 2rem;
    background: linear-gradient(176deg, rgb(245 249 250 / 15%), #F5F9FC);
}

/* Marquee Sec Css End  */

/* Inner Pages Css Start */

.inner-banner {
    text-align: center;
    position: relative;
}

.inner-banner .overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    inset: 0;
}

.inner-banner h2 {
    font-size: 6.875rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--white);
    line-height: 1;
}

.inner-banner h2 a {
    display: block;
    font-size: 1.875rem;
    font-weight: 500;
    text-transform: capitalize;
    color: #c26728;
}

.value-content p+p {
    margin: 1.5rem 0 0;
}

.value-content p {
    color: #86898c;
    line-height: 1.625;
}

.value-wrapp .themeBtn {
    margin-top: 2.2rem;
}

.value-wrapp .mainHead span {
    font-weight: bold;
    color: #002528;
}

.value-wrapp .mainHead {
    color: #002528;
}

section.marquee-sec.p-0.value-marquee .marquee span {
    animation: marquee 50s linear infinite;
}

.mainHead span {
    font-weight: bold;
}

.mission-sec {
    background-color: #01383d;
}

.mission-top .mainHead {
    color: var(--white);
}

.mission-top {
    text-align: center;
    margin-bottom: 5rem;
}

.mission-content h3 {
    font-size: 2.5rem;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: -1px;
    color: #c26728;
    margin-bottom: 1.2rem;
    line-height: 1.2;
}

.mission-wrapp {
    border: 1px solid #4d7377;
    border-radius: 30px;
    padding: 58px 30px 57px 40px;
}

.mission-content p {
    color: #e8e8e8;
    line-height: 1.625;
}

/* Inner Pages Css End  */

.faqSec {
    padding: 8rem 0 8rem 0;
}

.faqSec #accordion .card {
    border: none;
    padding: 0rem 1rem;
    background: transparent;
    margin-bottom: 2.5rem;
    border-radius: unset;
}

.card strong {
    width: 74%;
    font-weight: 500;
    margin-left: 3rem;
}

.faqSec #accordion .card .btn-link {
    --height: 40px;
    --width: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    color: #1a1a1a;
    padding: 0;
    border: 0;
    font-size: 35px;
    border-radius: unset;
    line-height: 1.11;
    overflow: hidden;
    border-bottom-left-radius: 0;
    text-align: left;
    font-weight: 500;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    gap: 4rem;
}

.faqSec #accordion .card .btn-link i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    margin-left: auto;
    border-radius: 50%;
    background: 000;
    font-size: 1rem;
    height: 40px;
    width: 40px;
    border: 1px solid #c26728;
}

.faqSec #accordion .card .btn-link i::before {
    content: "\f068";
}

.faqSec #accordion .card .btn-link.collapsed i::before {
    content: "\f067";
}

.faqSec #accordion .card .btn-link.collapsed i {
    font-size: 1rem;
}

.faqSec #accordion .card .btn-link {
    border-bottom: 3px solid #dfe9f0;
}

.faqSec #accordion .card .btn-link i {
    color: #c26728;
}

.faqSec #accordion .card .btn-link.collapsed {
    border-bottom: 3px solid #dfe9f0;
}

.faqSec #accordion .card .btn-link.collapsed i {
    color: #c26728;
}

.faqSec #accordion .card+.card {
    margin-top: 0;
}

.faqSec #accordion .card .card-body p {
    color: #000;
    font-size: 1rem;
    margin: 0;
    line-height: 33px;
}

.card span {
    font-size: 35px;
    font-weight: 500;
    color: #acafb2;
}

.faqSec #accordion {
    border-top: 2px solid #000;
    padding-top: 2rem;
}


section.marquee-sec {
    padding-bottom: 0;
    padding-top: 2rem;
}

.about_content .mainHead span {
    font-weight: bold;
}

.aboutconetnt1 p {
    margin: 1rem 0;
}

section.marquee-sec.orginazationmarque {
    padding: 3rem 0 0 0;
    margin-bottom: -22rem;
}

section.marquee-sec.orginazationmarque span {
    color: rgb(112 112 112 / 4%);
}

.bookingwrap h3 {
    font-size: 35px;
    color: #C26728;
    font-weight: 300;
}

.bokkcntnt h2 {
    font-size: 35px;
    font-weight: 500;
    color: #002528;
}

.bokkcntnt p {
    font-size: 15px;
    font-weight: 400;
    color: #898C8C;
}

.bookingwrap a {
    color: #C26728;
    font-size: 2rem;
}

.bookingwrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DFE9F0;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}

.bokkcntnt {
    margin-left: -22rem;
}

section.faqSec.bookingapp .mainHead {
    border-bottom: 2px solid #000;
    padding-bottom: 2rem;
}

section.faqSec.bookingapp {
    padding-bottom: 5rem;
}

.core-main>p {
    color: #86898c;
    line-height: 1.625;
    margin: 0.625rem 0 2rem;
}

.core-main #accordion .card {
    border: none;
    padding: 0rem 1rem;
    background: transparent;
    margin-bottom: 2.5rem;
    border-radius: unset;
}

.card strong {
    width: 74%;
    font-weight: 500;
    margin-left: 3rem;
}

.core-main #accordion .card .btn-link {
    --height: 40px;
    --width: 40px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    color: #1a1a1a;
    padding: 0;
    border: 0;
    font-size: 35px;
    border-radius: unset;
    line-height: 1.11;
    overflow: hidden;
    border-bottom-left-radius: 0;
    text-align: left;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 1rem;
    gap: 4rem;
    /* justify-content: flex-start; */
}

.core-main #accordion .card .btn-link i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    margin-left: auto;
    border-radius: 50%;
    background: 000;
    font-size: 1rem;
    height: 40px;
    width: 40px;
    border: 1px solid #c26728;
}

.core-main #accordion .card .btn-link i::before {
    content: "\f068";
}

.core-main #accordion .card .btn-link.collapsed i::before {
    content: "\f067";
}

.core-main #accordion .card .btn-link.collapsed i {
    font-size: 1rem;
}

.faqSec #accordion .card .btn-link {
    border-bottom: 3px solid #dfe9f0;
}

.core-main #accordion .card .btn-link i {
    color: #c26728;
    flex-shrink: 0;
}

.core-main #accordion .card .btn-link.collapsed {
    border-bottom: 3px solid #dfe9f0;
}

.core-main #accordion .card .btn-link.collapsed i {
    color: #c26728;
}

.core-main #accordion .card+.card {
    margin-top: 0;
}

.core-main #accordion .card .card-body p {
    color: #000;
    font-size: 1rem;
    margin: 0;
    line-height: 33px;
}

.card span {
    /* font-size: 35px; */
    /* font-weight: 500; */
    /* color: #acafb2; */
}

.core-main #accordion {
    border-top: 2px solid #000;
    padding-top: 2rem;
}

.action-content .mainHead {
    color: #002528;
    margin-bottom: 1rem;
}

.action-content p {
    color: #86898c;
    line-height: 1.625;
}

.action-content p+p {
    margin: 1rem 0;
}

.action-content span {
    color: #c26728;
    font-weight: 600;
}

section.action-sec {
    background: linear-gradient(45deg, #f5f9fc, #ffff);
}

section.marquee-sec.p-0.action-marquee {
    background: linear-gradient(45deg, #f5f9fc, #ffff);
}

.impact-content p {
    color: #86898c;
    font-weight: 400;
    line-height: 1.625;
    width: 92%;
}

.impact-content a {
    font-size: 1rem;
    font-weight: 400;
    color: #373b40;
    text-decoration: underline !important;
    width: 80%;
    display: block;
    margin: 1rem 0 2.5rem;
}

.impact-content p+p {
    margin: 1rem 0;
}

.impact-content {
    padding-left: 1rem;
}

.impact-content .mainHead {
    margin-bottom: 1rem;
}

/* Testimonila section */
.testi {
    background: url(../images/testimonial.png) no-repeat center / cover;
    height: 672px;
    margin: 0 30px;
    border-radius: 30px;
    text-align: center;
}

.testiSlider {
    padding-bottom: 4rem;
}

.testi_content .mainHead {
    color: #fff;
    margin: 20px 0 40px;
}

.testi_content .subHead {
    color: #fff;
}

.testi_content p {
    color: #fff;
    font-size: 1.5rem;
    font-family: "Onest";
    width: 82%;
    margin: 0 auto 2rem;
}

.testi_content h5 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    font-family: "Golos Text";
}

.testiSlider .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 50%;
}

.testiSlider .swiper-pagination-bullet-active {
    background: var(--primary);
}

section.leader-sec {
    padding: 0 0 3rem;
}

.leader-content p {
    color: #86898c;
    line-height: 1.625;
}

.leader-content p+p {
    margin: 1.5rem 0;
}

.leader-content .mainHead {
    margin-bottom: 1rem;
}

.core-main #accordion .card .card-body {
    padding: 0;
}


/* Inspire section */

.inspire_content .mainHead {
    margin: 1rem 0 1.25rem;
}

.inspire_content .ready {
    font-weight: 600;
    margin: 20px 0 30px;
}

.inspire_content .ready span {
    color: var(--secondary);
}

/* Personal section */
.personal_content {
    text-align: center;
}

.personal_content .mainHead {
    margin-bottom: 30px;
}

.personal_content p {
    width: 90%;
    margin: auto;
}

.personal .career {
    padding: 2.25rem 0.813rem 4.813rem 2.25rem;
    background-color: var(--secondary);
    position: relative;
    border-radius: 30px;
}

.personal .career.green_bg {
    background: var(--primary);
}

.personal .career h2 {
    color: var(--white);
    font-size: 3.563rem;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 3.75rem;
}

.personal .career h3 {
    color: var(--white);
    font-size: 1.5rem;
    letter-spacing: -0.28px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1.188rem;
}

.personal .career p {
    color: var(--white);
}

.personal .career h1 {
    position: absolute;
    top: -18px;
    right: -5px;
    color: var(--white);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.15);
    font-size: 5.313rem;
    font-weight: 900;
    letter-spacing: -1px;
}

.personal .mainHead:nth-child(2) {
    margin-bottom: 40px;
    text-align: center;
}

.carer_head {
    margin: 2.5rem 0 4.25rem;
    text-align: center;
}

/* Benefits section */
.benefits {
    background: url(../images/benefits.png) no-repeat center / cover;
    height: 768px;
    display: flex;
    align-items: center;
    margin: 0 1.875rem;
    border-radius: 30px;
    overflow: hidden;
}

.benefits::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 56, 61, 0.75);
}

.benefits .benefits_content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    z-index: 1;
    position: relative;
}

.benefits_content h2 {
    color: var(--white);
    font-size: 4.625rem;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
}

.benefits_content h2 span {
    color: var(--secondary);
    font-weight: 800;
}

.benefits_content .themeBtn {
    background-color: var(--secondary);
}

/* Coaching section */

.coaching figure img {
    border-radius: 30px;
}

.coaching_content .mainHead {
    margin-bottom: 1.875rem;
}

.coaching_content p+p {
    margin-top: 1.25rem;
}

/* transforming section */

.transform {
    background-color: #f4f6f8;
}

.tran_content .mainHead {
    margin: 15px 0 25px;
}

.tran_content p+p {
    margin-top: 20px;
}

.tran_content figure {
    margin-top: 50px;
}




/* Testimonila section */
.testi {
    background: url(../images/testimonial.png) no-repeat center / cover;
    height: 672px;
    margin: 0 30px;
    border-radius: 30px;
    text-align: center;
}

.testiSlider {
    padding-bottom: 4rem;
}

.testi_content .mainHead {
    color: #fff;
    margin: 20px 0 40px;
}

.testi_content .subHead {
    color: #fff;
}

.testi_content p {
    color: #fff;
    font-size: 1.5rem;
    font-family: 'Onest';
    width: 82%;
    margin: 0 auto 2rem;
}

.testi_content h5 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    font-family: 'Golos Text';
}

.testiSlider .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 50%;
}

.testiSlider .swiper-pagination-bullet-active {
    background: var(--primary);
}


/* Services page */
.tran_content h5 {
    color: #333333;
    font-size: 1rem;
    font-family: 'Golos Text';
    font-weight: 400;
    margin-top: 20px;
}

.transform.service .tran_content p {
    width: 95%;
}

section.testimonial_sec.servcietesti {
    margin: 0;
    padding-top: 4rem;
}

.themeBtn:hover {
    background: #000;
    color: #fff;
}

.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    width: 100%;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: transparent;
    border: 0;
    color: #fff;
    padding: 0.9375rem 0.625rem;
}

.ui-datepicker th {
    background: #FFFBEE;
    font-size: 0.8125rem;
    color: #011824;
    font-weight: 400;
    text-transform: uppercase;
}

.master-container-slots .item .button {
    width: 100%;
}
.button.hollow {
    border: 2px solid #141414;
    color: #141414;
    padding: 1.1875rem 0;
    border-radius: 7px;
    background: aliceblue;
    font-size: 1.375rem;
    margin-bottom: 16px;
    font-weight: 500;
}   
.master-container-slots .item {
    flex: 0 0 49%;
}
.master-container-slots{
    background-color: #00383d;
    padding: 4px 20px;
    border-radius: 10px;
}

.calender-section{
    background-color: #c36728;
    border-radius: 20px;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 150px;
}
.calender-section p{
    color: #fff;
}
.flex-container-morning {
    margin-top: 50px;
}
.navbar-brand img{
    width: 180px;
}
.footer-logo{
    width: 150px;
}
.sdsdazx{
    margin-left: -113px;
}
.sdsdacwe{
    margin-left: -111px;
}
.lasyebsd{
    margin-left: 91px;
}
.pararar{
    margin-left: 96px;
}
.wwwwww{
    margin-left: 156px;
}
.pppppppp{
    margin-left: 159px;
}
.contact_form .form-control {
    margin-bottom: 1rem;
}