body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif !important;
    background-color: #000000 !important;
}

 :root {
    /* --main-color: #E32652; */
    --main-color: #00a5ff;
    --white-color: #ffffff;
    --dim-black: #191C21;
    --btn-hover: #0081c6;
    --grey-btn: #43454C;
}

input {
    outline: none;
}

html {
    scroll-behavior: smooth;
}

.padding-control {
    padding: 0 85px !important;
}

.about-text-control p {
    padding-right: 0 !important;
}

.flex-btn-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.learn-more-btn {
    text-decoration: none !important;
    font-size: 22px;
    background-color: var(--main-color);
    width: 200px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.learn-more-btn:hover {
    background-color: var(--btn-hover);
}


/* NAVBAR RESPONSIVE */

.navbar-light .navbar-toggler-icon {
    color: #fff;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 15px;
    top: -11px;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    font-size: 28px;
    transition: all 0.3s ease-in-out;
}

.comming-soon-card .trending-image img{
    object-fit: contain !important;
}
/* NAVBAR RESPONSIVE */

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
    background-color: var(--dim-black);
    color: var(--white-color);
}

.select2-dropdown {
    background-color: var(--dim-black);
    color: var(--white-color);
}

.select2-container--default .select2-results__option--selected {
    background-color: var(--dim-black);
    color: var(--white-color);
}

.select2-search--dropdown {
    border: 1px solid #999999;
}

.select2-container--default .select2-selection--single {
    border: none;
}


/***************************************
****************************************
            MAIN HEADER
****************************************
****************************************/

.main-header-wraper {
    padding: 20px 0;
}

.select-options-control {
    position: absolute;
    top: 40px;
    width: 240px;
    left: 50%;
    transform: translateX(-50%);
}

.select-options-control select {
    outline: none;
    background-color: var(--dim-black) !important;
    border: 2px solid var(--dim-black) !important;
}

.select-options-control span {
    background-color: var(--dim-black) !important;
    color: var(--white-color) !important;
}

.select-options-control span.select2-container--default {
    width: 100% !important;
    border: 2px solid #999999;
    height: 40px;
}

.select2-width-control {
    width: 100%;
}

.menu-list a.login-btn {
    background-color: var(--main-color);
    width: 80px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-top: -11px;
}

a.login-btn:before {
    display: none !important;
}

.menu-list a {
    color: var(--white-color) !important;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding: 0 !important;
    margin: 0 10px;
    transition: all 0.3s ease-in-out;
}

.menu-list a:hover:before {
    transform: scale(1);
}

.menu-list a:before {
    position: absolute;
    content: "";
    background-color: var(--white-color);
    width: 100%;
    height: 4px;
    border-radius: 100px;
    top: 40px;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
}

li.nav-item.menu-list {
    margin-right: 10px;
}

.search-bar-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.search-bar-icon i {
    color: var(--white-color);
}

.margin-left-control {
    margin-left: 300px;
}

.drop-txt {
    color: var(--white-color);
    display: flex;
    align-items: center;
    cursor: pointer;
}

.drop-txt p {
    color: var(--white-color);
    font-size: 14px;
    margin: 0;
}

.drop-txt i {
    color: var(--white-color);
    font-size: 14px;
    margin: 0 0 0 10px;
}

.drop-down-list-wraper {
    background-color: var(--dim-black);
    width: 270px;
    padding: 30px 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
    border-radius: 8px;
    display: none;
}

.drop-list-show {
    display: block !important;
}

.select-show {
    display: none;
}

.all-view-drop-down:focus-within .drop-down-list-wraper {
    display: block !important;
    /* border: 2px solid red; */
}

.drop-down-list-bar ul {
    padding: 0;
    list-style: none;
    transition: all 0.3s ease-in-out;
}

.drop-down-list-bar ul li {
    padding: 15px 20px;
    transition: all 0.3s ease-in-out;
}

.drop-down-list-bar ul li:hover {
    background-color: #272c33;
}

.drop-down-list-bar ul li a {
    color: var(--white-color);
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
}

.scroller-y-list {
    height: 100%;
    max-height: 300px;
    overflow-y: scroll;
}

.drop-down-list-btn a {
    border: 1px solid #999;
    width: 90%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 18px;
    transition: all 0.3s ease-in-out;
}

.drop-down-list-btn a:hover,
.btn-text-trailer:hover {
    border: 1px solid var(--white-color);
    color: var(--white-color);
}

.all-view-drop-down {
    position: relative;
    transition: all 0.3s ease-in-out;
}


/***************************************
****************************************
            THEY CHANGES SECTION
****************************************
****************************************/

.changed-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.margin-top-show {
    padding-top: 100px;
}

.changed-image {
    width: 100%;
    height: 100%;
}

.they-text-wrap h1 {
    font-family: 'Anton', sans-serif !important;
    font-size: 100px;
    text-align: center;
    color: var(--white-color);
    line-height: 1.35;
}

.they-text-wrap h1 span {
    color: var(--main-color);
}

.padding-extra {
    padding: 0 80px 0 100px !important;
}

p.text-common {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: var(--white-color);
    padding: 10px 20px 0 0;
}

label.banner-email-input {
    margin-top: 20px;
    width: 100%;
}

label.banner-email-input h1 {
    font-size: 14px;
    color: var(--white-color);
    margin: 0 0 10px 0;
}

label.banner-email-input input {
    height: 50px;
    width: 100%;
}

label.banner-email-input input {
    height: 50px;
    width: 100%;
    border-radius: 5px;
    padding: 0 25px;
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out;
    background-color: var(--dim-black);
    color: var(--white-color);
    font-size: 14px;
}

label.banner-email-input input::placeholder {
    color: #999999;
}

label.banner-email-input input:focus {
    border: 2px solid #999999;
}

.common-btn {
    background-color: transparent;
    width: 85%;
    height: 60px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px !important;
    color: var(--white-color);
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    border: 3px solid var(--main-color);
    margin: 0 auto;
    text-decoration: none;
    letter-spacing: 5px;
    font-weight: 500;
    text-align: center;
}

.align-center {
    align-items: center;
}

.common-btn:hover {
    background-color: var(--main-color);
    color: var(--white-color);
    text-decoration: none;
}

.banner-label-checkbox {
    display: flex !important;
    align-items: center;
    margin: 20px 0 0 0;
}

.banner-label-checkbox p {
    margin: 0;
    padding: 0 0 0 20px;
    /* color: #999999; */
    color: var(--white-color);
    font-size: 14px;
}

.togather-checkbox input {
    background-color: #999999 !important;
    margin-right: -10px;
    margin-top: 0;
}

.banner-label-checkbox input {
    width: 20px;
    height: 20px;
    background-color: var(--dim-black);
    border-radius: 5px !important;
    margin-bottom: 10px;
    box-shadow: none !important;
    border: none !important;
}

.banner-label-checkbox input[type=checkbox]:checked {
    background-color: var(--dim-black);
}

.banner-last-text h1 {
    color: var(--white-color);
    font-size: 16px;
    color: var(--white-color);
    text-align: center;
    font-weight: 400;
    margin: 20px 0 0 0;
}

.banner-last-text p {
    color: #999999;
    font-size: 12px;
    margin: 20px 0 0 0;
    text-align: center;
}

.banner-last-text p a {
    color: #999999 !important;
}

.faq-main-wraper {
    padding: 20px 0;
}

.logo-box img {
    width: 100%;
    height: 100%;
}

.logo-box {
    width: 65%;
}

form.contact-form-inputs {
    padding-top: 5px;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.iframe-container:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0;
    top: 0;
    z-index: 9999;
}

.text-right-footer {
    text-align: right;
}


/***************************************
****************************************
            THEY CHANGES SECTION
****************************************
****************************************/

.align-item {
    align-items: center;
}

.meet-section-wraper {
    padding: 50px 0 0 0;
    overflow-x: hidden;
}

.common-heading h1 {
    font-size: 32px;
    color: var(--white-color);
    font-weight: 500;
    text-align: center;
    margin-bottom: 12px;
}

.space-on-top {
    padding: 50px 0;
}

.margin-left-neg {
    margin-left: -15px;
}

.duffer-boys-image {
    width: 100%;
    height: 700px;
    background-image: url(../images/duffer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}

.top-control-center {
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
}

.new-btn a {
    width: 80px;
    height: 30px;
    font-size: 14px;
    color: #000000 !important;
    font-weight: 500;
    background-color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 100px;
}

.duffer-text-image img {
    width: 100%;
    height: 100%;
}

.duffer-text-image {
    width: 220px;
}

p.text-duffer {
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0 0 0;
    color: var(--white-color);
    position: relative;
    display: inline-block;
}

p.text-duffer:before {
    position: absolute;
    content: "";
    width: 10%;
    height: 5px;
    background-color: var(--white-color);
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.btn-text-trailer {
    width: 230px;
    border: 1px solid #999;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-top: 18px;
    transition: all 0.3s ease-in-out;
    margin-top: 35px;
}

.btn-text-trailer a {
    color: var(--white-color) !important;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: .12em;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.common-heading h1.section-heading {
    text-align: left;
    text-transform: capitalize;
}

h1.section-heading a {
    color: var(--grey-btn);
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
}


/***************************************
****************************************
           TRENDING SLIDER
****************************************
****************************************/

.trending-card {
    position: relative;
    height: 100%;
    /* width: 250px !important; */
    margin: 30px;
}

.trending-image {
    overflow: hidden;
    width: 100%;
    height: 400px;
    border-radius: 10px;
}

.trending-image img:hover {
    transform: scale(1.13);
    filter: grayscale(0);
}

.trending-image img {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.btn-tr-slider {
    position: absolute;
}

.slider-text {
    position: absolute;
    top: 265px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 123px;
}

.text-image-mentors:before {
    position: absolute;
    content: "";
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0 126 244) 100%);
    width: 100%;
    height: 140px;
    z-index: 0;
    opacity: 0.5;
    border-radius: 10px;
    z-index: 0;
    bottom: -13px;
}

.new-btn.btn-tr-slider {
    top: 15px;
    left: 20px;
}

.slider-text h1 {
    width: 100%;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--white-color);
    padding: 0 0 0 20px;
    z-index: 999;
}

.slider-text p {
    font-weight: 500;
    padding: 0 20px;
    margin-top: 0;
    font-size: 14px;
}

.slider-text p:before {
    display: none;
}

.trending-slider-wraper .slick-prev,
.trending-slider-wraper .slick-next,
.coming-soon-slider .slick-prev,
.coming-soon-slider .slick-next,
.member-slider-wraper .slick-prev,
.member-slider-wraper .slick-next {
    opacity: 1 !important;
}

.trending-slider-wraper .slick-prev:before,
.trending-slider-wraper .slick-next:before,
.coming-soon-slider .slick-prev:before,
.coming-soon-slider .slick-next:before,
.member-slider-wraper .slick-prev:before,
.member-slider-wraper .slick-next:before {
    width: 100%;
    background-color: var(--main-color) !important;
    opacity: 1 !important;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}

.trending-slider-wraper .slick-prev,
.trending-slider-wraper .slick-next,
.coming-soon-slider .slick-prev,
.coming-soon-slider .slick-next,
.member-slider-wraper .slick-prev,
.member-slider-wraper .slick-next {
    opacity: 1 !important;
    width: 60px;
    height: 60px;
}

.trending-slider-wraper button.slick-prev.slick-arrow,
.coming-soon-slider button.slick-prev.slick-arrow,
.member-slider-wraper button.slick-prev.slick-arrow {
    left: -27px;
    z-index: 999;
}

.trending-slider-wraper .slick-next:before,
.coming-soon-slider .slick-next:before,
.member-slider-wraper .slick-next:before {
    font-family: "Font Awesome 5 Pro";
    content: '\f105' !important;
}

.trending-slider-wraper .slick-prev:before,
.trending-slider-wraper .slick-prev:before,
.coming-soon-slider .slick-prev:before,
.coming-soon-slider .slick-prev:before,
.member-slider-wraper .slick-prev:before,
.member-slider-wraper .slick-prev:before {
    font-family: "Font Awesome 5 pro";
    content: '\f104' !important;
}

li.slick-active {
    /* width: 20px; */
    height: 5px;
    transition: all 0.3s ease-in-out !important;
}

li.slick-active button:before {
    background-color: var(--white-color) !important;
    width: 20px !important;
    left: -13px;
}

.slick-dots li button {
    padding: 0;
}

.slick-dots li {
    width: 3px;
}

li.slick-active button {
    transition: all 0.3s ease-in-out !important;
}

.slick-dots li button:before {
    width: 5px;
    height: 5px;
    background-color: #43454C;
    content: '';
    border-radius: 100px;
    opacity: 1;
    transition: all 0.3s ease-in-out !important;
}

.grey-common-btn a {
    width: 220px;
    height: 50px;
    background-color: var(--grey-btn);
    font-size: 16px;
    color: var(--white-color) !important;
    font-weight: 500;
    letter-spacing: .12em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}

.grey-common-btn {
    display: flex;
    justify-content: center;
    margin-top: 70px !important;
}

.grey-common-btn a:hover {
    background-color: #303136;
}


/***************************************
****************************************
           COMMING SOON SLIDER
****************************************
****************************************/

.btn-comming-slider a {
    width: 100% !important;
    padding: 0 10px;
}

.comming-soon-card {
    /* width: 520px !important; */
}

.comming-soon-card .trending-image {
    height: 450px;
}

.comming-text-manage {
    top: 215px;
}

.comming-text {
    font-weight: 400;
    color: var(--white-color);
}

.comming-text-manage h1 {
    font-size: 25px;
    text-transform: capitalize;
    text-align: left !important;
    margin-left: 20px;
    font-weight: 600;
    color: var(--white-color);
}

p.color-grey {
    /* color: #8a8c8e; */
    color: var(--white-color);
}

p.color-grey span {
    color: var(--white-color);
}

.btn-journey {
    width: 140px;
    margin-right: 10px;
    border-radius: 10px;
    height: 50px;
    letter-spacing: .12em;
    font-size: 16px;
    font-weight: 500;
}


/***************************************
****************************************
           GREY CARD SLIDER
****************************************
****************************************/

.grey-card {
    width: 612px;
    height: 100%;
    padding: 40px 60px;
    border-radius: 10px;
    background-color: #272c33;
    margin-right: -65px;
    position: relative;
    z-index: 1;
}

.grey-card p {
    font-size: 18px;
    font-weight: 400;
    color: var(--white-color);
    line-height: 32px;
}

.grey-card h1 {
    font-size: 16px;
    color: var(--white-color);
}

.grey-card h1 span {
    color: #9ea0a9;
}

.member-card-wraper {
    display: flex !important;
    justify-content: center;
    align-items: center;
    /* border: 2px solid #ffffff; */
}

.image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.image-card {
    height: 470px;
    width: 30%;
}

.vedio-box {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

ul.vedio-text-links {
    padding: 0;
    list-style: none;
}

ul.vedio-text-links li a {
    font-size: 21px;
    color: var(--white-color);
    text-decoration: none;
    font-weight: 600;
}

ul.vedio-text-links li a:hover {
    text-decoration: underline;
}

ul.vedio-text-links li {
    line-height: 40px;
}

.vedio-box-wraper {
    position: relative;
    margin-top: 80px;
}

.vedio-text-wraper {
    position: absolute;
    top: 7%;
    z-index: 999;
    left: 10%;
}

.vedio-text-box .common-heading h1 {
    font-weight: 600;
    font-size: 40px;
}

.try-heading-box h1,
.try-heading-box p {
    text-align: left !important;
}

.some-class-wraper {
    padding: 120px 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/puzzle.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.journey-back-wraper {
    padding: 120px 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/teamwork-togather.jpg);
    /* background-image: url(../images/puzzle.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.journey-back-wraper:before,
.some-class-wraper:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.7;
    top: 0;
}

.faq-heading h1 {
    font-size: 38px;
    font-weight: 600;
    text-transform: capitalize;
}


/***************************************
****************************************
        ABOUT US SECTION
****************************************
****************************************/

.about-us-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.about-us-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

.about-us-image img:hover {
    transform: scale(1.15);
}

h1.about-heading-list {
    font-size: 32px;
    color: var(--white-color);
    font-weight: 500;
}

ul.about-list-text {
    margin-top: 30px;
    list-style: none;
}

ul.about-list-text li {
    line-height: 25px;
    color: var(--white-color);
    font-size: 16px;
    margin: 20px 0 0 0;
    position: relative;
}

ul.about-list-text li:before {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "\f06c";
    left: -30px;
    color: var(--main-color);
}


/***************************************
****************************************
        CONTACT US SECTION
****************************************
****************************************/

.contact-us-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.contact-us-image img:hover {
    transform: scale(1.15);
}

.contact-us-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.contact-form-wraper {
    padding: 110px 0 70px 0;
}

.contact-heading {
    padding: 70px 0;
}

.contact-input label {
    color: var(--white-color) !important;
    font-size: 14px;
}

.contact-form-inputs .contact-input input {
    background-color: #000000 !important;
    transition: all 0.3s ease-in-out;
    color: #999999 !important;
    font-size: 14px;
    border-radius: 0;
    border: none !important;
    border-bottom: 1px solid var(--white-color) !important;
}

.contact-input input:focus {
    box-shadow: none !important;
    border-bottom: 1px solid var(--main-color) !important;
}

.contact-input input:focus .contact-input label {
    color: var(--white-color) !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.btn-contact {
    width: 50%;
    height: 50px;
    background-color: var(--main-color);
    border: none;
    border-radius: 7px;
    margin-top: 40px;
}

.btn-contact:hover {
    border: none;
    background-color: #0081c6;
}

.btn-contact a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}


/***************************************
****************************************
         FAQS SECTION
****************************************
****************************************/

.faqs-text-wraper .back-dark,
.faqs-text-wraper .back-dark .accordion-header button {
    background-color: var(--dim-black) !important;
    color: var(--white-color);
    border-radius: 8px !important;
    font-weight: 500;
    text-transform: capitalize;
}

.faqs-text-wraper .back-dark .accordion-header button:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f078" !important;
    background-image: none !important;
    font-size: 18px;
}

.faqs-text-wraper .back-dark .accordion-header button:focus {
    box-shadow: none !important;
    border: none !important;
}

p.faq-text-white {
    color: #999999;
    font-size: 15px;
}

.faq-heading-small h1 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 -10px 5px;
}

.master-class-section {
    width: 100%;
    height: 100%;
    background-color: var(--dim-black);
    padding: 100px 0;
    margin-top: 70px;
}

.work-text h1 {
    font-size: 42px;
    text-align: left;
}

.work-text p {
    text-align: left;
    font-size: 16px;
}

.work-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bussiness-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

.bussiness-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.width-control {
    width: 220px;
    text-transform: uppercase;
    border: none;
}

a.learn-more-btn {
    margin-left: 30px;
    color: var(--white-color);
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 2px;
}

a.learn-more-btn:hover {
    color: var(--white-color);
    text-decoration: underline;
}

a.learn-more-btn i {
    margin-left: 10px;
}

.main-footer-wraper {
    padding: 50px 0 30px 0;
    background-color: #000000;
}

h1.footer-link-heading {
    font-size: 18px;
    color: #999999;
    font-weight: 600;
}

ul.footer-links {
    padding: 0;
    list-style: none;
}

ul.footer-links li {
    line-height: 40px;
}

ul.footer-links li a {
    font-size: 14px;
    color: var(--white-color);
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

ul.footer-links li a:hover {
    /* text-decoration: underline; */
    color: var(--white-color);
}

ul.footer-links li a i {
    font-size: 22px;
    color: #999999;
    margin-right: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
}

.margin-comtrol {
    /* margin: 90px 0 !important; */
}

.trending-slider-main-wraper {
    /* padding: 70px 0 0 0; */
}

{
    padding: 70px 0;
}

.footer-image-samll {
    width: 10%;
}

.footer-image-samll img {
    width: 100%;
    height: 100%;
}

.mc-sr-only {
    display: none;
}

.footer-links-download li {
    margin: 15px 0;
}

.color-change {
    color: #999999;
    font-size: 12px;
}

.flex-control {
    align-items: center !important;
}

.disclamer-text p {
    font-size: 12px;
    font-style: italic;
    color: #999999;
}

.disclamer-text .text-common {
    font-size: 14px;
    color: var(--white-color);
    margin: 0;
}

.footer-about-text p {
    font-size: 16px;
    color: var(--white-color);
}

@media (max-width: 768px) {
    .margin-top-show {
        padding-top: 40px;
    }
    .slider-text {
        width: 100%;
        align-items: flex-start !important;
        overflow: hidden;
        height: 115px;
        border-radius: 0 0 10px 10px;
    }
    form.contact-form-inputs,
    .about-text-control {
        margin-top: 30px;
    }
    .coming-soon-slider {
        height: 360px;
        /* overflow-y: hidden; */
    }
    .vedio-text-wraper {
        top: 35px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
    .top-control-center {
        width: 100%;
    }
    .menu-list a.login-btn {
        margin-top: 30px;
    }
}

@media (max-width: 576px) {
    .coming-soon-slider {
        /* overflow-y: inherit; */
    }
    .member-card-wraper {
        flex-direction: column-reverse !important;
    }
    .image-card {
        height: 225px;
        width: 100% !important;
    }
    .grey-card {
        width: 100%;
    }
    .grey-card {
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        margin-right: 0 !important;
    }
}

@media (max-width: 425px) {
    .faqs-text-wraper .back-dark .accordion-header button:after {
        font-family: "Font Awesome 5 Pro";
        content: "\f078" !important;
        background-image: none !important;
        font-size: 14px;
    }
    .accordion-button {
        font-size: 0.9rem;
    }
    .navbar-light .navbar-toggler-icon {
        width: 40px;
        height: 40px;
        font-size: 22px;
    }
    .vedio-box {
        height: 210px !important;
    }
    .master-class-section {
        margin-top: 40px;
    }
    .logo-box {
        width: 100%;
    }
    .trending-slider-wraper {
        /* height: 470px; */
        /* overflow-y: hidden; */
    }
    .they-text-wrap h1 {
        font-size: 45px;
    }
    .padding-extra {
        padding: 20px !important;
        padding-right: 0 !important;
    }
    .text-image-mentors:before {
        bottom: -34px !important;
    }
}

@media (max-width: 992px) {
    .menu-list a:before {
        display: none;
    }
    .trending-image img:hover {
        transform: inherit;
    }
    .btn-contact {
        background-color: var(--main-color) !important;
        margin-bottom: 30px;
    }
    .padding-control {
        padding: 0 !important;
    }
    a.navbar-brand {
        width: 70%;
    }
    .main-header-wraper {
        padding: 20px 0 0 0;
    }
    .main-menu-control {
        background-color: var(--dim-black);
        padding: 20px !important;
        margin-top: 20px;
        border-radius: 10px;
    }
    .image-card {
        width: 500px;
    }
    .flex-image-box {
        flex-direction: column-reverse;
    }
    .flex-image-box .col-md-12 {
        padding: 0 0 0 25px;
    }
    .padding-extra {
        padding-top: 40px !important;
    }
    .top-control-center {
        left: 50%;
    }
    .btn-text-trailer {
        background-color: var(--dim-black);
    }
    .btn-text-trailer i {
        color: #fff;
    }
    .copy-right-text-bar {
        text-align: center;
    }
    .work-text {
        align-items: center;
        margin-bottom: 60px;
    }
    .margin-left-control {
        margin-left: 0;
    }
    .flex-control {
        align-items: flex-start !important;
    }
    .all-view-drop-down {
        margin-top: 15px;
    }
    ul.main-menu-control li {
        line-height: 30px;
    }
    ul.vedio-text-links {
        height: 100%;
        max-height: 200px;
        overflow-y: scroll;
    }
    .vedio-text-box .common-heading h1 {
        text-align: left;
    }
    .vedio-box {
        height: 500px;
    }
}

@media (max-width: 1200px) {
    .navbar-expand-lg .navbar-collapse {
        width: 100% !important;
        flex-basis: inherit !important;
    }
}

@media (max-width: 375px) {
    .flex-control {
        padding: 0 !important;
    }
    .btn-contact {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .margin-left-control {
        margin-left: 0;
    }
}

@media (max-width: 320px) {
    .space-on-top {
        padding: 20px 0;
    }
    .contact-form-wraper {
        padding: 10px 0 20px 0;
    }
    .btn-contact {
        width: 100%;
        margin-bottom: 40px;
    }
    .menu-list a.login-btn {
        margin-top: 20px;
    }
    .logo-box {
        width: 100%;
    }
    .text-image-mentors:before {
        bottom: -13px !important;
    }
}

@media (max-width: 700px) {
    .flex-btn-control {
        flex-direction: column;
    }
}

@media (max-width: 786px) {
    a.learn-more-btn {
        margin-left: 0 !important;
        margin-top: 20px;
    }
    .space-on-top {
        padding: 20px 0;
    }
    .revers-on-992 {
        flex-direction: column-reverse;
    }
    p.text-common {
        text-align: left;
    }
    .slider-text {
        width: 100%;
        align-items: flex-start !important;
    }
    .text-image-mentors:before {
        bottom: -54px;
    }
    .btn-contact {
        margin-bottom: 30px;
    }
    .common-heading h1.section-heading {
        text-align: center;
    }
}

@media (max-width: 1032px) {
    .about-us-image {
        height: inherit;
    }
}

@media (max-width: 1440px) {
    .they-text-wrap h1 {
        font-size: 70px;
    }
}

@media (max-width: 375px) {
    .text-image-mentors:before {
        bottom: -13px !important;
    }
}