/*


---------------------- common content -----------------------
1. body reset content
2.header top start here
3.main header start here
4.home slider one start here
5.css popup search box
6.about area start here
7.services start here
8.call to action start here
9.our project start here
10.testimonial start here
11.team start here 
12.blog start here
13.partner start here
14.footer section start
15.Scroll Top CSS Start Here
16. Home Two Slider Start Here
17.services two start here
18.counterup start here
19.our project2 start here
20.testimonial2 start here
21.newsletter start here
22.breadcumb start here
23.services details start here
24.project details start here
25.team page start here
26.shop page start here
27.pagination start here
28.shop details start here
29.blog page start here 
30.blog Two page start here
31.sidebar start here
32.blog details page start here
33.blog comments start here
34.blog comments form start here
35.contact page start here
36.google map start here
37.preloader start here
---------------------- element content -----------------------



*/
/*=========================================================
    1. body reset content
============================================================*/
:root {
	font-size: 16px;
}

body {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	line-height: 1.625;
	color: #333333;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

iframe {
	border: none;
}

a,
b,
div,
ul,
li {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	-moz-outline-: none;
}

a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
	-moz-outline: none;
	outline: none;
}

img:not([draggable]),
embed,
object,
video {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
	text-decoration: none;
	outline: 0;
}

img {
	border: none;
	max-width: 100%;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto", sans-serif;
}

.clear-both:before,
.clear-both:after {
	display: table;
	content: "";
	clear: both;
}

button:focus {
	outline: none;
}

.nirmax-button {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	color: #fff;
	background: #80720b;
	padding: 10px 20px;
	border: 1px solid black;
}

.nirmax-button:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.nirmax-button:hover {
	webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.nirmax-button:hover:before {
	background: #000;
	webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.section {
	padding: 45px 0;
}

.section1 {
	padding: 85px 0;
}

.section2 {
	padding: 40px 0 60px;
}

.bg-gray {
	background: #f6f5f5;
}

.section-title h2 {
	font-size: 30px;
	font-weight: 700;
	color: #166fc1;
	margin-bottom: 25px;
	padding-bottom: 20px;
	text-transform: uppercase;
	position: relative;
}

.section-title span {
	color: #f3c409;
}

.section-title h2:before {
	position: absolute;
	left: 0;
	right: 0;
	width: 30px;
	height: 7px;
	content: "";
	background: #f3c409;
	bottom: 0;
	margin: auto;
}

.section-title h2:after {
	position: absolute;
	left: 0;
	right: 0;
	width: 45px;
	height: 3px;
	content: "";
	background: #166fc1;
	bottom: 0;
	margin: auto;
}

.section-title p {
	margin-bottom: 35px;
}

.acurate {
	margin: 0;
	padding: 0;
}

.mt-15 {
	margin-top: -15px !important;
}

.mb-15 {
	margin-bottom: -15px !important;
}

/*----------------------- content end ---------------------*/
/*------------------------ element start -------------------*/
/*========================================================
    element inheritance
============================================================*/
/*=========================================================

============================================================*/
/*=========================================================
2.header top start here
============================================================*/
.header-top-area {
	background: #ba9c10;
	padding: 7px 0;
}

.header-top-area .header-top-left ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.header-top-area .header-top-left ul li {
	display: inline-block;
	margin-right: 15px;
}

.header-top-area .header-top-left ul li:hover {
	transition: 0.5s;
}

.header-top-area .header-top-left ul li:hover a {
	/* color: #ffde59; */
	transition: 0.3s;
}

.header-top-area .header-top-left ul li:hover a img {
	transition: 0.5s;
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
}

.header-top-area .header-top-left ul li a {
	display: block;
	color: #fff;
	font-size: 14px;
	transition: 0.3s;
}

.header-top-area .header-top-left ul li a img {
	margin-right: 10px;
}

.header-top-area .header-top-right ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

.header-top-area .header-top-right ul li {
	display: inline-block;
	margin-left: 15px;
}

.header-top-area .header-top-right ul li a {
	display: block;
	color: #fff;
	font-size: 14px;
	transition: 0.3s;
}

.header-top-area .header-top-right ul li a:hover {
	color: #ffb600;
	transition: 0.3s;
}

/*=========================================================
3.main header start here
============================================================*/
.header-one-area {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 991;
	border-bottom: 1px solid #24211a;
}

.header-one-area.header-two-area {
	background: transparent !important;
	border-bottom: 0px solid #24211a;
}

.header-one-area.header-two-area .black-background {
	background: #000;
}

.header-one-area.header-two-area.stick {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 991;
	background: #fff !important;
	width: 100%;
	top: 0;
	transition: 0.5s;
}

.header-one-area.header-two-area.stick .logo-area {
	transition: 0.5s;
}

.header-one-area.header-two-area.stick .main-menu ul li {
	transition: 0.5s;
}

.header-one-area.header-two-area .stellarnav.light {
	background: transparent;
}

.header-one-area.header-two-area .stellarnav ul li.current-menu-item a {
	color: #ffde59;
	font-weight: 500;
}

.header-one-area.header-two-area .stellarnav ul li ul li a {
	color: #fff;
}

.header-one-area.header-two-area .stellarnav ul li a {
	color: #fff;
}

.header-one-area.header-two-area .stellarnav ul li a:hover {
	color: #ffde59;
}

.header-one-area.header-two-area .header-right ul li {
	display: inline-block;
	margin-left: 20px;
	position: relative;
	padding-top: 35px;
	padding-bottom: 35px;
	transition: 0.5s;
}

.header-one-area.header-two-area .header-right ul li:hover {
	transition: 0.5s;
}

.header-one-area.header-two-area .header-right ul li:hover .mini-cart-area {
	right: 0;
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
	top: 100%;
}

.header-one-area.header-two-area .header-right ul li .mini-cart-area ul li .media .media-body h3 a {
	color: #fff;
}

.header-one-area.header-two-area .header-right ul li .mini-cart-area ul li .media .media-body p {
	color: #fff;
}

.header-one-area.header-two-area .header-right ul li .mini-cart-area ul li .media .media-body span {
	color: #fff;
}

.header-one-area.header-two-area .header-right ul li:first-child {
	margin-left: 0;
}

.header-one-area.header-two-area .header-right ul li a {
	color: #fff;
}

.header-one-area.header-two-area .header-right ul li a span {
	color: #fff;
}

.header-one-area.header-two-area .header-right ul li a:hover {
	color: #ffb600;
	transition: 0.3s;
}

.header-one-area.header-two-area .header-right ul li a:hover span {
	transition: 0.3s;
}

.header-one-area.stick {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 991;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	top: 0;
	transition: 0.5s;
}

.header-one-area.stick .logo-area {
	transition: 0.5s;
}

.header-one-area.stick .main-menu ul li {
	transition: 0.5s;
}

.header-one-area .logo-area {
	padding-top: 0px;
}

.header-one-area .logo-area a {
	width: 155px;
}

.header-one-area .logo-area a img {
	width: 100%;
	height: 105px;
}

.header-one-area .stellarnav.light {
	background: transparent;
}

.header-one-area .stellarnav ul {
	text-align: right;
}

.header-one-area .stellarnav ul li {
	display: inline-block;
}

.header-one-area .stellarnav ul li ul {
	text-align: left !important;
	background: rgba(0, 0, 0, 0.7);
}

.header-one-area .stellarnav ul li ul li {
	display: block;
	border-bottom: 1px solid #f5f5f5;
}

.header-one-area .stellarnav ul li ul li:last-child {
	border-bottom: 0px solid #f5f5f5;
}

.header-one-area .stellarnav ul li ul li a {
	padding: 10px 30px !important;
	transition: 0.3s;
}

.header-one-area .stellarnav ul li ul li a:hover {
	color: #ffb600;
	padding-left: 35px !important;
	transition: 0.3s;
}

.header-one-area .stellarnav ul li ul ul {
	top: 0;
	/*	right: 220px;*/
	left: 300px;
	/*
  right: 220px;
  left: inherit;
*/
}

.header-one-area .stellarnav ul li.current-menu-item a {
	color: #ffb600;
}

.header-one-area .stellarnav ul li a {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	color: #fff;
	font-size: 16px;
	/* padding: 40px 10px !important; */
	transition: 0.3s;
}

.header-one-area .stellarnav ul li a:after {
	margin-left: 0;
}

.header-one-area .stellarnav ul li a:hover {
	color: #ffb600;
}

.header-one-area .stellarnav ul li a:hover:after {
	visibility: visible;
	opacity: 1;
	bottom: 20px;
}

.header-one-area .header-right ul {
	text-align: right;
}

.header-one-area .header-right ul li {
	display: inline-block;
	margin-left: 20px;
	position: relative;
	padding-top: 35px;
	padding-bottom: 35px;
	transition: 0.5s;
}

.header-one-area .header-right ul li:hover {
	transition: 0.5s;
}

.header-one-area .header-right ul li:hover .mini-cart-area {
	right: 0;
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
	top: 100%;
}

.header-one-area .header-right ul li .mini-cart-area {
	position: absolute;
	width: 300px;
	background: #000;
	right: -30px;
	top: 100%;
	padding: 15px;
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
	transform: scaleY(0.9);
}

.header-one-area .header-right ul li .mini-cart-area ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

.header-one-area .header-right ul li .mini-cart-area ul li {
	display: block;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #24211a;
	padding-top: 0;
	margin-right: 0;
	margin-left: 0;
	position: relative;
}

.header-one-area .header-right ul li .mini-cart-area ul li .media .pull-left {
	margin-right: 15px;
}

.header-one-area .header-right ul li .mini-cart-area ul li .media .pull-left img {
	width: 100px;
}

.header-one-area .header-right ul li .mini-cart-area ul li .media .media-body h3 a {
	text-transform: capitalize;
	font-weight: 500;
	font-size: 18px;
}

.header-one-area .header-right ul li .mini-cart-area ul li .media .media-body p {
	color: #fff;
}

.header-one-area .header-right ul li .mini-cart-area ul li .media .media-body span {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	transition: 0.3s;
}

.header-one-area .header-right ul li .mini-cart-area ul li .media .media-body span:hover {
	color: #ffb600;
	transition: 0.3s;
}

.header-one-area .header-right ul li .mini-cart-area .button-area ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: text;
}

.header-one-area .header-right ul li .mini-cart-area .button-area ul li {
	display: inline-block;
	margin-right: 30px;
	border: 1px solid #ffb600;
	transition: 0.3s;
	padding: 0;
}

.header-one-area .header-right ul li .mini-cart-area .button-area ul li:hover {
	border: 1px solid #000;
	transition: 0.3s;
}

.header-one-area .header-right ul li .mini-cart-area .button-area ul li:last-child {
	margin-right: 0;
}

.header-one-area .header-right ul li .mini-cart-area .button-area ul li:last-child a {
	background: transparent;
}

.header-one-area .header-right ul li .mini-cart-area .button-area ul li a {
	display: block;
	padding: 10px 30px;
	color: #fff;
	background: #ffb600;
	font-size: 14px;
	margin: 0;
	text-transform: capitalize;
}

.header-one-area .header-right ul li:first-child {
	margin-left: 0;
}

.header-one-area .header-right ul li a {
	display: block;
	color: #fff;
	font-size: 14px;
	transition: 0.3s;
	font-weight: 500;
	position: relative;
}

.header-one-area .header-right ul li a i {
	font-size: 18px;
}

.header-one-area .header-right ul li a span {
	position: absolute;
	right: -9px;
	top: 0px;
	background: #ffb600;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	text-align: center;
	line-height: 20px;
	transition: 0.3s;
}

.header-one-area .header-right ul li a:hover {
	color: #ffb600;
	transition: 0.3s;
}

.header-one-area .header-right ul li a:hover span {
	background: #000;
	transition: 0.3s;
	color: #fff;
}

/*=========================================================
4.home slider one start here
============================================================*/
.slider-one-area {
	position: relative;
}

.slider-one-area .owl-item.active .single-slide {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.slider-one-area .owl-item.active .single-slide .content h1 {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: cfadeInLeft;
	animation-delay: .6s;
}

.slider-one-area .owl-item.active .single-slide .content p {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: cfadeInLeft;
	animation-delay: .8s;
}

.slider-one-area .owl-item.active .single-slide .content .button-area {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: cfadeInLeft;
	animation-delay: .9s;
}

.slider-one-area .single-slide {
	height: 100vh;
	display: flex;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.slider-one-area .single-slide .content h1 {
	font-weight: 700;
	font-size: 50px;
	color: #fff;
	line-height: 1.3;
}

.slider-one-area .single-slide .content p {
	color: #fff;
	margin-right: 100px;
	padding: 15px 0;
}

.slider-one-area .single-slide .content .button-area ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: text;
}

.slider-one-area .single-slide .content .button-area ul li {
	display: inline-block;
	margin-right: 30px;
	border: 1px solid #ffb600;
	transition: 0.3s;
}

.slider-one-area .single-slide .content .button-area ul li:hover {
	border: 1px solid #000;
	transition: 0.3s;
}

.slider-one-area .single-slide .content .button-area ul li:last-child {
	margin-right: 0;
}

.slider-one-area .single-slide .content .button-area ul li:last-child a {
	background: transparent;
}

.slider-one-area .single-slide .content .button-area ul li a {
	display: block;
	padding: 10px 30px;
	color: #fff;
	background: #ffb600;
	font-size: 18px;
	font-weight: 500;
}

.slider-one-area .owl-nav {
	display: block;
}

.slider-one-area .owl-nav .owl-prev {
	width: 60px;
	height: 60px;
	line-height: 50px;
	border: 1px solid #e7e6e5;
	border-radius: 50%;
	font-size: 30px;
	color: #ffffff;
	position: absolute;
	left: 50px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

.slider-one-area .owl-nav .owl-prev i {
	font-size: 60px;
}

.slider-one-area .owl-nav .owl-prev:hover {
	color: #ffb600;
}

.slider-one-area .owl-nav .owl-next {
	width: 60px;
	height: 60px;
	line-height: 50px;
	border: 1px solid #e7e6e5;
	border-radius: 50%;
	font-size: 30px;
	color: #ffffff;
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

.slider-one-area .owl-nav .owl-next i {
	font-size: 60px;
}

.slider-one-area .owl-nav .owl-next:hover {
	color: #ffb600;
}

@keyframes cfadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, -100px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes cfadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100px, 0, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes cfadeInRight {
	from {
		opacity: 0;
		transform: translate3d(100px, 0, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes cfadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

/*=========================================================
5. css popup search box
============================================================*/
#popup-search-box-area {
	background: rgba(0, 0, 0, 0.9);
	z-index: 9999;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
	transform: scale(0.8);
	padding: 15px;
}

#popup-search-box-area.search-form-show {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

#popup-search-box-area .close-button {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 99;
	color: #fff;
	padding: 10px;
	cursor: pointer;
	font-size: 20px;
}

#popup-search-box-area.search-form-show {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

#popup-search-box-area .container {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#popup-search-box-area #search-form {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
	border-radius: 3px;
	transition: 0.5s;
	position: absolute;
	max-width: 1200px;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

#popup-search-box-area #search-form .form-group {
	margin-bottom: 0;
}

#popup-search-box-area #search-form:hover,
#popup-search-box-area #search-form.active {
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

#popup-search-box-area #search-form .form-control {
	height: 60px;
	background: #fff;
	box-shadow: none;
	border-color: 1px solid #ffb600;
	border-radius: 0;
}

#popup-search-box-area #search-form .btn {
	color: #fff;
	color: #000;
	border-color: transparent;
	position: absolute;
	right: 10px;
	top: 5px;
	height: 50px;
	background: transparent;
}

/*=========================================================
6.about area start here
============================================================*/
.about-area {
	position: relative;
}

.about-area .about-image img {
	width: 100%;
}

.about-area .about-image:hover .owl-nav {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s;
}

.about-area .about-image:hover .owl-nav .owl-prev {
	left: 50px;
	transition: all 0.3s;
}

.about-area .about-image:hover .owl-nav .owl-next {
	right: 50px;
	transition: all 0.3s;
}

.about-area .about-image .owl-nav {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}

.about-area .about-image .owl-nav .owl-prev {
	width: 60px;
	height: 60px;
	line-height: 50px;
	font-size: 20px;
	color: #ffffff;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
	background: #000;
}

.about-area .about-image .owl-nav .owl-prev i {
	font-size: 20px;
	color: #84c027;
}

.about-area .about-image .owl-nav .owl-next {
	width: 60px;
	height: 60px;
	line-height: 50px;
	font-size: 20px;
	color: #ffffff;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
	background: #000;
}

.about-area .about-image .owl-nav .owl-next i {
	font-size: 20px;
	color: #84c027;
}

.about-area .about-content h2 {
	font-size: 32px;
	font-weight: 700;
	color: #bfa700;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.about-area .about-content p {
	margin-bottom: 15px;
}

.about-area .about-content .features {
	margin-bottom: 35px;
	text-align: left;
}

.about-area .about-content .features ul {
	margin: 0;
	list-style: 0;
	padding: 0;
}

.about-area .about-content .features ul li {
	display: block;
	margin: 5px 0;
	color: #333;
}

.about-area .about-content .features ul li i {
	color: #166fc1;
	margin-right: 15px;
	font-size: 20px;
}

.about-area .about-content a {
	border: 1px solid #ffde59;
	transition: 0.3s;
	padding: 10px 30px;
	color: #fff;
	background: #166fc1;
}

.about-area .about-content a:hover {
	border: 1px solid #166fc1;
	transition: 0.3s;
	color: #fff;
	background: #ffde59;
}

.about-area2 {
	position: relative;
}

.about-area2 .about-image img {
	width: 100%;
}

.about-area2 .about-image:hover .owl-nav {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s;
}

.about-area2 .about-image:hover .owl-nav .owl-prev {
	left: 50px;
	transition: all 0.3s;
}

.about-area2 .about-image:hover .owl-nav .owl-next {
	right: 50px;
	transition: all 0.3s;
}

.about-area2 .about-image .owl-nav {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}

.about-area2 .about-image .owl-nav .owl-prev {
	width: 60px;
	height: 60px;
	line-height: 50px;
	font-size: 20px;
	color: #ffffff;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
	background: #000;
}

.about-area2 .about-image .owl-nav .owl-prev i {
	font-size: 20px;
	color: #ffb600;
}

.about-area2 .about-image .owl-nav .owl-next {
	width: 60px;
	height: 60px;
	line-height: 50px;
	font-size: 20px;
	color: #ffffff;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
	background: #000;
}

.about-area2 .about-image .owl-nav .owl-next i {
	font-size: 20px;
	color: #ffb600;
}

.about-area2 .about-content h2 {
	font-size: 24px;
	font-weight: 700;
	color: #000;
	margin-bottom: 15px;
}

.about-area2 .about-content p {
	margin-bottom: 15px;
}

.about-area2 .about-content .features {
	margin-bottom: 35px;
}

.about-area2 .about-content .features ul {
	margin: 0;
	list-style: 0;
	padding: 0;
}

.about-area2 .about-content .features ul li {
	display: block;
	margin: 5px 0;
	color: #333;
}

.about-area2 .about-content .features ul li i {
	color: #ffb600;
	margin-right: 15px;
	font-size: 20px;
}

.about-area2 .about-content a {
	border: 1px solid #ffb600;
	transition: 0.3s;
	padding: 10px 30px;
	color: #ffb600;
}

.about-area2 .about-content a:hover {
	border: 1px solid #000;
	transition: 0.3s;
	color: #fff;
	background: #000;
}

/*=========================================================
7.services start here
============================================================*/
.services-area .single-servives {
	background: #fff;
	padding: 10px;
	margin: 15px 0;
}

.services-area .single-servives .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	transition: 0.3s;
}

.services-area .single-servives .image:hover .overley {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.services-area .single-servives .image img {
	width: 100%;
}

.services-area .single-servives .image .overley {
	position: absolute;
	transition: 0.3s;
	left: 0;
	top: 0;
	content: "";
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	margin: auto;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transform: scale(0.8);
}

.services-area .single-servives .image .overley ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: auto;
	text-align: center;
	left: 0;
	right: 0;
}

.services-area .single-servives .image .overley ul li {
	display: inline-block;
}

.services-area .single-servives .image .overley ul li a {
	display: block;
	color: #fff;
}

.services-area .single-servives .image .overley ul li a i {
	text-align: center;
	display: block;
	font-size: 60px;
	color: #ffb600;
	transition: 0.8s;
}

.services-area .single-servives .image .overley ul li a i:hover {
	transition: 0.3s;
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
}

.services-area .single-servives .content {
	text-align: center;
	position: relative;
}

.services-area .single-servives .content h3 a {
	font-size: 18px;
	color: #000;
	transition: 0.3s;
}

.services-area .single-servives .content h3 a:hover {
	color: #ffb600;
}

.services-area .single-servives .content h3 a span {
	color: #ffb600;
	font-weight: 800;
	font-size: 48px;
	position: absolute;
	left: 0;
	top: -10px;
}

/*=========================================================
8.call to action start here
============================================================*/
.call-to-action-area {
	background: #ffb600;
	padding: 60px 0;
	position: relative;
}

.call-to-action-area:before {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 20px;
	content: "";
	background: url(../images/ruler.png) repeat-x;
	top: -15px;
	margin: auto;
}

.call-to-action-area:after {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 20px;
	content: "";
	background: url(../images/ruler.png) repeat-x;
	bottom: -15px;
	margin: auto;
}

.call-to-action-area .content h3 {
	font-size: 30px;
	font-weight: 700;
	color: #000;
	margin: 10px 0 0;
	text-align: center;
}

.call-to-action-area .button {
	display: inline-block;
}

.call-to-action-area .button a {
	padding: 15px 45px;
	border: 1px solid #000;
	display: block;
	color: #000;
	font-weight: 500;
}

.call-to-action-area .button a:hover {
	color: #fff;
	border: 1px solid #fff;
}

/*=========================================================
9.our project start here
============================================================*/
#Container .mix {
	display: none;
}

.project-area .project-menu {
	margin-bottom: 30px;
}

.project-area .project-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.project-area .project-menu ul li {
	display: inline-block;
	padding: 10px 5px;
	font-size: 16px;
	font-weight: 500;
	transition: 0.3s;
	position: relative;
	cursor: pointer;
	color: #000;
}

.project-area .project-menu ul li:hover {
	color: #ffb600;
}

.project-area .project-menu ul li:hover:after {
	position: absolute;
	left: 10px;
	right: 10px;
	height: 1px;
	content: "";
	background: #ffb600;
	bottom: 0;
	margin: auto;
}

.project-area .project-menu ul li.active {
	position: relative;
	color: #ffb600;
}

.project-area .project-menu ul li.active:after {
	position: absolute;
	left: 10px;
	right: 10px;
	height: 1px;
	content: "";
	background: #ffb600;
	bottom: 0;
	margin: auto;
}

.project-area .single-project {
	position: relative;
	margin: 15px 0;
	overflow: hidden;
	background: #997d11;
}

.project-area .single-project:hover .overley {
	transition: 0.5s;
	opacity: 1;
	transform: scale(1);
}

.project-area .single-project .project-image {
	overflow: hidden;
	position: relative;
	padding: 5px;
}

.project-area .single-project .project-image a {
	display: block;
}

.project-area .single-project .project-image a img {
	width: 100%;
}

.project-area .single-project .overley {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	height: 100%;
	width: 100%;
	transition: 0.3s;
	opacity: 0;
	transform: scale(0);
	background: rgba(0, 0, 0, 0.8);
}

.project-area .single-project .overley .project-details {
	top: 50%;
	position: relative;
	transform: translateY(-50%);
	text-align: center;
	transition: 0.8s;
}

.project-area .single-project .overley .project-details ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.project-area .single-project .overley .project-details ul li {
	display: inline-block;
	margin: 3px;
}

.project-area .single-project .overley .project-details ul li a {
	display: block;
}

.project-area .single-project .overley .project-details ul li a i {
	color: #fff;
	width: 45px;
	height: 45px;
	text-align: center;
	background: #166fc1;
	line-height: 45px;
	display: block;
	transition: 0.3s;
}

.project-area .single-project .overley .project-details ul li a i:hover {
	border-radius: 100%;
	background: #ffde59;
}

/*=========================================================
10.testimonial start here
============================================================*/
.testimonial-area {
	position: relative;
}

.testimonial-area:after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	background: url(../images/piller.png) no-repeat;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.testimonial-area .testimoial-slider .single-testimonial {
	text-align: center;
	padding: 30px;
	background: #fff;
	position: relative;
	border-top: 5px solid #f5f5f5;
	transition: 0.5s;
}

.testimonial-area .testimoial-slider .single-testimonial:hover {
	border-top: 5px solid #ffb600;
}

.testimonial-area .testimoial-slider .single-testimonial:after {
	position: absolute;
	bottom: 15px;
	right: 80px;
	font-size: 50px;
	color: #333;
	font-family: fontawesome;
	content: "\f10e";
	opacity: .3;
}

.testimonial-area .testimoial-slider .single-testimonial .images img {
	width: auto;
	display: block;
	margin: auto;
	margin-bottom: 20px;
}

.testimonial-area .testimoial-slider .single-testimonial .info h3 {
	font-size: 18px;
	color: #000;
	font-weight: 600;
	margin-bottom: 5px;
}

.testimonial-area .testimoial-slider .single-testimonial .info span {
	font-size: 14px;
}

.testimonial-area .testimoial-slider .owl-dots {
	display: block;
	text-align: center;
	margin-top: 30px;
}

.testimonial-area .testimoial-slider .owl-dots .owl-dot {
	width: 30px;
	height: 10px;
	background: #ffb600;
	margin: 5px;
	transition: 0.5s;
	border-radius: 50px;
}

.testimonial-area .testimoial-slider .owl-dots .owl-dot.active {
	width: 45px;
	transition: 0.5s;
	background: rgba(0, 0, 0, 0.7);
}

/*=========================================================
11.team start here
============================================================*/
.team-area {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.team-area .team-slider .single-team {
	position: relative;
	margin: 15px 0;
	transition: all 0.3s ease 0s;
	padding: 30px;
	border: 1px solid #ededed;
}

.team-area .team-slider .single-team .team-images {
	display: block;
	margin: auto;
	border-radius: 100%;
	position: relative;
	overflow: hidden;
	transition: 0.5s;
	margin-bottom: 20px;
}

.team-area .team-slider .single-team .team-images:hover {
	transition: 0.5s;
}

.team-area .team-slider .single-team .team-images:hover .images img {
	transition: 0.5s;
}

.team-area .team-slider .single-team .team-images:hover .social-media {
	opacity: 1;
	visibility: visible;
	transition: 0.5s;
	bottom: 30px;
}

.team-area .team-slider .single-team .team-images .images {
	position: relative;
}

.team-area .team-slider .single-team .team-images .images:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(200, 150, 0, 0.6)), color-stop(30%, rgba(200, 150, 0, 0.5)), to(transparent));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 30%, transparent 100%);
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 30%, transparent 100%);
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 30%, transparent 100%);
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.team-area .team-slider .single-team .team-images .images img {
	width: 100%;
	transition: 0.3s;
}

.team-area .team-slider .single-team .team-images .social-media {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
}

.team-area .team-slider .single-team .team-images .social-media ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.team-area .team-slider .single-team .team-images .social-media ul li {
	display: inline-block;
	margin: 3px;
}

.team-area .team-slider .single-team .team-images .social-media ul li a {
	color: #fff;
}

.team-area .team-slider .single-team .team-images .social-media ul li a i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #ffb600;
	background: #fff;
	border-radius: 100%;
	transition: 0.3s;
}

.team-area .team-slider .single-team .team-images .social-media ul li a i:hover {
	background: #000;
}

.team-area .team-slider .single-team .content {
	text-align: center;
}

.team-area .team-slider .single-team .content h3 {
	font-size: 18px;
	color: #000;
	font-weight: 600;
	margin-bottom: 5px;
}

.team-area .team-slider .single-team .content span {
	font-size: 14px;
}

.team-area .team-slider .owl-dots {
	display: block;
	text-align: center;
	margin-top: 30px;
}

.team-area .team-slider .owl-dots .owl-dot {
	width: 30px;
	height: 10px;
	background: #ffb600;
	margin: 5px;
	transition: 0.5s;
	border-radius: 50px;
}

.team-area .team-slider .owl-dots .owl-dot.active {
	width: 45px;
	transition: 0.5s;
	background: rgba(0, 0, 0, 0.7);
}

/*=========================================================
12.blog start here
============================================================*/
.blog-area.blog-area2 .blog-slider .single-blog {
	text-align: center;
	background: #fff;
	padding: 15px;
	transition: 0.5s;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	margin: 2px;
	border: 2px solid #166fc1;
	
}

.blog-area.blog-area2 .blog-slider .single-blog .content p {
	font-family: "Roboto", sans-serif;
	padding: 0 20px;
}

.blog-area.blog-area2 .blog-slider .owl-dots {
	display: block;
	text-align: center;
	margin-top: 30px;
}

.blog-area.blog-area2 .blog-slider .owl-dots .owl-dot {
	width: 30px;
	height: 5px;
	background: #166fc1;
	margin: 5px;
	transition: 0.5s;
	border-radius: 0px;
}

.blog-area.blog-area2 .blog-slider .owl-dots .owl-dot.active {
	width: 45px;
	transition: 0.5s;
	background: #ffde59;
}

.blog-area .blog-slider .single-blog {
	padding: 15px;
	background: #fff;
}

.blog-area .blog-slider .single-blog .blog-image {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.blog-area .blog-slider .single-blog .blog-image:hover img {
	transform: scale(1.2);
	transition: 0.3s;
}

.blog-area .blog-slider .single-blog .blog-image:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(30%, rgba(0, 0, 0, 0.5)), to(transparent));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 30%, transparent 100%);
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 30%, transparent 100%);
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 30%, transparent 100%);
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.blog-area .blog-slider .single-blog .blog-image img {
	width: 100%;
	transition: 0.3s;
}

.blog-area .blog-slider .single-blog .blog-image .date {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #ffb600;
	color: #fff;
	z-index: 3;
}

.blog-area .blog-slider .single-blog .meta-info ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.blog-area .blog-slider .single-blog .meta-info ul li {
	display: inline-block;
	margin-right: 15px;
}

.blog-area .blog-slider .single-blog .meta-info ul li i {
	margin-right: 10px;
}

.blog-area .blog-slider .single-blog .content h3 a {
	color: #f3c409;
	font-size: 20px;
	transition: 0.3s;
	margin-bottom: 30px;
}

.blog-area .blog-slider .single-blog .content h3 a:hover {
	color: #997d11;
}

.blog-area .blog-slider .single-blog .content p {
	font-family: "Roboto", sans-serif;
}
.blog-slider .content .read-more a {
	border: 1px solid #f3c409;
	transition: 0.3s;
	padding: 10px 30px;
	color: #fff;
	background: #997d11;
}

.blog-area .blog-slider .single-blog .content .read-more a {
	color: #fff;
	font-size: 14px;
	transition: 0.3s;
	margin-bottom: 30px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}

.blog-area .blog-slider .single-blog .content .read-more a:hover {
	color: #000;
}

.blog-area .blog-slider .owl-dots {
	display: block;
	text-align: center;
	margin-top: 30px;
}

.blog-area .blog-slider .owl-dots .owl-dot {
	width: 30px;
	height: 10px;
	background: #ffb600;
	margin: 5px;
	transition: 0.5s;
	border-radius: 50px;
}

.blog-area .blog-slider .owl-dots .owl-dot.active {
	width: 45px;
	transition: 0.5s;
	background: rgba(0, 0, 0, 0.7);
}

/*=========================================================
13.partner start here
============================================================*/
.partner-area .partner-slider .single-partner img {
	width: auto;
}

/*=========================================================
14.footer section start
============================================================*/
.footer-area {
	padding: 50px 0;
	margin-top: 80px;
	/* background: #111; */
	position: relative;
	background-image: url(../images/bg2.jpg);
}

.footer-area.footer2-area {
	padding: 100px 0 50px;
	margin: 0;
}

.footer-area.footer2-area:after {
	display: none;
}

.footer-area:after {
	content: "";
	background: url(../images/footer.png) no-repeat;
	left: 0;
	right: 0;
	width: 100%;
	height: 80px;
	top: -80px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
}

.footer-area .widget .widget-title {
	font-size: 20px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
	color: #fff;
	font-weight: 600;
}

.footer-area .widget .widget-title:after {
	position: absolute;
	left: 0;
	height: 3px;
	width: 29px;
	content: "";
	background: #e2cd35;
	bottom: 0;
}

.footer-area .widget.widget-link ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-area .widget.widget-link ul li {
	display: block;
	margin: 3px 0;
	margin-left: 15px;
	position: relative;
}

.footer-area .widget.widget-link ul li:after {
	position: absolute;
	left: -15px;
	content: "\f105";
	color: #ffde59;
	bottom: 0;
	font-family: 'fontawesome';
	background: transparent;
}

.footer-area .widget.widget-link ul li a {
	transition: 0.5s;
	color: #fff;
	font-family: "Roboto", sans-serif;
}

.footer-area .widget.widget-link ul li a:hover {
	/* color: #ffde59; */
	transition: 0.5s;
}

.footer-area .widget .company-logo a img {
	margin-bottom: 15px;
	width: 50%;
}

.footer-area .widget .company-logo p {
	font-family: "Roboto", sans-serif;
	color: #fff;
}

.footer-area .widget .company-logo .social-media ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-area .widget .company-logo .social-media ul li {
	display: inline-block;
	margin: 3px;
}

.footer-area .widget .company-logo .social-media ul li a {
	color: #fff;
}

.footer-area .widget .company-logo .social-media ul li a i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #ffde59;
	/* border: 1px solid white; */
	background: #333;
	border-radius: 100%;
	transition: 0.3s;
}

.footer-area .widget .company-logo .social-media ul li a i:hover {
	background: #166fc1;
	color: #fff;
}

.footer-area .widget.instagram ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-area .widget.instagram ul li {
	margin: 2px;
	display: inline-block;
	float: left;
	width: 30%;
}

.footer-area .widget.instagram ul li img {
	width: 100%;
	transition: 0.5s;
}

.footer-area .widget.instagram ul li img:hover {
	opacity: .5;
}

.footer-botton-area {
	padding: 25px 0;
	border-top: 1px solid #1e1e1e;
	background: #111;
}

.footer-botton-area .copyright p {
	margin: 0;
	text-align: center;
	color: #ddd;
}

.footer-botton-area .copyright p strong {
	color: #ffb600;
}

/*=========================================================
15.Scroll Top CSS Start Here
============================================================*/
#scrollUp {
	background: #e2cd35;
	border-radius: 2px 2px 0 0;
	bottom: 45px;
	color: #ffffff !important;
	display: block;
	font-size: 25px;
	height: 40px;
	line-height: 0;
	position: fixed;
	right: 20px;
	text-align: center;
	text-decoration: none !important;
	transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
	width: 50px;
	z-index: 1000;
}

#scrollUp i {
	display: block;
	padding-top: 5px;

}

#scrollUp:hover {
	background: #ffde59;
}

/*=========================================================
16. Home Two Slider Start Here
============================================================*/
.slider-two-area {
	position: relative;
}

.slider-two-area .owl-item.active .single-slide {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.slider-two-area .owl-item.active .single-slide .content h1 {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: cfadeInDown;
	animation-delay: .6s;
}

.slider-two-area .owl-item.active .single-slide .content p {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: cfadeInDown;
	animation-delay: .8s;
}

.slider-two-area .owl-item.active .single-slide .content .button-area {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: cfadeInDown;
	animation-delay: .9s;
}

.slider-two-area .single-slide {
	height: 100vh;
	display: flex;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.slider-two-area .single-slide .content {
	text-align: center;
}

.slider-two-area .single-slide .content h1 {
	font-weight: 700;
	font-size: 36px;
	color: #fff;
	line-height: 1.3;
}

.slider-two-area .single-slide .content p {
	color: #fff;
	margin-right: 0px;
	padding: 15px 0;
}

.slider-two-area .single-slide .content .button-area ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: text;
}

.slider-two-area .single-slide .content .button-area ul li {
	display: inline-block;
	margin-right: 30px;
	border: 1px solid #ffb600;
	transition: 0.3s;
}

.slider-two-area .single-slide .content .button-area ul li:hover {
	border: 1px solid #000;
	transition: 0.3s;
}

.slider-two-area .single-slide .content .button-area ul li:last-child {
	margin-right: 0;
}

.slider-two-area .single-slide .content .button-area ul li:last-child a {
	background: transparent;
}

.slider-two-area .single-slide .content .button-area ul li a {
	display: block;
	padding: 10px 30px;
	color: #fff;
	background: #ffb600;
	font-size: 18px;
	font-weight: 500;
}

.slider-two-area .owl-dots {
	display: block;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100px;
}

.slider-two-area .owl-dots .owl-dot {
	width: 30px;
	height: 5px;
	background: #166fc1;
	margin: 5px;
	transition: 0.5s;
	border-radius: 0px;
}

.slider-two-area .owl-dots .owl-dot.active {
	width: 45px;
	transition: 0.5s;
	background: #ffde59;
}

/*=========================================================
17.services two start here
============================================================*/
.services-two-area {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.services-two-area .single-services {
	position: relative;
	text-align: center;
	background: #fff;
	padding: 30px;
	margin: 15px 0;
	transition: 0.5s;
	border: 1px solid #ededed;
}

.services-two-area .single-services:hover {
	transition: 0.5s;
}

.services-two-area .single-services:hover .services-number {
	opacity: 1;
}

.services-two-area .single-services:hover .icon i {
	background: #ffb600;
	color: #fff;
}

.services-two-area .single-services .icon {
	margin-bottom: 15px;
}

.services-two-area .single-services .icon i {
	font-size: 48px;
	color: #ccc;
	width: 100px;
	height: 100%;
	line-height: 100px;
	border: 1px solid #ccc;
	border-radius: 100%;
	display: block;
	margin: auto;
	transition: 0.5s;
}

.services-two-area .single-services .services-number {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	text-align: center;
	margin: auto;
	z-index: 0;
	opacity: 0;
	transition: 0.5s;
}

.services-two-area .single-services .services-number span {
	color: #999;
	font-weight: 800;
	font-size: 200px;
	opacity: .1;
}

.services-two-area .single-services h3 a {
	font-size: 18px;
	color: #000;
	transition: 0.3s;
}

.services-two-area .single-services h3 a:hover {
	color: #ffb600;
}

.services-two-area .single-services p {
	font-family: "Roboto", sans-serif;
}

/*=========================================================
18.counterup start here
============================================================*/
.counterup-area {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	/* background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)), url('./assets/images/bg-client.png'); */
}

.counterup-area .counter-content {
	text-align: center;
	padding: 15px;
	border: 1px dashed #ededed;
}

.counterup-area .counter-content .counter-inner-content .counter {
	color: #fff;
	position: relative;
	font-size: 40px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	display: block;
}

.counterup-area .counter-content .counter-inner-content .counter:after {
	position: absolute;
	left: 100px;
	right: 100px;
	height: 1px;
	border-bottom: 1px dashed #fff;
	content: "";
	bottom: 0;
}

.counterup-area .counter-content .counter-inner-content p {
	font-size: 20px;
	color: #fff;
}

/*=========================================================
19.our project2 start here
============================================================*/
#Container .mix {
	display: none;
}

.project2-area .project-menu {
	margin-bottom: 30px;
}

.project2-area .project-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #ededed;
	display: inline-block;
	border-radius: 30px;
}

.project2-area .project-menu ul li {
	display: inline-block;
	padding: 10px 45px;
	font-size: 16px;
	font-weight: 500;
	transition: 0.3s;
	position: relative;
	cursor: pointer;
	color: #000;
	border-radius: 30px;
}

.project2-area .project-menu ul li:hover {
	color: #fff;
	background: #ffb600;
}

.project2-area .project-menu ul li.active {
	position: relative;
	color: #fff;
	background: #ffb600;
}

.project2-area .single-project {
	position: relative;
	overflow: hidden;
}

.project2-area .single-project:hover .overley {
	transition: 0.5s;
	opacity: 1;
	transform: scale(1);
}

.project2-area .single-project:hover .overley .project-info {
	top: 70%;
	opacity: 1;
}

.project2-area .single-project .project-image {
	overflow: hidden;
	position: relative;
}

.project2-area .single-project .project-image a {
	display: block;
}

.project2-area .single-project .project-image a img {
	width: 100%;
}

.project2-area .single-project .overley {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	height: 100%;
	width: 100%;
	transition: 0.3s;
	opacity: 0;
	transform: scale(0);
	background: rgba(0, 0, 0, 0.8);
}

.project2-area .single-project .overley .project-details {
	top: 50%;
	position: relative;
	transform: translateY(-50%);
	text-align: center;
	transition: 0.8s;
}

.project2-area .single-project .overley .project-details ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.project2-area .single-project .overley .project-details ul li {
	display: inline-block;
	margin: 3px;
}

.project2-area .single-project .overley .project-details ul li a {
	display: block;
}

.project2-area .single-project .overley .project-details ul li a i {
	color: #fff;
	width: 45px;
	height: 45px;
	text-align: center;
	background: #ffb600;
	line-height: 45px;
	display: block;
	transition: 0.3s;
}

.project2-area .single-project .overley .project-details ul li a i:hover {
	border-radius: 100%;
	background: #000;
}

.project2-area .single-project .overley .project-info {
	top: 100%;
	position: relative;
	text-align: center;
	transition: 0.8s;
	opacity: 0;
}

.project2-area .single-project .overley .project-info h3 {
	color: #fff;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	font-size: 20px;
}

.project2-area .single-project .overley .project-info span {
	color: #ddd;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
}

/*=========================================================
20.testimonial2 start here
============================================================*/
.testimonial-area2 .testimoial-slider .single-testimonial {
	text-align: center;
	padding: 60px 40px;
	background: #fff;
	position: relative;
	border: 1px solid #ddd;
	transition: 0.5s;
}

.testimonial-area2 .testimoial-slider .single-testimonial:hover {
	border: 1px solid #ffb600;
}

.testimonial-area2 .testimoial-slider .single-testimonial:hover:after {
	color: #ffb600;
}

.testimonial-area2 .testimoial-slider .single-testimonial:hover:before {
	border-color: #ffb600;
}

.testimonial-area2 .testimoial-slider .single-testimonial:after {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 50px;
	color: #ddd;
	font-family: fontawesome;
	content: "\f10e";
	opacity: .3;
	left: 0;
	transition: 0.5s;
}

.testimonial-area2 .testimoial-slider .single-testimonial:before {
	position: absolute;
	bottom: -45px;
	content: "";
	left: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: #fff;
	border: 1px solid #ddd;
	margin: auto;
	transform: rotate(45deg);
	transition: 0.5s;
}

.testimonial-area2 .testimoial-slider .single-testimonial p {
	font-family: "Roboto", sans-serif;
}

.testimonial-area2 .testimoial-slider .single-testimonial .info h3 {
	font-size: 18px;
	color: #000;
	font-weight: 600;
	margin-bottom: 5px;
}

.testimonial-area2 .testimoial-slider .single-testimonial .info span {
	font-size: 14px;
}

.testimonial-area2 .testimoial-slider .owl-dots {
	display: block;
	text-align: center;
	margin-top: 30px;
}

.testimonial-area2 .testimoial-slider .owl-dots .owl-dot {
	width: 30px;
	height: 5px;
	background: #ffb600;
	margin: 5px;
	transition: 0.5s;
	border-radius: 0px;
}

.testimonial-area2 .testimoial-slider .owl-dots .owl-dot.active {
	width: 45px;
	transition: 0.5s;
	background: rgba(0, 0, 0, 0.7);
}

/*=========================================================
21.newsletter start here
============================================================*/
.newsletter-area .news-letter-bg {
	position: absolute;
	left: 0;
	margin: auto;
	right: 0;
	top: -3px;
	z-index: -1;
}

.newsletter-area .news-letter-bg img {
	margin: auto;
}

.newsletter-area .news-letter {
	padding: 30px 0;
}

.newsletter-area .news-letter .text h3 {
	color: #fff;
	font-weight: 600;
	font-family: "Roboto", sans-serif;
	margin: 0;
}

.newsletter-area .news-letter .form-area {
	position: relative;
	overflow: hidden;
}

.newsletter-area .news-letter .form-area input {
	width: 100%;
	height: 45px;
	padding: 8px 30px;
	border: none;
	border-radius: 15px;
}

.newsletter-area .news-letter .form-area button {
	width: 22%;
	height: 45px;
	padding: 8px 20px;
	border: none;
	border-radius: 15px;
	position: absolute;
	right: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
	cursor: pointer;
	transition: 0.5s;
}

.newsletter-area .news-letter .form-area button:hover {
	background: #ce9509;
	transition: 0.5s;
}

/*=========================================================
22.breadcumb start here
============================================================*/
.breadcumb-area {
	position: relative;
	padding: 80px 0 10px 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background: #2f2f2f; 
}

.breadcumb-area:before {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	top: 0;
/*	background: rgba(0, 0, 0, 0.5);*/
	content: "";
}

.breadcumb-area h2 {
	font-size: 40px;
	font-family: "Roboto", sans-serif;
/*	margin: 0 0 20px;*/
	font-weight: 800;
	color: #fff;
}

.breadcumb-area ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.breadcumb-area ul li {
	color: #fff;
}

.breadcumb-area ul li i {
	font-size: 8px;
	margin: 0 10px;
}

.breadcumb-area ul li a {
	color: #fff;
}

/*=========================================================
23.services details start here
============================================================*/
.services-details-area .nav {
	margin-bottom: 30px;
}

.services-details-area .nav a {
	display: block;
	padding: 15px;
	border-radius: 0;
	border: none;
	border-top: 2px solid #fff;
	font-weight: 600;
	color: #111;
	transition: 0.5s;
}

.services-details-area .nav a.active,
.services-details-area .nav a:hover {
	color: #fff;
	background: #ffb600;
	transition: 0.5s;
}

.services-details-area .services-contact {
	padding: 40px;
	color: #fff;
	background: #ffb600;
	transition: 0.5s;
	margin-bottom: 30px;
}

.services-details-area .services-contact ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.services-details-area .services-contact ul li {
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 30px 0;
}

.services-details-area .services-contact ul li .contact-details h3 {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 600;
}

.services-details-area .services-contact ul li .contact-details a {
	font-family: "Roboto", sans-serif;
	color: #fff;
	transition: 0.5s;
	display: inline-block;
	padding: 5px 30px;
}

.services-details-area .services-contact ul li .contact-details a:hover {
	background: #333;
}

.services-details-area .services-contact ul li .contact-details a:hover i {
	margin-left: 15px;
	transition: 0.5s;
}

.services-details-area .services-contact ul li .contact-details a i {
	margin-left: 8px;
	transition: 0.5s;
}

.services-details-area .services-contact ul li:last-child {
	border: none;
}

.services-details-area .services-contact1 {
	padding: 40px;
	color: #fff;
	background: #ffb600;
	transition: 0.5s;
	margin-bottom: 30px;
}

.services-details-area .services-contact1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.services-details-area .services-contact1 ul li {
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 30px 0;
}

.services-details-area .services-contact1 ul li .contact-details h3 {
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: 600;
}

.services-details-area .services-contact1 ul li .contact-details span {
	font-family: "Roboto", sans-serif;
}

.services-details-area .services-contact1 ul li:last-child {
	border: none;
}

.services-details-area .tab-content .tab-pane .services-content .images {
	position: relative;
	overflow: hidden;
	transition: 0.5s;
	margin-bottom: 30px;
}

.services-details-area .tab-content .tab-pane .services-content .images:hover img {
	transform: scale(1.3);
}

.services-details-area .tab-content .tab-pane .services-content .images img {
	width: 100%;
	transition: 0.5s;
}

.services-details-area .tab-content .tab-pane .services-content h3 {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 600;
	color: #000;
}

.services-details-area .tab-content .tab-pane .services-content blockquote {
	margin: 0 0 1rem;
	background: #f5f5f5;
	padding: 30px;
	font-style: italic;
}

.services-details-area .tab-content .tab-pane .services-content .features {
	margin-bottom: 20px;
}

.services-details-area .tab-content .tab-pane .services-content .features ul {
	margin: 0;
	list-style: 0;
	padding: 0;
}

.services-details-area .tab-content .tab-pane .services-content .features ul li {
	display: block;
	margin: 5px 0;
	color: #333;
}

.services-details-area .tab-content .tab-pane .services-content .features ul li i {
	color: #ffb600;
	margin-right: 15px;
	font-size: 20px;
}

.services-details-area .tab-content .tab-pane .services-content a {
	border: 1px solid #ffb600;
	transition: 0.3s;
	padding: 10px 30px;
	color: #ffb600;
	display: inline-block;
	margin: 30px 0;
}

.services-details-area .tab-content .tab-pane .services-content a:hover {
	border: 1px solid #000;
	transition: 0.3s;
	color: #fff;
	background: #000;
}

/*=========================================================
24.project details start here
============================================================*/
.project-details-area .nav {
	margin-bottom: 30px;
}

.project-details-area .nav a {
	display: block;
	padding: 15px;
	border-radius: 0;
	border: none;
	border-top: 2px solid #fff;
	font-weight: 600;
	color: #111;
	transition: 0.5s;
}

.project-details-area .nav a.active,
.project-details-area .nav a:hover {
	color: #fff;
	background: #ffb600;
	transition: 0.5s;
}

.project-details-area .project-contact {
	padding: 40px;
	color: #fff;
	background: #ffb600;
	transition: 0.5s;
}

.project-details-area .project-contact ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.project-details-area .project-contact ul li {
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 30px 0;
}

.project-details-area .project-contact ul li .contact-details h3 {
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: 600;
}

.project-details-area .project-contact ul li .contact-details span {
	font-family: "Roboto", sans-serif;
}

.project-details-area .project-contact ul li:last-child {
	border: none;
}

.project-details-area .tab-content .tab-pane .project-content .images {
	position: relative;
	overflow: hidden;
	transition: 0.5s;
	margin-bottom: 30px;
}

.project-details-area .tab-content .tab-pane .project-content .images:hover img {
	transform: scale(1.3);
}

.project-details-area .tab-content .tab-pane .project-content .images img {
	width: 100%;
	transition: 0.5s;
}

.project-details-area .tab-content .tab-pane .project-content h3 {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 600;
	color: #000;
}

.project-details-area .tab-content .tab-pane .project-content .features {
	margin-bottom: 20px;
}

.project-details-area .tab-content .tab-pane .project-content .features ul {
	margin: 0;
	list-style: 0;
	padding: 0;
}

.project-details-area .tab-content .tab-pane .project-content .features ul li {
	display: block;
	margin: 5px 0;
	color: #333;
}

.project-details-area .tab-content .tab-pane .project-content .features ul li i {
	color: #ffb600;
	margin-right: 15px;
	font-size: 20px;
}

/*=========================================================
25.team page start here
============================================================*/
.team-page-area .single-team {
	margin: 15px 0;
	background: #fff;
	padding: 15px;
}

.team-page-area .single-team .team-images {
	display: block;
	margin: auto;
	border-radius: 0%;
	position: relative;
	overflow: hidden;
	transition: 0.5s;
	margin-bottom: 20px;
}

.team-page-area .single-team .team-images:hover {
	transition: 0.5s;
}

.team-page-area .single-team .team-images:hover .images:after {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(200, 150, 0, 0.6)), color-stop(30%, rgba(200, 150, 0, 0.5)), to(transparent));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 30%, transparent 100%);
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 30%, transparent 100%);
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 30%, transparent 100%);
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.team-page-area .single-team .team-images:hover .images img {
	transition: 0.5s;
}

.team-page-area .single-team .team-images:hover .social-media {
	opacity: 1;
	visibility: visible;
	transition: 0.5s;
	bottom: 30px;
}

.team-page-area .single-team .team-images .images {
	position: relative;
}

.team-page-area .single-team .team-images .images:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(200, 150, 0, 0.6)), color-stop(30%, rgba(200, 150, 0, 0.5)), to(transparent));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 30%, transparent 100%);
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 30%, transparent 100%);
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 30%, transparent 100%);
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.team-page-area .single-team .team-images .images img {
	width: 100%;
	transition: 0.3s;
}

.team-page-area .single-team .team-images .social-media {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
}

.team-page-area .single-team .team-images .social-media ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.team-page-area .single-team .team-images .social-media ul li {
	display: inline-block;
	margin: 3px;
}

.team-page-area .single-team .team-images .social-media ul li a {
	color: #fff;
}

.team-page-area .single-team .team-images .social-media ul li a i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #ffb600;
	background: #fff;
	border-radius: 100%;
	transition: 0.3s;
}

.team-page-area .single-team .team-images .social-media ul li a i:hover {
	background: #000;
}

.team-page-area .single-team .content {
	text-align: center;
	padding: 15px 0;
}

.team-page-area .single-team .content h3 {
	font-size: 18px;
	color: #000;
	font-weight: 600;
	margin-bottom: 5px;
}

.team-page-area .single-team .content span {
	font-size: 14px;
	display: block;
	margin-bottom: 20px;
}

/*=========================================================
26.shop page start here
============================================================*/
.shop-area .right-topbar {
	text-align: right;
}

.shop-area .right-topbar select {
	height: 45px;
	padding: 0 15px;
	border: 1px solid #e4e4e4;
	border-radius: 0;
	margin-bottom: 20px;
}

.shop-area .single-shop {
	margin: 15px 0;
	background: #fff;
	padding: 15px;
}

.shop-area .single-shop:hover .product-image img {
	transform: scale(1.3);
}

.shop-area .single-shop:hover .product-image .add-to-cart {
	bottom: 20px;
}

.shop-area .single-shop:hover .product-image .add-to-cart a {
	opacity: 1;
}

.shop-area .single-shop .product-image {
	position: relative;
	overflow: hidden;
	transition: 0.5s;
	margin-bottom: 30px;
}

.shop-area .single-shop .product-image:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(200, 150, 0, 0.6)), color-stop(30%, rgba(200, 150, 0, 0.5)), to(transparent));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 30%, transparent 100%);
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 30%, transparent 100%);
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 30%, transparent 100%);
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.shop-area .single-shop .product-image:hover img {
	transform: scale(1.3);
}

.shop-area .single-shop .product-image .price {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}

.shop-area .single-shop .product-image .price span {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 600;
	color: #fff;
	transition: 0.3s;
	background: #ffb600;
	padding: 3px 20px;
	text-align: center;
}

.shop-area .single-shop .product-image .price span:hover {
	color: #000;
}

.shop-area .single-shop .product-image img {
	width: 100%;
	transition: 0.5s;
}

.shop-area .single-shop .product-image .add-to-cart {
	transition: 0.5s;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	margin: auto;
	text-align: center;
	z-index: 1;
}

.shop-area .single-shop .product-image .add-to-cart a {
	display: inline-block;
	padding: 8px 30px;
	background: #ffb600;
	transition: 0.9s;
	color: #fff;
	opacity: 0;
}

.shop-area .single-shop .product-image .add-to-cart a:hover {
	background: #000;
}

.shop-area .single-shop h3 a {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 600;
	color: #000;
	transition: 0.3s;
}

.shop-area .single-shop h3 a:hover {
	color: #ffb600;
}

.shop-area .single-shop .rating {
	margin-bottom: 20px;
}

.shop-area .single-shop .rating ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.shop-area .single-shop .rating ul li {
	display: inline-block;
	margin-right: 5px;
}

.shop-area .single-shop .rating ul li i {
	color: #ffb600;
}

/*=========================================================
27.pagination start here
============================================================*/
.pagination-area {
	text-align: center;
	display: inline-block;
	width: 100%;
}

.pagination-area .pagination-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pagination-area .pagination-list ul li {
	display: inline-block;
	margin: 3px;
}

.pagination-area .pagination-list ul li.active a,
.pagination-area .pagination-list ul li:hover a {
	background: #ffb600;
	color: #fff;
	border: 1px solid #ffb600;
}

.pagination-area .pagination-list ul li a {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	display: block;
	padding: 10px 20px;
	transition: 0.3s;
	border: 1px solid #ddd;
}

/*=========================================================
28.shop details start here
============================================================*/
.shop-details-area .product-image .tab-content .tab-pane img {
	width: 100%;
}

.shop-details-area .product-image .tab-content .tab-pane img:hover {
	opacity: .9;
}

.shop-details-area .product-image .nav-tabs {
	border: 0px solid transparent;
	margin-top: 10px;
}

.shop-details-area .product-image .nav-tabs li {
	width: 30%;
	display: inline-block;
	margin: 0 16px 0 0;
}

.shop-details-area .product-image .nav-tabs li:last-child {
	margin-right: 0;
}

.shop-details-area .product-image .nav-tabs li.active a img {
	opacity: 1;
}

.shop-details-area .product-image .nav-tabs li a {
	display: block;
	padding: 0;
	margin: 0;
	width: 115px;
	height: 100px;
	overflow: hidden;
	border-color: transparent;
}

.shop-details-area .product-image .nav-tabs li a:hover {
	border: none;
	box-shadow: none;
}

.shop-details-area .product-image .nav-tabs li a:focus {
	border: none;
	box-shadow: none;
}

.shop-details-area .product-image .nav-tabs li a:focus img {
	border: none;
	box-shadow: none;
}

.shop-details-area .product-image .nav-tabs li a img {
	width: 100%;
	opacity: .5;
}

.shop-details-area .product-details h3 {
	display: inline-block;
	color: #166fc1;
}

.shop-details-area .product-details p {
	margin-bottom: 40px;
}

.shop-details-area .product-details .rating {
	display: inline-block;
	margin: 0 15px;
}

.shop-details-area .product-details .rating ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.shop-details-area .product-details .rating ul li {
	display: inline-block;
}

.shop-details-area .product-details .rating ul li i {
	color: #ffb600;
}

.shop-details-area .product-details .rating span {
	display: inline-block;
	margin-left: 15px;
}

.shop-details-area .product-details .availability {
	margin-bottom: 20px;
}

.shop-details-area .product-details .availability ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.shop-details-area .product-details .availability ul li {
	display: table-cell;
	padding: 0 5px;
	vertical-align: middle;
}

.shop-details-area .product-details .availability ul li a {
	height: 35px;
	background: #000;
	color: #fff;
	transition: 0.3s;
	padding: 7px 30px;
}

.shop-details-area .product-details .availability ul li a:hover {
	background: #000;
}

.shop-details-area .product-details .price p {
	margin: 0 0 20px;
	font-weight: 700;
}

.shop-details-area .product-details .price p del {
	margin-right: 5px;
	font-size: 18px;
}

.shop-details-area .product-details .price p span {
	color: #000;
}

.shop-details-area .product-details .product-cart {
	margin-bottom: 30px;
}

.shop-details-area .product-details .product-cart ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.shop-details-area .product-details .product-cart ul li {
	display: table-cell;
	padding-right: 15px;
	vertical-align: middle;
}

.shop-details-area .product-details .product-cart ul li.add-cart {
	padding-right: 40px;
}

.shop-details-area .product-details .product-cart ul li.add-cart a {
	display: block;
	padding: 5px 30px;
	color: #000;
	font-weight: 400;
	transition: 0.3s;
	background: #000;
	color: #ffffff;
}

.shop-details-area .product-details .product-cart ul li.add-cart a:hover {
	background: rgba(255, 182, 0, 0.7);
}

.shop-details-area .product-details .product-cart ul li a {
	display: block;
}

.shop-details-area .product-details .product-cart ul li .shop-icons ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.shop-details-area .product-details .product-cart ul li .shop-icons ul li {
	display: inline-block;
}

.shop-details-area .product-details .product-cart ul li .shop-icons ul li a {
	padding: 5px;
	display: block;
	height: 40px;
	width: 40px;
	line-height: 30px;
	text-align: center;
	transition: 0.3s;
}

.shop-details-area .product-details .product-cart ul li .shop-icons ul li a:hover {
	background: rgba(255, 182, 0, 0.7);
}

.shop-details-area .product-details .product-cart ul li .shop-icons ul li a:hover i {
	color: #ffffff;
}

.shop-details-area .product-details .product-cart ul li .shop-icons ul li a i {
	color: #000000;
}

.shop-details-area .product-details .color {
	margin-bottom: 20px;
}

.shop-details-area .product-details .color ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.shop-details-area .product-details .color ul li {
	display: table-cell;
	padding: 0 5px;
	vertical-align: middle;
}

.shop-details-area .product-details .color ul li:nth-child(1) {
	margin-bottom: 0;
}

.shop-details-area .product-details .color ul li:nth-child(2) i {
	color: #000;
}

.shop-details-area .product-details .color ul li:nth-child(3) i {
	color: #ff27f7;
}

.shop-details-area .product-details .color ul li:nth-child(4) i {
	color: #00ff3c;
}

.shop-details-area .product-details .color ul li i {
	color: #000;
	font-size: 30px;
	display: block;
}

.shop-details-area .product-details .social-media h4 {
	font-weight: 700;
	color: #000;
	display: inline-block;
}

.shop-details-area .product-details .social-media ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.shop-details-area .product-details .social-media ul li {
	display: inline-block;
	margin: 3px;
}

.shop-details-area .product-details .social-media ul li a {
	color: #fff;
}

.shop-details-area .product-details .social-media ul li a i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #ffb600;
	background: #fff;
	border-radius: 100%;
	transition: 0.3s;
}

.shop-details-area .product-details .social-media ul li a i:hover {
	background: #000;
}

.shop-details-area .product-description {
	margin: 60px 0 0;
	border: 1px solid #ddd;
	padding: 30px;
}

.shop-details-area .product-description .nav-tabs {
	margin: 0;
	padding: 0;
	border: 0px solid transparent;
}

.shop-details-area .product-description .nav-tabs li {
	margin: 0 5px 0 0;
	transition: 0.3s;
}

.shop-details-area .product-description .nav-tabs li:hover {
	border: 0px solid transparent;
}

.shop-details-area .product-description .nav-tabs li:hover a {
	border: 0px solid transparent;
	background: #ffb600;
	color: #fff;
	width: 195px;
	height: 45px;
	text-align: center;
	display: block;
}

.shop-details-area .product-description .nav-tabs li.active {
	border: 0px solid transparent;
	transition: 0.3s;
}

.shop-details-area .product-description .nav-tabs li.active:hover {
	border: 0px solid transparent;
}

.shop-details-area .product-description .nav-tabs li.active:hover a {
	border: 0px solid transparent;
	background: #ffb600;
	color: #fff;
	width: 195px;
	height: 45px;
	text-align: center;
	display: block;
}

.shop-details-area .product-description .nav-tabs li.active a {
	border: 0px solid transparent;
	background: #ffb600;
	color: #fff;
	width: 195px;
	height: 45px;
	text-align: center;
	display: block;
	border: 0px solid transparent;
}

.shop-details-area .product-description .nav-tabs li.active a a {
	border: 0px solid transparent;
	background: #ffb600;
	color: #fff;
	width: 195px;
	height: 45px;
	text-align: center;
	display: block;
}

.shop-details-area .product-description .nav-tabs li a {
	display: block;
	text-transform: capitalize;
	background: #ddd;
	color: #000;
	width: 195px;
	height: 45px;
	text-align: center;
	line-height: 45px;
}

.shop-details-area .product-description .tab-content {
	margin: 20px 0 0;
}

.shop-details-area .product-description .tab-content h4 {
	color: #333;
	margin: 0 0 20px;
	text-transform: capitalize;
	font-weight: 700;
	line-height: 27px;
}

.shop-details-area .product-description .tab-content .rating {
	display: inline-block;
	margin: 0 15px;
}

.shop-details-area .product-description .tab-content .rating ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.shop-details-area .product-description .tab-content .rating ul li {
	display: inline-block;
}

.shop-details-area .product-description .tab-content .rating ul li i {
	margin: 1px;
	color: #ffb600;
}

.shop-details-area .product-description .tab-content .rating span {
	display: inline-block;
	margin-left: 15px;
	text-transform: capitalize;
}

.shop-details-area .product-description .tab-content .tag-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.shop-details-area .product-description .tab-content .tag-list ul li {
	display: inline-block;
	margin: 2px;
}

.shop-details-area .product-description .tab-content .tag-list ul li a {
	background: #000000;
	color: #ffffff;
	border: 0px solid transparent;
	transition: 0.3s;
	padding: 10px 20px;
	display: block;
}

.shop-details-area .product-description .tab-content .tag-list ul li a:hover {
	background: #ffb600;
	color: #ffffff;
}

.shop-details-area .related-product-slider .single-shop {
	margin: 15px 0;
}

.shop-details-area .related-product-slider .single-shop:hover .product-image img {
	transform: scale(1.3);
}

.shop-details-area .related-product-slider .single-shop:hover .product-image .add-to-cart {
	bottom: 20px;
}

.shop-details-area .related-product-slider .single-shop:hover .product-image .add-to-cart a {
	opacity: 1;
}

.shop-details-area .related-product-slider .single-shop .product-image {
	position: relative;
	overflow: hidden;
	transition: 0.5s;
	margin-bottom: 30px;
}

.shop-details-area .related-product-slider .single-shop .product-image:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(200, 150, 0, 0.6)), color-stop(30%, rgba(200, 150, 0, 0.5)), to(transparent));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 30%, transparent 100%);
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 30%, transparent 100%);
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 30%, transparent 100%);
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.shop-details-area .related-product-slider .single-shop .product-image:hover img {
	transform: scale(1.3);
}

.shop-details-area .related-product-slider .single-shop .product-image .price {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}

.shop-details-area .related-product-slider .single-shop .product-image .price span {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 600;
	color: #fff;
	transition: 0.3s;
	background: #ffb600;
	padding: 3px 20px;
	text-align: center;
}

.shop-details-area .related-product-slider .single-shop .product-image .price span:hover {
	color: #000;
}

.shop-details-area .related-product-slider .single-shop .product-image img {
	width: 100%;
	transition: 0.5s;
}

.shop-details-area .related-product-slider .single-shop .product-image .add-to-cart {
	transition: 0.5s;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	margin: auto;
	text-align: center;
	z-index: 1;
}

.shop-details-area .related-product-slider .single-shop .product-image .add-to-cart a {
	display: inline-block;
	padding: 8px 30px;
	background: #ffb600;
	transition: 0.9s;
	color: #fff;
	opacity: 0;
}

.shop-details-area .related-product-slider .single-shop .product-image .add-to-cart a:hover {
	background: #000;
}

.shop-details-area .related-product-slider .single-shop h3 a {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 600;
	color: #000;
	transition: 0.3s;
}

.shop-details-area .related-product-slider .single-shop h3 a:hover {
	color: #ffb600;
}

.shop-details-area .related-product-slider .single-shop .rating ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.shop-details-area .related-product-slider .single-shop .rating ul li {
	display: inline-block;
	margin-right: 5px;
}

.shop-details-area .related-product-slider .single-shop .rating ul li i {
	color: #ffb600;
}

.shop-details-area .related-product-slider .owl-dots {
	display: block;
	text-align: center;
	margin-top: 30px;
}

.shop-details-area .related-product-slider .owl-dots .owl-dot {
	width: 30px;
	height: 10px;
	background: #ffb600;
	margin: 5px;
	transition: 0.5s;
	border-radius: 50px;
}

.shop-details-area .related-product-slider .owl-dots .owl-dot.active {
	width: 45px;
	transition: 0.5s;
	background: rgba(0, 0, 0, 0.7);
}

/*=========================================================
29.blog page start here 
============================================================*/
.blog-page-area .single-blog {
	margin: 15px 0;
	text-align: center;
	background: #fff;
	padding: 15px;
}

.blog-page-area .single-blog .blog-image {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.blog-page-area .single-blog .blog-image:hover img {
	transform: scale(1.2);
	transition: 0.3s;
}

.blog-page-area .single-blog .blog-image:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(30%, rgba(0, 0, 0, 0.5)), to(transparent));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 30%, transparent 100%);
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 30%, transparent 100%);
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 30%, transparent 100%);
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.blog-page-area .single-blog .blog-image img {
	width: 100%;
	transition: 0.3s;
}

.blog-page-area .single-blog .blog-image .date {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #ffb600;
	color: #fff;
	z-index: 3;
}

.blog-page-area .single-blog .meta-info ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.blog-page-area .single-blog .meta-info ul li {
	display: inline-block;
	margin-right: 15px;
}

.blog-page-area .single-blog .meta-info ul li i {
	margin-right: 10px;
}

.blog-page-area .single-blog .content h3 a {
	color: #000;
	font-size: 20px;
	transition: 0.3s;
	margin-bottom: 30px;
}

.blog-page-area .single-blog .content h3 a:hover {
	color: #ffb600;
}

.blog-page-area .single-blog .content p {
	font-family: "Roboto", sans-serif;
}

.blog-page-area .single-blog .content .read-more a {
	color: #000;
	font-size: 14px;
	transition: 0.3s;
	margin-bottom: 30px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}

.blog-page-area .single-blog .content .read-more a:hover {
	color: #ffb600;
}

/*=========================================================
30.blog Two page start here
============================================================*/
.blog2-page-area .single-blog-area {
	margin-bottom: 60px;
	background: #fff;
	padding: 30px;
}

.blog2-page-area .single-blog-area .meta-info {
	margin-bottom: 30px;
}

.blog2-page-area .single-blog-area .meta-info ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.blog2-page-area .single-blog-area .meta-info ul li {
	display: inline-block;
	margin-right: 15px;
	text-transform: capitalize;
}

.blog2-page-area .single-blog-area .meta-info ul li i {
	margin-right: 10px;
	color: #ffb600;
	font-weight: 800;
}

.blog2-page-area .single-blog-area .image {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	transition: 0.5s;
}

.blog2-page-area .single-blog-area .image .blog-slide img {
	width: 100%;
}

.blog2-page-area .single-blog-area .image .blog-slide .owl-nav {
	display: block;
}

.blog2-page-area .single-blog-area .image .blog-slide .owl-nav .owl-prev {
	width: 60px;
	height: 60px;
	line-height: 50px;
	border: 1px solid #e7e6e5;
	border-radius: 50%;
	font-size: 30px;
	color: #ffffff;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

.blog2-page-area .single-blog-area .image .blog-slide .owl-nav .owl-prev i {
	font-size: 30px;
}

.blog2-page-area .single-blog-area .image .blog-slide .owl-nav .owl-prev:hover {
	color: #ffb600;
	border-color: #ffb600;
}

.blog2-page-area .single-blog-area .image .blog-slide .owl-nav .owl-prev:hover i {
	color: #ffb600;
	transition: all 0.3s;
}

.blog2-page-area .single-blog-area .image .blog-slide .owl-nav .owl-next {
	width: 60px;
	height: 60px;
	line-height: 50px;
	border: 1px solid #e7e6e5;
	border-radius: 50%;
	font-size: 30px;
	color: #ffffff;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

.blog2-page-area .single-blog-area .image .blog-slide .owl-nav .owl-next i {
	font-size: 30px;
}

.blog2-page-area .single-blog-area .image .blog-slide .owl-nav .owl-next:hover {
	color: #ffb600;
	border-color: #ffb600;
	transition: all 0.3s;
}

.blog2-page-area .single-blog-area .image .blog-slide .owl-nav .owl-next:hover i {
	color: #ffb600;
	transition: all 0.3s;
}

.blog2-page-area .single-blog-area .image:hover a img {
	transform: scale(1.3);
	transition: 0.5s;
}

.blog2-page-area .single-blog-area .image a img {
	transition: 0.5s;
}

.blog2-page-area .single-blog-area .image .date {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #ffb600;
	color: #fff;
	z-index: 3;
}

.blog2-page-area .single-blog-area .content h2 a {
	color: #000;
	font-size: 20px;
	transition: 0.5s;
	margin-bottom: 30px;
	font-family: "Roboto", sans-serif;
	display: block;
}

.blog2-page-area .single-blog-area .content h2 a:hover {
	color: #ffb600;
}

.blog2-page-area .single-blog-area .content p {
	margin-bottom: 30px;
}

.blog2-page-area .single-blog-area .content .read-more a {
	color: #000;
	font-size: 20px;
	transition: 0.5s;
	margin-bottom: 30px;
	font-family: "Poppins", sans-serif;
	display: block;
}

.blog2-page-area .single-blog-area .content .read-more a:hover {
	color: #ffb600;
}

/*=========================================================
31.sidebar start here
============================================================*/
.sidebar-area .widget {
	margin-bottom: 60px;
	border: 1px solid #eee;
	padding: 40px 30px;
	background: #fff;
}

.sidebar-area .widget .widget-title {
	color: #000;
	font-size: 24px;
	margin-bottom: 30px;
	font-family: "Roboto", sans-serif;
	display: block;
	position: relative;
	margin-left: 30px;
}

.sidebar-area .widget .widget-title:before {
	position: absolute;
	content: "";
	width: 15px;
	height: 1px;
	background: #ffb600;
	left: -30px;
	top: 10px;
}

.sidebar-area .widget .widget-title:after {
	position: absolute;
	content: "";
	width: 15px;
	height: 1px;
	background: #ffb600;
	left: -30px;
	top: 15px;
}

.sidebar-area .widget.widget_search {
	position: relative;
}

.sidebar-area .widget.widget_search input {
	height: 45px;
	padding: 5px 15px;
	border-radius: 25px;
	border: 1px solid #ededed;
	width: 100%;
	transition: 0.5s;
}

.sidebar-area .widget.widget_search input:focus {
	border: 1px solid #ffb600;
}

.sidebar-area .widget.widget_search button {
	font-size: 20px;
	font-size: 1.33333rem;
	color: #ffb600;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 45px;
	top: 65%;
	transform: translateY(-50%);
	background: transparent;
}

.sidebar-area .widget.widget_search button i {
	cursor: pointer;
}

.sidebar-area .widget.widget_categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar-area .widget.widget_categories ul li {
	display: block;
	padding: 10px 0;
	position: relative;
}

.sidebar-area .widget.widget_categories ul li span {
	background: rgba(255, 182, 0, 0.3);
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	font-size: 0.86667rem;
	text-align: center;
	color: #8b8b8b;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 10px;
}

.sidebar-area .widget.widget_categories ul li a {
	color: #7f7f7f;
	transition: 0.5s;
	margin-bottom: 30px;
}

.sidebar-area .widget.widget_categories ul li a:hover {
	color: #ffb600;
}

.sidebar-area .widget.recent-post-widget .popular-post-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar-area .widget.recent-post-widget .popular-post-widget ul li {
	display: block;
	padding: 15px 0;
	position: relative;
}

.sidebar-area .widget.recent-post-widget .popular-post-widget ul li .post-image {
	width: 90px;
	float: left;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
	transition: 0.3s;
}

.sidebar-area .widget.recent-post-widget .popular-post-widget ul li .post-image:hover a img {
	transform: scale(1.3);
}

.sidebar-area .widget.recent-post-widget .popular-post-widget ul li .post-image a {
	display: block;
}

.sidebar-area .widget.recent-post-widget .popular-post-widget ul li .post-image a img {
	width: 100%;
	transition: 0.3s;
}

.sidebar-area .widget.recent-post-widget .popular-post-widget ul li .post-info a {
	color: #7f7f7f;
	font-size: 16px;
	transition: 0.5s;
	font-weight: 500;
}

.sidebar-area .widget.recent-post-widget .popular-post-widget ul li .post-info a:hover {
	color: #ffb600;
}

.sidebar-area .widget.recent-post-widget .popular-post-widget ul li .post-info p {
	margin: 0;
	font-size: 14px;
}

.sidebar-area .widget.recent-post-widget .popular-post-widget ul li .post-info p i {
	color: #ffb600;
	margin-right: 10px;
}

.sidebar-area .widget.widget_tag_cloud .tagcloud a {
	display: inline-block;
	padding: 5px 20px;
	border: 1px solid #ededed;
	color: #7f7f7f;
	margin: 3px;
	border-radius: 25px;
	transition: 0.5s;
	text-transform: capitalize;
}

.sidebar-area .widget.widget_tag_cloud .tagcloud a:hover {
	color: #ffb600;
	border: 1px solid #ffb600;
}

/*=========================================================
32.blog details page start here
============================================================*/
.blog-details-page-area .single-blog-area {
	margin-bottom: 60px;
	background: #fff;
	padding: 30px;
}

.blog-details-page-area .single-blog-area .meta-info {
	margin-bottom: 30px;
}

.blog-details-page-area .single-blog-area .meta-info ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.blog-details-page-area .single-blog-area .meta-info ul li {
	display: inline-block;
	margin-right: 15px;
	text-transform: capitalize;
}

.blog-details-page-area .single-blog-area .meta-info ul li i {
	margin-right: 10px;
	color: #ffb600;
	font-weight: 800;
}

.blog-details-page-area .single-blog-area .image {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	transition: 0.5s;
}

.blog-details-page-area .single-blog-area .image .blog-slide img {
	width: 100%;
}

.blog-details-page-area .single-blog-area .image .blog-slide .owl-nav {
	display: block;
}

.blog-details-page-area .single-blog-area .image .blog-slide .owl-nav .owl-prev {
	width: 60px;
	height: 60px;
	line-height: 50px;
	border: 1px solid #e7e6e5;
	border-radius: 50%;
	font-size: 30px;
	color: #ffffff;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

.blog-details-page-area .single-blog-area .image .blog-slide .owl-nav .owl-prev i {
	font-size: 30px;
}

.blog-details-page-area .single-blog-area .image .blog-slide .owl-nav .owl-prev:hover {
	color: #ffb600;
	border-color: #ffb600;
}

.blog-details-page-area .single-blog-area .image .blog-slide .owl-nav .owl-prev:hover i {
	color: #ffb600;
	transition: all 0.3s;
}

.blog-details-page-area .single-blog-area .image .blog-slide .owl-nav .owl-next {
	width: 60px;
	height: 60px;
	line-height: 50px;
	border: 1px solid #e7e6e5;
	border-radius: 50%;
	font-size: 30px;
	color: #ffffff;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

.blog-details-page-area .single-blog-area .image .blog-slide .owl-nav .owl-next i {
	font-size: 30px;
}

.blog-details-page-area .single-blog-area .image .blog-slide .owl-nav .owl-next:hover {
	color: #ffb600;
	border-color: #ffb600;
	transition: all 0.3s;
}

.blog-details-page-area .single-blog-area .image .blog-slide .owl-nav .owl-next:hover i {
	color: #ffb600;
	transition: all 0.3s;
}

.blog-details-page-area .single-blog-area .image:hover a img {
	transform: scale(1.3);
	transition: 0.5s;
}

.blog-details-page-area .single-blog-area .image a img {
	transition: 0.5s;
}

.blog-details-page-area .single-blog-area .image .date {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #ffb600;
	color: #fff;
	z-index: 3;
}

.blog-details-page-area .single-blog-area .content h2 a {
	color: #000;
	font-size: 24px;
	transition: 0.5s;
	margin-bottom: 30px;
	font-family: "Roboto", sans-serif;
	display: block;
}

.blog-details-page-area .single-blog-area .content h2 a:hover {
	color: #ffb600;
}

.blog-details-page-area .single-blog-area .content h3 {
	color: #000;
	font-size: 20px;
	transition: 0.5s;
	margin-bottom: 20px;
	font-family: "Roboto", sans-serif;
	display: block;
}

.blog-details-page-area .single-blog-area .content p {
	margin-bottom: 30px;
}

.blog-details-page-area .single-blog-area .content .read-more a {
	color: #000;
	font-size: 20px;
	transition: 0.5s;
	margin-bottom: 30px;
	font-family: "Poppins", sans-serif;
	display: block;
}

.blog-details-page-area .single-blog-area .content .read-more a:hover {
	color: #ffb600;
}

.blog-details-page-area .single-blog-area .content blockquote {
	background-color: #f8f8f8;
	font-style: italic;
	padding: 30px 25px;
	border-left: 5px solid #ffb600;
}

.blog-details-page-area .single-blog-area .content blockquote p {
	margin: 0;
}

.blog-details-page-area .single-blog-area .blog-share {
	position: relative;
	margin: 60px 0;
	overflow: hidden;
	border: 1px solid #ededed;
	padding: 15px;
}

.blog-details-page-area .single-blog-area .blog-share .tag,
.blog-details-page-area .single-blog-area .blog-share .share {
	height: 60px;
}

.blog-details-page-area .single-blog-area .blog-share .tag i,
.blog-details-page-area .single-blog-area .blog-share .share i {
	width: 60px;
	height: 60px;
	text-align: center;
	font-size: 24px;
	color: #7f7f7f;
	background: #ededed;
	display: block;
	line-height: 60px;
	margin-right: 10px;
	float: left;
}

.blog-details-page-area .single-blog-area .blog-share .tag ul,
.blog-details-page-area .single-blog-area .blog-share .share ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.blog-details-page-area .single-blog-area .blog-share .tag ul li,
.blog-details-page-area .single-blog-area .blog-share .share ul li {
	display: inline-block;
	margin: 0 3px;
}

.blog-details-page-area .single-blog-area .blog-share .tag ul li a,
.blog-details-page-area .single-blog-area .blog-share .share ul li a {
	display: block;
	color: #7f7f7f;
}

.blog-details-page-area .single-blog-area .blog-share .tag ul li a i,
.blog-details-page-area .single-blog-area .blog-share .share ul li a i {
	background: transparent;
	width: auto;
	transition: 0.5s;
	font-size: 16px;
}

.blog-details-page-area .single-blog-area .blog-share .tag ul li a i:hover,
.blog-details-page-area .single-blog-area .blog-share .share ul li a i:hover {
	color: #ffb600;
	transition: 0.5s;
}

.blog-details-page-area .single-blog-area .blog-share .tag ul li a {
	position: relative;
	padding: 20px 0;
	transition: 0.5s;
}

.blog-details-page-area .single-blog-area .blog-share .tag ul li a:hover {
	color: #ffb600;
	transition: 0.5s;
}

.blog-details-page-area .single-blog-area .blog-share .tag ul li a:after {
	position: absolute;
	content: ",";
	top: 16px;
	right: -6px;
}

/*=========================================================
33.blog comments start here
============================================================*/
.comments-area {
	background: #fff;
	padding: 30px;
	margin-bottom: 60px;
}

.comments-area .comments-title h2 {
	color: #000;
	font-size: 24px;
	margin-bottom: 30px;
	font-family: "Roboto", sans-serif;
	display: block;
	position: relative;
	margin-left: 30px;
}

.comments-area .comments-title h2:before {
	position: absolute;
	content: "";
	width: 15px;
	height: 1px;
	background: #ffb600;
	left: -30px;
	top: 10px;
}

.comments-area .comments-title h2:after {
	position: absolute;
	content: "";
	width: 15px;
	height: 1px;
	background: #ffb600;
	left: -30px;
	top: 15px;
}

.comments-area .comments-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comments-area .comments-list ul li {
	display: block;
	margin: 30px 0;
	padding: 30px 0;
	border-bottom: 1px solid #ededed;
	overflow: hidden;
	position: relative;
}

.comments-area .comments-list ul li:last-child {
	border-bottom: 0px;
}

.comments-area .comments-list ul li:nth-child(2) {
	margin-left: 100px;
}

.comments-area .comments-list ul li:nth-child(2) .comment-info {
	width: 400px;
}

.comments-area .comments-list ul li .author-image {
	margin-right: 30px;
	float: left;
}

.comments-area .comments-list ul li .author-image i {
	font-size: 60px;
	line-height: 100px;
	color: #ededed;
	width: 120px;
	height: 120px;
	border: 1px solid #ededed;
	border-radius: 100%;
	text-align: center;
	display: block;
	background: #7f7f7f;
}

.comments-area .comments-list ul li .comment-info {
	width: 500px;
	float: left;
	max-width: 100%;
}

.comments-area .comments-list ul li .comment-info h3 {
	color: #000;
	font-size: 20px;
	margin-bottom: 1px;
	font-family: "Roboto", sans-serif;
	display: block;
	position: relative;
}

.comments-area .comments-list ul li .comment-info span {
	font-size: 14px;
	font-style: italic;
	margin-bottom: 10px;
	display: block;
}

.comments-area .comments-list ul li .comment-info p {
	margin: 0;
}

.comments-area .comments-list ul li .comment-info .reply {
	position: absolute;
	top: 0;
	right: 0;
}

.comments-area .comments-list ul li .comment-info .reply a {
	color: #fff;
	font-size: 12px;
	background: #ffb600;
	padding: 7px 20px;
	display: block;
	transition: 0.5s;
}

.comments-area .comments-list ul li .comment-info .reply a:hover {
	background: #000;
	transition: 0.5s;
}

/*=========================================================
34.blog comments form start here
============================================================*/
.comments-form-area {
	background: #fff;
/*	padding: 30px;*/
}

.comments-form-area .comment-form-title h3 {
	color: #000;
	font-size: 24px;
	font-family: "Roboto", sans-serif;
	display: block;
	position: relative;
	margin-left: 30px;
}

.comments-form-area .comment-form-title h3:before {
	position: absolute;
	content: "";
	width: 15px;
	height: 1px;
	background: #166fc1;
	left: -30px;
	top: 10px;
}

.comments-form-area .comment-form-title h3:after {
	position: absolute;
	content: "";
	width: 15px;
	height: 1px;
	background: #ffde59;
	left: -30px;
	top: 15px;
}

.comments-form-area .form-section {
/*	margin: 30px 0;*/
}

.comments-form-area .form-section input {
	height: 45px;
	padding: 5px 15px;
	border: 1px solid #beb2b2;
	width: 100%;
	transition: 0.5s;
	margin: 15px 0;
}

.comments-form-area .form-section input:focus {
	border: 1px solid #ffb600;
}

.comments-form-area .form-section textarea {
	margin: 15px 0;
	padding: 5px 15px;
	border: 1px solid #beb2b2;
	width: 100%;
	transition: 0.5s;
}

.comments-form-area .form-section textarea:focus {
	border: 1px solid #ffb600;
}

.comments-form-area .form-section .message-us a {
	display: block;
	padding: 10px 30px;
	color: #fff;
	background: #ffb600;
	text-align: center;
}

/*=========================================================
35.contact page start here
============================================================*/
.contact-page-area .single-contact {
	border: 1px solid #ededed;
	padding: 30px;
	transition: 0.5s;
	background: #fff;
}

.contact-page-area .single-contact:hover {
	border: 1px solid #ffb600;
	transition: 0.5s;
}

.contact-page-area .single-contact:hover .icon i {
	border: 1px dashed #ffb600;
}

.contact-page-area .single-contact .icon {
	position: relative;
}

.contact-page-area .single-contact .icon i {
	width: 60px;
	height: 60px;
	line-height: 60px;
	display: block;
	text-align: center;
	border: 1px dashed #ededed;
	border-radius: 100%;
	transition: 0.5s;
	font-size: 24px;
	position: absolute;
	top: 0;
	left: 0;
}

.contact-page-area .single-contact .icon i:hover {
	border: 1px dashed #ffb600;
}

.contact-page-area .single-contact .content {
	margin-left: 80px;
}

.contact-page-area .single-contact .content p {
	margin: 0;
	line-height: 1.7;
}

/*=========================================================
36.google map start here
============================================================*/
.google-map-area .gmap-map {
	width: 100%;
	height: 450px;
}

/*=========================================================
37.preloader start here
============================================================*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	background-color: #ffb600;
	height: 100%;
	width: 100%;
}

.preloader .preloader-area {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.spinner {
	width: 40px;
	height: 40px;
	margin: 100px auto;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
	animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

@keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

.contact li {
	margin-top: 4%;
}

.phn {
	color: white;
	margin-right: 4%;
}

.loc {
	margin-right: 4%;
}

.email {
	margin-right: 2%;
}

.about-content span {
	color: #ffde59;
	text-transform: capitalize;
}

.single-contact1 {
	padding-bottom: 24% !important;
	padding-right: 0px !important;
}

.single-contact2 {
	padding-bottom: 24% !important;
	padding-right: 14%;
}

/* .icon
{
  padding-top: 5%;
} */
.btn {
	color: blue;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
	color: #ffde59;
}

.table td,
.table th {
	padding: .40rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}

.comment-form-title h3 span {
	color: #dfb407;
}

.comment-form-title h3 {
	color: #166fc1;

}

.carousel-indicators li {
	background-color: #ffde59;
}

.carousel-indicators .active {
	background-color: #166fc1;
}

.contact a {
	color: #fff;
}

.contact img {
	margin-right: 4%;
}

.contact .img {
	margin-right: 5.8%;
}

.table thead {
	border: 1px solid #166fc1 !important;
	/* border-top: 1px solid #166fc1 ; */
}

.table-striped {
	border: 1px solid #166fc1;
}

.product-cart .table {
	box-shadow: 0px 0px 10px #000;
}

.product-cart .table thead tr th {
	background-color: #6aa709;
	color: aliceblue;
	text-align: center;
}

.product-cart .table tbody tr:nth-child(even) {
	background-color: #06539c;
	color: #fff;
	text-align: center;
	transition: .2s linear;
}

.product-cart .table tbody tr:hover:nth-child(even) {
	background-color: #6aa709;
}

.product-cart .table tbody tr:nth-child(odd) {
	background-color: #06539ce1;
	color: #fff;
	text-align: center;
	transition: .2s linear;
}

.product-cart .table tbody tr:hover:nth-child(odd) {
	background-color: #6aa709;
}

.service span {
	color: #ffde59;
}

.contact-us-details .details {
	background-color: #fff;
	transition: all border .2s linear;
	padding: 10px 0px;
	box-shadow: 0px 0px 10px #997d11;
}

.contact-us-details .icon i {
	font-size: 30px;
	padding: 5px 10px;
	border-radius: 50%;
	border: 1px dashed #ffde59;
}

.contact-us-details .content {
	padding: 2px 5px;

}

.details {
	margin: 15px 0px;
}

.ast_error_info {
	font-size: 25px;
	padding-top: 10%;
	padding-bottom: 5%;
	text-align: center;
	color: #ffde59;
	font-weight: bold;
}
.widget a
{
	font-size: 14px;
}
.text
{
	font-size: 14px;
}
.shop-img img
{
	border: 2px solid #166fc1;
}
.shop-img1 img {
    padding: 10px;
}
.shop-img .img1, .img2, .img3, .img4
{
	margin-top: 20px;
}
.counterup-area
{
	margin-bottom: 25px;
}
.about-content h4
{
	text-indent: 50px;
}
.services
{
	padding: 30px 20px;
}
.service
{
	padding: 15px 20px;
}

.customer-card
{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}