@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 'Montserrat';
    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;
}


/***** Font Files *****/

@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat.ttf);
}

@font-face {
    font-family: 'chalk-sprouts-demo';
    src: url(../fonts/chalk-sprouts-demo.ttf);
}

@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
}


/***** Custom Classes *****/

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'chalk-sprouts-demo';
    font-size: 88px;
    line-height: 80px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'chalk-sprouts-demo';
    font-size: 35px;
    line-height: 45px;
    color: #000000;
    font-weight: 500;
    margin: 0 0 20px;
}

h3 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'chalk-sprouts-demo';
    font-size: 20px;
    line-height: 30px;
    color: #a77f40;
    font-weight: 500;
    margin: 0 0 10px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

p {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Montserrat';
    font-weight: 400;
    margin: 0 0 20px;
}

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;
}

.menuSec img {
    margin: 0;
}
.menuSec .row {
    position: relative;
}

.menuSec .row:before {
    position: absolute;
    content: '';
    background-image: url(../images/vec1.png);
    width: 100%;
    left: 5px;
    bottom: -10px;
    height: 66px;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    background-size: contain;
}

.user-icon {
    display: flex;
    justify-content: right;
}


.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    text-transform: capitalize;
}

.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 23px;
    font-size: 14px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 500;
}

.menuSec .row {
    /* align-items: center; */
}

.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: #002f2f;
}

.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 */

.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;
}

h1 span {
    font-size: 55px;
    color: #ede091;
}

.banner_text p {
    color: #ffff;
}

.btn1 {
    background: #002f2f;
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat';
    display: flex;
    align-items: center;
    height: 55px;
    padding: 0 0 0 20px;
    text-transform: uppercase;
    width: fit-content;
    border-radius: 40px;
    gap: 20px;
}

.btn1 i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ede091;
    color: #002f2f;
}

.carousel-item.active {
    text-align: right;
}

.banner_img {
    position: relative;
    z-index: 9;
}

.banner_text {
    position: relative;
    z-index: 9;
}

h1 span {
    font-size: 55px;
    color: #ede091;
}

.banner_text p {
    color: #ffff;
}

.btn1 {
    background: #002f2f;
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat';
    display: flex;
    align-items: center;
    height: 55px;
    padding: 0 0 0 20px;
    text-transform: uppercase;
    width: fit-content;
    border-radius: 40px;
    gap: 20px;
}

.btn1 span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ede091;
    color: #002f2f;
    margin-right: -4px;
}

.btn1 span i {
    width: 20px;
    background: #205859;
    height: 20px;
    font-size: 16px;
    clip-path: polygon(40% 50%, 25% 10%, 100% 50%, 25% 90%);
    transition: 0.5s;
}

.carousel-item.active {
    text-align: right;
}

.banner_img {
    position: absolute;
    z-index: 9;
    width: 120%;
    bottom: 0;
}

.banner_text {
    position: relative;
    z-index: 9;
}

.banner_img img {
    height: 640px;
    object-fit: contain;
    object-position: bottom;
}

/*banner css end*/

section.main_slider {
    position: relative;
}

section.main_slider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #a77f40f0 60%, transparent 120%);
    z-index: 1;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    padding: 30px 0 20px;
}

img.banner-back {
    width: 90%;
    text-align: right;
    margin: 0 auto 0;
    object-fit: cover;
    object-position: bottom;
    height: 800px;
}

.cart-icon a i {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
}

li.formobile a {
    display: none !important;
}

.menu-right ul {
    text-align: right;
}

.user-icon {
    text-align: right;
}

.user-icon a i {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #002f2f;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #ffffff;
    background: #002f2f;
}

.header-logo {
    text-align: center;
}

/* About Start */

section.about-sec {
    padding: 100px 0;
}

.about-img {
    position: relative;
    text-align: right;
}

.about-img:before {
    content: '';
    position: absolute;
    background-image: url(../images/about-back.png);
    width: 83%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: cover;
    right: 50px;
    bottom: 0;
}

.btn2 span {
    background: #fff;
    box-shadow: 0 0 10px 0 #00000063;
}

.about-img img {
    position: relative;
    right: -108px;
}

/* About End */

/* English course Satrt */

.english-course-btn {
    text-align: right;
    margin: 0 auto 0;
    display: block;
}

.english-course-btn .btn1 {
    text-align: right;
    margin: 0px 0 0 auto;
}

.english-corse-head {
    margin: 0 0 40px;
}

.course-box {
    background: #fafafa;
    border-radius: 20px;
    padding: 30px 20px;
    transition: 0.5s ease-in-out;
}

.course-box img {
    margin: 0 0 10px;
    object-fit: contain;
    height: 55px;
}

.course-box h4 {
    color: #000;
}

.course-box a {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    text-decoration: underline;
}

.course-box:hover {
    background: #002f2f;
    transition: 0.5s ease-in-out;
}

.course-box:hover * {
    color: #fff;
    transition: 0.5s ease-in-out;
}

.course-box:hover img {
    filter: brightness(10.5) invert(0);
}

/* English course End */

/* Choose Start */
section.choose-sec {
    padding: 100px 0;
}

.choose-txt ul {
    column-count: 2;
    margin: 0 0 25px;
}

.choose-txt ul li {
    padding-left: 30px;
    position: relative;
    margin: 0 0 16px;
}

.choose-txt ul li:before {
    content: '';
    position: absolute;
    background-image: url(../images/verify.png);
    width: 30px;
    height: 16px;
    background-repeat: no-repeat;
    left: 0;
    top: 4px;
    background-size: contain;
}

.choose-txt ul li p {
    margin: 0;
}

.choose-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Choose End */

/* Videos Start */

.smart-learning-img img {
    border-radius: 20px 20px 0 0;
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.smart-learning-img {
    position: relative;
}

.smart-learning-img a {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 30px;
    color: #fff;
    background: #a07a3e;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: auto;
}

.smart-leaning-txt {
    padding: 10px 14px 20px;
}

.smart-learning-box {
    box-shadow: 0 0 10px 0 #0000002e;
    border-radius: 20px;
    background: #fff;
}

.smart-leaning-txt h5 {
    font-weight: 600;
    color: #a07a3e;
    font-size: 24px;
    line-height: 22px;
    margin: 0;
    margin-bottom: 20px;
}

.smart-slider-btn {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 20px;
}

.btn1.slider1-btn {
    background: none;
    padding: 0;
}

.btn1.slider2-btn {
    background: none;
    padding: 0;
}

.btn1.slider2-btn span {
    background-image: -moz-linear-gradient(-48deg, rgb(237, 224, 145) 0%, rgb(167, 127, 64) 100%);
    background-image: -webkit-linear-gradient(-48deg, rgb(237, 224, 145) 0%, rgb(167, 127, 64) 100%);
    background-image: -ms-linear-gradient(-48deg, rgb(237, 224, 145) 0%, rgb(167, 127, 64) 100%);
}

.btn1.slider2-btn span i {
    background: #fff;
}

.btn1.slider1-btn span i {
    clip-path: polygon(0% 60%, 90% 0%, 80% 50%, 100% 90%);
}

.video-sl-mn .slick-prev:before,
.video-sl-mn .slick-next:before {
    opacity: 0;
}

.video-sl-mn .slick-slide {
    margin: 25px 12px;
}

.video-sl-mn .slick-active {
    opacity: 1;
}

/* Videos End */


/*MOHSIN*/
/* p{
    font-family: Montserrat;
    font-size: 16px;
    color: #4c4c4c;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 500;
} */
/*THEME BTN*/
.theme-btn {
    background-color: #002f2f;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Montserrat';
    border-radius: 50px;
    padding: 15px 77px 15px 30px;
    display: flex;
    align-items: center;
    position: relative;
    border: none;
    text-transform: uppercase;
}

.theme-btn:hover {
    background-color: #a77f40;
}

.theme-btn span {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-color: #fff;
    /* margin-left: 40px; */
    position: absolute;
    right: -2px;
    top: 0px;
    box-shadow: 0 0 20px #00000021;
}

.theme-btn span img {
    width: 12px;
    height: 12px;
    object-fit: contain;
}



/*CONTACT US SECTION*/
.contact_form h4 {
    font-size: 20px;
    font-family: chalk-sprouts-demo;
    color: #a77f40;
    font-weight: 500;
    margin-bottom: 0;
}

.form_cont_input {
    position: relative;
    margin-bottom: 20px;
}

.form_cont_input i {
    position: absolute;
    right: 20px;
    font-size: 12px;
    color: #b2b2b2;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.form_cont_input input {
    height: 60px;
    padding-left: 15px;
    border: 1px solid #bababa;
    border-radius: 8px;
    width: 100%;
    background: transparent;
    font-family: 'Montserrat';
}

.form_cont_input input::placeholder {
    font-family: 'Montserrat';
}

.form_cont_input select {
    height: 60px;
    padding-left: 15px;
    border: 1px solid #bababa;
    border-radius: 8px;
    width: 100%;
    background: transparent;
    font-family: 'Montserrat';
}

.form_cont_input textarea {
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #bababa;
    font-family: 'Montserrat';
}

.form_cont_input textarea::placeholder {
    font-family: 'Montserrat';
}

.contact_image img {
    height: 700px;
    width: 100%;
    border-radius: 20px;
}

section.contact_sec_home {
    padding-bottom: 90px;
}

/*TESTIMONIALS SECTION*/
.testimonial_Section {
    padding: 80px 0;
}

.review_box {
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 20px #00000021;
    border-radius: 14px;
    text-align: center;
}

.review_box img {
    width: 60px;
    margin: 0 auto 20px;
}

.review_box p {
    text-align: left;
    color: #8d8d8d;
    font-size: 14px;
    line-height: 1.4;
}

.review_person {
    margin-top: 20px;
}

.review_person_detail {
    display: flex;
    align-items: center;
    gap: 15px;
}

.review_person_detail .review_person_detail_img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 80px;
    border: 5px solid #15162e;
}

.review_person_detail_name h4 {
    font-size: 18px;
    font-family: 'chalk-sprouts-demo';
    color: #000;
    margin: 0;
    line-height: 1;
}

.review_person_detail_name span {
    font-family: 'Montserrat';
    color: #8d8d8d;
    font-size: 12px;
    line-height: 1;
    display: block;
    margin: 5px 0;
}

.review_box {
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 20px #00000021;
    border-radius: 14px;
    text-align: center;
    position: relative;
}
.review_box:before {
    position: absolute;
    content: '';
    background: #002f2f;
    width: 20px;
    height: 30px;
    left: 15%;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    bottom: -23px;
    margin: 0 auto;
    z-index: -1;
    opacity: 0;
}

.slick-slide.slick-current.slick-active.slick-center .review_box:before {
    opacity: 1;
}
.review_box img {
    width: 60px;
    margin: 0 auto 20px;
}

.review_box p {
    text-align: left;
    color: #8d8d8d;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
}

.review_person {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.review_person_detail {
    display: flex;
    align-items: center;
    gap: 15px;
}

.review_person_detail .review_person_detail_img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 80px;
    border: 5px solid #15162e;
}

.review_person_detail_name h4 {
    font-size: 18px;
    font-family: 'chalk-sprouts-demo';
    color: #000;
    margin: 0;
    line-height: 1;
}

.review_person_detail_name span {
    font-family: 'Montserrat';
    color: #8d8d8d;
    font-size: 12px;
    line-height: 1;
    display: block;
    margin: 5px 0;
}

.review_person ul {
    display: flex;
}

.review_person ul li i {
    font-size: 11px;
    color: #ff9c00;
}

.testimonials_slider .slick-slide {
    opacity: 1;
}

.testimonials_slider .slick-track {
    margin: 30px 0;
}

.testimonials_slider .slick-current .review_box {
    background-color: #002f2f;
}

.testimonials_slider .slick-current .review_box img {
    filter: brightness(5.5);
}

.testimonials_slider .slick-current .review_box p {
    color: #b3c1c1;
    font-weight: 400;
}



/*HOW IT WORKS*/
.how_it_works_heading h4 {
    font-size: 20pX;
    color: #fff;
    font-family: 'chalk-sprouts-demo';
    margin-bottom: 0;
}

.how_it_works_heading h2 {
    color: #fff;
}

.how_it_works_heading p {
    color: #e5d9c6;
}

section.how_it_works_section {
    padding: 80px 0;
    background: #a77f40;
}

.how_it_work_box::before {
    content: '';
    position: absolute;
    width: 102%;
    height: 103%;
    background: #ede091;
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ede091+0,a77f40+100 */
    background: linear-gradient(to bottom, rgba(237, 224, 145, 1) 0%, rgba(167, 127, 64, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.how_it_work_box {
    position: relative;
    border-radius: 20px;
}

.how_it_work_box_content {
    position: relative;
    background: #a77f40;
    border-radius: 18px;
    padding: 70px 20px 50px;
    text-align: center;
}

.how_it_work_box_content span {
    position: absolute;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    background: #ede091;
    border-radius: 100%;
    top: 0px;
    transform: translate(-50%, -50%);
    border: 8px solid #a77f40;
    font-size: 22px;
    font-family: 'chalk-sprouts-demo';
    color: #fff;
}

.side_padding {
    padding: 0 8%;
}

.how_it_work_box_content h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    font-family: 'chalk-sprouts-demo';
    margin-bottom: 15px;
}

.how_it_work_box_content p {
    font-size: 14px;
    color: #e7ded2;
}

.how_it_works_heading {
    margin-bottom: 40px;
}

.how_it_work_box:hover .how_it_work_box_content {
    background: transparent;
}


/*Footer Start*/

.footer-sec {
    padding: 30px 5% 0px;
    background: #a77f40;
}

.footer-newsletter form {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    justify-content: space-between;
    border-bottom: 1px solid #7e6b6a;
}

.footer-sec .footer-newsletter h2 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 40px;
}

.footer-newsletter {
    margin-bottom: 60px;
}

.footer-newsletter form input {
    width: 100%;
    border: none;
    color: #fff;
    background-color: transparent;
}

.footer-newsletter form button {
    border: none;
    color: #ffffff94;
    background-color: transparent;
}

.footer-newsletter form input::placeholder {
    color: #ffffff94;
}

.footer-sec h2 {
    color: #ede091;
    font-size: 30px;
    margin-bottom: 10px;
}

.footer-support ul li a {
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.custom-border {
    /* border-top: 1px solid #ffffff8f; */
}

.footer-copy-right-sec p {
    margin-bottom: 0;
    color: #ffffffa2;
}

.footer-copy-right-sec {
    border-top: 1px solid #ffffff33;
    padding: 20px 0;
}

.footer-latest-update ul {
    gap: 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.footer-latest-update ul li a {
    gap: 20px;
    display: flex;
    color: #ffffffb4;
    font-size: 14px;
    align-items: baseline;
    justify-content: flex-start;
    font-family: 'Montserrat';
}

.footer-support ul {
    line-height: 40px;
}

.footer-support ul {
    column-count: 2;
}

.footer-logo {
    text-align: center;
    border-left: 1px solid #ffffff33;
    border-right: 1px solid #ffffff33;
    padding: 0px 70px 50px 70px;
    margin: 0 20px;
}

.footer-latest-update form input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    background: #282828;
    border: none;
    text-transform: uppercase;
    color: #747474;
    font-weight: 500;
    border-radius: 8px;
}

.footer-support {
    padding-top: 30px;
}

.footer-latest-update {
    padding-top: 30px;
}


.footer-logo h2 {
    margin-bottom: 0;
}

.footer-logo p {
    margin: 15px 0px;
    color: #ffffff94;
}

.footer-logo ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 0;
}

.footer-logo ul li a:hover {
    background: #002f2f;
    color: #fff;
    transition: 0.5s;
    border: 2px solid #c19b7b;
}

.footer-logo ul li a {
    border: 1px solid #ffffffcb;
    color: #ffffffcb;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: 0.5s;
}

.footer-logo a img {
    width: 210px;
    height: 110px;
    object-fit: contain;
    margin-bottom: 15px;
}

.footer-pay {
    text-align: right;
}

/*Footer Ends*/

section.english-course-sec {
    padding-bottom: 100px;
}


/* INNER PAGES */

.inner-pages img.banner-back {
    height: 600px;
}

.inner-pages h1 {
    margin: 0;
    text-transform: capitalize;
}

.inner-pages .banner_img img {
    height: 500px;
}

.inner-pages .banner_img {
    width: auto;
    right: 10%;
}

section.about-sec.inner-abt .btm-para p {
    margin: 0;
    margin-top: 20px;
}

section.about-sec.inner-abt {
    padding-bottom: 0;
}

section.about-sec.inner-abt .row {
    align-items: center;
}

section.about-sec.inner-abt .about-img img {
    width: 100%;
    right: -90px;
}

section.about-sec.inner-abt .about-img:before {
    right: 100px;
}


/* Account Page Start */

section.account-page {
    position: relative;
    padding: 100px 0;
}

.log-in-wrap {
    background-color: rgb(255, 255, 255);
    padding: 50px 40px;
    border: 1px solid #cccccc;
    border-radius: 20px;
}

.log-in-wrap h2 {
    margin: 0px 0px 40px;
    color: #000000;
    font-size: 35px;
    text-transform: capitalize;
    margin-bottom: 20px;
}



.log-in-page-main {
    padding: 100px 0px;
}

.log-in-page-main .form-control {
    height: 60px;
    padding-left: 25px;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    box-shadow: unset !important;
}

.log-in-page-main .form-control::placeholder {
    color: rgb(176, 175, 175);
}

.log-in-page-main .form-check label.form-check-label {
    font-size: 14px;
    font-weight: 300;
    margin: 0px;
    color: rgb(0 0 0);
    font-family: "sfpro";
}

.log-in-page-main .form-check,
.forgot-pass {
    display: inline-block;
}

.forgot-pass {
    width: 75%;
    text-align: right;
}

.forgot-pass a {
    font-size: 14px;
    font-weight: 300;
    margin: 0px;
    color: #918f8f;
}

.forgot-pass a:hover {
    color: rgb(213, 0, 0);
}

.terms_chk .form-check-input {
    border-color: #002f2f;
    border-radius: 0px !important;
    box-shadow: none !important;
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

.form-group input {
    height: 60px;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 7px;
    margin-bottom: 20px;
}

section.account-page .btn1 {
    margin: 0 auto;
    margin-top: 30px;
}

.form-check.terms_chk.mt-4 label {
    color: #918f8f;
}

.account-banner-text h1 {
    background: transparent;
}


/* Account Page End */
section.billing {
    padding: 80px 0;
}

.inp-field input,
.inp-field select,
.inp-field textarea {
    background: #f8f8f8;
    border: 1px solid #d9d9d9;
    height: 60px;
    width: 100%;
    border-radius: 7px;
    margin-bottom: 20px;
    padding: 10px;
    color: #7c7c7c;
    font-size: 14px;
    appearance: auto;
}

.inp-field input::placeholder {
    color: #7c7c7c;
    font-size: 14px;
}

.inp-field textarea {
    height: 200px;
}

/* From Uiverse.io by Na3ar-17 */
.radio-input {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.radio-input * {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.radio-input label {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0px 20px;
    width: auto;
    cursor: pointer;
    padding-left: 0;
    height: auto;
    position: relative;
    margin-bottom: 10px;
}



.radio-input .label:has(input:checked)::before {
    background-color: #2d3750;
    border-color: #435dd8;
    height: 50px;
}

.radio-input .label .text {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.radio-input .label input[type="radio"] {
    background-color: #eaeaea;
    appearance: none;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.radio-input .label input[type="radio"]:checked {
    background-color: #a77f40;
    -webkit-animation: puls 0.7s forwards;
    animation: pulse 0.7s forwards;
}

.radio-input .label input[type="radio"]:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #fff;
    transform: scale(0);
}

.radio-input .label input[type="radio"]:checked::before {
    transform: scale(1);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

section.contact_sec_home.inn-cont {
    padding: 80px 0;
}

section.course-detail {
    padding: 80px 0;
}

img.cor-det1 {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 30px;
}

.cor-det-text {
    position: relative;
}

img.cour-det2 {
    position: absolute;
    right: 20px;
    top: 30px;
}

section.testimonial_Section.inn-testimonial .testimonials_slider_box {
    margin-top: 40px;
}

section.product {
    padding: 80px 0;
}

.prd-box {
    background: #ede091;
    text-align: center;
    border: 1px solid #f6f6f6;
    border-radius: 10px;
    margin-bottom: 20px;
}

.prd-text {
    background: #f4f4f4;
    margin: 10px;
    border-radius: 10px;
    padding: 20px 10px;
    margin-top: -30px;
    z-index: 99;
    position: relative;
    transition: 0.54s;
}

.check {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.line {
    width: 100px;
    background: #000;
    height: 0.5px;
}

.prd-text h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #212121;
    font-weight: 600;
    font-family: 'Montserrat';
    margin-bottom: 0;
}

.prd-text p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #8e8e8e;
}

.star {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.star i {
    color: #ff9c00;
    font-size: 10px;
}

.check span {
    color: #0000008c;
    font-size: 14px;
    font-weight: 600;
}

.check img {
    width: 12px;
}



.prd-box:hover {
    background: #f4f4f4;
}

img.prd-img1 {
    border-radius: 13px 13px 0 0;
    width: 100%;
    height: 304px;
}

.prd-box:hover .prd-text {
    margin-top: 0;
}

.prd-text a.btn1.btn2 {
    margin: 0 auto;
    margin-top: 10px;
    height: 0;
    overflow: hidden;
    transition: 0.54s;
}

.prd-box:hover .prd-text a.btn1.btn2 {
    height: 60px;
}

/*PRODUCT DETAIL PAGE CSS*/

.top-section h2 {
    font-size: 40px;
    line-height: 52px;
    color: #000000;
    width: 100%;
}

.price_rev h3 {
    color: var(--theme2);
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 0px;
}

.price_rev ul {
    text-align: right;
    margin: 0;
    position: absolute;
    right: 20px;
    top: 17px;
}

.price_rev ul li {
    display: inline-block;
    color: #ffc007;
}

.price_rev ul li span {
    color: #8c8c8c;
    margin-left: 10px;
}

.product-content hr {
    border-top: 1px solid #a0d3d7;
    width: 90%;
}

.flexEnd {
    display: flex;
    align-items: flex-end;
    width: 87%;
}



.brand li:not(:last-child) {
    margin-bottom: 7px;
}


.product-content p {
    font-size: 14px;
    color: #636363;
    line-height: 25px;
}

.addtocart a {

    margin-top: 30px;
}

.functionality-box ul {
    display: flex;
    align-items: center;
}

.functionality-box ul li {
    display: inline-block;
}

.functionality-box ul li:not(:last-child) {
    margin-right: 20px;
}

.functionality-box ul li .heart-button a i {
    border: 1px solid #d5d5d5;
    font-size: 21px;
    color: #2a904c;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}

.product-body img {
    width: 95%;
    border-radius: 20px;
}

.product-body {
    border-radius: 10px;
}

.btn1:hover {
    background: #a77f40;
    color: #fff;
}

.btn1:hover i {
    background: #a77f40;
}



.related_heading h2 {
    font-size: 55px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    margin-bottom: 50px;
}


/* skin 2 */

.skin-2 .num-in {
    background: #ffffff00;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    height: 40px;
    width: 110px;
    float: left;
    border: 1px solid #f2f2f2;
    border-radius: 23px;
}

.skin-2 .num-in span {
    width: 40%;
    display: block;
    height: 40px;
    float: left;
    position: relative;
    background: transparent;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: '';
    position: absolute;
    background-color: #000;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 40px;
    border: none;
    text-align: center;
    background: transparent;
    color: #000;
}


/* / skin 2 */

section.product-detail {
    padding: 80px 0;
}

section.product-detail .container .row {
    align-items: center;
}

.price-prd {
    display: flex;
    align-items: center;
    gap: 10px;
}


section.featured-prod-sec.inner {
    padding: 60px 0 120px 0;
}

section.featured-prod-sec.inner .slides-numbers {
    bottom: 13% !IMPORTANT;
}

.product-content {
    position: relative;
}

.price-prd h3 {
    margin: 0;
    font-size: 30px;
    font-family: 'chalk-sprouts-demo';
    font-weight: 500;
}

/*product-detail end*/
section.smart-learning-sec.learming-inn {
    padding: 80px 0;
}

section.smart-learning-sec.learming-inn .row {
    justify-content: center;
}

section.smart-learning-sec.learming-inn .smart-learning-box {
    margin-bottom: 40px;
}

/*Cart Start*/


/*CART PAGE CSS*/

.cart_table_main tbody td {
    vertical-align: middle !important;
    height: 170px;
}

.cart_table_main thead th {
    border-top: 1px solid #dbdbdb !important;
    border-bottom: 1px solid #dbdbdb !important;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

.cart_table_main tbody td .image_cart_prod {
    display: flex;
    align-items: center;
}

.cart_table_main tbody td .image_cart_prod .cart-img {
    margin-right: 30px;
    position: relative;
    width: 30%;
}

.cart-img img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    margin-left: 10%;
}

.cart_table_main tbody td .image_cart_prod .cart-img a {
    position: absolute;
    top: -10px;
    left: 0;
        width: 25px;
    height: 25px;
    font-weight: 600;
    color: #fff;
    border-radius: 30px;
    box-shadow: 0 0 20px #00000021;
    display: flex;
    align-items: center;
    justify-content: center;
    background: red;
}

.cart_table_main tbody td {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.cart_table_main tbody td .image_cart_prod .cart-product-name p {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    margin: 0;
}
section.cart_page.all-section {
    padding: 90px 0;
}

.clear_carT_list {display: flex;align-items: center;height: 100%;}


.cart_table_main tbody tr {
    border-bottom: 1px solid #dbdbdb;
}

.continue_btn a {
    padding: 12px 50px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    border: none;
    border-radius: 0;
    background-color: #45882f;
}

.clear_carT_list ul {
    margin: 0;
    display: flex;
    gap: 10px;
}

.clear_carT_list ul li {
    display: inline-block;
}

.clear_carT_list ul li a {
    color: #fff;
    font-size: 15px;
    padding: 10px 30px;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
    background: #a77f40;
}

.clear_carT_list ul li a:hover {
    background-color: #002f2f;
}

.cart_sidebar {
    padding: 40px 25px;
    border-radius: 0;
    background: #fafdfe;
}

.cart_sidebar h3 {
    font-size: 30px;
    font-weight: 500;
    color: #000;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.cart_sidebar .h-sub {
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Montserrat';
}
.cart_sidebar ul {
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: space-between;
}

.cart_sidebar ul li h5 {
    margin: 0;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    font-family: 'Montserrat';
    margin-top: 20px;
}

.cart_sidebar ul li p {
    text-align: right;
    margin-bottom: 5px;
}
.cart_sidebar h5 span {
    float: right;
}

.cart_sidebar h4 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Montserrat';
    text-align: right;
    color: #a77f40;
}

.cart_sidebar ul li input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.cart_sidebar ul li label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #b7b7b7;
}

.cart_sidebar ul li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.cart_sidebar ul li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #45882f;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar form {
    margin-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
    font-size: 14px;
    font-weight: 400;
    color: #b7b7b7;
    font-family: 'Roboto', sans-serif;
}

.cart_sidebar form select {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form select option {
    color: #000;
}

.cart_sidebar form input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
    color: #b7b7b7;
}

.cart_sidebar form button {
    color: #000;
    font-size: 15px;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif;
    padding: 10px 40px;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
    background-color: transparent;
    transition: 0.3s ease-in-out;
}

.checkout_btn {
    padding: 12px 50px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 15px;
    border: none;
    border-radius: 30px;
    background-color: #000000;
}

.checkout_btn:hover {
    color: #fff;
}


/* skin 2 */

.skin-2 .num-in {
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    height: 40px;
    width: 110px;
    float: left;
}

.skin-2 .num-in span {
    width: 40% !important;
    display: block;
    height: 40px;
    float: left;
    position: relative;
    right: 0;
    top: 0 !important;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: '';
    position: absolute;
    background-color: #667780;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 40px;
    border: none;
    text-align: center;
}

.continue_btn input {
    border-radius: 30px;
    height: 50px;
    outline: 0;
    border: 1px solid #959595;
    padding: 10px;
    width: 100%;
}

.clear_carT_list ul li a.btn1.golden {
    background: #002f2f;
}

.clear_carT_list ul li a.golden:hover {
    background: #a77f40;
}

/* / skin 2 */


/*Cart end*/

/* INNER PAGES END */