
/*** 

====================================================================
			Project Section
====================================================================

***/

.project-section{
	position: relative;
	padding: 90px 0 70px;
}

.project-section.alternate{
	padding-top: 130px;
}

.project-section.alternate:before{
	position: absolute;
	display: inline-block;
    right: -130px;
    top: auto;
    left: auto;
    bottom: -60px;
    height: 681px;
	width: 946px;
	content: "";
	background-image: url(../images/icons/map-2.png);
	background-repeat: no-repeat;
}

.project-section:before{
	position: absolute;
	left: 0;
	top: 200px;
	width: 612px;
	height: 1707px;
	content: "";
	background-image: url(../images/icons/bg-2.png);
	background-repeat: no-repeat;
}

.project-section .filters{
 	margin-bottom:45px;
 	text-align:center;
}

.project-section .filters .filter-tabs{
 	position:relative;
 	display:block;
}

.project-section .filters li{
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 30px;
	color: #3c4858;
	font-weight: 500;
	cursor: pointer;
 	margin:0 22px 10px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition: all 300ms ease;
}

.project-section .filters li:before{
	position: absolute;
	right: -25px;
	font-size: 13px;
	color: #3c4858;
	content: "/";
}

.project-section .filters li:last-child:before{
	display: none;
}

.project-section .filters li.active,
.project-section .filters li:hover{
	color: #cccccc;
}

.project-section.full-width{
	padding-bottom: 65px;
}

.project-section.full-width:before{
	display: none;
}

.project-section.full-width .outer-container{
	max-width: 100%;
	padding: 0 40px;
}

.project-section.full-width .outer-container .btn-box{
	margin-top: 40px;
}

.project-section .outer-container{
	max-width: 1390px;
	padding: 0 15px;
	margin:0 auto;
}

.project-block.mix{
	display: none;
}

.project-block{
	position: relative;
	margin-bottom: 30px;
}

.project-block .image-box{
	position: relative;
	overflow: hidden;
}

.project-block .image-box img{
	width: 100%;
	height: auto;
	display: block;
}

.project-block .overlay-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 100%;
	background-color: #5366cf;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 500ms ease;
}

.project-block .image-box:hover .overlay-box{
	height: 100%;
}

.project-block .image-box:before{
	position: absolute;
	right: -70px;
	bottom: -70px;
	height: 0;
	width: 0;
	border-bottom: 70px solid #ffffff;
	border-left: 70px solid transparent;
	content: "";
	z-index: 1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-block .image-box:hover:before{
	right: 0;
	bottom: 0;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.project-block .overlay-box .content{
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-block .overlay-box .content:after{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -20px;
	height: 3px;
	width: 40px;
	background-color: #ffffff;
	content: "";
}

.project-block .overlay-box .content span{
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 5px;
}

.project-block .overlay-box .content h4{
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 500;
}

.project-block .overlay-box .content h4 a{
	display: inline-block;
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-block .image-box:Hover .overlay-box .content{
	opacity: 1;
	visibility: visible;
	transition-delay: 500ms;
}

.project-section .btn-box{
	margin-top: 70px;
}

.project-section.style-two{
	padding: 75px 0 75px;
}

.project-section.style-two:before{
	position: absolute;
	left: 0;
	right: 0;
	top: 30%;
	height: 681px;
	width: 1057px;
	background-image: url(../images/icons/map.png);
	background-repeat: no-repeat;
	content: "";
	margin: 0 auto;
}	

.project-section.style-two .sec-title{
	margin-bottom: 40px;
}

.project-section.style-two .project-carousel{
	padding: 0 50px;
}

.project-section.style-two .btn-box{
	margin-top: 30px;
}


/** project-ex-section **/

.project-ex-section{
  position: relative;
  padding: 145px 0px 120px 0px;
}

.portfolio-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 30px;
}

.portfolio-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
}

.portfolio-block-one .inner-box .image-box img{
  width: 100%;
  border-radius: 20px;
}

.portfolio-block-one .inner-box .lower-content{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 68px 40px 33px 40px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.portfolio-block-one .inner-box:hover .lower-content{
  opacity: 1;
  visibility: visible;
}

.portfolio-block-one .inner-box .lower-content:before{
  position: absolute;
  content: '';
  background-color: #f44438;
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  clip-path: polygon(0% 0%, 100% 30%, 100% 100%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
}

.portfolio-block-one .inner-box:hover .lower-content:before{
  height: 100%;
}

.portfolio-block-one .inner-box .lower-content .content-box{
  opacity: 0;
  transform: scaleX(0);
  transition: all 500ms ease;
}

.portfolio-block-one .inner-box:hover .lower-content .content-box{
  transform: scaleX(1);
  opacity: 1;
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.portfolio-block-one .inner-box .lower-content .view-btn{
  position: absolute;
  right: 30px;
  top: 8px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.portfolio-block-one .inner-box:hover .lower-content .view-btn{
  transform: scale(1,1);
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.portfolio-block-one .inner-box .lower-content .view-btn a{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 78px;
  font-size: 30px;
  color: #6b3ba9;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 10px 30px rgb(0 0 0 / 10%);
  transition: all 500ms ease;
}

.portfolio-block-one .inner-box .lower-content h6{
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.portfolio-block-one .inner-box .lower-content h4{
  display: block;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 700;
}

.portfolio-block-one .inner-box .lower-content h4 a{
  display: inline-block;
  color: #ffffff;
  transition: all 500ms ease;
}

.portfolio-block-one .inner-box .lower-content h4 a:hover{
  text-decoration: underline;
}

.project-ex-section .new-sec-title{
  margin-bottom: 50px;
}

.project-ex-section .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 2120px;
  background-repeat: no-repeat;
  z-index: -1;
}


/** project-ex-section-two **/

.project-ex-section-two{
  position: relative;
  padding-top: 145px;
}

.project-ex-section-two:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 700px;
  left: 0px;
  top: 0px;
  background-color: #f8f7f7;
  clip-path: polygon(0% 0%, 100% 0%, 100% 82%, 0% 100%, 0% 0%);
}

.project-ex-section-two .outer-container{
  padding: 0px 50px;
}

.project-ex-section-two .filters{
  position: relative;
  display: block;
  margin-bottom: 52px;
}

.project-ex-section-two .filters .filter-tabs li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #3c4858;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px 19px;
  cursor: pointer;
  transition: all 500ms ease;
}

.project-ex-section-two .filters .filter-tabs li.active,
.project-ex-section-two .filters .filter-tabs li:hover{
  color: #f44438;
}

.project-ex-section-two .new-sec-title{
  margin-bottom: 40px;
}

.project-ex-section-two .project-block{
  margin: 0px;
}

.project-ex-section-two .portfolio-block-one .inner-box{
  margin: 0px;
}