@import url('https://fonts.googleapis.com/css?family=Hind+Madurai');

body{
	/*background-color:#FFFFCC;*/
	background-image: url(../image/bg_section_01.jpg);
	background-repeat: repeat;
	}
	
body::-webkit-scrollbar {
    width: 1em;
} 

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color:#FFF;
}

body::-webkit-scrollbar-thumb {
  background-color: #1F2430;
  outline: 1px solid slategrey;
}

.box{
	width:100%;
	height:auto;
    }

	
.fa-envelope-o{
	color:#333;
  }

.divider_sty{
	background-color:#F4C738;
	height:10px;
	
	}
	

.footer_bottom{
	background-color:#191D22;
	height:auto;
	width:100%;
	padding:50px 0px;
}
.footer_heading{
	color:#F2184F;
	font-family: 'Oswald', sans-serif;
	}
	
.footer_text{
	color:#FFF;
	font-family: 'Oswald', sans-serif;
}
	
.prin_box{
	height:320px;
	width:100%;
	background-color:#F63;
	margin:10px;
	}
	
.logo_box{
	height:320px;
	width:100%;
	background-color:#FF6;
	margin-left:2%;
	}
	
.news_box{
	height:320px;
	width:100%;
	background-color:#099;
	margin:10px;
	
}
	
.bacground_section{
	background-image: url(../image/bg_section.jpg);
	background-repeat: repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}

.bacground_section1{
	background-color: #FAE9DA;
    background-repeat: repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}

.fa-braille{
	color:#FF0040;
	}
.birth_bg{
	background-image:url(../image/menu_image/birthy_bg01.jpg);
	
	}
.box{ height:80px;
width:300px;
background-color:#FF3;
position:relative;
}

.carousel-caption h3{
	font-size:2rem;
	color: #fff;
    text-align: center;
    font-family: 'Merriweather', serif;
    font-weight: 700;
    width:auto;
    background-color: rgba(32, 44, 69, 0.75) !important;
    border-left: 6px solid #F2184F !important;
    border-right: 6px solid #F2184F !important;
    margin: 0 auto;
    text-transform: uppercase;
	}
	
 .carousel-caption {
  position: absolute;
  right: 25%;
  bottom: 100px;
  left: 25%;
  z-index: 10;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #fff;
  text-align: center;
}

.image_box{
	height:100px;
	width:100px;
	border:1px  dashed #F2184F;
	border-radius:50px;
	padding:4px;
	background-color:#FFF;
	}
	
.school_activities{
	height:auto;
	width:100%;
	background-color:#cddccd;
	}
.activities_text{
	color:#F03;
	font-family: 'Oswald', sans-serif;
	font-size:2rem;
	margin:30px 0px;
	}
.border_style{
	border:3px solid #ffffff;
	}
.view_more_01{
	text-decoration:none;
	color:#ff6288;
	font-size:20px;
	}
	
.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
  border:2px solid #FFF;
}

.btn-link:hover {
  color: #ff5058;
  text-decoration: underline;
  background-color: transparent;
  border:2px solid #FFF;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
   border:2px solid #FFF;
   box-shadow: none;
} 
