@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Changa:wght@200;300;400;500;600;700;800&family=El+Messiri:wght@400;500;600;700&display=swap");
html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
}
body:lang(en) {
  direction: ltr;
  font-family: "Roboto";
}
body:lang(ar) {
  direction: rtl;
  font-family: "Cairo", sans-serif;
}

* {
  box-sizing: border-box;
}

@keyframes animate-bg-colors {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes moveInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes moveInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes rotateY {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(120deg);
    -moz-transform: rotateY(120deg);
    -o-transform: rotateY(120deg);
    -ms-transform: rotateY(120deg);
    transform: rotateY(120deg);
  }
  80% {
    -webkit-transform: translateX(240deg);
    -moz-transform: translateX(240deg);
    -o-transform: translateX(240deg);
    -ms-transform: translateX(240deg);
    transform: translateX(240deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(360deg);
    -moz-transform: translateX(360deg);
    -o-transform: translateX(360deg);
    -ms-transform: translateX(360deg);
    transform: translateX(360deg);
  }
}
@keyframes moveBottomUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeBottomUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes moveGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes animateBackgroundImage {
  100% {
    background-position: 0px -3000px;
  }
}
button {
  outline: none !important;
  border: none;
}
button:hover {
  cursor: pointer;
}

a {
  text-decoration: none;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none !important;
}

.video-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.video-frame {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.whatsapp-color {
  color: limegreen !important;
}

.twitter-color {
  color: #1da1f2 !important;
}

.facebook-color {
  color: #3155a3;
}

.header-more-button {
  display: block;
  border: 1px solid #0c4058;
  border-radius: 5px;
  padding: 0.425rem 1.2rem;
  color: #0c4058;
  transition: all 0.4s;
  text-align: center;
}
.header-more-button:hover {
  color: #ffffff;
  background-color: #0c4058;
}

.bg-orange {
  background-color: #f48221 !important;
}

.bg-light-orange {
  background-color: #ec5b41;
}

.bg-light-grey {
  background-color: #f5f1f1;
}

.text-light-blue {
  color: #a8e3f5;
  text-decoration: underline;
}

.text-sky {
  color: #34a3d6;
}

.bg-blue {
  background-color: #112b72;
}

.text-start:lang(ar) {
  text-align: right;
}

.text-start:lang(en) {
  text-align: left;
}

.text-end:lang(ar) {
  text-align: left;
}

.text-end:lang(en) {
  text-align: right;
}

.rounded-danger-bg {
  background-color: #f32013;
  color: #ffffff;
  border-radius: 50px;
  padding: 0.625rem 0.925rem;
}

.text-orange {
  color: #f48221 !important;
}

.text-smoke {
  color: #fcf1e8;
}

.path-bg-header {
  border-bottom: none;
  padding: 0.625rem 1.2rem;
  max-width: 250px;
  text-align: center;
}
.path-bg-header:lang(ar) {
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}
.path-bg-header:lang(en) {
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}

.extended-path-bg-header {
  border-bottom: 3px solid #0c4058;
}
.extended-path-bg-header h4 {
  position: relative;
  border-bottom: none;
  padding: 1rem 1.2rem;
  text-align: center;
  max-width: 240px;
  background-color: #0c4058;
  margin: auto;
}
.extended-path-bg-header h4:lang(ar) {
  clip-path: polygon(10% 0, 90% 0, 100% 100%, 0 100%);
}
.extended-path-bg-header h4:lang(en) {
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}

button {
  box-shadow: none !important;
  outline: none !important;
}

.comments .item {
  line-height: 1.5;
  transition: all 0.6s;
}
.comments .item .avatar {
  border: 1px solid #b9b8b8;
  border-radius: 50%;
}
.comments .item .text {
  max-width: 80%;
  min-height: 100%;
  background-color: #f5f0f0;
  border-radius: 25px;
  padding: 0.5rem 0.925rem;
  font-size: 0.825rem;
  transition: all 0.6s;
}

.add-comment-form {
  max-width: 900px;
}
.add-comment-form .avatar {
  border: 1px solid #b9b8b8;
  border-radius: 50%;
}
.add-comment-form textarea {
  height: 100%;
}
.add-comment-form button {
  display: block;
}

.gold-star {
  color: #ffdf01;
}

.empty-star {
  color: #dfd5d5;
}

.add-to-fav-icon {
  color: #efefef;
}

.added-to-fav-icon {
  color: #df2f2f;
}

.trainer-card {
  border: none;
}
.trainer-card .image {
  width: 100%;
  margin-bottom: 0.325rem;
}
.trainer-card .image img {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #dad3d3;
  margin: auto;
}
.trainer-card .title {
  display: block !important;
  text-align: center;
}
.trainer-card .title .text {
  height: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.trainer-card .title .text a {
  font-size: 1rem;
  font-weight: 700;
}
.trainer-card .title .specialization {
  font-size: 0.825rem;
  font-weight: 600;
  color: #8f8a8a;
}
.trainer-card .title .specialization {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.trainer-card .title .rating {
  font-size: 14px;
}
.trainer-card .title .rating .rate-value {
  color: #5a4e4e;
}

.consultant-card {
  border: 1px solid #dfdcdc;
  padding: 0.825rem 0.5rem;
  border-radius: 6px;
}
.consultant-card .image {
  width: 100%;
  margin-bottom: 0.325rem;
}
.consultant-card .image img {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #dfdcdc;
  margin: auto;
}
.consultant-card .title {
  display: block !important;
  text-align: center;
}
.consultant-card .title .text {
  height: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.consultant-card .title .text a {
  font-size: 1rem;
  font-weight: 700;
}
.consultant-card .title .specialization {
  font-size: 0.825rem;
  font-weight: 700;
  color: #8f8a8a;
}
.consultant-card .title .specialization {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.consultant-card .title .rating {
  font-size: 14px;
}
.consultant-card .title .rating .rate-value {
  color: #5a4e4e;
}
.consultant-card .title .brief {
  font-size: 0.825rem;
  font-weight: 600;
  line-height: 20px;
  height: 80px;
  overflow: hidden;
}
.consultant-card .title .meta {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.825rem;
  width: 100%;
  max-width: 100%;
}
.consultant-card .title .meta .consult-count,
.consultant-card .title .meta .views {
  color: #06649b !important;
}
.consultant-card .title .reserve-consult-btn {
  display: block;
  width: 100%;
  background-color: #df2f2f;
  color: #ffffff;
  padding: 0.5rem 0.325rem;
  border-radius: 50px;
  transition: all 0.6s;
}
.consultant-card .title .reserve-consult-btn:hover {
  background-color: #ec4141;
}

#shareModal .modal-content .modal-header {
  background-color: #0c4058;
  border-bottom: none;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
}
#shareModal .modal-content .modal-body {
  text-align: center;
}
#shareModal .modal-content .modal-body a {
  font-size: 2rem;
  color: #f48221;
  transition: all 0.4s;
}
#shareModal .modal-content .modal-body a:hover {
  color: #e68536;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.dropdown,
.custom-dropdown {
  z-index: 600 !important;
}

.owl-carousel {
  cursor: pointer;
}

.features-carousel .owl-next {
  position: absolute;
  top: 40%;
  transform: translateY(-30%);
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  background-color: #093b5cd2 !important;
  color: #ffffff !important;
}
@media only screen and (max-width: 768px) {
  .features-carousel .owl-next {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .features-carousel .owl-next {
    left: -4%;
  }
}
@media only screen and (min-width: 1200px) {
  .features-carousel .owl-next {
    left: -4%;
  }
}
@media only screen and (min-width: 1300px) {
  .features-carousel .owl-next {
    left: -10%;
  }
}
.features-carousel .owl-next span {
  position: relative;
  bottom: 7px;
  font-size: 2rem;
}
.features-carousel .owl-prev {
  display: none !important;
}

.animate-page-logo {
  transition: all 1.5s;
  animation: animate-page-logo 1.5s linear;
}

.fade-mobile-in {
  transition: all 1s;
  animation: fade-mobile-in 2s linear;
}

.questions-carousel .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-30%);
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  background-color: #ee8d54ab !important;
  color: #ffffff !important;
}
@media only screen and (max-width: 576px) {
  .questions-carousel .owl-next {
    left: 0;
  }
}
@media only screen and (min-width: 576px) {
  .questions-carousel .owl-next {
    left: -10px;
  }
}
@media only screen and (min-width: 768px) {
  .questions-carousel .owl-next {
    left: -10px;
  }
}
@media only screen and (min-width: 992px) {
  .questions-carousel .owl-next {
    left: -40px;
  }
}
@media only screen and (min-width: 1300px) {
  .questions-carousel .owl-next {
    left: -5px;
  }
}
.questions-carousel .owl-next span {
  position: relative;
  bottom: 7px;
  font-size: 2rem;
}
.questions-carousel .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-30%);
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  background-color: #ee8d54ab !important;
  color: #ffffff !important;
}
@media only screen and (max-width: 576px) {
  .questions-carousel .owl-prev {
    right: 0;
  }
}
@media only screen and (min-width: 576px) {
  .questions-carousel .owl-prev {
    right: -10px;
  }
}
@media only screen and (min-width: 768px) {
  .questions-carousel .owl-prev {
    right: -10px;
  }
}
@media only screen and (min-width: 992px) {
  .questions-carousel .owl-prev {
    right: -40px;
  }
}
@media only screen and (min-width: 1300px) {
  .questions-carousel .owl-prev {
    right: -5px;
  }
}
.questions-carousel .owl-prev span {
  position: relative;
  bottom: 7px;
  font-size: 2rem;
}

.services-carousel .owl-next {
  position: absolute;
  top: 45%;
  left: 0px;
  transform: translateY(-30%);
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  background-color: #070d5ecb !important;
  color: #ffffff !important;
}
.services-carousel .owl-next span {
  position: relative;
  bottom: 7px;
  font-size: 2rem;
}
.services-carousel .owl-prev {
  position: absolute;
  top: 45%;
  right: 0px;
  transform: translateY(-30%);
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  background-color: #070d5ecb !important;
  color: #ffffff !important;
}
.services-carousel .owl-prev span {
  position: relative;
  bottom: 7px;
  font-size: 2rem;
}

@keyframes bubbleUpDown {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes animate-page-logo {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
@keyframes fade-mobile-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-bottom-up {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.main-header {
  position: relative;
  width: 100%;
  /*background-color: #e9e7ea;*/
  background: url("../images/Back.png");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
@media only screen and (max-height: 900px) {
  .main-header {
    min-height: 100vh;
  }
}
.main-header .top-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem;
}
.main-header .top-nav .links a {
  display: inline-block;
  color: #05202e;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Tajawal";
}
.main-header .top-nav .links a.active {
  font-weight: 700;
  color: #125e8a;
}
.main-header .top-nav .links a:lang(ar) {
  margin-left: 1.2rem;
}
.main-header .top-nav .links a:lang(en) {
  margin-right: 1.2rem;
}
.main-header .top-nav .logo {
  max-width: 100px;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.main-header .top-nav .info a {
  display: inline-block;
  color: #073247;
  font-weight: 600;
  font-size: 0.925rem;
}
.main-header .banner-section .banner-wrapper {
  position: relative;
  top: 50px;
}
@media only screen and (max-width: 768px) {
  .main-header .banner-section .banner-wrapper {
    position: relative;
    top: 120px;
  }
}
@media only screen and (max-width: 340px) {
  .main-header .banner-section .banner-wrapper {
    position: relative;
    top: 50px;
  }
}
@media only screen and (max-width: 280px) {
  .main-header .banner-section .banner-wrapper {
    position: relative;
    top: 100px;
  }
}
.main-header .banner-section .banner-wrapper .head h2 {
  color: #0c4058;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 340px) {
  .main-header .banner-section .banner-wrapper .head h2 {
    font-size: 1.3rem;
  }
}
.main-header .banner-section .banner-wrapper .text {
  margin-bottom: 2rem;
}
.main-header .banner-section .banner-wrapper .text h5 {
  line-height: 36px;
}
@media only screen and (max-width: 576px) {
  .main-header .banner-section .banner-wrapper .text {
    max-width: 300px;
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 280px) {
  .main-header .banner-section .banner-wrapper .text {
    margin-bottom: 3rem;
  }
}
.main-header .banner-section .banner-wrapper .text h5 {
  font-size: 1.3rem;
  font-weight: 600;
}
@media only screen and (max-width: 340px) {
  .main-header .banner-section .banner-wrapper .text h5 {
    line-height: 24px;
    font-size: 0.925rem;
  }
}
.main-header .banner-section .banner-wrapper .image img {
  display: block;
  width: 100%;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .main-header .banner-section .banner-wrapper .image {
    max-width: 500px;
  }
}
@media only screen and (max-width: 414px) {
  .main-header .banner-section .banner-wrapper .image {
    max-width: 230px;
  }
}
@media only screen and (max-width: 370px) {
  .main-header .banner-section .banner-wrapper .image {
    max-width: 160px;
  }
}
@media only screen and (max-width: 340px) {
  .main-header .banner-section .banner-wrapper .image {
    max-width: 140px;
  }
}
@media only screen and (max-width: 280px) {
  .main-header .banner-section .banner-wrapper .image {
    max-width: 200px;
  }
}
.main-header .banner-section .btns-container {
  position: relative;
  margin-bottom: 6.125rem;
}
@media only screen and (max-width: 768px) {
  .main-header .banner-section .btns-container {
    top: 5rem;
  }
}
@media only screen and (max-width: 414px) {
  .main-header .banner-section .btns-container {
    top: 4rem;
  }
}
@media only screen and (max-width: 375px) {
  .main-header .banner-section .btns-container {
    top: 1.5rem;
  }
}
@media only screen and (max-width: 360px) {
  .main-header .banner-section .btns-container {
    top: 2.25rem;
  }
}
@media only screen and (max-width: 340px) {
  .main-header .banner-section .btns-container {
    top: 3rem;
  }
}
@media only screen and (max-width: 280px) {
  .main-header .banner-section .btns-container {
    top: 4rem;
  }
}
.main-header .banner-section .btns-container .contact-us-btn {
  display: block;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  background-color: #0c4058c4;
  padding: 0.5rem 0.5rem;
  border-radius: 50px;
  margin-bottom: 0.425rem;
  color: #ffffff;
}
.main-header .banner-section .btns-container .contact-us-btn.service {
  background-color: #f48221;
}
.main-header .contact-form {
  position: fixed;
  top: 50%;
  animation: fade 1.5s linear;
  background-color: #040f3fbd;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
}
@media only screen and (max-width: 575px) {
  .main-header .contact-form {
    position: static;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 414px) {
  .main-header .contact-form {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6rem;
  }
}
@media only screen and (max-width: 360px) {
  .main-header .contact-form {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 320px) {
  .main-header .contact-form {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 280px) {
  .main-header .contact-form {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 576px) {
  .main-header .contact-form {
    position: static;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-header .contact-form {
    position: static;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7rem;
  }
}
@media only screen and (min-width: 992px) {
  .main-header .contact-form {
    position: absolute;
    top: 50%;
    left: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 280px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .main-header .contact-form {
    position: absolute;
    top: 50%;
    left: 100px;
    max-width: 280px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1200px) {
  .main-header .contact-form {
    max-width: 400px;
  }
}
.main-header .contact-form input,
.main-header .contact-form button {
  border-radius: 50px;
  background-color: transparent;
  color: #ffffff !important;
}
.main-header .contact-form input::placeholder,
.main-header .contact-form button::placeholder {
  color: #ffffff;
}
.main-header .contact-form .country-dropdown-toggler .countries-list .country-item {
  color: #000000;
}
.main-header .contact-form input,
.main-header .contact-form select,
.main-header .contact-form button {
  font-size: 0.825rem;
  padding: 0.825rem 0.5rem;
}
.main-header .contact-form h6 {
  position: relative;
  background-color: #eeedaa6b;
  padding: 0.825rem 1.5rem;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  font-size: 0.725rem;
}
.main-header .contact-form h6::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 2%;
  height: 100%;
  background-color: #f89335e7;
}
.main-header .contact-form p {
  font-size: 0.825rem;
}
@media only screen and (max-width: 414px) {
  .main-header .contact-form p {
    font-size: 11px;
  }
}
.main-header .contact-form .contact-form-btn {
  display: flex;
  justify-content: start;
  background-color: transparent;
  width: 210px;
  padding: 0;
  border: none;
  color: #ffffff;
}
.main-header .contact-form .contact-form-btn .contact-form-btn-icon {
  width: 40px;
  background-color: #d7690b;
  height: 100%;
  padding: 0.725rem 0;
}
.main-header .contact-form .contact-form-btn .contact-form-btn-text {
  width: 170px;
  background-color: #f48221;
  height: 100%;
  padding: 0.725rem 0;
  transition: all 0.5s;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.main-header .contact-form .contact-form-btn .contact-form-btn-text:hover {
  background-color: #d7690b;
}
.main-header .statistics-container {
  position: absolute;
  top: 150px;
  left: 43%;
}
.main-header .statistics-container .item h2 {
  color: #081022;
  font-weight: 700;
  margin-bottom: 0.225rem;
}
.main-header .statistics-container .item h6 {
  color: #000000;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .main-header .statistics-container {
    top: 200px;
    left: 39%;
  }
}
@media only screen and (max-width: 992px) {
  .main-header .statistics-container {
    top: 200px;
    left: 35%;
  }
}
@media only screen and (max-width: 768px) {
  .main-header .statistics-container {
    top: 140px;
    left: 7%;
  }
}
@media only screen and (max-width: 576px) {
  .main-header .statistics-container {
    top: 60px;
    left: 5%;
  }
}
@media only screen and (max-width: 414px) {
  .main-header .statistics-container {
    top: 25%;
    left: 8%;
  }
  .main-header .statistics-container h6 {
    font-size: 0.825rem;
  }
}
@media only screen and (max-width: 370px) {
  .main-header .statistics-container {
    top: 26%;
    left: 8%;
  }
  .main-header .statistics-container h6 {
    font-size: 0.825rem;
  }
}
@media only screen and (max-width: 360px) {
  .main-header .statistics-container {
    top: 26%;
    left: 7%;
  }
}
@media only screen and (max-width: 340px) {
  .main-header .statistics-container {
    top: 18%;
    left: 5%;
  }
}
@media only screen and (max-width: 280px) {
  .main-header .statistics-container {
    display: none;
  }
}
.main-header .absolute-logo {
  position: absolute;
  max-width: 100px;
  top: 25%;
  z-index: 400;
}
@media only screen and (max-width: 414px) {
  .main-header .absolute-logo {
    top: 22px;
    left: 30px;
  }
  .main-header .absolute-logo img {
    max-width: 100px;
  }
}
@media only screen and (min-width: 576px) {
  .main-header .absolute-logo {
    top: 20px;
    right: 10%;
  }
  .main-header .absolute-logo img {
    max-width: 100px;
  }
}
@media only screen and (max-width: 320px) {
  .main-header .absolute-logo img {
    max-width: 70px;
  }
}

.collapesd-nav-toggler {
  position: absolute;
  display: block;
  top: 25px;
  right: 25px;
  z-index: 300;
  font-size: 2rem;
  color: #0c4058;
  font-size: 2rem;
  background-color: transparent;
}
@media only screen and (max-width: 340px) {
  .collapesd-nav-toggler {
    top: 20px;
    right: 20px;
    font-size: 1.5rem;
  }
}

.collapesd-nav-close {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 2rem;
  font-size: 2rem;
  color: #0c4058;
  background-color: transparent;
}

.nav-links-container {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffffef;
  z-index: 500;
}
.nav-links-container a {
  display: inline-block;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  color: #051830;
  transition: all 0.6s;
}
.nav-links-container a.active {
  color: #125e8a;
}

.about-section h1 {
  position: relative;
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-size: 1.7rem;
  padding-bottom: 1.25rem;
}
.about-section h1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
  border-bottom: 5px solid #f48221;
}
@media only screen and (max-width: 768px) {
  .about-section h1::after {
    display: none;
  }
}
.about-section h5 {
  margin-bottom: 2rem;
  line-height: 32px;
}
.about-section .services-btn {
  display: block;
  max-width: 150px;
  text-align: center;
  background-color: #0e5ab1;
  padding: 0.5rem 0.825rem;
  color: #ffffff;
  font-weight: 600;
  border-radius: 7px;
  font-family: "tajawal";
  transition: all 0.4s;
}
@media only screen and (max-width: 768px) {
  .about-section .services-btn {
    margin-right: auto;
    margin-left: auto;
  }
}
.about-section .services-btn:hover {
  background-color: #1272e0;
}
.about-section .features .item .icon {
  background-color: #0e5ab1;
  border-radius: 50%;
  padding: 1rem;
}
@media only screen and (max-width: 350px) {
  .about-section .features .item .icon {
    background-color: transparent;
    padding: 0;
  }
}
.about-section .features .item .icon i {
  font-size: 2.5rem;
  color: #ffffff;
}
@media only screen and (max-width: 350px) {
  .about-section .features .item .icon i {
    font-size: 1rem;
    color: #0e5ab1;
  }
}
.about-section .features .item .text p {
  font-weight: 600;
  margin-bottom: 0.325rem;
  color: #000000;
}
.about-section .features .item .text p.head {
  font-size: 1.1rem;
  font-weight: 700;
  color: #000000;
}

.validation-failed {
  color: #fa9f9fec !important;
  font-size: 11px;
  display: none;
}

.services-section {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .services-section {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .services-section {
    top: -40px;
  }
}
.services-section .services-container .service-item {
  position: relative;
  box-shadow: 0 0 5px #dddddd;
  background-color: #ffffff;
  padding: 3rem 1rem 3rem 1rem;
  height: 100%;
  margin-bottom: 0.5rem;
}
.services-section .services-container .service-item::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 3px;
  background-color: #f48221;
}
.services-section .services-container .service-item .label {
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: 700;
  color: #9c9b9b;
}
.services-section .services-container .service-item .image {
  text-align: center;
  margin-bottom: 0.5rem;
}
.services-section .services-container .service-item .image img {
  width: 80px;
  height: auto;
}
.services-section .services-container .service-item .title {
  font-size: 0.825rem;
  color: #0f2c7c;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.services-section .services-container .service-item .text p {
  font-size: 0.825rem;
  line-height: 20px;
  max-height: 80px;
  overflow: hidden;
}
.services-section .services-container .service-item .read-more-link {
  display: block;
  color: #ffffff;
  background-color: #f48221;
  width: 80px;
  text-align: center;
  font-size: 0.725rem;
  border-radius: 50px;
  padding: 0.125rem;
  transition: all 0.4s;
}
.services-section .services-container .service-item .read-more-link:hover {
  background-color: #f59039;
}
.services-section .section-link a {
  display: block;
  width: 100%;
  max-width: 220px;
  margin-right: auto;
  margin-left: auto;
  background-color: #dd4904;
  border-radius: 50px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  margin-top: 1.5rem;
  padding: 0.625rem;
  transition: all 0.4s;
  animation-duration: 5s;
}
.services-section .section-link a:hover {
  background-color: #fb6119;
}

.service-modal .modal-title {
  font-size: 1rem;
  font-weight: 700;
}
.service-modal li {
  font-size: 0.925rem;
  font-family: "tajawal";
  line-height: 24px;
  margin-bottom: 0.5rem;
}
.service-modal li span {
  display: block;
}
.service-modal li span:lang(ar) {
  margin-right: 0.4rem;
}
.service-modal li span:lang(en) {
  margin-left: 0.4rem;
}
.service-modal li::marker {
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: #0ebd08;
  font-weight: 700;
}

.partners-section {
  border-top: 4px solid #dd4904;
}
.partners-section .head {
  position: relative;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 700;
  border-bottom: 4px solid #ffffff;
  background-color: #dd4904;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
.partners-section img {
  width: 85px !important;
  height: 85px;
  border-radius: 50%;
}

.features-section .feature-items li {
  margin-bottom: 0.825rem;
  font-size: 1rem;
  font-weight: 600;
}
.features-section .feature-items li::marker {
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: #4ec516;
  font-weight: 700;
}
.features-section .feature-items li span {
  display: block;
  padding-right: 10px;
}
.features-section .links a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  padding: 0.5rem;
  width: 120px;
  text-align: center;
  font-size: 0.925rem;
  font-weight: 600;
  border-radius: 6px;
}
.features-section .links a:first-child {
  background-color: #1c3a36dc;
  transition: all 0.5s;
}
.features-section .links a:first-child:hover {
  background-color: #32665fdc;
}
.features-section .links a:nth-child(2) {
  background-color: #082e96c9;
  transition: all 0.5s;
}
.features-section .links a:nth-child(2):hover {
  background-color: #163eacc9;
}

.benefits-section {
  background: linear-gradient(to bottom right, #000000ea, #0f0f0fda), url("../images/benefits-bg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  border-top: 4px solid #dd4904;
}
.benefits-section .head {
  position: relative;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 700;
  border-bottom: 4px solid #ffffff;
  background-color: #dd4904;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
@media only screen and (max-width: 375px) {
  .benefits-section .head {
    font-size: 1rem;
  }
}
.benefits-section .benefit-item .image img {
  display: block;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}
.benefits-section .benefit-item h2 {
  color: #ffffff;
  line-height: 26px;
  font-size: 1.3rem;
  font-family: "tajawal";
  font-style: italic;
}
@media only screen and (min-width: 768px) {
  .benefits-section .benefit-item h2 {
    margin-top: 3rem;
    line-height: 45px;
  }
}

.questions-section .header {
  position: relative;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  animation-duration: 1.5s;
  padding-bottom: 0.325rem;
  text-align: center;
}
.questions-section .header h3 {
  position: relative;
  color: #632407;
  font-weight: 900;
}
.questions-section .header p {
  color: #000000;
}
.questions-section .questions-accordion .accordion-item h2 .accordion-button {
  font-size: 0.825rem;
  font-family: "tajawal";
  line-height: 19px;
  background-color: #e76529;
  color: #ffffff;
  height: 78px;
  overflow: hidden;
  font-weight: 600;
}
.questions-section .questions-accordion .accordion-item h2 .accordion-button.collapsed {
  background-color: #f18958;
}
.questions-section .questions-accordion .accordion-item h2 .accordion-button::after {
  margin-right: 0.825rem;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
.questions-section .questions-accordion .accordion-item .accordion-body {
  font-family: "tajawal";
  font-weight: 600;
  font-size: 0.8rem;
}
@media only screen and (min-width: 576px) {
  .questions-section .questions-accordion .accordion-item .accordion-body {
    height: 225px;
    overflow-y: auto;
  }
}
.questions-section .questions-accordion .accordion-item .accordion-body::-webkit-scrollbar {
  width: 4px;
  /* for vertical scrollbars */
  height: 4px;
  /* for horizontal scrollbars */
}
.questions-section .questions-accordion .accordion-item .accordion-body::-webkit-scrollbar-track {
  background: #ffffff;
}
.questions-section .questions-accordion .accordion-item .accordion-body::-webkit-scrollbar-thumb {
  background: #efefef;
}

.testonomial-section .testonomial-item {
  position: relative;
}
.testonomial-section .testonomial-item img {
  border-radius: 10px;
}
.testonomial-section .testonomial-item .expand-img {
  position: absolute;
  top: 5px;
  left: 10px;
}
.testonomial-section .testonomial-item .expand-img i {
  font-size: 0.925rem;
  color: #f1cdbc;
  transition: all 0.4s;
}
.testonomial-section .testonomial-item .expand-img i:hover {
  color: #f1e7e2;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.footer .wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
@media only screen and (max-width: 320px) {
  .footer {
    font-size: 0.825rem;
  }
}

.fixed-contacts-section {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}
.fixed-contacts-section a {
  display: block;
  width: 50%;
  text-align: center;
  padding: 0.925rem 0.325rem;
  font-size: 1.2rem;
  color: #ffffff;
}
.fixed-contacts-section a:first-child {
  background-color: limegreen;
}
.fixed-contacts-section a:nth-child(2) {
  background-color: #dd4904;
}
.fixed-contacts-section a:nth-child(3) {
  background-color: #0e5ab1;
}

.fixed-link {
  position: fixed;
  bottom: 20px;
  background-color: #e27005;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  border: 1px solid #ffffff;
  opacity: 0.8;
  transition: all 0.4s;
  z-index: 1000;
}
.fixed-link:hover {
  background-color: #fa8a20;
  color: #ffffff;
}
.fixed-link.go-up-link {
  display: none;
  right: 20px;
  animation: bubbleUpDown 0.75s alternate infinite;
}

/* Thanking page styles */
.thanking-section {
  min-height: 100vh;
  background: linear-gradient(to left top, #00000069, #00000049), url("../images/bg-4.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
.thanking-section .icon {
  animation: fadeBottomUp 1s linear;
  color: #8ddd32;
}
.thanking-section .icon i {
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.thanking-section .header {
  animation: fadeBottomUp 1.5s linear;
}
@media only screen and (max-width: 414px) {
  .thanking-section .header h3 {
    font-size: 1rem;
    line-height: 30px;
  }
}
.thanking-section .logo {
  animation: fadeBottomUp 2s linear;
}
.thanking-section .action-btn {
  animation: fadeBottomUp 2.5s linear;
}
.thanking-section .action-btn a {
  display: block;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  background-color: #77b92b;
  padding: 0.625rem 2.5rem;
  border-radius: 10px;
  width: 100%;
  max-width: 280px;
  margin-right: auto;
  margin-left: auto;
  transition: all 0.2s;
}
.thanking-section .action-btn a:hover {
  background-color: #99e148;
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

form .error {
  color: #fa9f9fec;
  font-size: 0.825rem;
  transition: all 0.4s;
}

/* Shpae divider */
.divider1.custom-shape-divider-top-1632397333 {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.divider1.custom-shape-divider-top-1632397333 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 105px;
}
@media only screen and (max-width: 767px) {
  .divider1.custom-shape-divider-top-1632397333 svg {
    height: 50px;
  }
}
.divider1.custom-shape-divider-top-1632397333 .shape-fill {
  fill: #f1904f;
}

.custom-shape-divider-top-1632402110 {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1632402110 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 81px;
}

.custom-shape-divider-top-1632402110 .shape-fill {
  fill: #f78551;
}

/*# sourceMappingURL=style.css.map */
