.btn.btn-xlg {
  min-height: 64px !important;
  height: 64px !important;
  padding: 20px 28px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .btn.btn-xlg {
    height: 48px !important;
    min-height: 48px !important;
    padding: 14px 20px;
    border-radius: 8px;
  }
}
/* hero section start */
.full-width-hero-section {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-top: 20px;
}
.full-width-hero-section h1{
    color: var(--white);
    position: relative;
    margin-top: 33px;
    text-align: left;
    font-weight: 500 ;
    margin-bottom: 25px ;
    line-height: 4.7rem;
    font-size: 4.668rem;
}
.full-width-hero-section p{
    opacity: .5;
    font-weight: 300 ;
    font-size: 19px;
    line-height: 28px;
    display: inline-block;
    color: var(--white);
    text-align: left;
}
.full-width-hero-section .cta-and-information-hybrid-section__content-img {
    width: 100%;
    height: auto;
    animation: up-down-cta-and-information-hybrid-image-animation 4s ease-in-out infinite;
}
.full-width-hero-section .hybrid-information-section-4-images-text-section__statistic-item .line {
    width: 2px;
    height: 37px;
    background-color: var(--yellow);
}
.full-width-hero-section .btn.btn-xlg {
    min-height: 64px !important;
    height: 64px !important;
    padding: 20px 28px;
    border-radius: 20px;
    font-size: 17px;
    font-weight: 600;
}
.full-width-hero-section .hybrid-information-section-4-images-text-section__statistic-item span{
    font-size: 3rem;
    line-height: 3.2rem;
    font-weight: 700;
    color: var(--white);
}
.full-width-hero-section .hybrid-information-section-4-images-text-section__statistic-item h4{
    opacity: .5;
    font-weight: 300;
    color: var(--white);
    font-size: 17px;
    line-height: 30px;
    text-align: left;
}
.cta-and-information-hybrid-section__content-img img {
    max-width: max-content;
}
.full-width-hero-section .half-circle{
    position: absolute;
    top: 25%;
    left: -80px;
    z-index: 1;
    opacity: 0.6;
}
.full-width-hero-section .count {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    transition: transform 0.3s ease;
}

.full-width-hero-section .count.started {
    transform: scale(1.05);
}
.stright-line {
    border-top: 1px solid;
    margin-top: 8px;
    margin-bottom: 5px;
    width: 100px;
    border-color: #d5d52b;
    border-width: 2px;
}


@media screen and (max-width: 1440px) {
    .cta-and-information-hybrid-section__content-img img {
        max-width: 100%;
        max-height: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .full-width-hero-section {
        margin-bottom: 0;
        padding-top: 70px;
    }
}

@media screen and (max-width: 767px) {
    .full-width-hero-section h1 {
        line-height: 2.7rem;
        font-size: 2.668rem;
    }
    .theme-header-1 {
        position: relative;
        margin-bottom: -142px;
        z-index: 150;
    }
    .full-width-hero-section {
        height: auto;
        padding-top: 170px;
        margin-bottom: 40px;
    }
    .faq-6-col-section {
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 30px 0;
    }
    .stright-line {
        border-top: 1px solid;
        margin-top: 5px;
        margin-bottom: 5px;
        width: 80px;
        border-color: #d5d52b;
        border-width: 2px;
    }
}
/* hero section end */

/* Why InatUni section start */
.faq-6-col-section .cta-and-information-hybrid-section__content-img {
    width: 100%;
    height: auto;
    animation: up-down-cta-and-information-hybrid-image-animation 4s ease-in-out infinite;
}
.faq-6-col-section .btn-flip-effect{
    color: var(--white);
    background: var(--dark-gray);
    padding: 7px 22px;
    height: fit-content;
    font-size: 17px;
    line-height: 30px;
}
.faq-6-col-section .btn-flip-effect:after {
    right: calc(50% - 0px);
}
.fs-190 {
    font-size: 190px;
    line-height: normal;
    white-space: nowrap;
    opacity: .1;
}

.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.top-0 {
  top: 0;
}
.left-0px {
  left: 0;
}
.h-100 {
  height: 100%;
}
.text-center {
  text-align: center;
}
.faq-6-col-section .accordion{
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: linear-gradient(to bottom, #f2f8f7, #f5fafa, #f9fbfd, #fcfdfe, #fff);
}
.faq-6-col-section .span-line{
    font-weight: 600;
    font-size: 17px;
    color: var(--dark-gray);
}


@media screen and (max-width: 767px) {
    .faq-6-col-section {
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 30px 0;
    }
}

/* Why InatUni section end */


/* scrolling section */
.feather-shadow {
  mask-image: linear-gradient(to right, transparent 0, #000 20%, #000 80%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 20%, #000 80%, transparent 100%);
}
.marquee-slide {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.swiper {
  width: 100%;
  overflow: hidden;
}
.text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  pointer-events: none;
}
h4 {
  font-size: 45px;
  font-weight: 600;
  color: #333;
  margin: 0;
}
.marquee-slide .swiper-slide {
  width: auto !important;
}
@media screen and (max-width: 767px) {
    h4 {
        font-size: 2.813rem;
        margin-bottom: 40px;
    }
}
/* scrolling section end */

/* section 2 */
*, :after, :before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}
.SubjectSection_container__NX2Mf {
    border-radius: 50px;
    background-color: #fff;
    padding: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}
.default-spacing-section {
    margin-top: 48px;
    margin-bottom: 48px;
}
.bg-glass {
    border-radius: 3.125rem;
    border-width: 1px;
    border-color: rgba(152, 191, 255, .1);
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.5;
    background-clip: border-box;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: rgba(37, 65, 252, .2);
    --tw-shadow: var(--tw-shadow-colored);
}
.SubjectSection_innerContainer__O6e_u {
    width: 100%;
    position: relative;
}
.spacer-module_bottom-5__1H7Np {
    margin-bottom: 1.5rem;
}
.spacer-module_all-0__JxUdI, .spacer-module_default__LTC4S {
    margin: 0;
}
.HeadingWithUnderline_sBreakpointAlignmentcenter__EFzH8 {
    align-items: center;
}
.HeadingWithUnderline_wrapper__PsGqF {
    display: flex;
    flex-direction: column;
}

.heading-module_isRegular__zTAaG.heading-module_sBreakpointSizexxlarge__1BLMa {
    font-size: 36px;
    font-size: 2rem;
    line-height: 1.25;
}

.heading-module_black__YD5fU {
    color: #3a343a;
}
.heading-module_sBreakpointAlignmentcenter__GmroZ {
    text-align: center;
}
.heading-module_wrapper__WGbyu {
    text-rendering: optimizelegibility;
    font-weight: 700;
    margin: 0;
}
.HeadingWithUnderline_wrapper__PsGqF:after {
    content: "";
    display: block;
    height: 7px;
    width: 70px;
    background: var(--yellow);
    margin-top: 1rem;
}
.SubjectSection_mainLinkAbsolute__QsBwx {
    position: absolute;
    top: -1rem;
}
.right-0 {
    right: 0;
}
.ease-in-out {
    transition-timing-function: 
cubic-bezier(.4, 0, .2, 1);
}

.duration-300 {
    transition-duration: .3s;
}
.transition-all {
    transition-property: all;
    transition-timing-function: 
cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}
.no-underline {
    text-decoration-line: none;
}
.text-fl-pink-700 {
    --tw-text-opacity: 1;
    color: rgb(222 0 165 / var(--tw-text-opacity));
}
.font-\[700\], .font-bold {
    font-weight: 700;
}
.font-europa {
    font-family: Europa, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.inline-block {
    display: inline-block;
}
.relative {
    position: relative;
}
.before\:content-\[\"\"\]:before {
    --tw-content: "";
    content: var(--tw-content);
}

.before\:ease-in-out:before {
    content: var(--tw-content);
    transition-timing-function: 
cubic-bezier(.4, 0, .2, 1);
}
.before\:duration-300:before {
    content: var(--tw-content);
    transition-duration: .3s;
}
.before\:transition-all:before {
    content: var(--tw-content);
    transition-property: all;
    transition-timing-function: 
cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}
.before\:opacity-0:before {
    content: var(--tw-content);
    opacity: 0;
}
.before\:bg-fl-pink-700:before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(222 0 165 / var(--tw-bg-opacity));
}
.before\:-translate-x-1\/2:before {
    content: var(--tw-content);
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.before\:w-0:before {
    content: var(--tw-content);
    width: 0;
}
.before\:h-px:before {
    content: var(--tw-content);
    height: 1px;
}
.before\:left-1\/2:before {
    content: var(--tw-content);
    left: 50%;
}
.before\:bottom-1\.5:before {
    content: var(--tw-content);
    bottom: .375rem;
}
.before\:absolute:before {
    content: var(--tw-content);
    position: absolute;
}
.scroll-container {
    overflow: hidden;
}
.scroll-content {
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.scroll-container {
  scroll-behavior: smooth;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.ease-in-out {
    transition-timing-function: 
cubic-bezier(.4, 0, .2, 1);
}

.transition-all {
    transition-property: all;
    transition-timing-function: 
cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}
.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.rounded-\[50px\] {
    border-radius: 50px;
}
.scroll-content {
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.w-\[80\%\] {
    width: 80%;
}
.h-\[24px\] {
    height: 24px;
}
.aspect-square {
    aspect-ratio: 1 / 1;
}
.heading-module_isRegular__zTAaG.heading-module_sBreakpointSizexlarge__76J8a {
    font-size: 27px;
    font-size: 22px;
    line-height: 1.25;
}
.heading-module_sBreakpointAlignmentleft__teLQ4 {
    text-align: left;
}
.body1 {
    font-size: 16px;
    line-height: 24px;
}
.ContentTab_description__QaGze {
    display: block;
}
.spacer-module_bottom-4__PBRr2 {
    margin-bottom: 1rem;
}
.spacer-module_all-0__JxUdI, .spacer-module_default__LTC4S {
    margin: 0;
}
.text-module_isRegular__cAvX9.text-module_sBreakpointSizesmall__6hBFg {
    font-size: 16px;
    font-size: .8888rem;
    line-height: 1.5;
}
.pl-\[18px\] {
    padding-left: 18px;
}

.border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgb(236 72 153 / var(--tw-border-opacity));
}
.border-solid {
    border-style: solid;
}
.border-l-2 {
    border-left-width: 2px;
}
svg:not(:root) {
    overflow: hidden;
}

.rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.top-0 {
    top: 0;
}
.left-0 {
    left: 0;
}
.absolute {
    position: absolute;
}
.leading-\[21px\] {
    line-height: 21px;
}
.font-\[700\], .font-bold {
    font-weight: 700;
}
.text-\[14px\] {
    font-size: 14px;
}
.duration-300 {
    transition-duration: .3s;
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.shadow-center-lg {
    --tw-shadow: 0 0 15px -3px rgba(0, 0, 0, .5), 0 0 6px -2px rgba(0, 0, 0, .05);
    --tw-shadow-colored: 0 0 15px -3px var(--tw-shadow-color), 0 0 6px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.leading-\[24px\] {
    line-height: 24px;
}
.font-normal {
    font-weight: 400;
}
.text-\[16px\] {
    font-size: 16px;
}
.gap-x-\[48px\] {
    -moz-column-gap: 48px;
    column-gap: 48px;
}
.w-fit {
    width: -moz-fit-content;
    width: fit-content;
}
.w-full {
    width: 100%;
}
.h-full {
    height: 100%;
}
.h-\[45px\] {
    height: 45px;
}
.flex {
    display: flex;
}
.mb-\[56px\] {
    margin-bottom: 56px;
}
.m-auto {
    margin: auto;
}
.to-white\/0 {
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
}
.from-fl-pink-600\/80 {
    --tw-gradient-from: rgba(245, 13, 192, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 13, 192, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.z-10 {
    z-index: 10;
}
.inset-0 {
    inset: 0;
}
.object-center {
    -o-object-position: center;
    object-position: center;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.p-\[16px\] {
    padding: 16px;
}
.h-\[280px\] {
    height: 280px;
}

.pb-\[10px\] {
    padding-bottom: 10px;
}
.px-\[5px\] {
    padding-left: 5px;
    padding-right: 5px;
}
.gap-\[20px\] {
    gap: 20px;
}
.min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
}
#topSubjectsIndia [type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
    border: 0;
    
}
.scroll-subject{
    justify-content: center;
}
.tab-p{
    line-height: 21px;
    font-weight: 400;
    font-size: 16px;
}
.tab-btn {
    position: relative;
    padding: 10px;
    white-space: nowrap;
    transition: all 0.3s ease;
}
.tab-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    height: 2px;
    width: 100%;
    background: linear-gradient(to right, #014036, #d5d52b);
    transition: transform 0.3s ease-in-out;
}

.tab-btn.active::after {
  transform: translateX(-50%) scaleX(1);
}

.py-\[8px\] {
    padding-top: 8px;
    padding-bottom: 8px;
}

.px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
}
.bg-fl-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(222 0 165 / var(--tw-bg-opacity));
}
.rounded-md {
    border-radius: .375rem;
}
.p-4 {
    padding: 1rem !important;
}
.tab-btn-new{
    background: var(--dark-gray);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
    margin-top: 35px;
    margin-bottom: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.tab-btn-new:hover{
    background: #d5d52b45;
    color: #313e3b;
    padding: 10px;
    font-weight: 600;
}

@media (min-width: 1280px) {
    .xl\:gap-\[74px\] {
        gap: 74px;
    }
}

@media screen and (min-width: 900px) {
    .ContentTab_infoContainer___R9Aq {
        padding-right: clamp(.125rem, .125rem + .1vw, .125rem);
        margin-left: clamp(3rem, 3rem + 2vw, 3rem);
    }
}
@media screen and (min-width: 680px) and (max-width: 1599px) {
    .heading-module_isRegular__zTAaG.heading-module_sBreakpointSizexxlarge__1BLMa {
        font-size: 2rem;
        line-height: 1.25;
    }
    .heading-module_isRegular__zTAaG.heading-module_sBreakpointSizexlarge__76J8a {
        font-size: 1.5rem;
        line-height: 1.25;
    }
    .text-module_isRegular__cAvX9.text-module_sBreakpointSizesmall__6hBFg {
        font-size: 17px;
        line-height: 1.6;
    }
}
@media screen and (max-width: 767px) {
    .md\:gap-\[10px\] {
        gap: 10px;
    }
    .SubjectSection_mainLinkAbsolute__QsBwx {
        display: none;
    }
    .bg-glass {
        border-radius: 0;
        box-shadow: 0;
        --tw-shadow-color: 0;
        --tw-shadow: 0;
    }
    .scroll-subject{
        justify-content: start;
    }
}
@media (min-width: 768px) {
    .md\:gap-\[10px\] {
        gap: 10px;
    }
    /* .SubjectSection_mainLinkAbsolute__QsBwx {
        display: none;
    } */
}

@media screen and (min-width: 680px) {
    .SubjectSection_container__NX2Mf {
        padding: 40px 30px 32px;
    }
    .default-spacing-section {
        margin-top: 124px;
        margin-bottom: 124px;
    }
    .SubjectSection_mainLinkAbsolute__QsBwx {
        top: -1.5rem;
    }
    .ContentTab_contentTabContainer__x0W8F {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .ContentTab_infoContainer___R9Aq.ContentTab_hasCourses__ZLHAV {
        grid-column: span 2 / span 2;
    }
    .ContentTab_courseCardSliderContainer__GPxWM {
        grid-column: span 3 / span 3;
        margin-left: clamp(1rem, 1rem + .5vw, 1rem);
    }
}

@media (min-width: 640px) {
    .sm\:justify-center {
        justify-content: center;
    }
}
/* section 2 css */

/* section 3 logos css */
.heading-module_isRegular__zTAaG.heading-module_sBreakpointSizexxlarge__1BLMa {
    font-size: 36px;
    font-size: 2rem;
    line-height: 1.25;
}
#partners{
    background: url('../images/blur-bg.png') no-repeat center center;
    padding: 90px 0;
}

.logo-line-first {
    display: flex;
    gap: 54px;
    overflow-x: hidden;
    justify-content: center;
    flex-direction: row;
}
.span-line-h2{
    white-space: nowrap;
    color: #016b5c;
    font-weight: 800;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}
@media screen and (max-width: 767px) {
    .logo-line-first {
        overflow-x: scroll;
        justify-content: start;
    }
}

/* section slider feedback 9th */
.bg-gradient-aztec-green {
    background-image: linear-gradient(to right bottom, #313e3b, #2e3b38, #2c3835, #293532, #27322f);
    padding: 80px 0;
}
.position-relative {
    position: relative !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.left-minus-100px {
    left: -100px;
}
.top-40px {
    top: 40px;
}
[data-top-bottom] {
    transition: transform .65s cubic-bezier(.23, 1, .32, 1);
}
.mb-20px{
    margin-bottom: 20px !important;
}
.feature-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    position: relative;
    z-index: 1
}

.feature-box .feature-box-icon i:not([class*=text-gradient-]) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.feature-box.feature-box-left-icon,
.feature-box.feature-box-left-icon-middle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left
}

.feature-box.feature-box-left-icon .feature-box-icon,
.feature-box.feature-box-left-icon-middle .feature-box-icon {
    margin-right: 15px
}

.feature-box.feature-box-left-icon .feature-box-content,
.feature-box.feature-box-left-icon-middle .feature-box-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.feature-box.feature-box-left-icon .content-slide-up,
.feature-box.feature-box-left-icon-middle .content-slide-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.feature-box.feature-box-left-icon-middle {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-align: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    text-align: left
}

.feature-box.feature-box-left-icon-middle .content-slide-up {
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    text-align: left
}

.feature-box.text-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.feature-box.text-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.feature-box .feature-box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .4s cubic-bezier(.12, 0, .39, 0);
    transition: .4s cubic-bezier(.12, 0, .39, 0)
}

.feature-box .content-slide-up {
    will-change: transform;
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
}

.feature-box .content-slide-up .text-visible {
    opacity: 0
}

.feature-box .border-hover {
    left: 0;
    bottom: -1px;
    width: calc(100% + 0px);
    height: 5px;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: transform .5s;
    transition: transform .5s;
    will-change: transform
}

.feature-box .feature-box-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -9;
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: .5s;
    transition: .5s
}

.feature-box .feature-box-icon-rounded {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

.feature-box .feature-box-icon-rounded .feature-box-icon-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: .4s cubic-bezier(.12, 0, .39, 0);
    transition: .4s cubic-bezier(.12, 0, .39, 0)
}

.feature-box .feature-box-icon-rounded i {
    position: relative;
    z-index: 1;
    -webkit-transition: .4s cubic-bezier(.12, 0, .39, 0);
    transition: .4s cubic-bezier(.12, 0, .39, 0)
}

.feature-box .box-move-bottom-top {
    -webkit-transform: translateY(28px);
    transform: translateY(28px);
    -webkit-transition: .4s cubic-bezier(.12, 0, .39, 0);
    transition: .4s cubic-bezier(.12, 0, .39, 0)
}

.feature-box .move-bottom-top {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .4s cubic-bezier(.12, 0, .39, 0);
    transition: .4s cubic-bezier(.12, 0, .39, 0);
    opacity: 0
}

.feature-box:hover .box-move-bottom-top {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.feature-box:hover .box-move-bottom-top .move-bottom-top {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.feature-box:hover .border-hover {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.feature-box:hover .feature-box-overlay {
    opacity: 1
}

.feature-box:hover .content-slide-up {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.feature-box:hover .content-slide-up .text-visible {
    opacity: 1
}

.feature-box:hover .content-slide-up.content-scale .feature-box-overlay {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.feature-box:hover .feature-box-bg-overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.feature-box:hover .feature-box-icon-rounded.border-color-transparent-on-hover {
    border-color: transparent !important
}

.feature-box:hover .feature-box-icon-rounded .feature-box-icon-hover {
    opacity: 1
}

.feature-box:hover .feature-box-content .underline-on-hover {
    color: var(--base-color)
}

.feature-box:hover .feature-box-content .underline-on-hover:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.feature-box:hover .dark-hover i,
.feature-box:hover .dark-hover span {
    color: #fff
}

.feature-box:hover .dark-hover [class*=text-gradient-] {
    color: var(--white);
    background-image: none;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: var(--white);
    -webkit-text-fill-color: var(--white)
}

.feature-box.border-bottom .feature-box-overlay,
.feature-box.border-top .feature-box-overlay {
    height: calc(100% + 1px)
}

.icon-with-text-style-03 * {
    word-break: initial
}

.icon-with-text-style-05 .feature-box {
    height: 100%
}

.icon-with-text-style-07 .hover-box:hover .feature-box-title {
    left: -25%
}

.icon-with-text-style-07 .hover-box:hover .feature-box-title.text-outline-color-dark-gray {
    -webkit-text-stroke-color: var(--base-color);
    opacity: 1
}

.icon-with-text-style-07 .feature-box-title {
    position: absolute;
    top: 30px;
    left: 50%;
    word-break: normal;
    width: 100%;
    -webkit-transition: .4s cubic-bezier(.12, 0, .39, 0);
    transition: .4s cubic-bezier(.12, 0, .39, 0)
}

.icon-with-text-style-10 .feature-box-icon:before {
    width: 100%;
    height: 50%;
    background-color: var(--base-color);
    opacity: .12;
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: .4s cubic-bezier(.12, 0, .39, 0);
    transition: .4s cubic-bezier(.12, 0, .39, 0)
}

.icon-with-text-style-10:nth-child(even) .feature-box-icon:before {
    -webkit-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    transform: rotate(140deg)
}

.icon-with-text-style-10:hover .feature-box-icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .3s cubic-bezier(.37, .8, .63, 1.2);
    transition: .3s cubic-bezier(.37, .8, .63, 1.2)
}

.icon-with-text-style-10:hover .feature-box-icon i {
    color: var(--white)
}

.icon-with-text-style-10:hover .feature-box-icon:before {
    height: 100%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1
}

.icon-with-text-style-11 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .3s linear;
    transition: .3s linear
}

.icon-with-text-style-11 .text-box {
    opacity: 1
}

.icon-with-text-style-11 .text-box-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .3s linear;
    transition: .3s linear
}

.icon-with-text-style-11:hover {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
}

.icon-with-text-style-11:hover .text-box-hover {
    opacity: 1
}

.icon-with-text-style-11:hover .text-box {
    opacity: 0
}
.image-gallery-style-01 .gallery-box .gallery-image {
    will-change: transform
}

.image-gallery-style-01 .gallery-box:hover img {
    opacity: .5;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.image-gallery-style-02 .gallery-box:hover img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .3
}

.image-gallery-style-03 .gallery-box i {
    opacity: 0;
    visibility: hidden
}

.image-gallery-style-03 .gallery-box img {
    -webkit-transform: scale(1.13) translateZ(0);
    transform: scale(1.13) translateZ(0)
}

.image-gallery-style-03 .gallery-box:hover i {
    opacity: 1;
    visibility: visible
}

.image-gallery-style-03 .gallery-box:hover img {
    opacity: .2;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0)
}

.image-gallery-style-04 .gallery-box {
    will-change: transform
}

.image-gallery-style-04 .gallery-box img {
    width: 100%
}

.image-gallery-style-04 .gallery-box:hover img {
    opacity: .2
}

.image-gallery-style-05 .gallery-box {
    will-change: transform
}

.image-gallery-style-05 .gallery-box:hover img {
    opacity: .2
}

.image-gallery-style-06 .gallery-box {
    will-change: transform
}

.image-gallery-style-06 .gallery-box img {
    width: 100%
}

.image-gallery-style-06 .gallery-box .gallery-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden
}

.image-gallery-style-06 .gallery-box .gallery-hover .gallery-title {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.image-gallery-style-06 .gallery-box:hover img {
    opacity: .2;
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}

.image-gallery-style-06 .gallery-box:hover .gallery-hover {
    opacity: 1;
    visibility: visible
}

.image-gallery-style-06 .gallery-box:hover .gallery-hover .gallery-title {
    -webkit-transform: scale(1);
    transform: scale(1)
}
.cover-background {
    background-repeat: no-repeat !important;
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-position: center center !important
}
.box-shadow-extra-large,
.box-shadow-extra-large-hover:hover {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    -webkit-transition: 350ms cubic-bezier(.37, 0, .63, 1);
    transition: 350ms cubic-bezier(.37, 0, .63, 1)
}
.p-9 {
    padding: 9% !important
}
.testimonials-style-12 .swiper-button-next-nav {
    right: -8px
}

.testimonials-style-12 .swiper-button-next-nav:hover {
    opacity: 1
}

.testimonials-style-12 .swiper-button-previous-nav {
    left: -8px
}

.testimonials-style-12 .swiper-button-previous-nav:hover {
    opacity: 1
}
.feedback h2 {
    font-size: 3.438rem;
}
.feedback p {
    font-size: 16px;
    line-height: 1.75rem;
}
.opacity-4 {
    opacity: .4;
}
.w-80 {
    width: 80% !important;
}
.lh-44 {
    line-height: 2.75rem;
}
.lh-26 {
    line-height: 26px;
}
.w-55 {
    width: 55% !important;
}

.me-25px {
    margin-right: 25px !important;
}
.pe-25px {
    padding-right: 25px !important;
}

.text-center {
    text-align: center !important;
}
.border-1 {
    border-width: 1px !important;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.me-25px {
    margin-right: 25px !important;
}
.pe-25px {
    padding-right: 25px !important;
}
.text-center {
    text-align: center !important;
}
.border-1 {
    border-width: 1px !important;
}
.border-end {
    border-right: 1px solid #dee2e6 !important;
}
.border-color-transparent-white-very-light {
    border-color: rgba(255, 255, 255, 0.2) !important;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.h-55px {
    height: 55px !important;
}
.w-55px {
    width: 55px !important;
}
.mt-20px{
    margin-top: 20px;
}
/* Swiper navigation buttons */
.testimonials-style-12 .swiper-button-next-nav,
.testimonials-style-12 .swiper-button-previous-nav {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

/* Icon inside */
.testimonials-style-12 .swiper-button-next-nav i,
.testimonials-style-12 .swiper-button-previous-nav i {
    font-size: 22px;
    color: #007bff; /* Change this to your theme color if needed */
    transition: color 0.3s ease;
}

/* Hover effect */
.testimonials-style-12 .swiper-button-next-nav:hover,
.testimonials-style-12 .swiper-button-previous-nav:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.testimonials-style-12 .swiper-button-next-nav:hover i,
.testimonials-style-12 .swiper-button-previous-nav:hover i {
    color: #0056b3;
}
.testimonials-style-12 .swiper-button-next:after, .testimonials-style-12 .swiper-button-prev:after {
    display: none;
}
.bg-orange {
    background-color: #ef991f;
}
.border-radius-50px {
    border-radius: 50px !important
}
.ps-20px {
    padding-left: 20px !important
}
.pe-20px {
    padding-right: 20px !important
}
.lh-34{
    line-height: 2.125rem;
}
.feedback .testimonials-style-12 p {
    font-size: 16px;
    line-height: 1.75rem;
    color: gray;
    padding-top: 15px;
}
.clients-style-05 .client-box {
    position: relative;
    -webkit-transition: .3s cubic-bezier(.12, 0, .39, 0);
    transition: .3s cubic-bezier(.12, 0, .39, 0)
}

.clients-style-05 .client-box img {
    z-index: 2;
    position: relative
}

.clients-style-05 .client-box:hover {
    opacity: .5;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}
.h-40px {
    height: 40px !important;
}
.mt-6 {
    margin-top: 6% !important;
}
.feedback .clients-style-05{
    display: flex;
}
.fs-18{
    font-size: 18px;
}
.lh-20{
    line-height: 20px;
}
.fw-600{
    font-weight: 600;
}
.mb-20px {
    margin-bottom: 20px !important
}

.mb-25px {
    margin-bottom: 25px !important
}


@media (max-width: 1399px) {
    .xl-w-60 {
        width: 60% !important;
    }
}
@media (max-width: 1199px) {
    .lg-w-100 {
        width: 100% !important;
    }
}
@media screen and (max-width: 767px) {
    .feedback .clients-style-05 {
        display: flex;
        gap: 15px;
        flex-direction: column;
    }
}
@media (max-width: 575px) {
    .xs-h-350px {
        height: 350px !important;
    }
}


/* section slider feedback 9th end */

/* section 10th  */
.content-section {
    padding-top: 110px;
    padding-bottom: 110px;
}
.background-no-repeat {
    background-repeat: no-repeat;
}
.background-position-left-top {
    background-position: left top !important;
}
.right-0px {
    right: 0;
}
.top-30px {
    top: 30px;
}
.z-index-1 {
    z-index: 1;
}
.top-minus-40px {
    top: -40px;
}
.fw-600 {
    font-weight: 600 !important;
}
.ls-minus-3px {
    letter-spacing: -3px !important;
}
.content-section h2 {
    font-size: 3.438rem;
    line-height: 3.438rem;
    margin-bottom: 30px;
}
.content-section .btn.btn-dark-gray {
    background-color: var(--dark-gray);
    color: var(--white);
}
.content-section .btn.btn-switch-text.btn-large {
    padding: 0;
}
.content-section .btn.btn-rounded.btn-rounded {
    -webkit-border-radius: 50px;
    border-radius: 50px;
}
.content-section .btn.btn-rounded.btn-large {
    padding: 10px 36px;
}
.content-section .btn {
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: .5px;
    width: auto;
    height: auto;
    font-weight: 500;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
}
.lh-24 {
    line-height: 24px;
}
.mt-minus-1 {
    margin-top: -1%;
}
.mt-minus-12 {
    margin-top: -12%;
}
.ps-30px {
    padding-left: 30px !important
}
.pe-30px {
    padding-right: 30px !important
}
.fw-700 {
    font-weight: 700 !important;
}
.ls-minus-1px {
    letter-spacing: -1px !important;
}
.fs-100 {
    font-size: 6.25rem;
    line-height: 6.25rem;
}
.pt-30 {
    padding-top: 30% !important;
}
.pt-20 {
    padding-top: 20% !important;
}
.content-section .feature-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    text-align: center;
    position: relative;
    z-index: 1;
}
.mt-25 {
    margin-top: 25% !important;
}
.mt-20 {
    margin-top: 20% !important
}
.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}
.opacity-1 {
    opacity: .1;
}
.content-section .fs-100 {
    font-size: 6.25rem;
    line-height: 6.25rem;
}
.fs-20 {
    font-size: 20px;
}
.top-0px {
    top: 0;
}
.content-section .feature-box-content {
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    text-align: left;
    color: #828c8a;
}
.content-section .feature-box-content p{
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
    color: #828c8a;
}
.h-3px {
    height: 3px !important;
}
.w-60px {
    width: 60px !important;
}
.mb-5px {
    margin-bottom: 5px !important;
}
.btn.btn-switch-text.btn-large > span {
    padding: 13px 32px;
    font-size: 15px;
}
.content-section .btn.btn-switch-text>span {
    display: inline-flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.content-section .btn i {
    position: relative;
    margin-left: 6px;
}
.text-decoration-line-bottom {
    border-bottom: 1px solid;
}
@media (min-width:576px) {
    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }
}
@media screen and (max-width: 767px) {
    .md-position-relative {
        position: relative !important;
    }
    .sm-pt-40px {
        padding-top: 40px !important;
    }
    .xs-mt-30px {
        margin-top: 30px !important;
    }
    
}

/* contact us link section  */
.mt-5 {
    margin-top: 5% !important;
}
.me-10px {
    margin-right: 10px !important;
}
.text-decoration-line-bottom-medium {
    border-bottom: 2px solid;
}
/* contact us link section end */

/* news-letetr section */
.newsletter-form{
    background: url('../images/demo-elearning-bg-06.png') no-repeat left bottom;
    padding: 40px 67px;
}
.theme-footer-1__newsletter .newsletter-form {
    width: 100%;
}
.border-radius-6px {
    border-radius: 6px !important;
}
.bg-base-color {
    background-color: #d5d52b;
}
.btn-start-now {
    font-size: 19px;
    padding: 15px 38px;
    background-color: #313e3b;
    color: var(--white);
    border-radius: 50px;
    text-align: center;
}
.btn-start-call {
    font-size: 19px;
    font-weight: 600 ;
    text-align: center;
    padding: 15px 38px;
    background-color: #313e3b00;
    color: #313e3b;
    border-radius: 50px;
}
.newsletter-form h6{
    color: #313e3b;
    font-size: 1.75rem;
    line-height: 2rem;
}
.newsletter-form .col-auto {
    display: flex;
    justify-content: flex-end;
}
@media screen and (max-width: 767px) {
    .newsletter-form {
        padding: 25px 35px;
    }
    .newsletter-form .col-auto {
        flex-direction: column;
        align-items: center;
    }
    .mt-xs-5{
        margin-top: 7% !important;
    }
}
/* news-letetr section end */

