/*
Theme Name: Rcsk
Theme URI: 
Description: A clean base theme to use Twitter Boostrap 5 with Wordpress.
Author: MK
Author URI: 
Version: 1.0.0
Text Domain: rcsk
*/


@font-face {
    font-family: 'General Sans';
    src: url('font/GeneralSans-Extralight.eot');
    src: url('font/GeneralSans-Extralight.eot?#iefix') format('embedded-opentype'),
        url('font/GeneralSans-Extralight.woff2') format('woff2'),
        url('font/GeneralSans-Extralight.woff') format('woff'),
        url('font/GeneralSans-Extralight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'General Sans';
    src: url('font/GeneralSans-Bold.eot');
    src: url('font/GeneralSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('font/GeneralSans-Bold.woff2') format('woff2'),
        url('font/GeneralSans-Bold.woff') format('woff'),
        url('font/GeneralSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'General Sans';
    src: url('font/GeneralSans-Regular.eot');
    src: url('font/GeneralSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/GeneralSans-Regular.woff2') format('woff2'),
        url('font/GeneralSans-Regular.woff') format('woff'),
        url('font/GeneralSans-Regular.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'General Sans';
    src: url('font/GeneralSans-Light.eot');
    src: url('font/GeneralSans-Light.eot?#iefix') format('embedded-opentype'),
        url('font/GeneralSans-Light.woff2') format('woff2'),
        url('font/GeneralSans-Light.woff') format('woff'),
        url('font/GeneralSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'General Sans';
    src: url('font/GeneralSans-Medium.eot');
    src: url('font/GeneralSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('font/GeneralSans-Medium.woff2') format('woff2'),
        url('font/GeneralSans-Medium.woff') format('woff'),
        url('font/GeneralSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'General Sans';
    src: url('font/GeneralSans-Semibold.eot');
    src: url('font/GeneralSans-Semibold.eot?#iefix') format('embedded-opentype'),
        url('font/GeneralSans-Semibold.woff2') format('woff2'),
        url('font/GeneralSans-Semibold.woff') format('woff'),
        url('font/GeneralSans-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montreal';
    src: url('Montreal-Regular.eot');
    src: url('Montreal-Regular.eot?#iefix') format('embedded-opentype'),
        url('Montreal-Regular.woff2') format('woff2'),
        url('Montreal-Regular.woff') format('woff'),
        url('Montreal-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montreal';
    src: url('Montreal-Bold.eot');
    src: url('Montreal-Bold.eot?#iefix') format('embedded-opentype'),
        url('Montreal-Bold.woff2') format('woff2'),
        url('Montreal-Bold.woff') format('woff'),
        url('Montreal-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body{
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;

}

img {
    max-width: 100%;
    height: auto;
}
a,a:hover{
    cursor: pointer;
    color: #3042b5;
}
p:last-of-type{
    margin-bottom: 0px;
}
.full{
    width: 100%;
}


.menubox{
    border-radius: 54px;
    display: flex;
    padding: 0px 0px;
    justify-content: flex-end;
}

.menubox .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    list-style: none;
    padding: 0px;
}
.menubox .menu li a {
     color: #000;
    text-decoration: none;
    padding: 15px 7px;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
}

.menubox .menu > li{
    padding: 0px 10px;
}

*{
    font-family: 'General Sans';
}

.rcsk-btn {
    text-decoration: none;
    color: #fff !important;
    font-weight: 700;
    font-size: 20px;
    padding: 18px;
    border-radius: 13px;
    background-image: linear-gradient(90deg, #0741e9, #06d2ab );
    box-shadow: 0px 15px 37px 0px #06cbd240 !important;
    padding-left: 40px;
    padding-right: 40px;
    border: none !important;
    outline: none !important;
    display: inline-block;
}
h2{
    font-weight: bold;
    font-size: 38px;
    text-align: center;
    margin: 0;
}

.location-loction {
    position: absolute;
    top: -50px;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

footer .container {position: relative;}

.padding-100{
    padding-top: 100px;
    padding-bottom: 100px;
}
.padding-50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.padding-70{
    padding-top: 70px;
    padding-bottom: 70px;
}
.full{
    width: 100%;
}


/********* Banner Area ***********/
.banner.section{
    background-image: url('dist/imgs/banner-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 120px;
    clip-path: ellipse(147% 61% at 52% 37%);
    position: relative;
    overflow: visible;
    z-index: 5;
    overflow: hidden
}
.banner-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.join-rcsk-right{
    position: relative;
}
h1{
    font-size: 50px;
    font-weight: 700;
    margin: 0;
}
h1.banner-heading span{
    color: #263c90;
}
.rcsk-list {
    padding-left: 0;
}
.rcsk-list li {
    position: relative;
    padding-left: 35px;
    list-style: none;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.rcsk-list li::before {
    content: url('https://rcsk.in/wp-content/uploads/2024/05/tick-mark.png');
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-40%);
}
.banner-heading-box{
    padding-bottom: 20px;
}
.banner-btn{
    padding-top: 15px;
}
.students-join-box{
    display: flex;
    font-weight: 700;
    padding-top: 35px;
    font-size: 20px;
    align-items: center;
}
.students-join-image-box{
    padding-right: 20px;
}
.banner-right{
    position: relative;
    z-index: 1;
}
.banner-bottom-image-box{
    position: relative;
    z-index: 100;
}
.banner-bottom-image-box img{
    position: absolute;
    top: -72px;
    border-radius: 60px;
    box-shadow: 0px 9px 50px 7px #00000047;
}
.banner-left {
    padding-bottom: 100px;
}
/******** Join-rcsk area *********/
/* h2 span {
    background-image: url('/wp-content/uploads/2024/04/underline.png');
    background-size: contain;
    background-position: bottom;
    display: inline-block;
    background-repeat: no-repeat;
    height: 57px;
} */

h2 span{
    display: inline-block;
    width: fit-content;
    height: 50px;
}
h2 span::after {
    content: " ";
    background-image: url(dist/imgs/underline-2.png);
    background-size: cover;
    background-position: bottom;
    display: block;
    background-repeat: no-repeat;
    height: 7px;
    width: 100%;
}
.join-rcsk-left-heading-box{
    font-weight: 600;
    font-size: 28px;
    line-height: 1.3;
}
.join-rcsk-left-heading-box {
    padding-bottom: 15px;
}
.join-rcsk-left {

    padding-right: 50px;
}
.join-rcsk-left-content-box {
    font-size: 19px;
    padding-bottom: 15px;
}
.join-rcsk-heading-box {
    padding-bottom: 80px;
}
.join-rcsk-right-img-box {
    /*    max-width: 500px;*/
}
.join-rcsk-left-btn {
    padding-top: 12px;
}
.join-csk-btn-arrow{
    display: flex;
}
.arrow-container {
    padding-left: 20px;
}
.arrow-container img{
    position: relative;
    top: -20%;
}

.bottom-image-box {
    position: absolute;
    bottom: -87px;
    right: -16%;
    max-width: 250px;
    box-shadow: 0px 0px 40px 6px #0000002b;
    border-radius: 40px;
}
.join-rcsk-section {
    padding-bottom: 120px;
}

/****** Explore-our-courses-area ********/
.explore-courses-subheading {
    text-align: center;
    font-size: 19px;
    padding-bottom: 30px;
    padding-top: 10px;
    max-width: 800px;
}
.explore-courses-card-img-box {
    max-width: 63px;
}
.explore-courses-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    border-radius: 20px;
    height: 200px;
    justify-content: center;
    text-align: center;
}
.explore-courses-card-outer {
    padding-bottom: 12px;
    padding-top: 12px;
}
.explore-courses-section {
    background-image: url(dist/imgs/explore-courses-background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* padding-left: 210px;
    padding-right: 210px; */
    clip-path: ellipse(160% 50% at 50% 50%);
}
.explore-courses-heading-box-outer {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.explore-courses-card-title {
    font-weight: 700;
    font-size: 17px;
    height: 25px;
}
.explore-our-courses-btn {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.explore-courses-card-img-box {
    padding-bottom: 20px;
}

/************ Track Record Area  ************/
.track-record-heading-box {
    padding-bottom: 30px;
}
.rcsk-track-record-box {
    display: flex;
    padding-top: 30px;
    padding-bottom: 40px;
    box-shadow: 0px 30px 80px 0px #625e5e3d;
    border-radius: 30px;
    position: relative;
    z-index: 100;
    background-color: white;
    width: 70%;
}
.track-record-box-part{
    display: flex;
    flex-direction: column;
    position: relative;
    width: 25%;
    /* justify-content: center; */
    align-items: center;
}
.track-record-box-heading {
    font-size: 45px;
    font-weight: 600;
    color: #263c90;
    text-align: center;
}
.track-record-box-part:after {
    content: '';
    height: 61%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 15px;
    background-color: #00000014;
}
.track-record-box-part.years-old-in-business:after {
    content: '';
    height: 93%;
    width: 0px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #00000030;
}
.rcsk-track-record-box-outer {
    display: flex;
    justify-content: center;
    position: relative;
}
.scribble-line-box {
    position: absolute;
    right: 5%;
    bottom: -25%;
    z-index: -50;
}
.track-record-rcsk-logo-box {
    position: absolute;
    bottom: -36%;
    z-index: 200;
}

/*******Right Choice Section Area  *******/
.right-choice-section{
    padding-top: 50px;
    padding-bottom: 50px;
}
.right-choice-heading-box-outer{
    text-align: center;
}
.right-choice-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    border-radius: 20px;
    height: 263px;
    justify-content: center;
    text-align: center;
}
.right-choice-card-outer {
    padding-bottom: 30px;
    padding-top: 30px;
}
.right-choice-card-title {
    font-weight: 700;
    font-size: 17px;
    height: 50px;
}
.explore-our-courses-btn {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.right-choice-card-img-box {
    padding-bottom: 20px;
}
.right-choice-heading-box-outer {
    padding-bottom: 20px;
}
.right-choice-heading-box-outer {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.right-choice-sub-heading{
    text-align: center;
    font-size: 19px;
    padding-bottom: 30px;
    padding-top: 10px;
    max-width: 840px;
}

/********* Digital Marketing Area  ************/

.thumbs-up-img {
    max-width: 70px;
}
.digital-marketer-heading-box h2 {
    text-align: start;
    font-size: 42px;
}
.digital-marketer-button {
    padding-top: 0px;
    padding-bottom: 0px;
}
.digital-marketer-sub-heading {
    padding-top: 25px;
    padding-bottom: 30px;
    font-size: 18px;
}
.digital-marketer-thumbs-up {
    display: flex;
    padding-top: 30px;
    font-size: 19px;
}
.digital-marketer-section-inner {
    background-color: #263c90;
    color: white;
    border-radius: 50px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.digital-market-img-box img {
    position: absolute;
    right: 79px;
    bottom: 29px;
    transform: scale(1.5);
}
.digital-market-img-box {
    position: relative;
    height: 380px;
}
.digital-marketer-left {
    display: flex;
    height: 100%;
    align-items: center;
    padding-left: 15%;
}
.digital-marketer-section {
    padding-top: 50px;
    padding-bottom: 100px;
}
.digital-market-behind-image-box{
    position: relative;
    width: 150px;
}
.digital-market-behind-image-box img {
    position: absolute;
    z-index: -100;
    top: -110px;
    left: -50px;
}
.digital-marketer-section-inner{
    position: relative;
    z-index: 100;
}

/******** RCSK Certificate Area  *********/
.rcsk-certificate-left h2 {
    text-align: left;
    padding-bottom: 20px;
}
.rcsk-certificate-btn-box {
    padding-top: 10px;
}
.rcsk-certificate-left{

}
.rcsk-certificate-left-content {
    padding-bottom: 20px;
    font-size: 19px;
}
.rcsk-certificate-right-partner img {
    max-width: 480px;
    position: absolute;
    right: 9%;
}
.rcsk-certificate-right-partner {
    position: relative;
}
.rcsk-certificate-right-main-image {
    padding-left: 40px;
}
.rcsk-certificate-student-review-background-box {
    position: relative;
}
.rcsk-certificate-background-image-container {
    position: absolute;
    top: -320px;
    z-index: -100;
}

/****** Placed Student Review Area  *******/
.student-review-heading-box{
    text-align: center;
}
.student-review-sub-heading {
    max-width: 750px;
    padding-bottom: 40px;
    padding-top: 15px;
}
.student-review-heading-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.student-review-card video{
    width: 100%;
    transition: all 0.5s;
}
.video-container{
    width: 100%;
    /*    height: 260px;*/
    /* background-image: url(/wp-content/uploads/2024/04/video-thumbnail-1.png); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.video-container img{
    transition: all 0.5s;
}
.video-play{
    position: absolute;
    bottom: 5px;
    left: 10px;
    z-index: 100;
}
.video-container img:hover{
    cursor: pointer;
    transform: scale(1.1);
    /* transform: translateY(5px); */
}
.student-review-card{
    max-width: 250px;
    overflow: hidden;
    border-radius: 20px;
}
.student-reviews-container{
    position: relative;
}
.student-review-popup-video{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background-color: rgb(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    display: none;
}
.student-review-popup-video video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 750px;
    border: 2px solid white;
    object-fit: cover;
}
.student-reviews-container .student-review-popup-video span{
    position: absolute;
    top: 5px;
    right: 20px;
    font-size: 50px;
    color: white;
    font-weight: 800;
    z-index: 1000;
    cursor: pointer;

}

/******** Our Gallery Area  ********/
.gallery-image-box{
    width: 20%;
    padding: 5px;
}
.gallery-image-box img {
    height: 230px;
    object-fit: cover;
    object-position: center top;
}
.photo-gallery-container{
    display: flex;
    flex-wrap: wrap;
}
.our-gallery-section{
    background-color: #efeffd;
}
.our-gallery-heading-box {
    padding-bottom: 50px;
}
.our-gallery-btn-box{
    display: flex;
    justify-content: center;
    padding-top: 50px;
}
.photo-gallery{
    position: relative;
}
.html5-elem-data-box {
    display: none !important;
}

/********** Professional Coaches Area  *********/
.professional-coach-img-box {
    max-width: 190px;
}
.professional-coach-img-box img{
    border-radius: 50%;
}
.professional-coaches-section {
    background-image: url(/wp-content/uploads/2024/04/professional-coaches-section-background.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.professional-coach-card {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: fit-content;
    padding: 40px 20px;
    transition: background-color 0.5s, box-shadow 0.5s, border-radius 0.5s;
}
.professional-coach-card:hover {
    border-radius: 30px;
    box-shadow: 0px 6px 40px 9px #4554c324;
    background-color: white;
}
.professional-coach-card-heading {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;
    padding-top: 10px;
}
.professional-coach-card-subheading {
    font-size: 18px;
    padding-bottom: 10px;
}
.professional-coaches-sub-heading {
    max-width: 700px;
    padding-top: 20px;
    padding-bottom: 30px;
}
.professional-coaches-heading-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.professional-coach-card-outer {

}
.professional-coaches-btn-box {
    display: flex;
    justify-content: center;
    padding-top: 60px;
}

/*********** Testimonials area  ********/
.testimonial-section {
    overflow: hidden;
}
/*.swiper-slide {
    max-width: 480px;
    padding-left: 10px;
    padding-right: 10px;
}*/
.testimonial-container{
    background-color: white;
    border-radius: 10px;
    box-shadow: 1px 3px 50px 3px rgb(167 167 167 / 28%);
    padding: 30px 30px;
}
/*.swiper-wrapper{
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}*/
.testimonial-name-img-box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
.testimonial-section{
    background-color: #f0f0f0;
    padding-top: 50px;
    padding-bottom: 100px;
}
.testimonial-main-heading-box {
    padding-bottom: 50px;
}
.testimonial-heading-box {
    font-size: 23px;
    font-weight: 600;
    text-align: left;
}

/******* Book Free Demo Class Area   */
.book-demo-class-inner {
    background-image: url(dist/imgs/book-demo-class-background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    color: white;
    padding: 90px 70px;
    /* max-width: 700px; */
}
.book-free-demo-outer{
    position: relative;
    z-index: 100;
}
.book-demo-btn-box {
    display: flex;
    justify-content: center;
    padding-top: 40px;
}
.book-free-demo-bottom-img-box {
    position: absolute;
    z-index: 9;
    bottom: -100px;
    max-width: 260px;
    left: -96px;
}
.book-demo-class-section{
    position: relative;
    padding-top: 100px;
    padding-bottom: 30px;
}

/*********  Call Back Request Area *********/
.call-back-image-box {
    max-width: 170px;
    padding-bottom: 10px;
}
.call-back-request-left-inner{
    font-size: 23px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.call-back-request-left-inner .call-back-time-box{
    font-size: 51px;
    font-weight: 700;
    padding-bottom: 10px;
}
.call-back-telephone-btn img {
    max-width: 60px;
    padding-right: 20px;
}
.call-back-telephone-btn .rcsk-btn{
    font-size: 44px;
    display: flex;
    align-items: center;
}
.call-back-telephone-box {
    position: relative;
}
.call-back-telephone-arrow {
    position: absolute;
    left: -90px;
}
.admissions-box {
    padding-bottom: 30px;
}
.call-back-request-left {
    padding-left: 90px;
}
.call-back-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 450px;
    position: relative;
}
.form-half-width{
    width: 48%;
}
.call-back-form input, .call-back-form textarea {
    border: 0.2px solid #00000030;
    padding: 13px 10px;
    background-color: #e5f0f8;
    border-radius: 7px;
    resize: none;
}
.call-back-form textarea{
    resize: none;
    height: 200px;
}
.call-back-request-right {
    padding: 0px 40px;
}
.call-back-right-heading {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 20px;
}
.callbackright-inner {
    border-radius: 30px;
    box-shadow: 0px 20px 70px 4px #00000066;
    padding: 30px 0px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.call-back-form .form-item{
    padding-top: 5px;
    padding-bottom: 5px;
}
.form-item-btn {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 20px;
    position: relative;
}
.form-item-btn .rcsk-btn {
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 20px;
    padding: 18px;
    border-radius: 13px;
    background-image: linear-gradient(90deg, #0741e9, #06d2ab);
    box-shadow: 0px 15px 37px 0px #06cbd240;
    padding-left: 40px;
    padding-right: 40px;
    border: none;
}
.call-back-request-section {
    padding-bottom: 100px;
    background-image: url(dist/imgs/call-back-section-background.jpg);
    background-position: bottom;
    background-position: right;
    background-size:cover;
    background-repeat: no-repeat;
    padding-top: 70px;
}
.call-back-image-box.full img {
    border-radius: 50%;
}


/********* Footer Area  ********/
.rcsk-footer-section {
    background-color: #0c1d46;
    padding-top: 70px;
    color: white;
    position: relative;
    background-image: url('dist/imgs/rcsk-logo-2.png');
    background-repeat: no-repeat;
    background-size: 290px;
    background-position: bottom right 15px;
}
.rcsk-footer-section a{
    text-decoration: none;
    color: white;
}
.rcsk-logo-img-box {
    max-width: 220px;
    padding-bottom: 30px;
}
.rcsk-logo-box.footer-box {
    padding-left: 50px;
    padding-right: 60px;
}

.footer-heading{
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 15px;
}
.footer-list-item {
    padding-bottom: 10px;
}
.rcsk-footer-section a:hover{
    text-decoration: underline;
}
ul.footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-social-media-box{
    display: flex;
    justify-content: start;
    padding-top: 10px;
}
.footer-social-media-box .footer-social-box{
    max-width: 25px;
	    margin-right: 15px;
}
.footer-social-media-box .footer-social-box.facebook {
    padding-right: 10px;
    width: 25px;
}
.footer-copyright-box {
    text-align: center;
    padding: 20px 0px;
}
.full.footertop {
    padding-bottom: 100px;
}
.footer-bottom-image-box {
    width: 300px;
    position: absolute;
    right: 10px;
    bottom: 0;
}
.rcsk-address {
    line-height: 35px;
    padding-bottom: 20px;
}
.footer-box::before {
    content: '';
    background-image: url(dist/imgs/footer-before-line.png);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 30%;
    height: 5px;
    position: relative;
    top: -10px;
}
.rcsk-logo-box.footer-box::before {
    display: none;

}
#html5lightbox-watermark{
    display: none !important;
}




@media (min-width: 1400px){
    .mini-container{
        max-width: 1020px;
    }
    .container-2{
        max-width: 1200px;
    }
    .container-3{
        max-width: 1080px;
    }
}
@media(max-width:768px){
    .student-review-popup-video video{
        width: 95%;
    }
}


header#mainHeader {
    position: fixed ;
    width: 100%;
    top: 0;
    padding: 20px 0px;
    background: none;
    z-index: 999;
    transition: all ease-in-out .4s;
    background: none;
}
header#mainHeader.darkHeader {
    background: #f6f6f6;
    box-shadow: 0px 3px 6px #ccc;
}
.single.single-courses header#mainHeader {
    background: #f6f6f6;
    box-shadow: 0px 3px 6px #ccc;
}
.students-join-text {
    line-height: 1.2;
}
.courses-outer a{
    text-decoration: none;
    color: #000 !important;
}
.track-record-box-name {
    line-height: 1.3;
}
.testimonial-outer{
    max-width: 1100px;
    margin: auto;
}

.book-demo-class-section .container-3{
    position: relative;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    z-index: 1;
    font-size: 12px;
    bottom: 4px;
    right: 4px;
}
.wpcf7-response-output {
    text-align: center;
    font-size: 10px;
    box-shadow: none;
    border: none !important;
    text-align: center;
    margin: 0px !important;
    position: absolute;
    bottom: -24px;
    width: 100%;
}
span.wpcf7-spinner {
    position: absolute;
    top: 42px;
}


/********  Contact Us Page Area *******/

/* Contact-us section */
.innerpage-titlebox {
    text-align: center;
    font-size: 35px;
    color: #263c90;
    font-weight: 600;
}


/* Contact-information */
.contact-information-image-box {
    max-width: 170px;
    padding-bottom: 10px;
}
.contact-information-request-left-inner{
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.contact-information-request-left {
    padding-left: 70px;
}
.contact-information-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 450px;
}
.form-half-width{
    width: 48%;
}
.contact-information-form input, .contact-information-form textarea {
    border: 0.2px solid #00000030;
    padding: 13px 10px;
    background-color: #e5f0f8;
    border-radius: 7px;
    resize: none;
}
.contact-information-request-right {
    padding: 0px 40px;
}
.contact-information-right-heading {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 20px;
}
.call-back-right-inner {
    border-radius: 30px;
    box-shadow: 0px 8px 100px 2px #00000036;
    padding: 30px 0px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-information-form .form-item{
    padding-top: 5px;
    padding-bottom: 5px;
}
.form-item-btn {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 20px;
}
.form-item-btn .rcsk-btn {
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 20px;
    padding: 18px;
    border-radius: 13px;
    background-image: linear-gradient(90deg, #0741e9, #06d2ab);
    box-shadow: 0px 15px 37px 0px #06cbd240;
    padding-left: 40px;
    padding-right: 40px;
    border: none;
}
.contact-information-request-section {
    padding-bottom: 100px;
    background-image: url(dist/imgs/call-back-section-background.jpg);
    background-position: bottom;
    background-position: right;
    background-size:cover;
    background-repeat: no-repeat;
    padding-top: 100px;
}
.contact-information-image-box.full img {
    border-radius: 50%;
}
.contact-left-heading-box {
    font-size: 31px;
    font-weight: 700;
    padding-bottom: 10px;
}
.contact-info-sub-box {
    display: flex;
    padding: 20px 0px;
    flex-wrap: wrap;
}
.contact-info-sub-box a{
    text-decoration: none;
    color: black;
}
.contact-info-img-box {
    width: 80px;
    padding-right: 20px;
}
.contact-info-content-box {
    width: calc(100% - 80px);
}
.contact-information-heading-subtitle {
    font-size: 18px;
    padding-bottom: 20px;
}
.contact-information-heading-subtitle h2{
    text-align: left;
    margin-bottom: 8px;
}
.contact-info-small-heading {
    font-size: 22px;
    font-weight: 700;
}
a.contact-phone {
/*    font-size: 33px;
    font-weight: 500;*/
}

/*.book-free-demo-bottom-img-box {
    bottom: 30px;
    max-width: 230px;
    left: 117px;
}*/
.innerpage-titlebox h1{
    font-size: 35px;
}

/****** Call Back Section  */
.call-back-image-box {
    max-width: 170px;
    padding-bottom: 10px;
}
.call-back-request-left-inner{
    font-size: 23px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.call-back-request-left-inner .call-back-time-box{
    font-size: 51px;
    font-weight: 700;
    padding-bottom: 10px;
}
.call-back-telephone-btn img {
    max-width: 60px;
    padding-right: 20px;
}
.call-back-telephone-btn .rcsk-btn{
    font-size: 44px;
    display: flex;
    align-items: center;
}
.call-back-telephone-box {
    position: relative;
}
.call-back-telephone-arrow {
    position: absolute;
    left: -90px;
}
.admissions-box {
    padding-bottom: 30px;
}
.call-back-request-left {
    padding-left: 90px;
}
.call-back-telephone-btn .rcsk-btn {
    padding: 8px 50px;
}
.book-demo-class-inner {
    padding: 70px 70px;
	margin-bottom: 50px;
}


/***********  About Us Page area ***********/
.about-rcsk-left-heading-box h2 {
    text-align: left;
    padding-bottom: 15px;
}
.track-record-section {
    padding-bottom: 100px;
}
.brain-behind-section {
    background-color: #efeffd;
    padding-top: 80px;
    padding-bottom: 100px;
}
.brain-behind-left {
    padding-top: 60px;
    display: flex;
    justify-content: end;
}
.brain-behind-rcsk-left-btn {
    padding-top: 50px;
    padding-bottom: 30px;
}
.brain-behind-heading-box h2{
    text-align: left;
}
.brain-behind-heading-box {
    padding-bottom: 30px;
}
.brain-behind-left-inner {
    max-width: 610px;
    padding-right: 40px;
}
.rcsk-left-content-box {
    font-size: 19px;
    max-width: 540px;
}
.brain-behind-bottom-signature {
    max-width: 170px;
    position: absolute;
    right: -50px;
    top: -98px;
}
.brain-behind-bottom-signature-box {
    display: flex;
    justify-content: right;
    position: relative;
}
.brain-behind-right-img-box {
    max-width: 420px;
}
.brain-behind-bottom-signature{
    max-width: 170px;
}
.professional-coach-card-outer .btn:first-child:active{
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: transparent;
}
.professional-coach-modal .modal-content {
    flex-direction: row;
    border-radius: 30px;
    padding: 30px;
}
.professional-coach-modal .modal-left{
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.professional-coach-modal .modal-right{
    width: 70%;
}
.professional-coach-modal .modal-dialog {
    max-width: 100%;
    width: 60vw;
}
.modal-img-container {
    padding: 15px;
    padding: 10px;
    border-radius: 50%;
    background-image: url(dist/imgs/book-demo-bottom-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.modal-heading-box {
    font-size: 40px;
    font-weight: 700;
}
.modal-sub-heading-box {
    background-image: linear-gradient(90deg, #0741e9,#06d2ab, #06d2ab );
    background-clip: text;
    color: transparent;
    font-weight: 700;
    font-size: 18px;
}



/***  Awards Area ****/
.awards-image-container {
    width: 70%;
    box-shadow: 1px 2px 70px 7px #48444436;
    border-radius: 100px;
}
.awards-recognition-heading-box {
    padding-bottom: 30px;
}
.awards-recognition-image-outer {
    display: flex;
    justify-content: center;
}

/* Professional coaches area */
.read-more-button {
    padding-top: 40px;
    padding-bottom: 20px;
}


/*********** Web Designing  **********/
/* Web-design area */
.web-designing-section-list li{
    /* padding-bottom: 10px; */
    font-weight: 700;
}
.web-design-left{
    padding-right: 0px;
    padding-left: 90px;
}
.web-design-right{
    padding-left: 40px;
}
.web-designing-section {
    padding-top: 90px;
    padding-bottom: 90px;
}

/* course-outline-area  */
.course-outline-section{
    background-color: #efeffd;
}
.accordion-button::after {
    background-image: url(dist/imgs/course-outline-accordian-arrow.png);
}
.accordion-button:not(.collapsed)::after {
    background-image: url(dist/imgs/course-outline-accordian-arrow.png);
    transform: rotate(90deg);
}
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: transparent;
    box-shadow: none;
}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}
.course-outline-heading-box {
    padding-bottom: 50px;
}
.course-outline-accordion{
    --bs-accordion-bg: none;
    --bs-accordion-border:none;
    --bs-accordion-border-width: 0;
    /* border-bottom: 2px solid;
    border-image: linear-gradient(90deg, #0b3dea, #10d5a9); */

}
.course-outline-accordion .accordion-item {
    border: 1px solid transparent;
    border-style: solid;
    border-image-source: linear-gradient(to right,#0b3dea ,#009cce,#10d5a9);
    border-image-slice: 0 0 100% 0;
}
.accordion-header .accordion-button {
    font-size: 22px;
    padding: 20px 0px;
}
.tax-courses-category .book-demo-class-section,
.post-type-archive-courses .book-demo-class-section{
    padding-top: 50px; 
}
.course-outline-section-background {
position: absolute;
    top: -160px;
    z-index: 100;
    left: 0;
    width: 150px;
}
.course-outline-section .container-3 {
    max-width: 920px;
}
/******* What you learn section area *********/

.what-you-learn-section {
    background-image: url(/wp-content/uploads/2024/04/learn-in-this-course-bottom-image.png);
    background-position: left bottom;
    /* background-size: contain; */
    background-repeat: no-repeat;
}
.what-you-learn-cards-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.learn-card-box-outer {
    padding: 5px 0px;
}
.learn-card-box {
    /* padding: 25px 30px; */
    border-radius: 15px;
    box-shadow: 1px 20px 40px 5px #3aad991a;
    border: .7px solid #46aa9994;
    font-size: 20px;
    font-weight: 700;
    height: 75px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.learn-card-text-box::before {
    content: " ";
    background-image: url(dist/imgs/tick-mark.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: -10px;
    top: 5px;
    bottom: 0;
}
.learn-card-text-box {
    /* padding: 0px 10px;
    padding-left: 25px; */
    position: relative;
    text-align: center;
    padding-left: 20px;
}
.what-you-learn-heading-box {
    padding-bottom: 40px;
}


/* Tools covered area */
.tools-covered-card {
    width: 170px;
    height: 150px;
    box-shadow: 0px 0px 30px 0px #9797978a;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    background-color: white;
    border: 1.8px solid #dde8f2;
}
.tools-covered-section .container-3 {
    max-width: 820px;
}
.tools-covered-section{
    background-color: #f0f0f0;
    padding-top: 80px;
    padding-bottom: 50px;
}
.tools-covered-heading-box {
    padding-bottom: 20px;
}
.tools-covered-card-heading {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    padding-top: 15px;
}
.tools-covered-card-outer {
    padding: 30px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}




/********** Our Gallery Page Area  *************/
.our-gallery-tab-list {
    border: none;
    background-color: #f2f2f2;
    padding: 6px;
    border-radius: 13px;
}
.our-gallery-tab-title .nav-link {
    text-decoration: none;
    color: #0063e2;
    font-weight: 700;
    font-size: 20px;
    padding: 12px;
    border-radius: 13px;
    padding-left: 40px;
    padding-right: 40px;
    border: none;
    transition: all 0.5s;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 20px;
    padding: 12px;
    border-radius: 13px;
    padding-left: 40px;
    padding-right: 40px;
    background-image: linear-gradient(90deg, #0741e9, #06d2ab);
    box-shadow: 0px 15px 37px 0px #06cbd240;
    position: relative;
}
.our-gallery-tab-title .nav-link:hover {
    border: none;

}
.our-gallery-tab-heading-container {
    display: flex;
    justify-content: center;
}
.gallery-section {
    padding-top: 100px;
}
.tab-gallery-image-box {
    padding-top: 0;
    padding-bottom: 0px;
    position: relative;
    margin-bottom: 25px;
}
.gallery-image-box  a img{
    width: 100%;
}
.tab-gallery-video-box {
    padding-top: 0;
    padding-bottom: 0px;
    position: relative;
    margin-bottom: 25px;
}
.our-gallery-tab-content-container {
    padding-top: 50px;
}
.tab-gallery-image-box img {
    border-radius: 15px;
    height: 250px;
    object-fit: cover
}
.tab-gallery-video-box img.video-thumbnail {
    border-radius: 15px;
    height: 250px;
    object-fit: cover
}
.video-play {
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    z-index: 100;
    width: 40px;
}

/*********Our Courses Page Area  ************/
.courses-list{
    list-style-type: none;
    padding: 0px;
}
.courses-list .course-list-item a{
    text-decoration: none;
    color: black;
}
.courses-list .course-list-item a:hover{
    color: #0080d9;
    font-weight: 600;
}
.courses-list-column .accordion-item .accordion-body{
    padding: 0px;
}
.courses-list-column .accordion-item .accordion-button{
    font-weight: 600;
    font-size: 17px;
    color: black;
    padding: 15px 0px;
}
.courses-list-column .course-outline-accordion.our-courses-categories .accordion-item {
    border-style: solid;
    border-image-source: none;
    border-bottom: 1px solid #cccccc;
    border-image-slice: 0;
    border-radius: 0;
}
.courses-list-heading-box{
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
}
.courses-section{
    padding-top: 80px;
}
.course-card-outer{
    padding: 5px;
    width: 100%;
}
.course-card {
    display: flex;
    flex-direction: column;
    height: auto;
    margin-bottom: 40px;
}
.courses-list-right{
    display: flex;
    flex-wrap: wrap;
}
.our-courses-categories .accordion-button::after {
    width: 15px;
    height: 15px;
    background-size: contain;
}
.courses-list-column {
    padding-right: 30px;
}
.course-card-heading-box {
    font-size: 20px;
    font-weight: 700;
}
.course-card-btn-box{
    padding-top: 10px;
}
.course-card-btn-box .rcsk-btn {
    font-size: 15px;
    padding: 14px;
    padding-left: 25px;
    padding-right: 25px;
}
.course-card-content-box {
    padding-bottom: 10px;
}
.course-card-img-box {
    margin-bottom: 10px;
}
.course-card-content-box{
    font-size: 15px;
    max-width: 90%;
}
li.course-list-item {
    padding-bottom: 10px;
}
.course-card-img-box img {
    min-height: 255px;
    object-fit: cover;
    border-radius: 10px;
}



@media (min-width: 992px){
    .course-card-outer {
        padding: 5px;
        max-width: 33%;
    }
}
@media (max-width: 1399px){
    .book-free-demo-bottom-img-box {
        left: 5px;
    }
}
@media(max-width:767px){
    .book-free-demo-bottom-img-box {
        bottom: 40px;
        max-width: 200px;
        left: 30px;
    }
}
@media (max-width: 1199px){
    .learn-card-box {
        font-size: 16px;
    }
    .learn-card-text-box::before {
        width: 17px;
        height: 20px;
        left: -7px;
        top: 4px;
    }
    .course-card-heading-box {
        height: 60px;
    }
}

main.mainarea{
    padding-top: 96px;
}
.home main.mainarea{
    padding-top: 0px;
}
#page-banner {
    background: linear-gradient(93deg, #ced8fb,#cceef4, #cceef4);
    padding: 100px 0px;
}

.page-template-aboutus-template .track-record-section{
    padding-bottom: 150px;
}

.professional-coach-card-outer > button {
    padding: 0;
    box-shadow: none !important;
}

.book-demo-class-section.contactbooksection {
    padding-top: 0px;
    padding-bottom: 110px;
}
.book-demo-class-section.contactbooksection .book-free-demo-bottom-img-box {
    position: absolute;
    z-index: 9;
    bottom: -86px;
    max-width: 230px;
    left: -84px;
}
.full.header-right-bottom {
    display: flex;
    align-items: center;
}
a.btn.rcsk-btn.headerbtn {
    padding: 0px 20px;
    font-size: 18px;
    height: 55px;
    line-height: 53px;
}
.header-right-2 {
    width: 290px;
    display: flex;
    justify-content: flex-end;
}
.main-cat-list {
    font-weight: 600;
    font-size: 17px;
    color: black;
    padding: 15px 0px;
    border-bottom: 1px solid #cccccc;
}
li.course-list-item.active a{
    background-image: linear-gradient(90deg, #0741e9, #06d2ab, #06d2ab);
    background-clip: text;
    color: transparent;
    font-weight: 700;
}
.course-outline-accordion .accordion-item,
.course-outline-accordion .accordion-header .accordion-button{
    background: none; 
}

.course-outline-accordion .accordion-body {
    padding: 0;
    font-size: 17px;
    line-height: 1.7;
    padding-bottom: 20px;
}
.footer-box ul{
    list-style: none;
    padding: 0px;
}
.footer-box ul li{
    margin-bottom: 12px;
}



/****** Mobile Menu ************/




.mobmenu-right-alignment.mobmenu-panel.mobmenu-right-panel:before{
    content: "";
    position: absolute;
    background: url('dist/imgs/rcsk-01-1-1.png');
    width: 160px;
    height: 40px;
    background-size: cover !important;
    top: 18px;
    left: 15px;
}
.mobmenu-right-alignment.mobmenu-panel.mobmenu-right-panel:after{
    content: "";
    position: absolute;
    background: url('dist/imgs/rcsk-logo-2.png');
    width: 200px;
    height: 150px;
    background-size: cover !important;
    bottom: 40px;
    left: 0px;
    right: 0px;
    margin: auto;
}


.mobmenur-container i {
    color: #263c90 !important;
    border: 1px solid #263c90 !important;
    border-radius: 4px;
}
.mobmenur-container {
    top: 25px !important;
    right: 50px !important;
}


.mobmenu-content{
    padding-top:32px !important;
}
.mobmenu-right-panel .mobmenu-right-bt {
    top: 10px !important;
}
.mobmenu-right-panel li, .rightmbottom, .rightmtop {
    padding-left: 5% !important;
    padding-right: 5% !important;
}
#mobmenuleft, #mobmenuright{
    margin-top: 15px !important;
}

.mobmenu-right-panel{
    background-color: #fff !important;
}

#mobmenuright li a, #mobmenuright li a:visited, .show-nav-right .mob-menu-copyright, .show-nav-right .mob-expand-submenu i{
    color: #000 !important;
    font-family: 'General Sans' !important;
}
.mobmenu-right-panel .mob-cancel-button{
    color: #263c90 !important;
}
.mobmenu-content #mobmenuright li:hover,.mobmenu-content #mobmenuright > li > a:hover{
    background: none !important;
}
.mob-menu-header-holder{
    width: 60px !important
}
.join-rcsk-left .arrow-container img {
    width: 85px;
    top: 0px;
}
.course-card-heading-box a{
    color: #000 !important;
    text-decoration: none !important;
}
.page-template-gallery-template .book-demo-class-section{
    padding-top: 60px;
}
.contact-info-detail{
    font-size: 19px;
}
a.contact-phone {
    font-size: 19px;
}

/**** Student Certificate ******/
.student-certificate-wrap {
    width: 400px;
    margin: 0 auto;
}
.student-certificate-wrap h3 {
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 30px;
}
.enrollment-field{
    position: relative
}
.enrollment-field input[type="text"] {
    height: 51px;
    width: 100%;
    background-color: #e6f0f9;
    border: none;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
}
.enrollment-field input[type="text"]:focus-visible{
    outline: none
}
.student-certificate-wrap .rcsk-btn {
    padding-top: 15px;
    padding-bottom: 15px
}
.req-error {
    position: absolute;
    font-size: 0.65rem;
    bottom: 0;
    display: none;
    color: #fff;
    font-weight: 400;
    right: 0;
    background-color: #bc1e1e;
    padding: 0.25rem;
    line-height: normal;
    text-transform: capitalize;
    line-height: 120%;
    border-radius: 0;
}

/** MODAL **/
.enrollment-result-modal {
    font-size: 18px;
}
.enrollment-result-modal .modal-content {
    border-radius: 40px;
    border: 7px solid #b9c4e0;
}
.enrollment-result-modal .modal-body {
    padding: 1rem 2rem 2rem 2.5rem;
}
.enrollment-result-title {
    background: -webkit-linear-gradient(34deg, #0741e9, #06d2ab);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 30px;
}