body{
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
}

@font-face {
    font-family: 'AbrilFatfaceRegular';
    src: url('../fonts/AbrilFatfaceRegular.eot');
    src: url('../fonts/AbrilFatfaceRegular.eot') format('embedded-opentype'),
         url('../fonts/AbrilFatfaceRegular.woff2') format('woff2'),
         url('../fonts/AbrilFatfaceRegular.woff') format('woff'),
         url('../fonts/AbrilFatfaceRegular.ttf') format('truetype'),
         url('../fonts/AbrilFatfaceRegular.svg#AbrilFatfaceRegular') format('svg');
}

.img-responsive{max-width:100%;}
.tb-equal{
	padding:80px 0px;
}
.tb-equal-half{
	padding:50px 0px;
}
.pt-half{padding-top:40px;}

.bg-contain{background-size:contain !important;}
.bg-cover{background-size:cover !important;}
.pt-none{padding-top:0px !important;}
.pb-none{padding-bottom:0px;}
.overflow-hidden{overflow:hidden;}
address{margin:0px;}

h1{font-size:45px;}
h2{font-size:30px;}
h3{font-size:24px;}
h4{font-size:18px;}
h5{font-size:16px;}
h6{font-size:14px;}

h1, h2,h3,h4,h5,h6{
	font-family: 'AbrilFatfaceRegular';
}

.mt-10{margin-top:10px;}
.mt-20{margin-top:20px;}
.mt-30{margin-top:30px;}
.mt-40{margin-top:40px;}
.mt-50{margin-top:50px;}
.mt-80{margin-top:80px;}

.mb-10{margin-bottom:10px;}
.mb-20{margin-bottom:20px;}
.mb-30{margin-bottom:30px;}
.mb-40{margin-bottom:40px;}
.mb-50{margin-bottom:50px;}
.mb-80{margin-bottom:80px;}
.pb-80{padding-bottom:80px;}
.pb-50{padding-bottom:50px;}

.z-index-9{z-index:9;}

.pb-150{
	padding-bottom:150px;
}
.height-full{height:100%;}

.space-10{height:10px;}
.space-20{height:20px;}
.space-30{height:30px;}

.border-radius-5{border-radius:5px;}

/** Header 1 **/

.logo-1,
.header-container{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	align-items: center;
}

.logo-txt {
	font-size: 32px;
	font-weight: 700;
}

.logo-txt a {
	color: #ffffff;
}

.logo-dark{
	display: none;
}

.nav-fixed-top .logo-dark,
.no-top-image .logo-dark{
	display: block;
}

.nav-fixed-top .logo-white,
.no-top-image .logo-white{
	display: none;
}

/*** #2.# HEADER ***/

header{padding:0px 80px;}
.main-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding-top: 40px;
}
.dark-header {
    position: static;
    padding: 20px 0px;
}
.dark-header nav li a{color:#444;}
.dark-header .cart-field a{color:#444;}

.menu-nav {
    margin: 0;
    padding: 0;
}
.menu-nav li {
	display: inline-block;
	/* position: relative; */
	margin-left: 18px;
	margin-bottom: 0;
	text-transform: capitalize;
}

.menu-nav li:first-child {
	margin-left: 0;
}
.menu-nav li a {
    color: #ffffff;
    padding: 0;
    font-size: 13px;
    line-height: 130px;
    letter-spacing: 1px;
    display: block;
    text-transform: capitalize;
}

/* .menu-nav li a:before {
    position: absolute;
    display: block;
    bottom: 28px;
    left: 0;
    width: 0;
    border-top: 1px solid #ffffff;
    content: '';
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .5s cubic-bezier(.25,1,.35,1) 0s;
    -moz-transition: all .5s cubic-bezier(.25,1,.35,1) 0s;
    -o-transition: all .5s cubic-bezier(.25,1,.35,1) 0s;
    -ms-transition: all .5s cubic-bezier(.25,1,.35,1) 0s;
    transition: all .5s cubic-bezier(.25,1,.35,1) 0s;
} */

.menu-nav li a:hover,
.menu-nav > li:hover > a,
.menu-nav > li.current-menu-item > a {
	background: none;
	color: #c2a477;
	text-decoration: none;
}

.menu-nav > li:hover > a:before,
.menu-nav li.current-menu-item > a:before {

    left: 0;
    width: 100%;
    border-color: #a4fdcf;

}

.menu-nav ul {
    display: none;
    margin: 0;
    padding: 40px 80px 40px;
    /* width: 265px; */
    width: 100%;
    text-align: left;
    position: absolute;
    /* top: 20px; */
    background: #fff;
    z-index: 5;
    left: 0;
}
.menu-nav ul li {
	display: block;
	background: none;
	margin: 0;
	font-size: 12px;
}
.menu-nav ul li > a {
	display: block;
    padding: 4px 30px;
    color: #0e1219;
    font-size: 13px;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-moz-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-o-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.menu-nav ul li > a:focus{
	outline: none;
}

.menu-nav ul li a:hover,
.menu-nav li:hover ul li a:hover {
	text-decoration: none;
	color: #c2a477;
	/* -webkit-transform: translateX(12px);
	-ms-transform: translateX(12px);
	transform: translateX(12px); */
}

.menu-nav li:hover > ul {
	display: block;
}
.menu-nav li:hover > ul {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.menu-nav li ul ul {
	left: 100%;
	top: -28px;
	margin: 0;
}
.menu-nav .edge > ul{
	left: auto;
	right: 0;
}
.menu-nav li ul .edge ul {
    left: auto;
    top: -28px;
    margin: 0;
    right: 100%;
}

.menu-nav li ul ul:before,
.menu-nav li ul a:before {
	display: none;
}

.mega-menu .sub-menu li a img{
	display:block;
}
.mega-menu .sub-menu li a{
	padding: 0px 15px;
}

ul.menu-nav ul.sub-menu li a img{
	margin-bottom:20px;
}
ul.menu-nav ul.sub-menu li a {
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: normal;
}

header.white-header {
    background: #fff;    
}
header.white-header .menu-nav ul.sub-menu{border-top: 1px solid #caaf88;}
header.white-header .menu-nav li a{color:#444;}

/*** end menu large screens ***/

/*** menu mobile ***/
.nav-button-holder {
	display: none;
}

.nav-button {
	background: none;
	border: none;
	cursor: pointer;
	padding-bottom: 15px;
	vertical-align: middle;
}

.icon-bar,
.icon-bar1,
.icon-bar2 {
	display: block;
	height: 2px;
	width: 25px;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.icon-bar1,
.icon-bar2 {
	width: 18px;
	background: #ffffff;
}

.icon-bar:before,
.icon-bar:after {
	background: #ffffff;
	content: "";
	height: 100%;
	left: 0px;
	position: absolute;
	bottom: -6px;
	right: 0;
}

.icon-bar:after {
	bottom: -12px;
	top: auto;
}

.nav-button:hover .icon-bar:before,
.nav-button:hover .icon-bar:after {
	left: 0;
}

.icon-bar,
.icon-bar1,
.icon-bar2,
.nav-button .icon-bar:before,
.nav-button .icon-bar:after {
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.menu-mobile {
	font-size: 0;
	margin: 0 auto;
	margin-left: 0;
	padding-left: 0px;
}

.menu-mobile li {
	font-size: 13px;
	font-weight: 600;
	padding-top: 15px;
	list-style: none;
	letter-spacing: 0.05em;
	margin-bottom: 0;
	text-transform: uppercase;
}

.menu-mobile li a {
    color: #444;
    display: block;
    line-height: 26px;
    font-size: 14px;
}

.menu-mobile li a:hover,
.menu-mobile li a:focus {
	background: none;
}

.menu-mobile li:hover>a,
.menu-mobile li.current-menu-item>a {
	color: #c2a477;
}

.menu-mobile>li.menu-item-has-children>a:after {
    content: "";
    background: #fff url(../images/golDarroW.png)no-repeat;
    background-size: cover !important;
    width: 31px;
    height: 31px;
    margin-top: -3px;
    display: inline-block;
    position: absolute;
    right: 0;
    overflow: hidden;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.menu-mobile>li.menu-item-has-children.menu-open>a:after {
	content: "";
}
.menu-mobile li.menu-open a:after{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.menu-mobile ul {
	margin-left: 0;
	padding:0px;
}

.menu-mobile>li>ul {
	display: none;
}

.menu-mobile>li.menu-open>ul {
	display: block;
	margin-top: 8px;
}

.menu-mobile ul li {
    font-size: 12px;
    padding-top: 0px;
    text-transform: none;
    padding-left: 10px;
    display: block;
    text-transform: capitalize;
    font-weight: 500;
}

.menu-contact {
	margin-top: 15px;
	padding-left: 5px;
	font-size: 14px;
	color: #fff;
}

.menu-contact ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
	padding:0px;
}

.menu-contact ul:first-child li i {
    font-size: 16px;
    margin-right: 10px;
}

.mobile-phone {
	margin-top: 8px;
}

.menu-contact .social-media {
	margin-top: 24px;
	padding-bottom: 48px;
}
.menu-contact .social-media li a{
	color: #fff;
}

header .social-media li a:hover{color:#a4fdcf;}

.menu-mobile>li.menu-open  .sub-menu.when-mega {
    padding-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -5px;
}
.menu-mobile>li.menu-open .sub-menu.when-mega li {
    padding: 0px;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0px 7px;
    margin-bottom: 15px;
}
.menu-mobile>li.menu-open .sub-menu.when-mega li a {
    text-transform: uppercase;
    font-weight: 600;
}

/*** end menu mobile ***/

.cart_icon img {
    width: 18px;
}

/***** MODAL WINDOW ******/
body.has-active-menu {
	overflow: hidden;
}

.menu-mask {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
}

.menu-mask.is-active {
	width: 100%;
	height: 100%;
	opacity: 0.9;
}

.mobile-menu-holder {
	position: fixed;
	z-index:0;
	top: 0;
	left: 0;
	overflow-x: hidden;
	width: 320px;
	height: 100%;
	background: #fff;
	opacity: 0;
	padding: 0px 15px;
	-webkit-transform: translateX(-400px);
	-ms-transform: translateX(-400px);
	transform: translateX(-400px);
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-moz-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-o-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-ms-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.mobile-menu-holder.is-active {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

body.has-active-menu .mobile-menu-holder.is-active{
	z-index: 99;
}

.modal-menu-container {
	position: relative;
}

.exit-mobile {
    cursor: pointer;
    padding: 0px 0px;
    display: inline-block;
    margin-top: 15px;
}
.exit-mobile span{
	text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
	color: #c2a477;
}


/* SLIDER */

.home-slider .owl-dots {
    position: absolute;
    right: 5.8%;
    top: 50%;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}
.home-slider .owl-dots button{
	display: block !important;
	outline:none;
}
.home-slider .owl-dots button span{border-radius:0px !important;}

.slider-container {
	position: relative;
	overflow:hidden;
}

/* .slider-item-box-bkg {
	height: 100vh;
} */

.slider-img,
.slider-img-v2 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.slider-img:before {
	content: '';
	background: rgba(14, 18, 25, 0.5);
	top: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}

.slider-caption {
	position: absolute;
	left: 0px;
	top: 50%;
	right: 0px;
	color: #fff;
	z-index: 2;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slider-text{
	width: 80%;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
}

.slider-text h1 {
    font-family: 'AbrilFatfaceRegular';
    font-weight: normal;
    color: #fff;
    margin-bottom: 5px;
    font-size: 5vw;
    line-height: 5.5vw;
}
.slider-text h1 span{
	color:#f6cc2c;
}
.slider-text p {
    padding: 0px 150px;
    margin-bottom: 0;
	font-size: 1.2vw;
}
.center-fixed{
	z-index: 9;
	bottom: 100px;
	margin: auto;
	left: 0;
	right: 0;
}

.green-box{
	background:#00a651;
	color:#fff;
	font-size:14px;
	font-weight:600;
	letter-spacing:2px;
	margin:0px auto 15px;
	padding:6px 20px;
	text-transform:uppercase;
	display:table;
	
}
.slider-text .view-more {
	margin-top: 20px;
}
.slider-img, .slider-img-v2 {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}
header .social-media{padding:0px; margin:0px 25px;}
.social-media li {
    display: inline-block;
    font-size: 14px;
    margin-right: 16px;
    margin-bottom: 0;
}
.social-media li:last-child{margin:0px;}
.social-media li a {
    color: #ffffff;
}

.cart-field{margin-left:45px;}
.cart-field a{color:#fff;}
.cart-field a i{
    color: #c2a477;
}

.header-social-1 {
	margin: 0px 20px;
}

@media (max-width: 1024px) {	
	.nav-button-holder button{outline:none;}
	.logo {
		flex: 1 1 auto;
	}
	
	.header-social-1{
		margin-left: 32px;
		flex: 0 0 auto;
	}	
	.main-header{
		padding: 16px 0;
	}

	.slider-text {
		width: 100%;
	}
	
	/* slider v2 */
	
	.slider-holder-v2{
	height: auto;
	flex-wrap: wrap;
	}
	
}

.view-more {
    background: #c2a477;
    margin: 0px;
    padding: 0px 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
	letter-spacing:0.5px;
    position: relative;
    height: 45px;
	text-decoration:none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.view-more:hover {
    background: #fff;
    color: #c2a477;
    text-decoration: none;
}

.white-more {
    background: #fff;
    margin: 0px;
    padding: 0px 25px;
    color: #00f260;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 600;
	letter-spacing:0.5px;
    position: relative;
    height: 45px;
	text-decoration:none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.white-more:hover {
    background: #0575e6;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #00f260, #0575e6);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #00f260, #0575e6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    text-decoration: none;
}

.blue-left:after {
    content: "";
    background: #0575e6;
    width: 80px;
    height: 160px;
    position: absolute;
    right: -40px;
	left:inherit;
    bottom: 0px;
    z-index: -1;
}
.blue-left p{
	padding-right:60px;
}

.cta-number{
	text-align:right;
}
.cta-number small {
    color: #fff;
    font-size: 11px;
    display: block;
    text-transform: uppercase;
}
.cta-number a.tel {
    color: #f6cc2c;
    font-size: 21px;
    font-weight: 700;
}


/* About Us */

.about-col{
	padding-left:10%;
}
.abt-name h4 {
    color: #;
    text-transform: uppercase;
    margin: 0px;
}
.abt-name p{color:#00a651;}

.title-hp.white{
	color:#fff;
}

.list-style{padding:0px;}
.list-style li {
    position: relative;
    padding: 0px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 15px;
}
.list-style li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    -webkit-flex: 0 0 40px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    padding: 10px;
    background: #d2e6fa;
    height: 40px;
    margin-right: 15px;
    margin-right: 15px;
    border-radius: 50px;
    text-align: center;
    color: #0575e6;
}
.list-style li a{
	font-weight:500;
}
.list-style.arrow-right li:hover a{
	color:#ac0000;
}
.list-style li:last-child{margin:0px; padding:0px;}

footer {
    position: relative;
    overflow: hidden;
    padding-top: 80px;
}
footer:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    opacity: 0.8;
	z-index:1;
    background: #342c27;
}
footer .container, footer .container-fluid{position:relative; z-index:9;}

footer h4 {
    margin-bottom: 20px;
    color: #c2a477;
	font-family: 'Montserrat', sans-serif;
}
.list-foot {
	list-style:none;
	padding:0px;
	margin:0px;
}
.list-foot li {
    font-size: 15px;
    margin-bottom: 2px;
}
.list-foot li a {
    font-size: 14px;
    color: #fff;
	text-decoration:none;
}
.list-foot li a:hover{
	color:#c2a477;
}
.info{margin:0px 0px 10px;}

.info i {
    -webkit-flex: 0 0 30px;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    color: #00f260;
    font-size: 16px;
}
.info p, .info a {
    font-size: 14px;
    margin: 0px;
    text-align: left;
    color: #fff;
}
.info p strong {
    color: #00f260;
    font-weight: 400;
}

.info a{color:#fff;}
.info a.tel{color:#fff; }

footer .social-media{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
footer .social-media a {
    color: #797979;
    margin-right: 7px;
    background: #ffffff;
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 50px;
    text-align: center;
    line-height: 35px;
}
footer .social-media a:last-child{
	margin:0px;
}

.copy-text p{color:#fff; font-size:13px;}

.tearm-condition{color:#fff; font-size:13px;}
.tearm-condition:hover{color:#dadada;}
.copy-write {
    padding: 20px 0px 0px;
    position: relative;
    z-index: 9;
	background:#141110;
}

/************** Internal pages css **********/

.internal-banner{	
	height:450px;
	position:relative;
}
.internal-banner:after{
	content:"";
	background:#333;
	opacity:0.7;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
}
.internal-banner .container{
	position:relative;
	z-index:1;
}
.internal-banner [class*="col-"] {
    margin: auto 0px 0;
    padding-bottom: 7%;
}
.internal-banner .container, .internal-banner .row{height:100%;}

.internal-banner h2{
	color:#fff;
	font-size:35px;
	text-transform:capitalize;
	letter-spacing:1px;
}
.internal-banner p{
	color:#fff;
	font-size:14px;
	text-transform:capitalize;
	letter-spacing:0px;
	margin:10px 0px 10px;
}
ol.breadcrumb {
    background: none;
    padding: 20px 0px 80px;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
	
	color: #fff;
}
ol.breadcrumb , ol.breadcrumb a{	
    font-size: 14px;	
}
 ol.breadcrumb a{color: #fff; opacity: 0.5;}
.breadcrumb-item+.breadcrumb-item::before{
	color:#fff;
	content:\f054;
}

.contact-form input[type=text], .contact-form input[type=tel], .contact-form input[type=email] {
    border: none;
    height: 45px;
    margin-bottom: 15px;
    border-radius: 2px;
    font-size: 14px;
}
.contact-form textarea{
	border: none;
    height: 80px;
    margin-bottom: 15px;
    border-radius: 2px;
    font-size: 14px;
}
.contact-form input[type=submit]{
	border:none;
	padding:0px 35px;
	height:50px;
}
.list-location li {
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.list-location li strong{position:relative;}
/* .list-location li strong:after{
	content:"";
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:1px;
	background:#ddd;
} */
.list-location li:last-child{margin-bottom:0px;}

.list-items{
	margin-bottom:15px;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.list-items div {
    -webkit-flex: 0 0 42px;
    -ms-flex: 0 0 42px;
    flex: 0 0 42px;
    padding: 10px;
    background: #d2e6fa;
    height: 42px;
	margin-right:15px;
}
.list-items p{margin:0px;}

.form-position .row input[type=text], .form-position .row input[type=tel], .form-position .row input[type=email]{
	margin-bottom: 15px;
    background: #fff;
    border: 0px solid #eee;
    border-radius: 0px;
    font-size: 13px;
    height: 42px;
    text-transform: capitalize;
}
.form-position .row textarea{
	margin-bottom: 15px;
    background: #fff;
    border: 0px solid #eee;
    border-radius: 0px;
    font-size: 13px;
    height: 80px;
    text-transform: capitalize;
}
.form-position .row input[type=submit] {
    background: #00f260;
    border: 0px;
    border-radius: 0px;
    font-weight: 600;
    height: 80px;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
}
.form-position .row input[type=submit]:hover {
	background:#fff;
	color:#00f260;
}

.none-effect{
	position: static;
    padding: 0;
    transform: inherit;
}

.black-after:before{
	content:"";
	background:#333;
	opacity:0.6;
	top:0px;
	left:0px;
	position:absolute;
	width:100%;
	height:100%;
}
.black-after .container{
	position:relative;
	z-index:1;
}

.dark-after:after{
	content:"";
	background:#333;
	opacity:0.9;
	top:0px;
	left:0px;
	position:absolute;
	width:100%;
	height:100%;
}
.dark-after .container{
	position:relative;
	z-index:1;
}

.scp-position .row input[type=text], .scp-position .row input[type=tel], .scp-position .row input[type=email]{
	margin-bottom: 15px;
    background: #fff;
    border: 0px solid #eee;
    border-radius: 0px;
    font-size: 13px;
    height: 42px;
    text-transform: capitalize;
}
.scp-position .row textarea{
	margin-bottom: 15px;
    background: #fff;
    border: 0px solid #eee;
    border-radius: 0px;
    font-size: 13px;
    height: 80px;
    text-transform: capitalize;
}
.scp-position .row input[type=submit] {
    border: none;
    text-transform: uppercase;
    padding: 0 35px;
    height: 55px;
}

.black-btn {
    background: #212529;
    border: 0px;
    border-radius: 0px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    line-height: 45px;
    display: inline-block;
    padding: 0px 25px;
	cursor:pointer;
}
.black-btn:hover {
    background: #c2a477;
    color: #fff;
	text-decoration:none;
}

.stock-sale {
    background: #fff;
    padding-left: 30px;
}
.stock-sale a {
    color: #444;
    font-size: 13px;
    line-height: 50px;
    padding: 0px 30px;
    font-weight: 500;
	text-decoration:none;
}
.stock-sale a:hover{color:#c2a477;}
.stock-sale a:last-child{
	background:#c2a477;
	color:#fff;
	margin-left:auto;
	text-transform:uppercase;
	letter-spacing:2px;
}

.stock-select select {
    background: #fff url(../images/arrow-golden.svg)no-repeat right 15px center;
    height: 45px;
    padding: 0px 20px;
    border: none;
    padding-right: 50px;
    background-size: 20px;
	outline:none;
}

.stock-select select{
	-webkit-appearance: none;
}

.abt-box{
	padding:0px 30px;
}

.abt-box h5 {
    font-weight: 300;
    letter-spacing: 2px;
    color: #666;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    font-size: 14px;
}

.abt-box p{
	color:#666;
}

.writting-vtl {
    writing-mode: vertical-rl;
    left: -18px;
    letter-spacing: 9px;
    font-size: 12px;
    font-weight: 500;
    color: #5f5f5f;
    top: 15%;
    padding-right: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	height: 600px;
}
.writting-vtl span {
    letter-spacing: -2px;
    margin-top: auto;
}
.writting-vtl p{
	margin:0px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	text-transform: uppercase;
}

.left-menu {
    border: 1px solid #ddd;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.left-menu .nav-pills {
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-top: 50px;
}
.left-menu .nav-pills button {
    border: none;
    border-top: 1px solid #ddd;
    display: block;
    padding: 18px 25px;
    color: #666;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    text-align: left !important;
    background: none;
}
.left-menu .nav-pills button.active{
	background:none;
	color: #c2a477;
}

.left-menu h2{
	padding-top:20px;
	padding-left:30px;
}
.left-menu p{
	padding-left:30px;
	text-transform:uppercase;
}

.special-deals {
    color: #fff;
	height:100%;
	padding:60px 60px;
	position:relative;
}
.special-deals:after{
		content:"";
		background:#000;
		opacity:0.5;
		width:100%;
		height:100%;
		position:absolute;
		left:0px;
		top:0px;
}
.special-deals h1, .special-deals h5, .special-deals div, .special-deals p, .special-deals a{
	z-index:1;
	position:relative;
}
.special-deals h1 {
	color:#c2a477;
}
.special-deals h5 {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 14px;
	text-transform:uppercase;
}

#countdown{
	margin-top: 40px;
}
#countdown ul{
	list-style:none;
	padding:0px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	
}
#countdown ul li {
    margin-right: 25px;
    text-align: center;
}
#countdown ul li:last-child{
	margin:0px;
}
#countdown ul li span {
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    background: #fff;
    color: #333;
    font-family: 'AbrilFatfaceRegular';
    font-size: 26px;
    line-height: 70px;
    margin-bottom: 5px;
}

.info-fsf a {
    -webkit-box-flex: 0 0 33.3% !important;
    -ms-flex: 0 0 33.3% !important;
    flex: 0 0 33.3% !important;
    border: 1px solid #eee;
    padding: 30px 30px;
	color:#444;
	text-decoration:none;
}
.info-fsf a span {
    border: 3px solid #ddd;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-fsf a div{
	padding-left:15px;
}
.info-fsf a h3 {
    font-family: 'AbrilFatfaceRegular';
}
.info-fsf a p{
	margin:0px;
}

.polular-section{
	padding-top:40px;
	overflow:hidden;
}
.polular-section .container-fluid {
    left: 70px;
    position: relative;
}

.polular{
	background:#c2a477;
	padding:64px 40px;
	text-align:center;
	color:#fff;
	height: 22.5vw;
}
.polular p{
	text-transform:uppercase;
}

.popular-items div h2 {
    font-family: inherit;
    font-size: 21px;
    font-weight: 600;
}
.popular-items div small {
    margin-bottom: 10px;
    display: block;
    font-size: 13px;
    color: #c2a477;
}
.price {
    margin-bottom: 20px;
    margin-top: 20px;
}
.price del .amount {
    font-size: 19px;
    color: #000;
    /*text-decoration-line: line-through;*/
    margin-right: 5px;
    font-weight: 400;
}
.price .amount {
    font-size: 21px;
    /*text-decoration-line: inherit;*/
    margin: 0px;
    font-weight: 600;
	color:#ca2751;
}
.price ins{text-decoration:none;}


.popular-items:hover div span{color:#ca2751;}
.popular-items figure{position:relative;}
.popular-items .show-Inhover{
	position:absolute;
	left:0px;
	top:20px;
	/*display:none;*/
}
.popular-items .show-Inhover span {
    display: block;
    color: #fff !important;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.popular-items:hover .show-Inhover{
	/*display:block;*/
}

.client-scroll .owl-nav button.owl-prev{
	display:none;
}
.client-scroll .owl-nav button.owl-next {
    position: absolute;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 50px;
    background: #fff;
    width: 80px;
    height: 50px;
    border-radius: 0;
	outline:none;
}
.client-scroll .owl-nav button:hover{background:#c2a477 !important;}

/* .client-scroll .owl-nav button.owl-next:after{
	content:"\f17d";
	font-family:'FontAwesome';
} */

.foot-cener{color:#fff; text-transform:uppercase; letter-spacing:2px; font-size:13px;}
.foot-cener a{color:#fff;}

.border-lt .foot-li {
    padding-top: 50px;
    padding-bottom: 50px;
    border-left: 1px solid #bf9f7359;
    border-top: 1px solid #bf9f7359;
}
.border-lt .foot-li:last-child{
	border-right: 1px solid #bf9f7359;
}
.border-lt .foot-li {
    padding-left: 30px;
    height: 100%;
}

.subscribe input[type=text]{
	border:none;
	background:none;
	width:100%;
	height:45px;
	outline:none;
	font-size:14px;
	color:#fff;
	letter-spacing:1px;
	border-bottom:2px solid #bf9f7359;
}
.subscribe input[type=text]::foucs{
	border:none;
	outline:none;
}
.subscribe input[type=text]::placeholder{
	color:#fff;
}
.subscribe input[type=submit] {
    position: absolute;
    right: 8px;
    background: none;
    border: none;
    color: #c2a477;
    font-size: 14px;
    top: 17px;	
}
.subscribeT h1{
	color: #c2a477;
	margin:0px;
}
.subscribeT p{
	color: #c2a477;
	letter-spacing:3px;
	font-size:14px;
	text-transform:uppercase;
}

.breadcrumb {
    background: none;
    padding: 20px 0px 80px;
}
.breadcrumb li.active{color:#fff; ont-size:14px;}
.breadcrumb li a{
	color:#fff;
	opacity:0.5;
	font-size:14px;
}

.inTextB{
	background:#fff;
	padding-top:40px;
}
.inTextB h1{}
.inTextB h5 {
    letter-spacing: 3px;
    font-family: 'Montserrat';
    color: #999;
    font-size: 13px;
}
.inTextB p {
    margin: auto;
    width: 70%;
    color: #444;
    margin-top: 10px;
}

.nth-child-pro-col div[class^="col-"]:nth-child(-n+6){
	margin-bottom:60px;
}
/* .product-items .popular-items{
	margin-bottom:60px;
} */

.shop_margin {
    padding-top: 50px;
}

.product-internal .container{
	padding:0px 80px;
}
.cta-special {
    padding: 50px 70px;
}
.cta-special h1 {
    color: #c2a477;
    margin: 0px;
    font-size: 60px;
}
.cta-special p{color:#fff; margin:0px; text-transform:uppercase; letter-spacing:2px; font-size:14px; font-weight:500;}

.cta-special:after{
	content:"";
	width:100%;
	height:100%;
	background:#000;
	left:0px;
	top:0px;
	position:absolute;
	opacity:0.5;
}
.cta-special #countdown ul{margin:0px;}
.cta-special #countdown li{
	color:#fff;
}

.after-bgTP:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 382px;
    background: url(../images/internal-bg.jpeg)no-repeat center top;
	background-size:cover;
    z-index: -1;
}
.after-bgTP:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 382px;
	opacity:0.5;
    background: #342c27;
}
.after-bgTP .container{z-index:9; position:relative;}

.pink-smbtn {
    background: #ca2751;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 3px;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 10px;
}
.span-first span:first-child{
	margin-right:15px;
}

.select-extras th.label label{
	font-weight:400 !important;
}
.select-extras select {
    width: 100%;
    height: 40px;
    font-size: 14px;
    border: 1px solid #c6c6c6;
    border-radius: 2px;
    margin-bottom: 10px;
    padding: 0px 15px;
    text-transform: uppercase;
    outline: none;
    background: #fff url(../images/golDarroW.png)no-repeat right 10px center;
    background-size: 18px;
    -webkit-appearance: none;
}

/* button[name=add-to-cart]{
	background: #212529;
    border: 0px;
    border-radius: 0px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    font-size: 13px;
    line-height: 45px;
    display: inline-block;
    padding: 0px 25px;
} */

.detail-boxTB{
	border:1px solid #ddd;
}
.detail-boxTB li a {
    outline: none;
    cursor: pointer;
    background: none;
    border-radius: 0 !important;
    line-height: 55px;
    padding: 0px 12px;
    font-size: 14px;
    font-weight: 500;
    border-top: 0px !important;
    color: #495057;
}
.detail-boxTB li.active a{
	color:#c2a477 !important;
	border-color: #e9ecef #e9ecef #dee2e6;
}

form.cart, div.summary{margin:0px !important;}
.table-responsive{overflow:hidden;}

#reviews{
	width: 100%;
    padding: 0px 15px;
}

.grey-box {
    padding: 30px 30px 20px;
    background: #ececec;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -60px;
}
.grey-box ul {
    list-style: none;
    margin: 0px;
    padding: 0;
}
.grey-box li {
    margin-bottom: 15px;
    list-style: none;
    -webkit-flex: 0 0 16.666%;
    -ms-flex: 0 0 16.666%;
    flex: 0 0 16.666%;
    font-size: 16px;
}

.detail-Fullbx{
	border:1px solid #ddd;
}
.perfecD{
	padding:60px 25px;	
}
.points h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
	margin-bottom:20px;
}
.points p{
	font-size:13px;
}

.assemblyT h4{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
    font-weight: 600;
	font-size:16px;
	margin-bottom:20px;
}

.review-box{
	background: #f9f9f9;
    padding: 20px;
    width: 19%;
}
.review-box h4{
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
	font-size:16px;
	margin-bottom:20px;
}
.stars i {
    background: green;
    color: #fff;
    font-size: 9px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    margin-right: 2px;
}

.TP-section{
	background:#fff; padding: 60px 60px 0px;
}

.support p, .support a {
    font-size: 14px;
    margin: 0px;
	color:#444;
    text-align: left;
}
.support p strong {
    color: #00f260;
    font-weight: 400;
}

.support-form input[type=text], .support-form input[type=tel], .support-form input[type=email] {
    margin-bottom: 15px;
    border: none;
    border-radius: 0px;
    background: #ececec;
    height: 45px;
    font-size: 14px;
	padding:0px 15px;
}
.support-form textarea{
	margin-bottom: 25px;
    border: none;
    border-radius: 0px;
    background: #ececec;
    height: 100px;
    font-size: 14px;
	padding:20px 15px;
}
.support-form input[type=submit]{
    border: none;
    border-radius: 0px;
    background: #c2a477;
	color:#fff;
    height: 45px;
    font-size: 14px;
	cursor:pointer;
	padding:0px 15px;
}
.support-form input[type=submit]:hover{
	background:#222;
}

.sidebar-filter{
	background:#212529;
	padding:30px 5px;
	border-radius:0px;
}

.sidebar-filter .card {
    background: none;
    border: none;
}
.sidebar-filter .card-header {
    background: none;
    border: none;
    padding: 5px 19px;
}
.sidebar-filter .card-header h5{
	font-family: 'Montserrat', sans-serif;
    
}
.sidebar-filter .card-header h5 button {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0;
    width: 100%;
    text-align: left;
	position:relative;
}
.sidebar-filter .collapse{
	color:#fff;
}
.sidebar-filter .card-body{padding-top:10px;}

.sidebar-filter .card-header h5 button.collapsed:after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/golDarroW.png)no-repeat center;
    position: absolute;
    right: 0px;
    background-size: 24px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	
}
.sidebar-filter .card-header h5 button:after{
	content: "";
    width: 24px;
    height: 24px;
    background: url(../images/golDarroW.png)no-repeat center;
    position: absolute;
    right: 0px;
    background-size: 24px;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.col-fourB{margin-bottom:30px;}
.col-fourB h1{margin-bottom:30px;}
.col-fourB strong{
	margin-bottom:15px;
}

.gold-circle{
	margin-top:40px;
}
.gold-circle div{
	padding-left:95px;
	position:relative;
	margin-bottom:25px;
}
.gold-circle div:after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50px;
    border: 2px solid #c2a477;
    position: absolute;
    left: 0;
    top: 0;
}
.gold-circle div:last-child{margin:0px;}
.gold-circle strong{display:block;}

.Mbg-after{background-size:cover !important;}

p:last-child{margin-bottom:0px;}