@charset "utf-8";
/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
}
html {
	font-size: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight:normal;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}
a, a:link {
	text-decoration: none;
	outline: none;
}
figure{
	text-align:center;
	}
p {
	padding: 0;
}
img, iframe {
	max-width:100%;
}
.clear {
	clear: both;
}
body {
	margin: 0 !important;
	padding: 0;
	background:#fff;
	font-family:'OpenSans';
}
.wrapper{
	width:1280px;
	margin:auto;
}
.container{
	width:1280px;
	float:left;
}
header{
	width:100%;
	float:left;
}
.top-head{
	width:100%;
	float:left;
	height:35px;
	line-height:35px;
	background:#9e1b46;
	font-size:22px;
	color:#ffca28;
}
.top-left-text{
	width:50%;
	float:left;
}
.top-right-text{
	width:50%;
	float:right;
	text-align:right;
}
.navbar{
	width:100%;
	float:left;
}
.logo{
	float:left;
	/*padding:12px 0 18px;
	width:228px;*/
	padding:12px 0 0px;
	width:100%;
}
.logo img{
	margin: auto;
	display: block;
}
nav{
	/*width:877px;*/
	width: 100%;
	float:left;
	/*margin-top:50px;*/
	margin: 20px 0;
}
nav ul{
	text-align:center;
	margin: auto;
}
nav ul li{
	font-size:13px;
	color:#000;
	display:inline-block;
	margin:0 16px;
	text-transform:uppercase;
}
nav ul li a{
	color:#000;
	-webkit-transition:all 0.4s linear;
	transition:all 0.4s linear;
}
nav ul li a:hover{
	color:#9e1b46;
}
nav ul li a.active{
	color:#9e1b46;
}
.searchdiv{
	width:175px;
	float:left;
}
.head-slider-sec{
	width:100%;
	float:left;
	position:relative;
	text-align:center;
	display:block;
	overflow:hidden;
}
.slider-text{
	text-align:center;
	width:100%;
	position:absolute;
	top:100px;
	font-family:"Open Sans Light";
	color:#fff;
	font-size:16px;
}
.slider-text h3{
	font-size:54px;
	color:#9e1b46;
	margin-bottom:10px;
}
a.know-more{
	width:211px;
	height:45px;
	line-height:45px;
	color:#fff;
	border-radius:20px;
	margin:35px auto auto;
	text-align:center;
	text-transform:uppercase;
	font-size:13px;
	background:#9e1b46;
	display:block;
	overflow:hidden;
	-webkit-transition:all 0.4s linear;
	transition:all 0.4s linear;
}
a.know-more:hover{
	background:#000;
}
.about-sec{
	width:100%;
	float:left;
	padding:70px 0;
}
.about-img{
	float:left;
	width:429px;
}
.about-text{
	width:760px;
	float:left;
	padding:50px 0;
	font-family:"Open Sans Light";
	font-size:14px;
	color:#000;
	line-height:32px;
}
.about-text h3{
	font-size:32px;
	color:#071013;
	font-family:'OpenSansBold';
	margin-bottom:31px;
}
.about-text h3 span{
	color:#9e1b46;
	font-family:"Open Sans Light";
}
.about-text p{
	margin-bottom:31px;
}
a.read-more{
	color:#9e1b46;
	border-radius:20px;
	border:#9e1b46 solid 1px;
	height:40px;
	line-height:40px;
	text-align:center;
	text-transform:uppercase;
	display:block;
	float:left;
	width:160px;
	-webkit-transition:all 0.4s linear;
	transition:all 0.4s linear;
}
a.read-more:hover{
	color:#000;
}
.service-sec{
	width:100%;
	float:left;
	background:url(../images/servicebg.jpg) top left no-repeat;
	padding:90px 0;
	background-size:cover;
}
.service-sec h3{
	font-family:'OpenSans';
	color:#fff;
	font-size:32px;
	text-align:center;
	margin-bottom:60px;
}
.service-sec h3 span{
	font-family:'OpenSansBold';
	color:#f9c22a;
}
.service-sec ul{
	text-align:center;
}
.service-sec ul li{
	text-align:center;
	display:inline-block;
	width:33%;
	margin-bottom:60px;
	color:#fff;
	font-size:15px;
}
.service-sec ul li img{
	margin-bottom:16px;
}
.service-sec ul li h4{
	color:#f9c22a;
	font-size:16px;
	margin-bottom:26px;
}
.gallery-sec{
	width:100%;
	float:left;
	background:#fff;
	padding:70px 0;
}
.gallery-sec img:hover{
	opacity:0.6;
}
.gallery-sec h3{
	font-family:'OpenSansBold';
	color:#071013;
	font-size:32px;
	text-align:center;
	margin-bottom:47px;
}
.gallery-sec h3 span{
	font-family:'OpenSans';	
	color:#9e1b46;
}
.gallery-div{
	width:100%;
	float:left;
}
.gallery-left-div{
	width:49.5%;
	float:left;
	margin-right:0.5%;
	margin-bottom:2%;
}
.gallery-left-div-top{
	width:100%;
	margin-bottom:1%;
	float:left;
}
.gallery-left-div-bottom{
	width:100%;
	float:left;
}
.gallery-right-div{
	width:49.5%;
	float:right;
	margin-left:0.5%;
}
.testimonials-sec{
	width:100%;
	float:left;
	background:url(../images/testimonialsbg.jpg) top left no-repeat;
	background-size:cover;
	padding:70px 0;
	color:#fff;
}
.testimonials-sec h3{
	font-family:'OpenSans';
	font-size:32px;
	text-align:center;
	margin-bottom:47px;
}
.testimonial-slider{
	width:100%;
	float:left;
}
.testimonial-div{
	width:90%;
	float:left;
	font-size:13px;
	line-height:23px;
}
.testimonial-div h6{
	font-family:'OpenSansBold';
	color:#f9c22a;
	font-size:16px;
	margin:22px 0 0;
	text-align:center;
}
.blog-sec{
	width:100%;
	float:left;
	background:#fff;
	padding:70px 0;
}
.blog-sec h3{
	font-family:'OpenSansBold';
	color:#000;
	font-size:32px;
	text-align:center;
	margin-bottom:47px;
}
.blog-sec ul{
	width:100%;
	float:left;
}
.blog-sec ul li{
	float:left;
	width:320px;
	display:inline-block;
	margin-right:132px;
}
.blog-sec ul li:last-child{
	margin-right:0px;
}
.blog-sec ul li h5{
	font-size:22px;
	color:#9e1b46;
	margin:0 0 21px 0;
}
.blog-sec ul li h5 a{
	color:#9e1b46;
	-webkit-transition:all 0.4s linear;
	transition:all 0.4s linear;
}
.blog-sec ul li h6{
	font-size:13px;
	color:#8f8e8e;
	margin:19px 0 32px;
}
.blog-sec ul li h6 a{
	color:#8f8e8e;
	-webkit-transition:all 0.4s linear;
	transition:all 0.4s linear;
}
.blog-sec ul li p{
	font-size:14px;
	color:#4d4c4c;
	line-height:23px;
	margin-bottom:32px;
}
.contact-sec{
	width:100%;
	float:left;
	background:url(../images/contactbg.jpg) top left no-repeat;
	background-size:cover;
	padding:45px 0;
}
.contact-sec h3{
	font-family:'OpenSansBold';
	font-size:32px;
	color:#f9c22a;
	text-align:center;
	margin-bottom:30px;
}
.contact-text{
	font-size:13px;
	color:#fff;
	text-align:center;
	line-height:26px;
	margin-bottom:36px;
}
.form-div{
	width:960px;
	margin:auto;
}
.form-div1{
	width:100%;
	float:left;
}
.form-holder{
	width:100%;
	float:left;
	margin-bottom:33px;
}
.left-div{
	width:50%;
	float:left;
}
.right-div{
	width:50%;
	float:left;
}
.form-holder input[type=text]{
	float:left;
	background:#fff;
	width:448px;
	height:40px;
	line-height:40px;
	padding-left:20px;
	border:none;
	font-family:'OpenSans';
	font-size:15px;
	color:#8f8f8d;
}
.form-holder input[type=tel]{
	float:left;
	background:#fff;
	width:448px;
	height:40px;
	line-height:40px;
	padding-left:20px;
	border:none;
	font-family:'OpenSans';
	font-size:15px;
	color:#8f8f8d;
}
.form-holder input[type=email]{
	float:left;
	background:#fff;
	width:448px;
	height:40px;
	line-height:40px;
	padding-left:20px;
	border:none;
	font-family:'OpenSans';
	font-size:15px;
	color:#8f8f8d;
}
.form-holder textarea{
	float:left;
	background:#fff;
	width:910px;
	height:100px;
	padding:20px;
	border:none;
	font-family:'OpenSans';
	font-size:15px;
	color:#8f8f8d;
}
.form-holder input[type=submit]{
	width:211px;
	height:45px;
	line-height:45px;
	color:#fff;
	border-radius:20px;
	margin:auto;
	text-align:center;
	text-transform:uppercase;
	font-size:16px;
	background:#9e1b46;
	display:block;
	overflow:hidden;
	border:none;
	cursor:pointer;
	-webkit-transition:all 0.4s linear;
	transition:all 0.4s linear;
}
.form-holder input[type=submit]:hover{
	background:#000;
}
footer{
	width:100%;
	float:left;
	background:#fff;
	padding:35px 0 11px;
}
.foot-logo{
	float:left;
	width:166px;
	text-align:center;
}
.foot-nav{
	width:906px;
	float:left;
	text-align:center;
	padding-top:35px;
	color:#605d5d;
	font-size:12px;
}
.foot-nav ul{
	text-align:center;
	margin-bottom:40px;
}
.foot-nav ul li{
	text-align:center;
	display:inline-block;
	margin-right:31px;
}
.foot-nav ul li a{
	color:#605d5d;	
	-webkit-transition:all 0.4s linear;
	transition:all 0.4s linear;
}
.foot-nav ul li a:hover{
	color:#9e1b46;
}
.foot-social{
	width:205px;
	float:left;
	margin-top:27px;
	color:#000;
}
.foot-social a i{
	margin-right:13px;
	color:#000;
	-webkit-transition:all 0.4s linear;
	transition:all 0.4s linear;
}
.foot-social a i:hover{
	color:#9e1b46;
}

/* About */

.inner-banner-sec{
	width:100%;
	float:left;
	position:relative;
}
.inner-banner-sec img{
	width:100%;
	float:left;
	height:auto;
	position:relative;
	overflow:hidden;
}
.banner-text{
	text-align:center;
	width:100%;
	position:absolute;
	top:38px;
	font-family:"Open Sans Light";
	color:#fff;
	font-size:16px;
}
.banner-text h3{
	font-size:54px;
	color:#f9c22a;
	margin-bottom:10px;
}
.about-page-sec{
	width:100%;
	float:left;
	padding:60px 0;
	font-family:"Open Sans Light";
	color:#000;
	font-size:14px;
	line-height:32px;
}
.about-page-sec p{
	margin-bottom:45px;
}
.img-div{
	float:right;
	border:#9e1b46 solid 1px;
	text-align:center;
	padding:27px;
	margin:0 0 40px 55px;
}

/* Party Rental */

.rental-page-sec{
	width:100%;
	float:left;
	padding:60px 0;
	font-family:"OpenSans";
	padding:31px 0 0;
}
.rental-page-sec h3{
	color:#9e1b46;
	font-size:34px;
	text-align:center;
	padding-bottom:48px;
}
.image-holder{	
  float: left;
  margin: 0 38px 56px 0;
  width: 384px;
  font-size:24px;
  color:#9e1b46;
  text-align:center;
}
.image-holder a{
  color:#9e1b46;
}
/* ============================================================
  GLOBAL
============================================================ */
.effects {  
}
.effects .img {
  position: relative;
  float: left;
  overflow: hidden;
  margin-bottom:24px;
}
.effects .img:nth-child(n) {
}
.effects .img:first-child {
}
.effects .img:last-child {
  margin-right: 0;
}
.effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}
.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  text-align: center;
  color: #f9c22a;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
}

/* ============================================================
  EFFECT 1 - SLIDE IN BOTTOM
============================================================ */
#effect-1 .overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
}
#effect-1 .overlay a.expand {
  left: 0;
  right: 0;
  bottom: 50%;
  margin: 0 auto -30px auto;
}
#effect-1 .img.hover .overlay {
  height: 100%;
}
.packagebg{
	width:100%;
	float:left;	
	background:url(../images/package-bg.jpg) top left no-repeat;
	padding:48px 0 95px;
}
.packagebg h3{
	font-family:'OpenSansBold';
	font-size:32px;
	color:#fff;
	text-align:center;
	margin-bottom:70px;
}
.packagebg h3 span{
	font-family:'OpenSans';
	color:#e5b328;
}
.packagebg ul{
	text-align:center;
}
.packagebg ul li{
	width:283px;
	background:#fff;
	display:inline-block;
	text-align:center;
	border-radius:10px;
	margin:20px 22px 0 0;
}
.packagebg ul li:last-child{
	margin:20px 0 0 0;
}
.packagebg ul li:nth-child(2){
	margin:-20px 34px 0 0 !important;
	width:339px;
}
.packagebg ul li h4{
	width:100%;
	background:#9e1b46;
	color:#fff;
	line-height:50px;
	float:left;
	text-align:center;
	border-radius:10px 10px 0 0;
	font-size:20px;
}
.price-div{
	width:100%;
	float:left;
	font-size:17px;
	color:#000;
	padding:15px 0 24px;
}
.price-div h5{
	font-family:'OpenSansBold';
	color:#9e1b46;
	font-size:50px;
	margin-top:33px;
}
.black-div{
	width:207px;
	float:left;
	background:#000;
	padding:13px 38px 20px;
	color:#fff;
	font-size:14px;
	font-family:'OpenSansBold';
	text-align:left;
	line-height:40px;
}
.purchase-div{
	width:100%;
	float:left;
	border-radius:0 0 10px 10px;
	padding:0 0 32px;
}
.black-div1{
	width:207px;
	float:left;
	background:#000;
	padding:13px 66px 20px;
	color:#fff;
	font-size:14px;
	font-family:'OpenSansBold';
	text-align:left;
	line-height:40px;
}
.bigfont{
	font-size:26px !important;
	line-height:65px !important;
}
a.purchase-butt{
	width:232px;
	height:59px;
	line-height:59px;
	color:#fff;
	border-radius:20px;
	margin:35px auto auto;
	text-align:center;
	text-transform:uppercase;
	font-size:20px;
	background:#9e1b46;
	display:block;
	overflow:hidden;
	-webkit-transition:all 0.4s linear;
	transition:all 0.4s linear;
}
a.purchase-butt:hover{
	background:#000;
}

/* Balloons Deco Page */

.balloons-deco-div{
	width:100%;
	float:left;
	padding:66px 0 0;
}
.balloons-deco-div ul{
	text-align:center;
}
.balloons-deco-div ul li{
	width:310px;
	border:#e1dede solid 1px;
	font-size:13px;
	color:#494849;
	line-height:23px;
	position:relative;
	padding-bottom:30px;
	margin:0 6px 70px 0;
	display:inline-block;
}
.balloons-deco-div ul li:nth-child(4n){
	margin-right:0px;
}
.balloons-deco-div ul li:last-child{
	margin-right:0px;
}
.balloon-padd{
	padding:27px 20px;
}
.balloon-padd h3{
	font-family:'OpenSansBold';
	font-size:16px;
	color:#9e1b46;
	margin-bottom:25px;
}
.balloon-padd h3 a{
	color:#9e1b46;
}
.balloon-padd h3 a:hover{
	color:#000;
}
.balloon-padd p{
	text-align:left;
}
a.view-details{
	width:158px;
	height:40px;
	line-height:40px;
	color:#fff;
	border-radius:20px;
	text-align:center;
	text-transform:uppercase;
	font-size:13px;
	background:#9e1b46;
	display:block;
	overflow:hidden;
	-webkit-transition:all 0.4s linear;
	transition:all 0.4s linear;
	position:absolute;
	bottom:-20px;
	left:72px;
}
a.view-details:hover{
	background:#000;
}


/* Testimonials */

.testimonial-sec{
	width:100%;
	float:left;
}
.testi-outer {
	width: 1280px;
	float:left;
	padding:60px 0;
}
.testi-left {
	width: 600px;
	float: left;
}
.testi-right {
	width: 600px;
	float: right;
}
.testimonial-post-outer {
	width: 550px;
}
.testimonial-post {
	border: 1px solid #b5b5b5;
	padding: 12px 20px 15px 18px;
	position: relative;
	margin: 32px 0 0 0;
}
.testimonial-post h1 {
	font-size: 16px;
	color: #094b74;
	line-height: 20px;
}
.testimonial-post p {
	font-size: 16px;
	color: #2e3031;
	line-height: 24px;
	background: url(../images/dot1.png) no-repeat left top;
	padding: 0 0 0 18px;
	margin: 8px 0 0 -10px;
}
.p-img {
	margin: 5px 0 0 0;
	position: relative;
	top: 4px;
	left: 3px;
}
.arrow {
	position: absolute;
	bottom: -14px;
	left: 40px;
}
.thum2 {
	width: 100px;
	height: 100px;
	float: left;
	margin: 30px 0 0 5px;
}
.testimonial-post-outer h3 {
	font-family:"Open Sans Light";
	font-size: 24px;
	color: #9e1b46;
	width: 415px;
	float: right;
	margin: 65px 0 0 0;
}
.test-icon {
	position: absolute;
	right: -20px;
	top: -20px;
}



.blog{width:100%; float:left; padding:25px 0; margin-top:3%;}
.blog h3{font-size:20px; text-align:center; color:#5a5a5a; text-transform:uppercase; font-weight:bold; margin-bottom:40px;}
.blog_cnt{width: 88%; margin: 2% auto; display: block; float: none;}
.content_blog{width:100%; float:left; margin-top:2%; padding: 20px 0;}
.content1{width:5%; float:left; margin-right:10px;}
.content1 p{width:100%; float:left; background:#9e1b46; border-radius:6px; color:#fff; text-align:center; line-height: 22px; padding: 18px 0;}
.content2{width:198px; height:198px; float:left; margin-right:25px;}
.content3{float:left; text-align:left; color:#504c4c; width: 73%;}
.content3 h4{font-size:17px; text-transform:uppercase; margin-bottom:20px;}
.content3 h4 a{color:#9e1b46;}
.content3 h4 a:hover{color:#2d2c2c;}
.content3 p{font-size:14px; margin-bottom:20px; line-height:21px}
.content3 p a{color:#817d7d;}
.content3 p a:hover{color:#000;}
.division{border-bottom: 4px double #ccc; padding: 15px 0; float: left; margin-top:25px; border-top: 4px double #ccc; width:100%;}
.division p{margin-right: 5%; float:left; color:#9c9a9a; font-size:14px;}
.division p a{color:#817d7d;}
.division p a:hover{color:#000;}
.social_blg{border: 1px solid #d8d9d8; border-radius: 50%; float: right; padding: 6px 9px; margin-left:10px; margin-top: -7px; background: #d8d9d8}
.social_blg i{font-size:16px; color:#fff}
.social_blg:hover{background:#cbcdcb;}




/* Fonts */

@font-face {
	font-family:'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=3.0.1');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
	url('../fonts/fontawesome-webfont.woff?v=3.0.1') format('woff'),
	url('../fonts/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family:'OpenSans';
    src: url('../fonts/OpenSans.eot');
    src: url('../fonts/OpenSans.eot') format('embedded-opentype'),
         url('../fonts/OpenSans.woff2') format('woff2'),
         url('../fonts/OpenSans.woff') format('woff'),
         url('../fonts/OpenSans.ttf') format('truetype'),
         url('../fonts/OpenSans.svg#OpenSans') format('svg');
}
@font-face {
	font-family:"Open Sans Light";
	src: url("../fonts/OpenSans-Light.eot?") format("eot"),
	url("../fonts/OpenSans-Light.woff") format("woff"),
	url("../fonts/OpenSans-Light.ttf") format("truetype"),
	url("../fonts/OpenSans-Light.svg#OpenSans-Light") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family:'OpenSansBold';
    src: url('../fonts/opensans-bold.eot');
    src: url('../fonts/opensans-bold.eot') format('embedded-opentype'),
         url('../fonts/opensans-bold.woff') format('woff'),
         url('../fonts/opensans-bold.ttf') format('truetype'),
         url('../fonts/opensans-bold.svg#OpenSansBold') format('svg');
}

