/*


.owl-carousel-center .owl-stage .owl-item {
    -webkit-box-shadow: 0 3px 20px rgba(0, 52, 97, 0.5);
    box-shadow: 0 3px 20px rgba(0, 52, 97, 0.5);
    border-radius: 16px;
    background: #023663;
      background-color: rgb(2, 54, 99);
  }

.ADSSecti {
    background-color: #f3f6fb;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    padding-bottom: 50px;
    padding-top: 45px;
  }

  .ADSSecti .owl-carousel-center .owl-stage {
    margin-right: 0 !important;
  }

  .ADSSecti .ADSBox {
    padding-top: 70px;
  }

  .ADSSecti .ADSBox .font18P {
    margin: 18px 0;
    min-height: 250px;
  }

  .ADSSecti .boxADSSlide {
    height: 505px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 16px;
    border: 4px solid #fff;
  }

  .ADSSecti .boxADSSlide::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), color-stop(transparent), color-stop(#003462f5), to(#003462));
    background-image: linear-gradient(180deg, transparent, transparent, transparent, #003462f5, #003462);
    border-radius: 16px;
    z-index: -1;
  }

  .ADSSecti .boxADSSlide > img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
    border-radius: 16px;
  }

  .ADSSecti .boxADSSlide .ADBoxTxt {
    padding: 0 10px;
  }

  .ADSSecti .boxADSSlide .ADBoxTxt h1 {
    font-size: 1.375rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 40px;
  }

  .ADSSecti .boxADSSlide .ADBoxTxt .dateBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 39px;
  }

  .ADSSecti .boxADSSlide .ADBoxTxt .dateBox span {
    color: #fff;
  }

  .ADSSecti .boxADSSlide:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }

  .ADSSecti .boxADSSlide:hover .ADBoxTxt h1 {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }

  .ADSSecti .boxADSSlide:hover .ADBoxTxt img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  .ADSSecti .boxADSSlide:hover::after {
    -webkit-transition: 0.25s;
    transition: 0.25s;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0034622e), color-stop(#0034622e), color-stop(#0034622e), color-stop(#003462f5), to(#003462));
    background-image: linear-gradient(180deg, #0034622e, #0034622e, #0034622e, #003462f5, #003462);
  }

  .ADSSecti .owl-nav .owl-prev,
  .ADSSecti .owl-nav .owl-next {
    position: absolute;
    background-color: #fff !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .ADSSecti .owl-nav .owl-next {
    right: -55px;
  }

  .ADSSecti .owl-nav .owl-prev {
    left: -55px;
  }

  .ADSSecti .owl-dots {
    text-align: right;
    padding-right: 47%;
  }

  .ADSSecti .owl-dots span {
    background: #63BE6A !important;
    opacity: 0.5;
  }

  .ADSSecti .owl-dots .active span {
    opacity: 1;
  }

  .ADSSecti .actionBF {
    text-align: center;
    margin-top: 30px;
  }





 */
















 .tabsCustom {
    border: unset;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 38px;
    padding: 0;
    gap: 10px;
  }

  .tabsCustom .nav-item {
    margin-left: 10px;
  }

  .tabsCustom .nav-item:last-of-type {
    margin-left: 0px;
  }

  .tabsCustom .nav-item .nav-link {
    border: unset;
    font-size: 1.125rem;
    font-weight: bold;
    background: #e0e5e9;
    padding: 9px 40px 13px 40px;
    border-radius: 24px;
    color: #78838c;
  }

  .tabsCustom .nav-item .nav-link.active {
    background: #f58a20;
    color: #fff;
  }

































.sofa_categories {
    border-radius: 20px;
    position: relative;
    z-index: 10
}


@media(max-width: 991px) {
    .sofa_categories .services_wrapper>ul {
        flex-wrap:wrap
    }
}

.sofa_categories .services_wrapper>ul li {
    flex: auto;
    background-color: #f9f9f9;
    box-shadow: 0 .5rem 1rem rgba(151, 151, 90, 0.1) !important;
    border-width: 2px;
    border-color: #b4ce7b40;
    border-style: solid;
}

@media(max-width: 991px) {
    .sofa_categories .services_wrapper>ul li {
        flex:1 0 30%;
        margin-bottom: 20px;
        border-radius: 25px
    }
}

@media(max-width: 575px) {
    .sofa_categories .services_wrapper>ul li {
        flex:1 0 100%
    }
}


.services_wrapper>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap
}

.services_wrapper>ul li {
    flex: 1 0 30%;
    background-color: #fff;
    text-align: center;
    padding: 30px;
    min-height: 170px;
    margin: 0 11px;
    transition: all .3s ease-in-out!important;
    -webkit-transition: all .3s ease-in-out!important;
    -moz-transition: all .3s ease-in-out!important;
    -ms-transition: all .3s ease-in-out!important;
    -o-transition: all .3s ease-in-out!important
}

@media(max-width: 575px) {
    .services_wrapper>ul li {
        flex:1 0 100%;
        padding: 10px;
        min-height: auto
    }
}

.services_wrapper>ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 10px;
}

.services_wrapper>ul li a img {
    width: 70px;
    height: 70px;
    margin-bottom: 10px
}

@media(max-width: 575px) {
    .services_wrapper>ul li a img {
        width:60px;
        height: 60px
    }
}

.services_wrapper>ul li a span {
    color: #003462;
    white-space: nowrap
}

.services_wrapper>ul li:hover {
    background-color: #ece8d2;
        transition: all .3s;
    color: #fff
}

.services_wrapper>ul li:hover img {
    filter: invert(1) brightness(4)
}

.services_wrapper>ul li:hover span {
    color: #fff
}

@media(max-width: 991px) {
    .eservices-tabs {
        order:2;
        margin-bottom: 10px;
        width: 100%
    }
}


























































.patternIcon, .menuBg .navbarCustom .colMenu h4, .servicesBg .sevBob:hover h3 {
  position: relative;
}

.patternIcon::after, .menuBg .navbarCustom .colMenu h4::after, .servicesBg .sevBob:hover h3::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 100%;
  min-height: 25px;
  background-color: #ecf3ed;
  right: -30px;
  margin-top: 10px;
font-size: 16px;
  margin-right: 20px;
  border-radius: 20px;
}


/* ---------------------------------------------------------------------- */

.patternCr {
  position: relative;
  z-index: 2;
}

.patternCr::after, .patternCr::before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 300px;
  height: 300px;
  margin-top: 30px;
  background-image: url(//assets/img/farm.svg);
  background-repeat: no-repeat;
}

.patternCr::before {
  left: -33px;
  bottom: -40px;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.patternCr::after {
  top: 0;
  right: -33px;
}


/* ---------------------------------------------------------------------- */


.servicesBg {
  background: #f3f6fb;
  padding-bottom: 0px;
  /* background: url(../img/pattern.svg); */
  background-repeat: no-repeat;
  background-size: cover;
  /* background: linear-gradient(3deg, #ffffff 44%, #98cf724d 87%); */

}




.servicesBg .patternCr {
  min-height: 560px;
}

.servicesBg .font35pxBold {
  font-size: 2.3125rem;
  text-align: center;
  margin-top: 65px;
  margin-bottom: 50px;
}

.servicesBg .font18P {
  text-align: center;
  margin-bottom: 45px;
}

.servicesBg .sevBob {
  text-align: center;
  padding: 37px 33px;
  background: #fff;
  border-radius: 16px;
  height: 265px;
  -webkit-box-shadow: 4px 15px 30px -22px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 15px 30px -22px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.25s;
  transition: 0.25s;

  border-color: #f9e8e8;
  border-width: 2px;
  border-style: solid;
  margin-bottom: 20px;
}

.servicesBg .sevBob .hiddenBox {
  display: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.servicesBg .sevBob:hover {
  height: 280px;
  padding: 17px 33px;
  background: #6ea36ebb;
  animation: show-overflow 2s forwards;}

.servicesBg .sevBob:hover > img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);

}

.servicesBg .sevBob:hover h3 {
  font-size: 1.25rem;
  color: #fff;
  margin-top: 2px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.servicesBg .sevBob:hover h3::after {
  right: -30px;
  min-height: 40px;
  top: -7px;

}

.servicesBg .sevBob:hover .hiddenBox {
  display: block;
}

.servicesBg .sevBob > img {
  max-height: 92px;
  height: 90px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
     margin-bottom: 20px;

}



/* لون العنوان */
.servicesBg .sevBob h3 {
  font-size: 1.25rem;
  color: #4a843d;
  /* margin-top: 30px; */
  font-weight: bold;
}

.servicesBg .sevBob .sevUl {
  text-align: right;
  padding-right: 30px;
  height: 140px;
  margin: 0;
  margin-top: 23px;
}

.servicesBg .sevBob .sevUl li {
  position: relative;
  list-style: none;
}

.servicesBg .sevBob .sevUl li::after {
  position: absolute;
  content: "";
  right: -22px;
  top: 10px;
  background-image: url(../img/left-arrow.svg);
  width: 8px;
  height: 13px;
  background-size: 100%;
}

.servicesBg .sevBob .sevUl li span {
  font-size: 1rem;
  color: #fff;
}

.servicesBg .sevBob .servMore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1400px) and (max-width: 1790px) {
  .mediaCenter .patternCr::before {
    left: 0 !important;
  }
}

/* -------------------------------------------- */

.servicesBg .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    margin-top: 15px;
    background-color: #e8deb894;

    border-radius: 4px;
    padding: 5px 16px;
    border-color: #f0eabb69 !important;
  }

  .servicesBg::before{
    content: '';
    margin-top: -40px;
    right:-100px;
  position: absolute;
  width: 500px;
  height: 500px;
  background-image: url(../img/cyc2.png);
  background-repeat: no-repeat;
z-index: 1;

}
.servicesBg::after{
    content: '';
    margin-top: 30px;
    left:-200px;
  position: absolute;
  width: 500px;
  height: 500px;
  background-image: url(../img/cyc2.png);
  background-repeat: no-repeat;
  z-index: -1;

}
