/*Common Section*/
@font-face {
    font-family: 'Helvetica';
    src: url(../fonts/helvetica/Helvetica.ttf);
}

body {
    transition: background-color .5s;

}

html {
    scroll-behavior: smooth;
}

:root {
    --themeColor: rgba(0, 46, 105, 1);
    --secondaryColor: #666565;
    --bgColor: #F5F8FD;
    --primaryTextColor: #464646;
    --secondaryTextColor: #76797D;
    --font-family: 'Helvetica';
    --font-weight-bold: 700;
    --font-weight-regular: 400;
    --line-height: 1.5;
    --color-white: white;
    --line-height-titles: 1.2;
    --grid-gap: 40px 60px;
    --box-shadow10: 1px 5px 10px 0px #DEECFF;
    --box-shadow20: 1px 5px 20px 0px #DEECFF;
    --box-shadow40: 0 .5rem 2rem rgba(0, 0, 0, .1);
    --box-shadow50: 0 .5rem 2rem rgba(0, 0, 0, .2);
    --Approved: #239B56;
    --New: #B03A2E;
    --InProgress: #F39C12;
    --OnHold: #FF5733;
    --Closed: #2ECC71;
    --Assigned: #0096CC;
    --bgImage: linear-gradient(to right top, #461faa,
        #4234bf, #3a46d5, #2c58ea, #0069ff);
}

h1,
h2,
h3 {
    color: var(--primary-text-color);
    font-family: var(--font-family);
}

h4,
h5,
h6,
p {
    color: var(--secondary-text-color);
    font-family: var(--font-family);
}



.paggignationHeader h3 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-size: 0.9em;
    padding-bottom: 15px;
    color: var(--themeColor);
}

.paggignationHeader h3 a {
    color: var(--themeColor);
    font-weight: bold;
    text-decoration: none;
}

/*Common Section*/

/*NAVBAR*/
.navbar .container-fluid {
    padding: 0% 0% 0% 0%;
    margin: 0px;
}

.navbar .navigationComp {
    padding: 0% 8.8% 0% 5%;
    margin: 0px;
}

.navbar {
    margin-bottom: 0;
    background-color: white;
    z-index: 9999;
    border: 0;
    position: fixed;
    width: 100%;
    box-shadow: var(--box-shadow40);
    margin: 0px;
    padding: 2px;
    font-family: var(--font-family);
    line-height: 1.42857143 !important;
    letter-spacing: 1.2px;
    border-radius: 0;
}

.navbar-nav {
    float: right;
}

.navbarBrand {
    padding: 7px 65px 0px 25px;
    margin-top: -8px;
    color: white;
    margin-left: 0px;
    position: absolute;
}

.navbarBrand h2 {
    font-size: 1em;
    margin: 0px;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--primary-color);
    padding-left: 40px;
    font-weight: 100;

}

.navbarBrand:hover h2 {
    color: white;
}

.navbar-nav li a {
    color: var(--primaryTextColor);
    font-weight: 400;
    font-size: 1em;
    letter-spacing: 0px;
    padding-top: 20px;
    transition: 0.5s ease-in;
}

.navbar-nav li a:hover {
    background-color: transparent;
    font-weight: 600;
    transition: 0.5s ease-in;
}

.brandImage img {
    height: 60px;
    padding: 0px;
    margin-top: 0px;
    margin-left: 45px;
    margin-bottom: 0px;
}

.navbarBrand:after {
    content: "";
    position: absolute;
    right: -80px;
    top: 0px;
    width: 0px;
    height: 0px;
    border-top: solid 43px var(--themeColor);
    border-right: solid 80px transparent;
}

.navbarBrand:hover {
    color: var(--templates-color);
    text-decoration: none;
}

.navbar .callNumberComp {
    text-align: center;
    background-image: var(--bgImage);
    padding: 10px 45px;
    border-radius: 5px;
    color: white;
    margin-top: -10px;
    font-size: 1em;
    border: none;
}

/*NAVBAR*/

/*Common Styles*/

.SectionHeadComp span {
    background-color: var(--themeColor);
    color: white;
    border-radius: 40px;
    text-align: center;
    padding: 10px 25px
}

.SectionHeadComp h2 {
    font-weight: bold;
    background: var(--bgImage);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: white;
    line-height: 35px;
    font-size: 2.2em;
}

.SectionHeadComp h5 {
    font-size: 1.3em;
    line-height: 25px;
    color: var(--secondaryTextColor);
}

/*Common Styles*/

/*================= INDEX PAGE STARTS ======================*/

/* ------------- LandingSection STARTS ----------------*/
#LandingSection {

    background-image: url(../image/bgLanding01.jpg);
    top: 0;
    width: 100%;
    z-index: 0;
    background-size: calc(100% + 50px);
}



#LandingSection .contentLandComp .BtnServices {
    text-align: center;
    background-image: var(--bgImage);
    padding: 15px 25px;
    border-radius: 5px;
    color: white;
    background-repeat: no-repeat;
    margin-top: 25px;
    font-size: 1em;
    width: 100%;
    letter-spacing: 1px;
    border: none;
}

#LandingSection .contentLandComp .BtnBookAppoint {
    text-align: center;
    background-color: var(--themeColor);
    padding: 15px 25px;
    border-radius: 5px;
    color: white;
    width: 100%;
    margin-top: 25px;
    font-size: 1em;
    letter-spacing: 1px;
    border: none;
}

#LandingSection .contentLandComp {
    padding-top: 8%;
    text-align: center;
}


#LandingSection .contentLandComp h2 {
    color: white;
    font-weight: 100;
}

#LandingSection .contentLandComp h4 {
    font-size: 1.5em;
    padding-top: 4%;
    color: white;
    font-weight: 500;
}

#LandingSection .contentLandComp h5 {
    font-size: 1.3em;
    line-height: 30px;
    color: white;
}

#LandingSection .contentLandComp .text-slider {
    display: inline-block;
    font-style: italic;
    font-weight: bold;
    color: white;
    padding: 0px;
    letter-spacing: 2px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

/* Style for the two words that will change */
#LandingSection .contentLandComp .text-slider .word {
    display: inline-block;
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

/* Animation class for replacing words */
#LandingSection .contentLandComp .text-slider .word.replace {
    opacity: 0;
}

#LandingSection .carousel-images {
    position: relative;
    display: inline-block;
}

#LandingSection .carousel-images img {
    display: block;
    width: 100%;
    /* or set fixed width/height */
    height: 100%;
}

#LandingSection .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 46, 105, 0.7);
    /* black overlay with 50% opacity */
    pointer-events: none;
    /* allows clicking through the overlay if needed */
}

#LandingSection .carousel-container {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

#LandingSection .carousel-images {
    position: relative;
    width: 100%;
}

#LandingSection .carousel-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#LandingSection .active {
    opacity: 1;
}

#LandingSection .controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

#LandingSection .prev,
#LandingSection .next {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 30px;
    padding: 0px;
    height: 50px;
    margin-left: 25px;
    margin-right: 25px;
    aspect-ratio: 1;
    border: none;
    opacity: 0;
    cursor: pointer;
    border-radius: 50%;
    transition: 0.3s ease-in;
}

#LandingSection .carousel-container:hover .prev {
    opacity: 1;
    transition: 0.5s ease-in;
}

#LandingSection .carousel-container:hover .next {
    opacity: 1;
    transition: 0.5s ease-in;
}

#LandingSection .prev:hover,
#LandingSection .next:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

/* ------------- LandingSection ENDS ----------------*/

/* ------------- inSliderText STARTS ----------------*/
#inSliderText .textSlider {
    text-align: center;
}

#inSliderText .textSlider .well {
    background-image: var(--bgImage);
    box-shadow: none;
    border-radius: 10px;
    padding: 25px;
    color: white;
    text-align: center;
}



#inSliderText .textSlider .well h4 {
    line-height: 27px;
}

.textSlider .well img {
    height: 70px;
}

.textSlider .well .textSliderImg {
    display: flex;
    justify-content: center;
}

.containerBoxJob {
    width: 100%;
    align-items: center;
    z-index: 10;
}

.box {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    transition: transform 1s ease, opacity 1s ease;
    opacity: 1;
}

/* Hidden states */
.hide-left {
    transform: translateX(-200%);
    opacity: 0;
}

.hide-bottom {
    transform: translateY(200%);
    opacity: 0;
}

.hide-right {
    transform: translateX(200%);
    opacity: 0;
}

/* Show (reset) */
.show {
    transform: translateX(0) translateY(0);
    opacity: 1;
}

.mainContainerAbout {}

.mainContainerAbout .sliderContent span {
    color: var(--themeColor);
    font-weight: bold;
    opacity: 0;

    font-size: 1.5em;
    text-align: center;
    animation-iteration-count: 2;
    animation: dropAbout 0.4s linear forwards;
}

.mainContainerAbout span:nth-child(2) {
    animation-delay: 0.2s;
}

.mainContainerAbout span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes dropAbout {
    0% {
        transform: translateX(-200px) scaleX(0.9);
    }

    5% {
        opacity: 0.7;
    }

    50% {
        transform: translateX(0px) scaleX(1);
        opacity: 1;
    }

    65% {
        transform: translateX(-17px) scaleX(0.9);
    }

    75% {
        transform: translateX(-22px) scaleX(0.9);
    }

    100% {
        transform: translateX(0px) scaleX(1);
        opacity: 1;
    }
}

.bridge-section {
    position: relative;
    overflow: hidden;
}

.bridge-img {
    position: absolute;
    top: 80%;
    right: -250px;
    transform: translateY(50%) translateX(0);
    width: 600px;
    will-change: transform;
    pointer-events: none;
}

/* ------------- inSliderText ENDS ----------------*/

/* ------------- inCourseComp STARTS ----------------*/
#inCourseComp {
    background-image: url(../image/inAuthBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#inCourseComp .SectionHeadComp {
    text-align: left;
    padding-bottom: 25px;
}

.wrapper {
    position: relative;
    width: 100%;
    /* Center in scroll */
    background: transparent;
    padding: 10px 0px 0px 0px;
    overflow: hidden;
}

.sentenceTextHeading {
    color: white;
    position: relative;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s ease;
}

.overlayTextHeading {
    position: absolute;
    top: 0;
    bottom: 0;
    background: transparent;
    width: 100%;
    z-index: 2;
    transition: all 1s ease;
}

.revealTextHeading .overlayTextHeading {
    left: 100%;
}

.revealTextHeading .sentenceTextHeading {
    opacity: 1;
}

.hideTextHeading .overlayTextHeading {
    left: 0%;
}

.hideTextHeading .sentenceTextHeading {
    opacity: 0;
}

.courseTypesLanding .well {
    border-radius: 10px;
    box-shadow: var(--box-shadow20);
    background-color: white;
    transition: 0.4s ease-in;
    cursor: pointer;
    border: 1px solid rgba(0, 46, 105, 0.2);
}

.courseTypesLanding .well:hover {
    border: 1px solid var(--themeColor);
    transition: 0.4s ease-in;
}

.courseTypesLanding .well img {
    border-radius: 6px;
}

.courseImagePane {
    height: 180px;
    overflow: hidden;
    border-radius: 6px;
}

.courseTypesLanding .well img {
    transition: 0.4s ease-in;
}

.courseTypesLanding .well:hover img {
    transform: scale(1.1);
    transition: 0.4s ease-in;
}

.newLaunched {
    position: absolute;
    background-color: var(--themeColor);
    top: 0px;
    right: 15px;
    font-size: 0.8em;
    border-radius: 4px;
    padding: 8px 15px;
    animation: blink 1.5s infinite;
}

.newLaunched h5 {
    color: white;
    letter-spacing: 0px;
    margin: 0px;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

.courseBtnComp {
    padding: 10px 0px 0px 0px;
}

.courseTitleLanding h3 {
    font-weight: bold;
    font-size: 1.5em;
    line-height: 30px;
    margin: 0px;
}

.courseDetailsLanding h4 {
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
}

.courseDetailsLanding h5 {
    font-size: 1.1em;
    text-align: center;
}

.courseSectionLanding .BtnServices {
    text-align: center;
    background-image: var(--bgImage);
    padding: 12px 25px;
    border-radius: 5px;
    color: white;
    background-repeat: no-repeat;
    margin-top: 0px;
    font-size: 1em;
    width: 100%;
    letter-spacing: 1px;
    border: none;
}

.exploreMore .BtnServices {
    text-align: center;
    background-color: var(--themeColor);
    padding: 10px 25px;
    border-radius: 5px;
    color: white;
    background-repeat: no-repeat;
    margin-top: 0px;
    font-size: 1em;
    width: 100%;
    letter-spacing: 1px;
    border: none;
}

.courseBtnComp {
    padding: 25px 15px 15px 15px;
}

/* ------------- inCourseComp ENDS ----------------*/




/* ------------- inPerformCount STARTS ----------------*/
#inPerformCount {
    background-image: var(--bgImage);
}


.conterTopImgOne {

    position: absolute;
    overflow: hidden;
    height: 350px;
    width: 350px;
    z-index: 0;
    opacity: 0.4;
    animation: conterTopImgOne 10s infinite;
    animation-timing-function: linear;
    animation-direction: alternate;
}


.conterTopImgTwo {

    position: absolute;
    overflow: hidden;
    height: 350px;
    width: 350px;
    z-index: 0;
    opacity: 0.2;
    animation: conterTopImgTwo 12s infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
}



.conterTopImgThree {

    position: absolute;
    height: 350px;
    width: 350px;
    opacity: 0.3;
    z-index: 0;
    animation: conterTopImgThree 15s infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
}



#inPerformCount h1 {
    text-align: center;
    color: white;
    margin-top: 0px;
    font-size: 4em;
    padding-bottom: 25px;
    font-weight: 600;
}

#inPerformCount p {
    text-align: center;
    color: white;
    margin-top: 0px;
    font-size: 1.5em;
    padding-bottom: 25px;
}

#inPerformCount span {
    text-align: center;
    color: var(--secondaryColor);
}

#inPerformCount .counterComp {
    background-color: white;
    margin-top: 25px;
    border-left: 10px solid var(--themeColor);
    border-radius: 15px;
}

.counterComp h2 {
    font-weight: 600;
    font-size: 2em;
    color: var(--secondaryColor);
    text-align: center;
    transition: all .6s ease-out;
}

.counterComp h4 {
    font-size: 1.2em;
    color: var(--themeColor);
    text-align: center;
    padding-top: 10px;
    transition: all .6s ease-out;
}


.counterComp {
    display: block;
    background: linear-gradient(to right, var(--themeColor) 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.counterComp:hover {
    background-position: left bottom;
}

.counterComp:hover h2 {
    color: var(--bgColor);
}

.counterComp:hover h4 {
    color: var(--bgColor);
}

#inPerformCount .SectionHeadComp {
    text-align: center;
}

#inPerformCount .SectionHeadComp span {
    background-color: white;
    color: var(--themeColor);
    border-radius: 40px;
    text-align: center;
    padding: 10px 25px
}

#inPerformCount .SectionHeadComp h2 {
    font-weight: bold;
    color: white;
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#inPerformCount .SectionHeadComp h5 {
    font-size: 1.3em;
    line-height: 25px;
    color: white;
}

.sliderTopImg {
    position: absolute;
    width: 80%;
}

.counterComp img {
    height: 50px;
    width: 100%;
}

/* ------------- inPerformCount ENDS ----------------*/

/* -------------- inTextSlider STARTS -------------- */
.sliderTextContainer {
    width: 100%;
    margin: 10px auto;
    overflow: hidden;
    position: relative;

}

.sliderTextTrack {
    display: flex;
    white-space: nowrap;
}

.sliderText {
    font-size: 4em;
    font-weight: bold;
    color: white;
    background: var(--bgImage);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 2px;
    margin-right: 50px;
    padding: 10px 20px;
}

@keyframes scrollText {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* -------------- inTextSlider ENDS -------------- */
/* ------------- inPremiumServices STARTS ----------------*/

#inPremiumServices .container-fluid {
    padding: 4% 9% 5% 12%;
}

.preimiumSerComp {
    padding-top: 3%;
}

.flip-box {
    width: 70px;
    height: 80px;
    overflow: hidden;
    perspective: 1000px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.3s;
    transform-style: preserve-3d;
}

.preimiumSerComp .well:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-front {
    color: black;
}

.flip-box-back {
    color: white;
    transform: rotateY(180deg);
}

.preimiumSerComp .well {
    padding: 0px;
    overflow: hidden;
    background-color: white;
    border-radius: 10px;
    box-shadow: var(--box-shadow40);
}

.dividerComp {
    background-image: var(--bgImage);
    height: 10px;
    border-radius: 10px;
    width: 100%;
}

.serImageComp {
    height: 300px;
    overflow: hidden;
}

.serDetails {
    padding: 20px;
}

.serDetails h2 {
    font-size: 1.5em;
    line-height: 27px;
    font-weight: 600;
    margin: 0px;
    padding-top: 15px;
}

.serDetails h6 {
    font-size: 1.1em;
    line-height: 22px;
    margin: 0px;
    padding-top: 15px;
}

.serDetails .readMoreServ {
    margin: 10px 0px 0px 0px;
    background-color: var(--bgColor);
    padding: 10px 30px;
    color: var(--themeColor);
    border-radius: 10px;
    transition: 0.4s ease-in;
    border: 1px solid rgba(29, 40, 100, 0.3);
}

.preimiumSerComp .well:hover .serDetails .readMoreServ {
    background-color: var(--themeColor);
    padding: 10px 30px;
    color: white;
    transition: 0.2s ease-in;
    border-radius: 40px;
    border: 1px solid rgba(29, 40, 100, 0.3);
}

/* ------------- inPremiumServices ENDS ----------------*/


/* ------------- inProPeers STARTS ----------------*/
#inProPeers .container-fluid {
    background-color: var(--bgColor);
}

#inProPeers .well {
    border-radius: 15px;
    padding: 0px;
    margin-top: 5%;
    background-image: var(--bgImage);
    border: none;
}

#inProPeers .SectionHeadComp h2 {
    color: white;
    color: white;
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#inProPeers .SectionHeadComp h5 {
    color: white;
}

.practicalExposure .wellComp {
    background-color: var(--themeColor);
    border-radius: 10px;
    padding: 20px 15px;
}

.practicalExposure .wellComp h3 {
    margin: 0px;
    font-weight: bold;
    font-size: 1.7em;
    color: white;
}

.practicalExposure .wellComp h4 {
    margin: 0px;
    font-size: 1.2em;
    color: white;
    padding-top: 10px;
    line-height: 25px;
}

/*  Rollover image styles  */
.figure {
    position: relative;
    max-width: 100%;
}

.figure img.Sirv.image-hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: contain;
    opacity: 0;
    transition: opacity .2s;
}

#inProPeers .well:hover img.Sirv.image-hover {
    opacity: 1;
}

#inProPeers img {
    margin-top: -60px;
    margin-left: -20px;
}

.sectionTeamHead {
    padding: 10% 5% 0% 5%;
}

.practicalExposure {
    padding: 7% 5% 0% 5%;
}

#inProPeers .pathService {
    background-image: linear-gradient(to right, #0f5c97, #0076ac, #0091bb, #00abc4, #27c4ca);
    padding: 15px 35px;
    text-align: center;
    color: white;
    border: none;
    font-size: 1.2em;
    border-radius: 40px;
}

#inProPeers .bookVisit {
    background-color: white;
    padding: 15px 35px;
    text-align: center;
    color: var(--themeColor);
    border: none;
    font-size: 1.2em;
    border-radius: 40px;
}

/* ------------- inProPeers ENDS ----------------*/

/* ------------- inTestimonials STARTS ----------------*/
#inTestimonials .container-fluid {
    background-image: url(../image/inSmallAbout.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#inTestimonials .sectionHeader h5 {
    color: white;
}

#inTestimonials .sectionHeader h1 {
    color: var(--secondaryColor);
}

#inTestimonials .sectionHeader p {
    color: white;
}

#inTestimonials .testiCardOuter .well {
    border-radius: 15px;
    padding: 0px;
    background-color: white;
    padding: 25px;
    border: none;
    margin-top: 25px;
    cursor: pointer;
    overflow: hidden;
    box-shadow: var(--box-shadow40);
    transition: 0.5s ease-in;
}

#inTestimonials .testiCardOuter .well:hover {
    background-size: cover;
    background-color: var(--bgColor);
    background-position: center;
    transition: 0.8s ease-in;
}

#inTestimonials .innerCircle {
    height: 150px;
    width: 150px;
    z-index: 0;
    background-image: var(--bgImage);
    border-radius: 40px;
    position: relative;
    opacity: 1;
    left: -100px;
    top: -100px;
    transition: 0.3s;

}

#inTestimonials .testiCardOuter .well:hover .innerCircle {
    transform: rotate(45deg);
    transition: 0.5s;
    opacity: 1;
}



#inTestimonials .testiInnerCard {
    margin-top: -170px;
}

#inTestimonials .testiInnerCard h2 {
    margin: 0px;
    padding: 15px 0px 0px 0px;
    font-size: 1em;
    text-align: right;
    font-weight: 700;
}

#inTestimonials .testiInnerCard h5 {
    margin: 0px;
    text-align: right;
    padding: 5px 0px 0px 0px;
    font-size: 0.8em;
    color: var(--secondaryColor);
    font-style: italic;
}

#inTestimonials .testiFooterCard h6 {
    font-size: 1em;
    line-height: 25px;
    padding: 25px 0px 25px 0px;
    color: var(--secondaryTextColor);
    overflow: hidden;
}

#inTestimonials .ratingComp h5 {
    font-weight: 600;
}

#inTestimonials .ratingComp span {
    color: var(--InProgress);
}

#inTestimonials .swiper-slide {
    text-align: center;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

#inTestimonials .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}

#inTestimonials .autoplay-progress {
    position: absolute;
    right: 20px;
    bottom: 35px;
    z-index: 10;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--themeColor);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--secondaryColor);
}

#inTestimonials .autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--secondaryColor);
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

#inTestimonials .swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
}

#inTestimonials .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;

    justify-content: center;
    align-items: center;
}

#inTestimonials .SectionHeadComp h5 {
    font-size: 1.3em;
    line-height: 25px;
    text-align: left;
    color: var(--secondaryTextColor);
}

#inTestimonials .imageCard {
    height: 50px;
    aspect-ratio: 1;
    border-radius: 50%;

    overflow: hidden;
    background-color: rgba(0, 46, 105, 0.1);
}

/* ------------- inTestimonials ENDS ----------------*/

/* ------------- inOurGallery STARTS ----------------*/
#inOurGallery .container-fluid {
    padding: 2% 9% 2% 12%;
}


/* ------------- inOurGallery ENDS ----------------*/

/* ------------- inOurPricing STARTS ----------------*/
#inOurPricing .container-fluid {
    padding: 2% 9% 2% 12%;
}


/* ------------- inOurPricing ENDS ----------------*/

/* ------------- inBookAppointment STARTS ----------------*/
#inBookAppointment .container-fluid {
    background-color: var(--bgColor);
    background-image: url(../image/Picture35.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
}


/* ------------- inBookAppointment ENDS ----------------*/


/* ------------- inLatestResearch STARTS ----------------*/

.blogViewAllComp .BtnServices {
    text-align: center;
    background-image: var(--bgImage);
    padding: 12px 25px;
    border-radius: 5px;
    color: white;
    background-repeat: no-repeat;
    margin-top: 25px;
    font-size: 1em;
    width: 100%;
    letter-spacing: 1px;
    border: none;
}

.researchComp {
    padding-top: 25px;
}

.BlogsComp .well {
    padding: 10px;
    border-radius: 10px;
    box-shadow: var(--box-shadow20);
    background-color: white;
    border: 1px solid white;
    transition: 0.5s ease-in;
    height: 360px;
    overflow: hidden;
}

.BlogsComp .well:hover {
    border: 1px solid var(--themeColor);
    transition: 0.5s ease-in;
}

.BlogsComp .well .blogHeading {
    background-color: white;
    margin-top: -10px;
    border-radius: 20px;
    position: relative;
    transition: 0.5s ease-in;
}

.BlogsComp .well:hover .blogHeading {
    margin-top: -45px;
    transition: 0.5s ease-in;
}

.overlayTesti {
    position: absolute;
    top: 0;
    left: 25;
    border-radius: 20px;
    width: 95%;
    height: 57%;
    margin-left: 0px;
    color: white;
    background-color: rgba(0, 46, 105, 0.9);
    /* black overlay with 50% opacity */
    pointer-events: none;
    /* allows clicking through the overlay if needed */
}

.blogTextCompTwo {
    position: absolute;
    color: white;
    z-index: 55555;
    top: 0px;
    left: 45px;
    padding: 15px 0px;
}

.blogTextCompTwo h3 {
    font-size: 1.8em;
    line-height: 35px;
    letter-spacing: 1px;
    font-weight: bold;
}

.blogTextCompTwo h4 {
    text-transform: uppercase;
    font-size: 0.9em;
}

.blogTextCompTwo h5 {
    padding-top: 25px;
    font-size: 0.9em;
}

#blogSlider .mySlidesBlogs {
    overflow: hidden;
    border-radius: 20px;
    height: 300px;
    box-shadow: var(--box-shadow20);
}

#blogSlider .mySlidesBlogs img {
    vertical-align: middle;
    border-radius: 15px;
    animation: zoom-out 8s ease-out infinite;
}

#blogSlider .slideshow-container {
    position: relative;
    margin: auto;
    overflow: hidden;
}

@keyframes zoom-out {
    0% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1.1, 1.1);
    }
}

#blogSlider .dot {
    height: 10px;
    width: 40px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.8s ease;
}

#blogSlider .active {
    background-color: white;
}

#blogSlider .fade {
    animation-name: fade;
    animation-duration: 8s;
}

@keyframes fade {
    from {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}

/* ------------- inLatestResearch ENDS ----------------*/

/* ------------- inFooterComp STARTS ----------------*/
#inFooterComp {
    background-image: url(../image/inFooterComp.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--themeColor);
}

#response {
    text-align: center;
    margin: 0px;
    color: white;
}

.newsLetterInput {
    padding: 0px;
    border-radius: 50px;
    margin-top: 35px;
}

.newsLetterInput input {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px;
    width: 100%;
    color: white;
    border-radius: 50px;
    background-color: rgba(0, 46, 105, 0.3);
    font-size: 1.2em;
}

.newsLetterInput .buttonSubsribe {
    background-color: white;
    color: var(--themeColor);
    border: none;
}



.newsLetterComp .well {
    background-color: var(--themeColor);
    border: none; 
    border-radius: 25px;
    margin-top: 00px;
}

.newsLetterComp .well h2 {
    font-weight: 600;
    color: white;
    letter-spacing: 2px;
    line-height: 35px;
    margin: 0px;
    text-align: left;
}

.socialIcons {
    display: flex;
    justify-content: space-between;
    width: 70%;
}

.socialIcons a {
    height: 40px;
    margin-top: 25px;
    aspect-ratio: 1;
    color: white;
    font-size: 1.4em;
    padding: 7px 0px 0px 12px;
    background-color: #2374DD;
    border-radius: 50%;
    transition: 0.3s;
    cursor: pointer;
}

.socialIcons a:hover {
    background-color: #00224E;
    transition: 0.3s;
}

.companyProfile h5 {
    color: white;
    font-size: 1.2em;
    line-height: 25px;
    padding-top: 15px;
}




.footerHead h4 {
    color: white;
    font-size: 1.4em;
    font-weight: 600;
}

.footerHead h5 {
    color: white;
    font-size: 1em;
    font-weight: 500;
}

.footerHead span {
    float: right;
    color: white;
}

.footerHead h5 a {
    color: white;
    text-decoration: none;
}

.addressWell .well {
    background-color: transparent;
    border: 1px solid grey;
    border-radius: 5px;
    padding: 5px 15px;
    color: white;
    margin-top: 25px;
    margin-bottom: 25px;
}

.addressWell .well h4 {
    font-size: 1.1em;
    letter-spacing: 1px;
    font-weight: 700;
    color: white;
    text-align: center;
}

.addressWell .well h5 {
    font-size: 1.2em;
    color: white;
    text-align: center;
    line-height: 25px;
}


.copyrightComp img {
    height: 40px;
    margin: 0px;
    padding: 0px 45px;
    background-color: rgba(39, 196, 202, 0.6);
    border-radius: 45px;
    margin-top: 12px;
}

.copyrightComp a {
    color: var(--secondaryColor);
    font-weight: bold;
}

.copyrightComp a {
    color: white;
    font-weight: normal;
}

.copyrightComp h5 {
    margin: 0px;
    font-size: 0.8em;
    color: white;
}

.copyrightComp h6 {
    margin: 0px;
    font-size: 0.8em;
    color: white;
}

.sliderUpIcon {
    height: 40px;
    aspect-ratio: 1;
    color: white;
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 1.5em;
    padding-top: 5px;
    padding-left: 13px;
    background-color: var(--themeColor);
    border-radius: 50%;
}

.whatsappChat {
     height: 40px;
    color: white;
    position: fixed;
    font-size: 1.8em;
    padding-top: 2px;
    padding-left: 10px;
    background-color: #25D366;
    border-radius: 40px;
}

.whatsappChat .chatText {
    font-size: 0.5em;
    position: absolute;
    top: 3px;
    left: 40px;
}

#sideBtnComp {
    position: fixed;
    right: -175px;
    /* hidden off-screen */
    padding: 10px 10px;
    background-color: transparent;
    color: white;
    width: 150px;
    overflow: hidden;
    border-radius: 10px;
    transition: right 0.5s ease;
    z-index: 5555555555555;
}


/* ------------- inFooterComp ENDS ----------------*/

/*================= INDEX PAGE ENDS ======================*/


/*ABOUT US*/


.sectionAboutHead .well {
    background-color: var(--themeColor);
    background-image: url(../image/bgBox03.png);
    background-size: cover;
    background-position: center;
    padding: 5% 10%;
    border-radius: 15px;
}

.sectionAboutHead .well h1 {
    letter-spacing: 2px;
    color: white;
    text-align: center;
    font-weight: bold;
}

.sectionAboutHead .well h3 {

    letter-spacing: 0px;
    color: white;
    text-align: center;

}

.sectionAboutHead .well h5 {

    letter-spacing: 0px;
    color: white;
    text-align: center;

}

.sectionAboutHead .well .BtnServices {
    text-align: center;
    background-color: white;
    padding: 12px 25px;
    border-radius: 5px;
    color: var(--themeColor);
    margin-top: 25px;
    font-size: 1.2em;
    width: 100%;
    letter-spacing: 0px;
    border: none;
}

.buttonCompAbout {
    padding: 0% 10%;
}

.sectionAboutHead .paggignationHeader h3 {
    font-size: 1em;
}

.sectionAboutHead .paggignationHeader h3 a {
    font-size: 1em;
    color: var(--themeColor);
}


.innerHeadingAbout {
    opacity: 0;
    transform: translateY(100%);
    animation: innerHeadingAbout 3s ease forwards;
}

@keyframes innerHeadingAbout {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



.brandLogo img {
    height: 80px;
}

.sectionAboutBody .brandLogo h3 {
    font-weight: bold;
    text-align: center;
    background: var(--bgImage);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: white;
}

.sectionAboutBody .brandLogo h4 {
    line-height: 25px;
    font-size: 1.2em;
    text-align: center;
    padding-top: 10px;
}

.aboutFeatures img {
    height: 300px;
}

.brandLogo h2 {
    text-align: center;
}

.aboutFetureImg {
    display: flex;
    justify-content: center;
}

.aboutFeatures h2 {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    color: var(--themeColor);
}

.aboutFeatures {
    padding: 4% 0% 8% 0%;
}

.aboutFeatures h4 {
    line-height: 25px;
    text-align: center;
    color: white;
}





.founderDesk h4 {
    line-height: 30px;
}

.founderDeskHeading h2 {
    font-size: 3em;
    line-height: 50px;
    font-weight: bold;
    text-align: left;
    background: var(--bgImage);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: white;
}

.founderDeskHeading h4 {
    font-size: 1.2em;
    line-height: 25px;
    text-align: left;
}

.founderDeskHeading h5 {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    color: var(--themeColor);
}

.founderDeskHeading span {
    background-color: var(--bgColor);
    text-align: left;
    margin-top: -35px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--primaryTextColor);
    padding: 0px 15px 0px 0px;
    position: absolute;
}



.ourMissonVision .missionComp {
    background-color: white;
    border-radius: 15px;
    padding: 25px;
    transition: 0.5s ease-in;
    border: 1px solid rgba(0, 46, 105, 0.4);
    box-shadow: var(--box-shadow50);
}

.ourMissonVision h3 {
    font-weight: bold;
    margin: 0px;
    transition: 0.5s ease-in;
}

.ourMissonVision h4 {
    line-height: 30px;
    transition: 0.5s ease-in;
}

.ourMissonVision .missionComp:hover {
    margin-top: -10px;
    transition: 0.5s ease-in;
    background-color: var(--themeColor);
}

.ourMissonVision .missionComp:hover h3 {
    transition: 0.5s ease-in;
    color: white;
}

.ourMissonVision .missionComp:hover h4 {
    transition: 0.5s ease-in;
    color: white;
}



.howitbegin h2 {
    font-weight: bold;
    text-align: left;
    color: white;
    letter-spacing: 2px;
}

.howitbegin h4 {
    line-height: 30px;
    color: white;
}

.howitbegin h5 {
    font-size: 1.4em;
    padding: 25px 0px;
}

.howitbegin .well {
    background-image: var(--bgImage);
    border-radius: 15px;
    padding: 35px;
    border: none;
    box-shadow: var(--box-shadow50);
}

.howitbegin .well h5 {
    color: white;
    line-height: 35px;
    text-align: center;
}



.founderDesk h4 {
    line-height: 30px;
}

.founderDeskHeading h2 {
    font-size: 3em;
    line-height: 50px;
    font-weight: bold;
    text-align: left;
    background: var(--bgImage);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: white;
}

.founderDeskHeading h4 {
    font-size: 1.2em;
    line-height: 25px;
    text-align: left;
}

.founderDeskHeading h5 {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    color: var(--themeColor);
}

.founderDeskHeading span {
    background-color: var(--bgColor);
    text-align: left;
    margin-top: -35px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--primaryTextColor);
    padding: 0px 15px 0px 0px;
    position: absolute;
}

.preimiumSerComp .well .nonOverlayText h2 {
    color: white;
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
    margin: 0px;
    padding-top: 20px;
}

.preimiumSerComp .well .nonOverlayText h4 {
    color: white;
    font-size: 1em;
    margin: 0px;
    padding: 5px 0px 10px 5px;
    text-align: center;
}

.preimiumSerComp .well {
    padding: 0px;
    border: none;
    background-color: var(--themeColor);
}

.learnBuild {
    text-align: center;
    background-image: url(Assets/image/inFaqBg.png);
    background-size: cover;
    background-color: var(--bgColor);
    background-attachment: fixed;
    background-position: center;
}
.learnBuild a{
    color: white;
    text-decoration: none;
}
.learnBuild .BtnServices {
    text-align: center;
    background-image: var(--bgImage);
    padding: 12px 25px;
    border-radius: 5px;
    color: white;
    margin-top: 25px;
    font-size: 1.2em;
    width: 100%;
    letter-spacing: 0px;
    border: none;
}

.learnBuild .well {
    background-color: white;
    box-shadow: var(--box-shadow50);
    border-radius: 10px;
    background-image: url(Assets/image/bgBox04.png);
    background-size: cover;
    background-position: center;
}


.learnBuilComp .learnComp {
    background-color: var(--bgColor);

    padding: 15px 45px;
    border-radius: 10px;
}

.learnBuilComp .learnComp img {
    height: 50px;
}

.learnBuilComp .learnComp h2 {
    font-size: 1.3em;
    font-weight: normal;
}







.callUsDoubt .well h4 {
    line-height: 25px;
    font-size: 1.2em;
}

.callUsDoubt .well .BtnServices {
    text-align: center;
    background-image: var(--bgImage);
    padding: 12px 25px;
    border-radius: 5px;
    color: white;
    background-repeat: no-repeat;
    margin-top: 05px;
    font-size: 1em;
    letter-spacing: 1px;
    border: none;
}

.learnBuild .text-slider {
    display: inline-block;
    font-weight: bold;
    color: var(--themeColor);
    margin: 0px 0px 0px 0px;
    letter-spacing: 2px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.learnBuild .text-slider .word {
    display: inline-block;
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

.learnBuild .text-slider .word.replace {
    opacity: 0;
}

.learnBuild h1 {
    font-size: 1.4em;
    font-weight: bold;
    background: var(--bgImage);
    -webkit-background-clip: text;
    line-height: 85px;
    margin: 0px;
    -webkit-text-fill-color: transparent;
    color: white;
}

.learnBuild h4 {
    padding: 0px;
    font-weight: bold;
}

.learnBuild span {
    background-color: white;
    padding: 10px 0px;
    border-radius: 5px;
    margin-right: 10px;
    color: var(--themeColor);
}

/*ABOUT US*/

/*CONTACT US*/
.error {
    color: red;
    font-size: 0.9em;
    margin-top: 5px;
    opacity: 0;
    transition: opacity 0.4s ease;
    height: 0;
    overflow: hidden;
}

.error.show {
    opacity: 1;
    height: auto;
}

.termsCheckbox {
    display: flex;
    justify-content: left;
}

.termsCheckbox input.checkBoxInput {
    padding: 10px;
    height: 15px;
    margin-left: -15px;
    border: 1px solid var(--themeColor);
}

.termsCheckbox h6 {
    font-size: 0.8em;
    line-height: 18px;
    margin: 0px;
    margin-left: -50px;
}

.formPannel {
    padding-top: 0%;
}

.contactComp .well .BtnServices {
    text-align: center;
    background-image: var(--bgImage);
    padding: 12px 45px;
    border-radius: 5px;
    color: white;
    margin-top: 10px;
    font-size: 1em;
    border: none;
    width: 100%;
    opacity: 0.2;
    transition: opacity 0.3s ease;
}

.form-group .textarea {
    height: 80px;
}

.form-group {
    position: relative;
    margin-top: 30px;
}

.contactComp .well input {
    width: 100%;
    padding: 25px 10px 25px 15px;
    font-size: 16px;
    border: none;
    display: block;
    border-radius: 5px;
    border: 1px solid var(--themeColor);
    background: transparent;
}

.contactComp .well select {
    width: 100%;
    display: block;
    height: 50px;
    border: none;
    font-size: 0.9em;
    border-radius: 5px;
    border: 1px solid var(--themeColor);
    background: transparent;
}

.contactComp .well textarea {
    width: 100%;
    display: block;
    padding: 10px 10px 10px 15px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    border: 1px solid var(--themeColor);
    background: transparent;
}

.contactComp .well label {
    position: absolute;
    top: 18px;
    left: 15px;
    color: #999;
    font-weight: normal;
    font-size: 0.8em;
    pointer-events: none;
    transition: 0.2s ease all;
}

/* Move label up when input is focused or not empty */
.contactComp .well input:focus~label,
.contactComp .well input:not(:placeholder-shown)~label {
    top: -20px;
    left: 0px;
    font-size: 0.9em;
    color: #5264AE;
}

.contactComp .well textarea:focus~label,
.contactComp .well textarea:not(:placeholder-shown)~label {
    top: -20px;
    left: 0px;
    font-size: 0.9em;
    color: #5264AE;
}

input,
textarea,
button {
    display: block;
}

#submitBtn {
    opacity: 0.2;
    transition: opacity 0.3s ease;
}

.contactHeader h1 {
    transition: 1s ease-in;
    font-weight: bold;
    font-size: 0.9em;
    margin: 0px;
    background: linear-gradient(to right, #2c4862, #4a497f, #863980, #bb125e, #cf1e1d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contactHeader p {
    color: var(--primaryTextColor);
    font-size: 2em;
    padding-top: 15px;
    font-weight: bold;
    line-height: 35px;
}

.mapContent {
    padding-top: 20px;
    overflow: hidden;
}

.mapContent iframe {
    border-radius: 10px;
}

.contactComp .well {
    background-color: white;
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid white;
}

.contactComp .well h3 {
    font-size: 0.9em;
    font-weight: bold;
}

/*CONTACT US*/

/* ======= Course View Page Starts ======== */


/* ------ Overview section starts ------- */


.courseHighlightHeading {
    padding-bottom: 2%;
    text-align: center;
}

.courseHighlightHeading h2 {
    font-weight: bold;
    text-align: center;
    background: var(--bgImage);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: white;
}

.courseHighlightHeading h4 {
    font-size: 1.4em;
    line-height: 30px;
    text-align: center;
}

.courseHighlightHeading h5 {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    color: var(--themeColor);

}

.verticalLineCourse {
    height: 2px;
    border-radius: 10px;
    background-image: var(--bgImage);
    margin: 25px;
}

.courseHighlights span {
    background-color: white;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--primaryTextColor);
}

.courseHighlights .well {
    background-color: white;
    border: 1px solid var(--themeColor);
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    box-shadow: var(--box-shadow50);
}

.courseHighlights .well h3 {
    font-weight: bold;
    font-size: 2em;
}

.courseHighlights h2 {
    font-size: 4em;
    line-height: 55px;
    font-weight: bold;
    text-align: center;
    background: var(--bgImage);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: white;
}

.courseHighlights h4 {
    font-size: 1.2em;
    line-height: 25px;
    text-align: center;
}

.courseGrowth h1 {

    font-weight: bold;
    text-align: center;
    padding: 45px 0px 0px 0px;
    background: var(--bgImage);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: white;
}

.courseGrowth h4 {
    font-size: 1.2em;
    line-height: 25px;
    text-align: center;
}

.whyToLearn {
    padding: 3% 0% 2% 0%;
}

.whyToLearn h2 {

    font-weight: bold;
    text-align: center;
    background: var(--bgImage);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: white;
}

.whyToLearn h4 {
    font-size: 1.2em;
    line-height: 25px;
    padding-right: 0%;
    text-align: center;
}

.whyToLearn .well {
    padding: 5px;
    border-radius: 10px;
    box-shadow: var(--box-shadow40);
    background-color: white;
    margin-top: 15px;
}

.whyToLearn .well h3 {
    font-weight: bold;
    text-align: center;
}

.whyToLearn .well h4 {
    text-align: center;
    font-size: 1.2em;
    line-height: 25px;
    padding: 5px 15px;
}

.coursePraiseComp {
    background-color: rgba(0, 46, 105, 0.1);
    background-image: url(../image/inCourseBg01.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.countingComp {
    display: flex;
    padding-top: 2%;
    justify-content: space-between;
}

.countingComp h4 span {
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 1px;
}

.countingComp h4 {
    background-color: var(--themeColor);
    text-align: center;
    color: white;
    font-size: 1em;
    box-shadow: var(--box-shadow50);
    line-height: 35px;
    border-radius: 10px;
}

.CourseFeatures a {
    color: white;
}

.aboutFetureImg {
    display: flex;
    justify-content: center;
}

.CourseFeatures h3 {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    color: white;
}

.CourseFeatures h5 {
    line-height: 25px;
    text-align: center;
    color: white;
    font-size: 1.2em;
}


/* ------ Overview section ends ------- */

/* ------ Curriculum section starts ------- */

.CurriculumHeading h2 {

    font-weight: bold;
    text-align: left;
    background: var(--bgImage);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: white;
}

.CurriculumHeading h4 {
    font-size: 1.2em;
    line-height: 25px;
    text-align: left;
}

.CurriculumHeading h5 {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    color: var(--themeColor);
}

.CurriculumHeading span {
    background-color: white;
    text-align: left;
    margin-top: -35px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--primaryTextColor);
    padding: 0px 15px 0px 0px;
    position: absolute;
}

.certiImageComp {
    height: 100%;
    border: 2px solid var(--themeColor);
    padding: 5px;
    border-radius: 10px;
    overflow: hidden;
}

.certiImageComp img {
    border-radius: 7px;
}

.wellCertificate h2 {
    font-weight: bold;
    margin: 0px;
    font-size: 1.3em;
    padding: 25px 0px 10px 5px;
}

.wellCertificate h5 {
    font-size: 1.1em;
    line-height: 25px;
    margin: 0px;
    padding: 0px 0px 10px 5px;
}

#Certifications h3 {
    font-weight: bold;
    margin: 0px;
    line-height: 25px;
    padding: 0px 0px 0px 0px;
    background: var(--bgImage);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: white;
}

#Certifications h4 {
    font-size: 1.2em;
    line-height: 25px;
}

.wellTools {}

.image-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
    justify-content: left;
}



.hidden {
    display: none;
}

#show-more-btn {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: transparent;
    border: none;
    font-size: 16px;
}

#SoftwareIncludes h3 {
    font-weight: bold;
    margin: 0px;
    line-height: 25px;
    padding: 0px 0px 0px 0px;
    background: var(--bgImage);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: white;
}

#SoftwareIncludes h4 {
    font-size: 1.2em;
    line-height: 25px;
}

.nav-tabs li a {
    display: flex;
    justify-content: space-between;
}

.nav-tabs img {
    height: 25px;
}

.nav-tabs li a span {
    padding-top: 5px;
    padding-left: 10px;
}

.tab-content {
    padding-top: 25px;
}

.nav-tabs {
    margin-top: 35px;
}

.curriculumBody .well {
    background-color: transparent;
    border-left: 10px solid var(--themeColor);
    border-radius: 25px;
    transition: 0.5s ease-in;
    box-shadow: var(--box-shadow40);
    margin-top: 25px;
}

.curriculumBody .well h3 {
    font-size: 3em;
    font-weight: bold;
    color: var(--themeColor);
    margin: 0px;
    padding: 0px;
    transition: 0.5s ease-in;
}

.curriculumBody .well:hover {
    transition: 0.5s ease-in;
    background-color: var(--themeColor);
}

.curriculumBody .well:hover h3,
.curriculumBody .well:hover h4 {
    color: white;
    transition: 0.5s ease-in;
}

#CurriculumTab .layout {
    display: flex;
    margin: 0 auto;
    gap: 20px;
}

#CurriculumTab .sidebar {
    width: 600px;
        height: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
}
#CurriculumTab .card {
    background: #fff;
    border: 1px solid rgba(0, 46, 105, 0.1);
    padding: 10px;
    cursor: pointer;
    position: relative;
    border-radius: 5px;
}

#CurriculumTab .card.CurriculumActive {
    background: rgba(0, 46, 105, 0.1);
    border-radius: 5px;
    border: 1px solid var(--themeColor);
}

#CurriculumTab .brand {
    font-weight: bold;
    line-height: 25px;
}

#CurriculumTab .progress-bar {
    height: 7px;
    background: rgba(0, 46, 105, 0.1);
    width: 100%;
    margin-top: 15px;
    border-radius: 10px;
}

#CurriculumTab .progress {
    height: 100%;
    width: 0%;
    background: var(--themeColor);
    border-radius: 20px;
    transition: width 7s linear;
}

#CurriculumTab .detail-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 100%;
}

#CurriculumTab .detail {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background: white;
    padding: 15px;
    border: 1px solid rgba(0, 46, 105, 1);
    box-sizing: border-box;
    border-radius: 5px;
    opacity: 0;
    transition: left 0.5s ease-in-out, opacity 0.5s;
}

#CurriculumTab .detail.CurriculumActive {
    left: 0;
    opacity: 1;
}

#CurriculumTab .detail img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    margin-bottom: 10px;
}

#CurriculumTab .sidebar h5 {
    background: rgba(0, 46, 105, 0.1);
    text-align: center;
    font-size: 0.8em;
    margin: 0px;
    padding: 7px 10px 5px 10px;
    border-radius: 40px;
}

#CurriculumTab .brand span {
    background-color: rgba(0, 46, 105, 0.4);
    color: var(--themeColor);
    font-weight: bold;
    padding: 5px 10px;
    font-size: 0.8em;
    margin-right: 0px;
    border-radius: 3px;
}

#CurriculumTab .detail-wrapper h3 {
    font-weight: bold;
    margin: 0px;
    line-height: 35px;
    padding: 0px 0px 25px 0px;
    background: var(--bgImage);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: white;
}

#CurriculumTab .detail-wrapper h4 {
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bold;
    background: var(--bgImage);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: white;
}

#CurriculumTab .detail-wrapper h5 {
    font-size: 1.1em;
    line-height: 22px;
}

/* ------ Curriculum section ends ------- */

/* ------ Mentors section starts ------- */
#Mentors .mentorsComp .container-fluid {
    padding-top: 5%;
    background: var(--bgColor);
}



#Mentors .subHeadComp {
    display: flex;
    justify-content: center;
}



#Mentors .MentorsHeading h2 {
    font-weight: bold;
    text-align: center;
    background: var(--bgImage);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: white;
}

#Mentors .MentorsHeading h4 {
    font-size: 1.2em;
    line-height: 25px;
    text-align: center;
}

#Mentors .MentorsHeading h5 {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    color: var(--themeColor);
}

#Mentors .MentorsHeading span {
    background-color: var(--bgColor);
    text-align: left;
    margin-top: -35px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--primaryTextColor);
    padding: 0px 15px 0px 15px;
    position: absolute;
}

#Mentors .WhyWecardMentorHover {
    background: var(--bgColor);
    border: 2px solid rgba(0, 46, 105, 0.2);
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-top: 25px;
    transition: transform 0.3s ease;
    /* Smooth transition */
    transform-style: preserve-3d;
    will-change: transform;
}

#Mentors .WhyWeHeading h2 {
    padding-top: 10px;
    font-weight: bold;
    text-align: center;
    background: var(--bgImage);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: white;
}

#Mentors .WhyWeHeading h4 {
    font-size: 1.2em;
    line-height: 25px;
    text-align: center;
}

#Mentors .WhyWeHeading h5 {
    background-color: transparent;
    text-align: center;
    margin: 0px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--primaryTextColor);
    padding: 0px 0px 0px 0px;
    position: absolute;
}

#Mentors .WhyWeSpan {
    display: flex;
    justify-content: center;
}

#Mentors .WhyWeImgComp {
    display: flex;
    justify-content: center;
}

#Mentors .WhyWeImgComp img {
    height: 650px;
    margin-top: 2%;
}

#Mentors .WhyWeContent h2 {
    font-weight: bold;
    color: var(--primaryTextColor);
    line-height: 35px;
    margin: 0px;
    padding: 10px 0px 0px 0px;
}

#Mentors .WhyWeContent h4 {
    line-height: 25px;
    font-size: 1.2em;
}

#Mentors .WhyWeContent h3 {
    font-weight: bold;
    color: var(--primaryTextColor);
    margin: 0px;
    padding: 10px 0px 0px 0px;
}

#Mentors .WhyWeContent .well {
    background-color: rgba(0, 46, 105, 0.1);
    border-radius: 10px;
    padding: 10px 15px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: 0.5s ease-in;
    border: 1px solid rgba(0, 46, 105, 0.2);
    box-shadow: 0 1.5rem 2rem rgba(0, 0, 0, .2);
}

#Mentors .cardMentor-container {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    height: 480px;
    background: var(--themeColor);
    padding: 3% 2%;
}

#Mentors .cardMentor {
    position: relative;
    width: 250px;
    background-color: rgba(0, 46, 105, 0.2);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    border: 1px solid rgba(0, 46, 105, 0.2);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: width 0.5s ease;
    /* Smooth width change */
}

/* cardMentor Image */
#Mentors .cardMentor img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    border-bottom: 5px solid var(--themeColor);
}

/* Initially hide the content */
#Mentors .cardMentor-content {
    position: absolute;
    top: -15;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 90px 20px 10px 20px;
    background-image: var(--bgImage);
    height: 400px;
    text-align: center;
    opacity: 0;
    /* Initially hidden */
    transform: translateY(20px);
    /* Initially translate content off screen */
    pointer-events: none;
    /* Disable interaction initially */
    transition: opacity 0.3s ease, transform 0.3s ease;
    /* Smooth transition */
}

/* Hover effect to expand the cardMentor and show the content */
#Mentors .cardMentor:hover {
    width: 350px;
    /* Expanded width on hover */
}

/* When hovering, show the content */
#Mentors .cardMentor:hover .cardMentor-content {
    opacity: 1;
    /* Make content visible */
    transform: translateY(0);
    /* Slide in the content */
    pointer-events: auto;
    /* Enable interaction */
}

#Mentors .nonOverlayText h2 {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    margin: 0px;
    color: white;
    padding: 10px 0px 0px 0px;
}

#Mentors .nonOverlayText h4 {
    font-size: 0.9em;
    text-align: center;
    margin: 0px;
    color: white;
    padding: 3px 0px 0px 0px;
}

#Mentors .textOverlay h2 {
    font-size: 1.4em;
    color: white;
    margin: 0px;
    font-weight: bold;
    padding: 0px;
}

#Mentors .textOverlay h6 {
    font-size: 0.8em;
    color: white;
    margin: 0px;
    padding: 10px;
}

#Mentors .textOverlay h4 {
    font-size: 1.2em;
    color: white;
    margin: 0px;
    line-height: 25px;
    padding: 10px 10px 30px 10px;
}

#Mentors .textOverlay span {
    color: var(--themeColor);
    background-color: white;
    border-radius: 5px;
    padding: 5px 10px;
}

/* ------ Mentors section ends ------- */

/* ------ EnrolmentProcess section starts ------- */
#EnrolmentProcess .courseFeature h3 {
    font-weight: bold;
    padding-top: 2%;
    padding-bottom: 2%;
}

#EnrolmentProcess .courseFeature img {
    height: 30px;
    margin-top: 12px;
    margin-right: 20px;
}

#EnrolmentProcess .courseFeature h4 {
    font-size: 1.1em;
    line-height: 20px;
}

#EnrolmentProcess .courseFeature .well {
    padding: 10px 35px;
    background: white;
    box-shadow: var(--box-shadow20);
    border-radius: 20px;
    border: 2px solid rgba(0, 46, 105, 0.2);
}

#EnrolmentProcess .courseFeature .well h3 {
    text-align: center;
    font-size: 1.5em;
    margin: 0px;
    padding-top: 10px;
}



#EnrolmentProcess .coursePricingComp h2 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1em;
    background: var(--bgImage);
    -webkit-background-clip: text;
    text-align: right;
    -webkit-text-fill-color: transparent;
    color: white;
}

#EnrolmentProcess .coursePricingComp h1 {
    font-weight: bold;
    font-size: 3em;
    padding: 15px 0px;
    text-align: right;
    color: var(--themeColor);
}

#EnrolmentProcess .coursePricingComp h4 {
    font-weight: bold;
    font-size: 1em;
    padding: 10px 0px 0px 0px;
    text-align: right;
    color: var(--primaryTextColor);
}

#EnrolmentProcess .coursePricingComp h3 {
    font-weight: bold;
    font-size: 1.4em;
    margin: 0px;
    padding: 0px 0px 15px 0px;
    text-align: right;
    color: var(--themeColor);
}

#EnrolmentProcess .coursePricingComp span {
    font-size: 0.5em;
    font-weight: normal;
}

#EnrolmentProcess .enrollmentProcessComp .BtnServices {
    text-align: center;
    background-color: var(--themeColor);
    padding: 12px 10px;
    border-radius: 5px;
    color: white;
    background-repeat: no-repeat;
    margin-top: 25px;
    font-size: 1em;
    width: 65%;
    float: right;
    letter-spacing: 1px;
    border: none;
}



#EnrolmentProcess .enrollProcess .enrollmentBox {
    background-image: var(--bgImage);
    text-align: center;
    color: white;
    border-radius: 10px;
    padding: 10px 45px;
    margin-bottom: 30px;
}

#EnrolmentProcess .enrollProcess .enrollmentBox h2 {
    font-size: 3em;
    font-weight: bold;
    margin: 0px;
    border: 5px solid white;
    position: absolute;
    background-image: var(--bgImage);
    height: 70px;
    aspect-ratio: 1;
    padding-top: 9px;
    border-radius: 50%;
    margin-left: -55px;
    margin-top: -35px;
}

#EnrolmentProcess .enrollProcess .enrollmentBox h4 {
    font-size: 1.2em;
    padding-left: 25px;
    line-height: 20px;
}

#EnrolmentProcess .subHeadMentorComp {
    display: flex;
    justify-content: left;
}

#EnrolmentProcess .EnrollmentHeading h2 {
    font-size: 3em;
    line-height: 50px;
    font-weight: bold;
    text-align: left;
    background: var(--bgImage);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: white;
}

#EnrolmentProcess .EnrollmentHeading h4 {
    font-size: 1.2em;
    line-height: 25px;
    text-align: left;
}

#EnrolmentProcess .EnrollmentHeading h5 {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    color: var(--themeColor);
}

#EnrolmentProcess .EnrollmentHeading span {
    background-color: white;
    text-align: left;
    margin-top: -35px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--primaryTextColor);
    padding: 0px 15px 0px 0px;
    position: absolute;
}

/* ------ EnrolmentProcess section ends ------- */

/* ------ CarrersService section starts ------- */


.downloadCareerCmp .well {
    background-image: var(--bgImage);
    color: white;
    border: none;
    margin-top: 25px;
    border-radius: 15px;
}

.downloadCareerCmp .well h3 {
    margin: 0px;
    font-weight: bold;
    line-height: 35px;
    padding-top: 15px;
    font-size: 2em;
}

.downloadCareerCmp .well h4 {
    margin: 0px;
    line-height: 25px;
    padding-top: 15px;
}



.subHeadCarrersServiceComp {
    display: flex;
    justify-content: left;
}

.CarrersServiceHeading h2 {
    font-size: 3em;
    line-height: 50px;
    font-weight: bold;
    text-align: left;
    background: var(--bgImage);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: white;
}

.CarrersServiceHeading h4 {
    font-size: 1.2em;
    line-height: 25px;
    text-align: left;
}

.CarrersServiceHeading h5 {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    color: var(--themeColor);
}

.CarrersServiceHeading span {
    background-color: var(--bgColor);
    text-align: left;
    margin-top: -35px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--primaryTextColor);
    padding: 0px 15px 0px 0px;
    position: absolute;
}

.comunityTestimonial .well h3 {
    margin: 0px;
    font-size: 1.1em;
    font-weight: bold;
    background: var(--bgImage);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: white;
}

.comunityTestimonial .well h4 {
    font-size: 0.9em;
    margin: 0px;
    padding: 5px 0px;
}

.comunityTestimonial .well h5 {
    font-size: 1em;
    margin: 0px;
    line-height: 22px;
    padding: 5px 0px;
}

.comunityTestimonial .well h2 {
    background: var(--themeColor);
    position: absolute;
    color: white;
    border-radius: 45px;
    padding: 5px 15px;
    text-align: center;
    top: -30px;
    font-size: 0.8em;
    right: 30px;
}

.comunityTestimonial {
    padding-bottom: 5%;
}

.comunityTestimonial .communityHeading {
    padding: 5% 0% 2% 0%;
}

.comunityTestimonial .well {
    background: white;
    border-radius: 10px;
    box-shadow: var(--box-shadow20);
    border: 2px solid rgba(0, 40, 105, 0.4);
}

.video-section {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.video-container {
    position: relative;
    padding-top: 2%;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
}
.video-container video{
   transform: scale(1.5);
}
.scroll-video {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    display: block;
    border: 5px solid var(--themeColor);
}

.video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 10px 20px;
    cursor: pointer;
    display: none;
    z-index: 10;
}

.volume-button {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 24px;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    padding: 8px;
    cursor: pointer;
    z-index: 10;
}

.video-container:hover .video-button {
    display: block;
}

.subHeadcommunityComp {
    display: flex;
    justify-content: center;
}

.communityHeading h2 {

    font-weight: bold;
    padding-top: 15px;
    text-align: center;
    background: var(--bgImage);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: white;
}

.communityHeading h4 {
    font-size: 1.2em;
    line-height: 25px;
    text-align: center;
}

.communityHeading h5 {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    color: var(--themeColor);
}

.communityHeading span {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--primaryTextColor);
    padding: 0px 0px 0px 0px;
    position: absolute;
}

.cardCareerFeat-container {
    display: flex;
    gap: 20px;
    background-color: transparent;
    height: 300px;
}

.cardCareerFeat {
    position: relative;
    width: 600px;
    /* Initial width */
    background-color: white;
    box-shadow: var(--box-shadow40);
    border-radius: 10px;
    overflow: hidden;

    padding: 0px;

    transition: width 0.5s ease;
    /* Smooth width change */
}

.cardCareerFeat img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.cardCareerFeat-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.cardCareerFeat:hover {
    width: 500px;
}

.cardCareerFeat:hover .cardCareerFeat-content {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    background-color: var(--themeColor);
    background-image: url(Assets/image/stroke-house.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cardCareerFeat-container .cardCareerFeat .cardCareerFeatImgComp {
    display: flex;
    justify-content: center;
}

.cardCareerFeat-container .cardCareerFeat .cardCareerFeatImgComp .cardCareerFeatImgInner {
    height: 120px;
    overflow: hidden;
    margin-top: 25px;
}

.cardCareerFeat-container .cardCareerFeat .cardCareerFeatImgComp img {
    height: 100%;
}

.cardCareerFeat-container .cardCareerFeatheading h3 {
    text-align: center;
    font-weight: bold;
    line-height: 30px;
}

.cardCareerFeat-container .cardCareerFeat-content h3 {
    text-align: center;
    color: white;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 2px;
}

.cardCareerFeat-container .cardCareerFeat-content h4 {
    text-align: center;
    color: white;
    font-size: 1.2em;
    padding: 0px 45px;
    line-height: 25px;
}

.cardCareerFeat-container .cardCareerFeat .cardCareerFeatImgCompContent {
    display: flex;
    justify-content: center;
}

.cardCareerFeat-container .cardCareerFeat .cardCareerFeatImgCompContent .cardCareerFeatImgInnerContent {
    height: 70px;
    overflow: hidden;
    margin-top: 25px;
}

.cardCareerFeat-container .cardCareerFeat .cardCareerFeatImgCompContent img {
    height: 100%;
}

/* ------ CarrersService section ends ------- */

/* ------ faq section starts ------- */
.startApplication {
    color: white;
    background-image: linear-gradient(to right top, #002e69, #1d4283, #33589e, #476fba, #5b86d7, #5788e4, #528af2, #4d8cff, #2877ff, #0061ff, #0047ff, #0021ff);
}

.startApplication h2 {
    font-weight: bold;
    line-height: 40px;
}

.startApplication span {
    text-transform: uppercase;
}

.startApplication .BtnServices {
    text-align: center;
    background-color: white;
    padding: 12px 10px;
    border-radius: 5px;
    color: var(--themeColor);
    background-repeat: no-repeat;
    font-size: 1em;
    float: right;
    letter-spacing: 0px;
    border: none;
}

.FaqApp .panel {
    background-color: var(--bgColor);
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 25px;
}

.FaqApp .panel-heading {
    padding: 20px;
    background-color: var(--bgColor);
    border-radius: 10px;
}

.FaqApp .panel-heading a {
    text-decoration: none;
}

.FaqApp .panel-body {
    color: var(--secondaryTextColor);
}

.FaqApp .panel-body {
    line-height: 25px;
    padding-left: 20px;
    color: var(--secondaryTextColor);
}

.FaqApp .panel-title>a,
.FaqApp .panel-title>a:active {
    display: block;
    color: #555;
    font-size: 0.9em;
    word-spacing: 3px;
    text-decoration: none;
}

.FaqApp .panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}

.FaqApp .panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}



.subHeadfaqComp {
    display: flex;
    justify-content: left;
}

.faqHeading h2 {

    font-weight: bold;
    text-align: left;
    background: var(--bgImage);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: white;
}

.faqHeading h4 {
    font-size: 1.2em;
    line-height: 25px;
    text-align: left;
}

.faqHeading h5 {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    color: var(--themeColor);
}

.faqHeading span {
    background-color: white;
    text-align: left;
    margin-top: -35px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--primaryTextColor);
    padding: 0px 15px 0px 0px;
    position: absolute;
}

/* ------ faq section ends ------- */


/* ========= Course View Page Ends ========= */

/* ------------- inBlogs STARTS ----------------*/

.dateStamp {
    background-color: var(--themeColor);
    position: absolute;
    padding: 0px;
    left: 30px;
    top: 0px;
    border-radius: 0px 0px 10px 10px;
}

.dateStamp h1 {
    color: white;
    text-align: center;
    margin: 0px;
    font-size: 1.7em;
    font-weight: 800;
    padding: 5px 10px;
}

.dateStamp h4 {
    color: white;
    text-align: center;
    margin: 0px;
    font-size: 0.8em;
    border-radius: 10px;
    background-color: rgba(255, 232, 213, 0.1);
    padding: 10px 15px;
}

.blogsComp {
    padding-top: 25px;
}

.featNews .well {
    padding: 0px 0px 15px 0px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: var(--box-shadow40);
    background-color: white;
    transition: 0.5s ease-in;

}

.featNews .well:hover {
    border: 1px solid var(--themeColor);
    transition: 0.5s ease-in;
}

.featImgComp {
    height: 160px;
    overflow: hidden;
    transition: 0.5s ease-in;
}

.featImgComp img {
    transition: 0.5s ease-in;
    transform: scale(1.5);
    object-fit: contain;

}

.featNews .well:hover .featImgComp img {
    transform: scale(1.2);
    transition: 0.5s ease-in;
}

.featNews .well h2 {
    font-weight: 700;
    font-size: 1.5em;
    color: var(--themeColor);
    padding-bottom: 00px;
    line-height: 30px;
    margin: 0px;
}

.featDescp {
    padding: 20px;
    padding-bottom: 0px;
}

.hostProfile {
    height: 50px;
    width: 50px;
    padding: 2px;
    background-color: var(--themeColor);
    border-radius: 50%;
    overflow: hidden;
}

.hostProfile img {
    height: 45px;
    width: 45px;
    border-radius: 50%;
}

.featNews .well .hostDescp h3 {
    font-weight: 600;
    margin: 0px;
    font-size: 1em;
    padding-top: 10px;
    color: var(--primaryTextColor);
    padding-left: 05px;
}

.featNews .well .hostDescp h5 {
    margin: 0px;
    font-size: 0.8em;
    padding-left: 05px;
    color: var(--secondaryTextColor);
    padding-top: 5px;
}

.lessPaddingLine {
    height: 1px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: var(--secondaryColor);
}

.featDescp h4 {
    line-height: 25px;
    font-size: 1.1em;
    padding: 10px 0px 0px 0px;
}

.featNews .well a {
    color: var(--themeColor);
    font-size: 0.9em;
    transition: 0.2s ease-in;
}

.featNews .well:hover a {
    text-decoration: none;
    background-color: var(--themeColor);
    color: white;
    padding: 10px 25px;
    border-radius: 5px;
    transition: 0.3s ease-in;
    border: 1px solid var(--themeColor);
}

.featNews .well a i {
    transition: 0.5s;
    padding-left: 10px;
}

.featNews .well:hover h5 a i {
    transition: 0.5s;
    padding-left: 10px;
    transform: rotate(-45deg);
}

.featNews .well:hover h5 a:hover i {
    padding-left: 10px;
    transition: 0.5s;
}

.blogImgComp {
    height: 400px;
    overflow: hidden;
    border-radius: 25px;
    margin: 0px 0px 10px 0px;
}

.blogContentComp h6 {
    text-align: right;
    color: var(--secondaryTextColor);
}

.publishedByComp .hostDescp h3 {
    font-weight: 600;
    margin: 0px;
    font-size: 1em;
    padding-top: 10px;
    color: var(--primaryTextColor);
    padding-left: 05px;
}

.publishedByComp .hostDescp h6 {
    margin: 0px;
    font-size: 0.8em;
    padding-left: 05px;
    color: var(--secondaryTextColor);
    padding-top: 5px;
}

/* ------------- inBlogs ENDS ----------------*/


.sectionPrivacy .SectionHeadComp h3 {
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    text-align: center;
    background: var(--bgImage);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: white;
}

.sectionPrivacy .SectionHeadComp h5 {
    text-align: center;
}

.sectionPrivacy h5 {
    font-size: 1.1em;
    line-height: 30px;
    color: var(--secondaryTextColor);
}

.sectionPrivacy h4 {
    font-weight: bold;
    line-height: 30px;
    padding-top: 25px;
    color: var(--primaryTextColor);
}

/*COURSE VIEW STARTS*/



.wrapperCourseHeader {
    background-color: var(--themeColor);
    text-align: center;
    background-image: url(../image/inCallBg04.png);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.sectionCourseHeader .BtnServices {
    text-align: center;
    background-image: var(--bgImage);
    padding: 12px 25px;
    border-radius: 5px;
    color: white;
    background-repeat: no-repeat;
    margin: 25px 0px 0px 0px;
    font-size: 1em;
    letter-spacing: 0px;
    border: none;
    width: 100%;
}

.sectionCourseHeader .BtnBookAppoint {
    text-align: center;
    background-color: white;
    border-radius: 5px;
    color: var(--themeColor);
    font-size: 1em;
    letter-spacing: 0px;
    border: none;
    width: 100%;
}


.whyUsWrapper {
    background-image: var(--bgImage);
    border-radius: 10px;
    box-shadow: 0 1.5rem 2rem rgba(0, 46, 105, .5);
}

.whyUsComp h1 {
    padding: 0px 0px 25px 0px;
    margin: 0px;
    font-weight: bold;
    color: white;
    font-size: 2em;
}

.whyUsWrapper .well h4 {
    padding-left: 65px;
    margin: 0px;
    color: white;
    font-size: 1.2em;
    text-align: center;
    line-height: 25px;
    transition: 0.5s ease-in;
}

.whyUsComp .well {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    border: 0px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: 0.5s ease-in;
    box-shadow: 0 1.5rem 2rem rgba(0, 0, 0, .1);
}

.whyUsWrapper .well span {
    font-size: 8em;
    font-weight: bold;
    opacity: 1;
    background: var(--bgImage);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: white;
    padding: 0px;
    position: absolute;
    margin: 0px;
    top: -20px;
}

.whyUsWrapper .well:hover {
    background: rgba(255, 255, 255, 0.5);
    transition: 0.5s ease-in;
}

.whyUsWrapper .well:hover h4 {
    color: var(--themeColor);
    transition: 0.5s ease-in;
}



.sectionCourseHeader h1 {
    font-weight: bold;
    color: white;
    padding: 5px 0px;
    animation: fadeInOut 2s infinite ease-in-out;
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: white;
}


@keyframes fadeInOut {
    0% {
        opacity: 0.9;
    }

    20% {
        opacity: 1;
    }

    40% {
        opacity: 0.5;
    }

    60% {
        opacity: 0.6;
    }

    80% {
        opacity: 0.8;
    }

    100% {
        opacity: 1;
    }
}

/*COURSE VIEW ENDS*/