@import url('https://fonts.googleapis.com/css2?family=Alice&display=swap');

/*------------------------------------*\
    MAIN
\*------------------------------------*/

.quick_link{
    display:none;
}
.hideButton{
    display:none !important;
}
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
.main-nav nav.nav_area ul.menu {
    width: 100%;
    margin: 0;
    justify-content: space-evenly;
    flex-direction: row;
    text-align: center;
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.fal{
    color: #c4152e;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after { clear:both;}

.clear {*zoom:1; clear:both;}

img {max-width:100%;	vertical-align:bottom;}

a {	color:#444;	text-decoration:none;}

a:hover {text-decoration:none;}

a:focus {outline:0;text-decoration:none;}

a:hover, a:active {	outline:0;}

input:focus, textarea:focus, button:focus {	outline:0;	border:0;}

ul,li,h1,h2,h3,h4 {list-style-type:none;margin:0;padding:0}

a{display: inline-block;}
a:hover{color:#b2ada9}
.btn-hover{
    color:#fff;
    padding: 5px 25px;
    border-radius: 25px;
    background-color: #a08773;
}
.btn-hover:hover{
    background-color: #b16b21;
    color: #fff;
}
li{ list-style-type: none;}
body {
	/*font-family: 'Alice', serif;*/
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    color: #000;
    line-height: 28px;
}
.btn{
    padding: 10px 25px;
    text-align: center;
}
.blue-btn{
    background-color: #0631628a;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
}
.blue-btn:hover{
    background-color: #d22033;
    color: #fff;
}
.container{
    width: 98%;
    max-width: 1300px;
}
.header{

}
.header-top-menu li{
    color: #acaaa5;
    border-right:1px dotted #acaaa5 ;
    padding: 0 10px;
    font-size: 17px;
    line-height: 18px;
}
.header-top-menu li:last-child{
    border-right: 0;
}
.header-top-menu li a{
    color: #c7162f;
}
.header-top-menu li a:hover{
    color: #acaaa5;
}
.mobile{
    display:none;
}


.main-nav {
    /* background: #ffffff; */
    background: linear-gradient(360deg, #a81227, #c4152e);
    border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
.nav_area > ul > li 
{    
    display: inline-block;    
    padding: 10px 10px ; 
    position: relative; 
    margin: 0 4px;
}

/* .nav_area > ul > li
    { background-color: white ; 

    }  */
.menuStyle:hover
{    
    background-color:white;
}

.nav_area > ul > li :hover > a
{    
    color: red !important;
}

.nav_area > ul > li :hover > span
{    
    color: red !important;
}




.nav_area ul li a {
    /* color: #000; */
    color:white;
    font-size: 18px;
}

/* .menu .lv1{
background: linear-gradient(360deg, #a81227, #c4152e);
} */

.socialMedia{
display:flex;
gap: 5px;
margin-top:10px;
}

.usefulLink{
    display:none;
}

ul .sub-menu span.arrow
{
    color: red;
}
ul li span.arrow {
    /* color: #000; */
    color:white;
    padding-left: 15px;
    display: inline-block;
    vertical-align: middle;
}
ul.sub-menu li a 
{
    color: #3c2313;
    line-height: 20px;
    padding: 8px 10px 8px 18px;
    font-size: 15px;
    display: inline-block;
   
}
ul.sub-menu li {
    display: block;
    position: relative;
}

ul.sub-menu li:hover {
border: 2px solid silver;
}

ul,li,h1,h2,h3,h4,h5 
{
    list-style-type:none;
    margin:0;
    padding:0
}
.logo-slider .owl-nav {
    display: none;
}
.header-btn a{
    font-weight: bold;
    color:#003871;
}
/*---------------footer----------------------*/
.footer {
    background: #656565;
    color: #fff;
}
.f-top h3{
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.footer li {
    display:block;
}

.footer li a{color: #fff;font-size: 20px;;}
.social-icon a{
    display: inline-block;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 18px;
    background-color: #4a4a4a;
    text-align: center;
    border-radius: 100%;
    margin-left: 5px;
}
.social-icon a i{
    line-height: 30px;
}
.copyright {
    font-size: 14px;
    color: #fff;
    padding: 15px 0;
    background: #4a4a4a;
}
.copyright p{
    margin: 0;
}
/*---------------index-page-------------------*/
.home-slider{position: relative;}
.owl-dots{
    text-align: center;
    bottom: 10px;
    position: absolute;
    width: 100%;
}
.owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    background-color: #fff !important;
    border-radius: 100%;
    margin: 5px;
}
.owl-dots .owl-dot.active{
    background-color: #a71227!important;
}
.slider-tag-line {
    position: absolute;
    bottom: 80px;
    font-size: 32px;
    background: #ffffffd1;
    right: 0;
    text-align: right;
    padding: 25px 80px 25px 80px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 6% 100%);
}



.section-title{font-size: 38px; position: relative; padding-bottom:20px;}
.section-title::after{content: "";
    border-bottom: 3px solid #a71227;
    position: absolute; 
    bottom: 0;width: 154px;
    margin: 0 auto;
    left: 0;
    right: 0;

}

.news-slider .owl-nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    width:114%;
    display: flex;
    justify-content: space-between;
    font-size: 45px;
    color:#adadad;
    left: -7%;
    right: 0;

}
.news-slider .news-date{
    background-color: #d02c44;
    color: #fff;
    position: absolute;
    padding: 2px 25px 2px 15px;
    clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
    z-index: 1;
}
.news-slider .details-prd{
    background-color: #355780;
    color: #fff;
    padding: 25px;
    font-size: 20px;
}
.news-setion .container{
    max-width: 1130px;
}
.news-img{
    overflow: hidden;
}
.arc-section{
    background:#a71227 url(../image/arc-bg.png) left center no-repeat;
    background-size: 600px 100%;
}

.title-part h2{
    font-size: 38px;
    text-align: center;
    color:#fff;
}
.inner {
    margin: 10px 3px;
    position: relative;
    color:#fff;
    font-size: 20px;
    overflow: hidden;
} 
.inner::after {
    position: absolute;
    bottom: 0;
    background: linear-gradient(358deg, #000000c4, transparent);
    content: "";
    width: 100%;
    height: 150px;
    left: 0;
}
.act-inner{
    overflow:hidden;
}
.inner img,.news-img img,.act-inner img{
    width: 100%;
    transition: 0.5s all ease-in-out;
}
.inner:hover img,.news-img:hover img,.act-inner:hover img{
    transform: scale(1.2);
}
.inner h3{
    color:#fff;
    font-size: 20px;
}
.inner-details{
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.inner-details span{
    color: #fff;
}
.inner a{
    display: block;
}
.alm-section{
    background:#777 url(../image/alm-bg.png) right center no-repeat;
    background-size: 600px 100%;
}
.alm-section .blue-btn:hover{
    background-color: #777;
}
.cov-section{
    background:#355780 url(../image/cov-bg.png) left  center no-repeat;
    background-size: 600px 100%;
}
.cov-section .blue-btn:hover{
    background-color: #0d2543;
}
.banner{
    position: relative;
}
.eClass{
    display:none !important;
}
.banner::after{
    position: absolute;
    bottom: 0;
    background: linear-gradient(358deg, #000000c4, transparent);
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
}
.banner .section-title{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    color: #fff;
    width: 100%;
    padding-bottom: 5px;
    z-index: 2;
}
.page-title h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    border-left: 5px solid #cf2c43;
    padding-left: 15px;
    color:#000 ;
    text-transform: uppercase;
}
.page-title {
    border-bottom: 1px solid #b4c1d0;
    padding: 15px 0;
}
/*------------album-inedex------------------*/
.alb-details .date{
    margin-bottom: 35px;
}
.alb-details .date{
    background-color: #355780;
    padding: 15px;
    color: #fff;
        z-index: 1;
    position: relative;
}
.alb-details .date i{
    color: #cd2d44;
}
.alb-details .date h3,.alb-details .date h4{
    font-size: 17px;
}
/*----------album-details----------------*/
.d-main h5{font-size: 20px;}
.d-main h5 i{color:#cf2c43 ;}
.thumb-slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    width: calc(100% + 80px);
    justify-content: space-between;
    margin: 0;
    left: -40px;
}
h2.side-title {
    background: #d22e45;
    color: #fff;
    padding: 12px 10px;
    font-size: 16px;
    margin-bottom: 20px;
}
ul.sidemenu {
    padding: 15px 10px;
}

ul.sidemenu > li {
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
	font-weight:700;
}

ul.sidemenu > li a{color:#000;}

ul.sidemenu > li > a{display:flex; justify-content:space-between; }

ul.sidemenu > li > a i,ul.sidemenu li.acv a,ul.sidemenu li a:hover {
    color: #d22e45;
}

ul.side-sub-menu li  i {
    padding-right: 5px; font-size:10px;opacity: .7;
}
ul.side-sub-menu {
    padding: 10px 0 0;
    font-size: 14px;
    
	display:none;
}
ul.side-sub-menu li {padding:3px 0;}

.thumb-slider #sync1.owl-theme .owl-nav button {
    background: #999999;
    border-radius: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 100%;;
}

select.select-custom {
    padding: 3px 15px;
    background: #fff;
    border: 1px solid #ddd;
}
.back-btn{
    padding: 5px 10px;
    font-weight: bold;
    color: #063162;
    font-size: 25px;
}
/*---------------news----------------*/
.post-item {
    padding: 25px 0;
    border-bottom: 1px dotted #b4c1d0;
    gap: 20px;
}
.post-left {
    width: 30%;
}
.post-middle{
    width: 80%;
}
.post-item h5{
    background-color: #d02c44;
    color: #fff;
    padding: 2px 25px 2px 15px;
    clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
    z-index: 1;
    display: inline-block;
    margin-bottom: 15px;
}

.more-btn{
    display: inline-block;
    color: #fff;
    background: #063162;
    padding: 8px 0;
    white-space: nowrap;
    transition: all .5s;
    width: 130px;
    text-align: center;
    font-size: 15px;
}

.more-btn:hover{
    background: #d22e45;
    color: #fff;
}

.pdf-btn,.pdf-btn:hover{background:none;}


.pagination {
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.pagination a {
    display: inline-block;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    text-align: center;
    line-height: 30px;
    margin: 0 4px;
    color: #000;
}

.pagination a.active,
.pagination a:hover {
    background: #d22e45;
    color: #fff;
}
.pagination a:first-child:hover,
.pagination a:last-child:hover{
    background: none;
}

.pagination a img {
    height: 30px;
    object-fit: contain;
}

.post-middle h4 {
    font-size: 18px;
    padding-bottom: 5px;
}

.post-middle h5{
    font-size: 18px;
}

/*-----------news-details------------*/
.page-title-news{
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}
.d-main h2
{
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
}
.page-title-news h5
{
    background-color: #d02c44;
    color: #fff;
    padding: 2px 25px 2px 15px;
    clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
    z-index: 1;
    display: inline-block;
}
.sub-part h3 {
    color: #000;
    font-weight: 700;
    font-size: 32px;
    line-height: normal;
}
.sub-part p {
    font-size: 16px;
    line-height: 28px;
}
.org-text{
    color: #063162;
    font-size: 17px;
    font-weight: bold;
}
/*--------------calander----------------*/
.school-calender{
    max-width: 800px;
    margin: 0 auto;
}
a.download {
    font-size: 19px;
    background: #063162;
    color: #fff;
    padding: 8px 40px;
    border-radius: 5px;
    font-weight: bold;
}
a.download:hover{
    background:#ba142c;
}
h3.function {
    font-size: 15px;
    font-weight: 700;
}
h3.function:before {
    content: '';
    display: inline-block;
    height: 13px;
    width: 13px;
    background-color: #6dbd03;
    margin-right: 8px;
}
h3.function {
    padding-right: 20px;
}
h3.function.orange:before {
    background: #f1b13e;
}
h3.function.blue:before {
    background: #5696ea;
}
h3.function.red:before {
    background: #ec8347;
}
.all-event h2 {
    font-size: 38px;
    padding-bottom: 15px;
    color: #000;
}
.event-item {
    background: #fff;
    padding: 20px;
    border: 2px solid #e7e7e7;
}
.event-left h3 {
    padding-right: 10px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
}
.event-middle {
    padding-left: 20px;
    width: 28%;
    max-width: 190px;
}
.event-right {
    padding-left: 20px;
}
.event-right h3 {
    font-size: 18px;
    font-weight: 700;
}
.event-right p {
    font-size: 14px;
}
.event-left {
    border-right: 2px solid #c71b34;
    max-width: 75px;
    padding: 10px 0;
    width: 100%;

}
/*------------------media query---------------*/
@media (min-width: 1075px){
    .nav_area > ul > li{
        margin:0 10px;
    }
    /* .nav_area > ul > li:hover
    { background-color: white !important; 
    } */
  
}
@media (min-width: 992px){
    .header {
        position: relative;    z-index: 999;
    background: #fff;
    }
    /* .nav_area > ul > li:hover
    { background-color: white !important; 
        
    } */
   
    
    ul.sub-menu {
        min-width: 227px;
    }
  ul.sub-menu {
    position: absolute;
    /* background: #fff; */
    background: linear-gradient(360deg, #a81227, #c4152e);
    z-index: 555;
    text-align: left;
    padding: 0px;
    margin-top: 10px;
    left: 0;
}


    ul.sub-menu span.arrow 
    {
        display: inline-block;
        font-size: 12px;
    }
    .nav_area > ul > li ul.sub-menu 
    {
        transform-origin: 50% 0;
        transform: scaleY(0) translateZ(0);
        transition: transform 0.3s, opacity 0.3s;
        display: block;
    }
    ul.sub-menu li a
    {
        color: white;
    }
    .nav_area ul li:hover ul.sub-menu 
    {	
        display:block;
    }
    ul.sub-menu li ul.sub-menu 
    {    
        left: 100%;   
        top:  0;   
        width: 100%;  
    }

    ul.sub-menu span.arrow{color: #fff;}
    .nav_area > ul > li:hover > ul.sub-menu, .nav_area ul.sub-menu > li:hover > ul.sub-menu 
    {   
        transform: scaleY(1) translateZ(0);  
     }
    
     .nav_area ul li:hover ul.sub-menu 
     {    
         display: block; 
     }
     
   
    ul
    {
       margin-top: 0;
       margin-bottom: 0;
    }
    label.toggle 
    {   
         display: none; 
    }
    ul.sub-menu li.menu-item-has-children .arrow 
    {    
        transform: rotate(-90deg);  
        padding:0;
    }
    
   
        ul.sub-menu ul.sub-menu {
            margin-top: 0px;
        }
        /**extra--**/
        
        
}


@media (max-width:991px)
{
   
    ul.sub-menu li:hover {
        border: none;
        }
   
.container {    max-width: 100%;  }
.usefulLink{
    display:block;
}

.quickLink{
    display:none;
}
.quick_link{
    display:flex;
    justify-content: space-between;
}
.mobile{
    display:block;
}
.new-class-top-fix{
    display:none;
}

.main-nav nav.nav_area ul.menu {
    width:65%;
    display: inherit;
    text-align: left;
    padding-left: 13px;
}	
	.menuStyle:hover{
        background-color:#ba142c;
    }
	.eClass{
        display:block !important;
    }
    ul .sub-menu span.arrow
{
    color: white;
}

.noShow{
    display:none;
}
.nav_area > ul > li :hover > a
{    
    color: white !important;
}


	
    ul.menu  
    { 
        position: fixed;
        width: 80%;
        left: 0;
        text-align: left;
        background: #ba142c;
        z-index: 2;
        padding: 15px 10px;
        z-index: 10;
        top: 0;
        height: 100%;
        left: -100%;
        transition: all .4s;
    }

    .topLogo{
        width:200px;
    }

  

        ul.menu.open 
        {
            left:0;
			overflow-y: scroll;
        }
        .toggle 
        { 
  
            cursor: pointer;
    color: black;
    font-size: 22px;
    margin: 0;
    text-align: right;
    display: block;
    position: absolute;
    right: 20px;
    top: 25px;
    background-color: white;
    padding: 5px 8px 2px;
    
        } 	
        ul li span.arrow{
            color:#fff;
            font-size: 15px;
        }
       .nav_area ul li a 
        {    
            line-height: 40px;    
            font-size: 20px; 
            color:#fff;
        }
      
        nav.nav_area ul li
        {
            display:block;     
            position: relative;    
            border: 0;  
            padding:0 0 10px 0;
        }
        ul li span.arrow.close-icon i:before
        {
            content: "\f106";
        }
        ul.sub-menu li span.arrow.close-icon i:before 
        {    
            content: "\f106";  
        }
        ul li .sub-menu li a 
        {   
             line-height: 18px;  
             font-size: 15px;
        }
        ul.sub-menu span.arrow 
        {
            right: 10px;
            text-align: center;
            top: 0;
            font-size:15px;
        }

        span.arrow {
            position: absolute;
            right: 10px;
            color: #fff;
            top: 12px;
            width: 40px;
            text-align: center;
            height: 30px;
            }
        ul.sub-menu 
        {
            display: none;
            position: relative;
            background: transparent;
            padding: 0; 
            font-size:10px;   
        }
        ul.sub-menu li ul.sub-menu {    
        padding: 10px;
        width: 100%;  
    }
   
}

@media (max-width:767px)
{
    .copyright p {
        font-size: 12px;
    }
    
        ul.footer-menu {
            padding-bottom: 28px;
        }
        .number h5 {
            padding-bottom: 12px;
        }
        .logo-slider .owl-nav.disabled {
            display: none !important;
        }
       
        .banner img {
            height: 250px;
            object-fit: cover;
        }
        a.w-btn {
            text-align: center;
            display: block;
            padding: 10px 0 0;
        }
        
        ul.sidemenu{display: none;}

        /*extra css*/
        .header-top-menu{text-align: center;margin: 15px 0;font-size: 15px;}
        .slider-tag-line{font-size: 18px;padding: 10px;margin-left: 15px;}
        .news-slider .owl-nav{width: 100%;left:0;}
        .order1{order: 1;}
        .order2{order: 2;}
        .event-middle{width: 100%;padding: 20px 0 !important;}
        .event-right {
            padding: 10px 0 !important;
        }
        .right-select{margin-top: 15px;}
        .act-inner img{width: 100%;}
        .post-middle{width: 100%;padding: 15px 0;}
        .post-left {
            width: 100%;
        }
        .pdf-btn{width: auto;}
        .event-item,.post-item{display:inline-block;width:49%;vertical-align: top;}
        .event-left{border-bottom: 2px solid #c71b34;border-right:none;}
        

}
@media only screen and (min-width:768px) {
    .title-part{
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
        width: 100%;
    }

    ul.sidemenu {
        display: block !important;
    }
    h2.side-title{display: none;}

}


/*New css 4-10-2022*/
.header.fixed {
    z-index: 9999;
}
.fixed .container-hide-fixed {
    display: none;
}
.header.fixed .new-class-top-fix .container {
    flex-direction: row;
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
    display: flex;
}
.header.fixed .new-class-top-fix .container .logo-scroll-down-fixe {
    display: inline-block;
    max-width: 211px;
    margin-right: 20px;
}
.header.fixed .new-class-top-fix {
    padding-top: 10px;
    padding-bottom: 10px;
}

.logo-scroll-down-fixe {
    display: none; 
}



@media (min-width: 992px) {
.header.fixed ul.sub-menu {
    margin-top: 25px; 
   
}

}

@media only screen and (max-width: 767px) {
.fixed .container-hide-fixed {
    display: block;
}
.header {
    position: relative !important;
}


}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header {
    position: relative !important;
}
}









