
h2.news-title {
    color: #d62e2e;
    font-size: 25px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e0e0e0;
    position: relative;
}
h2.news-title:after {
    content: '';
    position: absolute;
    width: 150px;
    bottom: -4px;
    right: 0;
    background: #293e9c;
    height: 6px;
    border-radius: 4px;
}


.all-info {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 50px;
    align-items: center;
}
.container {
    max-width: 1400px;
    margin: 0px auto;
    padding: 0px 10px;
}

.panner {
    flex: 1 1 0%;
    height: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
}
.panner .info-cover {
    color: rgb(255, 255, 255);
    margin-bottom: 40px;
    max-width: 700px;
}
.panner h1 {
    font-size: 45px;
    color: rgb(255, 255, 255);
    position: relative;
    font-weight: 700;
    margin-bottom: 51px;
}
.panner h1 span {
    position: relative;
    z-index: 9;
    margin-right: 10px;
}
.panner h1 span::before {
    content: "";
    position: absolute;
    background: #0E4ECB;
    top: -4px;
    left: -10px;
    height: calc(100% + 9px);
    width: calc(100% + 20px);
    z-index: -1;
    transform: rotate(-5deg);
    border-radius: 5px;
    transition: all 0.3s ease 0s;
}

.info-cover p {
    font-size: 22px;
    line-height: 32px;
    color: rgb(187, 201, 219);
}
.btn-cover {
    display: flex;
    flex-wrap: wrap;
}
.panner .btn-cover a.content-btn {
    color: white;
    text-align: center;
    display: flex;
    border-radius: 50px;
    background: #fe4c1c;
    align-items: center;
}

.panner .btn-cover a {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 25px 10px 40px;
}

a.content-btn.hoverable i {
    left: -15px;
    padding: 10px;
}

.btn-cover i {
    vertical-align: middle;
    padding: 0px 8px;
    position: relative;
    border-radius: 50%;
    display: flex;
    color: #fe4c1c;
    background: white;
    z-index: 9;
    align-items: center;
}
.panner a.phone i {
    color: white;
    width: 52px;
    display: flex;
    margin-left: 12px;
    background: #0e4ecb;
    font-size: 23px;
    height: 52px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}


.panner a.phone {
    display: flex;
    padding: 0px !important;
    align-items: center;
    margin-right: 20px;
}

.panner .btn-cover a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}
.box-img {
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-image {
    position: relative;
}


.card-image img {
    width: 100%
}

.blog-topics h2 {
    margin-bottom: 80px
}

.card-content {
   /* padding: 15px 15px */

}


.card-date {
    font-size: 12px;
    font-weight: 900;
    color: #4f3374;
    z-index: 6;
    position: relative;
}

.card-title {
    /*color: #000;
    font-weight: 900;
    font-size: 18px;
    padding: 5px 0;
    text-decoration: none*/
    font-size: 20px;
    font-weight: 900;
    width: 90%;
    height: 63px;
    overflow: hidden;
    border-radius: 10px;
    text-align: right;
    color: #0b306e;
    z-index: 5;
    position: relative;
    transition: all .3s ease;
}

.card-excerpt {
    /*font-size: 15px;*/
    color: #949494;
    line-height: 32px;
    margin-top: 2px;
    width: 90%;
    height: 92px;
    font-size: 14px;
    z-index: 5;
    position: relative;
    overflow: hidden;
    text-align: right;
}

.sub-title {
    font-weight: 900;
    font-size: 20px
}
p.card-more {
    margin: 15px;
    text-align: left;
}

.card-more a {
    background: #236eb4;
    color: #fff;
    padding: 5px 14px;
    font-size: 16px;
    font-weight: 900;
    display: inline-block;
    border-radius: 8px;
    text-decoration: none;
}
.card-more a:hover{

background-color: #e4f2fd;
color:#000;

}


.link {
    position: absolute;
    bottom: 90px;
    right: -108px;
    width: 140px;
    height: 50px;
    background:#773991;
    font-size: 22px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    transition: .3s all;
    clip-path: polygon(25% 0%,100% 0%,100% 100%,25% 100%,0% 50%);
}
.link a{

    color: #fff;
  
}
.inner-box:hover .link {
    right: 0;
    background: #773991;
}
.inner-box:hover img {
    transform: scale(1.2);
    transition: all 1s ;
}

.inner-box {
    margin: 15px;
    position: relative;
    transition: all .3s ease;
    box-shadow: 0 0 13px #d4d4d4;
    padding: 8px;
    margin-bottom: 40px;
    padding-bottom: 0;
}
.inner-box:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 5;
}
.inner-box:after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 98%;
    height: 80px;
    transform: skewY(-2deg);
    transition: all .5s ease;
    border: 3px solid #343434;
    z-index: 0;
}
.inner-box:hover:after {
    transform: skewY(2deg);
    border-color: #f75b36;
}
.image {
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 8px;
    z-index: 8;
    overflow: hidden;
}
.image img {
    max-width: 100%;
    height: auto;
    width: 100%;
    height: 250px;
    display: block;
}
.image a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.up-hover {
    width: 100%;
    height: 100%;
    padding: 13px 0;
    /*text-align: center;*/
    transition: all .5s ease;
    position: relative;
}
.caption a {
    position: absolute;
    left: 0;
    top: 0px;
    background: #404040;
    color: #fff;
    font-weight: bold;
    z-index: 999;
    padding: 10px;
    border-radius: 0 10px 10px 00;
    font-size: 11px;
}

.box-img1 {
    display: flex;
    position: relative;
    width: 100%;
    z-index: 9;
}

.box-img1:before {
    content: '';
    z-index: 9;
    top: 0px;
    left: 0px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    width: 90px;
    height: 77px;
    margin-left: 10px;
}

.img-faq1 {
    z-index: 9;
}
.left-tag {
    position: absolute;
    content: "";
    /*background: #0e4ecb;*/
    right: 0;
    left: 0;
    width: 80%;
    margin: auto;
    bottom: 0;
    height: 535px;
    z-index: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 18%);
}
/* .box-img1:after {
    background-image: url();
} */

.box-img1:after {
    content: '';
    z-index: 9;
    bottom: 0px;
    left: 0px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    width: 90px;
    height: 77px;
    margin-left: 10px;
}

@media only screen and (max-width: 480px){
.page-concept {
    border-radius: 0px 0px 15%;
}
}
@media only screen and (max-width: 570px){
.page-concept {
    position: relative;
    width: 100%;
    padding: 40px 0px;
    display: flex;
    background: #083262;
    margin-bottom: -80px;
}
}

@media only screen and (max-width: 405px){
.all-info {
    margin-top: 40px;
}
}
@media only screen and (max-width: 720px){
.all-info {
    flex-direction: column;
}
}


@media only screen and (max-width: 570px){
.panner {
    margin-top: 40px;
}
}
@media only screen and (max-width: 720px){
.panner {
    max-width: 500px;
    order: 2;
}
}
@media only screen and (max-width: 993px){
.panner {
    width: 100%;
    display: flex;
    align-items: center;
}

}
@media only screen and (max-width: 993px){
.panner {
    margin: 60px auto;
}
}

@media only screen and (max-width: 993px){
.panner .info-cover {
    width: 98%;
}
}
@media only screen and (max-width: 1146px){
.panner .info-cover {
}
}
@media only screen and (max-width: 993px){
.btn-cover {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}}
@media only screen and (max-width: 480px){
.box-img {
    height: 280px;
    margin-top: 30px;
}
.box-img1:before {
    display: none;
}
.box-img1:after {
    display: none;
}

}
@media only screen and (max-width: 720px){
.box-img {
    width: 100%;
    margin-right: 0px;
    order: 1;}

    .panner h1 span::before {
      opacity: 0;
    }

}
    
    @media only screen and (max-width: 993px){
    .box-img {
    }}
    @media only screen and (max-width: 993px){
    .box-img {
        position: relative;
        z-index: 2;
    }}
    
    @media only screen and (max-width: 993px){
    .box-img {
    }}
    @media only screen and (max-width: 720px){
.box-img1 {
    width: 100%;
    margin: auto;
    display: flex;
    height: 100%;
    justify-content: center;
}}
@media only screen and (max-width: 720px){
.img-faq1 {
    z-index: 9;
    display: flex;
    overflow: hidden;
    justify-content: center;
    width: 100%;
    position: relative;
    border-radius: 30px;
    border: 4px solid #fff;
    box-shadow: inset 0px 0px 10px #0000000a, 0px 0px 11px 1px #211e5a21;
}}
@media only screen and (max-width: 720px){
.left-tag {
    display: none;
}}

@media only screen and (max-width: 1070px){
.left-tag {
    height: 373px;
}}
@media only screen and (max-width: 720px){
.img-faq1 img {
    position: relative;
    bottom: -7px;
    width: 100%;
    object-fit: contain;
}}
@media only screen and (max-width: 993px){
.btn-cover {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}}
@media only screen and (max-width: 480px){
.panner h1 span {
    margin-right: 0px;
}}
div.servicess {
    position: relative;
    padding: 70px 0px;
    margin: auto;
}

.servicess .box-services {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px -15px;
}
.box-services .titles_concept {
    margin-bottom: 0;
    max-width: 275px;
    margin-top: 24px;
    margin-right: 15px;
}
.titles_concept {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    margin: auto;

}
.titles_concept_1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.titles_concept_1 i {
    position: relative;
    color: var(--uicolor1);
    font-size: 53px;
    font-weight: 300;
    justify-content: center;
    margin-bottom: 7px;
}
.top-section1 {
    display: flex;
    align-items: center;
    margin: 5px 0px;
    justify-content: center;
}
.box-services .titles_concept_1 p {
    max-width: 288px;
    margin-top: 0px;
}
.info-services1 {
    min-width: 250px;
    flex: 1 1 0%;
    max-width: 400px;
    position: relative;
    background-repeat: no-repeat;
    margin: 15px;
    border-style: dashed;
    border-width: 2px 2px 2px 2px;
    border-color: #DDE2E5;
    border-radius: 20px;
    padding: 30px 25px 25px 25px;
    transition: all ease .2s;
    background: #fff;
}
a.info-services1:hover {
    border-color: #546b99;
    /* background-image: linear-gradient(20deg, #015eea 23%, #02a3f4 98%); */
    box-shadow: 0px 0px 30px #7873733d;
    transform: translate(0px, -10px);
}
.info_top {
    position: relative;
}
.info-icon1 {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    align-items: center;
    justify-content: center;
}

.info-icon {
    background: #f0f6ff;
    margin-left: 11px;
    transition: .4s;
    /*height: 55px;*/
    display: inline-block;
    padding: 5px;
    min-width: 55px;
    text-align: center;
    /*transform: rotate(45deg);*/
    margin-bottom: 20px;
    border-radius: 20px;
}
.info-icon i {
    color: #173c69;
    z-index: 9;
    font-size: 25px;
    display: flex;
    top: 10px;
    position: relative;
    right: 0;
    align-items: center;
    justify-content: center;
    transform: rotate(-45deg);
    font-size: 27px;
}

.fa-solid, .fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.fa-hand-sparkles:before {
    content: "\e05d";
}
.info_top span {
    color: #B1E0F9;
    font-size: 21px;
}

.info-services1 h3 {
    font-size: 20px;
    color: #1c1b1b;
    margin: 13px 0px 10px;
    font-weight: 500;
    transition: all 80ms ease 0s;
}
.info-services1 p {
    color: #363636;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 15px;
    overflow: hidden;
    max-height: 72px;
}
.btn-blog2 {
    margin: 40px auto auto;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    background: var(--uicolor1);
    display: table;
    padding: 18px 46px;
    border-radius: var(--miniradius);
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 20px;
}
@media only screen and (max-width: 570px){
.top-section1 {
    flex-direction: column;
    margin: 20px 0px 0;
}}
@media only screen and (max-width: 570px){
.top-section1 h2 {
    font-size: 21px;
    top: 0px;
}}

@media only screen and (max-width: 405px){
.info-services1 h3 {
    font-size: 17px;
}}

.city-section {
    overflow: hidden;
    position: relative;
    padding: 70px 0px;
    border-radius: 30% 0px 0%;
    background: #f0f6ff;
}
.titles_concept {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    margin: auto;
    margin-bottom: 35px;
}

.titles_concept span {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 700;
    color: #1a133e;
}
.titles_concept_1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.top-section1 {
    display: flex;
    align-items: center;
    margin: 5px 0px;
    justify-content: center;
}

.top-section1 h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 24px;
    position: relative;
    font-weight: normal;
    width: max-content;
    line-height: 46px;
}

.titles_concept_1 p {
    margin-top: 5px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    color: #838383;
}
.city-section .d-flex {
    flex-wrap: wrap;
    margin: 0px -15px;
    display: flex;
    justify-content: center;
}

.btn-blog2 {
    margin: 40px auto auto;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    background:#0e4ecb;
    display: table;
    padding: 18px 46px;
    border-radius: 10px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 20px;
}
a.btn-blog2::before {
    content: "";
    width: 100%;
    height: 0%;
    transition: all 0.2s ease 0s;
    position: absolute;
    left: 0px;
    background: #083262;
    top: 0px;
    z-index: 0;
}
a.btn-blog2 span {
    position: relative;
    z-index: 9;
}
a.btn-blog2::after {
    content: "";
    width: 100%;
    height: 0%;
    transition: all 0.2s ease 0s;
    position: absolute;
    right: 0px;
    background:#083262 ;
    bottom: 0px;
    z-index: 0;
}

a.btn-blog2:hover::before {
    height: 50%;
}
a.btn-blog2:hover::after {
    height: 50%;
}
@media only screen and (max-width: 570px){
section.city-section {
    margin: 0;
}
    .titles_concept span {
        font-size: 30px;
    }
    .top-section1 {
        flex-direction: column;
        margin: 20px 0px 0;
    }

.image_sec1 {
    margin: 0px;
}
.top-section1 h2 {
    font-size: 21px;
    top: 0px;
}
}

@media only screen and (max-width: 1200px){
.city-section {
    z-index: 0;
    position: relative;
    width: 100%;
    max-width: 100%;
}
}
@media only screen and (max-width: 1420px){
.city-section {
    border-radius: 0px;
}}



/*الخدمات */

section.cat5 {
    margin: 70px 0;
  }
  
  .titles_concept {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto auto 30px;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  .titles_concept_1{
    position: relative;
  }
  .titles_concept_1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 78%;
    height: 3px;
    border-radius: 5px;
    right: 0;
    margin: 0 auto;
    background: #363532;
  }
  
  .titles_concept h2 {
    font-size: 30px;
  }
  
  .titles_concept_1 h2 {
    width: fit-content;
    font-size: 35px;
    text-align: center;
    font-weight: 700;
    margin: auto auto 12px;
    line-height: 34px;
    z-index: 1;
    color: #5d70d6;
  }
  .q-a, .titles_concept_1 h2 {
    display: block;
    position: relative;
  }
  .titles_concept h3 {
    justify-content: center;
    font-size: 37px;
    font-weight: 700;
    -webkit-background-clip: text;
    line-height: 37px;
    margin: 0 0 15px;
    text-align: center;
    display: block;
    color: #171f26;
  }
  .titles_concept_1 p {
    position: relative;
    margin: 5px 5px 19px;
    transition: .5s;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
  }
  .catpartall {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
  }
  .catpart1 {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 0%;
    max-width: 400px;
    min-width: 230px;
    cursor: pointer;
    margin: 10px;
    transition: .2s;
    border: 5px solid #7635904a;
    padding: 20px;
    border-radius: 0 30px;
}
  .catpart1:hover {
    background: #7739912b;
    border: 5px solid #b8c5e7;
  }
  
  
  
  .box-img, .catpart1, .part3, .social-header li>a, a.web-city, span.counta {
    position: relative;
  }
  .catpart1.select a.CategoryGrid__Item5, .catpart1:hover a.CategoryGrid__Item5 {
    border: none;
  }
  .cat-image {
    border-radius: 5px;
    overflow: hidden;
    height: 153px;
    width: 100%;
  }
  
  .cat-image, .cat-intro {
    margin: auto;
    display: flex;
  }
  .cat-image img {
    height: 100%;
    width: 100%;
  }
  
  img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 100%;
  }
  .CategoryGrid5 {
    display: flex;
    flex-direction: column;
    z-index: 99;
    align-items: center;
    padding-top: 0;
    justify-content: center;
  }
  .CategoryGrid__Ite {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    -webkit-box-pack: center;
    color: #fff;
    justify-content: center;
    font-size: 31px;
    position: relative;
    transition: .2s;
    /* background: #f02828; */
    z-index: 9;
    margin-top: -34px;
  }
  .CategoryGrid5 strong {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin: 6px 0 2px;
    color: #000;
    z-index: 9;
  }
  
  span.content_cat5 {
    margin-bottom: 10px;
    font-size: 15px;
    max-height: 64px;
    overflow: hidden;
    z-index: 9;
  }
  .link_cat {
    font-size: 16px;
    z-index: 9;
    color: #fff;
    background: #773991;
    padding: 8px;
    border-radius: 7px;
    margin-top: 5px;
  }
  
  .CategoryGrid__Ite, .country_name i, .s-services-city ul li i {
    border-radius: 50%;
    text-align: center;
  }
  
  a.CategoryGrid__Item5 {
    cursor: pointer;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    --e-column-margin-right: 3%;
    --e-column-margin-left: 3%;
    display: block;
    width: 100%;
  }
  .citys, a.CategoryGrid__Item5 {
    border-radius: 20px;
    position: relative;
  }
  @media only screen and (max-width: 700px){
  .cat5 {
      margin-right: 0;
      font-size: 15px;
  }}
  @media only screen and (max-width: 1120px){
  .titles_concept_1 {
      display: flex;
      position: relative;
      align-items: center;
      justify-content: center;
      flex-direction: column;
  }
  }
  
  @media only screen and (max-width: 609px){
  .titles_concept h2 {
      font-size: 28px;
  }}
  @media only screen and (max-width: 700px){
  .titles_concept h3 {
      font-size: 30px;
  }
  }
  @media only screen and (max-width: 700px){
  .titles_concept_1 p {
      font-size: 14px;
  }
  }
  @media only screen and (max-width: 700px){
  .cat-image {
      width: 200px;
  }}





/*start slider*/
/* CAROUSEL */
.swiper {
    height: 420px;
    position: relative;
    
  }
  .swiper-wrapper {
    position: relative;
  }
  .swiper-slide {
    font-family: "8k9';;';''Tajawal", sans-serif;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .swiper-slide:before {
    background: linear-gradient(180deg,#80469af0,#7d4295a8);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
  }
  .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit:cover;
  }
  
  
  .swiper-slide .slider-info {
    z-index: 9999;
    position: absolute;
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    right: calc(50% - 430px);
    height: 100%;
    align-items: center;
    font-family: "Tajawal", sans-serif;
  }
  .swiper-slide .flex-center {
    
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .swiper-slide .text-center {
    text-align: center;
  }
  .swiper-slide .slider-info label.title-2{
    font-size: 40px;
    color: #fcce06;
    font-weight:600;
    transition:.55s ease;transition-delay:.6s;
  
  }
  .swiper-slide .slider-info .active label.title-2{
    transform:translateY(0);
    opacity:1;}
  
    
  
  .swiper-slide .slider-info h3.slider-title{
    font-size: 50px;
    color:#fff;
    padding: 0px 0px 25px;
    transform: translateY(0);
    transition:.55s ease;
    transition-delay:.5s;
    font-weight: 700;
    opacity:1;
  }
  
  .swiper-slide .slider-title:before{
    background-image: url(https://www.waghalsaada.com/wp-content/uploads/2023/05/border-shape.png);
    position:absolute;
    content:'';
    left:50%;
    bottom:0;
    height:2px;
    width:100%;
    transform:translateX(-50%);
    max-width:770px;
    margin:0 auto
  }
  .swiper-slide .slider-info .active h3.slider-title {
    transform: translateY(0);
    opacity: 1;
  }
  
  .swiper-slide .slider-info p.slider-content{
    color:#fff;
    margin:10px auto;
    max-height: 60px;
    font-size: 23px;
    transform:translateY(60px);
    transition:.55s ease;
    transition-delay:.5s;opacity:0;
    transform: translateY(0);
    opacity: 1;
  }
  .swiper-slide .slider-info p{
    color:#fff;
    margin:10px auto;
    max-height: 60px;
    font-size: 22px;
    transform:translateY(60px);
    transition:.55s ease;
    transition-delay:.5s;opacity:0;
    transform: translateY(0);
    opacity: 1;
  
  
  }
  .swiper-slide .slider-info a.slider-link{
    background: #f55472;
    display:inline-block;
    width:150px;
    line-height:50px;
    border-radius:25px;
    font-size:20px;
    transition:.55s ease;
    transition-delay:.6s;
    opacity:1;
    margin-top:20px;
    color: #ffffff;
    transform: translateY(0);
    text-decoration: none;
  }
  
  /* CAROUSEL BUTTONS */
  .owl-nav {
    position: absolute;
    width: 200px;
    height: 50px;
    bottom: 0;
    right: 0;
    display: flex;
    z-index: 8555;
    flex-direction: row-reverse;
  }
  
  .owl-next {
    flex: 1;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    background: #f55472;
  }
  .owl-prev{
    flex: 1;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    background: #fff;
    color: #000;
    cursor: pointer;
  }
  
  @media only screen and (max-width: 893px) {
    .nav-wrapper {
      display: none;
    }
    .nav-wrapper-mobile {
      display: flex;
    }
    .listItem::after {
      content: "";
    }
  }
  
  @media (max-width: 1199px){
    .swiper-slide  .slider-info {
      z-index: 9999;
      position: absolute;
      width: 96%;
      right: 3%;
      height: 100%;
      align-items: center;
     
  }
    .swiper-slide .slider-info  p.slider-content {
      font-size: 14px;
  }
  .swiper-slide .slider-info  h3.slider-title {
    font-size: 40px;
  }
  .swiper-slide .slider-info  label.title-2 {
    font-size: 30px;
  }
  .swiper-slide .slider-info p.slider-content{ 
    display: none;
  }
  .owl-nav {
    display: none;
  }
  }

  /*num*/

  
section.counter {
    box-shadow: rgb(0 0 0 / 22%) 0px 2px 5px;
    background: linear-gradient(rgba(255, 255, 255, 0), rgb(247, 246, 246));
    padding: 50px 0px;
    border-radius: 20% / 9%;
    border-bottom: 2px solid rgba(0, 0, 0, 0.12);
}
.text-center {
    text-align: center;
}
.flex-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.container {
    margin: auto;
    width: 1170px;
}
.flex-1 {
    flex: 1;
}
.number {
    font-size: 70px;
    font-weight: bold;
    color: #773991;
}
h3.counter-title {
    font-size: 25px;
}
@media (max-width: 1199px){
.container {
    width: 98%;
}}

@media (max-width: 767px){
.counter-item {
    min-width: 100%;
}}
@media (max-width: 767px){
.number {
    font-size: 40px;
}}
 /*num*/
 /*لماذا نحن*/
 /*لماذا تختار شركتنا */
.company-steps {
   
    position: relative;
    padding: 50px 0;
    border-radius: 0px 0px 2% 2%;
    border-radius: 30% 0 0;
    background: #7739910d;
  }
  
@media only screen and (max-width: 1420px){
.company-steps {
    border-radius: 0;
}}
  .text-center {
    text-align: center;
  }
  .company-title h2 {
    font-size: 35px;
    color: #773991;;
  }
  .company-title p {
    font-size: 25px;
    margin: 20px 0;
    color: #929292;
  }
  .benfit-item {
    padding: 15px;
  }
  
  .pull-right {
    float: right;
  }
  .col-6 {
    width: calc((6 / 12) * 100%);
  }
  .benfit-item:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    transition: .35s;
    border-radius: 10px;
  }
  
  .benfit-item>div {
    position: relative;
    padding: 25px;
    background: #fff;
    transition: .5s;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 12%);
    transition: .35s ease;
  }
  
  .flex-start {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .icon {
    position: relative;
    font-size: 40px;
    transition: .5s;
    line-height: 70px;
    width: 70px;
    height: 70px;
    text-align: center;
    margin-right: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  .icon:before {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    border: 2px solid #dcdcdc;
    background-color: #fff;
    top: -30px;
    right: -20px;
    transition: .5s;
  }
  .num {
    background: #ffffff;
    position: absolute;
    width: 40px;
    height: 40px;
    top: -50px;
    left: 0;
    color: #773991;
    line-height: 40px;
    font-size: 27px;
    font-weight: 600;
    border-radius: 50%;
  }
  
  .icon img {
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: #ececec;
    border-radius: 8px;
    top: 0;
    right: -30px;
    transition: .5s;
    font-size: 30px;
    line-height: 70px;
  }
  .fa-car-side:before {
    content: "\f5e4";
  }
  .flex-1 {
    flex: 1;
  }
  .benfit-item h3 {
    color: #d62e2e;
    font-size: 22px;
    transition: .35s ease;
    margin-bottom: 10px;
    position: relative;
    padding: 0 0 10px 0;
  }
  .benfit-item h3:before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    height: 2px;
    width: 100px;
  }
  
  .news-block-one h3:before, .benfit-item h3:before {
    background-image: url();
  }
  
  .benfit-item p {
    font-size: 18px;
    color: #7d7d7d;
  }
  
  .clearfix:after {
    content: '';
    display: block;
    clear: both;
  }
  div {
    display: block;
  }
  .benfit-item>div:hover {
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 20%);
    background: #efe9f3;
  }
  
  
  @media (max-width: 767px){
  .benfit-item {
    width: 100%;
  
  }
  .col-6 {
    min-width: 100%;
  }}
.wrapper {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 700px
  }
  
  .wrapper:before,.clear:before,.clear:after {
    content: "";
    display: table;
    table-layout: fixed
  }
  
  .wrapper:after {
    clear: both;
    content: "";
    display: block
  }
  
  *,*:before,*:after {
    box-sizing: inherit;
    padding: 0;
    margin: 0;
  }
  .section-title {
    margin-bottom: 50px;
  }
  .txtcenter {
    text-align: center;
  }
  
  
  .site-content {
    padding: 0
  }
  
  section.whyus {
    color: rgb(0, 0, 0);
   /* padding: 80px 0;
    background: linear-gradient(180deg,#006bb7,#065d9b);
    box-shadow: inset 0 2px 40px #0000005e;*/
    padding: 70px 0px;
  }
  
  .whyus-boxs {
    display: flex;
    flex-wrap: wrap
  }
  
  .why-box p {
    margin: 0;
    font-size: 16px
  }
  
  .why-box {
    width: 100%;
    background: #f0f6ff;
    color: #000;
    filter: drop-shadow(0 0 8px rgba(0,0,0,.08));
    box-shadow: 0 0 8px 0 rgb(0 0 0/12%);
    margin: 12px;
    border-radius: 15px;
    padding: 40px 20px;
    position: relative
  }
  
  section.citis {
    padding-bottom: 50px
  }
  
  .why-box:before {
    display: block;
    content: "";
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
    height: 70px;
    transform: rotate(-3deg) skew(-2deg,.7deg);
    background: #f0f6ff;
    border-radius: 15px;
    transition: all .4s;
    z-index: -1;
  }
  
  .why-box h3 {
    color: #000000;
    font-size: 20px
  }
  
  .section-title {
    margin-bottom: 50px
  }
  
  section.services {
    padding: 60px 0
  }
  
  .services-boxs {
    display: flex;
    flex-wrap: wrap
  }
  
  .service-box {
    width: 40%;
    display: inline-block;
    height: 100%;
    position: relative;
    margin: 15px;
    border-radius: 16px;
    overflow: hidden
  }
  
  .service-box:after {
    content: " ";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
    position: absolute;
    background: linear-gradient(to top,#01111cb0,#0000)
  }
  
  .service-box span {
    position: absolute;
    z-index: 99;
    bottom: 12px;
    right: 12px;
    left: 12px;
    color: #fff;
    font-weight: 700;
    font-size: 16px
  }
  
  .service-box img {
    width: 100%;
    height: auto
  }
  
  .why-icon {
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: #b6dcfe;
    border-radius: 50%;
    top: -65px;
    right: 20px;
    transition: .5s;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px
  }
  
  @media only screen and (min-width: 786px) {
    .service-box {
        width:20%
    }
  }
  
  @media only screen and (min-width: 982px) {
    .why-box {
        width:22.333%
    }
  
    .service-box {
        width: 14%
    }
  }
  @media only screen and (min-width: 982px){
  .wrapper {
      max-width: 1480px;
  }
  }
  @media only screen and (min-width: 1480px) {
    .wrapper {
        max-width:1480px
    }
  }

.company-info {
    background-color: #773991!important;
    color: #fff;
    padding: 50px 0;
}

.company-info .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center
}

.txtleft {
    text-align: left
}

.qr-img {
    text-align: center;
    padding-top: 33px
}
.shape-bottom,.shape-top {
    overflow: hidden;
    width: 100%
}

.shape-bottom svg,.shape-top svg {
    display: block;
    fill: #fff;
    height: 206px
}
.shape-bottom {
    transform: rotate(180deg)
}

.section-padding {
    background-color: #fff;
}

.features-box {
    position: relative;
    padding: 15px;
    background: #fff;
    box-shadow: 8px 8px 30px 0 rgb(64 82 185 / 30%);
    border-radius: 15px;
    text-align: center;
    margin-bottom: 15px
}

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

.features-content {
    margin-bottom: 25px
}

.features-box p {
    font-size: 16px;
    color: #54595f;
    position: relative
}

.features-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px
}
 .txt-g{
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    margin-top: 0;
    color: #cd3b3b;
}
.why-exc {
    font-size: 18px;
    padding: 30px 20px;
    background-color: #f5f5f5;
    text-align: justify;
    line-height: 1.5em;
    border-right: 4px solid #cd3b3b;
    margin: 15px 0;
}

.hatem {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    margin-top: 0;
    color: #0a255a;
}
.why-con {
    font-size: 15px;
    padding: 0 20px;
    line-height: 1.5em;
    color: #5c6785;
    text-align: justify
}

.read-more {
    background-color: #185d91;
    color: #fff!important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    min-width: 170px;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.read-more::before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #0a255a;
    content: '';
    z-index: -1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: right
}

.read-more:hover::before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}

.read-more:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 15%)
}

.read-more .read-more-icon {
    float: right;
    background-color: #0a255a;
    padding: 10px
}

.read-more .read-more-txt {
    line-height: 2.5em
}


.services {
    background: transparent linear-gradient(272deg,#eceffd 0,#fff 100%);
    color: #333;
    padding: 80px 0;
}

.services h2 {
    text-align: center;
    margin-bottom: 30px
}

.services-plan .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.price-plan {
    background: #fff;
    text-align: center;
    outline: 2px dashed #e9d8ff;
    outline-offset: -12px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    padding: 40px 15px;
    border-radius: 25px;
    margin-bottom: 30px
}

.services-plan {
    padding: 80px 0;
    position: relative;
  
   
}

.price-plan ul {
    list-style: none;
    padding: 0;
    text-align: right
}

.price {
    margin: auto;
    background:#773991 !important;
    color: #ffffff;
    text-align: center;
    position: relative;
    font-size: 22px;
    font-weight: 900;
    padding: 20px 15px
}

.price span {
    display: block
}

.price-plan ul li {
    position: relative;
    padding: 0 35px 5px 0
}

.price-plan ul li:before {
    content: " \2714";
    position: absolute;
    right: 8px;
    top: 1px;
    color: #ffb631;
    font-weight: 700
}

.price-plan a {
    background: #773991 !important;
    color: #fff;
    padding: 3px 15px;
    text-decoration: none;
    font-weight: 700;
   
}

.price-plan a:hover {
    background: #fff;
    color: #ffffff !important
}

.how-works .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.box-work {
    width: 100%;
    background: #fff;
    color: #000;
    position: relative;
    text-align: center;
    padding: 42px 0 42px 15px;
    font-weight: bolder;
    border-radius: 15px;
    border-top: 2px solid #b0b9e0
}

section.how-works {
    background: #083262 !important;
    color: #fff;
    padding-bottom: 80px
}

span.how-works-number {
    font-size: 60px;
    height: 85px;
    left: calc(50% - 42px);
    line-height: 70px;
    top: -50px;
    width: 85px;
    position: absolute;
    font-weight: 700;
    border-radius: 100%;
    color: #c5ace4;
    font-family: "Red Hat Display", sans-serif
}

.box-work:nth-child(2) .how-works-number {
    color: #8c6db4
}

.box-work:nth-child(3) .how-works-number {
    color: #684694
}

.how-works .section-title {
    margin-bottom: 80px
}

.services-plan>img {
    position: absolute;
    left: 35px;
    bottom: 0;
    opacity: .2
}

.services-slider {
    background: #fff;
    text-align: center;
    text-decoration: none;
    color: #444;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 15px;
    font-size: 20px;
    outline: 2px dashed #cec5da;
    outline-offset: -12px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%)
}

.services-slider:hover {
    outline: 2px dashed  #604089
}

.services-slider img {
    margin-bottom: 15px
}

.services-box-title {
    display: block;
    font-weight: 900
}

.slider-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 7px 30px 26px
}

.next-services,.prev-services {
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    z-index: 1;
    text-align: center;
    line-height: 46px;
    border: 1px solid #63428d;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px
}

.next-services:hover,.prev-services:hover {
    background: #604089
}

.next-services:after,.prev-services:after {
    content: " ";
    border: solid #604089;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(311deg);
    position: relative;
    top: 0;
    right: 1px
}

.next-services:hover:after,.prev-services:hover:after {
    border-color: #fff
}

.next-services:after {
    transform: rotate(137deg);
    right: 0
}


.swiper-button-lock {
    display: none
}

.services-section {
    padding: 30px 0
}

.slider-header h3 {
    box-shadow: 6px 0 0 0 #185d91 !important;
    padding-right: 15px;
    font-size: 16px
}

.blog-topics {
    padding: 50px 0
}

.blog-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.blog-box {
    width:100%;
    margin-bottom: 25px;
    margin-right: 2%;
   /* box-shadow: 0 0 5px #00000029;
    border: 2px solid #fff;
    border-radius: 20px;
    overflow: hidden;
    background: #eef3f7;*/
}
.card-image {
    position: relative;
}

.card-image img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}


.card-content {
    text-align: right;
    padding: 9px 13px;
}

.card-date {
    font-size: 12px;
    font-weight: 900;
    color: #4f3374
}

.card-title {
    font-weight: 900;
    font-size: 20px;
    padding: 5px 0;
    text-decoration: none
}

.card-excerpt {
    font-size: 15px
}

.sub-title {
    font-weight: 900;
    font-size: 20px
}

.desc {
    font-size: 17px;
    font-weight: 500
}

.wp-video,
.wp-video video {
    height: 100%!important;
    max-width: 100%!important;
   /* background-image: linear-gradient(64deg,#FFFFFF00 48%,#185d91 45%);*/
    padding: 1px 12px 11px 22px;
    margin-top: 15px;
}

.col-6 {
    width: 100%
}

@media (min-width:992px) {
    .col-6 {
        width: 49%
    }
    .features.content {
        width: 48%
    }
    .features-videos {
        width: 48%
    }
    .features-box {
        width: 22%
    }
    .price-plan {
        width: 30.333%
    }
    .box-work {
        width: 30.3333%
    }
    .blog-box {
        width: 22%
    }
    .services-plan .flex {
        justify-content: space-between
    }
    .qr-img {
        text-align: left
    }
    .features-content,
    .features-videos {
        width: 48%
    }
    .slider-header h3 {
        font-size: 22px
    }
    .services-plan>img {
        opacity: 1
    }
}
@media only screen and (min-width: 982px){
.blog-box {
    width: 31%;
}
}
.citis {
    padding: 50px 0;
  }
  
  .cities-boxs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  
  a.city-box {
    background: #d9ebf9;
    border-radius: 5px;
    padding: 11px 30px;
    margin: 5px;
    text-align: center;
    font-weight: 900;
    display: inline-block;
    box-shadow: 0 3px 11px rgb(0 0 0 / 10%);
    text-decoration: none;
    width: 30%;
    color: #000;
}
 
  
  a:hover.city-box {
    color: #cd3b3b;
    }
  
  @media only screen and (max-width: 550px){
  a.city-box {
      width: calc(50% - 10px);
  }
}


/*خدماتنا*/

.block-tag {
    display: block;
}

services {
    padding: 40px 0;
    position: relative;
}

.ser-image {
    background-attachment: fixed;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    border-radius: 20% / 9%;
    background: linear-gradient(rgb(41, 62, 156), rgb(0, 174, 239)) !important;
}
.container {
    margin: auto;
    width: 1200px;
}

h2.services-title {
    position: relative;
    color: #fff;
    font-size: 40px;
    margin-bottom: 30px;
}

.text-center {
    text-align: center;
}
.list-unstyled {
    list-style: none;
}
.flex-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.service-item {
    position: relative;
    padding: 4px;
}

.flex-1 {
    flex: 1;
}
.text-center {
    text-align: center;
}

.service-item a {
    display: block;
    padding: 10px;
    height: 207px;
    width: 225px;
    border: 3px solid #ffffff;
    background: #ffffff;
    transition: .35s ease;
    border-radius: 15px;
    box-shadow: 1px 2px 4px #0000002e;
}

a {
    text-decoration: none;
    color: #fff;
}
.img {
    font-size: 55px;
    color: #fcce06;
    display: none;
}

.ser-item-image {
    margin: 0px auto;
    padding-bottom: 3px;
    width: 125px;
    padding: 10px;
    border-radius: 10px;
}
.ser-title {
    font-size: 16px;
    color: #404040;
    padding: 10px 0px;
}
img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
}

.service-item a:hover {
    border: 3px solid #fff5cf;
    background: #fff8da;
    box-shadow: inset 0px 2px 78px #fdd93d, 0px 2px 16px #fcce06;
}

@media (max-width: 767px){
.ser-image {
    border-radius: 10px;
}
.service-item a {
    width: 100%;
    height: 150px;}

.service-item {
    min-width: 50%;
}

.ser-item-image {
    width: 70px;
}}

@media (max-width: 1199px){
.container {
    width: 98%;
}}

@media all and (max-width: 479px) {
    .mainSection {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
        width: 100%;
        height: 700px;
        padding: 10px;
    }
    .bal-container {
        margin: 10px 0;
    }
}

@media all and (max-width: 599px) {
    .mainSection {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
        width: 100%;
        height: 800px;
        padding: 10px;
    }
    .bal-container {
        margin: 10px 0;
    }
}

@media all and (min-width: 480px) and (max-width: 768px) {
    .mainSection {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
        width: 100%;
        height: 1000px;
        padding: 10px;
    }
    .bal-container {
        margin: 10px 0;
    }
}

@media all and (min-width: 768px) and (max-width: 959px) {
    .mainSection {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
        width: 100%;
        height: 1100px;
        padding: 10px;
    }
    .bal-container {
        margin: 10px 0;
    }
}

@media all and (min-width: 960px) and (max-width: 1199px) {
    .mainSection {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
        width: 100%;
        height: 500px;
        padding: 10px;
    }
    .bal-container {
        margin: 0 10px;
    }
}

@media all and (min-width: 1199px) {
    .mainSection {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
        width: 100%;
        height: 500px;
        padding: 10px;
    }
    .bal-container {
        margin: 0 10px;
    }
}


/* Before After Container */

.slider-before-after{
padding: 80px 0;

}

.bal-container {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: grab;
    overflow: hidden;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.bal-after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bal-before {
    display: block;
    position: absolute;
    top: 0;
    /* right: 0; */
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    overflow: hidden;
}

.bal-before-inset {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.bal-after img,
.bal-before img {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.bal-beforePosition {
    background: #121212;
    color: #fff;
    left: 0;
    pointer-events: none;
    border-radius: 0.2rem;
    padding: 2px 10px;
}

.bal-afterPosition {
    background: #121212;
    color: #fff;
    right: 0;
    pointer-events: none;
    border-radius: 0.2rem;
    padding: 2px 10px;
}

.beforeLabel {
    position: absolute;
    bottom: 0;
    margin: 1rem;
    font-size: 1em;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.afterLabel {
    position: absolute;
    bottom: 0;
    margin: 1rem;
    font-size: 1em;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}


/* handle and arrow */

.bal-handle {
    height: 41px;
    width: 41px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -21px;
    border: 2px solid #fff;
    border-radius: 1000px;
    z-index: 20;
    pointer-events: none;
    box-shadow: 0 0 10px rgb(12, 12, 12);
}

.handle-left-arrow,
.handle-right-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}

.handle-left-arrow {
    border-right: 6px solid #fff;
    left: 50%;
    margin-left: -17px;
}

.handle-right-arrow {
    border-left: 6px solid #fff;
    right: 50%;
    margin-right: -17px;
}

.bal-handle::before {
    bottom: 50%;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgb(12, 12, 12);
}

.bal-handle::after {
    top: 50%;
    margin-top: 20.5px;
    box-shadow: 0 0 5px rgb(12, 12, 12);
}

.bal-handle::before,
.bal-handle::after {
    content: " ";
    display: block;
    width: 2px;
    background: #fff;
    height: 9999px;
    position: absolute;
    left: 50%;
    margin-left: -1.5px;
}
/**/
.titles_concept {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}
.titles_concept span {
    font-size: 30px;
    line-height: 50px;
    padding-bottom: 15px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #3c3c3c;
    border-bottom: 2px solid #00000024;
}
.titles_concept_1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.titles_concept h2 {
    font-size: 26px;
    line-height: 35px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #773991;
}
.titles_concept_1 p {
    margin-top: 8px;
    font-size: 19px;
    line-height: 35px;
    font-weight: 500;
    color: #141313;
}