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

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

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

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

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;
}

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;
}

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

p {
    font-weight: 500;
    line-height: 25px;
    font-family: 'Montserrat-fontone';
    color: #858585;
}


/***** Font Files *****/

@font-face {
    font-family: 'Montserrat-fontone';
    src: url(../font/Montserrat-Medium.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Rachel-fonttwo';
    src: url(../font/Rachelya.ttf);
    font-weight: 400;
    font-style: normal
}

/***** Custom Classes *****/

.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;
}

.theme_btn {
    padding: 5px 28px 5px 5px;
    border: unset;
    border-radius: 15px;
    color: #000000;
    z-index: 1;
    background: #1f9b9b;
    position: relative;
    font-size: 12px;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    font-family: 'Montserrat-fontone';
    text-transform: uppercase;
    border-radius: 50px;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #000000;
    z-index: -1;
    transition: all 250ms
}

.theme_btn:hover {
    color: #000000;
}

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

.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: 'Rachel-fonttwo';
    font-size: 105px;
    line-height: 1.2;
    color: #000000;
    font-weight: 400;
    margin: 0 0 17px;
    text-transform: uppercase;
}

h2 {
    font-family: 'Rachel-fonttwo';
    font-size: 70px;
    line-height: 50px;
    color: #000000;
    font-weight: 500;
    margin: 0 0 7px;
}

h3 {
    font-family: 'Rachel-fonttwo';
    font-size: 53px;
    line-height: 1.2;
    color: #000000;
    font-weight: 100;
    margin: 0 0 7px;
}

h4 {
    font-family: 'Rachel-fonttwo';
    font-size: 50px;
    line-height: 1.2;
    color: #1f9b9b;
    font-weight: 500;
    margin: 0 0 6px;
}

h5 {
    font-family: 'Rachel-fonttwo';
    font-size: 25px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 6px;
}

h6 {
    font-family: 'Rachel-fonttwo';
    font-size: 30px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0px 0 4px;
}

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

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

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

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

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


/*header css start */

.menuSec {
    padding: 0px 0 0;
}

.menuSec img {
    width: 200px;
    margin: 0;
}

section.main_slider .carousel-caption {
    padding-top: 100px;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 5px 5px;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    background: #1f9a9a;
    border-radius: 60px;
    font-weight: 200;
}

.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: #ffffff;
    padding: 10px 44px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Montserrat-fontone';
    /* font-weight: 600; */
}


/* .menuSec ul li:last-child a {
    padding-right: 0px;
} */

.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: #000000;
    background: #fff;
    border-radius: 50px;
}

.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;
}


/*header css start */

.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;
}


/*banner css start */


/* Tab slider fix  */

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

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


/* Tab slider fix  */

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

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.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  */
.dis-block {
    display: block;
}

.container-fluid {
    padding: 0px 80px;
}

.header-icon {
    height: 35px;
    width: 35px;
    background: #1f9a9a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.header-icon-sd {
    display: flex;
    justify-content: end;
}

header {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
}

.banner-img img {
    width: 100%;
    height: 900px;
}

.banner_text {
    text-align: center;
    margin: 50px 0 100px;
}.banner_text h1 {
    margin: 0;
}

.banner-main-img {
    margin-top: -100px;
}

.banner-main-img {
    text-align: center;
}
.banner-main-img h6 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}
.banner-box-one-text {
    margin-bottom: 21px;
}

.banner-box-two-text {
    position: relative;
    margin-bottom: 80px;
    padding: 40px 0px;
}

.banner-box-two-text ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 40px;
    margin-bottom: 0;
}

.banner-box-two-text ul li img {
    margin-bottom: 18px;
    width: 22%;
}

.banner-box-two-text ul li p {
    margin-bottom: 0;
}

.banner-box-two-text:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-image: url(../images/banner-line-one.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-box-two-text:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-image: url(../images/banner-line-one.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-box-two-line {
    padding: 44px 20px;
    border: 1px solid #b5d5d2;
    border-radius: 12px;
    margin-bottom: 70px;
    position: relative;
}

.banner-box-two-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #1f9a9a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-box-two-line p {
    margin-bottom: 0px;
}

.banner-box-two-ul ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 13px;
    color: #000;
    font-family: 'Montserrat-fontone';
}

.banner-box-two-ul ul {
    margin-bottom: 80px;
}


/* About Us Section css start  */

section.aboutUs {
    margin-bottom: 100px;
}

section.aboutUs .abImgesWraper {
    position: relative;
}

section.aboutUs .abImgesWraper .mainImg {
    display: flex;
    justify-content: flex-end;
    margin-right: 40px;
}

section.aboutUs .abImgesWraper .ab-smImg {
    display: inline-block;
    position: absolute;
    bottom: 0%;
    left: -50px;
    z-index: 1;
}



section.aboutUs .row {
    align-items: center;
}

section.aboutUs .ab-txt {
    position: relative;
    padding-bottom: 30px;
}

section.aboutUs .ab-txt h6 {
    font-family: "Montserrat";
    font-size: 14px;
    text-transform: uppercase;
    color: #934032;
    font-weight: 500;
}

section.aboutUs .ab-txt p {
    padding-right: 60px;
    line-height: 26px;
}

section.aboutUs .ab-txt .abDescription {
    position: relative;
    padding: 20px 0px 20px 30px;
    margin: 30px 0 40px;
}

/* section.aboutUs .ab-txt .abDescription:before {
  position: absolute;
  content: "";
  width: 5px;
  background: #944234;
  left: 0;
  height: 100%;
  top: 0;
} */

/* section.aboutUs .ab-txt .abDescription p {
  margin: 0px;
  padding-right: 40px;
  color: #7f3023;
} */

section.aboutUs .abImgesWraper .mainImg img {
    /* box-shadow: 0px 0px 20px 0px #3333335e; */
    border-radius: 220px;
    width: 85%;
    object-fit: cover;
    height: 640px;
}

.ab-txt ul {
    column-count: 2;
}

.ab-txt ul li {
    font-family: 'brunson-font-side';
    font-size: 19px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    display: inline-block;
}

.ab-txt ul li img {
    margin-right: 10px;
}

section.aboutUs {
    margin: 100px 0px;
}

.side-btn-img-in {
    display: flex;
    align-items: center;
    gap: 20px;
}

.side-btn-text {
    background: #fff;
    padding: 10px 25px;
    border-radius: 30px 0px 0px 30px;
}


/* ======================== */


.our-sessions-box>img {
    height: 540px;
    width: 100%;
    border-radius: 190px;
    object-fit: cover;
}

.our-sessions-icon {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-sessions-box {
    position: relative;
    z-index: 1;
    overflow-y: hidden;
    transition: 0.5s;
    border-radius: 186px;
}

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

.our-session-text {
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    transform: translateX(-50%);
    z-index: 999;
    transition: 0.5s;
}

.our-session-text .our-sessions-icon {
    justify-self: center;
}

.our-session-text p {
    display: none;
}

.our-session-text a {
    display: none;
}

.our-session-text h5 {
    color: #fff;
}

.our-sessions-box:hover .our-session-text p {
    display: block;
    color: #ffffff4f;
}

.our-sessions-box:hover .our-session-text a {
    display: block;
}

.our-sessions-box:hover .our-session-text {
    bottom: 42%;
    transition: 0.5s;
}

.our-sessions-box:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: #1f9b9bb5;
    z-index: 0;
    overflow: hidden;
    border-radius: 186px;
}

.our-sessions-box:hover:before {
    height: 100%;
    transition: 0.5s;
}

.our-sessions-slider .slick-active {
    opacity: 1;
}

.our-sessions-slider .slick-slide img {
    width: auto;
}

.our-sessions-slider .slick-prev:before {
    content: '';
    position: absolute;
    background-image: url(../images/our-slider-left-arow.png);
    height: 60px;
    width: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: -22px;
}

.our-sessions-slider .slick-next:before {
    content: '';
    position: absolute;
    background-image: url(../images/our-slider-right-arow.png);
    height: 60px;
    width: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    right: -22px;
}

.our-sessions-slider .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 1;
}

section.our-sessions-sec {
    margin-bottom: 100px;
}

.ready-begin-text h2 {
    color: #fff;
    margin-bottom: 30px;
}

.ready-begin-text p {
    color: #ffffff8f;
    margin-bottom: 30px;
    line-height: 32px;
}

.ready-begin-text {
    text-align: center;
}

section.ready-begin-sec {
    margin-bottom: 100px;
    padding: 120px 0px;
    background-image: url(../images/ready-begin-bg-img.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
section.ready-begin-sec::before {
    position: absolute;
    content: '';
    background: #46a29f96;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}
section.why-choose-sec {
    margin-bottom: 100px;
}

ul.why-choose-ul {
    column-count: 2;
}

.why-choose-ul-img {
    height: 40px;
    width: 40px;
    background: #1f9a9a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.why-choose-ul li {
    display: flex;
    align-items: start;
    gap: 6px;
}

.why-choose-ul-text {
    width: 250px;
}

.why-choose-img {
    position: relative;
}

.why-choose-img-one {
    position: absolute;
    top: 210px;
    right: 0;
    text-align: end;
}
.why-choose-img-one img {
    width: 41%;
    border-radius: 180px;
    height: 400px;
    border: 10px solid #fff;
    object-fit: cover;
}
.why-choose-img>img {
    width: 80%;
}

.why-choose-ul-text h5 {
    font-family: 'Montserrat-fontone';
    font-size: 16px;
}



/*Footer Sec Css Starts */

.footer-main {
    padding: 80px 0 0 0;
    background-color: #2b2b2b;
}

.footer-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

.footer-txt h5 {
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    font-family: 'Montserrat-fontone';
}

.footer-txt p {
    font-size: 14px;
    color: #fff;
    /* font-family: "Roboto"; */
    font-weight: 400;
    opacity: 50%;
    width: 90%;
}

.socials ul {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px;
    margin-bottom: 0;
}

.socials ul li a {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    overflow: hidden;
    border-radius: 100px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.socials ul li a::before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: var(--y, 50%);
    left: var(--x, 50%);
    transform: translate(-50%, -50%);
    background-color: #1f9b9b;
    border-radius: 100px;
    z-index: -1;
    transition: ease-out;
    transition-duration: 0.5s;
}

.socials ul li a:hover::before {
    height: 100%;
    width: 100%;
    transition: ease-out;
    transition-duration: 0.5s;
}

.socials ul li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: 15px;
}

.socials ul li a:focus::before {
    height: 100%;
    width: 100%;
}

.footer-links ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 15px;
    width: 100%;
}

.footer-links ul li a {
    position: relative;
    z-index: 999;
    font-size: 15px;
    line-height: 20px;
    height: 16px;
    color: #fff;
    font-family: 'Montserrat-fontone';
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    transition: ease-in;
    transition-duration: 0.5s;
    font-weight: 500;
    opacity: 50%;
}

.footer-links ul li a:hover {
    background-color: unset;
}

.footer-contact ul {
    gap: 0;
}

.footer-contact ul li {
    width: 100%;
}

.footer-contact ul li a {
    text-transform: unset;
}

.footer-contact ul li:nth-child(2) {
    padding: 15px 0;
    margin: 15px 0;
    /* border: 1px solid #ffffff47; */
    border-right: none;
    border-left: none;
}

.footer-txt.footer-news form {
    width: 100%;
}

.footer-news-input-main {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.footer-news-input {
    width: 100%;
}

.footer-news-input input {
    color: #ffffff;
    padding: 0px 18px;
    border-radius: 10px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    border: 1px solid #4444443d;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Montserrat-fontone';
    font-weight: 400;
    background: #000000;
}

.footer-news-input input:focus {
    background-color: var(--pColor);
    color: var(--wColor);
}

.footer-news-input input:focus::placeholder {
    color: #fff;
}

.footer-news-input input::placeholder {
    font-size: 14px;
    line-height: 20px;
    color: #f6f6f6;
    font-weight: 500;
    font-family: 'Montserrat-fontone';
}

.footer-rights-mian {
    padding: 20px 0;
    margin: 60px 0 0 0;
    border-top: 1px solid #ffffff47;
}

.footer-rights p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: start;
    margin: 0;
    opacity: 50%;
    font-weight: 400;
}

.footer-rights p a {
    color: var(--wColor);
    position: relative;
    transition: ease-in;
    transition-duration: 0.5s;
}

.footer-rights p a::before {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    border-bottom: 1px solid var(--wColor);
    transition: ease-out;
    transition-duration: 0.5s;
}

.footer-rights p a:hover::before {
    width: 100%;
    transition: ease-out;
    transition-duration: 0.5s;
}

.footer-txt.footer-links.footer-contact a {
    color: #b4b4b4cc;
    opacity: 1;
    font-family: 'Montserrat-fontone';
    font-weight: 400;
}

.footer-txt.footer-links.footer-contact a i {
    color: var(--wColor);
}

/*Footer Sec Css Ends*/

.footer-news-input input::placeholder {
    font-size: 14px;
    line-height: 24px;
    font-family: "Roboto";
    font-weight: 400;
    color: #7c7c7c;
}

.footer-news-btn {
    display: inline-block;
}

.footer-news-btn button.theme2 {
    border: 0px;
    padding: 12px 20px;
    line-height: 20px;
    border-radius: 8px;
    color: var(--wColor);
    z-index: 1;
    background: var(--pColor);
    position: relative;
    text-transform: uppercase;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
}

.footer-txt-main.footer-links-main.footer-contact-main {
    position: relative;
    left: -60px;
}

.footer-txt.footer-links {
    margin-left: 20px;
}

.footer-news-input input::placeholder {
    color: #ffffff;
    font-family: 'Montserrat-fontone';
}

.footer-left-link ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    color: #fff;
    margin-bottom: 0;
}

.footer-left-link ul li a {
    color: #b4b4b4cc;
}

.side-btn-text.btn-text-one {
    background: #2b2b2b;
    color: #fff;
}

.socials h5 {
    margin-bottom: 20px;
}

.theme_btn.theme_btn_one {
    background: #fff;
}

.side-btn-text.btn-text-two {
    background: #1f9b9b;
    color: #fff;
}

/* ============== */
.banner_text.inner-banner-text {
    margin-top: 40px;
}

.banner-img.inner-banner-img img {
    height: 70vh;
}

.banner_text.inner-banner-text ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.banner_text.inner-banner-text ul li a {
    font-size: 25px;
    font-family: 'Rachel-fonttwo';
    color: #000;
}

.banner_text.inner-banner-text h1 {
    margin-bottom: 0;
}

section.our-sessions-sec {
    margin: 100px 0px;
}

section.program-detail-sec {
    margin: 100px 0px;
}

.program-detail-box>img {
    margin-bottom: 20px;
    width: 100%;
    height: 910px;
    object-fit: cover;
    border-radius: 15px;
}

ul.program-detail-box-ul {
    display: flex;
    justify-content: space-between;
}

ul.program-detail-box-ul li img {
    margin-left: 20px;
}

ul.program-detail-box-ul-one {
    column-count: 2;
}

ul.program-detail-box-ul-one li {
    margin-bottom: 10px;
}

ul.program-detail-box-ul-one li img {
    margin-right: 8px;
}

ul.program-detail-box-ul-two li {
    position: relative;
    margin-left: 14px;
    margin-bottom: 12px;
}

ul.program-detail-box-ul-two li:before {
    position: absolute;
    content: '';
    top: 9px;
    left: -14px;
    height: 6px;
    width: 6px;
    background: #1f9b9b;
    border-radius: 50%;
}

.consult-form input {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px 10px;
    font-family: 'Montserrat-fontone';
    text-transform: capitalize;
    border: 1px solid #e4e4e4;
    border-radius: 7px;
}

.consult-form.consult-txt-area textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px 10px;
    font-family: 'Montserrat-fontone';
    text-transform: capitalize;
    border: 1px solid #e4e4e4;
    border-radius: 7px;
}

.consult-form select {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px 10px;
    font-family: 'Montserrat-fontone';
    text-transform: capitalize;
    border: 1px solid #e4e4e4;
    border-radius: 7px;
}

.contact-page-wrapper {
    margin: 100px 0px;
}

.consultation-right {
    text-align: center;
}

/* login  */

section.login-sec .row {
    align-items: center;
}

.login-input {
    position: relative;
}

.login-input input {
    height: 60px;
    width: 100%;
    padding: 20px;
    padding-right: 40px;
    background-color: #fafafa;
    margin: 10px 0;
    border: 1px solid #dfd6d6;
    border-radius: 8px;
}

.login-input i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #1f9b9b;
    font-size: 20px;
    font-weight: 500;
}

.keep-sign-in div label {
    cursor: pointer;
    color: #7c7c7c;
    font-size: 16px;
    font-weight: 500;
}

.keep-sign-in div input {
    margin: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 5px;
    accent-color: #ce5477;
    border: 1px solid #ce5477;
}

.keep-sign-in div {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.keep-sign-in {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 0 0;
}

.form-btn {
    width: 100%;
    height: 44px;
    color: white;
    max-width: 550px;
    font-weight: 400;
    text-align: center;
    margin: 40px 0 0 0;
    align-items: center;
    border-radius: 10px;
    align-content: center;
    background: #1f9a9a;
    font-family: 'Montserrat-fontone';
    text-transform: capitalize;
}

.form-bottom p {
    padding: 10px 0;
    position: relative;
}

.form-bottom .custom {
    display: flex;
    width: 100%;
    overflow-x: hidden;
    align-items: center;
    justify-content: center;
}

.form-bottom p a {
    color: #1f9b9b;
    font-weight: 600;
}

.continue-with::after {
    content: "";
    width: 50vw;
    height: 1px;
    top: 22px;
    right: 120%;
    background-color: gray;
    position: absolute;
}

.continue-with::before {
    content: "";
    width: 50vw;
    height: 1px;
    background-color: gray;
    position: absolute;
    left: 121%;
    top: 23px;
}

.continue-with-third-party {
    gap: 10px;
    width: 100%;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.continue-with-third-party i {
    font-size: 50px;
    color: #1f9b9b;
}

.login-right img {
    right: 0;
    bottom: 0;
    width: 75%;
    /* height: 100%; */
    object-fit: cover;
    /* border-radius: 0px 25px 25px 0px; */
}

.login-right {
    height: auto;
    text-align: center;
}

.form-bottom {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0px auto;
    justify-content: center;
    align-items: center;
}

.keep-sign-in a {
    color: #1f9b9b;
    font-weight: 500;
}

.login-sec {
    margin: 100px 0px;
    padding: 50px 4%;
    position: relative;
}

.login-left h2 {
    color: #000;
    margin-bottom: 30px;
}

.login-left a.form-btn {
    color: #fff;
    background-color: #1f9b9b;
}

/* login  */


/* sign up sec */

.signup-sec {
    margin: 100px 0px;
    position: relative;
}

.signup-right h2 {
    color: #000;
    margin-bottom: 20px;
}

/* .signup-left {
    height: 850px;
} */



.pink-page-wrapper .form-btn {
    background: #db8dd0;
    color: white;
    height: 50px;
    width: 100%;
    align-content: center;
    align-items: center;
    text-align: center;
    margin: 40px 0 0 0;
    max-width: 550px;
    font-weight: 600;
    text-transform: capitalize;
}

.pink-page-wrapper .form-bottom p a {
    color: #db8dd0;
    font-weight: 600;
}

.pink-page-wrapper .form-bottom p a {
    color: #db8dd0;
    font-weight: 600;
}

.pink-page-wrapper .keep-sign-in a {
    font-weight: 600;
    color: #db8dd0;
}

.signup-inpt input {
    height: 60px;
    width: 100%;
    padding: 20px;
    border: 1px solid #d5d4d4;
    background-color: #fafafa;
    margin: 7px 0;
    border-radius: 9px;
}

.signup-inpt label {
    color: black;
    font-weight: 500;
    cursor: pointer;
    margin: 10px 0 0 0;
    font-family: 'Montserrat-fontone';
}

.pink-page-wrapper .keep-sign-in a {
    font-weight: 600;
    color: #db8dd0;
}

.pink-page-wrapper .form-bottom p a {
    color: #db8dd0;
    font-weight: 600;
}

.google-btn {
    gap: 15px;
    width: 100%;
    display: flex;
    margin: 20px 0;
    cursor: pointer;
    border-radius: 8px;
    padding: 10px 20px;
    align-items: center;
    transition: 0.3s ease;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.15);
}

.signup-left {
    text-align: center;
}

.ft-logo a img {
    width: 60%;
    margin-top: -60px;
}
.program-detail-box p a {
    text-decoration: underline;
    color: #000;
}
/* sign up sec */
section.aboutUs .abImgesWraper .ab-smImg img {
    width: 84%;
    border-radius: 180px;
    height: 400px;
    border: 10px solid #fff;
    object-fit: cover;
}
.why-choose-img>img {
    width: 80%;
    height: 770px;
    object-fit: cover;
    border-radius: 270px;
}
.consultation-right img {
    width: 79%;
    height: 760px;
    border-radius: 340px;
    object-fit: cover;
}
.banner-box-two-line p {
    font-size: 13px;
    margin: 10px 0;
}

.banner-box-two-line h6 {
    font-size: 25px;
    font-weight: 600;
}