
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,600,700|Poppins:400,400i,500,500i,600,600i,700,700i,800');
/*font-family: 'Poppins', sans-serif;
font-family: 'Open Sans', sans-serif;*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('plugin.css');
@import url('bootstrap.css');
@import url('global.css');
@import url('element.css');
@import url('header.css');
@import url('animated-heading.css');
@import url('multi-scroll.css');
/***

====================================================================
	Main Slider style
====================================================================

***/

.main-slider {
	position: relative;
	z-index: 8;
}

.main-slider .tp-caption {
	z-index: 5 !important;
}

.main-slider .tp-dottedoverlay {
	background: rgba(7, 24, 55, 0.10) !important;
}

.main-slider .tparrows.gyges {
	margin-top: -60px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: rgba(255, 255, 255, 0.20);
}

.main-slider .tparrows.gyges:before {
	line-height: 60px;
}

.main-slider .tparrows.gyges:hover {
	background-color: #b39573;
}

.main-slider h2 {
	position: relative;
	color: #ffffff;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2em;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

.main-slider h5 {
	position: relative;
	color: #ffffff;
	font-size: 20px;
	text-transform: uppercase;
}

.main-slider h5:before {
	position: absolute;
    content: '';
    width: 200px;
    height: 1px;
    right: 221px;
    bottom: 13px;
    z-index: 9;
    background-color: #fff;
}

.main-slider h2.dark-text {
	position: relative;
	color: #022222;
}

.main-slider h2.text-center:before {
	left: 50%;
	margin-left: -35px;
}

.main-slider .text {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 1.7em;
}

.main-slider .text.dark-text {
	color: #022222;
	font-size: 16px;
}

.main-slider .dark-heading {
	position: relative;
	color: #022222;
	font-size: 60px;
	border: 0px;
	padding: 0px;
	line-height: 1.2em;
}

.main-slider .dark-heading:after {
	display: none;
}

.main-slider .white-heading {
	position: relative;
	color: #fff;
	border: 0px;
	padding: 0px;
	line-height: 1.2em;
}

.main-slider .white-heading:after {
	display: none;
}

.main-slider h4 {
	position: relative;
	font-size: 36px;
	font-weight: 400;
	color: #ffffff;
}

.main-slider h1 {
	position: relative;
	font-size: 72px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.2em;
	text-transform: uppercase;
}

.slider-content {
	position: relative;
	padding: 35px 30px;
	background-color: rgba(0, 0, 0, 0.60);
}

.slider-content h3 {
	position: relative;
	color: #ffffff;
	font-size: 30px;
	line-height: 1.4em;
	font-weight: 700;
	padding-bottom: 18px;
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.slider-content h3:after {
	position: absolute;
	content: '';
	width: 70px;
	height: 1px;
	left: 0px;
	bottom: -1px;
	z-index: 10;
	background-color: #b39573;
}

.slider-content .content-text {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 25px;
}

.main-slider .tp-bannertimer {
	display: none !important;
}


/*** 

====================================================================
	Main Banner Section
====================================================================

***/

.main-banner-section {
	position: relative;
	padding: 125px 0px 250px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.main-banner-section:before {
    position: absolute;
    content: '';
    background: #0000005c;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.main-banner-section .inner-container {
	position: relative;
	padding: 250px 0px 120px;
	background-size: cover;
	background-repeat: no-repeat;
}


.main-banner-section h5 {
	position: relative;
	color: #ffffff;
	font-size: 20px;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 21px;
}

.main-banner-section h5:before {
	position: absolute;
	content: '';
	width: 200px;
	height: 1px;
	left: 221px;
	bottom: 16px;
	z-index: 9;
	background-color: #fff;
}

.main-banner-section h1 {
	position: relative;
	font-size: 48px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.2em;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.main-banner-section .text {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 25px;
	line-height: 26px;
}

/* side-bg */

.side-bg-left {
    position: fixed;
    left: 0;
    top: 0;
    width: 80px;
    height: 100%;
    background: #ffffff;
    z-index: 999;
    transform: translateX(-80px);
    transition: .7s ease;
    box-shadow: 0 0 2px #0000001a;
}

.side-bg-left.active {
	transform: translateX(0px);
}

.side-bg-left .social-icon-eleven {
    position: absolute;
    left: 23px;
    bottom: 20px;
}


/*** 

====================================================================
	Page Title Style
====================================================================

***/

.page-title {
	position: relative;
	text-align: center;
	height: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.page-title:before {
	position: absolute;
	content: '';
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.page-title h1 {
	position: relative;
	font-size: 48px;
	font-weight: 700;
	margin-top: 35px;
	color: #fff;
	line-height: 1.5em;
	text-transform: uppercase;
}

.page-title .text {
	position: relative;
	color: #848484;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}

.page-info {
	position: relative;
	color: #272727;
	z-index: 9;
}

.page-info .flex-box-five {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid #eeeeee;
}

.page-info h2 {
	font-size: 16px;
	color: #272727;
	line-height: 24px;
	font-weight: 700;
}

.page-info .bread-crumb {
	position: relative;
	font-size: 14px;
	padding: 18px 0px 17px;
}

.page-info .bread-crumb li {
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-right: 24px;
	color: #b39573;
	font-weight: 400;
	line-height: 24px;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
}

.page-info .bread-crumb li:last-child {
	margin-right: 0px;
}

.page-info .bread-crumb li:after {
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	right: -21px;
	width: 10px;
	line-height: 24px;
	font-size: 16px;
	color: #222222;
}

.page-info .bread-crumb li:last-child:after {
	display: none;
}

.page-info .bread-crumb li a {
	color: #1a1a1a;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.page-info .bread-crumb li a:hover {
	color: #b39573;
}

.page-info .share-link a i {
	margin-left: 7px;
	color: #b39573;
	margin-right: 7px;
	font-size: 14px;
}

/*** 

====================================================================
	Call To Action Section
====================================================================

***/

.call-to-action-one {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.call-to-action-one:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.60);
}

.call-to-action-one h2 {
	position: relative;
	color: #ffffff;
	font-size: 42px;
	line-height: 70px;
	font-weight: 700;
	text-transform: capitalize;
}

.call-to-action-one .text {
	font-size: 18px;
	color: #ffffff;
	position: relative;
	margin: 17px 0;
	line-height: 32px;
}

.call-to-action-one .theme-btn {
	margin-top: 30px;
	color: #fff;
	border-color: #fff;
}

.call-to-action-one .theme-btn:hover {
	color: #b39573;
	background-color: #ffffff;
}

/* call to action two */

.call-to-action-two {
	background: #b39573;
	padding: 30px 0;
}

.call-to-action-two .inner-box {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.call-to-action-two h3 {
	color: #fff;
	font-size: 20px;
	margin: 10px 0;
}

.call-to-action-two .theme-btn {
	margin: 10px 0;
}

.call-to-action-two .theme-btn:hover {
	background: #222;
	border-color: #222;
}

/** call-to-action-three  **/

.call-to-action-three {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 182px;
  padding-bottom: 187px;
}



.call-to-action-three .content {
  position: relative;
  z-index: 1;
}

.call-to-action-three .text {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}

.call-to-action-three .title {
  position: relative;
  font-size: 44px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: capitalize;
} 



/*
------------------------------------------------
  Fact Counter 
------------------------------------------------
*/

.fact-counter {
	position: relative;
	overflow: hidden;
	color: #ffffff;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}


.fact-counter .column {
	position: relative;
	margin-bottom: 10px;
	z-index: 5;
}

.fact-counter .item {
	color: #222;
	width: 100%;
}

.fact-counter .column .icon span {
	position: relative;
	top: 0px;
	font-size: 50px;
	position: absolute;
	line-height: 70px;
	top: -5px;
	left: 0;
	margin-bottom: 20px;
	color: #ab7442;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.fact-counter .count-outer {
	margin-top: 10px;
	color: #fff;
	position: relative;
	font-size: 40px;
	font-weight: 600;
}

.fact-counter .count-outer .count-text {
	margin-bottom: 5px;
	display: block;
	font-family: 'Poppins', sans-serif;
}

.fact-counter .item .inner-box {
	position: relative;
	padding-left: 80px;
}

.fact-counter .item .inner-box .icon-box {
	position: absolute;
	left: 0;
	top: 15px;
}

.fact-counter .item .inner-box .icon-box i {
	color: #b39573;
}

.fact-counter .item .inner-box .icon-box i:before {
	margin: 0;
	font-size: 54px;
}

.fact-counter .item .inner-box p {
	font-weight: 700;
	font-size: 18px;
}

.fact-counter.style-two .count-outer {
    color:  #222;
}

.fact-counter.style-three .item .inner-box {
    background: #ffffff;
    padding: 30px 40px;
}

.fact-counter.style-three .count-outer {
    color:  #222;
}

.fact-counter.style-three .item .inner-box .icon-box {
    position:  relative;
    margin-bottom: 40px;
}

/*** 

====================================================================
	Projects Style
====================================================================

***/

.projects-block-one {
	position: relative;
	margin-bottom: 30px;
	display: inline-block;
	overflow: hidden;
}

.projects-block-one .inner-box {
	text-align: center;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	position: relative;
}

.projects-block-one .inner-box img {
	width: 100%;
	height: auto;
}

.projects-block-one .inner-box .box-content {
	width: 100%;
	height: 100%;
	background: rgba(179, 149, 115, 0.85);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transform: perspective(400px) rotateX(-90deg);
	transform-origin: center top 0;
	transition: all 0.5s ease 0s;
}

.projects-block-one .inner-box:hover .box-content {
	opacity: 1;
	transform: perspective(400px) rotateX(0deg);
}

.projects-block-one .inner-box .title {
	display: inline-block;
	padding: 5px 7px;
	background: #b39573;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	margin: 0;
	position: absolute;
	bottom: 20px;
	left: 20px;
	transition: all 900ms ease 0s;
}

.projects-block-one .inner-box:hover .title {
	bottom: -40px;
}

.projects-block-one .inner-box .icon {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 42%;
	left: 0;
	right: 0;
}

.projects-block-one .inner-box .icon li {
	display: inline-block;
}

.projects-block-one .inner-box .icon li a {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	background: #ffffff;
	text-align: center;
	font-size: 16px;
	color: #b39573;
	margin-right: 7px;
	transition: all 0.35s ease 0s;
}

.projects-block-one .inner-box .icon li a:hover {
	background: #fff;
	color: #000;
}

@media only screen and (max-width:990px) {
	.projects-block-one .inner-box {
		margin-bottom: 20px;
	}
}

/* */

/* projects block two */

.projects-block-two {
	position: relative;
	margin-bottom: 30px;
}

.projects-block-two .inner-box {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.projects-block-two .image-box,
.projects-block-two .image,
.projects-block-two .image img {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.projects-block-two .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	border: 25px solid transparent;
	color: #ffffff;
	text-align: center;
	opacity: 0;
	-webkit-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	-o-transform: translateY(-25px);
	-moz-transform: translateY(-25px);
	transform: translateY(-25px);
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.projects-block-two .inner-box:hover .overlay-box {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.projects-block-two .overlay-inner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	padding: 15px;
	vertical-align: middle;
	background: rgba(0, 0, 0, 0.70);
}

.projects-block-two .overlay-content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.projects-block-two .overlay-content h3 {
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 3px;
}

.projects-block-two .overlay-content h3 a {
	position: relative;
	color: #ffffff;
}

.projects-block-two .overlay-content h3 a:hover {
	color: #b39573;
}

.projects-block-two .overlay-content .cat {
	position: relative;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	color: #cccccc;
}

.projects-block-two .overlay-content .cat a {
	position: relative;
	color: #cccccc;
}


/*** 

====================================================================
	Contact Form Style
====================================================================

***/

/*Contact Form*/

.contact-form h2 {
	position: relative;
}

.contact-form .form-group:last-child {
	margin-bottom: 30px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea {
	display: block;
	width: 100%;
	height: 55px;
	font-size: 16px;
	color: #848484;
	line-height: 30px;
	padding: 12px 25px;
	font-weight: 300;
	background-color: #ffffff;
	border-radius: 0px;
	border: 1px solid #ececec;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
	border-color: #b39573;
}

.contact-form textarea {
	height: 150px;
	resize: none;
	padding: 12px 25px;
}

.contact-form button {
	font-size: 14px;
	padding: 10px 41px 10px;
	cursor: pointer;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
	border-color: #ff0000 !important;
}

.contact-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 11px;
	color: #ff0000;
	font-weight: 500;
}

/* form style two */

.contact-form.style-two input[type="text"],
.contact-form.style-two input[type="email"],
.contact-form.style-two input[type="password"],
.contact-form.style-two select,
.contact-form.style-two textarea {
	background: #f7f8f9;
	border-color: #f7f8f9;
	box-shadow: none;
}

.contact-form.style-two textarea {
	height: 250px;
}

/* form style three */

.contact-form.style-three input[type="text"],
.contact-form.style-three input[type="email"],
.contact-form.style-three input[type="password"],
.contact-form.style-three select,
.contact-form.style-three textarea {
	background: #f7f8f9;
	border-color: #f7f8f9;
	box-shadow: none;
	padding-left: 50px;
}

.contact-form.style-three span {
	position: absolute;
	left: 30px;
	top: 13px;
	font-size: 24px;
	color: #b39573;
}

.contact-form.style-four input[type="text"], 
.contact-form.style-four input[type="email"], 
.contact-form.style-four input[type="password"], 
.contact-form.style-four select, 
.contact-form.style-four textarea {
    background: #edf0f4;
    border-color: #f7f8f9;
    box-shadow: none;
}

/*** 

====================================================================
	Map Style
====================================================================

***/

.home-google-map .google-map {
	width: 100%;
	height: 420px;
}

.home-google-map .gmnoprint {
	display: none;
}

/*** 

====================================================================
	text & image block
====================================================================

***/

.text-block-one {
	position: relative;
	margin-bottom: 30px;
}

.text-block-one h2 {
	color: #222;
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 30px;
}

.text-block-one.light h2 {
	color: #fff;
}

.text-block-one .text {
	color: #999;
	max-width: 500px;
}

/* text-block-two */

.text-block-two {
	position: relative;
	margin-bottom: 30px;
}

.text-block-two .title h2 {
	font-weight: 700;
	margin-bottom: 30px;
}

.text-block-two .title h2 span {
	color: #b39573;
}

.text-block-two .list-style-one {
	margin-bottom: 25px;
}

.text-block-two .text {
	margin-bottom: 20px;
}

/* text block three */

.text-block-three .experience-year {
	padding-right: 0;
}

.text-block-three .experience-year h1 {
	color: #222;
	font-size: 55px;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.text-block-three .experience-year p {
	color: #01273a;
	font-weight: 600;
	letter-spacing: 11px;
	margin: 0;
	text-transform: uppercase;
}

.text-block-three .experience-text {
	padding-left: 40px;
}

.text-block-three .experience-text p {
	color: #777777;
	font-size: 17px;
	line-height: 32px;
}

/* text block four */

.text-block-four {
    position: relative;
    background: #f7f8f9;
    margin-left: -80px;
    margin-top: 45px;
    padding: 30px 40px;
}

.text-block-four h3 {
	position: relative;
	font-weight:  600;
	margin-bottom: 15px;
}

.text-block-four .lower-content {
    position:  relative;
    padding-left: 90px;
    padding-bottom: 20px;
    margin-top: 25px;
}

.text-block-four .image {
    position:  absolute;
    left:  0;
}

.text-block-four .image img {
    border-radius: 50%;
}

/* text block five */
.text-block-five {
	position: relative;
	margin-bottom: 40px;
	margin-top: 30px;
	margin-left: 30px;
}

.text-block-five h4 {
	position: relative;
	color: #222;
	font-family:  inherit;
}

.text-block-five h2 {
	position: relative;
	margin-bottom: 20px;
	font-weight: 700;
	text-transform: capitalize;
}

.text-block-five .text {
	position: relative;
}

/* image block one */

.image-block-one .image {
	position: relative;
	max-height: 638px;
	overflow: hidden;
}

.image-block-one .image:before {
	   position: absolute;
    content: '';
    background: #0000005c;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.image-block-one .image img {
	max-width: 100%;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
}

.image-block-one {
	position: relative;
}

.image-block-one .read-more {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: .7s ease;
}

.image-block-one:hover .read-more {
	opacity: 1;
	visibility: visible;
	transition: .7s ease;
}

/* image block two */

.image-block-two {
	position: relative;
}


.image-block-two:before {
    position: absolute;
    content: '';
    background: url(../images/background/shap.png);
    width: 100%;
    height: 100%;
    right: -60px;
    bottom: -60px;
    background-size: cover;
    background-position:  center;
    background-repeat: no-repeat;
}

.image-block-two img {
	position: relative;
}

/* image block three */
.image-block-three .image {
	position: relative;
	padding-bottom: 60px;
	margin-bottom: 30px;
}

.image-block-three .image img {
	position: relative;
}

.image-block-three .image:before {
    position: absolute;
    content: '';
    background: url(../images/resource/about-shap.png);
    width: 420px;
    height: 406px;
    left: -60px;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

/* image block four */

.image-block-four{
	position:relative;
	margin-bottom:50px;
}

.image-block-four .inner-box{
	position:relative;
	padding-left:75px;
	padding-top:65px;
	padding-right:25px;
}

.image-block-four .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	border-top: 500px solid #f5f5f5;
	border-right:500px solid transparent;
}

.image-block-four .inner-box .image{
	max-height: 487px;
	position:relative;
	overflow: hidden;
	background: #222;
}

.image-block-four .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.image-block-four .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	color:#ffffff;
	padding:15px;
	text-align:center;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.image-block-four .overlay-box .overlay-inner{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 20px;
	background:#ffffff;
}

.image-block-four .inner-box .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
	background-color: #fff;
}

.image-block-four .inner-box .content .total{
	font-size:220px;
	font-weight:700;
	line-height:1em;
	color: #b39573;
	font-family: 'Poppins', sans-serif;
}

.image-block-four .inner-box .content .text{
	color:#8b8b8b;
	font-size:18px;
	line-height:1.8em;
	margin-top:20px;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
}




/*** 

====================================================================
    error page
====================================================================

***/


.error-section{
  position: relative;
  padding: 102px 0px 150px 0px;
  text-align: center;
}
.error-section .error-title{
  position: relative;
  font-size: 180px;
  line-height: 180px;
  color: #222;
  font-weight: 700;
  margin-bottom: 38px;
  letter-spacing: 17px;
}
.error-section .error-text{
  position: relative;
  font-size: 44px;
  line-height: 50px;
  font-weight: 300;
  color: #222;
  margin-bottom: 25px;
}
.error-section .text{
  position: relative;
  font-size: 16px;
  margin-bottom: 32px;
}
.error-section .btn-one{
  font-weight: 600;
}



/*** 

====================================================================
	comming soon
====================================================================

***/

.countdown-timer {
	position: relative;
	text-align: center;
}

.countdown-timer .countdown {
	margin: 0 85px;
	text-align: center;
}

.countdown-timer li {
	position: relative;
	display: inline-block;
	padding: 5px 0px;
	width: 25%;
	text-align: center;
	margin: 24px -2px;
	border-right: 1px dashed #fff;
}

.countdown-timer li:last-child {
	border-right: 0px;
}

.countdown-timer li span.days,
.countdown-timer li span.hours,
.countdown-timer li span.minutes,
.countdown-timer li span.seconds {
	font-size: 70px;
	color: #b39573;
	display: block;
	font-weight: 700;
	line-height: 70px;
}

.countdown-timer li span.timeRef {
	position: relative;
	font-size: 17px;
	color: #999;
	font-weight: 600;
	text-transform: uppercase;
}

.default-coundown {
	max-width: 900px;
	margin: 0 auto;
}

.countdown-timer form {
	position: relative;
	max-width: 600px;
	margin: 0 auto;
	margin-top: 34px;
}

.countdown-timer form button {
	position: absolute;
	right: 0;
	top: 0;
	background: #222;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding: 15px 20px;
	cursor: pointer;
	transition: .5s ease;
}

.countdown-timer form button:hover {
	background: #b39573;
}

.countdown-timer input[type="text"] {
	position: relative;
	line-height: 32px;
	padding: 10px 50px 10px 20px;
	border: 1px solid #e0e0e0;
	display: block;
	font-size: 14px;
	width: 100%;
	height: 55px;
	border-radius: 3px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

/* single services page */

.single-services {
	position: relative;
}

.single-services .image {
	margin-bottom: 20px;
}

.single-services .text {
	margin-bottom: 20px;
}

.single-services .two-column {
	margin-top: 50px;
}

.single-services h4.title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}

/*** 

====================================================================
	Project Details
====================================================================

***/

.project-details{
	position:relative;
	padding-bottom:100px;
}

.project-details .image-column{
	position:relative;
}

.project-details .image-column .inner-column{
	position:relative;
	padding-right:15px;
}

.project-details .image-column .image{
	position:relative;
	margin-bottom:30px;
}

.project-details .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.project-details .image-column .inner-column .owl-dots{
	display:none;
}

.project-details .image-column .inner-column .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	width:100%;
	margin-top:-20px;
}

.project-details .image-column .inner-column .owl-nav .owl-prev{
	position:absolute;
	left:30px;
	color:#9a9b9b;
	font-size:24px;
	line-height:40px;
}

.project-details .image-column .inner-column .owl-nav .owl-prev .fa:before{
	content: "\f184";
	font-family: "Flaticon";
}

.project-details .image-column .inner-column .owl-nav .owl-next{
	position:absolute;
	right:30px;
	color:#9a9b9b;
	font-size:24px;
	line-height:40px;
}

.project-details .image-column .inner-column .owl-nav .owl-next .fa:before{
	content: "\f185";
	font-family: "Flaticon";
}

.project-details .image-column .inner-column .owl-nav .owl-prev:hover,
.project-details .image-column .inner-column .owl-nav .owl-next:hover{
	color:#e54761;
}

.project-details .content-column{
	position:relative;
}

.project-details .content-column .inner-column{
	position:relative;
	padding-left:15px;
}

.project-details .content-column h2{
	position:relative;
	color:#222222;
	font-size:24px;
	font-weight:700;
	margin-bottom:20px;
	text-transform:capitalize;
}

.project-details .content-column .text{
	position:relative;
	margin-bottom:30px;
}

.project-details .content-column .text p{
	position:relative;
	color:#666666;
	font-size:14px;
	line-height:1.8em;
	margin-bottom:20px;
}

.project-details .content-column .text p:last-child{
	margin-bottom:0px;
}

.project-details .image-gallery{
	position:relative;
}

.project-details .image-gallery .image{
	position:relative;
	margin-bottom:30px;
}

.project-details .image-gallery .image img{
	position:relative;
	width:100%;
	display:block;
}

.portfolio-info-box{
	position:relative;
	margin-bottom:30px;
}

.portfolio-info-box h3{
	position:relative;
	color:#222222;
	font-size:16px;
	font-weight:700;
	margin-bottom:5px;
	text-transform:uppercase;
}

.portfolio-info-box .sub-title{
	position:relative;
	color:#666666;
	font-size:14px;
	margin-bottom:35px;
}

.portfolio-info-box.style-two .sub-title{
	margin-bottom:25px;
}

.portfolio-info-box .sub-title a{
	position:relative;
	color:#666666;
	font-size:14px;
	margin-bottom:35px;
}

.portfolio-info-box .social-icon-three a{
	margin-left:0px;
	margin-right:15px;
	font-size:16px;
}

/*Post Options*/

.post-options{
	position:relative;
	margin-top:40px;
}

.post-options .inner-box{
	position:relative;
	padding-top:40px;
}

.post-options .inner-box ul{
	position:relative;
}

.post-options .inner-box ul li.prev{
	position:relative;
	float:left;
	margin-bottom:15px;
}

.post-options .inner-box ul li.next{
	position:relative;
	float:right;
	margin-bottom:15px;
}

.post-options .inner-box ul li.prev a,
.post-options .inner-box ul li.next a{
	position:relative;
	color: #000000;
	font-size: 40px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.post-options .inner-box ul li.grid{
	position:absolute;
	left:50%;
	color: #000000;
	font-size: 40px;
	margin-left:-20px;
}

.post-options .inner-box ul li.grid a{
	color:#333333;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.post-options .inner-box ul li a:hover{
	color:#b39573;
}



/*** 

====================================================================
  Blog Style
====================================================================

***/

.blog-section {
	position: relative;
}

/*News Style One*/

.news-block-one {
	position: relative;
	margin-bottom: 40px;
}

.news-block-one .inner-box {
	position: relative;
}

.news-block-one .inner-box .image {
	position: relative;
	margin-bottom: -6px;
}

.news-block-one .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.news-block-one .inner-box .image .post-time {
	position: absolute;
	left: 30px;
	bottom: -10px;
	color: #ffffff;
	font-size: 15px;
	z-index: 1;
	padding: 6px 18px 4px;
	display: inline-block;
	background-color: #b39573;
    font-family: 'Poppins', sans-serif;
}

.news-block-one .inner-box .lower-content {
	position: relative;
	padding: 40px 15px 20px 35px;
	background-color: #ffffff;
	border: 1px solid #ebebeb;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.news-block-one .inner-box .lower-content h3 {
	position: relative;
	font-weight: 500;
	font-size: 20px;
	color: #13192d;
	margin-bottom: 15px;
	line-height: 1.4em;
}

.news-block-one .inner-box .lower-content h3 a {
	color: #13192d;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.news-block-one .inner-box .lower-content h3 a:hover {
	color: #b39573;
}

.news-block-one .inner-box .lower-content .text {
	position: relative;
	font-size: 16px;
	line-height: 1.6em;
	margin-top: -8px;
	margin-bottom: 15px;
	color: rgba(7, 16, 45, 0.70);
}

.news-block-one .inner-box .lower-content .text p {
	position: relative;
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 15px;
	color: rgba(7, 16, 45, 0.60);
}

.news-block-one .inner-box .lower-content .more-detail {
	position: relative;
	font-size: 15px;
	font-weight: 400;
	color: #afafaf;
	text-transform: capitalize;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.news-block-one .inner-box .lower-content .more-detail .icon {
	position: relative;
	top: 1px;
	margin-left: 5px;
}

.news-block-one .inner-box .lower-content .more-detail:hover {
	color: #b39573;
}

.news-block-one .inner-box .lower-content {
	border: 1px solid transparent;
	-webkit-box-shadow: 0px 4px 20px 0px rgba(244, 244, 244, 1);
	-moz-box-shadow: 0px 4px 20px 0px rgba(244, 244, 244, 1);
	box-shadow: 0px 4px 20px 0px rgba(244, 244, 244, 1);
}

/*News Block Two*/

.news-block-two{
	position:relative;
	margin-bottom:90px;
}

.news-block-two .inner-box{
	position:relative;
}

.news-block-two .inner-box .image{
	position:relative;
    background-color: #0b0b0b;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.news-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.news-block-two .inner-box:hover .image img{
    opacity: 0.6;
}

.news-block-two .inner-box .image .post-date{
	position:absolute;
	right:30px;
	bottom:30px;
	width:65px;
	height:65px;
	color:#222222;
	font-size:14px;
	font-weight:400;
	line-height:1.7em;
	text-align:center;
	padding-top:10px;
	text-transform:uppercase;
	background-color:#ffffff;
	font-family: 'Poppins', sans-serif;
}

.news-block-two .inner-box .lower-content{
	position:relative;
	padding-top:42px;
}

.news-block-two .inner-box .lower-content .post-meta{
	position:relative;
}

.news-block-two .inner-box .lower-content .post-meta li{
	position:relative;
	margin-right:12px;
	display:inline-block;
}

.news-block-two .inner-box .lower-content .post-meta li a{
	position:relative;
	color:#666666;
	font-size:14px;
}

.news-block-two .inner-box .lower-content .post-meta li .icon{
	position:relative;
	color:#b39573;
	font-size:16px;
	margin-right:8px;
	line-height:1em;
}

.news-block-two .inner-box .lower-content h3{
	position:relative;
	margin-bottom:15px;
	margin-top:12px;
	color:#222222;
	font-size:36px;
	font-weight:400;
	line-height:1.1em;
	text-transform:capitalize;
}

.news-block-two .inner-box .lower-content h3 a{
	position:relative;
	color:#222222;
	font-size:36px;
	font-weight:400;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.news-block-two .inner-box .lower-content h3:hover a {
	color: #b39573;
}

.news-block-two .inner-box .lower-content .text{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:1.9em;
}

.news-block-two .inner-box .lower-content .text p{
	position:relative;
	color:#666666;
	font-size:14px;
	margin-bottom:35px;
}

.news-block-two .inner-box .lower-content .text p:last-child{
	margin-bottom:0px;
}

.news-block-two .inner-box .lower-content .text blockquote{
	position:relative;
	color:#222222;
	font-size:20px;
	font-weight:400;
	line-height:1.6em;
	padding:0px;
	border:0px;
	margin-left:65px;
	padding-left:40px;
	font-style:italic;
	margin-bottom:40px;
}

.news-block-two .inner-box .lower-content .text blockquote .icon{
	position:absolute;
	left:0px;
	top:5px;
	color:#e54761;
	font-size:24px;
	line-height:1em;
	margin-right:20px;
	display:inline-block;
}


/* news block three */

.news-block-three {
	position: relative;
	margin-bottom: 30px;
}

.news-block-three .lower-content {
    max-width: 295px;
    margin-top: 90px;
}

.news-block-three .image {
	margin-right: 20px;
}

.news-block-three .date {
    position:  absolute;
    left: 200px;
    top:  30px;
    background: #b39573;
    color: #fff;
    padding: 5px 20px;
    font-size: 18px;
}

.news-block-three .text {
	margin-bottom: 15px;
}

.news-block-three h4 {
	font-size: 24px;
	margin-bottom: 10px;
}

.news-block-three .post-meta {
	position: relative;
	border-top: 1px solid #f0f0f0;
	padding-top: 15px;
}

/* news block four */
.news-block-four{
	position:relative;
	margin-bottom:40px;
}

.news-block-four .inner-box{
	position:relative;
}

.news-block-four .inner-box .image{
	position:relative;
    background-color: #0b0b0b;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.news-block-four .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.news-block-four .inner-box:hover .image img{
    opacity: 0.6;
}

.news-block-four .inner-box .image .post-date{
	position:absolute;
	right:30px;
	bottom:30px;
	width:65px;
	height:65px;
	color:#222222;
	font-size:14px;
	font-weight:400;
	line-height:1.7em;
	text-align:center;
	padding-top:10px;
	text-transform:uppercase;
	background-color:#ffffff;
	font-family: 'Poppins', sans-serif;
}

.news-block-four .inner-box .lower-content{
	position:relative;
	padding-top:42px;
}

.news-block-four .inner-box .lower-content .post-meta{
	position:relative;
}

.news-block-four .inner-box .lower-content .post-meta li{
	position:relative;
	margin-right:12px;
	display:inline-block;
}

.news-block-four .inner-box .lower-content .post-meta li a{
	position:relative;
	color:#666666;
	font-size:14px;
}

.news-block-four .inner-box .lower-content .post-meta li a .icon{
	position:relative;
	color:#666666;
	font-size:16px;
	margin-right:8px;
	line-height:1em;
}

.news-block-four .inner-box .lower-content h3{
	position:relative;
	margin-bottom:8px;
	text-transform:uppercase;
}

.news-block-four .inner-box .lower-content h3 a{
	position:relative;
	color:#222222;
	font-size:18px;
	font-weight:700;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.news-block-four .inner-box .lower-content h3 a:hover{
	color:#b39573;
}

.news-block-four .inner-box .lower-content .text{
	position:relative;
	color:#666666;
	font-size:14px;
	line-height:1.9em;
	margin-bottom:40px;
}

.news-block-four .inner-box .lower-content .read-btn{
	position:relative;
	color:#222222;
	font-size:12px;
	padding:10px 26px;
	display:inline-block;
	border:1px solid #222222;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.news-block-four .inner-box .lower-content .read-btn:hover{
	color:#ffffff;
	background-color:#222222;
}


/* blog single post*/

.news-block-quote {
	position: relative;
	padding: 40px 30px 20px 30px;
	font-size: 16px;
	color: #777777;
	line-height: 2em;
	text-align: center;
	font-style: italic;
	margin-top: 50px;
	margin-bottom: 40px;
	border: 1px solid #eeeeee;
}

.news-block-quote .author-title {
	position: relative;
	color: #444444;
	font-size: 15px;
	margin-top: 10px;
	font-weight: 600;
	font-style: normal;
}

.news-block-quote:before {
	position: absolute;
	content: '\f10d';
	left: 50%;
	font-family: FontAwesome;
	top: -30px;
	margin-left: -40px;
	width: 80px;
	height: 60px;
	line-height: 60px;
	font-style: normal;
	color: #b39573;
	font-size: 24px;
	background-color: #ffffff;
}

.share-option {
	position: relative;
	padding: 10px 0px;
	margin-top: 15px;
	margin-bottom: 40px;
	border-bottom: 1px solid #e0e0e0;
}

.share-option strong {
	font-size: 18px;
	line-height: 40px;
	font-weight: 600;
	color: #1c1c1c;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
}

/*** 

====================================================================
  Comments Area
====================================================================

 ***/

.comments-area {
	position: relative;
	margin-top: 70px;
	margin-bottom: 50px;
	border-bottom: 1px solid #eeeeee;
}

.comments-area .group-title {
	position: relative;
	margin-bottom: 15px;
}

.group-title h2 {
	position: relative;
	font-size: 36px;
	color: #1c1c1c;
	font-weight: 700;
	padding-bottom: 0px;
	text-transform: capitalize;
}

.comments-area .comment-box {
	position: relative;
	padding: 0px 0px 25px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comments-area .comment-box:nth-child(1) {
	padding-top: 0px;
}

.comments-area .comment-box:hover {
	border-color: #222222;
}

.comments-area .comment {
	position: relative;
	font-size: 14px;
	padding: 30px 0px 0px 110px;
	border-top: 1px solid #eeeeee;
}

.comments-area .comment .comment-inner {
	position: relative;
}

.comments-area .comment .comment-reply {
	position: absolute;
	right: 0px;
	top: 4px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	padding: 2px 12px;
	background-color: #b39573;
	display: inline-block;
	text-transform: capitalize;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comments-area .comment-box .author-thumb {
	position: absolute;
	left: 0px;
	top: 30px;
	margin-bottom: 20px;
}

.comments-area .comment-box .author-thumb img {
	width: 80px;
	display: block;
	border-radius:  50%;
}

.comments-area .comment-info {
	color: #3e5773;
	line-height: 24px;
	font-size: 13px;
}

.comments-area .comment-box strong {
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	line-height: 16px;
	text-transform: capitalize;
}

.comments-area .comment-box .text {
	color: rgba(0, 0, 0, 0.70);
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 1.8em;
}

.comments-area .comment-info .comment-time {
	position: relative;
	font-size: 16px;
	color: #999999;
	font-family:  'Poppins', sans-serif;
}

.comments-area .comment-box .theme-btn {
	padding: 5px 30px;
	font-size: 12px;
	border: 1px solid #fbca00;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/*** 

====================================================================
	Main Footer Style
====================================================================

***/

.main-footer {
	position: relative;
}

.footer-column-border {
	position: relative;
	margin-bottom: 23px;
}



.footer-title {
	position: relative;
	color: #fff;
	margin-bottom: 40px;
	font-size: 20px;
	font-weight: 500;
}

/*footer about*/

.footer-about {
	position: relative;
	margin-bottom: 30px;
}

.footer-about .footer-logo {
	margin-bottom: 35px;
}

.footer-about .text {
	margin-bottom: 25px;
	color: #ffffff4d;
}

/* footer link */

.footer-link {
	position: relative;
	margin-bottom: 25px;
}

.footer-link ul li a {
	position: relative;
	display: inline-block;
	margin-bottom: 5px;
	color: #ffffff4d;
	transition: .3s ease;
	font-size: 15px;
}

.footer-link ul li a:hover {
	color: #fff;
}

.footer-link ul li a i {
	margin-right: 10px;
}

/*footer news post*/
.main-footer .news-widget .post{
	position:relative;
	min-height:80px;
	padding-left:110px;
	padding-top:0px;
	margin-bottom:30px;	
}

.main-footer .news-widget .post:last-child{
	margin-bottom:0px;	
}

.main-footer .news-widget .post .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	height:80px;
}

.main-footer .news-widget .post .post-thumb img{
	display:block;
	width:100%;	
}

.main-footer .news-widget .post h4{
	font-size:14px;
	color:#ffffff;
	line-height:24px;
	font-weight:500;
	margin-bottom:5px;
	text-transform:uppercase;	
}

.main-footer .news-widget .post h4 a{
	color: #ffffff4d;
}

.main-footer .news-widget .post h4 a:hover{
	color:#b39573;	
}

.main-footer .news-widget .post .time{
	color:#b39573;
	font-size:13px;
}


/*footer-newsletter*/

.main-footer .subscribe-form-two {
	position: relative;
}

.main-footer .subscribe-form-two .form-group {
	position: relative;
	margin-top: 22px;
	margin-bottom: 30px;
}

.main-footer .subscribe-form-two .form-group span {
	position: absolute;
	left: 15px;
	top: 16px;
	border-right: 1px solid #ffffff38;
	color: #848484;
	font-size: 14px;
	z-index: 99;
	line-height: 20px;
	padding-right: 12px;
}

.main-footer .subscribe-form-two input {
	position: relative;
	width: 100%;
	padding: 11px 20px;
	padding-right: 50px;
	border: 1px solid #313131;
	border-radius: 0 25px 25px 0;
	background: #313131;
	color: #fff;
}

.main-footer .subscribe-form-two button {
    position: absolute;
    right: 0;
    padding: 0 15px;
    background: #454545;
    top: 0;
    color: #c9c9c9;
    height: 50px;
    width: 50px;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
}

.main-footer .footer-newsletter .social-icon-six {
	margin-top: 30px;
}

.main-footer .footer-newsletter .text {
	color: #ffffff4d;
}

.main-footer .social-icon-four li a {
	color: #c5c5c5;
	background: #3f3f3f;
}

.main-footer .social-icon-four li a:hover {
	color: #b39573;
}

/*footer bottom*/

.footer-bottom {
	position: relative;
	padding: 30px 0;
	font-size: 13px;
	color: #95979a;
}

.footer-bottom.style-two .footer-copyright {
	line-height: 55px;
}

.footer-bottom .footer-copyright a {
	color: #b39573;
}

.footer-bottom .footer-menu li {
	display: inline-block;
}

.footer-bottom .footer-menu li a {
	color: #848484;
	font-family: 'Poppins', sans-serif;
}

/* footer style two */
.main-footer-two {
	position: relative;
	text-align:center;
	color:#999999;	
	background: #2b2b2b;
}

.main-footer-two .footer-upper {
	position:relative;
	padding:55px 0px;
}

.main-footer-two .logo{
	position:relative;
	margin-bottom:30px;	
	margin-left: 30px;
}

.main-footer-two .footer-nav {
	position:relative;
	margin-bottom:10px;	
}

.main-footer-two .footer-nav li {
	position:relative;
	display:inline-block;
	line-height:24px;
	margin:0px 15px 15px;	
}

.main-footer-two .footer-nav li a {
	position:relative;
	display:block;
	line-height:24px;
	font-size:13px;
	text-transform:uppercase;
	color:#999999;	
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-footer-two .footer-nav li a:hover {
	color:#b39573;	
}

.main-footer-two .social-links{
	position:relative;
}

.main-footer-two .social-links li {
	position:relative;
	display:inline-block;
	margin:0px 3px 7px;	
}

.main-footer-two .social-links li a {
	position:relative;
	display:block;
	line-height:50px;
	border-radius: 50%;
	width:50px;
	height:50px;
	color:#999999;
	background:#282828;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-footer-two .social-links li a:hover {
	color:#ffffff;
	background:#b39573;	
}

.main-footer-two .footer-bottom {
	position:relative;
	padding:30px 0px;
	line-height:30px;
	text-align:center;
	color:#999999;
	border-top:1px solid rgba(255,255,255,0.10);	
}


/* services-block-one */

.services-block-one {
	position: relative;
	margin-bottom: 30px;
}

.services-block-one .inner-box {
	position: relative;
}

.services-block-one .inner-box .image {
	position: relative;
}

.services-block-one .inner-box .image:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 0%;
	display: block;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.59);
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.services-block-one .inner-box:hover .image:before {
	height: 100%;
}

.services-block-one .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.services-block-one .inner-box .lower-content {
	position: relative;
}

.services-block-one .inner-box .lower-content .upper-box {
	position: relative;
	padding: 16px 0px;
	padding-left: 90px;
	border: 1px solid #eeeeee;
}

.services-block-one .inner-box .lower-content .upper-box .icon-box {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #b39573;
	width: 70px;
	font-size: 36px;
	line-height: 24px;
	padding: 18px 0px;
	text-align: center;
	border-right: 1px solid #eeeeee;
}

.services-block-one .inner-box .lower-content .upper-box h3 {
	position: relative;
	font-size: 18px;
	font-weight: 600;
}

.services-block-one .inner-box .lower-content .upper-box h3 a {
	position: relative;
	color: #222222;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.services-block-one .inner-box .lower-content .upper-box h3 a:hover {
	color: #b39573;
}

.services-block-one .inner-box .lower-content .text {
	position: relative;
	color: #848484;
	font-size: 16px;
	line-height: 1.7em;
	margin-top: 15px;
}

/* services-block-two */

.services-block-two{
	position:relative;
	margin-bottom: 30px;
}

.services-block-two:before {
    position: absolute;
    content: '';
    /* background: #b39573; */
    left: 30px;
    top: 30px;
    bottom: 15px;
    right: 30px;
    transition: .5s ease;
    transition-delay: .3s;
}

.services-block-two:hover:before {
	left: 0;
	top: -15px;
}

.services-block-two .inner-box{
	position:relative;
	/* background:  #fff; */
	padding: 30px 35px 38px;
	text-align:  center;
}

.services-block-two .inner-box:before {
    position: absolute;
    content: '';
    background: #222;
    left: 0px;
    top: 0px;
    height: 0%;
    right: 0px;
    transition: .5s ease;
}

.services-block-two:hover .inner-box:before {
	height: 100%;
}

.services-block-two .inner-box .icon-box{
	position:relative;
	font-size: 50px;
	line-height:1em;
	color: #b39573;
	margin-bottom:20px;
}

.services-block-two .inner-box h3{
	position:relative;
	color:#222222;
	font-size:26px;
	font-weight:700;
	margin-bottom:12px;
	text-transform:uppercase;
}

.services-block-two .inner-box h3 a{
	position:relative;
	color: #ddd;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.services-block-two:hover .inner-box h3 a {
	color: #fff;
}

.services-block-two .inner-box h3 a:hover{
	color:#b39573;
}

.services-block-two .inner-box .text{
	position:relative;
	color: #eee;
	font-size:14px;
	transition: .5s ease;
}

.services-block-two:hover .inner-box .text {
	color: #fff;
}


/* services block three */
.services-block-three .content-column,
.services-block-three .image-column{
	margin-bottom: 30px;
}

.services-block-three .image-column .image{
	position: relative;
}

.services-block-three .image-column .image:before {
    position: absolute;
    content: '';
    background: #ddd;
    left: 30px;
    top: 30px;
    bottom: -30px;
    right: -30px;
}

.services-block-three .image-column .image img{
	display: block;
	width: 100%;
	transition: 2s ease;
	position:  relative;
}

.services-block-three:hover .image-column .image img {
    transform: translate(30px,30px);
}

.services-block-three .content-column .inner-column{
	position: relative;
	padding: 65px 0 0px;
	max-width: 460px;
	margin: 0 auto;
}

.services-block-three .content-column .title{
	position: relative;
	margin-bottom: 29px;
	padding-bottom: 25px;
}

.services-block-three .content-column .title:after{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	width: 30px;
	background-color: #b39573;
	content:"";
}

.services-block-three .content-column .title h3{
	font-size: 24px;
	font-weight: 500;
	color: #222222;
	line-height: normal;
}

.services-block-three .content-column .title h3 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.services-block-three .content-column .title h3:hover a{
	color: #b39573;
}


.services-block-three .content-column .title span{
	font-size: 14px;
	line-height: normal;
	color: #777777;
	font-weight: 400;
}
.services-block-three .content-column p{
	font-size: 16px;
	color: #555555;
	font-weight:300;
}

.services-block-four{
	position:relative;
	margin-bottom:45px;
}

.services-block-four .inner-box{
	position:relative;
	padding-left:100px;
}

.services-block-four .inner-box:hover .icon-box{
	color:#ffffff;
	background-color: #b39573;
}

.services-block-four .inner-box .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	height:80px;
	font-size:38px;
	line-height:80px;
	text-align:center;
	border-radius:50%;
	background-color:#f7f7f7;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block-four .inner-box h3{
	position:relative;
	font-size:18px;
	font-weight:400;
	line-height:1.2em;
	margin-bottom:15px;
}

.services-block-four .inner-box h3 a{
	color:#222222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block-four .inner-box h3 a:hover{
	color:#fdb821;
}

.services-block-four .inner-box .text{
	position:relative;
	color:#848484;
	font-size:16px;
}

/*Services Block five*/

.services-block-five{
  position:relative;
  margin-bottom: 39px;
}

.services-block-five .inner{
  position:relative;
  padding-left: 95px;
}

.services-block-five .inner .icon-box{
  position:absolute;
  left:0px;
  top: 5px;
  width: 80px;
  height:80px;
  color: #b39573;
  font-size: 45px;
  height: 80px;
  width: 80px;
  background: #ffffff;
  border-radius:  50%;
  text-align:   center;
  line-height: 80px;
}

.services-block-five .inner h3{
  position:relative;
  font-size:20px;
  font-weight:500;
  margin-bottom: 2px;
}

.services-block-five .inner h3 a{
  position:relative;
  color:#222222;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.services-block-five .inner h3 a:hover{
  color:#b39573;
}

.services-block-five .inner p {
  color: #19c365;
}

.services-block-five .inner .text{
  position:relative;
  color:#848484;
  font-weight:300;
}

/* services block six */

.services-block-six {
  position:relative;
  margin-bottom: 50px;
}

.services-block-six .inner {
  position:relative;
  min-height:60px;
  margin-left: 30px;
}

.services-block-six .inner .icon-box {
  position: relative;
  width: 70px;
  height: 70px;
  color:#ffffff;
  font-size:40px;
  margin-bottom: 30px;
  line-height: 70px;
  text-align:center;
  border-radius: 50%;
  background-color: #b39573;
}

.services-block-six .inner .icon-box span {
  display: block;
}

.services-block-six .inner h3 {
  position:relative;
  font-size:20px;
  font-weight:600;
  line-height:1em;
  margin-bottom: 20px;
}

.services-block-six .inner h3 a {
  color:#333333;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.services-block-six .inner h3 a:hover {
  color: #b39573;
}

.services-block-six .inner .service-text {
  font-size:15px;
  color:#777777;
}

/* services block seven */

.services-block-seven .about-title{
	position:relative;
}

.services-block-seven .about-title h2{
	position:absolute;
	left:0px;
	top:0px;
	font-size:128px;
	color:#f5f5f5;
	line-height:1em;
	font-weight:700;
}

.services-block-seven .about-title h3{
	position:relative;
	color: #b39575;
	font-size:18px;
	font-weight:400;
	letter-spacing:5px;
	line-height: 128px;
	display:inline-block;
	text-transform:uppercase;
}

.services-block-seven .about-title h3:after{
	position:absolute;
	content:'';
	left:105%;
	top:50%;
	width:70px;
	height:1px;
	margin-top:-1px;
	background-color: #b39575;
}

.services-block-seven .about-title h4{
	color:#242424;
	font-size:50px;
	line-height:1.2em;
	font-weight:700;
	margin-top:5px;
}

.services-block-seven{
	position:relative;
}

.services-block-seven:before{
	content:'';
	position:absolute;
	left:100%;
	margin-left:-200px;
	top:100px;
	width:360px;
	height:360px;
	border:15px solid #fafafa;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
}

.services-block-seven .inner-box .text{
	position:relative;
	padding-left:100px;
	margin-top:50px;
}

.services-block-seven .inner-box .text:before{
	position:absolute;
	content:'';
	left:0px;
	top:14px;
	width:80px;
	height:1px;
	margin-top:-1px;
	background-color: #b39575;
}

.services-block-seven .inner-box .text p{
	position:relative;
	font-size:17px;
	font-weight:400;
	color:#959595;
	line-height:1.9em;
	margin-bottom:20px;
}





/* single shop item */

.single-shop-item {
	margin-bottom: 30px;
}

.single-shop-item .img-box {
	position: relative;
	overflow: hidden;
	border: 1px solid #ccc;
	transition: .5s ease;
	background: #f7f7f7;
	text-align: center;
}

.single-shop-item:hover .img-box {
	transition: .5s ease;
}

.single-shop-item .img-box .offer-box {
	position: absolute;
	top: 10px;
	left: 10px;
}

.single-shop-item .img-box .offer-box .inner {
	position: relative;
}

.single-shop-item .img-box .offer-box .inner:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 0;
	height: 0;
	background-color: transparent;
	border-bottom: 35px solid transparent;
	border-bottom: 35px solid transparent;
	border-top: 35px solid #ab7442;
	border-left: 35px solid #ab7442;
	border-right: 35px solid transparent;
}

.single-shop-item .img-box .offer-box .inner span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	transform: rotate(-45deg);
	line-height: 35px;
	transform-origin: 70% 35%;
}

.single-shop-item .text-box h3,
.single-shop-item .text-box p {
	margin: 0;
}

.single-shop-item .text-box h3 {
	font-size: 18px;
	line-height: 50px;
	color: #1F1F1F;
	margin-top: 10px;
}

.single-shop-item .text-box p {
	font-size: 20px;
	line-height: 24px;
}

.single-shop-item .text-box p i {
	font-size: 18px;
}

.single-shop-item .text-box p span {
	display: inline-block;
	vertical-align: top;
	color: #ab7442;
	font-size: 18px;
	font-weight: 400;
}

.single-shop-item .text-box p del {
	color: #9f9f9f;
	font-size: 14px;
	line-height: 24px;
	vertical-align: super;
	display: inline-block;
	font-weight: normal;
}

.single-shop-item .text-box p del i {
	font-size: 14px;
}

.single-shop-item .thm-btn.thm-tran-bg {
	color: #222;
	border-color: #fff;
	background: #fff;
}

.single-shop-item .thm-btn:hover {
	color: #b39573;
	background: #ffffff;
}

.single-shop-item:hover .img-box .overlay {
	background-color: rgba(255, 255, 255, 0.9);
}

.single-shop-item:hover .img-box .overlay .box .content ul li a {
	opacity: 1;
	transform: translate3d(0px, 0px, 0);
}

.default-overlay-outer {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 10px;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.default-overlay-outer .inner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	text-align: center;
}

.default-overlay-outer .inner .content-layer {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	color: #ffffff;
}

.single-shop-item .default-overlay-outer {
	opacity: 0;
	top: -100%;
	background: rgba(0, 0, 0, 0.70);
}

.single-shop-item:hover .default-overlay-outer {
	top: 0;
	opacity: 1;
}

.single-shop-item .content-box {
	position: relative;
	padding: 20px 20px 15px;
	border: 1px solid #f4f4f4;
	border-top: 0px;
}

.single-shop-item .content-box h4 {
	font-size: 16px;
	font-weight: 600;
	margin: 0px 0px;
	line-height: 1.4em;
	color: #252525;
	margin-bottom: 12px;
    text-align: center;
}

.single-shop-item .content-box a,
.single-shop-item .content-boxa:hover {
	color: #b89b5e;
}

.single-shop-item .content-box h4 a {
	color: #252525;
	text-transform: uppercase;
}

.single-shop-item .bottom {
	position: relative;
	padding: 15px 0 0;
	border-top: 1px solid #f4f4f4;
	margin-top: 20px;
}

.single-shop-item .content-box .rating {
	font-size: 13px;
	color: #b39573;
	position: absolute;
	right: 5px;
	margin-bottom: 0;
	top: 17px;
}

.single-shop-item .content-box .item-price {
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	line-height: 24px;
	font-family:  'Poppins', sans-serif;
}

.single-shop-item .content-box .item-price del {
	color: #a2a2a2;
	margin-left: 7px;
	font-size: 15px;
}

.single-shop-item .content-box .item-price .strike-through {
	color: #999999;
	font-weight: normal;
	font-size: 14px;
	padding-left: 10px;
	line-height: 20px;
	font-family: 'Lato', sans-serif;
}

/*** 
=============================================
   Shop Single area  style
=============================================
***/

.shop-single-area {
	position: relative;
}

.product-content-box {
	margin-bottom: 106px;
}

.product-content-box .img-box {
	text-align: center;
}

.product-content-box .flexslider .slides img {
	width: auto;
	display: inline-block;
}

.single-products-details .theme-btn {
	display: inline-block;
	margin-left: 20px;
}

.product-content-box .flexslider {
	background: #f1f3f2 none repeat scroll 0 0;
	border: none;
	padding: 0px 0;
	border-radius: 0;
	margin: 0 0px 10px 0;
	position: relative;
	text-align: center;
}

.product-content-box .flex-viewport {
	border: none;
	max-height: 450px;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.product-content-box .flex-control-thumbs {
	margin: 10px 0 0;
	overflow: hidden;
	position: static;
	display: none;
}

.product-content-box .flex-control-thumbs li {
	float: left;
	margin: 0 3% 0 0;
	width: 25%;
}

.product-content-box .flex-control-thumbs img {
	border: medium none;
	cursor: pointer;
	display: block;
	height: auto;
	opacity: 0.6;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	width: 100%;
	border: 3px solid #f7f7f7;
}

.product-content-box .flex-control-thumbs .flex-active {
	cursor: default;
	opacity: 1;
	border: 3px solid #ab7442;
}

.product-content-box .flex-control-thumbs .flex-active:focus {
	outline: none;
}

.product-content-box .content-box h3 {
	color: #222;
	font-size: 24px;
	font-weight: 400;
	margin: 0px 0 5px;
	text-transform: capitalize;
}

.product-content-box .content-box del {
	color: #a2a2a2;
	margin-left: 10px;
}

.product-content-box .content-box .review-box {
	margin: 0 0 10px;
}

.product-content-box .content-box .review-box ul li {
	display: inline-block;
	margin-right: 3px;
}

.product-content-box .content-box .review-box ul {
	display: inline-block;
	padding-right: 1px;
}

.product-content-box .content-box .review-box ul li i {
	color: #b39573;
	font-size: 14px;
}

.product-content-box .content-box span.price {
	color: #b39573;
	font-size: 22px;
}

.product-content-box .content-box .text {
	margin: 0px 0 0;
	overflow: hidden;
	padding: 14px 0 0;
}

.product-content-box .content-box .location-box {
	margin: 4px 0 18px;
	position: relative;
}

.product-content-box .content-box .location-box p {
	color: #1f1f1f;
	margin: 0 0 12px;
}

.product-content-box .content-box .location-box form input {
	border: 2px solid #f7f7f7;
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	width: 170px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.product-content-box .content-box .location-box form input:focus {
	border-color: #b39573;
}

.product-content-box .content-box .location-box form button {
	background: #f7f7f7 none repeat scroll 0 0;
	border: medium none;
	color: #292929;
	font-size: 14px;
	font-weight: 600;
	position: absolute;
	left: 178px;
	top: 37px;
	height: 40px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 95px;
	margin-left: 6px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.product-content-box .content-box .location-box form button:hover {
	background: #b39573;
	color: #fff;
}

.product-content-box .content-box .location-box form span {
	color: #b39573;
	margin-top: 20px;
	display: block;
}

.product-content-box .content-box .addto-cart-box .input-group.bootstrap-touchspin {
	float: left;
	width: 70px;
	margin-right: 20px;
}

.product-content-box .content-box .addto-cart-box .form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #eaeaea;
	border-radius: 0 !important;
	box-shadow: none;
	color: #272727;
	display: block;
	font-size: 18px;
	font-weight: 500;
	height: 50px;
	padding: 6px 0 8px;
	text-align: center;
}

.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	border-radius: 0
}

.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	border-radius: 0;
	margin-top: -2px;
}

.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical>.btn {
	display: block;
	float: none;
	margin-left: -1px;
	max-width: 100%;
	padding: 12px 12px;
	position: relative;
	width: 100%;
}

.product-content-box .content-box .addto-cart-box .btn-default {
	background-color: #efefef;
	border-color: #efefef;
	color: #9e9e9e;
}

.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical i {
	color: #b39573;
	font-weight: normal;
	left: 4.5px;
	position: absolute;
	top: 0px;
	font-size: 18px;
	font-style: normal;
}

.product-content-box .content-box .addto-cart-box button.addtocart {
	margin-left: 25px;
}

.product-tab-box {
	padding: 30px;
	padding-top: 0;
	border: 1px solid #f4f4f4;
}

.product-tab-box .tab-menu {
	border-bottom: 1px solid #f7f7f7;
	margin-top: -50px;
	margin-bottom: 33px;
	position: relative;
	left: -31px;
}

.product-tab-box .tab-menu li {
	display: block;
	float: right;
	margin-bottom: -1px;
}

.product-tab-box .tab-menu li a {
	border: 1px solid transparent;
	border-radius: 0;
	display: block;
	margin-right: 10px;
	padding: 13px 35px;
	color: #1f1f1f;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	background: #f7f7f7;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.product-tab-box .tab-menu li.active a,
.product-tab-box .tab-menu li:hover a {
	background: #b39573;
	color: #fff;
	border-color: #b39573;
}

.product-tab-box .tab-content {}

.product-tab-box .tab-content .review-box .single-review-box {
	margin-bottom: 10px;
	padding-bottom: 32px;
	padding-left: 80px;
	position: relative;
}

.product-tab-box .tab-content .review-box .single-review-box .img-holder {
	left: 0;
	position: absolute;
	top: 0;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder {
	border: 1px solid #f4f4f4;
	padding: 20px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top {
	margin: 0 0 8px;
	overflow: hidden;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul {
	margin-top: -4px;
	padding-left: 20px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul li {
	display: inline-block;
	margin-right: 3px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul li i {
	color: #b39573;
	font-size: 14px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-date {
	color: #ab7442;
	margin-top: -5px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .text p {
	margin: 0 0 15px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .text a.reply {
	color: #ab7442;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.product-tab-box .tab-content .product-details-content {
	margin-top: -5px;
}

.product-tab-box .tab-content .product-details-content .highlight {
	margin: 42px 0 0;
}

.product-tab-box .tab-content .product-details-content .highlight .highlight-title {
	color: #292929;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 28px;
}

.product-tab-box .tab-content .product-details-content .highlight li {
	position: relative;
	padding-bottom: 12px;
	padding-left: 25px;
}

.product-tab-box .tab-content .product-details-content .highlight li:before {
	content: "\f00c";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	color: #ab7442;
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 0;
}

.product-tab-box .tab-content .review-form {
	padding-top: 16px;
}

.product-tab-box .tab-content .review-form .services-block-seven .about-title-two {
	padding-bottom: 34px;
}

.product-tab-box .tab-content .review-form .add-rating-box {
	margin: 0 0 23px;
}

.product-tab-box .tab-content .review-form .add-rating-box .add-rating-title h4 {
	color: #292929;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 10px;
	text-transform: none;
}

.product-tab-box .tab-content .review-form .add-rating-box ul li {
	display: inline-block;
	margin: 0 0px;
	border-right: 1px solid #e5e5e5;
	padding: 0 11px;
}

.product-tab-box .tab-content .review-form .add-rating-box ul li:last-child {
	margin-right: 0;
}

.product-tab-box .tab-content .review-form .add-rating-box ul li a i {
	color: #ddd;
	margin-right: 3px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-size: 14px;
}

.product-tab-box .tab-content .review-form .add-rating-box ul li.active a i,
.product-tab-box .tab-content .review-form .add-rating-box ul li a:hover i {
	color: #b39573;
}

.product-tab-box .tab-content .review-form form input[type="text"],
.product-tab-box .tab-content .review-form form textarea {
	height: 50px;
	width: 100%;
	border: 1px solid #eaeaea;
	color: #9e9e9e;
	font-size: 14px;
	padding: 0 15px;
	margin-bottom: 30px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.product-tab-box .tab-content .review-form form textarea {
	height: 110px;
	padding: 10px 15px;
	margin-bottom: 32px;
}

.product-tab-box .tab-content .review-form .add-rating-box ul li:hover a i {
	opacity: 1;
}

.product-tab-box .tab-content .review-form form input[type="text"]:focus {
	border-color: #b39573;
}

.product-tab-box .tab-content .review-form form textarea:focus {
	border-color: #b39573;
}

.related-product {
	border-top: 1px solid #f7f7f7;
	margin-top: 60px;
	padding-top: 56px;
}

.related-product .single-product-item {
	margin-bottom: 0;
}

.related-product .owl-controls {
	position: absolute;
	right: 0px;
	top: -90px;
}

.related-product .owl-theme .owl-nav [class*="owl-"] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #f7f7f7;
	border-radius: 50%;
	color: #cccbcb;
	font-size: 20px;
	height: 45px;
	line-height: 42px;
	margin: 0;
	padding: 0;
	text-align: center;
	-webkit-transition: all 700ms ease 0s;
	transition: all 700ms ease 0s;
	width: 45px;
	font-weight: 900;
}

.related-product .owl-theme .owl-nav [class*="owl-"] i {
	font-size: 20px;
	font-weight: 900;
}

.related-product .owl-theme .owl-nav .owl-next {
	margin-left: 10px
}

.related-product .owl-theme .owl-nav [class*="owl-"]:hover {
	color: #fff;
	background: #ab7442;
	border: 2px solid #ab7442;
}

.product-review-tab .add_your_review .review-title h3 {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 600;
	color: #252525;
}

.tab-title-h4 h4 {
	color: #3d3d3d;
	font-size: 20px;
	margin-bottom: 40px;
}

/************************** 
* Cart Page styles 
***************************/

.cart-section {
	position: relative;
}

.cart-section ul {
	margin: 0;
	padding: 0;
}

.cart-section ul li {
	list-style: none;
}

.cart-section .thm-btn {
	line-height: 40px;
}

.cart-section .sec-pad {
	padding-bottom: 70px;
}

.cart-section .services-block-seven .about-title.medium {
	padding-bottom: 25px;
}

.cart-section .cart-outer {
	position: relative;
}

.cart-section .cart-outer .dropdown-toggle::after {
	display: none;
}

.cart-section .table-outer {
	position: relative;
	width: 100%;
	overflow-x: auto;
}

.cart-section .cart-table {
	width: 100%;
	min-width: 900px;
}

.cart-table .cart-header {
	position: relative;
	width: 100%;
	text-transform: capitalize;
	font-size: 16px;
	border-radius: 7px;
	font-family: "Poppins", sans-serif;
	background: #f7f7f7;
}

.cart-table thead tr th {
	line-height: 24px;
	padding: 20px 15px;
	min-width: 120px;
	font-weight: normal;
}

.cart-table thead tr th.prod-column {
	text-align: left;
	padding-left: 40px;
}

.cart-table tbody tr td {
	line-height: 24px;
	padding: 15px 10px;
	min-width: 100px;
	font-size: 16px;
	font-weight: bold;
	color: yellow;
}

.cart-table tbody tr .qty {
	width: 120px;
	padding-right: 20px;
}

.cart-table tbody tr .qty .quantity-spinner {
	background: black;
}

.cart-table tbody tr .prod-column .column-box {
	position: relative;
	min-height: 90px;
	padding-left: 85px;
	padding-top: 20px;
	text-align: left;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
	position: absolute;
	left: 0px;
	top: 11px;
	padding: 0px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
	display: block;
	max-width: 100%;
	width: 60px;
}

.cart-table tbody tr .prod-column .column-box h3 {
	font-size: 18px;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #222;
	text-transform: capitalize;
}

.cart-table tbody tr .sub-total {
	font-weight: 400;
	color: #b39573;
}

.cart-table tbody tr .remove-btn {
	position: relative;
	font-size: 16px;
	color: yellow;
	line-height: 30px;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa {
	position: relative;
	top: 2px;
	padding-right: 10px;
	font-size: 24px;
	line-height: 30px;
	transition: .5s ease;
}

.cart-table tbody tr .remove-btn:hover {
	color: #b39573;
	transition: .5s ease;
}

.cart-table tbody tr .remove-btn span:before {
	font-size: 30px;
}

.cart-table tbody tr {
	border-bottom: 1px solid #F7F7F7;
}

.cart-table tbody tr td {
	vertical-align: middle;
}

.cart-table tbody tr td .quantity-spinner {
	padding: 5px 0px 5px 20px;
	line-height: 24px;
	height: 43px;
	display: block;
	box-shadow: none;
	width: 100%;
	font-size: 20px;
	position: relative;
	color: #222;
}

.cart-table tbody .available-info {
	position: relative;
	padding-left: 50px;
	color: #9e9e9e;
	font-size: 14px;
}

.cart-table tbody .available-info .icon {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #b39573;
	border-radius: 50%;
}

.cart-section .cart-table .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.cart-section .cart-table .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	background: #f7f7f7;
	border-color: #f7f7f7;
	padding: 10.3px 13px;
}

.cart-section .cart-table .bootstrap-touchspin .input-group-btn-vertical i {
	color: #b39573;
	left: 7px;
	font-size: 18px;
	top: -3px;
	font-style: normal;
}

.cart-table tbody tr .qty .quantity-spinner {
	background: #fff;
	border: 1px solid #F7F7F7;
	border-right: 0;
}

.cart-section .apply-coupon {
	position: relative;
}

.cart-section .apply-coupon .form-group {
	position: relative;
	float: left;
	margin-right: 20px;
}

.cart-section .apply-coupon .form-group input[type="text"] {
	display: block;
	line-height: 24px;
	padding: 9px 15px;
	border: 1px solid yellow;
	border-radius: 3px;
	width: 230px;
	background: none;
	font-weight: 500;
	outline: none;
	height: 50px;
}

.cart-section .estimate-form {
	position: relative;
}

.cart-section .estimate-form .inner-page-title {
	margin-bottom: 50px;
}

.cart-section h3 {
	font-size: 24px;
	margin-bottom: 30px;
}

.cart-section .estimate-form .row {
	margin-left: -7px;
	margin-right: -7px;
}

.cart-section .estimate-form .row .form-group {
	padding: 0px 7px;
	margin-bottom: 25px;
}

.cart-section .totals-table {
	position: relative;
	border: 1px solid #f0f0f0;
	margin-top: 50px;
}

.cart-section .totals-table .col {
	position: relative;
	display: block;
	float: left;
	padding: 14.5px 15px;
	line-height: 24px;
	width: 50%;
}

.cart-section .totals-table .col-title {
	font-size: 14px;
	color: #222;
	border-right: 1px solid #f0f0f0;
	font-weight: 400;
}

.cart-section .totals-table li {
	position: relative;
	border-bottom: 1px solid #f0f0f0;
}

.cart-section .totals-table li:last-child {
	border-bottom: none;
}

.cart-section .update-cart-box {
	padding-top: 40px;
	margin-bottom: 30px;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-toggle .caret {
	border: none;
	top: 2px;
	right: 20px;
}

.cart-section .estimate-form .select-box .btn-group.bootstrap-select {
	width: 100%;
	outline: none;
}

.cart-section .estimate-form .select-box .btn-group.bootstrap-select .btn {
	font-size: 14px;
	text-transform: capitalize;
	border: none;
	outline: none;
	border: 1px solid #f4f4f4;
	padding: 10px 15px;
	border-radius: 0;
}

.cart-section .estimate-form .select-box .dropdown-menu {
	padding: 0;
	border-radius: 0;
}

.cart-section .estimate-form .select-box .dropdown-menu>li>a {
	padding: 8px 15px;
	color: green;
	transition: all .3s ease;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a:hover span.text {
	color: green;
	transition: all .3s ease;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a span.text {
	font-size: 13px;
	color: red;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-toggle .caret:before {
	content: '\f107';
	font-family: 'FontAwesome';
	color: red;
	font-size: 14px;
	line-height: 46px;
}

.cart-section .estimate-form h3 {
	font-size: 24px;
	margin: 0;
	margin-top: 75px;
}

.cart-section .cart-total h3 {
	/* font-size: 24px; */
	margin: 0;
	/* margin-bottom: 15px; */
	margin-top: 80px;
}

.cart-section .cart-total .thm-btn {
	margin-top: 30px;
}

.cart-section .estimate-form input {
	width: 100%;
	border: 2px solid yellow;
	outline: none;
	height: 50px;
	padding-left: 15px;
}

.cart-section .qty .input-group {
	width: 74px;
	background: #fff;
	flex-wrap: inherit;
}

.cart-section .thm-btn.update-cart {
	border: 1px solid black;
	color: yellow;
	background-color: transparent;
}

.cart-table tbody tr td,
.cart-table tbody tr .remove-btn {
	color: #9e9e9e;
	font-weight: normal;
}

.cart-section .thm-btn.update-cart {
	color: #222;
	border-color: #F7F7F7;
	text-shadow: none;
	background: #f7f7f7;
}

.cart-section .apply-coupon .form-group input[type="text"] {
	border: 2px solid #f0f0f0;
	text-transform: uppercase;
	font-size: 14px;
}

.cart-section .estimate-form input {
	border-color: #f0f0f0;
}

.cart-section .estimate-form .select-box .btn-group.bootstrap-select .btn {
	background: #fff;
	color: #9f9f9f;
	border-color: #F7F7F7;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-toggle .caret:before {
	color: #9f9f9f;
}

.cart-table tbody tr .prod-column .column-box {
	margin-left: 10px;
}

.cart-section .thm-btn.update-cart:hover {
	background: #b39573;
	color: #fff;
}

.cart-table tbody tr td {
	padding: 10px 10px 10px;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a span.text {
	color: #999;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a:hover span.text {
	color: #fff;
}

.cart-outer select {
	display: block;
	width: 100%;
	height: 50px;
	font-size: 16px;
	color: #848484;
	line-height: 26px;
	padding: 12px 15px;
	font-weight: 400;
	background: #ffffff;
	border: 1px solid #ececec;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.cart-outer select:focus {
	border-color: #fdb821;
}

/*** 
=============================================
    14. Checkout Area style
=============================================
***/

.checkout-area {
	position: relative;
}

.checkout-area .exisitng-customer {
	border: 1px solid #f7f7f7;
	display: block;
	padding: 20px 28px 21px;
	position: relative;
	margin-bottom: 20px;
}

.checkout-area .exisitng-customer:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background: #b39573;
	content: "";
}

.checkout-area .exisitng-customer h5 {
	color: #252525;
	font-size: 16px;
	font-weight: 300;
}

.checkout-area .exisitng-customer h5 a {
	color: #b39573;
	display: inline-block;
	padding-left: 15px;
}

.checkout-area .coupon {
	border: 1px solid #f7f7f7;
	display: block;
	padding: 20px 28px 21px;
	position: relative;
	margin-bottom: 60px;
}

.checkout-area .coupon:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background: #b39573;
	content: "";
}

.checkout-area .coupon h5 {
	color: #252525;
	font-size: 16px;
	font-weight: 300;
}

.checkout-area .coupon h5 a {
	color: #b39573;
	display: inline-block;
	padding-left: 15px;
}

.checkout-area .form form .field-label {
	color: #222;
	font-family: "Poppins", Sans-serif;
	text-transform: capitalize;
	font-weight: 400;
	margin-bottom: 8px;
}

.checkout-area .form form .field-input input[type="text"] {
	border: 2px solid #f7f7f7;
	color: #9a9a9a;
	display: block;
	font-size: 16px;
	height: 48px;
	margin-bottom: 25px;
	padding: 0 15px;
	width: 100%;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.checkout-area .form form .field-input input[type="text"]:focus {
	border: 2px solid #b39573;
}

.checkout-area .create-acc .checkbox {
	margin: 7px 0 0;
}

.checkout-area .create-acc .checkbox label {
	color: #b39573;
	font-weight: 300;
	font-size: 16px;
}

.checkout-area .create-acc .checkbox input {
	margin-top: 3px;
}

.checkout-area .shipping-info input[type="checkbox"] {
	cursor: pointer;
	display: inline-block;
	margin: 0 0 0 40px;
	position: relative;
	top: -2px;
	vertical-align: middle;
}

.checkout-area .form form .field-input textarea {
	border: 2px solid #f7f7f7;
	color: #9e9e9e;
	display: block;
	font-size: 16px;
	height: 124px;
	margin-bottom: 28px;
	padding: 10px 15px;
	width: 100%;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.checkout-area .form form .field-input textarea:focus {
	border-color: #b39573;
}

.checkout-area .bottom {
	padding-top: 70px
}

.checkout-area .table .services-block-seven .about-title-two {
	padding-bottom: 32px;
}

.checkout-area .table {
	overflow-x: auto;
	position: relative;
	width: 100%;
	margin-bottom: 0;
}

.checkout-area .table .cart-table {
	min-width: auto;
	width: 100%;
	margin-top: 50px;
}

.checkout-area .table .cart-table .cart-header {
	background: #f7f7f7;
	color: #252525;
	font-size: 14px;
	position: relative;
	text-transform: uppercase;
	width: 100%;
	font-weight: 400;
}

.checkout-area .table .cart-table thead tr th {
	font-weight: 400;
	line-height: 24px;
	min-width: 110px;
	padding: 19px 30px 17px;
	border-color: #f7f7f7;
}

.checkout-area .table .cart-table thead tr th.product-column {
	padding-left: 30px;
	text-align: left;
}

.checkout-area .table .cart-table tbody tr {
	border-bottom: 1px solid #f7f7f7;
}

.checkout-area .table .cart-table tbody tr td {
	vertical-align: middle
}

.checkout-area .table .cart-table tbody tr td {
	min-width: 110px;
	padding: 25px 30px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box {
	min-height: 70px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb {
	width: 70px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb img {
	display: block;
	max-width: 100%;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb,
.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title {
	display: table-cell;
	vertical-align: middle;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title {
	padding-left: 20px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title h3 {
	color: #252525;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}

.checkout-area .table .cart-table tbody tr .qty {
	padding-right: 30px;
	width: 130px;
}

.checkout-area .table .cart-table tbody tr .qty .input-group.bootstrap-touchspin {
	float: right;
	width: 70px;
	flex-wrap: inherit;
}

.checkout-area .table .cart-table tbody tr .qty .form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0 !important;
	box-shadow: none;
	color: #252525;
	display: block;
	font-size: 18px;
	font-weight: 400;
	height: 34px;
	padding: 6px 0;
	text-align: center;
}

.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	border-radius: 0
}

.checkout-area .table .cart-table tbody tr .qty .btn-default {
	background-color: #b39573;
	border-color: #b39573;
	color: #fff;
}

.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	border-radius: 0;
	margin-top: -2px;
}

.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical i {
	font-size: 16px;
	top: -4px;
	font-style: normal;
}

.checkout-area .table .cart-table tbody tr td.price {
	color: #b39573;
	font-size: 16px;
	font-weight: 300;
}

.cart-total .services-block-seven .about-title-two {
	padding-bottom: 32px;
}

.cart-total-table {
	border: 1px solid #f0f0f0;
	margin-top: 50px;
}

.cart-total-table li {
	border-bottom: 1px solid #ebebeb
}

.cart-total-table li:last-child {
	border-bottom: none
}

.cart-total-table li span.col.col-title {
	border-right: 1px solid #ebebeb;
	color: #272727;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	padding: 10px 18px;
	position: relative;
	width: 50%;
}

.cart-total-table li span.col {
	color: #9a9a9a;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	padding: 10px 18px;
	position: relative;
	width: 50%;
}

.cart-total-table li span.col b {
	color: #b39573;
	font-weight: 300;
	text-decoration: underline;
}

.cart-total .payment-options {
	background: #f7f7f7 none repeat scroll 0 0;
	margin-top: 30px;
	overflow: hidden;
	padding: 23px 20px 35px;
}

.cart-total .payment-options .option-block {
	margin-bottom: 14px
}

.cart-total .payment-options .option-block .checkbox {
	margin: 0 0 5px;
}

.cart-total .payment-options .option-block .checkbox label {
	font-weight: 300;
	min-height: 20px;
	padding-left: 20px;
}

.cart-total .payment-options .option-block .checkbox label input {
	top: -1px;
}

.cart-total .payment-options .option-block .checkbox label span {
	color: #252525;
	padding-left: 10px;
}

.cart-total .payment-options .option-block .checkbox label span b {
	color: #b39573;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	padding-left: 25px;
	text-decoration: underline;
}

.cart-total .payment-options .option-block .text {
	padding-left: 30px;
}

.cart-total .payment-options .option-block .text p {
	margin: 0;
	line-height: 28px;
}

.placeorder-button button {}

.placeorder-button button:hover {}

/*
================================================
    22. team Section
================================================
*/

.team-member {
	position: relative;
	margin-bottom: 30px;
}

.team-member .inner-box{
	position:relative;
	overflow:hidden;
}

.team-member .inner-box .image-box{
	position:relative;
	display:block;	
}

.team-member .inner-box .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.team-member .inner-box .upper-left-curved-layer{
	position:absolute !important;
	left:-35.5%;
	top:-35.5%;
	width:71%;
	height:71%;
	display:block;
	background:#ffffff;
	z-index:2;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
}

.team-member .inner-box .upper-right-curved-layer{
	position:absolute !important;
	right:-35.5%;
	top:-35.5%;
	width:71%;
	height:71%;
	display:block;
	background:#ffffff;
	z-index:2;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
}

.team-member .inner-box .lower-left-curved-layer{
	position:absolute !important;
	left:-35.5%;
	bottom:-35.5%;
	width:71%;
	height:71%;
	display:block;
	background:#ffffff;
	z-index:2;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
}

.team-member .inner-box .lower-right-curved-layer{
	position:absolute !important;
	right:-35.5%;
	bottom:-35.5%;
	width:71%;
	height:71%;
	display:block;
	background:#ffffff;
	z-index:2;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
}


.team-member .inner-box .overlay-box{
	position:absolute !important;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	background: rgba(135, 123, 123, 0);
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.team-member .inner-box:hover .overlay-box{
	opacity:1;
	background: rgba(6, 6, 6, 0.75);
}

.style-two .team-member .inner-box:hover .overlay-box{
	background:rgba(6,6,6,0);	
}

.team-member .inner-box .overlay-box .inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;	
}

.team-member .inner-box .overlay-box .inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;	
}

.team-member .inner-box .overlay-box .data{
	position:relative;
	margin:20px 40px;
	padding:30px;
	color:#ffffff;
}

.style-two .team-member .inner-box .overlay-box .data{
	border:1px solid rgba(255,255,255,0.50);
	padding:35px 30px 30px;
	background:rgba(11,11,11,0.60);	
}

.content-section .team-member .inner-box .overlay-box .data{
	padding:20px 15px;
	margin:10px 20px;	
}

.team-member .inner-box .overlay-box .info{
	position:relative;
	padding-top:18px;
	float:left;	
}

.team-member .inner-box .overlay-box h3{
	font-size:18px;
	font-weight:500;
	color:#ffffff;
	line-height:24px;
	margin-bottom:5px;	
}

.team-member .inner-box .overlay-box .designation{
	font-size: 15px;
	font-weight:400;
	color:#b39573;
}

.team-member .inner-box .overlay-box .social-info{
	float:right;
	width:32px;	
}

.team-member .inner-box .overlay-box .social-info a{
	position:relative;
	display:block;
	line-height:20px;
	height:20px;
	font-size:12px;
	color:#ffffff;
	margin:7px 0px;
	text-align:center;
	border:1px solid transparent;
	border-top:none;
	border-bottom:none;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;	
}

.team-member .inner-box .overlay-box .social-info a:hover{
	color: #b39573;
	border-left-color: #b39573;
	border-right-color: #b39573;
}

/* team member two */

.team-member-two{
	position:relative;
	margin-bottom:40px;
}

.team-member-two .inner-box{
	position:relative;
}

.team-member-two .inner-box .image{
	position:relative;
}

.team-member-two .inner-box .image:before {
    position:  absolute;
    content:  '';
    background: #222222cf;
    width:  100%;
    height: 80%;
    left:  0;
    top:  0;
    transition:  .5s ease;
    opacity:  0;
    visibility:  hidden;
}

.team-member-two .inner-box:hover .image:before {
    height: 100%;
    opacity:  1;
    visibility:  visible;
}

.team-member-two .inner-box .image img{
	width:100%;
	display:block;
}

.team-member-two .inner-box .lower-content{
	position:relative;
	padding-top:40px;
}

.team-member-two .inner-box .lower-content h3{
	position:relative;
	color:#222222;
	font-size:18px;
	font-weight:700;
	margin-bottom:0px;
	text-transform:uppercase;
}

.team-member-two .inner-box .lower-content h3 a{
	position:relative;
	color:#222222;
	-webkit-transition:all 200ms ease;
	-ms-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	transition:all 200ms ease;
}

.team-member-two .inner-box .lower-content h3 a:hover{
	color:#b39573;
}

.team-member-two .inner-box .lower-content .title{
	position:relative;
	color:#666666;
	font-size:14px;
	margin-bottom:15px;
}


/*
================================================
    testimonial style
================================================
*/

/*testimonial block One*/

.testimonial-block-one {
	position: relative;
	background: #fff;
	padding: 50px;
	box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.04);
	margin: 10px 10px 30px;
}

.testimonial-block-one .author {
	position: relative;
	padding-left: 80px;
	padding-top: 10px;
}

.testimonial-block-one .author .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
}

.testimonial-block-one .author .image {}

.testimonial-block-one .quote-icon {
	color: #b39573;
}

.testimonial-block-one .text {
	position: relative;
	padding-top: 20px;
	border-top: 1px solid #f4f4f4;
	margin-top: 30px;
}

.testimonial-block-one h4 {
	font-size: 18px;
	font-weight: 500;
}


.testimonial-block-two .testimonial-outer{
	max-width:970px;
	margin:0 auto;
}

.testimonial-block-two .testimonial-outer .quote-icon{
	position:relative;
	width:60px;
	height:60px;
	text-align:center;
	margin:0 auto;
	font-size: 41px;
	color: #ddd;
}

/* testimonial block two*/

.testimonial-block-two{
	position:relative;
}

.testimonial-block-two .inner-box{
	position:relative;
	text-align:center;
}

.testimonial-block-two .inner-box .quote-icon{
	position:relative;
	color:#e2b13c;
	font-size:28px;
	margin-bottom:40px;
}

.testimonial-block-two .inner-box .text{
	position:relative;
	color:#848484;
	font-size:16px;
	max-width:770px;
	margin:0 auto;
	margin-top:40px;
	line-height:1.8em;
	margin-bottom:40px;
	font-weight:400;
}

.testimonial-block-two .client-thumb-outer{
	position:relative;
	max-width:320px;
	margin:0 auto;
	overflow:hidden;
}

.testimonial-block-two .client-thumb-outer .owl-item{
	position: relative;
	opacity:1;
}

.testimonial-block-two .client-thumb-outer .owl-item .thumb-box:before {
	position: absolute;
	content: '';
	background: #000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	z-index: 9;
	cursor: pointer;
	border-radius: 50%;
}

.testimonial-block-two .client-thumb-outer .owl-item.active .thumb-box:before {
	opacity: 0;
}

.testimonial-block-two .client-thumb-outer .owl-item.active{
	opacity:1;
}

.testimonial-block-two .client-thumb-outer .owl-item.active .thumb-item .thumb-box{
	-o-transform: scale(1.0, 1.0);
	-ms-transform: scale(1.0, 1.0);
    -webkit-transform: scale(1.0, 1.0);
    transform: scale(1.0, 1.0);
}

.testimonial-block-two .client-thumb-outer .client-thumbs-carousel{
	position: relative;
    max-width: 100px;
    margin: 0 auto;
	text-align:center;
}

.testimonial-block-two .client-thumb-outer .client-thumbs-carousel .owl-stage-outer{
	overflow:visible;
}


.testimonial-block-two .client-thumb-outer .thumb-item .thumb-box{
	width:100px;
	height:100px;
	cursor:pointer;
	border-radius:50%;
	margin: 0 auto;
	-o-transform: scale(0.7, 0.7);
	-ms-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
}

.testimonial-block-two .client-thumb-outer .client-thumbs-carousel .thumb-item img{
	overflow:hidden;
	width:100%;
	height:100%;
	display:block;
	border-radius:50%;
}

.testimonial-block-two .author-content {
	text-align: center;
}

.testimonial-block-two .author-content h3 {
	font-family:  'Poppins', sans-serif;
	color:  #222;
	font-size:  20px;
	font-weight:  600;
}

.testimonial-block-two .author-content .designation {

}

.testimonial-block-two .owl-nav{
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -65px;
    width: 100%;
}

.testimonial-block-two .owl-nav .owl-prev,
.testimonial-block-two .owl-nav .owl-next{
	display:inline-block;
	color: #d1d1d1;
	font-size: 20px;
	width:50px;
	height:50px;
	text-align:center;
	line-height:48px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.testimonial-block-two .owl-nav .owl-prev:hover,
.testimonial-block-two .owl-nav .owl-next:hover{
	color: #000000;
}

.testimonial-block-two .owl-nav .owl-prev{
	position:absolute;
	left:0px;
}

.testimonial-block-two .owl-nav .owl-next{
	position:absolute;
	right:0px;
}

/* testimonial block three */

.testimonial-block-three {
    position: relative;
    overflow: hidden;
    border: 1px solid #efefef;
    padding: 30px;
    margin-bottom: 30px;
}
.testimonial-block-three .client-info {
    overflow: hidden;
    padding-left: 85px;
    position: relative;
    min-height: 90px;
}
.testimonial-block-three .client-info .img-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    overflow: hidden;
}
.testimonial-block-three .client-info .text-holder {
    padding-left: 20px;
    margin: 6px 0;
}
.testimonial-block-three .client-info .text-holder h3{
    color: #252525;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 2px;
}

.testimonial-block-three .client-info .text-holder span{
    color: #777777;
    font-size: 14px;
}

.testimonial-block-three .text-box {
    overflow: hidden;
    margin: 19px 0 0;
}

.testimonial-block-three .text-box p{
    margin: 0;
}

.testimonial-block-three .review-box ul li {
  display: inline-block;
  color: #b39573;
}



/*
================================================
    other style
================================================
*/

/* consultation form */

.consultation-form {
	position: relative;
	padding: 80px 50px 50px;
	box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.05);
}

.consultation-form .contact-form.style-two textarea {
	height: 190px;
}

/* contact info */

.contact-info {
	position: relative;
}

.contact-info h4 {
	font-weight: 700;
	margin-bottom: 30px;
}

@keyframes pulse {
    50% {
        box-shadow: 0 0 0 5px rgba(255,255,255,.1),
        0 0 0 20px rgba(238, 238,238, 0.3000);
    }
}



/* 
=================================================
	subscribe section 
============================================ */

.subscribe-section .services-block-seven .about-title:before {
	display: none;
}

.subscribe-section .services-block-seven .about-title {
	padding-bottom: 0px;
}

.subscribe-section .subscribe-form {
	position: relative;
	max-width: 670px;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align:  center;
}

.subscribe-section .subscribe-form input {
	width: calc(100% - 210px);
	background: #fff;
	height: 50px;
	margin-right: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
}

/* faq section */
.faq-section .info-column{
	position:relative;
}

.faq-section .info-column .inner-column{
	position:relative;
}

.faq-section .info-column h3{
	position:relative;
	color:#222222;
	font-size:16px;
	font-weight:700;
	margin-bottom:20px;
	text-transform:uppercase;
}

.faq-section .info-column .text{
	position:relative;
	color:#666666;
	font-size:14px;
	line-height:1.8em;
	margin-bottom:50px;
}

.whychoose-us .outer-box {
	max-width: 600px;
}



/*===============================
	Home 7 Scroller
=================================*/

.scroller-section .ms-section{
	position:relative;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.scroller-section .image-column .lightbox-image{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;	
}

.scroller-section .image{
	position: relative;
	display: none;
	background: #2b2b2b;
}

.scroller-section .image-box{
	position: relative;
	background: #2b2b2b;
	display:none;
}
  
.scroller-section .image-box img,
.scroller-section .image img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 500ms ease-in;
	-ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
}

.scroller-section .image-box:hover img,
.scroller-section .image:hover img{
	opacity: 0.70;
}

.scroller-section .content-box{
	position:relative;
	display:none;
	padding:40px 20px;
}

.scroller-section .content-column .inner-column{
    position:relative;
	max-width:650px;
	padding:40px 20px;
	margin:0 auto;
}

.scroller-section .content-column .tag,
.scroller-section .content-box .tag{
	position: relative;
	display:block;
	font-size: 12px;
	line-height: 1.5em;
	color: #888888;
	font-weight: 400;
	margin-bottom: 10px;
}

.scroller-section .content-column h2,
.scroller-section .content-box h2{
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 50px;
	color: #141414;
	font-weight: 800;
	margin-bottom: 25px;
}

.scroller-section .content-column h2 del,
.scroller-section .content-box h2 del{
	color: #cccccc;
	text-decoration: line-through;
}

.scroller-section .content-column h2 a,
.scroller-section .content-box h2 a{
	color: #141414;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}


/* mouseover-section */

.mouseover-section {
	padding-top: 700px;
	padding-bottom: 150px;
}

.mouseover-section .outer-box {
	position: initial;
	max-width: 1330px;
	padding-left: 150px;
}

.mouseover-section .portfolio-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.mouseover-section .portfolio-bg .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	will-change: opacity, transform;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1.15);
	-webkit-transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
	transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
}

.mouseover-section .portfolio-bg .image.active {
	opacity: 1;
	transform: scale(1);
}

.mouseover-section .portfolio-title-box {
	position: relative;
}

.mouseover-section .portfolio-title-box li {
	position: relative;
	display: inline-block;
	line-height: 70px;
	padding-right: 70px;
	margin-right: 35px;
}

.mouseover-section .portfolio-title-box li a {
	font-size: 50px;
	font-weight: 700;
	color: #fff;
}

.mouseover-section .portfolio-title-box li a.active,
.mouseover-section .portfolio-title-box li a:hover {
	color: #b39573;
	text-decoration: line-through;
}





/***

==================================================================
	Our Experience
==================================================================

***/

.our-experience h2 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 50px;
	line-height: 35px;
}

/* image block five */

.image-block-five {
	position: relative;
}


.image-block-five:before {
    position: absolute;
    content: '';
    background: url(../images/background/shap.png);
    width: 100%;
    height: 100%;
    right: -60px;
    bottom: -60px;
    background-size: cover;
    background-position:  center;
    background-repeat: no-repeat;
}

.image-block-five img {
	position: relative;
}

.tab-list {
	position: relative;
	margin-top: 30px;
}

.tab-list li {
	position: relative;
	margin-bottom: 20px;
	display: inline-block;
}

.tab-list li a {
	position: relative;
	color: #1b1c41;
	font-size: 17px;
	transition: .5s ease;
}

.tab-list li a.active-btn {
	color: #e6202d;
	transition: .5s ease;
}


.tab-content .tab-item {
	position: relative;
	display: none;
	top: 20px;
	transition: .7s ease;
}

.tab-content .tab-item.active-tab {
	display: block;
	top: 0;
}

.tab-content h2 {
	color: #222;
	font-size: 27px;
	font-weight: 700;
	margin-bottom: 15px;
}

.tab-content .text {
	color: #aaaaaa;
	max-width: 900px;
}

.our-experience {
	position: relative;
}

.our-experience .tab-list {
	margin-bottom: 30px;
	border-bottom: 1px solid #d9d7d8;
}

.our-experience  .tab-list li {
	position: relative;
	margin-right: 30px;
	margin-bottom: 0px;
}

.our-experience  .tab-list li a {
	position: relative;
	color: #222;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 15px;
	display: inline-block;
}

.our-experience  .tab-list li a:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 2px;
    background-color: #b39573;
    left: 0;
    bottom: 0;
    transition: .5s ease;
}

.our-experience  .tab-list li a.active-btn:before {
	width: 100%;
}

.our-experience  .tab-content .text {
	color: #222;
}

.default-video-box a {
    color: #b39573;
    background: #fff;
    font-size: 30px;
    box-shadow: 0px 3px 17px rgba(0, 0, 0, 0.27);
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
}

.default-video-box a span {
	padding-left: 6px;
}

.default-video-box {
	margin: 0px;
	margin-top: 20px;
}

