@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("../css/bootstrap.css");
/* @import url("./aos.css"); */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.7;
    font-stretch: normal;
    font-kerning: normal;
    margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
}

.padder-15 {
    padding: 100px 0px;
}

.heading {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.heading .line {
    display: inline-flex;
    width: 80px;
    height: 5px;
    background-color: #ff0000;
}

.heading .title {
    font-size: 38px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0px 25px;
}

@media screen and (max-width: 992px) {
    .heading {
        margin-bottom: 30px;
    }

    .heading .title {
        font-size: 26px;
        margin: 0px 10px;
    }

    .heading .line {
        width: 30px;
        height: 3px;
    }

    .padder-15 {
        padding: 50px 0px;
    }
}

@media screen and (max-width: 767px) {
    .heading .title {
        font-size: 24px;
    }

}

@media screen and (max-width: 350px) {
    .heading .title {
        font-size: 18px;
    }
}

.themeMain .btn {
    font-weight: 400;
    font-size: 18px;

    line-height: 18px;
    border-radius: 50px;
    padding: 8px 28px;
    transition: 0.5s;
    background-size: 100% 100%;
    moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
}

.btn:hover,
.btn:focus {
    moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
}

.btn-theme {
    background-color: #ff0000;
    border: solid 1px #ff0000;
    color: #fff;
}

.btn-theme:hover,
.btn-theme:focus,
.btn-theme:visited {
    color: #fff;
    background-color: #ff0000;
}

.btn-white {
    background-color: #fff;
    border: solid 1px #fff;
    color: #000;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:visited {
    color: #fff;
    border-color: #ff0000;
    background-color: #ff0000;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff0000;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.custom-Form {
    position: relative;
    margin-bottom: 15px;
}

.custom-Form .form-control,
.custom-Form .form-select {
    padding: 10px 15px;
    border: solid 1px #a7a7a7;
    font-size: 15px;
    transition: 0.5s;
    border-radius: 5px;
    font-weight: 400;
}

.custom-Form .form-control:focus,
.custom-Form .form-select:focus {
    border-color: #ff0000;
    box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, .25);

}

.custom-Form .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #949494;
    opacity: 1;
    /* Firefox */
}

.custom-Form .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #949494;
}

.custom-Form .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #949494;
}

.themeBanner {
    display: inline-block;
    width: 100%;
    background-color: rgb(255, 204, 0, 0.25);
}

.themeBanner .innerBanner {
    display: inline-block;
    width: 100%;
    min-height: 990px;
    background-image: url("../img/banner.png");
    background-position: top center;
    padding-top: 70px;
    background-repeat: no-repeat;
    background-size: cover;
}

.themeBanner .mobileNumber {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    text-decoration: inherit;
    padding-right: 10px;
}

.themeBanner .mobileNumber img {
    height: 45px;
    margin-right: 10px;
}

.bannerInfo {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    padding-bottom: 150px;
}

.bannerInfo .heading {
    font-size: 75px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    text-shadow: 0px 0px 20px rgb(0, 0, 0, 0.25);
    margin-bottom: 25px;
}

.bannerInfo .admission {
    display: inline-block;
    width: auto;
    background-color: #ff0000;
    border-radius: 25px;
    font-size: 40px;
    line-height: inherit;
    font-weight: 700;
    color: #fff;
    padding: 4px 25px;
    font-family: "Montserrat", sans-serif;
    border: solid 2px #fff;
}

.themeBanner .bannerCard .card {
    padding: 35px 60px;
    border-radius: 31px;
    background-color: #ffffff;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}

.themeBanner .bannerCard {
    position: relative;
}

.themeBanner .bannerCard::before,
.themeBanner .bannerCard::after {
    content: "";
    position: absolute;
    background-color: red;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 30px;
    width: 85%;
}

.themeBanner .bannerCard::before {
    top: -20px;
}

.themeBanner .bannerCard::after {
    bottom: -20px;
}

.bannerCard .headings {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 30px;
}

.bannerCard .headings .icons {
    display: inline-block;
    width: 90px;
    height: 90px;
}

.bannerCard .headings .icons img {
    max-width: 100%;
}

.bannerCard .headings .info {
    display: inline-block;
    width: 80%;
    padding-left: 30px;
}

.bannerCard .headings .info .smallText {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #000;
}

.bannerCard .headings .info .title {
    font-size: 48px;
    line-height: 50px;
    color: #ff0000;
    font-weight: 800;
    margin-bottom: 0px;
}

.bannerCard .custom-Form.whithicon .form-control {
    padding: 18px 60px 18px 25px;
}

.bannerCard .custom-Form.whithicon .icons {
    position: absolute;
    top: 1px;
    right: 1px;
    border-radius: 0px 10px 10px 0px;
    height: 92.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    padding: 10px;
}

.bannerCard .custom-Form.whithicon .icons img {
    max-width: 100%;
    max-height: 100%;
}

.bannerCard .custom-Form.whithicon .icons::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 50%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    background-color: #aaaaaa;
}

.bannerCard .smallText {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 800;
    color: #000;
    margin-bottom: 6px;
}

.bannerCard .form-check {
    display: inline-flex;
    border: solid 1px #000;
    padding: 5px 15px;
    margin-right: 10px;
    border-radius: 50px;
    align-items: center;
}

.bannerCard .form-check .form-check-input {
    margin: 0;
    border-color: #000;
    cursor: pointer;
}

.bannerCard .form-check .form-check-input:checked {
    background-color: #ff0000;
    border-color: #ff0000;
}

.bannerCard .form-check .form-check-input:focus {
    border-color: #ff0000;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(239, 38, 38, 0.25);
}

.bannerCard .form-check .form-check-label {
    font-size: 14px;
    padding-left: 10px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
}

.bannerCard .btn {
    display: inline-block;
    width: auto;
    padding: 12px 25px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.campus {
    display: inline-block;
    width: auto;
    margin: 30px 0px;
    text-align: center;
    background-color: #ffcc00;
    border: solid 2px #000;
    padding: 12px 30px;
    font-size: 28px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 600;
}

@media screen and (min-width: 1100px) and (max-width: 1400px) {
    .logo {
        display: inline-block;
        width: 180px;
    }

    .logo img {
        max-width: 100%;
    }

    .bannerInfo .headings {
        font-size: 56px;
        line-height: 56px;
    }

    .bannerInfo .admission {
        font-size: 30px;
    }

    .themeBanner .bannerCard .card {
        padding: 35px 20px;
    }

    .themeBanner .innerBanner {
        padding-top: 50px;
    }

    .bannerCard .headings .icons {
        width: 60px;
        height: 60px;
    }

    .bannerCard .headings .info .smallText {
        font-size: 18px;
        line-height: 18px;
    }

    .bannerCard .headings .info .title {
        font-size: 38px;
        line-height: 38px;
    }

    .bannerCard .form-check {
        padding: 5px 12px;
    }

}

@media screen and (min-width: 768px) and (max-width: 1099px) {
    .logo {
        display: inline-block;
        width: 180px;
    }

    .logo img {
        max-width: 100%;
    }

    .themeBanner .innerBanner {
        padding-top: 50px;
    }

    .bannerInfo .headings {
        font-size: 56px;
        line-height: 56px;
    }

    .bannerInfo .admission {
        font-size: 30px;
    }

    .themeBanner .bannerCard .card {
        padding: 35px 20px;
    }

    .themeBanner .bannerCard .card {
        padding: 20px 30px;
    }

    .bannerCard .headings .icons {
        width: 60px;
        height: 60px;
    }

    .bannerCard .headings .info .smallText {
        font-size: 18px;
        line-height: 18px;
    }

    .bannerCard .headings .info .title {
        font-size: 38px;
        line-height: 38px;
    }
}

@media screen and (max-width: 992px) {
    .themeBanner .innerBanner {
        min-height: auto;
    }

    .logo {
        display: inline-block;
        width: 100px;
    }

    .logo img {
        max-width: 100%;
    }

    .themeBanner .innerBanner {
        padding-top: 10px;
        background-position: 10% -70px;
    }

    .bannerInfo {
        padding: 30px 0px 50px 0px;
    }

    .bannerInfo .heading {
        font-size: 42px;
        line-height: 42px;
    }

    .bannerInfo .admission {
        font-size: 24px;
        border-radius: 15px;
    }

    .themeBanner .bannerCard .card {
        padding: 35px 20px;
    }

    .themeBanner .bannerCard .card {
        padding: 25px 20px;
    }

    .bannerCard .headings .icons {
        width: 50px;
        height: 50px;
    }

    .bannerCard .headings .info .smallText {
        font-size: 16px;
        line-height: 16px;
    }

    .bannerCard .headings .info .title {
        font-size: 32px;
        line-height: 32px;
    }

    .bannerCard .headings .info {
        padding-left: 15px;
    }

    .bannerCard .custom-Form.whithicon .form-control {
        padding: 12px 60px 12px 15px;
    }

    .custom-Form .form-control {
        padding: 12px 15px;
    }

    .bannerCard .btn {
        margin-top: 15px;
    }

    .campus {
        margin: 50px 0px;
        padding: 12px 20px;
        font-size: 18px;
        line-height: 20px;
    }

    .themeBanner .mobileNumber {
        font-size: 20px;
        padding: 0px;
    }

    .themeBanner .mobileNumber img {
        height: 30px;
    }
}

@media screen and (max-width: 350px) {
    .bannerInfo .heading {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    .themeBanner .bannerCard .card {
        padding: 20px 15px;
    }

    .bannerCard .headings .info .title {
        font-size: 28px;
        line-height: 28px;
    }

    .bannerCard .headings .info .smallText {
        font-size: 14px;
        line-height: 14px;
    }

    .campus {
        padding: 10px;
        font-size: 16px;
        line-height: 20px;
    }
}

/*ACADEMIC PARTNERS  */
/* .academicSection .card {
    display: inline-block;
    padding: 10px;
    border: 0px;
    width: 100%;
} */
.academicSection .card {
    display: inline-block;
    width: calc(100% - 20px);
    background-color: #f1f1f1;
    margin: 0 10px;
    padding: 15px;
    border-radius: 15px;
    border-color: #ddd;
}

.academicSection .card img {
    height: 100px;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
    object-fit: contain;
}

/*ACADEMIC PARTNERS  */
/* cheaf mentors  */
.cheafSection {
    display: inline-block;
    width: 100%;
    background-image: url("../img/shap-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cheafSection .cardcheaf {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px;
}

.cheafSection .cardcheaf .cheafImg {
    width: 350px;
    height: 350px;
    margin: 0 auto;
}

.cheafSection .cardcheaf .cheafImg img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.cardcheaf .cheifInfo {
    display: inline-block;
    padding-top: 20px;
    width: 100%;
}

.cheifInfo .cheifName {
    font-size: 26px;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.cheifInfo .info {
    font-size: 19px;
    line-height: 23px;
    color: #383838;
    font-weight: 500;
    margin: 0px;
}

@media screen and (min-width: 1000px) and (max-width: 1400px) {
    .cheafSection .cardcheaf .cheafImg {
        display: inline-block;
        width: 280px;
        height: 280px;
    }
}

@media screen and (max-width: 999px) {
    .cheafSection .cardcheaf .cheafImg {
        width: 250px;
        height: 250px;
    }

    .cheafSection .cardcheaf {
        padding: 0px;
    }

    .cheifInfo .cheifName {
        font-size: 18px;
    }

    .cheifInfo .info {
        font-size: 16px;
        line-height: 20px;
    }
}

@media screen and (max-width: 767px) {
    .cheafSection .cardcheaf .cheafImg {
        width: 200px;
        height: 200px;
    }
}

/* cheaf mentors  */
.countriesSection {
    background: #ff0000;
    background-image: url("../img/countrie.png");
    background-position: top center;
}

.countriesSection .line {
    background-color: #fff;
}

.countriList {
    width: 100%;
    list-style: none;
    margin: 40px auto 0px auto;
    padding: 0px;
}

.countriList li {
    display: inline-flex;
    width: 100%;
    vertical-align: top;
    justify-content: center;
    margin: 15px 0px;
}

.countriList li img {
    display: inline-flex;
    width: 35px;
    height: 35px;
}

.countriList li span {
    font-size: 26px;
    color: #fff;
    width: 75%;
    padding-left: 20px;
    line-height: 32px;
    display: inline-block;
    text-align: left;
}

@media screen and (max-width: 999px) {
    .countriList li img {
        width: 25px;
        height: 25px;
        margin-top: 5px;
    }

    .countriList li span {
        font-size: 16px;
        width: 95%;
        line-height: 25px;
    }

    .countriList li {
        margin: 5px 0px;
    }
}

@media screen and (max-width: 767px) {
    .countriList {
        margin: 20px auto 0px auto;
    }
}

/* Leagancy Start*/
.leagancySection {
    background-image: url("../img/leagancy-banner.png");
    background-position: center;
    background-size: cover;
}

.leagancySection .details {
    padding: 30px 15px;
    border-right: solid 1px #949494;
    border-bottom: solid 1px #949494;
    text-align: center;
}

.leagancySection .details.be-0 {
    border-right: 0px;
}

.leagancySection .details.bb-0 {
    border-bottom: 0px;
}

.leagancySection .count {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #ff0000;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;
}

.leagancySection .smnallText {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0px;
}

@media screen and (min-width: 1000px) and (max-width: 1400px) {
    .leagancySection .count {
        font-size: 42px;
        line-height: 42px;
    }

    .leagancySection .details {
        padding: 15px;
        border-right: solid 1px #212023;
    }

    .leagancySection .count {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .leagancySection .smnallText {
        font-size: 20px;
        line-height: 24px;
    }

    .leagancySection .leagacy {
        font-size: 34px;
        line-height: 34px;
    }
}

@media screen and (max-width: 999px) {
    .leagancySection .count {
        font-size: 42px;
        line-height: 42px;
    }

    .leagancySection .details {
        padding: 15px;
    }

    .leagancySection .count {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .leagancySection .leagacy {
        font-size: 34px;
        line-height: 34px;
    }
}

@media screen and (max-width: 767px) {
    .leagancySection .details.bb-0 {
        border-bottom: solid 1px;
    }

    .leagancySection .details {
        border-right: 0px;
    }
}

/* Leagancy End*/
/* award Start*/
.awardSection {
    background-color: #f2fafe;
    background-image: url("../img/shap-banner-award.png");
    background-position: center;
    background-size: cover;
}

.awardCard {
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
}

.awardCard .awardImg {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.awardCard .awardImg img {
    max-width: 100%;
}

.awardCard .infoText {
    font-size: 20px;
    line-height: 28px;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    margin: 0px;
}

/* award End*/
/* Details Start*/
.detailsSection {
    background-color: #ff0000;
    padding: 50px 0px;
}

.detailsSection .details {
    padding: 15px;
    text-align: center;
}

.detailsSection .icon {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    padding: 5px;
}

.detailsSection .icon img {
    max-width: 100%;
    max-height: 100%;
}

.detailsSection .smallText {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0px;
}

/* Details End*/
/* COURSES */
.coursesSection {
    background-color: #fff;
    background-image: url("../img/courses-banner.png");
    background-position: top;
    background-size: cover;
}

.coursesSection .bigHeading {
    font-size: 90px;
    line-height: 100px;
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0px;
    font-family: "Montserrat", sans-serif;
}

.coursesSection .card {
    background-color: #fff;
    border-radius: 0px;
    border: 0px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}

.coursesSection .card-Heading {
    display: inline-block;
    width: 100%;
    padding: 10px 10px;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    background-color: #ff0000;
    text-transform: uppercase;
}

.coursesSection .card-body {
    padding: 30px;
}

.coursesSection .card-body p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
}

.coursesSection .card-body p:last-child {
    margin-bottom: 0px;
}

@media screen and (max-width: 1024px) {
    .coursesSection .bigHeading {
        font-size: 60px;
        line-height: 60px;
    }

    .coursesSection .card-Heading {
        padding: 10px 5px;
        font-size: 20px;
        line-height: 24px;
    }

    .coursesSection .card-body {
        padding: 15px;
    }

    .coursesSection .card-body p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (max-width: 767px) {
    .coursesSection .bigHeading {
        margin-bottom: 20px;
    }
}

/* COURSES */
/* Testimonials */
.testimonialsSection {
    background: #ff0000;
    background-image: url("../img/testimonials-banner.png");
    background-position: top center;
}

.testimonialsSection .line {
    background-color: #fff;
}

.testimonialsSlider.owl-carousel .owl-item.active.center {
    transform: scale(1.3);
    margin-top: 0 !important;
    position: relative;
    z-index: 999;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.testimonialsSlider.owl-carousel .owl-item {
    transform: scale(0.7);
    transition: all 0.5s;
    opacity: 0.3;
    margin-top: 80px;
}

.testimonialsCard {
    display: inline-block;
    width: 100%;
    text-align: center;

}

.testimonialsCard .images {
    display: inline-block;
    width: 250px;
    height: 250px;
    border-radius: 250px;
    border: solid 5px #fff;
    background-color: #fff;
    overflow: hidden;
}

.testimonialsCard .images img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.testimonialsCard .testimonials {
    display: inline-block;
    width: 100%;
    min-height: 436px;
    margin-top: -100px;
    background-image: url('../img/testimonials-shap.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 200px 70px 0px;
    margin-top: -130px;
}

.testimonialsCard .infoText {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    position: relative;
}

.testimonialsCard .infoText::after,
.testimonialsCard .infoText::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 18px;
}

.testimonialsCard .infoText::after {
    top: -10px;
    left: -20px;
    background-image: url('../img/testimonials-icon.png');
}

.testimonialsCard .infoText::before {
    bottom: -10px;
    right: 0px;
    background-image: url('../img/testimonials-icon-2.png');
}

.testimonialsInfo {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.testimonialsInfo .name {
    font-size: 26px;
    font-weight: 900;
    color: #000;
    margin-bottom: 10px;

}

.testimonialsInfo .name span {
    font-weight: 400;
    font-size: 18px;
}

.testimonialsInfo .rating {
    display: inline-block;
    margin: 0px 0px 0px;
    padding: 0px;
}

.testimonialsInfo .rating li {
    display: inline-block;
    margin: 0px 2px;
    width: 25px;
    height: 25px;
}

.testimonialsInfo .rating li img {
    max-width: 100%;
    max-height: 100%;
}

@media screen and (min-width: 1300px) and (max-width: 1600px) {
    .testimonialsCard .images {
        width: 150px;
        height: 150px;
    }

    .testimonialsCard .testimonials {
        min-height: inherit;
        margin-top: -80px;
        padding: 120px 50px 0px;
        height: 314px;
    }

    .testimonialsInfo .name {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .testimonialsInfo .rating li {
        width: 20px;
        height: 20px;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1300px) {
    .testimonialsCard .images {
        width: 150px;
        height: 150px;
    }

    .testimonialsCard .testimonials {
        min-height: inherit;
        margin-top: -80px;
        padding: 90px 50px 0px;
        background-size: 570px;
    }

    .testimonialsCard .infoText {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .testimonialsInfo .name {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .testimonialsInfo .rating li {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 670px) {
    .testimonialsCard .images {
        width: 100px;
        height: 100px;
    }

    .testimonialsCard .testimonials {
        min-height: inherit;
        margin-top: -55px;
        padding: 70px 30px 0px;
        background-size: 390px;
    }

    .testimonialsCard .infoText {
        font-size: 10px;
        line-height: 14px;
        margin-bottom: 0px;
    }

    .testimonialsInfo .name {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .testimonialsInfo .rating li {
        width: 16px;
        height: 16px;
    }

    .testimonialsInfo .name span {
        font-size: 13px;
    }

    .testimonialsInfo {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }
}

/* Testimonials */
.inifdSection {
    padding: 30px 0px 80px 0px;
}

.inifdInner {
    text-align: center;
}

.inifdInner .logoImg {
    height: 150px;
}

.inifdInner p {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #2e2e2e;
}

.inifdSection .card {
    margin: 15px 0px;
    height: calc(100% - 30px);
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

.inifdSection .card .header {
    font-size: 20px;
    padding: 10px;
    text-align: center;
    margin: 0;
    font-weight: 600;
    color: #000;
    border-bottom: solid 1px #ddd;
}

@media screen and (max-width:767px) {
    .inifdInner .logoImg {
        height: 100px;
    }

    .inifdSection {
        padding: 50px 0px;
    }

    .inifdInner p {
        font-size: 16px;
        margin: 10px 0px 0px;
    }
}

/* Footer Section */
.footerSection {
    display: inline-block;
    width: 100%;
    background-image: url("../img/footer-banner.png");
    background-position: center;
    margin-top: 125px;
    padding-bottom: 0px;
}

.footerSection .Contact {
    position: relative;
    margin-top: -250px;
}

.footerSection .Contact .card {
    padding: 30px;
    border-radius: 12px;
    background-color: #ffffff;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}

.footerSection .Contact::before {
    top: -20px;
}

.footerSection .Contact::before,
.footerSection .Contact::after {
    content: "";
    position: absolute;
    background-color: #ff0000;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 20px;
    width: 85%;
}

.Contact .card .details {
    padding: 0px 50px;
    border-right: solid 1px #cfcfcf;
}

.Contact .card .details:last-child {
    border: 0px;
}

.Contact .card .icon {
    margin-bottom: 10px;
}

.Contact .card .icon img {
    height: 42px;
}

.Contact .card .title {
    font-size: 22px;
    font-weight: 800;
    color: #000;
    margin-bottom: 5px;
}

.Contact .card .info {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 0px;
    font-weight: 500;
    text-decoration: inherit;
    transition: 0.5s;
}

.Contact .card .info:hover,
.Contact .card .info:focus {
    color: #ff0000;
}

.consultation {
    text-align: center;
    padding: 100px 0px;
}

.consultation .heading {
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 50px;
}

.consultation .btn {
    font-size: 26px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 900;
    padding: 20px 60px;
    font-family: "Montserrat", sans-serif;
}

.Contact .socialIcon {
    display: inline-block;
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.Contact .socialIcon li {
    display: inline-block;
    width: auto;
    margin: 0px 5px;
}

.Contact .socialIcon li a {
    display: inline-block;
    width: 40px;
    height: 40px;
}

.Contact .socialIcon li a img {
    max-width: 100%;
    max-height: 100%;
}

@media screen and (min-width: 1000px) and (max-width: 1300px) {
    .footerSection .Contact .card {
        padding: 50px 20px;
    }

    .Contact .card .details {
        padding: 0px 20px;
    }

    .consultation {
        padding: 80px 0px;
    }

    .consultation .heading {
        font-size: 50px;
        line-height: 50px
    }
}

@media screen and (max-width:999px) {
    .footerSection .Contact .card {
        padding: 15px;
    }

    .Contact .card .details {
        padding: 15px 30px;
        border-right: 0px;
        border-bottom: solid 1px #cfcfcf;
    }

    .footerSection .Contact {
        position: relative;
        margin-top: 0;
    }

    .consultation {
        text-align: center;
        padding: 50px 0px;
    }

    .footerSection {
        margin: 0px;
    }

    .Contact .card .icon img {
        height: 34px;
    }
}

@media screen and (max-width:767px) {
    .consultation .heading {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 20px;
    }

    .consultation .btn {
        font-size: 18px;
        padding: 15px 60px;
    }
}

/* Footer Section */
/* header top bar start */
.themeMain .ApplyNow {
    position: fixed;
    bottom: 30px;
    right: 30px;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 25px;
    z-index: 5;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}


@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.3, 1.3);
    }

    100% {
        transform: scale(1, 1);
    }
}

.headerTopBar {
    background-color: #ff0000;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0px 0px;
    row-gap: 0px;
    column-gap: 0px;
    padding-top: 12px;
    padding-bottom: 7px;
    padding-left: 0px;
    padding-right: 0px;
}

.headerTopBar .headerInner {
    color: #f8f8f8;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    max-width: 100%;
}

.headerTopBar .headerInner .line {
    margin: 0px 50px;
}

.themeHeader {
    background-color: #fff;
}

.themeHeader .navbar-brand img {
    height: 110px;
}

.headerInfo {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
}

.headerInfo li {
    display: inline-block;
    width: auto;
    margin-right: 15px;
}

.headerInfo li:last-child {
    margin-right: 0px;
}

.headerInfo li .mobileNumber {
    display: flex;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-decoration: inherit;
    align-items: center;
    transition: color .3s;
}

.headerInfo li .mobileNumber img {
    height: 24px;
    margin-right: 10px;
}

.headerInfo li .mobileNumber:hover,
.headerInfo li .mobileNumber:focus {
    color: #ff0000;
}

.themeHeader .navbar-nav .nav-link {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: #1e1e1e;
    border-style: none;
    margin: 5px 10px;
    padding: 0px;
    transition: 0.5s;
}

.themeHeader .navbar-nav .dropdown-toggle {
    display: flex;
    align-items: center;
}

.themeHeader .navbar-nav .dropdown-toggle::after {
    border: 0px;
}

.themeHeader .navbar-nav .nav-link .icon {
    width: 15px;
    height: 15px;
    margin-left: 5px;
    fill: #ff0000;
    transition: 0.5s;
}

.themeHeader .contactBtn {
    display: flex;
    align-items: center;
}

.themeHeader .contactBtn .btn {
    font-size: 14px;
    padding: 8px 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.themeHeader.navbar-light .navbar-nav .nav-link:focus .icon,
.themeHeader.navbar-light .navbar-nav .nav-link:hover .icon,
.themeHeader.navbar-light .navbar-nav .nav-link.active .icon {
    fill: #1e1e1e;
}

.themeHeader.navbar-light .navbar-nav .nav-link:focus,
.themeHeader.navbar-light .navbar-nav .nav-link:hover,
.themeHeader.navbar-light .navbar-nav .nav-link.active {
    color: #1e1e1e;
}

.themeHeader .dropdown-menu {
    background-color: #262626;
    border-style: none;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2);
    box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2);
    min-width: 220px;
    padding: 10px;
}

.themeHeader .dropdown-item {
    display: block;
    transition: all .3s;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 5px 10px;
    color: #fff;
    white-space: inherit;
}

.themeHeader .dropdown-item:hover {
    color: #ffeb3b;
    background-color: inherit;
}

.themeHeader .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* remove the gap so it doesn't close */
}

.themeHeader.fixed {
    position: fixed;
    top: 0;
    padding: 0.2rem 0rem;
    z-index: 5;
    transition: all 0.4s ease;
    width: 100%;
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.1);
}

.themeHeader.fixed .navbar-brand img {
    height: 80px;
}

.burger {
    position: relative;
    width: 20px;
    height: 14px;
    cursor: pointer;
    display: none;
    background: transparent;
    border: 0;
    padding: 0px;
    box-shadow: none;
}

.burger:focus {
    outline: 0;
}

.burger {
    position: relative;
    width: 20px;
    height: 14px;
    cursor: pointer;
    display: none;
    background: transparent;
    border: 0;
    padding: 0px;
    box-shadow: none;
    margin-left: 15px;
}

.burger:focus {
    outline: 0;
}

.burger span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    transition:
        all 0.2s,
        background 0s;
    background: #1e1e1e;
}

.burger span:nth-child(2) {
    top: 6px;
}

.burger span:last-child {
    top: 12px;
}

.burger.show-x span:first-child {
    transform: rotate(45deg);
}

.burger.show-x span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
}

.burger.show-x span:last-child {
    transform: rotate(-45deg);
}

.burger.show-x span:first-child,
.burger.show-x span:last-child {
    top: 8px;
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
    .themeHeader .navbar-brand img {
        height: 80px;
    }

    .themeHeader .navbar-nav .nav-link {
        font-size: 14px;
        margin: 5px 8px;
    }

    .themeHeader .contactBtn .btn {
        padding: 7px 14px;
    }
}

@media screen and (max-width: 992px) {
    .themeHeader .navbar-brand img {
        height: 80px;
    }

    .themeHeader.fixed .navbar-brand img {
        height: 60px;
    }

    .themeHeader.fixed {
        padding: 0.5rem 0rem;
    }

    .themeHeader .contactBtn .btn {
        padding: 6px 12px;
    }

    .themeHeader .burger {
        display: block;
    }

    .themeHeader .burger.show-x {
        z-index: 11;
        position: absolute;
        right: 35px;
        top: 0px;
    }

    .themeHeader .burger.show-x span {
        background-color: #fff;
    }

    .themeHeader .burger:hover,
    .themeHeader .burger:focus {
        outline: 0;
        box-shadow: none;
    }

    .main-body {
        overflow: hidden;
    }

    .menu-main {
        position: fixed;
        right: -500px;
        background-color: #262626;
        top: 0px;
        z-index: 5;
        width: 330px;
        height: 100% !important;
        transition: transform 0.2s ease-in;
        transition: 0.5s;
        padding: 120px 15px 15px;
    }

    .menu-main.show {
        height: 100%;
        right: 0px;
    }

    .themeHeader .navbar-nav .nav-link {
        color: #fff;
        padding: 10px;
        margin: 0px;
    }

    .themeHeader .navbar-nav .nav-link .icon {
        margin-left: auto;
        border: solid 1px #fff;
        padding: 2px;
        border-radius: 15px;
        width: 30px;
        height: 20px;
        fill: #fff;
    }

    .themeHeader.navbar-light .navbar-nav .nav-link:focus,
    .themeHeader.navbar-light .navbar-nav .nav-link:hover,
    .themeHeader.navbar-light .navbar-nav .nav-link.active {
        color: #ffeb3b;
    }

    .themeHeader.navbar-light .navbar-nav .nav-link:focus .icon, .themeHeader.navbar-light .navbar-nav .nav-link:hover .icon, .themeHeader.navbar-light .navbar-nav .nav-link.active .icon {
        fill: #ffeb3b;
        border-color: #ffeb3b;
    }

    .themeHeader .dropdown-menu {
        margin: 0px;
        padding: 0px 0px 0px 40px;
        list-style: disc;
        color: #fff;
    }
}

@media screen and (max-width:922px) {
    .themeHeader .container {
        justify-content: center;
    }

    .themeHeader .navbar-brand {
        margin: 0px;
        padding: 0px;
    }

    .themeHeader .headerInfo {
        display: inline-block;
        position: relative;
    }

    .headerInfo li {
        width: 50%;
    }

    .themeHeader .contactBtn {
        position: absolute;
        right: 0px;
        display: inline-block;
        text-align: right;
    }
}

@media screen and (max-width: 767px) {
    .themeMain .ApplyNow {
        bottom: 20px;
        right: 10px;
        padding: 10px 20px;
    }
}

@media screen and (max-width: 460px) {
    .menu-main {
        width: 100%;
    }
}

/* header top bar End */
/* theme Banner Slider */
.themeBannerSlider {
    width: 100%;
    background-color: #fff;
}

.themeBannerSlider .bannerSection {
    height: 75vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

.themeBannerSlider .bannerSection::before {
    content: '';
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 35%, rgba(0, 0, 0, 0) 100%);
}

.themeBannerSlider .bannerSection .innerBanner {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: start;
    height: 100%;
    max-width: 615px;
    width: auto;
    z-index: 1;
    position: relative;
}

.themeBannerSlider .title {
    color: #ffffff;
    font-size: 40px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.57);
    line-height: 1.2;
    text-decoration: none;
    text-align: left;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 30px;
}

.themeBannerSlider .smallText {
    color: #ffffff;
    font-size: 16px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.57);
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 30px;
}

.themeBannerSlider .bannerBtn {
    display: inline-block;
    margin-top: 30px;
}

.themeBannerSlider .bannerBtn .btn {
    font-size: 15px;
    font-weight: 600;
    padding: 10px 35px;
    text-transform: uppercase;
    display: inline-block;
    line-height: normal;
}

.themeBannerSlider .infoText {
    color: #ffffff;
    font-size: 16px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.57);
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 0px;
    display: flex;
    align-items: flex-start;
}

.themeBannerSlider .infoText p {
    margin: 0px;
}

.themeBannerSlider .infoText img {
    width: 20px;
    display: inline-block;
    margin-right: 10px;
}

.themeBannerSlider .owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    margin: 0px;
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
    .themeBannerSlider .bannerSection {
        height: 70vh;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1300px) {

    .themeBannerSlider .title {
        font-size: 46px;
        line-height: 58px;
        margin-bottom: 15px;
    }

    .themeBannerSlider .smallText {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 992px) {
    .themeBannerSlider .title {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 15px;
    }

    .themeBannerSlider .smallText {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px;
    }

    .themeBannerSlider .bannerSection .innerBanner {
        max-width: 100%;
    }

    .themeBannerSlider .bannerSection {
        height: 70vh;
    }

    .themeBannerSlider .bannerBtn {
        margin-top: 15px;
    }

    .themeBannerSlider .bannerBtn .btn {
        font-size: 14px;
        padding: 10px 30px;
    }
}

/* theme Banner Slider */
.inquiryFormMain {
    display: inline-block;
    width: 100%;
    background-image: url("../img/shap-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.inquiryForm .card {
    padding: 25px;
    border-radius: 12px;
    background-color: #ffffff;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}

.inquiryForm {
    position: relative;
}

.inquiryForm .headings {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 25px;
}

.inquiryForm .headings .icons {
    display: inline-block;
    width: 50px;
    height: 50px;
}

.inquiryForm .headings .icons img {
    max-width: 100%;
}

.inquiryForm .headings .info {
    display: inline-block;
    width: 80%;
    padding-left: 15px;
}

.inquiryForm .headings .info .smallText {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #000;
}

.inquiryForm .headings .info .title {
    font-size: 30px;
    line-height: 26px;
    color: #ff0000;
    font-weight: 800;
    margin-bottom: 0px;
}

.bannerCard .custom-Form.whithicon .form-control {
    padding: 18px 60px 18px 25px;
}

.inquiryForm .custom-Form.whithicon .icons {
    position: absolute;
    top: 1px;
    right: 1px;
    border-radius: 0px 10px 10px 0px;
    /* height: 92.5%; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    padding: 5px 8px;
}

.inquiryForm .custom-Form.whithicon .icons img {
    max-width: 100%;
    max-height: 100%;
}

.inquiryForm .custom-Form.whithicon .icons::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 50%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    background-color: #aaaaaa;
}

.inquiryForm .smallText {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 800;
    color: #000;
    margin-bottom: 6px;
}

.inquiryForm .form-check {
    display: inline-flex;
    border: solid 1px #000;
    padding: 5px 15px;
    margin-right: 10px;
    border-radius: 50px;
    align-items: center;
}

.inquiryForm .form-check .form-check-input {
    margin: 0;
    border-color: #000;
    cursor: pointer;
}

.inquiryForm .form-check .form-check-input:checked {
    background-color: #ff0000;
    border-color: #ff0000;
}

.inquiryForm .form-check .form-check-input:focus {
    border-color: #ff0000;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(239, 38, 38, 0.25);
}

.inquiryForm .form-check .form-check-label {
    font-size: 14px;
    padding-left: 10px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
}

.inquiryForm .btn {
    display: inline-block;
    width: auto;
    padding: 10px 22px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    min-width: 130px;
}

.inquiryFormMain .heading .title {
    font-size: 30px;
    margin: 0px 15px;
}

.inquiryFormMain .heading {
    margin-bottom: 5px;
}

.inquiryFormMain .smallTitle {
    font-size: 16px;
    font-weight: 500;
    color: #262626;
    margin-bottom: 30px;
}

.inquiryFormMain .ekit-image-box,
.inquiryFormMain .ekit-image-box a {
    display: inline-block;
    width: 100%;
    text-decoration: inherit;
}

.inquiryFormMain .ekit-image-box {
    margin-bottom: 15px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}

.inquiryFormMain .ekit-image-box .box-img {
    -webkit-transition: .4s;
    transition: all .4s ease;
    position: relative;
    overflow: hidden;
    background-color: #f1f1f1;
    max-height: 300px;
    border-radius: 10px 10px 0px 0px;
}

.inquiryFormMain .ekit-image-box .box-img img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    -webkit-transition: .4s;
    transition: all .4s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.inquiryFormMain .box-body {
    padding: 20px;
    position: relative;
    z-index: 2;
}

.inquiryFormMain .box-body .title {
    font-size: 24px;
    color: #000;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 5px;
    transition: 0.5;
}

.inquiryFormMain .box-body .infoText {
    font-size: 14px;
    font-weight: 500;
    color: #1e1e1e;
    margin-bottom: 0px;
}

.inquiryFormMain .ekit-image-box .duration {
    font-size: 15px;
    color: #1e1e1e;
    font-weight: 600;
    margin-bottom: 0px;
}

.inquiryFormMain .ekit-image-box a:hover .box-body .title {
    color: #ff0000;
}

.inquiryFormMain .ekit-image-box .btn {
    padding: 8px 22px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    width: auto;
    margin-top: 10px;
}

.modal-backdrop.show {
    opacity: .7;
}

.contactUsModal .modal-content {
    border: 0px;
    border-radius: 10px;
}

.contactUsModal .themeLogo {
    background: #e4e1e9;
    height: 100%;
    text-align: center;
    display: inline-flex;
    width: 100%;
    border-radius: 10px 0px 0px 10px;
}

.contactUsModal .themeLogo img {
    height: 120px;
    margin: auto;
}

.contactUsModal .modal-body {
    padding: 30px;
}

.contactUsModal .modal-body .title {
    font-size: 24px;
    font-weight: 600;
    color: #ff0000;
}

@media screen and (min-width: 768px) and (max-width:1400px) {
    .contactUsModal .modal-body {
        padding: 20px;
    }

    .inquiryFormMain .custom-Form .form-control,
    .inquiryFormMain .custom-Form .form-select {
        padding: 9px 12px;
        font-size: 14px;
    }

    .contactUsModal .modal-body .title {
        font-size: 20px;
        margin: 0;
    }

    .custom-Form {
        margin-bottom: 12px;
    }

    .inquiryForm .custom-Form.whithicon .icons {
        width: 38px;
    }

    .inquiryForm .smallText {
        margin-bottom: 2px;
    }

    .inquiryForm .mt-4 {
        margin-top: 1rem !important;
    }

    .inquiryForm .btn {
        padding: 8px 20px;
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .inquiryFormMain .box-body .title {
        font-size: 22px;
    }

    .inquiryForm .headings .info .title {
        font-size: 24px;
    }

    .inquiryForm .headings .icons {
        width: 42px;
        height: 42px;
    }

    .inquiryForm .headings {
        margin-bottom: 20px;
    }

    .inquiryForm .card {
        padding: 20px 15px;
    }

    .inquiryForm .form-check {
        padding: 5px 10px;
        margin-right: 0px;
    }
}

@media (min-width: 992px) {
    .contactUsModal .modal-lg {
        max-width: 950px;
    }
}

@media screen and (max-width: 991px) {
    .contactUsModal .themeLogo {
        border-radius: 10px 10px 0px 0px;
        padding: 15px;
    }

    .contactUsModal .modal-body {
        padding: 20px;
    }

    .contactUsModal .modal-body .title {
        font-size: 20px;
        margin: 0;
    }
}

@media screen and (max-width: 767px) {

    .contactUsModal .modal-lg {
        max-width: 95%;
    }

    .contactUsModal .themeLogo img {
        height: 100px;
    }

    .contactUsModal .modal-body {
        padding: 15px;
    }

}

/* Discover Starts */
.discoverSection {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.discoverSection .dis-hdn {
    line-height: 0.8;
    font-weight: 900;
    white-space: nowrap;
    font-size: 16vw;
    background: url('../img/discover.jpg') no-repeat;
    background-size: cover;
    background-position: 0 0%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: 0px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    margin-bottom: 60px;
}

@media (max-width: 1200px) {
    .dis-hdn {
        margin-bottom: 36px;
    }
}

@media (max-width: 767px) {
    .discoverSection .dis-hdn {
        margin-bottom: 30px;
    }
}

/* Discover End */
/* Our Global Showcase Starts */
.global-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 65px;
    flex-direction: row-reverse;
}

.global-wrap .global-img-wrap {
    max-width: 706px;
    width: 100%;
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 25px;
}

.global-wrap .global-box {
    height: 306px;
    position: relative;
}

.global-wrap .global-img {
    position: relative;
    width: 100%;
    height: 100%;
}

.global-wrap .global-img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(1deg, rgba(0, 0, 0, 0.5) -0.54%, rgba(0, 0, 0, 0) 99.61%);
}

.global-wrap .global-info {
    padding: 0 10px 35px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.global-wrap .global-hdn {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0;
}

.global-wrap .global1 {
    grid-area: 1 / 1 / 2 / 5;
}

.global-wrap .global2 {
    grid-area: 1 / 5 / 2 / 8;
}

.global-wrap .global3 {
    grid-area: 2 / 1 / 3 / 4;
}

.global-wrap .global4 {
    grid-area: 2 / 4 / 3 / 8;
}

.global-wrap .global-detail {
    text-align: right;
}

.global-wrap .comm-sec-hdn {
    color: #000;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.48px;
    margin-bottom: 24px;
}

.global-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.global-detail .comm-para {
    font-size: 16px;
    line-height: 1.5;
    color: #353535;
    opacity: 0.7;
}

@media (max-width: 1200px) {
    .global-wrap .global-detail {
        text-align: center;
        max-width: 500px;
    }

    .global-detail .comm-sec-hdn {
        margin-bottom: 10px;
    }

    .global-wrap {
        gap: 20px;
        flex-direction: column;
    }
}

@media (max-width:992px) {
    .global-wrap .comm-sec-hdn {
        font-size: 26px;
    }
}

@media (max-width: 576px) {
    .global-wrap .global-img-wrap {
        display: block;
    }

    .global-box {
        margin-bottom: 16px;
    }
}

/* Our Global Showcase End */
/* Fashion Adventure Starts */
.fashionSection {
    overflow: hidden;
    background: #000;
    padding: 80px 0px;
}

.fashionSection .marqee-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 64px;
    -webkit-animation: marquee-horizontal-alt 50s linear infinite;
    animation: marquee-horizontal-alt 50s linear infinite;
}

@keyframes marquee-horizontal-alt {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-500%);
    }
}

.fashionSection .marqee-wrap p {
    white-space: nowrap;
    color: #fff;
    font-size: 128px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    position: relative;
    will-change: transform;
    padding-right: 134px;
}

.fashionSection .marqee-wrap p::after {
    content: "";
    width: 75px;
    height: 75px;
    background-size: 75px;
    background: url('../img/submit.svg') no-repeat;
    position: absolute;
    top: calc(50% - 37.5px);
    right: 0;
}

.fashionSection .fashion-box {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    margin-top: -65px;
    display: flex;
}

.fashionSection .fashion-left {
    padding: 80px 60px 70px 90px;
    flex: 1;
}

.fashionSection .comm-sec-hdn {
    color: #f5f7f6;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.48px;
    margin-bottom: 22px;
}

.fashion-left .comm-para {
    font-size: 16px;
    line-height: 1.5;
    color: #F5F7F6;
    opacity: 0.7;
    margin-bottom: 28px;
    max-width: 380px;
}

.fashionSection .btn {
    font-size: 15px;
    font-weight: 600;
    padding: 12px 25px;
    text-transform: uppercase;
}

.fashionSection .fashion-img {
    width: 628px;
}

.fashionSection #fashionLottie {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 1200px) {
    .fashionSection .fashion-box {
        margin-top: -28px;
    }

    .fashionSection .fashion-left {
        padding: 30px 46px 26px 30px;
    }

    .fashionSection .fashion-img {
        width: 40%;
    }

    .fashionSection .marqee-wrap p {
        font-size: 76px;
        padding-right: 80px;
    }

    .fashionSection .marqee-wrap p::after {
        width: 50px;
        height: 50px;
        background-size: 50px;
        top: calc(50% - 25px);
    }
}

@media (max-width:992px) {
    .fashionSection .comm-sec-hdn {
        font-size: 26px;
    }

    .fashionSection .fashion-box {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding: 24px;
        padding-bottom: 0;
    }

    .fashionSection .fashion-left {
        padding: 0px;
        max-width: 400px;
        text-align: center;
    }

    .fashionSection .fashion-img {
        width: 300px;
        margin: 0 auto;
    }
}

@media (max-width:768px) {
    .fashionSection .marqee-wrap p {
        font-size: 64px;
        padding-right: 70px;
    }

    .fashionSection .fashion-box {
        margin-top: 0px;
    }

    .fashionSection {
        padding: 50px 0px;
    }

    .fashionSection .marqee-wrap p::after {
        width: 48px;
        height: 48px;
        background-size: 48px;
        top: calc(50% - 24px);
    }
}

@media (max-width: 576px) {
    .global-wrap .global-img-wrap {
        display: block;
    }

    .global-box {
        margin-bottom: 16px;
    }
}

/* Fashion Adventure Starts */
.choose-section .accordion-item {
    margin-bottom: 40px;
}

.choose-section .comm-sec-hdn {
    color: #000;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.48px;
    margin-bottom: 54px;
}

.choose-section .accordion-button::after {
    display: none;
}

.choose-section .accordion-item .accordion-button {
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    color: #6f6f6f;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    background-color: transparent;
    box-shadow: none;
    padding-left: 25px;
}

.choose-section .accordion-item .accordion-button .choose-num {
    position: absolute;
    left: 0px;
}

.choose-section .accordion-item .accordion-button:not(.collapsed),
.choose-section .accordion-item .accordion-button:not(.collapsed) .choose-num {
    color: #000;
}

.choose-section .complete-line {
    width: 100%;
    height: 1px;
    background: #d4d4d4;
    position: relative;
    margin-top: 40px;
}

.choose-section .accordion-collapse {
    border: 0px;
}

.choose-section .accordion-body {
    margin-top: 16px;
    padding: 0px 0px 0px 25px;
    border: 0px;
}

.choose-section .accordion-body p {
    font-size: 18px;
    line-height: 1.5;
    color: #353535;
    opacity: 0.7;
    margin: 0px;
}

@media (max-width:992px) {
    .choose-section .comm-sec-hdn {
        font-size: 28px;
        margin-bottom: 30px
    }

    .choose-section .accordion-item {
        margin-bottom: 20px;
    }

    .choose-section .complete-line {
        margin-top: 20px;
    }

    .choose-section .accordion-item .accordion-button {
        font-size: 20px;
    }

    .choose-section .accordion-body p {
        font-size: 16px;
    }
}

/* Why Choose US Ends */
/* Our students love us Starts */
.studentsSection {
    display: inline-block;
    width: 100%;
    background-image: url("../img/shap-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.students-details .comm-sec-hdn {
    color: #000;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.48px;
    margin-bottom: 24px;
}

.students-details .comm-para {
    font-size: 24px;
    line-height: 1.4;
    color: #000;
}

.students-details .testi-person-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.students-details .testi-person:first-child {
    margin-left: 0;
}

.students-details .testi-person {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    overflow: hidden;
    margin-left: -14px;
}

.students-details .testi-person img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.testi-left {
    border-radius: 12px;
    background-color: #ffffff;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    max-width: 764px;
    width: 100%;
    padding: 30px 25px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 28px;
    margin: 10px;
}

.commas {
    width: 40px;
    height: 26px;
}

.commas img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.testi-box {
    flex: 1;
}

.testi-detail p {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 30px;
    padding-right: 25px;
}

.testi-info-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 26px;
}

.testi-img {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    overflow: hidden;
}

.person-name {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 2px;
}

.designation {
    color: #353535;
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 1200px) {
    .students-details .comm-sec-hdn {
        margin-bottom: 10px;
    }

    .students-details .comm-para {
        font-size: 18px;
    }
}

@media (max-width:992px) {
    .students-details .comm-sec-hdn {
        font-size: 26px;
    }

    .students-details {
        text-align: center;
    }

    .students-details .testi-person-wrap {
        justify-content: center;
    }

    .testi-left {
        margin: 0px;
    }
}

@media (max-width:767px) {
    .testi-left {
        padding: 20px 15px;
        gap: 15px;
        margin: 0px;
    }

    .testi-detail p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .testi-img {
        width: 60px;
        height: 60px;
    }

    .choose-section .accordion-item .accordion-button {
        font-size: 18px;
    }

    .commas {
        width: 30px;
        height: 20px;
    }

    .students-details .comm-para {
        font-size: 16px;
    }

    .students-details .testi-person {
        width: 60px;
        height: 60px;
    }
}

/* Our students love us Ends */
.error {
    color: red;
}


