@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,500,500i,600,600i,700,700i,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes&display=swap');

h1, h2, h3, h4, h5, h6
{
	font-family: 'Playfair Display', serif;

}

body {
  padding: 0;
  margin:0;
  outline:0;
  font-size: 16px;
}
.heading-bor
{
	width: 100px;
	height: 3px;
	background:#fff;
	margin: 10px 0; 
}
header
{
	position: relative;
	z-index: 99;
	width: 100%;
	padding: 0px 0 0;
	background: url(../images/header-bg.png) repeat-x;
    height: 135px;
    border: 0;
    border-radius: 0;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}

header .menu-top-pt
{
/*border-bottom: 1px solid rgba(255, 255, 255, 0.4);*/
 
}

.menu-sub
{

}
.menu-sec .top-menu ul
{
padding: 0;
margin:0;
list-style-type: none;
}
.menu-sec .top-menu ul li
{
display: inline-block;
color: #fff;
font-size: 14px;
font-weight: 400;
margin-right: 10px;
padding: 10px 0;
}
.menu-sec .top-menu ul li i
{
	color:#fff;
	margin-right: 5px;
}
.social-top
{
	text-align: right;
}
.social-top ul
{
	padding: 0;
	margin:0;
	list-style-type: none;
}
.social-top ul li
{
	display: inline-block;
	margin-right: 10px;
	padding: 10px 0;
	font-size: 15px;
	color: #fff;
}

.social-top ul li a i
{
	color:#fff;
	font-size: 13px;
}

header .navbar
{
padding:0;	
	
}
.navbar-dark .navbar-brand
{
padding: 7px 0;
}
header .nav-bar-sec
{

}
.navbar-dark .navbar-nav .nav-link
{
 font-size: 16px;
 font-weight: 800;
text-transform: uppercase;
letter-spacing: 1.5px;
padding-top: 25px;
font-style: italic;
    padding-bottom: 7px;	
}

.fixed-header {
	position: fixed;
    top: 0px;
    left: 0;
    margin-top: 0em;
    width: 100%;
/*    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.10), 0 2px 3px 0 rgba(0, 0, 0, 0.10);*/
    background: #eb7690;
    z-index: 99;
    height: auto;
    transition: all 0.5s ease-in-out;
}

.navbar-brand img
{
    position: absolute;
    top: -44px;
    width: 268px;
    padding: 5px 0 0;
}

.fixed-header .navbar-brand img
{
	width: 240px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
 	position: relative;
 	margin-top:-30px;
}
.carousel:before {
 	position: absolute;
 	top:0;
 	display: none;
 	left: 0;
 	height: 100%;
 	width: 100%;
 	background: #000;
 	content: "";
 	z-index: 9;
}



/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 9999;
  bottom: 12rem;
}
.carousel-caption a{
color:#fff;
	
}
.carousel-caption h1{
z-index: 9999;
    position: relative;
    color:#95b04b;
    display: block;
    padding: 5px;
	font-weight:500;
	font-size: 50px;
	text-shadow: 1px 1px 1px #000;
	-webkit-text-shadow: 1px 1px 1px #000;
	-moz-text-shadow: 1px 1px 1px #000;
	letter-spacing: 3px;
	text-transform: uppercase;
	
}
.carousel-caption h1 span
{
	color:#ef9735;
}
.carousel-caption h2{
z-index: 9999;
    position: relative;
    display: block;
    padding: 5px;
	font-weight:400;
	font-size: 30px;
	text-shadow: 2px 2px 2px #000;
	-webkit-text-shadow: 2px 2px 2px #000;
	-moz-text-shadow: 2px 2px 2px #000;
	letter-spacing: 3px;
	
}
.carousel-indicators
{
	display: none;
}
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 40rem;
  height: 100vh;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
width: 100%;
  height: auto;
}

.welcome-sec{
position: absolute;
    z-index: 9;
    width: 100%;
    padding: 10px 0;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);	
}
.welcome-inner
{
	text-align: center;
}

.welcome-inner h1
{
	color: #fff;
	
	text-shadow: 1px 1px 5px #000;
	font-weight: bold;
	font-size: 55px;
	font-style: italic;
	letter-spacing: 5px;
	font-family: 'Great Vibes', cursive;
}
.welcome-inner h3
{
	color: #fff;
	font-size: 35px;
	text-shadow: 1px 1px 1px #000;
}

.about-sec
{
	text-align: center;
	position: relative;
	background: #fcb8ad;
}
.about-img
{
	position: relative;
}
.about-img img
{
	width: 100%;
}
.about-sec .about-img .about-inner
{
position: absolute;
    z-index: 9;
    width: 80%;
    padding: 0px 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.about-sec .about-inner h2
{
font-size: 60px;
color: #fff;
text-transform: uppercase;
font-weight: bold;
text-shadow: 1px 1px 1px #000;
}
.about-sec .about-inner p
{
font-size: 35px;
letter-spacing: 1px;
margin-bottom: 30px;
font-family: 'Great Vibes', cursive;
}

.about-inner a
{
	background: #fff;
	padding: 15px 20px;
	text-transform: uppercase;
	font-size: 15px;
	border-bottom: 1px solid #dc3545;
	color: #dc3545;
	text-decoration: none;
}
.about-inner a:hover
{
	background:#dc3545;
	color: #fff;
}
.btn-all
{
	text-align: center; 
}

.btn-all a
{
	background: #dc3545;
	padding: 15px 20px;
	text-transform: uppercase;
	font-size: 15px;
	border-bottom: 1px solid #fff;
	color: #fff;
	display: inline-block;
	margin:10px 0;
	text-decoration: none;

}
.btn-all a:hover
{
	background:#fff;
	color: #dc3545;
	border-bottom:1px solid #dc3545; 
}


.service
{
	background: url(../images/ser-bg.png) #000 no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 50px 0;
}

.ser-head 
{
	margin-bottom: 50px;
}
.ser-head  h2
{
	font-size: 40px;
    font-weight: bold;
    color: #eb7690;
    line-height: 36px;
    letter-spacing: 1.5px;
    position: relative;
	text-transform: uppercase;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.service-in
{
	border:1px solid #dc3545;
	padding:10px;
	margin-bottom: 25px;
	min-height: 300px; 
	background: rgba(0, 0, 0, 0.6313725490196078);
}
.service-img
{
	text-align: center;
	display: block;
	width: 80px;
	height: 80px;
	background: rgba(0, 0, 0, 0.43);
	line-height: 80px;
	border-radius: 80px;
	margin:0 auto;
	border: 1px solid #dc3545;
}
.service-img img
{
	text-align: center;
	width: 50px;
	height: 50px;
}
.service-con
{
	margin:10px 0;
	text-align: center;
	padding:10px; 
}
.service-con h3
{
	color:#fff;
	font-size: 18px;
	text-align: center;
	line-height: 23px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.service-con p
{
	color:#fff;
}

.service-in:hover
{
	background: rgba(220, 53, 69, 0.611764705882353);
}

.gallery-page
{
	padding: 50px 0;
	background: #fcb8ad;
}
.gallery-page .heading h2
{
	text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    border-bottom: 1px solid #ccc;
}
.gal-in
{
	background: #fff;
	padding: 2px;
	border:1px solid #ddd; 
	margin-bottom: 25px;
	position: relative;
}
.gal-in img
{
object-fit: cover;
width: 100%;
height: 200px;
position: relative;
overflow:hidden; 
}
.gal-in .over-lay
{
	background:rgba(0, 0, 0, 0.59);
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;	
	opacity: 0;
	transition: all 0.5s ease-in-out;

}
.gal-in .over-lay a
{
	text-align: center;
	position: relative;
	top:50%;
	left: 45%;
	color: #eb7690;
}
.gal-in:hover .over-lay
{
	opacity: 1;
}

.venue
{
	background: url(../images/venue.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 0 100px;
}
.venue .heading h2
{
	text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.venue-inner
{
	border:1px solid #ccc;
	background: #eb7690;
}
.venue-con
{
padding: 10px 10px;
}
.venue-con h3
{
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.img-rev img
{
	width: 100%;
	height: 350px;
	object-fit: cover;
}

.owl-nav
{
	position: absolute;
	right: 0;
	top:-85px;
	
}
.owl-nav .owl-prev
{
display: inline-block;	
background: #dc3545;
color: #fff;
padding: 5px 15px;
margin: 10px 5px;
	border: 1px solid #fff;

}
.owl-nav .owl-prev:hover
{
	background:#0c1315;
}
.owl-nav .owl-next
{
display: inline-block;	
background:#dc3545;
	color: #fff;
padding: 5px 15px;
	margin: 10px 5px;
border: 1px solid #fff;

}
.owl-nav .owl-next:hover
{
	background:#0c1315;
}

footer
{
position: relative;
padding: 80px 0 0;
background: url(../images/bg-footer.jpg);
}
footer:before
{
	content: "";
    width: 100%;
    height: 32px;
    display: block;
    background: url(../images/bottom-shape.png) repeat-x;
    position: absolute;
    left: 0;
    top: -10px;

}
.footer-logo-sty{
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.footer-logo-sty img{
    width: 100%;
}
footer .footer-logo img
{
	width: 85%;
	padding: 0px 0 0 0;
}
footer .footer-logo ul
{
	list-style-type: none;
	padding:0;
	margin:20px 0px 0px 0px;

}

footer .footer-logo ul li
{
display: block;
color: #fff;
margin-bottom: 10px;	 
}

footer .footer-logo ul li i
{
color: #fff;	 
margin-left: 5px;
}
footer .quick-link h3, footer .social-link h3, footer .get-touch h3
{
    font-size: 24px;
    padding: 10px 0;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    font-weight: 300;
    letter-spacing: 2px;
    font-family: 'Dosis', Arial, Helvetica, sans-serif;
    color:#fff;
}
footer .quick-link ul, footer .social-link ul, footer .get-touch ul
{
list-style-type:none;
padding: 0;
margin:0;
}
footer .quick-link ul li, footer .social-link ul li, footer .get-touch ul li
{
display: block;
padding:3px 0;
}
footer .quick-link ul li a
{
color:#fff;
	
}
footer .social-link ul li {
  float: left;
  width: 28%;
  margin-right: 5px;
  box-sizing: border-box;
}

footer .social-link ul li a i
{

	height: 70px;
	width:100%;
	line-height: 70px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	transition: all 0.3s ease;
}
footer .social-link ul li a i.fa-facebook
{	background:#3b5998;
}
footer .social-link ul li a i.fa-twitter
{	background:#55acee;
}
footer .social-link ul li a i.fa-youtube
{	background:#c4302b;
}
footer .social-link ul li a i.fa-instagram
{	background:#E1306C;
}

footer .social-link ul li a i:hover
{
	background: #7a7b79;
}
footer .get-touch ul li
{
color:#fff;
	
}
footer .get-touch ul li i
{
margin-right: 5px;	
}
.news-form input
{
	border-radius: 0
}
.news-form button
{
	background: #fff;
	padding: 10px 20px;
	border: 0;
	border-radius: 0;
	color: #dc3545;
	border-bottom: 1px solid #dc3545;
	text-transform: uppercase;
}


footer .footer-bottom
{
	background: #dc3545;
	padding: 20px 0;
	margin: 50px 0 0;
}
footer .footer-bottom .footer-con p
{
font-size:13px;
color:#fff;
margin: 0;
	padding: 0;	
}
footer .footer-bottom .btm-link
{
	text-align:center;
	
}
footer .footer-bottom .btm-link ul
{
	padding: 0;
	margin: 0;
	list-style-type:none;
}
footer .footer-bottom .btm-link ul li
{
display:inline-block;
}
footer .footer-bottom .btm-link ul li a
{
color:#ee9634;
padding: 0 10px;
font-size: 13px;
text-decoration: none;
}
footer .footer-bottom .btm-link ul li a:hover
{
	color:#83b745;
}

footer .footer-bottom .go-logo 
{
	text-align: right;
}
footer .footer-bottom .go-logo p
{
	display: inline-block;
    margin: 0;
    color: #ffff;
    font-size: 13px;
    margin-right: 10px;
}
footer .footer-bottom .go-logo img
{
	width:100px;
}
.bread-sec
{
	background: url(../images/slider4.jpg);
	background-position: top;
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 70px 0 50px;
	position: relative;
	margin-top: -40px;
}
.bread-sec:before
{
	background:rgba(0, 0, 0, 0.59);
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	top:0;
	left: 0; 
}
.bread-sec .bread-in
{
}

.bread-sec .bread-in h1
{
color: #fff;
    text-shadow: 5px 5px 5px #000;
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
    font-style: italic;}

.bread-sec .bread-in ul
{
	padding: 0;
	margin:15px 0 0;
	text-align: right;
	list-style-type: none;
}
.bread-sec .bread-in ul li
{

	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 18px;
	text-align: right;
	font-family: 'Josefin Sans', sans-serif;
}
.bread-sec .bread-in ul li a
{
	color: #FFCC00;
	text-decoration: none;
}
.bread-sec .bread-in ul li a:hover
{
	color: #fff;
}
.about-page
{
	padding: 50px 0;
	background: #eee;
}
.about-inner-page img
{
width: 50%;
margin-right: 20px;
margin-bottom: 10px;
float: left;

}
.service-page
{
	background: #eee;
	padding: 50px 0;
}
.service-pg-inner
{
	text-align: center;
	margin:0 0 50px;  
}
.service-pg-ic
{
	text-align: center;
		border:1px solid #fff;
	margin-bottom: 25px;
padding: 20px;
background: #ddd;
min-height: 370px;
}
.service-pg-ic .img-ser
{
	margin-bottom: 15px;
}

.service-pg-ic .img-ser img {
    height: 100px;
    background: #eb7690;
    padding: 10px;
    width: 100px;
    object-fit: contain;
    border: 1px solid rgba(255, 255, 255, 0.7019607843137254);
}	

.contact-page {
  background:#eee;
}
.contact-page .container
{
  padding-top:50px;
  padding-bottom:50px;
}
.section-title {
  margin: 15px 0 0;
}

.con-head
{
  margin-bottom: 50px;
}
.con-head p
{
  font-size: 20px;
    color: #000;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 23px;
    text-align: center;
}

.contact-page h2 {
text-transform: uppercase;
    color: #333;
    margin-bottom: 40px;
    line-height: 30px;
    font-size: 35px;
    font-weight: bold;
    padding-bottom: 10px;
border-bottom: 1px solid #ddd;

}
.section-title .con-line
{
  margin-bottom: 15px;
}
.contact-form-wrap, .contact-button
{
	margin-top: 20px;
}


.contact-page input, .contact-page textarea {
  width: 100%;
  color: #000;
  height: 50px;
  background: #f5f5f5;
  border: 1px solid #ccc9c9;
  display: block;
  padding-left: 20px;
  font-size: 15px;
  margin-bottom: 15px;
  font-family: inherit;
  font-style: normal;
  outline: none;
}

.contact-form-wrap textarea
{
  height: 150px;
  line-height: 40px;
}
.contact-form-wrap button {
background: #0000cd;
display: inline-block;
padding: 15px 20px;
color: #fff;
margin: 2px 0 10px;
border: 0;
text-transform: uppercase;
text-align: center;
border-bottom: 1px solid #fff;
text-decoration: none;
}
.contact-form-wrap button:hover
{

}
.contact-button ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.contact-button ul li {
  margin: 10px 0;
  font-size: 16px;
  display: block;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.contact-button ul li i {
    color: #fff;
    font-size: 23px;
    height: 60px;
    width: 60px;
    box-shadow: 1px 1px 1px #000;
    text-align: center;
    line-height:60px;
    margin-right: 10px;
    border-radius: 50px;
    background: #eb7690;

}
.venue-page
{
	background: #eee;
	padding: 50px 0;
}
.venue-page .venue-inner
{
	margin-bottom: 25px;
}