:root {
    --primary-color: #001233;
    --gold-color: #1778be;
    --darkgold-color: #1778be;
    --light-green: #F8FFF8;
    --light-orange: #FFFCF7;
    --whitest: #ffffff;
    --redst: #ff0000;
    --lightgray: #C1C1C1;
    --gray-color: #858184;
    --darkgray: #313131;
    --hero-bg: #D9D9D9;
    --hero-second-bg: #30ad1c;
    --heading-font: "recoleta_altmedium";
    --body-font: 'Nunito', sans-serif;
    --tick-icon: url(../images/template-landing/tick.svg);
}

@font-face {
    font-family: "recoleta_altmedium";
    src: url("../fonts/recoletaalt-medium-webfont.woff2") format("woff2"), url("../fonts/recoletaalt-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    /* text-transform: capitalize; */
    color: var(--primary-color);
    font-family: var(--body-font);
}

/* utils */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    text-transform: capitalize;
}

h1 {
    font-size: 42px;
    line-height: 56px;
}

h2 {
    font-size: 40px;
    line-height: 57px;
}

h3 {
    font-size: 36px;
    line-height: 49px;
}

h4 {
    font-size: 20px;
    line-height: 24px;
}

h5 {
    font-size: 22px;
    line-height: 30px;
}

h6 {
    font-family: var(--body-font);
    font-weight: 700;
    font-size: 16px;
    line-height: 24.55px;
}

p {
    margin: 0;
    line-height: 22px;
    font-size: 14px;
}

a {
    text-transform: none;
    text-decoration: none;
    transition: all 0.3s ease;
}

ul {
    margin: 0;
    padding: 0;
}

.text-lg {
    font-family: var(--heading-font);
    font-size: 60px;
    line-height: 81.6px;
}

.subheading {
    color: var(--gray-color);
    font-size: 16px;
    line-height: 22px;
}

.text-small {
    font-size: 13px;
    line-height: 1;
}

.primary-bg {
    color: var(--whitest);
    background-color: var(--primary-color);
}

.secondary-bg {
    background-color: var(--light-orange);
}

.primary-text {
    color: var(--primary-color);
}

.gold-text {
    color: var(--darkgold-color);
}

.muted-text {
    color: var(--gray-color);
}

.light-gray {
    color: var(--lightgray);
}

.danger-text {
    color: var(--redst);
}

.mt-30 {
    margin-top: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.section-y {
    position: relative;
    z-index: 2;
    padding-top: 45px;
    padding-bottom: 45px;
}

.button-dark,
.secondary-button,
.theme-button_sm,
.theme-button {
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 22.51px;
    font-weight: 600;
    padding: 6px 14px;
    border: 2px solid var(--primary-color);
    border-radius: 10px;
    color: #fff;
    background-color: transparent;
    z-index: 1;
}

.theme-button_sm {
    color: var(--darkgold-color);
}

.button-dark:hover,
.theme-button:hover {
    color: #fff !important;
}

.header_btn li {
    list-style: none;
}

.theme-button_sm::after,
.theme-button::after {
    content: '';
    position: absolute;
    right: 7px;
    top: 4px;
    height: 38px;
    width: 102%;
    z-index: -1;
    border-radius: 8px;
    background-color: var(--gold-color);
    transition: all 0.3s ease;
}

.theme-button_sm:hover::after,
.theme-button:hover::after {
    background-color: var(--darkgold-color) !important;
}

.theme-button_sm {
    font-size: 14px;
    height: auto;
    line-height: 19.07px;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    width: fit-content;
}

.view_coures_btn a.theme-button_sm {
    display: inline-flex;
}

.get_complete a.theme-button_sm.mt-3 {
    margin: 0 auto;
}

.theme-button_sm::after {
    height: 103%;
    width: 101%;
    border-radius: 10px;
    background-color: var(--whitest);
}

.button-dark {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.secondary-button {
    color: var(--whitest);
    border-color: var(--whitest);
}

.button-dark:hover {
    color: var(--whitest);
    background-color: var(--primary-color);
}

.secondary-button:hover {
    background-color: var(--whitest);
}

.small-width {
    max-width: 56%;
    margin-left: auto;
    margin-right: auto;
}

.zindex-up {
    position: relative;
    z-index: 2;
}

.active {
    visibility: visible !important;
    opacity: 1 !important;
}

/* utils ends */
/* navigation */
header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
}

.top-nav {
    padding-top: 17.5px;
    padding-bottom: 17.5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.top-nav .nav-right,
.top-nav .nav-left {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    flex: 0 0 50%;
}

.top-social,
.top-nav .nav-right {
    justify-content: flex-end;
    gap: 20px;
}

.nav-left .top-nav_items {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-bar {
    padding: 7px 0;
    background-color: var(--light-green);
}

.navigation {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navigation .item-left {
    flex: 100%;
}

.navigation .item-right {
    flex: 0 0 80%;
    justify-content: space-between;
}

.item-left .logo {
    height: 70px;
}

.item-right,
.item-right .menu {
    display: flex;
    gap: 30px;
    align-items: center;
}

.hamburger {
    display: none;
    right: 0;
    position: relative;
    transition: all 0.3s ease;
}

.hamburger span {
    display: block;
    width: 30px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    right: 0;
    background: var(--primary-color);
    z-index: 1;
    transform-origin: center;
    transition: all 0.3s ease;
}

.hamburger.active span {
    position: absolute;
    margin: 0;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2) {
    width: 0;
}

.hamburger span:last-child {
    margin: 0;
}

/* navigation ends */
/* index */
.hero {
    position: relative;
    background-size: cover;
    background-position: center;
    background-image: linear-gradient(135deg, #003073, #029797);
}

/* .hero::after {
    content: '';
    width: 225px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--hero-second-bg);
} */
.hero .theme-button {
    border: 2px solid #fff;
}

.tag-heading {
    font-size: 10px;
    line-height: 13.64px;
    color: var(--gray-color);
}

.certification-card {
    height: 100%;
    padding: 20px 20px;
    border: 1px solid rgba(49, 49, 49, 0.2);
    border-radius: 10px 10px 10px 60px;
}

.time-date-wrapper {
    display: flex;
    justify-content: space-between;
}

.time-date {
    display: flex;
    gap: 10px;
}

.certification-card p.danger-text {
    font-weight: 600;
}

.choose {
    position: relative;
    margin-top: 120px;
}

.choose .section-y {
    padding-top: 30px;
    padding-bottom: 30px;
}

.choose .col-lg-5 {
    position: relative;
}

.choose .col-lg-5 img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 75%;
}

.student-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.student-wrapper .student-right,
.student-wrapper .student-left {
    flex: 0 0 50%;
}

.student-text {
    padding: 19px 50px;
    height: 100%;
    border: 1px solid rgba(49, 49, 49, 0.2);
}

.student-text .text-lg {
    color: var(--darkgold-color);
    opacity: 0.2;
    transition: all 0.3s ease;
}

.student-wrapper:hover .student-text .text-lg {
    opacity: 1;
}

.student-wrapper:hover .theme-button_sm::after {
    background-color: var(--gold-color);
}

.student-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.achievement-image img {
    width: 160px;
    height: 100px;
    object-fit: contain;
}

.reister-wrapper {
    padding: 60px 52px;
    border-radius: 20px;
    color: var(--whitest);
    background-color: var(--darkgray);
}

.reister-wrapper .register-image {
    position: relative;
}

.reister-wrapper .register-image img {
    width: 100%;
}

.reister-wrapper .register-image::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100px;
    background-size: contain !important;
    background: url(../images/template-landing/paper-plane.svg) no-repeat;
}

.test-slide {
    padding-top: 35px;
}

.test-wrapper {
    height: 100%;
    position: relative;
    padding: 76px 35px 38px;
    border-radius: 10px;
    border: 1px solid rgba(49, 49, 49, 0.2);
}

.test-wrapper .test-image {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 68px;
    width: 68px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid rgba(49, 49, 49, 0.2);
}

.test-wrapper .test-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.test-text blockquote {
    line-height: 30px;
    margin: auto;
}

.test-text blockquote::before,
.test-text blockquote::after {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 0.2em;
}

.test-text blockquote::before {
    content: url(../images/template-landing/quote.svg);
}

.test-text blockquote::after {
    content: url(../images/template-landing/close-quote.svg);
}

.test-wrapper .test-name {
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: center;
    font-weight: 700;
}

.test-wrapper .test-name::before {
    content: '';
    width: 20px;
    height: 1px;
    background-color: var(--primary-color);
}

.test-pagination {
    position: relative !important;
    top: 0;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    transition: all 0.3s ease;
    margin: 0 5px !important;
}

.swiper-pagination-bullet {
    height: 15px !important;
    width: 15px !important;
    background: var(--gray-color) !important;
}

.swiper-pagination-bullet-active {
    background: var(--darkgold-color) !important;
}

/* index ends */
/* footer */
.footer-row {
    display: flex;
    flex-wrap: wrap;
}

.footer-row .footer-col {
    flex: 0 0 33.33%;
    padding-right: 80px;
}

.footer-col img {
    height: 70px;
}

.footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 23px;
}

.footer-heading {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
}

.footer-list {
    column-count: 2;
}

.footer-list li {
    margin-bottom: 18px;
}

.footer-row a {
    color: var(--lightgray);
}

.footer-row a:hover {
    color: var(--gold-color) !important;
}

.footer-contact .contact-list {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.copyright {
    padding: 20px 0;
    border-top: 1px solid var(--hero-bg);
}

.copyright a {
    text-decoration: underline;
    color: var(--lightgray);
}

.copyright a:hover {
    color: var(--gold-color);
}

.free_trial+footer {
    padding-top: 80px;
}

/* footer ends */
/* about page */
.about-image {
    --background: var(--darkgray);
    height: 550px;
    background: var(--background);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.about-image.who-we-are-img {
    --background: url(../images/template-landing/student-2.jpg);
}

.about-image.our-vision-img {
    --background: url(../images/template-landing/student-2.jpg);
}

.impact-card {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(49, 49, 49, 0.2);
    background-color: var(--light-orange);
}

.member-wrapper {
    transition: all 0.3s ease;
}

.member-wrapper:hover {
    box-shadow: 45px 50px 70px -40px #0000001a;
}

.member-wrapper:hover .member-socials {
    opacity: 1;
    visibility: visible;
}

.member-socials {
    opacity: 0;
    visibility: hidden;
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 25%;
    width: 100%;
    align-items: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    transition: all 0.3s ease;
}

.member-socials a {
    height: 30px;
    width: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--whitest);
    border-radius: 5px;
    background-color: var(--gold-color);
}

.member-wrapper {
    padding: 20px;
    border: 1px solid rgba(49, 49, 49, 0.2);
    border-radius: 20px;
}

.member-experience {
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: center;
}

.member-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 350px;
}

.member-image img {
    height: 100%;
    object-fit: cover;
}

.timeline-year::after {
    content: '';
    border-bottom: 2px dotted var(--lightgray);
    display: block;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.timeline-year .year-slide::after {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50px;
    display: inline-block;
    border: 3px solid var(--whitest);
    background-color: var(--primary-color);
    transition: all 0.3s ease;
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-year .year-slide.swiper-slide-active::after {
    background-color: var(--darkgold-color);
    outline: 1px solid var(--primary-color);
    border: 3px solid var(--whitest);
}

.timeline-year .year-slide.swiper-slide-active h4 {
    opacity: 1;
}

.timeline-year .year-slide h4 {
    opacity: 0.3;
    transition: all 0.3s ease;
}

.time-content-wrapper {
    padding: 30px 0;
}

.timeline-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.timeline-nav i {
    height: 40px;
    width: 40px;
    display: inline-block;
    display: grid;
    place-items: center;
    background-color: var(--gold-color);
    border-radius: 9px;
    transition: all 0.3s ease;
}

.timeline-nav i:hover {
    color: var(--gold-color);
    background-color: var(--primary-color);
}

.query-card-wrapper {
    padding: 30px;
    border-radius: 20px;
    color: var(--whitest);
    background-color: var(--primary-color);
    text-align: center;
}

.any-query .row .col-md-6:nth-child(1) .query-card-wrapper {
    color: var(--primary-color);
    background-color: var(--gold-color);
}

/* about page ends */
/* coures page start */
.quote_outer {
    background: var(--gold-color);
    width: 60px;
    height: 60px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
    display: none;
    box-shadow: 0 0 10px -2px #d7d7d7;
}

.quote_outer img {
    width: 34px;
}

.courses-wrapper .Course_post_img img {
    width: 100%;
    border-radius: 10px;
}

.courses-wrapper .course-details {
    border-radius: 10px;
    border: 1px solid rgba(49, 49, 49, 0.2);
    padding: 20px;
    margin-bottom: 10px;
    border-bottom: 5px solid var(--gold-color);
}

.courses-wrapper .course-details:last-child {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
}

.courses-wrapper .Course_post_hadding {
    border-radius: 0px 0px 10px 10px;
    padding: 0;
    margin-left: 20px;
    width: 70%;
}

.Course_post_img {
    padding: 0;
    width: 30%;
}

.courses-wrapper .course-card_row {
    justify-content: center;
    gap: 20px;
}

.explore_left_section {
    border-radius: 5px;
    background: #131522;
    padding: 20px;
    position: sticky;
    top: 162px
}

.Syllabus_btn .theme-button_sm {
    margin: 0 auto;
}

.explore_left_section .form-group input.wpcf7-form-control.wpcf7-text {
    max-width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    padding: 10px;
    border: 0;
    outline: 0;
    margin: 0;
    border-radius: 5px;
    transition: all .3s ease;
    background: #f3f5fe;
    width: 100%;
}

.explore_left_section .form-group label {
    color: var(--whitest);
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 2px;
    line-height: 18px;
}

.explore_left_section .form-group label span {
    font-size: 18px;
    color: #fff;
    padding: 2px;
}

.explore_left_section .form-group {
    margin-bottom: 10px;
}

.explore_left_section form button.btn.btn-primary {
    background: var(--gold-color);
    border: 1px solid var(--gold-color);
    color: #fff;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    margin-top: 2px;
}

.explore_left_section h2 {
    text-align: center;
    color: var(--whitest);
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 12px;
}

.explore_left_section form button.btn.btn-primary:hover {
    background: none;
    color: #fff;
}

/* coures page close */
/* cours name start here */
.coures_name_img {
    margin-bottom: 4px;
    transition: all 0.3s ease;
}

.coures_name_img img {
    width: 30px;
}

.corus_name_outer .coures_name_list:hover .coures_name_img {
    background: var(--gold-color);
}

.corus_name_outer .coures_name_list {
    padding: 30px;
    text-align: center;
    position: relative;
    margin-top: 20px;
    background: var(--whitest);
    border: 1px solid #0c0a0a1c;
}

.corus_name_outer .coures_name_list h5 {
    margin: 0;
    line-height: 20px;
    padding-top: 10px;
    color: var(--primary-color);
    font-size: 18px;
}

.coures_name_img {
    background: var(--whitest);
    width: 75px;
    height: 75px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 4px -2px #000000;
    position: absolute;
    top: -46px;
    left: 50%;
    transform: translate(-50%, -0%);
}

.corus_name_outer .corus_name_row:nth-child(1) {
    margin-top: 0;
}

.corus_name_outer .corus_name_row {
    margin-top: 44px;
}

/* coures name close here */
/* contact start here */
section.banner_contact {
    display: flex;
    position: relative;
    height: 401px;
    background: var(--gold-color);
}

.banner_contact .banner_outer {
    display: flex;
    height: 100%;
}

.student-text .address_contact {
    margin-top: 14px;
}

.student-text .address_contact ul li a {
    margin: 0;
    line-height: 22px;
    font-size: 14px;
    color: var(--gray-color);
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
}

.student-text .address_contact ul {
    display: flex;
    gap: 20px;
}

.student-text .address_contact ul li {
    list-style: none;
}

.student-text .address_contact ul li a .ph_icon {
    height: 30px;
    background: var(--darkgold-color);
    width: 30px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_contact .banner_left_hadding h3 {
    line-height: 36px;
    margin-bottom: 14px;
}

.banner_contact .banner_left {
    width: 50%;
}

.banner_contact .banner_right {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.banner_contact .banner_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_left_hadding {
    background: var(--gold-color);
    padding: 30px 53px 0 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.student-text .address_contact ul li a .ph_icon .text-small {
    color: var(--whitest);
}

.slider_enquriy .slick-list .slick-track {
    gap: 13px;
    display: flex;
}

.for_enquriy {
    display: flex;
    gap: 20px;
    background: #f0f0f0;
}

.for_enquriy .for_enquriy_section h3 {
    text-align: center;
    margin-bottom: 10px;
}

.for_enquriy .for_enquriy_section p {
    text-align: center;
}

.for_enquriy .enquriy_item {
    background: var(--whitest);
    padding: 12px 10px;
    width: 24%;
    border-bottom: 2px solid var(--gold-color);
    border-radius: 7px;
}

.detail .detail_item {
    gap: 8px;
    display: flex;
    align-items: center;
}

.detail .detail_item .ph_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail .detail_item .ph_icon .text-small {
    color: var(--darkgold-color);
}

.detail {
    display: flex;
    row-gap: 8px;
    flex-direction: column;
}

.enquriy_item h6 {
    font-size: 15px;
}

.slider_enquriy .slick-dots li button:before {
    height: 15px !important;
    width: 15px !important;
    background: var(--gray-color) !important;
    border-radius: 100px;
    color: transparent;
}

.slider_enquriy .slick-dots li.slick-active button:before {
    background: var(--gold-color) !important;
    color: transparent;
}

.slider_enquriy .slick-dots {
    bottom: -40px;
}

.slider_enquriy button.slick-prev.slick-arrow.slick-disabled {
    display: none !important;
}

.slider_enquriy button.slick-next.slick-arrow {
    display: none !important;
}

/* contact close here */
/* coures detail page css start*/
.banner_coures_detail {
    position: relative;
    background: url(../images/template-landing/banner_img.jpg);
    background-size: cover;
    background-position: center;
}

.banner_coures_detail:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000054;
}

.achievement .section-y {
    padding-top: 30px;
    padding-bottom: 30px;
}

.banner_coures_detail .detail_right {
    position: relative;
}

.banner_coures_detail .detail_left {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.banner_coures_detail .detail_right:before {
    content: '';
    width: 205px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--gold-color);
}

.banner_coures_detail .detail_right img {
    width: 70%;
    position: relative;
    margin-left: 70px;
}

.corus_name_outer .small-width h6 {
    margin-bottom: 5px;
}

.corus_name_outer .corus_name_row {
    margin-bottom: 20px;
}

.corus_name_outer .corus_name_row:last-child {
    margin-bottom: 0;
}

.corus_name_outer .get_complete {
    text-align: center;
}

.Trainer .trainer_left {
    background: var(--whitest);
    box-shadow: 0 0 4px -3px #000000;
    padding: 10px;
    border-radius: 6px;
}

.Trainer .trainer_left .trainer_img img {
    width: 25%;
    margin-bottom: 8px;
}

.Trainer .trainer_left .trainer_left h6 {
    line-height: 18px;
    margin-bottom: 4px;
}

.Trainer .trainer_left:hover {
    background: var(--gold-color);
}

.free_trial {
    background: var(--whitest);
    max-width: 60%;
    margin: 0 auto;
    box-shadow: 0 0 8px -2px #999999;
    padding: 20px 30px 20px 0px;
    margin-bottom: -110px;
    z-index: 1;
    position: relative;
    border-radius: 10px;
}

.free_trial .trail_left_section {
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.free_trial .left_section_img img {
    width: 100px;
    margin-bottom: 8px;
}

.left_section_hadding b p {
    margin-bottom: 4px;
}

.left_section_hadding .timeing {
    display: flex;
    justify-content: center;
    gap: 11px;
    align-items: center;
}

.left_section_hadding .timeing .timeing_right_sec span {
    font-size: 14px;
}

.left_section_hadding .contact_number {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.left_section_hadding .contact_hadding {
    margin-top: 16px;
}

.accordin .accordin_outer .accordion-item .accordion-header button.accordion-button.collapsed {
    border-radius: unset;
    padding: 0;
    box-shadow: unset;
}

.accordin .accordin_outer .accordion-item .accordion-header button.accordion-button {
    padding: 0;
}

.accordin .accordin_outer .accordion-item {
    border: unset;
    border-bottom: 1px solid var(--primary-color);
}

.accordin .accordin_outer .accordion-item:last-child {
    border-bottom: unset;
}

.accordin .accordion-button:not(.collapsed) {
    color: var(--darkgold-color) !important;
    background-color: unset;
    box-shadow: unset !important;
}

.accordin {
    background: var(--whitest);
    box-shadow: 0 0 1px 0px #000000;
    max-width: 90%;
    margin: 0 auto;
}

.accordin_outer.small-width.mb-40 {
    text-align: center;
    margin-top: 60px;
}

.accordin .container.section-y {
    padding: 10px 24px;
}

.accordin .accordin_outer h3 {
    margin: 0;
    padding-bottom: 2px;
    border-bottom: 1px solid var(--primary-color);
    font-size: 24px;
}

.accordin .accordin_outer .accordion-button::after {
    width: 14px;
    height: 14px;
    background-image: url(../images/template-landing/plus_ic.png);
    background-size: 14px;
    top: 50%;
    position: absolute;
    right: 0;
    transform: translate(-0%, -50%);
}

.accordin .accordin_outer .accordion-button:not(.collapsed)::after {
    background-image: url(../images/template-landing/less_icon.png);
}

section.achievement {
    background: #dad2da3d;
}

.video .small-width.mb-40 {
    text-align: center;
}

.persent_number_outer {
    display: flex;
    width: 100%;
    gap: 11px;
    margin-bottom: 12px;
}

.persent_number_outer .number_item {
    width: 32%;
}

.persent_number_outer .number_item h3 {
    line-height: 28px;
    font-size: 32px;
    margin-bottom: 10px;
}

.persent_number_outer .number_item p {
    line-height: 16px;
    font-size: 12px;
}

.video {
    background: var(--light-orange);
}

.student-text {
    padding: 0px 50px 0 114px;
}

.free_trial .section-y {
    position: relative;
    z-index: 2;
    padding: 0;
}

/* coures detail page css close */
/* modal css start */
.enroll_pop .modal-dialog .explore_left_section button.btn-close:focus {
    box-shadow: unset;
}

.contact_detail .free_trial {
    margin-top: 0 !important;
}

.enroll_pop .modal-dialog .close_btn {
    background: var(--whitest);
    width: 40px;
    height: 40px;
    border-radius: 100px;
    position: absolute;
    right: 22px;
    top: 5px;
}

.enroll_pop .modal-dialog .close_btn:focus {
    box-shadow: unset !important;
}

.enroll_pop .modal-dialog .close_btn {
    background: var(--whitest);
    width: 40px;
    height: 40px;
    border-radius: 100px;
    position: absolute;
    right: 22px;
    top: 8px;
}

.enroll_pop .modal-dialog .explore_left_section button.btn-close {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.enroll_pop .modal-dialog {
    max-width: 70%;
}

.enroll_pop .modal-content .explore_left_section .enroll_outer {
    display: flex;
}

.enroll_pop .modal-content .explore_left_section .enroll_outer .enroll_img {
    width: 50%;
}

.enroll_pop .modal-content .explore_left_section .enroll_outer .enroll_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.enroll_pop .modal-content .explore_left_section .enroll_outer .enroll_form {
    width: 50%;
    padding: 30px;
}

.enroll_pop .modal-content .explore_left_section h2 {
    text-align: left;
}

.enroll_pop .modal-content .explore_left_section {
    padding: 0;
}

.enroll_pop .modal-content .explore_left_section .enroll_outer .enroll_form form .form-group label span {
    font-size: 18px;
    color: var(--gold-color);
    padding: 2px;
}

.enroll_pop .modal-content .explore_left_section .form-group input.wpcf7-form-control.wpcf7-text {
    font-size: 12px;
    padding: 10px;
}

/* modal css close */

/* video section */

.video-wrap {
    position: relative;
    margin: 20px 40px 0 0;
}

.video-wrap::before {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid var(--gold-color);
    position: absolute;
    top: -20px;
    right: -40px;
    border-radius: 20px;
}

.video-wrap :is(video, iframe) {
    border-radius: 20px;
    position: relative;
    aspect-ratio: 16/9;
}

/* video section ends */
/* responsiveness */
@media (min-width: 992px) {
    .spacing-left {
        padding-left: calc(50% - (1140px / 2) + 8px);
        padding-right: 50px;
    }

    .spacing-right {
        padding-right: calc(50% - (1140px / 2) + 8px);
        padding-left: 50px;
    }

    .menu a:hover:not(.theme-button) {
        color: var(--darkgold-color);
    }
}

@media (max-width: 1200px) {
    .spacing-left {
        padding-left: calc(50% - (960px / 2) + 8px);
        padding-right: 50px;
    }

    .trainer_row {
        row-gap: 24px;
    }

    .spacing-right {
        padding-right: calc(50% - (960px / 2) + 8px);
        padding-left: 50px;
    }

    .section-y {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .item-right,
    .item-right .menu {
        gap: 1rem;
    }

    .footer-row .footer-col {
        padding-right: 32px;
    }

    /* coures page start */
    .explore_left_section {
        padding: 10px 20px;
    }

    .contact_detail .free_trial {
        margin-bottom: -30px;
    }

    /* coures page close */

    /* coures detail page start */
    h2 {
        font-size: 32px;
        line-height: 40px;
    }

    h3 {
        font-size: 30px;
        line-height: 44px;
    }

    .accordin_outer.small-width.mb-40 {
        margin-top: 40px;
    }

    .accordin {
        margin-top: 40px;
    }

    .free_trial {
        max-width: 90%;
        margin-bottom: -80px;
    }

    .student-text {
        padding: 0px 40px 0 40px;
    }

    .contact_hadding h4 {
        font-size: 17px;
        line-height: 22px;
    }

    .contact_detail .free_trial {
        margin-top: 0;
    }

    .contact_detail .free_trial {
        margin-top: 0;
    }

    /* coures detail page close */
}

@media (max-width: 1024px) {

    /* coures detail start here */
    .banner_contact .banner_right {
        top: 50%;
        transform: translate(-0%, -50%);
    }

    section.banner_contact {
        height: 340px;
    }

    .corus_name_outer .coures_name_list {
        padding: 30px 20px;
    }

    .footer-heading {
        margin-bottom: 20px;
    }

    /* coures detail close here */
    /* modal css start */
    .enroll_pop .modal-content .explore_left_section .enroll_outer .enroll_form {
        width: 50%;
        padding: 10px;
    }

    .enroll_pop .modal-dialog .close_btn {
        width: 35px;
        height: 35px;
        right: 10px;
    }

    .enroll_pop .modal-content .explore_left_section h2 {
        font-size: 24px;
    }

    /* modal css close */
}

@media (max-width: 991px) {

    /* utils */
    .corus_name_outer .corus_name_row {
        margin-top: 24px;
    }

    section.banner_contact {
        height: 280px;
    }

    .accordin_outer.small-width.mb-40 {
        margin-top: 30px;
    }

    .section-y {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    h1 {
        font-size: 32px;
        line-height: 60px;
    }

    h2 {
        font-size: 36px;
        line-height: 49px;
    }

    h3 {
        font-size: 24px;
        line-height: 30px;
    }

    h4 {
        font-style: 25px;
        line-height: 32px;
    }

    h5 {
        font-size: 18px;
        line-height: 25px;
    }

    h6 {
        font-family: var(--body-font);
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
    }

    .subheading {
        font-size: 16px;
        line-height: 2;
    }

    .small-width {
        max-width: 600px;
    }

    .spacing-left {
        padding-left: calc(50% - (720px / 2) + 8px);
        padding-right: calc(50% - (720px / 2) + 8px);
    }

    .spacing-md-left {
        padding-left: calc(50% - (720px / 2) + 8px);
        padding-right: 30px;
    }

    .spacing-right {
        padding-right: calc(50% - (720px / 2) + 8px);
        padding-left: calc(50% - (720px / 2) + 8px);
    }

    .spacing-md-right {
        padding-right: calc(50% - (720px / 2) + 8px);
        padding-left: 30px;
    }

    /* utils ends */
    /* navbar-responsive */
    .top-nav {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .hamburger {
        cursor: pointer;
        display: block;
    }

    .item-right .menu {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 320px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        background-color: var(--whitest);
        visibility: hidden;
        opacity: 0;
        transform: translateX(-100%);
        transition: all 0.3s ease;
    }

    .menu.active {
        transform: translateX(0);
    }

    .menu li:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .menu li:last-child {
        margin-top: 10px;
    }

    .menu li a:not(.theme-button) {
        height: 50px;
        display: flex;
        align-items: center;
        padding: 0 50px 0 20px;
    }

    /* navbar responsiveness ends */
    /* index responsive starts */
    .hero .col-lg-5 {
        display: none;
    }

    .hero::after {
        display: none;
    }

    .card-list li {
        font-size: 16px;
        line-height: 2;
    }

    .choose {
        margin-top: 0;
    }

    .choose .section-y {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .choose .col-lg-5 {
        display: none;
    }

    .student-wrapper img {
        height: 100%;
    }

    .register-text {
        text-align: center;
    }

    /* index responsive ends */
    /* footer responsive */
    .footer-row .footer-col {
        flex: 0 0 50%;
        margin-bottom: 40px;
    }

    .footer-row .footer-col:last-child {
        margin-bottom: 0;
    }

    /* footer responsive ends */

    /* coures start here */
    .courses-wrapper .Course_post_hadding {
        margin-left: 0;
        margin-top: 20px;
    }

    .courses-wrapper .course-card .course-details {
        margin-bottom: 20px;
        margin-right: 0;
        margin-left: 0;
    }

    .coures_name_img {
        width: 55px;
        height: 55px;
        top: -30px;
    }

    .corus_name_outer .corus_name .corus_name_row {
        margin-top: 28px;
    }

    .corus_name_outer .coures_name_list {
        padding: 20px 10px;
    }

    /* coures close here */
    /* contact start here */
    .banner_left_hadding {
        padding: 12px 20px;
    }

    .banner_contact .banner_left_hadding h1 {
        line-height: 36px;
        margin-bottom: 2px;
    }

    .student-text .address_contact ul {
        gap: 7px;
    }

    .student-text .address_contact ul li a {
        gap: 2px;
    }

    /* contact close here */

    /* coures detail page start */
    .nav-bar .navigation .item-right {
        justify-content: right;
    }

    .student-life .student-left .student-text h3 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 9px;
    }

    .persent_number_outer {
        display: block;
        width: 100%;
        gap: 11px;
        margin-bottom: 0px;
    }

    .persent_number_outer .number_item {
        width: 100%;
        display: flex;
        column-gap: 12px;
        margin-bottom: 12px;
    }

    .student-text {
        padding: 20px 40px 20px 40px;
    }

    .banner_coures_detail .detail_right img {
        width: 80%;
        margin-left: -34px;
    }

    /* coures detail page close */

    /* modal css start */
    .enroll_pop .modal-dialog {
        max-width: 90%;
    }

    .quote_outer {
        display: flex;
    }

    .header_btn .theme-button {
        display: none;
    }

    /* modal css close */
}

@media (max-width: 767px) {
    h1 {
        font-size: 22px;
        line-height: 40px;
    }

    .courses-wrapper .coures_post_btn a.theme-button_sm.mt-30 {
        padding: 8px 12px;
        margin-bottom: 0;
    }

    h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .section-y {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .mb-40 {
        margin-bottom: 20px;
    }

    .spacing-left {
        padding-left: calc(50% - (540px / 2) + 8px);
        padding-right: calc(50% - (540px / 2) + 8px);
    }

    .spacing-right {
        padding-right: calc(50% - (540px / 2) + 8px);
        padding-left: calc(50% - (540px / 2) + 8px);
    }

    .top-nav {
        gap: 10px;
        justify-content: center;
    }

    .corus_name_outer .corus_name_row {
        margin-top: 0px;
        margin-bottom: 0;
    }

    .top-nav .nav-right {
        display: none;
    }

    .top-nav .nav-left {
        flex: 0 0 100%;
        justify-content: space-between;
    }

    .student-wrapper:nth-child(even) .student-right {
        order: 1;
    }

    .student-wrapper:nth-child(even) .student-left {
        order: 2;
    }

    .student-wrapper .student-right,
    .student-wrapper .student-left {
        flex: 0 0 100%;
    }

    .certification-card {
        border-radius: 10px;
    }

    .choose .section-y {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .reister-wrapper {
        padding: 30px 26px;
    }

    .reister-wrapper .register-image::after {
        width: 70px;
    }

    .footer-row .footer-col {
        flex: 0 0 100%;
    }

    .copyright {
        padding: 10px 0;
    }

    /* about */
    .about-image {
        height: 400px;
    }

    /* about ends */

    /* coures name start */
    .corus_name_outer .coures_name_list {
        margin-top: 10px;
    }

    .accordin .accordin_outer .accordion-button::after {
        background-size: 12px;
    }

    .free_trial+footer {
        padding-top: 0;
    }

    .free_trial .left_section_hadding .contact_number {
        margin-bottom: 10px;
    }

    .corus_name_outer .corus_name .corus_name_row {
        margin-top: 6px;
    }

    .coures_name_img {
        width: 45px;
        height: 45px;
        position: unset;
        transform: unset;
        margin: 0 auto;
    }

    .corus_name_outer .coures_name_list {
        padding: 10px;
    }

    .quote_outer {
        width: 50px;
        height: 50px;
    }

    .quote_outer img {
        width: 30px;
    }

    /* coures name start */

    /* contact page start */
    .banner_left_hadding {
        padding: 12px 0px;
        width: 100%;
        left: 0;
        position: unset;
        transform: unset;
        margin: 0 auto;
    }

    .any_query_row {
        row-gap: 12px;
    }

    .banner_contact .banner_left {
        width: 100%;
    }

    .banner_contact .banner_left_hadding h3 {
        line-height: 24px;
        margin-bottom: 2px;
    }

    section.banner_contact {
        height: 100%;
    }

    .banner_contact .banner_left_hadding h1 {
        line-height: 28px;
        margin-bottom: 2px;
    }

    .banner_contact .banner_right {
        width: 100%;
        position: unset;
        transform: unset;
        padding-bottom: 10px;
        height: auto;
    }

    .for_enquriy {
        margin-top: 20px;
    }

    h2 {
        font-size: 22px;
        line-height: 26px;
    }

    .student-wrapper {
        margin-top: 10px;
    }

    .banner_coures_detail .detail_left p {
        font-size: 14px;
        margin-bottom: 16px;
    }

    /* contact page close */

    /* coures detail page start */
    .banner_coures_detail {
        padding: 14px 0 0 0;
    }

    .accordin_outer.small-width.mb-40 {
        margin-top: 20px;
        padding: 0 10px;
    }

    .free_trial {
        max-width: 90%;
        padding: 10px 0;
        margin-bottom: 20px;
    }

    .explore_left_section {
        padding: 10px;
    }

    .explore_left_section h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .student-text {
        padding: 20px 20px 0 20px;
    }

    .corus_name_outer .mb-40 {
        margin-bottom: 0px;
    }

    .persent_number_outer {
        display: block;
    }

    .persent_number_outer .number_item {
        width: 100%;
    }

    .student-life .student-left .student-text h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .accordin {
        max-width: 100%;
        margin-top: 20px;
    }

    .accordin .accordin_outer .accordion-item .accordion-body {
        padding: 0;
    }

    .accordin .accordin_outer h3 {
        font-size: 18px;
    }

    .accordin .container.section-y {
        padding: 10px;
    }

    .accordin .accordin_outer .accordion-item .accordion-header button.accordion-button.collapsed {
        padding: 8px 10px 0 0;
    }

    .free_trial .trail_right_section {
        margin-top: 12px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .banner_coures_detail .detail_right img {
        margin-left: 0;
    }

    .corus_name_outer .corus_name_row {
        margin-bottom: 0;
    }

    .student-life .student-wrapper {
        margin-top: 0;
    }

    .accordin .accordin_outer .accordion-item .accordion-header button.accordion-button {
        padding: 8px 0;
    }

    .achievement .section-y {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .banner_contact .banner_outer {
        display: flex;
        height: auto;
    }

    /* coures detail page close */

    /* modal css start */
    .enroll_pop .modal-content .explore_left_section .enroll_outer {
        display: block;
    }

    .enroll_pop .modal-content .explore_left_section .enroll_outer .enroll_img {
        display: none;
    }

    .enroll_pop .modal-content .explore_left_section .enroll_outer .enroll_form {
        width: 100%;
    }

    .enroll_pop .modal-dialog {
        max-width: 100%;
    }

    /* modal css close */
}

@media (max-width: 575px) {
    body {
        font-size: 14px;
    }

    h3 {
        font-size: 20px;
        line-height: 30px;
    }

    p {
        font-size: 14px;
    }

    .mt-30 {
        margin-top: 20px;
    }

    .top-nav .nav-left {
        gap: 10px;
        justify-content: center;
        line-height: 1;
    }

    .item-left .logo {
        height: 50px;
    }

    .subheading {
        font-size: 14px;
    }

    .card-list li {
        margin-bottom: 5px;
    }

    .student-text {
        padding: 19px;
    }

    .footer-row .footer-col {
        padding-right: 0;
    }

    .spacing-left {
        padding-left: 12px;
        padding-right: 12px;
    }

    .spacing-right {
        padding-left: 12px;
        padding-right: 12px;
    }

    .button-dark,
    .secondary-button {
        padding: 4px 14px;
        font-size: 14px;
        border-radius: 10px;
    }

    /* about */
    .about-image {
        height: 300px;
    }

    .course-wrap .flex-change {
        flex-direction: column;
        gap: 10px;
        align-items: baseline !important;
    }

    /* about ends */
}

/* responsiveness ends */








.highlight-text {
    position: relative;
    color: var(--hero-second-bg);
}

.tick-list li {
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
}

.tick-list li::before {
    content: var(--tick-icon);
    display: inline-block;
}

.image-overlay {
    width: 100%;
    height: 220px;
}

.img-full {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.service-img {
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: 15px;
}

.service-title {
    background: #FFF;
    padding: 8px 15px !important;
    margin: 15px 0 0 !important;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .1);
    text-align: center;
    transition: all 0.3s;
    color: var(--primary-color);
}

.services-wrapper:hover .service-title {
    background-color: var(--darkgold-color);
    color: #fff !important;
}

.bordered-icon-box {
    border-radius: 10px;
    overflow: auto;
}

.image-overlay {
    width: 100%;
    height: 220px;
}

.overlay-content {
    -webkit-backdrop-filter: blur;
    backdrop-filter: blur(4.5px);
    border-radius: 5px;
    left: 0;
    right: 0;
    bottom: 15px;
    margin: auto;
    padding: 14px 10px;
    position: absolute;
    width: 90%;
    z-index: 9;
    text-align: center;
    justify-content: center;
    background: rgba(255, 255, 255, .2);
    border: 1px solid rgba(255, 255, 255, .3);
}

.bordered-icon-box.position-relative::after {
    content: '';
    height: 50%;
    width: 100%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.6), transparent);
    position: absolute;
    bottom: 0;
    left: 0;
}

.theme-button.w-50 {
    width: 100% !important;
    max-width: max-content !important;
}

.testimonial .swiper-slide {
    display: flex !important;
    height: auto;
}

.gradient_red {
    background: #FF5D63;
    background-image: radial-gradient(circle at 28% 36%, #FF9195, #FF5D63 66%);
}

.gradient_blue {
    background: #0099C3;
    background-image: radial-gradient(circle at 28% 36%, #00C5E3, #0099C3 99%);
}

.gradient_yellow {
    background: #c3a002;
    background-image: radial-gradient(circle at 38% 32%, #ffcb49, #c3a002 92%);
}

.gradient_purple {
    background: #7c8ff1;
    background-image: radial-gradient(circle at 38% 32%, #7c8ff1, #405fff 92%);
}

.course-wrap {
    padding: 30px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 10px 30px;
    transition: all 0.3s;
}

.course-wrap:hover {
    box-shadow: -10px 10px 0 0 #1179ef;
    transition: all 0.3s;
}

.course-date {
    font-weight: 500;
    color: var(--primary-color);
    line-height: 26px;
}

.course-date i {
    position: relative;
    top: -1px;
}

.course-wrap ul li {
    font-size: 14px;
    color: var(--gray-color);
    line-height: 26px;
    margin: 0 0 12px;
}

.course-icon {
    width: 100%;
    max-width: 62px;
    height: 62px;
    border-radius: 14px;
}

.course-icon img {
    width: 100%;
    max-width: 38px;
}

.price-text {
    font-size: 18px;
    font-weight: 600;
    text-decoration: line-through;
}

.price-val {
    font-size: 28px;
    margin: 0 0 0 8px;
    font-weight: 700;
    color: var(--gold-color);
}

.bordered-logo {
    background-color: #fff;
    width: 100%;
    max-width: 160px;
    padding: 8px 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 30px;
}

.bordered-logo img {
    width: 100%;
    max-width: 130px;
}