@font-face {
    font-family: 'Playball';
    src: url('../fonts/Playball.ttf');
}
@font-face {
    font-family: 'AvantGarde BK BT';
    src: url('../fonts/AVGARDN_2.TTF');
}

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;
}
*::-moz-selection {
	color: #fff;
	background:#d75f85;
}
*::-webkit-selection {
	color: #fff;
	background:#d75f85;
}
*::-webkit-input-placeholder { 
	color: #666;
	opacity:1;
}
*:-moz-placeholder { 
	color: #666;
	opacity:1;
}
*::-moz-placeholder { 
	color: #666;
	opacity:1;
}
*:-ms-input-placeholder { 
	color: #666;
	opacity:1;
}
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;
}
ul, ul li, ol, li {
	list-style: outside none none;
	font-family: 'Lato', sans-serif;
}
body ul {
	margin:0;
	padding:0;
}
a {
	outline: none;
	color:#000;
}
a:hover {
	color:#af2426;
}
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: 'Playball';
	line-height:120%;
	color:#333;
	font-weight: normal;
	margin:0 0 15px;
}
h2.grve-title-no-line, body.category h2.grve-title {
  padding-bottom: 32px;
}
body h2.grve-title-no-line::after, body.category h2.grve-title::after {
  background: url("../images/title-border.png") no-repeat;
  bottom: 0;
  content: "";
  height: 18px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: auto;
  width: 107px;
  z-index: 9;
}
h2 b {
  color: #d75f8f;
}
body h1 { font-size: 45px;}
body h2 { font-size: 40px;}
body h3 { font-size: 36px;}
body h4 { font-size: 28px;}
body h5 { font-size: 20px;}
body h6 { font-size: 15px;}
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: #333333;
  font-size: 16px;
  line-height: 160%;
  margin: 0 0 15px;
  padding: 0;
  text-align: justify;
}
body .grve-element {
  margin: 0 0 7px;
}
body p:empty{
	margin:0;
	line-height:0;
}
body p:last-child{
	margin-bottom: 0;
}
p strong {
	font-weight: bold;
}
.a-left{
	text-align:left;
}
.a-right{
	text-align:right;
}
.a-center{
	text-align:center;
}
label em {
	color: #ff0000;
	display: inline-block;
	font-style: normal;
	vertical-align: top;
	margin-left:5px;
}
.hidden{
	display:none!important;
}
.container:after{
	content:"";
	display:block;
	clear:both;
}
.container{
	width:100%;
	max-width:1200px;
	padding-left:15px;
	padding-right:15px;
	margin:0 auto;
	position:relative;
	float:none;
}
body .container .container{
	width:100%;
	max-width:100%;
}
/*scroll Hide*/
html.no-scroll{
	overflow: hidden;
}
html.no-scroll body {
	overflow: hidden;
	height:100%;
}
/*Default-CSS close*/
/*Gapping*/
.grve-container .grve-section.section-gapping {
	padding-bottom: 60px;
	padding-top: 60px;
}

/*Gapping close*/

/************* button *************/
body#grve-body .grve-section .custom-btn {
  background-color: #d75f85;
  border: 1px solid #d75f85;
  border-radius: 5px;
  color: #fff !important;
  display: inline-block;
  font-family: Lato, sans-serif;
  font-size: 18px !important;
  font-weight: 600;
  height: 51px;
  letter-spacing: 0;
  line-height: 51px;
  padding: 0;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  transform: perspective(1px) translateZ(0px);
  transition-duration: 0.3s;
  transition-property: color;
  vertical-align: middle;
  width: 130px;
}
.custom-btn::before {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  width: 100%;
  z-index: -1;
}
body#grve-body .grve-section .custom-btn:hover{
  cursor:pointer;
  color: #d75f85 !important;
}
.custom-btn:hover::before {
  transform: scale(1);
  cursor:pointer;
}
/************* button *************/
/********************************* Default-CSS close ****************/


/******************************************************* HEADER ***********************************************/
#grve-header {
  left: 0;
  right: 0;
  top: 0;
  background-color: transparent;
}
.header-wrap {
  left: 0;
  position: absolute;
  right: 0;
}
#grve-body #grve-header[data-logo-align="left"] .grve-logo {
    display: table;
    margin: auto !important;
    float: none;
    left: 0;
    right: 0;
    width: 280px;
    pointer-events: none;
}
#grve-top-bar {
  background-color: transparent !important;
  border: medium none;
  margin-top: 15px;
}
#grve-header.grve-default #grve-inner-header, #grve-header.grve-default[data-sticky-header="shrink"] {
  background-color: transparent !important;
  height: 60px;
  line-height: 60px;
  margin-top: 20px;
}
#grve-header.grve-header-sticky #grve-inner-header, #grve-header.grve-default[data-sticky-header="shrink"] {
  margin-top: 0;
}
header #grve-top-bar ul.grve-bar-content li {
  border-left: medium none;
  padding-left: 25px;
  position: relative;
}
header #grve-top-bar ul.grve-bar-content.grve-right-side li {
  padding-left: 30px;
}
header #grve-top-bar ul.grve-bar-content li + li {
  display: none;
}
header #grve-top-bar ul.grve-bar-content li::before {
  background: rgba(0, 0, 0, 0) url("../images/sprite.png") repeat scroll 0 0;
  content: "";
  height: 28px;
  left: 0;
  position: absolute;
  width: 27px;
  top: 0;
  bottom: 0;
  margin: auto;
}
header #grve-top-bar ul.grve-bar-content.grve-right-side li::before {
  background-position: 0 -38px;
  height: 28px;
  width: 30px;
}
header #grve-top-bar a {
  color: #fff;
  font-family: "AvantGarde BK BT";
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
}
header #grve-top-bar a:hover {
  color: #af2426;
}
#grve-top-bar .grve-bar-content.grve-left-side, #grve-top-bar .grve-bar-content.grve-right-side {
  border-right: medium none;
}
body#grve-body #grve-header #grve-inner-header .grve-logo img {
  max-height: 100%;
  pointer-events: all;
  cursor: pointer;
}
#grve-inner-header nav {
  background-color: #d75f8f;
  float: none;
  position: relative;
  width: 100%;
}
#grve-inner-header nav::before {
  background: url("../images/menu-left1.png") no-repeat;
  bottom: 0;
  content: "";
  height: 69px;
  margin: auto;
  position: absolute;
  right: 100%;
  width: 1041px;
}
#grve-inner-header nav::after {
  background: url("../images/menu-right1.png") no-repeat;
  bottom: 0;
  content: "";
  height: 69px;
  left: 100%;
  position: absolute;
  width: 1041px;
}
#grve-header #grve-main-menu ul li:nth-child(3)::after, #grve-header #grve-main-menu ul li:last-child::after {
  display: none;
}
#grve-header #grve-main-menu > ul {
  text-align: right;
}
#grve-header #grve-main-menu ul li::after {
  background-color: #cd3874;
  bottom: 0;
  box-shadow: 2px 0 0 rgba(214, 113, 156, 0.65);
  content: "";
  height: 15px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
}
#grve-header[data-menu-align="right"][data-menu-type="simply"] #grve-main-menu > ul > li {
  padding: 0 30px;
}
#grve-header[data-menu-align="right"][data-menu-type="simply"] #grve-main-menu > ul > li:first-child, #grve-header[data-menu-align="right"][data-menu-type="simply"] #grve-main-menu > ul > li:nth-child(2), #grve-header[data-menu-align="right"][data-menu-type="simply"] #grve-main-menu > ul > li:nth-child(3) {
  padding: 0 50px;
}
body #grve-header[data-menu-align="right"][data-menu-type="simply"] #grve-main-menu > ul > li:first-child {
  padding: 0 50px 0 0;
}
#grve-header[data-menu-align="right"][data-menu-type="simply"] #grve-main-menu > ul > li:last-child {
  padding-right: 0;
}
#grve-header #grve-main-menu > ul > li:first-child, #grve-header #grve-main-menu > ul > li:nth-child(2), #grve-header #grve-main-menu > ul > li:nth-child(3) {
  float: left;
}
body #grve-header #grve-main-menu > ul > li > a {
  color: #fff !important;
  font-family: avantgarde bk bt;
  font-size: 15px;
  font-weight: bold;
  text-transform: capitalize;
  position: relative;
}
body #grve-header #grve-main-menu > ul > li > a:hover, body #grve-header #grve-main-menu > ul > li.current-menu-item > a, body #grve-header #grve-main-menu > ul > li > ul li.current-menu-item > a, body #grve-header #grve-main-menu > ul > li.current-menu-parent > a {
  color: #000 !important;
}
#grve-body #grve-header #grve-main-menu ul li ul li a {
  color: #fff;
  font-family: avantgarde bk bt;
  font-size: 14px;
  text-transform: capitalize;
}
#grve-header #grve-main-menu ul li.menu-item-has-children a::before {
  content: "";
  font-family: fontawesome;
  position: absolute;
  right: -15px;
  top: 1px;
}
#grve-header #grve-main-menu ul li.menu-item-has-children ul li a::before {
  display: none;
}
#grve-header #grve-main-menu ul li ul li {
  line-height: 40px;
  min-width: 180px;
  padding: 0;
  text-align: left;
  display: block;
}
#grve-header #grve-main-menu ul li ul li::after {
  display: none;
}
#grve-header.grve-default #grve-main-menu ul li ul li a {
  background-color: #d75f8f;
  border-bottom: 1px solid #fff;
  display: block;
  letter-spacing: 0.03em;
  line-height: 1.2em;
  padding: 14px 10px;
  transition: all 0.3s ease-in-out 0s;
}
#grve-body #grve-header.grve-default #grve-main-menu ul li ul li a:hover {
  background: #d75f8f none repeat scroll 0 0;
  color: #000;
}

/******************************************************* FOOTER ***********************************************/
.grve-top-btn.grve-icon-nav-up.show {
  background-color: #af2426;
  border: 2px solid #ca8909;
  color: #ca8909;
  font-weight: bold;
  height: 40px;
  line-height: 36px;
  width: 40px;
}
.grve-top-btn.grve-icon-nav-up.show:hover {
  color: #af2426;
  background-color: #ca8909;
  border: 2px solid #af2426;
}
#grve-footer > a {
  display: inline-block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -35px;
  width: 250px;
  z-index: 5;
}
footer #grve-footer-area {
  background: url("../images/footer-bg.png") no-repeat center center / cover ;
  overflow: visible;
  position: relative;
}
footer #grve-footer-area::before {
  background: url("../images/footer-top-border1.png") no-repeat 0 0;
  content: "";
  height: 51px;
  left: 0;
  position: absolute;
  right: 0;
  top: -51px;
  width: 100%;
  background-size: 100% 100%;
  z-index: 5;
}
footer #grve-footer-area::after {
  background: url("../images/footer-logo.png") no-repeat;
  bottom: 100%;
  content: "";
  height: 65px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -35px;
  width: 250px;
  display: none;
}
footer h5 {
  color: #fff !important;
  font-size: 30px;
  margin-bottom: 25px !important;
  padding: 0 0 15px;
  position: relative;
  text-align: left;
  width: 100%;
}
footer h5::after {
  background-color: #231f20;
  bottom: 0;
  box-shadow: 0 1px 0 rgba(65, 78, 82, 0.65);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
footer #grve-footer-area .grve-column-1-3 {
  padding: 0 32px;
}
footer #grve-footer-area .grve-column-1-3:first-child {
  padding-left: 0;
  width: 29%;
  z-index: 9;
}
footer #grve-footer-area .grve-column-1-3:nth-child(2) {
  width: 36.6666%;
}
footer #grve-footer-area .grve-column-1-3:last-child {
  padding-right: 0;
}
#grve-footer-area .widget ul.menu li {
  margin-bottom: 3px;
  padding-left: 20px;
  position: relative;
}
#grve-footer-area .widget ul.menu li::before {
  background: url("../images/sprite.png") no-repeat 0 -79px;
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 9px;
  height: 8px;
}
#grve-footer-area .widget ul.menu li:hover::before, #grve-footer-area .widget ul.menu li.current-menu-item::before, footer #grve-footer-area .widget li.current-menu-parent::before {
  background-position: 0 -96px;
}
#grve-body #grve-footer-area .widget li a {
  color: #fff;
  font-size: 16px;
  padding: 0;
}
#grve-footer-area .grve-contact-info ul li {
  line-height: 1.2;
  margin-bottom: 20px;
  padding-left: 35px;
  position: relative;
}
#grve-footer-area .grve-contact-info ul li.grve-address {
  font-size: 16px;
}
#grve-footer-area .grve-contact-info ul li b {
  display: block;
  font-weight: bold;
}
footer #grve-footer-area .widget li a:hover, 
#grve-footer-area .widget li > a:hover, 
#grve-footer-area .widget li.current-menu-item > a, 
footer #grve-footer-area .widget li.current-menu-parent > a {
  color: #af2426 !important;
}
#grve-footer-area .grve-contact-info ul li, #grve-footer-area .grve-contact-info ul li a {
  color: #fff;
  font-size: 15px;
}
.grve-widget.grve-contact-info li.grve-address {
  max-width: 325px;
}
.grve-widget.grve-contact-info li::before {
  content: "";
  position: absolute;
  left: 0;
}
.grve-widget.grve-contact-info li.grve-address::before {
  content: "";
  font-size: 25px;
  top: -2px;
}
.grve-widget.grve-contact-info li.grve-phone::before, .grve-widget.grve-contact-info li.grve-mobile-number::before {
  content: "";
  font-size: 25px;
  bottom: -5px;
}
.grve-widget.grve-contact-info li.grve-email::before {
  background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll 0 -112px;
  content: "";
  height: 12px;
  width: 19px;
  top: 3px;
}
footer #grve-footer-area .grve-column-1-3:last-child .textwidget img {
  width: 100%;
  border: 5px solid #4f4f4f;
}
footer #grve-footer-bar {
  background-color: #000;
}
body footer#grve-footer .grve-copyright, body footer#grve-footer .grve-copyright a {
  color: #fff;
  font-family: lato, sans-serif;
  font-size: 15px !important;
  font-weight: normal;
  text-transform: capitalize !important;
}
body footer#grve-footer .grve-copyright a:hover {
  color: #af2426	;
}
.widget.widget_nav_menu li.menu-item-has-children a {
  position: relative;
}
.widget.widget_nav_menu li.menu-item-has-children a::after {
  content: "";
  font-family: fontawesome;
  position: absolute;
  right: -15px;
  top: -2px;
}
.widget.widget_nav_menu li.menu-item-has-children:hover a::after, .widget.widget_nav_menu li.menu-item-has-children ul li a::after {
  display: none;
}
.widget.widget_nav_menu .menu > li > ul.sub-menu {
  background-color: #d75f8f;
  border-radius: 5px;
  display: none;
  padding: 10px;
  position: absolute;
  right: -42px;
  top: -20px;
  width: 230px;
  z-index: 99;
}
.widget.widget_nav_menu .menu > li > ul.sub-menu::after {
  border-color: transparent #d75f8f;
  border-style: solid;
  border-width: 7.5px 9px 7.5px 0;
  content: "";
  height: 0;
  left: -9px;
  margin: auto;
  position: absolute;
  top: 18px;
  width: 0;
}
.widget.widget_nav_menu li:hover > ul.sub-menu {
  display: block;
}
#grve-footer-area .widget ul.menu li ul li::before {
  bottom: auto;
  top: 10px;
}
#grve-footer-area .widget ul.menu li ul li {
  line-height: 1.5;
}
#grve-footer-area .widget li ul li a {
  color: #fff;
}

/******************************************************* HOME PAGE ***********************************************/

/**************************** BANNER *************************/
#grve-main-content .wpb_revslider_element.wpb_content_element {
  margin-bottom: 0;
}
#grve-main-content .grve-section.home-slider {
  padding-top: 0;
  padding-bottom: 0;
}
.tp-caption {
  right: 0;
  width: 70%;
  text-align: center;
}
.tp-caption h1 {
  color: #fff !important;
  font-size: 60px !important;
  margin-bottom: 20px !important;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.65), 0 0 4px rgba(0, 0, 0, 0.65);
}
.tp-caption h2 {
  color: #fff !important;
  position: relative;
  padding-bottom: 32px;
}
.tp-caption > h2::after {
  background: url("../images/title-border.png") no-repeat;
  bottom: 0;
  content: "";
  height: 18px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: auto;
  width: 107px;
  z-index: 9;
}
.tp-caption p {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.65);
}
.tp-leftarrow, .tp-rightarrow {
  display: none;
}
body .tp-bannershadow.tp-shadow2 {
  display: none;
}
#grve-main-content .grve-section {
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

/**************************** WELCOME SECTION *************************/
#grve-main-content .grve-section.welcome-section, #grve-main-content .grve-section.video-section {
  background-color: #fff;
}
.welcome-section .grve-text {
  margin-bottom: 25px;
}
body#grve-body .grve-section.welcome-section .custom-btn {
  width: 145px;
}
.welcome-section p {
  text-align: center;
  line-height: 1.9;
}

/**************************** PRODUCT SECTION *************************/
.product-section h2 {
  margin-bottom: 45px !important;
}
#grve-main-content .grve-section.product-section {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background-color: #f1f1f1;
}
.product-carousel .owl-item {
  float: left;
  border: 1px solid #ccc;
  padding: 5px;
}
.product-section  li {
  position: relative;
}
.product-inner-img {
  min-height: 288px;
  position: relative;
  text-align: center;
  background-color: #e1e1e1;
}
.product-inner-img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.product-detail {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 30px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.product-detail:hover {
  background-color: rgba(215, 95, 143, 0.9);
  cursor: pointer;
  transition: 0.2s all ease-in;
}
.product-detail h4 {
  font-family: lato,sans-serif;
  font-size: 14px;
  line-height: 50px;
  margin-bottom: 0 !important;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: bold;
}
.product-detail h4 a {
  color: #fff;
  font-weight: bold;
}
.owl-carousel .owl-nav div {
  background: url("../images/sprite.png") no-repeat 0 0;
  bottom: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 35px;
  margin-bottom: auto !important;
  margin-left: -9px;
  margin-right: -9px;
  margin-top: auto;
  position: absolute;
  top: 0;
  width: 19px;
}
.owl-carousel .owl-nav .owl-prev {
  background-position: 0 -134px;
  left: -25px;
  right: auto;
}
.owl-carousel .owl-nav .owl-prev:hover {
  background-position: 0 -187px;
}
.owl-carousel .owl-nav .owl-next {
  background-position: 0px -292px;
  left: auto;
  right: -25px;
}
.owl-carousel .owl-nav .owl-next:hover {
  background-position: 0 -239px;
}


/**************************** VIDEO SECTION *************************/
#grve-main-content .grve-section.video-section {
  padding-bottom: 0;
  text-align: center;
}
.video-section h2 {
  margin-bottom: 85px !important;
}
.grve-video {
  display: inline-block;
  position: relative;
  width: 605px;
}
.grve-video::before {
  background: url("../images/video-bg.jpg") no-repeat;
  content: "";
  height: 500px;
  left: -246px;
  position: absolute;
  top: -37px;
  width: 1084px;
}
.grve-video iframe {
  height: 375px;
}
.video-section .fluid-width-video-wrapper::before {
  background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat 0 -355px;
  bottom: 0;
  content: "";
  height: 85px;
  left: 0;
  margin: auto;
  position: absolute;
  top: -31px;
  width: 27px;
  z-index: 1;
}
.video-section .fluid-width-video-wrapper::after {
  background: url("../images/sprite.png") no-repeat 0 -457px;
  bottom: 0;
  content: "";
  height: 133px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 31px;
  width: 61px;
}
/**************************** ENQUIRY SECTION *************************/
.grve-section.enquiry-section {
  background-color: #f1f1f1;
}
#grve-body #grve-main-content .grve-container {
  padding-bottom: 0;
}
.enquiry-section form {
  text-align: center;
  padding-top: 10px;
}
input[type="text"], input[type="email"], textarea {
  background-color: #fff;
  border: 1px solid #ccc !important;
  border-radius: 3px !important;
  color: #666 !important;
  font-family: lato,sans-serif !important;
  font-size: 14px !important;
}
textarea {
  resize: none;
  height: 90px
}
.input-wrap > p {
  display: inline-block;
  margin-right: 1.1%;
  width: 23.9%;
}
.input-wrap > p:last-child {
  margin-right: 0;
}
body#grve-body .grve-section.enquiry-section .custom-btn {
  margin: 0 auto;
  width: 145px;
}
body#grve-body .custom-btn input {
  background: none !important;
  font-family: lato,sans-serif !important;
  font-size: 18px !important ;
  height: 49px;
  letter-spacing: 0;
  padding: 0;
  text-transform: capitalize !important;
  vertical-align: top;
  width: 100%;
}
.custom-btn:hover input {
  color: #d75f8f;
}
input[type="text"].wpcf7-not-valid, input[type="email"].wpcf7-not-valid, textarea.wpcf7-not-valid {
  border: 1px solid #ff0000 !important;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  border: 2px solid green !important;
  color: green !important;
}
span.wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7-response-output {
  background: #fff none repeat scroll 0 0 !important;
  border: 2px solid #ff0000 !important;
  color: #ff0000 !important;
  font-family: lato,sans-serif !important;
  width: 100%;
}
.ajax-loader {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
/******** responsive menu **********/
#grve-main-menu-responsive {
  background-color: #d75f8f !important;
  z-index: 99999;
}
#grve-body .grve-responsive-menu-button {
  background-color: #af2426;
  bottom: 0;
  height: 50px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
body #grve-theme-wrapper.grve-slide-left {
  transform: none;
}
#grve-body #grve-header .grve-menu-button {
  display: table;
  line-height: 50px;
  margin: 0;
  padding: 15px 0 7px 7px;
  width: 43px;
}
body #grve-header.grve-default .grve-menu-button-line {
  background-color: #ffffff;
  height: 4px;
  margin-bottom: 5px;
}
#grve-header .grve-menu-button-line:last-child {
  margin-bottom: 0;
}
#grve-header.grve-header-sticky h1.grve-logo a.grve-sticky img {
  padding: 7px 0 5px;
}
#grve-body #grve-main-menu-responsive .grve-close-menu-button {
  background-color: #af2426;
  border: 2px solid rgba(0, 0, 0, 0);
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  left: 20px !important;
  line-height: 36px;
}
#grve-body .grve-close-menu-button.grve-icon-close:hover {
  background-color: #ca8909 !important;
  color: #af2426 !important;
}
#grve-body .grve-responsive-menu-button:hover {
  background-color: #ca8909;
}
#grve-body .grve-responsive-menu-button:hover .grve-menu-button-line {
  background-color: #af2426;
}
#grve-body #grve-main-menu-responsive #menu-header-menu li {
  padding: 0;
}
#grve-body #grve-main-menu-responsive #menu-header-menu li a {
  background-color: #d75f8f;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  color: #af2426;
  font-size: 15px;
  padding: 5px 0 5px 15px;
  display: block;
}
#grve-body #grve-main-menu-responsive #menu-header-menu li:first-child a {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
 #grve-body #grve-main-menu-responsive #menu-header-menu li.current-menu-item a{
  background-color: #0f73d9;
}
#grve-body #grve-main-menu-responsive #menu-header-menu li:hover > a, #grve-body #grve-main-menu-responsive #menu-header-menu li.current-menu-item > a {
  background-color: #d75f8f;
  color: #fff;
}
#grve-main-menu-responsive.grve-style-2 .grve-more-btn::before, #grve-main-menu-responsive.grve-style-2 .grve-more-btn::after {
  background-color: #af2426 !important;
}
#grve-main-menu-responsive.grve-style-2 .grve-more-btn:hover::before, #grve-main-menu-responsive.grve-style-2 .grve-more-btn:hover::after {
  background-color: #fff !important;
}
#grve-body #grve-main-menu-responsive #menu-header-menu li.current-menu-item  a {
  background-color: #d75f8f;
}
/***************************** responsive menu *****************************/

/******************************************************* INNER PAGES ***********************************************/

/***************************** DOMESTIC & EXPORTS PAGES *****************************/
.domestic-section p {
  text-align: center;
}
body#grve-body .domestic-section .grve-image {
  border: 10px solid #ccc;
  margin: 45px auto 0;
  width: 61%;
}
body#grve-body .exports-section .grve-image {
  width: 67%;
}

/***************************** FABRICS PAGES *****************************/
body #grve-page-title .grve-title.fabric-title, body .grve-title.fabric-title {
  color: #d75f8f !important;
}
.fabrics-section li {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #ccc;
  display: inline-block;
  margin-right: 2%;
  padding: 5px;
  width: 48%;
}
.fabrics-section li:nth-child(2n) {
  margin-right: 0%;
}
.fabrics-section li:nth-child(n+3), .fabrics-section .listing-product li:nth-child(n+4) {
  margin-top: 50px;
}
.category-image {
  height: 290px;
  overflow: hidden;
  position: relative;
  text-align: center;
  background-color: #e1e1e1;
}
.category-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
body.category h2.grve-title {
  padding-top: 50px;
  text-align: center;
}
.fabrics-section .listing-product li {
  margin-right: 1.5%;
  width: 32%;
}
.fabrics-section .listing-product li:nth-child(3n) {
  margin-right: 0;
}
.fabrics-section .listing-product li:nth-child(3) {
  margin-top: 0;
}
.image-popup {
  border: 3px solid #fff;
  box-shadow: 0 0 5px #333;
  height: auto;
  left: 50%;
  margin-left: -13.5%;
  margin-top: -200px;
  position: fixed;
  text-align: left;
  top: 50%;
  width: 27%;
  z-index: 9999;
}
.image-popup table {
  margin-bottom: 0;
}
.image-popup tr {
  background-color: #d75f8f;
  color: #fff;
}
.image-popup tr td {
  text-align: left;
}
.image-popup tr td:first-child {
  color: #000;
  font-weight: bold;
}
.image-popup tr p {
  color: #fff;
}
.close-popup {
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 2;
}
.close-popup i {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px #000;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.overlay {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.image-popup .product-image {
  background-color: #e1e1e1;
  min-height: 230px;
  position: relative;
}
.image-popup .product-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: none;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.multi-images.owl-carousel {
  position: static;
}
.image-popup .owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.image-popup .owl-carousel .owl-nav .owl-next {
  right: 0;
}
.image-popup  .owl-carousel .owl-nav div {
  background: url("../images/sprite.png") no-repeat 0 0;
  height: 69px;
  width: 40px;
  margin: auto;
}
.image-popup  .owl-carousel .owl-nav .owl-prev {
  background-position: 0 -743px;
}
.image-popup  .owl-carousel .owl-nav .owl-prev:hover {
  background-position: 0 -825px;
}
.image-popup  .owl-carousel .owl-nav .owl-next {
  background-position: -21px -901px;
}
.image-popup  .owl-carousel .owl-nav .owl-next:hover {
  background-position: -21px -980px;
}

.profile-gapping .vc_col-sm-7 {
  display: inline;
  float: none;
  width: auto;
}
.profile-gapping .vc_col-sm-5 {
  float: right;
}
#grve-header .grve-logo a
{
  text-align: center;
}

/* 12-09-2024P */

.enquiry-section .grve-row form.wpcf7-form.invalid span.wpcf7-form-control-wrap input.wpcf7-not-valid,
.enquiry-section .grve-row form.wpcf7-form.invalid div > iframe,
.contact-left form.wpcf7-form.invalid ul.form-list div >  iframe {
    border: 1px solid #ff0000 !important;
}
.enquiry-section .grve-row form.wpcf7-form.sent .wpcf7-response-output {
    border-color: #46b450 !important;
    color: #46b450 !important;
}
/* 12-09-2024P End */

/******************** color: #af2426; *******************/
/******************** color: #d75f8f; *******************/
/******************** color: #ca8909; *******************/
