@charset "UTF-8";
@font-face {
  font-family: "DIN Next LT Arabic";
  src: url("../font/DINNextLTArabic-Medium.eot?#iefix") format("embedded-opentype"), url("../font/DINNextLTArabic-Medium.woff2") format("woff2"), url("../font/DINNextLTArabic-Medium.woff") format("woff"), url("../font/DINNextLTArabic-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Next LT Arabic";
  src: url("../font/DINNextLTArabic-Regular.eot");
  src: url("../font/DINNextLTArabic-Regular.eot?#iefix") format("embedded-opentype"), url("../font/DINNextLTArabic-Regular.woff2") format("woff2"), url("../font/DINNextLTArabic-Regular.woff") format("woff"), url("../font/DINNextLTArabic-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Next LT Arabic";
  src: url("../font/DINNextLTArabic-Bold.eot");
  src: url("../font/DINNextLTArabic-Bold.eot?#iefix") format("embedded-opentype"), url("../font/DINNextLTArabic-Bold.woff2") format("woff2"), url("../font/DINNextLTArabic-Bold.woff") format("woff"), url("../font/DINNextLTArabic-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Next LT Arabic";
  src: url("../font/DINNextLTArabic-Light.eot");
  src: url("../font/DINNextLTArabic-Light.eot?#iefix") format("embedded-opentype"), url("../font/DINNextLTArabic-Light.woff2") format("woff2"), url("../font/DINNextLTArabic-Light.woff") format("woff"), url("../font/DINNextLTArabic-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body,
html {
  direction: rtl;
  padding: 0 !important;
  margin: 0;
  background: #fff;
  font-family: "DIN Next LT Arabic";
  font-size: 16px;
  font-weight: 500;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  text-align: start;
  height: 100%;
  position: relative;
  z-index: 1;
}

ul {
  padding: 0;
  margin: 0 !important;
  list-style-type: none;
}

a {
  text-decoration: none;
  transition: all 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DIN Next LT Arabic";
}

/*** Header ***/
header {
  background: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04);
  position: sticky;
  top: 0;
  z-index: 5;
}
header .menu-btn {
  display: none;
}
header .data-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
header .data-header .logo {
  background: url("../images/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 40px;
  width: 208px;
}
header .data-header ul.main-menu {
  display: flex;
  overflow: hidden;
}
header .data-header ul.main-menu li {
  margin: 0 15px;
}
header .data-header ul.main-menu li a {
  color: #1e3370;
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
  font-size: 18px;
}
header .data-header ul.main-menu li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #3da3cb;
  height: 2px;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
header .data-header ul.main-menu li a:hover, header .data-header ul.main-menu li a:focus, header .data-header ul.main-menu li a:active {
  color: #3da3cb;
}
header .data-header ul.main-menu li a:hover:before, header .data-header ul.main-menu li a:focus:before, header .data-header ul.main-menu li a:active:before {
  left: 0;
  right: 0;
}
header .data-header .header-left {
  display: flex;
}
header .data-header .header-left a {
  height: 45px;
  padding-right: 20px;
  padding-left: 20px;
  line-height: 36px;
  border-radius: 5px;
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
  border: 2px solid transparent;
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}
header .data-header .header-left a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  border-radius: 5px;
}
header .data-header .header-left a:hover, header .data-header .header-left a:focus, header .data-header .header-left a:active {
  color: white !important;
}
header .data-header .header-left a:hover:before, header .data-header .header-left a:focus:before, header .data-header .header-left a:active:before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
header .data-header .header-left a.logo-btn {
  background: transparent;
  color: #3da3cb;
  border: 2px solid #3da3cb;
}
header .data-header .header-left a.free-btn {
  background: #1e3370;
  color: #fff;
}
header .data-header .header-left a.free-btn:before {
  background: #fff;
}
header .data-header .header-left a.free-btn:hover, header .data-header .header-left a.free-btn:focus, header .data-header .header-left a.free-btn:active {
  border-radius: 5px;
  color: #1e3370 !important;
}

/***** End Header *****/
/*** Footer ****/
footer {
  background: #3da3cb;
  padding: 15px 0;
  margin-top: 50px;
}
footer .row-footer {
  align-items: center;
}
footer .copy-right {
  color: #fff;
}
footer .social-media ul {
  display: flex;
  justify-content: end;
}
footer .social-media ul li {
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
footer .social-media ul li a {
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 2px solid #fff;
  width: 45px;
  height: 45px;
  position: relative;
  top: 0;
}
footer .social-media ul li a:hover {
  background: #1e3370;
  border: 2px solid #1e3370;
  top: -3px;
}

/*** End Footer ****/
.main-content-home {
  margin-top: 100px;
}

.section-intro-info .intro__title {
  font-size: 47px;
  margin-bottom: 30px;
  margin-top: 10px;
}
.section-intro-info .intro__desc {
  font-size: 16px;
  margin-bottom: 30px;
  color: #6b6b6e;
  line-height: 1.8;
}
.section-intro-info .intro__actions a {
  height: 55px;
  line-height: 50px;
  border-radius: 5px;
  background: #1e3370;
  color: #fff;
  display: inline-block;
  padding: 0 45px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 18px;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}
.section-intro-info .intro__actions a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  border-radius: 5px;
}
.section-intro-info .intro__actions a:hover, .section-intro-info .intro__actions a:focus, .section-intro-info .intro__actions a:active {
  color: white;
  border-radius: 5px;
}
.section-intro-info .intro__actions a:hover:before, .section-intro-info .intro__actions a:focus:before, .section-intro-info .intro__actions a:active:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.section-intro-info .intro__options {
  display: flex;
  margin: 45px 0 25px 0;
}
.section-intro-info .intro__options li {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 33px;
          margin-inline-end: 33px;
}
.section-intro-info .intro__options li i {
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
  color: #ababab;
}

.intro-img img {
  width: 100%;
}

section {
  margin: 100px 0;
}
section .section__header h2 {
  font-size: 47px;
  margin-bottom: 30px;
  position: relative;
}
section .section__header h2 span {
  color: #1e3370;
}
section .section__header p {
  font-size: 20px;
}

.promises {
  background: #f9fafb;
  padding: 100px 0;
}
.promises .promises__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-top: 50px;
}
.promises .promises__content .promises__content_card {
  height: 255px;
  max-height: 255px !important;
  width: 275px;
  border-radius: 20px;
  margin-bottom: 25px;
  background: #fff;
  box-shadow: -30px 4px 30px rgba(0, 0, 0, 0.05);
  padding: 30px;
  position: relative;
  z-index: 2;
  max-height: 240px;
  transition: max-height 0.3s;
}
.promises .promises__content .promises__content_card i {
  font-size: 45px;
  color: #1e3370;
}
.promises .promises__content .promises__content_card h2 {
  font-size: 20px;
  margin: 20px 0;
  font-weight: 600;
}
.promises .promises__content .promises__content_card p {
  font-size: 16px;
  margin-bottom: 0;
  display: -webkit-box !important;
  max-width: 200px;
  -webkit-line-clamp: 2;
  min-height: 35px;
  max-height: 53px;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.promises .promises__content .promises__content_card::after {
  content: "";
  border-radius: 0 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background-color: #3da3cb;
  z-index: -1;
  transition: height 0.2s;
}
.promises .promises__content .promises__content_card:hover::after {
  height: 100%;
}
.promises .promises__content .promises__content_card:hover i {
  display: none;
}
.promises .promises__content .promises__content_card:hover h2 {
  color: #fff;
  margin-top: -6px;
}
.promises .promises__content .promises__content_card:hover p {
  color: #fff;
  max-height: 122px;
  display: block !important;
  -webkit-line-clamp: initial;
  max-width: none;
}

.block-clients {
  margin-top: 50px;
}
.block-clients .item-client .client-logo img {
  width: 40%;
  height: 100px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.block-clients .item-client .name-client {
  text-align: center;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
}
.slick-prev:before,
.slick-next:before {
  font-size: 40px;
  line-height: 1;
  opacity: 1;
  color: #3da3cb;
}

.breadcrumb {
  list-style: none;
}
.breadcrumb li {
  display: inline;
  font-size: 18px;
  color: #fff;
}
.breadcrumb li a {
  color: #fff;
  text-decoration: none;
}
.breadcrumb li a:hover {
  color: #3da3cb;
}
.breadcrumb li + li:before {
  padding: 8px;
  color: #fff;
  content: "/ ";
}

.header-inner-page {
  background-image: url(../images/bg-page.jpeg);
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 350px;
  position: relative;
}
.header-inner-page::before {
  content: "";
  background: rgba(0, 0, 0, 0.68);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.header-inner-page .container {
  height: 100%;
}
.header-inner-page .content-header-page {
  position: relative;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.header-inner-page .content-header-page h1 {
  color: #fff;
  text-align: right;
  font-size: 60px;
}
.header-inner-page .content-header-page h1::after {
  content: "";
  display: block;
  border-bottom: 2px solid #3da3cb;
  width: 90px;
  margin-top: 16px;
}
.header-inner-page .content-header-page p {
  font-size: 17px;
  margin-top: 15px;
}

/***/
.content-page {
  padding: 50px 0;
  line-height: 36px;
  color: #6b6b6e;
}
.content-page a {
  color: #3da3cb;
}
.content-page .contact-info a {
  color: #1e3370;
}
.content-page .contact-info a:hover {
  color: #3da3cb;
}
.content-page .contact-info .support-whatsapp p {
  margin-bottom: 10px;
}
.content-page .contact-info .fa-whatsapp {
  color: #42B729;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.content-page .contact-info h4 {
  color: #3da3cb;
  font-weight: 600;
}
.content-page .contact-info p {
  font-size: 15px;
}

.form-contact {
  box-shadow: 0 0 11px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 15px;
}

.btn-primary {
  color: #fff;
  background-color: #1e3370;
  border-color: #1e3370;
}
.btn-primary:hover {
  color: #fff;
  background-color: #3da3cb;
  border-color: #3da3cb;
}

/**program*/
.section-block-program {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.section-block-program .menu-item {
  width: 33%;
  margin-bottom: 60px;
}
.section-block-program .menu-item .menu-item-title {
  display: block;
  font-size: 30px;
  margin-bottom: 20px;
  color: #1e3370;
  direction: ltr;
  text-align: right;
}
.section-block-program .menu-item .menu-item-title i {
  transform: rotate(180deg);
  color: #3da3cb;
  font-size: 16px;
}
.section-block-program .menu-item a {
  font-weight: 600;
  padding: 8px;
  transition: all 0.3s;
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #213242;
}
.section-block-program .menu-item a .icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #eaf8ff;
  text-align: center;
  color: #3da3cb;
  line-height: 35px;
  font-size: 20px;
  border-radius: 8px;
}
.section-block-program .menu-item a:hover {
  -webkit-padding-end: 15px;
          padding-inline-end: 15px;
  background-color: rgba(61, 163, 203, 0.25);
  border-radius: 5px;
}

/*** Work ***/
.menu__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.menu__content a {
  color: #213242;
  margin-bottom: 15px;
  width: 25%;
  padding: 15px 25px;
  transition: 0.2s;
}
.menu__content a i {
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  font-size: 20px;
  background: #3da3cb;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #fff;
}
.menu__content a:hover {
  background-color: rgba(61, 163, 203, 0.25);
  border-radius: 5px;
  padding: 15px 17px;
}

.block-clients-inner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.block-clients-inner .item-client {
  width: calc(25% - 30px);
  background: #fff;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin: 15px;
  position: relative;
  top: 0;
  transition: all 0.3s;
}
.block-clients-inner .item-client .client-logo {
  text-align: center;
}
.block-clients-inner .item-client .client-logo img {
  width: 40%;
  height: 100px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.block-clients-inner .item-client .name-client {
  text-align: center;
  height: 52px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-clients-inner .item-client:hover {
  top: -7px;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);
}/*# sourceMappingURL=style.css.map */
/*** privacy and help ***/
.privacy ul li ,.help ul li  {
  padding-left: 18px;
  padding-right: 18px;
}
.privacy ul li h4,.privacy h2 {
  color: #1e3370;
}
.privacy ul li h4:hover,.privacy h2:hover {
  color: #3da3cb;
  cursor: pointer;
}
.help ul li h4{
  color: #1e3370;
}
.help ul li h4:hover,.help h2:hover {
  color: #3da3cb;
  cursor: pointer;
}
.help ul li img {
  width: 700px;
    display: block;
    max-width: 100%;
    height: auto;
    padding: 6px;
     border: 1px solid #eeeeee; 
    border-radius: 4px;
}