/* ----------------------------------------------------------------------------------------
* Author        : Awaiken
* Template Name : ULaunch - Multi Purpose Products Landing Page
* File          : CSS File
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */
/* INDEX
----------------------------------------------------------------------------------------
01. General css
02. Navigation area css
03. Slider area css
04. Facility area css
05. About us area css
06. Offers area css
07. Features area css
08. Products area css
09. Testimonial area css
10. Design Showcase area css
11. Contact us area css
12. Footer area css
13. Media Screens
-------------------------------------------------------------------------------------- */

/************************************/
/***** 	   01. General css		 ****/
/************************************/

body {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
}

body.on-side {
	margin-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	font-weight: 700;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	outline: 0;
}

a:focus {
	text-decoration: none;
	outline: 0;
}

.container {
	max-width: 1160px;
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background: #916C1C;
	z-index: 9999;
}

.loader {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	border: 4px solid #Fff;
	top: calc(50% - 15px);
	animation: loader 2s infinite ease;
}

.loader-inner {
	vertical-align: top;
	display: inline-block;
	width: 100%;
	background-color: #fff;
	animation: loader-inner 2s infinite ease-in;
}

.btn-custom {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 30px;
	text-align: center;
	color: #ff2938;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 26px;
	transition: all 0.3s;
}

.btn-custom:hover {
	background: none;
	color: #fff;
}

/************************************/
/***** 02. Navigation area css  *****/
/************************************/

.navbar {
	margin-bottom: 0;
}

.navbar-brand {
	height: auto;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}

.navbar-brand img {
	transition: all 0.3s;
	/*height: 58px;*/
}

nav.navbar.main-menu {
	background: none;
	border-radius: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
	z-index: 101;
	padding: 20px 0;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}

.navbar-nav li {
	padding: 30px 0;
	margin: 0 2px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}

.nav li {
	position: relative;
}

.attr-nav ul {
	list-style: none;
	margin-top: 12px;
}

.attr-nav>ul>li>a {
	padding: 32px 15px 0;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

nav.navbar.main-menu.sticky-header {
	padding: 10px 0;
	background: #916C1C;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}

.sticked .attr-nav>ul>li>a {
	padding-top: 24px;
}


.sticky-header .navbar-brand img {
	/*height: 46px;*/
}

.sticky-header .attr-nav>ul>li>a img {
	/*filter: invert(100%);*/
	/*-webkit-filter: invert(100%);*/
}

.offcanvas-menu {
	background: #916C1C;
	padding: 0;
	position: fixed;
}

.offcanvas-menu .close-side {
	position: absolute;
	top: 10px;
	right: 20px;
	color: #fff;
}

.side-logo {
	text-align: center;
	padding: 50px 30px;
}

.offcanvas-menu .widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.offcanvas-menu .widget ul.link li a {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
	padding: 12px 30px;
	border-bottom: 1px dashed #3c3c3c;
}

.offcanvas-menu .widget ul.link li a:hover {
	color: #fff;
}

.offcanvas.offcanvas-menu {
	width: 280px;
}

.offcanvas-menu .widget ul.link li a i {
	padding-right: 10px;
}

/************************************/
/*****   03. Slider area css    *****/
/************************************/

.banner {
	position: relative;
	top: 0px;
	left: 0;
	width: 100%;
	background: url(../images/banner.jpg) no-repeat bottom left;
	background-size: 80% auto;
	padding: 160px 0 100px;
}

.banner:after {
	content: '';
	display: block;
	width: 46%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: #916C1C;
}

.banner:before {
	content: '';
	display: block;
	width: 20%;
	position: absolute;
	top: 0;
	right: 32%;
	bottom: 0;
	background: #916C1C;
	transform: skewX(-14deg);

}

.banner .row {
	position: relative;
	z-index: 1;
}

.header-content h3 {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.25em;
	text-transform: uppercase;
}

.header-content h2 {
	color: #413f3f;
	font-size: 50px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.header-content p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
}

.btn-shopnow {
	display: inline-block;
	background: #413f3f;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.25em;
	font-weight: 400;
	text-transform: uppercase;
	padding: 12px 20px;
	margin-top: 10px;
	transition: all 0.3s;
}

.btn-shopnow:hover {
	background: #000;
	color: #fff;
}

/**************************************/
/*****   04. Facility area css    *****/
/**************************************/

.facility-button {
	background: #f7f7f7;
	padding: 20px 0;
}

.facility-single {
	position: relative;
}

.facility-single .icon-box {
	font-size: 50px;
	color: #916C1C;
	position: absolute;
	top: 0;
	left: 0;
}

.facility-single p {
	margin: 0;
	color: #413f3f;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	padding: 24px 0 24px 80px;
}

/************************************/
/*****  05. About us area css   *****/
/************************************/

.section-title {
	margin-bottom: 60px;
}

.section-title p {
	color: #916C1C;
	position: relative;
	font-size: 14px;
	padding-left: 70px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.section-title p:before {
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	position: absolute;
	top: 9px;
	left: 0;
	background: #916C1C;
}

.section-title h2 {
	color: #727272;
	font-size: 35px;
	font-weight: 700;
}

.aboutus {
	padding: 80px 0;
}

.aboutus .section-title {
	margin-bottom: 40px;
}

.about-entry p {
	font-size: 14px;
	color: #727272;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

.btn-video {
	display: inline-block;
	color: #413f3f;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	position: relative;
	padding: 22px 0 22px 60px;
}

.btn-video i {
	color: #916C1C;
	font-size: 46px;
	position: absolute;
	top: 0;
	left: 0;
}

.btn-video:hover {
	color: #000;
}

/**********************************/
/*****  06. Offers area css   *****/
/**********************************/

.offer-wrapper {
	background: #f7f7f7;
	padding: 30px 50px;
}

.offer-entry {
	padding-top: 24px;
}

.offer-entry h3 {
	color: #413f3f;
	font-size: 26px;
	font-weight: 600;
}

.offer-entry p {
	color: #a4a6a7;
	font-size: 14px;
	font-weight: 500;
}

.offer-entry .btn-shopnow {
	background: #916C1C;
}

.offer-entry .btn-shopnow:hover {
	background: #000;
}

/************************************/
/*****  07. Features area css   *****/
/************************************/

.features {
	padding: 80px 0;
}

.features .section-title {
	margin-bottom: 40px;
}

.feature-entry p {
	font-size: 14px;
	color: #000;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

.feature-entry ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.feature-entry ul:after {
	content: '';
	display: block;
	clear: both;
}

.feature-entry ul li {
	width: 48%;
	float: left;
	position: relative;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	padding: 6px 6px 6px 20px;
}

.feature-entry ul li:before {
	content: '\f00c';
	font-family: FontAwesome;
	color: #916C1C;
	position: absolute;
	top: 4px;
	left: 0;
}

.feature-image {
	padding-top: 20px;
}

/************************************/
/*****  08. Products area css   *****/
/************************************/

.products {
	background: #f2f6f9;
	padding: 80px 0;
}

.product-single {
	text-align: center;
}

.product-single figure {
	margin-bottom: 30px;
}

.product-single h3 {
	color: #727272;
	font-size: 22px;
	font-weight: 800;
	text-transform: uppercase;
}

.product-single p {
	color: #727272;
	font-size: 14px;
	/*font-weight: 600;*/
	margin-bottom: 0;
}

/***************************************/
/*****  09. Testimonial area css   *****/
/***************************************/

.testimonials {
	padding: 80px 0;
	background: url(../images/testimonial.jpg) no-repeat top center fixed;
	background-size: cover;
	position: relative;
}

.testimonials:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(145, 108, 28, 0.7);
}

.testimonials .container {
	position: relative;
	z-index: 1;
}

.testimonials .section-title h2 {
	color: #fff;
}

.testimonials .section-title p {
	color: #fff;
}

.testimonials .section-title p:before {
	background: #000;
}

.testimonial-slider {
	margin: 0 auto;
	padding: 0 140px;
	position: relative;
}

.testimonial-single {
	text-align: center;
	position: relative;
}

.testimonial-single:before {
	content: '\f10d';
	font-family: FontAwesome;
	color: #fff;
	font-size: 76px;
}

.testimonial-single p {
	color: #fff;
	line-height: 1.5em;
}

.testimonial-single h3 {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	margin-top: 20px;
}

.testimonial-single h3 span {
	display: block;
	font-size: 13px;
	color: #916C1C;
	text-transform: uppercase;
	margin-top: 6px;
}

.testimonial-button-next,
.testimonial-button-prev {
	width: 36px;
	height: 36px;
	background: #fff;
	color: #916C1C;
	border-radius: 50%;
	text-align: center;
	padding-top: 7px;
	position: absolute;
	cursor: pointer;
}

.testimonial-button-prev {
	top: 50%;
	left: 0px;
}

.testimonial-button-next {
	top: 50%;
	right: 0px;
}

/*******************************************/
/*****  10. Design Showcase area css   *****/
/*******************************************/

.design-showcase {
	padding: 80px 0;
}

.design-single {
	position: relative;
	padding-left: 70px;
}

.design-single span {
	font-size: 44px;
	color: #c3c2c2;
	font-weight: 600;
	position: absolute;
	line-height: 1em;
	top: 0;
	left: 0;
}

.design-single h3 {
	font-size: 20px;
	color: #916C1C;
	font-weight: 600;
}

.design-single p {
	color: #fff;
	font-size: 14px;
}

.showcase-slider {
	max-width: 880px;
	margin: 100px auto 30px;
}

.showcase-slider .leftClass,
.showcase-slider .rightClass {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #916C1C;
	padding-bottom: 4px;
	margin-top: -10px;
}

.showcase-slider>.navContainer>.leftClass:after,
.showcase-slider>.navContainer>.rightClass:after {
	background: #916C1C;
}

/**************************************/
/*****  11. Contact us area css   *****/
/**************************************/

.contactus {
	background: #f2f6f9;
	padding: 80px 0;
}

.contact-note {
	margin-top: 14px;
}

.contact-note p {
	font-size: 14px;
	color: #727272;
	line-height: 1.5em;
}

.contact-form {
	max-width: 768px;
	margin: 20px auto 0;
}

.contact-form .form-control {
	box-shadow: none;
	border-radius: 0;
	border: none;
	font-size: 14px;
	color: #757575;
	height: auto;
	padding: 12px 16px;
	resize: none;
}

.btn-contact {
	display: inline-block;
	border: none;
	background: #916C1C;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.25em;
	font-weight: 400;
	text-transform: uppercase;
	padding: 12px 30px;
	transition: all 0.3s;
}

.btn-contact:focus,
.btn-contact:hover {
	outline: 0;
	background: #413f3f;
}

.with-errors ul {
	padding: 0;
	margin: 0;
	color: #a94442;
}

/**********************************/
/*****  12. Footer area css   *****/
/**********************************/

footer {
	padding: 60px 0 40px;
	background: #916C1C;
}

.footer-mega {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-about img {
	margin-bottom: 30px;
}

.footer-about p,
.footer-contact p,
.footer-siteinfo p {
	color: #fff;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

.footer-social {
	margin-bottom: 30px;
}

.footer-social a {
	display: inline-block;
	width: 36px;
	height: 36px;
	background: #ffffff;
	color: #916C1C;
	border-radius: 50%;
	text-align: center;
	padding-top: 8px;
	margin-right: 6px;
}

.footer-social a:hover {
	background: #916C1C;
	color: #fff;
}

.need-help,
.footer-menu {
	margin-top: 40px;
}

.need-help p {
	color: #fff;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 0;
}

.footer-menu ul {
	padding: 0;
	margin: 0;
}

.footer-menu ul li {
	display: inline-block;
}

.footer-menu ul li a {
	display: block;
	padding: 0 5px;
	color: #fff;
	font-size: 14px;
}

.footer-menu ul li a:hover {
	color: #916C1C;
}

/************************************/
/*****    13. Media Screens     *****/
/************************************/

@media only screen and (max-width: 1200px) {
	.banner {
		background-size: contain;
	}
}

@media only screen and (max-width: 991px) {
	nav.navbar.bootsnav .navbar-header {
		padding-left: 0;
		padding-right: 0;
	}

	nav.navbar.bootsnav .navbar-brand {
		display: block;
		padding-left: 0;
		padding-right: 0;
	}

	.section-title h2 {
		font-size: 32px;
	}

	.banner {
		background-size: cover;
	}

	.banner:before {
		display: none;
	}

	.banner:after {
		width: 100%;
		background: rgba(145, 108, 28, 0.5);
	}

	.offer-wrapper {
		text-align: center;
	}

	.offer-entry {
		margin-bottom: 30px;
	}

	.product-single {
		margin-bottom: 30px;
	}

	.testimonial-slider {
		padding: 0 80px;
	}

	.design-single {
		margin-bottom: 30px;
	}

	.showcase-slider {
		margin: 30px 0;
	}
}

/* Mobile Layout */
@media only screen and (max-width: 767px) {
	nav.navbar.bootsnav .navbar-brand {
		padding-left: 15px;
		padding-right: 15px;
	}

	.section-title h2 {
		font-size: 26px;
	}

	.header-content h2 {
		font-size: 28px;
	}

	.facility-single p {
		font-size: 16px;
		padding: 15px 0 15px 67px;
	}

	.facility-single .icon-box {
		font-size: 36px;
	}

	.aboutus,
	.features,
	.testimonials,
	.design-showcase,
	.contactus {
		padding: 60px 0;
	}

	.products {
	    
		padding: 40px 0 30px;
	}

	.about-entry {
		margin-bottom: 30px;
	}

	.about-image img {
		width: 100%;
	}

	.offer-entry h3 {
		font-size: 22px;
	}

	.feature-image {
		text-align: center;
		margin-bottom: 40px;
	}

	.design-single {
		padding-left: 0;
		padding-top: 50px;
	}

	.design-single h3 {
		font-size: 18px;
	}

	.slider>.navContainer>.leftClass:after,
	.slider>.navContainer>.rightClass:after {
		width: 60px;
	}
}

/* Small Mobile Layout */

@media only screen and (max-width: 480px) {
	.section-title {
		margin-bottom: 40px;
	}

	.section-title h2 {
		font-size: 22px;
	}

	.btn-video {
		font-size: 14px;
	}

	.offer-wrapper {
		padding: 20px;
	}

	.feature-entry ul li {
		width: 100%;
	}

	.testimonial-slider {
		padding: 0;
	}

	.testimonial-pagination {
		text-align: center;
		padding-top: 20px;
	}

	.testimonial-button-next,
	.testimonial-button-prev {
		display: inline-block;
		position: relative;
		margin: 0 4px;
	}
}


.cart-btn:before {
	display: inline-block;
	content: '\f044';
	font-family: fontawesome;
	padding: 0 4px 0 0;
	font-size: 14px;
}

.cart-btn {
	display: inline-block;
	color: #fff;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 6px 10px;
	border: 1px solid #946e17;
	background: #946e17;
	transition: all 0.3s;
	align-items: center;
	justify-content: center;
	display: flex;
	font-weight: 400;
	text-transform: uppercase;
	width: 48%;
}

.update-products .content-wrapper .title h4:after {
    position: absolute;
    right: 0;
    top: 3px;
    content: '\f05a';
    font-family: fontawesome;
    padding: 0 4px 0 0;
    font-size: 14px;
    cursor: pointer;
}

.update-products .content-wrapper .title h4 {
    padding-right: 26px;
    position: relative;
}
.cart-btn:hover {
	background-color: #413f3f;
	border-color: #413f3f;
}

.update-products .card .actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
}


.update-contact-btn {
	display: inline-block;
	color: #946e17;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 6px 10px;
	display: flex;
	border: 1px solid #946e17;
	background: transparent;
	transition: all 0.3s;
	font-weight: 400;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	width: 48%;
}

.update-contact-btn:before {
	display: inline-block;
	content: '\f232';
	font-family: fontawesome;
	padding: 0 4px 0 0;
	font-size: 14px;
}

.update-products-list {
	justify-content: center;
}

.update-contact-btn:hover {
	background-color: #946e17;
	border-color: #946e17;
	color: #fff;
}

.update-products .card:hover .image-wrapper {
	height: 40%;
}

.update-products .card .description {
	display: block;
	height: 0;
	overflow: hidden;
}

.update-products .card:hover .description {
	opacity: 1;
	transition: opacity 0.4s ease-out;
	height: auto;
}

.update-products .card .description {
	transition: all ease 0.3s;
}

.update-products .card .image-wrapper {
	height: 52%;
}

.update-products .card .image-wrapper {
	transition: height 150ms ease-out;
}

.update-modal-style .close {
	position: absolute;
	right: -6px;
	top: -6px;
	width: 22px;
	height: 22px;
	border: 1px solid #f56161;
	border-radius: 50px;
	display: flex;
	align-items: center;
	color: #fff;
	justify-content: center;
	font-size: 14px;
	line-height: 16px;
	background-color: #f56161;
}

.update-modal-style .modal-content {
	padding: 0 20px 20px;
	width: 80%;
	border-radius: 12px;
	max-width: 400px;
}

.update-modal-style .modal-content h2 {
    background-color: #8b6c24;
    font-size: 16px;
    padding: 10px 20px;
    margin: 0 -20px;
    color: #fff;
    border-radius: 12px 12px 0 0;
}

.update-modal-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 10px;
    margin: 10px 0;
}

.update-modal-wrapper .update-modal-wrapper-img {
	width: 30%;
}

.update-modal-wrapper .update-modal-wrapper-content {
	width: 70%;
	text-align: left;
	padding-left: 12px;
}

.update-modal-wrapper .update-modal-wrapper-content h5 {
	font-size: 15px;
	font-weight: 700;
	color: #000;
}

.update-modal-wrapper .update-modal-wrapper-content p {
	font-size: 10px;
	color: #000;
	margin: 0;
}

.update-modal-style input.form-control {
    font-size: 14px;
}

.update-modal-style .close:hover,
.update-modal-style .close:focus {
	border-color: #282828;
	color: #fff;
	background-color: #282828;
}


.facility-single .icon-box-update {
    width: 45px;
    top: 50%;
    font-size: unset;
    transform: translate(0, -50%);
}



.icon-box-update svg {
    width: 100%;
}

@media(min-width: 768px) {
    .facility-single .icon-box-update {
        width: 50px;
    }
}