body {

    overflow-x: hidden;
}

:root {
    --primary-color: #250097;
}

body h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a,
button {
    font-family: 'Poppins', sans-serif;
}



.topnav {
    overflow: hidden;
    /* background-color: #333; */
    background: transparent;
    display: flow-root;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.links ul li a {
    color: #fff;
    text-decoration: none;
}

.links ul li {
    list-style: none;
}

section.footer-section img {
    width: 70%;
}

.links ul {
    padding: 0;
    margin: 0;
}

.floating_btn {
    position: fixed;
    bottom: 0px;
    left: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items:
        center;
    justify-content:
        center;
    z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}


.brand-logo img {
    width: 100%;
}

.top-nav-all .row {
    display: flex;
    align-items: center;
    width: 99%;
}

.thankyou-blk {
    text-align: center;
    padding: 140px 0px;
}

.thankyou-blk h1 {
    font-size: 40px;
    color: #605e86;
    font-family: 'Poppins';
}

.thankyou-blk i {
    font-size: 60px;
    background: #0000ff;
    color: #fff;
    min-width: 100px;
    padding: 18px 0px;
    margin: 20px 0px;
    border-radius: 100px;
}

.thankyou-blk h5 {
    font-family: 'Poppins';
    font-size: 29px;
    color: #605e86;
}

.thankyou-blk a {
    display: inline-block;
    width: 18%;
    background: #aeebdc;
    border-radius: 5px;
    padding: 13px 0px;
    color: #605e86;
    text-decoration: unset;
    margin: 30px 0px;
    font-family: poppins;
}

.topnav a:hover {
    background-color: #ffffff;
    color: black;
    /* border-radius: 10px; */
}

/* .topnav a.active {
    background: transparent;
    color: #f2f2f2;
    margin-left: 0px;
} */

/* .topnav a.active:hover,
a.active {
    background-color: #ddd;
    color: black;
    border-radius: 10px;
} */

.topnav .icon {
    display: none;
}

.top-nav-all {
    background-color: var(--primary-color);
    display: flex;
    padding: 20px 0;
    justify-content: space-around;
    align-items: center;
    position: relative;
    z-index: 1;
}

.brand-logo {
    margin-left: 15px;
    margin-right: 0px;
}

@media screen and (max-width: 600px) {
    .topnav a {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: fixed;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    .brand-logo {
        margin-left: 2px;
        margin-right: -1px;
    }

    .topnav a.active {
        margin-left: 42px;
        margin-right: 10px;
    }

    a.icon {
        margin-left: 125px;
    }

    .top-nav-all {
        background-color: #b5b5b5;
    }
}


/* NavBar Css End */

.welcome-section {
    padding: 170px 0px 100px 0px;
    margin-top: -70px;
    background-image: url("images/main-banner-2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    position: relative;
}

section.welcome-section::before {
    content: '';
    position: absolute;
    background-color: #000;
    top: 0;
    left: 0;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    opacity: .4;
    z-index: 0;
}

.wel-ban-content {
    padding: 15px;
    z-index: 1;
    position: relative;
}

.wel-ban-heading {
    font-weight: 600;
    padding-bottom: 15px;
}

.wel-ban-text {
    padding-bottom: 15px;
}

.wel-ban-button {
    padding: 12px 34px;
    /* border-radius: 7px; */
    background-color: var(--primary-color);
    border: solid 1px var(--primary-color);
    text-decoration: none;
    color: #fff;
    margin-right: 15px;
}

.wel-ban-button:hover {
    background-color: white;
    color: #000;
}

.course-section {
    background-color: var(--primary-color);
    padding: 100px 0px;
}

section.course-section h3 {
    font-weight: 600;
}

.in-course-sect {
    text-align: center;
    padding: 0px 120px;
    margin: auto;
    color: #fff;
}

.course-head {
    font-size: 2.5rem;
    font-weight: 600;
}

.course-text {
    padding: 0 55px 25px;
}

.course-sect-services {
    position: relative;
}

.course-button {
    padding: 10px 15px;
    border: solid 1px #111;
    color: white;
    background-color: #111;
    border-radius: 4px;
    font-weight: 700;
    margin-top: 7px;
    /* position: absolute; */
    /* bottom: 25px; */
    text-decoration: none;
    margin-right: 8px;
}

.course-button:hover {
    background-color: #fff;
    color: #000;
}

.subject-button {
    padding: 10px 15px;
    border: solid 1px #111;
    color: rgb(0, 0, 0);
    background-color: #ffffff;
    border-radius: 4px;
    font-weight: 700;
    margin-top: 7px;
    /* position: absolute; */
    /* bottom: 25px; */
    text-decoration: none;
    margin-right: 8px;
}

.subject-button:hover {
    background-color: #000000;
    color: #ffffff;
}


.course-service-1 {
    background-color: #ffffff;
    padding: 35px 20px;
    border-radius: 10px;
    margin-top: 15px;
    min-height: 525px;
}

.course-service-2 {
    background-color: #ffffff;
    padding: 35px 20px;
    border-radius: 10px;
    margin-top: 15px;
    min-height: 525px;
}

.course-service-3 {
    background-color: #ffffff;
    padding: 35px 20px;
    border-radius: 10px;
    margin-top: 15px;
    min-height: 525px;
}

.instructor-section {
    padding: 100px 0px;
    background-color: aliceblue;
}

.in-instruct-sect {
    padding: 100px 80px 80px 80px;
}

.instruct-head {
    font-weight: 600;
}

.instruct-button {
    padding: 10px 25px;
    border: solid 1px #111;
    color: white;
    background-color: #111;
    border-radius: 18px;
}

.instruct-button:hover {
    background: transparent;
    border: solid 1px #333;
    color: black;
}

.instruct-image {
    padding: 50px;
}

.classroom-section {
    padding: 50px 0px;
}

.in-classroom-sect {
    padding: 100px 80px 80px 80px;
}

.classroom-head {
    font-weight: 600;
}

.classroom-button {
    padding: 10px 25px;
    background: var(--primary-color);
    border-radius: 4px;
    border: solid 1px var(--primary-color);
    text-decoration: none;
    color: #ffffff;
    margin-right: 10px;
}

.classroom-button:hover {
    background-color: transparent;
    color: rgb(0, 0, 0);
}

.classroom-image {
    padding: 50px;
}

.advertise-section {
    padding: 120px 0px 100px 0px;
    background-image: url("images/background-2.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.advertise-contex {
    padding: 0px 200px;
}

.advert-head {
    font-size: 4.7rem;
    font-weight: 600;
}

.advert-text {
    padding-right: 130px;
    padding-top: 15px;
}

.offer-section {
    padding: 100px 0px;
    text-align: center;
    background-color: #303056;
    color: white;
}

.offer-contex {
    padding-bottom: 48px;
}

.offer-head {
    font-weight: 600;
}

.offer-text {
    padding: 0px 430px;
}

.price-card {
    padding: 55px;
    border: solid 1px;
    background: transparent;
    border-radius: 50px;
    margin-top: 15px;
}

.card-head {
    padding-bottom: 35px;
    font-size: 3rem;
}

.price-card h1 span {
    font-size: 1.6rem;
}

.price-button {
    font-weight: 500;
    padding: 9px 45px;
    border-radius: 12px;
    font-size: 1.2rem;
    background-color: #ffffff;
    padding-bottom: 8px;
    border: solid 1px #ffffff;
    margin-top: 15px;
}

.card-text {
    padding-top: 80px;
}

.price-card:hover .price-button {
    background-color: rgb(137, 247, 228);
    border: solid 1px rgb(137, 247, 228);
    transform: scale(1.1);
    margin-left: 12px;
}

.price-card:hover {
    transform: scale(1.1);
    margin-left: 10px;
    margin-right: 8px;
}

.collection-section {
    padding: 100px 0px;
}

.collection-section-head h1 {
    text-align: center;
    font-weight: 600;
    font-size: 2.5rem;
    padding: 0px 315px;
}

.collection-part {
    text-align: center;
    padding: 60px 117px 125px 125px;
}

.coll-part-head {
    font-weight: 600;
}

.strategic-section {
    text-align: center;
    padding: 0px 0px 55px 0px;
}

.strategic-head {
    font-weight: 600;
    padding: 0px 150px 50px 150px;
}

.logo-slider {
    padding: 30px 0px;
}

.logo-autoplay {
    padding: 50px 0px 0px 0px;
}

.subject-section {
    background-color: var(--primary-color);
    text-align: center;
    padding: 100px 0px;
}

.sub-sect-head span {
    font-size: 20px;
}

.sub-sect-head span {
    font-weight: 600;
    color: #ffffff;
}

.subject-head {
    margin-bottom: 45px;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
}

.subject-head span {
    font-size: 40px;
}

.subject-box {
    margin: 8px;
    background-color: white;
    border-radius: 17px;
    padding: 10px 0px;
}

.subject-box:hover {
    transform: scale(1.08);
    box-shadow: -3px -2px 5px #0c0c0c38;
    transition: all .8s ease-in-out;
}

.subject-box a {
    color: black;
    text-decoration: none;
}

.subject-img {
    margin-bottom: 12px;
    margin-right: 60px;
    margin-left: 48px;
}

.subject-sect-row {
    margin: 30px 0px;
}

.faq-section {
    padding: 100px 0px;
    background-color: white;
}

.faq-img {
    width: -webkit-fill-available;
    padding: 0px 0px 33px 0px;
    border-radius: 60px;
}


/* faqs-css */

.faq-container p {
    padding: 15px;
    color: #000002;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
}

.faq-container .accordion {
    background-color: var(--primary-color);
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    display: inline-block;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 14px;
    border-radius: 10px;
    padding: 11px 22px;
    height: 50px;
}

.course-sect-services {
    position: relative;
}

.faq-head h1 {
    font-size: 34px;
}

.faq-container .active,
.faq-container .accordion:hover {
    background-color: #5424e7;
}

.faq-container .accordion:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.faq-container .active:after {
    content: "\2212";
}

.faq-container .panel {
    padding: 0 18px;
    background: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}


/* FAQ PAGE CSS End */

.inner-heading {
    text-align: center;
    padding: 85px 0px;
    background-image: url("images/blue-breadcrum.jpg");
    color: #fff;
}

.inner-heading h1 {
    font-weight: 600;
}

.inner-heading h2 {
    font-weight: 600;
}

.inner-content {
    margin-top: 50px;
    padding: 50px 155px;
}

.inner-content p {
    margin: 17px 0px;
    font-size: 13px;
}

.footer-section {
    padding: 100px 0px 0px 0px;
    background-color: #000000;
    color: white;
}

.footer-head {
    margin-top: 15px;
    font-weight: 600;
}

.footer-text {
    margin-top: 15px;
}

.foot-tag {
    color: white;
    list-style: none;
    text-decoration: auto;
    line-height: 2;
}

.foot-tag:hover {
    color: white;
}

/* .foot-last-line {
    margin-top: 75px;
    text-align: center;
} */

.foot-last-line {
    margin-top: 75px;
    text-align: center;
    margin-bottom: 0;
    padding: 15px 0px;
    background-color: white;
    color: #000;
}

.service-section {
    padding: 50px 0px;
}

.service-head {
    padding: 10px 0px;
    font-weight: 600;
}

.service-wel-section {
    padding: 160px 0px 210px 0px;
    margin-top: -70px;
    background-image: url("images/service-banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}

.service-wel-ban-content {
    padding: 13px 56px 0px 105px;
}

.service-wel-ban-heading {
    font-weight: 600;
    padding-bottom: 15px;
}

.service-wel-ban-text {
    padding-bottom: 15px;
}

.service-wel-ban-button {
    padding: 7px 25px;
    border-radius: 7px;
    background-color: #aeebdc;
    border: solid 1px #aeebdc;
}

.service-wel-ban-button:hover {
    background-color: white;
}

.side-banner {
    text-align: center;
}

.in-classroom-service {
    padding: 40px 20px 0px 30px;
}

.in-classroom-service h5,
.in-classroom-service span {
    color: var(--primary-color);
}

.service-classroom-image {
    padding: 40px 0px 0px 0px;
    text-align: center;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropdown-source {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: transparent;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
    position: fixed;
    margin-top: 50px;
    background-color: #a394d3;
    border: none;
    border-radius: 15px;
    color: white;
}

.counter-section {
    padding: 65px 0px;
    background-color: #a394d3;
    text-align: center;
}

.counter-col {
    margin: 20px 0px;
}

.choose-us-section {
    padding: 50px 0px;
}

.choose-us-card {
    padding: 20px 15px 15px 15px;
    background-color: var(--primary-color);
    border-radius: 4px;
    margin-bottom: 20px;
    color: #fff;
}

section.choose-us-section h4 {
    font-weight: 600;
    /* color: #000000; */
}

.choose-sect-heading {
    text-align: center;
    margin-bottom: 50px;
}

.choose-sect-heading h1 {
    font-weight: 600;
    margin-bottom: 50px;
}

.choose-sect-heading span {
    color: var(--primary-color);
    font-weight: 600;
    border-bottom: solid 1px var(--primary-color);
}

.choose-sect-img {
    text-align: center;
    margin-top: 0px;
}

.choose-sect-img img {
    width: 100%;
    object-fit: cover;
}

.testimonial-section {
    padding: 100px 0px;
    background-color: var(--primary-color);
}

.testimonial-head {
    text-align: center;
    padding-bottom: 35px;
}

.testimonial-head span {
    color: #ffffff;
    font-weight: 600;
}

.testimonial-head h2 {
    font-weight: 600;
    /* margin-bottom: 20px; */
    color: #fff;
    font-size: 40px;
}

.testimonial-head h2 span {
    color: #ffffff;
    border-bottom: solid 1px #ffffff;
}

.testi-content {
    padding-top: 20px;
}

.testi-card {
    border: solid 6px aliceblue;
    padding: 20px;
    min-height: 360px;
    padding-bottom: 0px;
    border-radius: 6px;
    color: #fff;
}

.section-title {
    margin-bottom: 50px;
}

.choose-us-section hr {
    color: #ffffff;
}

.reason-section {
    padding: 100px 0px;
    /* background-color: #303056; */
    color: white;
}

section.reason-section i {
    color: linear-gradient(45deg, black, transparent);
    background: -moz-linear-gradient(top, #e72c83 0%, #a742c6 100%);
    background: -webkit-linear-gradient(top, #e72c83 0%, #a742c6 100%);
    background: linear-gradient(to bottom, #e72c83 0%, #a742c6 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.reason-card {
    height: 210px;
    padding: 50px 0px;
    text-align: center;
    margin-top: 10px;
    /* background-image: linear-gradient(45deg, #abe0d4, #f6baff); */
    color: black;
    background-color: white;
    margin: 0px 0px 40px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
}

.reason-card:hover {
    background: var(--primary-color);
    transform: scale(1.1);
    transition: all .52s ease-in-out;
    color: #fff;
}

.reason-card:hover .reason-icon {
    filter: brightness(30);
}

.reason-card:hover .reason-icon i {
    color: #FFF;
}

.reason-icon {
    font-size: 48px;
}

.reason-button {
    padding: 13px 20px;
    margin-top: 25px;
    background-color: var(--primary-color);
    border: solid 1px var(--primary-color);
    color: #fff;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
    margin-right: 15px;
}

.reason-button:hover {
    background-color: #fff;
    color: #000;
}

.reason-content {
    padding: 20px;
    color: #000;
}

.reason-content span {
    color: var(--primary-color);
    font-weight: 600;
}

.reason-content p {
    line-height: 30px;
}

.reason-content h2 {
    /* font-size: 2.5rem; */
    font-weight: 600;
}


/* Our Process Css */

section.our-process {
    background-color: #00000014;
    /*background-image: url(../images/banner/extra-shape.png);*/
    background-repeat: no-repeat;
    background-size: contain;
    padding: 100px 0;
}

.timeline {
    width: 1100px;
    height: 20px;
    list-style: none;
    text-align: justify;
    margin: 80px auto;
    background: --webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(45%, rgba(255, 255, 255, 0)), color-stop(51%, rgba(191, 128, 11, 1)), color-stop(57%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgba(191, 128, 11, 1) 51%, rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, 0) 100%);
}

.timeline:after {
    display: inline-block;
    content: "";
    width: 100%;
}

.timeline li {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: var(--primary-color);
    text-align: center;
    line-height: 1.2;
    position: relative;
    border-radius: 50%;
}

.timeline li:before {
    display: inline-block;
    content: attr(data-year);
    font-size: 32px;
    font-weight: 600;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #000000;
}

.timeline li:nth-child(odd):before {
    top: -55px;
}

.timeline li:nth-child(even):before {
    bottom: -55px;
}

.timeline li:after {
    width: 235px;
    display: inline-block;
    content: attr(data-text);
    font-size: 16px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 70px;
}

.timeline li:nth-child(odd):after {
    bottom: 0;
    margin-bottom: -10px;
    transform: translate(-50%, 100%);
}

.timeline li:nth-child(even):after {
    top: 0;
    margin-top: -10px;
    transform: translate(-50%, -100%);
}


/* Our Process Css */

.bi-badge2::before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½";
}

.bi-article::before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½";
}

.bi-headset::before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½";
}

.bi-rocket2::before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½";
}


/*  Form Banner Css  */

.form-banner {
    padding: 20px;
    background-color: #eaeaea73 !important;
    border-radius: 6px;
    box-shadow: 0px 0px 10px 0px rgb(11 0 181);
    margin-top: -56px;
    z-index: 2;
}

.mt-10 {
    margin-top: 10px;
}

.row.new-form {
    text-align: center;
    padding: 30px 5px
}

.form-banner p {
    color: white !important;
    text-align: center;
    background-color: green;
    padding: 5px
}

.form-banner img {
    position: absolute;
    top: -107px;
    right: 279px;
}

.form-banner h2 {
    text-align: center;
    font-size: 32px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 30px;
}

.form-banner h4 {
    text-align: center;
    color: #000000;
    font-weight: 600;
    font-size: 19px;
    margin-top: 10px;
}

.form-banner h4 a {
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 900;
}

.form-banner h4 a:hover {
    color: #21a4d4;
    text-decoration: underline !important;
}

.form-banner label {
    margin-top: 15px;
    color: #ffffff;
    line-height: normal;
    display: block;
}

.form-banner input[type="text"],
.form-banner input[type="tel"],
.form-banner input[type="email"] {
    width: 100%;
    height: 44px;
    border: none;
    padding-top: 12px;
    border-bottom: 2px solid #0171ef;
    border-radius: 5px;
    background-color: white;
    padding-left: 15px;
    padding-bottom: 12px;
    border-image: linear-gradient(45deg, #250096, #ffffff) 10;
    margin-bottom: 10px;
}

.form-banner input[type="text"]:focus-visible,
.form-banner input[type="tel"]:focus-visible,
.form-banner input[type="email"]:focus-visible {
    outline: none;
    border: solid 2px #0000ff;
}

select:focus-visible,
textarea:focus-visible {
    outline: none;
    border-color: #0000ff;
}

select {
    width: 100%;
    height: 44px;
    padding: 9px 12px;
    border: none;
    padding-left: 15px;
    padding-bottom: 12px;
    border-radius: 5px;
    /*margin-top: 0px;*/
    border-image: linear-gradient(45deg, #250096, #ffffff) 10;
    margin-bottom: 10px;
    border-bottom: 2px solid;
}

.form-banner textarea {
    width: 84%;
    padding: 10px;
    resize: none;
    margin-top: 14px;
    height: 100px;
    border: none;
    padding-top: 12px;
    border-bottom: 2px solid #0071ef;
    border-radius: 5px;
    background-color: white;
    padding-left: 15px;
    padding-bottom: 12px;
    border-image: linear-gradient(45deg, #250096, #ffffff) 10;
    margin-bottom: 10px;
}

.form-submit {
    text-align: center;
    margin-top: 20px;
}

.form-submit input[type="submit"] {
    cursor: pointer;
    display: inline-block;
    width: 165px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border-radius: 65px;
    background-color: #ffffff;
    color: #aeebdc;
    font-size: 18px;
    border: 0px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.form-submit input[type="submit"]:hover,
.form-submit input[type="submit"]:active,
.form-submit input[type="submit"]:focus {
    background-color: #000;
    color: #fff;
}

input[type="submit"] {
    cursor: pointer;
    display: inline-block;
    width: 142px;
    height: 42px;
    text-align: center;
    border-radius: 5px;
    background-color: #0000ff;
    color: #ffffff;
    font-size: 18px;
    border: 0px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    padding-top: 1px;
}

.awards-rewards {
    padding: 100px 0 150px 0px;
}

@media screen and (max-width: 768px) {
    .welcome-section {
        margin-top: 0px;
    }

    .service-wel-section {
        margin-top: 0px;
    }

    .in-course-sect {
        padding: 0px;
    }

    .course-head {
        font-size: 24.926px;
    }

    .advertise-section {
        padding: 50px 0px 150px 0px;
    }

    .advertise-contex {
        padding: 0px;
    }

    .advert-head {
        font-size: 3.5rem;
    }

    .offer-text {
        padding: 0px;
    }

    .collection-section-head h1 {
        padding: 0px;
    }

    .collection-part {
        padding: 60px 70px 70px 55px;
    }

    .strategic-head {
        padding: 0px 0px 50px 0px;
    }

    .price-card:hover {
        transform: none;
        margin-left: 10px;
        margin-right: 8px;
    }

    .col-images {
        width: -webkit-fill-available;
    }

    .logo-autoplay {
        width: 96vw;
    }

    .faq-container .accordion {
        font-size: 14px;
        line-height: 1;
        padding: 10px;
        width: 89vw;
        border-radius: 7px;
    }

    .faq-container p {
        font-size: 15px;
    }

    .in-classroom-service {
        padding: 65px 0px 0px 0px;
    }

    .classroom-section {
        padding: 30px 0px;
    }

    .inner-content {
        padding: 50px 0px;
    }

    .dropdown:hover .dropdown-content {
        margin-top: 0px;
    }

    .choose-sect-img {
        padding: 50px 0px;
    }

    .choose-sect-img img {
        width: -webkit-fill-available;
    }

    .reason-content {
        padding: 0px;
        margin-bottom: 25px;
    }

    .rt-container {
        overflow-x: scroll;
    }

    .reason-section {
        padding: 35px 0px 100px 0px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 667px) {

    .top-nav-all {
        display: inline-block;
        padding: 10px 20px;
    }

    .wel-ban-content {
        padding: 0px 0px;
    }

    .welcome-section {
        background-size: 100%;
        padding: 5px 0px;
    }

    .wel-ban-heading {
        font-size: 17px;
        padding: 0px 0px 0px;
    }

    .wel-ban-text {
        font-size: 11px;
        padding: 0px 0px 0px;
        width: 230PX;
        margin: 0px 0px 10px !important;
    }

    .form-banner {
        margin: 20px 0px 0px;
    }
    
    .main-banner .container {
        padding-left: 0px;
        padding-right: 0;
    }
    
    select {
        margin-bottom: 10px !important;
    }
    
    .form-banner textarea {
        width: 100%;
        margin-top: 0px;
    }
    
    .side-banner {
        margin-top: 30px;
    }
    
    .course-button {
        padding: 10px 4px;
    }
    
    .classroom-button {
        padding: 10px;
    }    

    .wel-ban-button {
        height: 30px;
        padding: 10px;
        width: 40%;
        font-size: 14px;
        font-family: 'Poppins';
    }
    
    .course-text {
        padding: 0 15px 25px;
    }
    
    .reason-button {
        padding: 10px 6px;
    }
    
    .section-title {
        width: 90%;
    }
    
    .award-img {
        margin: 5px 5px;
    }

    .subject-img {
        margin: 0px 0px;
    }

    .subject-box {
        margin: 0px 0px 30px;
        display: flex;
        justify-content: space-evenly;
    }

    .subject-section {
        padding: 40px 0px;
    }

    .subject-head {
        padding: 0px 0px 0px;
    }

    .reason-content h2 {
        font-size: 24px;
    }

    .testimonial-head h1 {
        padding: 0px 0px 0px;
    }

    .testimonial-section {
        padding: 40px 0px;
    }

    .topnav a.active {
        margin: 0;
    }

    div#myTopnav.responsive {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: #2f3055;
        margin: 20px 0px;
    }


}