/*-----------------------------------------------------------------------------------

    Template Name: Your template name 
    Template URI: http://bootexperts.com
    Description: This is html5 template
    Author: BootExperts
    Author URI: http://bootexperts.com
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1. Theme Default CSS (body, link color, section etc)

-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
/* google-fonts */
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script|Raleway:300,400,500,600,700,800,900');

html, body {height: 100%;font-family: 'Raleway', sans-serif;color:#333;}
.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:15px;margin-bottom: 15px}
.alignright {float:right;margin-left:15px;margin-bottom: 15px}
.aligncenter {display:block;margin:0 auto 15px}
a:focus {outline:0px solid}
img {max-width:100%;height:auto}
.fix {overflow:hidden}
p {margin:0 0 15px; line-height:24px;color:#333;}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  color:#333;
  font-weight:700;
}
a {transition: all 0.3s ease 0s;text-decoration:none;}
a:hover {
  color: #ff6666;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
ul{
list-style: outside none none;
margin: 0;
padding: 0
}
.clear{clear:both}
body {}
::-moz-selection {
    background: #FF5555;
    text-shadow: none;
	font-family: 'Raleway', sans-serif;
}
::selection {
    background: #FF5555;
    text-shadow: none;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.sticky {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  border-bottom: 1px solid #dddddd;
  left: 0;
  opacity: 0.96;
  padding: 5px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1111111;
}
#scrollUp {
  background: #ff6666 none repeat scroll 0 0;
  border: 1px solid #ffffff;
  border-radius: 3px;
  bottom: 55px;
  color: #ffffff;
  font-size: 30px;
  height: 40px;
  line-height: 34px;
  right: 20px;
  text-align: center;
  width: 40px;
  transition:all .3s;
}
#scrollUp:hover{
	background:#fff;
	color:#ff6666;
	border: 1px solid #ff6666;
}
.event-wrapper {
  background: rgba(0, 0, 0, 0) url("img/event/event-bg.jpg") repeat scroll 0 0;
  border-radius: 4px;
  padding: 10px;
}
.sent-your-wish-left::before {
  bottom: -79px;
  content: url("img/about/2.png");
  left: -95px;
  position: absolute;
}
.bg-img-1 {
  background: rgba(0, 0, 0, 0) url("img/attend/1.jpg") repeat scroll center center / cover;
}
#googleMap{
	height:420px;
}
.breadcrumbs-area {
  background: rgba(0, 0, 0, 0) url("img/contact/bg.jpg") repeat scroll center center / cover;
}
.not-found-area {
  background: rgba(0, 0, 0, 0) url("img/404/bg.jpg") no-repeat scroll center center / cover ;
/*   height: 100vh; */
}