@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif !important;
	font-size: 14px;
	font-weight: 400;
}
p{
	font-family: 'Poppins', sans-serif !important;
	font-size: 14px;
	color: #222;
	line-height: 1.6;
}
a{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 500;
}
a:hover,a:focus{
	text-decoration: none;
	outline: none;
}
h1,h2,h3,
h4,h5,h6{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 600;
}
.padding-zero{
	padding: 0 !important;
}
.pl-0{
	padding-left: 0;
}
.pr-0{
	padding-right: 0;
}
.pb-0{
	padding-bottom: 0;
}
.pt-0{
	padding-top: 0;
}
.header-top{
	background-color:#0c245ae6;	
}
.header-top ul{
	text-align: center;
	margin-bottom: 0;
}
.header-top ul li{
	list-style-type: none;
	display: inline-block;
	margin: 0;
	padding: 10px 12px;
	border-right: 1px solid #949122;
}
.header-top ul li:last-child{
	border: none;
}
.header-top ul li:hover{
	background-color: #949122;
}
.header-top ul li a{
	color: #fff;
	font-size: 13px;
	line-height: 20px;
}
.header-top ul li a:hover,
.header-top ul li a:focus{
	text-decoration: none;
	outline: none;
}
.header-top ul li:hover i{
	color: #000;
}
.header-top ul li i{
	color: #c2a248;
	margin-right: 5px;
	font-size: 14px;
}
.header-bottom{
	position: absolute;
    background: rgba(255,255,255,1);
    z-index: 99;
    width: 100%;
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}
.header-bottom img{
	max-height: 72px;
}
.header-bottom .title-text img{
	margin-top: 10%;
    margin-left: 3px;
}
.header-title a{
	display: flex;
}
.header-bottom.sticky {
    position: fixed !important;
    top: 0;
    width: 100% !important;
    z-index: 999 !important;
    animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-70px);
	}
	100% {
		transform: translateY(0px);
	}
}
.header-title-inner{
	padding: 10px 0;
	max-width: 1360px;
	margin: 0 auto;
}
.sticky .header-title-inner{
	padding: 5px 0;
}
.main-slider{
    margin-top: 91px;
}
.main-slider img{
	width: 100%;
	height: auto;
}
.slick-initialized .slick-slide,
.slick-slide img:focus{
    outline: none !important;
}
.flash-news{
	padding: 0px 0;
}
.blink-text{
	text-align: left;
	overflow: hidden;
	float: right;
}
.blink-text h4{
	background: #c2a248;
	color: #fff;
	display: inline-block;
	padding: 10px;
	position: relative;
	border-radius: 4px;
	margin: 0;
}
.blink-text h4:before,
.blink-text h4:after{
	content: '';
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    /*width: 2000px;*/
    background-color: #0c245a;
}
.blink-text h4:before{
	right: 100%;
}
.blink-text h4:after{
	left: 110%;
}
.blink-text h4 span{
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
}
.blink{
	animation: blinkingText 1s linear infinite;
}
@keyframes blinkingText{
	0% {
        opacity:0
    }
    50% {
        opacity:.5
    }
    100% {
        opacity:1
    }
}
.online-admission{
    text-align: center;
}
.blink_bg{
    color: #fff;
	padding: 5px;
	display: inline-block;
	border-radius: 0px;
	animation: blinkingBackground 4s infinite;
	border: 1px solid #fff;
	margin: 6px auto;
	font-size: 1.2rem;
}
.blink_bg:focus,
.blink_bg:hover{
    color: #fff;
    outline: none;
    box-shadow: none;
}
@keyframes blinkingBackground{
	0%		{ background-color: #96cf7e;}
	25%		{ background-color: #4f81bb;}
	50%		{ background-color: #96cf7e;}
	75%		{ background-color: #4f81bb;}
	100%	{ background-color: #96cf7e;}
}
.flash-news span.text1{
	float: left;
    margin: 15px 10px 11px;
    position: relative;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    cursor: pointer;
    width: 100%;
    background: transparent;
}
.flash-news span.text1 a{
	color: #0c245a;
	font-weight: 500;
    font-size: 15px;
    padding-right: 20px;
}
.flash-news span.text1 a:hover,
.flash-news span.text1 a:focus{
    color: #c2a248 !important;
}
.flash-news span.text1 a:after{
    content: "";
    height: 17px;
    width: 1px;
    position: absolute;
    background-color: #0c245a;
    margin: 3px 10px 0;
}
.flash-news span.text1 a:last-child:after{
    display: none;
}
.read-all{
    position: relative;
    display: block;
    text-align: right;
    width: 98%;
    margin: 20px 10px 0;
}
.read-all a{
    color: #c2a248 !important;
}
.read-all a:hover,
.read-all a:focus{
    color: #0c245a !important;
}
.read-all a:after{
    display:none;
}
.welcome-text{
	background: #0c245a;
	padding: 40px 0;
}
.welcome-text-inner{
	background-color: #fff;
	border-radius: 0px;
    box-shadow: 0px 6px 8px rgba(0,0,0,0.6);
}
.welcome-title h3{
	text-align: center;
	background-color: #c2a248;
	padding: 10px 0;
	margin-top: 0;
	border-radius: 5px;
}
.welcome-content p{
	text-align: justify;
}
.welcome-left{
	padding: 20px;
}
.welcome-right{
    padding: 5px 4px 0px;
	/*box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);*/
}
.read-more{
	text-align: right;
}
.read-more a{
	background: #c2a248;
    font-size: 15px;
    color: #fff;
    padding: 5px 7px 5px 7px;
    text-transform: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-transform: uppercase;
}
.news{
	padding: 40px 0;
}
.news-inner ul{
	padding-left: 0;
    width: 100%;
    display: inline-block;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.news-inner ul li{
	float: left;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 33px;
}
.news-inner li a{
	color: #fff;
	padding: 0 1.5em 0 .3em;
	transition: color .2s;
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
    border: none;
    margin: 0;
}
.news-inner li a:after{
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    outline: 1px solid transparent;
    border-radius: 10px 10px 0 0;
    background: #0c245a;
    box-shadow: inset 0 -3px 3px rgba(0,0,0,.05);
    content: '';
    -webkit-transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
    transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.news-inner li a span{
	font-weight: 500;
    font-size: 14px;
    vertical-align: middle;
}
.administration{
	box-shadow: 0 -6px 24px rgba(10,10,10,.09);
    box-sizing: border-box;
    padding: 35px 10px 30px 20px;
}
.admin-single{
	display: flex;
}
.admin-single h5{
	margin-left: 15px;
	font-size: 16px;
	line-height: 1.5;
}
.admin-single h5 a{
	color: #192f59;
	font-weight: 600;
}
.admin-single h5 a:hover{
	color: #c2a248;
}
.admin-single img{
	float: left;
    width: 45px;
}
.fr-john-bosco{
	background: url('../img/father-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.fr-jb-right{
	padding: 18px 70px 34px 55px;
}
.about-dbcy h1,
.fr-john-bosco .heading-one{
	font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    color: #fff;
    padding-bottom: 20px;
} 
.fr-john-bosco p{
	text-align: justify;
	color: #c1d3ff;
	font-size: 17px;
}
.fr-john-bosco .read-more,
.about-dbcy .read-more{
	text-align: left;
	margin-top: 30px;
}
.about-dbcy{
	background: url(../img/about-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 60px 0 70px;
}
.dbcy-left{
	text-align: center;
}
.dbcy-left img{
	max-height: 80px;
	margin: 0 auto;
	background: transparent;
	padding: 5px;
}
.dbcy-left h1{
	color: #fff;
		font-size: 24px;
}
.about-dbcy p{
	text-align: justify;
	color: #c1d3ff;
	font-size: 17px;
}
.facilities{
	background: #0c245a;
    color: #fff;
    padding: 35px 40px 40px;
}
.facilities h1{
	color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    margin-top: 27px;
    margin-bottom: 22px;
    text-align: center;
}
.facilities img{
	margin: 0 auto;
}
.facilities p{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 21px;
    max-height: 189px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 14px;
    text-align: justify;
    color: #c1d3ff;
    margin-bottom: 0;
}
.facilities .read-more{
	text-align: center;
	margin-top: 15px;
}
.facilities .read-more a{
	text-align: center;
	padding: 5px 15px;
}
.news-events{
	padding: 30px 0 30px;
}
.news-title .updates{
	font-size: 24px;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0;
    color: #163269;
    float: left;
    margin-right: 30px;
    margin-top: 0;
    font-weight: 700;
}
.news-title .divider {
    overflow: hidden;
    border-bottom: 3px solid #e6e6e6;
    padding-top: .6em;
    font-size: 24px;
}
.news-title a{
	margin-top: 0;
    display: inline-block;
    color: #c2a248;
    text-transform: capitalize;
    font-size: 14px;
    width: 100%;
    margin-bottom: 32px;
}
.news-big h3{
	font-size: 14px !important;
    margin-top: 16px !important;
}
.news-small h3{
	font-size: 14px !important;
    margin-top: 16px !important;
    margin-top: 0 !important;
}
.news-big h2,
.news-small h2{
	margin-top: 0;
    font-weight: 700;
    margin-bottom: 16px;
}
.news-big h2 a{
	color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 25px;
    max-height: 75px;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    font-size: 19px;
    margin-top: 5px;
}
.news-small h2 a{
	color: #444;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    line-height: 20px;
    max-height: 60px;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    font-size: 14px;
    margin-top: 5px;
}
.news-big h2 a:hover,
.news-small h2 a:hover{
	color: #c2a248;
}
.news-big .news-thumbnail img{
	max-height: 310px;
	margin: 0 auto;
}
.news-small .single-news{
	margin-bottom: 30px;
}
.news-small .single-news:last-child{
	margin-bottom: 0;
}
.award{
	background: #0c245a;
    color: #fff;
    padding: 50px 0 50px;
}
.award h3{
	margin-bottom: 28px;
    text-align: center;
    font-size: 28px!important;
    border-bottom: 1px solid #29447a;
    padding-bottom: 15px;
}
.award-content img{
	margin-bottom: 16px;
}
.approval{
	background: #1b2434;
}
.collab{
	background: #0c245a;
	padding: 30px 0px 20px 0px;
}
.aprroval-heading,
.collab-heading{
	display: table-cell;
    vertical-align: middle;
    height: 125px;
    color: #fff;
    padding: 15px;
    box-sizing: border-box;
}
.aprroval-heading h3,
.collab-heading h3{
	font-size: 21px;
	line-height: 35px;
}
.aprroval-area ul,
.collab-area ul {
    padding-left: 0;
    list-style: none;
}
.aprroval-area ul li,
.collab-area ul li {
    float: left;
    padding: 10px;
    text-align: center;
}
.aprroval-area img, 
.collab-area img{
    width: 85px;
}
.college-location img{
    width: 100%;
    height: auto;
}


/***** 11-11-2020 *****/

.sub-head p{
        font-size:16px !important;
    }
    .sub-heading p{
        font-size:18px !important;
        color:#cba443 !important;
    }
   .links node-links clearfix{
       display:none !important;
   }
footer{
	/*padding: 30px 0 0;*/
	background: #181818;    
}
footer .widget-title{
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 15px;
    margin-bottom: 20px;
    margin-top: 0;
    color: #fff;
    border-bottom: 2px solid #c2a248;
}
footer .widget-title.second-title{
	margin-top: 25px;
}
footer .widget-content{
	font-size: 14px;
}
footer ul{
	padding-left: 0;
}
footer ul li{
	list-style-type: none;
	color: #fff;
	margin-bottom: 15px;
	line-height: 1.3;
}
footer ul span{
	color: #c2a248;
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
}
footer ul li a{
	color: #fff;
}
footer ul li a:hover,
footer ul li a:focus{
	color: #bfbfbf;
}
footer .count{
	color: #fff;
	margin-top: 50px;
}
footer .count span{
	background-color: #c2a248;
	padding: 0 10px;
	border-radius: 10px;
	margin-left: 15px;
}
footer .second-list{
	margin-top: 15px;
}
/*.general-info li a:before,
.helpful-links li a:before,
.activities li a:before{
	content: "\f0a4";
  	font-family: FontAwesome;
  	display: inline-block;
  	width: 1.3em;
  	color: #c2a248;
  	margin-right: 8px;
}*/
ul.social{
	margin-bottom: 0;
	text-align: right;
}
ul.social li{
	display: inline-block;
	margin-bottom: 0 !important;
}
footer .facebook{
	padding: 5px 11px;
	color: #fff !important;
	background-color: #3b5998;
	margin-right: 15px;
	border-radius: 50%;
	line-height: 30px;
}
footer .facebook:hover{
	color: #fff;
	opacity: 0.7;
}
footer .twitter{
	padding: 5px 10px;
	color: #fff !important;
	background-color: #55acee;
	margin-right: 10px;
	border-radius: 50%;
	line-height: 30px;
}
footer .twitter:hover{
	color: #fff;
	opacity: 0.7;
}
footer .linkedin{
	padding: 5px 10px;
	color: #fff !important;
	background-color: #007ab9;
	margin-right: 10px;
	border-radius: 50%;
	line-height: 30px;
}
footer .linkedin:hover{
	color: #fff;
	opacity: 0.7;
}
footer .youtube{
	padding: 5px 10px;
	color: #fff !important;
	background-color: #dc4e41;
	margin-right: 10px;
	border-radius: 50%;
	line-height: 30px;
}
footer .youtube:hover{
	color: #fff;
	opacity: 0.7;
}
footer .widget-content .social{
	margin: 25px 0;
}
footer .widget-content .social li{
	margin-bottom: 0;
}
footer .widget-content .social li i{
	line-height: 38px;
}
.footer-contact ul li i{
	font-size: 15px;
	color: #c2a248;
  	margin-right: 16px;
}
.footer-contact ul li i.fa-mobile{
	font-size: 20px;
	margin-right: 20px;
}
.footer-contact ul li i.fa-map-marker{
	margin-right: 16px;
	font-size: 17px;
}
.footer-contact ul li .empty-space{
	margin-right: 27px;
	display: inline-block;
}
.footer-top{
	padding: 30px 0 15px;
	border-bottom: 1px solid #c2a248;
}
.footer-bottom{
	background: #202020;
    padding: 10px 0;
    text-align: center;
}
.footer-bottom p{
	color: #fff;
	margin-bottom: 0;
}
.footer-bottom span{
	color: #c2a248;
}
.footer-bottom a{
	color: #c2a248;
}
.footer-bottom a:hover{
	opacity: 0.7;
}
.sub-page .flash-news{
	padding: 5px 0;
	background-color: #fff;
}
.sub-page p{
	font-size: 14px;
	line-height: 21px;
	color: #222;
	text-align: justify;
}
.sub-page .management p,
.sub-page .council p{
    text-align: center;
}
.align-left{
	float: left;
	margin: 0 15px 5px 0;
}
.sub-page .sub-content{
	background-color: #fff;
	padding: 25px 0;
}
.sub-page .page-title{
	font-size: 20px;
	color: #163269;
    margin-bottom: 32px;
    margin-top: 16px;
    position: relative;
}
.sub-page .page-title:after{
    position: absolute;
    content: "";
    width: 75px;
    height: 2px;
    background: #c2a248;
    bottom: -8px;
    left: 2px;
    border-radius: 34px;
}

.breadcrumb{
	background: #e9ecef !important;
}
.breadcrumb span{
	color: #c2a248;
	font-size: 14px;
}
.breadcrumb a{
	color: #192f59;
}
.breadcrumb a:hover,
.breadcrumb a:focus{
	color: #c2a248;
}
.sub-title{
    background: url('../img/breadcrumb-img.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    opacity: 0.6 rgba(0,0,0,0.81) !important;
    background-position: top center;
    margin-top: 120px;
}
.sub-title span{
    font-size: 38px !important;
    padding-top: 100px;
    padding-bottom: 60px;
    z-index: 9 !important;
    font-weight: 500;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
    display: block;
}
.subpage-menu{
    height: 97px;
}
.subpage-menu.sticky{
    height: 87px;
}
.modal-body .text-center {
    text-align: center !important;
    margin-bottom: 16px;
}
.modal.in .modal-dialog{
    margin-top: 2%;
    width: 700px;
}
.modal.fade.in{
    opacity: 0.9 !important;
}
.modal-content{
    background: #fff;
    color: #fff;
    text-align: center;
    z-index: 999;
}
.modal-header{
    border-bottom: 1px solid #0c245a;
}
.modal-header .close{
    opacity: 1;
    color: #fff;
}
.model-title{
    font-size: 36px;
}
hr{
    border-top: 1px solid rgba(0,0,0,.1);
}
.modal-body{
    /*padding-bottom: 45px;*/
}
.modal-body a.btn-bg {
    font-size: 15px;
    color: #fff;
    background: #c2a248;
    padding: 5px;
    border-radius: 8px;
}
.modal-body a img{
    width: 80px;
    border: none;
    margin: 0 auto;
}
.modal-body h6{
    color: #fff;
}
.covid-image img {
    border: 4px solid #378eea;
    border-radius: 3px;
}
.covid-title h4 {
    margin-top: 20px;
}
.covid-title h5 {
    color: #ff8200;
    margin-bottom: 20px;
}

@media (min-width: 1290px){
 /*   .container{*/
	/*	width: 1300px !important;*/
	/*	margin: 0 auto;*/
	/*}*/
	#main-nav .container{
		width: 1340px !important;
		margin: 0 auto;
		padding: 0;
	}
}
@media (min-width: 1210px) and (max-width: 1289px){
 /*   .container{*/
	/*	width: 1220px !important;*/
	/*	margin: 0 auto;*/
	/*}*/
	#main-nav .container{
		margin: 0 auto;
		padding: 0;
	}
	.stellarnav > ul > li > a{
	    padding: 28px 9px !important;
	}
	.blink_bg{
	    font-size: 1.01rem;
	}
}
@media (min-width: 1200px){
	.header-bottom {
        box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.4);
    }
	#welcome-text .container{
		width: 1170px !important;
	}
	.stellarnav li li a{
	    padding: 5px 13px !important;
	    font-size: 12px;
	}
	.stellarnav ul li:nth-child(10) ul{
        right: 0 !important;
    }
    .header-top ul li:last-child{
    	padding-right: 0 !important;
    }
}
@media (min-width: 768px) and (max-width: 780px){
    .container {
        width: 728px;
    }
}
@media (max-width: 1300px){
    .header-bottom img{
        max-width: 200px;
        height: auto;
    }
    .wsmenu>.wsmenu-list>li>a{
        line-height: 35px !important;
    }
    .wsmainfull{
        height: 50px !important;
    }
    .wsmenu>.wsmenu-list>li>a .wsarrow:after{
        top: 26px !important;
    }
    .wsmenu>.wsmenu-list>li>ul.sub-menu{
        top: 60px !important;
    }
}
@media (max-width: 1100px){
    .header-top ul{
        padding-left: 0px;
    }
    .header-top ul li{
        padding: 18px 9px;
    }
    .header-top ul li a{
        font-size: 11px;
    }
    .header-bottom img{
        max-width: 185px;
    }
    .desktoplogo{
        margin-left: 0px !important;
        margin-top: 4px !important;
    }
    .wsmenu>.wsmenu-list>li>a,
    .wsmenu>.wsmenu-list>li>ul>li>a{
        font-size: 11px !important;
    }
}
@media (max-width: 991px){
    .wsmobileheader{
        top: 47px !important;
    }
    .blink_bg{
        font-size: .8rem;
    }
    .header-top ul li{
        padding: 12px 8px;
    }
    .header-top ul li a,
    .header-top ul li i{
        font-size: .8rem;
    }
}
@media (max-width: 768px){
	.header-top ul{
		padding-left: 0;
		text-align: center;
		margin-top: 0;
		margin-bottom: 0;
	}
	.header-top ul li{
		padding: 12px 6px;
        margin-left: -4px;
	}
	.stellarnav.mobile{
		background-color: #0c245a !important;
		margin-top: 20px;
	}
	.stellarnav.mobile .menu-toggle{
		color: #fff;
		text-align: right;
	}
	.header-top ul li i{
	    margin-right: 2px !important;
	}
	.header-top ul li a{
	    font-size: 10px;
	}
	.stellarnav.mobile.dark ul{
		z-index: 99;
		background: rgb(40 44 105) !important;
		position: absolute;
		width: 100%;
	}
	.stellarnav.mobile.dark ul ul{
		position: relative !important;
	}
	.stellarnav.mobile.dark ul li a{
		color: #fff;
	}
	.sticky {
	    position: relative;
	}
	.footer-contact ul li .empty-space{
		margin-right: 0;
	}
	footer .widget-content .social li{
		margin-bottom: 15px;
	}
	footer .count span {
	    margin-left: 1px;
	    text-align: center;
	}
	.padding-xs-zero{
		padding: 0 !important;
	}
	.welcome-right {
	    padding: 220px 5px;
	    box-shadow: none;
	}
	/*.sub-title span{
	    padding: 200px 0 10px;
	}*/
	ul.social{
	    text-align: center;
	    margin-top: 15px;
	}
	.padding-zero{
	    padding: 0 15px !important;
	}
	.modal.in .modal-dialog {
        margin-top: 3%;
        overflow-y: auto;
    }
    .welcome-left {
        padding: 10px;
    }
    .sub-title{
        margin-top:-60px
    }
    .sub-title span{
        padding-top: 0px;
    }
}
@media (max-width: 480px){
	.header-bottom.sticky {
	    position: relative !important;
	}
	.header-title-inner{
		padding-bottom: 0;
	}
	.footer-contact ul li .empty-space{
		margin-right: 27px;
		display: inline-block;
	}
	footer .widget-title{
		margin-top: 20px;
	}
	.header-top ul li {
	    padding: 10px 8px;
	    display: block;
	}
	.news-inner li a{
		padding: 0 1em 0 .3em;
	}
	.news-inner li a:after,
	.events-inner li a:after{
		-webkit-transform: perspective(15px) rotateX(0.93deg) translateZ(0px);
    	transform: perspective(15px) rotateX(0.93deg) translateZ(0px);
	}
	.welcome-right {
	    padding: 20px 10px;
	}
	.award{
		padding: 40px 0;
	}
	.fr-jb-right {
	    padding: 40px 15px;
	}
	.about-dbcy{
		padding: 40px 0;
	}
	.facilities{
		padding: 40px 15px;
	}
	.facilities .read-more{
		margin-bottom: 30px;
	}
	.approval, .collab{
		padding: 40px 0;
	}
	.footer-top{
		padding-top: 0;
	}
	ul.social{
		margin: 15px !important;
	}
	footer .count{
		margin-top: 15px;
	}
	.sub-page {
        margin-top: 70px;
    }
    .modal.in .modal-dialog {
        margin-top: 9%;
        max-width: 400px !important;
        text-align: center;
    }
    #main-nav .container{
        padding: 0 !important;
    }
}
@media only screen and (max-width: 600px) {
    .fr-john-bosco p {
        text-align: justify;
        color: #c1d3ff;
        font-size: 15px;
    }
    .about-dbcy p {
        text-align: justify;
        color: #c1d3ff;
        font-size: 15px;
    }
    .about-dbcy {
        background: url(../img/about-bg.jpg) !important;
        background-repeat: repeat;
        background-attachment: scroll;
        background-size: auto;
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
        padding: 125px 0 70px;
    }
    .welcome-right {
        padding: 8px 5px !important;
        box-shadow: none;
    }
    .sub-title span{
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 20px !important;
    }
    .admin-single img {
        float: left;
        width: 46px;
        padding: 7px;
    }
    .header-bottom{
        position: relative;
    }
    .wsmobileheader {
        top: 0px !important;
    }
    .header-top{
        top: 70px !important;
        position: relative;
        z-index: 999;
    }
    .header-top ul li{
        padding: 2px 8px;
        display: inline-block;
        margin-left: 0px;
    }
    .online-admission img{
        width: 48% !important;
        height: auto;
    }
    .slick-dotted.slick-slider{
        margin-top: 10px;
    }
    .blink_bg {
        font-size: 1.2rem;
    }
}
@media only screen and (max-width: 682px){
    .admin-single img {
        float: left;
        width: 46px;
        padding: 7px;
    }
    .welcome-right {
        padding: 8px 5px !important;
        box-shadow: none;
    }
    .welcome-right img{
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (max-width: 730px){
    .welcome-right {
        padding: 8px 5px !important;
        box-shadow: none;
    }
    .welcome-right img{
        margin-left: auto;
        margin-right: auto;
    }
}
@media(max-width: 420px){
    
}
/*** 08-06-21 ***/
.sub-content-inner-image img{
    width:100%;
    height:auto;
}
.sub-content-news{
    line-height: 2.7;
}
.table-bordered {
    border: none !important;
}
.announcements-zero{
    padding:0px !important;   
}


/*** 13-07-21 ***/
.online-admission img {
    width: 70%;
    height: auto;
    padding-top: 4px;
    float: left;
    cursor: pointer !important; 
}
.founder{
    width: 12% !important;
    height: auto !important;
}
.contact i{
    margin-right: 2%;
    font-size: 18px;
    color: #0c245ae6;
}
.contact li{
    list-style: none !important;
}
.margin-right {
   margin-left: 4.5%;
}
.date-event {
   text-align: center !important;
}
/*** 13-05-22 ***/
.modal-dialog {
    width: 1000px !important;
    margin: 30px auto;
}
.online-admission{
    display: inline-block;
}
.modal-body p,
.ml-3 li{
    color: #222;
    text-align: justify;
    line-height: 27px;
}
.modal-title{
    color: #222;
    font-size: 20px;
}
.modal-header .close {
    margin-top: -28px;
    font-size: 25px;
    color: #222;
}
.modal-body{
    padding: 0px;
}
.privacy_policy p a{
    color: #fff !important;
}
.privacy_policy p a:hover{
    color: #c2a248 !important;
}
.privacy_policy .bar{
    color: #c2a248 !important;
}
.screen-reader-access{
background-color: #949122;
}
.screen-reader-access i{
 color: #fff !important;
}
.free_widget .uwaw-footer{
    display: none !important;
}
body .uwy.utb .uai, body .uwy.utb .ulsti, body .uwy.utb .ups{
   top: 250px !important;
}

/* search modal 01-11-2025 */
 .modal-backdrop {
     display: none;
 }

 .modal-content {
     border-radius: 10px;
     padding: 20px;
     margin-top: 152px;
 }

 .input-group {
     display: flex;
     align-items: center;
 }

 .search-modal {
     width: 600px;
     display: flex;
     justify-content: center;
 }

 .search-btn {
     margin-left: 10px;
 }
.important-links {
     padding: 30px 0px 0px 0px;
}
.collaborations-title .updates,
.link-title .updates{
    font-size: 24px;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0;
    color: #163269;
    float: left;
    margin-right: 30px;
    margin-top: 0;
    font-weight: 700;
}
.collaborations-title .divider,
.link-title .divider {
    overflow: hidden;
    border-bottom: 3px solid #e6e6e6;
    padding-top: .6em;
    font-size: 24px;
}
.collaborations-container,
.i-links{
    margin-top:50px;
        padding: 0;
}
.pd-0{
        padding: 0px;
}