/* Body Css */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&display=swap');
@font-face {
  font-family: georgiai;
  src: url(../fonts/georgiai.ttf);
}
@font-face {
  font-family: times;
  src: url(../fonts/times.ttf);
}
body * {
    font-family: Inter;
}
html,
body {
  overflow-x: hidden;
}
img {
  width: 100%;
}
ul {
  margin: 0;
  padding: 0;
}
a{
    text-decoration: none;
}
/* Topbar Css */
.topbar{
    padding:9px 0;
    background: linear-gradient(215deg, #a67c00 70%, #070707 90%);
}
.topbar ul {
    display:flex;
    gap:20px;
}
.topbar .content {
    display: flex;
    align-items: center;
    animation: scroll 12s linear infinite;
    white-space: nowrap;
}
.topbar ul li {
    list-style: none;
    color: #ffffff;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.topbar ul li em {
    font-family: times;
    font-weight: 500;
}
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
/* Header Css */
header#header-row {
    padding:0px 88px;
}
header#header-row .navbar {
    padding: 0;
}
header#header-row img.logo {
    height: 125px;
}
.navbar-dark .navbar-nav .nav-link{
    color: #000000 !important;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -0.502px;
    text-transform: uppercase;
    padding: 0 12px;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #000000;
}
.navbar-dark .navbar-nav .get-btn .nav-link{
    color: #000000;
    text-align: center;
    font-family: Inter;
    font-size: 15.118px;
    font-style: normal;
    font-weight: 700;
    line-height: 15.12px;
    text-transform: capitalize;
    border-radius: 25.095px;
    padding: 17px 0px;
    border: 1px solid #000 !important;
    width: 130px;
    box-shadow: 5px 5px 0px 0px #2370b6;
} 
div#navbarSupportedContent ul:last-child .nav-link{
    margin:0 12px;
}
/* Banner Css */
.banner-inner-row {
    background: linear-gradient(215deg, #a67c00 40%, #070707 50%);
    border-radius: 30px;
    padding: 46px 84px 144px 79px;
    position: relative;
    z-index: 1;
}
.banner-inner-row:after {
    content: "STEM";
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
    font-family: Inter;
    font-size: 640.315px;
    font-weight: 900;
    line-height: 540.68px;
    letter-spacing: -8.981px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: transparent;
    opacity: 0.17;
    z-index: -1;
}
.banner-sec h1 {
    color: #FFF;
    font-size: 50px;
    font-weight: 900;
    line-height: 75px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.banner-sec p {
    color: #ffffff;
    font-size: 17.5px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 54px;
}
.w-btn {
    color: #ffffff;
    font-size: 15.118px;
    font-weight: 700;
    line-height: 15.12px;
    text-transform: capitalize;
    border-radius: 25.095px !important;
    border: 1px solid #000;
    background: #3370b5 !important;
    padding: 17px 36px;
    box-shadow: 5px 5px 0px 0px #fff;
    margin-bottom: 0;
}
.banner-sec .w-btn {
    margin-right: 26px;
}
.banner-sec a:nth-child(3) .w-btn {
    background: #FFF !important;
    box-shadow: 5px 5px 0px 0px #3370b5;
    color: #000;
}
.banner-sec img {
    width: 90%;
    display: table;
    margin: 0 auto;
    margin-right: 0;
}
.banner-sec .bx {
    border-radius: 0 29px 29px 29px;
    border: 1px solid #000;
    background: #FDDA47;
    padding: 36px 29px;
    width: 366.653px;
    transform: rotate(-5.067deg);
    box-shadow: 9px 9px 0px 0px #fff;
    position: absolute;
    bottom: -45px;
    right: -230px;
}
.banner-sec {
    position: relative;
}
.banner-sec .bx h4 {
    color: #001D2F;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -1px;
    text-transform: capitalize;
    margin-bottom: 6px;
    position: relative;
}
.banner-sec .bx h4:after {
    content: "";
    background-image: url(../images/banner-after.png);
    width: 39px;
    height: 48px;
    position: absolute;
    top: 0;
    margin-left: 25px;
}
.banner-sec .bx p {
    color: #001D2F;
    font-family: Inter;
    font-size: 17.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
}
.banner-links ul {
    display: table;
    margin: 0 auto;
    margin-right: 0;
}
.banner-links ul li {
    list-style: none;
    margin-bottom: 12px;
}
.banner-links ul li a {
    color: #FFF;
    font-size: 15.118px;
    font-weight: 700;
    line-height: 15.12px;
    text-transform: uppercase;
    padding: 23px 0px;
    border-radius: 31.496px;
    border: 1px solid #FFF;
    width: 195px;
    text-align: center;
    display: block;
    transition: all 0.2s linear;
}
.banner-links ul li:hover a {
    background: #3370b5;
    border-color: #3370b5;
}
section.inner-banner-row {
    background: #001d2f;
    padding: 100px 0;
    text-align: center;
    color: white;
    font-size: 22px;
}
/* About Css */
section.about-row {
    padding: 150px 208px 75px;
    position: relative;
    z-index: 1;
}
section.about-row:before {
    content: "STEM";
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    font-family: Inter;
    font-size: 640.315px;
    font-weight: 900;
    line-height: 540.68px;
    letter-spacing: -8.981px;
    text-transform: uppercase;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    text-align: center;
    color: transparent;
    opacity: 0.1;
    z-index: -1;
}
.about-head {
    margin-bottom: 160px;
}
.about-head h3 {
    color: #010305;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.about-head h2 {
    color: #010305;
    font-size: 53.9px;
    font-weight: 600;
    line-height: 63.82px;
    letter-spacing: -0.6px;
    width: 81%;
    margin: 0 auto 27px;
}
.about-head h4 {
    color: #010305;
    font-size: 20.4px;
    font-weight: 600;
    line-height: 31.26px;
    margin-bottom: 3px;
}
.about-head h5 {
    color: #96999F;
    font-family: "Kumbh Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.1px;
}
.about-lft-sec {
    background: linear-gradient(94deg, #1D6FB8 28.87%, #175084 94.02%);
    border-radius: 20px;
    padding: 0 30px;
}
.about-lft-sec img {
    width: 100%;
}
.about-sec h3 {
    color: #000;
    font-size: 35px;
    font-weight: 500;
    line-height: 45px;
    margin-bottom: 10px;
}
.about-sec ul {
    margin: 0 0 20px 30px;
}
.about-sec ul li {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 6px;
}
.about-sec .w-btn {
    box-shadow: 5px 5px 0px 0px #000;
    padding: 17px 55px;
}
/* Marquee Css */
section.marquee-row {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    box-shadow: 0 2px 8.6px 0 rgba(0, 0, 0, 0.15) inset;
}
section.marquee-row .container-fluid {
    padding: 0;
}
section.marquee-row .main {
    padding: 9px 0;
    display: flex;
    align-items: center;
    animation: scroll 12s linear infinite;
    white-space: nowrap;
}
section.marquee-row .main ul {
    display: flex;
    gap: 20px;
}
section.marquee-row .main ul li {
    list-style: none;
    color: #000;
    font-family: 'times' !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-style: italic;
}
/* Details Css */
section.details-row {
    padding: 75px 208px;
}
.details-sec {
    box-shadow: 5px 5px 0px 0px #000000;
    padding: 40px;
    border-radius: 20px;
    background: linear-gradient(100deg, #001d2f, #2A70A6) !important;
}
.details-sec h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 15px;
}
.details-sec p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 15px;
}
.details-sec h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 10px;
}
.details-sec ul {
    margin: 0 0 20px 30px;
}
.details-sec ul li {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 10px;
}
.details-sec .w-btn {
    box-shadow: 5px 5px 0px 0px #000;
    padding: 17px 80px;
}
.details-rgt-sec img {
    width: 100%;
    margin: auto;
    display: table;
    height: 747px;
    object-fit: cover;
    border-radius: 30px;
}
/* Packages Css */
section.packages-row {
    padding: 30px 208px 70px;
}

.packages-head {
    margin-bottom: 120px;
}

.packages-head h3 {
    color: #010305;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.packages-head h2 {
    color: #000;
    font-size: 71.129px;
    font-weight: 500;
    line-height: 93.119px;
    text-transform: capitalize;
    margin: 0;
}

.pkg-sec {
    background-image: url(../images/package-sec-bg.png);
    height: 657px;
    padding-top: 15px;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    width: 93%;
    margin: 0 auto 150px;
}
.pkg-sec h4 {
    color: #ffffff;
    font-size: 20.28px;
    text-align: center;
    font-weight: 600;
    line-height: 21.28px;
    text-transform: capitalize;
    padding: 24px 0;
    width: 273.429px;
    border-radius: 34.578px;
    border: 1px solid #000;
    background: #3370b5;
    position: absolute;
    top: -63px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-family: Poppins;
}
.pkg-sec h5 {
    color: #fff;
    font-family: poppins;
    font-size: 24px;
    font-weight: 900;
    line-height: 24px;
    text-transform: capitalize;
    width: 62px;
    height: 62px;
    border-radius: 12px;
    background: #3370b5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-right: 15px;
}
.pkg-sec .inner {
    padding: 0 40px;
}
.pkg-sec p{
    color: #454545;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-transform: capitalize;
    padding-bottom: 20px;
}
.pkg-sec p.lst{
	padding-bottom:0;
}
.pkg-sec p.lst1 {
    padding-bottom: 0px !important;
}
.pkg-sec h3{
    display:flex;
    justify-content:space-between;
    align-items:center;
    color: #3370b5;
    text-shadow: 0 4px 0 #000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    font-family: Poppins;
    font-size: 69.155px;
    font-style: normal;
    font-weight: 950;
    line-height: 69.16px;
    text-transform: capitalize;
    position:relative;
    margin-bottom: 20px;
}
.pkg-sec h3 span{
    color: #454545 !important;
    font-family: Poppins;
    font-size: 17.023px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.918px;
    text-transform: capitalize;
    opacity: 0.9;
    text-shadow: none;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: transparent;
}
.pkg-sec ul {
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.pkg-sec ul::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
.pkg-sec ul::-webkit-scrollbar-track {
   background-color: #4545452e;
}
.pkg-sec ul::-webkit-scrollbar-thumb {
      background-color: #454545;
  border-radius:4px;
}
.pkg-sec ul li {
    color: #454545;
    font-family: Poppins;
    font-size: 17.023px;
    font-style: normal;
    font-weight: 300;
    line-height: 31.918px;
    text-transform: capitalize;
    margin-bottom: 12px;
}
.pkg-sec ul li i {
    margin-right: 15px;
    color: #454545;
    transition: 0.5s;
}
.pkg-sec a#link {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 15.118px;
    font-style: normal;
    font-weight: 700;
    line-height: 15.12px;
    text-transform: capitalize;
    border-radius: 25.095px;
    border: 1px solid #000;
    background: #3370b5;
    display:block;
    text-align:center;
    padding:17px 0;
    margin-top: 15px;
    box-shadow: 5px 5px 0px 0px #000;
}
section.packages-row .col-lg-6:nth-child(3) .pkg-sec, section.packages-row .col-lg-6:last-child .pkg-sec {
   margin:0 auto;
   margin-right:0;
}
.bdr{
    width: 193.635px;
    height: 6.384px;
    border-radius:10px;
    margin: 0px auto;
    margin-top: 45px;
    background:#000;
}
/* Education Css */
section.education-row {
    padding: 0 8px;
}
.education-inner-row {
    background: #001d2f;
    padding: 120px 0 130px;
    border-radius: 27px;
}
.education-head-row {
    padding: 0 294px 98px;
}
.education-head-sec h3 {
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.education-head-sec h2 {
    color: #FFF;
    font-size: 55.1px;
    font-weight: 600;
    line-height: 63.82px;
    letter-spacing: -0.6px;
    margin: 0;
}
.education-head-sec p {
    color: #ffffff;
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.1px;
    padding: 33px 0;
    display: table;
    margin: 0 auto;
    margin-right: 0;
    font-family: 'Kumbh Sans';
}
.education-main-sec .slick-initialized .slick-slide {
    padding: 0 10px;
}
.education-main-sec .slick-initialized .slick-slide:nth-child(odd) img {
    animation: port1 5s linear infinite;
}
.education-main-sec .slick-initialized .slick-slide:nth-child(even) img {
    animation: port2 5s linear infinite;
}
@keyframes port1 {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(100px);
    }

    100% {
        transform: translatey(0px);
    }
}
@keyframes port2 {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(30px);
    }

    100% {
        transform: translatey(0px);
    }
}
/* Testimonials Css */
section.testimonials-row {
    padding: 0 8px;
}
section.testimonials-page-row {
    padding: 80px 8px;
}
section.testimonials-row .owl-slider {
    background: #d8f0ff;
    border: 1px solid #000000;
    border-radius: 27px;
    padding: 118px 294px;
}
.testimonials-sec img.quote {
    width: 27px;
    height: 20px;
    margin: 0 auto 50px;
}
.testimonials-sec p {
    color: #010305;
    font-size: 20.1px;
    font-weight: 400;
    line-height: 35.2px;
    letter-spacing: 0.1px;
    width: 64%;
    margin: 0 auto;
    padding-bottom: 30px;
}
.testimonials-sec h5 {
    color: #010305;
    text-align: center;
    font-family: Inter;
    font-size: 16.9px;
    font-style: normal;
    font-weight: 600;
    line-height: 24.7px;
    margin-bottom: 50px;
}
.testimonials-sec img.avatar {
    width: 77px;
    height: 77px;
    margin: 0 auto;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    top: 30%;
    position: absolute;
    left: 0;
}
.owl-carousel .owl-nav button.owl-next {
    right: 0;
    left: auto;
}
.owl-carousel .owl-nav button.owl-next img, .owl-carousel .owl-nav button.owl-prev img {
    width: 40px;
    height: 40px;
}
/* Contact Css */
section.contact-row {
    padding: 75px 0 130px;
}
.contact-head {
    margin-bottom: 73px;
}
.contact-head h3 {
    color: #010305;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    margin-bottom: 21px;
}
.contact-head h2 {
    color: #010305;
    font-size: 54.3px;
    font-weight: 600;
    line-height: 63.82px;
    letter-spacing: -0.6px;
    text-transform: capitalize;
    margin: 0;
    width: 35%;
}
.contact-lft-sec img {
    width: 100%;
}
.contact-sec form {
    margin: 0;
    border-radius: 47px;
    border: 1px solid #000;
    background: #FFF;
    box-shadow: 15px 14px 0 0 #000;
    padding: 70px 70px 80px 70px;
    position: absolute;
    left: -100px;
    top: -200px;
    width: 625px;
}
.contact-sec {
    position: relative;
}
.contact-sec form .form-group {
    margin-bottom: 30px;
    position: relative;
}
.contact-sec form .form-group input, .contact-sec form .form-group textarea {
    height: 51px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #DCE0E8;
    padding-left: 36px;
    color: #000;
    font-family: "Kumbh Sans";
    font-size: 15px;
}
.contact-sec form .form-group input::placeholder, .contact-sec form .form-group textarea::placeholder {
    color: #000;
    opacity: 1;
}
.contact-sec form .form-group textarea {
    height: 90px;
}
.contact-sec form .form-group:before {
    content: "";
    background-image: url(../images/icon1.png);
    width: 19px;
    height: 23px;
    position: absolute;
    top: 15px;
    filter: brightness(0.2);
}
.contact-sec form .form-group:nth-child(2):before {
    background-image: url(../images/icon2.png);
    width: 23px;
}
.contact-sec form .form-group:nth-child(3):before {
    background-image: url(../images/icon3.png);
    width: 23px;
    height: 17px;
}
.contact-sec form .form-group:nth-child(4):before {
    background-image: url(../images/icon4.png);
    width: 23px;
    height: 22px;
}
.contact-sec form .form-group:nth-child(5):before {
    background-image: url(../images/icon5.png);
    width: 23px;
    top: 9px;
}
.contact-sec .w-btn {
    margin-top: 27px;
    box-shadow: 5px 5px 0 0 #000;
    padding: 17px 53px;
    position: relative;
}
.contact-sec .w-btn:before {
    content: "";
    background-image: url(../images/send-btn.png);
    width: 17px;
    height: 17px;
    position: absolute;
    left: 25px;
    filter: invert(1);
}
/* Waiting Css */
section.waiting-row {
    padding: 100px 0;
}
.waiting-lft-sec img {
    width: 100%;
}
.waiting-sec {
    margin-left: 140px;
}
.waiting-sec h2 {
    color: #010305;
    font-size: 55.8px;
    font-weight: 600;
    line-height: 63.82px;
    letter-spacing: -0.6px;
    margin-bottom: 24px;
}
.waiting-sec p {
    color: #797C7F;
    font-family: "Kumbh Sans";
    font-size: 17px;
    font-weight: 400;
    line-height: 27.39px;
    letter-spacing: 0.1px;
    margin-bottom: 25px;
}
.waiting-sec ul li {
    list-style: none;
    color: #010305;
    font-family: "Kumbh Sans";
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.1px;
    padding-bottom: 17px;
    position: relative;
    padding-left: 30px;
}
.waiting-sec ul li:before {
    content: "\f00c";
    font-family: fontawesome;
    position: absolute;
    left: 0;
    color: hsla(233, 82%, 61%, 1);
}
.waiting-sec ul {
    margin-bottom: 21px;
}
.waiting-sec .w-btn {
    box-shadow: 5px 5px 0px 0px #000;
    padding: 17px 55px;
}
section.waiting-page-row .owl-carousel .owl-nav button.owl-next, section.waiting-page-row .owl-carousel .owl-nav button.owl-prev {
    top: 45%;
}
section.waiting-page-row .owl-carousel .owl-nav button.owl-prev {
    left: -80px;
}
section.waiting-page-row .owl-carousel .owl-nav button.owl-next {
    right: -80px;
}
/* Location Css */
section.location-row {
    padding: 60px 168px;
}
.location-inner-row {
    padding: 40px !important;
    border-radius: 20px;
    background: linear-gradient(100deg, #001d2f, #2A70A6) !important;
    padding-left: 70px !important;
}
.location-sec h2 {
    color: #ffffff;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.6px;
    text-transform: capitalize;
    margin-bottom: 30px;
    width: 80%;
}
.location-sec p {
    color: #ffffff;
    font-family: "Kumbh Sans";
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.1px;
    line-height: 1.5;
    margin-bottom: 41px;
    width: 55%;
}
.location-sec .w-btn {
    box-shadow: 5px 5px 0px 0px #000;
    padding: 17px 55px;
}
/* About Css */
section.about-banner-row {
    background: linear-gradient(94deg, #1D6FB8 28.87%, #175084 94.02%);
    position: relative;
    z-index: 1;
    padding: 258px 98px 0;
}
section.about-banner-row:before {
    content: "";
    background-image: url(../images/abt-banner-bfr.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    left: 0;
}
.about-ban-head h2 {
    color: #FFF;
    font-family: Inter;
    font-size: 245px;
    font-style: normal;
    font-weight: 900;
    line-height: 218.333px;
    letter-spacing: -3.922px;
    text-transform: uppercase;
    text-align: center;
}
section.about-banner-row .row {
    margin-top: -355px;
}
section.about-banner-row:after {
    content: "";
    background: linear-gradient(180deg, rgba(25, 92, 152, 0.00) 0%, #195C98 100%);
    width: 100%;
    height: 144px;
    position: absolute;
    bottom: 0;
    z-index: 99;
    left: 0;
    right: 0;
}
.about-ban-sec img {
    width: 70%;
    margin: auto;
    display: table;
}
.about-ban-lft h3 {
    color: #FFF;
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
}
.about-ban-rgt p {
    color: rgba(255, 255, 255, 0.75);
    text-align: right;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
}
/* Expericence Css */
section.experience-row {
    padding: 150px 0 90px;
}
.exp-sec {
    border-radius: 27px;
    border: 1px solid #696969;
    background: linear-gradient(180deg, #D8F0FF 0%, #FFF 100%);
    width: 97%;
    padding: 80px 62px;
}
.exp-sec h3{
    color: #010305;
    font-family: Inter;
    font-size: 37.552px;
    font-style: normal;
    font-weight: 600;
    line-height: 44.463px;
    letter-spacing: -0.418px;
    margin-bottom:30px;
}
.exp-sec ul{
    margin:0;
    margin-left:20px;
}
.exp-sec ul li{
    color: #3A3A3A;
    font-family: Inter;
    font-size: 17.5px;
    font-style: italic;
    font-weight: 468;
    line-height: 28px;
}
section.experience-row .col-lg-6:last-child .exp-sec{
    margin:0 auto;
    margin-right:0;
}
section.experience-row .col-lg-6:last-child .exp-sec{
    padding-bottom: 40px;
}
section.experience-row .col-lg-6:last-child .exp-sec h3:nth-child(3){
    padding-top:30px;
    margin-bottom:20px;
}
/* Quote Css */
.quote-sec {
    border-radius: 40px;
    background: linear-gradient(270deg, #1D6FB8 28.87%, #175084 94.02%);
    padding: 36px 54px 59px 92px;
    position: relative;
    z-index: 999;
}
.quote-sec .fr-img{
    margin-bottom:-11px;
}
.quote-sec img{
    display:table;
    margin:0 auto;
    margin-right:0;
    width: 80px;
}
.quote-sec p{
    color: #FFF;
    font-family: Inter;
    font-size: 35px;
    font-style: italic;
    font-weight: 400;
    line-height: 54px;
    letter-spacing: -0.418px;
    padding-bottom:35px;
}
.quote-sec h6{
   color: #383838;
   font-size: 28.549px;
   font-style: italic;
   font-weight: 300;
   line-height: 27.227px;
   letter-spacing: -0.489px;
   text-transform: uppercase;
   background:#fff;
   width: 19%;
   text-align:center;
   padding:19px 0;
   border-radius: 6px;
}
.quote-sec h6 strong{
    font-weight: 800;
}
.quote-sec:before {
    content: "";
    background-image: url(../images/quote-sec-bfr.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
section.abt-quote-row {
    padding: 50px 0 70px;
}
/* Outside Css */
section.outside-row {
    padding: 50px 0 120px;
}
.outside-head {
    margin-bottom: 70px;
}
.outside-head h2 {
    color: #000;
    font-size: 53.9px;
    font-weight: 600;
    line-height: 63.82px;
    letter-spacing: -0.6px;
}
/* Waiting Css */
section.waiting-page-row {
    background: linear-gradient(94deg, #1D6FB8 28.87%, #175084 94.02%);
    padding: 120px 0;
    position: relative;
    z-index: 1;
}
section.waiting-page-row:before {
    content: "";
    background-image: url(../images/waiting-room-sec-bfr.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.waiting-head {
    margin-bottom: 50px;
}
.waiting-head h2 {
    color: #fff;
    margin-bottom: 15px;
}
.waiting-head p {
    color: #fff;
    font-size: 17.5px;
    font-weight: 400;
    line-height: 28px;
}
section.waiting-page-row .waiting-sec {
    margin: 0;
}

section.learning-row {
    padding: 100px 0 70px;
    background: #d5efff;
}
.learning-head {
    margin-bottom: 50px;
}
/* Footer Css */
footer.footer-row {
    background-color: #000000;
    padding: 20px 131px 58px 145px;
    margin: 0 20px;
    border-radius:58px;
}
footer.footer-row img{
    width:474px;
    display: block;
    margin: 0 auto;
}
footer.footer-row .footer-links ul{
    display:flex;
    gap:116px;
    justify-content:center;
    padding-top: 50px;
}
footer.footer-row .footer-links ul li{
    list-style:none;
}
footer.footer-row .footer-links ul li a{
    color: #FFF;
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    letter-spacing: -0.19px;
    text-transform: capitalize;
}
.fotr-inner-top {
    padding-bottom:90px;
}
footer.footer-row ul.info{
	display:flex;
	gap:106px;
}
footer.footer-row ul.info li{
	list-style:none;
}
footer.footer-row ul.info li a{
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}
footer.footer-row ul.info li a i{
    margin-right: 20px;
    font-size: 22px;
    color: #3370b5;
}
footer.footer-row ul.info li:nth-child(2) a{
	text-transform:lowercase;
}
footer.footer-row ul.lists-icon{
	display:flex;
    justify-content: end;
    gap: 32px;
}
footer.footer-row ul.lists-icon li{
	list-style:none;
}
footer.footer-row ul.lists-icon li a i{
    font-size: 18px;
    color: #3370b5;
} 
.copyright-row {
   padding: 30px 149px 20px 165px;
}
.copyright-sec p {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 6.3px;
    text-transform: capitalize;
}
.copyright-sec p a{
    color: #000;
}
.copyright-row .col-lg-6:last-child p {
    text-align: right;
}
 .topic-note {
    display: none;
    margin-top: 10px;
    padding: 12px 14px;
    border-radius: 8px;
    background: #fff3cd;
    border: 1px solid #ffeeba;
    color: #856404;
    font-size: 14px;
    line-height: 1.5;
}
    .outside-row .row {
    display: flex;
    justify-content: center; /* centers columns horizontally */
    flex-wrap: wrap; /* allows wrapping if screen is small */
}

.outside-row .outside-sec {
    text-align: center; /* centers image inside the column */
}

.outside-row img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.subjects {
    margin: 100px 0;
}
.custom-tabs{
    display:flex;
    gap:20px;
    margin-bottom: 20px;
    border:none;
}
/* Tab Styling */
.custom-tabs .nav-link {
    border: 2px solid #3370b5;
    margin: 5px;
    border-radius: 8px;
    color: #3370b5;
    font-weight: 600;
    padding:10px 30px !important;
}
.tab-content ul {
    column-count: 2;       /* 2 columns */
    column-gap: 50px;      /* space between columns */
    list-style: decimal;
    padding-left: 20px;
    margin: 0;
}

.tab-content ul li {
    break-inside: avoid;   /* prevent item breaking */
    margin-bottom: 8px;
}
.custom-tabs .nav-link.active {
    background-color: #3370b5;
    color: #fff;
}

.tab-content {
    border: 2px solid #3370b5 !important;
    border-top: none;
    border-radius:20px !important;
}

.tab-content ul {
    padding-left: 30px;
    list-style: decimal;
}
#dashboard {
    border: none !important;
}
#profile {
    border: none !important;
}
.banner-heading {
    color:white;
    font-size:20px;
    font-weight:600;
}