/* ***********************************************************************************************************|
                                                   service                            |
**************************************************************************************************************/



.wrapper-services{
    background-image: url(../images/bg/service_bg_1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #F6F7F9;
    overflow: hidden;
    padding: 80px 0 90px;
}
.section-title.center{
    width: 50%;
    margin: auto;
    flex: 0 0 auto;
}
.wrap-services{
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: -30px;
    margin-top: -30px;
}
.item-services{
    width: 33.33333%;
    padding: 15px;
    position: relative;
}
.wrap-item-services{
    position: relative;
}
.services-img-box {
    position: relative;
    overflow: hidden;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: -50px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.services-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services-img-box:hover .services-img-box img{
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.services-text-box{
    background-image: url(../images/bg/service-shape_1_1.png);
    position: relative;
    background-color: var(--title-color);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.06);
    border-radius: 0px;
    padding: 30px 25px 20px 25px;
    margin: 0 20px;
    z-index: 2;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-top: 2px solid var(--white-color);
}
.services-text-box::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--white-color);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.services-title-box{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 22px;
    margin-bottom: 10px;
}
.services-title-icon{
    width: 70px;
    height: 70px;
    line-height: 60px;
    border-radius: 10px;
    background-color: var(--primary-color);
    padding: 14px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.services-title {
    position: relative;
    margin-bottom: 30px;
    display: block;
    /* margin-top: -10px; */
}
.services-title {
    font-size: 20px;
    line-height: 27px;
    text-transform: capitalize;
    font-weight: 700;
    width: calc( 100% - 80px);
}
.wrap-services .line-animation {
    position: absolute;
    left: 0;
    bottom: -30px;
}
.services-title .line-animation img{
   -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; 
}
.wrap-item-services:hover .services-title .line-animation img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.services-text {
    max-width: 270px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: var(--body-color);
    border-bottom: 1px solid rgba(18, 18, 18, 0.1);
    padding-bottom: 16px;
    margin-bottom: 16px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.third-btn{
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    line-height: 0.8;
    /* font-family: var(--title-font); */
    position: relative;
    padding-bottom: 0px;
    margin-bottom: -6px;
    text-transform: uppercase;
    color: var(--title-color);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.third-btn i{
    color: var(--primary-color);
}
.third-btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 20px;
    height: 1px;
    background-color: var(--title-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.wrap-item-services:hover .third-btn{
    color: var(--primary-color);
}
.wrap-item-services:hover .third-btn::before{
    background-color: var(--primary-color);
}
.third-btn:hover::before{
    background-color: var(--primary-color);
    width: 75%;
}

.wrap-item-services:hover .services-text-box{
    border-top: 2px solid var(--primary-color);
}

.wrap-item-services:hover .services-text-box:before {
    height: 0;
}

.wrap-item-services:hover .services-title, .wrap-item-services:hover .services-text {
    color: var(--white-color);
}

.wrapper-services .owl-nav {
  position: absolute;
  display: block !important;
  top: 50%;
  width: 100%;
}
.wrapper-services .nav-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  transition: all .2s ease-in-out;
  background-color: var(--primary-color);
  /* opacity: 0.7; */
}
.wrapper-services .nav-btn:hover{
  background-color: var(--primary-color);
}
.wrapper-services .prev-slide{
  width: 50px;
  height: 50px;
  top: 0;
  left: -55px;
}
.wrapper-services .next-slide{
  right: -55px;
  width: 50px;
  top: 0;
  height: 50px;
}
.wrapper-services .nav-btn i{
  align-items: center;
  margin: 25%;
  font-size: 1.5em;
  color: #fff;
  font-size: 22px;
}

.services-popup {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.popup-closer {
    position: absolute;
    right: 25px;
    padding: 5px;
    cursor: pointer;
    font-size: 20px;
    color: red;
    z-index: 10;
}
.wrap-services-popup .title-box {
    margin: 0;
}

span.popup-title {
    position: relative;
    padding-left: 38px;
    font-weight: 600;
    color: var(--title-color);
}
.popup-title::before{
    width: 30px;
    top: auto;
    bottom: 10px;
    position: absolute;
    content: '';
    background-color: var(--primary-color);
    left: 0px;
    height: 2px;
}
.popup-title::after{
    width: 20px;
    margin-top: 3px;
    top: 5px;
    position: absolute;
    content: '';
    background-color: var(--primary-color);
    left: 10px;
    height: 2px;
}
.services-popup-title {
    color: var(--primary-color);
    margin-top: 15px;
}

.wrap-services-popup .title-text {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.wrap-services-popup {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
}

.popup-header {
  /* background: var(--primary-color); */
  border-bottom: 1px solid #eee;
  color: var(--primary-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin-bottom: 20px;
}

.services-popup-list {
  position: relative;
  /* padding: 0 20px 20px; */
}

.services-popup-list-item {
  font-weight: 500;
  color: var(--black-color);
  display: flex;
  align-items: center;
}

.services-popup-list-item i {
  margin-right: 8px;
  color: var(--primary-color);
}
.popup-header span {
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 5px;
}
.wrapper-services .services-btn-box {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}


/* ***********************************************************************************************************|
                                                   Call to Action                            |
**************************************************************************************************************/

.wrapper-call-to-action{
    position: relative;
    background-image: url(../images/call-to-action/bg-call-to-action.png);
    background-color: var(--primary-color);
    margin-top: -38px;
    margin: 0 auto;
    max-width: 1605px;
    /* margin-right: 315px; */
    background-size: auto;
    background-position: right center;
    padding: 60px 0 40px 0;
    overflow: hidden;
    z-index: 9;
}
.call-to-action-img-box{
    top: 0px;
    left: 0px;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    position: absolute;
    /* z-index: 0; */
}
.wrap-call-to-action{
    justify-content: flex-end !important;
}
.item-call-to-action.left{
    flex: 0 0 auto;
}
.item-call-to-action.left .wrap-call-to-action{
    position: relative;
    z-index: 2;
    margin-top: -6px;
}
.call-to-action-title{
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    color: var(--white-color);
}
.white-color {
    color: #fff;
}
.item-call-to-action.right{
    text-align: right;
    flex: 0 0 auto;
    position: relative;
    width: 16.6666666667%;
    padding: 0;
}
      

/* ***********************************************************************************************************|
                                                   Blog                           |
**************************************************************************************************************/

  .wrapper-blog{
    background-color: #F3F1F2;
    padding: 90px 0 80px;
    overflow: hidden;
}
.item-blog{
    /* width: 33.33333%; */
    flex: 0 0 auto;
    padding: 0 12px;
}
.wrap-item-blog {
    background-color: var(--white-color);
    box-shadow: 0px 10px 15px rgba(162, 162, 162, 0.1);
}
.blog-img{
    overflow: hidden;
}
.wrap-item-blog:hover .blog-img img{
    transform: scale(1.08);
}
.blog-img img{
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.blog-content{
    padding: 30px 20px;
}
.blog-content .blog-meta {
    margin-bottom: 12px;
    margin-top: -0.5em;
    display: block;
}
.blog-content .blog-meta span {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    font-family: var(--body-font);
    color: #363739;
    position: relative;
    height: 16px;
    line-height: 16px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #CDCDCD;
}
.blog-content .blog-meta span:last-child{
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}
.blog-content .blog-meta span i {
    margin-right: 6px;
    color: var(--primary-color);
}
.blog-content .blog-title{
    font-size: 20px;
    margin-bottom: 0;
}

.wrapper-blog .owl-nav {
  position: absolute;
  display: block !important;
  top: 50%;
  width: 100%;
}
.wrapper-blog .nav-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  transition: all .2s ease-in-out;
  background-color: var(--primary-color);
  /* opacity: 0.7; */
}
.wrapper-blog .nav-btn:hover{
  background-color: var(--primary-color);
}
.wrapper-blog .prev-slide{
  width: 50px;
  height: 50px;
  top: 0;
  left: -55px;
}
.wrapper-blog .next-slide{
  right: -55px;
  width: 50px;
  top: 0;
  height: 50px;
}
.wrapper-blog .nav-btn i{
  align-items: center;
  margin: 25%;
  font-size: 1.5em;
  color: #fff;
  font-size: 22px;
}





.wrapper-pagination {
  padding: 15px 0;
}

.pagination {
  display: flex;
  justify-content: space-between;
}

.wrapper-pagination-left {
  font-size: 16px;
  color: #737373;
}

.wrapper-pagination-left span {font-weight: 600;color: var(--second-color);}

.wrapper-pagination-right {
  display: flex;
  align-items: center;
}

.wrap-pagination {
  padding: 5px 10px;
  border: 1px solid var(--second-color);
  margin: 0 5px;
  font-size: 13px;
  border-radius: 3px;
  color: var(--second-color);
  min-height: 30px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.wrap-pagination.actif, .wrap-pagination:hover {
  background-color: var(--second-color);
  color: #fff;
}

.void-pagination {
  padding-bottom: 8px;
}
.wrapper-service.interne {
    padding-bottom: 52px;
}

.wrapper-service.interne-call-action {
    padding-bottom: 132px;
}

section.wrapper-testimony.call-action {
    padding-top: 115px;
    margin-top: -60px;
}