/*------------Cricket Page Css--------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap"); :root {
    --theme: #ebe714;
}

::-webkit-scrollbar-track {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px inset;
    background-color: rgb(0, 0, 0);
}

::-webkit-scrollbar {
    width: 5px;
    background-color: rgb(0, 0, 0);
}

::-webkit-scrollbar-thumb {
    background-color: rgb(254, 205, 8);
    background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.2) 25%, rgba(5, 5, 5, 0) 25%, transparent 50%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 75%, transparent 75%, transparent);
    border-radius: 10px;
}

body {
    background-color: rgb(0, 0, 0);
    word-break: break-word;
    font: 15px / 25px Poppins, sans-serif;
    color: rgb(57, 57, 57);
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: rgb(40, 177, 109);
    white-space: initial;
}

a:hover, a:focus {
    text-decoration: none;
    color: rgb(57, 57, 57);
}

a:hover {
    transition: all 0.5s ease-in-out 0s;
}

img {
    max-width: 100%;
}

input[type="text"]:focus, textarea:focus, input[type="password"]:focus, select:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="number"]:focus {
    transition: all 0.5s ease 0s;
    outline: none;
}

select, input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"], textarea, input[type="tel"] {
    appearance: none;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-family: Poppins, sans-serif;
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 10px;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    appearance: none;
    margin: 0px;
}

@font-face {
    font-family: "Sofia Pro";
    src: url("../font/sofiapro-light.otf");
}

@font-face {
    font-family: "Sofia Pro Bold";
    src: url("../font/Sofia-Pro-Bold.ttf");
}

.noPadding {
    padding: 0px;
}

.noLeft {
    padding-left: 0px;
}

.noRight {
    padding-right: 0px;
}

.centerCol {
    float: none;
    margin: 0px auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme-btn {
    background: rgb(67, 69, 76);
    font-size: 18px;
    color: rgb(255, 255, 255);
    align-items: center;
    height: 45px;
    justify-content: center;
    width: fit-content;
    padding: 0px 30px;
    border-radius: 5px;
    position: relative;
    display: flex !important;
}

.theme-btn::before {
    position: absolute;
    content: "";
    background: transparent;
    width: 108%;
    height: 122%;
    border: 1px solid rgb(67, 69, 76);
    top: 0;
    border-radius: 40px;
    transition: all 0.3s ease-in-out 0s;
    transform: scale(0);
    opacity: 0;
    bottom: 0;
    margin: auto;
}

.theme-btn:hover::before {
    transition: all 0.4s ease-in-out 0s;
    transform: scale(1);
    opacity: 1;
}

.flexRow {
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    align-items: center;
}

h1 {
    font-family: "Sofia Pro";
    font-size: 30px;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin: 0px;
}

h2 {
    font-family: "Sofia Pro";
    font-size: 53px;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    font-weight: 500;
    margin: 0px;
}

h3 {
    font-family: "Sofia Pro";
    font-size: 30px;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin: 0px;
}

h4 {
    font-family: Poppins, sans-serif;
    font-size: 24px;
    line-height: 1.2;
    color: rgb(57, 57, 57);
    font-weight: 500;
    margin: 0px 0px 13px;
}

h5 {
    font-family: Poppins, sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: rgb(57, 57, 57);
    font-weight: 500;
    margin: 0px 0px 20px;
}

h6 {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: rgb(57, 57, 57);
    font-weight: 500;
    margin: 0px 0px 22px;
}

select {
    background: url("../images/arrow.png") right center no-repeat rgb(255, 255, 255);
    padding: 0px 40px 0px 30px;
}

::-webkit-input-placeholder {
    color: rgb(87, 87, 87);
}

/*header ul > li:nth-child(3) ul {*/
/*    background-color: rgb(67, 69, 76);*/
/*    width: 170px;*/
/*    position: absolute;*/
/*    padding: 10px 0px;*/
/*    height: 60px;*/
/*    top: 40px;*/
/*    border-radius: 3px;*/
/*    display: block;*/
/*    transition: all 0.2s ease-in-out 0s;*/
/*    transform: translate(0px, 20px);*/
/*    z-index: -999;*/
/*    opacity: 0;*/
/*}*/

/*header ul > li:nth-child(3) ul > li > a > i {*/
/*    margin-right: 14px;*/
/*    color: var(--theme);*/
/*}*/

/*header ul > li:nth-child(3) > a > i {*/
/*    margin-left: 10px;*/
/*}*/

/*header ul > li:nth-child(3) > a {*/
/*    display: flex;*/
/*    align-items: flex-start;*/
/*}*/

/*header ul > li:nth-child(3) {*/
/*    position: relative;*/
/*}*/

/*header ul > li:nth-child(3) ul > li > a {*/
/*    background: rgb(0, 0, 0);*/
/*    display: block;*/
/*    width: 100%;*/
/*    padding: 7px 10px;*/
/*}*/

/*header ul > li:nth-child(3):hover ul {*/
/*    transition: all 0.2s ease-in-out 0s;*/
/*    transform: translate(0px, 0px);*/
/*    z-index: 1;*/
/*    opacity: 1;*/
/*}*/

header {
    padding: 25px 0px;
    position: absolute;
    width: 100%;
    z-index: 99;
    transition: all 0.3s ease-in-out 0s;
}

header.sticky {
    position: fixed;
    width: 100%;
    z-index: 10;
    transition: all 0.6s ease-in-out 0s;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    top: 0px;
    padding: 25px 0px;
    /*backdrop-filter: blur(10px);*/
    background-color: rgb(0 0 0 / 50%);
}

header ul {
    gap: 30px;
    display: flex;
}

header ul > li > a {
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 300;
    text-transform: capitalize;
    position: relative;
    transition: all 0.3s ease 0s;
    
    padding: 5px 0;
}

header ul > li > a::after {
    position: absolute;
    content: "";
    background-color: #ebe714;
    width: 0px;
    height: 2px;
    left: 0px;
    bottom: -2px;
    transition: all 0.3s ease 0s;
    border-radius: 5px;
    opacity: 1;
    z-index: -1;
}

header ul > li > a:hover::after {
    width: 100%;
    left: unset;
    right: 0px;
    transition: all 0.3s ease 0s;
}

header ul > li > a:hover {
    color: rgb(255, 255, 255);
}

header ul > li > a.theme-btn::after {
    display: none;
}

.banner {
    background-color: rgb(0, 0, 0);
    padding-top: 130px;
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 50px;
    z-index: 2;
}

.banner .banner-textt > h1 > span {
    font-size: 90px;
    display: block;
    color: rgb(255, 255, 255);
    font-family: "Sofia Pro Bold";
}

.banner .banner-textt > h1 {
    line-height: 1;
    margin-bottom: 10px;
}

.banner .banner-textt > span {
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    display: block;
    margin-bottom: 9px;
}

.banner .banner-textt > p {
    font-size: 18px;
    font-weight: 200;
}

.banner .banner-textt > h2 {
    font-size: 27px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 15px;
}

.banner .banner-textt > a.btnn {
    display: flex;
    background-color: #222326;
    margin-bottom: 5px;
    width: 40%;
    padding: 0px 20px 0px 46px;
    height: 50px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 300;
    align-items: center;
    position: relative;
    border-radius: 3px;
}

.banner .banner-textt > a.btnn::after {
    position: absolute;
    content: "";
    background: transparent;
    width: 16px;
    height: 16px;
    border: 1px solid var(--theme);
    border-radius: 3px;
    left: 12px;
    top: 17px;
}

.banner .banner-imgg {
    position: relative;
}

.banner .banner-imgg > img {
    width: 59%;
    margin: 0px auto;
    display: block;
}

.banner .banner-imgg > .banner-imgg1 {
    position: absolute;
    top: 10%;
    left: 26%;
}

.banner .banner-imgg > .banner-imgg1 > img {
    width: 75%;
    animation: 2.3s ease-in-out 0s infinite normal none running float;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.theme-btn:hover {
    color: rgb(255, 255, 255);
    transition: all 0.4s ease-in-out 0s;
    border-radius: 40px;
    background-color: #222326;
}

.banner-textt > .theme-btn {
    margin-top: 20px;
}

.smok-shad {
    position: relative;
    z-index: 1;
}

.smok-shad::after {
    position: absolute;
    content: "";
    background: rgb(254, 205, 8);
    animation: 1s ease 0s infinite normal none running zoomInOut;
    filter: blur(110px);
    width: 250px;
    height: 250px;
    z-index: -1;
    opacity: 0.3;
    top: 0px;
    left: 20%;
}

@keyframes zoomInOut {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.3, 1.3);
    }

    100% {
        transform: scale(1, 1);
    }
}

.banner::after {
    position: absolute;
    content: "";
    background: url("../images/vec1.webp") 0% 0% / cover no-repeat;
    width: 400px;
    height: 600px;
    right: 0px;
    top: -20%;
}

.all-sec {
    padding: 90px 0px;
}

.fueling-imgg {
    position: relative;
}

.fueling-imgg > img {
    width: 100%;
    border-radius: 5px;
}

.fueling-imgg::after {
    position: absolute;
    content: "";
    background: transparent;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 10px solid rgb(67, 69, 76);
    left: -40px;
    top: -40px;
    z-index: -1;
    filter: blur(5px);
}

.theme-heading > h2 {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.theme-heading > h2 > span {
    font-size: 43px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    display: block;
    margin: 0 0 10px;
}

.theme-heading > p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.4;
}

.theme-btn1 {
    font-size: 18px;
    color: rgb(255, 255, 255);
    border-bottom: 1px solid;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0s;
    position: relative;
    height: 45px;
    z-index: 1;
    display: flex;
    align-items: center;
}

.theme-btn1::after {
    position: absolute;
    content: "";
    background: rgb(67, 69, 76);
    width: 20px;
    height: 20px;
    left: 20px;
    z-index: -1;
    transition: all 0.4s ease-in-out 0s;
    opacity: 0;
    border-radius: 50%;
}

.theme-btn1:hover::after {
    transition: all 0.4s ease-in-out 0s;
    opacity: 0.4;
    width: 50px;
    height: 50px;
    transform: scale(1.5);
}

.theme-btn1:hover {
    color: rgb(255, 255, 255);
}

.fueling-ambitions-sec.smok-shad::after {
    left: unset;
    right: 0px;
    width: 200px;
    height: 200px;
}

.fueling-ambitions-sec::before {
    position: absolute;
    content: "";
    background: url("../images/vec1.webp") 0% 0% / cover no-repeat;
    right: 0px;
    width: 320px;
    height: 500px;
    z-index: -1;
    display: none;
    top: -20%;
}

.success_secc h2 {
    text-align: center;
    font-size: 60px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin-bottom: 3%;
}

.success_secc > .container {
    max-width: 100%;
    padding: 0px;
}

.succes-wrpp span > img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center top;
    transition: all 0.5s ease-in-out 0s;
    filter: blur(5px);
}

.succes-wrpp .succes-text-wrp {
    background: #222326;
    padding: 40px 30px;
    width: 100%;
    transition: all 0.5s ease-in-out 0s;
    transform: translate(0%, 0%);
    border-radius: 5px;
}

.succes-wrpp .succes-text-wrp > h3 {
    font-size: 43px;
    font-family: "Sofia Pro";
    font-weight: 500;
    margin: 20px 0px;
}

.succes-wrpp .succes-text-wrp > p {
    font-weight: 300;
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 40px;
}

.succes-wrpp .succes-text-wrp > span {
    font-size: 21px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    border-bottom: 1px solid;
}

.succes-slider .slick-slide {
    opacity: 1;
    margin: 0px;
}

.succes-slider .slick-current .succes-wrpp .succes-text-wrp {
    transition: all 0.7s ease-in-out 0s;
    transform: translate(-15%, 0%);
}

.succes-slider .slick-current .succes-wrpp span > img {
    transition: all 0.7s ease-in-out 0s;
    filter: blur(0px);
}

.slide_counter {
    background-color: var(--theme);
    width: fit-content;
    padding: 17px 70px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide_counter > h2 {
    color: rgb(0, 0, 0);
    font-size: 21px;
    font-family: "Sofia Pro";
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.slide_counter > h2 > span.end_number {
    font-size: 18px;
}

.success_secc::after {
    position: absolute;
    content: "";
    background: url("../images/vec2.png");
    right: 0px;
    top: 0px;
    height: 280px;
    width: 350px;
    z-index: -1;
}

.cta-sec>div {
    background-color: #222326;
    padding: 50px 0px;
    text-align: center;
    border-radius: 20px;
    max-width: 1100px;
}

.cta-sec h2 {
    font-size: 46px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin-bottom: 10px;
    font-family: 'Sofia Pro Bold';
}

.cta-sec p {
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    margin-bottom: 30px;
}

.cta-sec ul {
    justify-content: center;
    gap: 20px;
    width: 60%;
    margin: 0px auto;
}

.cta-sec ul > li {
    width: 100%;
}

.cta-sec ul > li > a {
    background-color: rgb(255, 255, 255);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 5px;
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-family: Poppins;
    font-weight: 300;
}

.cta-sec ul > li:nth-child(2) a {
    background-color: var(--theme);
    color: rgb(0, 0, 0);
}

.cta-sec::after {
    position: absolute;
    content: "";
    background: transparent;
    width: 90px;
    height: 90px;
    border: 13px solid rgb(255, 255, 255);
    border-radius: 50%;
    left: 5%;
    bottom: 10%;
    opacity: 0.4;
    animation: 5s ease-in-out 0s infinite normal none running tpp;
    opacity: 0;
}

@keyframes tpp {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-100px);
    }

    100% {
        transform: translateY(0px);
    }
}

.cta-sec::before {
    position: absolute;
    content: "";
    background: transparent;
    width: 90px;
    height: 90px;
    border: 13px solid rgb(255, 255, 255);
    border-radius: 50%;
    right: 5%;
    top: -16%;
    opacity: 0.2;
    filter: blur(5px);
    z-index: -1;
    animation: 10s ease-in-out 0s infinite normal none running lftt;
}

@keyframes lftt {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(-500px);
    }

    100% {
        transform: translateX(0px);
    }
}

.featurd-secc h2 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 60px;
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.featurd-secc p {
    text-align: center;
    font-weight: 300;
    width: 69%;
    margin: 0px auto 10px;
}

.featurd-secc .ull {
    background-color: #090909;
    border-radius: 5px;
    margin-top: 3%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.featurd-secc .ull > ul > li {
    width: 100%;
    transition: all 0.4s ease-in-out 0s;
    /* border: 1px solid transparent; */
    /* padding: 70px 20px; */
    border-radius: 6px;
    position: relative;
    z-index: 1;
}

.featurd-secc .ull > ul > li>a {
    height: 100%;
    padding: 70px 20px;
    display: block;
}

.featurd-secc .ull > ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.featurd-secc .ull > ul > li > a > img {
    display: block;
    text-align: center;
    margin: 0px auto;
    width: 200px;
    height: 50px;
    object-fit: contain;
}

.featurd-secc .ull > ul > li:hover {
    /* border: 1px solid rgb(255, 255, 255); */
    transition: all 0.4s ease-in-out 0s;
}

.featurd-secc::before {
    position: absolute;
    content: "";
    background: url("../images/vec4.png") 0% 0% / cover;
    width: 300px;
    height: 295px;
    left: -4%;
    top: -12%;
    animation: 5s ease-in-out 0s infinite normal none running rotatt;
    z-index: -1;
    filter: blur(10px);
}

@keyframes rotatt {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(50deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.contact-form-sec {
    position: relative;
    background-color: rgb(67, 69, 76);
    height: 750px;
    z-index: 1;
    display: flex;
    align-items: center;
}

.contact-form-sec > img {
    position: absolute;
    z-index: -1;
    width: 50%;
    height: 100%;
    object-fit: cover;
}

.contact-form-sec .form-wrpp {
    background-color: rgb(255, 255, 255);
    width: 55%;
    margin-inline-start: auto; padding: 40px;
    border-radius: 5px;
}

.contact-form-sec .form-wrpp > h3 {
    font-size: 60px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    margin-bottom: 20px;
}

.contact-form-sec .form-wrpp > form input {
    width: 100%;
    border: 0px;
    margin-bottom: 10px;
    background: rgb(240, 240, 240);
    height: 50px;
    padding: 15px;
    border-radius: 5px;
    color: rgb(0, 0, 0);
}

.contact-form-sec .form-wrpp > form input::placeholder {
    color: rgb(60, 60, 60);
    font-family: "Sofia Pro";
}

.contact-form-sec .form-wrpp > form textarea {
    width: 100%;
    height: 200px;
    padding: 15px;
    border: 0px;
    margin-bottom: 10px;
    background: rgb(240, 240, 240);
    border-radius: 5px;
    color: rgb(0, 0, 0);
}

.contact-form-sec .form-wrpp > form textarea::placeholder {
    color: rgb(60, 60, 60);
    font-family: "Sofia Pro";
}

.contact-form-sec .form-wrpp > form button {
    width: 100%;
    border: 0px;
}

.contact-form-sec .form-wrpp > form button.theme-btn::before {
    width: 102%;
}

.contact-form-sec::after {
    position: absolute;
    content: "";
    background: url("../images/vec1.webp") 0% 0% / cover no-repeat;
    width: 200px;
    height: 100%;
    top: 0px;
    right: 0px;
    z-index: 1;
}

footer {
    padding: 70px 0px 10px;
    background-color: rgb(67, 69, 76);
    overflow: hidden !important;
}

footer p {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
}

footer .ftr-logo > img {
    margin-bottom: 20px;
    width: 50%;
}
.logo-here img {
    width: 60%;
}
footer h4 {
    font-size: 35px;
    color: rgb(255, 255, 255);
    font-family: "Sofia Pro";
    font-weight: bold;
}

footer .ftr-logo > h4 {
    margin-top: 40px;
}

.ftr-links > h3 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
}

.ftr-links ul > li > a {
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: 300;
    transition: all 0.3s ease-in-out 0s;
    border-bottom: 1px solid transparent;
    display: block;
    width: fit-content;
}

.ftr-links ul > li {
    margin-bottom: 12px;
}

.ftr-links ul > li > a:hover {
    transition: all 0.3s ease-in-out 0s;
    color: var(--theme);
    border-color: var(--theme);
    transform: translate(5px, 0px);
}

.ftr-form > form {
    position: relative;
    margin: 30px 0px;
}

.ftr-form > form > input {
    width: 100%;
    height: 50px;
    padding: 15px 15px 15px 50px;
    border: 0px;
    border-radius: 5px;
}

.ftr-form > form > i {
    position: absolute;
    left: 3%;
    top: 17px;
    color: rgb(0, 0, 0);
    font-size: 22px;
}

.ftr-form > form > button {
    width: 100%;
    margin-top: 7px;
    border: 0px;
}

.ftr-form > ul > li > a {
    display: flex;
    align-items: center;
    gap: 14px;
    position: relative;
    font-size: 14px;
    margin-bottom: 10px;
    color: rgb(255, 255, 255);
    font-weight: 300;
    z-index: 1;
}

.ftr-form > ul {
    margin-top: 20px;
}

.ftr-form > ul > li > a > i {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.ftr-form > ul > li > a > * {
    width: 100%;
}

.row.ftr-bottom p {
    margin: 0px;
    text-align: end;
}

.row.ftr-bottom {
    border-top: 1px solid rgb(255, 255, 255);
    padding-top: 30px;
}

footer {
    position: relative;
    z-index: 1;
}

footer::before {
    position: absolute;
    content: "";
    background: url("../images/vec5.webp") 0% 0% / cover no-repeat;
    width: 70%;
    height: 30%;
    right: 0px;
    z-index: -1;
    bottom: 0px;
}

.inner-banner > img {
    position: absolute;
    width: 70%;
    height: 100%;
    right: 0px;
    /* top: 14%; */
    object-fit: cover;
    /* z-index: 1; */
}

.inner-banner {
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0, 0, 0);
    overflow: hidden;
    z-index: 2;
}

.inner-banner .inner-banner-text {
    width: 60%;
}

.inner-banner .inner-banner-text > h1 {
    /* font-size: 90px; */
    font-family: "Sofia Pro Bold";
    color: rgb(255, 255, 255);
    line-height: 1;
    margin-bottom: 25px;
}

.inner-banner .inner-banner-text > h1 > span {
    color: rgb(255, 255, 255);
    font-size: 90px;
    display: block;
}

.inner-banner .inner-banner-text > p {
    font-weight: 300;
    width: 80%;
    line-height: 1.5;
    margin: 0px;
}

.inner-banner::before {
    position: absolute;
    content: "";
    background: url("../images/vec1.webp") 0% 0% / cover no-repeat;
    width: 30%;
    height: 60%;
    top: 0px;
    right: 0px;
}

.founder-pgg .fueling-imgg > img {
    width: 80%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    margin-top: -70px !important;
}

.media-coverage-sec h2 {
    font-size: 61px;
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.media-coverage-sec p {
    font-weight: 300;
    line-height: 1.5;
    margin: 0px;
}

.media-coverage-sec h3 {
    font-size: 45px;
    font-family: "Sofia Pro";
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 20px;
}

.media-boxx > img {
    border-radius: 6px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.media-boxx > p {
    font-size: 18px !important;
    font-family: "Sofia Pro" !important;
}

.media-coverage-sec::after {
    position: absolute;
    content: "";
    background: url("../images/vec2.png") 0% 0% / contain no-repeat;
    right: -13%;
    top: -30%;
    height: 280px;
    width: 350px;
    z-index: -1;
    transform: rotate(-80deg);
}

.youtube-secc .youtube__box {
    background-color: rgb(67, 69, 76);
    padding: 60px 30px;
    /* border: 1px solid rgb(255, 255, 255); */
    border-radius: 10px;
    z-index: 1;
}

.youtube-secc .youtube__box > ul {
    width: 95%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5% !important;
}

.youtube-secc .youtube__box > ul > li:first-child {
    color: rgb(255, 255, 255);
    font-family: "Sofia Pro";
    font-size: 41px;
    font-weight: bold;
}

.youtube-secc .youtube__box > ul > li > a {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: rgb(255, 255, 255);
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 21px;
    color: rgb(0, 0, 0);
    font-family: "Sofia Pro";
}

.youtube-secc .youtube__box > ul > li > a > i {
    color: rgb(207, 31, 25);
    font-size: 25px;
}

.youtube-secc .youtube__box a > ul {
    display: flex;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid var(--theme);
    padding-bottom: 15px;
    width: 90%;
    margin: 0px auto;
}

.youtube-secc .youtube__box a > ul > li:nth-child(2) {
    width: 100%;
}

.youtube-secc .youtube__box a > ul > li > img {
    width: 100px;
}

.youtube-secc .youtube__box a > ul > li > p {
    font-size: 22px;
    font-family: "Sofia Pro";
    font-weight: 300;
    margin-bottom: 2px;
}

.youtube-secc .youtube__box a > ul > li > span {
    font-size: 27px;
    color: rgb(255, 255, 255);
    font-family: "Sofia Pro";
}

.youtube-secc .youtube__box a > ul > li > i {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    font-size: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    animation: 2s cubic-bezier(0.25, 0, 0, 1) 3s infinite normal none running pulse;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px;
}

@-webkit-keyframes pulse {
    100% {
        box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 18px;
    }
}

@keyframes pulse {
    100% {
        box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 18px;
    }
}

.youtube-secc.smok-shad::after {
    left: unset;
    right: 0px;
    width: 150px;
    height: 150px;
    top: 0px;
}

.youtube-secc .youtube__box > img {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 60%;
    width: 60%;
    z-index: -1;
    object-fit: cover;
}

.youtube-secc::before {
    position: absolute;
    content: "";
    background: url("../images/vec4.png") 0% 0% / cover;
    width: 300px;
    height: 295px;
    left: 1%;
    top: -30%;
    animation: 5s ease-in-out 0s infinite normal none running rotatt;
    z-index: 2;
}

.media-coverage-sec {
    z-index: 3;
}

.popular-slider_wrpp h2 {
    font-size: 33px;
    width: 170%;
    z-index: 1;
    position: relative;
    margin-bottom: 10px;
    margin-top: 0px !important;
}

.popular-slider_wrpp span {
    font-size: 22px;
    color: var(--theme);
    font-family: "Sofia Pro";
    display: block;
    margin-bottom: 30px;
}

.popular-slider_wrpp p {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 0px;
}

.popular-slider_wrpp ul > li {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-family: "Sofia Pro";
}

.popular-slider_wrpp ul {
    margin: 20px 0px 0px;
}

.popular-slider_wrpp .theme-btn {
    margin-inline-start: auto; margin-right: -80px;
    margin-top: 10px;
}

.popular-slider_wrpp span > img {
    border-radius: 10px;
    width: 100%;
    height: 530px;
    object-fit: cover;
}

.popular-articles-secc .col-md-6 > h2 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 17%;
}

.popular-slider_wrpptwo {
    position: relative;
}

.popular-slider_wrpptwo > span {
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: 300;
    position: absolute;
    right: 0px;
    top: 0px;
}

.popular-slider_wrpptwo > ul {
    gap: 20px;
    align-items: flex-end;
    margin-bottom: 20px;
    cursor: pointer;
}

.popular-slider_wrpptwo > ul > li > img {
    width: 130px;
    height: 120px;
    object-fit: cover;
    object-position: center top;
    border-radius: 10px;
}

.popular-slider_wrpptwo > ul > li > h3 {
    font-size: 20px;
    color: var(--theme);
    font-weight: 300;
    width: 80%;
}

.popular-slider_wrpptwo > ul > li > p {
    margin: 10px 0px 0px;
    font-size: 14px;
    font-weight: 300;
}

.popular-articles-secc::before {
    position: absolute;
    content: "";
    background: rgb(0, 0, 0);
    width: 63%;
    height: 73%;
    right: 0px;
    top: 15%;
    z-index: -1;
}

.popular-slide-two .slick-active {
    opacity: 1;
}

.popular-articles-secc.smok-shad::after {
    width: 150px;
    height: 150px;
    left: unset;
    right: 0px;
    top: unset;
    bottom: 0px;
}

.institute-pgg .banner .banner-imgg > .banner-imgg1 {
    left: 31%;
}

.institute-pgg .banner .banner-textt > form input {
    width: 100%;
    height: 45px;
    padding: 15px;
    border: 0px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.institute-pgg .banner .banner-textt > form button {
    width: 100%;
    border: 0px;
}

.institute-pgg .banner .banner-textt > form .theme-btn::before {
    width: 102%;
}

.institute-pgg .banner .banner-textt > form {
    width: 70%;
    margin-top: 30px;
}

.facility-imgs-wrp .col-md-4 > a > img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.facility-imgs-wrp .col-md-4 > .row > .col-md-6 > a > img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    margin-bottom: 20px;
}

.facility-imgs-wrp .col-md-4 > .row > .col-md-12 > a > img {
    height: 230px;
    width: 100%;
    object-fit: cover;
}

.facility-imgs-wrp a > img {
    border-radius: 10px;
}

.facility-imgs-wrp a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.facility-imgs-wrp a::after {
    position: absolute;
    content: "+";
    background: rgba(35, 107, 254, 0.21);
    width: 100%;
    height: 100%;
    left: 0px;
    font-size: 40px;
    border-radius: 50%;
    transition: all 0.4s ease-in-out 0s;
    transform: scale(0);
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
}

.facility-imgs-wrp a:hover::after {
    transition: all 0.4s ease-in-out 0s;
    transform: scale(1);
    border-radius: 10px;
}

.facility-imgs-wrp .col-md-4 > .row > .col-md-6 > a::after {
    height: 92%;
    top: 0px;
}

.facility-secc.smok-shad::after {
    width: 200px;
    height: 200px;
    left: unset;
    right: 0px;
    top: 0px;
}

.ring-imgg::before {
    position: absolute;
    content: "";
    background: url("../images/vec1.webp") 0% 0% / cover no-repeat;
    width: 26%;
    height: 70%;
    right: 0px;
    top: -20%;
}

.hign-textt-wrp > h2 {
    font-size: 61px;
    color: #fff;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 25px;
}

.hign-textt-wrp > p {
    font-weight: 300;
    line-height: 1.5;
}

.hign-img-wrp > img {
    height: 600px;
    display: block;
    margin: 0px auto;
    object-fit: contain;
}

.hign-end-design-secc.smok-shad::after {
    left: unset;
    right: 0px;
    top: 0px;
    width: 200px;
    height: 200px;
}

.enviro-div > img {
    width: 100%;
    height: 420px;
    border-radius: 5px;
    margin-bottom: 20px;
    object-fit: cover;
}

.enviroment-wrpp > .col-lg-4:nth-child(5) .enviro-div > img {
    margin-top: -50px;
    height: 470px;
}

.facility-enviroment-secc::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(2deg, rgba(16, 16, 16, 0.94) 30%, rgba(255, 255, 255, 0) 80%);
    bottom: 0px;
}

.career-pgg .banner .banner-imgg > .banner-imgg1 {
    left: 31%;
    top: 7%;
}

.career-pgg .banner .banner-textt > h1 > span {
    font-size: 73px;
}

.career-pgg .banner .banner-textt > h1 {
    margin-bottom: 30px;
}

.career-pgg .banner .banner-textt > p {
    width: 90%;
    margin-bottom: 30px;
}

.career-pgg .banner .banner-textt > form input {
    width: 100%;
    height: 45px;
    padding: 15px;
    border: 0px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.career-pgg .banner .banner-textt > form button {
    width: 100%;
    border: 0px;
    font-weight: 600;
}

.career-pgg .banner .banner-textt > form .theme-btn::before {
    width: 102%;
}

.career-pgg .banner .banner-textt > form {
    width: 70%;
    margin-top: 6%;
}

.unraveling-secc .theme-heading > h2 {
    font-size: 30px;
}

.unraveling-wrpp > img {
    width: 80px;
    display: block;
    margin: 0px auto;
}

.unraveling-wrpp {
    text-align: center;
    background: #222326;
    padding: 30px;
    border-radius: 5px;
    position: relative;
    height: 100%;
    transition: all 0.3s ease-in-out 0s;
}

.unraveling-wrpp > h3 {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    font-family: Poppins, sans-serif;
    margin: 20px 0px;
}

.unraveling-wrpp > p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
    margin: 0px;
}

.unraveling-wrpp::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: transparent;
    border: 2px solid var(--theme);
    left: 0px;
    top: 0px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    display: none;
}

.unraveling-wrpp:hover::after {
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    transform: scale(0.9);
}

.unraveling-slidr .slick-slide {
    opacity: 1;
    height: auto;
}

.unraveling-slidr .slick-track {
    display: flex;
    align-items: stretch;
}

.unraveling-slidr .slick-list {
    width: 90%;
    margin-inline-start: auto; }

.unraveling-slidr .cust-prev > i {
    color: rgb(0, 0, 0);
    font-size: 15px;
    background-color: rgb(255, 255, 255);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgb(0, 0, 0);
    position: relative;
}

.unraveling-slidr .cust-next > i {
    color: rgb(0, 0, 0);
    font-size: 15px;
    background-color: rgb(255, 255, 255);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgb(0, 0, 0);
    position: relative;
}

.unraveling-secc .slick-prev {
    left: 3%;
    top: 55%;
}

.unraveling-secc .slick-next {
    right: unset;
    top: 45%;
    left: 3%;
}

.unraveling-secc .slick-prev::before {
    display: none;
}

.unraveling-secc .slick-next::before {
    display: none;
}

.unraveling-slidr .cust-prev > i::after {
    position: absolute;
    content: "";
    background: transparent;
    border: 3px solid;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    transform: scale(0.8);
}

.unraveling-slidr .cust-next > i::after {
    position: absolute;
    content: "";
    background: transparent;
    border: 3px solid;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    transform: scale(0.8);
}

.unraveling-secc.smok-shad::after {
    width: 200px;
    height: 200px;
    left: unset;
    right: 0px;
    top: 0px;
}

.career-pgg .cta-sec h2 {
    color: #fff;
    font-weight: bold;
    font-family: 'Sofia Pro Bold';
}

.coach-lead-tabs {
    background: #43454c;
    padding: 20px;
    border-radius: 5px;
}

.coach-lead-tabs .coach-lead-imgg > img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center top;
}

.coach-lead-tabs .nav-tabs {
    border: 0px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.coach-lead-tabs .nav-tabs .nav-link {
    font-size: 17px;
    color: rgb(255, 255, 255);
    font-weight: 300;
    padding: 0px;
}

.coach-lead-tabs .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background: transparent;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-image: initial;
    border-bottom: 1px solid var(--theme);
    font-weight: 500;
}

.cust-lead-wrpp > h3 {
    font-size: 53px;
    color: #fff;
    text-transform: capitalize;
    font-family: "Sofia Pro";
    margin-bottom: 20px;
}

.cust-lead-wrpp > p {
    font-size: 18px;
    font-weight: 200;
    line-height: 1.5;
    margin: 0px;
}

.cust-lead-wrpp > a {
    font-size: 18px;
    color: rgb(58, 58, 58);
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
    margin-top: 30px;
}

.cust-lead-wrpp > a > i {
    background: rgb(255, 255, 255);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 13px;
    position: relative;
}

.cust-lead-wrpp > a > i::after {
    position: absolute;
    content: "";
    background: transparent;
    border: 2px solid;
    width: 100%;
    height: 100%;
    transform: scale(0.8);
    border-radius: 50%;
}

.cust-lead-wrpp > a:hover {
    color: var(--theme);
}

.coach-lead-tabs .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: transparent;
}

.cust-faqs .accordion-item {
    margin-bottom: 20px;
    background-color: rgb(33, 33, 33);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 5px;
}

.cust-faqs .accordion-button {
    background: rgb(33, 33, 33);
    border-radius: 5px;
    font-size: 30px;
    color: rgb(255, 255, 255);
    font-family: "Sofia Pro";
    font-weight: bold;
    padding: 15px 20px;
}

.cust-faqs .accordion-button::after {
    content: "+";
    color: var(--theme);
    background-image: none;
    transform: none;
    height: 100%;
}

.accordion-button:not(.collapsed)::after {
    content: "-";
}

.cust-faqs .accordion-body {
    padding: 15px 20px 30px;
}

.cust-faqs .accordion-body > p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0px;
}

.cust-faqs .accordion-button:focus {
    border-color: var(--theme);
    box-shadow: none;
}

.faqs-secc.smok-shad::after {
    width: 200px;
    height: 200px;
    left: unset;
    right: 0px;
    top: unset;
    bottom: 0px;
}

.faqs-secc.ring-imgg::before {
    top: unset;
    bottom: -30%;
    z-index: -1;
}

.faqs-secc > img {
    position: absolute;
    left: 0px;
    top: -90px;
    width: 270px;
    animation: 5s ease-in-out 0s infinite normal none running rotatt;
}

.video-banner {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #000000;
    padding-top: 10%;
}

.video-banner h1 {
    font-size: 70px;
    color: #fff;
    font-family: 'Sofia Pro Bold';
    margin-bottom: 16px;
}

.video-banner p {
    font-size: 23px;
    font-weight: 200;
    margin: 0px;
}

.video-banner.smok-shad::after {
    left: unset;
    top: 0px;
    right: 0px;
}

.video-banner.ring-imgg::before {
    height: 90%;
    width: 25%;
}

.video-secc h2 {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
}

.video-box-wrpp {
    position: relative;
    height: 500px;
    margin-top: 50px;
    background-color: rgb(39, 39, 39);
    border-radius: 5px;
}

.video-box-wrpp .video-js {
    width: 65%;
    border-radius: 5px;
    left: 0px;
    top: 0px;
}

.video-box-wrpp .video-textt-wrpp {
    height: 100%;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.video-box-wrpp > .row {
    height: 100%;
}

.video-box-wrpp .video-textt-wrpp > span {
    font-size: 23px;
    color: rgb(255, 255, 255);
    font-weight: 300;
    margin-bottom: 10px;
}

.video-box-wrpp .video-textt-wrpp > h3 {
    font-size: 35px;
    margin-bottom: 40px;
}

.video-box-wrpp .video-textt-wrpp > p {
    font-size: 18px;
    font-weight: 300;
}

.video-box-wrpp .video-textt-wrpp > a {
    background: rgb(0, 0, 0);
    padding: 17px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    color: rgb(255, 255, 255);
    font-size: 25px;
    font-family: "Sofia Pro";
    border-radius: 5px;
    margin-top: 20px;
}

.video-box-wrpp .video-textt-wrpp > a > i {
    color: red;
}

.video-box-wrpp .video-textt-wrpp.pd-lft {
    padding-right: 0px;
    padding-left: 30px;
}

.archive-boxx > a > img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 5px;
    display: block;
    margin-bottom: 20px;
}

.archive-boxx > a > ul {
    gap: 60px;
}

.archive-boxx > a > ul > li {
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: 300;
    line-height: 1.2;
}

.archive-boxx > a > ul > li > i {
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    animation: 2s cubic-bezier(0.25, 0, 0, 1) 3s infinite normal none running pulse;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px;
}

.video-box-wrpp > .row > .col-md-8 > iframe {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

/* new changes */

footer .theme-btn::before {
    width: 103%;
}

footer .theme-btn {
    background: var(--theme);
    color: rgb(0, 0, 0);
}

footer .theme-btn:hover {
    background: var(--theme);
    color: rgb(0, 0, 0);
}

footer .theme-btn::before {
    border-color: var(--theme);
}

.contact-form-sec .theme-btn {
    background: var(--theme);
    color: rgb(0, 0, 0);
}

.contact-form-sec .theme-btn:hover {
    background: var(--theme);
    color: rgb(0, 0, 0);
}

.contact-form-sec .theme-btn::before {
    border-color: var(--theme);
}

.succes-text-wrp .theme-btn {
    background: var(--theme);
    color: rgb(0, 0, 0);
}

.succes-text-wrp .theme-btn:hover {
    background: var(--theme);
    color: rgb(0, 0, 0);
}

.succes-text-wrp .theme-btn::before {
    border-color: var(--theme);
}

.btn-shine{
    background: linear-gradient(to right, #fff, #fff 0, white, #fff 40%, #fff 0% );
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 8s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    text-decoration: none;
    white-space: nowrap;
    }

@keyframes shine {
    0% {
        background-position: 0px center;
    }

    10% {
        background-position: 50px center;
    }

    20% {
        background-position: 100px center;
    }

    30% {
        background-position: 150px center;
    }

    40% {
        background-position: 200px center;
    }

    50% {
        background-position: 250px center;
    }

    60% {
        background-position: 300px center;
    }

    70% {
        background-position: 350px center;
    }

    80% {
        background-position: 400px center;
    }

    90% {
        background-position: -450px center;
    }

    100% {
        background-position: 0px center;
    }
}

.career-pgg .banner .banner-textt > form .theme-btn {
    color: #000;
    background: var(--theme);
}

.career-pgg .banner .banner-textt > form .theme-btn:hover {
    color: #000;
    background: var(--theme);
}

.career-pgg .banner .banner-textt > form .theme-btn:before {
    border-color: var(--theme);
}

.succes-text-wrp {
    position: relative;
    z-index: 1;
}

.succes-text-wrp:after {
    position: absolute;
    content: "";
    background: url(../images/coach-img.png);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: right;
}

.succes-text-wrp .theme-btn {
    cursor: default;
}

.institute-pgg .banner .banner-textt > form .theme-btn {
    background: var(--theme);
    color: #000;
    font-weight: 500;
}

.institute-pgg .banner .banner-textt > form .theme-btn:before {
    border-color: var(--theme);
}

.institute-pgg .banner .banner-textt > form .theme-btn:hover {
    background: var(--theme);
    color: #000;
}

.institute-pgg .theme-heading > h2 {
    font-weight: bold;
}

.institute-pgg .theme-heading > h2 > span {
    font-size: 53px;
}

.featurd-secc .ull > ul > li:after {
    position: absolute;
    content: "+";
    width: 40px;
    height: 40px;
    font-size: 20px;
    background: #000000;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-top-right-radius: 15px;
    transition: 0.3s ease-in-out;
    z-index: -1;
}

.featurd-secc .ull > ul > li:hover:after {
    width: 100%;
    height: 100%;
    border-radius: 0;
    content: "";
}

.ftr-logo > ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-top: 9%;
    gap: 20px;
}

.ftr-logo > ul > li > a > i {
    font-size: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
    background: rgb(2, 136, 209);
    transition: 0.3s ease-in-out;
}

.ftr-logo > ul > li > a > i.fab.fa-twitter {
    background: rgb(3, 169, 244);
}

.ftr-logo > ul > li > a > i:hover {
    box-shadow: rgb(255, 255, 255) 0px 2px 40px -5px;
}

/* new changes */






ul.we_links li a i {
    width: 60px;
    height: 60px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 50px;
    color: #000;
}
ul.we_links {
    display: flex;
    justify-content: space-evenly;
}

/*LETS TALK SEC STRT*/
.lets_talk_form {
    padding: 0 10px;
}

.lets_talk_form h5 {
    font-size: 25px;
    margin-bottom: 20px;
    border-bottom: 2px solid #ebe613;
    padding-bottom: 10px;
    display: inherit;
    color: #fff;
    margin-top: 30px;
}

.lets_talk_form input {
    width: 100%;
    /* height: 45px; */
    background-color: #fff0;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    margin: 0px 0 50px;
    font-size: 16px;
    appearance: none;
    padding: 5px 0;
}

.lets_talk_form select {
    width: 100%;
    /* height: 45px; */
    background-color: #fff0;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    margin: 0px 0 0px;
    font-size: 16px;
    padding: 5px 0;
}

.lets_talk_form select option {
  background: #000;
}


.centerCol {
    margin: 0 auto;
}

.lets_talk_form textarea {
    width: 100%;
    background-color: #fff0;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    margin: 0px 0 0px;
    font-size: 16px;
    padding: 5px 0;
    min-height: 120px;
    resize: none;
}



.c_radio_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 970px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c_radio_wrap .c-radio_inner input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.c_radio_wrap .c-radio_inner {
    cursor: pointer;
    width: 100%;
    padding-right: 10px;
}

.c_radio_wrap .c-radio_inner .radio-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #e1e2e7;
  border-radius: 7px;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  position: relative;
}


.c_radio_wrap .c-radio_inner .radio-details span {
    margin-bottom: 0;
    display: block;
    font-size: 13px;
    line-height: 1;
    color: #fff;
}

.c_radio_wrap .c-radio_inner .radio-content:hover {
    
}

.c_radio_wrap .c-radio_inner input[type="radio"]:checked + .radio-content:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    background: #000;
    right: 5px;
    top: 5px;
    border-radius: 100%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 2px #0066ff;
    box-shadow: 0px 0px 0px 2px #000;
}

.c_radio_wrap .c-radio_inner input[type="radio"]:checked + .radio-content {
    border: 2px solid #fff;
    background: #ebe613;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
    color: #000;
    font-weight: 600;
}

.c_radio_wrap .c-radio_inner input[type="radio"]:checked + .radio-content span {
    color: #000 !important;
}


.label_heading {
    font-size: 16px;
    line-height: 1.2;
    margin: 10px 0 10px;
    font-weight: 400;
    color: #fff;
    margin-right: 30px;
}


.lets_talk_form input::placeholder {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
}


.lets_talk_form label {
    display: block;
    margin-bottom: 0px !important;
    font-size: 14px;
    color: #fff;
}


.lets_talk_form button {
    background-color: #ebe613 !important;
    color: #000 !important;
    border-radius: 7px !important;
    padding: 10px 40px;
    border: 0;
    margin-top: 20px;
}



.upload_cv_container {
    height: 180px;
    width: 180px;
    border-radius: 10px;
    box-shadow: 4px 4px 30px rgba(0, 0, 0, .2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    gap: 5px;
    background-color: rgba(0, 110, 255, 0.041);
}

.upload_cv_header {
    flex: 1;
    width: 100%;
    border: 2px dashed #ebe613;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.upload_cv_header svg {
    height: 70px;
    color: #fff;
    filter: invert(1);
}

.upload_cv_header p {
    text-align: center;
    color: #fff;
    font-size: 11px;
    margin: 0;
    line-height: 1.2;
}

.upload_cv_footer {
    background-color: rgb(235 230 19 / 21%);
    width: 100%;
    height: 40px;
    padding: 8px;
    border-radius: 10px;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    color: black;
    border: none;
}

.upload_cv_footer svg {
    height: 100%;
    fill: #fff;
    background-color: rgb(201 197 197 / 14%);
    border-radius: 50%;
    padding: 2px;
    cursor: pointer;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.205);
}

.upload_cv_footer p {
    flex: 1;
    text-align: center;
    margin: 0 !important;
    line-height: 1;
    font-size: 12px;
    color: #fff;
}

#file {
  display: none;
}

.lets_talk_page{
    text-align:center;
}
.lets_talk_page h3{
    font-size:70px;
}

.takll-pgg .video-banner p {
    font-size: 17px;
    width: 65%;
    margin: 0 auto;
}

/*LETS TALK SEC END*/


/*popup css*/

.popup-one {
    background-color: #1c1d20;
    padding: 60px 30px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.popup-one:after {
    position: absolute;
    content: "";
    background: #236bfe;
    -webkit-animation: zoomInOut 3s infinite;
    animation: zoomInOut 1s infinite;
    -webkit-filter: blur(110px);
    filter: blur(110px);
    width: 150px;
    height: 150px;
    z-index: -1;
    opacity: .9;
    top: 0;
    left: 0;
}

.popup-one-wrpp>span {
    color: #fff;
    cursor: pointer;
    border: 8px solid #236bfe;
    width: 70px;
    display: flex;
    height: 70px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 30px;
    font-weight: 800;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 2;
    backdrop-filter: blur(10px);
}

.popup-one-wrpp {
    display: none;
}

.toggle-back .popup-one-wrpp {
    position: fixed;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 500px;
    z-index: 999;
    display: block;
}

.popup-one>h2 {
    font-size: 41px;
    font-weight: bold;
    width: 70%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
}

.popup-one>a {
    background: #fff;
    display: flex;
    margin-bottom: 13px;
    align-items: center;
    justify-content: center;
    height: 56px;
    font-size: 22px;
    color: #000;
    font-weight: 500;
    border-radius: 5px;
}

.popup-one>a:last-child {
    margin: 0;
    background-color: #236bfe;
    color: #fff;
}

.toggle-back {
    position: relative;
    overflow: hidden !IMPORTANT;
}

.toggle-back:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    /* backdrop-filter: blur(10px); */
    background-color: #000000a6;
}

.popup-two-wrpp {
    display: none;
}

.toggle-back-two .popup-two-wrpp {
    position: fixed;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 500px;
    z-index: 999;
    display: block;
}

.popup-two {
    background-color: #1c1d20;
    padding: 40px 30px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.popup-two>h2 {
    font-size: 41px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.popup-two>form>input {
    width: 100%;
    border: 0;
    height: 50px;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 11px;
}

.popup-two>form>input::placeholder {
    font-size: 16px;
    color: #000;
}

.popup-two>form>button {
    width: 100%;
    border: 0;
    height: 50px;
    background-color: #ebe714;
    border-radius: 5px;
    font-size: 22px;
    color: #000;
    font-weight: 500;
}

.popup-two-wrpp>span {
    color: #fff;
    cursor: pointer;
    border: 8px solid #ebe714;
    width: 70px;
    display: flex;
    height: 70px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 30px;
    font-weight: 800;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 2;
    backdrop-filter: blur(10px);
}

.toggle-back-two {
    position: relative;
    overflow: hidden !IMPORTANT;
}

.toggle-back-two:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
        /* backdrop-filter: blur(10px); */
    background-color: #000000a6;
}


/*popup css*/

.slick-slide {
    margin: 0 10px;
}

.privacy_policy_secc {
    padding: 140px 0px 60px;
}

.privacy_policy_secc h1 {
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: 'Sofia Pro';
}

.privacy_policy_secc p {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-family: 'Sofia Pro';
}

.privacy_policy_secc h2 {
    font-size: 45px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}

.privacy_policy_secc p > a {
    color: #ebe714;
    text-decoration: underline;
}

.privacy_policy_secc h3 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.privacy_policy_secc ul > li {
    font-size: 17px;
    line-height: 1.5;
    color: #fff;
    font-family: 'Sofia Pro';
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
}

.privacy_policy_secc ul > li:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 10px;
    height: 10px;
    left: 0;
    top: 9px;
    border-radius: 50%;
}

.privacy_policy_secc ul > li > span {
    font-size: 20px;
    font-weight: bold;
}

.privacy_policy_secc ul > li > a {
    color: #ebe714;
    text-decoration: underline;
}

.privacy_policy_secc h4 {
    font-size: 35px;
    color: #fff;
    font-family: 'Sofia Pro';
    font-weight: 600;
}

/* new pages css */

.corporate_page .inner-banner > img {
    width: 100%;
    top: 0;
    left: 0;
    right: unset;
    object-fit: cover;
}

.corporate_page .inner-banner .inner-banner-text > h1 {
    font-size: 33px;
    color: var(--theme);
    line-height: 1.2;
    margin-bottom: 40px;
}

.corporate_page .inner-banner .inner-banner-text > h1 > span {
    font-size: 52px;
    display: block;
    margin-top: 20px;
}

.corporate_page .inner-banner .inner-banner-text {
    width: 80%;
}

.new_btn1 {
    font-size: 18px;
    font-family: 'Sofia Pro Bold';
    color: #000;
    background: var(--theme);
    display: flex;
    width: fit-content;
    height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}

.new_btn1:hover {
    color: #000;
}

.explore_training_secc {
    padding: 80px 0px;
}

.explore_training_secc .explore_box_wrp {
    background: #111111;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 40px 25px;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    z-index: 1;
    position: relative;
    border: 1px solid transparent;
}

.explore_training_secc .explore_box_wrp > span {
    color: #fff;
    font-size: 28px;
    display: block;
    font-family: 'Sofia Pro';
    font-weight: 600;
    line-height: 1.2;
}

.explore_training_secc .explore_box_wrp > i {
    display: flex;
    align-items: center;
    margin-left: auto;
    width: 40px;
    height: 40px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    justify-content: center;
    font-size: 20px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    transition: 0.3s ease-in-out;
}

.explore_training_secc .explore_box_wrp:hover > i {
    background: var(--theme);
}

.explore_training_secc .explore_box_wrp:hover {
    border: 1px solid #fff;
}

/**/

.explore_training_secc .explore_box_wrp2 {
    background: #111111;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 40px 25px;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    z-index: 1;
    position: relative;
    border: 1px solid transparent;
}

.explore_training_secc .explore_box_wrp2 > span {
    color: #fff;
    font-size: 28px;
    display: block;
    font-family: 'Sofia Pro';
    font-weight: 600;
    line-height: 1.2;
}

.explore_training_secc .explore_box_wrp2 > i {
    display: flex;
    align-items: center;
    margin-left: auto;
    width: 40px;
    height: 40px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    justify-content: center;
    font-size: 20px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    transition: 0.3s ease-in-out;
}

.explore_training_secc .explore_box_wrp2:hover > i {
    background: var(--theme);
}

.explore_training_secc .explore_box_wrp2:hover {
    border: 1px solid #fff;
}

.work_satisfaction_secc {
    padding: 40px 0px 80px;
}

.work_satisfaction_heading {
    display: flex;
    gap: 30px;
}

.work_satisfaction_heading > * {
    width: 50%;
}

.work_satisfaction_heading > h2 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2;
    width: 60%;
    font-family: "Sofia Pro Bold";
}

.work_satisfaction_heading > h2 > span {
    color: var(--theme);
}

.work_satisfaction_heading > p {
    width: 40%;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 300;
    margin: 0;
    margin-top: 20px;
}

.work_satisfaction_box {
    padding: 50px;
    background: #090a0a;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
    margin-top: 60px;
    border: 1px solid transparent;
    cursor: pointer;
}

.work_satisfaction_box > img {
    display: block;
    margin-bottom: 30px;
}

.work_satisfaction_box > h3 {
    font-size: 63px;
    color: #848585;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 50px;
    font-family: "Sofia Pro Bold";
    transition: 0.3s ease-in-out;
}

.work_satisfaction_box > p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    color: #848585;
    font-weight: 400;
    transition: 0.3s ease-in-out;
}

.work_satisfaction_box:hover {
    border-color: #fff;
    background: #353535;
}

.work_satisfaction_box:hover h3 {
    color: #fff;
}

.work_satisfaction_box:hover p {
    color: #fff;
}

.mentality_training_sec {
    padding: 50px 0px 80px;
    position: relative;
}

.mentality_box_top h2 {
    font-size: 60px;
    font-family: 'Sofia Pro Bold';
}

.mentality_box_top h2 > span {
    color: var(--theme);
}

.mentality_box_top img {
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 10px;
    margin-top: 0;
    box-shadow: 5px 4px 16px 17px #000000b5;
}
.mentality_box_middle {
    margin-top: 80px;
}

.mentality_box_middle h3 {
    font-size: 36px;
    line-height: 1.2;
    margin: 0;
}

.mentality_box_middle ul {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    justify-content: space-between;
}

.mentality_box_middle ul > li {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 42.69px;
    color: var(--theme);
    font-family: "Sofia Pro";
    font-weight: bold;
    line-height: 1;
}

.mentality_box_middle ul > li > span {
    color: #fff;
    font-size: 23px;
    font-family: "poppins";
    font-weight: 300;
}

.mentality_box_middle p {
    font-size: 13px;
    line-height: 1.4;
    margin: 0;
    font-weight: 300;
}

.mentality_training_sec:before {
    position: absolute;
    content: "";
    background: #101010;
    width: 100%;
    height: 50%;
    bottom: 0;
    z-index: -1;
}

.learning_starts_secc {
    padding: 80px 0px;
}

.learning_starts_secc h2 {
    text-align: end;
    margin-bottom: 60px;
    font-size: 60px;
    font-family: 'Sofia Pro Bold';
}

.learning_starts_imgg > img {
    width: 100%;
    height: 650px;
    border-radius: 10px;
    object-fit: cover;
}

.learning_starts_box {
    padding: 50px 20px;
    background: #2a2a2a;
    height: 100%;
    max-height: -webkit-fill-available;
    margin-bottom: 30px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
}

.learning_starts_box > img {
    display: block;
    margin-bottom: 20px;
    width: fit-content;
    height: 60px;
    object-fit: contain;
}

.learning_starts_box > h3 {
    font-size: 28px;
    margin-bottom: 30px;
}

.learning_starts_box > p {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
}

.corporate_page .faqs-secc .theme-heading > h2 {
    font-size: 60px;
    font-family: 'Sofia Pro Bold';
}

.corporate_page .faqs-secc .theme-heading > h2 > span {
    display: inline;
    font-size: 60px;
    color: var(--theme);
}

/* career coaching page */

.career_coaching_pgg .inner-banner .inner-banner-text > h1 {
    font-size: 46px;
    line-height: 1;
}

.career_coaching_pgg .inner-banner .inner-banner-text > h1 > span {
    font-size: 76px;
}

.career_coaching_pgg .inner-banner .inner-banner-text > p {
    font-size: 18px;
    margin-bottom: 30px;
}

.career_coaching_pgg .inner-banner .inner-banner-text > form {
    width: 80%;
}

.career_coaching_pgg .inner-banner .inner-banner-text > form input {
    width: 100%;
    height: 55px;
    border: 0;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #000;
}

.career_coaching_pgg .inner-banner .inner-banner-text > form button {
    border: 0;
    width: 100%;
    background: var(--theme);
    color: #000;
    font-weight: 600;
    height: 55px;
}

.career_coaching_pgg .inner-banner .inner-banner-text > form button::before {
    border-color: var(--theme);
    width: 102%;
}

.career_coaching_pgg .inner-banner > img {
    width: auto;
    top: 9%;
    height: auto;
    right: 0;
}

.career_coaching_pgg .inner-banner::before {
    display: none;
}

.career_coaching_sec {
    padding: 80px 0px;
}

.career_coaching_sec .career_coaching_heading {
    width: 65%;
}

.career_coaching_sec .career_coaching_heading > h2 {
    font-size: 60px;
    font-family: 'Sofia Pro Bold';
    line-height: 1.2;
    margin-bottom: 20px;
}

.career_coaching_sec .career_coaching_heading > h2 > span {
    color: var(--theme);
}

.career_coaching_sec .career_coaching_heading > p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    width: 80%;
}

.career_stpes_box {
    padding: 40px 20px;
    background: linear-gradient(45deg, rgba(17, 17, 17, 1) 0%, rgba(27, 27, 27, 1) 50%, rgba(17, 17, 17, 1) 100%);
    /*background: #1b1b1b;*/
    border-radius: 10px;
    border: 1px solid #b0b0b0;
    height: 100%;
    transition: 0.3s ease-in-out;
    margin-bottom: 20px;
    max-height: -webkit-fill-available;
}

.career_stpes_box > img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    display: block;
    margin-bottom: 25px;
}

.career_stpes_box > h3 {
    font-size: 31px;
    font-family: 'Sofia Pro Bold';
    line-height: 1;
    margin-bottom: 30px;
}

.career_stpes_box > p {
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
    font-weight: 300;
}

.career_stpes_box.dchange_box {
    background: transparent;
    border-color: transparent;
}

.career_stpes_box.dchange_box:hover {
    background: #1b1b1b;
    border: 1px solid #b0b0b0;
    transition: 0.3s ease-in-out;
}

.career_stpes_box:hover {
    background: transparent;
    border-color: transparent;
}

.career_benefits_sec {
    padding: 80px 0px;
    background: #101010;
}

.career_benefits_sec .col-lg-6>h2 {
    font-size: 60px;
    font-family: 'Sofia Pro Bold';
}

.career_benefits_sec .col-lg-6>h2>span {
    color: var(--theme);
}

.career_benefits_sec .col-lg-6>p {
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
    width: 90%;
    margin-left: auto;
}

.career_benefits_sec .col-lg-6>.slider_btns {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
    margin-bottom: 30px;
}

.career_benefits_sec .col-lg-6>.slider_btns > li > i {
    color: #fff;
    font-size: 25px;
    border: 3px solid #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.career_benefits_sec .col-lg-6>.slider_btns > li > i:hover {
    background: var(--theme);
    color: #000;
}

.benf_slider {
    width: 92%;
    margin-left: auto;
    margin-top: 70px;
}

.benf_box_wrp {
    background: #2f3033;
    padding: 60px 40px;
    border-radius: 10px;
    border: 1px solid transparent;
    box-shadow: 16px 0px 13px 2px #0000008c;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.3s ease-in-out;
}

.benf_box_wrp > h3 {
    font-size: 50px;
    font-family: 'Sofia Pro Bold';
    line-height: 1.2;
    margin-bottom: 20px;
}

.benf_box_wrp > p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    font-weight: 300;
    margin-bottom: 30px;
}

.benf_box_wrp .benf_inner_box {
    background: #141414;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid transparent;
    transition: 0.3s ease-in-out;
}

.benf_box_wrp .benf_inner_box > p {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 0;
}

.benf_box_wrp > ul > li {display: inline-block;color: #fff;font-size: 15px;background: #141414;padding: 8px 15px;margin-bottom: 10px;margin-right: 10px;border-radius: 30px;text-transform: capitalize;font-weight: 400;border: 1px solid transparent;transition: 0.3s ease-in-out;}

.benf_box_wrp > ul > li:last-child {
    margin-bottom: 0;
}

.benf_box_wrp > ul > li:hover {
    border-color: var(--theme);
}

.benf_box_wrp .benf_inner_box:hover {
    border-color: var(--theme);
}

.career_benefits_sec .slick-next:before { display: none; } 
.career_benefits_sec .slick-prev:before { display: none; }

.benf_slider .slick-slide {
    margin-right: -80px !IMPORTANT;
    margin: 0px;
    position: relative;
    z-index: 1;
    height: auto;
}

.slick-current .benf_box_wrp {
    background: #ffffff1c;
    backdrop-filter: blur(5px);
    border-color: #fff;
    box-shadow: none;
}

.benf_slider .slick-current {
    transform: scale(1.1);
    position: relative;
    z-index: 10 !important;
    margin-right: 0;
}

.benf_slider .slick-track {
    display: flex;
    align-items: stretch;
}

.benf_slider .slick-list {
    padding: 50px 55px !important;
}

.benf_slider .slick-active {
    margin-right: 0;
    z-index: 2;
    opacity: 1 !important;
}

.our_process_new {
    padding: 80px 0px;
}

.our_process_new h2 {
    text-align: center;
    font-size: 60px;
    font-family: 'Sofia Pro Bold';
}

.our_process_new h2 > span {
    color: var(--theme);
}

.process_box_wrp {
    position: relative;
    padding: 60px 20px;
    height: 100%;
    border-radius: 10px;
    text-align: center;
    margin-top: 40px;
    cursor: pointer;
    z-index: 2;
    max-height: -webkit-fill-available;
}

.process_box_wrp > h3 {
    font-size: 30px;
    font-family: 'Sofia Pro Bold';
    margin-bottom: 20px;
}

.process_box_wrp > p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    margin: 0;
}

.process_box_wrp > span {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 113px;
    color: var(--theme);
    font-family: 'Sofia Pro Bold';
    line-height: 1;
    z-index: -1;
    transition: 0.3s ease-in-out;
}

.process_box_wrp:after {
    position: absolute;
    content: "";
    background: #00000073;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    backdrop-filter: blur(7px);
    z-index: -1;
    border-radius: 10px;
    border: 1px solid #999999;
    transition: 0.3s ease-in-out;
}

.process_box_wrp:hover > span {
    z-index: 1;
    transition: 0.3s ease-in-out;
}

.career_coaching_pgg .career_coach_tabs {
    padding-top: 40px;
    padding-bottom: 40px;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.career_coaching_pgg .cust-lead-wrpp > h3 {
    font-size: 55px;
    font-family: 'Sofia Pro Bold';
    margin-bottom: 40px;
}

.career_coaching_pgg .cust-lead-wrpp > h3 > span {
    color: var(--theme);
}

.career_coaching_pgg .cust-lead-wrpp > a {
    justify-content: flex-start;
    font-size: 16px;
    font-weight: 400;
    color: var(--theme);
    border-bottom: 1px solid;
    width: fit-content;
}

.career_coaching_pgg .cust-lead-wrpp > p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
}

.career_coaching_pgg .coach-lead-tabs .coach-lead-imgg > img {
    border-radius: 6px;
}

.coach-lead-tabs .nav-tabs .nav-link:focus-visible {
    outline: none;
}

.coach-lead-tabs .nav-tabs .nav-link {
    outline: none;
}

.success_story_new_sec {
    padding: 0px 0px 80px;
}

.success_story_new_sec .col-lg-6>h2 {
    font-size: 60px;
    font-family: 'Sofia Pro Bold';
}

.success_story_new_sec .col-lg-6>h2>span {
    color: var(--theme);
}

.success_story_new_sec .col-lg-6>ul.slider_btns2 {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

.success_story_new_sec .col-lg-6>ul.slider_btns2 > li > i {
    color: #fff;
    font-size: 25px;
    border: 3px solid #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.success_story_new_sec .col-lg-6>ul.slider_btns2 > li > i:hover {
    background: var(--theme);
    color: #000;
}

.success_slider_wrp {
    width: 91%;
    margin-left: auto;
    margin-top: 60px;
}

.sucs_new_sldr_two .vid_box > .play_video {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 5px;
    opacity: .6;
}

.sucs_new_sldr_two .vid_box {
    position: relative;
}

.sucs_new_sldr_two .vid_box .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.sucs_new_sldr_two .vid_box .play-btn > i {
    color: var(--theme);
    border: 3px solid;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
}

.sucs_new_sldr_two .slick-current.slick-active {
    width: 400px !important;
    transition: 0.3s ease-in-out;
}


.success_story_new_sec .slick-next:before {
    display: none;
} 

.success_story_new_sec .slick-prev:before {
    display: none;
}

.sucs_new_sldr_two .slick-track {
    display: flex;
    gap: 0;
    justify-content: start;
    align-items: center;
    width: fit-content !important;
}
.sucs_new_sldr_two .slick-current .vid_box .play-btn {
    display: block;
}
.sucs_textt_box > h3 {
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 400;
    margin-bottom: 30px;
}

.sucs_textt_box > p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 20px;
}

.sucs_textt_box > span {
    color: var(--theme);
    font-size: 16px;
    border-bottom: 1px solid;
    font-style: italic;
    width: fit-content;
}

.sucs_textt_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.career_coaching_pgg .faqs-secc .theme-heading > h2 {
    font-size: 60px;
    font-family: 'Sofia Pro Bold';
}

.career_coaching_pgg .faqs-secc .theme-heading > h2 >span {
    font-size: 60px;
    display: inline;
    color: var(--theme);
}

/* new pages css */


/* self assessment pages & contact page*/

.self_assessment_test_boxx #msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

.self_assessment_test_boxx #msform fieldset:not(:first-of-type) {
    display: none
}

.self_assessment_test_boxx #msform .action-button {
    width: 100px;
    background: transparent;
    color: white;
    cursor: pointer;
    padding: 7px 5px;
    font-size: 15px;
    border: 1px solid #fff;
    border-radius: 30px;
    font-weight: 300;
    transition: 0.3s ease-in-out;
    margin-left: 5px;
}

.self_assessment_test_boxx #msform .action-button-previous {width: 100px;background: transparent;color: white;cursor: pointer;padding: 7px 5px;font-size: 15px;border: 1px solid #fff;border-radius: 30px;font-weight: 300;transition: 0.3s ease-in-out;margin-right: 5px;}

.self_assessment_test_boxx .card {
    z-index: 0;
    border: none;
    position: relative
}

.self_assessment_test_boxx .steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.self_assessment_test_boxx .fieldlabels {
    color: gray;
    text-align: left
}

.self_assessment_test_boxx #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.self_assessment_test_boxx #progressbar .active {
    color: #fff;
    transition: 0.3s ease-in-out;
    border: 1px solid white;
    background: #313131;
}

.self_assessment_test_boxx #progressbar li {
    list-style-type: none;
    font-size: 15px;
    position: relative;
    font-weight: 400;
    color: #fff;
    background: #141414;
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 300;
    transition: 0.3s ease-in-out;
    border: 1px solid transparent;
    cursor: pointer;
}

.self_assessment_test_boxx #progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

.self_assessment_test_boxx #progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

.self_assessment_test_boxx #progressbar li.active:before,
.self_assessment_test_boxx #progressbar li.active:after {
    background: #673AB7
}

.self_assessment_test_boxx .progress {
    height: 15px;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 50px;
    border-radius: 10px;
    border: 1px solid #fff;
    background: #ffffff;
}

.self_assessment_test_boxx .progress-bar {
    background-color: #bfbb00;
    border-radius: 10px;
}


.self_assessment_test_sec {
    padding-top: 170px;
    padding-bottom: 100px;
}

.self_assessment_test_boxx {
    padding: 50px 40px;
    background: #101010;
    border-radius: 10px;
}

.self_assessment_test_boxx>.self_heading {
    font-size: 40px;
    text-align: center;
    font-family: 'Sofia Pro Bold';
    margin-bottom: 50px;
}

.self_assessment_test_boxx>.self_heading > span {
    color: var(--theme);
    display: block;
}

.self_assessment_test_boxx #progressbar li:hover {
    color: #fff;
    transition: 0.3s ease-in-out;
    border: 1px solid white;
    background: #313131;
}


.self_assessment_test_boxx .form-card .checkbox-wrapper .cbx {
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: fit-content;
  flex-direction: row-reverse;
  align-items: center;
  gap: 20px;
  background: #141414;
  padding: 10px 25px;
  border-radius: 40px;
  border: 1px solid transparent;
}
.self_assessment_test_boxx .form-card .checkbox-wrapper .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.self_assessment_test_boxx .form-card .checkbox-wrapper .cbx span:first-child {
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  transform: scale(1);
  vertical-align: middle;
  border: 2px solid #ffffff;
  transition: all 0.2s ease;
  display: none;
}
.self_assessment_test_boxx .form-card .checkbox-wrapper .cbx span:first-child svg {
  position: absolute;
  z-index: 1;
  top: 6px;
  left: 5px;
  fill: none;
  stroke: white;
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.self_assessment_test_boxx .form-card .checkbox-wrapper .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--theme);
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
  transition-delay: 0.2s;
}
.self_assessment_test_boxx .form-card .checkbox-wrapper .cbx span:last-child {display: flex;align-items: center;gap: 20px;font-size: 15px;color: #fff;font-weight: 300;}
.self_assessment_test_boxx .form-card .checkbox-wrapper .cbx:hover span:first-child {
  border-color: #ffffff;
}

.self_assessment_test_boxx .form-card .checkbox-wrapper .inp-cbx:checked + .cbx span:first-child {
  border-color: #fff;
  background: var(--theme);
  animation: check-15 0.6s ease;
}
.self_assessment_test_boxx .form-card .checkbox-wrapper .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.self_assessment_test_boxx .form-card .checkbox-wrapper .inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(2.2);
  opacity: 0;
  transition: all 0.6s ease;
}
.self_assessment_test_boxx .form-card .checkbox-wrapper .inp-cbx:checked + .cbx span:last-child {
  color: #ffffff;
  transition: all 0.3s ease;
}


@keyframes check-15 {
  50% {
    transform: scale(1.2);
  }
}

.self_assessment_test_boxx .form-card .checkbox-wrapper .cbx span:last-child > p {
    color: var(--theme);
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    display: none;
}

.self_assessment_test_boxx #msform fieldset .form-card_heading > h2 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 50px;
    color: var(--theme);
}

.self_assessment_test_boxx #msform fieldset .form-card_heading > h2 > span {
    display: block;
    color: #fff;
    font-size: 22px;
}

.self_assessment_test_boxx .form-card .checkbox-wrapper .inp-cbx:checked + .cbx {
    border: 1px solid #fff;
    background: #373737;
}

.self_assessment_test_boxx #msform fieldset .cbx_wrpr {
    display: block;
    margin-bottom: 30px;
}

.self_assessment_test_boxx #msform fieldset .cbx_wrpr .checkbox-wrapper {
    display: inline-block;
    margin: 5px 7px;
}
.self_assessment_test_boxx #msform fieldset .form-card {
    background: #1c1c1c;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    position: relative;
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 50px;
    margin-bottom: 30px;
}

.self_assessment_test_boxx #msform fieldset .steps_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.self_assessment_test_boxx #msform .action-button-previous:hover {
    background: var(--theme);
    color: #000;
}

.self_assessment_test_boxx #msform .action-button:hover {
    background: var(--theme);
    color: #000;
}

.self_assessment_test_boxx #msform fieldset .form-card .inputs_field input {
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    border: 1px solid var(--theme);
    background: transparent;
    border-radius: 30px;
    color: #fff;
    margin-bottom: 30px;
}

.self_assessment_test_boxx #msform fieldset .form-card .inputs_field input::placeholder {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.self_assessment_test_boxx #msform fieldset .form-card .inputs_field textarea {
    width: 100%;
    height: 150px;
    padding: 10px 20px;
    border: 1px solid var(--theme);
    background: transparent;
    border-radius: 20px;
    resize: none;
    color: #fff;
}

.self_assessment_test_boxx #msform fieldset .form-card .inputs_field textarea::placeholder {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

/* self assessment pages & contact page*/

/* Contact Page Start */
.contact-page {
    background: #000;
    padding: 80px 0;
    position: relative;
    z-index: 9;
}

.contact-page .container {
    padding: 0 8%;
    /* border: 1px solid; */
}

.contact-head a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    font-size: 16px;
    color: #fff;
    background: #43454c;
    width: 100%;
    padding: 20px 20px;
    border-radius: 8px;
    margin: 0 auto;
}

.contact-head i {
    font-size: 20px;
    color: #ebe714;
}

.cont-input input::placeholder {
    color: #818181;
}

.budget-Message textarea::placeholder {
    color: #818181;
}

.range-slider .rangeValues {
    color: var(--theme);
}

.cont-input label {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.cont-input input {
    width: 100%;
    height: 50px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #43454c;
    color: #fff;
    padding: 10px;
}

.contact-checkbox input {
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid #000;
}

.contact-checkbox .cont-input {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin: 15px 0 0;
}

.budget-box h5 {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 8px;
}

.budget-box h6 {
    font-size: 15px;
    color: #ffffff8a;
}

.budget-Message h5 {
    font-size: 16px;
    color: #fff;
}

.budget-Message textarea {
    width: 100%;
    height: 50px;
    background: transparent;
    border: 0;
    padding: 10px;
    border-bottom: 1px solid #43454c;
    color: #fff;
    resize: none;
}

.bg-style {
    background: #43454c91;
    border: 1px solid #43454c;
    padding: 30px;
    border-radius: 20px;
    margin: 25px 0;
}

.contact-btn {
    text-align: center;
}
.contact-form .row {
    /* border: 1px solid #26272b; */
    padding: 40px;
    border-bottom: 0;
}

.contact-head {
    margin: 40px 0;
}


/* range Slider */

.range-slider {
    width: 100%;
    text-align: center;
    position: relative;
  }
  .range-slider .rangeValues {
    display: block;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
  }
  
  .budget-box input[type=range] {
    -webkit-appearance: none;
    border: 1px solid white;
    width: 100%;
    position: absolute;
    left: 0;
  }
  
  .budget-box input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 1px;
    background: #ddd;
    border: none;
    border-radius: 3px;
  }
  
  .budget-box input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 2px solid #fff;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #ebe714;
    margin-top: -7px;
    cursor: pointer;
    position: relative;
    z-index: 1;
  }
  
  .budget-box input[type=range]:focus {
    outline: none;
  }
  
  .budget-box input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
  }
  
  .budget-box input[type=range]::-moz-range-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
  }
  
  .budget-box input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ebe714;
  }
  
  /*hide the outline behind the border*/
  .budget-box input[type=range]:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
  }
  
  .budget-box input[type=range]::-ms-track {
    width: 300px;
    height: 5px;
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;
    /*remove default tick marks*/
    color: transparent;
    z-index: -4;
  }
  
  .budget-box input[type=range]::-ms-fill-lower {
    background: #ebe714;
    border-radius: 15px;
  }
  
  .budget-box input[type=range]::-ms-fill-upper {
    background: #ebe714;
    border-radius: 15px;
  }
  
  .budget-box input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #000;
  }
  
  .budget-box input[type=range]:focus::-ms-fill-lower {
    background: #ebe714;
  }
  
  .budget-box input[type=range]:focus::-ms-fill-upper {
    background: #ebe714;
  }
/* range Slider */

.material-checkbox {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #777777;
    cursor: pointer;
  }
  
  .material-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .checkmark {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    border: 2px solid #ebe714;
    border-radius: 4px;
    transition: all 0.3s;
  }
  
  .material-checkbox input[type="checkbox"]:checked ~ .checkmark {
    background-color: #2F3300;
    border-color: #454B00;
  }
  
  .material-checkbox input[type="checkbox"]:checked ~ .checkmark:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    width: 4px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  
  .material-checkbox input[type="checkbox"]:focus ~ .checkmark {
    box-shadow: 0 0 0 2px #dfec5065;
  }
  
  .material-checkbox:hover input[type="checkbox"] ~ .checkmark {
    border-color: #C3CF34;
  }
  
  .material-checkbox input[type="checkbox"]:disabled ~ .checkmark {
    opacity: 0.5;
    cursor: not-allowed;
  }
  
  .material-checkbox input[type="checkbox"]:disabled ~ .checkmark:hover {
    border-color: #4d4d4d;
  }
  
  
  
    .material-checkbox input[type="checkbox"]:checked ~ .checkmark {
    background-color: #2F3300;
    border-color: #454B00;
  }
  
  .material-checkbox input[type="checkbox"]:checked ~ .checkmark:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    width: 4px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  
  .material-checkbox input[type="checkbox"]:focus ~ .checkmark {
    box-shadow: 0 0 0 2px #dfec5065;
  }
  
  .material-checkbox:hover input[type="checkbox"] ~ .checkmark {
    border-color: #C3CF34;
  }
  
  .material-checkbox input[type="checkbox"]:disabled ~ .checkmark {
    opacity: 0.5;
    cursor: not-allowed;
  }
  
  .material-checkbox input[type="checkbox"]:disabled ~ .checkmark:hover {
    border-color: #4d4d4d;
  }
  
  
  /**/
  .material-checkbox input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .material-checkbox input[type="radio"]:checked ~ .checkmark {
    background-color: #2F3300;
    border-color: #454B00;
  }
  
  .material-checkbox input[type="radio"]:checked ~ .checkmark:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    width: 4px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  
  .material-checkbox input[type="radio"]:focus ~ .checkmark {
    box-shadow: 0 0 0 2px #dfec5065;
  }
  
  .material-checkbox:hover input[type="radio"] ~ .checkmark {
    border-color: #C3CF34;
  }
  
  .material-checkbox input[type="radio"]:disabled ~ .checkmark {
    opacity: 0.5;
    cursor: not-allowed;
  }
  
  .material-checkbox input[type="radio"]:disabled ~ .checkmark:hover {
    border-color: #4d4d4d;
  }
  
  
  
    .material-checkbox input[type="radio"]:checked ~ .checkmark {
    background-color: #2F3300;
    border-color: #454B00;
  }
  
  .material-checkbox input[type="radio"]:checked ~ .checkmark:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    width: 4px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  
  .material-checkbox input[type="radio"]:focus ~ .checkmark {
    box-shadow: 0 0 0 2px #dfec5065;
  }
  
  .material-checkbox:hover input[type="radio"] ~ .checkmark {
    border-color: #C3CF34;
  }
  
  .material-checkbox input[type="radio"]:disabled ~ .checkmark {
    opacity: 0.5;
    cursor: not-allowed;
  }
  
  .material-checkbox input[type="radio"]:disabled ~ .checkmark:hover {
    border-color: #4d4d4d;
  }
  /**/

  .contact_banner {
    height: 400px;
    background: #292929;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.contact_banner h1 {
    font-size: 60px;
}

.contact-btn > button {
    border: 0;
    background: var(--theme);
    color: #000;
    width: 50%;
    margin: 0 auto;
}

.contact-btn > button:hover {
    background: var(--theme);
    color: #000;
}

.contact-btn > button:before {
    width: 103%;
    border-color: var(--theme);
}


.toggle-back-three .new_popp_form {
    position: fixed;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 500px;
    z-index: 999;
    display: block;
}

.toggle-back-three .new_popp_form>span.close-popp {
    color: #fff;
    cursor: pointer;
    border: 8px solid #ebe714;
    width: 70px;
    display: flex;
    height: 70px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 30px;
    font-weight: 800;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 2;
    backdrop-filter: blur(10px);
}

.new_popp_form {
    display: none;
}

.toggle-back-three {
    position: relative;
    overflow: hidden !important;
}

.toggle-back-three:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: #000000a6;
}

.new_popp_form .popup-two>h2 {
    font-size: 35px;
    font-family: 'Sofia Pro Bold';
}

.new_popp_form .popup-two form textarea {
    width: 100%;
    height: 90px;
    padding: 10px;
    border-radius: 5px;
    resize: none;
    margin-bottom: 5px;
}

.new_popp_form .popup-two form textarea::placeholder {
    color: #000;
    font-size: 16px;
}
  
.mentality_youtube_vid > iframe {
    width: 100%;
    height: 500px;
    border-radius: 5px;
    border: 1px solid var(--theme);
}

/* Contact Page  End */

/* sponsor page start*/

.sponsorship_banner {
    padding: 90px 0px;
}

.sponsorship_banner .row {
    align-items: center;
}

.sponsorship_banner h1 {
    font-size: 80px;
    font-weight: bold;
    font-family: 'Sofia Pro';
    line-height: 1;
    margin-bottom: 40px;
}

.sponsorship_banner p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 30px;
}

.sponsorship_banner .theme-btn {
    background: #ebe714;
    color: #000;
    font-weight: bold;
}

.sponsorship_banner .theme-btn::before {
    border-color: #ebe714;
}

.sponsorship_banner img {
    width: 100%;
}

.proud_sponsor {
    padding: 40px 0px 70px;
}

.proud_sponsor .proud_sponsor_heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: end;
}

.proud_sponsor .proud_sponsor_heading > * {
    width: 50%;
}

.proud_sponsor .proud_sponsor_heading > div > span {
    background-color: #eae614;
    font-size: 12px;
    color: #000;
    display: block;
    width: fit-content;
    padding: 5px 30px;
    border-radius: 30px;
    margin-bottom: 20px;
    font-weight: bold;
}

.proud_sponsor .proud_sponsor_heading > div > h2 {
    font-size: 60px;
    font-weight: bold;
}

.proud_sponsor .proud_sponsor_heading > div > h2 > span {
    color: #eae614;
}

.proud_sponsor .proud_sponsor_heading > div > ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    margin-bottom: 30px;
}

.proud_sponsor .proud_sponsor_heading > div > ul > li > i {
    color: #fff;
    font-size: 25px;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.proud_sponsor .proud_sponsor_heading > div > ul > li > i:hover {
    background: #eae614;
    color: #000;
    border-color: #eae614;
}

.proud_sponsor .proud_sponsor_heading > div > p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
}

.proud_sponsor .proud_sponsor_box {
    position: relative;
    height: 500px;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}

.proud_sponsor .proud_sponsor_box > img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    z-index: -1;
}

.proud_sponsor .proud_sponsor_box > .proud_sponsor_box_textt {
    height: 100%;
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.proud_sponsor .proud_sponsor_box:after {
    position: absolute;
    content: "";
    background: #ffffff2e;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    transform: scale(0);
    transition: 0s ease-in-out;
    opacity: 1;
}

.proud_sponsor .proud_sponsor_box:hover:after {
    transform: scale(1.5);
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.proud_sponsor .proud_sponsor_box > .proud_sponsor_box_textt > span {
    font-size: 35px;
    color: #fff;
    background: #000;
    width: fit-content;
    display: block;
    line-height: 1;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 30px;
    transition: 0.3s ease-in-out;
}

.proud_sponsor .proud_sponsor_box:hover > .proud_sponsor_box_textt > span {
    color: var(--theme);
}

.proud_sponsor .proud_sponsor_box > .proud_sponsor_box_textt > span.num {
    font-size: 30px;
    padding: 5px 20px;
}

.proud_sponsor .slick-next:before {
    display: none;
}

.proud_sponsor .slick-prev:before {
    display: none;
}

.sponsor_counter_sec {
    padding: 30px 0 70px;
}

.sponsor_counter_sec .row {
    align-items: center;
}

.sponsor_counter_sec h2 {
    font-size: 60px;
    font-weight: bold;
}

.sponsor_counter_sec h2 > span {
    color: #ebe714;
}

.sponsor_counter_sec h3 {
    text-align: center;
    font-size: 100px;
    font-weight: bold;
}

.sponsor_counter_sec .col-md-4 > span {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 14px;
}

.gamers_galaxy_secc {
    padding: 70px 0px;
    background-color: #101010;
}

.gamers_galaxy_secc h2 {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 40px;
}

.gamers_galaxy_secc h2 > span {
    color: #ebe714;
}

.gamers_galaxy_secc .row {
    align-items: center;
}

.gamers_galaxy_secc img {
    width: 97%;
    height: 330px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}

.gamers_galaxy_secc h3 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}

.gamers_galaxy_secc p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
    font-weight: 300;
}

.sponsorship_spot_secc {
    padding: 70px 0px;
}

.sponsorship_spot_secc .sponsorship_spot_imgg > img {
    width: 100%;
}

.sponsorship_spot_secc .sponsorship_spot_textt > h2 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 30px;
}

.sponsorship_spot_secc .sponsorship_spot_textt > p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
    font-weight: 300;
}

.sponsorship_spot_secc .sponsorship_spot_textt > ul {
    margin: 25px 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sponsorship_spot_secc .sponsorship_spot_textt > ul > li {
    background-color: #111111;
    padding: 15px 30px;
    border: 1px solid #bcbcbc;
    border-radius: 10px;
}

.sponsorship_spot_secc .sponsorship_spot_textt > ul > li > span {
    font-size: 20px;
    color: #fff;
    font-family: 'Sofia Pro';
    font-weight: 500;
    display: block;
    margin-bottom: 7px;
}

.sponsorship_spot_secc .sponsorship_spot_textt > ul > li > p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 300;
}

.sponsorship_spot_secc .sponsorship_spot_textt > .theme-btn {
    background: #ebe714;
    color: #000;
    font-weight: bold;
}

.sponsorship_spot_secc .sponsorship_spot_textt > .theme-btn:before {
    border-color: #ebe714;
}





/* sponsor page end */

/*Drop Down Css*/
li.resources {
    position: relative;
    z-index: 1;
}

ul.resources-dropdown {
    position: absolute;
    width: 300px;
    /*background-color: #ffffff36;*/
    padding: 20px;
    top: 30px;
    left: 0;
    display: none;
    border: 1px solid #fff;
    backdrop-filter: blur(10px);
    /*background-image:url(../images/glass-box.png);*/
    z-index: 9999;
}
li.resources:hover ul.resources-dropdown {
    display: block;
}

ul.resources-dropdown a {
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    padding: 5px 0;
    font-weight: 300;
}
ul.resources-dropdown a:hover {
    color: #fff;
    text-decoration: underline;
}
li.resources:hover i {
    transform: rotate(-180deg);
}

li.resources i {
    margin-left: 10px;
    transition: .1s all;
}
/*Drop Down Css*/
/*Banner Buttons*/
ul.career-banner-btns {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    width: 80%;
    flex-wrap: wrap;
    flex: auto;
}

ul.career-banner-btns li a {padding: 0 15px;font-size: 15px;}


ul.resources-dropdown li {
    margin-bottom: 20px;
}

ul.resources-dropdown li:last-child {
    margin: 0;
}

ul.resources-dropdown a:after {
    display: none;
}

/*Banner Buttons*/


/* education and development page */

.education_banner_secc {
    padding: 130px 0 60px;
}

.education_banner_secc > .container-fluid {
    padding-right: 0;
    padding-left: 9.5%;
}

.education_banner_secc > .container-fluid > .row {
    align-items: center;
}

.education_banner_secc .edu_banner_textt > h1 {
    font-size: 60px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.education_banner_secc  .banner_textt_slider .slick-slide {
    margin: 0;
}

.education_banner_secc .edu_banner_textt > p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    font-weight: 300;
}

.education_banner_secc  .edu_ban_box {
    position: relative;
    height: 450px;
}

.education_banner_secc .edu_ban_box > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
}

.education_banner_secc .edu_ban_box > .edu_ban_box_textt {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: self-start;
    flex-direction: column;
    justify-content: end;
    padding: 20px;
    background: linear-gradient(0deg, #000, transparent);
}

.education_banner_secc .edu_ban_box > .edu_ban_box_textt > h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    line-height: 1.2;
}

.education_banner_secc .edu_ban_box > .edu_ban_box_textt > p {
    font-size: 12px;
    margin: 0;
}

.education_banner_secc .edu_slider .slick-current.slick-active {
    width: 350px !IMPORTANT;
    transition: 0.3s ease-in-out;
}

.education_banner_secc .slick-slide {
    transition: 0.3s ease-in-out;
}

.edu_slider .slick-track {
    display: flex;
    width: fit-content !IMPORTANT;
}

.anas_khan_secc {
    padding: 80px 0px;
}

.anas_khan_secc > .container-fluid {
    padding-left: 0;
    padding-right: 7%;
}

.anas_khan_secc .col-lg-6>img {
    width: 100%;
    filter: grayscale(1);
    transition: 0.3s ease-in-out;
}

.anas_khan_secc .col-lg-6>img:hover {
    filter: none;
}

.anas_khan_secc .row {
    align-items: center;
}

.anas_khan_secc h2 {
    font-size: 54px;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 1.2;
}

.anas_khan_secc h2 > span {
    font-size: 36px;
    display: block;
}

.anas_khan_secc p {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
    width: 100%;
}

.team_mindset_secc {
    position: relative;
    padding: 80px 0px;
}

.team_mindset_secc>img {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: 0.3s ease-in-out;
    filter: grayscale(1);
}

.team_mindset_secc:hover > img {
    filter: none;
}

.team_mindset_secc .team_mindset_box {
    width: 50%;
}

.team_mindset_secc .team_mindset_box > img {
    display: block;
    margin-bottom: 10px;
}

.team_mindset_secc .team_mindset_box > h2 {
    font-size: 59px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.team_mindset_secc .team_mindset_box > h2 >span {
    display: block;
    font-size: 36px;
}

.team_mindset_secc .team_mindset_box > p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
    font-weight: 300;
}

.anas_khan_secc a.video_box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.anas_khan_secc a.video_box > img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.anas_khan_secc a.video_box > i {
    position: absolute;
    font-size: 25px;
    color: #ffcc00;
    border: 5px solid #ffcc00;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.edu_ban_box_textt h3 a {
    color: #fff;
}

/* education and development page */

.b-container {
    position: relative;
    display: flex;
    align-items: baseline;
}
.big-letter-b {
    font-size: 300px;
    color: #ebe714;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    transform: scale(1.3);
}
.connecting-line {
    height: 3px;
    background-color: #fff;
    flex: 1;
}
.small-box {
    width: 20px;
    height: 20px;
    position: relative;
    top: 7px;
    border: 3px solid #fff;
}
img.letter-img {filter: grayscale(1);}
section.large-letter-sec {
    padding: 40px 0 0;
    background: #151515;
}
.large-letter-sec h3 {font-family: 'Sofia Pro Bold';font-size: 35px;}

.large-letter-sec h2 {
    font-family: 'Sofia Pro Bold';
    line-height: 1;
    margin: 0 0 20px;
}

.large-letter-sec p {
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
}
.wrp-stry {
    padding: 30px;
    background: #43454c;
    border-radius: 20px;
}

.wrp-stry .theme-btn {
    background: #ebe714;
    color: #000;
}

.wrp-stry .theme-btn:before {
    border-color: #ebe714;
}

.wrp-stry h2 {
    font-family: 'Sofia Pro Bold';
    line-height: 1;
    margin: 0 0 20px;
}

.wrp-stry p {
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
}

img.story-imgs {
    margin-bottom: -30px;
    margin-top: -40px;
}

section.popular-stories {
    padding: 100px 0 0;
}

.cust-faqs .accordion-body > ul {
    margin: 20px 0px;
}

.cust-faqs .accordion-body > ul > li {
    position: relative;
    padding-left: 20px;
    margin: 10px 0px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}

.cust-faqs .accordion-body > ul > li:after {
    position: absolute;
    content: "";
    background: var(--theme);
    width: 7px;
    height: 7px;
    left: 0;
    top: 7px;
    border-radius: 50%;
}


/* Resource Page Start */

.quizzes-sec {
    padding: 120px 0 50px;
}

.resource-head h2 {
    font-size: 36.55px;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #000;
}

.quizzes-conent img {
    width: 100%;
    border-radius: 5px;
}

.quizzes-conent {
    background: #fffae4;
}

.quize-text {
    padding: 30px;
}

.quize-text h3 {
    font-size: 36.55px;
    color: #070909;
    font-family: 'Poppins';
    font-weight: 500;
    margin-bottom: 15px;
}

.quize-text p {
    font-size: 18.28px;
    color: #070909;
    font-family: 'Poppins';
    line-height: 29.24px;
}

.btn-2 {
    color: #ffff;
    border: 0;
    border-radius: 5px;
    background-color: rgb(67, 69, 76);
    padding: 15px 25px;
    display: inline-block;
    margin-top: 20px;
    text-transform: capitalize;
    font-size: 18px;
}

.quize-form {
    position: relative;
    z-index: 1;
}

.quize-form:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background: #feb008;
    top: -35px;
}

.quize-form img {width: 100%;z-index: -1;}

.quize-form h5 {
    font-size: 19px;
    color: #3c3c3c;
    font-family: 'Poppins';
    font-weight: 600;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
    text-align: center;
    z-index: 1;
}

.quize-form input {
    border-radius: 5px;
    background-color: rgb(241, 241, 241);
    height: 62px;
    border: 0;
    width: 100%;
    padding: 0 15px;
    margin: 5px 0;
    border-radius: 5px;
    font-size: 16px;
    color: #3c3c3c;
}
.quiz-img {
    position: relative;
    z-index: 1;
    height: auto;
    border-radius: 5px;
    width: 500px;
    margin-bottom: 10px;
}


.quize-form input::placeholder {
    color: #3c3c3c;
}

.quize-form button {
    width: 100%;
    margin: 10px 0 0 0;
    height: 55px;
}
.quize-text a {
    height: 55px;
}
.quize-form h4 {
    font-size: 19px;
    color: #3c3c3c;
    font-family: 'Poppins';
    font-weight: 600;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 3px solid #f1f1f1;
    margin-bottom: 10px;
}

.quize-form p {
    font-size: 14px;
    color: #070909;
    font-family: 'Poppins';
}
.blog-image > a > img {
    width: 100%;
    border-radius: 5px;
    height: auto;
    object-fit: cover;
    object-position: top;
}

ul.blog-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 20px;
}

ul.blog-top span {
    font-size: 12px;
    color: #717171;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: .6px;
}

.blog-text h3 {
    font-size: 18px;
    color: #000;
    font-family: 'Poppins';
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 600;
}
.blog-text h3 a{
    color: #000;
}

.blog-sec .blog-text p {
    font-size: 14px;
    color: #070909;
    font-family: 'Poppins';
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.helpful-sec {
    padding: 60px 0 80px;
}

.quid-bg {
    background: #ff6825;
    align-items: center;
    border-radius: 10px;
    padding: 82px 50px;
    position: relative;
    z-index: 1;
}

.help-guid-content h3 {
    font-size: 35.24px;
    color: #ffffff;
    font-family: 'Poppins';
    margin-bottom: 20px;
    width: 90%;
}

.help-guid-content p {
    font-size: 19px;
    color: #ffffff;
    font-family: 'Poppins';
    line-height: 30px;
    width: 75%;
    font-weight: 300;
}

img.quid-1 {
    position: absolute;
    top: 7px;
    right: -30px;
    bottom: 0;
    margin: auto;
    width: 41%;
}
.white-bg {
    background: #fff;
}

.white-bg header ul > li > a {
    color: #000;
}

.white-bg .sticky ul > li > a {
    color: #fff;
}

/* Resource Page End */

/* About Page Start */
.about_page h1 {
    font-size: 41.72px;
    font-weight: 300;
}

.about_page h1 span {
    font-size: 58.9px;
    font-weight: 700;
    font-family: 'Sofia Pro Bold';
}
.about_page p {
    font-size: 16px;
    font-weight: 300;
    margin: 20px 0;
}

.about_page a {
    background: #ebe714;
    color: #000;
    font-weight: 600;
}

.about_page .row {
    align-items: center;
}

/* Journey Section */
.journey-coach-sec {
    padding-top: 0;
}

.journey-coach-sec h2 {
    font-size: 60px;
    margin-bottom: 10px;
    font-family: 'Sofia Pro Bold';
}
.journey-coach-sec h2 span {
    color: #ebe714;
    font-size: 60px;
}

.journey-coach-sec .col-lg-6:last-child {
    margin-left: -65px;
}

.journey-coach-sec p {
    font-size: 16px;
    color: #ffff;
    margin: 0;
}
/* Journey Section */

/* Career Counseling Section */
.career-counseling-sec {
    padding: 80px 0;
}

.career-counsling-content {
  border-radius: 10px;
  background-color: rgb(67, 69, 76);
  padding: 50px;
}


.career-counsling-content a {background: #ebe714;
    color: #000;
    border-radius: 50px;
    user-select: none;
    font-size: 18px;
    cursor: default;
    margin-bottom: 30px;
    font-family: 'Poppins';
    font-weight: 600;
    
}

.career-counsling-content h2 {
 font-size: 60px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Sofia Pro Bold';
}


.theme-span {
    color: #ebe714;
}


.career-counsling-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
/* Career Counseling Section */
/* Why Choose Counseling Section */
.why-choose-sec .career_coaching_heading {
    width: 100%;
}

.why-choose-sec .career_stpes_box {
    height: 300px;
    display: block;
    align-content: center;
    margin: 0 0 10px;
}

.why-choose-sec .career_stpes_box h3 {
    font-size: 32px;
}
/* Why Choose Counseling Section */
/* Programe Focus Areas Counseling Section */
.programe-focus-sec .learning_starts_box img {
  border-radius: 50%;
  background-color: rgb(235, 231, 20);
  width: 58px;
  height: 58px;
  object-fit: none;
}

.programe-focus-sec .learning_starts_box > h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

.programe-focus-sec .learning_starts_box > p {
    font-size: 18px;
    color: #fff;
}

.programe-focus-sec .learning_starts_box {
    background: linear-gradient(45deg, rgba(17, 17, 17, 1) 0%, rgba(27, 27, 27, 1) 50%, rgba(17, 17, 17, 1) 100%);
    /*background: #171717;*/
    padding: 40px 30px;
}

.programe-focus-sec h2 {
    text-align: center;
}

/* Programe Focus Areas Counseling Section */
/* Founder Section */


.founder-imgg img {
    width: 95%;
    border-radius: 10px;
}

.founder-content h2 {
       font-size: 60px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Sofia Pro Bold';
}

.founder-content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}
/* Founder Section */
.about-cta {
    padding: 100px 0;
}

.about-cta>div {
    max-width: 1320px !important;
    border-radius: 0;
}
.about-cta:after, .about-cta:before {
    display: none;
}
/* About Page End */

/* Blog Detail Page */
.blog-detail-banner {
    padding-top: 120px;
}
.row.blg-baner-bg {
    align-items: center;
    background-image: url(../images/blog-det-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0 70px 30px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

img.blog-d1 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    width: 28%;
}

.blog-baner-text h1 {
    font-size: 36.55px;
    color: #070909;
    width: 75%;
    line-height: 1.3;
}

.blog-detail-content-text p {
    font-size: 16px;
    color: #070909;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Poppins';
    text-align: justify;
}

.blog-detail-content-text h3 {
    font-size: 30px;
    color: #070909;
    margin: 30px 0 6px;
}

.blog-detail-content {
    padding: 70px 0;
}

.blog-detail-content-sidebar {
    background: #fffae6;
    padding: 10px;
    border-radius: 10px;
    position: sticky;
    z-index: 1;
    top: 70px;
}

.blog-sidebar-article-text h3 {
    font-size: 25px;
    color: #070909;
    text-align: center;
    font-weight: 700;
    margin: 15px auto;
    width: 100%;
}

.blog-sidebar-article-text p {
    font-size: 14px;
    color: #070909;
    line-height: 24px;
    text-align: center;
    width: 92%;
    margin: 0 auto;
}

.blog-detail-content-sidebar a {
    height: 60px;
    width:100%;
}
.blog-detail-content-sidebar a:focus{
    color:#fff;
}
.blog-sidebar-article-imag {
    position: relative;
    z-index: 1;
}

.blog-sidebar-article-imag img {
    width: 100%;
}

img.blg-1 {
    position: absolute;
    width: auto;
    right: -8%;
    top: 13%;
}
img.blog-sid {
    margin-top: -18px;
}

.white-bg ul.resources-dropdown {
    background: #0000005c;
}

.white-bg ul.resources-dropdown a {
    color: #fff;
}
/* Blog Detail Page */

.blog-detail-content-text p > a {
    color: blue;
    text-decoration: underline;
}

.blog-detail-content-text ul > li > span {
    display: flex;
    color: #000;
    margin-bottom: 5px;
    font-weight: 600;
}

.blog-detail-content-text ul > li > p {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
}

.blog-detail-content-text ul > li > p:after {
    position: absolute;
    content: "";
    background: #000;
    width: 6px;
    height: 6px;
    left: 0;
    top: 10px;
    border-radius: 50%;
}

.white-bg {
    overflow-x: clip;
}

.blog-baner-text h1 > span {
    font-size: 55px;
    display: block;
    font-weight: bold;
    font-family: 'Poppins';
}

.blog-baner-text h1 > span > span {
    position: relative;
}


.blog-baner-text h1 > span > span > img {
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body.white-bg.blog-det-body.growth-mindset_pgg .row.blg-baner-bg {
    padding: 90px 0 100px 30px;
}

body.white-bg.blog-det-body.growth-mindset_pgg .row.blg-baner-bg img.blog-d1 {
    right: 0;
    bottom: -50px;
}




.insta_feed {
    text-align: center;
    display: flex;
    justify-content: center;
    height: 727px;
    overflow: hidden;
}


.why_deb h3 {
    /* margin: 0; */
    text-align: left;
    width: 92%;
}
.why_deb p {
    /* margin: 0; */
    text-align: left;
    width: 92%;
}





.toggle-back .popup-two-wrpp{
    display:block;
    position:fixed;
    z-index:999;
    top:50%;
    transform:translate(-50%,-50%);
    width:30%;
    left:50%;
} 

.challenge-blog-baner-text h1 span {
    font-size: 49px;
}
.challenge-banner-bg {
    padding: 100px 0 70px 30px !important;
    background-position: top  !important;
}
img.yellow-arrow {
    position: absolute;
    bottom: -15px;
    left: -30px;
    width: 90px;
}
img.challenge-blog {object-position: right !important;background: #fffae6;}
.challenge-blog-detail-content-text h3 {
    font-size: 35px;
 
}
img.blog-ban1 {
    display: none;
}

.feminism-page img.femin-logo-res {
    display: none;
}

a.femine-here {
    display: none;
}

/* new css 18-02-2025 */

.detail_bannew_added {padding-top: 77px;}

.detail_bannew_added img {
    width: 100%;
    height: auto;
}

.sticky_sidebar {
    position: sticky;
    top: 80px;
    background: #fffae6;
    padding: 10px;
    border-radius: 5px;
}

.sticky_sidebar > .sticky_sidebar_img_wrpr {
    position: relative;
    background: #e6bd01;
    border-radius: 5px;
    height: 250px;
}

.sticky_sidebar > h3 {
    font-size: 27px;
    color: #000;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 15px;
}

.sticky_sidebar > p {
    text-align: center;
    color: #000;
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
    line-height: 1.4;
}

.sticky_sidebar > form input {
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    border: 0;
    background: #f1f1f1;
    border-radius: 5px;
    font-size: 16px;
    color: #000;
    font-family: 'Poppins';
}

.sticky_sidebar > form input::placeholder {
    font-size: 16px;
    color: #000;
}

.sticky_sidebar > form button {
    width: 100%;
    height: 50px;
    margin-top: 6px;
}

.sticky_sidebar > form button:hover::before {
    transform: scaleY(1) scaleX(0.96);
}

.sticky_sidebar > .sticky_sidebar_img_wrpr > img.sticky_2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 210px;
    z-index: 2;
}

.sticky_sidebar > .sticky_sidebar_img_wrpr > img.sticky_1 {
    position: absolute;
    right: -40px;
    top: -20px;
    width: 260px;
    z-index: 1;
}

.sticky_sidebar > .sticky_sidebar_img_wrpr.femi_side > img.sticky_1 {
    right: -20px;
    top: -50px;
    width: 250px;
}

.sticky_sidebar > .sticky_sidebar_img_wrpr.femi_side > img.sticky_2 {
    width: 250px;
    top: -30px;
}

/* new blog */


.women-accelerating > h1 {
    color: #000;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
}

.women-accelerating > ul {margin-bottom: 20px;}

.women-accelerating > ul > li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #000;
}

.women-accelerating > ul > li > a {
    color: blue;
    text-decoration: underline;
}

.women-accelerating > h3 {
    margin-bottom: 20px;
}

.blog-detail-content-text h4 {
    color: #000;
    margin: 20px 0px;
    font-weight: 600;
    font-size: 22px;
}

.blog-detail-content-text h1 {
    font-size: 35px;
    color: #070909;
    margin: 30px 0 6px;
}

.txtt_color {
    color: #ebe714;
    transition: 0.2s ease-in-out;
}

.txtt_color:hover {
    transition: 0.2s ease-in-out;
    text-decoration: underline;
    color: #ebe714ba;
}

/* new css */


ul.blog-top > li {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.blog-top > li > img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #000000;
}

.blog-detail-content .blogs_author_box_wrp {
    background: #fffae6;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e6bd01;
    margin-bottom: 30px;
}

.blog-detail-content .blogs_author_box_wrp > .author_box {
    display: flex;
    align-items: center;
    gap: 20px;
}

.blog-detail-content .blogs_author_box_wrp > span {
    font-size: 20px;
    font-family: 'Sofia Pro';
    color: #000;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
    display: block;
    border-bottom: 1px solid #e6bd01;
    padding-bottom: 10px;
    width: fit-content;
}

.blog-detail-content .blogs_author_box_wrp > .author_box > img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #e6bd01;
    border-radius: 50%;
}

.blog-detail-content .blogs_author_box_wrp > .author_box > .author_textt_box > h2 {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #000;
    font-family: 'Sofia Pro';
    font-weight: 600;
}

.blog-detail-content .blogs_author_box_wrp > .author_box > .author_textt_box > p {
    color: #000;
    font-size: 16px;
    font-family: 'Sofia Pro';
    line-height: 1.6;
    margin-bottom: 0;
}

.blog-detail-content .blogs_author_box_wrp > .author_box > .author_textt_box > h2 > a > i {
    color: #0077b5;
}


/* tax calculator page */

.proposed_income_secc {
    background: #f0f0f0;
    height: 700px;
    display: flex;
    align-items: center;
    position: relative;
}

.proposed_income_secc h1 {
    font-size: 58px;
    color: #000;
    line-height: 1.2;
    margin-bottom: 20px;
}

.proposed_income_secc p {
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 20px;
}

.proposed_income_secc a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.proposed_income_secc a > span {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
}

.proposed_income_secc a > i {
    font-size: 16px;
    color: #000;
    border: 1px solid #000;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.proposed_income_secc .proposed_income_img_wrpr {
    position: absolute;
    height: 700px;
    width: 45%;
    top: 0;
    right: 0;
}

.proposed_income_secc .proposed_income_img_wrpr > img.proposed_vec_img {
    position: absolute;
    bottom: -60px;
    left: 80px;
}

.proposed_income_secc .proposed_income_img_wrpr > img.proposed_main_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.white-bg.tax_calc_pgg iframe {display: none;}

.calculator_main {
    background: #43454c;
    padding: 40px;
    width: 90%;
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 90px;
    border-radius: 20px;
    box-shadow: 0px 13px 17.28px 0.72px rgba(0, 0, 0, 0.25);
}

.calculator_main>h2 {
    font-size: 46px;
    color: #ffcc00;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: bold;
}

.calculator_main>p {
    color: #fff;
    font-size: 25px;
    line-height: 1.4;
    font-weight: 300;
    margin-bottom: 40px;
}

.calculator_main>p>a {
    color: #ffcc00;
    font-weight: 400;
    text-decoration: underline;
}

.calculator_main>input {
    width: 100%;
    height: 60px;
    border: 0;
    padding: 20px;
    border-radius: 8px;
    font-size: 25px;
    color: #000;
    font-weight: 300;
    margin-bottom: 20px;
}

.calculator_main>input::placeholder {
    color: #000;
}

.calculator_main select {
    width: 100%;
    height: 60px;
    border-radius: 8px;
    font-size: 25px;
    color: #000;
    font-weight: 300;
    margin-bottom: 20px;
    padding: 0px 20px;
}

.calculator_main .year_textt {
    width: 100%;
    background: #fff;
    height: 60px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 25px;
    color: #000;
    display: flex;
    align-items: center;
    padding: 20px;
    font-weight: 300;
}

.calculator_main .calculator_wrpr {
    background: #fff;
    padding: 30px 20px;
    border-radius: 8px;
    box-shadow: 0px 13px 17.28px 0.72px rgba(0, 0, 0, 0.25);
}

.calculator_main .calculator_wrpr>h3 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #000;
}

.calculator_main .calculator_wrpr>.result {
    height: 60px;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #000;
    font-weight: 300;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.calculator_main .calculator_wrpr>.result>span {
    font-weight: 500;
}

.calculator_main .calculator_wrpr>.result:last-child {
    margin: 0;
}

.calculator_main select:focus {
    box-shadow: none;
    border-color: transparent;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.calculator {
    max-width: 95%;
    margin: auto;
    padding: 20px;
    border-radius: 8px;
    background: #43454c;
    margin-top: 20px;
    margin-bottom: 20px;
}

.calculator h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 27px;
    font-weight: 600;
    line-height: 1.2;
    color: #ffcc00;
}

.calculator label {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.calculator input.monthlySalary {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.calculator .result {
    background: #fff;
    padding: 12px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #000;
    font-size: 12px;
}
.calculator .result span {
    font-weight: 500;
}

.calculator .slab-btn {
    display: block;
    width: 100%;
    padding: 8px;
    margin-top: 10px;
    font-size: 16px;
    background-color: #ffcc00;
    color: #000;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
}

.calculator .slab-btn:hover {
    background-color: #ffcc00;
}

.slabModal.modal {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
}

.slabModal .modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    max-width: 500px;
}

.slabModal .close {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    background: #ffcc00;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 30px;
    color: #000;
}

.slabModal .modal-content p {
    margin: 10px 0;
    font-size: 16px;
    color: #000;
    line-height: 1.6;
    position: relative;
    padding-left: 15px;
}

.slabModal h3 {
    color: #000;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.slabModal .modal-content p:after {
    position: absolute;
    content: "";
    background: #000;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 0;
    top: 10px;
}

.reduced_income_tax_secc {
    padding: 30px 0px 80px;
}

.reduced_income_tax_secc span {
    font-size: 24px;
    color: #000;
    background: #ebe714;
    height: 50px;
    display: flex;
    width: fit-content;
    align-items: center;
    padding: 0 30px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.reduced_income_tax_secc h2 {
    color: #000;
    line-height: 1.2;
    font-size: 47px;
    font-weight: bold;
    margin-bottom: 20px;
}

.reduced_income_tax_secc p {
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 400;
}

.reduced_income_tax_secc .reduced_income_tax_card {
    background: #43454c;
    padding: 15px;
    border-radius: 10px;
    width: 95%;
    margin-left: auto;
}

.reduced_income_tax_secc .reduced_income_tax_card > .reduced_income_tax_card_img {
    position: relative;
    height: 260px;
    margin-bottom: 20px;
}

.reduced_income_tax_secc .reduced_income_tax_card > .reduced_income_tax_card_img > .card_img_bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.reduced_income_tax_secc .reduced_income_tax_card > .reduced_income_tax_card_img > img.card_img_vec {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0 auto;
    width: 240px;
}

.reduced_income_tax_secc .reduced_income_tax_card h3 {
    text-align: center;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.reduced_income_tax_secc .reduced_income_tax_card p {
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
    font-size: 13px;
}

.reduced_income_tax_secc .reduced_income_tax_card .theme-btn {
    width: 100%;
    background: #ebe714;
    color: #000;
    position: relative;
}

.reduced_income_tax_secc .reduced_income_tax_card .theme-btn:before {
    border-color: #ebe714;
    width: 103%;
}

.white-bg.tax_calc_pgg .blog-sec {padding-bottom: 80px;}

.mobile_ver {
    display: none;
}


ul.blog-top > li > span.prof_init {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ebe714;
    border-radius: 50%;
    color: #000;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
}

.blog-detail-content .blogs_author_box_wrp > .author_box > span.author_prof {
    width: 14%;
    height: 110px;
    background: #eae616;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    font-size: 30px;
    font-weight: bold;
    color: #000;
}

.blog-detail-content .blogs_author_box_wrp > .author_box > .author_textt_box {
    width: 86%;
}

/* flim making page */

.flimmaking_banner {
    position: relative;
    padding-top: 130px;
    padding-bottom: 60px;
}

.flimmaking_banner:after {
    position: absolute;
    content: "";
    background: #f0f0f0;
    width: 100%;
    height: 65%;
    left: 0;
    top: 0;
    z-index: -2;
}

.flimmaking_pgg img.logo_white {
    display: none;
}

.flimmaking_pgg img.logo_black {
    display: block;
}

.flimmaking_pgg img.logo_white {
    display: none;
}

.flimmaking_pgg img.logo_black {
    display: block;
}

.flimmaking_banner h1 {
    text-align: center;
    color: #181818;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: 'Poppins';
}

.flimmaking_banner p {
    text-align: center;
    color: #545454;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
    margin-bottom: 30px;
}

.flimmaking_banner div#countdown {
    background: #43454c;
    width: fit-content;
    margin: 0 auto;
    padding: 30px 60px;
    border-radius: 20px;
}

.flimmaking_banner div#countdown > ul {
    display: flex;
    gap: 80px;
}

.flimmaking_banner div#countdown > ul > li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #8d8d8d;
    font-size: 13px;
    line-height: 1;
    position: relative;
}

.flimmaking_banner div#countdown > ul > li > span {
    color: #fff;
    font-size: 104px;
    line-height: 1;
    font-weight: bold;
    font-family: 'Sofia Pro';
}

.flimmaking_banner div#countdown > ul > li:after {
    position: absolute;
    content: ":";
    font-size: 60px;
    color: #fff;
    right: -49px;
    line-height: 1;
    top: 25px;
    font-weight: bold;
}

.flimmaking_banner div#countdown > ul > li:last-child:after {
    display: none;
}

.flimmaking_banner img {
    width: 100%;
    border-radius: 20px;
    display: block;
    margin-top: 60px;
    height: 550px;
    object-fit: cover;
}

.flimmaking_banner > span {
    position: absolute;
    width: 620px;
    height: 620px;
    border: 1px solid #236bfe29;
    border-radius: 50%;
    z-index: -1;
}

.flimmaking_banner > span:nth-child(1) {
    right: -270px;
    top: 70px;
}

.flimmaking_banner > span:nth-child(2) {transform: scale(1.2);top: 60px;right: -260px;}


.skills_master_class_secc {
    padding-bottom: 60px;
    position: relative;
}

.skills_master_class_secc .skills_master_boxx {
    background: #fffae6;
    border: 1px solid #f2da6d;
    padding: 25px 20px;
    border-radius: 25px;
    transition: 0.3s ease-in-out;
}

.skills_master_class_secc .skills_master_boxx > p {
    color: #000;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.skills_master_class_secc h2 {
    color: #000;
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: bold;
}

.skills_master_class_secc .skills_master_boxx > span {
    display: block;
    color: #000;
    border: 1px solid #ebe714;
    width: fit-content;
    padding: 10px 30px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    background: #ebe714;
    margin-bottom: 26px;
    transition: 0.3s ease-in-out;
}

.skills_master_class_secc .skills_master_boxx > p:last-child {
    margin: 0;
}

.skills_master_class_secc .skills_beyond_boxx {
    border: 1px solid #b5b7b9;
    padding: 25px 20px;
    border-radius: 25px;
    margin-bottom: 20px;
    transition: 0.3s ease-in-out;
}

.skills_master_class_secc .skills_beyond_boxx > h2 {
    font-size: 30px;
}

.skills_master_class_secc .skills_beyond_boxx > .theme-btn {
    font-size: 16px;
    height: 40px;
    width: 100%;
    border-radius: 10px;
    background: #ebe714;
    color: #000;
}

.skills_master_class_secc .skills_master_boxx > img {
    width: 200px;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
}

.skills_master_class_secc .skills_master_boxx .theme-btn {
    width: 100%;
    height: 40px;
    font-size: 16px;
    background: #ebe714;
    color: #000;
}

.skills_master_class_secc .skills_master_boxx .theme-btn:before {
    border-color: #ebe714;
}

.skills_master_class_secc .partnr_logos {
    display: flex;
    align-items: center;
    gap: 50px;
    margin: 50px 0px;
}

.skills_master_class_secc .partnr_logos > h2 {
    margin: 0;
}

.skills_master_class_secc .partnr_img_wrp > img {
    width: 100%;
    height: 300px;
    border-radius: 20px;
    border: 1px solid #3c3e41;
    object-fit: cover;
}

.skills_master_class_secc .partnr_textt_wrp > p {
    color: #000;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-align: justify;
}

.skills_master_class_secc .partnr_textt_wrp > h2 {
    font-size: 30px;
}

.skills_master_class_secc .event_schedule_textt {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 30px;
}

.skills_master_class_secc .event_schedule_textt p {
    color: #000;
    line-height: 1.6;
    font-weight: 400;
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
}

.skills_master_class_secc .event_schedule_box {
    background: #fffae6;
    padding: 25px 20px;
    border-radius: 25px;
    border: 1px solid #f3df85;
    position: relative;
    z-index: 1;
    transition: 0.3s ease-in-out;
    height: 590px;
    overflow: hidden;
}

.skills_master_class_secc .event_schedule_box > h2 > span {
    display: block;
    color: #000;
}

.skills_master_class_secc .event_schedule_box > h2 {
    line-height: 1.2;
    margin-bottom: 15px;
}

.skills_master_class_secc .event_schedule_box > p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
}

.skills_master_class_secc .event_schedule_box > .event_schedule_inner_box {
    border: 1px solid #d5d6d7;
    background: #fff;
    padding: 25px 20px;
    border-radius: 25px;
    margin-bottom: 20px;
}

.skills_master_class_secc .event_schedule_box > .event_schedule_inner_box > span {
    background: #ebe714;
    display: block;
    width: fit-content;
    line-height: 1;
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid #ebe714;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    transition: 0.3s ease-in-out;
}

.skills_master_class_secc .event_schedule_box > .event_schedule_inner_box > p {
    color: #000;
    margin: 0;
    line-height: 1.7;
    font-weight: 400;
    font-size: 14px;
}

.skills_master_class_secc .event_schedule_box .theme-btn {
    font-size: 16px;
    height: 40px;
    border-radius: 10px;
    width: 80%;
    z-index: 2;
    margin: 0 auto;
    transition: 0.3s ease-in-out;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.skills_master_class_secc .event_schedule_box:after {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, #fffae7, transparent);
    width: 100%;
    height: 30%;
    left: 0;
    bottom: 0;
    border-radius: 25px;
    transition: 0.3s ease-in-out;
}

.skills_master_class_secc .workshop_outcome_wrpr {
    margin-top: 50px;
}

.skills_master_class_secc .workshop_outcome_wrpr > p {
    color: #000;
    line-height: 1.6;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 16px;
}

.skills_master_class_secc .flim_card_wrpr {
    background: #43454c;
    padding: 10px;
    border-radius: 20px;
    position: sticky;
    top: 80px;
}

.skills_master_class_secc .flim_card_wrpr > img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 10px;
}

.skills_master_class_secc .flim_card_wrpr > h3 {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.skills_master_class_secc .flim_card_wrpr > p {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
}

.skills_master_class_secc .flim_card_wrpr > a.theme-btn {
    width: 100%;
    background: #ebe714;
    color: #000;
    height: 40px;
    border-radius: 10px;
    font-size: 16px;
}

.flimmaking_banner {
    overflow: hidden;
}

.flimmaking_pgg {
    overflow-x: clip;
}

.skills_master_class_secc .skills_beyond_boxx > .theme-btn:hover:before {
    width: 103%;
    height: 121%;
    top: 0;
    border-color: #ebe714;
}

.skills_master_class_secc .skills_beyond_boxx > .theme-btn:hover {
    border-radius: 30px;
}

.skills_master_class_secc .skills_master_boxx .theme-btn:hover:before {
    top: 0;
    width: 103%;
}

.skills_master_class_secc .flim_card_wrpr > a.theme-btn:before {
    border-color: #ebe714;
}

.skills_master_class_secc .flim_card_wrpr > a.theme-btn:hover:before {
    width: 103%;
    top: 0;
    height: 120%;
}

.skills_master_class_secc .flim_card_wrpr > a.theme-btn:hover {
    border-radius: 30px;
}

.skills_master_class_secc .event_schedule_box .theme-btn:hover {
    border-radius: 30px;
}

.skills_master_class_secc .event_schedule_box .theme-btn:before {
    width: 103%;
    top: 0;
    height: 120%;
}

.skills_master_class_secc .event_schedule_box.box_2 {
    background: #ffe2d5;
    border-color: #ffc7af;
}

.skills_master_class_secc .event_schedule_box.box_2 .event_schedule_inner_box > span {
    background: #ebe714;
    border-color: #ebe714;
    color: #000;
}

.skills_master_class_secc .event_schedule_box.box_2:after {
    background: linear-gradient(0deg, #ffe2d5, transparent);
}

.skills_master_class_secc .skills_master_boxx:hover {
    border-color: #ebe714;
}

.skills_master_class_secc .skills_master_boxx:hover > span {
    background: #ebe7142e;
    color: #ebe714;
}

.skills_master_class_secc .skills_master_boxx:hover > span.tag2 {
    background: #ebe7142e;
    color: #ebe714;
}

.skills_master_class_secc .skills_master_boxx:hover > span.tag3 {
    background: #ebe7142e;
    color: #ebe714;
}

.skills_master_class_secc .skills_beyond_boxx:hover {
    border-color: #ebe714;
    background: #fffae6;
}

.skills_master_class_secc .event_schedule_box:hover {
    background: #ffe2d5;
    border-color: #ffc7af;
}

.skills_master_class_secc .event_schedule_box:hover > .event_schedule_inner_box > span {
    background: #ebe71426;
    color: #000;
}

.skills_master_class_secc .event_schedule_box:hover:after {
    background: linear-gradient(0deg, #ffe2d5, transparent);
}

.skills_master_class_secc .event_schedule_box.box_2:hover {
    background: #fffae6;
    border-color: #f8ecb6;
}

.skills_master_class_secc .event_schedule_box.box_2:hover .event_schedule_inner_box > span {
    background: #ebe71426;
    color: #000;
}

.skills_master_class_secc .event_schedule_box.box_2:hover:after {
    background: linear-gradient(0deg, #fffae7, transparent);
}

.skills_master_class_secc .event_schedule_box.show_content > .theme-btn {
    bottom: 20px;
}

.skills_master_class_secc .event_schedule_box.show_content:after {
    background: linear-gradient(0deg, #e4fff700, transparent) !Important;
}

.skills_master_class_secc .skills_master_boxx.speaker_box {
    height: 473px;
    overflow: hidden;
    transition: 0s;
    background: #f4f4f4;
    border-color: #b9bbbc;
}

.skills_master_class_secc .skills_master_boxx.speaker_box>.hide_text {
    display: none;
}

.skills_master_class_secc .skills_master_boxx.speaker_box.show_content>.hide_text {display: block;}

.skills_master_class_secc .skills_master_boxx.speaker_box.show_content {
    height: 720px;
}

.skills_master_class_secc .event_schedule_box.show_content {
    height: auto;
}

.skills_master_class_secc .event_schedule_box.show_content {
    padding-bottom: 70px;
}

header ul > li > a.film_tab {
    position: relative;
    /*animation: blinkin 1s ease infinite;*/
}

@keyframes blinkin {
    0% {
        box-shadow: #ebe71766 0 0 0 0;
        border-radius: 35px;
    }
    100% {
        box-shadow: #236bfe00 0 0 0 15px;
        border-radius: 35px;
    }
}

header ul > li > a.film_tab > span {
    position: absolute;
    width: 40px;
    height: 20px;
    background: #ebe714;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 1;
    text-transform: capitalize;
    border-radius: 20px;
    animation: blinkin 1s ease infinite;
    top: -12px;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-weight: 500;
}

.flimmaking_banner h1 > span {
    background-image: url(../images/text-vec-img.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* new changes */

.skills_master_class_secc .skills_beyond_boxx > p {
    color: #000;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

      .workshop-title {
      font-size: 2rem;
      font-weight: 700;
      color: #333;
      margin-bottom: 10px;
    }

    .workshop-subtitle {
      font-size: 1.2rem;
      color: #7a7a7a;
      margin-bottom: 25px;
    }

    .workshop-list {
      list-style: none;
      padding-left: 0;
      margin-left: 15px;
    }

    .workshop-list li {
      position: relative;
      padding-left: 30px;
      margin-bottom: 18px;
      line-height: 1.6;
      color: #000;
      margin-bottom: 10px;
      list-style: circle;
      padding: 0;
    }
    .see-more-btn {
      cursor: pointer;
      color: #ebe714;
      font-weight: 500;
      transition: color 0.2s ease;
      margin-top: 20px;
      position: relative;
      z-index: 99;
      margin-left: 20px;
    }

.see-more-btn:hover {
    color: #000000;
    text-decoration: underline;
}

    .fade-slide {
      transition: max-height 0.4s ease, opacity 0.4s ease;
      opacity: 1;
      max-height: 1000px;
    }

    .fade-slide.hide {
      opacity: 0;
      max-height: 0;
    }
.workshop-box.partnr_textt_wrp .text-muted {
    color: #000;
}

.workshop-box.partnr_textt_wrp ul {
    /* margin-left: 15px; */
    padding-left: 5px;
}
 .fade-slide {
      transition: max-height 0.4s ease, opacity 0.4s ease;
      overflow: hidden;
      opacity: 1;
      max-height: 1000px;
    }

    .fade-slide.hide {
      opacity: 0;
      max-height: 0;
      display: none;
    }
.Workshop-slider img {
    width: 100%;
    height: 350px;
    border-radius: 20px;
    border: 1px solid #3c3e41;
    object-fit: cover;
}
.workshop-box h3 {
    color: #000;
    font-size: 40px;
    margin-bottom: 20px;
}
.work-main-list.active {
    height: 170px;
    overflow-y: scroll;
    padding-left: 10px;
    padding-right: 15px;
}

.facility-tabs {
    margin-top: 30px;
}

.facility-tabs ul {
    justify-content: center;
    border: unset;
    gap: 0;
    background: #000000;
    width: fit-content;
    border-radius: 15px;
    margin: 0 auto;
}

.facility-tabs .nav-tabs .nav-link {
    border: unset !important;
    background: unset;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    padding: 20px 25px;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.facility-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    position: relative;
    background: #ebe714;
    border-radius: 15px;
    color: #000;
}

.facility-imgs-wrp .col-md-4 > a > img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.facility-imgs-wrp a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.facility-imgs-wrp a::after {
    position: absolute;
    content: "+";
    background: rgb(235 231 20 / 17%);
    width: 100%;
    height: 100%;
    left: 0px;
    font-size: 40px;
    border-radius: 50%;
    transition: all 0.4s ease-in-out 0s;
    transform: scale(0);
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
}

.facility-imgs-wrp a:hover::after {
    transition: all 0.4s ease-in-out 0s;
    transform: scale(1);
    border-radius: 10px;
}

.facility-imgs-wrp .col-md-4 > .row > .col-md-6 > a > img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    margin-bottom: 20px;
}

.ceremony-img-wrap a {
    margin-bottom: 20px;
}

.ceremony-img-wrap .col-md-3 :first-child img {
    height: 355px;
    object-position: left;
}

.facility-imgs-wrp a > img {
    border-radius: 10px;
}

.ceremony-img-wrap .col-md-3 :last-child img {
    height: 250px;
}

.ceremony-img-wrap .col-md-6 img {
    height: 235px;
}

.ceremony-img-wrap .col-md-4 > a > img {
    height: 235px;
}

.ceremony-img-wrap .col-md-12 > a > img {
    height: 370px;
}

.ceremony-img-wrap img {
    width: 100%;
    object-fit: cover;
}


.facility-secc .theme-heading > h2 {
    color: #000;
    font-size: 40px;
    margin-bottom: 20px;
    font-family: 'Sofia Pro';
    font-weight: bold;
}

.facility-secc .theme-heading > p {
    color: #000;
    width: 80%;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
}

.workshop_outcome_wrpr li {
    list-style: circle;
    margin-left: 15px;
    margin-bottom: 10px;
    color: #000;
}
.video-box {
        position: relative;
        cursor: pointer;
    }

    .video-box img {
        width: 100%;
        height: auto;
        display: block;
    }

    .play-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 60px;
        color: white;
        opacity: 0.8;
    }

    .video-box video {
        width: 100%;
       height: 370px !important;
        border-radius: 10px;
        display: block;
        object-fit: cover;
    }

   .ceremony-img-wrap .col-md-3 :last-child video {
    height: 250px !important;
}
.ceremony-img-wrap .col-md-3 :first-child video {
    height: 355px !important;
    margin-bottom: 20px;
}
/* flim making page */


/*------------Cricket Page Css--------------*/

.crikt-pg iframe{
    display: none;
}
.crikt_banner{
    background: url(../images/cricket/banner-img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0 0 0;
    height: 80vh;
    display: flex;
    align-items: center;
}
.crikt_banner .criket_wrpr{}
.crikt_banner .criket_wrpr h2{
    font-family: Poppins, sans-serif;
    font-size: 57px;
    margin: 0 0 20px 0;
}
.crikt_banner .criket_wrpr p{
    font-weight: 300;
    line-height: 1.5;
}
.crikt_banner .crikt_img {}
.crikt_banner .crikt_img img{
    margin: 0 auto;
    display: flex;
}

.registr_sec{
    background: #fff;
    border-bottom: 2px solid #000;
}
.registr_sec ul{
    display: flex;
    text-align: center;
}
.registr_sec ul li{
    padding: 20px 80px;
}
.registr_sec ul li a{
    display: flex;
    align-items: anchor-center;
    gap: 10px;
}
.registr_sec ul li img{}
.registr_sec ul li h6{
    margin: 0;
    color: #000;
    font-weight: 500;
    font-size: 20px;
}
.registr_sec ul li:hover{background: var(--theme);}

.about_Ssec{
    background: #fff;
    padding: 100px 0;
}
.about_Ssec .abt_txtt{
    background: var(--theme);
    padding: 80px 30px;
    height: 428px;
}
.about_Ssec .abt_txtt h2{
    color: #000;
    font-weight: 600;
    font-size: 60px;
    margin: 0 0 10px 0;
    font-family: Poppins, sans-serif;
}
.about_Ssec .abt_txtt p{
    color: #000;
    font-weight: 300;
    line-height: 1.6;
}
.about_Ssec .abt_txtt1 img{
    width: 100%;
}

.event_Sec{
    padding: 80px 0;
    background: #fff;
}
.event_Sec .event_txt{
    text-align: center;
    margin: 0 0 50px 0;
}
.event_Sec .event_txt h2{
    font-family: Poppins, sans-serif;
    color: #000;
    font-size: 60px;
    font-weight: 700;
    display: inline-block;
    padding: 10px 70px;
    z-index: 1;
    background: url(../images/cricket//highlight.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.event_Sec .event_txt h2:before{/* position: absolute; */content: "";background: url(../images/cricket//highlight.png);width: 100%;top: 0;left: 0;height: 100%;z-index: -1;background-repeat: no-repeat;}
.event_Sec .evnt_bx{
    background: #000;
    padding: 10px 10px 30px 10px;
}
.event_Sec .evnt_bx img{
    width: 100%;
}
.event_Sec .evnt_bx .d-flex{
    padding: 50px 0 0 0;
    gap: 30px;
    align-items: end;
}
.event_Sec .evnt_bx .d-flex h5{
    margin: 0;
    color: #fff;
    font-size: 30px;
    width: 80%;
    height: 110px;
}
.event_Sec .evnt_bx .d-flex a {
    background: #eae632;
    border-radius: 50%;
    padding: 10px;
    cursor: auto;
}
.event_Sec .evnt_bx .d-flex a img{border-radius: 50%;}

body.crikt-pg {
    background: #fff;
}

.event_Sec .slick-slide {margin: 0 15px; }
.slick-dots li {margin: 0 0px; padding: 0; }
.slick-dots li button{padding: 0;}
.slick-dots li.slick-active button:before {opacity: 1;background: #eae632;}
.slick-dots li button:before {font-size: unset;background: #000;height: 100%;width: 100%;border-radius: 0;opacity: 1;}
.slick-dots li, .slick-dots li button, .slick-next, .slick-prev {cursor: pointer; width: 70px; height: 7px; }
.event_Sec .slick-dots {bottom: -55px;}
.party_Sec{
    padding: 80px 0;
    background: #000;
}
.party_Sec .party_txt{
    text-align: center;
    margin: 0 0 60px 0;
}
.party_Sec .party_txt h2{
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
}
.party_Sec ul{
    margin: 0 auto;
    width: 75%;
    display: block;
}
.party_Sec ul li{}
.party_Sec ul li .itm{
    height: 480px;
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: end;
    padding: 40px 50px;
}
.party_Sec ul li .itm img{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
.party_Sec ul li .itm .d-flex{justify-content: space-between;width: 100%;align-items: end;}
.party_Sec ul li .itm .d-flex .lft_db{}
.party_Sec ul li .itm .d-flex .lft_db h4{
    margin: 0;
    color: #fff;
    font-size: 40px;
    width: 80%;
}
.party_Sec ul li .itm .d-flex .right_db {}
.party_Sec ul li .itm .d-flex .right_db a{
    padding: 10px;
    background: #eae632;
    border-radius: 50%;
    display: block;
    height: 50px;
    width: 50px;
    cursor: auto;
}
.party_Sec ul li .itm .d-flex .right_db a img{
    position: unset;
    height: auto;
    width: auto;
    transform: rotate(36deg);
}


.party_Sec .slick-dots li button:before {background: #4f4e4e;}
.party_Sec .slick-dots li.slick-active button:before {opacity: 1; background: #eae632; }
.party_Sec .slick-dots {bottom: -50px;width: auto;text-align: center;margin: auto;left: 0;right: 0;}

.detail_Sec{
    padding: 60px 0;
}
.detail_Sec .detail_txt{
    text-align: center;
}
.detail_Sec .detail_txt h2{
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 60px;
    font-weight: 700;
}
.detail_Sec ul{
    margin: 50px 20px 0 20px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.detail_Sec ul li{
    background: #000;
    border-radius: 25px;
    width: 20%;
}
.detail_Sec ul li .to_top{
    padding: 15px;
    border-radius: 25px;
    background: var(--theme);
}
.detail_Sec ul li .to_top h4{
    margin: 0;
    color: #000;
    font-weight: 700;
    font-size: 26px;
}
.detail_Sec ul li .to_btm{
    padding: 30px 45px;
}
.detail_Sec ul li .to_btm p{
    margin: 0;
    font-weight: 300;
}

.detail_Sec ul li:hover{    background: var(--theme);}
.detail_Sec ul li:hover .to_top{background: #000; }
.detail_Sec ul li:hover .to_top h4{color: var(--theme); }
.detail_Sec ul li:hover .to_btm p{color: #000;}
.logo_Secton{
    padding: 60px 0;
    background: #000;
}
.logo_Secton ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo_Secton ul li{
    width: 15%;
    text-align: right;
}
.logo_Secton ul li h3{
    color: #dfdede;
    font-family: Poppins, sans-serif;
    font-size: 35px;
}
.logo_Secton ul li img{}

.logo_Secton ul li:nth-child(1){
    text-align: left;
}

.powered_sec{
    padding: 80px 0;
    text-align: center;
}
.powered_sec .ppwr_txt{}
.powered_sec .ppwr_txt h5{
    font-size: 40px;
    color: #000;
    margin: 0;
}
.powered_sec .ppwr_txt h2{
    font-size: 80px;
    color: #000;
    font-weight: bold;
    font-family: Poppins, sans-serif;
    display: inline-block;
    padding: 0px 100px;
    background: url(../images/cricket//highlight.png);
    background-repeat: no-repeat;
    background-position: center;
}
.powered_sec .ppwr_txt p{
    color: #000;
    padding: 0 200px;
    line-height: 1.9;
}

.cta_Sec{
    padding: 100px 0;
    background: #000;
    text-align: center;
}
.cta_Sec .cta_txt{padding: 0 200px;}
.cta_Sec .cta_txt h2{
    font-size: 80px;
    color: #fff;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    margin: 0 0 20px 0;
}
.cta_Sec .cta_txt p{
    color: #fff;
    line-height: 1.6;
    font-size: 24px;
    font-weight: 400;
}
.cta_Sec .cta_txt .btns{
    margin: 30px 0 0 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.cta_Sec .cta_txt .btns a{
    padding: 10px 30px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    border-radius: 50px;
}
.cta_Sec .cta_txt .btns a.btn1{
    background: var(--theme);
}
.cta_Sec .cta_txt .btns a.btn2{
    background: #ffffff;
}

















/*------------Cricket Page Css--------------*/