@charset "UTF-8";

.btn{
	font-weight: 300;
}

.container{
	max-width: 1120px;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.navbar.sticky-top{
	padding: 0;
}
.navbar>.container, .navbar>.container-fluid{
	flex-wrap: nowrap;
}
.form-control{
	height: 34px;
	padding: .375rem 0.8rem;
	color: #3c3f44;
	border: 1px solid #CCC;
	font-size: 14px;
	border-radius: 2px;
}
.btn{
	padding: 0 1rem;
	font-size: 14px;
	color: #3c3f44;
	border-radius: 34px;
    -webkit-border-radius: 34px;
}

body{
	font-family: "Roboto-regular";
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: "Roboto-bold";
	color: #000;
	transition: all 0.3s ease-in-out;
}
.product-item{
	background-color: #FFF;
}
.product-title{
	color: #000;
}
.product-title a{
	height: 38px;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  width: 100%;
}

.owl-prev, .owl-next{
	width: auto;
	height: auto;
	background: none;
	color: #000 !important;
	font-family: FontAwesome !important;
	font-size: 80px !important;
}
.owl-prev{
	left: -40px !important;
}
.owl-next{
	right: -40px !important;
}
.owl-prev:hover, .owl-next:hover{
	color: #e6b140 !important;
}

.owl-prev:after, .owl-next:after{
	display: none;
}

#pageContainer{
	overflow: hidden;
}

.button-primary-light, .button-primary-light:focus{
	background: #BF9E5D;
	border-color: #BF9E5D;
}
.button-primary-light:hover, .button-primary-light:active {
    color: #ffffff;
    background-color: #AFB42B;
    border-color: #AFB42B;
}
.text-decorate:before{
	border-left-color: #BF9E5D;
}

.box-services-full-width-button, .box-services-full-width-button:focus, .box-services-full-width-button:active{
	background-color: #BF9E5D;
}
.box-services-full-width-button:hover{
	background-color: #AFB42B;
}
.section-lg.section-lg-max{
	padding: 60px 0;
}

.index-list-modern-block{
	background-color: #e7d99f;
}
.index-list-modern-block .list-index-counter{
	color: #AFB42B;
}

.parallax-container{
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.material-parallax{
	display: none;
}
.video-link{
	line-height: 94px;
}


.index-list-modern-block{
	border-color: #e7d99f;
}

.footer-upper{
	margin-top: 0;
}
.headerCart:hover{
	color: #fff;
}

.footer a, .footer a:hover{
	color: #d9dada;
}

.footer-category{
	margin-top: 0;
}

.dark-layout {
    background: rgba(0, 0, 0, 0.5);
}

.parallax-container .owl-prev, .parallax-container .owl-next{
	color: #FFF !important;
}

.parallax-container .owl-prev:hover, .parallax-container .owl-next:hover{
	color: #BF9E5D !important;
}

[class*='fa-']:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: inherit;
}

.count-section{
	background-color: #BF9E5D;
}
.count-section label, .count-section .counter{
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 16px;
}
.count-section .counter{
	font-size: 60px;
	color: #FFF;
	font-family: "Roboto-bold";
}
.count-section label{
	background-color: #e7d99f;
	text-transform: uppercase;
}

.box-services-full-width{
	text-align: left;
	color: #e4e2e2;
}
.box-services-full-width .box-services-full-width-image{
	text-align: center;
}
.index-list-modern-block .list-index-counter{
	font-family: "Roboto-bold";
}

.index-list-modern-block{
	display: block;
}
.index-list-modern-block:hover, .index-list-modern-block.active{
	border-color: #AFB42B;
	background-color: #AFB42B;
	color: #FFF;
}
.index-list-modern-block:hover h5, .index-list-modern-block.active h5{
	color: #FFF;
}
.list-index-counter{
	transition: all 0.3s ease-in-out;
}

.index-list-modern-block:hover .list-index-counter, .index-list-modern-block.active .list-index-counter{
	color: #e7d99f;
}

.project-data img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cover{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.border{
	border: 1px solid #000;
}

#copytoclip{
	display: none;
}
.swiper-modern {
    min-height: 35vw;
}

.box-services-full-width:hover .box-services-full-width-inner{
	    transform: translateY(0);
}
.box-services-full-width {
    padding-top: 25px;
    padding-bottom: 35px;
}


.project-data-content{
	border-width: 1px;
}
.desktop .project-data:not(:hover) .project-data-content{
	opacity: 1;
	background-color: rgba(0, 0, 0, 0);
	text-shadow: 2px 2px 2px black;
}
.desktop .project-data .project-data-content .project-data-text{
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.desktop .project-data:hover .project-data-content .project-data-text{
	height: 50px;
	overflow: visible;
	opacity: 1;
}

body .ui-to-top.active{
  bottom: 100px !important;
}

@media (min-width: 1200px) {
	.index-list-modern-block{
		padding: 22px 165px 22px 45px;
	}
}

@media (max-width: 991px) {
	.count-section .col-lg-3:nth-child(odd){
	 	display: flex;
	    flex-direction: column-reverse;
	}
}

@media (max-width: 568px) {
	.row-list-bordered{
		justify-content: center;
	}
	.row-list-bordered > *{
		flex: 0 0 33.3333%;
    	max-width: 33.3333%;
	}
	.row-list-bordered .w-100{
		display: none;
	}

}

.bg-gray-100 .news-full-width-image{
	height: 220px;
}
.bg-gray-100 .news-full-width-body{
	height: 220px;
}

.list-inline-divided{
	font-size: 16px;
}

.social-heading{
	text-align: center;
	padding-bottom: 10px;
}
.social-section .row{
	margin-top: 0;
}
.social-section .section-xs{
	padding-top: 20px;
	padding-bottom: 20px;
}
.social-heading a{
	font-size: 35px;
	color: #FFF;
	text-decoration: underline;
}
.social-panel .social-text{
	font-size: 25px;
}
@media screen and (max-width: 991px) {
	.social-panel .social-text{
		text-align: center;
	}
}
.social-icons-panel{
	text-align: center;
}
.social-icons{
	width: 100%;
	max-width: 300px;
}