﻿@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap);

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}


a {
    text-decoration: none;
    cursor: pointer !important;
}

a,
p,
span {
    font-family: Poppins, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Source Sans Pro", sans-serif;
}

#loadingDiv {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    background: url('../images/loader.gif') center no-repeat #fff;
    width: 100%;
    height: 100%
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-100 {
    margin-top: -100px;
}

h6.title {
    padding: 10px 30px;
    display: inline-block;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 15px;
    background-color: hsl(232deg 94% 79% / 10%);
    color: #161c5b;
}

h2.sub_title {
    font-size: 45px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1d5d;
}

.top-header {
    background: #2e1c65;
    padding: 6px 0 8px;
}

.top_hea_soc {
    padding-top: 3px;
}

.top-header ul {
    margin-bottom: 0;
    padding-left: 0;
}

.admission h5 {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    animation: blinking 1.5s infinite;
}

@keyframes blinking {
    0% {
        background-image: linear-gradient(124deg, #151c5a 0, #812cc3);
    }

    100% {
        background-image: linear-gradient(124deg, #812cc3 0, #151c5a);
    }
}

.top_hea_soc > li {
    padding: 0 2px !important;
}

    .top_hea_soc > li > a > svg {
        color: #fff;
        border: 1px solid #fff;
        border-radius: 50%;
        width: 26px !important;
        height: 26px;
        padding: 5px;
        transition: 0.3s all ease-in;
    }

        .top_hea_soc > li > a > svg:hover {
            color: #ffb371;
            border-color: #ffb371;
        }

.cursor-p {
    letter-spacing: 0.5px;
    cursor: pointer !important;
    font-size: 19px;
    font-weight: 600;
    color: #121d5a;
    transition: 0.3s all ease-in;
}

    .cursor-p:hover {
        color: #ffb371;
    }

.top-header ul li {
    list-style: none;
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    font-size: 15px;
    letter-spacing: 0.5px;
}

    .top-header ul li:first-child {
        border-left: 0;
        padding-left: 0;
    }

    .top-header ul li a {
        color: #fff;
    }

.icon-bg {
    color: #fff;
}

    .icon-bg:hover {
        color: #fff;
    }

.logo-area {
    padding: 20px 0;
    background: #fff;
}

.icon-cont {
    padding: 0 15px;
    font-size: 30px;
    margin-top: 0;
}

.call-cont {
    margin-right: 45px;
}

.enquery-cont {
    margin-right: 45px;
}

.h-icon {
    background: linear-gradient(124deg, #151c5a 0, #4c1c71 51%, #4c1c71);
    color: #fff;
    padding: 8px;
    border-radius: 50%;
    width: 30px !important;
    height: 30px;
}

.h-icon01 {
    background: linear-gradient(124deg, #151c5a 0, #4c1c71 51%, #4c1c71);
    color: #fff;
    width: 30px;
    padding: 8px;
    border-radius: 50%;
    height: 30px;
}

.logo-cont {
    align-items: center;
}

.h-text {
    color: rgb(26 29 93 / 60%);
    font-weight: 400;
}

.apply-btn {
    margin-left: 0px !important;
    margin-top: 10px;
}

    .apply-btn > a > img {
        border: 1px solid white;
        margin-right: 8px;
        border-radius: 50%;
    }

a.nav-link {
    white-space: nowrap;
}

.apply-btn a {
    font-size: 12.5px;
    color: #fff;
    background: linear-gradient(124deg, #220e31 0, #4c1c71 51%, #4c1c71);
    background-size: 200% auto;
    display: inline-block;
    width: 145px;
    height: 45px;
    line-height: 45px;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 30px;
    position: relative;
    transition: 0.3s all ease-in;
    letter-spacing: 0.2px;
}

    .apply-btn a i {
        position: absolute;
        font-size: 20px;
        left: -40px;
        top: 0;
        padding: 10px;
        width: 40px;
        height: 100%;
        border-radius: 5px 0 0 5px;
        background-color: #00a76a;
    }

    .apply-btn a:hover {
        background: linear-gradient(-124deg, #151c5a 0, #4c1c71 51%, #4c1c71);
        color: #fff;
    }

.apply-btn-r a {
    font-size: 13px;
    color: #fff;
    background: linear-gradient(90deg, #11b67a 0, #009444 100%);
    display: inline-block;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 5px 5px 5px 5px;
    position: relative;
}

    .apply-btn-r a i {
        position: absolute;
        font-size: 20px;
        left: -40px;
        top: 0;
        padding: 10px;
        width: 40px;
        height: 100%;
        border-radius: 5px 0 0 5px;
        background-color: #00a76a;
    }

    .apply-btn-r a:hover {
        background: linear-gradient(90deg, #009444 0, #11b67a 100%);
        color: #fff;
    }

.mb-view {
    display: none;
}

.mb-logo {
    display: none;
}

.logo-area {
    padding: 20px 0;
    background: #effbff;
}

.enquery-cont {
    margin-right: 45px;
}

.apply-btn a svg {
    position: absolute;
    font-size: 20px;
    left: -40px;
    top: 0;
    padding: 10px;
    width: 40px !important;
    height: 100%;
    border-radius: 5px 0 0 5px;
    background-color: #111c58;
}

.apply-btn {
    margin-left: 40px;
    margin-top: 0;
}

.MobileMenubar {
    display: none;
}

.menu-fluid {
    background-color: #2e1c65;
    background-size: cover;
    padding: 0;
    background-position: left center;
    border-bottom: 1px solid #ffffff1a;
    box-shadow: inset 0 -1px 0 #33333340;
}

.navbar {
    padding: 6px 0 6px;
}

.Navbartoggle {
    font-size: 20px;
    color: #fff;
    font-size: 15px;
}




#main-menu > ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 5px;
}

    #main-menu > ul > li > a {
        color: #fff;
        font-size: 15px;
        padding: 12px;
        white-space: nowrap;
        letter-spacing: 0.5px;
    }

    #main-menu > ul > li ul > li:hover > a,
    #main-menu > ul > li:hover > a {
        color: #ffb371;
    }

    #main-menu > ul > li ul::before {
        content: "";
        position: absolute;
        left: 0;
        background: 0 0;
        top: -15px;
        right: 0;
        width: 200px;
        height: 30px;
        transition: 0.3s all ease-in;
        bottom: -5px;
    }

    #main-menu > ul > li ul {
        background: 0 0;
        width: 200px;
        position: absolute;
        top: 70px;
        left: 0;
        opacity: 0;
        z-index: -2;
        visibility: hidden;
        text-align: start;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

#main-menu ul > li {
    position: relative;
    padding: 4px 0;
}

    #main-menu ul > li:hover > ul {
        visibility: visible;
        top: 40px;
        box-shadow: 0 1px 40px 0 rgb(0 0 0 / 6%);
        background-image: linear-gradient(70deg, #1a1558 30%, #3c1c6a 100%, #1a1558);
        display: block;
        z-index: 2;
        opacity: 1;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        border-radius: 0 0 4px 4px;
    }


    #main-menu ul > li > ul > li:hover > ul {
        left: 200px;
        top: 0;
    }

.affix {
    /*    position: fixed !important;*/
    width: 100%;
    z-index: 999;
    left: 0;
    top: 0;
    box-shadow: 2px 2px 3px #1717173b;
    animation-name: slideInDown !important;
    animation-duration: 1s;
}

#main-menu > ul > li ul > li > a {
    text-decoration: none;
    padding: 8px 0 8px 12px;
    color: #fff;
    border-bottom: 1px solid #ffffff17;
    letter-spacing: 0.5px;
    font-size: 15px;
    width: 100%;
    display: block;
}

#main-menu > ul > li ul > li:last-child > a {
    border-bottom: none;
}

#main-menu > ul > li ul {
    background: 0 0;
    width: 200px;
    position: absolute;
    top: 70px;
    left: 0;
    opacity: 0;
    z-index: -2;
    visibility: hidden;
    text-align: start;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}

.button {
    background-image: linear-gradient(90deg, #111c58 0, #5c2782 51%, #111c58);
    background-size: 200%;
    font-size: 15px;
    border-color: transparent;
    padding: 10px 30px;
    border-radius: 30px;
    display: inline-block;
    border-radius: 30px;
    font-weight: 500;
    text-align: center;
    transition: 0.3s all ease-in;
    letter-spacing: 0.5px;
    width: 150px;
}

.abt_div::before {
    content: "";
    position: absolute;
    background-image: url(../images/bg_2.png);
    z-index: -1;
    background-position: right;
    background-size: contain;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.abt_div p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: justify;
    letter-spacing: 0.5px;
    color: #7f7a7a;
}

.abt_div_img {
    width: 50vw;
    position: relative;
    float: right;
    margin: 60px 70px 60px 0;
}

    .abt_div_img > img {
        border-radius: 0 100px 100px 0;
        width: 100%;
    }

.fac_div {
    background: #f8f5ff;
}

    .fac_div::before {
        content: "";
        position: absolute;
        background-image: url(../images/bg_5.png);
        z-index: 0;
        background-position: left;
        background-size: contain;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
    }

.fac_div_wav::before {
    content: "";
    border-radius: 50%;
    position: absolute;
    transition: all 0.5s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background-color: hsla(0, 0%, 100%, 0.2);
    height: 250px;
    width: 250px;
}

.fac_div_wav::before {
    content: "";
    border-radius: 50%;
    position: absolute;
    transition: all 0.5s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background-color: hsla(0, 0%, 100%, 0.2);
    height: 250px;
    width: 250px;
}

h4.fac_cnt_tit {
    color: #262626;
    font-weight: 700;
    margin-bottom: 15px;
}

.fac_div_icn {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    background-color: #f5f5f5;
    align-items: center;
    text-align: center;
}

    .fac_div_icn::before {
        content: "";
        position: absolute;
        height: 100px;
        width: 100px;
        left: -13px;
        top: -15px;
        background-image: url(../images/fac_icon.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .fac_div_icn > svg {
        margin-left: 15px;
        width: 50px !important;
        object-fit: contain;
        font-size: 34px;
        color: #49397a;
    }

.fac_active .fac_div_icn > svg {
    color: #fff;
}

.fac_div_wav {
    border-radius: 50%;
    position: absolute;
    transition: all 0.5s;
    right: -150px;
    bottom: -150px;
    height: 350px;
    width: 350px;
    background-color: hsla(0, 0%, 100%, 0.2);
    right: -100%;
    bottom: -100%;
    z-index: -1;
}

    .fac_div_wav::after {
        content: "";
        border-radius: 50%;
        position: absolute;
        transition: all 0.5s;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        background-color: #171d5b;
        height: 150px;
        width: 150px;
    }

.fac_cnt {
    position: relative;
    box-shadow: 0 0 10px 4px rgb(31 66 135 / 10%);
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    transition: all 0.5s;
    overflow: hidden;
    z-index: 9;
    cursor: pointer;
}

.fac_cnt_div p {
    line-height: 28px;
    color: #636363;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.fac_cnt_div > h4 {
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.fac_active {
    background-image: linear-gradient(90deg, #111c58 0, #5c2782 51%, #111c58);
}

    .fac_active .fac_div_icn {
        background-color: rgb(255 255 255 / 11%);
    }

    .fac_active .fac_cnt_div p,
    .fac_active .fac_cnt_div > h4 {
        color: #fff;
    }

    .fac_active .fac_div_wav::before {
        top: -11%;
        left: -28%;
        box-shadow: -20px -20px 0 20px rgb(255 255 255 / 10%);
    }

    .fac_active .fac_div_wav::after {
        top: -11%;
        left: -25%;
    }

.fac_div_icn::before {
    content: "";
    position: absolute;
    height: 100px;
    width: 100px;
    left: -13px;
    top: -15px;
    filter: contrast(0.5);
    background-image: url(../images/fac_icon.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.men_div::before {
    content: "";
    position: absolute;
    background-image: url(../images/bg_7.png);
    z-index: -1;
    background-size: contain;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.men_div::after {
    content: "";
    position: absolute;
    background-image: url(../images/bg_5.png);
    z-index: -1;
    background-position: left;
    filter: hue-rotate(270deg);
    bottom: 0;
    background-size: contain;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    opacity: 0.3;
}

.men_div_cnt_img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 30px;
}

.men_div_cnt_par {
    width: calc(100% - 40%);
}

    .men_div_cnt_par p {
        line-height: 28px;
        color: #636363;
        text-align: left;
        font-size: 16px;
        letter-spacing: 0.5px;
    }

    .men_div_cnt_par strong::before {
        content: "";
        position: absolute;
        left: 0;
        top: 15px;
        width: 30px;
        height: 2px;
        background-color: #111942;
    }

    .men_div_cnt_par strong {
        font-size: 20px;
        font-weight: 600;
        padding-left: 40px;
        position: relative;
    }

.men_div .carousel-indicators {
    bottom: -30px;
    position: relative;
}

.men_div .carousel-indicators {
}


.carousel-indicators [data-bs-target] {
    background-color: #2e1c65;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: none;
}

.closebtn {
    display: none;
}

.gal_div {
    background: #f8f5ff;
}

.gal_div_cnt {
    background-size: cover;
    height: 280px;
    margin: 10px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 0px;
    border: 2px solid #fff;
    box-shadow: 0 0 10px 4px rgb(31 66 135 / 10%);
}

    .gal_div_cnt::before {
        content: '';
        position: absolute;
        top: 4px;
        left: 5px;
        transform: rotateZ( 45deg);
        width: 10px;
        border-radius: 50%;
        height: 10px;
        box-shadow: 4px 1px 1px #201f1f38;
        background: #fff;
    }

    .gal_div_cnt::after {
        content: '';
        position: absolute;
        top: 4px;
        right: 5px;
        transform: rotateZ( 45deg);
        width: 10px;
        border-radius: 50%;
        height: 10px;
        box-shadow: 4px 1px 1px #201f1f38;
        background: #fff;
    }

.gal_div::before {
    content: "";
    position: absolute;
    background-image: url(../images/bg_1.png);
    z-index: 0;
    background-size: contain;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

footer.foo_div {
    position: relative;
    height: auto !important;
    width: 100%;
    background-image: url(../images/bg11.png), linear-gradient(90deg, #111c58 0, #5c2782 51%, #111c58);
    background-size: cover, 200%;
}

span.foo_icn_lnk > svg {
    margin-right: 8px;
    font-size: 10px;
}

.ml-40 {
    margin-left: 40px;
}

.foo_div_tit {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;
    margin: 0 0 30px;
    position: relative;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 28px;
    position: relative;
}

    .foo_div_tit::before {
        content: "";
        position: absolute;
        width: 15px;
        bottom: 0;
        left: 0;
        height: 4px;
        border-radius: 20px;
        background-color: #fff;
    }

    .foo_div_tit::after {
        content: "";
        position: absolute;
        width: 45px;
        left: 20px;
        bottom: 0;
        height: 4px;
        border-radius: 20px;
        background-color: #fff;
    }

.foo_ico {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    padding: 4px 10px;
}

.foo_div_cnt ul > li > a,
.foo_div_cnt ul > li > span {
    position: relative;
    color: #fff;
    padding: 0 0 10px;
    display: block;
    font-size: 15px;
    letter-spacing: 0.5px;
    transition: all 0.5s;
}

    .foo_div_cnt ul > li > a:hover {
        color: #ffb371;
    }

.foo_div_cnt ul > li {
    display: flex;
}

.copyright {
    background: #111942;
    font-size: 15px;
    padding: 10px 0;
}

    .copyright a {
        font-weight: 600;
        color: #ffd75f;
        font-family: "Source Sans Pro";
        font-size: 18px;
        letter-spacing: 0.5px;
    }

.inp_fld > span,
.inp_txt_area > span {
    border-right: 1px solid #1a1d5d30;
    padding: 0 10px 0 16px;
    width: 45px;
}

button:focus,
input:focus,
input:focus-visible,
input:focus-within,
select:focus,
textarea:focus {
    outline: 0 !important;
    box-shadow: none !important;
    border: none !important;
}

.feed_div::before {
    content: "";
    position: absolute;
    background-image: url(../images/bg_2.png), url(../images/bg_6.png);
    z-index: -1;
    background-size: contain;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.feed_div_cnt a {
    margin-left: 12px;
}

.inp_fld {
    box-shadow: 0 0 10px 4px rgb(31 66 135 / 10%);
    height: 45px;
    border-radius: 50px;
    background: #fff;
    margin: 0 0 20px;
}

.inp_txt_area {
    box-shadow: 0 0 10px 4px rgb(31 66 135 / 10%);
    height: 170px;
    border-radius: 30px;
    background: #fff;
    margin: 0 0 20px;
    position: relative;
}

    .inp_fld > span > svg,
    .inp_txt_area > span > svg {
        color: #1a1d5d;
    }

    .inp_fld input::placeholder,
    .inp_txt_area textarea::placeholder {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.5px;
        color: rgb(26 29 93 / 40%);
    }

    .inp_fld > span,
    .inp_txt_area > span {
        border-right: 1px solid #1a1d5d;
        padding: 0 10px 0 16px;
        z-index: 1;
    }

.inp_fld input {
    padding: 10px 20px 10px 15px;
    border: none;
    width: calc(100% - 60px);
}

.inp_fld select {
    padding: 10px 20px 10px 15px;
    border: none;
    width: calc(100% - 60px);
}

.inp_txt_area > span {
    position: absolute;
    top: 15px;
}

.inp_txt_area textarea {
    padding: 10px 40px 10px 0;
    border: none;
    height: 100%;
    width: calc(100% - 90px);
    margin-left: 60px;
}

.feed_img {
    margin-top: 190px;
}

.inner_div_sub_men > ul > li a {
    background-color: #fff;
    display: block;
    border-radius: 4px;
    padding: 15px 25px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 5px 12px 20px 0 rgb(0 0 0 / 5%);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    background-size: 200%;
}

    .inner_div_sub_men > ul > li a.active {
        background: linear-gradient( 90deg,#111c58 0,#5c2782 51%,#111c58);
        color: #fff;
    }

.inner_div_sub_men > ul > li:hover > a {
    color: #fff;
    background: linear-gradient(90deg, #111c58 0, #5c2782 51%, #111c58);
}

.bc_div {
    position: absolute;
    z-index: 0;
    top: 100px;
    width: 100%;
}

    .bc_div ul {
        background-image: linear-gradient(90deg, #ef146e 0, #fea958 51%, #ef146e);
        background-size: 200%;
        padding: 8px 50px;
        width: max-content;
        border-radius: 30px;
        margin: 0 auto;
    }

        .bc_div ul svg {
            color: #fff;
            font-size: 10px;
            margin: 0 10px;
        }

    .bc_div h1 {
        margin-bottom: 20px;
        font-size: 60px;
        font-weight: 700;
        line-height: 75px;
        letter-spacing: 0.5px;
    }

.inner_div_cnt {
    line-height: 28px;
    color: #535353;
    letter-spacing: 0.5px;
}

.inner_div::before {
    content: "";
    position: absolute;
    background-image: url(../images/bg_7.png);
    z-index: -1;
    background-size: contain;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

#inner_sli_div {
    overflow: hidden;
    z-index: 0;
    height: 360px;
}

.inner_slider_image {
    height: 360px;
    background-size: cover;
    background-repeat: no-repeat;
}

#inner_sli_div::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    background: #2e1c6591;
}

.inner_slid_div {
    overflow: hidden;
}

.tc_div_inp {
    width: calc(100% - 58%);
    margin: 0 20px 20px 0;
}

    .tc_div_inp > label {
        font-weight: 700;
        color: #151c5a;
    }

        .tc_div_inp > label > span {
            color: #dc3545;
        }

#back-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 9999;
}

    #back-top > img {
        width: 45px;
    }

table.table_sly tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border: 1px solid #313131;
    padding: 10px 30px;
}

.table_sly th {
    color: #482477;
    font-weight: 700;
}

table.table_sly td {
    font-size: 16px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
    color: #000;
}

table.table_sly a {
    color: #2e1c65;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    letter-spacing: 0.5px;
}

div#ModelSlider,
div#modal_div {
    background: url(../Images/overlay.png);
    background-color: #151515a8;
}

.modal-body .Model_header {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: #2e1c65;
    text-align: center;
    padding: 0 0 10px;
    letter-spacing: 0.5px;
}

.modal-body {
    padding: 0;
    box-shadow: 1px 1px 1px 11px #000;
    border-radius: 1px;
    border: 8px solid #2e1c65;
}

.close_btn {
    background: 0 0;
    box-shadow: none;
    border: none;
    font-size: 26px;
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 20px;
    transition: 0.3s all ease-in;
}

#tblPop td a {
    color: #2e1c65;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.5px;
}

#tblPop th {
    background: #2e1c65;
    color: #fff;
}

.news_div {
    background: #2e1c65;
}

    .news_div marquee {
        margin-top: 12px;
    }

        .news_div marquee > a.active {
            font-weight: 600;
            font-size: 18px;
            -webkit-animation: blinker 1s infinite alternate;
        }


@keyframes blinker {
    0% {
        color: #35e7e7;
    }

    100% {
        color: #ffe81b;
    }
}

.news_div marquee > a {
    color: #fff;
    font-size: 15px;
    margin-right: 30px;
    letter-spacing: 0.5px;
    transition: 0.3s all ease-in;
}

    .news_div marquee > a:hover {
        color: #ffb371;
    }

    .news_div marquee > a > svg {
        font-size: 18px;
        margin-right: 8px;
    }

.gallery-album {
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    border-radius: 15px;
    box-shadow: -3px 4px 15px 0 #33333363;
    width: 250px;
    height: 220px;
    margin: 0 10px 20px;
}

    .gallery-album:before {
        content: "";
        width: 33px;
        height: 20px;
        position: absolute;
        top: -60px;
        right: 30px;
        background: url(../images/gallery-eye.png);
        cursor: pointer;
        transition: cubic-bezier(0.22, 0.61, 0.36, 1) all 0.4s;
        -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) all 0.4s;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        z-index: 3;
    }

    .gallery-album:hover:before {
        top: 30px;
    }

    .gallery-album:hover a.img-0 {
        filter: grayscale(0);
    }

    .gallery-album a.img-0 {
        display: block !important;
        position: relative;
        width: auto;
        height: 230px;
        background-size: cover;
        background-repeat: no-repeat;
        filter: grayscale(1);
        transition: 0.3s all ease-in;
    }

    .gallery-album .title-gallery {
        position: absolute;
        text-align: right;
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        right: 30px;
        bottom: -100px;
        transition: cubic-bezier(0.22, 0.61, 0.36, 1) all 0.6s;
        -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) all 0.6s;
    }

    .gallery-album:hover .title-gallery {
        bottom: 28px;
    }

    .gallery-album a:after {
        content: "";
        width: 100%;
        position: absolute;
        background: linear-gradient(45deg, #2b005a, #191d5c);
        opacity: 0.9;
        top: 0;
        right: 0;
        bottom: 0;
        left: 150%;
        transform: skew(-33deg);
        -webkit-transform: skew(-33deg);
        transition: cubic-bezier(0.22, 0.61, 0.36, 1) all 0.6s;
        -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) all 0.6s;
    }

    .gallery-album:hover a:after {
        left: 25%;
    }

.map_div iframe {
    width: 100%;
    height: 300px;
    margin-bottom: -12px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 10px 4px rgb(31 66 135 / 10%);
    border: 2px solid #fff;
}

.map_div::before {
    content: "";
    position: absolute;
    background-image: url("");
    z-index: -1;
    background-size: contain;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

ol.timeline-TweetList {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 400px;
    margin-bottom: 5px;
}

.soc_div .yt iframe {
    display: inline-block;
    position: relative;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(31 66 135 / 30%);
    overflow: hidden;
}

.soc_div .yt {
    margin: auto;
}

.soc_div iframe {
    display: inline-block;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(31 66 135 / 30%);
    overflow: hidden;
}

.soc_div .widthresize iframe {
    width: 75%;
}

._1p6f _1p6g img {
    width: 100% !important;
}
/*.soc_div {
    background-color: #f8f5ff;
}*/
.soc_div iframe {
    /*width: 100% !important;*/
    height: 500px !important;
}

.soc_div::before {
    content: "";
    position: absolute;
    background-image: url(../images/bg_5.png);
    z-index: -1;
    background-size: contain;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.facebook {
    z-index: 1;
}

.par_fee_div::before {
    content: "";
    position: absolute;
    background-image: url(../images/bg_7.png), url(../images/bg_6.png);
    z-index: -1;
    background-size: contain;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}


.nav_div_1 {
    display: flex;
    align-items: center;
}

    .nav_div_1 svg {
        color: #fff;
    }

/* menu navbar 1  icon */
.toggle-menu {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: relative;
    top: 0px;
    float: right;
    z-index: 1000;
}

    .toggle-menu i {
        position: absolute;
        display: block;
        height: 2px;
        background: #fff;
        width: 30px;
        left: 0px;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

        .toggle-menu i:nth-child(1) {
            top: 16px;
        }

        .toggle-menu i:nth-child(2) {
            top: 24px;
        }

        .toggle-menu i:nth-child(3) {
            top: 32px;
        }

    .toggle-menu.active i:nth-child(1) {
        top: 25px;
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
    }

    .toggle-menu.active i:nth-child(2) {
        background: transparent;
    }

    .toggle-menu.active i:nth-child(3) {
        top: 25px;
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
    }

.open {
    right: 0px;
    transition: right linear .2s;
}

/* navbar close icon */

#main-menu1 {
    background: 0 0;
    width: 200px;
    position: absolute;
    top: 70px;
    opacity: 0;
    z-index: -2;
    visibility: hidden;
    text-align: start;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}

    #main-menu1 li > a {
        text-decoration: none;
        padding: 8px 0 8px 12px;
        color: #fff;
        border-bottom: 1px solid #ffffff17;
        letter-spacing: 0.5px;
        font-size: 15px;
        width: 100%;
        display: block;
    }


    #main-menu1.open {
        visibility: visible;
        top: 50px;
        left: -170px;
        box-shadow: 0 1px 40px 0 rgb(0 0 0 / 6%);
        background-image: linear-gradient( 70deg, #1a1558 30%, #3c1c6a 100%, #1a1558);
        display: block;
        z-index: 2;
        opacity: 1;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        border-radius: 0 0 4px 4px;
    }


    #main-menu1 > li ul {
        background: 0 0;
        width: 200px;
        position: absolute;
        top: 70px;
        left: 0;
        opacity: 0;
        z-index: -2;
        visibility: hidden;
        text-align: start;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    #main-menu1 > li {
        position: relative;
    }

        #main-menu1 > li:hover > ul {
            visibility: visible;
            top: 0px;
            left: -200px;
            box-shadow: 0 1px 40px 0 rgb(0 0 0 / 6%);
            background-image: linear-gradient( 70deg, #1a1558 30%, #3c1c6a 100%, #1a1558);
            display: block;
            z-index: 2;
            opacity: 1;
            transition: opacity 0.35s, transform 0.35s;
            -webkit-transform: translateY(0);
            transform: translateY(0);
            border-radius: 0 0 4px 4px;
        }

        #main-menu1 > li ul > li > a {
            text-decoration: none;
            padding: 8px 0 8px 12px;
            color: #fff;
            border-bottom: 1px solid #ffffff17;
            letter-spacing: 0.5px;
            font-size: 15px;
            width: 100%;
            display: block;
        }

/* slide in down */
@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

select {
    background: #fff;
}

.inp_fld label > span {
    font-weight: 500;
    position: absolute;
    left: calc(100% - 94.5%);
    background: #fff;
    top: 0;
    width: 90%;
    padding: 10px 10px 10px 15px;
    color: rgb(26 29 93 / 38%);
    font-size: 15px;
}

@media only screen and (max-width:426px) {
    .schldetails img {
        width: 27% !important;
    }
    ._2l7q img {
        margin: 0px !important;
    }

    .soc_div iframe {
        width: 100% !important;
    }

    .enquery-cont .heading p {
        display: block !important;
        color: white;
    }

    .enquery-cont a {
        font-size: 12.5px;
        color: #fff;
        background: linear-gradient(124deg, #220e31 0, #4c1c71 51%, #4c1c71);
        background-size: 200% auto;
        display: inline-block;
        width: 145px;
        height: 45px;
        line-height: 45px;
        white-space: nowrap;
        text-align: center;
        text-transform: uppercase;
        font-weight: 500;
        border-radius: 30px;
        transition: 0.3s all ease-in;
        letter-spacing: 0.2px;
        padding-left: 10px;
    }

    .enquery-cont .mail {
        display: none !important;
    }
}

.vis_cou_div span {
    color: white;
}

.logo_img img {
    width: 100px;
}

.abt_div_cnt p {
    text-align: justify;
    padding-right: 10px;
}


.logo_text img {
    width: 250px;
    margin-left: 10px;
}

.new_div_cnt {
    margin-top: 56px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ededed;
    box-shadow: 0px 0px 16px #7471711c;
}

    .new_div_cnt h2 {
        background-color: #fff;
        padding: 15px 30px;
        margin-bottom: 0;
        border-bottom: 1px solid #3333;
    }

.tit_div {
    font-weight: 700;
    color: #113452;
    white-space: normal;
}

#evt_div_dyn, #new_div_dyn {
    padding: 15px 30px;
}

.new_div_cnt_mar marquee {
    margin-top: 10px;
    max-height: 360px;
    min-height: 360px;
}

#evt_div_dyn li, #new_div_dyn li {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 40px;
    text-decoration: none;
}

.dat_cnt {
    margin-right: 3px;
}

.dm_div {
    display: grid;
    padding-left: 30px;
    text-align: center;
}

#new_div_dyn li a {
    text-decoration: none;
}

#evt_div_dyn a, #new_div_dyn a {
    color: #0b2032;
    font-size: 17px;
    white-space: normal;
    width: calc(100% - 90px);
    letter-spacing: .5px;
}

@media screen and (max-width:992px) {

    .web_logo {
        justify-content: center;
    }
}

@media screen and (max-width:592px) {
   

    .logo_img img {
        width: 90px;
    }

    .logo_text img {
        width: 200px;
    }

    .logo_21 img {
        width: 90px;
    }

    .one_logo img {
        width: 85px;
        height: 90px;
    }
}

@media only screen and (max-width:991px) {
    .menu-fluid {
        background: none;
    }
}


.achviements_section {
    background: #f7f5f4;
    padding: 45px 0px;
}

.testimonial-item {
    text-align: center;
    padding: 20px;
}

.testimonial-image img {
    border-radius: 10px;
    margin-bottom: 10px;
}

.ach_haeding h2 {
    color: #5b2781;
    font-weight: 800;
    font-size: 60px;
    text-align: justify;
}

.testimonial-name h3 {
    color: #5b2781;
}

@media only screen and (max-width: 768px) {
   

    .ach_haeding h2 {
        color: #5b2781;
        font-weight: 800;
        font-size: 35px;
        text-align: left;
    }
}

.box-four {
    /* padding: 20px;*/
    border-radius: 5px;
    max-height: 475px;
    min-height: 475px;
    background: #fff;
    overflow: auto;
}

@media only screen and (max-width:1024px) {
    .secondiframe {
        display: block !important;
    }

    .firstiframe {
        display: none;
    }
}

.secondiframe {
    display: none;
}

.logo_text {
    padding: 0;
    margin: auto 0px;
}

.branchbox .schldetails {
    background: linear-gradient(90deg, #631A75 0%, #140472 100%);
    padding: 35px 15px 1px 15px;
}

.schldetails p {
    color: white !important;
    font-size: 30px;
    text-align: center;
}

.schldetails {
    position: relative !important;
}

    .schldetails img {
        position: absolute;
        top: -44px;
        left: 35%;
        background: linear-gradient(90deg, #631A75 0%, #140472 100%);
        border-radius: 47px;
        padding: 5px 3px 5px 3px;
    }

.branchbox .image img {
    border-top-left-radius: 42px;
    border-top-right-radius: 42px;
    max-height: 284px;
    object-fit: cover;
    min-height: 273px;
}
.menu-fluid{
    display:none !important;
}
.title {
    text-align: center !important;
   
}

.branches {
    padding: 40px 0px 45px 0px;
    background: linear-gradient(90deg, #631a7563 0%, #140472a6 100%), url(../images/gallery/branchbg.jpg);
}
    .branches h2 {
        padding-bottom: 25px;
        color: white !important;
        text-transform: uppercase;
        text-shadow: #ffffff73 1px 0 10px;
    }


.branchbox {
    box-shadow: rgb(255 255 255 / 28%) 0px 7px 29px 0px;
    border-top-left-radius: 42px;
    border-top-right-radius: 42px;
}

.foo_cnt_div h5 {
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 30px;
    background: #ffffff0f;
    margin: 10px 0;
    padding: 5px 10px;
    border-bottom: 1px solid #ffffff30;
    box-shadow: 4px 6px 1px #3333331f;
    font-weight: normal;
    word-wrap: break-word;
}
.foo_cnt_div h4 {
    color: white;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 30px;
    margin-top: 0;
    font-size: 20px;
    padding-left:5px;
}

.foo_cnt_div svg{
    margin-right:10px;
}
.aboutus h3 {
    font-family: Abril Fatface;
    font-size: 40px;
    font-weight: 600;
    line-height: 53.96px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  
}
.aboutus {
    background-image: linear-gradient(#ebe9ffb5, #ebe9ffe8), url(../images/gallery/bgscreen.png);
   
    /*background-color: #EBE9FF*/
}
    .aboutus input[type=button] {
        background: linear-gradient(95.91deg, #631A75 23.97%, #080F97 98.69%);
        color: white;
        padding: 8px 24px 9px 24px;
        border: none;
        border-radius: 3px;
        margin-bottom: 11px;
    }
h1, h2, h3, h4, h5, h6 {
    font-family: Abril Fatface !important;
}

@media only screen and (min-width:1024px)
{
    .aboutus {
        padding: 35px 0px;
    }
}

@media only screen and (min-width:768px) {
    .schldetails img {
        width: 15%;
        top: -44px !important;
        left: 45% !important;
    }
}
.schldetails .address {
    font-size: 16px !important;
}

.schldetails input {
    background: linear-gradient(90deg, #ab60bd 0%, #413976 100%);
    border: 1px solid white;
    color: white;
    padding: 8px 18px;
    border-radius: 3px;
}

@media only screen and (min-width:425px) and (max-width:768px)
{
    .schldetails img {
        width: 20% !important;
    }
}
.top-header .svg-inline--fa{
    margin-right:10px !important
}