<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.projects-section{
	position:relative;
	padding:140px 0px;
	border-top:1px solid #f7f7f7;
	background-repeat:no-repeat;
    background-position: right bottom;
}

.projects-section .grey-box{
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	background-color:#f7f7f7;
}

.projects-section .grey-box:after{
	position: absolute;
    content: '';
    right: -50px;
    bottom: -50px;
    width: 100px;
    height: 100px;
    -webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
    background-color: #ffffff;
}

.projects-section .owl-dots,
.projects-section .owl-nav{
	display:none;
}

/*Gallery Item*/

.gallery-item{
	position:relative;
}

.gallery-item .inner-box{
	position:relative;
	width:100%;
	overflow:hidden;
	text-align:center;
}

.gallery-item .image-box{
	position:relative;
	display:block;	
}

.gallery-item .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.gallery-item .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	color:#ffffff;
	text-align:center;
	background:rgba(5,226,73,0.86);
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	-webkit-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	-o-transform:translateY(-100%);
	-moz-transform:translateY(-100%);
	transform:translateY(-100%);
}

.gallery-item .inner-box:hover .overlay-box{
	opacity:1;
	-webkit-transform:translateY(0%);
	-ms-transform:translateY(0%);
	-o-transform:translateY(0%);
	-moz-transform:translateY(0%);
	transform:translateY(0%);
}

.gallery-item .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 0px;
}

.gallery-item .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.gallery-item .overlay-inner .link{
	position:relative;
	font-size:24px;
	color:#ffffff;
	width:60px;
	height:60px;
	font-weight:300;
	margin:0px 2px;
	line-height:58px;
	border-radius:50%;
	display:inline-block;
	opacity:0;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:1px solid rgba(255,255,255,0.90);
}

.gallery-item .overlay-inner .link .icon{
	position:relative;
}

.gallery-item .overlay-inner .link:hover{
	color:#666666;
	background-color:rgba(255,255,255,1);
}

.gallery-item .inner-box:hover .overlay-inner .link{
	-webkit-transition:all 500ms ease, opacity 500ms ease 500ms;
	-ms-transition:all 500ms ease, opacity 500ms ease 500ms;
	transition:all 500ms ease, opacity 500ms ease 500ms;
	opacity:1;	
}

.gallery-item .overlay-inner .link:nth-child(1){
	-webkit-transform:translateX(-30px);
	-ms-transform:translateX(-30px);
	transform:translateX(-30px);	
}

.gallery-item .overlay-inner .link:nth-child(2){
	-webkit-transform:translateX(30px);	
	-ms-transform:translateX(30px);	
	transform:translateX(30px);	
}

.gallery-item .inner-box:hover .overlay-inner .link:nth-child(1),
.gallery-item .inner-box:hover .overlay-inner .link:nth-child(2){
	-webkit-transform:translateX(0px);
	-ms-transform:translateX(0px);
	transform:translateX(0px);
	-webkit-transition:all 500ms ease, opacity 500ms ease 500ms, transform 500ms ease 500ms;
	-ms-transition:all 500ms ease, opacity 500ms ease 500ms, transform 500ms ease 500ms;
	transition:all 500ms ease, opacity 500ms ease 500ms, transform 500ms ease 500ms;
}

.gallery-item .inner-box h3{
	position:relative;
	font-size:18px;
	font-weight:500;
	text-align:center;
	padding:25px 0px 3px;
	line-height:1.2em;
	margin-bottom:5px;
}

.gallery-item .inner-box h3 a{
	position:relative;
	color:#222222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.gallery-item .inner-box h3 a:hover{
	color:#05e249;
}

.gallery-item .inner-box .text{
	position:relative;
	color:#ffffff;
	font-size:11px;
	font-weight:600;
	text-align:center;
	padding:5px 12px;
	border-radius:50px;
	background-color:#bababa;
	text-transform:uppercase;
	display:inline-block;
}

/*** 

====================================================================
	Projects Section Two
====================================================================

 ***/

.projects-section-two{
	position:relative;
	padding:140px 0px 0px;
}

.projects-section-two .sec-title .pull-left{
	position:relative;
}

.projects-section-two .big-letter{
	position: absolute;
    right: 0px;
    top: -20px;
    line-height: 120px;
    font-size: 400px;
    font-weight: 700;
    margin-top: 0px;
    color: rgba(0,0,0,0.03);
    text-transform: uppercase;
}

.projects-section-two .filters{
	position:relative;
	padding-bottom:25px;
	padding-top:100px;
}

.projects-section-two .filters li{
	position: relative;
    line-height: 24px;
    padding: 0px 0px;
    cursor: pointer;
    color: #222222;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 10px;
    margin-left:35px;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.projects-section-two .filters li:hover,
.projects-section-two .filters li.active{
	color:#05e249;
}

.projects-section-two .row{
	margin:0px -4px;
}

.projects-section-two.projects-masonry .row,
.projects-section-two.projects-fullwidth .row{
	margin:0px -1px;
}

.projects-section-two.projects-fullwidth .gallery-item{
	width:20%;
	float:left;
	padding:0px 1px;
	margin-bottom:2px;
}

.projects-section-two .gallery-item{
	padding:0px 4px;
	margin-bottom:8px;
}

.gallery-item.mix{
	display:none;
}

.projects-masonry .gallery-item{
	padding:0px 1px;
	margin-bottom:2px;
}

.projects-masonry .gallery-item.small-column{
	width:20%;
	float:left;
}

.projects-masonry .gallery-item.large-column{
	width:40%;
	float:left;
}

/** project-home-3 **/

.project-home-3{
	position: relative;
	padding: 0px 0px 100px 0px;
}

.project-home-3 .project-carousel{
	max-width: 1170px;
	margin: 0 auto;
	width: 100%;
}

.project-home-3 .owl-carousel .owl-stage-outer{
	overflow: visible;
}

.project-block-one .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
}

.project-block-one .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
}

.project-block-one .inner-box .image-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.0) 50%);
    bottom: 0px;
    right: 0px;
    z-index: 1;
    transition: all 500ms ease;
}

.project-block-one .inner-box .image-box img{
	width: 100%;
	transition: all 1s ease;
}

.project-block-one .inner-box:hover .image-box img{
	transform: scale(1.1);
}

.project-block-one .inner-box .text{
	position: absolute;
	left: 0px;
	bottom: 32px;
	width: 100%;
	padding-left: 45px;
	padding-right: 30px;
	z-index: 1;
}

.project-block-one .inner-box .text p{
	color: #fff;
	line-height: 24px;
}

.project-block-one .inner-box .text h4 a{
	color: #ffffff;
}

.project-block-one .inner-box .text h4 a:hover{
	text-decoration: underline;
}

.project-home-3 .owl-nav{
	position: absolute;
	top: -130px;
	right: 0px;
}

.project-home-3 .owl-nav .owl-prev,
.project-home-3 .owl-nav .owl-next{
	position: relative;
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: #ffffff;
	border: 1px solid #e0dede;
	border-radius: 50%;
	text-align: center;
	font-size: 30px;
	color: #222;
	cursor: pointer;
	z-index: 1;
	transition: all 500ms ease;
}

.project-home-3 .owl-nav .owl-prev:before,
.project-home-3 .owl-nav .owl-next:before{
	position: absolute;
	content: '';
	background: -webkit-linear-gradient(0deg, #ff5b66, #fc9049 100%);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	border-radius: 50%;
	transform: scale(0,0);
	z-index: -1;
	transition: all 500ms ease;
}

.project-home-3 .owl-nav .owl-prev:hover:before,
.project-home-3 .owl-nav .owl-next:hover:before{
	transform: scale(1,1);
}

.project-home-3 .owl-nav .owl-prev:hover,
.project-home-3 .owl-nav .owl-next:hover{
	color: #ffffff;
}

.project-home-3 .owl-nav .owl-prev{
	margin-right: 10px;
	transform: rotate(180deg);
}

.project-home-3 .pattern-layer{
	position: absolute;
	top: -270px;
	right: 0px;
	width: 647px;
	height: 1143px;
	background-repeat: no-repeat;
	z-index: -1;
}</pre></body></html>