/********** New Services 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 br{
    display:none !important;
}
.exp--awards.exp--awards2 .exp-text{
    position: relative;
    flex: 2;
    
}
.exp--awards.exp--awards2 .exp-text p{
    font-size: 16px;
    color:#fff;
}

@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;
    color:#000;
}
.exp--awards.exp--awards2 .exp-item-content .service-block_two-icon img{
    width:80px;
}
.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;
}

.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;
}

.project-one.exp-post--scroll .exp-post--inner,
.project-one.exp-post--scroll .exp-post--inner:nth-child(2),
.project-one.exp-post--scroll .exp-post--inner:nth-child(3),
.project-one.exp-post--scroll .exp-post--inner:nth-child(4){
    background:none !important;
    padding:0px 85px !important;
}

.exp-post--scroll.exp-scroll-service1 .exp-post--inner {
  position: sticky;
  top: 35px;
  display: flex;
  border-radius: 43px;
  background-color: #f6efa6;
  padding: 85px;
  margin-bottom: 50px;
  overflow: hidden;
  gap:30px;
}

.exp-post--scroll.exp-scroll-service1 .exp-post--inner:nth-child(2){
	background-color: #e3dfc8;
}

.exp-post--scroll.exp-scroll-service1 .exp-post--inner:nth-child(3){
	background-color: #dfd3c3;
}

.exp-post--scroll.exp-scroll-service1 .exp-stacked--scroll:last-of-type {
  position: relative;
  z-index: 10;
  background-color: #f0ece3;
}

@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;
  }
}

@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%);
  max-height: 450px;
  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: 231px;
}
@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.html);
  -webkit-mask-image: url(../images/mark-img1.html);
  -ms-mask-image: url(../images/mark-img1.html);
  -o-mask-image: url(../images/mark-img1.html);
  -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;
}
.layout-service-list-1 .exp-post--inner .exp-section-bg.style_two .exp-bg-mark {
    mask-image: url(../images/mark-img2.html);
  -webkit-mask-image: url(../images/mark-img2.html);
  -ms-mask-image: url(../images/mark-img2.html);
  -o-mask-image: url(../images/mark-img2.html);
}

@media (max-width: 1400px) {
  .layout-service-list-1 .exp-post--inner .exp-bg-mark,
  .layout-service-list-1 .exp-post--inner .exp-section-bg.style_two .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;
}


