
.tn {
  background: #2d6ac7;
  text-decoration: none;
  border: 3px solid #ffffff;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 2px 5px rgb(0 0 0 / 15%);
  border-radius: 5px;
  padding: 10px 25px;
  transition: all .2s ease-in-out
}
.tn:hover {
  color: #ffffff;
  background-color: #2d6ac7;
  border-color: #2d6ac7;
  transition: all .2s ease-in-out;
}
 /*start slider*/
/* CAROUSEL */
.home1 .swiper {
  /* height: 420px; */
  height: 630px;
  position: relative;
  
}
.home1 .swiper-wrapper {
  position: relative;
}
.home1 .swiper-slide {
  font-family: '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;
}
.home1 .swiper-slide:before {
  background: linear-gradient(180deg, #293e9c, #293e9cc9);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
}
.home1 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit:cover;
}


.home1 .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;
}
.home1 .swiper-slide .flex-center {
  
  justify-content: center;
  flex-wrap: wrap;
}

.home1 .swiper-slide .text-center {
  text-align: center;
}
.home1 .swiper-slide .slider-info label.title-2{
  font-size: 35px;
  color: #fcce06;
  font-weight:600;
  transition:.55s ease;transition-delay:.6s;

}
.home1 .swiper-slide .slider-info .active label.title-2{
  transform:translateY(0);
  opacity:1;}

  

  .home1 .swiper-slide .slider-info h3.slider-title{
  font-size: 40px;
  color:#fff;
  padding: 0px 0px 25px;
  transform: translateY(0);
  transition:.55s ease;
  transition-delay:.5s;
  font-weight: 700;
  opacity:1;
}

.home1 .swiper-slide .slider-title:before{
  background-image: url(../img/rh.webp);
  position:absolute;
  content:'';
  left:50%;
  bottom:0;
  height:2px;
  width:100%;
  transform:translateX(-50%);
  max-width:770px;
  margin:0 auto
}
.home1 .swiper-slide .slider-info .active h3.slider-title {
  transform: translateY(0);
  opacity: 1;
}

.home1 .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;
}
.home1 .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;


}
.home1 .swiper-slide .slider-info a.slider-link{
  background: #008cef;
  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: #008cef;
}
.owl-prev{
  flex: 1;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  background: #fcce06;
  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){
  .home1 .swiper-slide  .slider-info {
    z-index: 9999;
    position: absolute;
    width: 96%;
    right: 3%;
    height: 100%;
    align-items: center;
   
}
.home1 .swiper-slide .slider-info  p.slider-content {
    font-size: 14px;
}
.home1 .swiper-slide .slider-info  h3.slider-title {
  font-size: 30px;
}
.home1 .swiper-slide .slider-info  label.title-2 {
  font-size: 30px;
}
.home1 .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,
.container2 {
  margin: auto;
  width: 90%;
}
.flex-1 {
  flex: 1;
}
.number {
  font-size: 70px;
  font-weight: bold;
  color: #293e9c;
}
h3.counter-title {
  font-size: 25px;
}


@media (max-width: 767px){
.counter-item {
  min-width: 100%;
}}
@media (max-width: 450px){
  .container,
  .container2 {
    margin: auto;
    width: 95%;}
  }
@media (max-width: 767px){
.number {
  font-size: 40px;
}}
/*num*/
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

p {
    margin: 0 0 1.5em;
    padding: 0;
}

.btn,
h1,
h2,
h3 {
   
  font-family: 'Tajawal', sans-serif;
}

h1 {
    font-size: 25px;
}

.col-2-sm {
    width: 43%;
    float: right;
}

.btn.active,
.btn:hover {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.hide-xs {
    display: none;
}

.shape svg {
    position: relative;
    display: block;
    fill: #fff;
}

.shape-divider-top {
    width: 100%;
    overflow: hidden;
    transform: rotate(180deg);
}

.shape-divider-top svg {
    position: relative;
    display: block;
    width: calc(155% + 1.3px);
    height: 181px;
}

.shape-divider-top .shape-fill {
    fill: #FFFFFF;
}

.sec-pad-60 {
    padding: 60px 0;
}

.banner {
    padding: 20px 5px 50px 5px;
}

.banner .content {
    position: relative;
    color: #fff;
}

.banner .content p {
    margin: 10px auto 40px auto;
    color: #ecedef;
}

.btn {
    background: #fff;
    border: 3px solid #e8eaee;
    font-weight: 700;
    color: #142752;
    box-shadow: 0 2px 5px rgb(0 0 0 / 15%);
    border-radius: 27.5px;
    padding: 15px 20px 15px 62px;
    position: relative;
    transition: 0.3s all;
}

.section-title {
    margin-bottom: 19px;
    display: inline-block;
    padding: 0 20px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
}

.blog {
    padding: 40px 0;
}

.blog .section-title {
    box-shadow: inset -6px 0px 0 0 #fcce05;
    /* margin: 35px; */
    margin-bottom: 28px;
    animation-duration: 1.5s;
    
}

.sub-title {
    display: block;
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 5px;
}

.sub-title:hover {
    color: #255ca2
}

.features .sub-title,
.our-service .sub-title {
    font-size: 17px;
    margin: 12px 0;
}

.flex-cont {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.card-sm {
    width: 41%;
    margin: 13px;
}

.collections.clear {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.card-sm-img {
    position: relative;
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
}

p.card-sm-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    margin: 0;
    /* padding: 15px 4px; */
}

.card-sm-img a:before {
    content: " ";
    background: rgb(0 0 0 / 42%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(to top, #232323b0, #0000);
    bottom: 0;
}

.card-sm-img a {
    display: block;
    position: relative;
}

.card-sm-img img {
    width: 100%;
}

.pad-5 {
    padding: 0 20px
}

.first-color {
    color: #0b2154;
}

.txt-gray {
    color: #7A7A7A;
}

.txt-gold {
    color: #fcce06;
}

.txt-justify {
    text-align: justify;
}

.shape-divider-top {
    width: 100%;
    overflow: hidden;
    transform: rotate( 180deg);
    position: relative;
    top: -2px;
}

.shape-divider-top svg {
    position: relative;
    display: block;
    width: calc(155% + 1.3px);
    height: 181px;
}

.shape-divider-top .shape-fill {
    fill: #ffffff;
}

.featurs-card {
    background-color: #ffffff;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
    margin: 10px;
}

.featurs-card .sub-title {
    font-size: 16px;
}

.service-card {
    width: 44%;
    background-color: #fff;
    border-radius: 8px;
    margin: 10px;
    padding: 15px 0;
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
}

.overlay {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    background: rgba(29, 64, 118, 0.95);
}

.our-service h2 {
    color: #fff;
}

.our-service {
    background-color: #255ca2;
    padding-bottom: 80px;
    box-shadow: inset 0 0 16px 2px #00000073;
}


.card {
    width: 100%;
    text-align: right;
    display: inline-block;
    margin-bottom: 25px;
}

.card-title {
    font-size: 1.15em;
    font-weight: 700;
    margin: 0px;
}

.card-content {
    padding: 10px 25px;
}

.card-excerpt {
    color: #313131;
    font-size: 14px;
}

.card-meta {
    margin-top: 10px;
}

.card-meta li {
    color: #677286;
    margin-right: 15px;
    font-size: 14px;
}

.card-meta li span {
    margin-left: 5px;
}

.card-archive .card-content {
    padding: 10px;
    margin: auto;
    width: 94%;
    background: #fff;
    border-radius: 9px;
    margin-top: -19px;
    position: relative;
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    margin-bottom: 30px;
}

.card-archive .card-meta {
    border-top: 1px solid rgb(0 0 0 / 11%);
    margin-top: 10px;
    text-align: center;
}

.card-archive .card-img img {
    border-radius: 8px;
    width: 100%;
}

.service-card:hover,
.card:hover {
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -ms-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
}

@media only screen and (min-width: 480px) {
    .card-archive {
        width: 22%;
        float: right;
        margin-right: 2.7%;
        margin-left: auto;
    }
    .card-archive:nth-child(2n+1) {
        clear: right;
    }
}

@media only screen and (min-width: 768px) {
    .banner .content {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 120px;
    }
    h1 {
        font-size: 35px;
    }
    .our-featurs .txt-justify {
        padding-left: 40px;
    }
    .sec-pad-80 {
        padding: 80px 0
    }
    .banner {
        padding: 0;
    }
    .hide-xs {
        display: block;
    }
    .col {
        float: right;
    }
    .col-2 {
        width: 16.666667%
    }
    .col-5 {
        width: 50%;
    }
    .col-6 {
        width: 44%;
    }
    .col-7 {
        width: 56%;
    }
    .featurs-card {
        margin: 15px;
    }
    .card-archive {
        width: 22%;
    }
    .card-archive:nth-child(2n+1) {
        clear: none;
    }
    .card-sm{
        width: 14%;
    }
}
/*blog*/
.p-block {
    display: flex;
    flex-wrap: wrap;
    margin: -20px -20px 20px;
    justify-content: center;
    overflow: hidden;
}
.p-block-box-v3 {
    margin: 20px;
    overflow: hidden;
    min-width: 340px;
    flex: 1 1 0%;
    max-width: 480px;
    background: #fff;
    box-shadow: #dae7f3 0 6px 7px;
    position: relative;
    transition: all .1s ease 0s;
    justify-content: center;
    border-radius: 8px;
    visibility: visible;
    /* animation-duration: 3s;
    animation-name: flipInY; */
}

.p-block-box-v3::before {
    content: "";
    position: absolute;
    top: 0;
    left: -83%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: #fff;
    transform: skewX(-25deg);
    transition: all .2s cubic-bezier(.19,1,.22,1) 0s;
    opacity: 0;
    pointer-events: none;
}
a {
    text-decoration: none;
    transition: color 50ms ease 0s;
    color: #1a205b;
}
.img-project-v3 {
    height: 100%;
    position: relative;
}
.img-project-v3 img {
    height: 215px;
    width: 100%;
    object-fit: cover;
}
.p-block-box-v3:hover .overlay-box {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

.overlay-box {
    position: absolute;
    bottom: 0px;
    text-align: center;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(51, 51, 51, 0) 0px, rgba(5, 4, 116, 0.51) 75%);
    content: "";
    transform: translate3d(0px, 1%, 0px);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    opacity: 0;
}
.overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}
.content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.content {
    padding: 16px;
}
.title_content_blog {
    padding: 25px 23px 20px;
    display: flex;
    flex-direction: column;
    text-align: right;
    justify-content: center;
    position: relative;
}
.contesaet_shap1 {
    text-align: right;
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}
.contesaet_shap1 h3 {
    margin-bottom: 8px;
    font-size: 20px;
    position: relative;
    color: #1f2453;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 11px;
}
.contesaet_shap1 h3::before {
    content: "";
    width: 36px;
    height: 2px;
    bottom: -2px;
    right: 0;
    background-color: rgba(225,169,220,.13);
    position: absolute;
    transition: all .4s ease 0s;
}
.contesaet_shap1 h3 i {
    font-size: 29px;
    margin-left: 11px;
    color: #5d2b74;
    background: #eaf7ff;
    border-radius: 8px;
    font-weight: 400;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .1s ease 0s;
}
.contesaet_shap1 span .svg1 {
    font-size: 29px;
    margin-left: 11px;
    color: #5d2b74;
    background: #eaf7ff;
    border-radius: 8px;
    font-weight: 400;
    width: 31px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .1s ease 0s;
}
.fa-angle-left:before {
    content: "\f104";
}
.contesaet_shap1 p {
    font-size: 16px;
    margin-bottom: 5px;
    color: #000000;
}
.linkes_blog2 {
    display: flex;
    text-align: center;
    align-items: center;
    flex: 1 1 0%;
}
.linkes_blog2 a {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    text-align: center;
    justify-content: center;
    background: rgb(27 110 221 / 59%);
    transition: all .2s ease 0s;
    padding: 8px 22px;
    border-radius: 8px;
    align-items: center;
    margin-right: auto;
}
.linkes_blog2 a span {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.linkes_blog2 i {
    transition: all .2s ease 0s;
    margin-right: 11px;
}
.fa-chevron-double-left:before, .fa-chevrons-left:before {
    content: "\f323";
}
.p-block-box-v3:hover {
    background: #fdfafa;
}
.p-block-box-v3:hover {
    transform: scale(1.01) translate(0,-8px);
    box-shadow: 0 27px 52px #0003;
}
.p-block-box-v3:hover::before {
    left: 150%;
    transition: all 1.5s cubic-bezier(.19,1,.22,1) 0s;
    opacity: .2;
}
.p-block-box-v3:hover .contesaet_shap1 h3 {
    color: rgb(35 165 184);
}
.p-block-box-v3:hover .contesaet_shap1 h3::before {
    left: 430px;
    width: 100%;
}
.p-block-box-v3:hover .contesaet_shap1 h3 i {
    background: #eaf7ff;
    color: #0e59a5;
}
.p-block-box-v3:hover .contesaet_shap1 h3 i {
    background: #eaf7ff;
    color: #0e59a5;
}
.p-block-box-v3:hover .linkes_blog2 a {
    background: #26abbe;
    color: #fff;
}
.p-block-box-v3:hover .linkes_blog2 i {
    transform: scale(1);
    margin-right: 8px;
    opacity: 1;
    visibility: visible;
}
.foot-project {
    display: flex;
    text-align: right;
    width: 100%;
    align-items: center;
    margin-top: 8px;
    position: relative;
}
.foot-project>div {
    flex: 1 1 0%;
}
.admin_icon {
    display: flex;
    align-items: center;
}
.foot-project>div {
    flex: 1 1 0%;
}
.rating {
    align-self: center;
}
.rating {
    flex: 1 1 0%;
    justify-content: left;
    text-align: left;
}
.caption a {
    position: absolute;
    left: 0%;
    top: 0px;
    background: #e3edfb;
    color: #000;
    font-weight: bold;
    z-index: 999;
    padding: 10px;
    border-radius: 0 10px 10px 00;
    font-size: 12px;
}

.titlesconcept span {
    font-size: 36px;
    line-height: 50px;
    padding-bottom: 5px;
    font-weight: 700;
    margin-bottom: 2px;
    color: #3c3c3c;
    border-bottom: 2px solid #00000024;
}
.titles_concept {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}



@media (max-width: 1200px){
.container,
.container2 {
    width: 95%;
}}
.city-section {
    margin-top: -111px;
    position: relative;
    margin-bottom: 20px;
}
@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: 580px) {
  

    section.city-section {
        margin: 10px 0;
    }
    .owl-item {
        padding: 10px 10px;
    }
   
}
.all-info {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    
}
@media only screen and (max-width: 993px){
.all-info {
    flex-direction: column;
   
}}
  /*الاسئلة الشائعه*/
.faq-section {
  padding: 60px 0px;
  position: relative;
  z-index: 9;
  background: rgb(237, 242, 253);
  overflow: hidden;
}
section.faq {
  display: flex;
  flex-wrap: wrap;
}
.faq-info {
  flex: 1 1 0%;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.faq-info .titlesconcept  {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
 /* visibility: visible;
  animation-duration: 2s;
  animation-name: bounceInUp;  */
   
}
.faq-info .titlesconcept span {
  font-size: 36px;
  line-height: 50px;
  padding-bottom: 15px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #3c3c3c;
  border-bottom: 2px solid #00000024;
}
.faq-info .titles_concept_1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.faq-info .titlesconcept h2 {
  font-size: 26px;
  line-height: 35px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3565e1;
}
.faq-info .titles_concept_1 p {
  margin-top: 8px;
  font-size: 19px;
  line-height: 35px;
  font-weight: 500;
  color: #141313;
}
.left-faq {
  justify-content: center;
  margin-right: 40px;
  height: 650px;
  width: 700px;
  display: flex;
  position: relative;
  /* visibility: visible;
  animation-duration: 2s;
  animation-name: slideInRight; */
}
.left-faq::before {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0px;
  content: "";
  background-position: center center;
  background-size: cover;
  background-image: url(../img/faq---.webp);
}
.img-faq {
  position: relative;
}
.img-faq img {
  transition: all 0.3s ease 0s;
  height: 100%;
  object-fit: contain;
 
}
.img-faq2 {
  background-image: url(../img/do.webp);
  width: 490px;
  height: 578px;
  top: 46px;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
}
.left-faq::after {
  width: 80px;
  position: absolute;
  content: "";
  right: 1px;
  height: 80px;
  bottom: -29px;
  background-position: center center;
  background-size: cover;
  background-image: url(../img/faq--.png);
}
  @media only screen and (max-width: 1090px){
.left-faq {
    display: none;
}
  }
.container-boxed {
  max-width: 1000px;
  margin: auto;
}
.text-center {
  text-align: center;
}
questions .company-title h2 {
  color: #ffffff;
}

.company-title h2 {
  font-size: 35px;
  color: #293e9c;
}
questions .company-title p {
  color: #e9e9e9;
  font-weight: 500;
  font-size: 25px;
}

.company-title p {
  font-size: 25px;
  margin: 20px 0;
  color: #464646;
}
.accordion {
  width: 100%;
  max-width: 1000px;
  margin: 5px;
  color: #293e9c;
  font-size: 20px;
  /* padding: 10px; */
  margin-bottom: 19px;
  border-radius: 25px;
  /* background: #ffffff; */
  cursor: pointer;
  transition: .35s ease;
  visibility: visible;
  /* animation-name: slideInLeft;
  animation-duration: 3s; */
}


.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}

.accordion-item-header.active::after {
  content: "\2212";
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
  padding: 1rem;
  line-height: 28px;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}




h1 {
  text-align: center;
  margin: 2rem 0;
  font-size: 2.5rem;
}

.accordion-item {
  background-color: #fff;
  padding: 5px;
  border-radius: 14px;
}

.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 28px;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}

.accordion-item-header.active::after {
  content: "\2212";
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
  padding: 1rem;
  line-height:28px;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}



@media (max-width: 767px){
questions {
  border-radius: 1px;
  padding: 10px;
}}





/**/
.sec-top-af-bef{
  text-align: center;
  margin-bottom: 80px;
  padding: 0 10px;
}
.sec-top-af-bef h2{
  font-size: 40px;
  color: #3565e1;
}
.afterbefore{
  background:#eaecf8;
  padding: 40px 0;
}
.flex-container {
  display: flex;
  justify-content: space-between;
  direction: ltr;
  align-items: center;
}
.first-cont{
  width: 45%;
  display: flex;
  flex-direction: column;
}
.first-cont .p-top-img {
  text-align: center;
  font-size: 17px;
  color: #fff;
  margin-bottom: 21px;
  padding: 5px 20px;
  background: #2d6ac7;

  border-radius: 6px;
  display: inline;}

.container {
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem;
  margin-bottom: 20px;
  width: 100%;
  --position: 50%;
}
.image-container {
  width: 100%;
  position: relative;
}

.image-container .before {
  position: absolute;
  top: 75%;
  right: 12px;
  background-color: #000000bf;
  color: #fff;
  padding: 5px 20px;
  border-radius: 7px;
  opacity: 0;
  transition: opacity 0.2S ease;
  font-size: 22px;
}

.image-container .after {
  position: absolute;
  top: 75%;
  left: 12px;
  background-color: #000000bf;
  color: #fff;
  padding: 5px 20px;
  border-radius: 7px;
  opacity: 0;
  transition:opacity 0.2S ease ;
  font-size: 22px;

}


.sliden-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.image-after {
  position: absolute;
  inset: 0;
  width: var(--position);
}

.sliden {
  position: absolute;
  opacity: 0;
  inset: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.sliden:focus-visible~.sliden-button {
  outline: 5px solid black;
  outline-offset: 3px;
}
.sliden-line {
  position: absolute;
  /* inset: 0; */
  width: .2rem;
  height: 100%;
  background-color: #fff;
  z-index: 10;
  left: var(--position);
  transform: translateX(-50%);
  pointer-events: none;
}
.sliden-button {
  width: 30px;
  height: 30px;
  position: absolute;
  background-color: #fff;
  color: black;
  padding: .5rem;
  border-radius: 100vh;
  display: grid;
  place-items: center;
  top: 50%;
  left: var(--position);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 100;
  box-shadow: 1px 1px 1px hsl(0, 50%, 2%, .5)
}
.text-pef-aft{
  direction: rtl;
  width: 45%;
}

.text-pef-aft h3{
  font-size: 40px;
  color: #222;
  margin-bottom: 20px;
}
.text-pef-aft p{
  font-size: 20px;
  line-height: 1.7;
  color: #333;
}             

.arrow-f-b{
  rotate: 45deg;
  position: absolute;
  top: 10%;
  left: 16%;
}

@media(max-width:990px){
  .text-pef-aft h3{
      font-size: 25px;
    }
    .text-pef-aft p{
      font-size: 18px;
    }
}
@media(max-width:760px){
  .flex-container {
      flex-direction: column-reverse;
  }
  .text-pef-aft{
      width: 80%;
      text-align: center;
      margin: 0 auto 40px;
  }
  .first-cont {
      width: 80%;
      margin: auto;
  }
}
@media(max-width:760px){
  .text-pef-aft{
      width: 100%;
  }
  .first-cont {
      width: 100%;
  }
}
/* swiper and serivec setion*/

.services {
  padding: 60px 0;
  background-image: linear-gradient(#3b4b5ce6,#3b4b5cb2),url(../img/bg.webp);
  background-size: cover;
  background-position: center;
}




.services h3{
  color: #fff;
  font-size: 50px;
}
.contanier3{
  width: 90%;
  margin: auto;
}
.services .img-slide{
  width: 100%;
  height: 250px;

}
.services .swiper-btn{
    position: absolute;
    top: 25px;
    color: #fff;
    width: 40px !important;
    font-size: 30px;
    background-color: #377de5;
    border-radius: 3px;
}
.services .swiper-btn::after{
    font-size: 20px;
    font-weight: bold;
}

.services .swiper-button-next{
    left: 0;
}
.services .swiper-button-prev{
  left: 70px !important;
  right: calc(100% - 110px) !important;
}
.services .swiper-slide{
  padding: 0 0 40px 0;
}
.services .swiper-slide .img-slide.img1{
  background: url(../img/1.webp);
  background-size: cover;
  background-position: center;
}
.services .swiper-slide .img-slide.img2{
  background: url(../img/2.webp);
  background-size: cover;
  background-position: center;
}
.services .swiper-slide .img-slide.img3{
  background: url(../img/3.webp);
  background-size: cover;
  background-position: center;
}
.services .swiper-slide .img-slide.img4{
  background: url(../img/4.webp);
  background-size: cover;
  background-position: center;
}
.services .swiper-slide .img-slide.img5{
  background: url(../img/5.webp);
  background-size: cover;
  background-position: center;
}
.services .swiper-slide .img-slide.img6{
  background: url(../img/6.webp);
  background-size: cover;
  background-position: center;
}


.img-border{
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.services .swiper-slide .img-slide.img1:hover,
.services .swiper-slide .img-slide.img2:hover,
.services .swiper-slide .img-slide.img3:hover,
.services .swiper-slide .img-slide.img4:hover,
.services .swiper-slide .img-slide.img5:hover,
.services .swiper-slide .img-slide.img6:hover{
  transform: scale(1.2);
  transition: 0.3s;
}
.services .swiper-slide p{
  color: #fff;
  font-size: 22px;
  margin: 20px 0 50px;
}
.services .swiper-slide .btn{
  padding: 12px 30px;
  background-color: #3565e1;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
}
.tit-serv-swp{
  color: #fff;
  font-size: 30px;
  margin-bottom: 30px;
}