@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');
@font-face {font-family: "Script MT Bold";
    src: url("//db.onlinewebfonts.com/t/b1f909b1cb3adb801a92229ea92613e1.eot");
    src: url("//db.onlinewebfonts.com/t/b1f909b1cb3adb801a92229ea92613e1.eot?#iefix") format("embedded-opentype"),
    url("//db.onlinewebfonts.com/t/b1f909b1cb3adb801a92229ea92613e1.woff2") format("woff2"),
    url("//db.onlinewebfonts.com/t/b1f909b1cb3adb801a92229ea92613e1.woff") format("woff"),
    url("//db.onlinewebfonts.com/t/b1f909b1cb3adb801a92229ea92613e1.ttf") format("truetype"),
    url("//db.onlinewebfonts.com/t/b1f909b1cb3adb801a92229ea92613e1.svg#Script MT Bold") format("svg");
}

body, html{
	font-family: 'Roboto', sans-serif;
	scroll-behavior: smooth;
}
.shrink{
    position: fixed;
    left: 0;
    right: 0;
    transition: .5s;
    z-index: 9;
    background: white;
	transition:.5s;
}
.shrink:before {
    top: 100%!important;
}
.mshrink{
    position: fixed!important;
    z-index: 9999999;
    left: 0;
    right: 0;
    background: aliceblue;
    transition: .5s;
    min-height: 148px;
}
.mmshrink{
	position: fixed!important;
    top: 97px;
    z-index: 99999999;
    right: 0;
}
#header .logo_detail_left{
    margin-right: 11px;
}
#header .logo_detail_left img{
    width: 150px;
}
#header .logo_detail_right h1{
    font-size: 44px;
    /* text-transform: uppercase; */
    font-weight: 300;
    margin-bottom: 9px;
    font-family: "Script MT Bold";
    color: #bd2130;
    margin: 0;
}
.photo_gallery_box_all img{
	height: 183px;
    width: 100%;
    object-fit: cover;
    box-shadow: 0px 0px 8px #cfcdcd;
	margin-bottom: 30px;
	}
#header .logo_detail_right h4{
    font-weight: 400;
    font-size: 17px;
}
a{transition:.5s;}
a:hover {
    color:white;
    text-decoration: none!important;
	transition:.5s;
}
.btn-main{
    color: white;
    padding: 7px 34px;
    font-size: 16px;
    margin: 0;
    display: inline-block;
    border-radius: 50px;
}
.light-blue{
      background: #c31707;
}
.light-blue:hover{
    background: #056e93;
	color:white;
}
.fa-facebook {
    background: #3B5998;
    color: white;
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-google {
  background: #dd4b39;
  color: white;
}
.fa-linkedin {
  background: #007bb5;
  color: white;
}
#header .fa{
    height: 25px;
    width: 25px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    padding: 8px;
    font-size: 11px;
	margin: 0 2px;
}
#header .fa:hover {
    opacity: 0.7;
	color:white;
}
.social_icons h6{
    margin: 8px 0;
}
.social_icons h6 span{
	margin-left: 30px;
    display: inline-block;
}
.social_icons h6 span:before{
    content: '';
    position: absolute;
    background: #c6c6c6;
    width: 1px;
    height: 20px;
    margin-left: -18px;
    top: 13px;
}
#main_menu:before{
    content: '';
    position: absolute;
    background: url(../images/menu-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 80%;
    height: 51px;
    top: -4px;
    /* background: red; */
    right: 0;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: 0.1em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

#main_menu {
    position: relative;
    width: 90%;
    float: right;
  
/*#main_menu {*/
/*    position: relative;*/
    
}
#section{
    position: relative;
    top: -45px;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #ffffff;
    background: black;
}
.navbar-expand-lg {
    padding: 0!important;
}
.navbar-dark .navbar-nav .nav-link {
    color: white!important;
    padding: 10px 10px!important;
}
#main_slider .item img{
	width:100%;
	height:800px;
	/*height:550px;*/
    object-fit: cover;
    object-position: center 13%;
}
.owl-nav .owl-prev{
	position: absolute;
    background: #c31707d1!important;
    color: white;
    top: 48%;
    height: 55px;
	left:0;
    width: 50px;
    font-size: 32px;
}
.owl-nav .owl-next{
	position: absolute;
    background: #c31707d1!important;
    color: white;
    top: 48%;
    height: 55px;
	right:0;
    width: 50px;
    font-size: 32px;
}
.owl-nav span{
    color: white;
    font-size: 32px;
}
.owl-dots{
	position: relative;
    margin-top: -80px;
    z-index: 999;
}
.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 15px;
    margin: 5px 7px;
    background: #a5a5a5;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 4px solid yellow;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #bd0000!important;
}
#notification{
    background: #f4e772;
    padding: 12px 0;
	position: relative;
}
#notification .heading_notice{
	background: #c31707;
    display: -webkit-inline-box;
    color: white;
    margin: 0;
    width: 240px;
    height: 87px;
    position: absolute;
    margin-top: -26px;
    z-index: 9;
    padding: 22px 34px;
    text-align: center;
}
#notification .heading_notice::before{
	content: '';
    border-bottom: 13px solid #770f05;
    border-right: 18px solid transparent;
    position: absolute;
    height: 0px;
    z-index: 99999;
    bottom: 73px;
    right: -18px;
}
#notification .heading_notice h3{ 
	margin: 0;
    font-size: 23px;
}
#notification .notification_detail h6{
    margin: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 13px;
}
.notice-date{    
	font-size: 16px;
    color: #9c9b9b;
}
.notice-title{
    font-size: 21px;
}
#notification .notification_detail h2 a{
    color: red;
    font-size: 22px;
    margin: 0;
}
.notification_detail{
	padding-left: 144px;
}
.color-red{background:#c31707;}
.color-red:hover{background:#a01306;color:white;}
.color-blue{background:#025a79;}
.color-blue:hover{background:#014861;color:white;}
.important-links a{
    display: inline-block;
    text-align: center;
    color: white;
    height: 125px;
    padding: 30px 0;
    width: 200px;
    font-size: 28px;
    margin: 0 10px;
}







.important-links a h1{    font-size: 22px;}







.important-links{
position: absolute!important;
    right: 0;
    top: -30px;
    z-index: 999999;
    display: flex;
	}
.important-links i{

font-size: 29px;







    margin: 8px;







	}







#about_us h4{







    font-size: 23px;







}







#about_us h2{



    font-size: 40px;



    font-weight: 700;



    font-family: "Script MT Bold";



    color: #bd2130;







}



#about_us:before{



     background: url(../images/our-lady-of-fatima.png);



    position: absolute;



    content: '';



    height: 448px;



    width: 310px;



    background-repeat: no-repeat;



    margin-top: -10px;



    left: 0px;



}



#about_us .about_us_img img {



    border-radius: 50%;



    border: 8px solid #025a79;



    height: 300px;



    object-fit: cover;



    width: 300px;







}







#about_us .about_us_img .small_img{







    position: absolute;







    right: -40px;







    height: 200px;







    width: 200px;







    object-fit: cover;







    bottom: 0;







}







#about_us{
 padding: 30px 0px;
}







#principal .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {







    color: #025a79!important;







    background-color: #fff;







    border-color: #dee2e6 #dee2e6 #fff;







    font-size: 20px;







    font-weight: 600;







	border-radius: 0%;







}







#principal .nav-tabs .nav-link {







    color: white;







    font-size: 20px;







    font-weight: 600;







}







#principal{







	background: linear-gradient(#0a0a09ad, #0a0a09ad), url(../images/background.jpg) no-repeat;







    background-size: cover;







    padding: 70px 0px;







    object-fit: cover;



	position:relative;







}







#principal .tab-content{



    background: white;



    margin: 16px 0;



    min-height: 281px;



    border-radius: 50px;



    border: 10px double #d82133;



    z-index: 9;



    position: absolute;







}







#principal .nav-tabs {







    border-bottom: 2px solid #dee2e6;







}	















#principal ul li a.active:before {







	content: '';







    border-left: 15px solid transparent;







    border-right: 15px solid transparent;







    border-top: 18px solid white;







    position: absolute;







    height: 7px;







    top: 48px;







    z-index: 99999;







}







#principal .tab-content h3{







    font-size: 25px;







    font-weight: 700;







    color: #025a79;







}







#principal .read_more{







	color: #025a79;







	font-weight:700;







}







#principal .pading{







text-align: justify;



    padding: 26px 26px 0 0;







}







#principal img{



    width: 218px;



    height: 255px;



    object-fit: cover;



    position: relative;



    border-top-left-radius: 39px;



    border-bottom-left-radius: 39px;







}







#principal .thought_of_day{



    background: #f4e772;



    padding: 45px 12px;



    border-radius: 50px;



    box-shadow: 1px 1px 16px #383838;



    border: 10px double #e41414;







}







#principal .thought_of_day h4{







	font-family:Pristina;







	font-size: 37px;







    text-align: center;







}	







#gallery .happy_birthday{







	background:url(../images/birthday.png) no-repeat;







	background-size:cover;







	height: 407px;







}






#birthday .item img{







    height: 135px;







    width: 135px;







    border-radius: 50%;







}







#birthday {







    padding: 132px 23px;







}







#birthday h4{







    font-size: 16px;







    font-weight: 700;







}







#gallery .hideen {







    height: 151px;







    width: 251px;







    object-fit: cover;







	overflow:hidden;







	margin: 0px 0 18px;







}







#gallery .hideen img{







    height: 151px;







    width: 251px;







    object-fit: cover;







	overflow:hidden;







}







#gallery{







    padding: 70px 0;







}







.photo_gallery .view_all{







    position: absolute;







    right: 22px;







    top: 7px;







    z-index: 99999;







    font-size: 17px;







    font-weight: 700;







    color: #025a79;







}







.photo_gallery h4{







	font-size: 21px;







    font-weight: 600;







    background: linear-gradient(45deg, #025a79, #c31707);







    color: white;







    padding: 7px 16px;







    width: 40%;







}







.zoom {







  transition: transform .3s;







}







.zoom:hover {







  -ms-transform: scale(1.2); /* IE 9 */







  -webkit-transform: scale(1.2); /* Safari 3-8 */







  transform: scale(1.2); 







}







#circle .circle_blue h5{







      font-size: 17px;







    font-weight: 400;







    margin: 0;







	text-transform:uppercase;







}







#circle .circle_blue i{







	font-size: 25px;







    margin-bottom: 4px;







}







#circle .circle_blue{







       border-radius: 50%;







    height: 155px;







    width: 155px;







    padding: 30px 0;







    border: 7px solid white;







    box-shadow: 1px 1px 13px 1px #928f8f;







}







#circle a .circle_blue  {







    color: #ffffff;







}







#footer{







	background:url(../images/footer.jpg) no-repeat;







	background-size:cover;







	height: 479px;







    padding: 86px 0;







	text-align:center;







}







#footer .mobile_app h5 span{   







	font-size: 32px;







    font-weight: 700;







    color: #c31707;







}







#footer .mobile_app p {







    font-size: 16px;







    font-weight: 500;







}







#footer .mobile_app h5{







    font-size: 25px;







}







#footer .mobile_app  img{







    height: 73px;







    margin: 0 8px;







}







#footer .footer_text  {







    margin-top: 20px;







    background: #020202ad;







    color: white;







    padding: 9px 0px;







    font-size: 20px;







    font-family: serif;







}







#footer .footer_text span a{







	color:#f4e772;







}







#main_slider .gif_button .homework{







	position: absolute;







    z-index: 999;







    top: 149px;







}







#main_slider .parent_portal_mobileapp{







	position: absolute;







    z-index: 999;







    top: 149px;







}







.photo_gallery_box{







    background: white;







    padding: 7px;







    box-shadow: 0px 0px 5px #cbcbcb;







    margin-bottom: 28px;







	}







.photo_gallery_box img{
	height: 230px;
    width: 100%;
    object-fit: cover;
}
.photo_gallery_box h2{
	font-size: 19px;
    font-weight: 600;
    margin: 9px 0px 6px 0px;
}
.photo_gallery_box h6{
font-size: 13px;
}
#main_slider{
    border-top: 7px solid #bd2130;
    margin-top: -5px;
}
#main_menu .dropdown{
    border-radius:0;
    border:0;
}
#main_menu .dropdown-menu{
    border:0;
    top:40px;
    border-radius:0px 0px 5px 5px;
	background: #025a7900;
	padding:0;
}
#main_menu .dropdown-item:hover{
background: #d40014;
    color: #fff;
}
#main_menu .dropdown-menu a{
    color: #fff;
    border: 1px dotted white;
    border-radius: 50px;
    background: #da0c20d6;
} 
#main_menu .navbar .nav-item .nav-link{
    color:#eee !important; 
}
#main_menu .navbar .nav-item .nav-link:hover .navbar .nav-item .nav-link{
    color:red !important;
}
#notification .important-links .color-blue::before{
    content: '';
    border-bottom: 30px solid #011d27;
    border-left: 21px solid transparent;
    position: absolute;
    height: 0px;
    z-index: 99999;
    top: 0;
    left: 4px;
}
#notification .important-links .color-red::after{
    content: '';
    border-bottom: 30px solid #770f05;
    border-left: 21px solid transparent;
    position: absolute;
    height: 0px;
    z-index: 99999;
    top: 0;
    left: 228px;
}
#header_title .heading h1 {
    font-size: 26px;
    font-weight: 700;
    color: white;
    line-height: 37px;
}
.link_bg ul{
    padding-bottom: 30px;
}
#header_title .heading h1 span {







    margin-bottom: 15px;







    font-size: 15px;







    font-weight: 400;







}







#header_title{
  	background: linear-gradient(#0c0c0cba, #0c0c0cba), url(../images/inner_img.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    padding: 24px 0;
	border-top: 7px solid #bd2130;
    margin-top: -4px;
}
#inner_page_slider .item img{

	height: 267px;
    object-fit: cover;
}
/*#content ul li a {
    background: url(../images/link_img.png) no-repeat;
    background-size: cover;
    text-align: center;
    padding: 17px 0;
    color: black;
    width: 303px;
    box-shadow: 0px 0px 8px 3px #dedede;
    display: block;
    margin: 18px 0;
    font-size: 20px;
    font-weight: 600;
}
*/


#content .img_lin2{
	background:url(../images/link_img2.png) no-repeat;
    background-size: cover;
    text-align: center;
    padding: 17px 0;
    color: black;
    width: 303px;
    box-shadow: 0px 0px 8px 3px #dedede;
    display: block;
    margin: 18px 0;
    font-size: 20px;
    font-weight: 600;
}
#content .img_lin2:hover{
    box-shadow:none;
}
#content ul li a:hover{
    box-shadow:none;
}















#content{
    padding: 70px 0;
}
#content{
    background: url(../images/pencil.png);
	background-repeat: no-repeat;
    background-size: cover;
}
#main_page{
    background: linear-gradient(#000000b8, #0000008f),url(../img/schoolbuilding.jpg);
     
   background-repeat: repeat-x;
    position: absolute;
    background-size: auto;
    position: absolute;
    height: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

	 -webkit-animation: movingclouds 500s linear infinite;
	-moz-animation: movingclouds 500s linear infinite;
	-o-animation: movingclouds 500s linear infinite;
}
@keyframes movingclouds {
	0% {margin-left: 0%;}
	100% {margin-left: -350%;}
}
@-webkit-keyframes movingclouds {
	0% {margin-left: 0%;}
	100% {margin-left: -350%;}
}
@-moz-keyframes movingclouds {
	0% {margin-left: 0%;}
	100% {margin-left: -350%;}
}




/*#main_page{
    background: linear-gradient(#000000b8, #0000008f),url(../images/2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    height: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	animation: zoom 20s infinite;
}
*/


.kg_bg{background:linear-gradient(#000000, #0000008f),url(../images/b.jpg); background-size: cover; background-repeat: no-repeat;}



.main_bg{background:linear-gradient(#000000, #0000008f),url(../images/background.jpg); background-size: cover; background-repeat: no-repeat;}


/*
@keyframes zoom {



0% { transform:scale(1,1); }



50% { transform:scale(1.2,1.2); }



100% {



    transform:scale(1,1); 



}



}

*/

@keyframes myanimation {



   0% {background-color: brown;}



   25%{background-color:green;}



   50%{background-color:brown;}



   75%{background-color:green;}



   100% {background-color: brown;}



 }







.main_section_box{



text-align: center;
    width: 100%;
    height: 165px;
    padding: 37px 0;



    border-radius: 17px;



    border: 7px double white;



    margin-top: 32px;



	transition:.5s;



	}



.main_section_box:hover{



    background: #000000db;



    transition: .5s;



}



.main_home{



    margin: 44px 0;



	}



.main_section_box h2{
font-size: 26px;
    color: white;
    text-transform: uppercase;
    font-weight: 400;



	}



.main_btn{



    color: white;



    padding: 8px 34px;



    font-size: 14px;



    font-weight: 400;



    display: inline-block;



    margin: 8px 0;



    letter-spacing: 0.09em;



	animation: myanimation 10s infinite;



	}



.color-red2{color: #fb6b47;}



.color-yellow{color: #FF9900;}



.color-green{color: #a7c850;}



.color-pink{color: #FF0099;}



.color-blue2{color: #5bc4db;}



.color-blue3{color: #7a8ed9;}







#kg_header .navbar_fix {



padding: 34px 0;



    float: right;



	}



#kg_header .navbar_fix a{



      padding: 65px 17px;



    font-weight: 800;



    text-transform: uppercase;



    font-family: cursive;



    letter-spacing: 0.0em;



    position: relative;



	}



	



.navbar_fix a:hover{



    content: '';



    height: 34px;



    width: 100%;



    position: absolute;



    left: 0;



    bottom: 0px;



    background-color: #fb6b47;



    border-radius: 0 0 50% 50% / 17px 17px 17px 17px;



    -moz-border-radius: 0 0 50% 50% / 17px 17px 17px 17px;



    -webkit-border-radius: 0 0 50% 50% / 17px 17px 17px 17px;



	z-index:9;



	}



	.login_btns{

    position: absolute;
    top: -6px;



		}



#kg_header .active{



    content: '';



    height: 34px;



    width: 100%;



    position: absolute;



    left: 0;



    bottom: 0px;



    background-color: #fb6b47;



    border-radius: 0 0 50% 50% / 17px 17px 17px 17px;



    -moz-border-radius: 0 0 50% 50% / 17px 17px 17px 17px;



    -webkit-border-radius: 0 0 50% 50% / 17px 17px 17px 17px;



	color:#FFFFFF;



	z-index:9;



	}
	@keyframes kgchange {
  0% {background-color: red;}
  25%{background-color:blue;}
  50%{background-color:red;}
  75%{background-color:blue;}
  100% {background-color: red;}
}

.btn_cmn{
    padding: 8px 17px;
    display: inline-block;
    /* border-radius: 50px; */
    font-weight: 600;
    letter-spacing: 0.06em;
    font-size: 14px;
    transition: .5s;
    margin: 6px 4px;
    text-align: center;
    
}
.btn-red2{
   animation: kgchange 2s infinite;
    color: white;
}
.btn-green{
	color: white;
   background: #69d136;
	}

	.btn-red{
	color: white;
    background: #f95d6c;
	}

	

	.btn-red:hover{background: #de3747;transition:.5s;}
	.btn-green:hover{background: #4dad1e;transition:.5s;}

#kgSlider img{



height: 584px;



    width: 100%;



    object-fit: cover;



}



#kg_header:before{



content: '';



    display: block;



    position: absolute;



    left: 0;



    width: 100%;



    height: 16px;



    top: 16%;



    background-size: 14px 100%;



    background-position: 50%;



    z-index: 2;



    background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #ffffff), color-stop(0.25, #ffffff));



    background-image: linear-gradient(135deg, #ffffff 25%, transparent 25%), linear-gradient(225deg, #ffffff 25%, transparent 25%);







}



#kgAboutus{



    padding: 60px 0;



    margin: 47px 0;



}



#content h1{
    background: #c31707;
    color: #ffffff;
    /* text-align: center; */
    padding: 7px 12px;
    font-size: 24px;
    font-weight: 600;
}
.text_bg{
	background:white;
}
p{
    letter-spacing: 0.02em;
}



#kgAboutus h2{



    font-size: 57px;



    font-family: cursive;



	}



#kgAboutus h1{



font-size: 24px;



    font-weight: 400;



    color: #d51515;



	font-family: cursive;



	}



#kgAboutus h1 span{



font-weight: 600;



    font-size: 50px;



}



	#kgmessage{



	background:linear-gradient(#000000, #0000008f),url(../images/a.jpg);



	    padding: 60px 0;



	}



.kg_btn{



color: white;



    background: #f55353;



    padding: 11px 28px;



    border-radius: 50px;



    display: inline-block;



    margin: 12px 0;



    letter-spacing: 0.09em;



    font-weight: 400;



    font-size: 15px;



	 transition:.5s;



	}



.kg_btn:hover{



 background:#1b8dbd;



 color: white;



 transition:.5s;



 }



#kgmessage .principal_message{



 background: white;



    padding: 18px;



	min-height: 359px;



	    border-radius: 29px;



    border: 10px double #b12727;



	}



#kgmessage .kg_photo_gallery{



    background: white;



    padding: 18px;



    min-height: 359px;



	    border-radius: 29px;



    border: 10px double #b12727;



	}



#kgmessage .principal_message h1{



	font-size: 28px;



    font-family: cursive;



    font-weight: 600;



    color: #ff0094;



	    margin-bottom: 34px;



	}



#kgmessage .principal_message h1:after{



    content: '';



    position: absolute;



    height: 2px;



    width: 89px;



    background: #ffd100;



    left: 7%;



    top: 22%;



	}



	#kgmessage .kg_photo_gallery h1{



	font-size: 28px;



    font-family: cursive;



    font-weight: 600;



    color: #ff0094;



	    margin-bottom: 34px;



	}



#kgmessage .kg_photo_gallery h1:after{



	    content: '';



    position: absolute;



    height: 2px;



    width: 89px;



    background: #ffd100;



   left: 7%;



    top: 22%;



	}



#kgmessage .prin_pic img{



 border-radius: 50%;



    height: 160px;



    width: 160px;



    object-fit: cover;



    box-shadow: 0px 0px 12px #c7c7c7;



    padding: 5px;



    object-position: center 10%;



	float: left;



    margin: 0px 17px 8px 0px;



	}



.kg_photo_gallery h2{



text-align: center;



    font-style: normal;



    font-family: cursive;



    font-size: 45px;



	}



.kg_photo_gallery img{



    box-shadow: 0px 0px 12px #c7c7c7;



    padding: 5px;



    object-position: center 10%;



    float: left;



    margin: 0px 17px 8px 0px;



    height: 152px;



    width: 100%;



    object-fit: cover;



}



.btn-kg{


    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    color: red;
    font-family: cursive;
    text-align: right;
    display: inline-block;
    margin: -5px 0;
    padding: 0;
    /* background: red; */
    /* color: white; */
    padding: 5px 12px;
    //float: right;
}
.btn-kg:hover{
    background: red;
    color: white;
}
#kgcontact{
	padding: 70px 0 0;
}	
.form-control:focus {
    box-shadow: none!important;
}
#kgcontact h2{
	font-weight: 600;
    color: #ff0094;
    margin-bottom: 34px;
    font-family: cursive;
    font-size: 33px;
}
input, select{
	//min-height: 45px!important;
	//border-radius: 0px!important;
    //border-left: none!important;
    border-right: none!important;
    //border-top: none!important;
	border-bottom: 2px solid #ef0183!important;
}
textarea{
	border-radius: 0px!important;
    border-left: none!important;
    border-right: none!important;
    border-top: none!important;
	border-bottom: 2px solid #ef0183!important;
}
.mainContact input, select{
	//min-height: 45px!important;
	border-radius: 0px!important;
    border-left: none!important;
    border-right: none!important;
    border-top: none!important;
	border-bottom: 2px solid #0062cc!important;
	}
.mainContact textarea{
	border-radius: 0px!important;
    border-left: none!important;
    border-right: none!important;
    border-top: none!important;
	border-bottom: 2px solid #0062cc!important;
}
.contact_box h1{
       color: white!important;
    font-size: 17px!important;
    text-align: center;
    font-weight: 400!important;
    background: none!important;
}
.contact_box{
     background: #134071;
    padding: 26px 28px;
    margin: 9px 0;
    min-height: 106px;
}
@media only screen and (max-width: 768px) {
    #notification .important-links .color-red::after{display:none;}
    .important-links a h1{
       font-size: 18px;
}
    .heading_notice{display:none!important;}

.mshrink {
    position: relative!important;
}
#kg_header .navbar_fix a {
    padding: 7px 7px;
}
#kg_header .navbar_fix {
    padding: 12px 0;
}
#kg_header:before {display:none;}
.mmshrink {
    position: relative!important;
}
.login_btns {
    position: sticky;
    top: 115px;
    z-index: 9;
}
#main_menu li span{display:none;
}
.collapse.show {
     background: #dd1b2d;
}
#main_menu:before{
display:none;
}
#header .logo_detail_left{
    width: 100%;
    text-align: center;
}
#header .logo_detail_right{
    text-align: center;
	margin:0 auto;
}
#header .logo_detail_left {
     margin-right: 0px; 
	 padding-top: 14px;
}
#header .logo_detail_right h1 {
    font-size: 29px;
	width: 100%;
}
.portal_btns{
	height:100px;

}
#main_slider .item img {
    height: 240px;

}
#about_us h4 {
    font-size: 20px;
    margin: 0;
}
#about_us h2 {
    font-size: 35px;
}
.about_us_img{
	text-align:center;

}
#gallery .happy_birthday {
    height: 248px;
}
#main_menu {
    position: relative;
	top: -11px;
}
#main_menu .navbar .nav-item .nav-link {
    text-align: center;
    border-bottom: 2px dotted white;
}
#main_menu .navbar .nav-item .span {
	display:none;
}

#notification .heading_notice {
    width: 144px;
    height: 138px;
}
#notification .heading_notice::before {
    top: 0;
}
#notification .heading_notice h3 {
    font-size: 17px;
    margin: 33px -21px;
}
#principal .tab-content {
    position: relative;
}
#gallery .hideen {
    width: 100%;
}
#gallery .hideen img {
    width: 100%;
}
#gallery {
    padding: 14px 0;
}
#circle .circle_blue {
    margin: 0 auto;
    margin-bottom: 25px;
}
.photo_gallery h4 {
    width: 59%;
}
.photo_gallery{
    padding: 30px 0;
}
.photo_gallery .view_all {
    top: 35px;
}
#principal ul li a.active:before {
	display:none;
}
.nav-tabs .nav-item {
    width:100%;
}
.navbar-light .navbar-toggler {
    border-color: rgb(195, 23, 7)!important;
}
.main_home {
    margin: 0px 0px;
}
body{
	overflow:auto!important;
}
}
#header_title{
  border-top: 7px solid #bd2130;
  margin-top: 2px;
}