﻿@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&amp;display=swap');


body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif !important;
    letter-spacing: .5px !important;
    font-size: 15px;
}

a {
    text-decoration: none;
    transition: .4s all ease-in-out;
}

a:hover {
    color: #f2b22b !important;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

/* header top start */

.top_header_div {
    background: linear-gradient(to right, #FEFEFE  50%, #D9241E 0%);
    border-top: 8px solid #D9241E;
}

.logo_div_img {
    width: 100px;
    position: absolute;
    /*top: 20px;*/

}

.header_top_div_content {
    background: #D9241E;
}

.rounded-circle {
    border-radius: 20% !important;
}

.shade_1::after {
    content: "";
    display: block;
    width: 100px;
    height: 40px;
    position: absolute;
    top: -7px;
    background-image: url(../icons/nav-radius.png);
    background-repeat: no-repeat;
    left: -41px;
    background-size: contain;
}

.header_main {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.skatingDiv {
    font-size: 15px;
    border-radius: 10px;
    color: white;
    background: #9f0622;
    width: 132px;
    height: 84px;
    padding: 3px 9px;
    top: 46px;
}

.skatingDiv:hover {
    cursor: pointer;
}

.skatingDiv a:hover {
    color: white !important;
}

.header_top_div_content ul > li {
    padding: 0 0px 0 10px;
}

.header_top_div_content ul > li:last-child > a {
    background: #9f0622;
    color: #fff !important;
}

#TblDetaill th, #tblPop th, #TblDetaill td, #tblPop td {
    font-size: 14px;
    letter-spacing: 1px;
}

.header_top_div_content ul > li > a {
    padding: 3px 20px 6px;
    font-size: 16px;
    color: #323232 !important;
    border-radius: 30px;
    background: #ffbc00;
    font-weight: 400;
    letter-spacing: .5px;
}

/* header top end */
/* logo start */
.logo_div_icon {
    margin-right: 5px;
}

.logo_div_icon img {
    width: 45px;
    opacity: .9;
    border-radius: 50%;
    filter: hue-rotate(80deg);
}

.logo_div_content {
    display: grid;
    margin-left: 2px;
}

.logo_div_content span {
    text-transform: uppercase;
    font-weight: 600;
    color: #9a1538;
    font-size: 14px;
    transform: skew(2deg, 0deg);
}

.logo_div_content span + span {
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    letter-spacing: .5px;
    font-size: 14px;
    margin-top: -5px;
}

.logo_div_content a {
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    letter-spacing: .5px;
    font-size: 14px;
    margin-top: -5px;
}

.logo_div_content ul > li {
    display: flex;
    margin: 10px 0;
}

/* logo end */

/* back to top start */
#back-top {
    position: fixed;
    bottom: 0px;
    right: 20px;
    z-index: 99;
}

#back-top img {
    width: 50px;
    height: 50px;
}

/* back to top end */

/* navbar start */
div.class1 {
    overflow: scroll;
    z-index: 999;
}


div.class1::-webkit-scrollbar {
    height: 4px;
    width: 5px;
    background: #fff;
}

div.class1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

div.class1 .navbar_header > ul {
    display: flex !important;
    width: 100% !important;
    justify-content: start !important;
    flex-wrap: nowrap !important;
}

div.class1 .navbar_header > ul > li > a {
    display: inline-block;
    width: auto;
    white-space: nowrap !important;
    position: relative;
}


/*****main**menu*start*****/
.navbar_header {
    width: auto;
    height: auto;
    display: block;
    letter-spacing: 0.3px;
}

.navbar_header ul li:last-child > ul {
    right: 0;
    left: auto;
}

.navbar_header > ul > li > ul > li > ul {
    position: absolute;
    top: 0;
    right: -150px;
    width: 150px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    z-index: 999;
}

.navbar_header > ul > li ul li:hover ul:after {
    content: '';
    position: absolute;
    left: -8px;
    background: #73061e;
    top: 8px;
    width: 14px;
    height: 14px;
    transition: .5s all ease-in;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    transform: rotate(30deg);
}

.navbar_header > ul > li > ul > li > ul > li > a {
    color: #ffffff;
    border-bottom: 1px solid #8c0d20;
    box-shadow: 0 -1px 0 0 #41060f54 inset;
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 5px 14px;
    font-size: 16px;
    position: relative;
    letter-spacing: .5px;
    font-weight: 500;
}

.navbar_header > ul > li > ul li ul {
    list-style: none;
    display: none;
    position: absolute;
    top: -5px;
    background: #73061e;
    padding: 5px 0 0 0;
    width: 250px;
    z-index: 999999;
    border-radius: 0;
    border: 0;
    display: block;
    visibility: hidden;
    transition: all .4s ease;
    transform: scaleY(0);
    margin-right: -99px;
}


.navbar_header > ul > li > ul {
    position: absolute;
    left: 0;
    min-width: 250px;
    list-style: none;
    padding: 0;
    top: 41px;
    z-index: 999;
    margin: 0;
    display: none;
    -moz-animation: zoomIn 0.3s ease;
    -webkit-animation: zoomIn 0.3s ease;
    animation: zoomIn 0.3s ease;
}

.navbar_header > ul > li > ul > li {
    position: relative;
}

.navbar_header > ul > li > ul > li > a {
    color: #ffffff;
    border-bottom: 1px solid #9f0622;
    box-shadow: 0 -1px 0 0 #41060f54 inset;
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 5px 14px;
    font-size: 16px;
    position: relative;
    letter-spacing: .5px;
    font-weight: 500;
}

.navbar_div_sub {
    position: relative;
}


.navbar_header > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
}

.navbar_header > ul > li:hover > a {
    color: white;
}

.navbar_header > ul > li {
    position: relative;
    float: left;
    width: auto;
    display: inline-block;
}

div.class1 .navbar_header > ul > li::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 51px;
    background: linear-gradient(45deg, #7f1a16, #89231f);
    top: -7px;
}


.navbar_header > ul > li:last-child::after {
    width: 0 !important;
}

.navbar_header > ul li:hover > ul, .navbar_header > ul li > ul > li:hover > ul {
    visibility: visible;
    /* background-color: #fff; */
    transform: none;
    display: block;
}

.navbar_header > ul > li > ul {
    list-style: none;
    display: none;
    position: absolute;
    top: 40px;
    background: #7d051f;
    padding: 5px 0 0 0;
    width: 250px;
    z-index: 999999;
    border-radius: 0;
    border: 0;
    display: block;
    visibility: hidden;
    transition: all .4s ease;
    transform: scaleY(0);
}


.Togglebtn {
    display: none;
}


/* Menu Link Styles */

.navbar_div {
    /*background: linear-gradient(to bottom, #D9241E 0, #ce7572 100%);*/
    background: #9F0622;
}

.navbar_header > ul > li > a {
    display: inline-block;
    padding: 8px 10px;
    color: #f6fff9;
    position: relative;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .5px;
}

.navbar_header > ul > li:hover ul:after {
    content: '';
    position: absolute;
    left: 25px;
    background: #7d051f;
    top: -9px;
    right: 9px;
    width: 24px;
    height: 12px;
    transition: .5s all ease-in;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    bottom: -5px;
}

.navbar_header ul li:last-child:hover ul:after {
    left: auto;
    right: 25px;
}


.navbar_header > ul a:hover {
    color: #000000;
}

.MobileMenubar {
    display: none;
}

.Navbartoggle {
    font-size: 20px;
    color: #fff;
}


.Layer2 {
    width: 100%;
    display: inline-block;
    /*background-image: linear-gradient(to bottom, #D9241E 0, #ce7572 100%);*/
    background: #9F0622;
    position: relative;
    transition: .5s all ease-in;
}

.affix {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0px;
    box-shadow: 0px 5px 20px 0px #0000002e;
    width: 100%;
    animation-name: slideInDown !important;
    animation-duration: .5s !important;
}

.menuBar {
    height: auto;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.mobileMenu {
    width: 100%;
    display: none;
}


/* navbar end */
/* logo start */
.navbar_logo_div {
    background: #871124;
    width: 260px;
    margin: 0 auto;
    position: absolute;
    top: 0px;
    z-index: 9;
    left: 50px;
    box-shadow: 13px 2px 13px 0px #33333336;
}

/* logo end */

/* slider start */
.slider_div::before {
    content: '';
    background: #000;
    position: absolute;
}

#carouselExampleControls {
    overflow: hidden;
    border-radius: 0 0 50px 50px;
}

.carousel-control-next-icon {
    background-image: url('../icons/arrow-right.png');
}


.carousel-control-prev-icon {
    background-image: url(../icons/arrow-left.png);
}

.slider_line {
    background: linear-gradient(to bottom, #1d6e72 0, #29878b 100%);
    height: 20px;
    z-index: 2;
}

.slider_line::before {
    content: '';
    position: absolute;
    background-image: url(../icons/banner-top-rgt.png);
    top: 0;
    background-repeat: no-repeat;
    z-index: 4;
    width: 20px;
    height: 20px;
    left: calc(100% - 0%);
}

.slider_line::after {
    content: '';
    position: absolute;
    background-image: url('../icons/banner-top-rgt.png');
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    z-index: 4;
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
    margin-left: -20px;
}

.slider_div {
    background: url(../icons/banner-bg.jpg);
    width: 100%;
    padding: 10px 0 60px;
}


/* slider end */

/* start */
.other_link_div {
    background: #fff;
}

/* end */

/* footer start */
.footer_div {
    padding: 3rem 0 2.5rem;
    border-bottom: 5px solid #9F0622;
    /*background: linear-gradient(45deg, #D9241E, #9F0622);*/
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9)), url('https://img.freepik.com/premium-vector/school-education-seamless-pattern-vector-black-line-icons-back-school-banner_372860-938.jpg?w=1480');
    z-index: 2;
}

/*
.footer_div::after
{
     content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: url(../img/footer.png);
    background-size: contain;
    background-position: bottom right;
    height: 100%;
    z-index: -1;
    opacity: .08;
}

*/
.footer_div_content ul > li > a {
    color: #e8e8e8;
    font-weight: 500;
    letter-spacing: .5px;
    display: block;
    font-size: 16px;
}

.footer_div_content ul > li {
    line-height: 40px;
    opacity: .8;
    position: relative;
    display: flex;
    align-items: baseline;
    transition: .5s all ease-in-out;
}

.footer_div_content ul > li {
    opacity: 1;
}

.footer_div_content ul > li > span > img {
    width: 18px;
    margin-right: 8px;
}


/* footer end */
/* copyright start */
.copyright_div {
    background: #691215;
}


.footer_div_content h4 {
    font-weight: 300 !important;
    letter-spacing: .5px;
    text-transform: uppercase;
    transform: skew(3deg, 0deg);
}

.copyright_content {
    width: 270px;
    background: linear-gradient(360deg, #124143, #0c2b2d);
    margin: 0 auto;
    padding: 10px 0px 7px;
    line-height: 20px;
    position: absolute;
    bottom: -2px;
    z-index: 0;
    right: calc(100% - 92%);
    border-radius: 50px 5px 0 0;
}

.copyright p {
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 2px;
    opacity: .8;
}

.copyright a {
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 20px;
    padding-top: 15px;
    font-variant: petite-caps;
    background: linear-gradient(45deg, #fff6a6, #ffc107);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* copyright end */
/* other link start */

.other_box_div {
    cursor: pointer;
    background-color: #fff;
    text-align: center;
    padding: 45px 30px 50px 30px;
    margin-top: -40px;
    border-radius: 2px;
    box-shadow: 0px 2px 20px #891c180d;
    border-top: 5px solid #29878b;
    border-radius: 0px;
    transition: .5s all ease-in-out;
}

.other_box_div:hover {
    transform: translateY(-8px);
}

.other_box_div span {
    font-weight: 700 !important;
    margin: 5px auto;
    font-size: 18px;
    color: #070203;
    letter-spacing: .5px;
    transition: .5s all ease-in-out;
}

.other_box_div:hover span {
    color: #f1be21;
}


.other_box_div_icon, .other_box_div_icon1 {
    position: relative;
}

.other_box_div_icon img, .other_box_div_icon1 img {
    width: 50px;
    position: relative;
    margin: 0 auto 12px;
    height: auto;
    text-align: center;
    filter: hue-rotate(180deg);
    transition: .5s all ease-in-out;
}

.other_box_div_icon:Hover img, .other_box_div:hover img {
    filter: none;
}

.other_box_div_icon::before {
    content: '';
    position: absolute;
    top: -13px;
    width: 120px;
    right: 43px;
    background: url(../icons/icon_shadow1.png);
    opacity: .5;
    filter: grayscale(1);
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    transition: .5s all ease-in;
    transform: rotate(-10deg);
    background-size: contain;
}

.other_box_div_icon1::before {
    content: '';
    position: absolute;
    top: -13px;
    width: 120px;
    right: 43px;
    background: url(../icons/icon_shadow1.png);
    opacity: .5;
    filter: grayscale(1);
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    transition: .5s all ease-in;
    transform: rotate(-10deg);
    background-size: contain;
}


.other_box_div:hover .other_box_div_icon::before, .other_box_div:hover .other_box_div_icon1::before {
    transform: rotate(20deg);
}


.other_box_div_icon:last-child::before {
    content: '';
    position: absolute;
    top: -25px;
    width: 120px;
    right: 40px;
    background: url(../icons/icon_shadow2.png);
    height: 66px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(12deg);
}

.other_box_div_icon::before {
    content: '';
    position: absolute;
    top: 0px;
    width: 70px;
    left: 0;
    right: 0;
    background: url(../icons/icon_shadow1.png);
    filter: grayscale(1) blur(8px);
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    transition: .5s all ease-in;
    transform: rotate(-10deg);
    background-size: contain;
}


.other_box_div {
    text-align: center;
    padding: 40px 15px;
    box-shadow: none;
    width: 100%;
    margin: -30px auto 0;
    border: none;
    border-radius: 5px;
    background: #b88323;
}


.other_link_div .row > div:nth-child(1) .other_box_div {
    background: #29878b;
}

.other_link_div .row > div:nth-child(2) .other_box_div {
    background: #29388b;
}

.other_link_div .row > div:nth-child(3) .other_box_div {
    background: #8b2929;
}

.other_link_div .row > div:nth-child(4) .other_box_div {
    background: #959722;
}


.other_box_div_icon img, .other_box_div_icon1 img {
    width: 60px;
    position: relative;
    margin: 0 auto 12px;
    height: auto;
    text-align: center;
    transition: .5s all ease-in-out;
}

.other_box_div_icon1::before {
    content: '';
    position: absolute;
    top: -10px;
    width: 40px;
    left: -28px;
    margin: 0 auto;
    right: 0;
    background: url(../icons/icon_shadow1.png);
    filter: grayscale(1) blur(8px);
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    transition: .5s all ease-in;
    transform: rotate(-10deg);
    background-size: contain;
}

.other_box_div span {
    font-weight: 500 !important;
    margin: 5px auto;
    font-size: 17px;
    color: #fff;
    letter-spacing: 1px;
    transition: .5s all ease-in-out;
}


/* other linke end */
/* news event start */
.title h5 {
    color: #9F0622;
    text-transform: uppercase;
    transform: skew(4deg, 0deg);
}

.title h5::before {
    content: '';
    position: absolute;
    background: linear-gradient(45deg, #D9241E, #9F0622);
    height: 2px;
    margin-left: -40px;
    width: 30px;
    margin-top: 13px;
}

.title h5::after {
    content: '';
    position: absolute;
    background: linear-gradient(45deg, #D9241E, #9F0622);
    height: 2px;
    margin-left: 10px;
    width: 30px;
    margin-top: 13px;
}

.notificationDiv {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.news_div_1 {
    width: 280px;
    display: inline-flex;
    height: auto;
    margin: 0 20px;
}

.news_content_div {
    border-radius: 10px;
    padding: 30px;
    width: 100%;
    background: #fff;
    box-shadow: 1px 1px 20px rgb(229 229 229 / 92%);
}

.news_content_div a {
    color: #9f0622;
}

.news_content_date::before {
    content: '';
    background: url(../icons/news_div_icon.png);
    width: 100%;
    margin: 0 auto 10px;
    height: 50px;
    position: absolute;
    background-repeat: no-repeat;
    top: 0px;
}

.news_content_date {
    padding-left: calc(100% - 90%);
}

.news_content_date + span {
    padding-left: 15px;
}

.news_content_date span.mon1 {
    padding-left: 30px;
}

.news_div marquee .news_div_1 {
    /*    white-space: normal; */
}

.news_content_date span {
    line-height: 50px;
    position: relative;
    font-weight: 700;
    color: #fff;
    letter-spacing: .5px;
    vertical-align: -webkit-baseline-middle;
}

span.news_title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    white-space: break-spaces;
}

/* news event end */
/* map/feedback start */
.map_div iframe {
    height: 100%;
}

.feedback {
    width: 100%;
    /*background: #103d3f;*/
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url('https://images.unsplash.com/photo-1509062522246-3755977927d7?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
    box-shadow: -20px 7px 10px rgb(109 109 109 / 15%);
    position: relative;
}

.feedback input {
    padding: 10px 20px;
    border-radius: 10px;
    border: none;
    height: 45px;
    width: 100%;
    color: #000000;
    background: #343232;
    font-size: 16px;
    letter-spacing: .5px;
}

.feedback ::placeholder {
    color: #ffffffb8;
}

.feedback textarea {
    padding: 20px;
    border-radius: 10px;
    border: none;
    color: #fff;
    font-size: 16px;
    letter-spacing: .5px;
    width: 100%;
    background: #343232;
}


.feedback input[type="button"] {
    width: 100px;
    background: #f1be21;
    height: 37px;
    font-size: 16px;
    border-radius: 30px;
    margin-top: 15px !important;
    display: block;
    color: #103d3f;
    font-weight: 500;
    letter-spacing: 0;
}

.feedback .title h5::before, .feedback .title h5::after {
    background: #fff !important;
}

/* map/feedback end */

/* mentor start */
div.imp_img {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 10px auto;
    BORDER-RADIUS: 20PX;
    box-shadow: 11px 12px 11px #01010117;
}


#mentor_div_carousel .carousel-control-prev, #mentor_div_carousel .carousel-control-next {
    opacity: 0;
}

h5.imp_name {
    position: relative;
    display: inline-block;
    line-height: 26px;
    color: #fff;
    letter-spacing: .5px;
    font-weight: 400;
    margin-bottom: 13px;
    padding: 30px 50px 10px 20px;
}

h5.imp_name::after {
    content: '';
    position: absolute;
    background: #fff;
    height: 2px;
    margin-left: 10px;
    width: 30px;
    margin-top: 14px;
}

div.imp_about {
    font-size: 17px;
    font-weight: 300;
    text-align: justify;
    line-height: 34px;
    padding-left: 20px;
    letter-spacing: .5px;
    color: #fff;
}

.mentor_div {
    background: #295c5e;
    z-index: 0;
}


.mentor_div .carousel-indicators {
    left: auto;
    margin-right: 0;
}

.mentor_div .carousel-indicators > button > span {
    background: #8b2943;
    padding: 10px 20px;
    color: #fff;
    font-weight: 400;
    letter-spacing: .5px;
    margin: 0px 10px 0 0px;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 30px;
}

.mentor_div .carousel-indicators [data-bs-target] {
    text-indent: unset;
    opacity: 1;
    width: auto;
    background: transparent;
}

/* mentor end */

/* button animation start */

.shape {
    position: absolute;
    width: 50px;
    height: 50px;
    transform: scale(0.5);
}


.cir {
    position: absolute;
    border-radius: 50%;
    z-index: 5;
}

input[type="button"] {
    width: 100px;
    background: #fff;
    border: none;
    color: #4a4949;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.btn-particles {
    width: 100px;
    height: 100px;
    position: absolute;
    border-radius: 50%;
    color: #eee;
    z-index: 5;
    /* 	filter: url(#gooeyness); */
}

/* button animation end */
/* facility start */

.facility_div {
    background: #fffffff2;
    position: relative;
}

.facility_div::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../icons/top_header.jpg);
    z-index: -1;
    background-repeat: space;
    background-size: cover;
}


.facility_1:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: rgb(255 0 47 / 80%);
    content: "";
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.facility_1:hover:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}


.facility_1 {
    width: 100%;
    height: 270px;
}

.facility_1:hover:before {
    top: 30px;
}

.facility_1 a {
    display: block !important;
    position: relative;
    width: auto;
    height: 270px;
    background-size: cover;
    background-repeat: no-repeat;
    /* object-position: center; */
    background-position: center;
}

.facility_1 .plus > img {
    width: 50px;
    filter: hue-rotate(350deg);
}

.facility_1 .title span {
    text-align: center;
}


.facility_1 .title {
    position: relative;
    z-index: 1;
    display: grid;
    transition: .3s all ease-in;
}

.facility_1 .title span {
    letter-spacing: .5px;
    font-size: 17px;
    transition: .5s all ease-in;
    font-weight: 400;
}

.facility_1 .titles:hover span {
    color: #ffcb03 !important;
}


.facility_1 {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    cursor: pointer;
}

.facility_1:hover a:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.facility_1 .titles {
    position: absolute;
    text-align: right;
    font-size: 17px;
    font-weight: 600;
    right: -250px;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) all 600ms;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) all 600ms;
}

.facility_1:hover .titles {
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.facility_1 a:after {
    content: '';
    width: 100%;
    position: absolute;
    background: #2c46a1;
    opacity: 0.8;
    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 600ms;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) all 600ms;
}

/* facility end */

.inner_slider_image_1 {
    height: 600px;
    background-size: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
}

/* inner start */
.inner_slider_image {
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#myCarousel {
    overflow: hidden;
}

.breadcrumb_div {
    position: absolute;
    top: -44px;
    right: 0;
    width: 100%;
    text-align: end;
}

.breadcrumb_content a {
    color: #9f0622;
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 700;
}


h1.page_title {
    font-size: 50px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    z-index: 0;
}

.breadcrumb_content img {
    width: 16px;
    margin: 0 6px;
    background: #7d051f;
    padding: 4px 4px;
    border-radius: 100%;
}


span.page_title {
    color: #000;
    font-size: 13px;
    letter-spacing: .5px;
    opacity: .6;
    cursor: not-allowed;
}

.inner_content {
    text-align: justify;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #4c4c4c;
    font-size: 16px;
}

h4.page_title {
    position: relative;
    display: inline-block;
    line-height: 26px;
    color: #9f0622;
    font-weight: 700;
    margin-bottom: 13px;
    padding: 0px 50px 10px 0px;
}

h4.page_title::after {
    content: '';
    position: absolute;
    background: #9f0622;
    height: 3px;
    margin-left: 10px;
    width: 30px;
    margin-top: 12px;
}


.title h3 {
    font-weight: 800;
    color: #103a3c;
    letter-spacing: 1px;
}


.inner_design1 {
    background-image: url(../icons/girl_vector.png);
    width: 188px;
    height: 192px;
    bottom: 0px;
    right: 0px;
    background-repeat: no-repeat;
    position: absolute;
    opacity: .2;
    background-size: contain;
}

/* inner end */
/* inner submenu start */
.side_bar {
    background-image: url(../icons/bg-right.png);
    background-size: contain;
    height: auto;
    background-repeat: no-repeat;
    width: 300px;
    margin: 0 auto;
    z-index: 2;
}

.side_bar_content {
    padding: 46px 16px 0;
}


#idSubmenus > li > a > span {
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 30px;
    transition: .5s all ease-in;
}

#idSubmenus > li > a > span:hover {
    color: #ffcb03;
}

.side_bar::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 9px;
    background: #ee9b23;
    border-radius: 3px;
}

.side_bar ul {
    line-height: 30px;
    padding-top: 28px;
    font-size: 16px;
    letter-spacing: .5px;
    background: #7d051f;
    z-index: -1;
    padding: 10px 14px;
    margin-top: 31px;
}

.side_bar ul > li {
    padding: 4px 0px;
    border-bottom: 1px solid #8c0d20;
    box-shadow: 0 -1px 0 0 #41060f54 inset;
    position: relative;
}

/* inner submenu end */
/* gallery start */
.main-img-gallery {
    width: 100%;
    text-align: center;
}

.img-gallery {
    display: inline-block;
    margin: 10px 15px;
    width: 240px;
}

.img-item {
    width: 100%;
    height: 210px;
    border: 2px solid #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: 2px 10px 20px #afafafa3;
    border-radius: 25px;
    background: #352c2c;
}

.img {
    width: 100%;
    height: 100%;
}

.mask1 {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    transform: rotate(56.5deg) translateX(-180px);
    transform-origin: 100% 0;
}

.mask1, .mask2 {
    background: #333;
    background: rgb(0 0 0 / 41%);
    height: 333px;
    width: 258px;
    transition: all .35s ease-in-out;
}

.mask2 {
    position: absolute;
    top: auto;
    transform: rotate(56.5deg) translateX(180px);
    transform-origin: 0 100%;
    bottom: 0;
    left: 0;
}

.info {
    background: #111;
    height: 0;
    visibility: hidden;
    width: 361px;
    transform: rotate(-33.5deg) translate(-112px, 166px);
    transform-origin: 0 100%;
    transition: all .35s ease-in-out .35s;
    top: 0;
    right: 0;
    backface-visibility: hidden;
    display: table;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}

.info h3 {
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    display: table-cell;
    vertical-align: middle;
    letter-spacing: 1px;
}

:hover .info {
    width: 100%;
    height: 120px;
    visibility: visible;
    top: 48px;
    transform: rotate(0) translate(0, 0);
}

.img-gallery a:hover .info {
    width: 100%;
    height: 120px;
    visibility: visible;
    top: 48px;
    transform: rotate(63deg) translate(-112px, 166px);
}

.mask1 {
    transform: rotate(56.5deg) translateX(1px);
}

.img-gallery a:hover .mask1 {
    transform: rotate(225deg) translateX(-1px);
}

.mask2 {
    transform: rotate(56.5deg) translateX(-1px);
}

.img-gallery a:hover .mask2 {
    transform: rotate(225deg) translateX(-1px);
}

/* gallery end */
/* Transfer Certificate */

.downloadTC_div label {
    color: #234f32;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.downloadTC_div .form-control {
    border: 1px solid #6d6d6d;
    background: #fff;
    position: relative;
}

.downloadTC_div input[type="button"] {
    height: 50px;
    border-radius: 10px;
    color: #fff;
    background: #7d051f;
}

.downloadTC_div span {
    color: #f44336;
    padding: 5px;
}

/* download files */
#TblDetaill th, #tblPop th {
    background: #9f0622;
    color: #fff;
    border: none;
}

#TblDetaill td:first-child, #tblPop td:first-child, #tblPop th:first-child, #TblDetaill th:first-child {
    border-right: 1px solid #eaeaea;
}

#TblDetaill td, #tblPop td, #TblDetaill tr, #tblPop tr {
    border: none;
}

#TblDetaill td a, #tblPop td a, #TblDetaill tr a, #tblPop tr a {
    color: #81201c;
}

.ModelSlider {
    top: 40px !important;
}


#tblPop > tbody {
    border: None;
}

#TblDetaill td {
    letter-spacing: .5px;
    color: #191919;
    font-weight: 600;
}

#TblDetaill td a {
    color: #9f0622;
    cursor: pointer;
}

#TblDetaill {
    border-radius: 15px;
    position: relative;
    box-shadow: 0 30px 50px rgb(229 229 229 / 80%);
}

#ModelSlider .modal-body {
    padding: 0;
}

span#buttonC {
    background: #ffffff;
    color: #81201c;
    padding: 6px 8px 0px;
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 2px;
    font-weight: 500;
    line-height: 10px;
    height: 37px;
    position: absolute;
    cursor: pointer;
    border: 5px solid #970620;
    z-index: 9;
    left: auto;
    right: 10px;
    top: -12px;
    transition: .5s all ease-in;
    border-radius: 50%;
}


.Model_header {
    background: #234f32;
}

#ModelSlider .modal-content {
    border: 5px solid #970620;
    border-top: none;
}

/* modal start */
.modal-body {
    padding: 0 !important;
    border: 8px solid #9f0622;
    border-top: none;
}

.modal-body .Model_header {
    font-size: 16px;
    text-transform: uppercase;
    background-color: #9f0622;
    color: #fff;
    text-align: center;
    padding: 6px;
}

div#myModal_1 {
    background: url(../icons/modal_bg.png);
    background-color: #151515a8;
}

/* modal end */

/* campus start */
/* start */

.campus_div {
    /*background-image: linear-gradient(190deg, #f2feff, #c7eef1);*/
    background-image: linear-gradient(190deg, #fff4f6, #deafb7);
}

.campus_div_box_img {
    width: 100%;
    overflow: hidden;
}

.campus_div_box {
    background: #fff;
    padding: 14px;
    border: 1px solid #ededed;
    margin-bottom: 20px;
    min-height: 405px;
    border-radius: 15px;
}

.campus_div .title h5::before {
    display: none;
}

.campus-div_box-title {
    padding-top: 10px;
}

.campus-div_box-title > span {
    font-size: 16px;
    font-weight: 700;
    color: #071a1b;
    letter-spacing: .5px;
}


.campus_div_box:hover .campus_div_box-img_cnt::before {
    height: 100%;
}

.campus_div_box:hover .campus_div_box_img-cnt > a {
    margin-top: -30px;
}

.campus_div_box_img-cnt > a:hover {
    background: #e0536d;
    color: #fff !important;
}

.campus_div_box_img-cnt > a {
    background: #9F0622;
    display: block;
    width: 110px;
    position: relative;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    padding: 4px 10px;
    font-weight: 400;
    letter-spacing: .5px;
    white-space: nowrap;
    transition: .5s all ease-in-out;
}

.campus_div_box-img_cnt::before {
    content: '';
    position: absolute;
    top: 0;
    height: 0;
    width: 100%;
    background-color: #000000b5;
    transition: .2s all ease-in-out;
}

.about-us .title h5::before {
    display: none;
}

.about-us-div_cnt span {
    letter-spacing: 0.5px;
    line-height: 28px;
    font-size: 16px;
    text-align: justify;
    color: #5b5b5b;
    display: block;
    margin-bottom: 10px;
}

.about-btn > a {
    background: linear-gradient(45deg, #D9241E, #9F0622);
    color: #fff;
    padding: 6px 24px 8px;
    margin-top: 18px;
    display: block;
    width: fit-content;
    border-radius: 30px;
    font-size: 16px;
    letter-spacing: .5px;
}

.campus_div_box-img_cnt {
    overflow: hidden;
    height: 318px;
}

.campus_div_box_img > img {
    height: 318px;
    object-fit: cover;
}

/* end */
/* campus end */

/* about start */

.about-us {
    background: #fff;
}


/* about end */


/* Date - 20-12-2023  */

html,
body {
    font-family: Open Sans, sans-serif;
    /*background-color: #F5F5F5 !important;*/
    background-color: #FEFEFE !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
i,
label,
span {
    font-family: Open Sans, sans-serif;
}


/* Top Header  */
.mob {
    font-family: Open Sans, sans-serif !important
}

.topHeader {
    margin-top: 77px;
}

.topHeader .right1 p {
    padding: 0px 0px !important;
    margin: -7px 0px;
    color: #2B8285;
    font-weight: normal;
    font-size: 14px;
}

.topHeader .right1 .mob {
    font-weight: 900;
}


.topHeader .left1 i {
    border-radius: 25px;
    padding: 7px 11px;
    border: 1.9px solid #9D0B26;
    color: #9D0B26;
    font-weight: 900;
}


/* Top Header  */

/* Vector1 */
.topHeader .left1 {
    position: relative;
}

.topHeader .left1 .ccircle {
    width: 20%;
}

.topHeader .left1 .call {
    position: absolute;
    width: 9%;
    right: 11%;
    top: 20%;
}

.Vector1 {
    position: absolute;
    top: 24%;
    left: -12px;
}

.Vector1 img {
    width: 4.5%;
}

/* Vector1 */
/* Form Start */
.footer .form-control:focus {
    background: white !important;
}

.form-control:focus {
    color: white !important;
    background-color: #ffffff !important;
    outline: 0;
    border-color: #9F0622 !important;
    box-shadow: 0 0 0 0.25rem rgba(159, 6, 34, 0.1) !important;
}

.formback {
    background-color: #2B8285;
    border-radius: 10px;
}

.formback input {
    background-color: #2B8285;
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0px;
    padding: 12px 24px;
    color: #ffffffeb !important;
    width: 100%;
    font-weight: normal !important
}

.formback select {
    background-color: #2B8285;
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0px;
    padding: 27px 24px 12px 24px;
    color: #ffffffeb !important;
    width: 100%;
    font-weight: normal !important;
}

.formback input::placeholder {
    color: #ffffffeb !important;
}


.ftsize {
    font-size: 16px;
    border-left: 1px solid gray;
    padding-left: 11px;
}

.btnsubmit input {
    background: #FEBB2C;
    padding: 11px 7px 11px 7px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 3px;
    width: 44%;
    font-size: 17px;
}

.fomrimage .btnsubmit input {
    padding: 11px 2px 11px 2px !important;
    width: 39%;
    font-weight: bold !important;
    font-size: 20px;
}

.contus {
    padding: 0px 23px;
}

.fomrimage {
    position: relative;
}

.formback h6 {
    color: #FEBB2C;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: left;
    padding: 0px 0px 0px 39px;
    font-size: 23px;
    margin: 9% 0%;
}

.formright {
    /*background-image: url('../Assets/Images/yellobg.png');*/
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
}


/* Form Start */
/* Admission */

.admission {
    padding: 41px 0px;
    background-image: url('../icons/admissionbg.png');
    position: relative;
}

.admission h1 {
    font-weight: bold;
    letter-spacing: 1px;
}

.Ellopse1 {
    position: absolute;
    right: 0px;
    top: -53px;
    text-align: end;
}


.Ellopse2 {
    position: absolute;
    left: 0px;
    bottom: -34px;
    text-align: start;
}

.Ellopse2 img,
.Ellopse1 img {
    width: 60%;
}

/* Admission */


/* Why CHOOSE */
.whychoose {
    position: relative;
}

.whychoose .card-body {
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.whychoose .card-body h3 {
    width: 94.7%;
    font-weight: bold;
    color: white;
    padding: 14px 23px 8px 15px;
    letter-spacing: 1px;
    background: #2B8285;
    /* width: 100%; */
    position: absolute;
    bottom: 0px;
    left: 5px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
}

.whychoose .card {
    border-radius: 19px;
    border: none;
}

.Department .card {
    border-radius: 19px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px -1px 29px 9px;
}

.Department .bttns a:hover {
    color: black !important;
}

.Department .card img {
    /*   margin-left: -4px !important;
        margin-top: -2px !important;
        width: 105% !important;*/
}

.whychoose h2,
.whychoose p,
.about p,
.about h2 {
    color: #21686A;
}

.about {
    position: relative;
    margin-bottom: 11%;
}

.Ellipse3 {
    position: absolute;
    width: 100%;
    top: -46%;
    z-index: 1;
    left: -29px;
}


/* Why CHOOSE */


/* About */


.about .aboutimage {
    position: relative;
    z-index: 2;
}

.aboutimage img {
    cursor: pointer
}

/* About */
/* Enrollment Process */
.enrollment {
    background-color: #FEBB2C;
    position: relative;
    z-index: 0
}

.enrollment .child2 {
    position: absolute;
    z-index: 999;
    bottom: 0;
    left: 0;
}

.enroll li {
    list-style: none;
    background: white;
    padding: 25px 0px;
    text-align: start;
    border-radius: 4px;
    margin: 18px 0px;
    width: 100%;
}

.enroll li {
    color: black
}

.enroll p {
    color: #21686A;
    text-align: left;
}

.arrowright img {
    position: absolute;
    top: 32%;
    right: 2%;
    width: 3%;
}

.arrowright2 img {
    position: absolute;
    top: 59%;
    right: 2%;
    width: 3%;
}

/* Enrollment Process */


/* Our Department */

.Department {
    position: relative;
}

.Department .card-body {
    background: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 12px;
}

.Department .bttns {
    position: absolute;
    left: 23%;
    background-color: #FEBB2C;
    border-radius: 12px;
    font-weight: bold;
}

.Department h1 {
    color: #21686A;
}

.Department h5 {
    font-size: 16px;
    height: 40px;
}

.pgap {
    color: #21686A !important;
}

.Department .card-text {
    /*padding: 25px 15px 44px 18px;*/
    text-align: center;
    font-size: 11px;
    height: 110px;
}

.Department .bttns a {
    padding: 15px 48px;
    font-size: 14px;
    font-weight: bolder !IMPORTANT;
    font-family: 'Poppins';
}


/* Our Department */
/* What Student Say */
.studentsay h1,
.studentsay p {
    color: #21686A !important;
}

.studentsay p {
    font-size: 14px;
}

.studentsay {
    position: relative;
}

.Ellopse4 {
    position: absolute;
    bottom: -21px;
    z-index: 0;
    left: -40px;
}

.bggreen {
    background-image: url('../icons/stuudentsay.png');
    background-position: center;
    border-radius: 10px;
    text-align: center;
    z-index: 1;
}


.persondetails {
    z-index: 2;
    /*position: absolute;*/
    /*top: 90%;*/
    margin-top: -40px;
    /* left: 43%; */
    text-align: center;
}

.Ellipse4 img {
    position: absolute;
    top: 42%;
    text-align: end;
    right: 0;
    z-index: -1;
}

.Ellipse5 {
    position: absolute;
    top: 79%;
    text-align: start;
    left: -28px;
    z-index: -1;
}


.inverted img {
    position: absolute;
    top: 23%;
    text-align: start;
    left: 118px;
    z-index: 2;
}

.bggreen p {
    padding: 81px 0px 56px 7px;
    font-size: 14px;
    line-height: 26px;
    color: #ffffffcf !IMPORTANT;
    min-height: 265px;
}

.studentsay {
    margin-bottom: 3%;
}

.studentsay h5 {
    font-weight: bold;
    font-size: 24px;
    margin-top: 10px;
}

.Ellopse6 {
    position: absolute;
    right: 18px;
    top: 130px;
    text-align: end;
}

/* What Student Say */
/* Partner */
.Partner .card-body h3 {
    width: 70%;
    font-size: 14px;
    min-height: 89px;
    font-weight: bold;
    font-family: Poppins;
    line-height: 21px;
    text-align: center;
    color: white;
    padding: 14px 8px 8px 9px;
    letter-spacing: 1px;
    background: #2B8285;
    /* width: 100%; */
    position: absolute;
    bottom: 0px;
    left: 15%;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
}

.Partner .card {
    border: none;
}

.Partner .slick-prev,
.slick-next {
    font-size: 34px !important;
    color: green !important;
    z-index: 1 !important;
    /* Ensure arrows are above the slides */
}

.slick-prev, .slick-next {
    top: 43% !important;
}

.Partner .slick-prev {
    left: -7px;
}

.Partner .slick-next {
    right: 10px;
}

.Partner .slick-prev:hover,
.slick-next:hover {
    /* background-color: transparent;*/
    /* Adjust the hover background color as needed */
}

.Partner img {
    /*box-shadow: 3px 0px 4px 0px gray;*/
    border-radius: 10px;
    width: 70%;
    margin: auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.Partner .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: green !important;
}

.slick-prev:before, .slick-next:before {
    color: transparent !important;
}

/*.slick-prev:before {
    content: "" !important;
}
.slick-next :before {
    content:"" !important;
}*/
.videomodal .modal-body {
    border: none !important;
}

.Partner {
    position: relative;
}

.Partner .botharrow img {
    position: absolute;
    top: 63%;
    width: 100% !important;
}

.box1,
.box2,
.box3 {
    /* backDepartmentground-color: #F8F5F5; */
}

.Partner h2 {
    color: #21686A;
}

/* Partner */

/* FAQ */
.panel, .panel2, .panel3, .panel4, .panel5, .panel6, .panel7 {
    width: 59%;
    margin-left: 80px;
}

#faq h2 {
    color: #21686A;
    font-weight: bolder;
}

#faq p {
    color: #21686A !important;
    font-weight: bolder;
    margin: 10px 0px;
    cursor: pointer;
}

#faq {
    margin-top: 80px;
}

/* FAQ */

/* footer */
.formback .btn-check:focus + .btn-primary, .btn-primary:focus {
    background-color: #FEBB2C !important;
}

.footer {
    background-color: #21686A;
    margin-top: 6%;
}

.footer p {
    color: #ffffffc2;
    text-align: justify;
    padding: 10px 13px 10px 10px;
}

.fleft {
    padding: 100px 0px;
}

.footer h3 {
    color: white;
    font-family: 'Poppins';
    line-height: 30px;
    margin: 25px 0px;
}

.footer a {
    color: #ffffffe0;
    text-decoration: none !important;
}

a {
    text-decoration: none;
}

.footerform {
    background-color: #FEBB2C;
}

.footerform h5 {
    color: #21686A;
    text-align: center;
    padding: 60px 0px 0px 0px;
}

.selectone {
    margin: 14px 0px;
}

.form-control {
    font-size: 15px;
    font-family: poppins;
    padding: 13px;
    border-radius: 10px;
}

.footer select {
    font-size: 15px;
    font-family: poppins;
    padding: 13px;
    border-radius: 10px;
}

.footer .form-group {
    padding: 0px 30px;
}

.bottomf {
    background-color: #FEBB2C;
    border-top: 1px solid white;
}

.bottomf p, .bottomf span {
    color: black;
    font-weight: bold;
    margin: auto;
    padding: 12px 0px;
    font-size: 12px;
}

.bottomf span {
    text-decoration: underline;
    font-family: Poppins !important;
    letter-spacing: 1px;
}

.bottomf label {
    font-family: Poppins !important;
    letter-spacing: 1px;
    color: black;
    font-weight: bold;
    margin: auto;
    font-size: 12px;
}

.footer input::placeholder {
    color: black;
    padding-left: 20px;
}

.footer select, .footer select option {
    color: black;
    padding-left: 33px;
    font-family: poppins;
    /*font-weight: bold;*/
}

.footerform #f_btn2 {
    background-color: #FFFFFF;
    color: gray;
}

.footerform .form-control:focus {
    color: black !important;
}

.formback select {
    font-weight: bold;
}

.formback select option {
    padding: 0px 10px;
}

/* footer */
/*
HeadingSpace*/

.headinggap {
    margin: 6% 0% 3% 0%;
    font-size: 45px;
    color: #21686A
}

.pgap {
    margin-bottom: 4%;
    font-size: 16px;
}

.card {
    background: none !important;
    cursor: pointer;
}

.whychoose .card {
    position: relative;
}

.whychoose .image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    bottom: 0px;
    left: 4px;
    right: 0;
    background-color: #febb2ccf;
    overflow: hidden;
    width: 95%;
    height: 0;
    transition: .5s ease;
    border-radius: 19px;
}

.whychoose .card:hover .overlay {
    height: 100%;
    bottom: 11px !important;
}

.whychoose .text {
    font-family: 'Poppins';
    color: #21686A;
    font-size: 20px;
    position: absolute;
    top: 55%;
    left: 49%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    justify-content: center;
    text-align: justify;
    font-size: 15px;
    width: 83%;
}

.overlayheading {
    width: 100%;
    position: absolute;
    background: transparent;
    bottom: 0px;
    padding: 14px 23px 8px 21px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    color: #21686A;
    top: 0;
    font-weight: bold;
    width: 100%;
    font-weight: bold;
    letter-spacing: 1px;
}

.imagerelavtive {
    position: relative;
}


/*

HeadingSpace*/
#phone {
    cursor: pointer;
    position: fixed;
    bottom: 60px;
    left: 15px;
    background: #d51d1d;
    padding: 17px 20px;
    border-radius: 50%;
    color: white !important;
    cursor: pointer;
    z-index: 999;
}

#phone a {
    color: white;
}

#phone a:hover {
    color: white !important
}

/*Whatsapp Css*/
.floating-wpp-button {
    width: 55px !important;
    height: 55px !important;
}

.pioner {
    color: #2B8285;
    font-weight: bolder;
    font-family: 'Poppins' !important;
    font-size: 32px;
}

.floating-wpp {
    position: fixed;
    bottom: 60px;
    left: 15px;
    font-size: 14px;
    z-index: 99;
    transition: bottom .2s;
}

.floating-wpp .floating-wpp-button {
    position: relative;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, .4);
    transition: box-shadow .2s;
    cursor: pointer;
    overflow: hidden
}

.floating-wpp .floating-wpp-button img,
.floating-wpp .floating-wpp-button svg {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0)
}

.floating-wpp:hover .floating-wpp-button {
    box-shadow: 1px 2px 8px rgba(60, 60, 60, .4)
}

.floating-wpp .floating-wpp-popup {
    border-radius: 6px;
    background-color: #E5DDD5;
    position: absolute;
    overflow: hidden;
    padding: 0;
    box-shadow: 1px 2px 8px rgba(60, 60, 60, .25);
    width: 0;
    height: 0;
    bottom: 0;
    opacity: 0;
    transition: bottom .1s ease-out, opacity .2s ease-out;
    transform-origin: bottom
}

.floating-wpp .floating-wpp-popup.active {
    padding: 0 12px 12px;
    width: 260px;
    height: auto;
    bottom: 10px;
    opacity: 1;
    margin-bottom: 57px;
}

.floating-wpp .floating-wpp-popup .floating-wpp-message {
    background-color: #fff;
    padding: 8px;
    border-radius: 0 5px 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    opacity: 0;
    transition: opacity .2s
}

.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
    opacity: 1;
    transition-delay: .2s
}

.floating-wpp .floating-wpp-popup .floating-wpp-head {
    text-align: right;
    color: #fff;
    margin: 0 -15px 10px;
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    cursor: pointer
}

.floating-wpp .floating-wpp-input-message {
    background-color: #fff;
    margin: 10px -15px -15px;
    padding: 0 15px;
    display: flex;
    align-items: center
}

.floating-wpp .floating-wpp-input-message textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    padding: 8px;
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    font-size: inherit;
    resize: none
}

.floating-wpp .floating-wpp-btn-send {
    margin-left: 12px;
    font-size: 0;
    cursor: pointer
}

/* == @MEDIA QUERY == */
@media only screen and (min-width: 320px) and (max-width: 991px) {
    .floating-wpp-button {
        width: 55px !important;
        height: 55px !important;
    }

    .floating-wpp .floating-wpp-popup.active {
        padding: 0 12px 12px;
        width: 260px;
        height: auto;
        bottom: 0px;
        opacity: 1;
        margin-bottom: 57px;
    }
}

.sec1 {
    position: relative;
    z-index: 1;
}

.studentsay .carousel-inner {
    z-index: 1;
}

.box-four {
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    max-height: 475px;
    min-height: 475px;
    background: #fff;
    overflow: auto;
}

.navbar_div i {
    margin-left: 10px;
}


.fivebox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*padding: 20px;*/
}

@media (max-width: 767px) {
    .fivebox .card {
        width: calc(50% - 10px) !important; /* Two cards per row with spacing */
    }
}


.fivebox .card {
    width: 100%; /* By default, cards take full width */
    margin-bottom: 20px;
    /*background-color: #f0f0f0;*/
    /*border-radius: 8px;*/
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
    overflow: hidden;
    padding: 0px;
}

/* Responsive layout */
@media (min-width: 768px) {
    .fivebox {
        justify-content: space-between;
    }

    .fivebox .card {
        margin: 20px 10px;
        width: calc(20% - 20px); /* Five cards in a row with spacing */
    }
}

.other_link_div .other_box_div_icon1, .other_box_div_icon {
    padding-top: 10%;
}

#nws_evt_div {
    position: fixed;
    top: 40%;
    right: 0;
    height: 100px;
    z-index: 99;
}

#nws_evt_div marquee {
    height: 220px;
    width: 1px;
    background: #fff;
    border: 2px solid #f44336;
    border-right: none;
    border-radius: 5px 0 0 5px;
    box-shadow: inset 10px 0px 11px 15px #b3a9a900, -5px 5px 18px 0px #33333300;
    transition: .8s all ease-in-out;
}

#nws_evt_div.show .nws_div_cnt::before {
    background-image: url(../icons/flash-close.png) !important;
}

.nws_div_cnt {
    position: relative;
}


.nws_div_cnt::before {
    content: '';
    position: absolute;
    top: 23px;
    left: -30px;
    width: 70px;
    height: 180px;
    cursor: pointer;
    background-image: url(../icons/flash-news.png);
);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    transition: .3s all ease-in-out;
}

.nws_img {
    width: calc(100% / 6);
    position: relative;
    margin-right: 10px;
}

.nws_img::before {
    content: '';
    position: absolute;
    top: -7px;
    left: 4px;
    border-right: 1px solid #767987;
    height: 8px;
    transform: rotate(127deg);
}

.nws_img::after {
    content: '';
    position: absolute;
    top: -2px;
    left: 4px;
    border-right: 1px solid #767987;
    height: 8px;
    transform: rotate(50deg);
}

#nws_evt_div marquee a {
    color: #1e2543 !important;
    padding-left: 5px;
    border-bottom: 1px solid #1e254378;
    margin-left: 0px;
    font-weight: 600;
    padding-bottom: 5px;
    align-items: center;
    display: flex;
    font-size: 12px;
}

#nws_evt_div.show marquee {
    width: 300px;
}

#nws_evt_div span {
    width: calc(100% / .1);
}

ul.list-unstyled.nws_evt li {
    margin-bottom: 10px;
}
