@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Light.eot');
    src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Light.woff2') format('woff2'),
        url('../fonts/Lato-Light.woff') format('woff'),
        url('../fonts/Lato-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Medium.eot');
    src: url('../fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Medium.woff2') format('woff2'),
        url('../fonts/Lato-Medium.woff') format('woff'),
        url('../fonts/Lato-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff'),
        url('../fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.eot');
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Bold.woff2') format('woff2'),
        url('../fonts/Lato-Bold.woff') format('woff'),
        url('../fonts/Lato-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Semibold.eot');
    src: url('../fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Semibold.woff2') format('woff2'),
        url('../fonts/Lato-Semibold.woff') format('woff'),
        url('../fonts/Lato-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Alex';
    src: url('../fonts/Alex.eot');
    src: url('../fonts/Alex.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Alex.woff2') format('woff2'),
        url('../fonts/Alex.woff') format('woff'),
        url('../fonts/Alex.ttf') format('truetype'),
        url('../fonts/Alex.svg#Alex') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
font-family: 'Lato', sans-serif;
font-family: 'Alex', sans-serif;
*/

/*element css*/
/*Default-CSS*/
input[type="file"]::-webkit-file-upload-button {
	cursor:pointer;
}
input[type="file"]::-moz-file-upload-button {
	cursor:pointer;
}
input[type="file"]::-ms-file-upload-button {
	cursor:pointer;
}
input[type="file"]::-o-file-upload-button {
	cursor:pointer;
}
input[type="file"] {
	cursor:pointer;
}
input::-moz-focus-inner{border:0;outline:none;}
button::-moz-focus-inner{border:0;outline:none;}
select::-moz-focus-inner{border:0;outline:none;}
option::-moz-focus-inner{border:0;outline:none;}
a::-moz-focus-inner{border:0;outline:none;}
button,a{border:0;outline:none;}
button:focus,
select:focus,
option:focus,
button:active,
select:active,
option:active,
button::-moz-focus-inner,
select::-moz-focus-inner,
option::-moz-focus-inner {
    outline: none;
    border: none;
}
html body{
	font-family: 'Lato', sans-serif;
	margin:0;
	overflow-x:hidden;
	padding-top:0;
	background:#fff;
}
*::-moz-selection {
	color: #fff;
	background:#000;
	text-align:left;
}
*::-webkit-selection {
	color: #fff;
	background:#000;
	text-align:left;
}
*::-webkit-input-placeholder {
	color:#999 ;
	opacity:1;
	text-align:left;
}
*:-moz-placeholder {
	color: #999;
	opacity:1;
	text-align:left;
}
*::-moz-placeholder {
	color: #999;
	opacity:1;
	text-align:left;
}
*:-ms-input-placeholder {
	color: #999;
	opacity:1;
	text-align:left;
}
a,div a:hover, div a:active, div a:focus, button {
	text-decoration: none;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
}
a, span,div a:hover, div a:active, button {
	text-decoration: none;
}
*::after, *::before, * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.input-text, input[type="text"]:hover, input[type="input"]:hover, input[type="password"]:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="date"]:hover, input[type="url"]:hover, input[type="tel"]:hover, input[type="search"]:hover, textarea:hover, select:hover, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="search"]:focus, textarea:focus, #grve-above-footer .grve-newsletter input[type="text"]:hover, #grve-above-footer .grve-newsletter input[type="text"]:focus, #grve-above-footer .grve-newsletter input[type="email"]:hover, #grve-above-footer .grve-newsletter input[type="email"]:focus {
  background-color: transparent !important;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  outline: medium none;
}
body a {
	outline: none;
	color:#fff;
}
html body a:hover {
  color: #07246d !important;
}
body .clearfix, body .clear {
	clear:both;
	line-height:100%;
}
body .clearfix{
	height:auto;
}
*{
	outline:none!important;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clr:after,
ul:after,
.clearfix:after,
li:after,
.grve-container:after {
	clear:both;
	display:block;
	content:"";
}
div input, div select, div textarea, div button{
	font-family: 'Lato', sans-serif;
}
/*body h1, body h2, body h3, body h4, body h5, body h6{
    font-family: 'Alex', sans-serif;
	line-height:120%;
	color:#333;
	font-weight: bold;
	margin:0 0 15px;
}*/
body h1, body h2, body h3, body h4, body h5, body h6 {
	color: #000 !important;
	font-family: "Alex",sans-serif;
	font-size: 40px !important;
	font-weight: 400;
	line-height: 120%;
	margin: 0 0 50px !important;
}

body h1 { font-size: 24px;}
body h2 { font-size: 22px;}
body h3 { font-size: 18px;}
body h4 { font-size: 16px;}
body h5 { font-size: 12px;}
body h6 { font-size: 10px;}
body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child{
	margin-bottom:0;
}
div select {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
div select option {
	font-size: 13px;
	color:#333;
	padding: 2px 5px;
}
img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height:auto;
}
body p {
	color: #333;
	font-family: "Lato",sans-serif;
	font-size: 16px;
	line-height: 160%;
	margin: 0 0 18px;
	padding: 0;
	text-align: left;
}
body p:empty{
	margin:0;
	line-height:0;
}
body p:last-child{
	margin-bottom:0;
}
p strong {
	font-weight: bold;
}
.color-white p{
	color:#fff;
}
.a-left p{
	text-align:left;
}
.a-right p{
	text-align:right;
}
.a-left{
	text-align:left;
}
.a-right{
	text-align:right;
}
.a-center{
	text-align:center;
}
.a-center p{
	text-align:center;
}
label em ,
label .required{
	color: #ff0000;
	display: inline-block;
	font-style: normal;
	font-weight:normal;
	vertical-align: top;
	margin-left:5px;
}
.hidden{
	display:none!important;
}
iframe{
	display:block;
	width:100%;
}
.gm-style img {
	max-height: inherit;
	max-width: none;
}
*{
	 -webkit-tap-highlight-color: rgba(0,0,0,0);
	 -webkit-tap-highlight-color: transparent;
	 -moz-tap-highlight-color: rgba(0,0,0,0);
	 -moz-tap-highlight-color: transparent;
	 -ms-tap-highlight-color: rgba(0,0,0,0);
	 -ms-tap-highlight-color: transparent;
	 -o-tap-highlight-color: rgba(0,0,0,0);
	 -o-tap-highlight-color: transparent;
}
.container:after{
	content:"";
	display:block;
	clear:both;
}
body .container,
body .grve-container{
	width:100%;
	max-width:1200px;
	padding-left:15px;
	padding-right:15px;
	margin:0 auto;
	position:relative;
	float:none;
}
body .container .container{
	padding-left:0;
	padding-right:0;
}
/*scroll Hide*/
html.menu-open,
html.video-popup-open,
html.no-scroll{
	overflow: hidden;
	height: 100%;
}
html.menu-open body ,
html.video-popup-open body ,
html.no-scroll body {
	overflow: hidden;
	height:100%;
}
html.video-popup-open{
	height:100%;
}
/*Default-CSS close*/
/*Gapping*/
body .grve-container .grve-section, body #grve-main-content .grve-container.grve-right-sidebar {
	margin-bottom: 0;
	padding-bottom: 60px;/*80*/
	padding-top: 55px;
	position: relative;
}
body .grve-container .grve-section.home-banner{
	padding-top:0;
	padding-bottom:0;
}
body .grve-container .grve-section.gapping-bottom-none{
	padding-bottom:0;
}
body .grve-container .grve-section.gapping-top-none{
	padding-top:0;
}
body .grve-container .grve-section.main-title-section{
	padding-bottom:0;
}
body .grve-container .grve-section.main-title-section + .grve-section{
	padding-top:0;
}
/*Gapping close*/
/*wpadminbar*/
html[lang] {
	margin-top: 0 !important;
}
body #wpadminbar {
	display: none;
}
/*wpadminbar*/
/*Home page*/
body .wpb_content_element,
body .grve-element{
	margin-bottom:28px;
}
body .wpb_button:last-child,
body .wpb_content_element:last-child,
body ul.wpb_thumbnails-fluid > li:last-child,
body .grve-element:last-child{
	margin-bottom:0;
}
body #grve-main-content .grve-container {
	padding-bottom: 0;
	padding-top: 0;
}
body .widget,
body .widgets {
	margin-bottom: 0;
}
/*section-title*/
body .section-title{
	color: #000 !important;
	font-weight: bold;
	line-height: 120%;
	font-size: 40px;
    font-family: 'Alex', sans-serif;
	margin:-7px 0 50px !important;
	letter-spacing:normal;
	text-transform:uppercase;
	padding: 0 0 27px;
	position: relative;
}
body .section-title::before{
	background: #66ae24;
	bottom: 0;
	content: "";
	display: block;
	height: 4px;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: auto;
	width: 80px;
}
body .section-title b,
body #grve-page-title .grve-title b,
body #grve-post-title .grve-title b {
	color: #66ae24;
	display: inline-block;
	vertical-align: top;
}
body .section-title.title-white{
	color:#fff!important;
}
body .section-title.title-white:before{
	background:#fff;
}
body .section-title.grve-align-center:before{
	margin:auto;
}
body .section-title.grve-align-right:before{
	margin:0;
	left:auto;
}
body .section-title.grve-align-,
body .section-title.grve-align-right{
	margin-bottom:20px!important;
}
/*section-title*/
/*Home page*/
header .grve-logo{
	float:left;
}
header .grve-logo > *{
	display:none;
}
/*
header .grve-logo .grve-default{
	display:inline-block;
	vertical-align:top;
}
*/
header .grve-logo .grve-light {
  display: none;
  vertical-align: top;
}
#grve-main-content{
	clear:both;
}
/*
header .grve-logo .grve-default img {
	height: auto !important;
}
*/
header .grve-logo .grve-light img {
	height: auto !important;
}
/*
html #grve-header #grve-inner-header {
	height: auto;
	line-height: 100%;
}
*/
html #grve-header #grve-inner-header {
	line-height: 100%;
	height: auto;
}
html #grve-header #grve-header-wrapper {
	height: auto;
}

.ui-datepicker.ui-widget.ui-widget-content {
    z-index: 10 !important;
}

/*Home page close*/
/*CMS page*/
input.referer-page { display:none; }

.grve-section h3.grve-element,
.grve-text h3 {
	color: #333 !important;
    font-family: 'Alex', sans-serif;
	font-size: 22px;
	line-height: 130%;
	margin-bottom: 12px;
}
body .grve-element{
	margin-bottom:20px;
}
body .grve-element.grve-image{
	margin-bottom:25px;
	background:#efefef;
}
body .grve-element:last-child,
body .grve-element.grve-image:last-child{
	margin-bottom:0;
}
body .grve-hr.grve-element {
	border-top: 1px solid #ccc;
	margin: 52px 0 0;
	padding: 0 0 52px;
}
.grve-image img{
	display:block;
	margin:0 auto;
}
.grve-list ul li {
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	line-height: 160%;
	margin: 0 0 8px;
	padding: 0 0 0 28px;
	position: relative;
}
.grve-list ul li:last-child{
	margin-bottom:0;
}
.grve-list ul li::before {
	background:url("../images/sprite-image.png") no-repeat -50px -460px;
	content: "";
	display: block;
	height: 19px;
	left: 0;
	position: absolute;
	top: 4px;
	width: 16px;
}
.grve-video {
	border: 1px solid #ccc;
}
.inner_breadcumb {
	background: #f8f8f8;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
.inner_breadcumb li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0 17px 0 0;
	position: relative;
}
.inner_breadcumb li:last-child{
	padding-right:0;
	margin-right:0;
}
.inner_breadcumb li::before {
	color: #c3c3c3;
	content: "ï„…";
	display: block;
	font-family: FontAwesome;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 0;
}
.inner_breadcumb li:last-child:before{
	display:none;
}
.inner_breadcumb li p,
.inner_breadcumb li,
.inner_breadcumb li a {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color:#00263D;
	font-weight:bold;
	line-height: 25px;
	text-transform: uppercase;
}
.inner_breadcumb li a{
	color:#333333;
	display:block;
}
.inner_breadcumb li a:hover{
	color:#00263D;
}
html .vc_btn3-container{
	margin-top:40px;
	margin-bottom:30px;
}
html .vc_btn3-container:last-child{
	margin-bottom:0;
}
.owl-carousel {
	list-style: none;
	margin: 0;
}
html .owl-carousel .owl-item img {
	width: auto;
}
.owl-carousel .owl-nav div {
	background:url("images/sprite-icon.png") no-repeat -183px -70px;
	bottom: 0;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 83px;
	margin: auto -50px;
	position: absolute;
	top: 0;
	width: 31px;
}
.owl-carousel .owl-nav .owl-prev{
	left:0;
}
.owl-carousel .owl-nav .owl-next {
	left: auto;
	right: 0;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.owl-carousel .owl-nav div:hover{
	background-position:-217px -70px;
}
.wpcf7-form-control-wrap{
	display:block;
}
.form-list li{
	margin:0 0 18px;
}
.form-list li:last-child{
	margin-bottom:0;
}
.form-list li .form-field{
	float:left;
	width:50%;
	padding:0 12px;
}
.form-list li .form-field:nth-child(2n+1){
	clear:both;
	padding-left:0;
}
.form-list li .form-field:nth-child(2n+2){
	padding-right:0;
}
.form-list label {
	color: #333;
	display: block;
	font-family: "Lato",sans-serif;
	font-size: 16px !important;
	line-height: 120%;
	margin: 0 0 11px;
	text-transform: none;
}

form .wpcf7-form-control-wrap .wpcf7-form-control {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e7e7e7 !important;
	box-shadow: none !important;
	color: #333 !important;
	display: block;
	font-size: 15px !important;
	height: 50px;
	line-height: normal;
	margin: 0;
	padding: 0 15px;
	resize: none;
	width: 100%;
}
form .wpcf7-form-control-wrap textarea.wpcf7-form-control{
	height:100px;
	padding-top:10px;
	line-height:140%;
}
form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-not-valid {
	border-color:#ff0000!important;
}
body .wpcf7-not-valid-tip{
	display:none;
}
body .wpcf7-response-output {
	clear: both;
	margin: 20px 0 0 ;
	width: 100%;
	border: 2px solid #333;
	text-align: center;
	background: #fff;
	color: #333;
	line-height: 120%;
	font-size: 15px;
	padding: 10px 15px;
}
body .wpcf7-response-output.wpcf7-validation-errors,
body .wpcf7-response-output.wpcf7-mail-sent-ng,
body .wpcf7-response-output.wpcf7-spam-blocked{
	border-color: #ff0000;
	color: #ff0000;
}
body .wpcf7-response-output.wpcf7-mail-sent-ok{
	border-color: #008000;
	color: #008000;
}
body div.wpcf7 .ajax-loader {
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 50%;
	box-shadow: 0 0 3px 0 #333;
	display: inline-block;
	height: 20px;
	margin: 14px 0 0 10px;
	padding: 2px;
	position: relative;
	vertical-align: top;
	width: 20px;
}
.form-list .wpcf7-submit {
	background: #d75f8f;
	border: 0 none;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-family: "Lato",sans-serif;
	font-size: 18px !important;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 25px;
	padding: 10px 45px;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
	text-transform: capitalize;
	vertical-align: top;
}
.form-list .wpcf7-submit:hover{
	background:#000;
}

html #grve-header.grve-header-sticky #grve-inner-header {
    box-shadow: 0 1px 2px #afafaf;
}
html #grve-header.grve-header-sticky #grve-inner-header .grve-default > img {
    max-width: 80px;
    padding: 10px 0;
}
html #grve-header.grve-header-sticky #grve-inner-header ul li a {
    line-height: 73px;
}
/*CMS page close*/
/*404 page*/
html body.error404{
	padding-top:0;
}
body #grve-page-title,
body.error404 #grve-main-content {
	background-color: #fff;
}
.error404-icon {
	color: #07aff0;
    font-family: 'Lato', sans-serif;
	font-size: 180px;
	font-weight: normal;
	letter-spacing: 10px;
	line-height: 120%;
	margin: -32px 0 28px;
	text-align: center;
	text-shadow: 5px 5px 0 #00263d;
}
.error404 h2 {
	color:#00263D!important;
	font-size: 32px;
	line-height: 120%;
	margin: 0 0 20px;
	font-family: 'Lato', sans-serif;
	padding: 0 0 25px;
	position: relative;
	text-align: center;
}
.error404 h2:before,
.error404 h2:after {
	background: #e1e1e1;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: auto;
	width: 190px;
}
.error404 h2:after {
	margin-bottom: -3px;
	width: 140px;
}
.error404 .grve-subtitle {
	font-family: Alex;
	font-size: 16px;
	text-align: center;
}
body .grve-btn {
	background: #222;
	color: #fff;
	display: inline-block;
	font-family: "Lato",sans-serif;
	font-size: 20px !important;
	font-weight: 600;
	letter-spacing: normal;
	line-height: 28px;
	padding: 9px 30px 11px;
	text-transform: none;
	vertical-align: top;
	position:relative;
}

body .grve-btn:hover {
	background: #07246d none repeat scroll 0 0 !important;
	color: #fff !important;
}
body .grve-btn::after {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ccc;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	margin-left: 4px;
	margin-top: 4px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}
/*404 page close*/
/*element css over*/
/*
font-family: 'Lato', sans-serif;
font-family: 'Alex', sans-serif;
* /


/*homepage css*/

html .home #grve-header[data-logo-align="left"] .grve-logo {
	float: none !important;
	margin-right: 20px;
}
html .home #grve-header .grve-logo a {
	display: block;
	height: 100%;
	margin: 10px auto;
	overflow: visible;
	width: 213px;
}
html .home #grve-header .grve-logo .grve-default {
	display:block;
}
html .home #grve-header .grve-logo > a,
html .home #grve-header .grve-logo > span {
	display:none;
}
html .home #grve-header #grve-inner-header .grve-logo img {
	height: auto;
	max-width: 100%;
	width: auto;
	max-height: 100% !important;
}
html .home #grve-header[data-logo-align="left"] h2.grve-logo {
	float: none !important;
}
html .home #grve-header h2.grve-logo a {
	display: block;
	height: 100%;
	margin: 25px auto;
	overflow: visible;
	width: 213px;
}
html .home #grve-header #grve-inner-header h2.grve-logo img {
	height: auto;
	max-width: 100%;
	width: auto;
	max-height: 100% !important;
}
#grve-header[data-logo-background="transparent"] h2.grve-logo {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
}
html .home #grve-header.grve-header-sticky .grve-logo a.grve-default,
#grve-header.grve-default h2.grve-logo a.grve-dark, #grve-header.grve-default h2.grve-logo a.grve-light, #grve-header.grve-default h2.grve-logo a.grve-sticky {
    display: none;
}
html .home #grve-header.grve-header-sticky .grve-logo a.grve-sticky,
#grve-header.grve-header-sticky h2.grve-logo a.grve-sticky {
    display: block !important;
}
#grve-header h2.grve-logo img {
    display: inline-block;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
    width: auto;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
html .grve-section.landing-page {
	margin-top: 200px;
	padding-top: 0;
}

.home .grve-section.landing-page .vc_column-inner {
	padding-left: 0;
	padding-right: 4px;
	position: relative;
}
.home .grve-section.landing-page .vc_column-inner.vc_custom_1540274818030 {
	margin-left: 4px;
}
.home .landing-page  abbr {
  display: block;
}
.home .grve-section.landing-page .grve-element.grve-text a {
	color: #fff;
	display: inline-block;
	font-family: Alex,sans-serif;
	font-size: 60px;
	letter-spacing: 0;
	line-height: 120%;
	max-width: 100%;
	vertical-align: top;
	word-wrap: break-word;
}
.home .grve-section.landing-page .grve-element.grve-text a:hover {
  color: #fff !important;
}
.home .grve-section.landing-page .grve-element.grve-text a:hover::after {
	background: url("../images/sprite.png")  0 -95px;
	bottom: 0;
	content: "";
	display: block;
	height: 10px;
	left: 0;
	margin: 78px auto 0;
	position: absolute;
	right: 0;
	top: 0;
    width: 258px;
}
.home .landing-page .grve-element.grve-image.grve-align-center > a {
  position:relative;
}
.home .landing-page .grve-element.grve-image.grve-align-center > a:hover {

}
.home .landing-page .grve-element.grve-image.grve-align-center {
	margin-bottom: 0;
	position: relative;
}
.home .landing-page .grve-element.grve-text {
  text-align: center;
}
.home .landing-page .grve-element.grve-text {
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 52%;
	transform: translateY(-50%);
}
.home .grve-section.landing-page {
	padding-bottom: 0;
}
.home footer #grve-footer-bar {
	background: #fff none repeat scroll 0 0;
	color: #000;
	padding-bottom: 50px !important;
	padding-top: 61px !important;
}
.home footer .grve-copyright > p {
	color: #111;
	font-family: Alex,sans-serif;
	font-size: 16px;
	line-height: 120%;
	text-align: center;
	text-transform: capitalize;
}
.home footer .grve-copyright a {
	color: #111;
	text-transform: uppercase;
}
.home .landing-page .grve-btn {
	background: #fff;
	border-radius: 0;
	bottom: auto;
	color: #07246d;
	font-family: "Lato",sans-serif;
	font-size: 20px !important;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 120%;
	margin-right: -124px;
	padding: 13px 22px;
	position: absolute;
	right: 0;
	top: -310px;
	transform: rotate(270deg);
	z-index: 2147483647;
}
.home .grve-btn::after {
	display: none;
}
.home .landing-page .grve-btn span:hover {
	color: #000 !important;
}
.home .landing-page .grve-btn:hover {
	color: #000 !important;
}

.home .landing-page .grve-btn:hover {
	background: #fff !important;
}

.home .landing-page .vc_column-inner img {
	background-repeat: no-repeat;
	height: auto;
	max-width: 100%;
	min-height: 570px;
	object-fit: cover;
	width: auto;
}

.grve-header-sticky .grve-logo .grve-sticky > img {
	height: 100px !important;
	padding-left: 45px;
}
html .home #grve-header #grve-inner-header {
	height: 130px !important;
	line-height: 100%;
}
/*homepage css over*/

/*wedding page css*/

/*weddings page css over*/
li{
	margin-bottom:0px;
}
#grve-header {
	background: transparent none repeat scroll 0 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;/*20*/
}
header .header-info > li {
	line-height: 36px;
	padding-bottom: 8px;
	padding-top: 6px;
}
header .header-info > .header-num {
	display: inline-block;
	float: left;
	vertical-align: top;
}
header .header-info > li:last-child {
	float: right;
}
header .header-info::after,header .header-info::before {
	content: "";
	display: block;
	clear: both;
}
header .header-info {
	margin-bottom: 0;
}
header .header-info > li {
	list-style: outside none none;
}
header .header-info > li > a {
	font-family: lato;
	font-size: 18px;
	line-height: 120%;
	text-align: left;
}
header .header-info > li:last-child .menu > li  >  a{
	font-family: lato;
	font-size: 16px;
	line-height: 120%;
	text-align: left;
	color:#999;
}
header .header-info .header-num > a {
	padding-left: 48px;
	position: relative;
}
header .header-info .header-num > a::after {
	background: #111 none repeat scroll 0 0;
	border: 1px solid #fff;
	border-radius: 100px;
	bottom: 0;
	content: "";
	font-family: FontAwesome;
	font-size: 20px;
	height: 34px;
	left: 0;
	line-height: 33px;
	position: absolute;
	right: 0;
	text-align: center;
	top: -4px;
	width: 34px;
}
header .header-info .header-num > a:hover::after{
	color:#fff !important
}
header .header-info > li:last-child .menu > li {
	display: inline-block;
	margin-bottom: 0;
	padding-left: 40px;
	padding-right: 34px;
	position: relative;
	vertical-align: top;
}
header .header-info > li:last-child .menu > li::after {
	background: #999 none repeat scroll 0 0;
	border-radius: 100px;
	bottom: auto;
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	right: 0;
	top: 16px;
	width: 7px;
}
header .header-info > li:last-child .menu > li:last-child {
	padding-right: 0;
}
header .header-info > li:last-child .menu > li:first-child::after {
	display: none;
}
header .header-info > li:last-child .menu > li:first-child {
	padding-left: 0px;
}
.grve-section.wedding-video {
	background-color: transparent !important;
	padding-top: 0 !important;
	padding-bottom: 0px !important;
}
.wedding-video .grve-element.grve-text img {
	height: auto;
	max-width: 100%;
	width: 100%;
}

.page-template-wedding-template #grve-header.grve-default #grve-inner-header , .page-template-wedding-template #grve-header.grve-default[data-sticky-header="shrink"] {
	background-color: transparent !important;
}

.header-top-bar{
	background: #111;
}
#grve-header-wrapper .menu > li {
	display: inline-block;
	padding-left: 13px;
	padding-right: 13px;
	vertical-align: top;
}
#grve-header-wrapper .menu > li > a {
	display: inline-block;
	font-family: "Alex",sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 0;
	margin-top: 64px;
	text-align: center;
	vertical-align: top;
}
header .grve-logo .grve-default img {
	height: auto !important;
	max-width: 152px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#grve-header-wrapper .menu > li:first-child {
	padding-left: 0px;
}
#grve-header-wrapper .menu > li:last-child {
	padding-right: 0;
}
#grve-header.grve-default.grve-header-sticky #grve-inner-header, #grve-header.grve-light.grve-header-sticky #grve-inner-header, #grve-header.grve-dark.grve-header-sticky #grve-inner-header {
	background-color: rgba(255, 255, 255, 1) !important;
}
.grve-default.grve-header-sticky > #grve-header-wrapper .menu > li > a {
  color: #07246d;
  margin-top: 0;
}
/*sticky menu css*/

.grve-light {
	display: block !important;
}
.grve-header-sticky .grve-light {
	display: none !important;
}
.grve-header-sticky .grve-default {
	display: block !important;
}
.home .grve-light {
	display: none !important;
}

/*for frontpage*/
html .home .grve-header-sticky .grve-default {
	display: none !important;
}

/*sticky css over*/

.grve-header-sticky #grve-inner-header .current-menu-item > a{
	color: black !important;
}
html .header-top-bar .current-menu-item > a {
	color: #fff !important;
}
/*wadding page about section*/
.grve-section.wedding-page .grve-title-no-line.page-title {
	position: relative;
}
.grve-section.wedding-page .grve-title-no-line.page-title::before {
	background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 10px;
	left: 0;
	margin-top: 58px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.grve-section.wedding-page .grve-element.grve-text > p:first-child {
	color: #212121;
	font-size: 20px;
	font-style: italic;
	margin-bottom: 9px;
}
.grve-section.wedding-page .grve-element.grve-text > p:last-child {
	padding-bottom: 17px;
	padding-top: 4px;
}
/*slider btn*/

/*slidet btn css */
html .sy-controls li a::after {
	background-color: #fff;
	background-image: none;
	border-radius: 0;
	color: #aaa;
	content: "";
	font-family: fontawesome;
	font-size: 29.43px;
	font-weight: 800;
	height: 60px;
	left: 68%;
	letter-spacing: 2.8em;
	margin-left: -1.4em;
	margin-top: -1.4em;
	position: absolute;
	text-align: center;
	text-indent: 0;
	top: 95%;
	width: 60px;
	line-height: 60px;
	padding-left: 20px;
    font-weight: normal;
}
html .sy-controls .sy-next a::after {
	content: "" !important;
	padding-left: 24px;
}
.sy-controls li.sy-prev {
	left: 79% !important;/*78*/
	margin-left: 3px ;
	top: 0;
}
html .sy-controls {
	display: block !important;
}
.sy-prev,.sy-next {
	display: block !important;
}
.sy-controls li a:link, .sy-controls li a:visited {
	opacity: 1 !important;
}
.sy-controls li a:focus, .sy-controls li a:hover {
	opacity: 1;
	outline: 0 none;
}
.sy-controls li a:hover::after {
	background-color: #eee;
}
.sy-pager {
	display: none !important;
}
/*slidet btn css over*/


/*wedding about setion over*/

/*inside wedding section*/
.grve-section.inside-section-wedding {
	background: #F5F5F5;
}
.inside-section-wedding .grve-element.grve-text h2 {
	bottom: auto;
	color: #fff !important;
	display: inline-block;
	left: 0;
	margin-bottom: 0 !important;
	padding-left: 15px;
	padding-right: 15px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	vertical-align: top;
}
.inside-section-wedding .grve-element.grve-text {
	position: relative;
}
.inside-section-wedding .grve-element.grve-text > p {
	margin-bottom: 0;
	position: relative;
}
.inside-section-wedding .grve-element.grve-text > p::after {
	border: 4px solid #fff;
	bottom: 15px;
	content: "";
	left: 15px;
	opacity: 0.4;
	position: absolute;
	right: 15px;
	top: 15px;
	pointer-events: none;
}
.inside-section-wedding .grve-element.grve-text > p:hover::after {
	opacity: 1;
	cursor:pointer;
}
.inside-section-wedding .grve-element.grve-text a {
	display: block;
}

html .inside-section-wedding .grve-element.grve-text a:hover {
	color: #fff  !important;
}
/*inside wedding section over*/
/*gallery section wedding*/

html .gallery-section-wedding .pgp_effect > .row.gallery1 {
	margin-left: 0;
	margin-right: 0;
	margin-top: 20px;
	width: 100% !important;
}
html .gallery-section-wedding .pgp_effect .row.gallery1 > .col-md-4.item_margin.col-sm-6 {
	left: 0 !important;
	position: relative !important;
	top: 0 !important;
	margin-bottom: 30px;
}
/*gallery section wedding over*/
.page-title {
	margin-bottom: 40px !important;
	position: relative;
}

.page-title::after {
	background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll 0 -63px;
	bottom: 0;
	content: "";
	height: 10px;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 53px;/*58*/
	max-width: 334px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.grve-section.wedding-page .grve-title-no-line.page-title::after {
	display: none;
}
html .gallery-section-wedding .pgp_effect  .item-hover-4592.circle::after {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	/*width: 100%;*/
	pointer-events: none;
}
html .gallery-section-wedding .pgp_effect .item-hover-4592.circle:hover::after {
	opacity: 1;
	cursor: pointer;
}

/*testonomial section*/
.grve-section.testimonial-section-wedding{
	background:#F8F8F8;
}
.testimonial-section-wedding .grve-element.grve-text {
	padding-top: 20px;
}
.testimonial-section-wedding .news_content_wrap {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ccc;
	padding: 25px 30px;
}
.testimonial-section-wedding .news_content_wrap > p {
	font-size: 18px;
	font-style: italic;
	line-height: 180%;
	position:relative;
}
.testimonial-section-wedding .news_content_wrap::after {
	background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -1px -217px;
	bottom: -33px;
	content: "";
	height: 35px;
	left: 0;
	margin-bottom: 109px;
	margin-left: 54px;
	position: absolute;
	right: 0;
	top: auto;
	width: 35px;
}
.testimonial-section-wedding .news_img_wrap > div {
	float: left;
	padding-right: 16px;
}
.testimonial-section-wedding .news_img_wrap::after,.testimonial-section-wedding  .news_img_wrap::before {
	clear: both;
	content: "";
	display: block;
}
.testimonial-section-wedding .news_img_wrap {
	margin-left: 102px;
	margin-top: 27px;
}
.testimonial-section-wedding .testimonial-title {
	font-family: alex;
	font-size: 22px;
	font-weight: bold;
	line-height: 160%;
	margin-bottom: -4px;
	padding-top: 14px;
}
.testimonial-section-wedding  .name-review {
	color: #545454;
	font-family: lato;
	font-size: 16px;
	line-height: 160%;
	text-align: left;
}

/*testonomial section over*/
/*new testo css 19-1-2018*/

.testimonial-section-wedding .wprevpro_t1_P_3 {
	color: #333;
	font-family: lato,sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: 180%;
	position: relative;
}

.testimonial-section-wedding .wprevpro_t1_SPAN_5.wprev_preview_tcolor2_T1 {
	font-family: alex;
	font-size: 22px;
	font-weight: bold;
	line-height: 160%;
	margin-bottom: -4px;
	padding-top: 14px;
	color:#000;
}

.testimonial-section-wedding .wprevpro_t1_DIV_2.wprev_preview_bg1_T1.wprev_preview_bradius_T1 {
	border: 1px solid #ccc;
	padding: 25px 30px;
}
.testimonial-section-wedding  .wprevpro_t1_DIV_1.w3_wprs-col.l6 {
	padding-left: 25px;
	padding-right: 25px;
}

html .testimonial-section-wedding .wprs_unslider .wprevpro_t1_DIV_1.w3_wprs-col.l6:first-child {
	padding-left: 2px;
}
html .testimonial-section-wedding .wprs_unslider  .wprevpro_t1_DIV_1.w3_wprs-col.l6:last-child {
	padding-right: 2px;
}
.testimonial-section-wedding .wprevpro_t1_DIV_2.wprev_preview_bg1_T1.wprev_preview_bradius_T1 {
	border: 1px solid #ccc;
	padding: 25px 30px;
}


html .wprevpro_t1_DIV_2.wprev_preview_bg1_T1.wprev_preview_bradius_T1::before {
	background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -1px -217px !important;
	bottom: -34px;
	content: "" !important;
	height: 35px !important;
	left: auto;
	position: absolute;
	right: 445px !important;
	top: auto;
	width: 35px;
}

html .wprevpro_t1_DIV_2::after {
  display: none !important;
}
.testimonial-section-wedding .wprevpro_t1_DIV_1.w3_wprs-col.l6 {
	position: relative;
}

.testimonial-section-wedding .wprevpro_t1_A_8 > img {
	box-shadow: 0 0 0 0;
	margin-left: 100px;
	padding: 0;
}

html .testimonial-section-wedding .wprs_unslider-arrow {
	font-size: 0;
	display: block !important;
}

html .testimonial-section-wedding  .wprs_unslider-arrow::after {
	background: #f8f8f8 none repeat scroll 0 0;
	border: 2px solid #ccc;
	border-radius: 100px;
	bottom: auto;
	color: #ccc;
	content: "";
	cursor: pointer;
	display: inline-block !important;
	font-family: fontawesome;
	font-size: 18px;
	height: 44px;
	left: 0;
	line-height: 39px;
	margin: 5px -55px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	width: 44px;
	overflow:visible;
}
html .testimonial-section-wedding .wprs_unslider-arrow.prev {
	bottom: 150px;
	left: auto;
	right: 0;
	top: auto;
}
html .testimonial-section-wedding .wprs_unslider-arrow.next {
	bottom: 200px;
	left: 0;
	right: auto;
	top: auto;
}
.wprs_unslider-arrow.next{
	background-color: transparent ;
}
.wprs_unslider-arrow.prev {
	background-color: transparent ;
}
.wprs_unslider-arrow {
	overflow: visible !important;
}

/*new testo css over*/


/*footer*/
html footer #grve-footer-area {
	padding-bottom: 75px;
	padding-top: 55px;
}
footer #grve-footer-area {
	background: rgba(0, 0, 0, 0) url("../images/footer-bg-img.jpg") no-repeat scroll 0 0 / 100% 100%;
	background: rgba(0, 0, 0, 0) url("../images/leymeronnie-footer.jpg") no-repeat scroll 0 0 / 100% 100%;
}
html footer #grve-footer-area h5 {
	color: #fff !important;
	font-size: 22px !important;
	line-height: 160%;
	margin-bottom: 28px !important;
	position: relative;
	text-align: left;
}
html footer #grve-footer-area h5::after {
	background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll 0 -123px;
	bottom: 0;
	content: "";
	height: 10px;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 38px;
	max-width: 334px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
footer #grve-footer-area .menu > li::after {
	bottom: 0;
	color: #fff;
	content: "";
	font-family: fontawesome;
	font-size: 22px;
	height: 10px;
	left: 0;
	position: absolute;
	top: 0;
	width: 10px;
	line-height: 20px;
}
footer #grve-footer-area .menu > li {
	position: relative;
}
html footer #grve-footer-area .menu > li > a {
	color: #fff;
	display: inline-block;
	font-family: lato;
	font-size: 16px;
	line-height: 120%;
	padding-left: 23px;
	text-align: left;
	vertical-align: top;
	color: #fff !important;
}

html footer .current_page_item > a {
	color: #fff !important;
	font-weight: bold;
	text-shadow: 1px 2px 4px blue;
}
footer .footer-info > li > a {
	color: #fff !important;
	display: inline-block;
	font-family: lato;
	font-size: 16px;
	line-height: 34px;
	padding-left: 49px;
	text-align: left;
	vertical-align: top;
}
footer .footer-text {
	color: #fff;
	font-size: 16px;
	line-height: 160%;
	padding: 14px 0 17px;
}

footer .footer-info {
	margin: 0;
}
footer .footer-info > li {
	list-style: outside none none;
	position: relative;
}
footer .footer-info > li::after {
	border: 1px solid #fff;
	border-radius: 100px;
	bottom: 0;
	content: "";
	display: block;
	font-family: fontawesome;
	height: 34px;
	left: 0;
	line-height: 34px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 34px;
	color: #fff;
}
footer .footer-tel a {
    line-height: 28px !important;
}
.footer-tel::after {
	content: "" !important;
	font-size: 17px;
	line-height: 32px !important;/*31*/
}
.footer-num::after {
	content: "" !important;
	font-size: 21px;
}
footer .footer-text::after {
	display: none !important;
}
.footer-num > a {
	font-size: 18px !important;
}
footer .newsletter-text {
	color: #fff;
	font-size: 16px;
	margin-bottom: 14px;
}
footer .news_text {
	display: block !important;
	width: 100% !important;
	margin-bottom: 10px !important;
}
html .input-text, input[type="text"], input[type="input"], input[type="password"], input[type="email"], input[type="number"], input[type="date"], input[type="url"], input[type="tel"], input[type="search"], textarea, select {
	background-color: transparent;
	border: 1px solid #fff !important;
	border-radius: 0;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0) inset;
	color: #fff !important;
	font-family: lato !important;
	font-size: 16px;
	margin: 0;
	padding: 10px;
	transition: all 0.4s ease 0s;
	width: 100%;
}
footer .epicwin-subscription > .news_text:focus {
	background: transparent none repeat scroll 0 0 !important;
}

footer .copy > a:hover {
	color: grey !important;
}
html footer .widget.widget_nav_menu li {
	margin-bottom: 4px;
}
footer .menu::after,footer .menu::before {
	clear: both;
	display: block;
	content: "";
}
footer #grve-footer-area .menu > li {
	position: relative;
	width: 50%;
}

footer #grve-footer-area .menu > li:nth-child(-n+6) {
	float: left;
	white-space: nowrap;
	width: 48%;
}

/*
footer #grve-footer-area .menu > li:nth-child(n+7) {
	float: right;
	width: 50%;
	white-space: nowrap;
}
*/
footer #grve-footer-area .menu > li:nth-child(n+7) {
	float: left;
	width: 48.1%;
	white-space: nowrap;
}
/*
footer .menu-item-4437::after,footer .menu-item-4481::after,footer .menu-item-4485::after {
	left: 0px !important;/*-5*
}
footer .menu-item-4432::after {
	left: -5px !important;
}
footer .menu-item-4431 {
	left: -4px !important;
}
footer .menu-item-4432::after {
    left: 0px !important;
}
footer .menu-item-4437 {
	left: -4px !important;
}
footer .menu-item-4481 {
	left: -4px;
}
footer .menu-item-4485 {
	left: -3px;
}
*/
footer .social-item {
	margin-left: 28px;
	margin-top: -7px;
}
footer .social-item > li {
	display: inline-block;
	margin-right: 8px;
}
footer .social-item a {
	border: 1px solid #fff;
	border-radius: 100px;
	display: inline-block;
	font-size: 22px;
	height: 44px;
	line-height: 43px;
	text-align: center;
	vertical-align: top;
	width: 44px;
}
html footer input[type="submit"], footer .grve-btn {
	background: #fff none repeat scroll 0 0 !important;
	border: medium none;
	color: #000 !important;
	cursor: pointer;
	display: inline-block;
	font-family: lato;
	font-size: 22px !important;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 100%;
	margin: 0;
	padding-bottom: 14px;
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-top: 16px !important;
	text-align: center;
	transition: all 0.2s ease 0s;
	-webkit-transition:all 0.2s ease 0s;
	-moz-transition:all 0.2s ease 0s;
	-ms-transition:all 0.2s ease 0s;
	-o-transition:all 0.2s ease 0s;
	vertical-align: middle;
	width: auto;
}

html .grve-author-info .grve-read-more, .more-link, .grve-read-more, .grve-blog.grve-isotope[data-type="pint-blog"] .grve-isotope-item .grve-media-content .grve-read-more span, .grve-newsletter input[type="submit"], .grve-search button[type="submit"], #grve-above-footer .grve-social li, .grve-btn, input[type="submit"], .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button, #grve-shop-modal a.button {
	font-family: lato !important;
	font-size: 22px !important;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
}

footer .loader_wrap {
	position: relative;
}

footer .form-btn::after {
	border: 1px solid #ccc;
	bottom: 0;
	content: "";
	height: 54px;
	left: 0;
	margin-left: 0;
	margin-top: 2px;
	position: absolute;
	right: 0;
	top: 0;
	width: 116px;
	z-index: -1;
}
html footer .sub_button:hover{
   background: #07246d !important;
   color:#fff !important;
}
footer #grve-footer-bar .grve-copyright > p {
	color: #fff;
	font-family: alex;
	text-align: center;
	text-transform: capitalize;
}
html footer #grve-footer-bar {
	background-color: #222222;
	color: #7a7a7a;
	padding-bottom: 18px !important;
	padding-top: 16px !important;
}

#grve-footer-area .widget li a:hover {
  color: #fff !important;
  text-shadow: 1px 3px 3px blue;
}
/*.errors */
footer .epic_results .error {
	background: #fff none repeat scroll 0 0;
	border: 1px solid red;
	color: red !important;
	font-family: lato;
	font-size: 15px;
	padding: 7px 15px 7px 15px;
	text-align: center;
	margin-top: 15px;
}

footer .epicwin-subscription .loading {
	background: #fff none repeat scroll 0 0;
	border-radius: 100px;
	bottom: 14px;
	left: 125px;
	position: absolute;
	right: auto;
	top: auto;
}

footer .widget_epicwin_widget input {
	float: none;
	margin: 0;
	width: auto;
}
/*back to top btn*/
.grve-top-btn.grve-icon-nav-up.show {
	background: #fff none repeat scroll 0 0;
	border: 2px solid #07246d;
	border-radius: 100px;
	color: #07246d;
	line-height: 45px;
	text-align: center;
	 margin-bottom: 55px;
}
.grve-top-btn.grve-icon-nav-up.show:hover {
	background: #07246b;
	color: #fff;
}

/**/

.owl-theme .owl-nav [class*="owl-"] {
	background: #f8f8f8 none repeat scroll 0 0;
	border: 2px solid #ccc;
	border-radius: 100px;
	bottom: auto;
	cursor: pointer;
	display: inline-block;
	font-family: fontawesome;
	font-size: 0;
	height: 44px;
	margin: 5px -55px;
	padding: 4px 7px;
	top: 48%;
	width: 44px;
}
.owl-prev::after {
	bottom: 0;
	color: #ccc;
	content: "";
	font-family: fontawesome;
	font-size: 22px;
	font-weight: normal;
	height: 44px;
	left: -3px;
	line-height: 41px;
	position: absolute;
	right: 0;
	text-align: center;
	top: -1px;
	width: 44px;
}
.owl-next::after {
	bottom: 0;
	color: #ccc;
	content: "";
	font-family: fontawesome;
	font-size: 22px;
	font-weight: normal;
	height: 44px;
	left: -4px;
	line-height: 44px;
	position: absolute;
	right: 0;
	text-align: center;
	top: -1px;
	transform: rotate(-180deg);
	width: 44px;
}

 .owl-prev:hover::after, .owl-next:hover::after {
	color: #aaa;
	cursor: pointer;
	top: -1px;
}

/**/
/*owl slider*/
html .widget_epicwin_widget input {
	float: none !important;
	margin: 0;
	width: 100%;
}
/**/
/*error 404 page*/
.error404 small {
	color: #07246d;
	font-family: alex;
	font-size: 150px !important;
	font-weight: bold;
}
.error404 .grve-section.grve-light {
	padding-top: 250px !important;
}
.error404 h2 {
	font-family: Alex;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

/*error 404 page over*/
/*banner section css*/
.wedding-video .grve-element.grve-text {
	position: relative;
}

.wedding-video .banner-text,
.group-holiday-page-banner .banner-text   {
	font-size: 0;
}
.wedding-video .banner-text::after,
.group-holiday-page-banner .banner-text::after  {
	background: #fff none repeat scroll 0 0;
	border-radius: 100px;
	bottom: auto;
	color: #000 !important;
	content: "";
	display: inline-block;
	font-family: fontawesome;
	font-size: 23px;
	height: 60px;
	left: 0;
	line-height: 60px;
	margin: 0 auto;
	padding-left: 4px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 40%;
	vertical-align: top;
	width: 60px;
}
.wedding-video .banner-text, .group-holiday-page-banner .banner-text:hover {
	cursor: pointer;
}
.wedding-video .video-arrow,
.group-holiday-page-banner .video-arrow {
	bottom: auto;
	color: #fff;
	display: inline-block;
	font-family: lato;
	font-size: 18px;
	font-style: italic;
	height: 10px;
	left: 0;
	line-height: 120%;
	position: absolute;
	right: 0;
	text-align: center;
	top: 89.3%;
	vertical-align: top;
	width: 100%;
}
.wedding-video .grve-element.grve-text > p:nth-child(3),
.group-holiday-page-banner .grve-element.grve-text > p:nth-child(3) {
	bottom: auto;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 54.3%;
	width:286px; /*236px;*/
}
.wedding-video .arrow,
.group-holiday-page-banner .arrow {
	font-size: 0;
}

.wedding-video .arrow::after, .group-holiday-page-banner .arrow::after {
	background-image: url("../images/sprite.png");
	background-origin: padding-box;
	background-position: -16px -328px;
	background-repeat: no-repeat;
	bottom: auto;
	color: #fff;
	content: "";
	cursor: pointer;
	display: block;
	font-size: 46px;
	font-weight: normal;
	height: 32px;
	left: 18px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 93%;
	width: 43px;
}
/*banner section css over*/
header .header-info > li:last-child .menu > li > a:hover {
	color: #fff !important;
}
#grve-header-wrapper .menu > li > a:hover {
	color: #fff !important;
}
/***/

#grve-header-wrapper .menu > li > a:hover::after {
	border-bottom: 1px solid #fff;
	bottom: -12px;
	content: "";
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: auto;
	width: 83%;
}

.menu-wedding-menu-container .current-menu-item > a::before {
	border-bottom: 1px solid #fff;
	bottom: -12px;
	content: "";
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: auto;
	width: 83%;
}
.menu-group-holiday-menu-container .current-menu-item > a::before {
	border-bottom: 1px solid #fff;
	bottom: -12px;
	content: "";
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: auto;
	width: 83%;
}
.menu-wedding-menu-container .current-menu-item:first-child > a::before {
	left: -15px;
}
.menu-wedding-menu-container .current-menu-item:last-child > a::before {
	right: -15px;
}
.menu-group-holiday-menu-container .current-menu-item:first-child > a::before {
	left: -15px;
}
.menu-group-holiday-menu-container .current-menu-item:last-child > a::before {
	right: -15px;
}
#grve-header-wrapper .menu > li:first-child > a:hover::after {
	left: -15px;
}
#grve-header-wrapper .menu > li:last-child > a:hover::after {
	right: -15px;
}

.grve-header-sticky #grve-inner-header .current-menu-item > a::before {
	display: none;
}
.grve-header-sticky #grve-inner-header .menu > li > a:hover::after {
	display: none;
}
/***/
.grve-header-sticky > #grve-header-wrapper .menu > li > a:hover {
	color: #07246d !important;
}
.home footer #grve-footer-bar .grve-copyright > p {
	color: #000 !important;
	font-family: alex;
	text-align: center;
	text-transform: capitalize;
}
/*overly*/
#swipebox-overlay {
	background: transparent;
}
#swipebox-overlay img {
	border: 6px solid #fff !important;
}
#swipebox-action, #swipebox-caption {
	background-color: transparent;
	background-image: none;
	opacity: 0.95;
}
#swipebox-action {
	border-top: 0;
}
#swipebox-action > a:nth-child(2), #swipebox-action > a:last-child {
	display: block;
}

#swipebox-action, #swipebox-caption {
	bottom: 0;
	left: 0;
	opacity: 0.95;
	position: absolute;
	right: 0;
	top: 10px;
}

#swipebox-caption {
  border-bottom: 0;
}

#swipebox-action > a:first-child {
	background-color: red;
	background-position: 5px 2px !important;
	background-repeat: no-repeat !important;
	border-radius: 100px;
	bottom: auto;
	height: 30px !important;
	left: 63% !important;
	right: auto;
	top: 23% !important;
	width: 30px !important;
	z-index: 2147483647;
}
#swipebox-action, #swipebox-caption {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 999;
}
#swipebox-slider .slide {
	background: rgba(0, 0, 0, 0.8) url("img/loader.gif") no-repeat scroll center center;
	display: inline-block;
	height: 100%;
	line-height: 1px;
	text-align: center;
	width: 100%;
}
#swipebox-action #swipebox-prev {
	background-color: red;
	background-position: -40px 6px;
	border-radius: 100px;
	height: 35px;
	left: 36%;
	right: 100px;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
	right:auto;
	bottom: auto;
}
#swipebox-action #swipebox-next {
	background-position: -85px 7px;
	right: 36%;
	left: auto;
	top: 50%;
	transform: translateY(-50%);
	background-color: red;
	width: 35px;
	height: 35px;
	border-radius: 100px;
	bottom: auto;

}

/*slider over*/
.news_text.error {
	border: 1px solid red !important;
}
html .gallery-section-wedding .pgp_effect .item-hover-4592.circle > a::after {
	background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -3px -263px;
	bottom: 0;
	content: "";
	height: 50px;
	left: 0;
	margin: 0 auto;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	z-index: 999999;
}
html .gallery-section-wedding .pgp_effect .item-hover-4592.circle > a:hover::after {
	opacity: 1;
}
.header-num > a:hover {
	color: grey !important;
}

html .success {
  background-color: #fff !important;
  border: 1px solid green;
  color: green;
  float: left;
  margin: 15px 0 0 2px;
  padding: 5px;
  text-align: center;
  width: 100%;
  line-height: 17px;
}
/**/
/*get in touch*/

/*get in touch inside div*/

.grve-element.grve-text.get-wedding:last-child {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	bottom: auto;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

html  .get-desc.show-div {
	background: #fff none repeat scroll 0 0;
	box-shadow: 1px 1px 2px 7px rgba(0, 0, 0, 0.1);
	display: block !important;
	margin-left: -15px;
	margin-right: 15px;
	padding: 24px 30px 53px;
	z-index: 2147483647;
}
.touch-info li > a {
	color: #000;
}
.get-btn {
	background: #fff none repeat scroll 0 0;
	color: #07246d;
	font-family: "Lato",sans-serif;
	font-size: 20px !important;
	font-weight: 600;
	left: -106px;
	letter-spacing: 0;
	line-height: 120%;
	padding: 13px 22px;
	position: absolute;
	right: auto;
	top: 31%;/*30 for chrome*/
	transform: rotate(270deg) translateY(-50%);
	-webkit-transform: rotate(270deg) translateY(-50%);
	-o-transform: rotate(270deg) translateY(-50%);
	-moz-transform: rotate(270deg) translateY(-50%);
	-ms-transform: rotate(270deg) translateY(-50%);
	white-space: nowrap;
	z-index: -1;
}
/*.wedding-video*/
/*get in touch css in wedding and all other inner pages*/
.get-btn:hover {
	color: #000 !important;
	cursor: pointer;
}
.get-desc.show-div .touch-info > li {
	font-family: Alex;
	list-style: outside none none;
	padding-left: 64px;
	position: relative;
}
.get-desc.show-div .touch-info > li > p {
	color: #999;
	font-family: alex;
	font-size: 18px;
	margin-bottom: 0;
	text-align: left;
}
.get-desc.show-div .touch-info > li > a {
	color: #333;
	font-size: 22px;
	text-align: left;
}
.get-desc.show-div ul {
	margin-bottom: 0;
	margin-left: 0;
}
.get-desc.show-div .touch-num {
	margin-bottom: 20px;
}
.touch-info {
	margin-left: 0;
	position: relative;
}
.get-desc.show-div .touch-info > li::before {
	border: 1px solid #07246d;
	border-radius: 100px;
	bottom: 0;
	color: #07246d;
	content: "";
	font-family: fontawesome;
	height: 45px;
	left: 0;
	line-height: 44px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 45px;
}
.get-desc.show-div .touch-info  .touch-num::before {
	font-size: 24px;
}
.get-desc.show-div .touch-info  .touch-tel::before {
	content: "" !important;
	font-size: 21px;
}
/**/
/*group-holidays pages css*/
#grve-header.grve-default #grve-inner-header, #grve-header.grve-default[data-sticky-header="shrink"] {
	background-color: transparent !important;
}
html .grve-section.group-holiday-page-banner {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.group-holiday-page-banner .grve-element.grve-text img {
	height: auto;
	max-width: 100%;
	width: 100%;
}
.group-holiday-page-about-section .grve-element.grve-text:nth-child(2) > p > b {
	color: #202020;
	font-family: lato;
	font-size: 20px;
	font-style: italic;
	line-height: 120%;
	text-align: left;
}
.group-holiday-page-about-section .wpb_column.grve-column-1-2:first-child {
  padding-right: 100px;
}
.group-holiday-page-about-section .grve-element.grve-text:nth-child(2) > p:first-child  {
	margin-bottom: 8px !important;
}
.group-holiday-page-about-section .grve-title-no-line.page-title::before {
	background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 10px;
	left: 0;
	margin-top: 58px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.group-holiday-page-about-section .page-title::after {
	display: none;
}
.group-holiday-page-about-section .wpb_column:last-child > .grve-element.grve-text p:last-child {
	bottom: -104px;
	left: auto;
	position: absolute;
	right: 30px;
	top: auto;
}
.group-holiday-page-about-section .wpb_column:last-child > .grve-element.grve-text p:last-child > img {
	border: 5px solid #fff;
	height: auto;
	max-width: 228px;
	min-height: 228px;
	object-fit: cover;
	width: auto;
}
.grve-section.inside-section {
	background: #f5f5f5;
}
.inside-section .grve-element.grve-text {
	background: #fff;
}
.inside-section .grve-element.grve-image.grve-align-center {
  margin-bottom: 0;
}
.inside-section .grve-element.grve-text a {
	color: #333;
	display: block;
}

.inside-section .grve-element.grve-text > p {
	margin-bottom: 0;
}
.inside-section .grve-element.grve-text > h2 {
	font-size: 22px !important;
	padding-bottom: 15px;
	padding-top: 14px;
	text-align: center;
	margin-bottom: 0 !important;
}

/*gallery section holiday group page css*/

html .gallery-section .pgp_effect > .row.gallery1 {
	margin-left: 0;
	margin-right: 0;
	margin-top: 20px;
	width: 100% !important;
}
html .gallery-section .pgp_effect .row.gallery1 > .col-md-4.item_margin.col-sm-6 {
	left: 0 !important;
	position: relative !important;
	top: 0 !important;
	margin-bottom: 30px;
}

html .gallery-section .pgp_effect  .item-hover-4639.circle::after {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	/*width: 100%;*/
	pointer-events: none;
}
html .gallery-section .pgp_effect .item-hover-4639.circle:hover::after {
	opacity: 1;
	cursor: pointer;
}
html .gallery-section .pgp_effect .item-hover-4639.circle > a::after {
	background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -3px -263px;
	bottom: 0;
	content: "";
	height: 50px;
	left: 0;
	margin: 0 auto;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	z-index: 999999;
}
html .gallery-section .pgp_effect .item-hover-4639.circle > a:hover::after {
	opacity: 1;
}

/*inner footer*/
html footer .grve-section.group-holiday {
	background: rgba(0, 0, 0, 0) url("../images/footer-group-holiday-bg.jpg") no-repeat  0 0 / cover  !important;
}
/*inner footer over*/
/*gallery section holiday group page over*/

html .group-holiday-page-banner .grve-element.grve-text {
	margin-bottom: 0;
}
.group-holiday-page-banner .grve-element.grve-text > p {
	margin-bottom: 0 !important;
}
/*group-holidays pages css over*/
 /*3-11-18*/
.ug-thumb-wrapper.ug-tile .ug-tile-icon.ug-icon-zoom {
	background-image: url("../images/icon-zoom32.png");
	background-position: -3px -262px;
	height: 60px;
	width: 56px;
}
.ug-thumb-wrapper.ug-tile .ug-tile-icon.ug-icon-play {
	background-image: url("../images/icon-zoom32.png");
	background-position: -3px -262px;
	height: 60px;
	width: 56px;
}
.grve-section.inside-section .inside-wrap, .grve-section.inside-section .plan-wrap, .grve-section.inside-section .area-wrap {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
body .ug-item-wrapper > img {
    border-width: 9px !important;
}
#grve-header.grve-header-sticky[data-logo-align="left"][data-menu-align="right"][data-menu-type="simply"][data-sticky-header="advanced"][data-menu-options="no"] #grve-main-menu, #grve-header.grve-header-sticky[data-logo-align="left"][data-menu-align="right"][data-menu-type="simply"][data-sticky-header="advanced"][data-menu-options="left"] #grve-main-menu {
	padding-right: 0;
}

/*********14-11-2018*********/
footer .grve-column-1-4.grve-tablet-column-1-2:first-child {
	margin-right: 0;
	width: 29%;
}
footer .grve-column-1-4.grve-tablet-column-1-2:nth-child(2) {
	margin-right: 19px;
	width: 25%;
}
footer .grve-column-1-4.grve-tablet-column-1-2:last-child {
	padding-left: 35px;
	padding-right: 0;
	width: 19%;
}
.gallery-section-wedding .grve-btn {
	margin-top: 20px;
}
.gallery-section-wedding .page-title::after {
	margin-top: 51px;
}
.gallery-section-wedding  .page-title {
	margin-bottom: 53px !important;
}


.gallery-section .grve-btn{
	margin-top: 20px;
}
.gallery-section .page-title::after {
	margin-top: 51px;
}
.gallery-section  .page-title {
	margin-bottom: 53px !important;
}
.wedding-page .rl-gallery-link {
	pointer-events: none;
}
/*********14-11-2018*********/
.inside-section .wpb_column.grve-column-1-3:hover .grve-text > h2 > a {
	color: #07246d;
}
footer .social-item a:hover {
	color: #fff !important;
	text-shadow: 1px 2px 4px blue;
}
/**********************************innerpage css **************************************/
/*/wedding-calculator page css*/

.breadcrumbs {
	background: #eee none repeat scroll 0 0;
	box-shadow: 0 1px 0 0 #ccc;
	color: #468bc9;
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
	margin-top: 50px;
	padding: 11px 0;
	position: relative;
	text-align: left;
	z-index: 11;
}
.breadcrumbs .home > span ,
.breadcrumbs a {
	color: #999;
	font-family: alex,sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.breadcrumbs .home > span:hover,
.breadcrumbs a:hover {
	color: #07246d;
}
.breadcrumbs .grve-container > span {
	display: block;
	float: left;
	margin-right: 20px;
	padding-right: 15px;
	position: relative;
}
.breadcrumbs .grve-container > span::before {
	color: #999;
	content: "";
	display: block;
	font-family: fontawesome;
	font-size: 20px;
	font-weight: bold;
	height: 23px;
	position: absolute;
	right: 0;
	width: 1px;
}
.breadcrumbs .grve-container > span:last-child {
	color: #000;
	font-family: alex,sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 27px;
}
.breadcrumbs .grve-container > span:last-child::before {
	display: none;
}

.wedding-calculator .grve-column-1 .grve-element.grve-text {
	padding-top: 14px;
}
.wedding-calculator .grve-column-1 .grve-element.grve-text > p {
	color: #222;
	font-family: lato,sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: 600;
	line-height: 90%;
	text-align: center;
}
.wedding-calculator .calc-list {
	text-align: center;
	margin-left: 0;
}
.wedding-calculator .calc-list > li {
	color: #06246c;
	display: inline-block;
	font-family: lato,sans-serif;
	font-size: 16px;
	line-height: 160%;
	padding-left: 46px;
	text-align: left;
}
.wedding-calculator .calc-list .calc-star {
  color: red;
}
.wedding-calculator .calc-list > li:first-child {
	padding-left: 0;
}
.wedding-calculator .cal-below-text {
	color: #202020;
	font-family: lato,sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: -2px;
	padding-top: 7px;
	text-align: center;
}
.wedding-calculator .cal-below-text > a {
	color: #06246C;
	border-bottom: 1px solid #06246C;
}
html .grve-feature-section-inner.animated {
    overflow: visible !important;
}
html .inner-banner {
	height: 400px  !important;
	overflow: visible !important;/*get in touch btn use only in innerpage*/
}

html .inner-banner .grve-bg-image.grve-bg-position-center-center.show {
	height: 450px;/*400*/
	/*margin-top: 50px;*/
}
html .grve-section.wedding-calculator {
	padding-bottom: 0;
}
html .grve-section.wedding-calc {
	padding-top: 23px;
}
.wedding-calc .grve-element.grve-text {
	margin: 0 auto;
	max-width: 100%;
	width: 67%;/*762px*/
}
/*/wedding-calculator page css over*/

/*gourmet-dinner page css*/
.dinner-page .grve-element.grve-text > p {
	font-family: lato,sans-serif;
	font-size: 18px;
	line-height: 200%;
	margin-bottom: 29px;
	padding-top: 3px;
	text-align: center;
}
.dinner-page .dinner_home_wrapper {
	margin-left: 0;
	margin-bottom: 0;
}
.dinner-page .dinner_home_wrapper > li {
	float: left;
	list-style: outside none none;
	padding-left: 30px;
	padding-right: 30px;
	vertical-align: top;
	width: 50%;
}
.dinner-page .dinner_home_wrapper::after,.dinner-page .dinner_home_wrapper::before {
	clear: both;
	display: block;
}

.dinner-page .dinner_home_wrapper > li:nth-child(2n + 3 ) {
	clear: both;
	padding-left: 0;
}
.dinner-page .dinner_home_wrapper > li:first-child {
	padding-left: 0;
}
html .dinner_home_wrapper > li:nth-child(2n+2) {
	padding-right: 0;
}
/*
.dinner-page .dinner_img_wrap {
	padding-bottom: 63px;
	padding-left: 27px;
	padding-top: 29px;
	padding-right:9px;
}
*/
.dinner-page .dinner_img_wrap {
	padding: 29px 9px 54px 27px;
}
.dinner-page .img_dinner .wp-post-image {
	height: auto;
	max-width: 100%;
	min-height: 360px;
	object-fit: cover;
	width: 100%;
}
.dinner-page .dinner_img_wrap .dinner-title {
	font-family: alex,sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 160%;
	margin-bottom: 10px;
}
.dinner-page .dinner-content > p {
	font-size: 18px;
	line-height: 180%;
	text-align: justify;
}
html .grve-section.dinner-page {
	padding-bottom: 0;
}
/*gourmet-dinner css 21-11-2018*/
.dinner-page .travel-list {
	margin-left: 0;
	margin-bottom: 0;
}
.dinner-page .travel-list > li {
	color: #333;
	font-family: lato,sans-serif;
	font-size: 16px;
	line-height: 150%;
	list-style: outside none none;
	padding-bottom: 10px;
	padding-left: 42px;
	position: relative;
}
.dinner-page .travel-list > li::before {
	background: rgba(0, 0, 0, 0) url("../images/package-detail-sprite.png") no-repeat scroll 0 0;
	bottom: auto;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	right: 0;
	top: 4px;
	width: 22px;
}
.dinner-page .travel-list > li:last-child {
	padding-bottom: 0;
}
/*gourmet-dinner css 21-11-2018*/
/*gourmet-dinner page css over*/

/*Package detail  page css*/
html .grve-section.package-details-page {
	padding-bottom: 0;
}
html .grve-section.package-page {
	padding-top: 23px;
}
.package-page .grve-image > img {
	height: auto;
	max-height: 550px;
	max-width: 100%;
	width: 100%;
	object-fit: cover;
}
.package-page  .travel-list {
	margin-left: 15px;
	margin-top: 66px;
}
.package-page .travel-list > li {
	color: #333;
	font-family: lato,sans-serif;
	font-size: 16px;
	line-height: 180%;
	list-style: outside none none;
	padding-bottom: 20px;
	padding-left: 42px;
	position: relative;
}

.package-page .travel-list > li::before {
	background: rgba(0, 0, 0, 0) url("../images/package-detail-sprite.png") no-repeat scroll 0 0;
	bottom: auto;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	right: 0;
	top: 7px;
	width: 22px;
}
.package-page .travel-list > li:last-child {
	padding-bottom: 0;
}
html .grve-section.detail-page {
	padding-top: 0;
}
.package-page .wpb_column.grve-column-1-2:last-child {
	position: relative;
}
.package-page .grve-row {
	display: table;
}
.package-page .wpb_column.grve-column-1-2 {
	display: table-cell;
	float: none;
	vertical-align: top;
}
.package-page .wpb_column.grve-column-1-2:last-child::before {
	border-left: 15px ridge transparent;
	border-right: 15px solid #e9effe;
	border-top: 120vh ridge transparent;
	bottom: 0;
	content: "";
	height: auto;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}
.package-page .wpb_column.grve-column-1-2:last-child::after {
	border-right: 150vh solid #e9effe;
	border-top: 15px ridge transparent;
	bottom: 0;
	content: "";
	height: auto;
	left: auto;
	position: absolute;
	right: 0;
	top: auto;
	width: auto;
}

/******************************/
.detail-page .grve-image > img {
	height: auto;
	max-height: 550px;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}
.detail-page travel-list {
	margin-left: 15px;
	margin-top: 66px;
}
.detail-page  .travel-list > li {
	color: #333;
	font-family: lato,sans-serif;
	font-size: 16px;
	line-height: 180%;
	list-style: outside none none;
	padding-bottom: 20px;
	padding-left: 42px;
	position: relative;
}
.detail-page  .travel-list > li::before {
	background: rgba(0, 0, 0, 0) url("../images/package-detail-sprite.png") no-repeat scroll 0 0;
	bottom: auto;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	right: 0;
	top: 7px;
	width: 22px;
}
.detail-page  .travel-list > li:last-child {
	padding-bottom: 0;
}
html .grve-section.detail-page {
	padding-top: 0;
}
.detail-page  .wpb_column.grve-column-1-2:first-child {
	position: relative;

}
.detail-page  .wpb_column.grve-column-1-2:last-child {
	padding-left: 50px;
    padding-right: 0
}

.detail-page .wpb_column.grve-column-1-2:first-child::before {
	border-left: 15px solid #e9effe;
	border-right: 15px solid transparent;
	border-top: 550px ridge transparent;
	bottom: 0;
	content: "";
	height: auto;
	left: 0;
	position: absolute;
	right: auto;
	top: 0;
	width: auto;
}
.detail-page .wpb_column.grve-column-1-2:first-child::after {
	border-left: 611px solid #e9effe;
	border-top: 15px ridge transparent;
	bottom: -2px;
	content: "";
	height: auto;
	left: 0;
	position: absolute;
	right: auto;
	top: auto;
	width: auto;
}

.detail-page .travel-list {
	margin-bottom: 0;
	padding-top: 62px;
	margin-bottom: 38px !important;
}
/****/

html .grve-section.package-optional-section {
	padding-top: 0;
}
html .package-optional-section .inner-title {
	color: #07246d !important;
	font-style: italic
}
.package-optional-section .extra-list > li {
	float: left;
	list-style: outside none none;
	margin-bottom: 45px;
	padding-left: 27px;
	padding-right: 27px;
	width: 33.33%;
}
.package-optional-section .extra-list > li:first-child {
	padding-left: 0;
}
.package-optional-section .extra-list > li:nth-child(3n+4) {
	clear: both;
	display: block;
	padding-left: 0;
}
.package-optional-section .extra-list > li:nth-child(3n + 3) {
	padding-right: 0;
}
.package-optional-section .extra-list {
	margin-left: 0;
	margin-bottom: 0;
}
.package-optional-section .extra-list img {
	height: auto;
	min-height: 250px;
	width: auto;
	max-width: 100%;
}
html .package-optional-section .extra-title {
	font-size: 22px !important;
	font-weight: bold;
	margin-bottom: 0 !important;
	padding-top: 24px;
	text-align: center;
}
/**/

html .grve-section.package-optional-section {
	padding-bottom: 0 ;
}
html .grve-section.package-form-section {
	background:#f5f5f5;
}
.package-form-section .package {
	color: #06246c;
	font-family: lato,sans-serif;
	font-size: 30px;
	line-height: 140%;
	margin-bottom: 28px;
	text-align: center;
}
.package-form-section .booking {
	color: #333;
	font-family: lato,sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 160%;
	padding-bottom: 20px;
	text-align: center;
}
.package-form-section .wpcf7 {
	position: relative;
	border-top: 1px solid #aaa;
}
.package-form-section .wpcf7::after {
	background: rgba(0, 0, 0, 0) url("../images/package-detail-sprite.png") no-repeat scroll 0 -89px;
	bottom: 0;
	content: "";
	height: 40px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: -1px;
	width: 66px;
}

.package-form-section .mail-wrap {
	float: left;
	padding-left: 20px;
	width: 50%;
}
.package-form-section .mail-wrap .err-star {
	color: red;
}
.package-form-section .mail-wrap:nth-child(2n+1) {
  clear: both;
 /* padding-left: 0;*/
}

.package-form-section .contact-wrap {
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding-right: 20px;
	width: 63%;
}
.package-form-section .mail-wrap > label {
	color: #777;
	font-family: lato,sans-serif;
	font-size: 16px !important;
	line-height: 35px;
	text-transform: capitalize;
}
.package-form-section .wpcf7-form-control.wpcf7-submit {
	margin-top: 25px;
}

html .grve-section.package-form-section .wpcf7-form-control.wpcf7-submit {
	background: #000 none repeat scroll 0 0 !important;
	border: medium none;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-family: lato;
	font-size: 20px !important;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 100%;
	margin: 25px 0 0 33px;
	padding-bottom: 14px;
	padding-left: 40px !important;
	padding-right: 40px !important;
	padding-top: 16px !important;
	transition: all 0.2s ease 0s;
	vertical-align: middle;
	width: auto;
}
html .grve-section.package-form-section  .wpcf7-form-control.wpcf7-submit:hover {
	background: #07246d none repeat scroll 0 0 !important;
	color: #fff !important;
}
.grve-section.package-form-section .contact-wrap > p::after {
	border: 1px solid #ccc;
	bottom: -3px;
	content: "";
	height: 50px;
	left: 296px;/*287px;*/
	margin-left: 0;
	margin-top: 2px;
	position: absolute;
	right: auto;
	top: auto;
	width: 135px;
	z-index: -1;
}
.package-form-section .contact-wrap > p {
	clear: both;
	position: relative;
	text-align: center;
}
.package-form-section .wpb_column.grve-column-1 {
	position: relative;
}
.package-form-section .wpcf7-form {
	padding-top: 50px;
}
.package-form-section .contact-wrap::after, .contact-wrap::before {
	clear: both;
	display: block;
}
.package-form-section .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	margin: 0 auto;
	/* width: 51%;*/
	margin-top: 16px;
}

.package-form-section .ajax-loader {
	margin: 40px 0 0 10px !important;
}
.package-form-section .err-wrap {
	margin: 0 auto;
	width: 59%;
}

/*Package detail page css over*/

/*cms page css*/
html .cms-page-section .page-title {
	margin-bottom: 55px !important;
}
html .cms-title {
	font-size: 22px !important;
	font-weight: bold;
	margin-bottom: 16px !important;
}
html .grve-section.cms-page-section {
	padding-bottom: 0;
}
.cms-page-section .grve-text > p,
.grve-section.cms-img-left .grve-text > p,
.grve-section.cms-text-section .grve-text > p,
.grve-section.cms-single-img .grve-text > p,
.grve-section.cms-description .grve-text > p,
.grve-section.cms-list-section .grve-text > p{
	font-size: 18px;
	line-height: 200%;
	text-align: justify;
	margin-bottom: 5px;
}

.grve-section.cms-img-left::after,
.grve-section.cms-text-section::after,
.grve-section.cms-single-img::after,
.grve-section.cms-description::after,
.grve-section.cms-list-section::after{
	border-bottom: 1px solid #ccc;
	bottom: 0;
	content: "";
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 89%;
}

html .cms-single-img .cms-title {
	margin-bottom: 31px !important;
}
.cms-single-img .grve-element.grve-text > p {
	margin-bottom: 0;
}
html .cms-description .grve-element.grve-image {
	margin-bottom: 33px;
}
html .cms-description .cms-title {
	margin-bottom: 9px !important;
}
.cms-description .grve-element.grve-text > p {
	line-height: 180%;
}
.cms-list-section .cms-list > li {
	color: #333;
	font-family: lato,sans-serif;
	font-size: 18px;
	line-height: 200%;
	list-style: outside none none;
	padding-left: 27px;
	position: relative;
	text-align: left;
}
.cms-list-section .cms-list {
	margin-left: 0;
	margin-bottom: 0;
}
.cms-list-section .cms-list > li::before {
	bottom: 0;
	color: #222;
	content: "";
	font-family: fontawesome;
	font-size: 24px;
	font-weight: 600;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.wpb_column.vc_column_container.vc_col-sm-4:nth-child(2) {
	padding-left: 4%;
}

.cms-list-section .wpb_column.vc_column_container.vc_col-sm-4:last-child {
	padding-left: 10%;
}
html .cms-last-section .grve-media {
	margin-bottom: -26px;
}
.cms-last-section .grve-box-content > p {
	font-family: alex,sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 160%;
	text-align: center;
	color: #000;
}

.cms-page-section .grve-element.grve-text iframe {
	height: 100% !important;
	min-height: 401px;
}
/*cms page css over*/
/*wedding gallery page css*/
html .wedding-gallery-page .grve-text > p {
	font-size: 18px;
	line-height: 200%;
	margin-bottom: 28px;
	text-align: center;
}

/*wedding gallery page css over*/
/*wedding-travel page css*/
html .wedding-travel h2 {
	margin-bottom: 64px !important;
}
.wedding-travel .grve-image > img {
	height: auto;
	max-height: 550px;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}
.wedding-travel .travel-list {
	margin-left: 15px;
	margin-top: 66px;
}
.wedding-travel .travel-list > li {
	color: #333;
	font-family: lato,sans-serif;
	font-size: 16px;
	line-height: 180%;
	list-style: outside none none;
	padding-bottom: 20px;
	padding-left: 42px;
	position: relative;
}
.wedding-travel .travel-list > li::before {
	background: rgba(0, 0, 0, 0) url("../images/package-detail-sprite.png") no-repeat scroll 0 0;
	bottom: auto;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	right: 0;
	top: 7px;
	width: 22px;
}
.wedding-travel .vc_col-sm-6:last-child::before {
	border-left: 15px ridge transparent;
	border-right: 15px solid #e9effe;
	border-top: 550px ridge transparent;
	bottom: 0;
	content: "";
	height: auto;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}
.wedding-travel .vc_col-sm-6:last-child::after {
	border-right: 611px solid #e9effe;
	border-top: 15px ridge transparent;
	bottom: -32px;
	content: "";
	height: auto;
	left: auto;
	position: absolute;
	right: 0;
	top: auto;
	width: auto;
}
html .grve-section.wedding-travel {
	padding-bottom: 0;
}
.wedding-map-section .grve-element.grve-text:first-child > p {
	color: #212121;
	font-family: lato,sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: 600;
	line-height: 160%;
	margin-bottom: 32px;
	padding-left: 170px;
	padding-right: 170px;
	text-align: center;
}

.wedding-map-section .grve-element.grve-text:nth-child(2) {
	margin-bottom: 0;
}
/*wedding-travel page css over*/
/*wedding-history page css*/
.wedding-history-page .rl-gallery-link {
	pointer-events: none;
}
html .wedding-history-page .vc_row-fluid {
	margin-top: 55px;
}
.wedding-history-page b {
	color: #202020;
	font-family: lato,sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: 120%;
	text-align: left;
	font-weight: 600;
}
.wedding-history-page p:first-child {
	margin-bottom: 11px !important;
}
html .wedding-history-page .vc_row-fluid {
	margin-top: 55px;
}
.wedding-history-page .grve-element.grve-text > p {
	margin-bottom: 26px;
	text-align: justify;
}
html .wedding-history-page .sy-controls li a::after {
	top: 96.2%;/*96.1*/
}
.wedding-history-page .grve-element.grve-text > p:last-child {
	margin-bottom: 0;
}

/*wedding-history page css over*/
/*inside page css*/
.holiday-inside-page .grve-element.grve-text > p {
	color: #1f1f1f;
	font-family: lato;
	font-size: 20px;
	font-style: italic;
	font-weight: 600;
	line-height: 120%;
	margin-bottom: 11px;
	margin-top: 52px;
	text-align: center;
}
html .grve-section.holiday-inside-page {
	padding-bottom: 0;
}
html .grve-section.inside-img-right {
	padding-top: 20px;
}
.inside-img-right .cms-list > li {
	color: #333;
	font-family: lato,sans-serif;
	font-size: 16px;
	line-height: 180%;
	list-style: outside none none;
	padding-bottom: 20px;
	padding-left: 42px;
	position: relative;
}
.inside-img-right .cms-list > li::before {
	background: rgba(0, 0, 0, 0) url("../images/package-detail-sprite.png") no-repeat scroll 0 0;
	bottom: auto;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	right: 0;
	top: 7px;
	width: 22px;
}
.inside-img-right .cms-list {
	margin-left: 15px;
	margin-top: 46px;
}

html .grve-section.inside-img-right {
	padding-bottom: 27px;
}
html .grve-section.inside-img-left {
	padding-top: 0;
}
/**/
.inside-img-left .grve-element.grve-text > p {
	color: #1f1f1f;
	font-family: lato;
	font-size: 20px;
	font-style: italic;
	line-height: 120%;
	text-align: center;
}

html .inside-img-left{
	padding-top: 20px;
}
.inside-img-left .cms-list > li {
	color: #333;
	font-family: lato,sans-serif;
	font-size: 16px;
	line-height: 180%;
	list-style: outside none none;
	padding-bottom: 20px;
	padding-left: 42px;
	position: relative;
}
.inside-img-left .cms-list > li::before {
	background: rgba(0, 0, 0, 0) url("../images/package-detail-sprite.png") no-repeat scroll 0 0;
	bottom: auto;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	right: 0;
	top: 7px;
	width: 22px;
}
.inside-img-left  .cms-list {
	margin-left: 15px;
	margin-top: 46px;
}
.inside-last-section .grve-element.grve-text > p {
	color: #1f1f1f;
	font-family: lato,sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: 600;
	margin-bottom: 35px;
	text-align: center;
}
/*17-11-2018*/

.inside-img-right .grve-image > img,
.inside-last-section .grve-image > img,
.inside-img-left .grve-image > img {
	border: 3px solid #eee;
	width: 100%;
}

.grve-section.inside-last-section {
	position: relative;
}
.grve-section.inside-last-section::before {
	border-top: 1px solid #eee;
	bottom: 0;
	content: "";
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 89%;
}
html .grve-section.inside-img-left {
	padding-bottom: 39px;
}
html .grve-section.inside-last-section {
	padding-top: 48px;
}
/*17-11-2018*/
/*inside page css over*/

/*outside page css*/

.holiday-outside-page .grve-element.grve-text > p {
	color: #1f1f1f;
	font-family: lato;
	font-size: 20px;
	font-style: italic;
	font-weight: 600;
	line-height: 120%;
	margin-bottom: 11px;
	margin-top: 52px;
	text-align: center;
}


html .grve-section.holiday-outside-page {
  padding-bottom: 0;
}
html .grve-section.outside-img-right {
  padding-top: 20px;
}
.outside-img-right .cms-list > li {
	color: #333;
	font-family: lato,sans-serif;
	font-size: 16px;
	line-height: 180%;
	list-style: outside none none;
	padding-bottom: 20px;
	padding-left: 42px;
	position: relative;
}
.outside-img-right .cms-list > li::before {
	background: rgba(0, 0, 0, 0) url("../images/package-detail-sprite.png") no-repeat scroll 0 0;
	bottom: auto;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	right: 0;
	top: 7px;
	width: 22px;
}
.outside-img-right .cms-list {
	margin-left: 15px;
	margin-top: 46px;
}

html .grve-section.outside-img-right {
	padding-bottom: 0;
}
html .grve-section.outside-img-left {
	padding-top: 0;
}
/**/
.outside-img-left .grve-element.grve-text > p {
	color: #1f1f1f;
	font-family: lato;
	font-size: 20px;
	font-style: italic;
	line-height: 120%;
	text-align: center;
}

html .outside-img-left{
	padding-top: 20px;
}
.outside-img-left .cms-list > li {
	color: #333;
	font-family: lato,sans-serif;
	font-size: 16px;
	line-height: 180%;
	list-style: outside none none;
	padding-bottom: 20px;
	padding-left: 42px;
	position: relative;
}
.outside-img-left .cms-list > li::before {
	background: rgba(0, 0, 0, 0) url("../images/package-detail-sprite.png") no-repeat scroll 0 0;
	bottom: auto;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	right: 0;
	top: 7px;
	width: 22px;
}
.outside-img-left  .cms-list {
	margin-left: 15px;
	margin-top: 46px;
}
.outside-last-section .grve-element.grve-text > p {
	color: #1f1f1f;
	font-family: lato,sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: 600;
	margin-bottom: 35px;
	text-align: center;
}
html .grve-section.outside-img-right {
	padding-bottom: 49px;
}
/*17-11-2018*/

.outside-img-right .grve-image > img,
.outside-last-section .grve-image > img,
.outside-img-left .grve-image > img {
	border: 3px solid #eee;
	width: 100%;
}

.grve-section.outside-last-section {
	position: relative;
}
.grve-section.outside-last-section::before {
	border-top: 1px solid #eee;
	bottom: 0;
	content: "";
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 89%;
}
html .grve-section.outside-img-left {
	padding-bottom: 39px;
}
html .grve-section.outside-last-section {
	padding-top: 48px;
}
/*17-11-2018*/
/*20-11-2018*/
/*
.inner-banner .grve-bg-image.grve-bg-position-center-center.show {
  margin-top: 0 !important;
}
*/

/*20-11-2018*/
/*outside page css over*/


/********************************************Holiday innerpage css*******************************************************/

/*get in touch btn inner csss*/
.get-btn-inner {
	background: #fff none repeat scroll 0 0;
	box-shadow: 1px 1px 2px 5px rgba(0, 0, 0, 0.1);
	color: #07246d;
	cursor: pointer;
	font-family: "Lato",sans-serif;
	font-size: 20px !important;
	font-weight: 600;
	left: -106px;
	letter-spacing: 0;
	line-height: 120%;
	padding: 13px 22px;
	position: absolute;
	right: auto;
	top: 31%;
	transform: rotate(270deg) translateY(-50%);
	white-space: nowrap;
	z-index: -2;
}

/*last-child*/

.get-btn-inline {
	bottom: auto;
	display: block;
	position: absolute;
	right: -15px;
	top: 95%;
	transform: translateY(-50%);
	z-index: 99;
}
.landing-page .get-btn-inline {
top: 85% }

html .get-desc-inner.show-div {
	background: #fff none repeat scroll 0 0;
	box-shadow: 1px 1px 2px 7px rgba(0, 0, 0, 0.1);
	display: block !important;
	margin-left: -15px;
	margin-right: 15px;
	padding: 24px 30px 53px;
	z-index: 2147483647;
}
.get-desc-inner.show-div ul {
	margin-bottom: 0;
	margin-left: 0;
}

.get-desc-inner.show-div .touch-info > li {
	font-family: Alex;
	list-style: outside none none;
	padding-left: 64px;
	position: relative;
}

.get-desc-inner.show-div .touch-num {
	margin-bottom: 20px;
}

.get-desc-inner.show-div .touch-info .touch-num::before {
	font-size: 24px;
}

.get-desc-inner.show-div .touch-info > li::before {
	border: 1px solid #07246d;
	border-radius: 100px;
	bottom: 0;
	color: #07246d;
	content: "";
	font-family: fontawesome;
	height: 45px;
	left: 0;
	line-height: 44px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 45px;
}

.get-desc-inner.show-div .touch-info .touch-tel::before {
	content: "" !important;
	font-size: 21px;
}
.get-desc-inner.show-div .touch-info > li > p {
	color: #999;
	font-family: alex;
	font-size: 18px;
	margin-bottom: 0;
	text-align: left;
}
.get-desc-inner.show-div .touch-info > li > a {
	color: #333;
	font-size: 22px;
	text-align: left;
}
/*get in touch btn inner csss*/
/*area page css*/

html .holiday-area-page .grve-element.grve-text > h3,
html .area-description .grve-text h3 {
	color: #1a1a1a !important;
	font-family: lato;
	font-size: 20px !important;
	font-style: italic;
	font-weight: 600;
	line-height: 120%;
	margin-bottom: 22px !important;
	margin-top: 52px !important;
	text-align: left;
}
.holiday-area-page .cms-list {
	margin-left: 0;
	margin-top: 0;
}

.holiday-area-page .cms-list > li {
	color: #333;
	font-family: lato,sans-serif;
	font-size: 17px;
	line-height: 180%;
	list-style: outside none none;
	padding-bottom: 11px;
	padding-left: 35px;
	position: relative;
}

.holiday-area-page .cms-list > li::before {
	background: rgba(0, 0, 0, 0) url("../images/package-detail-sprite.png") no-repeat scroll 0 0;
	bottom: auto;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	right: 0;
	top: 1px;
	width: 22px;
}
html .grve-section.holiday-area-page {
	padding-bottom: 0;
}
html .grve-section.area-img {
	margin-top: -4px;
	padding-bottom: 43px;
	padding-top: 0;
}
html .grve-section.area-description {
	padding-top: 0;
}
html .area-description .grve-text h3 {
	margin-top: 0 !important;
}
.area-description .area-list {
	margin-left: 0;
}
.area-description .area-list > li {
	color: #333;
	font-family: lato,sans-serif;
	font-size: 17px;
	line-height: 180%;
	list-style: outside none none;
	padding-bottom: 21px;
	padding-left: 10px;
	position: relative;
}
.area-description .area-list > li::before {
	bottom: auto;
	content: "-";
	height: 20px;
	left: 0;
	position: absolute;
	right: 0;
	top: 1px;
	width: 22px;
}
html .grve-section.area-description {
	padding-bottom: 0;
}
html .grve-section.area-last-section {
	padding-top: 0;
	margin-top: -5px;
}
/*area page css over*/

/*travel page css*/
html .grve-section.holiday-travel-section {
	padding-bottom: 0;
}
.travel-img .grve-image > img {
	width: 100%;
}
html .grve-section.travel-img {
	padding-top: 17px;
}
.grve-section.travel-img .cms-list {
	margin-left: 0;
	margin-top: 61px;
}
.grve-section.travel-img .cms-list > li {
	color: #333;
	font-family: lato,sans-serif;
	font-size: 16px;
	line-height: 180%;
	list-style: outside none none;
	padding-bottom: 20px;
	padding-left: 42px;
	position: relative;
	text-align: justify;
}
.grve-section.travel-img .cms-list > li::before {
	background: rgba(0, 0, 0, 0) url("../images/package-detail-sprite.png") no-repeat scroll 0 0;
	bottom: auto;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	right: 0;
	top: 7px;
	width: 22px;
}
html .grve-section.travel-img {
	padding-bottom: 0;
}
.grve-section.travel-img  .wpb_column.grve-column-1-2:last-child {
	padding-left: 40px;
}
.travel-img .cms-list > li > br {
	display: none;
}

html .grve-section.travel-desc {
	padding-top: 11px;
}
.grve-section.travel-desc .cms-list {
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
}
.grve-section.travel-desc .cms-list > li {
	color: #333;
	font-family: lato,sans-serif;
	font-size: 16px;
	line-height: 180%;
	list-style: outside none none;
	padding-bottom: 20px;
	padding-left: 42px;
	position: relative;
	text-align: justify;
}
.grve-section.travel-desc .cms-list > li::before {
	background: rgba(0, 0, 0, 0) url("../images/package-detail-sprite.png") no-repeat scroll 0 0;
	bottom: auto;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	right: 0;
	top: 7px;
	width: 22px;
}
.grve-section.travel-desc .cms-list > li:last-child {
	padding-bottom: 0;
}
.grve-section.travel-map-holiday::before {
	border-top: 1px solid #eee;
	bottom: 0;
	content: "";
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 89%;
}

.travel-map-holiday .grve-element.grve-text:first-child > p {
	color: #212121;
	font-family: lato,sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: 600;
	line-height: 160%;
	margin-bottom: 32px;
	padding-left: 170px;
	padding-right: 170px;
	text-align: center;
}
/*travel page css over*/
/*history page css*/

html .wedding-history-page .vc_row-fluid {
	margin-top: 55px;
}
html .grve-section.holiday-history-page {
	padding-bottom: 0;
}
html .grve-section.history-desc {
	padding-top: 18px;
}
.history-desc .rl-gallery-link {
	pointer-events: none;
}
html .history-desc .sy-controls li a::after {
	top: 96.2%;/*96.1%*/
}
.history-desc b {
	color: #202020;
	font-family: lato,sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: 600;
	line-height: 120%;
	text-align: left;
}
.history-desc .grve-element.grve-text > p {
	margin-bottom: 16px;/*26*/
	text-align: justify;
}
.history-desc .grve-element.grve-text > p:first-child {
	margin-bottom: 13px;
}
.history-desc .wpb_column.grve-column-1-2:last-child {
	padding-left: 44px;
}
/*history page css over*/
/*tariff-page css*/

html .grve-section.holiday-tariff-page {
	padding-bottom: 0;
}
html .grve-section.tariff-page-list {
	padding-top: 4px;
}
.grve-section.tariff-page-list .cms-list {
	margin-bottom: 10px;
	margin-left: 0;
}
.grve-section.tariff-page-list .cms-list > li {
	color: #333;
	font-family: lato,sans-serif;
	font-size: 17px;
	line-height: 180%;
	list-style: outside none none;
	padding-bottom: 29px;
	padding-left: 35px;
	position: relative;
}
.grve-section.tariff-page-list .cms-list > li::before {
	background: rgba(0, 0, 0, 0) url("../images/package-detail-sprite.png") no-repeat scroll 0 0;
	bottom: auto;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	right: 0;
	top: 1px;
	width: 22px;
}

.grve-section.tariff-page-list p > b {
	color: #1a1a1a ;
	font-family: lato;
	font-size: 20px ;
	font-style: italic;
	font-weight: 600;
	line-height: 120%;
	margin-bottom: 22px ;
	margin-top: 52px ;
	text-align: left;
}
.grve-section.tariff-page-list .tariff-list {
	margin-bottom: 0;
	margin-left: 0;
}
.grve-section.tariff-page-list .tariff-list > li {
	color: #333;
	font-family: lato,sans-serif;
	font-size: 16px;
	line-height: 200%;
	list-style: outside none none;
	padding-left: 10px;
	position: relative;
	text-align: left;
}
.grve-section.tariff-page-list .tariff-list > li::before {
	background: #333 none repeat scroll 0 0;
	border-radius: 100px;
	bottom: auto;
	color: #222;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	right: 0;
	top: 14px;
	width: 6px;
}

.tariff-page-list .vc_column_container.vc_col-sm-3{
	position: relative;
}
.tariff-page-list .vc_column_container.vc_col-sm-3::before{
	border-right: 1px solid #eee;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 5px;
	top: 7px;
}
.tariff-page-list .vc_column_container.vc_col-sm-3:last-child {
	padding-left: 30px;
}
.tariff-page-list .vc_column_container.vc_col-sm-3:last-child::before {
	display: none;
}
.tariff-page-list .vc_column_container.vc_col-sm-3:nth-child(2) {
	padding-left: 22px;
}
.tariff-page-list .vc_column_container.vc_col-sm-3:nth-child(2)::before {
	right: -24px;
}
.tariff-page-list .vc_column_container.vc_col-sm-3:nth-child(3) {
	padding-left: 50px;
}
.tariff-page-list .vc_column_container.vc_col-sm-3:nth-child(3)::before {
	left: auto;
	right: -10px;
}
html .grve-section.tariff-page-list {
	padding-bottom: 53px;
}
html .grve-section.tariff-page-img {
	padding-bottom: 59px;
	padding-top: 0;
}
.grve-section.tariff-page-img{
	position: relative;
}
.grve-section.tariff-page-img::after {
	border-bottom: 1px solid #eee;
	bottom: 0;
	content: "";
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 89%;
}
html .grve-section.tariff-img{
	padding-top: 51px;
}
html .grve-section.tariff-img .grve-text > p {
	color: #1f1f1f;
	font-family: lato,sans-serif;
	font-size: 22px;
	font-style: italic;
	font-weight: 600;
	line-height: 120%;
	margin-bottom: 34px;
	text-align: center;
}
.grve-section.tariff-img  .grve-image{
	background: transparent none repeat scroll 0 0;
}
/*tariff-page css over*/
/*holiday contact page css*/

/*
.holiday-contact .group-form {
	background: #fff none repeat scroll 0 0;
	border-radius: 15px;
	box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.1);
	margin: 56px auto 0;
	padding: 32px 50px 39px;/*32px 50px 54px;
	width: 48%;
}
*/
.holiday-contact form {
	background: #fff none repeat scroll 0 0;
	border-radius: 15px;
	box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.1);
	margin: 56px auto 0;
	padding: 32px 50px 39px;
	max-width: 561px;
}
html .holiday-contact .group-form > [class*="form-"] {
	padding-bottom: 14px;
}
html .holiday-contact .group-form [class*="form-"] > label {
	color: #333;
	font-family: alex,sans-serif;
	font-size: 16px !important;
	line-height: 155%;
	text-align: left;
	text-transform: capitalize;
}
html .holiday-contact form .wpcf7-form-control-wrap .wpcf7-form-control {
	/*border: 1px solid #e7e7e7 !important;*/
	border-radius: 5px !important;
	color: #999 !important;
	font-size: 16px !important;
}

html .holiday-contact .wpcf7-form-control.wpcf7-submit {
	background: #000 none repeat scroll 0 0 !important;
	border: medium none;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-family: lato;
	font-size: 20px !important;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 100%;
	margin: 16px 0 0;
	padding-bottom: 16px;
	padding-left: 47px !important;
	padding-right: 47px !important;
	padding-top: 15px !important;
	transition: all 0.2s ease 0s;
	vertical-align: middle;
	width: auto;
}

.holiday-contact .wpcf7-form-control.wpcf7-submit:hover {
	background: #07246d none repeat scroll 0 0 !important;
	color: #fff !important;
}
.holiday-contact .form-btn {
	position: relative;
	z-index: 1;
}

.holiday-contact .group-form .form-btn::after {
	border: 1px solid #ccc;
	bottom: auto;
	content: "";
	height: 51px;
	left: 4px;
	position: absolute;
	right: 0;
	top: 20px;
	width: 147px;/*151*/
	z-index: -1;
}
.holiday-contact .err-wrap {
	margin: 0 auto;
	width: 48%;
}
html .holiday-contact .ajax-loader {
	margin-top: 32px !important;
}
/*holiday contact page css over*/
/*holiday gallery page css*/


/*holiday gallery page css over*/
/*21-11-2018*/

html .grve-section.wedding-map-section {
  padding-top: 20px;
}

/*21-11-2018*/
/*7-12-2018*/
/********booking form page css*/

.wedding-form .contact-wrap {
	background: #fff none repeat scroll 0 0;
	border-radius: 15px;
	box-shadow: 1px 1px 8px 3px rgba(0,0,0,.1);
	margin: 32px auto 0;
	padding: 32px 50px 39px;
	width: 60%;
}

.wedding-form .contact-wrap .name-label > label,
.wedding-form .contact-wrap .address > label {
	color: #000 !important;
	font-family: "Alex",sans-serif;
	font-size: 22px !important;
	font-weight: 400;
	line-height: 260%;
	position:relative;
}
.name-label {
	position: relative;
	padding-bottom: 10px;
}
.address > label {
	position: relative !important;
	padding-bottom: 20px !important;
}
.wedding-form .contact-wrap .name-label::before,
.wedding-form .contact-wrap .address > label::before {
	position: absolute;
	content: "";
	height: 7px;
	background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat 0 0;
	width: 250px;
	top: auto;
	bottom: 10px;
	left: 0;
	right: auto;
}
/*
.wedding-form .contact-wrap .name-label  em ,
.wedding-form .contact-wrap .address > label > em {
	color: #000 !important;
}
*/
.wedding-form .contact-wrap label{
	color: #333;
	font-family: alex,sans-serif;
	font-size: 16px !important;
	line-height: 155%;
	text-align: left;
	text-transform: capitalize;
	padding-bottom: 14px;
}

.wedding-form .wpcf7-form-control-wrap {
	padding-bottom: 14px;
}

html .wedding-form .wpcf7-form-control {
	border-radius: 5px !important;
	color: #999 !important;
	font-size: 16px !important;
}

html .wedding-form  .grve-text {
	margin-bottom: 0px;
}
html .wedding-form .grve-text > p {
	color: #333;
	font-family: lato,sans-serif;
	font-size: 20px;
	line-height: 180%;
	list-style: outside none none;
	padding-bottom: 0px;
	padding-left: 0;
	position: relative;
	text-align: center;
}

/*
.wedding-form .contact-wrap .name > div {
	float: left;
	width: 50%;
	padding-right: 20px;
}
*/
.wedding-form .contact-wrap .name > div > div{
	float: left;
	width: 50%;
	padding-right: 20px;
}
html .wedding-form .contact-wrap .surname-w, .surname-d {
	padding-right: 0 !important;
}
.wedding-form .contact-wrap .name::after, .name::before {
	content: "";
	clear: both;
	display: table;
}

html .wedding-form .contact-wrap .name-wrap-down {
	padding-right: 0 ;
}

/*
.wedding-form .address-wrap > div {
	float: left;
	width: 50%;
	padding-right: 20px;
}
*/
.wedding-form .address-wrap > div > div{
	float: left;
	width: 50%;
	padding-right: 20px;
}
html .wedding-form .contact-wrap .state-w, .country-w {
	padding-right: 0 !important;
}
html .wedding-form .address-wrap .city-wrap-down {
	padding-right: 0 ;
}
.address::before, .address::after {
	content: "";
	display: block;
	clear: both;
}

html .wedding-form .contact-wrap .wpcf7-submit {
	background: #000 none repeat scroll 0 0 !important;
	border: medium none;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-family: lato;
	font-size: 20px !important;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 100%;
	margin: 16px 0 0;
	padding-bottom: 16px;
	padding-left: 47px !important;
	padding-right: 47px !important;
	padding-top: 15px !important;
	transition: all .2s ease 0s;
	vertical-align: middle;
	width: auto;
	border-radius: 0 !important;
	margin-top: 0px;
}

/*
.wedding-form .contact-wrap .btn-send{
	position:relative;
	z-index: 1;
}
*/
.wedding-form .contact-wrap .btn-send {
	position: relative;
	z-index: 1;
	margin-top: 10px;
}
.wedding-form .contact-wrap .btn-send::after {
	border: 1px solid #ccc;
	bottom: auto;
	content: "";
	height: 51px;
	left: 4px;
	position: absolute;
	right: 0;
	top: 4px;
	width: 147px;
	z-index: -1;
}
html .wedding-form .contact-wrap .wpcf7-submit:hover {
	background: #07246d none repeat scroll 0 0 !important;
	color: #fff !important;
}

html .wedding-form .radio #radio-btn {
	border: 0 !important;
	padding-left: 0;
	padding-right: 0;
	border-bottom: 1px solid #e7e7e7  !important;
	border-radius: 0 !important;
}
.wedding-form .radio {
	padding-bottom: 25px;
}
html .radio #radio-btn > span {
	margin-left: 0;
	margin-right: 20px;
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
	line-height: 45px;
}
html .radio #radio-btn .last {
	margin-right: 0;
}
/*booking form terms and condition css*/



html .wedding-form .contact-wrap .test .form-title {
	color: #666;
	font-family: lato,sans-serif !important;
	line-height: 180%;
	list-style: outside none none;
	padding-bottom: 0px;
	padding-left: 0;
	position: relative;
	text-align: left;
	font-size: 18px !important;
	margin-bottom: 0;
	font-weight: bold;
	border-bottom: 1px solid #666;
	margin-bottom: 20px;
	position: relative;
	margin-top: 10px;
	text-transform: full-size-kana;
}
html .wedding-form .contact-wrap .test .form-title::before {
	position: absolute;
	content: "";
	height: 8px;
	width: 8px;
	background: #666;
	left: 0;
	top: 14px;
	right: 0;
	left: -20px;
	bottom: 0;
	border-radius: 100px;
}
html .wedding-form .contact-wrap .test p {
	color: #6e7177;
	font-family: lato,sans-serif !important;
	line-height: 210%;
	list-style: outside none none;
	padding-bottom: 5px;
	padding-left: 0;
	position: relative;
	text-align: left;
	font-size: 14px !important;
	margin-bottom: 0;
	position: relative;
	text-transform: unset;
}
html .wedding-form .test .contact-list {
	margin-bottom: 10px;
}
/********booking form page css over*/
/*********Group holiday booking form ********************/
/*
booking-form
*/
.booking-form .contact-wrap-booking {
	background: #fff none repeat scroll 0 0;
	border-radius: 15px;
	box-shadow: 1px 1px 8px 3px rgba(0,0,0,.1);
	margin: 32px auto 0;
	padding: 32px 50px 39px;
	width: 60%;
}

.booking-form .contact-wrap-booking .name-b > label,
.booking-form .contact-wrap-booking .address-b > label {
	color: #000 !important;
	font-family: "Alex",sans-serif;
	font-size: 22px !important;
	font-weight: 400;
	line-height: 260%;
	position:relative;
}

.name-b {
	position: relative;
	padding-bottom: 0;
}
.address-b  {
	position: relative !important;
	padding-bottom: 20px !important;
}

.booking-form .contact-wrap-booking .name-b::before,
.booking-form .contact-wrap-booking .address-b::before {
	position: absolute;
	content: "";
	height: 7px;
	background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat 0 0;
	width: 250px;
	top: 50px;
	bottom: auto;
	left: 0;
	right: auto;
}
.booking-form .contact-wrap-booking .name-b > label > em ,
.booking-form .contact-wrap-booking .address-b > label > em {
	color: red !important;
}
.booking-form .contact-wrap-booking label{
	color: #333;
	font-family: alex,sans-serif;
	font-size: 16px !important;
	line-height: 155%;
	text-align: left;
	text-transform: capitalize;
	padding-bottom: 14px;
}
.booking-form .name-wrap-b {
	padding-top: 10px;
}
.booking-form .wpcf7-form-control-wrap {
	padding-bottom: 14px;
}
.booking-form .address-wrap-c {
	padding-top: 9px;
}
html .booking-form .wpcf7-form-control {
	border-radius: 5px !important;
	color: #999 !important;
	font-size: 16px !important;
}

html .booking-form .grve-text {
	margin-bottom: 0px;
}
html .booking-form .grve-text > p {
	color: #333;
	font-family: lato,sans-serif;
	font-size: 20px;
	line-height: 180%;
	list-style: outside none none;
	padding-bottom: 0px;
	padding-left: 0;
	position: relative;
	text-align: center;
}

.booking-form .contact-wrap-booking .name-wrap-b > div {
	float: left;
	width: 50%;
	padding-right: 20px;
}
.booking-form .contact-wrap-booking .name-wrap-b::after, .name-wrap-b::before {
	content: "";
	clear: both;
	display: table;
}
html .booking-form .contact-wrap-booking .name-wrap-down {
	padding-right: 0 ;
}

/*
.booking-form  .address-wrap-c > div {
	float: left;
	width: 50%;
	padding-right: 20px;
}
*/
.booking-form .address-wrap-c > div > div {
    float: left;
    width: 50%;
    padding-right: 20px;

}

html .booking-form .address-wrap-c .state-b , .country-b{
	padding-right: 0 !important;
}
html .booking-form .address-wrap .city-wrap-down-c {
	padding-right: 0 ;
}
.booking-form .contact-wrap-booking .name-wrap-b .surname {
	padding-right: 0;
}
.address-b::before, .address-b::after {
	content: "";
	display: block;
	clear: both;
}

html .booking-form .contact-wrap-booking .wpcf7-submit {
	background: #000 none repeat scroll 0 0 !important;
	border: medium none;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-family: lato;
	font-size: 20px !important;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 100%;
	margin: 16px 0 0;
	padding-bottom: 16px;
	padding-left: 47px !important;
	padding-right: 47px !important;
	padding-top: 15px !important;
	transition: all .2s ease 0s;
	vertical-align: middle;
	width: auto;
	border-radius: 0 !important;
	margin-top: 0px;
}

.booking-form .contact-wrap-booking .btn-wrap-c{
	position:relative;
	z-index: 1;
}
.booking-form .contact-wrap-booking .btn-wrap-c::after {
	border: 1px solid #ccc;
	bottom: auto;
	content: "";
	height: 51px;
	left: 4px;
	position: absolute;
	right: 0;
	top: 4px;
	width: 147px;
	z-index: -1;
}
.booking-form .contact-wrap-booking .wpcf7-submit:hover {
	background: #07246d none repeat scroll 0 0 !important;
	color: #fff !important;
}


html .booking-form .wpcf7-radio > span {
	margin-left: 0;
	margin-right: 20px;
	display: inline-block;
	vertical-align: top;
	line-height: 47px;
}
.wedding-form .radio {
	padding-bottom: 5px;
}

/*booking form terms and condition css*/

.booking-form .contact-wrap-booking #testb p {
	color: #6e7177;
	font-family: lato,sans-serif !important;
	line-height: 240%;
	list-style: outside none none;
	padding-bottom: 5px;
	padding-left: 0;
	position: relative;
	text-align: left;
	font-size: 14px !important;
	margin-bottom: 0;
	position: relative;
	text-transform: unset;
}


/*********Group holiday booking form css over********************/
/*7-12-2018*/
/*8-12-2018*/

/*extra page css*/

.extra-page .grve-text p,
.gite-1 .grve-text p,
.gite-2 .grve-text p,
.gite-3 .grve-text p{
	text-align: center;
	font-size: 18px;
	line-height: 170%;
}


html .booking-form #testb .contact-list {
	margin-bottom: 10px;
}
html .grve-section.extra-page {
	padding-bottom: 0;
}
html .grve-section.gite-1 {
	padding-bottom: 0;
}
html .grve-section.gite-2 {
	padding-bottom: 0;
}
.gite-1 .grve-box .grve-media{
	margin-bottom: 0 !important;
	position: relative;
	height: 400px;
	width: 100%;
	max-width: 100%;
	border: 1px solid #ddd;
	border-radius: 6px;
}

.gite-2 .grve-box .grve-media, .gite-3 .grve-box .grve-media {
	margin-bottom: 0 !important;
	position: relative;
	height: 600px;
	width: 100%;
	max-width: 100%;
	background-color: ;
	border: 1px solid #ddd;
	border-radius: 6px;
}
.gite-1 .grve-media img,
.gite-2 .grve-media img,
.gite-3 .grve-media img {
	border: 0 none;
	bottom: 0;
	display: block;
	height: auto;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	object-fit: cover;
}
.gite-1 .grve-box-content p,
.gite-2 .grve-box-content p,
.gite-3 .grve-box-content p{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin-top: 20px;/*10*/
	margin-bottom: 10px !important;
}

.gite-1 .grve-box.grve-align-left,
.gite-2 .grve-box.grve-align-left,
.gite-3 .grve-box.grve-align-left {
	padding: 15px;
	border-radius: 15px;
	margin-bottom: 40px;
	box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.1);
}
.gite-1 .vc_inner.vc_row-fluid:last-child .grve-box.grve-align-left,
.gite-2 .vc_inner.vc_row-fluid:last-child .grve-box.grve-align-left,
.gite-3 .vc_inner.vc_row-fluid:last-child .grve-box.grve-align-left {
	margin-bottom: 2px;
}

.extra-page .grve-image {
	margin-bottom: 0 !important;
	position: relative;
	height: 400px;
	width: 100%;
	max-width: 100%;
	padding: 15px;
	border-radius: 15px;
	margin-bottom: 40px;
	box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.1);
	background: transparent !important;
	border: 1px solid #eee;
}

.extra-page img {
	border: 0 none;
	bottom: 0;
	display: block;
	height: auto;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	padding: 15px;
	width: 100%;
}



/*extra page css over*/
/*8-12-2018*/
/*11-12-2018*/
/*new css for video in banner section*/
.wedding-video iframe {
    padding-top: 190px !important;
    background-color: #000;
}
.group-holiday-page-banner iframe {
    padding-top: 80px !important;
    background-color: #000;
}

/**/

/*17-12-2018*/

html .wedding-page .sy-slides-wrap {
	position: relative;
	height: 403px;
	width: 100%;
	background-color: #e5e5e5;
}

.history-desc .sy-slides-wrap {
	position: relative;
	height: 493px;
	width: 100%;
	background-color: #e5e5e5;
}
.wedding-history-page .sy-slides-wrap {
	position: relative;
	height: 493px;
	width: 100%;
	background-color: #e5e5e5;
}


/*toggle menu*/
body #grve-main-menu-responsive {
	-webkit-transform: translateX(100%)!important;
	-moz-transform: translateX(100%)!important;
	-ms-transform: translateX(100%)!important;
	-o-transform: translateX(100%)!important;
	transform: translateX(100%)!important;
}
.toggle_menu  #grve-main-menu-responsive {
	-webkit-transform: translateX(0)!important;
	-moz-transform: translateX(0)!important;
	-ms-transform: translateX(0)!important;
	-o-transform: translateX(0)!important;
	transform: translateX(0)!important;
}
html.toggle_menu {
	overflow: hidden;
}
/*togglemenu-css over*/
/*17-12-2018*/
/********************************************Holiday innerpage css over*******************************************************/




/* 3-11-18 */
.new-frame-block .cursor-popup-wrap.grange-ground-livingroom {
    right: 13px;
    left: auto;
    top: 13px;
    width: 209px;
    height: 326px;
}
.new-frame-block .cursor-popup-wrap.grange-floor-kitchen {
    left: 122px;
    top: 0;
    height: 186px;
    width: 215px;
}
.new-frame-block .cursor-popup-wrap.grange-floor-kitchen2 {
    left: auto;
    top: auto;
    bottom: 13px;
    right: 13px;
    height: 186px;
    width: 215px;
}
.new-frame-block .cursor-popup-wrap.grange-ground-bathroom1 {
    width: 102px;
    top: 13px;
    height: 117px;
    left: 14px;
}
.new-frame-block .cursor-popup-wrap.grange-ground-bathroom2 {
    top: 205px;
    left: 13px;
    width: 106px;
    height: 141px;
}
.new-frame-block .cursor-popup-wrap.grange-ground-livingroom2 {
    top: auto;
    bottom: 13px;
    left: 13px;
    width: 209px;
    height: 184px;
}


.new-frame-block .cursor-popup-wrap.grange-floor-bedroom5 {
    left: auto;
    right: 13px;
    top: 13px;
    width: 163px;
    height: 151px;
}
.new-frame-block .cursor-popup-wrap.grange-floor-bedroom7 {
    right: 13px;
    left: auto;
    top: 169px;
    width: 163px;
    height: 152px;
}
.new-frame-block .cursor-popup-wrap.grange-floor-bedroom10 {
    left: auto;
    right: 13px;
    top: auto;
    width: 161px;
    bottom: 13px;
    height: 183px;
}
.new-frame-block .cursor-popup-wrap.grange-floor-bedroom6 {
    width: 156px;
    height: 165px;
    left: 18px;
    top: 14px;
}
.new-frame-block .cursor-popup-wrap.grange-floor-bedroom8 {
    top: 184px;
    left: 21px;
    width: 152px;
    height: 152px;
}
.new-frame-block .cursor-popup-wrap.grange-floor-bedroom9 {
    bottom: 15px;
    top: auto;
    left: 13px;
    height: 165px;
    width: 161px;
}
.new-frame-block .cursor-popup-wrap.grange-floor-bathroom1 {
    left: 178px;
    top: 13px;
    width: 92px;
    height: 115px;
}
.new-frame-block .cursor-popup-wrap.grange-floor-bathroom2 {
    bottom: 14px;
    top: auto;
    left: 179px;
    width: 92px;
    height: 120px;
}
/*12-2-2019*/
html .main-title,
body #grve-page-title .grve-title ,
body #grve-post-title .grve-title {
	color: #000 !important;
	font-weight: bold;
	line-height: 120%;
	font-size: 40px;
    font-family: 'Alex', sans-serif;
    text-align:center;
	margin:-7px 0 50px !important;
	letter-spacing:normal;
	text-transform:uppercase;
	padding: 0 0 27px;
	position: relative;
}
html .main-title:before,
body #grve-page-title .grve-title:before ,
body #grve-post-title .grve-title:before{
	background: url("../images/sprite.png") no-repeat 0 -63px;
	bottom: 0;
	content: "";
	height: 10px;
	left: 0;
	margin:0 auto;
	max-width: 315px;
	position: absolute;
	right: 0;
	top:auto;
	width: 100%;
}
html #grve-page-title,
html #grve-page-title #grve-page-title-content {
	display: block;
	height: auto !important;
	min-height:0;
}
html #grve-page-title {
	margin: 0;
	padding: 60px 0 0;
}
body.single-post .main-title{
	padding-top:60px;
}
body #grve-main-content #grve-page-title + .grve-container.grve-right-sidebar,
body.single-post #grve-main-content .grve-container.grve-right-sidebar {
	padding-top: 0;
	margin-bottom:0;
}

html #grve-main-content #grve-sidebar {
	width: 28.6%!important;
	float: righ!importantt;
}
html #grve-main-content .grve-right-sidebar #grve-content-area,
html #grve-main-content .grve-right-sidebar #grve-post-area {
	float: left!important;
	padding-right: 42px!important;
}
html #grve-main-content .grve-left-sidebar #grve-content-area,
html #grve-main-content .grve-right-sidebar #grve-content-area,
html #grve-main-content .grve-right-sidebar #grve-post-area {
	width: 71.4%!important;
}
.grve-sidebar .widget {
	margin: 0 0 35px;
	padding: 18px;
	border: 1px solid #ddd;
}
.grve-sidebar .widget:last-child{
	margin-bottom:0;
}
.grve-sidebar .widget h5.grve-widget-title {
	margin: -18px -18px 18px !important;
	color: #fff !important;
	padding: 10px 18px;
	font-size: 22px !important;
	line-height: 30px;
	background:#222222;
	font-weight: normal;
}
.grve-sidebar .widget h5.grve-widget-title a{
	color: #fff;
}
.grve-sidebar .widget h5.grve-widget-title a:hover{
	color:rgba(255,255,255,0.6);
}
.grve-sidebar .grve-search input.error[type="text"] {
	border-color:#ff0000 !important;
}
.grve-sidebar .grve-search input[type="text"] {
	width: 100%;
	padding: 0 55px 0 20px;
	height: 46px;
	background: #fff;
	border: 1px solid #eaeaea !important;
	line-height: normal;
	font-size: 16px;
	color: #666 !important;
	box-shadow: none;
	background: #fff;
}
.grve-sidebar .grve-search button[type="submit"] i {
	font-size: inherit;
	color: inherit!important;
}
.grve-sidebar .grve-search button[type="submit"] {
	width: 46px;
	height: 46px;
	background: #222222;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	color: #fff;
	font-size: 26px !important;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 0 0;
	line-height: 46px;
	border: 0;
}
.grve-sidebar .grve-search button[type="submit"]:hover{
	background:#555;
}
.grve-sidebar .widget.widget_categories li,
.grve-sidebar .widget.grve-latest-news li {
	line-height: 30px;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #ccc;
	margin: 0 0 10px;
	font-size: 17px;
	color: #555;
	font-family: 'lato', sans-serif;
}
.grve-sidebar .widget.widget_categories li:last-child,
.grve-sidebar .widget.grve-latest-news li:last-child{
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:0;
}
.grve-sidebar .widget.widget_categories li a,
.grve-sidebar .widget.grve-latest-news li a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0 0 23px;
	color: #555 !important;
}
.grve-sidebar .widget.widget_categories li a::before ,
.grve-sidebar .widget.grve-latest-news li a::before {
	content: "››";
	display: block;
	position: absolute;
	left: 0;
	top: -2px;
	font-size: 22px;
	font-weight: bold;
}
.grve-sidebar .widget.widget_categories li a:hover,
.grve-sidebar .widget.widget_categories li.active a,
.grve-sidebar .widget.widget_categories li.current-cat a,
.grve-sidebar .widget.grve-latest-news li a.active,
.grve-sidebar .widget.grve-latest-news li a:hover,
.grve-sidebar .widget.grve-latest-news li.active a,
.grve-sidebar .widget.grve-latest-news li.current-cat a{
	color:#07246d!important;
}
body #grve-main-content .grve-container.grve-right-sidebar .grve-section:first-child{
	padding-top:0;
}
body #grve-main-content .grve-container.grve-right-sidebar .grve-section:last-child{
	padding-bottom:0;
}
html #grve-main-content .widget.widget_tag_cloud a {
	margin: 3px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 3px;
	padding: 0 10px;
	display: inline-block;
	vertical-align: top;
	line-height: 28px;
	font-family: 'lato', sans-serif;
	font-size: 14px !important;
	box-shadow: none;
	letter-spacing: normal;
	text-transform: none;
}
html #grve-main-content .widget.widget_tag_cloud a:hover,
html #grve-main-content .widget.widget_tag_cloud a.active{
	background:#07246d;
	color:#fff;
	border-color:#07246d;
}
.grve-sidebar .error-msg {
	color: #ff000;
	color: #ff0000;
	font-size: 14px;
	margin: 5px 0 0;
	line-height: 120%;
}
.blog_home_wrap li,
html #grve-post-area article.grve-single-post {
	padding: 25px;
	border: 1px solid #DDDDDD;
	list-style: none;
	margin: 0 0 30px;
}
.blog_home_wrap li:last-child,
html #grve-post-area article.grve-single-post:last-child {
	margin-bottom: 0;
}
.blog_home_wrap {
	margin: 0;
}

.pagination_wrap {
	margin-top:35px;
	text-align: center;
}
.pagination_wrap .pagination .page-numbers.current,
.pagination_wrap .pagination .page-numbers:hover {
	background:#000;
	color:#fff !important;
	border-color:#000;
}
.pagination_wrap .pagination .page-numbers {
	padding: 0 10px;
	min-width: 40px;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	text-align: center;
	line-height: 38px;
	height: 40px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border: 1px solid #EAEAEA;
	background: #fff;
	color: #444;
	font-size: 16px;
	font-family:'LuzSans-Book';
	cursor: pointer;
}
.pagination_wrap .pagination .page-numbers.prev,
.pagination_wrap .pagination .page-numbers.next{
	min-width:95px;
}
html #grve-main-content #grve-post-area .grve-media,
.blog_home_wrap li .blog_img {
	margin: 0 -25px 25px;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
.blog_home_wrap li .blog_img a{
	display:block;
}
html #grve-main-content #grve-post-area .grve-media img,
.blog_home_wrap li .blog_img img{
	display:block;
	margin:0 auto;
}
.blog_home_wrap .blog_title-section ,
.post-title .grve-post-title  {
	color: #333 !important;
	font-size: 28px !important;
	line-height: 120%;
	margin: 0 0 15px !important;
}
.blog_home_wrap .blog_title-section a {
	color: #333;
}
.blog_home_wrap .blog_title-section a:hover {
	color:#07246d;
}
.author-wrap ,
.grve-post-meta{
	font-size: 15px;
	line-height: 32px;
	margin-bottom:15px;
	color: #333;
}
.author-wrap a,
.grve-post-meta a {
	color: inherit;
}
.author-wrap a:hover,
.grve-post-meta a:hover {
	color:#000 !important;
}
.author-wrap > *,
.grve-post-meta > * {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px 0 0;
	margin: 0 20px 0 0;
	position: relative;
}
.author-wrap > *:last-child,
.grve-post-meta > *:last-child{
	padding-right:0;
	margin-right:0;
}
.author-wrap > *::before ,
.grve-post-meta > *::before {
	content: "|";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0.5;
}
.author-wrap > *:last-child:before,
.grve-post-meta > *:last-child:before{
	display:none;
}
.author-wrap .addtoany_shortcode,
.grve-post-meta .addtoany_shortcode {
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
}
.btn-wrap {
	margin-top: 30px;
}
.blog_excerpt_wrap .btn-wrap > * {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.btn-wrap .learn-more,
.btn-wrap .btn ,
html .grve-blog .grve-read-more{
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	padding: 0 30px;
	color: #fff !important;
	background: #000;
	line-height: 50px;
	margin-right: 5px;
	font-family: 'Lato', sans-serif;
}
.btn-wrap .learn-more:hover,
.btn-wrap .btn:hover,
html .grve-blog .grve-read-more:hover {
	color: #fff !important;
	background: #666;
}
.blog_excerpt_wrap .btn-wrap .addtoany_shortcode {
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
	line-height: 50px;
	position: relative;
}
.blog_excerpt_wrap .btn-wrap .addtoany_shortcode::before {
	content: "";
	display: block;
	position: ;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: #ccc;
	width: 1px;
	height: 30px;
	margin: auto;
}
.grve-sidebar .grve-widget.grve-comments li {
	margin: 0 0 10px;
	border-bottom: 1px dashed #ccc;
	padding: 0 0 10px;
	font-size: 15px;
	color: #666;
	line-height: 170%;
}
.grve-sidebar .grve-widget.grve-comments li:last-child {
	margin-bottom: 0;
	border-bottom:0;
	padding-bottom: 0;
}
.grve-sidebar .grve-widget.grve-comments li img{
	display:none;
}
.grve-sidebar .grve-widget.grve-comments li a {
	color: #000 !important;
}
.grve-sidebar .grve-widget.grve-comments li a:hover {
	color: #666 !important;
}
.grve-sidebar .grve-widget.grve-comments li .grve-comment-date {
	letter-spacing: normal;
	margin: 0;
	font-size: 12px !important;
	color: #666 !important;
	font-family: 'Lato', sans-serif;
}

.comment-form p {
	margin: 0 0 18px;
}
.comment-form p:last-child {
	margin-bottom: 0;
}
.comment-respond {
	margin: 40px 0 0;
	padding: 40px 0 0;
	border-top: 1px solid #DDDDDD;
	border-bottom:0;
}
html #grve-comments {
	padding: 0;
	border: 0;
	margin: 0;
}
html #grve-comments .grve-comments-number,
html #respond .comment-reply-title {
	margin: 0 0 20px !important;
	color: #000 !important;
	display: block;
	font-family:"Alex",sans-serif;
	font-size: 28px !important;
}
html #respond .comment-notes {
	line-height: 120%;
	font-size: 16px;
	color: #333;
	margin: 0 0 13px;
}
#respond input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="button"]),
#respond select,
#respond textarea {
	border: 1px solid #eaeaea !important;
	border-radius: 0 !important;
	box-shadow: none;
	color: #333 !important;
	background:#fff;
	display: block;
	font-family: 'Lato', sans-serif !important;
	font-size: 16px !important;
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
	resize: none;
	width: 100%;
}
#respond input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="button"]) ,
#respond select{
	height:50px;
	padding-top:0;
	padding-bottom:0;
}
#respond input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="button"]){
	line-height:normal;
}
#respond select{
	line-height:50px;
}
#respond textarea{
	height:120px;
	line-height:140%;
	padding-top:12px;
	padding-bottom:12px;
}
#respond input.error:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="button"]),
#respond select.error,
#respond textarea.error {
	border-color:#ff0000!important;
}
#respond .form-field{
	position:relative;
}
#respond label {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 16px !important;
	text-transform: none;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin: 14px 0 0 10px;
	padding: 0 5px;
	border: 1px solid transparent;
	border-radius: 3px;
	pointer-events: none;
}
#respond .value_focus label,
#respond .input_focus label {
	font-size: 12px !important;
	border-color: #eaeaea;
	margin-top: -10px;
	background: #fff;
}
[class*="grve-form-"]{
	position:relative;
}
.row-wrap:after,
[class*="grve-form-"]:after{
	clear: both;
	content:"";
	display:block;
}
.comment-form [class*="grve-form-"] {
	margin: 0 0 18px;
}
.comment-form [class*="grve-form-"] {
	margin: 0 0 18px;
}
.comment-form .row-wrap [class*="grve-form-"] {
	width: 49%;
	float: left;
}
.comment-form .row-wrap [class*="grve-form-"]:nth-child(2n+2){
	float:right;
}
.comment-form input[type="submit"] {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	font-size: 22px !important;
	height: 50px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	padding: 0 25px;
	min-width: 0;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	line-height: normal;
	background: #000;
}
.comment-form input[type="submit"]:hover{
	color:#fff;
	background:#555;
}
.comment-respond .woocommerce-error,
#wait_approval {
	border: 2px solid #ff0000;
	color: #ff0000;
	text-align: center;
	font-size: 15px;
	line-height: 140%;
	font-family: 'Lato', sans-serif;
	padding: 8px 15px;
	margin: 15px 0 0;
}
#wait_approval {
	color:#008000;
	border-color:#008000;
}
html #respond {
	margin-bottom:0;
}
.navigation:empty {
	display: none;
}
#grve-post-area .addtoany_shortcode .addtoany_list a {
	line-height: 28px;
}
html #grve-comments .grve-comment-item .avatar{
	display:none;
}
html #grve-comments .grve-comment-item {
	margin: 0 0 20px;
}
html #grve-comments .grve-comment-item:last-child {
	margin-bottom: 0;
}
html #grve-comments .grve-comment-item article.comment {
	padding: 0;
	position: relative;
	margin: 0 0 30px;
}
html #grve-comments .grve-comment-item article.comment:last-child {
	margin-bottom: 0;
}
html #grve-comments .grve-comment-item .grve-comment-content {
	padding: 0 0 58px;
	position: relative;
}
#grve-body .grve-btn.comment-reply-link {
	color: #fff;
	font-size: 16px !important;
	padding: 0 25px !important;
	line-height: 38px;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 5px;
	right: auto;
	top: auto;
	min-width: 0;
	font-family: 'Lato', sans-serif;
	text-transform: none;
	border: 0;
	letter-spacing: normal;
}
#grve-body .grve-btn.comment-reply-link:hover{
	color:#fff;
}
.grve-comment-content p {
	text-align: left;
	line-height: 150%;
	font-size: 15px;
}
.grve-comment-content p:nth-last-child(-n+2){
	margin-bottom:0;
}
html #grve-comments .grve-comment-item .grve-author {
	font-size: 20px !important;
	color: #333;
	margin: 0 0 7px !important;
	font-family: 'Lato', sans-serif;
}
html #grve-comments .grve-comment-item .grve-author a{
	color: #000;
}
html #grve-comments .grve-comment-item .grve-author a:hover{
	color: #072493;
}
html #grve-comments .grve-comment-item .grve-comment-date {
	font-size: 15px !important;
	margin: 0 0 8px;
	line-height: 120%;
	color: #666;
	font-family: 'Lato', sans-serif;
}
html #grve-comments .grve-comment-item .grve-comment-date a:hover{
	color: #072493;
}
html #grve-comments .grve-comment-item .grve-comment-date a {
	color: #666;
	pointer-events: none;
}
html #grve-comments .comment-respond {
	border: 0;
	padding: 0;
	margin: 0 0 30px;
}
html #grve-comments .comment-respond:last-child{
	margin-bottom:0;
}
html #respond .comment-reply-title small {
	float: right;
	font-size: inherit;
	letter-spacing: normal;
	margin: 0;
}
html #respond .comment-reply-title small a {
	color: #666;
	font-size: 18px;
	line-height: 180%;
	display: inline-block;
	vertical-align: top;
	font-family: 'Lato', sans-serif;
	text-transform: none;
}
html #respond .comment-reply-title small a:hover{
	color:#000;
}
.comment-form #error {
	display: block;
	color: #ff0000;
	font-size: 14px;
	margin-top: 3px;
	line-height: 120%;
}
.comment-form #error.err {
	border: 2px solid #ff0000;
	color: #ff0000;
	text-align: center;
	line-height: 140%;
	padding: 8px 15px;
	font-size: 15px;
	margin: 20px 0 0 0;
}
.comment-form .form-submit {
	margin: 0;
}
#grve-tags-categories .grve-tags li,
#grve-tags-categories .grve-categories li {
	font-size: 15px;
	color: #333;
	line-height: 140%;
	text-transform: none;
}
#grve-tags-categories .grve-tags li:after,
#grve-tags-categories .grve-categories li:after {
	display:inline;
}
html #grve-comments .children .grve-comment-content {
	margin-top: 0;
}
html #grve-tags-categories {
	display: none;
}
.grve-widget.grve-latest-news .grve-latest-news-date:empty{
	display:none;
}
.grve-section.blog-page-section:last-child {
	margin-bottom: 0;
}
html #grve-main-content .grve-right-sidebar #grve-sidebar {
	float: right !important;
}
html #grve-post-content:last-child {
	margin-bottom: 0;
}
html #grve-meta-social-responsive.grve-meta-social-default,
html #grve-portfolio-area #grve-social-share-responsive {
	display: none;
}
html .single-post #grve-post-content,
html .grve-column-1 .grve-large-media .grve-post-content {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
html .grve-blog.grve-large-media .grve-blog-item {
	border-bottom: 1px solid #ccc;
	padding: 0 0 40px;
	margin: 0 0 40px;
}
html .grve-blog.grve-large-media .grve-blog-item:last-child {
	border-bottom:0;
	padding-bottom: 0;
	margin-bottom: 0;
}
html #grve-main-content .grve-blog.grve-large-media .grve-post-title {
	font-size: 30px !important;
	margin: 0 0 15px !important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	color: #000 !important;
}
html #grve-main-content .grve-blog.grve-large-media .grve-post-title:hover {
	color: #555 !important;
}
html .grve-blog .grve-read-more {
	letter-spacing: normal;
	font-size: 20px !important;
	font-weight: normal;
	text-transform: none;
}
.search-results #grve-page-title .grve-title span::before {
	content: "Search Results for :";
}
.search-results #grve-page-title .grve-description {
	display: none !important;
}
#grve-page-title + .grve-container .grve-section:first-child {
	padding-top: 0;
}
html .grve-blog .grve-post-meta .grve-post-author, html .grve-blog .grve-post-meta .grve-post-date {
	float: none;
	line-height: inherit;
	white-space: nowrap;
	font: inherit !important;
	margin-right:13px;
}

html #grve-post-content h1 {
	font-size: 35px !important;
	margin-bottom: 20px !important;
}
html #grve-post-content h2 {
	font-size: 30px !important;
	margin-bottom: 20px !important;
}
html #grve-post-content h3 {
	font-size: 25px !important;
	margin-bottom: 20px !important;
}
html #grve-post-content h4 {
	font-size: 20px !important;
	margin-bottom: 20px !important;
}
html #grve-post-content h5 {
	font-size: 18px !important;
	margin-bottom: 20px !important;
}
html #grve-post-content h6 {
	font-size: 16px !important;
	margin-bottom: 20px !important;
}
html #grve-single-media .grve-media {
	margin-bottom: 20px;
}
html #grve-single-media .grve-media:last-child {
	margin-bottom:0;
}
.grve-single-post {
	padding: 0 0 30px;
	margin: 0 0 40px;
	border-bottom: 1px solid #ddd;
}
.grve-single-post:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom:0;
}
#grve-single-media {
	margin-bottom: 20px;
}
#grve-single-media:last-child{
	margin-bottom: 0;
}


/*---11-03-2019*----*/
.floor-page::after {
	display: none;
}
.floor-plan-text {
	margin: -40px 0 57px;
}


.g-recaptcha > div {
	border: 1px solid transparent;
	border-radius: 4px;
}
.g-recaptcha.wpcf7-not-valid > div {
	border-color: red;
}
.contact-wrap-booking .captcha-div {
	display: block;
	margin-bottom: 10px;
}
.package-form-section .captcha-div {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	margin-top: 10px;
	text-align: center;
}
.package-form-section .captcha-div .g-recaptcha > div {
	display: block;
	margin: auto;
}

.wedding-form .captcha-div {
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
}
#epicwin_subscription .g-recaptcha > div {
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	display: block;
	margin-bottom: 5px;
}


@media only screen and (min-width: 768px) and (max-width: 1024px){
.new-frame-block .cursor-popup-wrap.grange-ground-livingroom {
  height: 253px;
  right: 10px;
  top: 10px;
  width: 163px;
}
.new-frame-block .cursor-popup-wrap.grange-ground-bathroom1 {
  height: 90px;
  left: 11px;
  top: 11px;
  width: 79px;
}
.new-frame-block .cursor-popup-wrap.grange-floor-kitchen {
  height: 155px;
  left: 122px;
  top: 0;
  width: 115px;
}
.new-frame-block .cursor-popup-wrap.grange-ground-bathroom2 {
  height: 110px;
  left: 11px;
  top: 160px;
  width: 81px;
}
.new-frame-block .cursor-popup-wrap.grange-ground-livingroom2 {
  bottom: 11px;
  height: 142px;
  left: 11px;
  width: 162px;
}
.new-frame-block .cursor-popup-wrap.grange-floor-kitchen2 {
  bottom: 11px;
  height: 144px;
  right: 11px;
  width: 166px;
}


.new-frame-block .cursor-popup-wrap.grange-floor-bedroom6 {
  height: 127px;
  left: 14px;
  top: 11px;
  width: 120px;
}
.new-frame-block .cursor-popup-wrap.grange-floor-bedroom5 {
  height: 117px;
  right: 11px;
  top: 10px;
  width: 125px;
}
.new-frame-block .cursor-popup-wrap.grange-floor-bedroom7 {
  height: 117px;
  right: 11px;
  top: 132px;
  width: 125px;
}
.new-frame-block .cursor-popup-wrap.grange-floor-bedroom10 {
  bottom: 11px;
  height: 141px;
  right: 11px;
  width: 124px;
}
.new-frame-block .cursor-popup-wrap.grange-floor-bedroom8 {
  height: 117px;
  left: 17px;
  top: 144px;
  width: 117px;
}
.new-frame-block .cursor-popup-wrap.grange-floor-bedroom9 {
  bottom: 12px;
  height: 128px;
  left: 10px;
  width: 124px;
}
.new-frame-block .cursor-popup-wrap.grange-floor-bathroom1 {
  height: 88px;
  left: 139px;
  top: 11px;
  width: 70px;
}
.new-frame-block .cursor-popup-wrap.grange-floor-bathroom2 {
  bottom: 11px;
  height: 92px;
  left: 140px;
  top: auto;
  width: 70px;
}

/*---11-03-2019*----*/
.floor-plan-text {
	margin: -30px 0 36px;
}


}



@media only screen and (max-width: 767px){
.new-frame-block .cursor-popup-wrap.grange-ground-livingroom {
  height: 209px;
  right: 9px;
  top: 9px;
  width: 134px;
}
.new-frame-block .cursor-popup-wrap.grange-floor-kitchen {
  height: 128px;
  left: 79px;
  top: 0;
  width: 118px;
}
.new-frame-block .cursor-popup-wrap.grange-floor-kitchen2 {
  bottom: 9px;
  height: 119px;
  left: auto;
  right: 9px;
  top: auto;
  width: 138px;
}
.new-frame-block .cursor-popup-wrap.grange-ground-bathroom1 {
  height: 74px;
  left: 9px;
  top: 9px;
  width: 66px;
}
.new-frame-block .cursor-popup-wrap.grange-ground-bathroom2 {
  height: 92px;
  left: 9px;
  top: 132px;
  width: 68px;
}
.new-frame-block .cursor-popup-wrap.grange-ground-livingroom2 {
  bottom: 9px;
  height: 142px;
  left: 9px;
  top: auto;
  width: 134px;
}


.new-frame-block .cursor-popup-wrap.grange-floor-bedroom5 {
  height: 96px;
  right: 9px;
  top: 9px;
  width: 104px;
}
.new-frame-block .cursor-popup-wrap.grange-floor-bedroom7 {
  height: 96px;
  right: 9px;
  top: 110px;
  width: 104px;
}
.new-frame-block .cursor-popup-wrap.grange-floor-bedroom10 {
  bottom: 9px;
  height: 118px;
  right: 9px;
  width: 102px;
}
.new-frame-block .cursor-popup-wrap.grange-floor-bathroom2 {
  bottom: 9px;
  height: 77px;
  left: 116px;
  width: 58px;
}
.new-frame-block .cursor-popup-wrap.grange-floor-bedroom9 {
  bottom: 10px;
  height: 106px;
  left: 9px;
  top: auto;
  width: 102px;
}
.new-frame-block .cursor-popup-wrap.grange-floor-bedroom8 {
  height: 97px;
  left: 14px;
  top: 119px;
  width: 97px;
}
.new-frame-block .cursor-popup-wrap.grange-floor-bedroom6 {
  height: 106px;
  left: 12px;
  top: 9px;
  width: 99px;
}
.new-frame-block .cursor-popup-wrap.grange-floor-bathroom1 {
  height: 73px;
  left: 115px;
  top: 9px;
  width: 58px;
}

/*---11-03-2019----*/

.floor-plan-text {
	margin: -20px 0 36px;
}



}


@media only screen and (max-width: 480px){
	.g-recaptcha > div {
		transform: scale(0.83);
		-webkit-transform: scale(0.83);
		-moz-transform: scale(0.83);
		-ms-transform: scale(0.83);
		-o-transform: scale(0.83);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-o-transform-origin: 0 0;
	}
	.captcha-div
	{
		text-align: center;
		width: 252px;
		margin-left: auto;
		margin-right: auto;
	}
	.holiday-contact .form-btn button
	{
		margin-top: 0px !important;
	}
	html .holiday-contact form .captcha-div .data {
	text-align: center;
	padding: 0 0 13px !important;
	margin-top: -17px;
}
.holiday-contact .validation.custom-error {
	padding: 5px 10px;
	line-height: 150%;
}


}

footer .form-btn {
	position: relative;
	z-index: 1;
	width: 48%;
	margin-left: auto;
	margin-right: auto;
	display: table;
	text-align: center;
	z-index: 0;
}
.holiday-contact .form-btn .ajax-loader {
	position: absolute;
}
.single-post .comment-form .recpatcha-comments {
	margin-bottom: 18px;
}
.holiday-contact .err-wrap {
	margin: 0 auto;
	width: 100%;
}
.holiday-contact .err-wrap .wpcf7-validation-errors {
	padding: 9px 15px 11px;
}


/********************contact-from css-01-05-2020*****************/

html .error .data{
	font-size: 13px !important;
	color: #ff0000;
	text-transform: capitalize !important;
	letter-spacing: normal;
	padding-top: 3px;
}
html  form .wpcf7-form-control-wrap .wpcf7-form-control.error-form {
	border-color: red !important;
}
html form .captcha-div > div > div {
	text-align: center;
	margin: 0 auto 5px;
}
html  form .captcha-div.error-form > div > div {
	border: 1px solid red;
}
html form .captcha-div .data {
	text-align: center;
	padding: 0 0 5px !important;
}
.form-btn button {
	background-color: #000;
	color: #fff;
	width: 146px;
	height: 50px;
	font-size: 20px;
	font-family: 'lato', sans-serif;
	text-transform: uppercase;
	margin-top: 20px;
	cursor: pointer;
}
.form-btn button:hover
{
	background-color: #fff;
	color: #000;
	border:1px solid #000;
}
 .form-btn
{
	width: 100%;
	text-align: center;
}
 .validation.custom-error {
	border: 1px solid red;
	color: red;
	margin-top: 20px;
}

.pop-veri {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	max-height: none;
	min-height: auto;
	z-index: 15000000;
}
.pop-veri::after {
	content: ;
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0, .6);
	z-index: 0;
}
.popup-contact #grve-main-content {
	z-index: 1500;
}
.popup-contact .popup-data {
	position: absolute;
	z-index: 21;
	background-color: #fff;
	max-width: 800px;
	width: 90%;
	max-height: 490px;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	padding: 80px 30px;
}
.popup-contact #grve-main-content {
	z-index: 1500;
}
.pop-veri .title {
	font-size: 22px !important;
	color: #333 !important;
	margin-bottom: 30px !important;
}
.pop-veri p {
	text-align: center;
}
.pop-veri p input {
	margin-top: 35px !important;
}
.pop-veri .close-data {
	position: absolute;
	right: -20px;
	top: -20px;
	background-color: red;
	border-radius: 100%;
	height: 40px;
	width: 40px;
	font-size: 0;
	cursor: pointer;
}
.pop-veri .close-data::after, .pop-veri .close-data::before {
	width: 2px;
	height: 20px;
	background-color: #fff;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pop-veri .close-data::after
{
-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pop-veri .verify-image {
	width: 283px;
	height: 177px;
	display: block;
	background: url(https://www.groupaccommodationfrance.com/wp-content/uploads/2020/05/popup-logo-1.png) no-repeat;
	font-size: 0;
	margin: auto;
	cursor: pointer;
}
.pop-veri p br {
	display: none;
}
#grve-inner-header {
	top: 0 !important;
}
.pop-veri p .ajax-loader {
	position: absolute !important;
	bottom: 20px;
}
input[disabled="disabled"] {
	opacity: .7;
	pointer-events: none;
}
.error-smart
{
	color: red !important;
}
.verify-image.verified-form::after {
	background: url(https://www.groupaccommodationfrance.com/wp-content/uploads/2020/05/right-icon.png);
	content: ;
	content: '';
	position: absolute;
	top: -10px;
	right: -10px;
	width: 25px;
	height: 25px;
	left: 0;
	right: -271px;
	margin: auto;
}
.message-show .pop-veri input {
	margin-left: 0 !important;
}
.message-show .wpcf7-mail-sent-ok {
	font-size: 20px !important;
	position: absolute;
	top: 50px;
	left: 0;
	margin-top: 0;
	right: 0;
	max-width: 560px;
	width: 90% !important;
	margin-left: auto;
	margin-right: auto;
}
.message-show .holiday-contact  .wpb_column.grve-column-1,
.message-show .wpcf7-form {
	padding-top: 110px !important ;
}
/********************portpasswrod*******/
.post-password-required form.post-password-form {
	padding: 80px 0px;
	max-width: 940px;
	margin: auto;
	text-align: center;
}
.post-password-required form.post-password-form p {
	text-align: center;
	margin-bottom: 0;
	font-size: 26px;
	line-height: 130%;
}
.post-password-required form.post-password-form input[type="password"] {
	border: 1px solid #e7e7e7 !important;
	border-radius: 4px !important;
	padding: 12px 20px;
	height: 50px;
	max-width: 700px;
	display: block;
	margin: 10px auto 0px;
	box-shadow: none;
	color: #000 !important;
}
.post-password-required form.post-password-form input[type="submit"] {
	background-color: #000;
	font-size: 20px !important;
	font-family: 'lato', sans-serif !important;
	padding: 0;
	height: 50px;
	width: 160px;
	letter-spacing: normal;
	font-weight: normal;
	border: 1px solid #000 !important;
}
.post-password-required form.post-password-form input[type="submit"]:hover {
	background-color: #fff;
	color: #000;
}
.post-password-required form.post-password-form label {
	font-size: 16px !important;
	line-height: 120%;
	padding: 25px 0 23px !important;
	display: block;
}
/*
font-family: 'lato', sans-serif;
font-family: 'Alex', sans-serif;
*/
