.visible-phone,
.visible-tablet {
	display:none !important;
	}	
.simplePopup { z-index: 999999 !important; }
.hidden-desktop{
    display:none !important;
}
#page {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	width:100%; height:100%;
	position:relative;
	overflow:hidden;
	padding:0px;
}

@media(min-width:768px){
.nav_bg {
	height:48px; position:absolute; right:0px; top:49px;
	z-index:9999;
	}
body.header-fixed .nav_bg { top:19px; }
.menu_fix { 
	position:absolute; left:0px; top:0px; width:100%;
	background:#414a53;
	}
.menu_fix.fixed,
.topbar_bg.fixed { position:fixed !important; box-shadow:0 3px 2px 0 rgba(0,0,0,0.03); }
}
@media (max-width:979px){
/* Menu css */

.header.sticky  .mobile-menu-toggle {
    top:-120px;
}
.header.sticky .logo img {
    width: 275px;
    top: 25px;
}
.header.sticky .mobile-menu-toggle {
    top: -105px;
}
 .mobile-menu-toggle {
        display: block;
        width: 40px;
        height: 45px;
        position: absolute;
        cursor: pointer;
        margin: -5px auto 15px;
        right: 20px;
    }
.header .nav li{
    background: linear-gradient(90deg, rgba(0,4,29,1) 67%, rgba(15,23,71,1) 100%) !important;
}

.header .nav li a {
    background: linear-gradient(90deg, rgba(0,4,29,1) 67%, rgba(15,23,71,1) 100%) !important;
}


    .mobile-menu-toggle .bar {
        background-color: #124265;
        height: 3px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: background-color 0.3s ease;
    }

    .mobile-menu-toggle .bar:first-child {
        top: 25%;
    }

    .mobile-menu-toggle .bar:last-child {
        top: 75%;
    }
    #nav:not(.open){
    	display: none !important;
    }

.header .nav li {
    float: none;
    position: relative;
   	padding-bottom: 1px;
    
}
.header .header-menu {
   
    width: 100%;
    background: none;
    height: auto;
}
.header .nav li a {
   
    background: #f2f2f2;
    color: #fff;

}
.header .nav li .sub-menu{
	transform: scale(1);
	opacity: 1;
	visibility: visible;
	position: relative;
	background: none;
}
.header .nav li .sub-menu li a {
	font-size: 13px;
	color: #c5c5c5;
    padding-left: 30px;
	}
	.header .nav li a {
		font-size: 16px;
	}
	.header .social {
		float: none;
		text-align: center;
		display: block!important;
	}
}

@media (min-width:768px) and (max-width:980px){
.visible-tablet {
	display:block !important;
	}
.hidden-tablet {
	display:none !important;
	}
.tab-align-L { text-align:left !important; }
.tab-align-C { text-align:center !important; }
.tab-align-R { text-align:right !important; }

#main {
    padding-top: 1px !important;
	}
	
.row > .grid-tab1 { width:8.33%; }
.row > .grid-tab2 { width:16.66%; }
.row > .grid-tab3 { width:25%; }
.row > .grid-tab4 { width:33.33%; }
.row > .grid-tab5 { width:41.65%; }
.row > .grid-tab6 { width:49.98%; }
.row > .grid-tab7 { width:58.31%; }
.row > .grid-tab8 { width:66.64%; }
.row > .grid-tab9 { width:74.97%; }
.row > .grid-tab10 { width:83.3%; }
.row > .grid-tab11 { width:91.63%; }
.row > .grid-tab12 { width:100%; }



.frm_grid > .grid-tab1 { width:8.33%; }
.frm_grid > .grid-tab2 { width:16.66%; }
.frm_grid > .grid-tab3 { width:25%; }
.frm_grid > .grid-tab4 { width:33.33%; }
.frm_grid > .grid-tab5 { width:41.65%; }
.frm_grid > .grid-tab6 { width:49.98%; }
.frm_grid > .grid-tab7 { width:58.31%; }
.frm_grid > .grid-tab8 { width:66.64%; }
.frm_grid > .grid-tab9 { width:74.97%; }
.frm_grid > .grid-tab10 { width:83.3%; }
.frm_grid > .grid-tab11 { width:91.63%; }
.frm_grid > .grid-tab12 { width:100%; }

/*****/
.owl-carousel .owl-item{
	height: 300px;
} 
.gallery{
height: 444px;

}
.uvideo iframe{
	width: 220px;
}
.flip-card-inner{
	width: 100%;
	height: 77%;
}
.header .topbar{
	margin-bottom:0;
}
.iconmenu li{
padding: 4px 10px 14px 60px;
}
.iconmenu li i{
	top: 8px;
}
.visionhead:before {
width: 200px;
	}
	.visionhead:after {
		width:200px;
	}
.header .logo::before{
	width: 268px;
}
/*page*/
.header .logo::after{
	height:85px
} 	
 .header .logo::before{
	height:85px
} 	
.top_bannermainhead {
	margin-top: 40px;
}
.top_bannersubhead{
		margin-top: 50px;
}
.about_bg {
	height: 100px;
}
 
}	

@media (max-width:767px){
.visible-phone {
	display:block !important;
	}
.mob-pd10{
    padding:10px !important;
}	
.mob-pd20{
    padding:20px !important;
}
.mob-pd0L{
    padding-left:0px;
}
.mob-pd0R{
    padding-right:0px;
}
.mob-pd35B{
    padding-bottom:35px;
}
.hide-mob,	
.hidden-phone {
	display:none !important;
	}
.mrg-mob-auto { margin-left:auto !important; margin-right:auto !important; }
.mob-align-L { text-align:left !important; }
.mob-align-C { text-align:center !important; }
.mob-align-R { text-align:right !important; }

.fs8-mob { font-size:8px; }
.fs9-mob { font-size:9px; }
.fs10-mob { font-size:10px; }
.fs11-mob { font-size:11px; }
.fs12-mob { font-size:12px; }
.fs13-mob { font-size:13px; }
.fs14-mob { font-size:14px; }
.fs15-mob { font-size:15px; }
.fs16-mob { font-size:16px; }
.fs17-mob { font-size:17px; }
.fs18-mob { font-size:18px; }
.fs19-mob { font-size:19px; }
.fs20-mob { font-size:20px; }
.fs21-mob { font-size:21px; }
.fs22-mob { font-size:22px; }
.fs23-mob { font-size:23px; }
.fs24-mob { font-size:24px; }
.fs25-mob { font-size:25px; }
.fs26-mob { font-size:26px; }
.fs27-mob { font-size:27px; }
.fs28-mob { font-size:28px; }
.fs29-mob { font-size:29px; }
.fs30-mob { font-size:30px; }
.fs31-mob { font-size:31px; }
.fs32-mob { font-size:32px; }
.fs33-mob { font-size:33px; }
.fs34-mob { font-size:34px; }
.fs35-mob { font-size:35px; }
.fs36-mob { font-size:36px; }
.fs37-mob { font-size:37px; }
.fs38-mob { font-size:38px; }
.fs39-mob { font-size:39px; }
.fs40-mob { font-size:40px; }

.img-right,
.img-left,
.img.alignright,
.img.alignleft {
	float:none !important;
	margin-left:0px !important;
	margin-right:0px !important;
	width:auto !important;
	}

img.alignnone,
img.alignleft,
img.alignright { float:none; margin:0 0 5px 0; display:block; max-width:100%; height:auto; }

/* Layout CSS
**********************************/
body:not(.home) .cmstxt.align-J { text-align:left !important; }
.img_left {
	float:none !important;
	max-width:none !important;
	margin:0 0 5px 0 !important;
	}
.img_left img {
	margin:0 auto !important;
	}
	
.alignleft,
.alignright,
.aligncenter { float:none !important; margin:0 auto 10px !important; max-width:100%; }

.row > [class^="grid"] { float:none; width:auto; }
.row > [class^="grid-mob"] { float:left; }
.row > .grid-mob1 { width:8.33%; }
.row > .grid-mob2 { width:16.66%; }
.row > .grid-mob3 { width:25%; }
.row > .grid-mob4 { width:33.33%; }
.row > .grid-mob5 { width:41.65%; }
.row > .grid-mob6 { width:49.98%; }
.row > .grid-mob7 { width:58.31%; }
.row > .grid-mob8 { width:66.64%; }
.row > .grid-mob9 { width:74.97%; }
.row > .grid-mob10 { width:83.3%; }
.row > .grid-mob11 { width:91.63%; }
.row > .grid-mob12 { width:100%; }



.frm_grid > [class^="grid"] { float:none; width:auto; }
.frm_grid > [class^="grid-mob"] { float:left; }
.frm_grid > .grid-mob1 { width:8.33%; }
.frm_grid > .grid-mob2 { width:16.66%; }
.frm_grid > .grid-mob3 { width:25%; }
.frm_grid > .grid-mob4 { width:33.33%; }
.frm_grid > .grid-mob5 { width:41.65%; }
.frm_grid > .grid-mob6 { width:49.98%; }
.frm_grid > .grid-mob7 { width:58.31%; }
.frm_grid > .grid-mob8 { width:66.64%; }
.frm_grid > .grid-mob9 { width:74.97%; }
.frm_grid > .grid-mob10 { width:83.3%; }
.frm_grid > .grid-mob11 { width:91.63%; }
.frm_grid > .grid-mob12 { width:100%; }

body {
    background: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    line-height: 2;
    font-size: 15px;
}
p{
     font-weight: 300;
    line-height: 2;
    font-size: 15px;
}


#topbar {
    /*background:linear-gradient(90deg, rgb(0, 10, 36) 67%, rgb(15, 23, 71) 100%);*/
}
.mobile-menu-toggle {
    top: -45px;
    right:0px;
}
.header .logo {
    float: left;
    position: relative;
    padding: 7px 15px 40px;
}
.header .home-logo .logo {
    padding: 7px 0px;
}
.mobile-menu-toggle .bar{
    background-color:#0F1747 !important;
}
.header .header-menu {
    padding-left: 0px;
}
.header .nav li .sub-menu {
    width: 100%;
}
.header .nav li .sub-menu .sub-menu {
    left: 0px;
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    padding-left: 20px;
}
.welcometoschool .school_img img {
    width: 300px;
    margin: 0 auto;
}
.header .logo img {
    display: block;
    width: auto;
    max-width: calc(100% - 55px);
    position: relative;
    z-index: 9;
    top: 18px;
}
.welcometoschool .hd-subtitle {
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: #fff;
    text-align:center !important;
    line-height: 50px;
}
.hd-typ1 {
    font-size: 24px;
    color: #E3B337;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 35px;
    font-style: normal;
    text-transform: uppercase;
}
.principalmessage .hd-typ1 {
    font-size: 31px;
    color: #E3B337;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 40px !important;
    font-style: normal;
    text-transform: uppercase;
}
.hidden-desktop{
    display:block !important;
}
 .mobile-tab {
     padding-top:1px !important;
 }
.welcometoschool .welcome-paragh {
    color: #fff !important;
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 300;
}
.welcometoschool {
    padding: 20px 0px;
    position: relative;
    background: linear-gradient(90deg, rgb(0, 10, 36) 67%, rgb(15, 23, 71) 100%);
}
.principalmessage .hd-subtitle {
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: #000;
    line-height: 40.16px;
}
.principalmessage .school_img img {
    height: 400px;
    position: relative;
    top: 20px;
    left: 10px;
}
.principalmessage .school_img img {
    height: 400px;
    position: relative;
    top: 40px;
    left: 10px;
}
.diocese-section img {
    margin: 0 auto;
    padding-bottom: 20px;
}
.diocese-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.managermessage .hd-subtitle {
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: #000;
    text-align:center;
    line-height: 20.16px;
}
.principalmessage {
    padding: 30px 0px;
    position: relative;
    background: #fff;
}
.photo-slider {
    width: 380px;
    overflow: hidden;
    height: 350px;
    position: relative;
    top: 50px;
    left: 8px;
    /* -webkit-box-shadow: 0px 5px 5px black; */
    /* box-shadow: 0px 5px 5px black; */
}
.diocese-subtitle {
    font-size: 21px;
    line-height: 27.16px;
}
.foundermessage {
     padding: 40px 15px;
    position: relative;
    bottom: 20px;
    background: #f3f3f5f0;
}
.managermessage {
    padding-bottom: 20px;
    position: relative;
    background: #fff;
}
.our-achivements {
    padding: 40px 15px;
    position: relative;
    background: #fff;
}
.child-progress {
    padding: 40px 15px;
    position: relative;
    background: #000;
}
#facilitieslist {
    position: relative;
    padding-bottom: 0px;
}
.photo-controls {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    /* margin-top: 50px; */
    position: relative;
    left: 0px;
    top: 0px;
}

.newsandevents .newdate {
    background: #F3B846;
    width: 55px;
    height: 70px;
    position: absolute;
    right: -8px;
}
.newandeventssection {
    padding-top: 20px;
    padding-bottom: 15px;
}
.mobilepadding {
    padding-top: 0px !important;
    padding-bottom: 30px !important;
}
.mobpadding{
    padding-left:10px !important;
}


.main_banner .owl-dots {
    text-align: center;
    margin-top: 20px;
    position: absolute;
    bottom: 3px;
    left: 0px;
    right: 0px;
}
.newscontent {
    padding: 15px 0px 0px 0px;
}
.font-news .news-dec p {
    min-height:0px;
}
/*topbannerpage*/
 .top_bannersubhead{
 	float: none;
 	margin-top: 0;
 	clear: both;
 }
 .top_bannermainhead {
    margin-top: 70px;
}

	/*section*/
	.cta .info-img {
		    margin: 0px auto 0px auto;

	}
	.cta.infobox-wrapper {
		padding-top: 0px!important;
	}
	.cta .cta-inner{
		margin-top: 0;
	}
	.header .logo::before,.header .logo::after{
	
	display: none;

	}
	#nav{
		
		background: #fff;
	}


/*************************************/
.flip-card-inner{
	width: 110%;
	height: 78%;
	top:20px;
}
.uvideo iframe{
	width: 330px;
}
.cta .info-img{
	width: 70px;
	height: 70px;
	top: -30px;
	left: 54%;
}
.visionhead:before {
width: 50px;
	}
	.visionhead:after {
		width:50px;
	}
	
/**********Principal'sDesk************/
	.desk_paragraph{
	margin-left: 10px;
}
/*studentcabinet*/
.cardboxL{
	float: none;
	width: 0;
}
.cardbox{
	float: none;
		width: 0;
	}
.cabinetflip-card{
	width: 260px;
    height: 216px;
}
.t_desk{
	
    width: 500px;
}

