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

    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('css.css');

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: #ddb285;
  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: #ddb285 none repeat scroll 0 0;
  border: 1px solid #ecc8a3;
  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:#ddb285;
	border: 1px solid #ddb285;
}
.event-wrapper {
  background: rgba(0, 0, 0, 0) url("../image/event-bg.jpg") repeat scroll 0 0;
  border-radius: 4px;
  padding: 10px;
}
.sent-your-wish-left::before {
  bottom: -79px;
  content: url("../image/2.png");
  left: -95px;
  position: absolute;
}
.bg-img-1 {
  background: rgba(0, 0, 0, 0) url("../image/1.jpg") repeat scroll center center / cover;
}
#googleMap{
	height:420px;
}
.breadcrumbs-area {
  background-size: cover !important;
  /*background: rgba(0, 0, 0, 0) url("../image/bg.jpg") repeat scroll center center / cover;*/
}
.not-found-area {
  background: rgba(0, 0, 0, 0) url("../image/bg1.jpg") no-repeat scroll center center / cover ;
/*   height: 100vh; */
}

.search-pagination{ width:100%; margin:auto; margin-top:30px;}
.search-pagination .pagination{ width: 100%; text-align: center;}
.search-pagination .pagination>li{ margin: 0 5px;}
.search-pagination .pagination>li a{ float: none; color: #555; border: solid 1px #e7e7e7; border-radius: 0;}
.search-pagination .pagination>li a:hover{ background-color:#ddb285; border-color: #ddb285; color: #fff;}
.search-pagination .pagination>li.active{ background:#ddb285;}
.search-pagination .pagination>li.active a{ color:#fff; background-color:#ddb285;     border-color: #ddb285;}