* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border: none;
  outline: none; }
  @-webkit-keyframes l-rotate {
    0% { -webkit-transform: rotate(0deg); }
    50% { -webkit-transform: rotate(-180deg); }
    100% { -webkit-transform: rotate(-180deg); }
}

@-webkit-keyframes r-rotate {
    0% { -webkit-transform: rotate(0deg); }
    50% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(-180deg); }
}

@-webkit-keyframes fadeout {
    0% { opacity: 1; }
    100% { opacity: 0.5; }
}
@font-face {
  font-family: "IBMPlexSansArabic-Regular";
  src: url(../fonts/IBMPlexSansArabic-Regular.ttf); }
@font-face {
  font-family: "IBMPlexSansArabic-Medium";
  src: url(../fonts/IBMPlexSansArabic-Medium.ttf); }
@font-face {
  font-family: "IBMPlexSansArabic-Bold";
  src: url(../fonts/IBMPlexSansArabic-SemiBold.ttf); }
@font-face {
  font-family: "Questv-Regular";
  src: url(../fonts/Questv-Regular.otf); }
@font-face {
  font-family: "IBMPlexSansArabic-ExtraBold";
    src: url(../fonts/IBMPlexSansArabic-Bold.ttf); }
.font-normal {
  font-family: "IBMPlexSansArabic-Regular"; }

.font-medium {
  font-family: "expoArabic-medium"; }

.font-bold {
  font-family: "IBMPlexSansArabic-Bold"; }

.font-extraBold {
  font-family: "IBMPlexSansArabic-ExtraBold"; }

.font-light {
  font-family: "expoArabic-Light"; }

a:hover,
a:focus {
  text-decoration: none; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #1A1A1A; }

p {
  margin: 0;
  color: #5B6674; }

h4,
h5,
h6 {
  line-height: 1.9; }

input,
textarea,
a,
button {
  outline: none !important; }

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

a {
  color: #0E8D44; }

a:hover {
  color: #0E8D44; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

body {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  font-family: "IBMPlexSansArabic-Medium";
  color: #5B6674;
  direction: rtl;
  text-align: right; }

.font-semi-bold {
  font-weight: 600 !important; }

.font-bold {
  font-weight: 700 !important; }

button,
input,
optgroup,
select,
textarea {
  font-family: 'Cairo', sans-serif; }

.form-control {
  height: 55px;
  background-color: #F2F6FA !important;

   border-radius: 10px;
  box-shadow: none;
  padding: .375rem 1.4rem;
  font-size: 16px;
  color: #777777; }
  .form-control.control-lg {
    height: 50px !important; }
.form-group label{
  font-weight: bold;
  font-size: 15px;
}
textarea.form-control {
  border-radius: 10px;
   background-color: #F2F6FA; }

.form-control:focus {
  box-shadow: none;
  background-color: #EFEFEF;
  border-color: #00214E; }

textarea.form-control:focus {
  border-color: #00214E; }

.input-icon {
  position: relative; }
  .input-icon .form-control {
    padding-left: 50px; }
  .input-icon .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px; }

.textarea-icon {
  position: relative; }
  .textarea-icon .form-control {
    padding-left: 50px !important; }
  .textarea-icon .icon {
    position: absolute;
    left: 20px;
    top: 20px; }

.main-wrapper {
  position: relative;
  min-height: 100%;
  overflow: hidden; }

.bg-general {
  background-color: #0E8D44 !important; }

.color-general {
  color: #0E8D44 !important; }

.hover-color-green {
  transition: color .2s ease-in-out; }
  .hover-color-green:hover {
    color: #0E8D44 !important; }

.hover-color-red {
  transition: color .2s ease-in-out; }
  .hover-color-red:hover {
    color: #B41C50 !important; }

button {
  cursor: pointer; }

.pointer {
  cursor: pointer; }

.main-content {
  padding: 60px 0px; }

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: none; }

.loader-page {
  background: #f8f8f8;
  color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.loader-page span {
  position: absolute;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  -webkit-animation: loader3 1.5s linear infinite;
  animation: loader3 1.5s linear infinite;
  background-color: #0E8D44; }

.loader-page span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s; }

@keyframes loader3 {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.8; }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0; } }
@-webkit-keyframes loader3 {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.8; }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0; } }
@media (min-width: 992px) {
  .page-header .title-page {
    font-size: 22px; } }
@media (max-width: 991px) {
  .page-header .title-page {
    font-size: 16px; } }
.row.row-md {
  margin-right: -8px;
  margin-left: -8px; }

.row.row-md > [class*=col-] {
  padding-right: 8px;
  padding-left: 8px; }

.row.row-sm {
  margin-right: -3px;
  margin-left: -3px; }

.row.row-sm > [class*=col-] {
  padding-right: 3px;
  padding-left: 3px; }

.row.row-lg {
  margin-right: -40px;
  margin-left: -40px; }

.row.row-lg > [class*=col-] {
  padding-right: 40px;
  padding-left: 40px; }

::placeholder {
  color: #9C9C9C !important;
  font-size: 16px !important;
  font-family: "IBMPlexSansArabic-Regular"; }

::-moz-placeholder {
  color: #9C9C9C !important;
  font-size: 16px !important;
  font-family: "IBMPlexSansArabic-Regular"; }

::-ms-placeholder {
  color: #9C9C9C !important;
  font-size: 16px !important;
  font-family: "IBMPlexSansArabic-Regular"; }

::-o-placeholder {
  color: #9C9C9C !important;
  font-size: 16px !important;
  font-family: "IBMPlexSansArabic-Regular"; }

::-webkit-placeholder {
  color: #9C9C9C !important;
  font-size: 16px !important;
  font-family: "IBMPlexSansArabic-Regular"; }

.btn-primary,
.btn-white,
.btn-red,
.btn-dark {
  color: #fff;
  transition: color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out,box-shadow .25s ease-in-out; }
  @media (max-width: 991px) {
    .btn-primary,
    .btn-white,
    .btn-red,
    .btn-dark {
      padding: 12px 30px;
      font-size: 14px;
      border-radius: 5px; }
      .btn-primary.btn-sm,
      .btn-white.btn-sm,
      .btn-red.btn-sm,
      .btn-dark.btn-sm {
        padding: 11px 15px; } }
  @media (min-width: 992px) {
    .btn-primary,
    .btn-white,
    .btn-red,
    .btn-dark {
      padding: 15px 44px;
      font-size: 18px;
      min-width: 172px;
      max-width: 100%;
      border-radius: 10px; }
      .btn-primary.btn-sm,
      .btn-white.btn-sm,
      .btn-red.btn-sm,
      .btn-dark.btn-sm {
        padding: 11px 5px;
        width: 160px; } }

.btn-primary {
  background-color: #008B75;
  border-color: #008B75; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #006858 !important;
    border-color: #006858 !important;
    box-shadow: none !important;
    color: #fff; }

.btn-dark {
  background-color: #00214E;
  border-color: #00214E; }
  .btn-dark:hover, .btn-dark:focus {
    background-color: #001533 !important;
    border-color: #001533 !important;
    box-shadow: none !important;
    color: #fff; }

.btn-white {
  background-color: #FFF;
  border-color: #FFF;
  color: #1C1C1C; }
  .btn-white:hover, .btn-white:focus {
    background-color: #0E8D44 !important;
    border-color: #0E8D44 !important;
    box-shadow: none !important;
    color: #fff; }

.btn-red {
  background-color: #B41C50;
  border-color: #B41C50;
  color: #fff; }
  .btn-red:hover, .btn-red:focus {
    background-color: #9b1443 !important;
    border-color: #9b1443 !important;
    box-shadow: none !important;
    color: #fff; }

@media (max-width: 992px) {
  .main-header {
    padding: 10px 0px;
    background: #ffffff;
    position: relative; }
    .main-header .logo {
      margin-left: auto; }
      .main-header .logo img {
        max-height: 55px; }

  .header-mobile__toolbar {
    color: #005b5e; }

  .main-header .menu-container .main-menu .menu_item .menu_link.req {
    padding: 8px 20px !important; }

  .active-body {
    overflow: hidden; }

  .mobile-menu-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    visibility: hidden;
    background-color: rgba(51, 51, 51, 0.51); }

  .mobile-menu-overlay-active {
    visibility: visible; }

  .menu--mobile {
    padding-top: 20px;
    min-width: 100px;
    width: 250px;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background: #fbfbfb;
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-in-out;
    float: left; }
    .menu--mobile > .container {
      padding-left: 0;
      padding-right: 0;
      max-width: calc(100% - 0px); }
    .menu--mobile .list-main-menu {
      width: 100%; }
    .menu--mobile .main-menu .menu_item {
      flex: auto; }
      .menu--mobile .main-menu .menu_item .menu_link {
        color: #252525;
        padding: 10px 25px;
        width: 100%;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #00000017;
        font-size: 14px; }
        .menu--mobile .main-menu .menu_item .menu_link.active {
          background-color: #8a8a8a1f; }
    .menu--mobile .btn-primary, .menu--mobile .btn-primary-2 {
      width: 100%;
      border-radius: 0;
      font-size: 14px;
      text-align: right;
      padding: .6rem 1.6rem; }

  .btn-close-header-mobile {
    color: #000;
    height: 25px;
    cursor: pointer;
    display: flex;
    margin: 0px 20px 10px; }

  .menu-mobile-active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    opacity: 1;
    z-index: 9999999;

    visibility: visible; } }
.pagination {
  margin-top: 40px; }
  .pagination .page-item {
    margin: 0px 5px; }
    .pagination .page-item .page-link {
      color: #000;
      border-radius: 10px;
      background-color: transparent;
      border: 0;
      margin: 0;
      font-size: 18px;
      transition: 0.2s ease-in-out;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      font-family: "Questv-Regular";
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 9px 15px;
      background-color: #FFF;
      box-shadow: 0px 0px 30px #5a5a5a1f; }
      .pagination .page-item .page-link:hover {
        color: #fff;
        text-decoration: none;
        background-color: #0E8D44;
        border-color: #0E8D44; }
    .pagination .page-item.active .page-link {
      z-index: 1;
      color: #fff;
      background-color: #0E8D44;
      border-color: #0E8D44; }

.breadcrumb {
  background: transparent;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0;
  padding: 0;
  justify-content: center; }
  .breadcrumb .breadcrumb-item {
    color: #7D7D7D;
    font-size: 14px; }
    .breadcrumb .breadcrumb-item i {
      font-size: 16px; }
    .breadcrumb .breadcrumb-item a {
      color: #7D7D7D; }

.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-right: .5rem;
  padding-left: 0px; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0px;
  color: #7D7D7D;
  font-size: 14px;
  padding-top: .08rem;
  content: "\f053";
  font-family: "Font Awesome 5 Pro"; }

@media (min-width: 992px) {
  .main-header {
    display: flex;
    align-items: center;
    top: 0px;
    right: 0;
    width: 100%;
    position: relative;
    height: 100px;
    z-index: 3;
    background-color: #ffffff;
 }
    .main-header .logo img {
      max-height: 68px; }
    .main-header .menu--mobile {
      display: flex;
      align-items: center;
      flex: auto; }
    .main-header .menu-container {
      position: relative; }
      .main-header .menu-container .main-menu .menu_item {
        display: inline-block;
        position: relative; }
        .main-header .menu-container .main-menu .menu_item .menu_link {
          cursor: pointer;
          display: flex;
          align-items: center;
          line-height: 40px;
          position: relative;
          color: #fff;
          margin: 0px 17px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
          font-size: 20px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
      .main-header .menu-container .main-menu.list-main-menu .menu_link:hover, .main-header .menu-container .main-menu.list-main-menu .menu_link.active {
        color: #fff; } }
.menu__submenu {
  right: 0;
  background-color: #fff;
  position: absolute;
  top: 155%;
  width: 100%;
  background-color: #fff;
  color: #5ec4c6;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  min-width: 210px;
  z-index: 1;
  padding: 24px 20px;
  border-radius: 16px; }

.menu__submenu .item-submenu .link-submenu {
  font-size: 16px;
  color: #0f0e0f;
  padding: 11px 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  font-weight: 500; }

.menu__submenu .item-submenu:not(:last-of-type) .link-submenu {
  border-bottom: 1px solid #dadcde; }

.menu__submenu .item-submenu .link-submenu:hover {
  color: #0E8D44; }

.main-header .menu-container .main-menu .menu_item:hover .menu__submenu {
  opacity: 1;
  visibility: visible;
  top: 140%; }

@media (min-width: 992px) {
  .main-header .menu-container .main-menu .menu_item .menu_link i {
    transition: transform .3s ease-in-out; }

  .main-header .menu-container .main-menu .menu_item:hover .menu_link i {
    transform: rotate(180deg); } }
@media (max-width: 991px) {
  .menu__submenu {
    position: relative;
    display: none;
    opacity: 1;
    visibility: visible;
    top: auto;
    background-color: #fafbfb;
    padding-right: 0px;
    right: auto;
    width: auto;
    padding: 0;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    box-shadow: none !important; }

  .menu__submenu .item-submenu .link-submenu {
    font-size: 12px;
    padding: 10px 30px;
    display: block; } }
@media (min-width: 992px) and (max-width: 1200px) {


  .main-header
  .menu-container
  .main-menu
  .menu_item
  .menu_link
  .menu_link-text {
    font-size: 12px; }

  .main-header .menu-container .btn-primary, .main-header .menu-container .btn-primary-2 {
    width: 170px;
    font-size: 14px; } }
.top-header {
  background-color: #002250; }

.lang-site {
  font-size: 16px; }

.search-site {
  background-color: #15954C;
  width: 50px;
  font-size: 18px;
  text-align: center; }

.lang-site,
.search-site {
  color: #FFF;
  padding: 10px 10px;
  transition: background-color .3s ease-in-out; }
  .lang-site:hover,
  .search-site:hover {
    background-color: #0d793c;
    color: #FFF; }

.section {
  padding: 60px 0px;
  position: relative; }

.box_shadow {
  box-shadow: 0px 0px 26px #9d9d9d29; }

.box_shadow_lg {
  box-shadow: 0px 0px 30px #9d9d9d29; }

.rounded_lg {
  border-radius: 20px; }

.rounded_xl {
  border-radius: 30px; }

.text_dark {
  color: #2c2c2c; }

.text_muted {
  color: #5B6674;
  line-height: 37px; }

.mt-100 {
  margin-top: 100px; }

.p-40 {
  padding: 40px; }

#counter {
  margin-top: -150px;
  position: relative;
  z-index: 1; }

.widget__item-1 {
  text-align: center; }
  .widget__item-1 .widget__item-number {
    font-size: 45px;
    line-height: 55px; }
  .widget__item-1 .widget__item-title {
    color: #010101;
    font-size: 24px;
    line-height: 33px; }
  .widget__item-1.widget-1 .widget__item-number {
    color: #7B4FA0; }
  .widget__item-1.widget-2 .widget__item-number {
    color: #F4D340; }
  .widget__item-1.widget-3 .widget__item-number {
    color: #B41C50; }
  .widget__item-1.widget-4 .widget__item-number {
    color: #124A99; }


.section-form {
  margin-top: -215px;
  position: relative;
  z-index: 1; }
  @media (min-width: 992px) {
    .section-form {
      margin-bottom: -206px; } }

.mb-n7 {
  margin-bottom: -7rem; }

.bg_light_2 {
  background-color: #F5F5F5 !important; }

.page-title {
  background-color: #F5F5F5;
  padding: 20px 0px; }

.bg-req {
  background: url(../images/bg-req.png);
  background-repeat: no-repeat;
  background-size: cover; }


.bg-overlay {
  position: relative; }
  .bg-overlay::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #153020a6;
    top: 0;
    right: 0; }

label {
  color: #353537; }

.modal .close {
  position: absolute;
  top: 30px;
  left: 20px;
  z-index: 1;
  opacity: 1;
  color: #B1B1B1;
  text-shadow: none;
  font-size: 18px; }
@media (max-width: 991px) {
  .modal .form-control {
    height: 40px;
    border-radius: 10px; } }
.modal .group_RangeSlider {
  display: none; }
@media (min-width: 992px) {
  .modal#modalReq .modal-lg {
    max-width: 550px; } }

#gallery {
  direction: ltr; }

.js-ticker {
  overflow: hidden; }

.js-ticker-track {
  white-space: nowrap; }

.js-ticker-item {
  white-space: normal;
  height: 100%;
  vertical-align: top;
  display: inline-block;
  position: relative; }

@supports (display: flex) {
  .js-ticker-track {
    position: relative;
    white-space: normal;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }

  .js-ticker-item {
    height: auto;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

  .js-ticker.active .js-ticker-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .js-ticker.active .js-ticker-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; } }
@media (max-width: 991px) {
  .font-size-mpbile-14 {
    font-size: 14px !important; }

  .font-size-mpbile-16 {
    font-size: 16px !important; }

  .font-size-mpbile-18 {
    font-size: 18px !important; } }

.social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.social-media li a {
  border-radius: 0px;
  width: 45px;
  height: 45px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out; }

.social-media li a:hover {
  color: #fff; }

.social-media li a:hover.fa {
  background-color: #3a5898; }

.social-media li a:hover.tw {
  background-color: #1da1f2; }

.social-media li a:hover.li {
  background-color: #0073b1; }

.social-media li a:hover.yo {
  background-color: #ff0000; }

.social-media li a:hover.in {
  background-color: #bb00aa; }

.social-sm li a {
  width: 30px;
  height: 30px; }

.field-group {
  position: relative;
  margin-bottom: 10px;
  border-radius: 30px; }

.field-group .field-group-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1px;
  width: 42px;
  height: 40px;
  background-color: #0E8D44;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px 0px 0px 50px;
  color: #FFF; }
  .field-group .field-group-icon.icon-lg {
    width: 52px;
    height: 50px; }
  .field-group .field-group-icon:hover {
    background-color: #0c793b; }

.field-group .form-control {
  border: 0;
  border-radius: 30px;
  height: 40px;
  background-color: #111111; }

.main-footer .field-group .form-control:focus {
  background-color: #202020; }

@media (max-width: 992px) {
  .main-footer .title-footer {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 10px; }
  }

.footer-bottom p {
  color: #ffff;
}
.footer-bottom ul li a {
  color: #fff;
}


.socialLink ul li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #007254;
  color: #fff;
  border-radius: 50px;
}
.widget .field-group input{
  background-color: #E6EDF6 !important;
}
.imgHead{
  display: none;
}
@media(max-width:767px){
  .imgHead{
    display: none;
  }
  .mainSection {
    margin-top: 40px;
}
.homeImg img{
  display: none;
}
.mainCalc {
  margin-top: 40px;
}
.section{
  padding: 30px 0;
}
}
.main-header .btn-primary {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #006858 !important}


  .btn-primary:hover, .btn-primary:focus {
    background-color: #006555  !important;
    border-color: #006555  !important;
    box-shadow: none !important;
    color: #fff !important;  }


 .gall{
   margin-top: 130px;
 }
 /************/
 /*************/

#grad1 {
padding: 10px 30px;

border-radius: 13px;
background: #fff;
box-shadow: 0px 40px 99px rgba(82, 122, 181, 0.2);

}

#msform {
  text-align: center;
  position: relative;
  margin-top: 20px
}

#msform fieldset .form-card {

  position: relative
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative
}

#msform fieldset:not(:first-of-type) {
  display: none
}

#msform fieldset .form-card {
  text-align: right;
  color: #9E9E9E
}

#msform input,
#msform textarea {
  padding: 0px 12px 4px 8px;
  border: none;
  border: 1px solid #E1E1E1 ;
  border-radius: 8px;
  margin-bottom: 25px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff !important;

  color: #2C3E50;
  font-size: 16px;
  letter-spacing: 1px
}
.noBg{
  color: #006858 !important;
 background: unset !important;
 border: 1px solid #fff !important;
 text-align: right;
 font-family: "IBMPlexSansArabic-Bold";
 cursor: pointer;
 padding:0px 10px !important;
 margin-bottom: 5px !important;
 position: relative;
}

#msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  font-weight: bold;
  border: 1px solid #008B75 ;
  outline-width: 0
}

#msform .action-button {
  width: 100px;
  background: #008B75 !important;
  font-family: "IBMPlexSansArabic-Bold";
   color: white;
  border: 0 none;
  border-radius: 4px;
  cursor: pointer;
  padding: 16px 10px;
  width: 100%;


}

 .green{
   color: #006858;
 }





select.list-dt {
  border: none;
  outline: 0;
  border-bottom: 1px solid #ccc;
  padding: 2px 5px 3px 5px;
  margin: 2px
}

select.list-dt:focus {
  border-bottom: 2px solid skyblue
}

.card {
  z-index: 0;
  border: none;
  border-radius: 0.5rem;
  position: relative
}

.fs-title {
  font-size: 25px;
  color: #2C3E50;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey
}

#progressbar .active {
  color: #000000
}

#progressbar li {
  list-style-type: none;
  font-size: 12px;
  width: 25%;
  float: right;
  position: relative
}

#progressbar #account:before {

  content: "1"
}

#progressbar #personal:before {

  content: "2"
}

#progressbar #payment:before {

  content: "3"
}

#progressbar #confirm:before {

  content: "4"
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 18px;
  color: #008B75;
  background: #E8F5F2;
  border-radius: 6px;
  font-family: "IBMPlexSansArabic-Bold";
  margin: 0 auto 10px auto;
  padding: 2px
}

#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #008B75;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #008B75;
  color: #fff;


}

.radio-group {
  position: relative;
  margin-bottom: 25px
}

.radio {
  display: inline-block;
  width: 204;
  height: 104;
  border-radius: 0;
  background: lightblue;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  cursor: pointer;
  margin: 8px 2px
}

.radio:hover {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
  width: 100%;
  object-fit: cover
}
 .form-check-label{
   font-size: 19px !important;
   font-family: "IBMPlexSansArabic-Bold";
 }

 .congrate .modal-content{
   background-color: unset !important;
   border:  0 !important;
 }
.congrateCont{
 padding: 60px 35px;
border-radius: 13px;
background: #fff;
box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.25);

}
.congrateCont h1{
  font-size: 40px;
  color: #006555;
  margin-top: 14px;
}
.congrateCont p{
  font-size: 30px;
  color: #2c2c2c;
 }
 @media (min-width: 576px){
.modal-dialog {
    max-width: 500px;
    margin: 5.75rem auto;
}}
@media (max-width: 767px){
  .formWizard {
  margin-top: 40px;
  }
  .form_content h3{
    font-size: 18px;
  }
  #grad1{
    padding: 0px 10px;
  }
  .gall{
    margin-top: 0;
  }
}


.main-header .btn-primary:hover, .btn-primary:focus {
  background-color: #dddddd !important;
  border-color: #ddd !important;
  box-shadow: none !important;
  color: #006555 !important; }

/******************/
  .modal-header h5{
    font-size: 18px;
    font-weight: bolder;
    color: #2c2c2c;
  }
  .shareBtns a {
    color: #fff !important;
    text-decoration: none;
    margin-bottom: 12px;
    min-width: 260px;
  }

  .btn-facebook{
    background-color: #4466AE;
  }
  .btn-whatsapp{
    background-color: #4AC959;
  }
  .btn-twitter{
    background-color: #55ACEE;
  }
  .btn-linkedin{
    background-color: #007BB6;
  }
.btn-instagram{
  background-color: #C13584;
}
.btn-snapchat{
  background-color: #000;
}
  @media (min-width: 576px){
.modal-dialog {
    max-width: 600px;
    margin: 5.75rem auto;
}
  }
  @media(max-width:500px){

    .shareBtns a {

        min-width: 260px;
    }
    .modal-dialog{
      margin-top: 80px;
    }
    .share{
      width: 100%;
    }
  }

  @media(max-width:360px){
    .shareBtns a {

      min-width: 100%;
    }
  }
  .textTop{
    font-size: 15px;
    color: #2c2c2c;
  }
  .text-large{
    font-weight: bold;
    font-size: 26px;
  }
  .colorSec{
    color: #006555;
  }
  .modal{
    z-index: 9999999999 !important;
  }
.single_articalImg img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}
.single_artivalText {
    font-size: 17px
}
.singleArtical p {
    font-size: 15px;
    line-height: 25px;
    color: #5B6066;
}
.singleArtical h3 {
    font-weight: bold;
    font-size: 19px;
    line-height: 35px;
    color: #2B3138;
}
.imgTop img{
    width: 100%;
    height: auto;
}
#funding label{
    padding-top: 5px;
    color: #fff;
}
.main-header .btn-primary {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #006858 !important;
}


.main-header .menu-container .main-menu .menu_item .menu_link {
    cursor: pointer;
    display: flex;
    align-items: center;
    line-height: 40px;
    position: relative;
    color: #108366;
}
.main-header .menu-container .main-menu.list-main-menu .menu_link:hover, .main-header .menu-container .main-menu.list-main-menu .menu_link.active {
    color: #108366;
}
.main-header .menu-container .main-menu .menu_item .menu_link {
    cursor: pointer;
    display: flex;
    align-items: center;
    line-height: 50px;
    position: relative;
    color: #108366;
    padding: 0 15px;
}
.header-mobile__toolbar:hover{
    cursor: pointer;
}
.menu_item a{
    color: #00883f !important;
}
.btn-close-header-mobile {
    color: #fff;
    cursor: pointer;
}
.widget__item-2 .widget__item-image {
    height: 65px; }

.swal2-title,.swal2-content,.swal2-confirm,#send,.share{
    font-family: 'IBMPlexSansArabic-Bold' !important;
}
a.disabled {
    pointer-events: none;
    cursor: default;
}
.artical-body{
    padding:18px;
}
.singleArtical h3 {

    font-size: 18px;
    line-height: 1.6;
    color: #2B3138;
}
.singleArtical{
    background: #fff;
}
body {
    background-color: #f5f5f5;
}

.mobile-menu-overlay {
  z-index: 3 !important;
}

.main-header {
  position: relative;
}

.main-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  width: 100%;
  background: linear-gradient(to right, #00DCB4, #00283C);
  z-index: 10;
  pointer-events: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.main-menu {
  float: left;
}

.main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  direction: rtl;
  padding: 0 40px;
}

.main-header .logo {
  order: 1;
  margin-left: 40px;
}

.main-header .menu-container {
  order: 2;
  flex: 1;
  display: flex;
  justify-content: center;
}

.main-header .main-menu {
  float: none;
  display: flex;
  gap: 40px;
  align-items: center;
}

.main-header .header-action-btn {
  order: 3;
  margin-right: 40px;
}

@media (max-width: 992px) {
  .main-header {
    flex-direction: row-reverse;
    padding: 0 10px;
  }
  .main-header .logo,
  .main-header .header-action-btn {
    margin: 0;
  }
  .main-header .menu-container {
    flex: unset;
  }
}
