/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
/* @import url(css/font-awesome.min.css); */
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
/* @import url(swiper.min.css); */
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
    font-size: 93.75%;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 100px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    float: left;
    height: 520px;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)), url(../images/bodybuilder_banner.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;

}

.course_header_section {

    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 550px;
    float: left;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 1.5)), url(../images/blog_cover.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

}

.about_header_section {

    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 550px;
    float: left;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 2.8)), url(../images/gym_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;



    /* padding-bottom: 100px;
    padding-top: 100px;
    padding-left: 50px;
    padding-right: 50px;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 2.8)), url(../images/gym_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; */

}

.course_info_header_section {
    width: 100%;
    float: left;
    height: 90px;
    background: #000;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


.hearder_text {
    text-align: center;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    letter-spacing: 3px;
    font-weight: 800;
    width: 80%;
    /* margin-top: 50px; */
}

.header_bg {
    width: 100%;
    float: left;
    background: #171717;
    height: auto;
    background-size: 100%;
}

.bg-light {
    background-color: transparent !important;
}

.mr-auto,
.mx-auto {
    margin: 0 auto;
    text-align: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
    /* padding: 30px 20px 10px 20px; */
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    background-color: transparent;
    margin: 0px 5px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #000000;
    background-color: #ffd21d;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
    background-color: #ffd21d;
}

.navbar-light .navbar-nav .nav-item ::selection {
    background-color: #ffd21d;
}

.navbar-brand {
    margin: 0px;
    float: right;
}

.navbar {
    padding: 0px 0px 5px 0px;
    position: relative;
    z-index: 1000;
}

.user_icon {
    padding-right: 15px;
}

.login_bt {
    width: 210px;
    margin-top: 28px;
}

.login_bt ul {
    margin: 0px;
    padding: 0px;
}

.login_bt li a {
    float: left;
    font-size: 18px;
    color: #fefefd;
    text-transform: uppercase;
    padding: 0px 0px 0px 50px;
}

.login_bt li a:hover {
    color: #ffd21d;
}

/* 
.navbar-brand {
    margin-top: 10px;
} */

@media (max-width: 768px) and (min-width: 350px) {
    .course_header_section {
        height: 250px;
    }

    .about_header_section {
        height: 250px;
    }

    .hearder_text {
        font-family: 'Montserrat', sans-serif;
        font-size: 30px;
        /* margin-top: 35px; */
        width: 100%;
        letter-spacing: 2px;
    }

    .course_info_header_section {
        width: 100%;
        float: left;
        height: 500px;
        background: url(../images/image4.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .h1_title {
        font-size: 40px;
        font-weight: 600;
        color: #ffd21d;
        text-align: center;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        color: #000;
    }

    .course_info_middle {
        background-color: #000;
    }

    .course_info_middle .container .inner-text2 {
        margin-left: 20px;
    }

    .navbar-brand {
        /* margin-top: -10px; */
        margin-right: 10px;
        /* background-color: #ffd21d; */
        /* width: 50px; */
        text-align: right;
    }

    .logo-img {
        width: 90%;
    }

    .inline_elements {
        display: flex;
        justify-content: space-between;
    }

    .navbar-collapse {
        margin-top: 20px;
        /* Adjust to ensure dropdown doesn't overlay content */
    }

    .navbar-toggler {
        margin-left: 10px;
    }



}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding: 90px 0px 140px 0px;
}

.banner_taital_main {
    width: 100%;
    float: left;
    margin-top: 100px;
}

.banner_taital {
    width: 100%;
    font-size: 80px;
    color: #fefefd;
    font-weight: 800;
    line-height: 90px;
}

.banner_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fefefd;
    margin: 20px 0px 0px 0px;
}

.btn_main {
    width: 100%;
    float: left;
    padding-top: 10px;
}

.about_bt {
    width: 175px;
    float: left;
}

.about_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    background-color: #fefefd;
    color: #1c130f;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    text-transform: uppercase;
}

.about_bt a:hover {
    color: #000000;
    background-color: #ffd21d;
}


.about_bt.active a {
    color: #000000;
    background-color: #ffd21d;
}

.callnow_bt {
    width: 175px;
    float: left;
}

.callnow_bt a {
    width: 100%;
    float: left;
    font-size: 15px;
    background-color: #fefefd;
    color: #1c130f;
    text-align: center;
    padding: 12px;
    margin-left: 10px;
    border-radius: 5px;
    text-transform: uppercase;
}

.callnow_bt a:hover {
    color: #fefefd;
    background-color: #ffd21d;
}

#banner_slider a.carousel-control-prev {
    left: 0px;
    top: 300px;
    right: 60px;
}

#banner_slider a.carousel-control-next {
    right: 0px;
    top: 300px;
    left: 60px;
    color: #fefefd;
    background-color: #ffd21d;
}

#banner_slider .carousel-control-next,
#banner_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    opacity: 1;
    font-size: 16px;
    color: #4a4949;
    background-color: #efefef;
    margin: 0 auto;
    text-align: center;
}

#banner_slider .carousel-control-next:focus,
#banner_slider .carousel-control-next:hover,
#banner_slider .carousel-control-prev:focus,
#banner_slider .carousel-control-prev:hover {
    color: #fefefd;
    background-color: #ffd21d;
}

.banner_img {
    width: 100%;
    float: left;
    text-align: center;
}


@media (max-width: 768px) and (min-width: 350px) {
    .banner_taital {
        width: 80%;
        margin-left: 2vb;
        font-size: 40px;
        color: #fefefd;
        font-weight: 800;
        line-height: 45px;
    }

    .banner_text {
        width: 80%;
        /* margin-left: 5vb; */
        float: left;
        font-size: 16px;
        color: #fefefd;
        margin: 20px 0px 0px 15px;
    }

    .btn_main {
        width: 100%;
        float: left;
        padding-top: 40px;
        margin-left: 2vb;
    }

    .image_iman {
        margin-top: -40px;
    }
}


/* banner section end */

/* about section start */

.about_section {
    background: #000000;
    width: 100%;
    float: left;
}

.about_section_2 {
    width: 100%;
    float: left;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffd21d;
    font-weight: bold;
    padding-bottom: 0px;
}

.about_client_say {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #3b3b3b;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 0px;
}

.about_taital_box {
    width: 100%;
    float: left;
    padding-top: 15px;
}

.about_section_2 .about_taital {
    text-align: center;
    margin-bottom: 20px;
}

.about_img {
    margin-top: 30px;
    width: 100%
}

.amol_sir {
    margin-top: 50px;
    margin-left: 80px;
    margin-bottom: 20px;
    width: 80%
}

.about_taital_1 {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #3b3b3b;
    margin: 10px 0px;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
}

.readmore_btn {
    width: 170px;
    float: left;
    margin-top: 40px;
}

.readmore_btn a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffd21d;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid #ffd21d;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

.readmore_btn a:hover {
    color: #4a4949;
    border: 1px solid #4a4949;
}


section.about_inner_page {
    padding-top: 90px;
    background-color: #000;
    /* border-bottom: solid 1px #000; */
}

section.about_institute_page {
    margin-top: -50px;
    padding-top: 90px;
    background-color: #000;

}

.about_con h2 {
    margin-bottom: 20px;
}

.about_con p {
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    /* letter-spacing: 0.5px; */
    margin-top: 15px;
}

.about_con {
    margin-top: 75px;
}

.about_con .title {
    font-weight: 800;
    color: #ffd21d;
    padding-bottom: 10px;
    text-align: center;
    font-size: 40px
}

.about_con .title .green_text {
    color: #ffd21d;
}

.about_con p {
    position: relative;
    line-height: 30px;
}

.about_con .read_more {
    margin-top: 10px;
}

.about_con .primary-btn {
    position: relative;
    left: 0;
    display: inline-block;
    overflow: hidden;
    background: #ffd21d;
    color: #ffffff !important;
    padding: 11px 40px;
    text-transform: uppercase;
    border: none;
    box-shadow: 3px 4px 15px 0px rgba(168, 168, 168, 0.75);
}

.about_con a {
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
}

.primary-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
    transition: all ease 0.5s 0s;
}


@media (max-width: 768px) and (min-width: 350px) {
    .about_con {
        margin-right: 5px;
    }

    .about_con .title {
        margin-top: -50px;
        margin-left: 7px;
        font-size: 30px;
        text-align: center;

    }

    .about_taital {
        text-align: center;
        margin-top: -60px;
    }

    .testimonials .about_taital {
        text-align: center;
        margin-top: 0px;
        font-size: 36px;
    }

    .testimonials {
        margin-bottom: -20px;
    }

    /* .bfa_team_pic {
        margin-top: -80px;
    } */

    .about_taital_1 {
        margin-left: 10px;
    }

    .about_taital_box {
        margin-top: -40px;
    }

    .about_taital_box .about_text {
        margin-left: 20px;
        width: 90%;
        color: #fff;
    }

    .about_taital_box .readmore_btn {
        margin-left: 20px;
    }

    .about_client_say {
        font-size: 26px;
        text-align: center;
    }

    .client_img {

        margin-left: 10px;
    }


    .client_taital_main {
        text-align: center;
    }

    .about_img {
        width: 80%;
        margin-bottom: 15%;
        margin-left: 10%;
    }

    .amol_sir {
        margin-left: 25px;
        width: 90%;
        margin-bottom: 50px;
    }

    .makarand_sir {
        margin-left: 25px;
        width: 90%;
        margin-bottom: 20px;
    }

    .header_section {
        height: 200px;
    }

    .banner_taital_main {
        margin-top: 10px;
    }

    .btn_main {
        margin-top: -40px;
    }

    .home_course_sec .coueses-box .text-content {
        background: #ffd21d;
        color: #ffffff;
    }

    .home_course_sec .coueses-box .text-content h4 {
        color: #000000;
    }

    .coueses-box .hvr-bounce-to-bottom {
        box-shadow: 0 0 15px #140101;
    }

    .text-content .hvr-bounce-to-bottom {
        border-top: 4px solid #ffffff;
        color: #ffffff;
    }

    .home_course_sec .coueses-box .image img {
        width: 10px;
    }

    /* .readmore_btn {
        margin-bottom: -55px;
    } */
}


/* about section end */


/* about services setion start */


.about_services {
    padding-top: 75px;
    padding-bottom: 75px;
}

.about_services {
    background-color: #000000;
}

.services_box h3 {
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 500;
}

.services_box p {
    font-size: 15px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    line-height: 28px;
    margin-top: 20px;
    letter-spacing: 0.5px;
}

.services_box .about_icon {
    text-align: center;
}

.about_icon img {
    margin: auto;
    margin-bottom: 22px;

}

.about_icon .img-responsive {
    filter: invert(14%) sepia(100%) saturate(7499%) hue-rotate(-4deg) brightness(97%) contrast(104%);
}


/* about services setion end */



/* about client setion start */

.inner_clients {
    margin-top: 50px;
    margin-bottom: 50px;
}

.section_title1 h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    color: #000000;
}

.clients_con p {
    font-size: 15px;
    color: #000000;
    line-height: 30px;
    text-align: center;
}

.client_name1 {
    display: flex;
    margin-left: 35%;
    margin-right: 35%;
    margin-top: 30px;
}

.client_img {
    float: left;
    margin-right: 20px;
}

.client_img img {
    border-radius: 50px;
}

.client_img img {
    max-width: max-content;
}

.client_name {
    padding-top: 15px;
    position: relative;
}

.client_name h3 {
    color: #000000;
    width: 50%;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: left;
}

.client_name p {
    font-size: 14px;
    color: #7aa83e;
    letter-spacing: 0.5px;
    text-align: left;
}

/* about client setion end */

/* about team setion start */
/* 
.team_sec {
    position: relative;
    padding: 80px 0 80px;
    background: #f3f3f3;
}

.team_sec .title {
    text-align: center;
    margin-bottom: 25px;
}

.animated {
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -ms-animation-duration: 3s;
    -o-animation-duration: 3s;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease;
}

.team_sec .title {
    text-align: center;
    margin-bottom: 25px;
}

.animated {
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -ms-animation-duration: 3s;
    -o-animation-duration: 3s;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease;
}

.carousel-img {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}


.title {
    text-transform: uppercase;
    font-weight: 800;
    color: #000000;
    padding-bottom: 10px;
    font-size: 28px;
}

.carousel {
    margin-top: 0px;
}

#slider1 i.fa.fa-angle-left {
    height: 44px;
    width: 44px;
    border: 1px solid #000;
    font-weight: normal;
    font-size: 36px;
    line-height: 39px;
    color: #000;
}

#slider1 i.fa.fa-angle-left {
    height: 44px;
    width: 44px;
    border: 1px solid #000;
    font-weight: normal;
    font-size: 36px;
    line-height: 39px;
    color: #000;
    background-color: #fff;
    transition: all ease 0.5s 0s;
}

#slider1 i.fa.fa-angle-right {
    height: 44px;
    width: 44px;
    border: 1px solid #000;
    font-weight: normal;
    font-size: 36px;
    line-height: 39px;
    color: #000;
    position: relative;
}

#slider1 i.fa.fa-angle-right {
    height: 44px;
    width: 44px;
    border: 1px solid #000;
    font-weight: normal;
    font-size: 36px;
    line-height: 39px;
    color: #000;
    background-color: #fff;
    transition: all ease 0.5s 0s;
} */

/* about team setion end */


/* coffee section start */

.coffee_section {
    width: 100%;
    float: left;
}

.coffee_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffd21d;
    text-align: center;
    font-weight: bold;
    padding-bottom: 0px;

}




.coffee_section_2 {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}

.coffee_img img {
    width: 100%;
    float: left;
}

.coffee_box {
    width: 100%;
    float: left;
    background-color: #242c2f;
    height: 150px;
    padding: 20px 20px;
    color: white;
    /* Added color to ensure text is visible on dark background */
}

.coffee_box:hover {
    background-color: #ffd21d;
}


.types_text {
    width: 100%;
    float: left;
    font-size: 22px;
    color: #fefefd;
    text-align: center;
    font-weight: bold;
}

.looking_text {
    width: 100%;
    float: left;
    font-size: 14px;
    /* background-color: #ffd21d; */
    color: #fefefd;
    text-align: center;
    margin: 0px;
}

.read_bt {
    width: 150px;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    display: flex;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fefefd;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #fefefd;
    text-transform: uppercase;
    padding: 8px;
}

.read_bt a:hover {
    color: #fefefd;
    border: 1px solid #fefefd;
}

#main_slider a.carousel-control-prev {
    left: -50px;
    top: 170px;
}

#main_slider a.carousel-control-next {
    right: -50px;
    top: 170px;

}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    opacity: 1;
    font-size: 16px;
    color: #fefefd;
    background-color: #4a4949;
}

#main_slider .carousel-control-next:focus,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-prev:hover {
    color: #fefefd;
    background-color: #ffd21d;
}


/* coffee section end */


/* client section start */

.client_section {
    width: 100%;
    float: left;
}

.client_section_2 {
    width: 100%;
    float: left;
}

.client_taital_main {
    width: 100%;
    display: flex;
    padding-top: 30px;
}

.client_left {
    width: 20%;
    float: left;
}

.client_img {
    width: 90%;
}

.client_right {
    width: 80%;
    float: left;
    padding-top: 20px;
}

.moark_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #3b3b3b;
    font-weight: bold;
}

.client_text {
    width: 75%;
    float: left;
    font-size: 16px;
    color: #3b3b3b;
    margin: 0px;
}

#custom_slider a.carousel-control-prev {
    left: initial;
    top: 190px;
    right: -50px;
    color: #fefefd;
    background-color: #dc8977;
}

#custom_slider a.carousel-control-next {
    right: -50px;
    top: 130px;

}

#custom_slider .carousel-control-next,
#custom_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    opacity: 1;
    font-size: 16px;
    color: #fefefd;
    background-color: #4a4949;
}

#custom_slider .carousel-control-next:focus,
#custom_slider .carousel-control-next:hover,
#custom_slider .carousel-control-prev:focus,
#custom_slider .carousel-control-prev:hover {
    color: #fefefd;
    background-color: #dc8977;
}


/* client section end */

/* blog section start */

/* .blog_section {
    width: 100%;
    float: left;
}

.blog_section_2 {
    width: 100%;
    float: left;
    padding-top: 60px;
}

.blog_box {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px;
    padding: 0px 0px 30px 0px;
}

.blog_img {
    width: 100%;
}

.date_text {
    width: 100px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0px;
    background-color: #ffd21d;
    position: absolute;
    top: 0px;
}

.prep_text {
    width: 100%;
    font-size: 20px;
    color: #3b3b3b;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 20px 10px 20px;
}

.lorem_text {
    width: 100%;
    font-size: 14px;
    color: #3b3b3b;
    margin: 0px;
    padding: 0px 20px;
}

.read_btn {
    width: 150px;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    display: flex;
}

.read_btn a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffd21d;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #ffd21d;
    text-transform: uppercase;
    padding: 8px;
}

.read_btn a:hover {
    color: #3b3b3b;
    border: 1px solid #3b3b3b;
} */


.blog-container {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    background-color: #e4e4e4;
}

.left,
.right {
    padding: 20px;
    background: white;
    margin: 10px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.left {
    flex: 3;
    min-width: 300px;
}

.right {
    flex: 1;
    min-width: 200px;
}

.posts {
    margin-bottom: 20px;
}

.post {
    display: flex;
    margin-bottom: 20px;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.post img {
    max-width: 150px;
    border-radius: 8px;
    margin-right: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.post-details {
    flex: 1;
}

.post-details h2 {
    margin-bottom: 10px;
    font-size: 1.5em;
    color: #000;
}

.post-details p {
    margin-bottom: 10px;
    color: #000;
}

.date {
    color: #999;
    font-size: 0.9em;
}

.pagination {
    text-align: center;
}

.pagination a {
    display: inline-block;
    padding: 10px 15px;
    margin: 5px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
}

.pagination a:hover {
    background-color: #ffd21d;
    color: white;
}

.search-bar {
    display: flex;
    margin-bottom: 20px;
}

.search-bar input[type="text"] {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
}

.search-bar button {
    padding: 10px;
    border: 1px solid #252525;
    background-color: #252525;
    color: white;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.search-bar button:hover {
    background-color: #ffd21d;
}

.categories {
    margin-top: 20px;
}

.categories h3 {
    margin-bottom: 10px;
    font-size: 1.2em;
}

.categories ul {
    list-style: none;
}

.categories ul li {
    margin-bottom: 10px;
}

.categories ul li a {
    text-decoration: none;
    color: #ffd21d;
}

.categories ul li a:hover {
    color: #252525;
    text-decoration: underline;
}

@media (max-width: 768px) {

    .left,
    .right {
        flex: 1 1 100%;
    }

    .post {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .post img {
        margin: 0 0 20px 0;
    }

    .post-details p {
        text-align: left;
    }

    .post-details h2 {
        text-align: center;
        margin-bottom: -20px;
    }
}


/* blog section end */


/* contact section start */

/* .contact_section {
    width: 100%;
    float: left;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #fff;
    margin-bottom: -20px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.contact_section_2 {
    width: 100%;
    float: left;
    padding-top: 55px;
}

.padding_left_0 {
    padding-left: 0px;
}

.mail_section_1 {
    width: 50%;
    margin: 0 auto;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #2e2e2d;
    border: 0px;
    background-color: #efefef;
    padding: 11px 20px;
    margin-top: 20px;
    border-radius: 40px;
    font-family: 'Poppins', sans-serif;
}

input.mail_text::placeholder {
    color: #2e2e2d;
}

.massage-bt {
    color: #2e2e2d;
    width: 100%;
    height: 110px;
    font-size: 18px;
    background-color: #efefef;
    padding: 40px 20px 0px 20px;
    border: 0px;
    height: 110px;
    margin-top: 20px;
    border-radius: 40px;
    font-family: 'Poppins', sans-serif;
}

textarea#comment.massage-bt::placeholder {
    color: #2e2e2d;
}

.send_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.send_bt a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fefefd;
    background-color: #ffd21d;
    padding: 10px;
    margin-top: 20px;
    display: block;
    border-radius: 40px;
}

.send_bt a:hover {
    color: #161616;
    background-color: #efefef;
}

.map_main {
    width: 100%;
    float: left;
    margin-top: 90px;
}
 */



.contact-container {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    justify-content: center;
    background-color: #ffffff;
}

.contact-card {
    background: rgb(0, 0, 0);
    margin: 10px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 100%;
    max-width: 900px;
}

.contact-card-content {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}

.contact-left,
.contact-right {
    padding: 20px;
    flex: 1;
}

.contact-left {
    min-width: 300px;
}

.contact-right {
    min-width: 200px;
}

.contact-left h2 {
    margin-bottom: 20px;
    font-size: 2em;
    color: #ffd21d;
    border-bottom: 2px solid #ffd21d;
    display: inline-block;
}

.contact-left p {
    margin-bottom: 10px;
    color: #ffffff;
}

.contact-icon {
    margin-right: 10px;
    font-size: 1.5em;
    color: #ffd21d;
}

.contact-right iframe {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.contact-left form {
    display: flex;
    flex-direction: column;
}

.contact-form-group {
    margin-bottom: 15px;
}

.contact-form-group input,
.contact-form-group textarea {
    width: 100%;
    padding: 12px;
    color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: #080707;
    transition: background-color 0.3s ease;
}

.contact-form-group input:focus,
.contact-form-group textarea:focus {
    background-color: #040303;
    border-color: #ffd21d;
    outline: none;
}

.contact-form-group input::placeholder,
.contact-form-group textarea::placeholder {
    color: #999;
}

.contact-card-content button {
    padding: 12px 20px;
    border: none;
    background-color: #ffd21d;
    color: rgb(0, 0, 0);
    border-radius: 6px;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-card-content button:hover {
    background-color: #826300;
}

@media (max-width: 768px) {
    .contact-card-content {
        flex-direction: column;
    }

    .contact-left,
    .contact-right {
        min-width: 100%;
        padding: 10px;
    }
}


/* contact section end */


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    height: auto;
    background-color: #1d1d1d;
    background-size: 100%;
    padding: 50px 0px;
}

.address_text {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 30px;
    color: #fefefd;
    font-weight: bold;
    padding-bottom: 50px;
}

.footer_text {
    width: 60%;
    margin: 0 auto;
    font-size: 16px;
    color: #fefefd;
    text-align: center;
}

.location_text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.location_text li {
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding: 0px 10px 5px 10px;
}

.location_text li a {
    color: #ffffff;
}

.location_text li a:hover {
    color: #ffd21d;
}

.padding_left_10 {
    padding-left: 10px;
}

.social_icon {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
}

.footer_social_icon {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.footer_social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.footer_social_icon li {
    float: left;
}

.footer_social_icon li a {
    float: left;
    padding: 5px 10px;
    background-color: #fff;
    color: #1d1d1d;
    border-radius: 100%;
    font-size: 19px;
    margin-right: 5px;
    width: 44px;
    text-align: center;
    margin-top: 10px;
}

.footer_social_icon li a:hover {
    background-color: #ffffff;
    color: #ffd21d;
}

.update_mail {
    color: #383838;
    width: 100%;
    height: 55px;
    font-size: 18px;
    padding: 10px 20px 0px 20px;
    background-color: #efefef;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
    margin-top: 20px;
    border: 1px solid #ffd21d;
}

textarea#comment.update_mail::placeholder {
    color: #383838;
}

.form-group {
    margin-bottom: 1rem;
    display: flex;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.subscribe_bt {
    width: 70px;
    float: left;
    padding-top: 20px;
}

.subscribe_bt a {
    width: 100%;
    float: left;
    color: #fefefd;
    font-size: 16px;
    padding: 13px 0px 14px 0px;
    background-color: #ffd21d;
    text-transform: uppercase;
    text-align: center;
}

.subscribe_bt a:hover {
    color: #fefefd;
    background-color: #ffd21d;
}


/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #ffd21d;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #252525;
    text-align: center;
    margin-left: 0px;
    font-family: 'Poppins', sans-serif;
}

.copyright_text a {
    color: #252525;
}

.copyright_text a:hover {
    color: #252525;
}


/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}

/* figure {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
    unicode-bidi: isolate;
} */

figure {
    margin: 0px;

}

.inner_classes .coueses-box {
    margin: 22px 15px;
}

.inner_classes h4 {
    text-align: center;
}

.inner_classes .text h5 {
    font-size: 15px;
    color: #ffd21d;
    text-align: center;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 10px;
}

.inner_classes .text-content {
    bottom: -1px;
    left: -27px !important;
    padding: 15px 40px 15px 64px !important;
    height: auto;
    width: 100%;
    text-align: left;
    background: rgba(255, 255, 255, 0.85);
    transform: skewX(35deg);
}

.inner_classes .image img {
    margin: 0;
}

.inner_classes {
    background-color: #fff;
}

.home_course_sec {
    position: relative;
    padding: 80px 0 80px;
    background: #000;
}

.home_course_sec .title {
    text-align: center;
    margin-bottom: 18px;
}

.home_course_sec .coueses-box {
    position: relative;
    background-color: #f3f3f3;
    float: left;
    overflow: hidden;
    padding-left: 0;
    max-height: 240px;
    margin: 22px 10px;
    box-shadow: 0 0 15px #b0a9a9;
    padding: 0;
    max-width: 360px;
}

.home_course_sec .coueses-box .image {
    position: relative;
    width: 100%;
    z-index: 2;
}

.home_course_sec .coueses-box .image img {
    position: relative;
    display: block;
    width: 70%;
    height: auto;
    max-height: 242px;
}


.home_course_sec .coueses-box:hover .text-content.hvr-bounce-to-bottom .text h4 {
    color: #000000;
}

.home_course_sec .coueses-box:hover .text-content {
    background: #ffd21d;
    color: #ffffff;
}

.home_course_sec .coueses-box .text-content {
    position: absolute;
    left: 0;
    bottom: -20%;
    width: 100.5%;
    height: 42%;
    z-index: 5;
    border-top: 4px solid #ffd21d;
    /* background: #ffffff; */
    text-align: right;
    padding: 0 30px;
    transform: skewY(-19deg);
    -webkit-transform: skewY(-19deg);
    -ms-transform: skewY(-19deg);
    -o-transform: skewY(-19deg);
    -moz-transform: skewY(-19deg);
}

.home_course_sec .coueses-box .text-content {
    bottom: -11px;
    left: -24px;
    padding: 22px 40px 22px 64px;
    height: auto;
    width: 100%;
    text-align: left;
    /* background: #ffffffd9; */
    transform: rotate(358deg) skewX(29deg);
}

.home_course_sec .coueses-box .text-content .text {
    top: 0;
    transform: rotate(362deg) skewX(-28deg);
    text-transform: uppercase;
    font-weight: bolder;
    text-align: center;
}

.home_course_sec .coueses-box:hover:hover .text h5 {
    color: #fff;
}

.coueses-box:hover .hvr-bounce-to-bottom {
    box-shadow: 0 0 15px #171616;
}

.coueses-box:hover .text-content {
    border-top: 4px solid #ffffff;
    color: #ffffff;
}

.container {
    /* height: 100%; */
    background-position: center center;
    background-size: cover;
}

.container {
    padding: 0px;
}

.about_institute_container {
    background-position: center center;
    background-size: cover;
}

.about_institute_container {
    padding: 0px;
}

.text-content.hvr-bounce-to-bottom:hover {
    border-top: 4px solid #ffffff;
    color: #ffffff;
}

/* footer style start */

.footer {
    background-color: #171717;
    color: #fff;
    padding: 40px 0;
}

.footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer .footer-column {
    flex: 1 1 200px;
    margin: 10px;
}

.footer h3,
.footer h4 {
    margin-bottom: 20px;
    font-size: 24px;
}

.footer p {
    margin-bottom: 15px;
    font-size: 14px;
}

.footer .social-icons a {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    font-size: 20px;
    transition: color 0.3s;
}

.footer .social-icons a:hover {
    color: #ffd21d;
}

.footer .footer-column ul {
    list-style: none;
    padding: 0;
}

.footer .footer-column ul li {
    margin-bottom: 10px;
}

.footer .footer-column ul li a {
    color: #fff;
    text-decoration: none;
}

.footer .footer-column ul li a:hover {
    text-decoration: underline;
    color: #ffd21d;
}

.footer .gallery {
    display: flex;
    flex-wrap: wrap;
}

.footer .gallery img {
    width: 30%;
    margin: 5px;
    height: auto;
}

.footer .footer-column p i {
    margin-right: 10px;
    vertical-align: middle;
    color: #fff;
    transition: color 0.3s;
}

.footer .footer-column p:hover i {
    color: #ffd21d;
}

@media (max-width: 768px) and (min-width: 350px) {
    .footer .container {
        flex-direction: column;
        align-items: center;
    }

    .footer .footer-column {
        margin: 5px 30px;
    }
}


/* footer style end */



/* course info start */

.course_info_main_container {
    width: 100%;
    height: 500px;
    background-color: #fff;
}

.course_info_main_container2 {
    width: 100%;
    background-color: #000000;
}

.course_info_middle {
    background-color: #000;
}

.course_info_middle .container .inner-text h1 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: -20px;
}


.course_info_middle .container .inner-text h3 {
    margin-top: 50px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: -20px;
}

.course_info_middle .container .inner-text p {
    color: #000;
    font-size: 14px;
}

.course_info_middle .container .inner-text2 h3 {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 600;
    color: #ffd21d;
    margin-bottom: -30px;
}

.course_info_middle .container .inner-text2 p {
    color: #fffefe;
    font-size: 14px;
}

.form-card {
    margin-top: -80px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 400px;
    width: 100%;
}

.form-card h3 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #000000;
}

.form-card label {
    font-size: 14px;
    color: #000000;
    display: block;
    margin-bottom: 5px;
}

.form-card input[type="text"],
.form-card input[type="tel"] {
    width: calc(100% - 20px);
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form-card button {
    background-color: #ffd21d;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
}

.form-card button:hover {
    background-color: #b30000;
}

.course_info_main_container2 {
    /* margin-bottom: -50px; */
}

.course_info_main_container2 .container .row img {
    width: 550px;
    margin: 50px
}

.course_info_inner_text p {
    color: #ffffff;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.5px;
    margin-top: 15px;
}

.course_info_container2 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 1200px;
    width: 100%;
    overflow: hidden;
}

.course_info_container2 img {
    width: 500px;
    margin-top: 50px;
    height: auto;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.course_info_content {
    /* padding: 20px; */
    flex: 1;
    margin: 10px;
    margin-left: 50px;
    /* margin-left: 50px; */
}

.course_info_content h3 {
    margin-top: 0;
    color: #ffd21d;
    text-transform: uppercase;
    font-weight: 800;
    /* font-size: 28px; */
}

.course_info_content p {
    margin-top: -10px;
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
}

.course_info_content h5 {
    margin-top: 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
}

.course_info_content ul {
    color: #fff;
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.course_info_content ul li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 20px;
}

.course_info_content ul li::before {
    content: "⦁";
    padding-right: 0.5em;
    color: #ffd21d;
}

@media (max-width: 768px) {
    .course_info_container2 {
        flex-direction: column;
    }

    .course_info_container2 img {
        border-radius: 0;
    }
}


.why-bestow-fitness {
    margin-top: 50px;
    background: #000000;
    padding: 20px;
    max-width: 600px;
    width: 100%;
}

.why-bestow-fitness h2 {
    margin-top: 0;
    font-size: 28px;
    font-weight: 700;
    color: #ffd21d;
    text-align: center;
}

.why-bestow-fitness ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.why-bestow-fitness ul li {
    color: #ffffff;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 10px;
    font-size: 16px;
}

.why-bestow-fitness ul li::before {
    content: "⦁";
    padding-right: 0.5em;
    color: #ffd21d;
}

@media (max-width: 768px) {
    .why-bestow-fitness {
        padding: 15px;
    }

    .why-bestow-fitness h2 {
        font-size: 20px;
    }

    .why-bestow-fitness ul li {
        font-size: 14px;
    }
}




.gm_img_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}


.gm_pagetitle {
    width: 100%;
    color: #fff;
    float: left;
}

.gm_pagetitle {
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

.gm_pagetitle {
    padding: 80px 0 50px;
    /* text-align: right; */
}

.gm_pagetitle {
    background-color: #4C4C4C;
    position: relative;
    background-attachment: fixed;
}


.course_info_container {
    position: relative;
    z-index: 1;
    /* Ensure content is above the overlay */
    padding-top: 50px;
    /* Adjust top padding as needed */
}

/* course info end */

.enquiry-card {
    background: rgb(0, 0, 0);
    margin: 10px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 100%;
    max-width: 900px;
    margin-left: 17%;
}

.enquiry-card-content {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}

.enquiry-left form {
    display: flex;
    flex-direction: column;
}

.enquiry-form-group {
    margin-bottom: 15px;
}


.enquiry-form-group input,
.enquiry-form-group textarea {
    width: 100%;
    padding: 12px;
    color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: #131111;
    transition: background-color 0.3s ease;
}


.enquiry-form-group input:focus,
.enquiry-form-group textarea:focus {
    background-color: #000000;
    border-color: #ffd21d;
    outline: none;
}

.enquiry-form-group input::placeholder,
.enquiry-form-group textarea::placeholder {
    color: #ffffff;
}

.enquiry-card-content button {
    padding: 12px 20px;
    border: none;
    background-color: #ffd21d;
    color: rgb(0, 0, 0);
    border-radius: 6px;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* .enquiry-card-content button:hover {
    background-color: #b30015;
} */


.enquiry-left,
.enquiry-right {
    padding: 20px;
    flex: 1;
}

.enquiry-left {
    min-width: 300px;
}

.enquiry-right {
    min-width: 200px;
}

.enquiry-left h2 {
    margin-bottom: 20px;
    font-size: 2em;
    color: #ffd21d;
    border-bottom: 2px solid #ffd21d;
    display: inline-block;
}

.enquiry-left p {
    margin-bottom: 10px;
    color: #555;
}

.enquiry-icon {
    margin-right: 10px;
    font-size: 1.5em;
    color: #ffd21d;
}

.enquiry-right iframe {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


@media (max-width: 768px) {
    .enquiry-card-content {
        flex-direction: column;
    }

    .enquiry-left,
    .enquiry-right {
        min-width: 100%;
        padding: 10px;
    }


    .enquiry-card {
        margin: 10px;
        border-radius: 12px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        width: 100%;
        max-width: 900px;
        margin-left: 1%;
    }
}


.h1_title {

    font-size: 40px;
    font-weight: 600;
    margin-top: 10%;
    color: #ffd21d
}



.hr_style {

    height: 2px;
    background-color: black;
    border: none;


}


.image_iman {

    /* margin-top: 10%; */
    align-items: center;
}



.swiper {
    width: 900px;
}

.swiper-container {
    width: 600px;
}


.card_section {
    padding: 20px;
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    align-items: center;
}

section .card .image {
    height: 140px;
    width: 140px;
    border-radius: 30%;
    padding: 2px;
    background: #ffff;
}

section .card .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: 3px solid #fff;
}

.card {
    position: relative;
    background: #fff;
    height: 220px;
    border-radius: 20px;
    margin: 20px 0;
    background-size: cover;
    background-position: center;
    /* width: 200px; */
}




.card .card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    position: relative;
    z-index: 100;
}

.card .course-name {
    margin-top: 150px;
    color: #333;
}

.course-name .name-of-course {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.7);
    color: black;
    padding: 5px 10px;
    border-radius: 5px;
}

.card:hover {
    transform: scale(1.01);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.swiper-button-next,
.swiper-button-prev {
    background-color: #ffd21d;
    color: white;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 150px;
}


.swiper-button-next {
    position: absolute;
    bottom: 10px;
    right: 48%;
    transform: translateX(100%);
}

.swiper-button-prev {
    position: absolute;
    bottom: 10px;
    left: 48%;
    transform: translateX(-100%);
}

/* Adjust swiper container width for smaller screens */
@media (max-width: 768px) {
    .swiper-container {
        width: 400PX;

    }

    .card_section {
        padding: 0px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        margin-top: 80px;
    }

    .swiper-slide {
        width: calc(100% - 20px);
        /* 100% width minus the padding */
    }
}

@media (min-width: 490px) and (max-width: 540px) {

    .swiper-container {
        width: 400px;
    }

    .card_section {
        padding: 0px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        margin-top: 80px;
    }

    .swiper-slide {
        width: calc(100% - 20px);
        /* 100% width minus the padding */
    }

}

/* Adjust number of slides per view for mobile */
@media (max-width: 480px) {
    .swiper-container {
        width: 1150px;
        margin-left: 25px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        margin-top: 80px;
    }

    .card_section {
        padding: 0px;
    }


    .swiper-slide {
        width: calc(100% - 20px);
        /* 100% width minus the padding */
    }
}


.customers_says {
    display: block;
    /* overflow: hidden; */
    background: #f0f0f0;
    padding-bottom: 120px;
}

.customers_says .customers_says_row {
    padding-top: 40px;
}



.customers_says .customers_says_row .says_carousel .item .media,
.customers_says .customers_says_row .says_not_carousel .item .media {
    cursor: e-resize;
    margin-bottom: 0;
}

.customers_says .customers_says_row .says_carousel .media,
.customers_says .customers_says_row .says_not_carousel .media {
    border-radius: 3px;
    background-color: white;
    -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.05);
    padding: 37px 30px;
    margin-bottom: 50px;
}

.customers_says .customers_says_row .says_carousel .media .client_img,
.customers_says .customers_says_row .says_not_carousel .media .client_img {
    position: relative;
}

.customers_says .customers_says_row .says_carousel .media .client_img:after,
.customers_says .customers_says_row .says_not_carousel .media .client_img:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 24px;
    height: 2px;
    background: #dddddd;
}

.customers_says .customers_says_row .says_carousel .media:hover .client_img:after,
.customers_says .customers_says_row .says_carousel .media:focus .client_img:after,
.customers_says .customers_says_row .says_not_carousel .media:hover .client_img:after,
.customers_says .customers_says_row .says_not_carousel .media:focus .client_img:after {
    background: #717ff8;
}

.customers_says .customers_says_row .says_carousel .media .media-body,
.customers_says .customers_says_row .says_not_carousel .media .media-body {
    margin-left: 30px;
}

.customers_says .customers_says_row .says_carousel .media .media-body a,
.customers_says .customers_says_row .says_not_carousel .media .media-body a {
    font: 600 22px/1 "Poppins", sans-serif;
    color: #242424;
}

.customers_says .customers_says_row .says_carousel .media .media-body a:hover,
.customers_says .customers_says_row .says_carousel .media .media-body a:focus,
.customers_says .customers_says_row .says_not_carousel .media .media-body a:hover,
.customers_says .customers_says_row .says_not_carousel .media .media-body a:focus {
    color: #717ff8;
}

.customers_says .customers_says_row .says_carousel .media .media-body h4,
.customers_says .customers_says_row .says_not_carousel .media .media-body h4 {
    font: 400 italic 18px/28px "Lato", sans-serif;
    color: #717ff8;
    padding: 8px 0 12px;
}

.customers_says .customers_says_row .says_carousel .media .media-body p,
.customers_says .customers_says_row .says_not_carousel .media .media-body p {
    font: 400 17px/26px "Lato", sans-serif;
    color: #797979;
    letter-spacing: 1.1px;
}


.testimonial-container {
    background-color: #000000;
    margin-top: 50px;
    padding: 20px;
    height: 500px;
    width: 100%;
    overflow: hidden;
    position: relative;
    align-items: center;
}

.testimonial-wrapper {
    display: flex;
}

.testimonial-card {
    width: 280px;
    height: 250px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 20px 0;
    background-color: #fff;
    border-radius: 10px;
}

.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.profile-pic {
    width: 50px;
    height: 50px;
    background-color: #ffd21d;
    border-radius: 50%;
    margin-right: 10px;
}

.person-name {
    font-size: 18px;
    font-weight: bold;
}

.testimonial-content p {
    margin: 0;
}

.prev-btn,
.next-btn {
    background-color: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.prev-btn {
    left: 0;
}

.next-btn {
    right: 0;
}


.testimonial_next_btn,
.testimonial_prev_btn {
    margin-top: 180px;
}


@media (max-width: 768px) and (min-width: 350px) {

    .testimonial-container {
        padding: 0px;
    }

    .testimonial-card {
        width: 100%;
    }

    .testimonial_next_btn,
    .testimonial_prev_btn {
        margin-top: 110px;
    }

}

.scroll-up-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #ffd21d;
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: opacity 0.3s;
    opacity: 0;
    z-index: 1000;
}

.scroll-up-button.show {
    opacity: 1;
}

.elementor-7578 .elementor-element.elementor-element-243f4a2b:not(.elementor-motion-effects-element-type-background),
.elementor-7578 .elementor-element.elementor-element-243f4a2b>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url('../images/fit_individual.jpg');
    background-size: cover;
    background-position: center;
}

 /* Responsive Styles */
 @media (max-width: 768px) {
    .course_info_content {
        padding: 15px;
        /* Less padding on smaller screens */
    }

    h3 {
        font-size: 10px;
        /* Slightly smaller headings */
    }

    ul {
        padding-left: 10px;
        /* Adjust padding */
    }

    .course_info_content ul li{
        font-size: 14px;
    }

    .about_con p{
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .course_info_content {
        padding: 10px;
        /* Minimal padding for small screens */
    }

    h3 {
        font-size: 1.2em;
        /* Further reduce heading size */
    }

    ul {
        padding-left: 10px;
        /* Further adjust padding */
    }

    li {
        margin-bottom: 3px;
        
        /* Less space between items */
    }
}