.progects_container{
	width: 80%;
	margin: 0 auto;
	padding-top: 130px;
	min-height: 60vh;
}
.progects {
    height: max-content;
}
.progects_navigation {
    display: flex;
    padding: 20px 0; 
}
.progects_nav_title {
    width: 30%;
}
.progects_navigation #myTab{
	display: contents;
}
.progect-section{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	height: max-content;
}

.progect-card {
	position: relative;
	height: 250px;
	width: 30%;
	opacity: 1;
	margin: 10px;
}
.progect-card img{
	width: 100%;
	height: 85%;
	object-fit: cover;
}
.progect-card h2{
	font-family: Cera Pro;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	text-transform: uppercase;
	color: #383E42;
	height: 15%;
	display: flex;
	justify-content: center;
	align-items: center;
 }
.progect-card p{
 	font-family: Cera Pro;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #383E42;
	padding: 0 20px;
	overflow: hidden;
	height: 70%;
 }
.progect-link{
	height: 15%;
 	width: 100%;
 	background-color: #383E42;
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.progect-card a{
 	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	color: #FFFFFF;
 }

.progect-card:hover h2 {
    color: white;
}
.card-hide{
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 1px solid #E8E8E8;
	background-color: #fff;
	opacity: 0;
	z-index: 111;
}
.card-hide h3{
	text-align: center;
	text-transform: uppercase;
	color: #383E42;
	font-size: 18px;
	line-height: 23px;
	height: 15%;
}
.progect-card:hover {
	opacity: 0.8;
}
.progect-card:hover .card-hide{
	opacity: 0.8;
}
/***********************************************************************************/
#project{
	height: 100vh;
	overflow: hidden;
}
#products_used{
	height: 100vh;
	overflow: hidden;
}
#contacts{
	height: max-content;
	overflow: hidden;
}
.first_project_container{
	height: 100%;
	width: 100%;
	padding-top: 140px;
	max-width: 2000px;
	margin: 0 auto;
}
.proj-slider {
    height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0 auto;
}
.slider{
	display: none;
}
.proj-info{
	display: flex;
	justify-content: space-around;
	/*margin: 20px 0;*/
	height: 10%;	
}
.proj-info h1{
	font-family: Cera Pro;
	font-size: 36px;
	line-height: 45px;
	font-weight: 600;
	width: 400px; 
	text-align: center;
	text-transform: uppercase;
}
.proj-info p{
	font-family: Cera Pro;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
}
.proj-info span{
	color: #C4C4C4;
}
.container {
	width: 100%;
	height: 80%;
	margin: 0 auto;
	padding: 10px;
	max-width: 2000px !important;
}
.rev_slider.slick-initialized.slick-slider{
	display: flex;
	height: 100%;
	width: 80%;
	margin: 0 auto;
	padding: 0;
}

.slick-arrow {
	height: 0px;
	width: 0px;
	border: none;
	background: inherit;
	color: white;
	position: absolute;
	bottom: 0;
	visibility: hidden;
}

.slick-slider {
	margin-left: -12%;
	margin-right: -12%;
	display: flex;
}
.slick-slide{
    outline: none;
}
.slick-list {
	padding-top: 2%!important;
	padding-bottom: 2%!important;
	padding-left: 15%!important;
	padding-right: 15%!important;
}

.slick-dots {
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.slick-track {
  max-width: 100%!important;
  transform: translate3d(0, 0, 0)!important;
  perspective: 100px;
	height: 100% !important;
}

.slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100%!important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}

.slick-snext,
.slick-sprev {
  display: block;
}

.slick-current {
  opacity: 1;
  position: relative;
  display: block;
  transform: translate3d(0, 0, 20px);
  z-index: 2;
}

.slick-snext {
  opacity: 1;
  transform: translate3d(20%, 0, 0px);
  z-index: 1;
}

.slick-sprev {
  opacity: 1;
  transform: translate3d(-20%, 0, 0px);
}

.test {
	display: block;
	width: 100%;
	margin: 0 auto;
	height: 100%;
	flex: 1 0 auto;
/*	border: 1px solid #80808047; */
}
.test img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.slick-snext, .slick-sprev{
	opacity: 0.6;
}

.second_project_container{
	padding-top: 100px;
	height: 100%;
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	max-width: 1500px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.sectionname{
	width: 100%;
	height: 40px;
	text-align: center;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 500;
}
.proj-card {
    height: calc(50% - 20px);
	width: 16.6%;
	padding: 10px;
	overflow: hidden;
}
.proj-card h2{
	font-family: Cera Pro;
	font-size: 24px;
	line-height: 30px;
	color: #161616;
}
.proj-card p{
	font-family: Cera Pro;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #E8E8E8;
}
.proj-card h3{
	text-align: center;
}
.proj-card img{
	height: 80%;
	width: 150%;
	object-fit: contain;
	position: relative;
	right: 20%;
}
.proj-card:hover h3 {
	opacity: 0.6;
}
#solutions .container {
	 	height: 90%;
}

#solutions .proj-slider{
	justify-content: center;
}
#solutions .proj-info{
	height: auto;
}
.slick-arrow {
width: 40px;
    height: 100px;
    background-size: 50% 100%;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff0;
    background-color: #00000036;
    visibility: visible;
    bottom: calc(50% - 40px);
    left: -5%;
    outline: none;
    z-index: 1;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.slick-arrow:active{
	outline: none;
	border: none;
}
.slick-arrow:nth-child(3){
	left: 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

@media (max-width: 479px) {
	.progects_navigation {
	    display: block;
	    padding: 10px 0;
	}
	.progects_nav_title {
	    width: 100%;
	}
	.list_cat_link{
		opacity: 0.3;
		border-bottom: none;
		border-left: 1px solid #383E42;
		margin: 10px 0;
	}
	.list_cat_link.active{
		border-bottom: none;
	}
	.progect-section {
	    display: block;
	}
	.progect-card{
		width: 100%;
		margin: 0;
		height: 200px;
    		margin-bottom: 20px;
	}
	.progect-card img{
	    height: 80%;
	}
	.progect-card h2{
	    font-size: 16px;
	    line-height: 20px;
	    height: 20%;
	}
	.progect-link{
		height: 20%;
	}
	.proj-card{
		height: 30vh;
        width: 100%;
	    padding: 5px;
	}
	.proj-card img{
		height: calc(100% - 20px);
	    width: 100%;
	    object-fit: cover;
	    position: relative;
	    right: 0;
	}
	.proj-card h3{
	    text-align: center;
	    font-size: 16px;
	    line-height: 20px;
	    margin: 0;
	}
	.progects {
	    padding-top: 20px;
	}
	.first_project_container{
	    padding-top: 50px  !important;
	}
	.first_project_container .breadcrumb{
		top: 5px;
	    left: 10px;
	}
	#project, #products_used, .second_project_container{
		height: auto !important;
	}

}


@media (max-width: 769px){
	.first_project_container, .second_project_container {
	    padding-top: 0px;
	}
	.proj-slider{
		padding: 5px;
	    padding-top: 60px;
	}
	.first_project_container .breadcrumb {
	    top: 60px;
	    left: 10px;
	}
	.first_project_container .socialshare{
		top: 60px;
		height: 30px;
	}
	.proj-info{
		height: 20%;
	    width: 100%;
	    overflow: hidden;
	    align-items: center;
	}
	.proj-info h1{
		font-size: 25px;
	}
	.proj-info p{
	    padding: 5px;
		font-size: 14px;
		width: 33.3%;
		line-height: 18px;
	}
	.proj-info span{
	    height: 50px;
	    width: 100%;
	    float: left;
		display: flex;
	    justify-content: center;
	    align-items: center;
	}
	.proj-info h2{
		font-size: 22px;
	    line-height: 26px;
		display: flex;
	    justify-content: center;
	    align-items: center;
	}
	.container{
	    height: 60%;
	}
	.rev_slider.slick-initialized.slick-slider{
	    width: 100%;
	}
	.container{
		display: none;
	}
	.slider{
		display: block;
		width: 100%;
		height: 80%;
		top: -5px;
	}
	.slider__control_right {
	    left: 85%;
	}
	.slider__control_left {
	    left: 5%;
	}
	.sectionname{
		display: block;
		font-size: 20px;
		font-weight: 500;
		line-height: 25px;
		text-transform: capitalize;
		padding: 50px 0;
	    width: 100%;
	    text-align: center;
	}
	#solutions .first_project_container .socialshare {
	    top: 105px;
	}
	#solutions .slider {
	    top: 5px;
	}
}


@media (min-width: 480px) and (max-width: 769px) {
	.progect-card{
	    height: 200px;
	    width: 45%;
	}

	.proj-info p{
	    font-size: 16px;
	    line-height: 20px;
	    padding: 5px;
	}
	.proj-info h2{
	font-size: 25px;
	    line-height: 47px;
	}
	.container{
	    padding: 0;
	}
	.rev_slider.slick-initialized.slick-slider{
	    width: 100%;
	}
	.proj-card{
	    width: 25%;
	}

	.proj-card h3{
	font-size: 16px;
	}


}
@media (min-width: 770px) and (max-width: 1024px) {
	
}
@media (min-width: 1441px){

}
@media (min-width: 1541px){
	.progect-card{
		height: 400px;
	}
}

@media (min-width: 769px) and (max-height: 900px){
	.proj-info h1{
		font-size: 28px;
		line-height: 32px;
	}
	.proj-card h3{
		font-size: 20px;
		line-height: 22px;
	}
}