@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
.container {
    max-width: 1360px;
}
@media (min-width: 992px) {
    .container {
        max-width: 1160px;
    }
} 
@media (min-width: 1200px) {
    .container {
        max-width: 1460px;
    }
}        
@media (min-width: 1400px) {
    .container {
        max-width: 1360px;
    }
}   
   


body{
	font-family: 'Montserrat', sans-serif !important;
}
/*--------top header--------*/
.top-header {
    background-color: var(--primary_color);
    padding: 5px 0;
}
.tp-left ul, .tp-right ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.tp-left ul li {
    padding: 14px 0;
    margin-right: 25px;
}
.tp-left ul li:nth-child(2) {
    margin-right: 0;
}
.foot-gallery li {
    list-style: none;
}
.tp-left ul li a:hover {
    color: var(--standard_color);
}
.tp-left ul li a {
    color: #ffffffcc;
    font-size: 15px;
}
#testimonial4 .carousel-item:before{
    background-image: none;
}
a{
	text-decoration: none;
    color: var(--standard_color);
}
.tp-left ul li a i {
    padding-right: 2px;
    font-size: 15px;
    position: relative;
    top: 1px;
}
.tp-right ul li a {
    background: var(--standard_color);
    padding: 4px 8px;
    display: block;
    color: #ffffffcc;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
}
.tp-right ul li {
    margin-right: 12px;
    color: #ffffffcc;
    font-size: 15px;
    position: relative;
}
.tp-right ul {
    justify-content: end;
    align-items: center;
}
.top-header .col-md-6:nth-child(2) {
    justify-content: flex-end;
}
.top-header .col-md-6 {
    display: flex;
    align-items: center;
}
/*------top header-------*/
.mobile-menu.fixed .mobile-bar span, .mobile-menu.fixed .btn-bar span {
    background: black;
}
.mobile-bar span:nth-child(1), .mobile-bar span:nth-child(2) {
    margin-bottom: 5px;
}
.mobile-bar span {
    width: 22px;
    height: 2px;
    background: white;
    display: block;
}
.mobile-head.fixed .mobile-bar span{
    background: var(--standard_color);
}
.main-header.fixed .main-menu.open {
    position: fixed;
    top: 61px;

}
.main-header.fixed, .mobile-head.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 6%);
    -webkit-animation: headerSlideDown 0.95s ease forwards;
    animation: headerSlideDown 0.95s ease forwards;
    will-change: transform;
    background: var(--primary_color);
    background-color: var(--primary_color);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    padding-bottom: 6px;
}
@-webkit-keyframes headerSlideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes headerSlideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.main-header.fixed ul.main-ul-menu .single-menu a {
    /*color: #625f5f;*/
}
.main-header.fixed ul.mega-menu {
    padding-top: 15px;
}
.main-header {
    position: absolute;
    z-index: 9;
    width: 100%;
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 73%), rgb(255 255 255 / 0%));
}
ul.mega-menu {
    display: none;
}
.sc-logo img {
    width: 200px;
    height: 66px;
    object-fit: contain;
    object-position: left;
}
.main-header.fixed .sc-logo img {
    height: 50px;
}
ul.main-ul-menu {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
}
ul.main-ul-menu .single-menu a {
    color: white;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -.2px;
}
ul.main-ul-menu .single-menu:nth-last-child(1) {
    margin-right: 0;
}
ul.main-ul-menu .single-menu {
    margin-right: 15px;
    padding: 10px 0;
    transition: all 0.1s ease;
    border-bottom: 6px solid transparent;
}
ul.main-ul-menu .single-menu.active, ul.main-ul-menu .single-menu:hover {
    border-bottom: 6px solid var(--standard_color);
    transition: all 0.1s ease;
}
.main-header .col-md-2, .main-header .col-md-10 {
    display: flex;
    align-items: center;
}
.main-header .col-md-10 {
    justify-content: flex-end;
}
.arrow-menu {
    position: relative;
}
.arrow-menu:hover ul.mega-menu {
    display: block;
}
ul.mega-menu {
    display: none;
    padding: 0;
    margin: 0;
    position: absolute;
    width: auto;
    background: #fffffff0;
    white-space: nowrap;
    list-style-type: none;
    top: 50px;
}
ul.mega-menu li {
    padding: 6px 26px;
}
ul.mega-menu li a {
    color: #707070 !important;
}
ul.mega-menu li a:hover {
    color: var(--standard_color) !important;
}
/*--------main menu end----------*/
.slider-content-hm {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 0;
    transform: translate(21%, -55%);
    width: 54%;
}
.slider-content-hm a:hover {
    opacity: .8;
}
.slider-content-hm a {
    background: var(--standard_color);
    display: block;
    width: fit-content;
    color: white;
    padding: 8px 14px;
    margin-top: 26px;
    border-radius: 6px;
}
.carousel-item:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, rgb(0 0 0 / 73%), rgb(255 255 255 / 0%));
    z-index: 2;
}
.carousel-control-next, .carousel-control-prev, .home-slider .carousel-indicators {
    z-index: 4;
}
.carousel-control-next, .carousel-control-prev {
    width: 10%;
}
.home-slider .carousel-item img {
    height: 650px;
    object-fit: cover;
    object-position: top;
}

.hm-ab-card {
    margin-bottom: 50px;
}
.main-card-div {
    display: flex;
    flex-wrap: wrap;
}
.card-div {
    width: 33.33%;
}
.tp-card {
    background: var(--standard_color);
    padding: 10px 25px;
    display: flex;
    height: 90px;
    align-items: center;
}
.main-card-div .card-div:nth-child(2) .tp-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000001c;
}
.main-card-div .card-div:nth-child(2) .tp-card {
    position: relative;
}
.main-card-div .card-div:nth-child(3) .tp-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000003b;
}
.main-card-div .card-div:nth-child(3) .tp-card {
    position: relative;
}
.tp-card img {
    width: 50px;
    margin-right: 25px;
    height: -webkit-fill-available;
    transition: opacity 300ms ease-out,transform 300ms ease-out,filter 300ms ease-out;
    object-fit: contain;
    position: relative;
}
.card-div:hover img {
    transform: scale(1.1);
    transition: opacity 300ms ease-out,transform 300ms ease-out,filter 300ms ease-out;
}
a {
    outline: none;
    box-shadow: none;
}
.middle-card {
    width: 100%;
    height: 373px;
    overflow: hidden;
    position: relative;
}
.middle-card img {
    width: 100%;
    height: 373px;
    object-fit: cover;
 transition: opacity 300ms ease-out,transform 300ms ease-out,filter 300ms ease-out;
}
.tp-card h5 {
    font-size: 18px;
    color: white;
    font-weight: bold;
    letter-spacing: .5px;
    margin-bottom: 1px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
a.lm-btn {
    color: white;
    font-size: 15px;
    margin-top: 6px;
    display: block;
}
.tp-card p {
    font-size: 16px;
    color: #fffffff7;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.card-bottom-part h2 {
    font-size: 28px;
    color: #c50227;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 600;
}
.card-bottom-part {
    margin: 30px 12px 0 0;
    position: relative;
}
.card-bottom-part h4 {
    font-size: 28px;
    font-weight: bold;
    color: var(--standard_color);
    margin: 0 0 24px 0;
}
.tp-card div {
    position: relative;
}
.card-bottom-part a, .read-more-a {
    font-size: 16px;
    font-weight: 700;
    color: var(--standard_color);
    padding: 15px 33px 15px 0px;
    text-transform: none;
}
.card-bottom-part a i {
    margin-left: 10px;
}
.hm-ab-card {
    margin-bottom: 50px;
    margin-top: -66px;
    position: relative;
    z-index: 3;
}
.slider-content-hm span {
    display: block;
    font-size: 24px;
    color: var(--standard_color);
    font-weight: 600;
    margin-bottom: 16px;
}
.slider-content-hm b {
    font-size: 34px;
    color: white;
}
.home-slider .carousel-indicators [data-bs-target] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #0000007a;
}
.home-slider .carousel-indicators .active{
    border: 2px solid var(--standard_color);
}
.home-slider .carousel-indicators {
    bottom: 80px;
}
section.mix-section {
    padding: 50px 0;
    background: #f3f3f3;
}
/*.head-mixed span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--standard_color);
    opacity: .06;
}*/
.head-mixed span {
    display: block;
    color: var(--primary_color);
    font-size: 22px;
    font-weight: 600;
    border-bottom: 3px solid var(--standard_color);
    margin-bottom: 30px;
    padding: 8px 10px;
    position: relative;
}
.hps .video-dv-box img{
    height: 340px;
}
.video-dv-box img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.v-img-hm:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--standard_color);
    opacity: .8;
}
.v-img-hm {
    position: relative;
}
img.play-icon {
    position: absolute;
    width: 65px;
    height: auto !important;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}
.card-bottom-part p {
    font-size: 15px;
    font-weight: 400;
    color: #121212;
    letter-spacing: .1px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    width: 92%;
    line-height: 1.8;
}
.c-t-c p {
    margin: 10px 0;
    font-size: 16px;
    font-weight: 500;
    color: #282727;
    letter-spacing: .1px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.more-btn a {
    font-size: 16px;
    font-weight: 700;
    color: var(--standard_color);
    text-transform: none;
}
.ab-btn a {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-transform: none;
    background: var(--standard_color);
    width: max-content;
    padding: 11px 12px;
}
.more-btn a i {
    padding-left: 4px;
}
.more-btn a:hover {
    opacity: .9;
}

.news-bx-hm:hover img {
    transform: scale(1.1);
    transition: opacity 300ms ease-out,transform 300ms ease-out,filter 300ms ease-out;
}
.nw-img-dv img {
    width: 100%;
    transition: opacity 300ms ease-out,transform 300ms ease-out,filter 300ms ease-out;
    height: 74px;
    object-fit: cover;
    border-radius: 5px;
}
.nw-img-dv {
    width: 25%;
    height: 74px;
    overflow: hidden;
    border-radius: 5px;
}
.news-bx-hm {
    display: flex;
    align-items: center;
}
.nw-content-hm {
    width: 75%;
    padding-left: 18px;
}
.more-btn {
    width: 100%;
    display: grid;
}
.news-main .news-bx-hm:nth-last-child(1) {
    margin-bottom: 0;
    border: navajowhite;
    padding: 0;
}
.news-bx-hm {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #1010100d;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.hps .news-main {
    height: auto;
}
.news-main {
    background: #ffffffc4;
    padding: 16px;
    height: 317px;
    margin-bottom: 11px;
    overflow-y: auto;
}
.hps .n-h-bx {
    font-size: 14px;
}
.n-h-bx {
    font-size: 16px;
    color: var(--primary_color);
    font-weight: 600;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    letter-spacing: .2px;
}
.nw-content-hm span i {
    color: var(--standard_color);
    padding-right: 3px;
}
.nw-content-hm span {
    font-size: 13px;
    color: #4c4b4b;
    margin-bottom: 6px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.n-h-bx:hover {
    color: var(--standard_color);
}
footer.main-footer {
    padding: 50px 0 20px 0;
    background: #181818;
}
.sc-ab-foot img {
    height: 56px;
    width: 100%;
    object-fit: contain;
    object-position: left;
}
.sc-deatil-foot ul li a i {
    top: 5px;
    position: absolute;
    left: 0;
}
.sc-deatil-foot ul li a {
    color: #ffffffd9;
    font-size: 14px;
    padding-left: 28px;
    display: block;
}
.sc-deatil-foot ul li {
    margin-bottom: 17px;
    position: relative;
    list-style: none;
}
.sc-deatil-foot ul {
    padding: 0;
    margin: 20px 0 0 0;
}
.ap-download span img {
    width: 28px;
    margin-right: 9px;
}
.ap-download span {
    display: flex;
    align-items: center;
    margin: 0;
    color: white;
    font-weight: 600;
    font-size: 17px;
}
.sc-deatil-foot ul li a:hover {
    color: var(--standard_color);
}
.ap-download a img {
    width: 112px;
}
.head-bx-foot {
    color: white;
    font-weight: 600;
    font-size: 17px;
    border-bottom: 3px solid var(--standard_color);
    margin-bottom: 29px;
    padding-bottom: 17px;
}
.q-link ul li a:hover {
    color: var(--standard_color);
}
.q-link ul li a {
    color: #ffffffd9;
    font-size: 14px;
}
.q-link ul li {
    margin-bottom: 12px;
}
.q-link ul {
    padding: 0;
    list-style-type: none;
}
.custom-tooltip {
  --bs-tooltip-bg: var(--bs-primary);
}
.content-part p img {
    width: 33.33%;
    height: 369px;
    object-fit: cover;
    object-position: top;
}
.foot-gallery ul li img:hover {
    box-shadow: 3px 3px 1px var(--standard_color);
}
.foot-gallery ul li img {
    width: 86px;
    margin-right: 10px;
    margin-bottom: 15px;
    height: 86px;
    border-radius: 12px;
    object-fit: cover;
    object-position: top;
    box-shadow: 3px 3px 1px #ffffffc7;
}
.foot-gallery ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.social-icon-foot ul li a {
    color: var(--standard_color);
    font-size: 17px;
    padding: 0 5px;
}
.social-icon-foot ul li {
    margin-left: 18px;
    list-style: none;
}
.social-icon-foot ul {
    display: flex;
    padding: 0;
    justify-content: flex-end;
    margin-bottom: 0;
}
.copy-right span {
    color: white;
    font-size: 12px;
}
.copy-right {
    background: var(--primary_color);
    border-top: 1px solid #ffffff40;
}
.copy-right {
    background: #202020;
    border-top: 1px solid #ffffff12;
    padding: 15px 0;
}
.social-icon-foot ul li a:hover {
    color: var(--standard_color);
}
.copy-right .col-md-6:nth-child(1) {
    display: flex;
    align-items: center;
}
.scrollup {
    position: fixed;
    right: 30px;
    bottom: 32px;
    z-index: 999;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
    display: block;
    padding: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    font-size: 19px;
    line-height: 46px;
    overflow: hidden;
    background: var(--standard_color);
    color: white;
}
.mobile-head {
    display: none;
}
.div-img img {
    width: 100%;
}
.div-img {
    width: 100%;
}
div#main-slider {
    height: 650px;
}
a.scrollup i {
    line-height: 43px;
}
.hps .video-dv-box {
    display: flex;
}
.hps .c-t-c {
    width: 40%;
    padding-left: 4%;
}
.hps .v-img-hm {
    position: relative;
    width: 60%;
}
.hps .c-t-c p {
    -webkit-box-orient: horizontal;
    font-weight: 400;
    line-height: 1.8;
}
p {
    line-height: 1.8;
    font-size: 15px;
    
    font-weight: 400;
    line-height: 1.6;
}
body .gdlr-core-button {
    font-size: 15px;
    background: var(--standard_color);
    color: white !important;
}


.admission-section {
    background: var(--primary_color);
    overflow: hidden;
    position: relative;
    /* padding: 70px 0; */
}

.admission-section .admission-wrapper{
    min-height: 560px;
    display: flex;
    align-items: center;
}

.admission-section .left-image{
    position: relative;
    text-align: center;
}

.admission-section .left-image::before{
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(115,117,255,0.45) 0%, rgba(30,29,99,0) 70%);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.admission-section .left-image img{
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.admission-section .content-box{
    color: #fff;
    padding-left: 30px;
}

.admission-section .content-box h2 {
    font-size: 42px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 20px;
}

.admission-section .content-box .sub-title {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #ffffff;
}

.admission-section .content-box p {
    font-size: 17px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.82);
    max-width: 650px;
    margin-bottom: 35px;
}

.admission-section .apply-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 40px;
    background: var(--standard_color);
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    transition: 0.3s ease;
}

.admission-section .apply-btn:hover{
    background: #ff1248;
    color: #fff;
    transform: translateY(-2px);
}

@media (max-width: 991px){

    .admission-section{
        padding: 50px 0;
        text-align: center;
    }

    .admission-section .content-box{
        padding-left: 0;
        margin-top: 40px;
    }

    .admission-section .content-box h1{
        font-size: 46px;
    }

    .admission-section .content-box p{
        max-width: 100%;
        font-size: 18px;
        line-height: 1.7;
    }

    .admission-section .left-image::before{
        width: 320px;
        height: 320px;
    }
}

@media (max-width: 576px){

    .admission-section .content-box h1{
        font-size: 36px;
    }

    .admission-section .content-box .sub-title{
        font-size: 18px;
    }

    .admission-section .content-box p{
        font-size: 16px;
    }

    .admission-section .apply-btn{
        min-width: 160px;
        height: 58px;
        font-size: 22px;
    }
}
.school-info-section *{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.school-info-section{
  padding: 50px 0;
  overflow: hidden;
}

.school-info-section .custom-row{
  align-items: stretch;
}

/* ================= LEFT BOX ================= */

.school-info-section .quick-links-box{
  position: relative;
  overflow: hidden;
  padding: 85px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.school-info-section .quick-links-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--standard_color);
    z-index: 1;
    opacity: .7;
}
.school-info-section .quick-links-box img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.school-info-section .quick-content{
  position: relative;
  z-index: 2;
  color: #fff;
}

.school-info-section .quick-title {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 27px;
}

.school-info-section .quick-title i{
  font-size: 40px;
}

.school-info-section .quick-links{
  list-style: none;
  padding: 0;
  margin: 0;
}

.school-info-section .quick-links li{
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.55);
}

.school-info-section .quick-links li a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s ease;
}

.school-info-section .quick-links li a:hover{
  opacity: 0.8;
  padding-left: 6px;
}

/* ================= CENTER BOX ================= */

.school-info-section .newsletter-box{
  padding: 40px 60px 0 60px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.school-info-section .mail-icon{
  font-size: 90px;
  color: #d70034;
  margin-bottom: 30px;
}

.school-info-section .newsletter-box h3 {
    font-size: 20px;
    font-weight: 700;
    color: #181818;
    margin-bottom: 4px;
}

.school-info-section .newsletter-box p {
    font-size: 15px;
    color: #383838;
    margin-bottom: 30px;
}

.school-info-section .newsletter-box .form-control {
    height: 55px;
    border-radius: 0;
    border: 1px solid #d4d4d4;
    font-size: 15px;
    padding: 0 17px;
    box-shadow: none;
    margin-bottom: 25px;
}

.school-info-section .subscribe-btn {
    width: 100%;
    height: 50px;
    border: none;
    background: var(--standard_color);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s ease;
}

.school-info-section .subscribe-btn:hover{
  background: #b9002d;
}

/* ================= RIGHT BOX ================= */

.school-info-section .about-box{
  padding: 40px 30px 0 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.school-info-section .about-box img {
    width: 100%;
    height: 186px;
    object-fit: cover;
    margin-bottom: 35px;
}

.school-info-section .about-box h3 {
    font-size: 20px;
    font-weight: 700;
    color: #182847;
    line-height: 1.4;
    margin-bottom: 10px;
}

.school-info-section .about-box p{
  color: #6a6a6a;
  margin-bottom: 25px;
      font-size: 14px;
}

.school-info-section .learn-btn {
    width: fit-content;
    height: 50px;
    background: var(--standard_color);
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s ease;
    padding: 0 20px;
}

.school-info-section .learn-btn:hover{
  background: #b9002d;
  color: #fff;
}

/* ================= RESPONSIVE ================= */

@media(max-width: 1199px){

  .school-info-section .quick-title{
    font-size: 38px;
  }

  .school-info-section .quick-links li a{
    font-size: 24px;
  }

  .school-info-section .newsletter-box h3{
    font-size: 32px;
  }

  .school-info-section .newsletter-box p{
    font-size: 20px;
  }

  .school-info-section .about-box h3{
    font-size: 28px;
  }

  .school-info-section .about-box p{
    font-size: 18px;
  }
}

@media(max-width: 991px){

  .school-info-section{
    padding: 50px 0;
  }

  .school-info-section .quick-links-box{
    min-height: auto;
  }

  .school-info-section .newsletter-box,
  .school-info-section .about-box{
    padding: 50px 25px;
  }
}

@media(max-width: 767px){

  .school-info-section .quick-links-box{
    padding: 50px 30px;
  }

  .school-info-section .quick-title{
    font-size: 30px;
    margin-bottom: 40px;
  }

  .school-info-section .quick-links li a{
    font-size: 20px;
  }

  .school-info-section .newsletter-box h3{
    font-size: 28px;
  }

  .school-info-section .newsletter-box p{
    font-size: 18px;
  }

  .school-info-section .newsletter-box .form-control,
  .school-info-section .subscribe-btn{
    height: 64px;
    font-size: 18px;
  }

  .school-info-section .about-box img{
    height: auto;
  }

  .school-info-section .about-box h3{
    font-size: 24px;
  }
}













/*mobile responsive*/
@media only screen and (max-width: 767px) {
.mobile-head {
    display: inherit;
}
.c-t-c, .v-img-hm {
    width: 100%;
    padding-left: 0%;
}
.hps .video-dv-box {
    display: block;
}
.card-bottom-part p {
    width: 100%;
}
.top-header .col-md-6:nth-child(2) {
    justify-content: flex-end;
    display: none;
}
.main-header {
    position: inherit !important;
}
.mobile-head {
    background: var(--primary_color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
}
.mobile-head .sc-logo img {
    width: 90px;
    height: 50px;
    object-fit: contain;
    padding: 0 5px;
}
.mobile-head .tp-right ul li {
    margin-right: 5px;
}
.mobile-head .tp-right ul li a {
    padding: 5px 8px;
    font-size: 12px;
    letter-spacing: normal;
}
.top-header {
    background-color: var(--standard_color);
    padding: 0px 0;
}
.tp-left ul li {
    padding: 6px 0;
}
.top-header .col-md-6 {
    justify-content: space-around;
}
.main-header .col-md-2 {
    display: none;
}
.main-menu {
    position: absolute;
    background: white;
    z-index: 10;
    top: 13%;
    width: 90%;
    left: 5%;
    padding: 5px 20px;
    height: 70vh;
    overflow-y: auto;
    display: none;
    transition: all 0.3s ease;
}
.main-menu.open {
    display: inherit;
    transition: all 0.3s ease;
    -webkit-animation: headerSlideDown 0.50s ease forwards;
    animation: headerSlideDown 0.50s ease forwards;
    will-change: transform;
    background: #ffffff;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}
ul.main-ul-menu {
    display: block;
}
ul.main-ul-menu .single-menu a {
    color: #1e1d1d;
    font-weight: 500;
    font-size: 15px;
}
ul.mega-menu {
    display: block;
    position: initial;
}
ul.mega-menu li:nth-last-child(1) {
    padding-bottom: 0;
}
ul.mega-menu li {
    padding: 10px 10px;
}
ul.main-ul-menu .single-menu.active, ul.main-ul-menu .single-menu:hover {
    border-bottom: none;
    transition: all 0.1s ease;
}
/*menu end*/
.card-div {
    width: 100%;
    margin-bottom: 33px;
}
.slider-content-hm b {
    font-size: 14px;
}
.slider-content-hm span {
    font-size: 13px;
    margin-bottom: 6px;
}
.slider-content-hm a {
    padding: 2px 12px;
    margin-top: 13px;
    border-radius: 6px;
    font-size: 12px;
}
.slider-content-hm {
    top: 50%;
    left: 10%;
    transform: translate(4%, -74%);
    width: 88%;
}
.home-slider .carousel-item img {
    height: auto;
    object-fit: cover;
}
.home-slider .carousel-indicators {
    bottom: 64px;
}
.home-slider .carousel-indicators [data-bs-target] {
    width: 11px;
    height: 11px;
}
.home-slider .carousel-control-next, .home-slider .carousel-control-prev {
    display: none;
}
.hm-ab-card {
    margin-bottom: 0;
}
section.mix-section .col-md-4 {
    margin-bottom: 32px;
}
section.mix-section {
    padding: 50px 0 0 0;
}
footer.main-footer {
    padding: 18px 0 20px 0;
}
.head-bx-foot {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    margin-top: 28px;
}
.q-link ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.q-link ul li {
    width: 50%;
}
.foot-gallery ul li img {
    width: 101px;
    height: 102px;
}
.copy-right span {
    color: white;
    font-size: 15px;
    text-align: center;
    margin-bottom: 17px;
}
.social-icon-foot ul {
    justify-content: center;
}
.tp-left ul li a:hover, .tp-left ul li a:focus {
    color: #ffffff !important;
}

div#main-slider {
    height: 263px;
}
.content-part p img {
    width: 100%;
    height: auto;
}
div#inline {
    max-width: 85%;
}










}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
.tp-card h5 {
    font-size: 13px;
}
.tp-card img {
    width: 32px;
    margin-right: 15px;
}
.tp-card p {
    display: none;
}
.tp-card {
    align-items: center;
}
.sc-logo img {
    width: 108px;
    height: 66px;
    object-fit: contain;
}
.main-menu {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.head-mixed span {
    font-size: 15px;
}
.nw-img-dv img, .nw-img-dv {
    height: 66px;
}
.foot-gallery ul li img {
    width: 50px;
    height: 58px;
}
div#inline {
    max-width: 85%;
}













}
small.req {
    color: red;
}
@media (min-width: 992px) {
    body{
        zoom: 70%;
    }
}
@media (min-width: 1200px) {
    body{
        zoom: 80%;
    }
}
@media (min-width: 1400px) {
    body{
        zoom: 100%;
    }
}