@font-face {
  font-family: myFirstFont;
  src: url('../fonts/GE-Flow-Regular.otf');
}
@font-face {
  font-family: secoundFont;
  src: url('../fonts/JF-Flat-Regular.ttf');
}
:root{
  --primary_color:#76BF39;
  --secoundary_color:#25387C;
  --white_color:#fff;
}
.main_color{
  color: var(--primary_color);
}

a.site-menu-toggle.js-menu-toggle.text-black span {
    font-size: 22px !important;
}
thead tr , tbody tr{
    font-family: myFirstFont;
}
.table .thead-color th{
    color: #fff;
    background-color: #08cc7f;
    border-color: #08cc7f;
}
table tbody tr td{
    font-size: 15px;
}
.gray_body{
  background-color: #f6f7f8;
}
.section-padding{
  margin: 0 auto;
  padding: 0 60px;
}
.card{
border-radius: 10px !important;
}
/* start nav bar */
body {
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  overflow-x: hidden;
  position: relative; }
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible; }

p {
  color: #615b5b;
  font-weight: 300;
  font-family: 'secoundFont' !important;
  line-height: 2;
font-size: 15px ;}

h1,h2,h3,h4,h5,h6{
  font-family:'myFirstFont' !important;
}
p,button,label,input{
font-family: 'secoundFont' !important;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  font-family: 'secoundFont' !important;
}
  a, a:hover {
    text-decoration: none !important; }
.card{
  border: none !important;
}
.hero {
  height: 60vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: center;
 }

 .hero_index {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: center;
 }
 .hero_index.hero_index_for_sub_pages{
  height: 17vh;

}
.site-navbar-wrap {
  position: relative;
  z-index: 99;
  width: 100%;
  left: 0; }
  .site-navbar-wrap a {
    color: #f8f5f5;
}

  .site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem; }
    .site-navbar-wrap .site-navbar-top .more_links a{
      border-bottom: 3px solid var(--secoundary_color);
      line-height: 33px;
          margin-bottom: 5px;
    }
    .site-navbar-wrap .site-navbar-top .more_links a:hover{
      border-bottom: 3px solid #a68c2f;

    }

    .site-menu-toggle  {
      color: black !important; }
.site-navbar-top {
  background-color: var(--secoundary_color);
  border-bottom: 1px solid var(--secoundary_color);
  height: 44px; }

.site-navbar {
  margin-bottom: 0px;
  width: 100%;

    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    background-color: #ffffff;

}
  .site-navbar a{
    font-family: 'myFirstFont', sans-serif !important;

  }
  .site-navbar .btn-outline-more{
    font-size: 13px;
    color: #7CA963;
    border: 1px solid var(--primary_color);
    border-radius: 8px;
    width: 100px;
    background-color: unset;
    padding: 12px;
    background-color: var(--primary_color);
    color: var(--white_color);
  }
  .site-navbar .btn-outline-more:hover{
 background-color: var(--primary_color);
 color: white !important;
 transition: all 0.3s ease;
 -webkit-transition: all 0.3s ease;
  }
  .site-navbar a{
  text-align: center;
  padding: 0px;

  }
  .social-icon a{
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--primary_color);
    position: relative;
    text-align: center;
    transition: .3s background ease;
    margin-right: 6px;
    color: #ffffffc2;
    padding: 16px;
  }
  .social-icon a:hover{
    background: #a68b31;
  }
  .social-icon a span{
    display: inline-block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
 .svg-wrapper {
    min-width: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .svg-wrapper svg {
    width: 15px;
    height: 36px;
    fill: #222;
  }
  .site-navbar .site-logo {
    font-weight: 200;
    line-height: 0;
    top: -7px;
    position: relative; }
    .site-navbar .site-logo a {
      font-weight: 200;
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      text-transform: uppercase; }
      .site-navbar .site-logo a img {
  margin-top: 20px;
width: 100px !important;}
  .site-navbar .site-navigation .site-menu {
    padding-right: 0px;
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block;
      font-weight: 500; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 5px 2px;}
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 11px 1px;
        color: var(--secoundary_color);
        font-size: 14px;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a.active {
          color: var(--secoundary_color); }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: var(--secoundary_color); }
      .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
        .site-navbar .site-navigation .site-menu > li:last-child > a {
          padding-right: 0; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-left: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:after {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          left: -4;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s;
        border-radius: 4px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {

          position: absolute;
        left: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          font-size: 14px;
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #BA0308; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #fff !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 5px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: var(--primary_color);
              color: #fff; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: var(--primary_color);
            color: #212529; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: var(--primary_color); }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #dee2e6; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
        text-align: right;}
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      left: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper + .site-blocks-cover {
    margin-top: 96px; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
    .sticky-wrapper .site-navbar ul li.active a {
      color: var(--primary_color); }
      .sticky-wrapper .site_navbar_login {
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        background-color: #ffffff;
      padding-top: 0px;}
  .sticky-wrapper.is-sticky .site-navbar {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #ffffff; }
    .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 5px 1px; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {
          padding-right: 0; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
        padding-right: 2px; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
        padding: -1px 10px;
        color: #2D3E50;
        font-size: 14px; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > button {
          color: var(--white_color);
          border-color: var(--primary_color);
          border-radius: 8px;
          font-family: 'myFirstFont', sans-serif !important;
        }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover {
        color:  var(--primary_color)  !important; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
          color:  var(--primary_color)  !important; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a {
        color: var(--primary_color); }

        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu-toggle  {
          color: #707070 !important; }


          .sticky-wrapper.is-sticky .site-navbar .site-logo a img{
            margin-top: 7px;
            width: 100px;
          }

        .hero-items .hero_title{
          font-size: 40px;
          color: white;
          padding-bottom: 10px;
        }
        .hero-items .hero_sub_title{
          color: white;
          font-size: 15px;
          padding-bottom: 10px;
        }
        .hero-items .hero_pargraph{
          width: 54%;
            display: block;
            margin: 0 auto;
            color: white;
            padding-bottom: 30px;
            padding-top: 15px;
            line-height: 2;
        }
        .hero-items .btn-of-share-us{
          width: 200px;
          border-radius: 22px;
          background: #43789A;
          color: white;
          border: none;
          height: 50px;
        }
        .hero-items .last-page{
          color: #b3b3b3;
        }
        .hero-items p{
          color: white;
        }
        .hero_index .swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets{
          right: unset;
          left: 21px;
        }
        .hero_index .swiper-slide{
          background-repeat: no-repeat;
          background-size: cover;
          width: 100%;

        }
        .hero_index #overlay{
          position: fixed;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          /* background-image: url('../images/banner-shape.png'); */
          z-index: 2;
          cursor: pointer;
          background: rgb(67,120,154);
        background: linear-gradient(90deg, rgba(67,120,154,0.7903536414565826) 0%, rgba(67,120,154,0.9220063025210083) 89%);

        }
        .hero_index .content_container{
          z-index: 5000;
          margin-top: 60px;
        }
        .hero_index .content_container .content{
          width: 50%;
        }
        .hero_index .content_container .content h1{
          font-size: 59px;
          color: white;
        }
        .hero_index .content_container .content p{
          color: white;
        }
        .hero_index .swiper-pagination-bullet-active{
          color: #43789A;
        }
        .hero_index .button_of_hero{
          padding: 15px;
          width: 250px;
          border: none;
          background: initial;
          border-radius: 31px;
          border: 1px solid #FFFFFF;
          color: #FFFFFF;
          margin-top: 30px;
        }
        .hero_index .button_of_hero a{

          color: #FFFFFF;
        }
        .hero_index .button_of_hero:hover {
          background-color: var(--primary_color);
          border-color: var(--primary_color);
          transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
        }
/* end nav bar */
/* program and project */
.program_and_project .background_of_program_and_project{
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  padding-top: 100px;

}
.program_and_project .card{
  position: relative;
  bottom: -18px;
  z-index: 5;
}
.program_and_project .title_of_program {
  color: white;
}
.program_and_project .desc_of_program p{
  color: white;
}
.program_and_project .card_of_program{
  padding-right: 100px;
}
.program_and_project .card_of_program .card_title{
  color: #166093;
  font-size: 1.35rem;
  font-weight: 600;
}
.program_and_project .more_of_read_more{
  color: var(--secoundary_color);
  font-size: 16px;
  font-family: 'myFirstFont' !important;
}
.program_and_project .more_of_read_more:hover{
  color: var(--primary_color);
  font-size: 16px;
}
.program_and_project .image_of_card_of_program p  {
  font-size: 13px;
  line-height: 2.1;
}
.program_and_project .more_of_read_more i{
  padding-top: 2px;
}
.program_and_project .start_project_know{
  background-color: var(--secoundary_color);
  padding: 100px 15px;
}
.program_and_project .dsc_of_new_project{
  color: white;
}
.program_and_project .dsc_of_new_project p{
  color: white;
}
.program_and_project .btn-outline-more{
  color: #f0f0f0;
 background-color: var(--primary_color);
  border-radius: 8px;
  font-family: 'myFirstFont', sans-serif !important;
  width: 169px;
  padding: 13px;
}
.program_and_project .want_service{
  margin: auto;
}
.program_and_project .want_service button a{
  padding: 0px;
}
/* end program and project */
/* description_of_doctor */

/* start footer */
.footer{
  background-color: var(--secoundary_color);
}
.footer-logo{
  text-align: center;
  margin-bottom: 30px;
    justify-content: end;

}
.footer-logo img{
  border-radius: 10px;
}
.footer .title_of_category_footer{
  color: white;
  padding-bottom: 35px;
}
.footer ul {
  padding-right: 0px;
}
.footer ul li{
  list-style: none;
  padding-bottom: 11px;
}
.footer ul li i{
  color: white;
  padding-left: 6px;
}
.footer ul li a{
  font-size: 14px;
  color: white;
}

.footer ul li img{
  color: white;
  padding-left: 6px;
}
.footer ul li {
  font-size: 15px;
  color: white;
}
.footer .list_of_footer li:hover{
  margin-right: 10px;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;

}
.footer .list_of_footer li:hover i,
.footer .list_of_footer li:hover a{

  font-weight: bold;
}
/* end footer */
/* about home section */
.types_of_teath.about_us{
  background-color: unset;
}
/* end about home section */
/* start types_of_teath */
.types_of_teath{
  margin-top: 60px;
  margin-bottom: 60px;

}
.types_of_teath .sub_title_card{
  color: #ba0308;
}
.types_of_teath .main_title_of_type{
  color: #130947;

}
.types_of_teath .desc_of_type{
  color: #463457;
}
.types_of_teath .content_of_type_teath{
  list-style: none;
  padding: 0px!important;

}
.types_of_teath .content_of_type_teath li{
display: inline-block;
font-size: 18px;
font-family: 'secoundFont';
margin-bottom: 40px;
cursor: pointer;
font-family: 'myFirstFont';
  color:#0E204D ;
}
.types_of_teath .content_of_type_teath li .collapse .card {
  font-family: 'secoundFont';
  color:#0E204D ;
  font-size: 15px;
  line-height: 1.9;
}
.types_of_teath .content_of_type_teath li i {
  padding-left: 4px;
  color: var(--primary_color);
  padding-right: 7px;

  }
  .types_of_teath .image_of_type {
  border-radius: 15px;
  }
  .types_of_teath .image_of_type{
    width: 80%;
    margin: auto;
    max-height: 500px;
    overflow: hidden;
  }

  .types_of_teath .button_of_teath{
    width: 300px;
    padding: 20px;
    background: #ba0308;
    border-radius: 30px;
  border: none;
margin-bottom: 15px;}
    .types_of_teath .button_of_teath a{
color: white;}
.types_of_teath .image_of_waha_collaps .book_mark_waha{
  position: relative;
  z-index: 10;
  background-color: #ffffff;
  width: fit-content;
  color: #0E204D;
  left: 0px;
  bottom: 147px;
  font-family: 'secoundFont' !important;
  border-radius: 5px;
  padding: 6px 15px;
  width: 31%;
  text-align: center;
  overflow: hidden;

}
.types_of_teath .image_of_waha_collaps .book_mark_waha a h5{
  font-size: 18px;
  color: #0E204D;
}
/* end types_of_teath */

/* start news */
.new_of_teath {
    background-color: #EDF1F3;
    padding:70px 0px;
    padding-top: 102px;
    padding-bottom: 102px;
}
.new_of_teath .subtitle_of_news{
  color: var(--primary_color);
}
.new_of_teath .main_title_of_news{
  color: #130947;

}
.new_of_teath .desc_of_news{
  color: #463457;
}
.new_of_teath .desc_of_news{
  width: 50%;
  margin: 0 auto;
  margin-bottom: 60px;
}
.new_of_teath .desc_of_news_blog{
  color: #463457;
}
 .subtitle_of_news{
  color: var(--primary_color);
}
.main_title_of_news{
  color: #130947;

}
.desc_of_news{
  color: #463457;
}
.desc_of_news{
  width: 50%;
  margin: 0 auto;
  margin-bottom: 60px;
}
 .desc_of_news_blog{
  color: #463457;
}
.blog__item {
	margin-bottom: 45px;
	    width: 100%;
}
.blog__item .more_news{
  width: 100%;
  padding: 13PX;
  background: var(--primary_color);
  border-radius: 12px;
  border: none;
  margin-bottom: 15px;
  background: white;
  border: 1px solid #E0E0E0;
}
.blog__item .more_news:hover{
  background: var(--primary_color);
  border-radius: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  color: white;
}
.blog__item:hover a::after {
	width: 40px;
	background: var(--primary_color);
	cursor: pointer;

}


.blog__item__pic {
	height: 270px;
  border-radius: 15px;
  border-radius: 15px;
  max-height: 270px;
  border-radius: 15px;
  overflow: hidden;
  z-index: -7px;
}

.blog__item__text {
	padding: 30px 30px 25px;
	margin: 0 12px;
	margin-top: -35px;
	background: #ffffff;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
  border-radius: 13px;
  position: relative;
}

.blog__item__text span {
	color: #3d3d3d;
	font-size: 13px;
	display: block;
	margin-bottom: 10px;
}

.blog__item__text span img {
	margin-right: 6px;
}

.blog__item__text h5 {
	color: #0d0d0d;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 10px;
}

.blog__item__text a {

	color: #111111;

}

/*.blog__item__text a:after {*/
/*	position: absolute;*/
/*	left: 0;*/
/*	bottom: 0;*/
/*	width: 100%;*/
/*	height: 2px;*/
/*	background: #111111;*/
/*	content: "";*/
/*	-webkit-transition: all, 0.3s;*/
/*	-o-transition: all, 0.3s;*/
/*	transition: all, 0.3s;*/
/*}*/

.blog__item .blog__item__pic .product__hover {
	right: 20px;
	opacity: 1;
	cursor: pointer;

}

.blog__item:hover .blog__item__pic .product__hover li i {
color: var(--primary_color);
cursor: pointer;

}
.blog__item__pic .product__hover {
	position: absolute;
	right: -200px;
	top: 20px;
	-webkit-transition: all, 0.8s;
	-o-transition: all, 0.8s;
	transition: all, 0.8s;
	cursor: pointer;

}

.blog__item__pic .product__hover li {
	list-style: none;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;

}


.blog__item__pic .product__hover li i {
	background: #ffffff;
	padding: 13px;
	display: inline-block;
	color: black;
	border-radius: 50%;
	cursor: pointer;

}
.blog_more{
  width: 300px;
  padding: 20px;
  border-radius: 12px;
  border: none;
  margin-bottom: 15px;
  border: 1px solid var(--primary_color);
  color: var(--primary_color);
  margin-top: 30px;
  background: white;
}
.blog_more a{

  color: var(--primary_color);

}
.blog_more:hover{
  width: 300px;
  padding: 20px;
  border-radius: 12px;
  border: none;
  margin-bottom: 15px;
  border: 1px solid var(--primary_color);
  background-color: var(--primary_color);
  margin-top: 30px;
}
.blog_more:hover a{
  color: #f0f0f0;
}
/* end news */
/* start client_what_says */
.client_what_says{
  background-image: url('../images/shutterstock_431109490-1-1200x800.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px
}
.client_what_says .subtitle_of_message_client{
  color: white;
}
.client_what_says .main_message_of_client{
  color: white;
}
.client_what_says #overlay{
  position:absolute ;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(11,63,102);
  background:linear-gradient(90deg, rgb(67 120 154 / 97%) 0%, rgb(67 120 154) 89%);
    z-index: 0;
  cursor: pointer;
  opacity: .90;

}
.client_what_says .massege_of_client{
  z-index: 5000000;
}
.client_what_says .what_says_in_comment{
list-style: none;
}
.client_what_says .what_says_in_comment li{
  padding-right: 25px;
display: inline-block;
  }
  .client_what_says .what_says_in_comment li img{
    width: 70px;
    display: inline-block;      }
    .client_what_says .comment_carousal{
      margin-top: 35px;

    }
    .client_what_says .comment_carousal .icon_of_qouta{
      font-size: 35px;
    color: white;
    text-align: left;

    }

    .client_what_says .comment_carousal .paragraph_of_client{
      text-align: -webkit-right;    }
    .client_what_says .comment_carousal .what_says_in_comment .name_of_user{
      color: white;
      font-size: 18px;
    }
    .client_what_says .comment_carousal .paragraph_of_client p{
      color: var(--white_color);
    }
    .client_what_says .comment_carousal .what_says_in_comment span{
      font-size: 14px;
      font-weight: bold;
      color: #FFFFFF;
      font-family: 'secoundFont';
    }
    .client_what_says .comment_carousal .owl-nav{
      position: relative;
      left: 5%;
      font-size: 75px;
      bottom: 155px;
    }
    .client_what_says .comment_carousal .owl-next{
      margin-left: 15px;
      color: white;
    }
    .client_what_says .comment_carousal button.owl-next:focus,
    .client_what_says .comment_carousal button.owl-prev:focus{
      outline: none
    }
    .client_what_says .comment_carousal .owl-next span,
    .client_what_says .comment_carousal .owl-prev span{
      color: #ffffffc4;
    }
    .client_what_says.home_client .card {
      background-color:#20948C ;
      border-radius: 0px!important;
      margin-bottom: 30px;
    }
    .client_what_says .card .number_in_card{
      color: white;
    }
    .client_what_says .card .number_in_card{
      font-size: 43px;
      font-family: 'secoundFont';
      font-weight: bold;
    }
    .client_what_says .card .card-body{
      padding: 28px;
    }
    .client_what_says .card .title_of_card{
      color: #ffffffd6;
    font-size: 23px;
    }
    .client_what_says .card::after{
      content: "";
      display: block;
      height: 2px;
      width: 85%;
      color:var(--primary_color);
      border-bottom: 4px solid;
      margin: 0 auto;
    }
    .client_what_says .card:hover:after{
    color: #a68c2f;
    }
/* end client_what_says */

/* start copy right */
.copy_right{
  background-color: var(--secoundary_color);
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #707070;

}
@media screen and (max-width: 992px) {
  .s130 form .inner-form .input-field {
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .s130 form .inner-form .input-field.first-wrap .svg-wrapper {
    min-width: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 10px;
  }
  .s130 form .inner-form .input-field.first-wrap svg {
    width: 26px;
    height: 26px;
    fill: #222;
  }
  .s130 form .inner-form .input-field.second-wrap {
    min-width: 100px;
  }
  .s130 form .inner-form .input-field.second-wrap .btn-search {
    font-size: 13px;
  }
}


/* start partner */
.partners{
  background-color: #F3F6FB;
  padding-bottom: 50px;
}
.partners .card{
  height: 175.55px;
}
.partners .card .card-body{
  line-height: 140px;
  overflow:hidden;
}
.partners .card img{
  width: 100%;
height:95%;


}

.partners.partner_page_single .card img{
  width: 99%;
    height: 100%;
}
.partners h2::after{

  content: '';
  height: 3px;
  background: #08CC7F;
  width: 63px;
  display: block;
  text-align: 3;

  margin: 0 auto;
  padding-top: 10;
  margin-top: 10px;
}

.title_design h2::after{
  content: '';
  height: 3px;
  background: #08CC7F;
  width: 63px;
  display: block;
  text-align: 3;

  margin: 0 auto;
  padding-top: 10;
  margin-top: 10px;
}
.partners .card{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.partners .card:hover{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
/* end partner */
/* start magazine */
.magazine .btn-outline-more{
  border-color:var(--primary_color);
  width: 300px;
  margin-bottom: 50px;
  padding: 9px;
@me  height: 70px;color: var(--primary_color);
  border: 1px solid var(--primary_color);
  border-radius: 8px;
  background-color: unset;
  padding: 12px;
  color: var(--primary_color);

}

.magazine .btn-outline-more:hover{
  color: white;
  border-color:var(--primary_color);
  width: 300px;
  margin-bottom: 50px;
  padding: 9px;
  font-family: 'myFirstFont', sans-serif !important;
color: #f0f0f0;
  border-radius: 8px;
  background-color: var(--primary_color);
  padding: 12px;
  color: #f0f0f0;

}
.magazine h5{
  color: var(--primary_color);
}
/* end magazine */
/* start study */
 .header_top_of_registeration{
  background-color: white;
  box-shadow: 0 0 10px rgb(0 0 0 / 3%);
}
.title_of_login_page{
  font-weight: bold;
  color: var(--primary_color);
  border-right: 7px solid;
  padding-right: 25px;
}
.class_of_sub_title{
  color: var(--primary_color);
}
.image_of_study_card{
  max-height: 200px;
  overflow: hidden;
}
.card_of_study{
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
margin-bottom: 50px;
}

.card_of_study.card:hover{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.card_of_study .card-title{
  background: 0 0;
  line-height: 1.3;
  font-weight: 600;
  white-space: normal;
  font-size: .9rem;

}
.card_of_study .card-body{
  padding: 0px;
  padding-top: 15px
}
.card_of_study .card-footer{
  background-color: #2e9c95;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  color: white;

}
/* end study */
/* start study of post */
.study_post{
  margin-bottom: 50px;
}
.card_of_study_post {
  margin-top: 50px;
}
.card_of_study_post .card-header{
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
background-color: white;
}
.card_of_study_post .card-header h4{
  font-size: 1rem;
  margin: auto;
  font-weight: bold;
}
.card_of_study_post{
  box-shadow: 0 0 10px rgb(0 0 0 / 3%);
}
.card_of_study_post:hover{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.card_of_study_post .card-body{
  padding: 0px;
}
.card_of_study_post .title_of_study_post{
  font-size: 1.1rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.card_of_study_post .desc_of_post{
  padding-left: 30px;
}
.card_of_study_post .desc_of_post p{
  font-size: 1rem;
  color: #000000d9;
}
.card_of_study_post .image_of_study_post{
  max-height: 400px;
  overflow: hidden;
}
.card_of_study_post .card-footer{
  padding-left: 15px;
  padding-right: 15px;

}
.card_of_study_post .social {
  color: #343a40;
  padding: 0;
    overflow: hidden;
    line-height: 50px;
    background: #e3e3e3;
    border-radius: 0 0 10px 0px;
    flex-flow: row-reverse;

}
.card_of_study_post .card-footer .button_of_post{

  color: #f0f0f0;

    overflow: hidden;
    line-height: 50px;
    background: #338376;
    border-radius: 0 0 0px 10px;
    flex-flow: row-reverse;
}
.card_of_study_post .card-footer .button_of_post h6{
  line-height: 3;
}
.card_of_study_post .social .share_social{
  margin-left: 5px;
  color: #343a40;
  font-size: 1.2rem;
  font-family: 'myFirstFont';
  padding-right: 10px;
}
.card_of_study_post .social span.icons{
  color: gray;
  font-weight: 400;
  background: 0 0;
  font-size: 1.2rem;
  margin: 0;
  width: 32px;
  position: relative;
  top: -1px;
  padding: 7px;
}
.desc_of_project{
  margin-bottom: 50px;
}
.desc_of_project .side_bar_of_tab{
  background: #f8f8f8;
    color: #338376;
    border: 1px solid rgba(0,0,0,.10);
    border-radius: 9px;
}

.desc_of_project .side_bar_of_tab a{
  color: #000000d9;
}
.desc_of_project .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  color: #338376;
  background: #ffffff;
  font-weight: bold;
}
.desc_of_project .side_bar_of_tab{
  box-shadow: 0 0 10px rgb(0 0 0 / 3%);
  text-align: right;
  padding: 18px;
}
.desc_of_project:hover .side_bar_of_tab{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.desc_of_project .card_of_tab_desc{
  box-shadow: 0 0 10px rgb(0 0 0 / 3%);

}
.desc_of_project .card_of_tab_desc:hover{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}
.desc_of_project .card_of_tab_desc .tab-content .tab-pane p{
  font-size: 1rem;
  color: #555;
  font-weight: bold;
}
.desc_of_project .card_of_tab_desc .tab-content .tab-pane ul li{
  font-weight: 700;
  font-size: .9375rem;
  margin-bottom: 10px;
  color: #555;
  font-family: 'secoundFont';

}

.team_of_study .card_of_team{
  box-shadow: 0 0 10px rgb(0 0 0 / 3%);

}
.team_of_study .card_of_team:hover{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}
.team_of_study .card_of_team .team_data_list{
  list-style: none;
  text-align: right;
}
.team_of_study .card_of_team .team_data_list li h4{
  height: auto;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
}
.team_of_study .card_of_team .team_data_list li p{
  font-size: 14px;
  color: #7c7c7c;
  line-height: 1;
  margin-bottom: 0;
}
.team_of_study .card_of_team .team_data_list li a{
  font-size: 14px;
  color: var(--primary_color);
  line-height: 1;
  margin-bottom: 0;
  font-family: 'secoundFont';
}
.team_of_study .card_of_team .image_of_team{
  width: 70px;
  height: 70px;
}
.team_of_study .image_of_team img{
  border-radius: 50%;

  height: 100%;
  width: 100%;
  /* border-radius: 7px; */
  border: 5px solid rgba(0,0,0,.05);
}

/* end study of post */
/* start client_what_says */
.client_what_says{
  background-image: url('../images/banner-bg5.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  position: relative;
  padding: 70px;
}
.client_what_says .subtitle_of_message_client{
  color: white;
}
.client_what_says .main_message_of_client{
  color: white;
}
.client_what_says #overlay{
  position:absolute ;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:linear-gradient(90deg, rgb(67 120 154 / 97%) 0%, rgb(67 120 154) 89%);

  z-index: 0;
  cursor: pointer;
  opacity: .90;

}
.client_what_says .owl-carousel .owl-item img{
  width: 50px;
}
.client_what_says .massege_of_client{
  z-index: 5000000;
}
.client_what_says .what_says_in_comment{
list-style: none;
}
.client_what_says .what_says_in_comment li{
  padding-right: 25px;
display: inline-block;
  }
  .client_what_says .what_says_in_comment li img{
    width: 70px;
    display: inline-block;      }
    .client_what_says .comment_carousal{
      margin-top: 35px;

    }
    .client_what_says .name_of_client_comment{
      margin: auto 0;

    }
    .client_what_says .name_of_client_comment span{
      font-size: 18px;
      font-weight: bold;
      font-family: 'myFirstFont';
    }

    .client_what_says .comment_carousal .what_says_in_comment .name_of_user{
      color: white;
      font-size: 18px;
    }
    .client_what_says .comment_carousal .what_says_in_comment span{
      font-size: 14px;
      font-weight: bold;
      color: #FFFFFF;
      font-family: 'secoundFont';
    }
    /* .client_what_says .comment_carousal .owl-nav{
      position: relative;
      left: 16%;
      font-size: 75px;
      bottom: 155px;
    }
    .client_what_says .comment_carousal .owl-next{
      margin-left: 15px;
      color: white;
    }
    .client_what_says .comment_carousal button.owl-next:focus,
    .client_what_says .comment_carousal button.owl-prev:focus{
      outline: none
    }
    .client_what_says .comment_carousal .owl-next span,
    .client_what_says .comment_carousal .owl-prev span{
      color: #ffffffc4;
    } */
    .client_what_says .card {
      background-color: white;
      border-radius: 0px!important;
      margin-bottom: 30px;
    }
    .client_what_says .card-header{
      background-color: white;

    }
    .client_what_says .card .number_in_card{
      color: white;
    }
    .client_what_says .card .number_in_card{
      font-size: 27px;
      font-family: 'secoundFont';
    }
    .client_what_says .card .card-body{
      padding: 28px;
    }
    .client_what_says .card .title_of_card{
      color: white;
      font-size: 24px;
    }

    .client_what_says .card:hover:after{
    color:var(--secoundary_color);
    }
/* end client_what_says */
/* start blog content */
.blog_content.news_about_your_projerct{
  margin-top: 10px;
  margin-bottom: 50px;
}
.blog_content .list_of_blog{
  list-style: none;
  padding-right: 0px;
  margin: auto 0;
}
.blog_content .list_of_blog li{
display: inline-block;
padding-left: 12px;
font-size: 16px;
color: gray;
font-family: 'secoundFont';

}
.blog_content .list_of_blog .share_blog_content li{
  display: inline-block;
  padding-left: 0px;
  font-size: 16px;
  color: gray;
  font-family: 'secoundFont';

  }
.blog_content  .card{
  box-shadow: 0 0 10px rgb(0 0 0 / 3%);
  border-radius: 8px;
  margin-bottom: 20px;
}
.blog_content .card:hover{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.blog_content .card-header .list_of_blog li i{
  padding-left: 8px;
}
.blog_content .card-header{
border-top-right-radius: 9px;
border-top-left-radius: 9px;
background-color: white;


}
.blog_content .card-footer .list_of_blog li i{
  padding-left: 8px;
}
.blog_content .card-footer{
border-bottom-right-radius: 9px;
border-bottom-left-radius: 9px;
background-color: white;


}
.blog_content .share_blog_content ul{
  list-style: none;

}
.blog_content .share_blog_content li{
display: inline-block;
color: #868e96;
font-size: .9rem;

}
.blog_content .share_blog_content li.social_media {
  display: inline-block;
  line-height: 36px;
  width: 36px;
  border-radius: 5px;
  background: rgba(0,0,0,.03);
  vertical-align: middle;
  text-align: center;
  margin-right: 5px;
}
.blog_content .image_bg_of_cover_blog{
  max-height: 600px;
  overflow: hidden;
}
.blog_content .desc_of_blog_content h2{
 font-size: 1.375rem;
  margin-bottom: 10px;
  font-weight: bold;

}
.blog_content .desc_of_blog_content p{
margin-top: 10px;
  color: #111111;

 }
 .blog_content .sub_title_of_blg{
  color:#338376;
}
/* end blog content */
/* news_about_your_projerct start */
.news_about_your_projerct{
  margin-top: 50px;
  margin-bottom: 50px;
}
.news_about_your_projerct .image_news_about_your_project{
  max-height: 200px;
  overflow: hidden;
}
.news_about_your_projerct  .card{
  box-shadow: 0 0 10px rgb(0 0 0 / 3%);
  border-radius: 8px;
  margin-bottom: 20px;
  margin-top: 50px;
}
.news_about_your_projerct .card:hover{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.news_about_your_projerct .card .card-text{
  font-size: 13px;
  color: #868e96;
}
.news_about_your_projerct .card .card-title{
  font-size: 16px;
  font-weight: bold;
}
.news_about_your_projerct .card-footer{
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  background-color: white;


  }
  .news_about_your_projerct .card-header{
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
    background-color: #76bf39;
    color: white;


    }
      .news_about_your_projerct .card-header .text-muted{
              color: white !important;
      }
  .news_about_your_projerct .search_button{
    width: 100%;
    background: var(--primary_color);
    color: white;
  }
  .news_about_your_projerct .search_input{
    background-color: white;
  }
  .news_about_your_projerct .category_list_of_blog{
    list-style: none;
  }
  .news_about_your_projerct .category_list_of_blog li{
    font-size: 15px;
    font-weight: 600;
    color: #868e96;
    border-bottom: 1px solid rgba(0,0,0,.1);
    line-height: 38px;
    padding-bottom: 6px;
  }
  .news_about_your_projerct .category_list_of_blog li:hover a{
  padding: 0 10px;
  color:var(--primary_color) ;
  }
  .news_about_your_projerct .category_list_of_blog li a{
    color: #868e96;
  }
.news_about_your_projerct .list_of_blog{
  list-style: none;
  padding-right: 0px;
  margin: auto 0;
}
.news_about_your_projerct .list_of_blog li{
display: inline-block;
padding-left: 12px;
font-size: 16px;
color: gray;
font-family: 'secoundFont';

}
.news_about_your_projerct  .card_of_vedio .card-header{

  color: black;
  border-top-right-radius: 9px;
    border-top-left-radius: 9px;
}
.news_about_your_projerct .another_courses{
  padding-right: 0px;
}
.news_about_your_projerct  .another_courses .title_of_another_course{
  font-size: 14px;
  line-height: 1.5;
  color: black;
  height: 42px;
  overflow: hidden;
}
.news_about_your_projerct  .another_courses .title_of_another_course a{
  color: black;
}
.news_about_your_projerct .news_blogs{
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding-bottom: 20px;
  padding-top: 20px;
}
.news_about_your_projerct  .another_courses .trainer_of_another_course{
  font-weight: 300;
  font-family: 'secoundFont' !important;
  font-size: 14px;
}
.social_padding .social_media{
  padding-left: 0px !important;
}
.social_padding ul li i{
  padding-left: 0px !important;
}
.keyword_card .card-header h6{

  font-size: 1rem;
  color: #868e96;

}
.keyword_card .card-header h6 i{
  padding-left: 10px;
}
.keyword_card .card-body ul{
  list-style: none;

}.keyword_card .card-body ul li{
 display: inline-block;
 margin-left: 10px;
 background-color:var(--primary_color) ;
 color: white;
 padding: 7px;
 border-radius: 15px;
 font-family: 'secoundFont';
 margin-bottom: 7px;
}
/* news_about_your_projerct end */
/* start registeration */
.registeration{
  margin-bottom: 80px;
}
.registeration .danger-color{
  color: red;
  font-size: 16px;
}
.registeration .title_of_login_page{
  font-weight: bold;
  color: var(--primary_color);
  border-right: 7px solid;
  padding-right: 25px;
}
.registeration .class_of_sub_title{
  color: var(--primary_color);
}
.registeration .header_top_of_registeration{
  background-color: white;
  box-shadow: 0 0 10px rgb(0 0 0 / 3%);
}
.registeration  .card{
  box-shadow: 0 0 10px rgb(0 0 0 / 3%);
}
.registeration .card:hover{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.registeration .title_under_login{
  font-size: 1.3rem;
  color: #343a40;
  font-weight: bold;
}
.registeration .img_logo_for_registeration{
  margin-bottom: 15px;
}
.registeration .img_logo_for_registeration img{
  width: 140px;
}
.registeration .head{
  text-align: center;
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding-bottom: 25px;
  margin-bottom: 14px;
}
.registeration .form-group{
  margin-bottom: 0px;
}
.registeration label{
  font-size: .9375rem;
    margin-bottom: 10px;
    display: block;
    color: #555;
    font-weight: 600;
}
.registeration input{
  padding: 21px;
  background: white;
}

.registeration .login_card button{
  background: var(--primary_color);
  border: none;
  padding: 10px 95px;}
.registeration .login_card {
height: 100%;
width: 80%;
}
.registeration .login_card.login{
  height: 100%;
  width: 50%;
  }
.registeration .form-check{
  margin: auto;
}
.registeration .container_of_login{
  width: 100%;
  padding-right: 42px;
  padding-left: 42px;
  margin-right: auto;
  margin-left: auto;
}
.registeration .register_button button{
  width: 90%;
  margin-top: 40px;
}


.registeration input.placeholder {
  font-size: 12px;
}

.registeration input:-moz-placeholder {
  font-size: 12px;

}

.registeration input::-webkit-input-placeholder {

  font-size: 12px;

}

/* The container */

/*
/* Hide the browser's default checkbox */
/* .container .form-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.container .form-check input
.container .form-check label{
  margin-right: 15px;
}
/* Create a custom checkbox */
/* .form-check .checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.form-check.dashboard_check .checkmark {
  position: absolute;
  top: 74%;
  right: 43%;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
.form-check .dashboard_check {
  margin-top: 30px;
  border: 1px solid #F1F4F7;
    padding-top: 16px;
    height: 200px;
}
.form-check.dashboard_check label{
  margin-top: 15px;
}
.form-check.dashboard_check i{
  font-size: 75px;
  color: #DEE3E5;
}
.container .form-check.dashboard_check label{
  margin-right: 0px;
}  */
/* On mouse-over, add a grey background color */
.container:hover .form-check input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container .form-check input:checked ~ .checkmark {
  background-color: var(--primary_color);
}

/* Create the checkmark/indicator (hidden when not checked) */
.form-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container .form-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .form-check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* end registeration */
.dashboard  .card{
  box-shadow: 0 0 10px rgb(0 0 0 / 3%);
  margin-bottom: 50px;
}
.dashboard .card .card-subtitle{
  font-size: 19px;
}
.dashboard .card:hover{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.dashboard .card-header .list_of_blog li i{
  padding-left: 8px;
}
.dashboard .icon_of_add_img{
  position: relative;
  bottom: 25px;
  right: 33px;
}
.dashboard .icon_of_add_img i{
  background: var(--primary_color);
  padding: 10px;
  border-radius: 50%;
  COLOR: WHITE;
}
.dashboard .name_of_client{
  color: #000000b5;
  font-size: 23px;
}
.dashboard .edit_icon_profile a{
  font-size: 23px;
  color: #8080809e;
}
.dashboard .walet_icon_profile a{
  font-size: 64px;
  color: #8080809e;
}
.dashboard .walet_name_of_client{
  font-family: 'secoundFont' !important;
  font-size: 36px;
  margin-top: 10px;
}
.dashboard .wallet_title{
  font-size: 18px;
  font-family: 'secoundFont' !important;

}
.dashboard .action_of_walet{
  list-style: none;
  text-align: right;
  padding-right: 0px;
}
.dashboard .card-footer{
  background-color: #ffffff;
}
.dashboard .action_of_walet li{
  display: inline-block;
  font-size: 18px;

}
.dashboard .action_of_walet li a{
  color: var(--primary_color);
  font-family: 'myFirstFont' !important;
}
.dashboard .chat_name_of_client{
  font-size: 18px;
  margin-top: 14px;

}
.dashboard .chat_title{
  font-size: 13px;
}
.dashboard .chat_btn{
  width: 100%;
    padding: 10px;
    background-color: var(--primary_color);
    border: none;
}
.dashboard .name_of_client span{
  background: #F1F4F8;
  border-radius: 5px;
  padding: 5px;
  font-family: 'secoundFont';
  margin-right: 15px;
  color: var(--primary_color);
  font-size: 15px;
}
.dashboard .recenet_activity .card-header{
  background: white;

  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}
.dashboard .recenet_activity .card-header h5{
  margin: auto 0;
}
.dashboard .recenet_activity .card-body{
  padding: 0px !important;
}
.form_personal_information form input,.form_personal_information form select{
  background-color: #fff;

}
.form_personal_information form label{
  color: gray;
}
.form_personal_information .edit_forms form button{
  width: 200px;
  padding: 10px;
  border-radius: 7px;
  background: var(--primary_color);
  border: none;

}
.form_personal_information .edit_forms form button:hover{
  width: 200px;
  padding: 10px;
  border-radius: 7px;
  background: var(--primary_color);
  border: none;

}
.form_personal_information .dawnload_class{
  margin-top: 31px;
}
.form_personal_information .dawnload_class a{
  font-size: 20px;
  font-family: 'myFirstFont';
  color: #6c757d!important;
}
.form_personal_information form button.search_filer{
  width: 200px;
  padding: 10px;
  border-radius: 7px;
  border: 1px solid var(--primary_color);
  background-color: unset;
  color:var(--primary_color) ;


}
.form_personal_information form button.search_filer:hover{
  width: 200px;
  padding: 10px;
  border-radius: 7px;
  background: var(--primary_color);
  border: 1px solid var(--primary_color);
color: white;
}
.form_personal_information .bs-stepper .step-trigger{
  display: inline-block;
}
.form_personal_information .bs-stepper .bs-stepper-header .line{
  display: none;
}
.form_personal_information .bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-box{
  margin-bottom: 10px!important;
  margin: auto;
}
.form_personal_information .bs-stepper .bs-stepper-header .step .step-trigger{
  padding: 10px;
}
.form_personal_information .bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label .bs-stepper-title{
  font-size: 11px;
}
.form_personal_information .bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label{
  margin-top: unset;
    margin-right: unset;
}
.form_personal_information .bs-stepper.wizard-modern .bs-stepper-content{
  background-color: unset;
  box-shadow: unset;
}
.form_personal_information .bs-stepper .bs-stepper-header .step.active .step-trigger .bs-stepper-label .bs-stepper-title{
  color: var(--primary_color);
}
.form_personal_information .bs-stepper .bs-stepper-header .step.active .step-trigger .bs-stepper-box{
  background-color: var(--primary_color);
}
.form_personal_information .justify-content-between .btn.waves-float{
  direction: ltr;
  background-color: var(--primary_color);
  border: none;

}
.form_personal_information form label.title{
  font-size: 16px;
  font-weight: bold;
}
@media (max-width:567px) {
  .section-padding {
    margin: unset;
    padding: unset;
}
.choose_and_take .card {
width: 100% !important;
}
.choose_and_take .button-accept button {

  width: 200px;

}
.registeration .login_card {
  height: 100%;
  width: 100% !important;
  }
}

@media (max-width:768px) {
  .hero_index .content_container .content{
    width: 100%;
  }

  .client_what_says .comment_carousal .owl-nav{
    left: unset;
  }
  .add_form_employe{
    width: 95%;
  }
  .program_and_project .card{
    margin-bottom: 27px;
  }
  .owl-carousel .owl-item img{
    height: 100%;
  }
}
@media (max-width:820px){
  .client_what_says .comment_carousal .owl-nav{
    left: unset;
  }
}
@media (max-width:567px) {
  .client_what_says .comment_carousal p{
    width: 100%;
  }
  .client_what_says .comment_carousal .owl-nav{
    left: unset;
  }
  .our_team .desc_of_team{
    width: 100%;
  }
  .program_and_project .card_of_program{
    padding-right: unset;
  }
  .swiper-slide img{
    display: none !important;
  }
  .sticky-wrapper.is-sticky .site-navbar .site-logo a img{
    width: 66px!important;
  }
     .site-navbar .site-logo a img{
             width: 66px!important;

     }
  .site-navbar-wrap .site-navbar-top .more_links a{
    line-height: unset;
    border: unset;
  }
  .image_of_add_new_project{
    text-align: right;
    padding-bottom: 25px;
  }

  .social-icon a {
    padding: 11px;
  }
}
.social-icon{
  line-height: 29px;
}
.form-control{
  background-color: #FAFAFA;
  border: 1px solid #eee; }

  /* class="title_of_fund" */
  .title_of_fund{
    font-weight: bold;
  }
  .dashboard .hr-botom{
    border-bottom: 1px solid #80808045;
    margin-bottom: 7px;
  }
  .dashboard .modal-button{
    background: var(--primary_color);
    border: none;
  }
  /* widthdraw page */
  .bg-widthdraw{
    background: rgb(63,141,205);
background: linear-gradient(90deg, rgba(63,141,205,1) 0%, rgba(15,95,158,1) 100%);
border-radius: 9px;
margin-bottom: 17px;
height: 100%;
  }
  .bg-widthdraw-light{
background-color: #F2F5F6;
height: 100%;
border-radius: 9px;
padding-top: 9%;
    padding-bottom: 9%;
  }
  .add_new_desc i{
    color: var(--primary_color);
    font-size: 24px;
  }
  .add_new_desc a h4{
    color: #000000de;

  }
  .bank_icon i{
    font-size: 40px;
    color: white;
  }
  .bank_icon{
  border-left: 1px solid #80808063;
 }
 .bank_icon .icon{
  position: relative;
  top: 33%;
 }
  .widthdraw_desc{
    color: white;
  }
  .widthdraw_desc h3{
    font-family: 'secoundFont' !important;
  }
  .site-navbar-top.site-navbar-bottom{
    background-color: var(--primary_color);
    border-bottom: none;
  }
  .site-navbar-bottom{
    margin-top: 95px;
  }
  .site-navbar-top.site-navbar-bottom ul{
    list-style: none;
  }
  .site-navbar-top.site-navbar-bottom ul li{
   display: inline-block;
   padding-left: 10px;
   padding-right: 10px;
   line-height: 33px;
  }
  /* end width draw */

/* faq section */
/* body{margin-top:20px;} */
.section_padding_130 {
  padding-top: 130px;
  padding-bottom: 130px;
}
.faq_area {
  position: relative;
  z-index: 1;
  background-color: #f5f5ff;
}

.faq-accordian {
  position: relative;
  z-index: 1;
}
.faq-accordian .card {
  position: relative;
  z-index: 1;
  margin-bottom: 1.5rem;
}
.faq-accordian .card:last-child {
  margin-bottom: 0;
}
.faq-accordian .card .card-header {
  background-color: #ffffff;
  padding: 0;
  border-bottom-color: #ebebeb;
}
.faq-accordian .card .card-header h6 {
  cursor: pointer;
  padding: 1.75rem 2rem;
  color: #2ba39b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.faq-accordian .card .card-header h6 span {
  font-size: 1.5rem;
}
.faq-accordian .card .card-header h6.collapsed {
  color: #070a57;
}
.faq-accordian .card .card-header h6.collapsed span {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.faq-accordian .card .card-body {
  padding: 1.75rem 2rem;
}
.faq-accordian .card .card-body p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
  .support-button p {
      font-size: 14px;
  }
}

.support-button i {
  color: #3f43fd;
  font-size: 1.25rem;
}
@media only screen and (max-width: 575px) {
  .support-button i {
      font-size: 1rem;
  }
}

.support-button a {
  text-transform: capitalize;
  color: #2ecc71;
}
@media only screen and (max-width: 575px) {
  .support-button a {
      font-size: 13px;
  }
}
.gray_box{
background-color: #f5f5ff;
}
/* end faq */

.header_top_of_registeration{
  background-color: white;
  box-shadow: 0 0 10px rgb(0 0 0 / 3%);
}
.title_of_login_page{
  font-weight: bold;
  color: #504d4d;
  border-right: 7px solid var(--primary_color);
  padding-right: 25px;
}
.class_of_sub_title{
  color: var(--primary_color);
}
.image_of_study_card{
  max-height: 200px;
  overflow: hidden;
}
.card_of_study{
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
margin-bottom: 50px;
width: 100%;
height: 91%;
}

.card_of_study.card:hover{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.card_of_study .card-title{
  background: 0 0;
  line-height: 1.3;
  font-weight: 600;
  white-space: normal;
  font-size: .9rem;

}
.card_of_study .card-body{
  padding: 0px;
  padding-top: 15px
}
.card_of_study .card-footer{
  background-color: #0869ffc7;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  color: white;

}
/* end study */
.news_about_your_projerct .last_news .card{
  margin-top: 0px;
}
.content_contact h3{
font-size: 19px;
}
.content_contact h3 a{
font-size: 19px;
color: #343a40;
}
.content_contact h3 i{
font-size: 19px;
padding-left: 11px;
color: gray;
}

.content_contact h3 .dash{
color: gray;
}

.content_contact h3:hover i,.content_contact h3:hover .dash,.content_contact h3:hover a{
color: var(--primary_color);
}

.content_contact_message h3{
margin-top: 20px;
border-right: 4px solid var(--primary_color);
padding-right: 20px;
font-size: 21px;
font-weight: bold;
color: var(--primary_color);
}
textarea.form-control{
height: auto !important;
}
.content_contact_message button{
padding: 8px 33px;

}
.content_contact_message  button{
  background-color: var(--primary_color);
}
.card{
border: none !important;
border-radius: 9px;
}
.content_contact_message input{
border-radius: 5px;
outline: none;

}
.content_contact_message select{
border-radius: 5px;
}

.content_contact_message input:focus,.content_contact_message select:focus,.content_contact_message textarea:focus{
outline: none;
border: 1px solid #007bff;
border-radius: 6px;
}
/* ::placeholder selector with vendor prefixes for diff browers */
.content_contact_message input::-webkit-input-placeholder,.content_contact_message select::-webkit-input-placeholder {
color: rgb(184, 184, 184);
opacity:1;

}
.content_contact_message input::-webkit-input-placeholder,.content_contact_message select::-webkit-input-placeholder {
color: rgb(184, 184, 184);
opacity:1;
}
.content_contact_message input::-webkit-input-placeholder,.content_contact_message select::-webkit-input-placeholder {
color: rgb(184, 184, 184);
opacity:1;
}
/* start courses */
.button_of_courses a{
  background-color: var(--primary_color);
  width: 100%;
  border: none;
}
.button_of_courses a:hover{
  background-color: var(--secoundary_color);

}
/* end courses */


/* postdetails */
.img_of_post_details{
  margin-bottom: 30px;
  overflow: hidden;
  margin-bottom: 30px;
    overflow: hidden;
    max-height: 218px;
    border-radius: 5px;
}
.img_of_post_details:hover{

  overflow: hidden;
}
.img_of_post_details img{
  min-height: auto;
}

.postdetails .pagination{
  padding-right: 0px;
}
.postdetails .pagination li{
  margin-right: 15px;
}
.postdetails .pagination-lg .page-item .page-link{
  border-radius: 7px;
  color: #000;

}
.postdetails .pagination-lg .page-item .page-link{
  border-radius: 7px;
  color: #000;

}
.postdetails .pagination-lg .page-item .page-link:hover{
  background-color: #0AB896;
  border: #0AB896;
color: white;
}
.postdetails .page-item.active .page-link{
  background-color: #0AB896;
  border: #0AB896;
  color: white;
}
.postdetails.new_of_teath{
  background-color: unset;
}
/* post details end */


/* profile Page  */

.profile .form-control:focus {
  box-shadow: none;
  border-color: var(--primary_color)
}

.profile .profile-button {
  background: var(--primary_color);
  box-shadow: none;
  border: none;
  padding: 10px 51px;
}

.profile .profile-button:hover {
  background: var(--primary_color)
}

.profile .profile-button:focus {
  background: var(--primary_color);
  box-shadow: none
}

.profile .profile-button:active {
  background: var(--primary_color);
  box-shadow: none
}

.profile .back:hover {
  color: var(--primary_color);
  cursor: pointer
}

.profile .labels {
  font-size: 13px
}
 .profile .nav.nav-tabs{
  display: block;
  width: 100%;
  padding: 0px;
 }
 .profile .nav.nav-tabs button{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;

 }

 .profile .nav.nav-tabs button.active{
background-color: var(--primary_color);
color: white;

 }
 .profile .nav.nav-tabs button:focus{
  outline: none;
 }
.add-experience:hover {
  background: var(--primary_color);
  color: #fff;
  cursor: pointer;
  border: solid 1px var(--primary_color)
}

.profile .courses i{
  font-size: 27px;
}
.profile .courses {
  padding: 18px 27px;
    background: var(--primary_color);
  color: white;
  border-radius: 14px;
}
.profile .courses_dawrat{
  background-color: var(--secoundary_color);
}
/* end profile page */
/* start choose_and_take" */
.choose_and_take{
  padding-top: 50px;
  padding-bottom: 50px;
}
.choose_and_take .form-check-label{
  margin-right: 20px;
  font-size: 18px;
}
.choose_and_take .form-check{
  margin-bottom: 20px;
}
.choose_and_take .card-body{
  padding: 0px !important;
}

.choose_and_take .card{
  border: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 0 auto;
  padding: 55px!important;
}
.choose_and_take .card:hover{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.choose_and_take .card-title{
  font-size: 19px;
}

.choose_and_take .card-body i{
  font-size: 39px;
  color: #43789A;
}
.choose_and_take .description-subtitle{
  color: #43789A;
}
.choose_and_take .description-title{
  color: #283B6A;
}
.choose_and_take form{
  direction: rtl;
  text-align: right;
  margin-top: 52px;
}
.choose_and_take form input{
  background: #FAFAFA;
  border: none;
  margin-bottom: 50px;

}
.choose_and_take form input:focus{
outline: #43789A !important;
}
.choose_and_take .button-accept button{
  padding: 14px;
    width: 300px;
    background: #43789A;
    border: none;
    border-radius: 50px;
    margin-top: 50px;

}
/* end choose_and_take" */
/* start membership */
.important_notes li{
  font-size: 17px;
  font-family: "secoundFont";

}

.memberShipDesc ol li{
  font-size: 17px;
  font-family: "secoundFont";
  padding-top: 10px;
}
.memberShipDesc .adweya_type{
  padding: 16px 25px;
  background: var(--primary_color);
  border-radius: 9px;
  text-align: center;
  color: white;
height: 100%;

}
.memberShipDesc .subscribe_button a{
  padding: 13px 109px;
  background-color: var(--primary_color);
  border: none;
}
.memberShipDesc .subscribe_button a:hover{
  padding: 13px 109px;
  background-color: var(--secoundary_color);
  border: none;
}


 .subscribe_button a{
  padding: 13px 109px;
  background-color: var(--primary_color);
  border: none;
}
 .subscribe_button a:hover{
  padding: 13px 109px;
  background-color: var(--secoundary_color);
  border: none;
}
/* end membership */

/* lawaeh_alseyasat */
.lawaeh_alseyasat{
  padding-top: 0px;
}
.lawaeh_alseyasat a{
  padding: 6px 36px;
  background-color: var(--primary_color);
  border: none;
}
/* end lawaeh_alseyasat */
/* all news */

.search_side{
  margin-top: 70px;
  margin-bottom: 70px;

}

.s130 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
      font-family: 'Open Sans', sans-serif !important;
  background: url("../images/Searchs_130.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 15px;
}

.s130 form {
  width: 100%;
  max-width: 790px;

}

.s130 form .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 60px;
  overflow: hidden;
  margin-bottom: 30px;
}

.s130 form .inner-form .input-field {
  height: 68px;
}

.s130 form .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #000;
}

.s130 form .inner-form .input-field input.placeholder {
  color: #7D7D7D;
  font-size: 12px;
  font-family: 'secoundFont';
}

.s130 form .inner-form .input-field input:-moz-placeholder {
  color: #7D7D7D;
  font-size: 12px;
  font-family: 'secoundFont';

}

.s130 form .inner-form .input-field input::-webkit-input-placeholder {
  color: #7D7D7D;
  font-size: 12px;
  font-family: 'secoundFont';

}

.s130 form .inner-form .input-field input:hover, .s130 form .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}

.s130 form .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #ffffff;
}

.s130 form .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.s130 form .inner-form .input-field.first-wrap .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.s130 form .inner-form .input-field.first-wrap svg {
  width: 36px;
  height: 36px;
  fill: #222;
}

.s130 form .inner-form .input-field.second-wrap {
  min-width: 216px;
}

.s130 form .inner-form .input-field.second-wrap .btn-search {
  height: 85%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: var(--primary_color);
  transition: all .2s ease-out, color .2s ease-out;
  font-weight: 300;
  margin: 0px;
  border-radius: 60px;
  margin-top: 5px;
  /* margin-right: 58px; */
  left: 5px;
}

.s130 form .inner-form .input-field.second-wrap .btn-search:hover {
  background: var(--secoundary_color);
}

.s130 form .inner-form .input-field.second-wrap .btn-search:focus {
  outline: 0;
  box-shadow: none;
}

.s130 form .info {
  font-size: 15px;
  color: #ccc;
  padding-left: 26px;
  display: block;
  text-align: center;

}

.s130 .search_box{
  JUSTIFY-CONTENT: center;
  text-align: -webkit-center;}

.new_of_teath.new_without_bg{
  background-color: unset;
}

li.has-children.logout-class a button {
    font-size: 11px;
}
@media screen and (max-width: 992px) {
  .s130 form .inner-form .input-field {
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .s130 form .inner-form .input-field.first-wrap .svg-wrapper {
    min-width: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 10px;
  }
  .s130 form .inner-form .input-field.first-wrap svg {
    width: 26px;
    height: 26px;
    fill: #222;
  }
  .s130 form .inner-form .input-field.second-wrap {
    min-width: 100px;
  }
  .s130 form .inner-form .input-field.second-wrap .btn-search {
    font-size: 13px;
  }
}

@media (max-width:567px) {

.choose_and_take .card {
width: 100% !important;
}
.choose_and_take .button-accept button {

  width: 200px;

}
}

/* start about_us */
.about_us .about_us_details{
    color:#2D3E50 ;
}
.about_us .desc_one_of_about{
    color: #2D3E50;
    font-size: 14px;
}
.about_us .img_div_about{
    height: 350px;
    overflow: hidden;
    border-radius: 15px;
}
.about_us{
    margin-bottom: 50px;
}
/* end about_us */

/* numbers_of_geted start */
.numbers_of_geted{
    margin-bottom: 50px;
}
.numbers_of_geted .numer_of_family{
    color: var(--primary_color);
    font-size: 37px;
    font-family: 'secoundFont';
}
.numbers_of_geted .title_of_number{
    font-family: 'secoundFont';
}
/* end numbers_of_geted */


/* photo album */
.albums_of_photo{
    margin-top: 50px;
    padding-bottom: 50px;
}
.albums_of_photo .card{
    overflow: hidden;
    border-radius: 10px;
    padding: 10px;
}
.albums_of_photo .card-body{
    padding-top: 0px!important;

}
.albums_of_photo h2::after{

    content: '';
    height: 3px;
    background: #43789A;
    width: 63px;
    display: block;
    text-align: 3;

    margin: 0 auto;
    padding-top: 10;
    margin-top: 10px;
}
.albums_of_photo .card{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.albums_of_photo .card:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.albums_of_photo .date-of-card{
    position: relative;
    z-index: 10;
    background-color: #43789A;
    width: fit-content;
    color: white;
    right: 15px;
    top: -46px;
    font-family: 'secoundFont' !important;
    border-radius: 5px;
    padding: 6px 15px;

}
.albums_of_photo .card-paragraph{
    font-size: 19px;
    color: black;
    font-family: 'myFirstFont' !important;

}
.albums_of_photo .card{
    margin-bottom: 30px;
}
.albums_of_photo .btn-outline-more{
    color: #43789A;
    border-color: #43789A;
    width: 161px;
    border-radius: 22px;
    margin-bottom: 30px;
    margin-top: 30px;

}
.albums_of_photo .card-text.text-muted{
    font-size: 14px;
    line-height: normal;
}

.albums_of_photo .pagination{
    padding-right: 0px;
}
.albums_of_photo .pagination li{
    margin-right: 15px;
}
.albums_of_photo .pagination-lg .page-item .page-link{
    border-radius: 7px;
    color: #000;

}
.albums_of_photo .pagination-lg .page-item .page-link{
    border-radius: 7px;
    color: #000;

}
.albums_of_photo .pagination-lg .page-item .page-link:hover{
    background-color: #43789A;
    border: #0AB896;
    color: white;
}
.albums_of_photo .page-item.active .page-link{
    background-color: #43789A;
    border: #43789A;
    color: white;
}

/* end album */

.adweya_type p {
    color:white;
}
.owl-carousel .owl-stage-outer{
    z-index: 99999;
}
ul.dropdown.right_drop {
    right: 100%;
    left: unset !important;
}
li.has-children.report a:before{
    display: none;
}
