@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: #B6DFED;
  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:#A92940;
	height:auto;
	width:100%;
	}
	
@media (max-width: 776px) {
.footer_bottom{
	background-color:#005966;
	height:auto;
	width:100%;
	}
 }	
	
	
.prin_box{
	height:320px;
	width:100%;
	background-color:#F63;
	margin-right:4%;
	
	}
	
.logo_box{
	height:320px;
	width:100%;
	background-color:#FF6;
	margin-left:2%;
	}
	
.news_box{
	height:320px;
	width:100%;
	background-color:#099;
	margin-left:2%;
}
	
@media (max-width: 776px) {
.prin_box{
	height:100%;
	width:100%;
	background-color:#F63;
	margin-right:0%;
	}
.logo_box{
	height:100%;
	width:100%;
	background-color:#FF6;
	margin-left:0%;
	margin-top:15px;
	}
	
.news_box{
	height:100%;
	width:100%;
	background-color:#099;
	margin-left:0%;
	margin-top:15px;
}
}

.slider_gallery{
	height:450px;
	width:100%;
	background-color:#FC9;
	
}
.box_footer_img{
	position: relative;
}
.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:rgba(255,255,255,0.7);
    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;
}

.logo_image{
	position:absolute;
	z-index:10;
	}
@media (max-width: 776px) {
.logo_image{
  position: relative;
  z-index:999999;
  float:none;
 
}
}

.bottom_menu ul{
	color: #FFF;
	border:none;
	text-align:left;
	margin:0px;
	padding-left:20px;
	width:100%;
}

.bottom_menu li{
	color: #FFF;
	border:none;
	text-align:left;
	margin:0px;
	width:100%;
	font-size:14px;
	font-family: 'Hind Madurai', sans-serif;
	}
.bottom_menu li a{
	color: #FFF;
	}
.bottom_menu li a:hover{
	color:#CCC;
	}
	
.table-bordered {
  border: 1px solid #444546;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #444546;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.logo{
	z-index:9999;
	}
.img_position{
	margin-top:-178px;
	margin-left:0px;
	z-index:-1000;
	position:relative;
	}
@media (max-width: 776px) { 

.logo{
	z-index:auto;
	}
.img_position{
	margin-top:-180px;
	margin-left:0px;
	z-index: auto;
	position:relative;
	display:none;
	}
}

.image_box{
	height:100px;
	width:100px;
	border:1px  dashed #FFF;
	border-radius:50px;
	}
.fa-braille{
	color:#FF3;
	}
.birth_bg{
	background-image:url(../image/menu_image/birthy_bg01.jpg);
	background-color: #FFF;
	}
.box{ height:80px;
width:300px;
background-color:#FF3;
position:relative;
}
/*.fixed2 {*/

/*    position: fixed;*/
/*    right: 4px;*/
/*    bottom: 80px;*/
/*        color: #1e1e1e;*/
/*    background-color: #24f7ff;*/
/*    border: 1px solid #FFF;*/
/*    border-radius: 4px;*/
/*    width: 292px;*/
/*    font-weight: 500;*/
/*    padding: 11px 0px;*/
/*    box-shadow: 1px 3px 5px #000;*/
    /* text-shadow: 1px 1px 1px #000; */
    /* height: 60px; */
/*}*/
.fixed2 {
    position: fixed;
    bottom: 9px;
    left: 4px;
    color: #ffffff;
    background-color: #ff5b00;
    border: 1px solid #FFF;
    border-radius: 4px;
    width: 171px;
    font-weight: 500;
    padding: 11px 0px;
    box-shadow: 1px 3px 5px #000;
    /* text-shadow: 1px 1px 1px #000; */
    /* height: 60px; */
    /* transform: translate(-50%, -50%); */
    /* transform: rotateZ(270deg); */
}
.fixed {

    position: fixed;
    right: 4px;
    bottom: 9px;
    color: #ffffff;
    background-color: #FFA700;
    border: 1px solid #FFF;
    border-radius: 4px;
    width: 171px;
    font-weight: 500;
    padding: 11px 0px;
    box-shadow: 1px 3px 5px #000;
    /* text-shadow: 1px 1px 1px #000; */
    /* height: 60px; */
}
@media(max-width: 600px){
    .fixed {
    width: 202px;
    padding: 10px 0px;
}
}