﻿@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');


body 
{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif!important;
    letter-spacing: .5px!important;
    font-size: 17px;
}

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, white 50%, #9f0622 0%);
    border-top: 8px solid #9f0622;
}
.logo_div_img {
    width: 100px;
    position: absolute;
    top: 20px;
    margin-left: 60px;
}

.header_top_div_content
{
    background: #9f0622;
}

.shade_1::after {
    content: "";
    display: block;
    width: 80px;
    height: 41px;
    position: absolute;
    top: -7px;
    background-image: url(../img/nav-radius.png);
    background-repeat: no-repeat;
    left: -42px;
    background-size: contain;
}

.header_main
{
    position: absolute;
    width: 100%;
    z-index: 1;
}

.header_top_div_content ul > li
{
    padding: 0 10px;
}
.header_top_div_content ul > li > a {
    padding: 0px 1px;
    font-size: 16px;
    font-weight: 600;
}
/* header top end */
/* logo start */
.logo_div_icon
{
    margin-right: 5px;
}
.logo_div_icon img
{
    width: 45px;
    border-radius: 50%;
    filter: hue-rotate(10deg);
}
.logo_div_content
{
    display: grid;
}

.logo_div_content span {
    text-transform: uppercase;
    font-weight: 900;
    color: #9f0622;
    font-size: 14px;
}

.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: 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: 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_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(180deg, #9f0622 50%, #9f0622 0%);
}

.navbar_header > ul > li > a {
    display: inline-block;
    padding: 10px 15px;
    color: #f6fff9;
    text-shadow: 1px 1px 0px #070707b3;
    position: relative;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 700;
    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-color: #03428a;
    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('../img/arrow-right.png');
}


.carousel-control-prev-icon {
    background-image: url(../img/arrow-left.png);
}

.slider_line
{
    background: linear-gradient(to bottom,#9f0622 0,#9f0622 100%);
    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: url(../img/banner-bg.jpg);
    width: 100%;
    padding: 10px 0 60px;
}


/* slider end */

/* start */
.other_link_div
{
    background: #fef9f1;
}

.other_link_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;
}
/*
.mentor_div::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../img/welcome_bg.png);
    background-attachment: fixed;
    background-size: cover;
    opacity: .3;
}
*/

/* end */

/* footer start */
.footer_div {
    padding: 3rem 0 .5rem;
    border-bottom: 5px solid #000;
    background-color: #9f0622;
    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;
    font-size: 16px;
}
.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: linear-gradient( 360deg
, #000, #000);
    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: -webkit-pictograph;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 0;
    color: #fff;
}

.copyright a {
    font-weight: bolder;
    letter-spacing: 5px;
    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;
    font-family: -webkit-pictograph;
}


/* 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-radius: 2px;
    box-shadow: 0px 2px 20px #891c180d;
    border-top: 5px solid #9f0622;
    border-radius: 0px;
}

.other_box_div span
{
    font-weight: 900!important;
    margin: 5px auto;
    font-size: 22px;
    letter-spacing: .5px;
}

.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 10px;
    height: auto;
    text-align: center;
    filter: hue-rotate(350deg);
}
.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(0deg);
    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(180deg);
    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: 900!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 */
.title h5
{
    color: #9f0622;
}

.title h5::before
{
    content: '';
    position: absolute;
    background: #9f0622;
    height: 3px;
    margin-left: -40px;
    width: 30px;
    margin-top: 12px;
}
.title h5::after
{
    content: '';
    position: absolute;
    background: #9f0622;
    height: 3px;
    margin-left: 10px;
    width: 30px;
    margin-top: 12px;
}

.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(../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: 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: #950822;
    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%;
    color:  #fff;
    background: #81071e;
}
.feedback ::placeholder
{
    color: #ffffffb8;
}

.feedback textarea
{
    padding: 20px;
    border-radius: 10px;
    border: none;
    width: 100%;
    background: #81071e;
}



.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;
    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;
    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: 17px;
    text-align: justify;
    line-height: 30px;
    padding-left: 20px;
    letter-spacing: 1px;
    color: #fff;
}

.mentor_div
{
    background: #9f0622;
    z-index: 0;
}


.mentor_div .carousel-indicators
{
    left: auto;
    margin-right: 0;
}

.mentor_div .carousel-indicators > button > span {
    background: #81061c;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    letter-spacing: .5px;
    border-radius: 2px;
    margin: 0px 10px 0 0px;
    text-transform: uppercase;
    font-size: 16px;
    border-left: 3px solid #fff;
}

.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(../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;
    background-color: rgba(33, 47, 84, 0.5);
    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: top;
        }
        
        .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: 360px;
    background-size: cover;
    background-repeat: no-repeat;
}
#myCarousel
{
    overflow: hidden;
}
#myCarousel::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 370px;
    background: #000;
    opacity: .9;
}

.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: #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;
}


.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: #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: 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: #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(../img/modal_bg.png);
    background-color: #151515a8;
}
/* modal end */