@charset "utf-8";

body {

	padding: 0px;

	margin: 0px;

	font-family: 'Lato', sans-serif;

	font-size: 16px;

	color: #000000;

	font-weight: 400;

}

.alignright {
	float: right;
	max-width: 100%;
	height: auto;
	margin: 0 0 20px 20px;
}

.alignleft {

	float: left;

	max-width: 100%;

	height: auto;

	margin: 0 20px 20px 0;

}

.aligncenter {

	float: none;

	max-width: 100%;

	height: auto;

	display: block;

	margin: 0 auto 20px auto;

}

a {

	color:#000000;

	text-decoration: none;

}

a:hover {

	color: #78b22a;

	text-decoration: none;

}

hr {

    width: 100%;

	margin: 50px 0%;

    border: none;

	border-top: 1px dashed #c7c7c7 !important;

}

img {

    vertical-align: middle;

}

p {

    margin: 0 0 15px 0;

    font-size: 18px;

    color: #5b5b5b;

    font-weight: 400;

    line-height: 30px;

}

ul, ol {

    margin-top: 0px;

    margin-bottom: 20px;

    padding-left: 0px;

	list-style-position: inside;

}

ul li{

    font-size: 16px;

    color: #5b5b5b;

    font-weight: 300;

}

.pad_0 {

	padding-right: 0;

	padding-left: 0;

}



#wrap {

	float: left;

	width: 100%;

}

.container {

	position: relative;

	width: 1250px;

	margin: 0 auto;

	padding: 0;

}

.container:after {

	content: " 0020";

	display: block;

	height: 0;

	clear: both;

	visibility: hidden;

}

#header {

	position:absolute;

    z-index:1;

	float: left;

    width: 100%;

    padding-top: 20px;

	transition: top .3s linear;

}

#header .logo {

	float: left;

	width: 282px;

	padding: 8px 0 0px 30px;

}

#header .logo img {

	width: 100%;

}

#header .logo a {

	display: block;

}

#header .right_col {

	float: right;

	width: 50%;

	padding-right: 30px;

}

#header .right_col .top-row{

    float: right;

    width: 100%;

	text-align:right;

}

#header .right_col .top-row .call{

	position:relative;

	display:inline-block;

	width: auto;

	padding: 0px 20px 15px 25px;

	font-size:16px;

	color:#FFFFFF;

	font-weight:400;

}

#header .right_col .top-row .call a{

	color:#FFFFFF;

	text-decoration:none;

}

#header .right_col .top-row .call a:hover{

	color:#d65679;

}

#header .right_col .top-row .call:before{

	position:absolute;

	content: "\f095";

	display: inline-block;

    font: normal normal normal 14px/1 FontAwesome;

    font-size: inherit;

    text-rendering: auto;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

	font-size:16px;

	color:#FFFFFF;

	left:0px;

	top:5px;

}



.menu_box {

	float: right;

	width: auto;

}

.menu_box ul{

	float: left;

    width: 100%;

    margin: 0;

    padding: 0;

    list-style-type: none;

}

.menu_box ul li {

	float: left;

	width: auto;

	padding: 0;

	margin: 0 15px;

	position: relative;

}

.menu_box ul li a {

	display: block;

	padding: 2px 0;

	font-size: 15px;

	color: #FFFFFF;

	font-weight: 700;

	text-decoration: none;

	text-transform:uppercase;

	transition: all 0.3s ease-in-out;

	border-bottom: 2px solid transparent;

}

.menu_box ul li a:hover,

.menu_box ul li:hover a {

	color:#d65679;

	text-decoration: none;

}

.menu_box ul li.current_page_item a {

	color:#d65679;

	text-decoration: none;

}



/* ----------------- Sub Menu -----------------*/

.menu_box ul li:hover > ul.sub-menu,

.menu_box ul li:hover > ul.sub-menu li:hover > ul.sub-menu {

	display: block;

}



.menu_box ul li ul.sub-menu {

    display: none;

	width: 250px;

    background: #d65679;

    position: absolute;

    top: 100%;

    left: 0;

    z-index: 2;

}

.menu_box ul li ul.sub-menu li {

    width: 100%;

    margin: 0 0px;

    text-align: left;

}

.menu_box ul li ul.sub-menu li a {

    display: block;

    padding: 8px 10px;

    background: #d65679;

	font-size:15px;

    color: #ffffff;

    text-transform: none;

    text-align: left;

	text-transform:uppercase;

	border-bottom:0px solid #FFF;

}

.menu_box ul li ul.sub-menu li a:hover {

    background: #b63357;

    color: #ffffff;

	border-bottom:0px solid #FFF;

}

.menu_box2 {

	display: none;

}



#slider {

	float:left;

	width:100%;

}

#slider .caption {

    float: left;

    width: 100%;

    padding: 0px 0px;

    position: absolute;

    top: 350px;

}

#slider .caption h1{

	margin:0px 0px 10px 0px;

	padding:0px;

	font-size:90px;

	color:#FFF;

	font-weight:700;

	line-height:100px;

	text-align:center;

}

#slider .caption h2{

	margin:0px 0px 10px 0px;

	padding:0px;

	font-size:46px;

	color:#FFF;

	font-weight:300;

	line-height:50px;

	text-align:center;

}

#slider .caption p{

	margin:0px 0px 10px 0px;

	padding:0px;

	font-size:25px;

	color:#FFF;

	font-weight:400;

	line-height:30px;

	text-align:center;

}

#slider .caption a{
	display:inline-block;
	width:auto;
	padding:10px 65px;
	background-color:#000000;
	border-radius:6px;
	font-size:16px;
	color:#FFF;
	font-weight:700;
	line-height:30px;
	text-align:center;
	text-transform:uppercase;
}

#slider .caption a:hover{
	background-color:#d65679;
}
#slider .caption .get-quote{
	display:inline-block;
	width:auto;
	margin-left:10px;
	padding:10px 65px;
	background-color:#d65679;
	border-radius:6px;
	font-size:16px;
	color:#FFF;
	font-weight:700;
	line-height:30px;
	text-align:center;
	text-transform:uppercase;
}

#slider .caption .get-quote:hover{
	background-color:#000000;
}
#slider .bx-wrapper img {
    width: 100%;
}

#slider .bx-wrapper .bx-viewport {

	height: 876px !important;

}

#slider .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {

    bottom: 50px;

}

#slider .bx-wrapper .bx-pager.bx-default-pager a {

	background: transparent;

	text-indent: -9999px;

	display: block;

	width: 14px;

	height: 14px;

	margin: 0 5px;

	outline: 0;

	-moz-border-radius: 100%;

	-webkit-border-radius: 100%;

	border-radius: 100%;

	border:2px solid #FFFFFF;

}

#slider .bx-wrapper .bx-pager.bx-default-pager a:hover,

#slider .bx-wrapper .bx-pager.bx-default-pager a.active {

	background: #FFFFFF;

}









#middle {

	float:left;

	width:100%;

}

.dream-sec {

	float:left;

	width:100%;

	padding-top:40px;

	padding-bottom:40px;

}

.dream-sec h1{

	margin:0px 0px 0px 0px;

	padding:0px 0px 10px 0px;

	font-family: 'Roboto Slab', serif;

	font-size:40px;

	color:#d65679;

	font-weight:300;

	text-align:center;

	text-transform:uppercase;	

}

.dream-sec .title-line {

	color:#d65679;

	text-align:center;

	padding-bottom:20px;

}

.dream-sec .title-line span {

    display: inline-block;

    position: relative;

}

.dream-sec .title-line span:before,

.dream-sec .title-line span:after {

	content: '';

    position: absolute;

	width: 41px;

    height: 1px;

	background-color: #bcbcbc;

	top: 50%;

    margin-top: -1px;

}

.dream-sec .title-line span:before {

	right: 100%;

	margin-right: 5px;

}

.dream-sec .title-line span:after {

	left: 100%;

	margin-left: 5px;

}

.dream-sec p{

	margin:0px 0px 10px 0px;

	padding:0px 0px 0px 0px;

	font-size:16px;

	color:#414141;

	font-weight:400;

	text-align:center;

	line-height:30px;

}

.how-it-work-sec {

	float:left;

	width:100%;

	background-color:#f7f6f6;

	padding-top:40px;

	padding-bottom:40px;

}

.how-it-work-sec h1{

	margin:0px 0px 0px 0px;

	padding:0px 0px 10px 0px;

	font-family: 'Roboto Slab', serif;

	font-size:40px;

	color:#000000;

	font-weight:300;

	text-align:center;

	text-transform:uppercase;	

}

.how-it-work-sec .title-line {

	color:#d65679;

	text-align:center;

	padding-bottom:20px;

}

.how-it-work-sec .title-line span {

    display: inline-block;

    position: relative;

}

.how-it-work-sec .title-line span:before,

.how-it-work-sec .title-line span:after {

	content: '';

    position: absolute;

	width: 41px;

    height: 1px;

	background-color: #bcbcbc;

	top: 50%;

    margin-top: -1px;

}

.how-it-work-sec .title-line span:before {

	right: 100%;

	margin-right: 5px;

}

.how-it-work-sec .title-line span:after {

	left: 100%;

	margin-left: 5px;

}

.how-it-work-sec .iconbox{

	float:left;

	width:100%;

	text-align:center;

}

.how-it-work-sec .iconbox .icon {

	display:inline-block;

	width:141px;

	padding:20px 0px;

}

.how-it-work-sec .iconbox .caption{

	display:inline-block;

	width:100%;

	padding:20px 15px;

}

.how-it-work-sec .iconbox .caption h3{

	margin:0px 0px 0px 0px;

	padding:0px 0px 10px 0px;

	font-size:20px;

	color:#060606;

	font-weight:700;

	text-align:center;

}

.how-it-work-sec .iconbox .caption p {

    margin: 0px 0px 10px 0px;

    padding: 0px 0px 0px 0px;

    font-size: 16px;

    color: #060606;

    font-weight: 400;

    text-align: center;

    line-height: 30px;

}

.how-it-work-sec .iconbox .caption a {

	display:inline-block;

    color: #d65679;

	text-decoration:none;

}

.how-it-work-sec .iconbox .caption a:hover{

	text-decoration:underline;

}

.popular-sec {

	float:left;

	width:100%;

	padding-top:65px;

	padding-bottom:65px;

}

.popular-sec h1{

	margin:0px 0px 0px 0px;

	padding:0px 0px 10px 0px;

	font-family: 'Roboto Slab', serif;

	font-size:40px;

	color:#000000;

	font-weight:300;

	text-align:center;

	text-transform:uppercase;	

}

.popular-sec .title-line {

	color:#d65679;

	text-align:center;

	padding-bottom:20px;

}

.popular-sec .title-line span {

    display: inline-block;

    position: relative;

}

.popular-sec .title-line span:before,

.popular-sec .title-line span:after {

	content: '';

    position: absolute;

	width: 41px;

    height: 1px;

	background-color: #bcbcbc;

	top: 50%;

    margin-top: -1px;

}

.popular-sec .title-line span:before {

	right: 100%;

	margin-right: 5px;

}

.popular-sec .title-line span:after {

	left: 100%;

	margin-left: 5px;

}

.popular-sec .thumbnail {

    display: block;

    padding: 0px;

    margin-bottom: 30px;

    line-height: 1.42857143;

    background-color: #fff;

    border: 1px solid transparent;

    border-radius: 0px;

	box-shadow: 0px 5px 0px 0px rgba(228,228,228,1);

	-webkit-box-shadow: 0px 5px 0px 0px rgba(228,228,228,1);

	-moz-box-shadow: 0px 5px 0px 0px rgba(228,228,228,1);

}

.popular-sec .thumbnail .thumb{

	float:left;

	width:100%;

}

.popular-sec .thumbnail .thumb img{

	width:100%;

}

.popular-sec .thumbnail .caption{

	display:inline-block;

	width:100%;

	padding:15px 8px;

}

.popular-sec .thumbnail .caption h3{

	min-height:60px;

	margin:0px 0px 0px 0px;

	padding:0px 0px 10px 0px;

	font-size:18px;

	color:#060606;

	font-weight:700;

	text-align:left;

	line-height: 25px;

}

.popular-sec .thumbnail .caption .seat-count {

    display: inline-block;

	width:100%;

    vertical-align: bottom;

	font-size:16px;

	color:#7f7f7f;

	font-weight:400;

	line-height:25px;

}

.popular-sec .thumbnail .caption .location {

    display: inline-block;

	width:100%;

	padding-top:10px;

    vertical-align: bottom;

	font-size:16px;

	color:#7f7f7f;

	font-weight:400;

	line-height:25px;

}

.popular-sec .thumbnail .caption .price>span {

	position:relative;

	display:inline-block;

    color: #40b145;

    font-size:14px;

	margin-right:5px;

}

.popular-sec .thumbnail .caption .price .fa-stack-1x, .fa-stack-2x {

    position: absolute;

    left: 0;

    width: 100%;

	font-size: 12px;

    text-align: center;

	line-height:26px;

}

.popular-sec .thumbnail .caption .price .fa-stack-2x {

    font-size: 2em;

}

.popular-sec .thumbnail .caption .price {

	display: inline-block;

	width:100%;

	padding-top:10px;

	vertical-align: bottom;

	font-size:16px;

	color:#7f7f7f;

	font-weight:400;

	line-height:25px;

}

.popular-sec .thumbnail .caption .price .fa-circle:before

.popular-sec .thumbnail .caption .price .fa-circle:before {

	display:inline-block;

    content: "\f111";

	color: #40b145;

	font-size:9px;

}

.why-book-sec {

	float:left;

	width:100%;

	padding-top:65px;

	padding-bottom:65px;

	background-position: center center;

	background-repeat:no-repeat;

	background-size:cover;

}

.why-book-sec h1{

	margin:0px 0px 0px 0px;

	padding:0px 0px 10px 0px;

	font-family: 'Roboto Slab', serif;

	font-size:40px;

	color:#FFFFFF;

	font-weight:300;

	text-align:center;

	text-transform:uppercase;	

}

.why-book-sec .title-line {

	color:#FFFFFF;

	text-align:center;

	padding-bottom:20px;

}

.why-book-sec .title-line span {

    display: inline-block;

    position: relative;

}

.why-book-sec .title-line span:before,

.why-book-sec .title-line span:after {

	content: '';

    position: absolute;

	width: 41px;

    height: 1px;

	background-color: #FFFFFF;

	top: 50%;

    margin-top: -1px;

}

.why-book-sec .title-line span:before {

	right: 100%;

	margin-right: 5px;

}

.why-book-sec .title-line span:after {

	left: 100%;

	margin-left: 5px;

}

.why-book-sec .iconbox{

	float:left;

	width:100%;

	text-align:center;

}

.why-book-sec .iconbox .icon {

	display:inline-block;

	width:141px;

	padding:20px 0px;

}

.why-book-sec .iconbox .caption{

	display:inline-block;

	width:100%;

	padding:20px 15px;

}

.why-book-sec .iconbox .caption h3{

	margin:0px 0px 0px 0px;

	padding:0px 0px 10px 0px;

	font-size:20px;

	color:#FFFFFF;

	font-weight:700;

	text-align:center;

	text-transform:uppercase;

}

.why-book-sec .iconbox .caption p {

    margin: 0px 0px 10px 0px;

    padding: 0px 0px 0px 0px;

    font-size: 16px;

    color: #FFFFFF;

    font-weight: 400;

    text-align: center;

    line-height: 30px;

}

.vendor-sec {

	float:left;

	width:100%;

	padding-top:65px;

	padding-bottom:65px;

}

.vendor-sec h1{

	margin:0px 0px 0px 0px;

	padding:0px 0px 10px 0px;

	font-family: 'Roboto Slab', serif;

	font-size:40px;

	color:#000000;

	font-weight:300;

	text-align:center;

	text-transform:uppercase;	

}

.vendor-sec .title-line {

	color:#d65679;

	text-align:center;

	padding-bottom:40px;

}

.vendor-sec .title-line span {

    display: inline-block;

    position: relative;

}

.vendor-sec .title-line span:before,

.vendor-sec .title-line span:after {

	content: '';

    position: absolute;

	width: 41px;

    height: 1px;

	background-color: #bcbcbc;

	top: 50%;

    margin-top: -1px;

}

.vendor-sec .title-line span:before {

	right: 100%;

	margin-right: 5px;

}

.vendor-sec .title-line span:after {

	left: 100%;

	margin-left: 5px;

}

.vendor-sec ul {

	list-style:none;

	margin:0px;

	padding:0px;

}

.vendor-sec ul li {

	position:relative;

	display:inline-block;

	width:100%;

	padding: 5px 0px 5px 30px;

	font-size:16px;

	color:#7f7f7f;

	font-weight:400;

	line-height:25px;

	vertical-align:middle;

}

.vendor-sec ul li:before {

	position:absolute;

    content: "\f10c";

	display:inline-block;

	font: normal normal normal 14px/1 FontAwesome;

    font-size: inherit;

    text-rendering: auto;

	font-size:16px;

	color:#7f7f7f;

	left:0px;

	top:10px;

}

.vendor-sec ul li a{

	color:#7f7f7f;

	text-decoration:none;

}

.vendor-sec ul li a:hover{

	color:#d65679;

}



.testimonials-sec {

	float:left;

	width:100%;

	padding-top:65px;

	padding-bottom:65px;

	background-image:url(../images/petrn1.jpg);

	background-position: left top;

	background-repeat:repeat;

}

.testimonials-sec h1{

	margin:0px 0px 0px 0px;

	padding:0px 0px 10px 0px;

	font-family: 'Roboto Slab', serif;

	font-size:40px;

	color:#FFFFFF;

	font-weight:300;

	text-align:center;

	text-transform:uppercase;	

}

.testimonials-sec .title-line {

	color:#FFFFFF;

	text-align:center;

	padding-bottom:20px;

}

.testimonials-sec .title-line span {

    display: inline-block;

    position: relative;

}

.testimonials-sec .title-line span:before,

.testimonials-sec .title-line span:after {

	content: '';

    position: absolute;

	width: 41px;

    height: 1px;

	background-color: #FFFFFF;

	top: 50%;

    margin-top: -1px;

}

.testimonials-sec .title-line span:before {

	right: 100%;

	margin-right: 5px;

}

.testimonials-sec .title-line span:after {

	left: 100%;

	margin-left: 5px;

}

.testimonials-sec .cnt_box{

	float:left;

	width:100%;

	padding:2% 15%; 

}

.testimonials-sec .cnt_box .pic-thumb{

	float:left;

	width:136px;

	height:136px;

	border-radius:50%;

	border: 2px solid #FFF;

	overflow:hidden;

}

.testimonials-sec .cnt_box .right_cnt{

	float:right;

	width:75%;

	padding:15px 25px; 

	border-radius:6px;

	background-color:#FFFFFF;

    box-shadow: 0px 5px 0px 0px rgba(153,19,43,1);

    -webkit-box-shadow: 0px 5px 0px 0px rgba(156,19,43,1);

	-moz-box-shadow: 0px 5px 0px 0px rgba(156,19,43,1);

}

.testimonials-sec .cnt_box .right_cnt p{

	margin: 0px 0px 10px 0px;

    padding: 0px 0px 0px 0px;

    font-size: 16px;

    color: #020202;

    font-weight: 400;

    line-height: 30px;

}

.testimonials-sec .cnt_box .right_cnt .name{

	display:inline-block;

	width:100%;

    font-size: 16px;

    color: #d65679;

    font-weight: 700;

    line-height: 30px;

}

.testimonials-sec .bx-wrapper .bx-viewport {

	display:inline-block;

	height:190px !important;

}

.testimonials-sec .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {

    bottom: -40px;

}

.testimonials-sec .bx-wrapper .bx-pager.bx-default-pager a {

	background: transparent;

	text-indent: -9999px;

	display: block;

	width: 14px;

	height: 14px;

	margin: 0 5px;

	outline: 0;

	-moz-border-radius: 100%;

	-webkit-border-radius: 100%;

	border-radius: 100%;

	border:2px solid #FFFFFF;

}

.testimonials-sec .bx-wrapper .bx-pager.bx-default-pager a:hover,

.testimonials-sec .bx-wrapper .bx-pager.bx-default-pager a.active {

	background: #FFFFFF;

}

.testimonials-sec .cnt_box .arrow_box {

	position: relative;

	background: #FFFFFF;

}

.testimonials-sec .cnt_box .arrow_box:after {

	right: 100%;

	top: 50%;

	border: solid transparent;

	content: " ";

	height: 0;

	width: 0;

	position: absolute;

	pointer-events: none;

	border-color: rgba(255, 255, 255, 0);

	border-right-color: #FFFFFF;

	border-width: 18px;

	margin-top: -18px;

}

.social-sec {

	float:left;

	width:100%;

	padding-top:65px;

	padding-bottom:65px;	

}

.social-sec .thumbnail {

    display: block;

    padding: 0px;

    margin-bottom: 20px;

    line-height: 1.42857143;

    background-color: #fff;

    border: 1px solid transparent;

    border-radius: 0px;

	box-shadow: 0px 5px 0px 0px rgba(228,228,228,1);

	-webkit-box-shadow: 0px 5px 0px 0px rgba(228,228,228,1);

	-moz-box-shadow: 0px 5px 0px 0px rgba(228,228,228,1);

}

.social-sec .thumbnail .thumb{

	float:left;

	width:100%;

}

.social-sec .thumbnail .thumb img{

	width:100%;

}

.social-sec .thumbnail .caption{

	display:inline-block;

	width:100%;

	padding:15px 8px;

}

.social-sec .thumbnail .caption .red-logo{

	float:left;

	width:144px;

}

.social-sec .thumbnail .caption .icon{

	float:right;

	width:37;

}

.social-sec .thumbnail .caption .price-row {

    display: inline-block;

    width: 100%;

    padding-top: 15px;

    text-align: center;

}

.social-sec .thumbnail .caption .price-row .instagram{

	display: inline-block;

	width:203px;

	padding: 0px 16px;

	background-color: #0066b3;

	border-radius: 6px;

	font-size: 16px;

	color: #FFF;

	font-weight: 400;

	line-height: 30px;

	text-align: center;

}

.social-sec .thumbnail .caption .price-row .facebo:hover {

    background-color: #015da3;

}

.social-sec .thumbnail .caption .price-row .f-like{

	display: inline-block;

	width:203px;

	padding: 0px 16px;

	background-color: #475993;

	border-radius: 6px;

	font-size: 16px;

	color: #FFF;

	font-weight: 400;

	line-height: 30px;

	text-align: center;

}

.social-sec .thumbnail .caption .price-row .f-like:hover {

    background-color: #3a4c87;

}

.social-sec .thumbnail .caption .price-row .pintrest{

	display: inline-block;

	width:203px;

	padding: 0px 16px;

	background-color: #bc0419;

	border-radius: 6px;

	font-size: 16px;

	color: #FFF;

	font-weight: 400;

	line-height: 30px;

	text-align: center;

}

.social-sec .thumbnail .caption .price-row .pintrest:hover {

    background-color: #aa0215;

}

#footer {

	float:left;

	width:100%;

	padding-top:50px;

	background-color:#2e2e2e;

}

#footer .footer-logo {

	float:left;

	width:100%;

	padding-bottom:15px;

}

#footer .phone {

	float:left;

	width:100%;

	font-size: 16px;

	color: #FFF;

	font-weight: 400;

	line-height: 30px;

}

#footer .phone a{

	display:inline-block;

	color: #FFF;

	text-decoration:none;

}

#footer .phone a:hover{

	text-decoration:underline;

}

#footer .social{

	float:left;

	width:100%;

}

#footer .social .had{

	float:left;

	width:100%;

	padding-top:10px;

	font-size: 16px;

	color: #FFF;

	font-weight: 400;

	line-height: 30px;

}

#footer .social ul{

	list-style:none;

	margin:0px;

	padding:0px;

}

#footer .social ul li{

	list-style:none;

	float:left;

	padding-right:5px;

}

#footer .footer-menu{

	float:left;

	width:100%;

	padding-bottom:30px;

}

#footer .footer-menu h3 {

	position:relative;

	margin: 0px 0 0px 0;

	padding-bottom:5px ;

	font-size: 20px;

	color: #FFFFFF;

	font-weight: 700;

	text-transform: uppercase;

	line-height: 40px;

	text-align:left;

}

#footer .footer-menu ul{

    margin: 0;

    padding: 0;

    list-style-type: none;

}

#footer .footer-menu ul li {

	float: left;

	width: 50%;

	padding: 5px 0px;

	margin: 0 0px;

	position: relative;

}

#footer .footer-menu ul li a {

	display: block;

	font-size: 16px;

	color: #FFFFFF;

	font-weight: 400;

	text-decoration: none;

	line-height:normal;

}

#footer .footer-menu ul li a:hover{

	color:#d65679;

}



.footer-btm {

	float:left;

	width:100%;

	padding-top:10px;

	padding-bottom:10px;

	background-color:#000000;

}

.footer-btm .copy{

	float:left;

	width:auto;

	padding-top:7px;

	font-size: 16px;

	color: #c1c1c1;

	font-weight: 400;

	text-decoration: none;

	line-height:normal;

}

.footer-btm .payment{

	float:right;

	width:auto;

}

.footer-btm .payment ul{

    margin: 0;

    padding: 0;

    list-style-type: none;

}

.footer-btm .payment ul li {

	float: left;

	width: auto;

	padding: 0px 5px;

	margin: 0 0px;

	position: relative;

}

/*------------- inner pages -------------*/

#inner_banner {

	float: left;

	width: 100%;

	padding-top: 84px;

	background-position:center center;

	background-repeat:no-repeat;

	background-size:cover;

}

#inner_banner img {

	width: 100%;

}

#inner_banner .hdr_cont {

    float: left;

    width: 100%;

	padding: 100px 0px;

}

#inner_banner .hdr_cont h1{

	margin:0px 0px 10px 0px;

	padding:0px;

	font-size:50px;

	color:#FFF;

	font-weight:700;

	line-height:60px;

	text-align:center;

}

.inr_page_cnt {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.inr_page_cnt h1{

	margin:0px 0px 0px 0px;

	padding:0px 0px 10px 0px;

	font-family: 'Roboto Slab', serif;

	font-size:40px;

	color:#d65679;

	font-weight:300;

	text-align:center;

}

.inr_page_cnt p {

	margin: 0 0 15px 0;

    font-size: 18px;

    color: #5b5b5b;

    font-weight: 300;

    line-height: 30px;

	font-weight:400;

}

.inr_page_cnt .title-line {

	color:#d65679;

	text-align:center;

	padding-bottom:20px;

}

.inr_page_cnt .title-line span {

    display: inline-block;

    position: relative;

}

.inr_page_cnt .title-line span:before,

.inr_page_cnt .title-line span:after {

	content: '';

    position: absolute;

	width: 41px;

    height: 1px;

	background-color: #bcbcbc;

	top: 50%;

    margin-top: -1px;

}

.inr_page_cnt .title-line span:before {

	right: 100%;

	margin-right: 5px;

}

.inr_page_cnt .title-line span:after {

	left: 100%;

	margin-left: 5px;

}

.inr_page_cnt p {

    margin: 0px 0px 10px 0px;

    padding: 0px 0px 0px 0px;

    font-size: 16px;

    color: #414141;

    font-weight: 400;

    line-height: 30px;

}

.inr_page_cnt h3{
	margin:0px 0px 10px 0px;
	padding:0px;
	font-family: 'Roboto Slab', serif;
	font-size:25px;
	color:#d65679;
	font-weight:300;
	line-height:30px;
	clear:both;

}

.inr_page_cnt .mid-cnt-row {
    float: left;
    width: 100%;
    padding-top: 30px;
	padding-bottom:30px;
}

.inr_page_cnt .mid-cnt-row h3{
	margin:0px 0px 10px 0px;
	padding:0px;
	font-family: 'Roboto Slab', serif;
	font-size:25px;
	color:#d65679;
	font-weight:300;
	line-height:30px;
}
.inr_page_cnt .mid-cnt-row ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.inr_page_cnt .mid-cnt-row ul li {
	position:relative;
	display:inline-block;
	width:100%;
	padding: 5px 0px 5px 30px;
	font-size:16px;
	color:#7f7f7f;
	font-weight:400;
	line-height:25px;
	vertical-align:middle;
}
.inr_page_cnt .mid-cnt-row ul li:before {
	position:absolute;
    content: "\f10c";
	display:inline-block;
	font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
	font-size:16px;
	color:#7f7f7f;
	left:0px;
	top:10px;
}

.main-category ul li { padding-left:0px !important;}

.main-category ul li:before{ display:none !important;}

.inr_page_cnt .mid-cnt-row ul li a{

	color:#7f7f7f;

	text-decoration:none;

}

.inr_page_cnt .mid-cnt-row ul li a:hover{

	color:#d65679;

}

#quotes {

	float: left;

    width: 100%;

    padding-top: 65px;

    padding-bottom: 65px;

    background-image: url(../images/petrn1.jpg);

    background-position: left top;

    background-repeat: repeat;

}

#quotes .single-quote{

	font-family: 'Roboto Slab', serif;

    font-size: 40px;

    color: #FFFFFF;

    font-weight: 300;

	text-align:center;

    width: 80%;

    margin: 0 auto;

}

#quotes .quote-author{

	font-family: 'Roboto Slab', serif;

    font-size: 20px;

    color: #FFFFFF;

    font-weight: 700;

	text-align:center;

	padding-top:25px;

}

/*------------------ Contact Page -------------------------*/

.contact-form {

    float: left;

    width: 100%;

	padding: 30px 0 0 0;

}

.contact-form h2 {

    display: inline-block;

    width: 100%;

    font-family: 'Roboto Slab', serif;

    font-size: 20px;

    font-weight: 400;

    color: #000;

    text-transform: uppercase;

    margin-bottom: 16px;

    text-decoration: underline;

}

.contact-form .form-group {

    margin-top: 20px;

	margin-bottom: 0px;

}

.contact-form label {

    float: left;

    width: 180px;

	margin:0px;

	padding-top:5px;

	font-family: 'Lato', sans-serif;

    font-size: 16px;

    color: #5b5b5b;

    line-height: 38px;

	font-weight:400;

	text-transform:none;

}

.contact-form input {

    display: inline-block;

    width: 380px;

	height:50px;

    border: 1px solid #bcbcbc;

	box-shadow:none;

    box-sizing: border-box;

    color: #5b5b5b;

    font-size: 16px;

    padding: 15px;

	border-radius:6px;

}

.contact-form input:focus {

	border-color: #bcbcbc;

    box-shadow: none;

}

.contact-form textarea {

    display: inline-block;

    width: 380px;

	padding: 15px;

    border: 1px solid #bcbcbc;

	box-shadow:none;

    box-sizing: border-box;

	border-radius:0px;

    color: #5b5b5b;

    font-size: 16px;

	resize:none;

	border-radius:6px;

}

.contact-form textarea:focus {

	border-color: #bcbcbc;

    box-shadow: none;

}

.contact-form .btn-primary {

	width:auto;

    padding: 10px 50px;

	margin-left: 180px;

	background-color: #d65679;

    font-size: 20px;

    color: #FFF;

    font-weight: 400;

    text-transform: uppercase;

    text-align: center;

	font-weight:700;

	border:none;

	cursor:pointer;

	border-radius:6px;

}

.contact-form .btn-primary:hover {

    background-color: #c44165;

}

.contact_detail {

    float: right;

    width: 100%;

	padding: 30px 0 0 0;

}

.contact_detail h3 {

    margin: 0px 0px 0px 0px;

    padding-bottom: 10px;

    font-size: 20px;

    color: #d65679;

    font-weight: 400;

	line-height:30px;

	text-transform:uppercase;

}

.contact_detail p {

	margin: 0px 0px 10px 0px;

    padding-bottom: 0px;

    color: #5b5b5b;

	font-size: 16px;

    font-weight: 400;

    line-height: 30px;

}

.contact_detail p a {

    color: #5b5b5b;

	text-decoration:none;

}

.contact_detail p a:hover {

	color: #d65679;

}

/*-------------------- Fancy Box Pop Up -----------------------*/



#mask {

  position:absolute;

  left:0;

  top:0;

  z-index:9000;

  background-color:#000;

  display:none;

  width: 1478px

}  

#boxes .window {

  position:fixed;

  left:0;

  top:0;

  width:30%;

  display:none;

  z-index:999999;

  padding:10px;

  border-radius:6px;

  text-align:left;

}

#boxes #dialog {

  width:30%;

  height:auto;

  padding:30px;

  background-color:#ffffff;

  font-size: 15pt;

  display: none;

}

.pop-up-cnt {

	display:inline-block;

	width:100%;

}

.pop-up-cnt h2{

	margin:0px 0px 10px 0px;

	padding:0px;

	font-family: 'Roboto Slab', serif;

	font-size:30px;

	color:#d65679;

	font-weight:300;

	line-height:60px;

	text-align:center;

	text-transform:uppercase;

}

.pop-up-cnt .title-line {

	color:#d65679;

	text-align:center;

	padding-bottom:10px;

}

.pop-up-cnt .title-line span {

    display: inline-block;

    position: relative;

}

.pop-up-cnt .title-line span:before,

.pop-up-cnt .title-line span:after {

	content: '';

    position: absolute;

	width: 41px;

    height: 1px;

	background-color: #bcbcbc;

	top: 50%;

    margin-top: -1px;

}

.pop-up-cnt .title-line span:before {

	right: 100%;

	margin-right: 5px;

}

.pop-up-cnt .title-line span:after {

	left: 100%;

	margin-left: 5px;

}

.pop-up-cnt p{

	margin: 0 0 15px 0;

	font-size: 16px;

	color: #5b5b5b;

	font-weight: 400;

	line-height: 30px;

	text-align:center;

}

.pop-up-cnt .form-group {

	width:100%;

    margin-top: 20px;

	margin-bottom: 0px;

}

.pop-up-cnt label {

    float: left;

    /*width: 120px;*/

	width: 100%;

	margin:0px;

	padding-top:5px;

	font-family: 'Lato', sans-serif;

    font-size: 16px;

    color: #5b5b5b;

    line-height: 38px;

	font-weight:400;

	text-transform:none;

}

.pop-up-cnt .form-control {

    display: inline-block;

    /*width: 375px;*/

	width: 100%;

	height:50px;

    border: 1px solid #bcbcbc;

	box-shadow:none;

    box-sizing: border-box;

    color: #5b5b5b;

    font-size: 16px;

    padding: 15px;

	border-radius:6px;

}

.pop-up-cnt input:focus {

	border-color: #bcbcbc;

    box-shadow: none;

}

.pop-up-cnt .checkbox {

	display:inline-block;

	width:100%;

    margin-top: 0px;

	margin-bottom: 0px;

	/*padding:10px 0px 10px 110px;*/

	padding:10px 0px 10px 0;

}

.pop-up-cnt .checkbox .checkbox-custom {

	position: absolute;

	z-index:1;

    display: inline-block;

	width: 20px;

    height: 20px;

    vertical-align: middle;

    margin: 8px 5px;

    cursor: pointer;

	background-color:#FFFFFF;

	border: 1px solid #bcbcbc;

	box-shadow:none;

}

.pop-up-cnt .checkbox label {

    position: relative;

	display:inline-block;

	width:auto;

	padding-top:0px;

	padding-left: 40px;

	font-size: 14px;

    color: #5b5b5b;

    line-height: 25px;

}

.pop-up-cnt .btn-primary {

	width:auto;

    padding: 20px 70px;
	margin-bottom: 0px;
	/*margin-left:110px;*/

	background-color: #d65679;

    font-size: 20px;

    color: #FFF;

    font-weight: 400;

    text-transform: uppercase;

    text-align: center;

	font-weight:700;

	border:none;

	cursor:pointer;

	border-radius:6px;

}

.pop-up-cnt .btn-primary:hover {

    background-color: #c44165;

}
/*----------------- List Business Page -----------------*/
.business-form {
    float: left;
    width: 100%;
	padding: 30px 0 0 0;
}
.business-form .form-group {
	float:left;
	width:100%;
    margin-top: 0px;
	margin-bottom: 20px;
}

.business-form .form-group label {
    float: left;
    width: 180px;
	margin:0px;
	padding-top:5px;
	font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #5b5b5b;
    line-height: 38px;
	font-weight:400;
	text-transform:none;
}
.business-form .form-group input {
    display: inline-block;
    width: 380px;
	height:50px;
	margin-bottom: 0px;
	padding: 15px;
    border: 1px solid #bcbcbc;
	box-shadow:none;
    box-sizing: border-box;
    color: #5b5b5b;
    font-size: 16px;
	border-radius:6px;
}
.business-form .form-group input:focus {
	border-color: #bcbcbc;
    box-shadow: none;
}
.business-form .form-group select {
    display: inline-block;
    width: 380px;
	height:50px;
	margin-bottom: 0px;
    border: 1px solid #bcbcbc;
	box-shadow:none;
    box-sizing: border-box;
    color: #5b5b5b;
    font-size: 16px;
    padding: 15px;
	border-radius:6px;
}
.business-form .form-group label {
    float: left;
    width: 180px;
	margin:0px;
	padding-top:5px;
	font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #5b5b5b;
    line-height: 38px;
	font-weight:400;
	text-transform:none;
}
.business-form textarea {
    display: inline-block;
    width:1005px;
	margin-bottom:0px;
    padding: 15px;
    border: 1px solid #bcbcbc;
    box-shadow: none;
    box-sizing: border-box;
    border-radius: 0px;
    color: #5b5b5b;
    font-size: 16px;
    resize: none;
    border-radius: 6px;
}
.business-form .checkbox {
	display:inline-block;
	width:100%;
    margin-top: 0px;
	margin-bottom:20px;
	padding:0 0 0 180px;

}

.business-form .checkbox .checkbox-custom {
	position: absolute;
	z-index:1;
    display: inline-block;
	width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 8px 5px;
    cursor: pointer;
	background-color:#FFFFFF;
	border: 1px solid #bcbcbc;
	box-shadow:none;

}
.business-form .checkbox label {
    position: relative;
	display:inline-block;
	width:80%;
	padding-top:5px;
	padding-left: 40px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
    color: #5b5b5b;
    line-height: 25px;
}
.business-form .btn-primary {
	width:auto;
    padding: 15px 50px;
	margin-left: 180px;
	background-color: #d65679;
    font-size: 20px;
    color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
	font-weight:700;
	border:none;
	cursor:pointer;
	border-radius:6px;
}
.business-form .btn-primary:hover {
    background-color: #c44165;

}

/*------------------ Testimonial Page ------------*/
.quote-row {
    display: inline-block;
    width: 100%;
    padding: 30px 30px;
	border-bottom: 1px solid #f0efee;
}
.quote-row:last-child{
	border-bottom:none;
}
.quote-row .text{
	position:relative;
    display: inline-block;
    width: 100%;
    padding: 0px 0px 0px 40px;
	color: #5b5b5b;
	font-size: 18px;
	text-align:left;
	line-height:30px;
	font-style:italic;
}
.quote-row .text:before{
	content: "\f10d";
	display:inline-block;
	position:absolute;
	left:0px;
	top:0px;
   	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-size:25px;
	color:#d65679;
}
.quote-row .client-name{
	position:relative;
    display: inline-block;
    width: 100%;
	padding: 0px 0px 0px 40px;
    padding-top:15px;
	color: #d65679;
	font-size: 20px;
	text-align:left;
	line-height:30px;
}

/* ------------- 20-06-2018 -----------*/
.inr_page_cnt ol{float: left;padding-top: 5px;margin-bottom: 5px;padding-left: 40px;width: 100%;box-sizing: content-box;}
.inr_page_cnt ol li{position: relative;display: block; text-decoration: none;transition: all .3s ease-out;font-size: 16px;line-height: 30px;padding-bottom: 15px;}
.inr_page_cnt ol li:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -40px;
    top: 7%;
    background: #d65679; /*#ef4036*/
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 24px;
    border: 2px solid #fff;
    text-align: center;
    font-size: 100%;
    border-radius: inherit;
    transition: all .3s ease-out;
}
.inr_page_cnt ol > li {
  counter-increment: customlistcounter;
}
.inr_page_cnt ol > li:before {
    content: counter(customlistcounter) " ";
    color: #ffffff;
}
.inr_page_cnt ol:first-child {
  counter-reset: customlistcounter;
}

/*----------------- 21-06-2018--------------------*/
.inr_page_cnt .category-row {
    float: left;
    width: 100%;
    padding-top: 30px;
	padding-bottom:30px;
}

.inr_page_cnt .category-row h3{
	margin:0px 0px 10px 0px;
	padding:0px;
	font-family: 'Roboto Slab', serif;
	font-size:25px;
	color:#d65679;
	font-weight:300;
	line-height:30px;
}
.inr_page_cnt .category-row ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.inr_page_cnt .mid-cnt-row .category-bg {
	float:left;
	width:100%;
	padding: 20px;
	background-color:#d65679;
    border-radius: 6px;
}
.inr_page_cnt .mid-cnt-row .category-bg ul li {
	position:relative;
	display:inline-block;
	width:100%;
	margin:5px 0px;
	padding: 5px 0px 5px 30px;
	background-color:#d65679;
    border-radius: 6px;
	font-size:16px;
	color:#FFFFFF;
	font-weight:400;
	line-height:25px;
	vertical-align:middle;
}
.inr_page_cnt .mid-cnt-row .category-bg ul li:before {
	position:absolute;
    content: "\f10c";
	display:inline-block;
	font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
	font-size:16px;
	color:#FFFFFF;
	left:0px;
	top:10px;
}