/*
  Theme Name: Construction - Clean Construction HTML5 Template
  Author: nilartstudio
  Description: Construction  HTML5 Bootstrap 4 template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider-area
4. features area
5. promotion area
6. portfolio area
7. counter area
8. latest blog
9. blog style
10. blog sidebar
11. testimonial-wrapper
12. footer
13. team area
14 our-mission
15. service area
16. contact area
17. Careers
18. shop
19. product-details
20. cart
*/



/* 1. Theme default css 
@import url('https://fonts.googleapis.com/css?family='Noto Sans':300,400,500,600,700|Work+Sans:300,400,500,600,700,800');*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700');
 body {
	font-family: 'Noto Sans', sans-serif;
	font-weight: normal;
  font-style: normal;
  background-color: #333;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button,button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
button{cursor: pointer}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #ce7935;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
input:focus,textarea:focus,:focus{outline: 0}
button:focus {
  outline: 0 none;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: ''Noto Sans'', sans-serif;
	font-weight: normal;
	color: #333333;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #e5e5e5;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.btn {
  -moz-user-select: none;
  background: #2f3440 none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-family: 'Noto Sans';
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
  padding: 20px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  border: 0;
}
.btn:hover{color: #ce7935}
.btn:hover:before{width:100%;color: #444}
.btn.brand-btn{background: #e6873b;color: #222}
.btn.brand-btn:hover{background: #2f3440;color: #e6873b}
.btn.btn-2 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ce7935;
  line-height: 1;
  padding: 17px 35px;
}
.btn.btn-2:hover{border-color: #2f3440}
.btn i {
  margin-right: 10px;
}

/* 2. header */
.header-top-area {
  border-bottom: 1px solid #ce7935;
  height: 100px;
  background: url('../img/header.png');
  font-size:20px;
}
.header-top-area .fas
{
  font-size: 20px;
  color:#fff !important;
}
.header-top-area .container-fluid
{
  padding-top:30px;
}
.header-top-area a,
.header-right a i
{
  color:#fff;
}
.transparent-header .header-white .social-icon > a {
	color: #fff;
}
.transparent-header .header-white .language ul li a {
	color: #fff;
}
.language ul li a {
  color: #646464;
  display: inline-block;
  font-family: "'Noto Sans'",sans-serif;
  font-size: 14px;
  padding: 18px 0;
}
.language-header-3 > ul > li > a {
  border: 2px solid #ebebeb;
  border-radius: 30px;
  line-height: 1;
  padding: 12px 30px;
}
.language ul li:hover> a{color: #ce7935}
.language ul li {
  position: relative;
}
.language ul li ul {
  background: #222 none repeat scroll 0 0;
  left: 0;
  opacity: 0;
  padding: 7px 0;
  position: absolute;
  top: 100%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 110px;
  z-index: 9;
}
.language ul li:hover ul{opacity: 1;visibility: visible;}
.language ul li ul li{}
.language ul li ul a {
  color: #ddd;
  display: block;
  font-size: 12px;
  padding: 5px 14px;
}

.social-icon{
  margin-left: 30px;
  padding-left: 30px;
  position: relative;
}
.social-header-3 {
  margin-left: 0;
  padding-left: 0;
}
.social-icon::before {
  background: #efefef none repeat scroll 0 0;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 2px;
}
.social-header-3:before{display: none}
.transparent-header .social-icon::before {
  background: #e0af4c none repeat scroll 0 0;
}
.social-icon > a {
  color: #646464;
  font-size: 14px;
  margin-right: 15px;
}
.social-icon > a:hover{color: #ce7935}


.header-right {
  margin-top: 15px;
}
.header-right li {
  display: inline-block;
}
.header-right ul li a {
  color: #646464;
  font-size: 16px;
}
.header-right ul li a:hover{color: #ce7935}
.header-right li {
  display: inline-block;
  margin-left: 30px;
  position: relative;
  top:-6px;
}
.search-form {
  background: #222 none repeat scroll 0 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 200px;
  z-index: 9;
}
.header-right li:hover .search-form{visibility: visible;opacity: 1}
.search-form input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  height: 45px;
  padding: 0 15px;
  width: 100%;
}
.search-form button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  line-height: 45px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 48px;
}
.search-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.search-form input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.search-form input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.search-form input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}



/* header bottom */
.header-button {
  margin-left: 40px;
  margin-top: 31px;
}
.header-button > a {
  border: 0px solid #e6873b;
  border-radius: 30px;
  color: #ce7935;
  display: inline-block;
  font-weight: 500;
  padding: 10px 15px;
font-size:0.9em;
}
.transparent-header .header-button > a:hover{background: #e6873b;color: #fff;border-color:#e6873b}
.header-button > a:hover{background: #ce7935;color: #3b3f42;border-color:#ce7935}
.main-menu ul li a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 48px 0;
}
.main-menu ul li a:hover,
.main-menu ul li.current-menu-item a
{
	color:#e6873b
}
.main-menu ul li {
  display: inline-block;
  margin-left: 35px;
  position: relative;
}
.main-menu ul li:hover > a{color:#ce7935 }

.main-menu ul li ul.submenu {
	background: #333 none repeat scroll 0 0;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 110%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 250px;
	z-index: 9;
}
.main-menu ul li:hover > ul.submenu{opacity: 1;visibility: visible;top:100%;}
.main-menu ul li ul.submenu li {
  border-bottom: 2px solid #ce7935;
  display: block;
  margin: 0;
}
.main-menu ul li ul.submenu li:last-child{border: 0;}
.main-menu ul li ul.submenu li a {
  color: #ce7935;
  display: block;
  padding: 10px 20px;
  text-align: left;
}
.main-menu ul li ul.submenu li:hover > a{color: #ce7935}


.main-menu ul li ul.submenu li ul.submenu {
  left: 100%;
  top: 0;
}

header.transparent-header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 56;
}
.transparent-header .main-menu ul li {
  margin-left: 45px;
}
.transparent-header .social-icon > a {
  color: #343434;
}
.transparent-header .language ul li a {
  color: #343434;
}
.transparent-header .header-right ul li a {
  color: #343434;
}
.transparent-header .header-top-area {
  border-bottom: 1px solid #d9a138;
}
.transparent-header .header-top-area.header-white {
	border: 0;
}
.transparent-header .main-menu ul li a {
  color: #343434;
}
.transparent-header .header-top-area.header-white .header-right ul li a {
	color: #fff;
}
.white-menu .main-menu ul li a {
	padding: 40px 0;
}
.white-menu {
	padding: 0 30px;
}
.transparent-header .white-menu  .main-menu ul li {
	margin-left: 35px;
}
.transparent-header .white-menu  .main-menu ul li ul.submenu li {
	margin-left: 0px;
}
.white-menu .header-button {
	margin-top: 24px;
}
.transparent-header .header-white .social-icon::before {
	background: #fff;
}
.white-menu .header-button > a {
	border: 2px solid #ce7935;
}


/* header-3 */
.header-left-bar ul li {
  margin-left: 0;
}
.header-right.header-left-bar {
  margin-top: 3px;
}
.header-3-right{margin-top: 3px}



/* 3. slider-area */
.single-slider.slider-height {
  min-height: 850px;
   background-size: cover;
}

.slider-content span {
	font-family: 'Noto Sans';
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	font-weight:bold;
}
.slider-content h1 {
    color: #333;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 12px;
    margin-top: 18px;
}
.slider-content p {
  color: #414149;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 40px;
  padding-right: 120px;
}
.single-slider.height-100 {
  background-position: center center;
  background-size: cover;
  height: 100vh;
}
.slide-img.slider-full > img {
  width: 75%;
}

.slider-active.dot-style .slick-dots {
	bottom: 25px;
}
.slider-active.dot-style .slick-dots button {
	border: 2px solid #2F3440;
	height: 12px;
  width: 12px;
  background-color: #ce7935;
}
.slider-active.dot-style .slick-dots > li.slick-active button {
	background: #2F3440;
}

/* slider-3 */
.single-slider.slider-height-3 {
  background-position: center center;
  background-size: cover;
  min-height: 720px;
}
.slider-height-3 .slider-content h1 {
  color: #fff;
  font-size: 90px;
  line-height: 1.1;
  margin-bottom: 30px;
}
.slider-height-3 .slider-content span {
  color: #fff;
}
.slider-height-3 .btn {
  border-radius: 30px;
}

.slider-content.slide-white span {
	color: #fff;
}
.slider-content.slide-white h1 {
	color: #fff;
}
.slider-content.slide-white p {
	color: #fff;
}


/* 4. features area */

.features-title > h2 {
    color: #414149;
    font-size: 48px;
    font-weight: 600;
    margin: 0;
}
.features-title > h2 span {
    color: #ce7935;
}
.single-features h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}
.single-features.feature-white img {
	width: 100%;
}
.single-features > p {
  font-size: 17px;
  line-height: 30px;
  margin: 0;
}
.single-features.feature-white p {
	padding: 0 15px;
}
.single-features > img {
    margin-bottom: 30px;
}
.single-features {
  padding: 0 5px;
}
.single-features.feature-white {
	background: #fff;
	padding-bottom: 50px;
}
.single-features.feature-white > img {
	margin-bottom: 50px;
}

/* 5. promotion area */
.promotion-img {
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
}
.promotion-area {
  position: relative;
}
.promotion-text {
  padding-left: 65px;
}
.promotion-thumb img {
	width: 100%;
}
.promotion-text h3 {
  font-size: 28px;
  font-weight: 600;
}
.promotion-text > span {
  color: #777777;
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
}
.promotion-text > p {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 30px;
}
.promotion-img-3 {
  width: 100%;
}

/* 6. portfolio area */
.portfolio-thumb {
    position: relative;
    overflow: hidden;
}
.portfolio-thumb::before {
  background: #ce7935 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.portfolio-wrapper:hover .portfolio-thumb::before{opacity: .85;visibility: visible;}
.portfolio-thumb > img {
    width: 100%;
    transition: .3s;
}
.portfolio-wrapper:hover .portfolio-thumb > img{transform: scale(1.2) rotate(7deg);}
.portfolio-content {
    left: 0;
    padding: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}
.portfolio-wrapper:hover .portfolio-content{opacity: 1;visibility: visible;}
.portfolio-wrapper {
    position: relative;
}
.portfolio-content > h3 {
    color: #2f3440;
    font-size: 18px;
    font-weight: 600;
}
.portfolio-content > h3:hover a{color: #666}
.icon a {
  display: inline-block;
  height: 20px;
  margin-bottom: 10px;
  position: relative;
  width: 20px;
}
.icon a::before ,.icon a::after {
    background: #414149 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 20px;
}
.icon a::after {
  height: 20px;
  top: -9px;
  width: 2px;
}


.portfolio-menu > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #3b3f42;
  cursor: pointer;
  font-weight: 400;
  margin: 0 8px;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.portfolio-menu > button:focus {
  outline: 0 none;
}
.portfolio-menu > button:hover,.portfolio-menu > button.active{background: #ce7935}

/* portfolio details */
.project-details-title {
  font-size: 28px;
  font-weight: 600;
}
.portfolio-details-img img {
	width: 100%;
}
.project-desc > p {
  margin-bottom: 30px;
}
.project-status {
  padding: 40px;
}
.project-status ul li {
  margin-bottom: 30px;
}
.project-status ul li:last-child {
  margin-bottom: 0px;
}
.project-status ul li span {
  color: #777;
  display: block;
  font-size: 17px;
  margin-top: 10px;
}
.project-status ul li b {
  font-size: 16px;
  text-transform: uppercase;
  color: #777
}

/* section title */
.section-title > h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 15px;
}
.section-title.white-text > h2{color: #fff}
.section-title.white-text > p{color: #fff}
.section-title > p {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 0;
}
.section-title-2 > h2 {
  font-size: 40px;
}
.section-title-2 > a {
  color: #333333;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 2px;
  margin-top: 20px;
  text-transform: uppercase;
}
.section-title-2 > a:hover{text-decoration: underline}
/* 7. counter area */
.counter-area {
  background-size: cover;
}
.single-couter > span {
  color: #333333;
  display: block;
  font-family: 'Noto Sans';
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 20px;
}
.single-couter > p {
  color: #333333;
  font-size: 15px;
  margin: 0;
  text-transform: uppercase;
}
.single-couter.counter-2 > span {
  font-size: 72px;
  line-height: 1;
  margin-top: 0;
}
 .single-couter.counter-2 > p {
  color: #333333;
  font-size: 15px;
  line-height: 30px;
  padding-left: 20px
}

/* 8. latest blog */
.blog-wrapper {
    border: 1px solid #e0e0e0;
    overflow: hidden;
    padding: 30px;
    transition: .3s;
}
.blog-white{}
.blog-white .blog-wrapper:hover{background: #f7f7fd}
.blog-wrapper:hover{border: 1px solid transparent;background: #fff;}
.blog-inner {
    overflow: hidden;
}
.tag-blog > a {
  background: #ce7935 none repeat scroll 0 0;
  border-radius: 30px;
  color: #333333;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 7px 20px;
}
.blog-inner h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.blog-inner > p {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 20px;
}
.blog-meta {
  border-top: 1px solid #e0e0e0;
  padding-top: 25px;
}
.blog-meta span {
  color: #646464;
}
.blog-meta span a {
  color: #333333;
  font-size: 11px;
}
.blog-meta span a:hover{color: #ce7935}
.blog-more {
  color: #3b3f42;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  transform: translateX(0px);
  transition: all 0.3s ease 0s;
}
.blog-more:hover{color: #ce7935}
.blog-more-btn {
  transform: translateX(40px);
  transition: all 0.3s ease 0s;
}
.blog-wrapper:hover .blog-more-btn {transform: translateX(0px);}
.custom-row {
  margin: 0 -15px;
}

.dot-style .slick-dots {
  bottom: -60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
 .dot-style .slick-dots > li {
  display: inline-block;
  line-height: 0;
  margin: 0 5px;
}
.dot-style .slick-dots > li.slick-active button{background: #646464}
.dot-style .slick-dots button {
  border: 2px solid #646464;
  border-radius: 50%;
  height: 10px;
  padding: 0;
  text-indent: -10000px;
  width: 10px;
}

/* latest blog 2 */
.blog-latest-content {
  padding-top: 25px;
}
.blog-img img {
	width: 100%;
}
.blog-title {
  margin-bottom: 20px;
}
.blog-title > span {
  border: 1px solid #ebebeb;
  color: #333;
  display: inline-block;
  float: left;
  font-family: 'Noto Sans';
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  line-height: 1;
  padding-top: 10px;
  text-align: center;
  width: 50px;
}
.blog-title > span span {
  display: block;
  font-size: 11px;
  font-weight: 400;
}
.blog-title > h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0;
  margin-left: 45px;
  padding-left: 20px;
}
.blog-latest-content a.btn {
  font-size: 14px;
  text-transform: capitalize;
}
.blog-latest-content > p {
  margin-bottom: 30px;
}


/* 9. blog style */

.blog-item-content h3 a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
}
.blog-item-content h3 a:hover{color: #ce7935}
.blog-item-content > span {
    color: #333333;
    display: block;
    font-family: 'Noto Sans';
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
.blog-item-content > span::after {
    background: #ce7935 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 70px;
    position: absolute;
    top: 9px;
    width: 80px;
}
.post-meta > span a:hover{color:#ce7935 }
.blog-item-content > h3 {
    margin-bottom: 10px;
	line-height:18px;
}
.blog-item-content > p {
  margin: 0 0 15px;
}
.blog-item-content {
    padding-top: 20px;
}
.blog-item-content img
{
	max-width:100%;
	height:auto;
}

.construction-pagination .page-item:first-child .page-link {
  border-radius: 0;
  margin-left: 0;
}
.construction-pagination .page-item:last-child .page-link {
  border-radius: 0;
}
.construction-pagination .page-item,
.construction-pagination .page-numbers li
{
  margin: 0 5px;
}
.construction-pagination .page-item:first-child{margin-left: 0}
.construction-pagination .page-link,
.construction-pagination .page-numbers li a
{
  background-color: #fff;
  border: 1px solid #ddd;
  color: #444;
  display: block;
  font-weight: 400;
  line-height: 1.25;
  margin-left: -1p
  padding: 0.5rem 0.75rem;
  position: relative;
  text-align: center;
  width: 40px;
}
.construction-pagination .page-item.active .page-link,
.construction-pagination .page-numbers li a.current
{
  background-color: #ce7935;
  border-color: #ce7935;
  color: #fff;
  z-index: 1;
}

/* 10. blog sidebar */
.post-meta span a {
  color: #333333;
}
.post-meta > span {
  color: #787878;
  font-family: 'Noto Sans';
  font-size: 14px;
  margin-right: 5px;
  text-transform: uppercase;
}
.post-meta {
  margin-bottom: 18px;
}
.blog-post .blog-item-content h3 a {
  font-size: 36px;
  line-height: 48px;
}
.blog-post {
  /*border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px;*/
}
.blog-thumb img {
  width: 100%;
}

.sidebar-widget > h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
}
.sidebar-widget > h3::before {
    background: #ce7935 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.cat li a {
  color: #777777;
  font-size: 17px;
  line-height: 1;
}
.cat li{margin-bottom: 15px}
.cat li:last-child{margin-bottom: 0}
.cat li a::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
  font-weight: 700
}
.cat li a:hover{color:#ce7935 }
.rc-post-img {
  float: left;
}
.rc-post-content {
  margin-left: 75px;
}
.rc-post-content h5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 0;
}
.rc-post-content h5 a:hover{color:#ce7935}
.rc-post-content > span {
  color: #646464;
  font-size: 12px;
}
.rc-post > li {
  margin-bottom: 25px;
}
.rc-post > li:last-child {
  margin-bottom: 0;
}
.tags > li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 8px;
}
.tags li a {
  border: 1px solid #e6e6e6;
  color: #646464;
  display: inline-block;
  padding: 10px;
  font-size: 12px
}
.tags li a:hover{background: #ce7935;border-color: #ce7935}

/* blog details */
.blockquote {
  border-left: 5px solid #e6e6e6;
  font-size: 1.25rem;
  margin-bottom: 35px;
  margin-left: 50px;
  margin-top: 35px;
  padding-left: 15px;
}
.blog-content-img img {
	width: 100%;
}
.blog-post-tag > a {
  border: 1px solid #ededed;
  color: #444;
  display: inline-block;
  font-size: 12px;
  padding: 10px;
}
.blog-post-tag > a:hover{background: #ce7935;border-color: #ce7935}
.blog-share-icon > span {
  color: #595959;
  font-size: 15px;
}
.blog-share-icon> a {
  color: #595959;
  font-size: 15px;
  margin: 0 8px;
}
.blog-share-icon> a:hover{color: #ce7935}
.blog-share-icon {
  margin-top: 8px;
}
/* blog comments */

.comments-avatar {
  float: left;
  width: 103px;
}
.comments-text {
  overflow: hidden;
  padding-left: 30px;
}
.avatar-name > h5 {
    float: left;
    font-size: 14px;
    font-weight: 600;
}
.avatar-name > span {
    color: #646464;
    float: right;
    font-size: 12px;
}
.avatar-name {
    margin-bottom: 10px;
    overflow: hidden;
}
.comments-box {
  margin-bottom: 50px;
}
.comments-reply {
  padding-left: 130px;
}
.comments-text > p {
    color: #646464;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
}
.comments-text > a {
    border: 1px solid #ddd;
    color: #444;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 7px 20px;
    text-transform: uppercase;
}
.comments-text > a:hover{background: #ce7935;border-color: #ce7935}

.post-comments-form {}
.post-comments-form input {
  border: 1px solid #e6e6e6;
  height: 45px;
  margin-bottom: 25px;
  padding: 0 15px;
  width: 100%;
}
.post-comments-form textarea {
  border: 1px solid #e6e6e6;
  height: 130px;
  margin-bottom: 25px;
  padding: 15px;
  width: 100%;
}
.post-comments-form  button{}


/* 11. testimonial-wrapper */
.testimonial-wrapper {
  border: 1px solid #ebebeb;
  margin-top: 60px;
  padding: 0 40px 35px;
}
.testimonial-img {
  margin-bottom: 25px;
  margin-top: -59px;
    display: inline-block;
  text-align: center;
}
.testimonial-wrapper > p {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 20px;
}
.client-info > h4 {
  font-size: 18px;
  font-weight: 500;
}
.client-info > span {
  color: #777777;
  font-size: 14px;
}
/* testimonial 3 */
.testimonial-3 {
  margin: 0;
  padding: 48px;
}
.testimonial-3 i {
  color: #ce7935;
  font-size: 36px;
  margin-bottom: 40px;
}
.testimonial-3 > p {
  margin-bottom: 30px;
}

.brand-border{border-bottom: 1px solid #ce7935}
/* testimonial 2 */
.testimonial-item i {
    color: #ce7935;
    font-size: 72px;
    margin-bottom: 40px;
}
.testimonial-item > p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 25px;
}
.designation > h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 7px;
}
.testimonial-nav {
  margin: 50px auto auto;
  text-align: center;
  width: 310px;
}
.testimonial-nav button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #333333;
  font-size: 20px;
  left: -50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.testimonial-nav button.slick-next {
  left: auto;
  right: -50px;
}
.testimonial-thumb > img {
  transform: scale(0.7);
}
.testimonial-thumb.slick-center > img {
  transform: scale(01);
}

.single-brand {
	text-align: center;
}
.single-brand a {
  display: inline-block;
}


/* 12. footer */
.footer-widget > h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 25px;
}
.black-footer .footer-widget > h3{color: #fff}

.footer-info > li {
  color: #e5e5e5;
  font-size: 17px;
  line-height: 36px;
}
.black-footer .footer-info > li {
	color: #999;
}
.footer-link > li {
  float: left;
  width: 100%;
}
.footer-link li a {
  color: #e5e5e5;
  display: inline-block;
  font-size: 17px;
  line-height: 36px;
  padding-left: 20px;
  position: relative;
}
.black-footer .footer-link li a {
	color: #999;
}
.black-footer .footer-widget p {
	color: #999;
}
.footer-link li a:hover{color: #ce7935}
.footer-link li a::before {
  content: "\f0da";
  left: 0;
  position: absolute;
  top: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900
}

.footer-widget > form {
  position: relative;
}
.footer-widget form input {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  height: 40px;
  padding: 0 15px;
  width: 100%;
}
.footer-widget form button {
  background: #ce7935 none repeat scroll 0 0;
  border: 0 none;
  color: #3b3f42;
  font-weight: 600;
  height: 100%;
  padding: 0 15px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top:0
}
.footer-icon > a {
  color: #3b3f42;
  font-size: 14px;
  margin-right: 40px;
}
.black-footer .footer-icon > a {
	color: #999;
}
.footer-icon > a:hover{color: #ce7935}
.copyright-text > p {
  margin: 0;
}
.black-copyright .copyright-text > p {
	color: #999;
}
.footer-menu{}
.footer-menu ul{}
.footer-menu ul li {
	display: inline-block;
	margin-left: 20px;
}
.footer-menu ul li a{color: #999}
.black-copyright {
	background: #2e2e2e;
}

/* extra info */
.extra-info {
	background: #222 none repeat scroll 0 0;
	height: 100%;
	padding: 30px;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.7s ease 0s;
	width: 400px;
	z-index: 88;
  transform: translateX(100%);
  overflow-y: scroll;
}
.extra-info.info-open {
  transform: translateX(0);
}
.extra-info-left{right:inherit;left: 0;transform: translateX(-100%);}
.extra-info.extra-info-left.info-open{transform: translateX(0);}
.close-icon {
  margin-top: -16px;
  text-align: right;
}
.close-icon > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #ce7935;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}
.extra-info > p {
  color: #ddd;
  font-size: 15px;
  line-height: 28px;
}
.instagram > a {
  float: left;
  width: 33.33%;
}
.instagram img {
  width: 100%;
}
.social-icon-right > a {
  border: 2px solid #ddd;
  color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  text-align: center;
  width: 40px;
}
.instagram {
  overflow: hidden;
}

/* 13. team area */
.team-info > h3 {
    color: #333333;
    font-size: 18px;
    margin-bottom: 5px;
}
.team-info > span {
    color: #777777;
    font-size: 16px;
}
.team-info {
    padding-top: 33px;
}
.team-img {
  position: relative;
}
.team-img img {
	width: 100%;
}
.team-img::before {
  background: #ce7935 none repeat scroll 0 0;
  content: "";
  height: 0;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.single-team:hover .team-img::before{height: 100%}
.team-icon {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: :0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.single-team:hover .team-icon{opacity: 1;visibility: visible; transform: translateY(-50%);}
.team-icon > a {
  border-radius: 50%;
  color: #2d2c40;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin: 0 2px;
  text-align: center;
  transition: all 0.2s ease 0s;
  width: 30px;
}
.team-icon > a:hover{background: #fff none repeat scroll 0 0;}

/* team about */

.team-box {
    padding: 25px;
}
.team-title {
    margin-bottom: 20px;
    margin-top: 30px;
}
.team-title > h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 7px;
}
.team-title > span {
    color: #777777;
    font-size: 16px;
}
.team-about-icon > a {
    background: #f7f7f7 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    color: #3f5666;
    margin: 0 4px;
}
.team-about-icon > a:hover{background: #f8ca4d}



/* 14 our-mission */
.our-mission .btn-link {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
}
.our-mission .btn-link::before {
  background: #ce7935 none repeat scroll 0 0;
  border: 1px solid #ce7935;
  content: "-";
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  width: 30px;
}
.our-mission .btn-link.collapsed::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #282828;
  content: "+";
  height: 30px;
  line-height: 30px;
  position: absolute;
  width: 30px;
}
.our-mission .btn-link:hover {
  background-color: transparent;
  border-color: transparent;
  color: inherit;
  text-decoration: none;
}
.btn-link:focus{text-decoration: none}
.our-mission .card-header {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}
.our-mission .card {
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  background-clip: border-box;
  background-color: #fff;
  border: 0 none;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  min-width: 0;
  overflow-wrap: break-word;
  position: relative;
}
.our-mission .card-body {
  -moz-box-flex: 1;
  flex: 1 1 auto;
  padding: 1.25rem 1.25rem 1.25rem 0;
}

/* page title area */
.page-title h1 {
  color: #414149;
  font-size: 26px;
  font-weight: 300;
}
.breadcrumb-item > a {
  color: #2f3440;
  font-size: 17px;
}
.breadcrumb {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}


/* 15. service area */
.service-box {
  border: 2px solid transparent;
  padding: 30px;
  transition: .3s
}
.service-box:hover{border-color: #f2f2f2}
.service-box i {
    background: #f2f2f2 none repeat scroll 0 0;
    border-radius: 50%;
    color: #333333;
    font-size: 28px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 30px;
    text-align: center;
    width: 50px;
}
.service-box > h3 {
    color: #ce7935 !important;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
.service-box > p {
    margin-bottom: 0;
}
/* service 2 */
.service-list i {
	background: #56b9d0;
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
	height: 60px;
	line-height: 60px;
	margin-bottom: 30px;
	text-align: center;
	width: 60px;
}
.service-list h3 {
	color: #ce7935 !important;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 11px;
}
.service-list p {
	margin: 0;
}

/* service page 2 */
.service-box.service-3 {
	padding: 0;
	border: 0;
}
.service-box.service-3 img {
	margin-bottom: 10px;
	width: 100%;
}
.service-box.service-3:hover {
	border-color: none;
	border: 0;
}
.service-box.service-3 h4{font-weight: 600;}
.sidebar-link {
	padding: 35px 30px;
}
.servicee-sidebar h3 {
	font-size: 24px;
	color: #333333;
	font-weight: 600;
	border-bottom: 2px solid #ce7935;
	padding-bottom: 15px;
	margin-bottom: 35px;
	line-height: 1;
}
.sidebar-link ul{}
.sidebar-link ul li {
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 23px;
	padding-bottom: 24px;
}
.sidebar-link ul li:last-child{margin: 0;padding: 0; border: 0}
.sidebar-link ul li a {
	color: #777777;
	font-weight: 500;
	display: block;
	line-height: 1;
}
.sidebar-link ul li a:hover {
	color: #222;
}
.sidebar-download{}
.sidebar-download ul li {
  margin-bottom: 24px;
}
.sidebar-download ul li:last-child{margin: 0}
.sidebar-download ul li a {
	border: 1px solid #e1e1e1;
	display: block;
  padding: 15px 30px;
  color: #777777;
  font-size: 17px;
}
.sidebar-download ul li a i {
	margin-right: 15px;
	font-size: 24px;
	position: relative;
	top: 3px;
}
/* 16. contact area */
.contact-form {
  padding: 30px 20px;
}
.contact-form > h3 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}
.contact-form input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: currentcolor currentcolor #cccccf;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  font-size: 13px;
  height: 60px;
  margin-bottom: 40px;
  width: 100%;
}
.contact-form textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: currentcolor currentcolor #cccccf;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  height: 80px;
  margin-bottom: 40px;
  width: 100%;
}
.contact-form button{}

.contact-info > span {
  color: #646464;
  display: block;
  font-size: 17px;
  margin-bottom: 10px;
}
.contact-info {
  border: 1px solid #f2f2f2;
  padding: 30px 20px;
}
.contact-info h2 {
  color: #414149;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 50px;
}
.contact-meta-info h4 {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 15px;
}
.contact-meta-info > p {
  margin-bottom: 5px;
}

/* 17. Careers */
.why-chose {
  padding: 0 20px;
}
.why-chose i {
  background: #ce7935 none repeat scroll 0 0;
  border-radius: 50%;
  color: #414149;
  font-size: 36px;
  height: 110px;
  line-height: 108px;
  margin-bottom: 30px;
  width: 110px;
}
.why-chose h2 {
  color: #414149;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}
.why-chose > p {
  margin: 0;
}

.job-list {
  padding: 30px 30px 65px;
}
.job-list h3 {
  border-bottom: 1px solid #ce7935;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 40px;
  padding-bottom: 15px;
}
.job-list ul li {
  margin-bottom: 20px;
}
.job-list ul li a {
  color: #777777;
  display: block;
  font-size: 17px;
  font-weight: 500;
}
.job-list ul li a:hover{color: #000}
.job-desc > h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 16px;
}
.job-desc ul li {
  color: #777777;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 30px;
  padding-left: 25px;
  position: relative;
}
.job-desc ul li::before {
  border: 2px solid #5a596a;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 12px;
  width: 10px;
}
.cv-sned p span {
  font-weight: 600;
}


/* 18. shop */
.product-img {
    border: 2px solid #fff;
    position: relative;
    transition:.3s
}
.product-wrapper:hover .product-img{border-color: #ce7935}
.product-img img {
    width: 96%;
    margin: 2%;
}
.product-action > a {
    background: #ce7935 none repeat scroll 0 0;
    color: #414149;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}
.product-action {
    left: 10px;
    position: absolute;
    top: 10px;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
}
/* .product-wrapper:hover .product-action{opacity: 1;visibility: visible} */
.product-content {
  padding-top: 20px;
  text-align: center;
	min-height:125px;
	line-height:16px;
}
.product-content.product-content-catalog
{
	min-height:100px;
}
.product-action h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
.product-content h4 {
    color: #292929;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}
.product-content-catalog h4
{
	min-height:70px	
}

@media only screen and (max-width: 600px) 
{
	.product-content-catalog h4
	{
		min-height:100px	
	}
}
.product-content small
{
	display:block;
	text-align:center;
	margin:3px 0;
	font-size:12px;
}
.product-content h4 small
{
	font-size:12px;
}
.product-content spaco {
    color: #292929;
    font-size: 16px;
}
.product-content span {
    color: #292929;
    font-size: 16px;
}
.nice-select {
  border: 1px solid #d6d6d6;
  border-radius: 0;
  float: right;
   padding-left:20px;
	width:140px;
	z-index: 1200;
}
.product-show {
  margin-top: 14px;
}
.product-show > h3
{
  color:#fff;
  font-weight: 600;
  font-size:32px;
  text-align: center;
}
.product-show > p {
  line-height: 1;
  margin: 0;
}


/* 19. product-details */
.product-tab {
  float: left;
  width: 70px;
}
.product-zoom-img .tab-content {
  margin-left: 95px;
}
.product-tab .nav-link {
  padding: 0;
  margin-bottom: 30px
}
.product-zoom-img .tab-pane img {
	width: 100%;
}


.product-desc h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.rating > a {
    color: #ce7935;
    font-size: 15px;
}
.pro-details-action a {
    display: inline-block;
    float: left;
    padding-bottom: 17px;
    padding-top: 17px;
}
.product-desc .nice-select {
  border: 1px solid #d6d6d6;
  border-radius: 0;
  display: inline-block;
  float: none;
  height: 50px;
  line-height: 45px;
  margin-left: 20px;
  width: 70px;
}

.product-desc > span {
  display: block;
  font-size: 15px;
  font-weight: 400;
  margin: 15px 0;
  color:#ce7935;  
}
.product-desc > p 
{
	margin-bottom: 20px;
	font-size:13px;
	line-height:17px;
}

.nav.review-tab {
  border-bottom: 1px solid #e5e5e5;
}
.review-tab .nav-link {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  padding-bottom: 15px;
}
.review-tab .nav-item {
  margin-right: 65px;

   position: relative
}
.review-tab .nav-link.active::before {
  background: #ce7935 none repeat scroll 0 0;
  bottom: -1px;
  content: "";
  height: 2px;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.pro-comments-img {
  float: left;
}
.pro-commnets-text {
  margin-left: 80px;
  overflow: hidden;
}
.pro-commnets-text h4 {
  font-size: 17px;
}
.pro-commnets-text span {
  font-size: 14px;
}
.pro-commnets-text .rating {
  margin-bottom: 20px;
}
.pro-commnets-text > p {
  margin: 0;
}
.product-commnets-list {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 40px;
}
.product-commnets .product-commnets-list:last-child{border: 0}

.review-box > h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.rating-list {
  display: inline-block;
}
.your-rating > span {
  color: #414149;
  font-size: 16px;
}
.rating-list > a {
  color: #646464;
  font-size: 13px;
}

.review-form{}
.review-form label {
  color: #414149;
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
}
.review-form textarea {
  border: 1px solid #eaeaea;
  height: 80px;
  margin-bottom: 25px;
  padding: 15px;
  width: 100%;
}
.review-form input {
  border: 1px solid #eaeaea;
  height: 40px;
  margin-bottom: 30px;
  padding: 0 15px;
  width: 100%;
}
.review-form button{}

/* 20. cart  */
.cart-name h4 a {
  color: #fff;
  font-size: 17px;
}
.cart-name h4 a:hover{color: #ce7935}
.cart-price span {
  color: #fff;
  font-size: 17px;
}
.cart-price em,
.cart-product-total em,
.cart-total-price em
{
    font-style:normal;
}
.cart-price,
.cart-product-total
{
    white-space:nowrap;
}
.cart-select .nice-select {
  border: 1px solid #d6d6d6;
  border-radius: 0;
  float: none;
  margin: auto;
  width: 60px;
}
.cart-table .table-bordered td, .cart-table .table-bordered th {
  border: 1px solid #fff;
  text-align: center;
  vertical-align: middle;
  color:#fff;
}
.cart-table .table-bordered td, .cart-table .table-bordered th {
  border: 1px solid #fff;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}
.cart-del > a {
  color: #fff;
}
.cart-table input.number
{
    width:40px;
    padding:5px;
    text-align:center;
}
.coupon-left input {
  border: 1px solid #ddd;
  height: 50px;
  padding: 0 15px;
  width: 50%;
}
.coupon-left button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: #414149;
  font-size: 16px;
  margin-left: 10px;
  padding: 12px 35px;
  text-transform: uppercase;
}
.update-cart > a {
  border: 1px solid #ddd;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin-left: 10px;
  padding: 14px 25px;
}
.cart-img img
{
    width:100px;
    height:auto;
}
.cart-name
{
    text-align:left;
}
.update-cart > a:hover,.coupon-left button:hover{background: #ce7935;border-color:#ce7935}
.cart-total-price > ul {
  border: 1px solid #ddd;
}
.cart-total-price li {
  border-bottom: 1px solid #fff;
  padding: 17px 28px;
  color:#fff;
}
.cart-total-price li:last-child{border: 0}
.cart-total-price span {
  float: right;
  font-weight: 500;
}
.cart-total-price > ul {
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

/* scrollUp */
a#scrollUp {
  background: #222 none repeat scroll 0 0;
  bottom: 30px;
  color: #fff;
  height: 45px;
  line-height: 44px;
  right: 30px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 45px;
  font-size: 18px;
}
a#scrollUp:hover{background:  #ce7935;color: #444}
.shop-area .product-wrapper
{
    background: #fff;
    padding:5px;
}
footer
{
  background: #333;
}
.logo img
{
  width: 220px;
  height: auto;
}
.logo p
{
    color:#fff;
}
.slider-header-box .slick-slide img
{
  height: 400px;
  width: 400px;
}
@media only screen and (max-width: 1000px) 
{
	.slider-header-box .slick-slide img
	{
	  height: 300px;
	  width: 300px;
	}
}
@media only screen and (max-width: 700px) 
{
	.slider-header-box .slick-slide img
	{
	  height: 200px;
	  width: 200px;
	}
}
@media only screen and (max-width: 575px) 
{
	.slider-header-box .slick-slide img
	{
	  height: 100%;
	  width: 100%;
	  padding-top:20px;
		padding-bottom:20px;
	}
	.slider-content
	{
		padding-bottom:30px;
	}
}
.extra-info .send-order,
.extra-info .send-order:focus,
.extra-info .send-order:active
{
  background:  #ce7935;
  color: #444;
  display: block;
  margin: 30px auto 10px auto;
  border-color:  #ce7935 !important;
}
.nav.product-tab img
{
  width: 70px;
  height: 70px;
}
#wpcf7-f55-o1, 
#wpcf7-f55-o2
{
    position:relative;   
}
#wpcf7-f55-o1 .wpcf7-response-output
{
    color:#fff;
}
.footer-widget form button
{
    height:40px;
}
.slider-content span,
.slider-content h1,
.slider-content p
{
    color:#fff;
}
ul.page-numbers
{
    text-align:center;
}
ul.page-numbers li
{
    display:inline-block;
}
ul.page-numbers span
{
    color:#fff;
}
ul.page-numbers span, 
ul.page-numbers a
{
    padding:7px 0;
}
.instagram h6
{
    color:#fff;
    font-weight:300;
    font-size:12px;
    margin:0;
}
.instagram > div.row
{
    margin:20px 0;
}
.instagram a
{
    color:#ce7935;
}
.instagram a:hover
{
    opacity:0.8;
}
.product-show-text > p
{
    margin-bottom:20px;
    line-height:24px;
}
.section-title h2
{
    color:#fff;
}
.footer-widget h3
{
	color:#fff;
}
.contact-row 
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.contact-row  > [class*='col-'] 
{
  display: flex;
  flex-direction: column;
}
.contact-row .gray-bg
{
	height:100%;
}
.video-container 
{
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	margin-bottom:30px;
}

.video-container iframe, .video-container object, .video-container embed 
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.where-list
{
	list-style:none;
}
.where-list li
{
	margin-bottom:30px;
}
.where-list li h3
{
	color:#fff;
	font-size:18px;
}
.where-list li span,
.where-list li a
{
	color:#fff;
	font-size:13px;
	line-height:22px;
}
.where-list li a
{
	display:block;
}
.product-icon
{
	text-align:center;
	font-size:50px;
	padding:0;
	border:none;
}
.product-icon a
{
	color:#e6873b;
}
.page-title h2
{
	font-size:22px;
	font-weight:bold;
	padding-top:20px;
	color:#414149;
}
.shop-area > .container
{
	padding-left:0;
	padding-right:0;
}
@media only screen and (max-width: 1100px)
{
	.product-content-catalog
	{
		min-height: 80px !important;
	}
	.product-content-catalog h4
	{
		min-height:60px !important;
		font-size:11px !important;
	}
}
.category-menu-list > ul > li > a
{
	text-transform:uppercase;
}
.category-menu-list li > a
{
	font-size:12px;
	color: #fff;
	line-height:16px;
}
.category-menu-list li
{
	line-height:21px;
}
.category-menu-list li > a:hover
{
	color:#e6873b;	
}
.category-menu-list > h4
{
	background-color:#e6873b;
	color:#212529;
	font-size:17px;
	padding: 10px;
}
.category-menu-list > ul > li
{
	padding-left:20px;
	padding-right:20px;	
	position:relative;
}
.category-menu-list > ul li small
{
	position:absolute;
	top:2px;
	right:0;
	font-size: 13px;	
	color: #fff;
	cursor:pointer;
}
.category-menu-list > ul li small:hover
{
	color:#e6873b;
}
.category-menu-list > ul > li:before
{
	content:"\f35a";
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	font-size: 13px;
	color: #fff;	
	position:absolute;
	left:0px;
	top:5px;
	transition: all 0.3s ease-out 0s;
}
.category-menu-list > ul > li:hover:before
{
	color:#e6873b;
}
.category-menu-list > ul > li ul
{
	display:block;
}
.wooc_sclist .wooc_sclist
{
	padding-left:9px;
}
.wooc_sclist .wooc_sclist li
{
	line-height:16px;
	margin: 7px 0 10px 0;
}
.category-menu-list > .wooc_sclist
{
	margin-bottom:30px;
}
.sidebar-new-list
{
	margin-bottom:50px;
}
.review-text > ul
{
	margin-bottom:20px;	
}
.review-text > ul li
{
	font-size:13px;
	color:#e5e5e5;
	line-height:20px;	
}
.review-text > ul em
{
	font-style:normal;
}
@media only screen and (min-width: 800px)
{
	.review-text > ul li
	{
		position:relative;
		padding-left:310px;
	}
	.review-text > ul li em:first-child
	{
		display:inline-block;
		background-color: #333;
		padding-right:10px;
		position:absolute;
		left:0;
		top:0;
		z-index:99;
	}
	.review-text > ul li span
	{
		display:inline-block;
		width:300px;
		border-bottom:1px dotted #e6873b;
		position:absolute;
		left:0;
		top:10px;
	}
}
.review-text p
{
	font-size:13px;
	line-height:17px;
}
@media (max-width: 990px)
{
	.wrapper-box 
	{
    padding: 0 !important;
	}
}
@media (min-width: 990px)
{
	#mobile-menu li[data-this-category]
	{
		display:none;
	}
}
.where-buy-title
{
	color:#fff;
	cursor:pointer;
}
.contact-area  .container
{
	padding-left:0;
	padding-right:0;
}
.product-filder-container
{
	padding-left:0;
	padding-right:0;
}
.product-filder-container  .nice-select
{
	width:100%;
}
.nice-select
{
	font-size:12px;
}
.product-filter
{
	position:relative;
}
.product-filter input
{
	height:42px;
	width:100%;
    border: 0;
	font-size:12px;
	padding:0 20px;
}
.product-filter input::placeholder
{
	font-size:12px;
}
.product-filter button
{
	height:42px;
	width:35px;
	text-align:center;
	line-height:42px;
	font-size:13px;
	border-width:0;
	background:#fff;
	position:absolute;
	right:0;
	top:0;
	color:#999;
}
.sidebar-new-list .product-content
{
	min-height:auto;
}
.sidebar-new-list .product-content a,
.sidebar-new-list .product-content small
{
	color:#fff;
	transition: all 0.3s ease-out 0s;
}
.sidebar-new-list .product-content:hover a,
.sidebar-new-list .product-content:hover small
{
	color:#e6873b;
}
.sidebar-new-list .product-content small
{
	font-size:12px;
}
.container-collections-index
{
	padding-left:0;
	padding-right:0;
}
.back-to-catalog .product-wrapper
{
	background:none;
}
.back-to-catalog .product-content-catalog
{
	min-height:auto;
}
.back-to-catalog .product-content-catalog a
{
	color:#e6873b;
}
.back-to-catalog:hover a
{
	color:#fff;
}
.blog-item-content .alignnone {
    margin: 5px 20px 20px 0;
}

.blog-item-content .aligncenter,
.blog-item-content div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.blog-item-content .alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.blog-item-content .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.blog-item-content  a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.blog-item-content a img.alignnone {
    margin: 5px 20px 20px 0;
}

.blog-item-content a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.blog-item-content a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.breadcrumbs 
{
	color:#fff;
	font-size:12px;
}
.breadcrumbs .breadcrumbs__link
{
	color:#fff;
	text-decoration:underline;
}
.breadcrumbs .breadcrumbs__link:hover
{
	color:#e6873b;
	text-decoration:none;
}
.breadcrumbs .breadcrumbs__current
{
	cursor:default;
}
.owl-dots
{
    text-align:center;
}
.owl-dots button
{
    background-color:#fff !important;
    width:9px;
    height:9px;
    margin: 0 7px;
    border-radius:50%;
}
.owl-dots button.active
{
    background-color:#e6873b !important;
}
.owl-carousel-brands
{
	position:relative;
}
.owl-carousel-brands .owl-nav button
{
	display:block;
	color:#fff !important;
	width:35px;
	height:85px;
	line-height:35px;
	text-align:center;
	font-size:35px !important; 
	position:absolute;
	top:50%;
	left:-30px;
	margin-top:-54px;
}
.owl-carousel-brands .owl-nav button:hover
{
	color:#ce7935 !important;
}
.owl-carousel-brands .owl-nav .owl-next
{
	right:-30px;
	left:auto;
}
.video-box
{
	cursor:pointer;
}
.top-cross-ribbon-hit {
    background: #EA4335;
    padding: 7px 50px;
    color: #FFF;
    position: absolute;
    top: 10px;
    right: -50px;
    transform: rotate(45deg);
    border: 1px dashed #FFF;
    box-shadow: 0 0 0 3px #EA4335;
    margin: 5px;
	z-index:999;
	font-size: 13px;
    text-align: center;
    width: 150px;
	font-weight: bold;
}
.top-cross-ribbon-new
{
	background: #e6873b;
    padding: 7px 50px;
    color: #FFF;
    position: absolute;
    top: 10px;
    left: -50px;
    transform: rotate(-45deg);
    border: 1px dashed #FFF;
    box-shadow: 0 0 0 3px #e6873b;
    margin: 5px;
	z-index:999;
	font-size: 13px;
    text-align: center;
    width: 150px;
	font-weight: bold;
}
.ribbon 
{
	position: absolute;
    overflow: hidden;
    height: 140px;
    width: auto;
    top: 0;
    left: 15px;
	right:15px;
}
.title-new, 
.title-best
{
	padding:2px 7px;
	margin-right:10px;
	font-weight:400;
	color:#fff;
	display:inline-block;
}
.title-new
{
	background-color:#e6873b;
}
.title-best
{
	background-color:#EA4335;
}