@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&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('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

* {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
    outline: none !important;
    list-style: none !important;
    text-decoration: none !important;
}

body {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    background-color: #fff;
    font-family: "Jost", sans-serif;
}

html {
    scroll-behavior: smooth;
}


p {
    font-family: "Roboto", sans-serif;
    color: #46494e;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Jost', sans-serif;
    color: #141b22;
    margin-top: 0px;
    font-style: normal;
    font-weight: 600;
    text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    font-weight: 600;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

img {
    max-width: 100%;
}

ul {
    padding: 0;
    margin: 0;
}

section {
    padding: 100px 0;
}

/* button style */

.btn {
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
    padding: 15px 30px;
    text-align: center;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    background: #2B4388;
    border: 1px solid #2B4388;
    overflow: hidden;
}

.btn i {
    margin-left: 10px;
    font-size: 18px;
}

.btn::before {
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 50%;
    content: "";
    background: #CDBA1B;
    top: -60PX;
    left: 10px;
    z-index: -1;
    transition: all 0.3s ease 0s;
}

.btn:hover::before {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 4px;
    content: "";
    background: #CDBA1B;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}

.btn:hover {
    background-color: #CDBA1B;
    color: #000;
}



/*********/

.section-title h2 {
    font-size: 50px;
    padding-bottom: 0;
    margin-bottom: 0px !important;
    position: relative;
}

.section-title h5 {
    color: #2B4388;
    font-size: 18px;
    margin-bottom: 10px;
}

/*********/


.header-area {
    width: 100%;
    display: inline-block;
}

.header-top {
    width: 100%;
    display: inline-block;
    padding: 20px 0;
}

.header-tel {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}

.center-head {
    width: 100%;
    display: inline-block;
}

.center-head h3 {
    font-size: 24px;
    font-weight: 500;
    color: #333;
}

.center-head h5 {
    font-size: 42px;
    font-weight: 600;
    color: #174891;
    text-shadow: 3px 3px 4px #CDBA1B;
}

.center-head span {
    color: #174891;
    font-size: 16px;
    font-weight: 500;
}

.center-head p {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    font-family: "Cormorant Garamond", serif;
    color: #000;
}

.header-tel a {
    display: block;
    color: #141b22;
    font-weight: 500;
    margin-bottom: 3px;
    font-size: 17px;
}

.header-tel a svg {
    color: #2B4388;
    margin-right: 10px;
}


.header-logo {
    width: 100%;
    display: inline-block;
}

.header-logo a {
    display: block;
    color: #23376D;
    font-weight: 500;
    font-size: 14px;
}

.header-logo img {
    width: 100%;
    max-width: 100px;
}

.header-btn {
    width: 100%;
    display: inline-block;
}


.mobile-logo {
    display: none !important;
}

.header-bottom {
    width: 100%;
    display: inline-block;
}

.header-menu {
    width: 100%;
    display: inline-block;
    padding: 16px 0;
    border-top: 1px solid #c6c6c6;
}

.header-menu nav ul {
    padding: 0;
    margin: 0;
}

.header-menu ul li {
    display: inline-block;
    margin-right: 25px;
    position: relative;
}

.header-menu ul li:last-child {
    margin-right: 0;
}

.header-menu ul li a {
    color: #141b22;
    font-weight: 500;
    font-size: 18px;
    padding: 16px 0;
    position: relative;
}

.header-menu ul li a:hover {
    color: #2B4388;
}

.header-menu ul li a svg {
    font-size: 14px;
    margin-left: 6px;
}

.header-menu .has-sub>ul {
    visibility: hidden;
    position: absolute;
    background-color: #ffff;
    min-width: 280px;
    z-index: 11;
    transition: all 0.3s ease-in-out;
    margin-top: 31px;
    border-top: 4px solid #2B4388;
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    opacity: 0;
}

.header-menu .has-sub:hover>ul {
    visibility: visible;
    margin-top: 16px;
    opacity: 1;

}

.header-menu .has-sub li {
    margin-right: 0 !important;
    float: left;
    border-bottom: 1px solid #ddd;
    width: 100%;
    text-align: left;
}

.header-menu .has-sub li a {
    padding: 12px;
    color: #4a4a4a;
    display: block;
}




/***** swiper css ****/

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/****/

.banner-main {
    width: 100%;
    display: inline-block;
    vertical-align: bottom;
    padding: 0;
    transition: all 0.4s ease;
}

.home-1,
.home-2,
.home-3,
.home-4,
.home-5,
.home-6,
.home-7,
.home-8,
.home-9,
.home-10,
.home-11{
    background-size: cover;
    width: 100%;
    height: 720px;
    background-position: center;
    position: relative;
}

.home-1 {
    background: url(../images/home-1.jpg  );
}

.home-2 {
    background: url(../images/home-2.jpg);
}

.home-3 {
    background: url(../images/home-3.jpg);
}

.home-4 {
    background: url(../images/home-4.jpg);
}

.home-5 {
    background: url(../images/home-5.jpg);
}

.home-6 {
    background: url(../images/home-6.jpg);
}

.home-7 {
    background: url(../images/home-7.jpg);
}

.home-8 {
    background: url(../images/home-8.jpg);
}

.home-9 {
    background: url(../images/home-9.jpg);
}

.home-3 {
    background: url(../images/home-3.jpg);
}


.home-10 {
    background: url(../images/home-10.jpg);
}



.home-11 {
    background: url(../images/home-11.jpg);
}



.home-1::before,
.home-2::before,
.home-3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #02123d;
    width: 100%;
    height: inherit;
    opacity: 0.3;
    z-index: -1;
}

.slider-content {
    width: 100%;
    display: inline-block;
    text-align: right;
    position: absolute;
    top: 50px;
    right: 50px;
}

.slider-content h5 {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-weight: 500;
    font-family: "Cormorant Garamond", serif;
}



/* .slider-content h5::after {
    content: "";
    height: 2px;
    width: 55px;
    position: relative;
    display: inline-block;
    background: #2B4388;
    top: -5px;
    left: 15px;
} */

.slider-content h2 {
    font-size: 52px;
    letter-spacing: 1.0px;
    line-height: 62px;
    margin-bottom: 15px;
    color: #fff;
    text-transform: capitalize;
}

.slider-content a.btn {
    padding: 18px 40px;
    font-size: 18px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 32px;
    height: 32px;
    background-color: aliceblue;
    padding: 27px;
    border-radius: 50%;
    color: #2B4388;
    visibility: hidden;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #2B4388;
    color: #fff;
}

.banner-main:hover .swiper-button-next,
.banner-main:hover .swiper-button-prev {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
    font-weight: 900;
}


.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 35px);
    left: auto;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 35px);
    right: auto;
}


/**********/

.about-main {
    width: 100%;
    display: inline-block;
    background: #f0f7ff;
    position: relative;
}

.approvals-main .animations-02{
    z-index:-1;
}

.animations-02 {
    position: absolute;
    right: 0;
    bottom: -10px;
    animation: alltuchtopdown 5s infinite;
    -webkit-animation: alltuchtopdown 5s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 3s;
}


@keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@-webkit-keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}



.about-img {
    width: 100%;
}

.about-img img {
    width: 100%;
    border-radius: 20px;
    border: 4px solid rgba(43, 67, 136, 0.1);
}

.about-content {
    width: 100%;
    display: inline-block;
    padding-left: 50px;
}


.about-content .about-title h2 {
    font-size: 39px;
    padding-bottom: 10px;
}

.about-content2 {
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 0px;
    color: #777;
    padding-left: 50px;
}

.about-content2 .abcontent {
    display: flex;
}

.about-content2 .ano {
    font-size: 20px;
    width: 100%;
    max-width: 50px;
    height: 50px;
    background: #2B4388;
    text-align: center;
    margin-right: 15px;
    color: #fff;
    display: block;
    border-radius: 50%;
    font-weight: 500;
    line-height: 50px;
    font-family: 'Jost', sans-serif;
}

.about-content2 .text {
    padding-top: 5px;
}

.about-content2 .text h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.about-content2 a.btn {
    padding: 18px 30px;
    display: flex;
    align-items: center;
    width: max-content;
}

.btn svg {
    margin-left: 6px;
}


.about-line {
    width: 100%;
    padding: 0;
    overflow: hidden;
    background-color: #23376D;
}

.liner {
    align-items: center;
    animation: slide-left 20s linear infinite;
    width: 100%;
    display: flex;
}



.liner h3 {
    white-space: nowrap;
    margin-right: 30px;
    padding-left: 30px;
    color: #fff;
    font-size: 55px;
    font-weight: 600;
    text-align: center;
    line-height: 90px;
    margin-bottom: 0;
    position: relative;
}


.liner h3::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 4px;
    height: 85%;
    background: #fff;
}


@keyframes slide-left {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}




/*****************/


.full-form {
    width: 100%;
    padding: 40px 0;
    background-color: #f0f7ff;
}

.ewips-full {
    width: 100%;
    text-align: center;
}

.ewips-full ul li {
    display: inline-block;
    font-size: 30px;
    margin-right: 25px;
    transition: all 0.3s;
}

.ewips-full ul li:hover {
    letter-spacing: 2px;
}

.ewips-full ul li strong {
    font-size: 42px;
    color: #2B4388;
}


.ewips-full p {
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 22px;
    font-weight: 600;
    font-family: "Cormorant Garamond", serif;
}

/**********/

.steps-area {
    width: 100%;
    display: inline-block;
    background-color: #02123d;
    position: relative;
    padding: 0;
    overflow: hidden;
}

.animations-10 {
    position: absolute;
    left: 0;
    bottom: 110px;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.steps-area .section-title h2 {
    color: #fff;
}

.steps-area .section-title p {
    color: #96bece;
    font-size: 18px;
    margin-top: 15px;
}

.why-points {
    padding-right: 20px;
    margin-top: 35px;
}

.why-points li {
    margin-bottom: 15px;
}

.why-points li h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

.why-points li h3 svg {
    font-size: 16px;
    margin-right: 15px;
    color: #CDBA1B;
}


.step-img {
    margin-right: -302px;
    position: relative;
}

.step-img img {
    width: 100%;
}



.step-img a img {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 110px;
    height: 110px;

}

.step-img a h3 {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 700px;
    text-align: center;
    color: #edeff3;
    font-weight: 400;
    font-size: 26px;
}


/*************/

.courses-main {
    width: 100%;
    display: inline-block;

}

.courses-main .section-title {
    margin-bottom: 50px;
}


.courses-item {
    width: 100%;
    display: inline-block;
    position: relative;
    background: #f0f7ff;
    border-radius: 4px;
    transition: all 0.3s ease 0s;
    margin-bottom: 30px;
}

.courses-item:hover {
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
}

.courses-item:hover .courses-content {
    background: #fff;
}



.courses-item .thumb img {
    width: 100%;
    max-width: 100%;
    height: 300px;
    object-position: top;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.courses-item .thumb a {
    display: block;
    position: relative;
    overflow: hidden;
}


.courses-item:hover .thumb img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.courses-img-outer {
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.courses-content {
    padding: 30px;
    width: 100%;
    display: inline-block;
    position: relative;

}

.courses-content .cat {
    border-radius: 4px;
    background-color: #2B4388;
    position: absolute;
    top: -18px;
    right: 30px;
    color: #fff;
    padding: 5px 10px;
}

.courses-content .cat svg {
    margin-right: 5px;
}

.courses-item .icon {

    transition: all 0.5s ease-in-out;
}

.courses-item .icon svg {
    display: inherit;
    font-size: 36px;
    color: #2B4388;
    opacity: 0.1;
}

.courses-item:hover .icon {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.courses-item .icon {
    float: right;
    text-align: right;
    margin-top: -60px;
    margin-right: 30px;
}

.courses-content h4 {
    font-size: 26px;
    margin-bottom: 15px;
}

.courses-content .schedule span {
    display: block;
    line-height: 22px;
    color: #12265a;
}

.courses-content h3 {
    font-size: 24px;
}

.courses-item:hover .courses-content h3 a {
    color: #2B4388;
}

.courses-content span {
    display: block;
    margin-bottom: 6px;
}

.courses-content span strong {
    font-size: 18px;
    font-weight: 600;
}

.courses-content a {
    color: #141b22;
    font-family: 'Jost', sans-serif;
}

.courses-content a.btn {
    color: #fff;
    margin-top: 10px;
    letter-spacing: 0.5px;
}


/**************/


.facilities-main .section-title {
    margin-bottom: 50px;
}

.facilities {
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    background-color: #12265a;
    padding: 30px 15px;
    min-height: 178px;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.facilities::after {
    content: "";
    position: absolute;
    border-radius: 20px;
    top: 10px;
    left: 0;
    background-color: #CDBA1B;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.facilities img {
    width: 100%;
    max-width: 50px;
}

.facilities h3 {
    color: #fff;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}












/****************/

.footer-p {
    padding-top: 90px;
}

.footer-top {
    padding-bottom: 70px;
}



.footer-top-heiding .container {
    padding-bottom: 50px;
    border-bottom: 1px solid #ffffff2e;
}

.f-contact {
    display: flex;

}

.f-contact svg {
    font-size: 18px;
    background: #2B4388;
    padding: 20px 7px;
    color: #fff !important;
    text-align: center;
    border-radius: 50%;
    float: left;
}


.f-contact a {
    color: #b2c0d8 !important;
}

.f-contact a:hover {
    color: #fffc !important;
}

.footer-top-heiding .col-lg-4 {
    border-right: 2px solid #20282E;
}

.footer-top-heiding .col-lg-4:last-child {
    border-right: none;
}

.f-contact span {
    color: #b2c0d8;
}

.f-contact h3 {
    color: #fff;
    font-size: 24px;
}

.f-contact p {
    color: #b2c0d8;
    margin-bottom: 20px;
    padding-right: 30px;
}

.footer-top-heiding h2 {
    color: #fff;
}

.footer-bg {
    color: #777;
    background-position: center center !important;
    background-size: cover;
    background-repeat: no-repeat;
}

.f-cta-area.gray-bg {
    background: #f4f4fe;
    border-top: 3px solid #2B4388;
}

.footer-text p {
    color: #ddd;
    margin-bottom: 0;
}

.footer-social span {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    display: inline-block;
    margin-right: 20px;
}

.footer-social a {
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff47;
    text-align: center;
    line-height: 40px;
    color: #fff !important;
}

.footer-social a:hover {
    background: #2B4388;
    color: #fff !important;
}

.f-widget-title h2,
.footer-widget .widgettitle {
    font-size: 24px;
    margin-bottom: 5px;
    position: relative;
    padding-bottom: 30px;
    color: #fff;
}

/* .f-widget-title h2::before,
.footer-widget .widgettitle::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 22px;
    height: 1px;
    width: 70px;
    background: #2B4388;
} */

.f-widget-title img {
    width: 50%;
}

.footer-link {
    display: flex;
    gap: 70px;
}

.footer-link ul li i {
    color: #2B4388;
    margin-right: 5px;
}

.footer-link ul li a {
    color: #b2c0d8;
    display: inline-block;
}

.footer-link ul li a::before {
    content: "+";
    margin-right: 8px;
    color: #2B4388;
    font-size: 18px;
    display: none;
}

.footer-link ul li a:hover {
    color: #fff;
}

.footer-link ul li {
    margin-bottom: 10px;
}

.footer-link ul li:last-child {
    margin-bottom: 0;
}

.f-insta ul li {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 9px;
    width: 31.2% !important;
}

.f-insta ul li img {
    width: 100%;
}

.f-insta ul li:nth-child(3),
.f-insta ul li:nth-child(6) {
    margin-right: 0 !important;
}

.f-insta ul li a {
    display: block;
    position: relative;
}

.f-insta ul li a::before {
    content: "\e035";
    font-family: "dripicons-v2" !important;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #fff;
    transition: .3s;
    opacity: 0;
    z-index: 9;
}

.f-insta ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #2B4388;
    opacity: 0;
    transition: .3s;
}

.f-insta ul li:hover a::before {
    top: 50%;
    opacity: 1;
}

.f-insta ul li:hover a::after {
    opacity: .6;
}

.copyright-wrap {
    background: #2B4388;
    color: #fff;
    font-size: 15px;
}

.copyright-wrap .container {
    padding: 20px 0;
}

.copyright-wrap li {
    display: inline;
    padding-left: 15px;
    margin-left: 40px;
    position: relative;
}

.copyright-wrap li::before {
    background-color: #141b22;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    left: -4px;
    top: 5px;
    border-radius: 50px;
}

.copy-text img {
    width: 50%;
}

.copyright-wrap li a {
    color: #fff;
}

.f-contact .icon {
    float: left;
    margin-top: 7px;
    margin-right: 15px;
    width: 100%;
    max-width: 45px;
}

.f-contact li {
    display: flex;
    align-items: center;
    margin-bottom: 15px !important;
    width: 100%;
}

.f-contact li:last-child {
    margin-bottom: 0px !important;
}






.gallery-main {
    width: 100%;
    position: relative;
    display: inline-block;
    /* padding: 100px 0 0px 0; */
}

.gallery-main .section-title {
    margin-bottom: 50px;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.gallery-img {
    padding: 8px;
    background-color: #02123d;
}

.animations-08 {
    position: absolute;
    right: 50px;
    top: 250px;
    animation: alltuchtopdown 5s infinite;
    -webkit-animation: alltuchtopdown 5s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 3s;
}

.animations-10 {
    position: absolute;
    left: 0;
    bottom: 110px;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.gallery-main .swiper-button-next,
.gallery-main .swiper-button-prev {
    top: -80px;
    background-color: #2B4388;
    color: #fff;
    font-size: 36px;
    border-radius: 4px;
}

.gallery-main .swiper-button-next:hover,
.gallery-main .swiper-button-prev:hover {
    background-color: #CDBA1B;
}

.gallery-main .swiper-button-prev {
    right: 75px;
    left: inherit;
}

.gallery-main .swiper-button-next {
    right: 0;
}

.gallery-main .swiper {
    overflow: visible;
    overflow-x: clip;
}



.image-source-link {
    color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/* 



.youtube{
    margin-top: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #2B4388;
    padding: 15px 40px;
    border-radius: 20px;
}

.youtube h4{
    color: #fff;
    font-size: 26px;
    line-height: 36px;
} */



/*********** about page css ************/



/* breadcrumb */
.breadcrumb-area {
    background-size: cover;
    position: relative;
    min-height: 450px;
    background-repeat: no-repeat;
    width: 100%;
    z-index: 10;
}

.breadcrumb-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    z-index: -1;
}

.breadcrumb-wrap2 {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: -25px;
    z-index: 1;
}

.breadcrumb-wrap.text-left {
    text-align: center !important;
}

.breadcrumb {
    display: inline-block;
    -ms-flex-wrap: wrap;
    flex-wrap: unset;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: unset;
    border-radius: 30px;
    background: #2B4388;
    padding: 15px 35px;
    position: relative;
}

.breadcrumb li {
    display: inline-block;
}

.breadcrumb li a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 15px;
    padding-left: 2px;
    color: #ddd;
    content: "|";
}

.breadcrumb-title h2 {
    font-size: 70px;
    margin-bottom: 25px;
    line-height: 1;
    color: #fff;
    letter-spacing: 1px;
}

.breadcrumb-title p {
    margin-bottom: 0;
    color: #777;
    font-size: 16px;
}

.breadcrumb>.active {
    color: #fffc !important;
    font-weight: 500;
}






/***********/


/*** values ***/

.why-points li {
    color: #fff;
}

/* faq */

.faq-area {
    position: relative;
}

.faq-wrap {
    margin-top: 30px;
    padding-right: 30px;
    width: 100%;
}

.faq-area .section-title p {
    font-size: 16px;
    margin-top: 15px;
    line-height: 26px;
}

.faq-img {
    margin-right: -350px;
}

.faq-btn {
    font-size: 17px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px 8px 5px 25px;
    width: 100%;
    text-align: left;
    background: #fff;
    border: 1px solid #02123d;
    border-radius: 4px;
}

.card .collapse.show {
    display: block;
}

.faq-btn.collapsed {
    background: no-repeat;
    color: #190a32;
    border: 1px solid #c6c6c6;
    border-radius: 4px;
}

.faq-wrap .card-header:first-child {
    border-radius: 0;
}

.faq-wrap .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: unset;
    border-bottom: none;
}

.faq-wrap .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: unset;
    padding: 15px 0px;
}

.faq-wrap .card-header h2 {
    font-size: unset !important;
}

.faq-wrap .card {
    border: none;
    border-radius: 4px !important;
    margin-bottom: 15px;
    box-shadow: none;
    overflow: hidden;
    background: no-repeat;
}

.faq-wrap .card:last-child {}

.faq-wrap .card-header h2 button svg {
    color: #02123d;
    padding: 12px;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid transparent;
    transform: rotate(0deg);
}

.faq-wrap .card-header h2 button.collapsed svg {
    color: #141b22;
    box-shadow: none;
    border: 1px solid #c6c6c6;
    transform: rotate(90deg);
}




.about-contact {
    background: #02123d;
    padding: 80px 50px;
    border-radius: 10px;
}

.about-contact .section-title h2 {
    color: #fff;
    font-size: 35px;
}

.about-contact .contact-form {
    margin-top: 30px;
}

.about-contact .contact-form .contact-field {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.contact-field input {
    width: 100%;
    border: none;
    padding-left: 15px;
    transition: .3s;
    border-radius: 10px;
    border: 1px solid #777;
    height: calc(3.0em + .55rem + 2px);
}

.contact-field textarea {
    width: 100%;
    padding: 15px;
    transition: .3s;
    height: 115px;
    border: 1px solid #777;
    border-radius: 10px;
}

.contact-form .slider-btn {
    width: 100%;
}

.contact-form .slider-btn .btn {
    display: flex;
    align-items: center;
    padding: 18px 30px;
    background-color: #fff;
    color: #02123d;
}

.contact-form .slider-btn .btn:hover {
    border-color: #CDBA1B;
}




/*********/


.youtube-main {
    width: 100%;
    display: inline-block;
    padding-top: 0;
}

.youtube {
    width: 100%;
    text-align: center;
    padding: 0 60px;
}

.youtube h3 {
    font-size: 24px;
    font-weight: 600;
    background-color: #fff;
    color: rgb(43, 67, 136);
    margin-bottom: 30px;
    padding: 15px 35px;
    box-shadow: rgba(43, 67, 136, 0.2) 0px 7px 29px 0px;
}

/***** message page css *****/


.message-main {
    width: 100%;
    display: inline-block;
}

.message {
    width: 100%;
    display: inline-block;
}

.message h3 {
    font-size: 36px;
    margin-bottom: 15px;
}

.message p {
    font-size: 17px;
    color: #777;
}

.message .message-points {
    margin-bottom: 15px;
}

.message .message-points li {
    color: #555;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
}

.message .message-points li svg {
    margin-right: 10px;
    color: #02123d;
    font-size: 16px;
}

.message-img {
    margin: 30px 0;
}

.message-img h4 {
    font-size: 22px;
    font-weight: 500;
    background-color: #2B4388;
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.message-img img {
    width: 100%;
    border-radius: 10px;
    max-width: 900px;
}


.message .all-msg {}

.message .all-msg li {
    border: 1px solid #f0f7ff;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.message .all-msg li h4 {
    font-size: 20px;
    background-color: #f0f7ff;
    padding: 15px 15px;
    font-weight: 500;
    border-radius: 5px;
}

.message .all-msg li p {
    margin-bottom: 0;
    padding: 0 15px;
}


.message span {
    display: block;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px;
}


















/*********************/

.contact-main {
    width: 100%;
    display: inline-block;
}

.contact-main .section-title {
    margin-bottom: 50px;
}

.contact-main .contact-box {
    background: #eff7ff;
    padding: 50px;
    border-radius: 8px;
    width: 100%;
}

.contact-box .contact-content2 {
    transition: .3s;
    width: 100%;
}

.contact-content2 h5 {
    font-size: 24px;
    margin-bottom: 15px !important;
}

.contact-content2 h5 a {
    color: #30313d;
}

.contact-main .contact-box:hover,
.contact-main .contact-box.active {
    background: #fff7ef;
}


.map {
    padding: 0;
    vertical-align: bottom;
    width: 100%;
    display: inline-block;
}

/****************/

.contact-area {
    vertical-align: top;
    width: 100%;
}

.contact-bg {
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

.contact-bg .section-title {
    margin-bottom: 50px;
}

.contact-field {
    position: relative;
    margin-bottom: 30px;
}

.contact-bg .contact-field svg {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #b9b9b9;
}

.contact-bg input,
.contact-bg .contact-field textarea {
    border: none !important;
}

.contact-bg input,
.contact-bg .contact-field textarea {
    border: none !important;
}

.contact-bg .contact-field textarea {
    height: 250px;
}

.contact-field input {
    color: #999;
}

.contact-bg .contact-form .slider-btn .btn {
    background-color: #2B4388;
    color: #fff;
}

.contact-bg .contact-form .slider-btn .btn:hover {
    color: #000;
}



/**********************/

.infra-main {
    width: 100%;
    display: inline-block;
}

.popup-gallery {
    width: 100%;
    position: relative;
    margin-top: 30px;
    z-index: 9;
}

.popup-gallery a {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
}


.popup-gallery a .fa-plus {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    transition: .3s;
    opacity: 0;
    z-index: 9;
    background: #02123d;
    height: 30px;
    width: 30px;
    padding: 9px;
    text-align: center;
    line-height: 36px;
}

.popup-gallery a:hover .fa-plus {
    top: 50%;
    opacity: 1;
}

.popup-gallery a::after {
    background-color: #2B4388;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.3s;
}

.popup-gallery a:hover::after {
    opacity: .8;
}




.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    background-color: #2B4388;
    right: -1px;
    top: 40px;
    text-align: right;
    padding-right: 10px;
    width: 100%;
    opacity: 1;
    max-width: 41px;
}

.mfp-arrow-left:after {
    border-right: 17px solid #2B4388;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    border-right: 27px solid #2B4388;
}

.mfp-arrow-right:before {
    border-left: 27px solid #2B4388;
}

.mfp-arrow-right:after {
    border-left: 17px solid #2B4388;
    margin-left: 39px;
}





.parent {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}



/******popup ********/


#fvpp-blackout {
    display: none;
    z-index: 499;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
}

#my-welcome-message {
    display: none;
    z-index: 500;
    position: fixed;
    width: 100%;
    max-width: 550px;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    padding: 0;
}

#my-welcome-message img {
    max-width: 550px;
    width: 100%;
}

#fvpp-close {
    position: absolute;
    top: 0px;
    right: 0%;
    background: #2B4388;
    font-size: 18px;
    padding: 5px 10px;
    z-index: 999;
    cursor: pointer;
    color: #fff;
}

#fvpp-dialog h2 {
    font-size: 2em;
    margin: 0;
}

#fvpp-dialog p {
    margin: 0;
}







#captcha-container {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#captcha-container #captcha-text {
    width: 100%;
    max-width: 300px;
    padding: 14px 15px;
    border: 2px solid #174891;
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 1px;
    font-style: italic;
}

#captcha-container #refresh-captcha {
    padding: 18px 20px;
    background: rgb(23, 72, 145);
    background: linear-gradient(90deg, rgba(23, 72, 145, 1) 1%, rgba(18, 38, 90, 1) 80%);
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
}

#captcha-container #refresh-captcha svg {
    color: #fff;
    position: static;
}


input:-internal-autofill-selected {
    background-color: #ddd !important;
}




.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}


.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}



.about-contact #captcha-container #captcha-text {
    border: 2px solid #fff;
    color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}


.about-contact #captcha-container #refresh-captcha {
    background: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}


.about-contact #captcha-container #refresh-captcha svg {
    color: #2B4388;
    position: static;
}






/***********/

.admission-main {
    width: 100%;
    display: inline-block;
}

.admission {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.admission img {
    max-width: 600px;
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


/********/

.approvals-main {
    width: 100%;
    display: inline-block;
    background-color: #f0f7ff;
    position: relative;
    z-index:9;
}

.approvals {
    width: 100%;
    display: inline-block;
}

.approvals ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(43, 67, 136, 0.3);
}

.approvals ul li h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.approvals ul li h4 span {
    color: #2B4388;
    margin-right: 5px;
}

.approvals ul li a {
    padding: 12px 30px;
    background-color: #2B4388;
    color: #fff;
    border-radius: 40px;
    font-weight: 500;
}


.career {
    display: inline-block;
    width: 100%;
}

.career ul li h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    max-width: 500px;
}

.career ul li h4 a {
    color: #2B4388;
}

.career ul li a.btn {

    padding: 12px 30px;
    background-color: #2B4388;
    color: #fff;
    border-radius: 10px;
    font-weight: 500;
}



#small-dialog .mfp-close{
    background-color: #2B4388;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-top-right-radius: 15px;
    top: -1px;
    opacity: 1;
    
}






/* Styles for dialog window */
#small-dialog {
    background: white;
    padding: 70px 30px;
    text-align: left;
    max-width: 800px;
    margin: 40px auto;
    position: relative;
    border-radius: 15px;
    background: url(../images/Untitled\ design.jpg);
    height: 100%;
    background-position: right;
    background-repeat: no-repeat;
}


/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;



    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);

    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}



/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;

    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;

    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;

    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}