/* Signex - Architecture & Interior WordPress Theme */

/*** 

====================================================================
	Services One
====================================================================

***/

.service-one{
	position:relative;
}

.service-block_one{
	position:relative;
	z-index:1;
	margin-bottom: 30px;
}

.service-block_one-inner{
	position:relative;
	padding: 70px 30px 50px;
	background-color: #f5f5f5;
}

.service-block_one-inner .color-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0;
	transform: scale(0.2,1);
	background-color: var(--color-two);
}

.service-block_one-inner:hover .color-layer{
	opacity:1;
	transform: scale(1,1);
}

.service-block_one-inner:before{
	position:absolute;
	content:'';
	left:12px;
	top:12px;
	right:-12px;
	bottom:-12px;
	z-index:-1;
	opacity: 0.30;
	border: 5px solid var(--color-two);
}

.service-block_one-inner:hover::before{
	opacity:1;
}

.service-block_one-inner:after{
	position:absolute;
	content:'';
	right: 15px;
	bottom: 15px;
	border-bottom: 25px solid var(--color-two);
    border-left: 25px solid transparent;
}

.service-block_one-inner:hover::after{
	border-bottom-color: var(--white-color);
}

.service-block_one-icon{
	position:relative;
	line-height:1em;
	font-size: 70px;
	display: inline-block;
	color: var(--main-color);
	font-family: "flaticon_interior";
}

.service-block_one-inner:hover .service-block_one-icon{
	animation: swing 1s;
}

.service-block_one-title{
	position:relative;
	margin-top: 25px;
	margin-bottom: 15px;
	text-transform:capitalize;
}

.service-block_one-title a{
	position:relative;
	color: var(--color-two);
}

.service-block_one-inner:hover .service-block_one-more,
.service-block_one-inner:hover .service-block_one-text,
.service-block_one-inner:hover .service-block_one-title a{
	color: var(--white-color);
}

.service-block_one-text{
	position:relative;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 30px;
	color: var(--color-three);
}

.service-block_one-more{
	position:relative;
	font-weight: 700;
	font-size: 14px;
	color: var(--color-two);
	text-transform:uppercase;
}

/*** 

====================================================================
	Services Two
====================================================================

***/

.services-two{
	position:relative;
	overflow: hidden;
}

.services-two .inner-container{
	position:relative;
}

.service-block_two{
	position: relative;
	cursor: pointer;
    transition: z-index .11s .17s;
}

.service-block_two-icon{
	position:absolute;
	left:0px;
	top:18px;
	width:100px;
	height:100px;
	font-size:48px;
	line-height:100px;
	text-align:center;
	border-radius:100px;
	color:var(--color-two);
	background-color:var(--main-color);
	font-family: "flaticon_interior";
}

.service-block_two:hover .service-block_two-icon{
	color:var(--white-color);
	background-color:var(--color-two);
	transform:rotateY(180deg);
}

.service-block_two-inner{
	position: relative;
	padding-top: 30px;
	margin-left:150px;
	padding-left: 90px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(var(--color-three-rgb), 0.10);
}

.service-block_two-number{
	position: absolute;
	left: 0px;
	top: 40px;
	width:47px;
	height:47px;
	font-size:22px;
	line-height:47px;
	font-weight: 700;
	border-radius:50px;
	text-align:center;
	display:inline-block;
	color: var(--black-color);
	background-color:#D9D9D9;
}

.service-block_two:hover .service-block_two-number{
	color:var(--white-color);
	background-color:var(--color-two);
}

.service-block_two-hover {
	width: 320px;
    height: 415px;
    border: 10px solid rgba(0,0,0,1);
    border-radius: 30px;
    position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 75%;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
	transition: opacity 0.3s, -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
	transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
	transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
	margin: -100px 0 0 -150px;
	pointer-events: none;
	box-shadow: 0px;
}
  
.service-block_two-inner:hover .service-block_two-hover {
	opacity:1;
}

.service-block_two-heading{
	position: relative;
	font-weight: 700;
	color: var(--color-two);
}

.service-block_two-heading a{
	position: relative;
	color: var(--color-two);
}

.service-block_two-heading span{
	position: relative;
	font-size:16px;
	display:block;
	font-weight:400;
	line-height:1em;
	margin-top:10px;
	margin-bottom:15px;
	color: var(--color-three);
}

.service-block_two-inner:hover .service-block_two-heading a{
	color: var(--color-two);
}

.service-block_two-text{
	position: relative;
	max-width: 600px;
	color: var(--color-three);
	font-size: 16px;
}

/*** 

====================================================================
	Services Three
====================================================================

***/

.services-three{
	position:relative;
	overflow: hidden;
}

.services-three .image-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	height:490px;
	background-size: cover;
}

.services-three .image-layer:before,
.exp_service_image:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.80;
	background-color: var(--color-two);
}

.service-block_three{
	position: relative;
	margin-bottom: 30px;
}

.service-block_three-inner{
	position: relative;
	text-align: center;
}

.service-block_three-inner:hover::before{
	opacity:1;
	border-color: var(--main-color);
}

.service-block_three-inner:hover::after{
	border-bottom-color: var(--main-color);
}

.service-block_three-inner:before{
	position: absolute;
	content:'';
	left:20px;
	top:100px;
	right:20px;
	bottom:0px;
	opacity:0.10;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	border:4px solid var(--color-two);
}

.service-block_three-inner:after{
	position: absolute;
	content:'';
	left:50%;
	bottom:0px;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transform: translateX(-50%);
	border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid rgba(var(--color-two-rgb), 0.90);
}

.service-block_three-image{
	position: relative;
	overflow: hidden;
	background-color: var(--color-two);
}

.service-block_three-inner:hover .service-block_three-image img{
	opacity:0.70;
	transform: scale(1.04,1.04) rotate(1deg);
}

.service-block_three-image img{
	position: relative;
	width:100%;
	display: block;
}

.service-block_three-content{
	position:relative;
	padding: 0px 20px 40px;
}

.service-block_three-icon{
	position:relative;
	width: 80px;
	height: 80px;
	margin:0 auto;
	line-height:80px;
	font-size: 46px;
	margin-top: -55px;
	color: var(--white-color);
	background-color: var(--color-two);
	font-family: "flaticon_interior";
}

.service-block_three-inner:hover .service-block_three-icon{
	animation: swing 1s;
	background-color: var(--main-color);
}

.service-block_three-title{
	position:relative;
	margin-top: 25px;
	text-transform: uppercase;
}

.service-block_three-title a{
	position:relative;
	color: var(--color-two);
}

.service-block_three-title a:hover{
	color: var(--main-color);
}

.service-block_three-overlay{
	position:absolute;
	left:20px;
	right:20px;
	bottom:0px;
	padding: 40px 30px 80px;
	background-color: rgba(var(--color-two-rgb), 0.70);
	
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease,-webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.service-block_three-inner:hover .service-block_three-overlay{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.service-block_three_button{
	position:relative;
	margin-bottom: 25px;
}

.service-block_three_text{
	position:relative;
	font-size: 18px;
	line-height: 30px;
	color: var(--white-color);
}

/*** 

====================================================================
	Services Four
====================================================================

***/

.services-four{
	position:relative;
	overflow: hidden;
}

.service-block_four{
	position: relative;
	margin-bottom: 30px;
}

.service-block_four-inner{
	position: relative;
}

.service-block_four-inner:hover::before{
	opacity:1;
	border-color: var(--main-color);
}

.service-block_four-inner:hover::after{
	border-bottom-color: var(--main-color);
}

.service-block_four-image{
	position: relative;
	overflow: hidden;
	background-color: var(--color-two);
}

.service-block_four-inner:hover .service-block_four-image img{
	opacity:0.70;
	transform: scale(1.04,1.04) rotate(1deg);
}

.service-block_four-image img{
	position: relative;
	width:100%;
	display: block;
}

.service-block_four-content{
	position:relative;
	padding: 25px 0px 0px;
}

.service-block_four-icon{
	position:absolute;
	right:30px;
	top:0px;
	width: 80px;
	height: 80px;
	margin:0 auto;
	line-height:80px;
	font-size: 46px;
	margin-top: -55px;
	text-align: center;
	color: var(--white-color);
	background-color: var(--color-two);
	font-family: "flaticon_interior";
}

.service-block_four-inner:hover .service-block_four-icon{
	animation: swing 1s;
	background-color: var(--main-color);
}

.service-block_four-title{
	position:relative;
	text-transform: uppercase;
}

.service-block_four-title a{
	position:relative;
	color: var(--color-two);
}

.service-block_four-title a:hover{
	color: var(--main-color);
}

.service-block_four-overlay{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color: rgba(var(--color-two-rgb), 0.70);
	
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease,-webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.service-block_four-inner:hover .service-block_four-overlay{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.service-block_four_button{
	position:relative;
	margin-bottom: 25px;
}

.service-block_four-text{
	position:relative;
	font-size: 18px;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 22px;
	color: var(--color-two);
}

.service-block_four-more{
	position:relative;
	padding: 14px 25px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	color: var(--color-two);
	text-transform: uppercase;
	background-color: var(--main-color);
	font-family: "Barlow Condensed", sans-serif;
}

.service-block_four-more:hover{
	color: var(--white-color);
	background-color: var(--color-two);
}

/***

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:30px;
}

/* Sidebar Title */

.sidebar-widget{
	position:relative;
	margin-bottom:30px;
}

.sidebar-title{
	position:relative;
	margin-bottom:45px;
}

.sidebar-title h3{
	position:relative;
	font-weight: 600;
	text-transform: uppercase;
}

/* Category List */

.category-list{
	position: relative;
	z-index:1;
}

.category-list li{
	position: relative;
	z-index:1;
	margin-bottom: 15px;
}

.category-list li a{
	position: relative;
	display: block;
	font-size: 22px;
	z-index:1;
	font-weight:600;
	border-radius:0px;
	color: var(--black-color);
	text-transform: uppercase;
	padding:22px 25px 22px 30px;
	background-color: #f1f1f1;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: "Barlow Condensed", sans-serif;
}

.category-list li span{
	position: absolute;
	right: 0px;
	top:0px;
	width:66px;
	height:67px;
	line-height:67px;
	text-align:center;
	display:inline-block;
	color: var(--white-color);
	background-color: var(--color-two);
	font-family: "flaticon_interior";
}

.category-list li a:hover span{
	background-image:none;
	background-color: var(--black-color);
}

.category-list li a:hover{
	color: var(--white-color);
	background-color: var(--main-color);
}

.category-list li:last-child{
	margin-bottom: 0px;
}

.brochures-list{
	position:relative;
}

.brochures-list li{
	position:relative;
	font-size: 22px;
	margin-bottom: 15px;
	font-weight: 600;
	color: var(--black-color);
	text-transform: uppercase;
	padding:22px 25px 22px 90px;
	background-color: #f1f1f1;
	font-family: "Barlow Condensed", sans-serif;
}

.brochures-list li span{
	position: absolute;
	left: 0px;
	top:0px;
	width:66px;
	height:67px;
	line-height:67px;
	font-size: 26px;
	text-align:center;
	display:inline-block;
	font-weight: normal;
	color: var(--white-color);
	background-color: var(--color-two);
	font-family: "flaticon_interior";
}

.brochures-list li:last-child{
	margin-bottom: 0px;
}


.rating-widget .widget-content{
	position:relative;
	padding:35px 50px 50px;
	background-color:var(--black-color);
}

.rating-widget_rating{
	position:relative;
	font-size:128px;
	font-weight:700;
	line-height:1em;
	text-align:center;
	color:var(--white-color);
}

/* Rating Widget Authors */

.rating-widget_authors{
	position:relative;
	display:flex;
	gap:20px;
	margin-top:25px;
	align-items:center;
	justify-content: center;
	flex-wrap:wrap;
}

.rating-widget_authors ul{
	position:relative;
	display:flex;
	margin-left:20px;
}

.rating-widget_authors ul li{
	position:relative;
	width:54px;
	height:54px;
	margin-left:-20px;
	border-radius:50px;
	display:inline-block;
	border:3px solid var(--white-color);
}

.rating-widget_reviews{
	position:relative;
	font-weight:600;
	font-size:16px;
	color:var(--white-color);
}

.rating-widget .company-logo{
	position:relative;
	text-align:center;
	margin-top:40px;
}

.rating-widget_phone{
	position:relative;
	text-align:center;
	margin-top:30px;
	font-size:18px;
	line-height:40px;
	font-weight:500;
	color:var(--white-color);
}

.rating-widget_phone a{
	position:relative;
	display:block;
	font-weight:600;
	font-size:32px;
	color:var(--white-color);
}

.rating-widget_title-button{
	position:relative;
	text-align:center;
	margin-top:35px;
}

.rating-widget_title-button .theme-btn{
	position:relative;
	text-transform:uppercase;
}

/***

====================================================================
	Service Detail
====================================================================

***/

.service-detail{
	position:relative;
}

.service-detail_inner{
	position:relative;
}

.service-detail_image{
	position:relative;
	margin-bottom:25px;
}

.service-detail_image img{
	position:relative;
	width:100%;
	display: block;
}

.service-detail_title{
	position:relative;
	margin-bottom: 15px;
	color: var(--color-two);
	text-transform: uppercase;
}

.service-detail_subtitle{
	position:relative;
	margin-bottom: 25px;
	color: var(--color-two);
	text-transform: uppercase;
}

.service-detail_list{
	position:relative;
	margin-bottom: 30px;
}

.service-detail_list li{
	position:relative;
	font-size: 16px;
	min-height: 40px;
	line-height: 28px;
	margin-bottom: 15px;
	display: flex;
	gap: 20px;
	align-items: center;
	color: var(--color-three);
}

.service-detail_list li .number{
	position:relative;
	flex-shrink: 0; 
	width: 40px;
	height: 40px;
	font-size: 22px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	color: var(--white-color);
	background-color: var(--main-color);
	font-family: "Barlow Condensed", sans-serif;
}

.service-detail_list li:last-child{
	margin-bottom: 0px;
}

.service-detail blockquote{
	position:relative;
	padding:30px 40px;
	margin-top: 25px;
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 30px;
	overflow: hidden;
	font-family: "Barlow Condensed", sans-serif;
	border:1px solid rgba(var(--color-two-rgb), 0.15);
}

.service-detail blockquote .icon{
	position:absolute;
	right:-10px;
	bottom:-10px;
	opacity:0.20;
	font-size: 120px;
	line-height:1em;
	color: var(--color-two);
	font-family: "flaticon_interior";
}

.service-detail blockquote .quote-author{
	position:relative;
	font-size: 24px;
	font-weight: 500;
	margin-top: 15px;
	margin-left: 350px;
	color: var(--main-color);
	text-transform: capitalize;
}

.service-detail blockquote .quote-author span{
	position:relative;
	font-size: 20px;
	color: var(--black-color);
}















/********** New Style ********/
.exp__services-two{
	
}
.exp__services-two .sec-title_heading{
	color:#fff;
}
.exp--awards .exp--item {
  cursor: pointer;
  transition: z-index .11s .17s;
}
.exp--awards .exp--item.active{
    z-index:3;
}

.exp--awards {
  /* End Case Awards */
  /* Case Testimonial */
}
.exp--awards.exp--awards1 .exp--item {
  padding: 88px 120px 70px 80px;
  border-top: 1px solid #1e1e1e;
}
@media screen and (max-width: 1400px) {
  .exp--awards.exp--awards1 .exp--item {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 991px) {
  .exp--awards.exp--awards1 .exp--item {
    padding: 35px 15px;
  }
}
.exp--awards.exp--awards1 .exp--item:last-of-type {
  border-bottom: 1px solid #1e1e1e;
}
.exp--awards.exp--awards1 .exp--item.active .exp-title {
  color: var(--main-color);
}
.exp--awards.exp--awards1 .exp-item-content {
  position: relative;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .exp--awards.exp--awards1 .exp-item-content {
    flex-wrap: wrap;
  }
}
.exp--awards.exp--awards1 .exp-item-content .exp--link {
  position: absolute;
  width: 100%;
  height: 100%;
  inset : 0;
}
.exp--awards.exp--awards1 .exp-item-content .exp-icon--wrap {
  display: flex;
  align-items: center;
  gap: 18px;
}
.exp--awards.exp--awards1 .exp-item-content .exp-icon--wrap .exp-content {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.16667;
  max-width: 120px;
}
@media screen and (max-width: 1400px) {
  .exp--awards.exp--awards1 .exp-item-content .exp-icon--wrap .exp-content {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .exp--awards.exp--awards1 .exp-item-content .exp-icon--wrap .exp-content {
    font-size: 20px;
  }
}
.exp--awards.exp--awards1 .exp-item-content .exp-year {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.13164;
}
@media screen and (max-width: 1400px) {
  .exp--awards.exp--awards1 .exp-item-content .exp-year {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .exp--awards.exp--awards1 .exp-item-content .exp-year {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .exp--awards.exp--awards1 .exp-item-content .exp-title-wrap {
    width: 100%;
  }
}
.exp--awards.exp--awards1 .exp-item-content .exp-title {
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.16667;
  z-index: 9;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1400px) {
  .exp--awards.exp--awards1 .exp-item-content .exp-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .exp--awards.exp--awards1 .exp-item-content .exp-title {
    font-size: 20px;
  }
}
.exp--awards.exp--awards1 .exp-item-content .exp-condition {
  position: relative;
  z-index: 9;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.13164;
  margin-top: 30px;
}
@media screen and (max-width: 1400px) {
  .exp--awards.exp--awards1 .exp-item-content .exp-condition {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .exp--awards.exp--awards1 .exp-item-content .exp-condition {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .exp--awards.exp--awards1 .exp-item-content .exp-condition {
    margin-top: 5px;
  }
}
.exp--awards.exp--awards1 .exp-item--button {
  position: relative;
  z-index: 99;
}


.exp--awards.exp--awards2 .exp-item-content {
  position: relative;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  padding: 30px 120px 30px 95px;
  min-height: 242px;
  border-top: 1px solid #1e1e1e;
}
@media screen and (max-width: 1400px) {
  .exp--awards.exp--awards2 .exp-item-content {
    padding: 30px;
    min-height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .exp--awards.exp--awards2 .exp-item-content {
    flex-wrap: wrap;
    padding: 30px 15px;
  }
}
@media screen and (max-width: 575px) {
  .exp--awards.exp--awards2 .exp-item-content {
    flex-direction: column;
    align-items: start;
  }
}
.exp--awards.exp--awards2 .exp-item-content > a {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.exp--awards.exp--awards2 .exp-position {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.13636;
  flex: 0.5;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 767px) {
  .exp--awards.exp--awards2 .exp-position {
    flex: 1;
  }
}
.exp--awards.exp--awards2 .exp-title {
  flex: 1;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 0.925;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-family: "Barlow Condensed", sans-serif;
}

.exp--awards.exp--awards2 .exp-title p.te-text{
    font-size: 16px;
    color:#fff;
    margin-top:10px;
    margin-bottom:0px;
}

@media screen and (max-width: 1400px) {
  .exp--awards.exp--awards2 .exp-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .exp--awards.exp--awards2 .exp-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .exp--awards.exp--awards2 .exp-title {
    flex: unset;
    font-size: 40px;
  }
}
.exp--awards.exp--awards2 .exp-title .exp-title--highlight {
  font-weight: 700;
}
.exp--awards.exp--awards2 .exp-item--social {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .exp--awards.exp--awards2 .exp-item--social {
    width: 100%;
  }
}
.exp--awards.exp--awards2 .exp-item--social a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #3d4c5e;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 9;
  text-align:center;
  line-height:48px;
}
.exp--awards.exp--awards2 .exp-item--social a:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--main-color);
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.exp--awards.exp--awards2 .exp-item--social a:hover {
  transform: scale(0.85);
  color:#fff;
}
.exp--awards.exp--awards2 .exp-imgs-hover {
  width: 320px;
  height: 415px;
  border: 10px solid rgba(255,255,255,1);
  border-radius: 30px;
}
@media screen and (max-width: 1400px) {
  .exp--awards.exp--awards2 .exp-imgs-hover {
    width: 265px;
    height: 360px;
  }
}
@media screen and (max-width: 1200px) {
  .exp--awards.exp--awards2 .exp-imgs-hover {
    width: 220px;
    height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .exp--awards.exp--awards2 .exp-imgs-hover {
    width: 200px;
    height: 265px;
  }
}
.exp--awards.exp--awards2 .exp-imgs-hover img {
  width: 320px !important;
  height: 415px !important;
  object-fit:cover;
}
@media screen and (max-width: 1400px) {
  .exp--awards.exp--awards2 .exp-imgs-hover img {
    width: 265px;
    height: 360px;
  }
}
@media screen and (max-width: 1200px) {
  .exp--awards.exp--awards2 .exp-imgs-hover img {
    width: 220px;
    height: 320px;
    border-width: 6px;
  }
}
@media screen and (max-width: 767px) {
  .exp--awards.exp--awards2 .exp-imgs-hover img {
    width: 200px;
    height: 265px;
    border-width: 4px;
  }
}

.exp-pabsolute-full {
  position: absolute;
  inset: 0;
}

.exp--awards .exp-imgs-hover {
  opacity: 0;
  transform: translate(calc(var(--exp-mouse-x) - 50%),calc(var(--exp-mouse-y) - 50%))rotate(-15deg);
  transition: opacity .3s;
  z-index: 1;
  pointer-events: none;
  border-radius: 30px;
  width: 320px;
  height: 200px;
  min-height: 200px;
  overflow: hidden;
}

.exp--awards .content-inner:hover .exp-imgs-hover{
    opacity:1;
}

.exp-overflow--hidden {
  overflow: hidden;
}

.exp--awards .exp-imgs-hover {
  pointer-events: none;
}

.exp--awards.exp--awards2 .exp-item-content .service-block_two-icon{
    position:relative;
    top:0px;
    background-color:#fff;
    color:#000;
}

.exp--awards.exp--awards2 .exp--item:hover 
.exp-title, .exp--awards.exp--awards2 .exp--item:hover .exp-position {
  color: var(--main-color);
}
.exp--awards.exp--awards2 .exp--item:hover .exp-item--social a{
  color: #fff;
}
.exp--awards.exp--awards2 .exp--item:hover .exp-item--social a:before {
  width: 100%;
  height: 100%;
}

.exp--awards.exp--awards2 .exp--item:hover .service-block_two-icon{
  color: #fff;
  background-color:var(--main-color);
}

.exp-overflow--hidden {
  overflow: hidden;
}
.exp--awards .exp-imgs-hover {
  pointer-events: none;
}
.exp--awards .exp-imgs-hover .img-item.deactive .img-inner {
  animation: expInnerOut .55s ease-in-out both;
}
.exp--awards .exp-imgs-hover .img-item.active .img-inner {
  animation: expInnerIn .55s ease-in-out both;
}
.exp--awards .exp-imgs-hover .img-inner {
  transform: translatex(-100%);
}
.exp--awards .exp-imgs-hover .img-item.deactive .img-hv-ac {
  animation: expImgOut .55s ease-in-out both;
}
.exp--awards .exp-imgs-hover .img-item.active .img-hv-ac {
  animation: expImgIn .55s ease-in-out both;
}
.exp--awards .exp-imgs-hover .img-hv-ac {
  transform: translatex(100%)scale(1.4);
}



@keyframes expInnerOut {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes expImgOut {
  0% {
    transform: translateX(0) scale(1);
  }
  100% {
    transform: translateX(100%) scale(1.15);
  }
}
@keyframes expInnerIn {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes expImgIn {
  /* End Frezzar Awards */
  0% {
    transform: translateX(-100%) scale(1.15);
  }
  100% {
    transform: translateX(0) scale(1);
  }
}











/**************** New Portfolio Style ************/
.exp_portoflio-section{
	position:relative;
}

.exp-post--scroll {
}

.exp-post--scroll.exp-scroll-service1 .tabs-content-stacked {
  position: relative;
}

.exp-post--scroll.exp-scroll-service1 .exp-post--inner {
  position: sticky;
  top: 35px;
  display: flex;
  border-radius: 43px;
  background-color: var(--main-color);
  padding: 85px;
  margin-bottom: 50px;
  overflow: hidden;
  gap:30px;
}

.exp-post--scroll.exp-scroll-service1 .exp-post--inner:nth-child(2){
	background-color: #EEE4D6;
}

.exp-post--scroll.exp-scroll-service1 .exp-post--inner:nth-child(3){
	background-color: #F6E3E7;
}

.exp-post--scroll.exp-scroll-service1 .exp-stacked--scroll:last-of-type {
  position: relative;
  z-index: 10;
  background-color: #DCF060;
}

@media screen and (max-width: 1400px) {
  .exp-post--scroll.exp-scroll-service1 .exp-post--inner {
    padding: 50px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .exp-post--scroll.exp-scroll-service1 .exp-post--inner {
    padding: 30px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 767px) {
  .exp-post--scroll.exp-scroll-service1 .exp-post--inner {
    flex-direction: column;
    gap: 20px;
  }
}
.exp-post--scroll.exp-scroll-service1 .exp-item--content {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .exp-post--scroll.exp-scroll-service1 .exp-item--content {
    width: 100%;
  }
}
.exp-post--scroll.exp-scroll-service1 .exp-post--featured {
  position: relative;
  width: 55%;
}
@media screen and (max-width: 767px) {
  .exp-post--scroll.exp-scroll-service1 .exp-post--featured {
    width: 100%;
  }
}
.exp-post--scroll.exp-scroll-service1 .exp-post--featured img {
  max-width: 620px;
  height: auto;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-height: 510px;
  border-radius: 30px;
  object-fit: cover;
}
@media screen and (max-width: 1400px) {
  .exp-post--scroll.exp-scroll-service1 .exp-post--featured img {
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 1200px) {
  .exp-post--scroll.exp-scroll-service1 .exp-post--featured img {
    max-width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .exp-post--scroll.exp-scroll-service1 .exp-post--featured img {
    position: relative;
    width: 100%;
    max-height: 250px;
    min-height: auto;
  }
}
.exp-post--scroll.exp-scroll-service1 .exp-post--button {
  background: #fff;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-block;
  text-align: center;
  line-height: 64px;
}
.exp-post--scroll.exp-scroll-service1 .exp-post--button i{
	transform: rotate(40deg);
	font-size:20px;
}
@media screen and (max-width: 1400px) {
  .exp-post--scroll.exp-scroll-service1 .exp-post--button {
    width: 54px;
    height: 54px;
  }
}
@media screen and (max-width: 1200px) {
  .exp-post--scroll.exp-scroll-service1 .exp-post--button {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .exp-post--scroll.exp-scroll-service1 .exp-post--button svg {
    width: 20px;
  }
}
.exp-post--scroll.exp-scroll-service1 .exp-post--button:hover {
  transform: scale(0.85);
}
.exp-post--scroll.exp-scroll-service1 .exp-post--title {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 301px;
}
@media screen and (max-width: 1400px) {
  .exp-post--scroll.exp-scroll-service1 .exp-post--title {
    margin-top: 150px;
    font-size: 36px;
  }
}
@media screen and (max-width: 1200px) {
  .exp-post--scroll.exp-scroll-service1 .exp-post--title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .exp-post--scroll.exp-scroll-service1 .exp-post--title {
    margin-top: 30px;
  }
}
.exp-post--scroll.exp-scroll-service1 .exp-post--title a {
  color: inherit;
}
.exp-post--scroll.exp-scroll-service1 .exp-post--excerpt {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.41667;
  margin-top: 28px;
}
@media screen and (max-width: 1400px) {
  .exp-post--scroll.exp-scroll-service1 .exp-post--excerpt {
    margin-top: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .exp-post--scroll.exp-scroll-service1 .exp-post--excerpt {
    font-size: 18px;
  }
}

@media screen and (max-width:1400px) {
  .exp-post--scroll.pxl-scroll-service1 .exp-post--excerpt {
    margin-top:20px;
    font-size:20px
  }
}
@media screen and (max-width:1200px) {
  .exp-post--scroll.pxl-scroll-service1 .exp-post--excerpt {
    font-size:18px
  }
}









/************ New Style Solutions What We Offer **********/

.exp__archcraft{
	position: relative;
}

.layout-service-list-1 {
  max-width: 1290px;
  margin: 0 auto;
  position: sticky;
  --header-sticky-height: 0;
  height: calc(100vh - var(--header-sticky-height));
  top: var(--header-sticky-height);
}

.layout-service-list-1 .pxl-post-heading,
.layout-service-list-1 .sec-title{
  text-align: center;
  margin-bottom: 72px;
  display: block;
  width: 100%;
  position: sticky;
  -webkit-transition: 1.2s ease-out;
  -khtml-transition: 1.2s ease-out;
  -moz-transition: 1.2s ease-out;
  -ms-transition: 1.2s ease-out;
  -o-transition: 1.2s ease-out;
  transition: 1.2s ease-out;
  top: 120px;
  z-index:-1;
}
.layout-service-list-1 .sec-title .sec-title_heading{
    color:var(--white-color);
}
@media (max-width: 991px) {
  .layout-service-list-1 {
    position: relative;
    height: unset;
  }
}
.layout-service-list-1 .card-counter-left, .layout-service-list-1 .card-counter-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  font-size: 18px;
  font-weight: 600;
}
.layout-service-list-1 .card-counter-left .current-card, .layout-service-list-1 .card-counter-right .current-card, .layout-service-list-1 .card-counter-left .total-card, .layout-service-list-1 .card-counter-right .total-card {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
.layout-service-list-1 .card-counter-left .current-card span, .layout-service-list-1 .card-counter-right .current-card span, .layout-service-list-1 .card-counter-left .total-card span, .layout-service-list-1 .card-counter-right .total-card span {
  height: 30px;
}
.layout-service-list-1 .card-counter-left {
  left: 0;
}
.layout-service-list-1 .card-counter-right {
  right: 0;
}
.layout-service-list-1 .current-card-wrapper {
  height: 30px;
  overflow: hidden;
  position: relative;
}
.layout-service-list-1 .current-card {
  display: flex;
  flex-direction: column;
  transition: transform 0.4s ease;
  will-change: transform;
}
.layout-service-list-1 .exp-card-counter {
  display: flex;
  width: 100%;
  position: sticky;
  -webkit-transition: 1.2s ease-out;
  -khtml-transition: 1.2s ease-out;
  -moz-transition: 1.2s ease-out;
  -ms-transition: 1.2s ease-out;
  -o-transition: 1.2s ease-out;
  transition: 1.2s ease-out;
  top: 590px;
}
@media (max-width: 991px) {
  .layout-service-list-1 .exp-card-counter {
    position: relative;
    top: unset;
  }
}
.layout-service-list-1 .exp-card-counter .exp-container-card {
  position: absolute;
  width: 1490px;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.layout-service-list-1 .exp-grid-item {
  display: block;
  width: 100%;
  position: sticky;
  -webkit-transition: 0.5s ease-out;
  -khtml-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  top: 345px;
}
@media (max-width: 991px) {
  .layout-service-list-1 .exp-grid-item {
    position: relative;
    top: unset;
  }
}
.layout-service-list-1 .exp-grid-item + .exp-grid-item,
.layout-service-list-1 .exp__post--inner + .exp__post--inner {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .layout-service-list-1 .exp-grid-item + .exp-grid-item {
    margin-top: 30px;
  }
}
.layout-service-list-1 .exp-grid-item.preactive {
  filter: blur(8px);
}
.layout-service-list-1 .exp-grid-item.active {
  filter: blur(0px);
}
.layout-service-list-1 .exp-grid-item.active .exp-post--inner .exp-section-bg .btn-readmore {
  background-color: var(--main-color);
}
.layout-service-list-1 .exp-grid-item.active .exp-post--inner .exp-section-bg .btn-readmore svg path {
  stroke: var(--black-color);
}
.layout-service-list-1 .exp-grid-inner {
  position: relative;
  width: 100%;
}
.layout-service-list-1 .exp-post-heading {
  text-align: center;
  margin-bottom: 72px;
  display: block;
  width: 100%;
  position: sticky;
  -webkit-transition: 1.2s ease-out;
  -khtml-transition: 1.2s ease-out;
  -moz-transition: 1.2s ease-out;
  -ms-transition: 1.2s ease-out;
  -o-transition: 1.2s ease-out;
  transition: 1.2s ease-out;
  top: 120px;
}
@media (max-width: 991px) {
  .layout-service-list-1 .exp-post-heading {
    position: relative;
    top: unset;
    z-index:1;
  }
}
.layout-service-list-1 .exp-post-heading .exp-sub-heading {
  font-size: 14px;
  color: #c5c5c5;
  margin-bottom: 17px;
  font-weight: 500;
  display: inline-flex;
  text-transform: uppercase;
  letter-spacing: 20%;
  align-items: center;
  gap: 8px;
}
.layout-service-list-1 .exp-post-heading .exp-sub-heading .exp-sub-icon {
  display: inline-flex;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: var(--main-color);
}
.layout-service-list-1 .exp-post-heading .exp-title-heading {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.1667em;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .layout-service-list-1 .exp-post-heading .exp-title-heading {
    font-size: 40px;
  }
}
.layout-service-list-1 .exp-post-heading .exp-desc-text {
  font-size: 18px;
  max-width: 650px;
  display: inline-block;
  color: #999;
}
.layout-service-list-1 .exp-post--inner {
  display: flex;
  gap: 30px;
  background-color: #252525;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 12px;
}
@media (max-width: 991px) {
  .layout-service-list-1 .exp-post--inner {
    flex-direction: column;
  }
}
.layout-service-list-1 .exp-post--inner .exp-holder-content {
  width: 50%;
}
@media (max-width: 991px) {
  .layout-service-list-1 .exp-post--inner .exp-holder-content {
    width: 100%;
  }
}
.layout-service-list-1 .exp-post--inner .exp-holder-content .exp-item-holder {
  padding: 40px 48px 46px 48px;
}
@media (max-width: 1200px) {
  .layout-service-list-1 .exp-post--inner .exp-holder-content .exp-item-holder {
    padding: 40px 0px;
  }
}
.layout-service-list-1 .exp-post--inner .exp-holder-content .exp-post--title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: capitalize;
}
.layout-service-list-1 .exp-post--inner .exp-holder-content .exp-post--title a {
  color: #fff;
}
.layout-service-list-1 .exp-post--inner .exp-holder-content .exp-post--title a:hover {
  color: var(--main-color);
}
.layout-service-list-1 .exp-post--inner .exp-holder-content .exp-item--content {
  color: #c5c5c5;
  font-size:16px;
}
.layout-service-list-1 .exp-post--inner .exp-holder-content .icon-category {
  display: flex;
  padding-top: 120px;
  gap: 18px;
  align-items: center;
}
@media (max-width: 1280px) {
  .layout-service-list-1 .exp-post--inner .exp-holder-content .icon-category {
    padding-top: 80px;
  }
}
@media (max-width: 575px) {
  .layout-service-list-1 .exp-post--inner .exp-holder-content .icon-category {
    padding-top: 50px;
    flex-direction: column;
    align-items: start;
  }
}
.layout-service-list-1 .exp-post--inner .exp-holder-content .icon-category .exp-item--icon {
  display: inline-flex;
  width: 110px;
  min-width: 110px;
  height: 110px;
  align-items: center;
  justify-content: center;
  background-color: var(--black-color);
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.layout-service-list-1 .exp-post--inner .exp-holder-content .icon-category .exp-item--icon img {
  filter: invert(67%) sepia(26%) saturate(6971%) hue-rotate(347deg) brightness(103%) contrast(101%);
}
.layout-service-list-1 .exp-post--inner .exp-holder-content .icon-category .exp-post--category {
  max-width: 330px;
}
@media (max-width: 575px) {
  .layout-service-list-1 .exp-post--inner .exp-holder-content .icon-category .exp-post--category {
    max-width: 100%;
  }
}
.layout-service-list-1 .exp-post--inner .exp-holder-content .icon-category .exp-post--category a {
  color: #999;
  font-size: 14px;
  font-weight: 500;
  background-color: #444;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 7px 10px 6px 10px;
  display: inline-flex;
  text-transform: capitalize;
  margin: 2px;
}
.layout-service-list-1 .exp-post--inner .exp-holder-content .icon-category .exp-post--category a:hover {
  background-color: #666;
  color: #fff;
}
.layout-service-list-1 .exp-post--inner .exp-section-bg {
  width: 53.3%;
  position: relative;
}
@media (max-width: 991px) {
  .layout-service-list-1 .exp-post--inner .exp-section-bg {
    width: 100%;
    height: 400px;
  }
}
.layout-service-list-1 .exp-post--inner .exp-section-bg .btn-readmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #fd8900;
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%) rotate(0);
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.layout-service-list-1 .exp-post--inner .exp-section-bg.style_two .btn-readmore{
    right: -40px;
    left:inherit;
}
.layout-service-list-1 .exp-post--inner .exp-section-bg .btn-readmore i{
	font-size: 30px;
	color: #000;
	transform: rotate(45deg);
}

@media (max-width: 1200px) {
  .layout-service-list-1 .exp-post--inner .exp-section-bg .btn-readmore {
    left: 50%;
    transform: translate(-50%, -50%) rotate(0);
  }
}
.layout-service-list-1 .exp-post--inner .exp-section-bg .btn-readmore svg path {
  stroke: var(--primary-color);
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.layout-service-list-1 .exp-post--inner .exp-section-bg .btn-readmore:hover {
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 1200px) {
  .layout-service-list-1 .exp-post--inner .exp-section-bg .btn-readmore:hover {
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
.layout-service-list-1 .exp-post--inner .exp-bg-mark {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  mask-image: url(../images/mark-img1.png);
  -webkit-mask-image: url(../images/mark-img1.png);
  -ms-mask-image: url(../images/mark-img1.png);
  -o-mask-image: url(../images/mark-img1.png);
  -webkit-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -ms-mask-position: center center;
  -o-mask-position: center center;
  mask-size: cover;
}
@media (max-width: 1400px) {
  .layout-service-list-1 .exp-post--inner .exp-bg-mark {
    mask-image: none;
    -webkit-mask-image: none;
    -ms-mask-image: none;
    -o-mask-image: none;
  }
}
.layout-service-list-1 .exp-post--inner .exp-bg-mark .link-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

































