h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Tajawal', sans-serif;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 0.5em;
}
h1 {
    font-size: 35px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 25px;
}
.h4,
h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 15px;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.company-info {
  background-color: #228870!important;
  color: #fff;
 padding: 80px 0px;
}
.rotate {
  animation: rotation 25s infinite linear;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
      transform: rotate(360deg);
    }
}
.size{

  font-size: 22px;
}

.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;
  overflow: hidden;
  margin-left: 20px;
}
.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: #228870;
  padding: 70px 0;
}
.r{

color: #fff;

}

/* section2 */
.section2 {
  position: relative;
padding: 30px 0px;

}

.section2 h2 {
  color: #228870;
  text-align: center;
}


.section2 h2::before {

  content: '';
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #228870;
  border-radius: 15px;
  margin: 2px 10px;

}

.section2 h2::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #228870;
  border-radius: 15px;
  margin: 2px 10px;
}




.section2 .wrapper .secabout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.section2 .wrapper .secabout .contabout p{
  font-size: 22px;
}

.section2 .wrapper .secabout .contabout .butonabout {
  padding: 10px;
  font-size: 23px;
  background-color: #228870;
  cursor: pointer;
  width: 199px;
  margin-top: 25px;
  margin-bottom: 25px;

}


.section2 .wrapper .secabout .contabout .butonabout:hover {
  background-color: #a48c58;
}



@media(min-width:992px) {
  .section2 .wrapper .secabout .imgabout {
    width: 48%;
  }

  .section2 .wrapper .secabout .contabout {
    width: 48%;
  }
}



@media(max-width:980px) {
  .section2 .wrapper .secabout {
    flex-direction: column-reverse;
  }

  .section2 .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section2 .wrapper .secabout .imgabout img {
    width: 100%;
  }

  .section2 .wrapper .secabout .contabout {
    width: 100%;
    text-align: center;
  }
}


@media screen and (max-width: 822px) {
  .section2 h2::before {
    right: 16vw;
  }

  .section2 h2::after {
    left: 16vw;
  }
}
.color{

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
}



.banner .content {
    position: relative;
}

.banner .content p {
    margin: 10px auto 40px auto;
}
span.btn-icon {
    margin-left: 9px;
}
.btn {
    background: #fff;
    border: 3px solid #000;
    font-weight: 700;
    color: #142752;
    box-shadow: 0 2px 5px rgb(0 0 0 / 15%);
    border-radius: 5px;
    padding: 10px 25px;
    transition: all .2s ease-in-out;
}
.load-more{
    color: #fff;
    font-size: 20px;
    background-color: #000000;
    border-color:#000;
}
.load-more:hover,
.btn:hover{
    color: #000000;
    background-color: #e7b732;
    border-color:#e7b732;
    transition: all .2s ease-in-out;
}


.featurs-card {
    background-color: #ffffff;
    margin: 10px;
    border-radius: 45px;
    box-shadow: 0 0 15px #0003;
}
.col-2-sm {
    width: 43%;
    float: right;
}
.featurs-card p{
    color: #6e6e6e;
}
.featurs-card .sub-title {
    font-size: 21px;
    color: #000;
}

.txt-gold {
    color: #f88a01;
}
.section-title {
    margin-bottom: 40px;
}
.overlay {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    background: rgb(239 71 111 / 91%);
}

.sub-title {
    display: block;
    font-size: 22px;
}
.featurs-icon img {
    margin-bottom: 15px;
}
.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;
}
.service-card {
    width: 44%;
    background-color: rgb(255 255 255);
    border-radius: 25px;
    margin: 10px;
    padding: 15px 0;
    color: #344195;
    box-shadow: 0 19px 40px rgb(0 0 0 / 29%);
}
.service-icon {
    margin-bottom: 15px;
}

.sec-pad-60{
    padding: 60px 0
}
.sec-pad-80{
    padding: 80px 0
}
.our-service-cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.our-featurs-col {
    display: flex;
}

.service-content {
    margin-right: 15px;
    width: calc(100% - 93px);
}

.service-card {
    width: 100%;
    margin-bottom: 46px;
}
.txt-gray{
    color: #666
}
.col-lg-4.col-12 {
    width: 100%;
    display: flex;
    align-items: center;
}

.counter {
    display: flex;
    text-align: center;
}

.counter-box {
    display: flex;
    align-items: center;
}

.counter-number {
    font-size: 50px;
    font-weight: 600;
    color: #000;
    margin-left: 25px;
}
.counter .txt-gray{
    font-weight: 900;
    font-size: 20px;
}
    @media only screen and (min-width: 768px) {

    .banner .content {
        padding: 75px 0;
    }
    .hide-xs {
        display: block;
    }
    .col {
        float: right;
    }
    .col-2 {
        width: 16.666667%
    }
    .col-5 {
        width: 50%;
    }
    .col-6 {
        width: 49%;
    }
    .col-7 {
        width: 56%;
    }
    .featurs-card {
    width: 15%;
}

.our-featurs {
    margin-top: -60px;
}
.our-featurs-col .col-6 {
    width: 24%;
    text-align: center;
    padding: 20px 20px 20px 20px;
}
.col-lg-4.col-12 {
    width: 33%;
}
.service-card { width: 50%;}
}
@media only screen and (min-width: 992px){
    .service-card { width: 18%;}
.nav-bar {
    background: transparent;
}
.menu-items a {
    color: #000;
}
.menu-items .sub-menu a {
    color: #000;
}
}

.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: #228870;
  }
  .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;
  }

.rh{

    margin-left: 8px;
}
.blog-topics h2 {
    margin-bottom: 80px;
}

h2.news-title {
    color: #000000;
    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: #228870;
    height: 6px;
    border-radius: 4px;}


    /*الخدمات */

section.cat5 {
  overflow: hidden;
  position: relative;
  padding: 30px 0;
  border-radius: 30% 0 0%;
  background: #0096880a;
  }
  @media only screen and (max-width: 1420px){
  section.cat5 {
    border-radius: 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 span {
    font-size: 36px;
    line-height: 50px;
    padding-bottom: 15px;
    font-weight: 700;
    /* margin-bottom: 20px; */
    color: #3c3c3c;
    border-bottom: 2px solid #00000024;
}
  .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: #3f8d69;
  }
  .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 #81b9ab59;
    padding: 20px;
    border-radius: 0 0 0 30px
  }
  .catpart1:hover {
    background: #d0ddff!important;
    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;
    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: #000;
    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: 22px;
  }
  }
  @media only screen and (max-width: 700px){
  .cat-image {
      width: 200px;
  }}
  /*نهايه الخدمات */

  /*مدن*/
  section.citis {
    padding: 80px 0;
    background: #07988a14;
}

.city-innr a {
    background: #fff;
    padding: 6px 20px;
    margin: 5px;
    border-radius: 8px;
    box-shadow: 0 0px 6px #2a6ab440;
    font-size: 23px;
    font-weight: 800;
    color: #009688;
}