h1,h2,h3{
	white-space: nowrap;
}
.slider{
	height: 600px;
}
.banner{
	height: 600px;
	width: 100%;
	text-align: center;
}
.banner h1{
	margin-bottom: 7px;
	text-transform: uppercase;
	animation-delay: 0.2s;
	opacity: 0;
}
.banner h3{
	animation-delay: 0.5s;
	opacity: 0;
}
#title{
	margin: 20px 0;
}
.news-item-pic{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.square .news-item-pic{
	position: absolute;
}
.news-img-mask{
	opacity: 1;
}
.mask-background.middle{
	width: 100%;
	height: 140px;
	top: 50%;
	left: 0;
	bottom: unset;
	right: unset;
	transform: translateY(-50%);
}
.mask-background.up{
	width: 100%;
	height: calc(50% - 70px);
	top: 0;
	left: 0;
	bottom: unset;
	right: unset;
	opacity: 0;
	/*transform: translateY(-50%);*/
}
.mask-background.down{
	width: 100%;
	height: calc(50% - 70px);
	bottom: 0;
	left: 0;
	top: unset;
	right: unset;
	opacity: 0;
	/*transform: translateY(-50%);*/
}
.news-mask-title{

}
.mask-open .mask-background.middle{
	height: 101%;
}
.news-mask-title h3,
.news-mask-title h2{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0.5)!important;
	opacity: 1;
	text-align: center;
	letter-spacing: 6px;
	font-family: 'lato-bold';
}
.news-mask-title h3{
	transform: translate(-50%,-50%)!important;
	letter-spacing: 3px;
}
.news-mask-title .learnmore{
	display: inline-block;
	transform: translate(calc(-50% - 15px),calc(-50% + 60px))!important;
	position: absolute;
	top: 50%;
	left: 50%;
}
.news-mask-title-open h3,
.news-mask-title-open h2{
	transform: translate(-50%,-50%)!important;
	letter-spacing: 2px;
}
.news-mask-title-open h3{
	letter-spacing: 5px;
}
.news-mask-title-open .learnmore{
	opacity: 1;
	transform: translate(calc(-50% - 15px),calc(-50% + 50px))!important;
}
.gmb-hover{
	transition-delay: 0.3s;
}
.sl-icon{
	position: absolute;
	right: 28px;
	top: 21px;
	cursor: pointer;
}
.sl-hover-box .sl-hover-red{
	opacity: 0;
}
.sl-hover-box .sl-hover-white{
	opacity: 1;
}
.sl-hover-box:hover .sl-hover-red{
 	opacity: 1;
}
.sl-hover-box:hover .sl-hover-white{
	opacity: 0;
}
.sl-hover-box{
	opacity: 0;
}
.news-item:hover .sl-hover-box{
	opacity: 1;
}
/*single*/
.singleslider{
	/*height: 550px;*/
}
.singleslider img{
	width: 100%;
	height: 100%;
}
#p-row{
	margin-top: 50px;
}
#p-left{
	width: calc(41.6666% - 15px);
}
.project-des{
	margin-bottom: 50px;
}
@media (max-width: 1600px){
	.sl-icon{
	    transform: scale(0.7);
	}
	.sl-icon {
	    right: 20px;
	    top: 13px;
	}
}
@media (max-width: 1367px){
	.news-mask-title h2{
		transform: translate(-50%,-50%) scale(0.8)!important;
		letter-spacing: 2px;
	}
	.news-mask-title-open h2{
		transform: translate(-50%,-50%)!important;
	}
	.sl-icon{
		transform: scale(0.6);
	}
}
@media (max-width: 1200px){
	h1, h2, h3{
		white-space: unset;
		width: 100%;
	}
	.sl-icon{
		transform: scale(0.6);
		right: 14px;
		top: 11px;
	}
}
@media (max-width: 991px){
	
}
@media (max-width: 769px){
	.row2, .row1{
		padding: 0;
	}
	.col-5,.col-7{
		width: calc(100% - 15px);
		position: relative!important;
		margin: 0px 7.5px 20px 7.5px;
	}
	.col-7 .news-item-pic{
		height: calc(100vw - 15px);
	}
	.col-6{
		width: calc(100% - 15px);
	}
	#loadmore-box{
		width: 200px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
	#p-left{
		position: unset;
		transform: unset;
		width: unset;
	}
	.mobile-hidden{
		display: none;
	}
	#p-row{
		margin-top: 0px;
	}
	button{
		margin: 7.5px!important;
	}
	#p-right{
		margin-top: 30px;
	}
}
@media (max-width: 550px){
	.news-mask-title h2{
		transform: translate(-50%,-50%) scale(1)!important;
		letter-spacing: 2px;
	}
	.news-mask-title-open h3,
	.news-mask-title-open h2{
		transform: translate(-50%,-50%)!important;
	}
	
}