
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800');
body{
	font-family: 'Montserrat', sans-serif;
    padding-top: 110px;
}
body.loading {
    background: #4cb1ea url('../images/loader.gif') no-repeat;
    background-size: 20%;
    background-position:center 200px;
    -webkit-transition: background-color 0;
    transition: background-color 0;
    opacity: 0;
    -webkit-transition: opacity 0;
    transition: opacity 0;
    word-break: break-all;
}

a:hover, a:focus{
	text-decoration: none;
}
.main_header{
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999999;
    background-color: #4cb1ea;
}
.fixed_header{
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999999;
    background-color: #4cb1ea;
    height: 80px;
}
.fixed_header .logo img {
    width: 60%;
}
@media screen and (max-width: 991px){
 .fixed_header .logo img {
    width: 70%;
}   
}
@media screen and (max-width: 767px){
 .fixed_header .logo img {
    width: 85%;
    margin-top: 10px;
}   
}

@media screen and (max-width: 550px){
.fixed_header {
    height: 60px;
}
}
@media screen and (max-width: 480px){
.fixed_header .logo img {
    width: 100%;
    margin-top: 10px;
}
.fixed_header {
    height: 65px;
}
}
.fixed_header .menu a {
    margin: 15px 35px;
}
.menu {
	text-align: right;
}
.menu a{
    color: #fff;
    margin: 35px;
    display: block;
    font-size: 28px;
}
.logo img{
	display: block;
	width: 80%;
      margin-top: 20px;
}

/*@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}*/
.ticker-wrap {
    width: 100%;
    overflow: hidden;
    height: 40px;
    background-color: #fff;
    padding-left: 100%;
    box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 6px 2px rgba(28, 17, 17, 0.13);
	-moz-box-shadow: 0px 0px 6px 2px rgba(28, 17, 17, 0.13);
	box-shadow: 0px 0px 6px 2px rgba(28, 17, 17, 0.13);
}
/*.ticker-wrap .ticker {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	padding-right: 100%;
	box-sizing: border-box;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-name: ticker;
	animation-name: ticker;
	-webkit-animation-duration: 15s;
	animation-duration: 15s;
}
.ticker-wrap .ticker__item {
    display: inline-block;
    padding: 0 2rem;
    font-size: 14px;
    color: #000;
}*/
marquee{
	display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(28, 17, 17, 0.13);
	-moz-box-shadow: 0px 0px 6px 2px rgba(28, 17, 17, 0.13);
	box-shadow: 0px 0px 6px 2px rgba(28, 17, 17, 0.13);
}
marquee a{
    color:#0e7ebd;
}
.tick_titles{
    position: absolute;
    height: 40px;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    background-color: #289de3;
    padding: 0px 10px;
    line-height: 40px;
    z-index: 9999;
    left: 0;
}
.wrappper{
	background-image: url(../images/skybg.jpg);
	background-attachment: fixed;
	background-size: cover;
	padding: 30px 0;
}
.container_center{
	display: block;
	width: 90%;
	margin:0 auto;
}
.grid_bx1{
    display: block;
    position: relative;
    width: 100%;
    height: 350px;
    margin-bottom: 15px;
    padding: 60px 50px 20px;
	-webkit-box-shadow:0px 0px 14px 2px rgba(28, 17, 17, 0.18);
	-moz-box-shadow: 0px 0px 14px 2px rgba(28, 17, 17, 0.18);
	box-shadow: 0px 0px 14px 2px rgba(28, 17, 17, 0.18);
}
.grid_bx1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
}
.grid_bx1 h4,.grid_bx1 span{
	position: relative;
}  
.grid_bx1 span{
	float: right;
}
.grid_bx2{
	display: block;
	width: 100%;
	height: 350px;
	margin-bottom: 30px;
	position: relative;
	-webkit-box-shadow:0px 0px 14px 2px rgba(28, 17, 17, 0.18);
	-moz-box-shadow: 0px 0px 14px 2px rgba(28, 17, 17, 0.18);
	box-shadow: 0px 0px 14px 2px rgba(28, 17, 17, 0.18);
}
.grid_bx2 img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	object-fit: cover;
}
.event_sec{
	position: relative;
}
.event_sec h3{
	margin:0;
	padding: 10px 0;
	text-align: center;
    background-color:#35a0dc;
    color: #fff;
    font-size: 20px
}
.event_sec ul{
    margin: 40px 50px;
    padding-inline-start: 0;
}
.event_sec ul li{
	color: #fff;
	font-size:  18px;
	margin-bottom: 15px;
	list-style-type: none;
}
.event_sec ul li i{
	margin-right: 25px;
}
a.viewbtn1{
	display: inline-block;
	float: right;
	padding: 6px 15px;
	border:1px solid #fff;
	color: #fff;
	margin-right: 50px;
}
.grid_bx3{
	display: block;
	width: 100%;
	position: relative;
	height: 350px;
	background-color: red;
	margin-bottom: 30px;
	-webkit-box-shadow:0px 0px 14px 2px rgba(28, 17, 17, 0.18);
	-moz-box-shadow: 0px 0px 14px 2px rgba(28, 17, 17, 0.18);
	box-shadow: 0px 0px 14px 2px rgba(28, 17, 17, 0.18);
}
.grid_bx3 img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 0;
}
img.heartpic{
    position: absolute;
    z-index: 9999;
    width: 350px;
    height: auto;
    bottom: 0;
    right: 0;
    object-fit: unset;
}
.grid_bx3  h1{
    position: relative;
    margin: 50px 0 20px 60px;
    line-height: 45px;
    color: #fff;
    z-index: 99999;
    font-weight: 300;
}
.grid_bx4{
    display: block;
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow:0px 0px 14px 2px rgba(28, 17, 17, 0.18);
	-moz-box-shadow: 0px 0px 14px 2px rgba(28, 17, 17, 0.18);
	box-shadow: 0px 0px 14px 2px rgba(28, 17, 17, 0.18);
}
.grid_bx5{
	display: block;
	position: relative;
	width: 100%;
	height: 580px;
	background-color: red;
	margin-bottom: 15px;
	-webkit-box-shadow:0px 0px 14px 2px rgba(28, 17, 17, 0.18);
	-moz-box-shadow: 0px 0px 14px 2px rgba(28, 17, 17, 0.18);
	box-shadow: 0px 0px 14px 2px rgba(28, 17, 17, 0.18);
}
.grid_bx5 img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.up_events{
	position: relative;
	padding: 25px 60px;
	text-align: center;
}
.up_events h3{
	display: inline-block;
	font-size: 22px;
	color: #fff;
	border-bottom: 2px solid #fff;
}
.up_events ul{
	padding:0;
	margin:50px 0 0;
}
.up_events ul li{
	list-style-type: none;
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(255, 234, 234, 0.4);
}
.up_events ul li h5{
    text-align: left;
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    height: 50px;
    overflow: hidden;
}
a.viewbtn2{
	display: inline-block;
	padding: 6px 15px;
	border:1px solid #fff;
	color: #fff;
	margin-top: 25px;
}
#gallery_slider {
    height: 100% !important;
}
#gallery_slider .owl-stage-outer{
    height: 100% !important;
}
#gallery_slider .owl-item {
    height: 100% !important;
}
#gallery_slider  .owl-stage {
    height: 100% !important;
}
#gallery_slider .owl-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
footer{
	text-align: center;
	color: #fff;
	background-color: #101518;
	border-top:3px solid #f09d20;
}
footer h3{
	display: inline-block;
	border-bottom: 1px solid #fff;
	margin-top: 30px;
}
.social_links a{
	display: inline-block;
	margin-right: 15px;
}
.social_links a img{
	display: block;
	width: 40px;
}
.copyrights{
	padding: 8px 0;
	margin-top: 30px;
	border-top:1px solid #dd141c;
}
.copyrights p{
	margin:0;
}
a.viewbtn3{
    display: inline-block;
    position: absolute;
    right: 0;
    padding: 6px 15px;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 25px;
    z-index: 99999;
    bottom: 18px;
    right: 20px;
}
[data-sidebar] {
	display: none;
	position: fixed;
	height: 100%;
    overflow: scroll;
    top: 0;
	left: 0;
	z-index: 100;
	width: 350px;
	z-index: 9999999;
	background: #fff;
}
[data-sidebar-overlay] {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	opacity: 0;
	width: 100%;
	min-height: inherit;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.9);
}
li.has-subnav{
    padding: 10px 10px;
    font-size: 15px;
    color: #1597dd;
}
li.has-subnav ul{
    margin-left: 24px;
    padding: 0;
}
aside img{
	display: block;
	width: 100%;
}
nav.mainNav ul li{
	list-style-type: none;
	display: block;
}
nav.mainNav ul li a{
    display: block;
    width: 100%;
    padding: 12px 10px;
    font-size: 15px;
    color: #1597dd;
}
.owl-carousel .owl-item .item video, #main_banner .owl-item img {
	min-width: 100%;
	height: 450px;
	background: #000;
	object-fit: cover;
}
#mobile_slider{
    display: none;
}










@media screen and (max-width:1200px){
.up_events {
    padding: 25px 30px;
}
}
@media screen and (max-width:991px){
.grid_bx1 {
    padding: 25px 15px 10px;
}
.logo img {
    display: block;
    width: 100%;
}
}

@media screen and (max-width:767px){
.grid_bx1, .grid_bx4 {
    margin-bottom: 30px;
}
.logo img {
    display: block;
    width: 95%;
}
.menu a{
    position: absolute;
    z-index: 99999;
    right: 40px;
    top: 16px;
    margin: 0;
}
#mobile_slider{
    display: block;
}
#main_banner{
    display: none;
}
}
@media screen and (max-width:480px){
.menu a{
    right: 25px;
    top: 16px;
}
header {
    height: 65px;
}
.logo img {
    width: 100%;
    margin-top: 10px;
}
}
.heads1{
    margin: 0;
    color: #ba2121;
    font-weight: 600;
    text-align: center;
    padding: 35px 0 5px;
}
.boxnew {
    background-color: rgb(232, 225, 202);
    font-family: 'Raleway';
    display: block;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
    padding: 18px;
    background-color: rgb(244, 251, 255);
    box-shadow: 0px 0px 6px 0px rgba(199,199,199,1);
    box-sizing: border-box;
}
.boxnew p {
    text-align: left;
    font-weight: 500;
    min-height: 80px;
}
.box1 {
    font-family: 'Raleway';
    display: block;
    width: 100%;
    height: 295px;
    text-align: center;
    padding: 18px;
    background-color: rgba(255, 255, 255, 0.69);
   /* -webkit-box-shadow: 0px 0px 6px 0px rgba(199,199,199,1);
    -moz-box-shadow: 0px 0px 6px 0px rgba(199,199,199,1);*/
    box-shadow: 0px 0px 6px 0px rgba(199,199,199,1);
}
.bday_wish{
    position: relative;
    margin-bottom: 20px; 
}
.bday_wish marquee a{
    color:#302929;
}
h4.bib_quotes{
    line-height: 25px;
    font-size: 18px;
    height: 200px;
    overflow: hidden;
}

@media screen and (max-width: 767px){
body {
    padding-top: 65px;
} 
.fixed_header .menu a {
    margin: 0px;
}
.main_header {
    padding-bottom: 15px;
}
}
@media screen and (max-width: 650px){
body {
    padding-top: 52px;
} 
}

@media screen and (max-width: 580px){
body {
    padding-top:55px;
} 
}