/**
* Template Name: Ninestars
* Updated: May 30 2023 with Bootstrap v5.3.0
* Template URL: https://bootstrapmade.com/ninestars-free-bootstrap-3-theme-for-creative/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

html {
    scroll-behavior: smooth;
}

body {
    color: #212529;
    font-family: "Poppins", sans-serif;
    background-color: #fcfcfc;
}

a {
    color: #eb5d1e;
    text-decoration: none;
}

a:hover {
    color: #ef7f4d;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
    font-family: "Poppins", sans-serif;
}

h3 {
    font-size: 18px;
    color: #655ab1;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #eb5d1e;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.Specialtext {
    font-size: 12px;
    font-style: normal;
    background: #e8f4fa;
    padding: 13px;
    border-radius: 10px;
    /* float: left; */
    width: 50%;
    margin-top: 50px !important;
    margin: 0px auto;
    display: block;
    clear: both;
}

.shadow-effect {
    background: #fff;
    height: 462px;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    text-align: left;
    position: relative;
    border: 1px solid #ececec;
}

#customers-testimonials .shadow-effect .divcontent p {
    font-weight: 400;
    margin: 0 !important;
}

#customers-testimonials .shadow-effect p {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 500;
    margin: 0px 0 11px 0;
    text-align: center;
}

.divcontent {
    width: 100%;
    float: left;
    margin-top: 9px;
}

#customers-testimonials .item {
    text-align: center;
    padding: 0px;
    /* opacity: .2; */
    /* -webkit-transform: scale3d(0.8, 0.8, 1); */
    /* transform: scale3d(0.8, 0.8, 1); */
    /* -webkit-transition: all 0.3s ease-in-out; */
    -moz-transition: all 0.3s ease-in-out;
    /* transition: all 0.3s ease-in-out; */
    /* width: 100%; */
    margin-right: 20px;
}

/* #customers-testimonials .owl-item.active.center .item {
            opacity: 1;
            -webkit-transform: scale3d(1.0, 1.0, 1);
            transform: scale3d(1.0, 1.0, 1);
        }*/

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190e7;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #3190e7;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

.flexbox {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.flexbox img {
    margin-bottom: 20px;
    border-radius: 50%;
    max-width: 170px;
}

.flexbox h2 {
    font-size: 20px;
    width: 100%;
    text-align: center;
}

.stardiv {
    display: flex;
    display: none;
    flex-wrap: wrap;
    position: absolute;
    top: 35px;
    right: auto;
    left: 80px;
}

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

.stardiv ul li {
    display: inline-block;
    margin-right: 2px;
}

.stardiv ul li i {
    color: #ffa033;
}

.back-to-top:hover {
    background: #ee7843;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

.footermeets {
    float: left;
    width: 100%;
    margin-top: 14px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    height: 72px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}

#header .logo h1 {
    font-size: 30px;
    margin: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 2px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #7a6960;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 60px;
}

#main {
    margin-top: 0px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/**
* Desktop Navigation 
*/

.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar ul li a.active:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    color: #0f4c8b;
    background: #0f4c8b;
    bottom: -19px;
    left: 0px;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 5px 10px 10px;
    font-size: 13px;
    color: #4e4039;
    white-space: nowrap;
    transition: 0.3s;
    font-family: "Poppins", sans-serif;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #2e669f;
}

.navbar .getstarted,
.navbar .getstarted:focus {
    background: #0f4c8b;
    color: #fff;
    padding: 10px 25px;
    margin-left: 30px;
    border-radius: 50px;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
    color: #fff;
    background: #e0001a;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #eb5d1e;
}

.Eligible-cart img {
    display: none;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
    color: #7a6960;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(78, 64, 57, 0.9);
    transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #7a6960;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #eb5d1e;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #eb5d1e;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.legrand_fix {
/*    background: rgba(16, 144, 203, 0.1);*/
    width: 100%;
    padding-bottom: 70px;
    flex-shrink: 0;
}
.main-banner {
    padding-top: 70px;
}
.legrand-banner-text {
    float: left;
    padding-right: 20px;
    padding-top: 117px;
    width: 50%;
}

.legrand-banner-text h5 {
    color: #646464;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 14px;
}

.legrand-banner-text h1 {
    color: #222;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.legrand-banner-text h1 span {
    color: #1a68de;
}

.online-apply-img-1 img {
    width: 100%;
    border-radius: 10px;
}

.online-apply-img-2 img {
    width: 100%;
    border-radius: 10px;
    height: 220px;
    object-fit: cover;
    margin-top: 40px;
}

.legrand-banner-text p {
    color: #5c5c5c;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 204.3%;
    margin-top: 20px;
}

.legrand-banner-text p small {
    color: #343434;
    font-weight: 600;
}

.apply-button a {
    display: inline-flex;
    padding: 9px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #1a68de;
    color: #fff;
    font-size: 15px;
}

.apply-button {
    float: left;
    width: 56%;
}

.apply-button a:hover {
    background: #2b78ed;
}

.contact-button {
    float: left;
    width: 35%;
}

.contact-button a {
    display: inline-flex;
    padding: 9px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #1a68de;
    background: #fff;
    font-size: 15px;
    color: #1a68de;
}

.contact-button a:hover {
    background: #2b78ed;
    color: #fff;
}

.banner-hero {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.legrand-img img {
    width: 100%;
    flex-shrink: 0;
    float: right;
    margin-top: 148px;
    position: relative;
}

.legrand-img {
    width: 50%;
    float: right;
}

.outer-layer {
    width: 325px;
    height: 390px;
    flex-shrink: 0;
    border-radius: 173.5px;
    border: 0.4px solid #dfdfdf;
    background: #d9f3ff;
    position: absolute;
    left: -71px;
    top: 17px;
}

.outer-layer img {
    width: 92%;
    height: auto;
    margin-top: 23px;
}

.headline-support {
    color: #525252;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/*--------------------------------------------------------------
# Sections scholarship support starts
--------------------------------------------------------------*/

.support-scholarship {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #525252;
    text-align: center;
}

.fee-60 {
    float: left;
    width: 50%;
    position: relative;
}

.fee-80 {
    float: right;
    width: 46%;
    margin-left: 30px;
}

.courses-fee {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 80px;
}

.img-60 svg {
    border-radius: 10px;
    background: #e8f4fa;
    padding: 9px 10px;
}

#fee-structure {
    width: 90%;
    margin: 0% auto;
}

.fee-text {
    float: left;
    width: 60%;
}

.img-60 {
    float: left;
    width: 20%;
}

.fee-text p {
    color: #222;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 175%;
    margin-bottom: 0px;
}

.fee-text span {
    color: #1a68de;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 175%;
    /* 45.5px */
}

.fee-60::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    color: #c7c7c7;
    background-color: #c7c7c7;
    right: 22px;
}

.program-about {
    border-radius: 20px;
    background: #f4f4f4;
    width: 90%;
    margin-top: 55px; height: 100%;
    padding: 35px 20px;
}

.program-about h3 {
    color: #222;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%;
    /* 47.6px */
}

.program-about p {
    color: #545454;
    text-align: center;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.apply-btn a {
    padding: 7px 33px;
    text-align: center;
    border-radius: 10px;
    background: #1a68de;
    color: #fff;
    width: 50%;
    display: block;
    margin: 0 auto;
    font-size: 15px;
}

.apply-btn a:hover {
    background: #2b77e9;
}

.view-btn a {
    padding: 7px 33px;
    text-align: center;
    border-radius: 10px;
    background: #ffffff;
    color: #1a68de;
    width: 50%;
    display: block;
    margin: 0 auto;
    font-size: 15px;
}

.view-btn {
    margin-top: 24px;
    display: inline-block;
    width: 90%;
}

.about-legrand-program {
    border-radius: 20px;
    background: #1a68de;
    width: 90%;
    margin-top: 55px;
    padding: 35px 20px;
}

.about-legrand-program h3 {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%;
    /* 47.6px */
}

.about-legrand-program p {
    color: #ffffff;
    text-align: center;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.clear-both {
    clear: both;
}

.scholarship-support {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    position: relative;
}

.sholarship-offer {
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Sections scholarship support ends
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Sections what we offer starts
--------------------------------------------------------------*/

.sholarship-offer h3 {
    color: #525252;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.what-we-offer,
.scholars-qualification,
.testimonials {
    float: left;
    width: 100%;
    padding-bottom: 70px;
    position: relative;margin-top: 60px;
}

.four-group {
    float: left;
    width: 49%;
}

.mentoring-support {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    position: relative;
}

.iocn-mentoring,
.iocn-intership,
.iocn-support,
.iocn-seven {
    float: left;
    width: 65px;
    height: 65px;
    margin-right: 30px;
    padding: 13px 11px;
    position: relative;
}

.mentoring-support::after {
    position: absolute;
    content: "";
    top: 0px;
    right: 50px;
    color: #ccc;
    /*  background: #ccc;*/
    height: 220px;
    width: 0.6px;
}

.mentoring-support::before {
    position: absolute;
    content: "";
    bottom: -11px;
    right: 50px;
    color: #ccc;
    /*  background: #ccc;*/
    height: 1px;
    width: 420px;
}

.scholarship-support::before {
    position: absolute;
    content: "";
    bottom: -11px;
    right: 50px;
    color: #ccc;
    /*  background: #ccc;*/
    height: 1px;
    width: 473px;
}

.text-mentoring,
.text-intership,
.text-support,
.text-seven {
    float: left;
    width: 60%;
}

.text-mentoring span,
.text-intership span,
.text-support span,
.text-seven span {
    color: #222;
    text-align: center;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 177.9%;
    /* 46.254px */
    letter-spacing: 0.26px;
}

.text-mentoring p,
.text-intership p,
.text-support p,
.text-seven p {
    color: #797979;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 177.9%;
    /* 28.464px */
    letter-spacing: 0.16px;
}

.class-comb {
    background: #fff;
    width: 85%;
    margin: 0 auto;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 4px 114px 0px rgba(0, 0, 0, 0.09);
    padding: 29px 32px;
}

.purple {
    border-radius: 20px;
    background: #f1e8ff;
}

.peache {
    border-radius: 20px;
    background: #fff2f2;
}

.pink {
    border-radius: 20px;
    background: #ffe7fb;
}

.light-blue {
    border-radius: 20px;
    background-color: #e2f3ff;
}

/*--------------------------------------------------------------
# Sections what we offer ends
--------------------------------------------------------------*/

.scholarships {
    float: left;
    width: 100%;
}
 
.main-eligile-corner {
    width: 82%;
    margin: 0 auto;
}

.corner-left h5 {
   font-size: 14px;
    line-height: 1.8;
}

.Eligible-cart { display: none;
    stroke-width: 1px;
    position: absolute;
    clear: both;
}

.border-line {
    position: relative;
}

.corner-left {
    width: 50%;
    float: left;
}

.corner-right {
    width: 50%;
    float: left;
}

.corner-right img {
    width: 500px;
    height: 500px;
    /* float: right; */
    object-fit: scale-down;
}

.corner-left h3 {
    color: #08d3bb;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%;
    /* 51px */
}

.corner-left h3 span {
    color: #222;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%;
}

.corner-left ul {
    padding-left: 15px;
}

.corner-left ul li {
    color: #222;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 28.8px */
}

.right-application h3 {
    color: #222;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%;
    /* 51px */
}

.right-application h3 span {
    color: #1090cb;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%;
}

.left-application {
    float: left;
    width: 50%;
}

.left-application img {
    width: 500px;
    height: 500px;
    /* float: right; */
    object-fit: scale-down;
}

.right-application {
    float: right;
    width: 28%;
}

.online-application {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.right-application ul {
    padding-left: 16px;
    margin-top: 27px;
}

.right-application ul li {
    font-size: 13px;
    line-height: 27px;
}

.left-application img {
    width: 400px;
    float: right;
}

.connect-program {
    color: #222;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 51px;
    /* 51px */
}

.Scholar-connect-program {
    width: 100%;
    float: left;
      margin-top: 95px;
    position: relative;
}

.connect-program-online {}

.connect-program-online h3 {
    color: #222;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%;
    margin-top: -28px;
    margin-left: 100px;
}

.connect-program-online h3 span {
    color: #9208d3;
}

.student-apply-online {
    position: absolute;
     top: -28px;
    left: 50px;
    width: 40px;
    padding: 7px 6px;
    height: 40px;
    background: #9208d3;
    border-radius: 20px;
}

.legrand-text-scholship {
    float: right;
    width: 39%;
}

.legrand-scholrship {
    margin-top: 45px;
}

.connect-two-img {
    float: left;
    width: 60%;
}

.legrand-text-scholship h6 {
    color: #1090cb;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.legrand-text-scholship h3 {
    color: #222;
    font-family: Poppins;
   font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}


.legrand-text-scholship p {
    color: #868686;
    font-family: Poppins;
     font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    text-align: justify;
   
}

.online-apply-img-1 {
    float: left;
    margin-right: 25px;
    width: 39%;
    padding-top: 87px;
}

.online-apply-img-2 {
    float: left;
    width: 44%;
}

.legrand-concert {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.legrand-concert-left {
    float: left;
    width: 48%;
    margin-right: 2%;
}

.legrand-concert-left img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.legrand-concert-right img {
    width: 100%;
    border-radius: 10px;
}

.what-we-say {
    padding-top: 50px;
}

.what-we-say h3 {
    color: #525252;
    font-family: Poppins;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin-bottom: 48px;
}

.scholar-say {
    float: left;
    width: 100%;
}

.carousel-item img {
    width: 100%;
}

.corner-rightmmm {
    display: none;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    padding: 0px 0px;
}

.section-bg {
    background-color: #fef8f5;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 0;
    line-height: 1px;
    margin-bottom: 15px;
    color: #c2b7b1;
}

.section-title p {
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    font-size: 32px;
    font-weight: 700;
    color: #4e4039;
}

.section-title p::after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 2px;
    background: #eb5d1e;
    bottom: 0;
    left: calc(50% - 30px);
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
    padding: 15px 0;
    background-color: #fef5f1;
    min-height: 40px;
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }
    .breadcrumbs ol {
        display: block;
    }
    .breadcrumbs ol li {
        display: inline-block;
    }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about h3 {
    font-weight: 700;
    font-size: 34px;
    color: #4e4039;
}

.about h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
    color: #7a6960;
}

.about i {
    font-size: 48px;
    margin-top: 15px;
    color: #f39e7a;
}

.about p {
    font-size: 15px;
    color: #5a6570;
}

@media (max-width: 991px) {
    .about .about-img img {
        max-width: 70%;
    }
}

@media (max-width: 767px) {
    .about .about-img img {
        max-width: 90%;
    }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin: 0 0 40px 0;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
    text-align: center;
    border-bottom: 3px solid #fff;
}

.services .icon-box:hover {
    transform: translateY(-5px);
    border-color: #ef7f4d;
}

.services .icon i {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 15px;
    color: #ef7f4d;
}

.services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.services .title a {
    color: #111;
}

.services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 0 35px 0;
    list-style: none;
    text-align: center;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 0 15px 15px 0;
    display: inline-block;
    padding: 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #212529;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #eb5d1e;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    z-index: 1;
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(122, 105, 96, 0.6);
    position: absolute;
    left: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
}

.portfolio .portfolio-wrap img {
    transition: 0.3s;
    position: relative;
    z-index: 1;
}

.portfolio .portfolio-wrap .portfolio-links {
    opacity: 0;
    left: 0;
    right: 0;
    top: calc(50% - 32px);
    text-align: center;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: #eb5d1e;
    margin: 0 4px;
    line-height: 0;
    background-color: #fff;
    padding-top: 6px;
    padding-right: 1px;
    border-radius: 50px;
    text-align: center;
    width: 32px;
    height: 32px;
    display: inline-block;
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
    line-height: 0;
    font-size: 20px;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    background: #eb5d1e;
    color: #fff;
}

.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}

.portfolio .portfolio-wrap:hover::before {
    left: 0;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
    opacity: 1;
    top: calc(50% - 16px);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
    bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/

.portfolio-details {
    padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #eb5d1e;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #eb5d1e;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(122, 105, 96, 0.08);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/

.faq {
    padding: 20px 0;
    float: left;
    width: 100%;
    margin-top: 45px;
}

ul.faq-list {
    border-radius: 18px;
    background: #fff;
    box-shadow: 0px 5px 16px 0px rgba(8, 15, 52, 0.06);
    padding: 24px 24px !important;
}

.address-icon {
    width: 37px;
    height: 37px;
    padding: 5px 12px;
    border-radius: 70px;
    background: #1090cb;
    float: left;
}

.contact-us {
    margin-bottom: 20px;
}

.social-media {}

.social-media ul {
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 22px;
    margin-left: 0px;
}

.social-media ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.social-media ul li a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    text-align: center;
    display: inline-block;
}

.social-media ul li a {
    width: 38px;
    cursor: pointer;
    height: 38px;
    z-index: 1;
    position: relative;
    box-shadow: 0px 0px 6px 0px #e8e6e6;
    border-radius: 30px;
    padding: 7px 0;
    display: block;
    text-align: center;
}

.address-text {
    float: right;
    width: 79%;
    color: #222;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}

.narrow-shot {
    width: 55%;
    margin: 0px auto;
}

.faq .faq-list {
    padding: 0;
    list-style: none;
}

.faq .faq-list li {
    border-bottom: 1px solid #eae7e5;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.faq .faq-list .question {
    display: block;
    position: relative;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    padding-left: 25px;
    cursor: pointer;
    transition: 0.3s;
}

.faq .faq-list i {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: -2px;
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 25px;
    font-size: 14px;
    font-weight: 300;
    line-height: 27px;
    font-family: "Poppins", sans-serif;
}

.faq .faq-list .icon-show {
    display: none;
}

.faq .faq-list .collapsed {
    color: #343a40;
}

.faq .faq-list .collapsed:hover {
    color: #eb5d1e;
}

.faq .faq-list .collapsed .icon-show {
    display: inline-block;
    transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
    display: none;
    transition: 0.6s;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.team {
    background: #fff;
    padding: 60px 0;
}

.team .member {
    text-align: center;
    margin-bottom: 20px;
    background: #343a40;
    position: relative;
    overflow: hidden;
}

.team .member .member-info {
    opacity: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
}

.team .member .member-info-content {
    position: absolute;
    left: 50px;
    right: 0;
    bottom: 0;
    transition: bottom 0.4s;
}

.team .member .member-info-content h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
    color: #fff;
}

.team .member .member-info-content span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #fff;
}

.team .member .social {
    position: absolute;
    left: -50px;
    top: 0;
    bottom: 0;
    width: 50px;
    transition: left ease-in-out 0.3s;
    background: rgba(78, 64, 57, 0.6);
    text-align: center;
}

.team .member .social a {
    transition: color 0.3s;
    display: block;
    color: #fff;
    margin-top: 15px;
}

.team .member .social a:hover {
    color: #eb5d1e;
}

.team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}

.team .member:hover .member-info {
    background: linear-gradient( 0deg, rgba(78, 64, 57, 0.95) 0%, rgba(78, 64, 57, 0.95) 15%, rgba(255, 255, 255, 0) 100%);
    opacity: 1;
    transition: 0.4s;
}

.team .member:hover .member-info-content {
    bottom: 30px;
    transition: bottom 0.4s;
}

.team .member:hover .social {
    left: 0;
    transition: left ease-in-out 0.3s;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/

.clients .clients-slider .swiper-slide img {
    opacity: 0.5;
    transition: 0.3s;
}

.clients .clients-slider .swiper-slide img:hover {
    opacity: 1;
}

.clients .clients-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #eb5d1e;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #eb5d1e;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/

.contact .info {
    border-top: 3px solid #eb5d1e;
    border-bottom: 3px solid #eb5d1e;
    padding: 30px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
    font-size: 20px;
    color: #eb5d1e;
    float: left;
    width: 44px;
    height: 44px;
    background: #fdf1ec;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #7a6960;
}

.contact .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #ab9d95;
}

.contact .info .email p {
    padding-top: 5px;
}

.contact .info .social-links {
    padding-left: 60px;
}

.contact .info .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    margin-right: 10px;
}

.contact .info .social-links a:hover {
    background: #eb5d1e;
    color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background: #eb5d1e;
    color: #fff;
}

.contact .php-email-form {
    width: 100%;
    border-top: 3px solid #eb5d1e;
    border-bottom: 3px solid #eb5d1e;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
    background: #eb5d1e;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #ef7f4d;
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #fff;
    padding: 0 0 30px 0;
    color: #212529;
    font-size: 14px;
    background: #fef8f5;
}

#footer .footer-newsletter {
    padding: 50px 0;
    background: #fef8f5;
    text-align: center;
    font-size: 15px;
}

#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    color: #4e4039;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px 4px;
    width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #eb5d1e;
    color: #fff;
    transition: 0.3s;
    border-radius: 4px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
    background: #c54811;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #fff;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #5c5c5c;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #212529;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #f39e7a;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #5c5c5c;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #eb5d1e;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #eb5d1e;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #ef7f4d;
    color: #fff;
    text-decoration: none;
}

#footer .copyright {
    text-align: center;
    float: left;
}

#footer .credits {
    float: right;
    text-align: center;
    font-size: 13px;
    color: #212529;
}

#footer .credits a {
    color: #eb5d1e;
}

@media (max-width: 575px) {
    #footer .copyright,
    #footer .credits {
        float: none;
        -moz-text-align-last: center;
        text-align-last: center;
        padding: 3px 0;
    }
}

.about-program {
    background-color: #f7f7f7;
    padding-bottom: 30px;
    padding-top: 30px;
}

.program-image img {
    width: 400px;
    height: 330px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.program-text h1 {
    font-size: 26px;
    font-weight: 700;
    color: #655ab1;
}

.program-text p {
    font-size: 13px;
    line-height: 27px;
}
.main-banner img {
    width: 100%;
}
.program-image img {
    width: 400px;
    height: 330px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.program-text h1 {
    font-size: 26px;
    font-weight: 700;
    color: #655ab1;
}

.scholarship-tab {
    padding-bottom: 29px;
}

.program-text p {
    font-size: 13px;
    line-height: 27px;
    color: #000;
    font-family: "Poppins";
    padding: 10px 15px 5px 0px;
}

.scholarship-tab h2 {
    font-size: 26px;
    font-weight: 700;
    color: #655ab1;
    margin-left: 85px;
    position: relative;
    clear: both;
}

.accordian-main1 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #004587;
    box-shadow: none;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 2px;
}

.accordion-header {
    margin-bottom: 0;
    border: 1px solid #004587;
    border-radius: 10px;
}

.accordion-item {
    background-color: #fff;
    border: none;
    margin-bottom: 5px;
}

.accordion-header {
    border-radius: 4px;
}

.accordion-flush .accordion-collapse {
    border-width: 0;
    background-color: #f7f7f7;
}

.custom-accordian ul li {
    font-size: 14px;
    margin-bottom: 8px;
}

.scholarship-tab h2::before {
    content: url("../../images/scholarship-cap.png");
    position: absolute;
    top: -4px;
    left: -63px;
    width: 35px;
    height: 26px;
}

.slide-move {
    margin-top: 5px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.count {
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
}

.count span {
    font-size: 15px;
    display: block;
    font-weight: 400;
}

.scholar-connect-program {
    padding-top: 30px;
    padding-bottom: 30px;
    float: left;
    width: 100%;
    background: #1090cb;
    display: inline-flex;
    padding: 120px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.connect-program h3 {
    font-size: 26px;
    text-align: center;
}

.connect-program p {
    width: 68%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 26px;
    margin-top: 18px;
    margin-bottom: 30px;
    font-weight: 500;
}

.logo-define {
    margin-top: 30px;
}

ul.address-details {
    list-style: none;
    padding-left: 10px;
    margin-top: 20px;
}

ul.address-details li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 14px;
}

.contact-us img {
    width: auto;
    display: block;
}

.logo-define img {
    width: auto;
    height: 80px;
}

.contact-details {
    padding-top: 40px;
    padding-bottom: 40px;
    float: left;
    width: 100%;
}

.contact-us h3 {
    margin-bottom: 0px;
    color: #000;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer {
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #d2d2d2;
    float: left;
    width: 100%;
}

.footer p {
    color: #686868;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 190.6%;
    /* 24.778px */
    text-align: center;
}

.slide-move .owl-dots {
    display: none;
}

.proud-scholar h3 {
    font-size: 26px;
    text-align: center;
}

ul.tabs-pround-moment {
    margin-left: auto;
    list-style: none;
    display: flex;
    margin-right: auto;
    text-align: center;
    width: 84%;
    margin-bottom: 0px;
    border-radius: 50px;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 30px;
    margin-top: 30px;
}

ul.tabs-pround-moment li {
    text-align: center;
    display: inline-flex;
    margin-right: 25px;
}

ul.tabs-pround-moment li button {
    background: none;
    border: none;
}

ul.tabs-pround-moment li button.active {
    background: #004587;
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
}

.scholarship-moment {
    background: #f7f7f7;
    padding-top: 40px;
    padding-bottom: 25px;
    float: left;
}

.slide-1 ul {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.slide-1 ul li {
    display: inline-block;
    margin-left: 36px;
    list-style: none;
    margin-bottom: 60px;
    position: relative;
}

.slide-1 ul li img {
    width: 113px !important;
    height: 113px;
    border-radius: 80px;
    border: 1px solid #ffa033;
}

.Faqs {
    padding-top: 30px;
    padding-bottom: 50px;
}

.faq-heading h3 {
    color: #525252;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.faq-image {
    position: relative;
}

.faq-image img {
    width: auto;
    height: 230px;
    position: absolute;
    top: 145px;
}

ul.faq-collapse {}

ul.faq-collapse li {
    border-bottom: none !important;
    margin-bottom: 0px !important;
    padding-bottom: 5px !important;
    font-size: 14px;
    color: #4d545a;
    font-weight: 300;
}

.proud-scholar ul.nav li {
    background: #afafaf;
    color: #fff;
    border-radius: 20px;
}

.proud-scholar ul.nav li button {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}

.img-text {
    position: absolute;
    z-index: 99;
    left: -74px;
    top: 60px;
    width: 150px;
    height: 150px;
}

.img-text p {
    position: absolute;
    left: 63px;
    top: 35px;
    font-size: 12px;
    width: 135px;
    margin-bottom: 0;
    text-align: center;
    word-wrap: break-word;
    background: #fff;
    padding: 8px 10px;
    /*border-radius: 0px 0px 0px 0px;*/
    border-radius: 6px;
    /* border: 1px solid #ddd; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-transform: capitalize;
    /*    position: absolute;
    left: 63px;
    top: 35px;
    font-size: 12px;
    width: 72px;
    padding: 0px;
    margin-bottom: 0;
    text-align: center;
    word-wrap: break-word;*/
}

.slide-1 ul li .img-text svg {
    display: none;
}

@media screen and (max-width: 1024px) {
    .apply-button {
        float: left;
        width: 40%;
    }
    #fee-structure {
        width: 100%;
        margin: 0% auto;
    }
    .class-comb {
        width: 100%;
    }
    .main-eligile-corner {
        width: 100%;
    }
    .legrand-scholrship {
        overflow: hidden;
    }
    .online-apply-img-1 img {
        max-width: 100%;
    }
    .online-apply-img-2 img {
        max-width: 100%;
    }
    .legrand-concert {
        display: flex;
        justify-content: space-between;
    }
    .legrand-concert-left img,
    .legrand-concert-right img {
        max-width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .legrand-concert-right {
        width: 48%;
    }
    ul.tabs-pround-moment {
        width: 100%;
        margin-bottom: 0;
        justify-content: center;
    }
    .slide-1 ul {
        display: flex;
        flex-wrap: wrap;
    }
    .narrow-shot {
        width: 100%;
        margin: 0px auto;
        max-width: 100%;
    }
    .faq-heading h3 {
        font-size: 24px;
    }
    .social-media ul li {
        margin-right: 14px;
    }
}

@media screen and (max-width: 991px) {
    .Eligible-cart {
        stroke-width: 1px;
        position: absolute;
        clear: both;
        display: none;
    }
    .legrand-banner-text h1,
    .legrand-banner-text h1 span {
        font-size: 20px;
    }
    .main-banner {
        position: relative;
    }
    .outer-layer {
        width: 245px;
        left: 0;
    }
    .legrand-banner-text p {
        font-size: 14px;
        margin-top: 10px;
    }
    .banner-hero {
        margin-top: 10px;
    }
    .apply-button {
        float: left;
        width: 50%;
    }
    .contact-button {
        float: left;
        width: 50%;
    }
    .legrand_fix {
        padding-bottom: 30px;
    }
    .headline-support h2,
    .sholarship-offer h3 {
        font-size: 24px;
    }
    .courses-fee {
        margin-top: 40px;
    }
    .fee-80 {
        margin-left: 0px;
    }
    .fee-text p {
        font-size: 14px;
    }
    .fee-text span {
        font-size: 22px;
    }
    .apply-btn a {
        width: 100%;
        font-size: 15px;
        max-width: 200px;
    }
    .view-btn {
        margin-top: 20px;
        width: 100%;
    }
    .view-btn a {
        width: 100%;
        font-size: 15px;
        max-width: 200px;
    }
    .about-legrand-program {
        max-height: 100%;
    }
    .class-comb {
        width: 100%;
        padding: 25px 20px;
    }
    .mentoring-support::before,
    .mentoring-support::after,
    .scholarship-support::before {
        display: none;
    }
    .seven-support {
        margin-top: 30px;
        display: inline-block;
    }
    .online-application {
        margin-top: 10px;
    }
    .corner-left {
        width: 76%;
        float: left;
    }
    .corner-right {
        width: 24%;
        float: left;
    }
    .corner-right img {
        width: 100%;
        height: 310px;
        float: right;
        max-width: 100%;
        margin-top: 20px;
    }
    .right-application {
        float: right;
        width: 65%;
    }
    .left-application {
        float: left;
        width: 35%;
    }
    .left-application img {
        width: 100%;
        height: 310px;
        float: right;
        max-width: 100%;
        margin-top: 20px;
    }
    .Scholar-connect-program {
        margin-top: 125px;
    }
    .connect-program-online h3 {
        font-size: 22px;
        margin-left: 64px;
        line-height: 170%;
        margin-top: -38px;
    }
    .student-apply-online {
        left: 20px;
    }
    .legrand-text-scholship h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .legrand-text-scholship p {
        font-size: 15px;
        text-align: left;
    }
    .what-we-say h3,
    .faq-heading h3 {
        font-size: 22px;
    }
    .scholar-connect-program {
        padding: 20px 0px;
    }
    .count {
        font-size: 30px;
    }
    .contact-details .row {
        display: inline-block;
    }
    .contact-details .mobilefooter {
        width: 49%;
        height: 150px;
        display: inline-block;
        max-width: 100%;
    }
    .contact-us {
        margin-bottom: 0px;
        margin-top: 0px;
        display: inline-block;
    }
    .address-icon {
        width: 25px;
        margin-right: 10px;
        height: 25px;
        padding: 0px 6px;
    }
    .address-text {
        float: left;
        margin-top: 10px;
        width: 100%;
    }
    .footermg img {
        margin-top: 20px !important;
        display: inline-block;
    }
    .contact-us h3 {
        font-size: 20px;
    }
    .right-application ul {
        margin-top: 0;
    }
    .img-text p {
        font-size: 11px;
    }
}

@media screen and (max-width: 767px) {
    .legrand-banner-text {
        float: left;
        padding-top: 40px;
        width: 100%;
    }
    .legrand-banner-text h5 {
        font-size: 15px;
        padding-bottom: 4px;
    }
    .legrand-banner-text h1,
    .legrand-banner-text h1 span {
        font-size: 18px;
    }
    .apply-button {
        float: left;
        width: 44%;
        margin-right: 12px;
    }
    .contact-button {
        width: 49%;
        margin-top: 0;
    }
    .banner-hero {
        margin: 0px auto;
        display: block;
        text-align: center;
    }
    .apply-button a,
    .contact-button a {
        /* width: 80%; */
        font-size: 14px;
        padding: 9px 35px;
    }
    .legrand-img {
        width: 100%;
        height: auto;
        margin-top: 40px !important;
        margin: 0px auto;
        display: block;
    }
    .outer-layer {
        width: 100%;
        left: 0;
        right: 0;
        margin: 0px auto;
        height: 100%;
    }
    .outer-layer img {
        max-width: 70%;
        height: auto;
        margin-top: 23px;
        margin: 0px auto;
        display: block;
    }
    .headline-support h2,
    .sholarship-offer h3 {
        font-size: 18px;
    }
    .fee-60 {
        float: left;
        width: 100%;
        position: relative;
    }
    .fee-80 {
        float: left;
        width: 100%;
        margin-top: 30px !important;
    }
    .fee-60::after {
        display: none;
    }
    .fee-text span {
        font-size: 18px;
    }
    .aboutmoblies {
        display: inline-block;
    }
    .aboutmoblies2 {
        width: 100%;
    }
    .program-about {
        width: 100%;
    }
    .about-legrand-program {
        margin-top: 25px;
        width: 100%;
    }
    .view-btn {
        margin-top: 0;
        width: 100%;
    }
    .four-group {
        float: left;
        width: 100%;
    }
    .mentoring-support {
        margin-bottom: 10px;
    }
    .text-mentoring,
    .text-intership,
    .text-support,
    .text-seven {
        float: left;
        width: 70%;
    }
    .iocn-mentoring,
    .iocn-intership,
    .iocn-support,
    .iocn-seven {
        margin-right: 10px;
    }
    .seven-support {
        margin-top: 0px;
        display: inline-block;
    }
    .corner-left {
        width: 100%;
        float: left;
    }
    .corner-right {
        width: 100%;
        float: left;
    }
    .left-application {
        float: left;
        width: 100%;
    }
    .right-application {
        float: left;
        width: 100%;
        margin-top: 20px;
    }
    .corner-right img {
        display: none;
    }
    .corner-rightmmm {
        display: block;
    }
    .corner-rightmmm img {
        width: 100%;
        height: 310px;
        float: right;
        max-width: 100%;
        margin-top: 20px;
        object-fit: scale-down;
    }
    .connect-two-img {
        float: left;
        width: 100%;
    }
    .legrand-text-scholship {
        float: left;
        width: 100%;
        margin-top: 20px;
    }
    .legrand-text-scholship {
        float: left;
        width: 100%;
        margin-top: 20px;
    }
    .legrand-concert-left {
        float: left;
        margin-bottom: 10px;
        width: 100%;
    }
    .legrand-concert-right {
        float: left;
        width: 100%;
    }
    .legrand-concert {
        display: inline-block;
        /* justify-content: space-between; */
    }
    .what-we-say h3,
    .faq-heading h3 {
        font-size: 19px;
    }
    .proud-scholar ul.nav li {
        background: #afafaf;
        color: #fff;
        margin-right: 0;
        margin-bottom: 13px;
        border-radius: 20px;
        display: inline-block;
    }
    ul.tabs-pround-moment {
        width: 100%;
        justify-content: flex-start;
        display: inline-block;
    }
    .slide-1 ul li {
        display: inline-block;
        margin-left: 0;
    }
    .slide-1 ul {
        display: flex;
        padding: 0 30px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .scholar-connect-program .row {
        display: inline-block;
    }
    .scholar-connect-program .countmobliess {
        width: 49%;
        float: left;
    }
    .scholar-connect-program {
        padding: 50px 0px 0px 0px;
    }
    .contact-details .mobilefooter {
        width: 100%;
        height: auto;
        display: inline-block;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .footermg img {
        margin-top: 0px !important;
        display: inline-block;
    }
    .contact-details {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0px;
    }
    .main-banner {
        display: flex;
        flex-direction: column-reverse;
        padding-top: 90px;
    }
    .program-about h3,
    .about-legrand-program h3 {
        font-size: 18px;
    }
    .class-comb {
        padding: 20px 15px;
    }
    .scholarship-support {
        margin-bottom: 10px;
    }
    .contact-us {
        margin-bottom: 15px;
        margin-top: 0px;
        display: inline-block;
        width: 100%;
    }
    .address-text {
        float: left;
        margin-top: 0;
        width: 83%;
        padding-top: 0;
        line-height: 22px;
    }
    .count {
        margin-bottom: 40px;
    }
    .connect-program-online h3 {
        font-size: 20px;
        line-height: 1.5;
    }
    .legrand-img img {
        margin-top: 0px;
    }
    .legrand-banner-text {
        padding-right: 0px;
    }
    .fee-text .Specialtext {
        margin-top: 14px;
    }
    .Eligible-cart img {
        display: block;
    }
    .online-apply-img-1 {
        float: left;
        margin-right: 0;
        width: 100%;
        padding-top: 0;
        margin-bottom: 17px;
    }
    .online-apply-img-2 {
        width: 100%;
    }
    #customers-testimonials .item {
        margin-right: 0;
    }
    .Specialtext {
        width: 100%;
    }
}

.legrandcont {
    width: 100%;
   
    padding: 30px;
    display: inline-block;
}

.legrand-program {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.legrand-program h3 {
    color: #000;
    font-family: Poppins;
  font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin-bottom: 28px;
}

.legrand-program-legrand {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    h4 {
        font-weight: 600;
    }
}

.legrand-program-left {
    padding-right: 20px;
    p {
       
        text-align: justify; color: #000;
    font-family: Poppins;
    font-size: 14px;
    }
    ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        li {
            font-size: 14px;
        }
    }
}
.legrand-program-divss p{ color: #000;
    font-family: Poppins;
    font-size: 14px; }
.legrand-program-legrandmain {
    width: 100%;
    display: inline-block;
    margin-top: 40px;
    text-align: center;
    h4 {
        text-align: center;
    }
    p {
        text-align: center; font-family: Poppins;
    font-size: 14px;
    }
}.program-about ul {
    list-style-type: disc;
    margin: 0;
    padding: 0 20px;
}

.program-about ul li {
    font-size: 13px;
    text-align: left;
    color: #545454;
    font-weight: 400;
    line-height: 27px;
    width: 100%;
    float: left;
}