﻿@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Lexend", sans-serif;
    letter-spacing: .5px !important;
    font-size: 17px;
    min-height:100dvh
}

:root {
    --primary: #393185;
    --secondary: #d6b97e;
}

html {
    font-size: 62.5%;
}

a
{
    text-decoration: none;
    transition: .4s all ease-in-out;
}
   

ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}

a
{
    text-decoration: none;
}

/* header top start */

.top_header_div {
    background: linear-gradient(to right, white 50%, #d6b97e 0%);
    border-top: 8px solid #d6b97e;
}

.header_top_div_content img{
    width: 24px;
}

.logo_div_img {
    width: 375px;
    position: absolute;
    top: 45px;
    LEFT: 20px;
}

.header_top_div_content {
    background: #d6b97e;
}

.shade_1::after {
    content: "";
    display: block;
    width: 80px;
    height: 40px;
    position: absolute;
    top: -7px;
    filter: hue-rotate(var(--primary));
    /* background-image: url(../img/nav-radius.png); */
    background-repeat: no-repeat;
    left: -70px;
    background-size: contain;
    background: var(--secondary);
    border-bottom-left-radius: 32px;
}

.header_main
{
    position: absolute;
    width: 100%;
    z-index: 1;
}

.header_top_div_content ul > li {
    padding: 0px 10px 3px;
}
    .header_top_div_content ul > li > a {
        padding: 0px 1px;
        font-size: 16px;
        font-weight: 500;
    }
/* header top end */
/* logo start */
.logo_div_icon
{
    margin-right: 5px;
}
.logo_div_icon img
{
    width: 30px;
    filter: hue-rotate(10deg);
}
.logo_div_content
{
    display: grid;
}

    .logo_div_content span {
        text-transform: uppercase;
        font-weight: 700;
        color: #3f43a1;
        font-size: 12px;
    }

        .logo_div_content span + span {
            text-transform: uppercase;
            font-weight: 500;
            color: #0e102c;
            letter-spacing: .5px;
            font-size: 14px;
        }

    .logo_div_content a {
        text-transform: uppercase;
        font-weight: 500;
        color: #0e102c;
        letter-spacing: .5px;
        font-size: 14px;
    }

.logo_div_content ul > li
{
    display: flex;
    align-items: center;
    margin: 10px 0;
}

/* logo end */

/* back to top start */
#back-top {
    position: fixed;
    bottom: 50px;
    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: .01rem solid #0a0b35;
    box-shadow: 0 -.01rem 0 0 #3a3e9d87 inset;
    width: 100%;
    height: auto;
    display: inline-block;
    padding: .5rem 1.4rem;
    font-size: 1.5rem;
    position: relative;
    letter-spacing: .05rem;
    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: 5.1rem;
    background: linear-gradient(45deg, #7f1a16, #89231f);
    top: -.7rem;
}


.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: 4.4rem;
    background: #1d1f55;
    padding: .5rem 0 0 0 ;
    width: 25rem;
    z-index: 999999;
    border-radius: 0;
    display: block;
    visibility: hidden;
    transition: all .4s ease;
    transform: scaleY(0);
}


.Togglebtn
{
    display: none;
}


/* Menu Link Styles */

.navbar_div {
    background: linear-gradient(180deg, var(--primary) 50%, var(--primary) 0%);
}

.navbar_header > ul > li > a {
    display: inline-block;
    padding: 1rem 1.5rem;
    color: #f6fff9;
    position: relative;
    transition: 0.5s;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: .05rem;
}

.navbar_header > ul > li:hover ul:after {
    content: '';
    position: absolute;
    left: 2.5rem;
    background: #1d1f55;
    top: -.9rem;
    right: .9rem;
    width: 2.4rem;
    height: 1.2rem;
    transition: .5s all ease-in;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    bottom: -.5rem;
}

.navbar_header ul li:last-child:hover ul:after
{
    left: auto;
    right: 2.5rem;
}


.navbar_header > ul a:hover
{
    color: #000000;
}

.MobileMenubar
{
    display: none;
}

.Navbartoggle
{
    font-size: 20px;
    color: #fff;
}


.Layer2 {
    width: 100%;
    display: inline-block;
    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;
    animation-duration: 1s;
}

.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('../img/arrow-right.png');
    height: 30px;
    width: 30px;
}


.carousel-control-prev-icon {
    background-image: url(../img/arrow-left.png);
    height: 30px;
    width: 30px;
}

.slider_line {
    background: var(--secondary);
    height: 20px;
    z-index: 2;
}

.slider_line::before {
    content: '';
    position: absolute;
    background-image: url(../img/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('../img/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: linear-gradient(180deg,#d6b97e1c 15%, #d6b97e1c);
    width: 100%;
    padding: 10px 0 60px;
}


/* slider end */

/* start */
.other_link_div {
    background: #d6b97e1c;
}

.other_link_div::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-repeat: space;
    background-size: cover;
}
/* end */

/* footer start */
.footer_div {
    padding: 3rem 0 .5rem;
    border-bottom: 5px solid var(--primary);
    background-color: var(--primary);
    z-index: 2;
}

.footer_div_content h4{
    font-size: 18px;
}

.footer_div_content ul > li > a {
color: #e8e8e8;
    font-weight: 400;
    letter-spacing: .5px;
    font-size: 15px;
}

.footer_div_content ul > li
{
    line-height: 30px;
    position: relative;
}

.footer_div_content ul > li >  span > img
{
    width: 18px;
    margin-right: 8px;
}


/* footer end */
/* copyright start */
.copyright_div
{
    background: #691215;
}

.copyright p::before {
    content: '';
    position: absolute;
    width: 19px;
    height: 2px;
    background: white;
    top: 10px;
    margin-left: -25px;
}

.copyright p::after {
    content: '';
    position: absolute;
    width: 19px;
    height: 2px;
    background: white;
    top: 11px;
    margin-left: 4px;
}

.copyright_content {
    width: 270px;
    background: #d6b97e;
    margin: 0 auto;
    padding: 20px 0px 7px;
    line-height: 21px;
    clip-path: ellipse(40% 60% at 50% 60%);
    position: absolute;
    bottom: -2px;
    z-index: 0;
    right: calc(100% - 92%);
}
.copyright p {
    font-family: cursive;
    letter-spacing: 3px;
    font-weight: 100;
    font-size: 13px;
    margin-bottom: 0;
    color: #fff;
}

.copyright a {
    font-weight: bolder;
    letter-spacing: 4px;
    font-size: 20px;
    padding-top: 17px;
    font-variant: petite-caps;
    background: linear-gradient( 45deg, var(--primary), var(--primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Exo';
}


/* copyright end */
/* other link start */

.other_box_div {
    cursor: pointer;
    background-color: #fff;
    text-align: center;
    padding: 60px 30px 50px 30px;
    margin-top: -40px;
    border-top: 5px solid #3f43a1;
    transform: translateY(0px);
    transition: .5s all ease-in;
    box-shadow: rgb(0 0 0 / 8%) 0px 5px 15px;
    border-radius: 0px 0px 15px 15px;
}

    .other_box_div:hover {
        transform: translateY(-10px);
        box-shadow: 0px 11px 20px #00000024;
    }
.other_box_div span {
    font-weight: 700;
    margin: 5px auto;
    font-size: 20px;
    letter-spacing: .5px;
    color: #15173a;
    transition: .5s all ease-in;
}

    .other_box_div span:hover {
        color: #f44336;
    }


.other_box_div_icon, .other_box_div_icon1
{
    position: relative;
}

    .other_box_div_icon img, .other_box_div_icon1 img {
        position: relative;
        margin: 0 auto 10px;
        height: auto;
        text-align: center;
        filter: saturate(0.5);
    }
.other_box_div_icon::before {
    content: '';
    position: absolute;
    top: -13px;
    width: 120px;
    right: 43px;
    background: url(../img/icon_shadow1.png);
    opacity: .7;
    filter: hue-rotate(160deg);
    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(../img/icon_shadow1.png);
    opacity: .7;
    filter: hue-rotate(160deg);
    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);
}


.fw-bold1
{
    font-weight: 700!important;    
}

.other_box_div_icon:last-child::before
{
    content: '';
    position: absolute;
    top: -25px;
    width: 120px;
    right: 40px;
    background: url(../img/icon_shadow2.png);
    height: 66px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(12deg);
}

/* other linke end */
/* news event start */
.about-us h5 {
    font-size: 20px;
    color: #a9853c;
}

.title h3 {
    font-size: 28px;
    color: var(--primary);
}

.about-us h5::before {
    content: '';
    position: absolute;
    background: #3f43a1;
    height: 3px;
    margin-left: -40px;
    width: 30px;
    margin-top: 12px;
}
.about-us h5::after {
    content: '';
    position: absolute;
    background: #3f43a1;
    height: 3px;
    margin-left: 10px;
    width: 30px;
    margin-top: 12px;
}
.about-us-div_img img{
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    box-shadow: rgb(0 0 0 / 23%) 0px 5px 15px;
}
.about-btn  a{
    background: #d5b87e;
    color: white;
    padding: 8px 20px 10px 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.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%;
    border: 1px solid #e9e9e9;
    background: #fff;
    box-shadow: 1px 1px 20px rgb(229 229 229 / 92%);
}

.news_content_div a
{
    color: #3f43a1;
    transition: .3s all ease-in;
}

    .news_content_div a:hover{
        color:#f44336!important;
    }


    .news_content_date::before {
        content: '';
        background: url(../img/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: 500;
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;
    line-height: 28px;
    white-space: break-spaces;
    letter-spacing: .5px;
    padding: 5px 5px 0;
}

/* news event end */
/* map/feedback start */
.map_div iframe
{
    height: 100%;
}
.feedback {
    width: 100%;
    background: var(--primary);
    box-shadow: -20px 7px 10px rgb(109 109 109 / 15%);
    position: relative;
}
    .feedback input {
        padding: 20px;
        border-radius: 10px;
        border: none;
        height: 50px;
        width: 100%;
        background: white;
    }
        .feedback input::placeholder, .feedback textarea::placeholder {
            color: black !important;
        }
    .feedback ::placeholder {
        color: #ffffffb8;
    }

    .feedback textarea {
        padding: 20px;
        border-radius: 10px;
        border: none;
        width: 100%;
        background: white;
    }



.feedback input[type="button"]
{
    width: 100px;
}

.feedback .title h5::before, .feedback .title h5::after
{
    background: #fff!important;
}

/* map/feedback end */

/* mentor start */
div.imp_img {
    width: 100%;
    height: auto;
    margin: 10px auto;
    padding: 5px;
    position: relative;
    z-index: 1;
}

div.imp_img::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #1f214c;
    width: 83%;
    height: 70px;
    z-index: -1;
    transform: translate(10%, 4%);
    border-radius: 50%;
}

    div.imp_img > img {
        border: 2px solid #d4e3ec;
        border-top-right-radius: 30px;
        border-bottom-left-radius: 30px;
        box-shadow: rgb(255 246 246 / 35%) 0px 5px 15px;
    }


#mentor_div_carousel .carousel-control-prev, #mentor_div_carousel .carousel-control-next
{
    opacity: 0;
}

h5.imp_name 
{
    font-size: 20px;
    position: relative;
    display: inline-block;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 13px;
    padding: 30px 50px 10px 20px;
}
h5.imp_name::after{
    content: '';
    position: absolute;
    background: #fff;
    height: 3px;
    margin-left: 10px;
    width: 30px;
    margin-top: 12px;
}

div.imp_about {
    font-size: 16px;
    text-align: justify;
    line-height: 28px;
    padding-left: 20px;
    letter-spacing: .5px;
    color: #fff;
}

.mentor_div {
    background: #393185;
    z-index: 0;
}


.mentor_div .carousel-indicators
{
    left: auto;
    margin-right: 0;
}

.mentor_div .carousel-indicators > button > span {
    background: #ffffff!important;
    padding: 14px 20px;
    color: #292c69;
    font-weight: 700;
    letter-spacing: .5px;
    border-radius: 13px;
    margin: 0px 10px 0 0px;
    text-transform: uppercase;
    font-size: 16px;
}

.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: #292c69;
    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: #d6b97e1c;
    position: relative;
}

.facility_div::after
{
        content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: url(../img/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;
    opacity: .9;
    background-image: linear-gradient(180deg, #d6b97e, #d5b87e);
    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.5s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}


.map_div {
    background-color: #d6b97e1c;
}

.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: top;
            background-position: center center;
        }
        
        .facility_1 .plus
        {
            margin-bottom: 15px;
            text-align: center;
        }
        
        .facility_1 .plus > img
        {
            width: 60px;
            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
        {
                        transition: .5s all ease-in;
        }
        
        .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;
            top: 30%;
            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
        {
             right: 0;
            padding: 0 90px;
        }
        .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: 110px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    filter: hue-rotate(340deg);
}
#myCarousel
{
    overflow: hidden;
}
    #myCarousel::before {
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        width: 100%;
        height: 370px;
        background: #181a4c;
        opacity: .94;
    }

.breadcrumb_div
{
        position: absolute;
    z-index: 99;
    width: 100%;
    height: auto;
    top: 30%;
    text-align: center;
    margin-left: calc(100% - 100%);
}
h1.page_title
{
    font-size: 50px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    z-index: 0;
}

.breadcrumb_content img
{
        width: 13px;
    margin: 0 10px;
}

span.page_title
{
    color: #f2b22b;
    cursor: pointer;
    letter-spacing: .5px;
}
.inner_content {
    text-align: justify;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #17193e;
    font-size: 16px;

}
h4.page_title {
    position: relative;
    display: inline-block;
    line-height: 26px;
    font-size: 20px;
    color: #3a3e9d;
    font-weight: 700;
    margin-bottom: 13px;
    padding: 0px 50px 10px 0px;
}
h4.page_title::after {
    content: '';
    position: absolute;
    background: #3a3e9d;
    height: 3px;
    margin-left: 10px;
    width: 30px;
    margin-top: 12px;
}


.inner_design1 {
    background-image: url(../img/girl_vector.png);
    width: 188px;
    height: 192px;
    bottom: 0px;
    right: 0px;
    background-repeat: no-repeat;
    position: absolute;
    opacity: .5;
    background-size: contain;
}

/* inner end */
/* inner submenu start */
.side_bar
{
    background-image: url(../img/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: #3e4095;
    z-index: -1;
    padding: 10px 14px;
    margin-top: 31px;
}

.side_bar ul > li {
    padding: 4px 0px;
    border-bottom: 1px solid #353788;
    box-shadow: 0 -1px 0 0 #33358e47 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: rgba(0,0,0,.6);
    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;
}

.img-gallery a:hover .info {
    width: 100%;
    height: 120px;
    visibility: visible;
    top: 48px;
    transform: rotate(0) translate(0,0);
}
.img-gallery a:hover .mask1 {
    transform: rotate(
56.5deg
) translateX(1px);
}
.img-gallery a:hover .mask2 {
    transform: rotate(
56.5deg
) translateX(-1px);
}

/* gallery end */
/* Transfer Certificate */

.downloadTC_div label {
    color: #1f2044;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.downloadTC_div .form-control
{
    border: 1px solid #6d6d6d;
    background: #fff;
    position: relative;
    background: #fff;
    padding: 10px;
    font-size: 15px;
    margin-bottom: 16px;
}
.downloadTC_div input[type="button"] {
    height: 50px;
    border-radius: 10px;
    color: #fff;
    background: #3e4095;
    font-size: 15px;
}
.downloadTC_div span
{
    color: #f44336;
    padding: 5px;
}

/* download files */
#TblDetaill th, #tblPop th
{
        background: #3a3e9d;
    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: #373b95;
    }

    #TblDetaill td a:hover, #tblPop td a:hover, #TblDetaill tr a:hover, #tblPop tr a:hover {
        color: #FF5252!important;
    }

    .ModelSlider {
        top: 40px !important;
    }


#tblPop > tbody
{
    border: None;
}

#TblDetaill td
{
    letter-spacing: .5px;
    color: #191919;
    font-weight: 600;
}
    #TblDetaill td a {
        color: #373b95;
        cursor: pointer;
    }

#ModelSlider {
    background: #101230cf;
}


#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: #1f215a;
    padding: 7px 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 #373b95;
    z-index: 9;
    left: auto;
    right: 10px;
    top: -12px;
    transition: .5s all ease-in;
    border-radius: 50%;
}

    span#buttonC:hover {
        color: #FF5252;
    }



    .Model_header {
        background: #234f32;
    }
#ModelSlider .modal-content
{
    border: 2px ​solid #373b9;
}

/* modal start */
.modal-body
{
    padding: 0!important;
        border: 8px solid #373b95;
    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(../img/modal_bg.png);
    background-color: #151515a8;
}
/* modal end */


/* career form start */
#btn_reg{height: 50px;
    border-radius: 10px;
    color: #fff;
    background: #3e4095;
    font-size: 15px;
    }
.career_1 {
    border: 1px solid #1c456d;
    padding: 0;
    overflow: hidden;
    border-radius: 5px;
    background-color: #1c456d;
}
.career_1_title {
    background: #3e4095;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    letter-spacing: 1px;
    font-weight: 500;
    padding-left: 20px;
}
.career_1 .row {
    background-color: #fff;
}
.career_1 .form-control {
    font-size: 15px!important;
}

.adm_link {
    position: fixed;
    bottom: 255px;
    z-index: 9;
    right: 15px;
    background-color: #d6b97e;
    border-radius: 20px;
    padding: 8px 17px;
}
    .adm_link > a {
        color: black;
        font-weight: bold;
    }
/* career form end */

.header_top_div_content li:first-child {
    opacity: .9;
    font-size: 15px;
    color: #fff;
    margin-top: 0px;
    letter-spacing: 1px;
}

.img-gallery h3{
    margin-top:10px;
}
.fac_img_title {
    margin-top:10px;
}

#Slider img {
    width: 100%;
}

.about-us{
    padding:20px 0px 40px 0px;
}
.about-us-div_cnt span {
    text-align: justify;
    display: inline-block;
}

.campus_div {
    background: #d6b97e1c;
}
.title h5 {
    font-size: 20px;
    color: #a9853c;
}
    .title h5::after {
        content: '';
        position: absolute;
        background: #29878b;
        height: 2px;
        margin-left: 10px;
        width: 30px;
        margin-top: 13px;
    }
.title h3 {
    font-weight: 800;
    color: #393185;
    letter-spacing: 1px;
}
.campus_div_box {
    background: #fff;
    padding: 14px;
    border: 1px solid #ededed;
    margin-bottom: 20px;
    min-height: 405px;
}
.campus_div_box-img_cnt {
    overflow: hidden;
    height: 318px;
}
    .campus_div_box-img_cnt::before {
        content: '';
        position: absolute;
        top: 0;
        height: 0;
        width: 100%;
        background-color: #000000b5;
        transition: .2s all ease-in-out;
    }
.campus_div_box_img {
    width: 100%;
    overflow: hidden;
}
    .campus_div_box_img > img {
        height: 318px;
        object-fit: cover;
    }
.campus_div_box_img-cnt > a {
    background: #8b2943;
    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-title > span {
    font-size: 16px;
    font-weight: 700;
    color: #071a1b;
    letter-spacing: .5px;
}
.div_Logo {
    width: 100%;
    height: auto;
    margin: 20px 0 0px;
}
.mainlogo {
    display: flex;
}
@font-face {
    font-family: 'ROBO';
    src: url('../font/ROBO.ttf') format('truetype');
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .div_Logo > a > img {
        width: 100%;
    }
}


@media only screen and (min-width:991px) {
    .main-img-gallery h2 {
        font-size: 36px;
    }
}


@media only screen and (min-width: 1030px) {
    .mainlogo h2 {
        font-size: 40px !important;
    }
    .mainlogo h4 {
        font-size: 14px;
    }
}

.mainlogo h4{
    color:black;
}
.mainlogo h2 {
    color: #e31e24;
    font-size: 33px;
    font-weight: bold;
    font-family: 'ROBO' !important;
    letter-spacing: 2px;
    text-align: left;
}

.mainlogo img {
    max-width: 110px !important;
    max-height: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .div_Logo > a > img {
        width: 100%;
    }
}


