@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@font-face {
  font-family: "Graphik Arabic";
  src: url("../../fonts/GraphikArabic-Bold.woff2") format("woff2"), url("../../fonts/GraphikArabic-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik Arabic";
  src: url("../../fonts/GraphikArabic-Black.woff2") format("woff2"), url("../../fonts/GraphikArabic-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik Arabic";
  src: url("../../fonts/GraphikArabic-Extralight.woff2") format("woff2"), url("../../fonts/GraphikArabic-Extralight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik Arabic";
  src: url("../../fonts/GraphikArabic-Medium.woff2") format("woff2"), url("../../fonts/GraphikArabic-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik Arabic";
  src: url("../../fonts/GraphikArabic-Regular.woff2") format("woff2"), url("../../fonts/GraphikArabic-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik Arabic";
  src: url("../../fonts/GraphikArabic-Light.woff2") format("woff2"), url("../../fonts/GraphikArabic-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik Arabic";
  src: url("../../fonts/GraphikArabic-Semibold.woff2") format("woff2"), url("../../fonts/GraphikArabic-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik Arabic";
  src: url("../../fonts/GraphikArabic-Thin.woff2") format("woff2"), url("../../fonts/GraphikArabic-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik Arabic Super";
  src: url("../../fonts/GraphikArabic-Super.woff2") format("woff2"), url("../../fonts/GraphikArabic-Super.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  calculation of the height of the owl-item that breaks page layouts
  */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.w-5- {
  width: 5px;
}

.w-10- {
  width: 10px;
}

.w-15- {
  width: 15px;
}

.w-20- {
  width: 20px;
}

.w-25- {
  width: 25px;
}

.w-30- {
  width: 30px;
}

.w-35- {
  width: 35px;
}

.w-40- {
  width: 40px;
}

.w-45- {
  width: 45px;
}

.w-50- {
  width: 50px;
}

.w-55- {
  width: 55px;
}

.w-60- {
  width: 60px;
}

.w-65- {
  width: 65px;
}

.w-70- {
  width: 70px;
}

.w-75- {
  width: 75px;
}

.w-80- {
  width: 80px;
}

.w-85- {
  width: 85px;
}

.w-90- {
  width: 90px;
}

.w-95- {
  width: 95px;
}

.w-100- {
  width: 100px;
}

* {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

em {
  font-style: normal;
}

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

.text-start {
  text-align: start;
}

.text-center {
  text-align: center;
}

ol,
ul,
h1,
h2,
h3,
h5,
h4,
h6 {
  margin: 0;
  padding: 0;
}

.pxt {
  margin-top: 50px;
}

.pxl {
  margin-top: 150px;
}

a {
  text-decoration: none !important;
  color: inherit;
}

html {
  overflow-x: hidden;
}

body {
  width: 100vw;
  overflow-x: hidden;
  display: block;
  font-family: "Graphik Arabic";
}

:focus-visible,
.form-control:focus,
button:focus {
  outline: none;
  box-shadow: unset;
}

.nave-responsive {
  display: none;
}

.header-bar {
  background: #ffffff;
  padding: 25px 0;
  border-bottom: 1px solid #F0F2F7;
}

nav ul.list-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
nav ul.list-menu li {
  padding: 0 10px;
  font-size: 16px;
  font-weight: 500;
}
nav ul.list-menu li.active a {
  color: #34D49E;
}
nav ul.list-menu li a {
  color: #000;
}

.menu-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-bar .h-menu-bar {
  display: flex;
  align-items: center;
  justify-content: start;
}
.menu-bar .h-menu-bar .logo a img {
  width: 85px;
  height: 65px;
}
.menu-bar .ar-lang span {
  padding: 0 5px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.menu-bar .lang button.dropdown-toggle {
  background: unset;
  border: unset;
  cursor: pointer;
}
.menu-bar .lang button.dropdown-toggle:after {
  content: unset;
}

.app-img {
  display: flex;
  justify-content: end;
}
.app-img img {
  width: 88%;
  height: auto;
}

.dawnload-box h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: start;
  line-height: 40px;
  margin-bottom: 10px;
}
.dawnload-box p {
  color: #757575;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}

.fk-img {
  position: absolute;
  top: 60px;
  left: -70px;
}

.dawnload-links {
  display: flex;
  align-items: center;
  margin: 40px 0 10px 0;
  z-index: 2;
  position: relative;
}
.dawnload-links a img {
  width: 190px;
  height: 65px;
}

.fk-layer {
  position: absolute;
  top: 0;
  left: -74%;
  width: 100%;
  height: 100%;
}

.title-acc {
  padding-bottom: 50px;
}
.title-acc strong {
  color: #000;
  font-size: 38px;
}
.title-acc p {
  color: #757575;
  font-size: 20px;
  font-weight: 400;
  display: block;
  padding: 10px 0;
}

.application-statistics {
  position: relative;
}
.application-statistics .statistics-num {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: space-around;
  margin: 20px 0;
}
.application-statistics .v-1 {
  position: absolute;
  right: 50px;
  top: 45%;
}
.application-statistics .v-2 {
  position: absolute;
  left: 50px;
  bottom: 15%;
}
.application-statistics .statistics-box img {
  display: block;
  width: 50px;
  height: 50px;
  margin: 20px auto;
}
.application-statistics .statistics-box strong {
  color: #000;
  display: block;
  font-size: 30px;
  text-align: center;
}
.application-statistics .statistics-box em {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  padding-top: 10px;
  display: block;
}
.application-statistics .fk-l-layer {
  position: absolute;
  top: 0;
  left: -47%;
  width: 100%;
  height: 500px;
  z-index: -1;
}
.application-statistics .fk-l-layer img {
  width: auto;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  max-width: 100%;
  min-width: 100%;
}
.application-statistics .fk-r-layer {
  position: absolute;
  top: 0px;
  right: -44%;
  width: 100%;
  height: 500px;
  z-index: -1;
}
.application-statistics .fk-r-layer img {
  width: auto;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  max-width: 100%;
  min-width: 100%;
}

section.our-services .services-card {
  padding: 20px;
  border-radius: 28px;
  border: 1px solid #F0F2F7;
  background: #FAFAFA;
  margin: 30px 0;
  cursor: pointer;
  position: relative;
  transition: 0.2s ease-in-out;
}
section.our-services .services-card:hover {
  background: #FFF3EC;
  transition: 0.2s ease-in-out;
}
section.our-services .services-card img {
  width: 70px;
  height: 70px;
  position: absolute;
  top: -40px;
  left: calc(50% - 35px);
}
section.our-services .services-card h4 {
  padding: 30px 0 10px 0;
  color: #000;
  font-size: 30px;
  font-weight: 600;
  height: 70px;
  overflow: hidden;
}
section.our-services .services-card p {
  color: #757575;
  font-size: 22px;
  font-weight: 400;
  height: 110px;
  overflow: hidden;
}

.features-app-img {
  width: 560px;
  position: relative;
  left: calc(50% - 70px);
  height: 450px;
  bottom: 50px;
}
.features-app-img img {
  width: 100%;
}

.features-card {
  display: flex;
  align-items: center;
  justify-content: start;
  border-radius: 16px;
  border: 1px solid #F5F5F5;
  background: #ffffff;
  padding: 10px;
  margin: 20px 0;
}
.features-card img {
  width: 65px;
  height: 65px;
}
.features-card .features-details {
  text-align: start;
  padding: 0 5px;
}
.features-card .features-details span {
  display: block;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  padding: 0 0 10px 0;
}
.features-card .features-details em {
  color: #757575;
  font-size: 14px;
}

section.descover-app {
  padding: 30px 0;
  background: #FBFBFC;
  position: relative;
}
section.descover-app .descover-img {
  display: flex;
  justify-content: end;
  position: relative;
  z-index: 1;
}
section.descover-app .descover-img img {
  width: auto;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  max-width: 100%;
  min-width: 100%;
}

section.hire-the-experts {
  position: relative;
}
section.hire-the-experts .experts-sec {
  position: relative;
  width: 100%;
  height: 350px;
  padding: 10px;
  background-image: url("../../../imgs/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
section.hire-the-experts .experts-sec .experts-card {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 100%;
  color: #ffffff;
  position: relative;
}
section.hire-the-experts .experts-sec .experts-card .experts-card-details {
  text-align: start;
}
section.hire-the-experts .experts-sec .experts-card .experts-card-details span {
  display: block;
  width: 100%;
  font-size: 30px;
  font-weight: 700;
}
section.hire-the-experts .experts-sec .experts-card .experts-card-details .experts-img {
  width: 250px;
  height: 320px;
}
section.hire-the-experts .experts-sec .experts-card .experts-card-details em {
  font-size: 22px;
  text-align: start;
  display: block;
}
section.hire-the-experts .experts-sec .experts-card .experts-card-details a span {
  border-radius: 16px;
  background: #FA8345;
  width: -moz-max-content;
  width: max-content;
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 20px;
  margin-top: 40px;
  color: #ffffff;
}
section.hire-the-experts .experts-sec .experts-img {
  width: 100%;
  height: 340px;
  text-align: start;
}

.contact-us-details .title-acc {
  padding-bottom: 20px;
}
.contact-us-details .title-acc span {
  display: block;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.contact-us-details .title-acc em {
  color: #757575;
  font-size: 16px;
  font-weight: 500;
}
.contact-us-details .details-sec {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 20px 0;
}
.contact-us-details .details-sec span {
  color: #353535;
  font-size: 18px;
  padding: 0 10px;
  font-weight: 400;
}
.contact-us-details .details-sec em {
  color: #34D49E;
  font-size: 18px;
  padding: 0 5px;
  font-weight: 400;
}

.contact-us-form {
  border-radius: 24px;
  background: var(--f-5-f-5-f-5, #F5F5F5);
  padding: 40px 20px;
  width: 100%;
}
.contact-us-form .form-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-us-form .form-details .fr-contact {
  width: 48%;
  margin: 10px 0;
}
.contact-us-form .form-details .fr-contact label {
  color: #313131;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  display: block;
}
.contact-us-form .form-details .fr-contact input,
.contact-us-form .form-details .fr-contact textarea {
  border-radius: 12px;
  border: 1.5px solid #F6F6F6;
  background: #ffffff;
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
  color: #BDBDBD;
}
.contact-us-form .form-details .fr-contact input::-moz-placeholder, .contact-us-form .form-details .fr-contact textarea::-moz-placeholder {
  color: var(--bdbdbd, #BDBDBD);
}
.contact-us-form .form-details .fr-contact input::placeholder,
.contact-us-form .form-details .fr-contact textarea::placeholder {
  color: var(--bdbdbd, #BDBDBD);
}
.contact-us-form .form-details .fr-contact.textarea-p {
  width: 100%;
}
.contact-us-form .btn-send button {
  border: unset;
  padding: 10px 40px;
  background: #34D49E;
  color: #ffffff;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
}

section.footer- {
  background: #ffffff;
  box-shadow: 0px -15px 25px 0px rgba(0, 0, 0, 0.02);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  padding: 30px 0;
  position: relative;
}
section.footer- .fk-l-layer {
  position: absolute;
  top: 0;
  left: -47%;
  width: 100%;
  height: 250px;
  z-index: -1;
}
section.footer- .fk-l-layer img {
  width: auto;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  max-width: 100%;
  min-width: 100%;
}
section.footer- .fk-r-layer {
  position: absolute;
  top: 0px;
  right: -44%;
  width: 100%;
  height: 250px;
  z-index: -1;
}
section.footer- .fk-r-layer img {
  width: auto;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  max-width: 100%;
  min-width: 100%;
}

.f-line {
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.f-line ._footer_sec_details img {
  width: 75px;
  height: 60px;
}
.f-line ._footer_sec_details p {
  color: #757575;
  margin: 20px 0 50px 0;
  font-size: 18px;
}
.f-line .f-dawnload-app span {
  color: #000;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
  font-weight: 700;
}
.f-line .f-dawnload-app .f-dawnload-linkes {
  text-align: start;
  display: flex;
  flex-wrap: wrap;
}
.f-line .f-dawnload-app .f-dawnload-linkes a img {
  margin: 10px 0;
  width: 160px;
}

.social-sec ul {
  display: flex;
  align-items: center;
  justify-content: start;
}
.social-sec ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #F0F2F7;
  margin: 0 10px;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}
.social-sec ul li:hover {
  transition: 0.3s ease-in-out;
  background: var(--34-d-49-e, #34D49E);
}
.social-sec ul li:hover a {
  color: #fff;
}
.social-sec ul li a {
  color: #000;
  font-size: 20px;
}

.copy-write {
  text-align: end;
  color: #757575;
  font-size: 14px;
}

.privacy-bar .title strong {
  color: #000;
  font-size: 30px;
}

.privacy-bar {
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 20px;
}
.privacy-bar p {
  color: #757575;
  padding-top: 20px;
  font-size: 16px;
  font-weight: 400;
}

.privacy-details strong {
  color: #000;
  font-size: 20px;
  padding-bottom: 20px;
  display: block;
  font-weight: 500;
}

.privacy-details p {
  color: #757575;
  font-size: 14px;
  font-weight: 400;
}

.delect-acc-form {
  width: 50%;
  margin: 0 auto;
  border-radius: 24px;
  border: 1px solid var(--eaeaea, #EAEAEA);
  background: #ffffff;
  box-shadow: 0px 25px 62px 0px rgba(0, 0, 0, 0.11);
  padding: 30px;
}
.delect-acc-form a img {
  width: 120px;
  height: 90px;
  padding: 10px;
  margin: 10px auto;
  display: block;
}
.delect-acc-form h2 {
  color: #FE3A46;
  text-align: center;
  font-size: 24px;
  padding: 15px 0 20px;
  font-weight: 700;
}
.delect-acc-form p {
  color: var(--757575, #757575);
  font-size: 14px;
  text-align: center;
  line-height: 25px;
  padding: 10px 0 15px 0;
}
.delect-acc-form .input-form {
  text-align: start;
  width: 100%;
}
.delect-acc-form .input-form label {
  color: var(--313131, #313131);
  font-size: 14px;
  padding: 5px 0;
}
.delect-acc-form .input-form .if input {
  border-radius: 12px;
  border: 1px solid var(--eaeaea, #EAEAEA);
  background: var(--ffffff, #FFF);
  padding: 10px 15px;
  font-size: 14px;
  width: 100%;
}
.delect-acc-form button {
  margin: 20px 0;
  border-radius: 16px;
  background: var(--fe-3-a-46, #FE3A46);
  width: 100%;
  border: unset;
  padding: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.title-page h3 {
  padding: 10px 0;
  font-weight: 600;
}
.title-page p {
  font-size: 14px;
  padding: 10px 0 20px 0;
}
.title-page em {
  font-size: 12px;
  color: #9f9f9f;
}
.title-page em i {
  margin: 0 5px;
  margin-inline-start: 0;
}

.fk-img.blog_ {
  left: 140px;
  top: 0;
}

.search-box form input {
  width: 250px;
  padding: 4px 10px;
  border-radius: 6px;
  border: unset;
  background: #e9e9e9;
  font-size: 14px;
}
.search-box form button {
  padding: 3px 6px;
  background: #34d49e;
  border: unset;
  border-radius: 6px;
  color: white;
}

.card-blog {
  border: 1px solid #ececec;
  padding: 20px;
  border-radius: 10px;
}
.card-blog .img_blog {
  width: 100%;
  height: 200px;
  text-align: center;
}
.card-blog .img_blog img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  text-align: center;
}
.card-blog .b-sm-details {
  padding: 10px 0;
}
.card-blog .b-sm-details span {
  color: #fb9c6b;
  background: #ffe9dd;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 6px;
}
.card-blog .b-sm-details em {
  font-size: 12px;
  color: #9f9f9f;
}
.card-blog .b-title-details h3 {
  font-size: 18px;
  width: 80%;
  line-height: 24px;
  height: 50px;
  overflow: hidden;
}
.card-blog .b-title-details em {
  transform: rotate(45deg);
  width: 15%;
  text-align: end;
}
.card-blog p {
  font-size: 12px;
  color: #9f9f9f;
  height: 55px;
  overflow: hidden;
  padding-bottom: 5px;
}

.blog-sec-card {
  padding: 20px 0;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}

ul.pagination-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
ul.pagination-list li.list-item {
  width: 40px;
  height: 40px;
  background: #f8f8f8;
  text-align: center;
  color: #757575;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 10px;
}
ul.pagination-list li.list-item.active {
  background: #34d49e;
  color: #fff;
}
ul.pagination-list li.list-item.p-arrows {
  background: whitesmoke;
}
ul.pagination-list li.list-item:hover a {
  color: inherit;
}

.Mental-health {
  color: #fb9c6b;
  background: #ffe9dd;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 6px;
}

.b-img-details img {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}

.card-details-b {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}

.desc-b-details {
  margin: 10px 0;
}
.desc-b-details h4 {
  font-size: 20px;
  margin: 5px 0 10px 0;
  font-weight: 600;
}
.desc-b-details p {
  font-size: 14px;
  color: #979797;
}

.share-linkes {
  margin: 20px 0;
}
.share-linkes span {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.share-linkes .b-shaer-l {
  display: flex;
  align-items: center;
}
.share-linkes em.copy-text {
  margin: 0 10px;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  padding: 10px 15px;
  cursor: pointer;
  color: #838383;
  font-weight: 500;
}

ul.share-list {
  display: flex;
  align-items: center;
  justify-content: start;
}
ul.share-list li {
  padding: 10px 15px;
  background: #f0f2f7;
  margin: 0 5px;
  border-radius: 6px;
  font-size: 20px;
}

.page-link {
  width: 45px;
  height: 45px;
  background: #f8f8f8;
  text-align: center;
  color: #757575;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 10px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  background: aliceblue;
  border-radius: 50% !important;
}

li.page-item.active .page-link {
  background: #34d49e;
  color: #fff;
  border-radius: 50%;
}

.show-all-blogs a {
  border: unset;
  padding: 10px 40px;
  background: #34D49E;
  color: #ffffff;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
}
.show-all-blogs a i {
  padding: 0 10px;
}

html[dir=ltr] body {
  text-align: left;
  direction: ltr;
}
html[dir=ltr] body .fk-layer {
  right: -70%;
}
html[dir=ltr] body .fk-img {
  left: -133px;
}
html[dir=ltr] body .features-app-img {
  left: calc(50% - 280px);
}
html[dir=ltr] body .fk-img.blog_ {
  left: 170px;
}
html[dir=ltr] body .card-blog .b-title-details em {
  transform: rotate(105deg);
  text-align: start;
}
html[dir=ltr] body li.list-item.p-arrows i {
  transform: rotate(180deg);
}
html[dir=ltr] body .show-all-blogs a i {
  transform: rotate(180deg);
}

@media (max-width: 1200px) {
  .fk-layer,
  .fk-l-layer,
  .fk-r-layer,
  .fk-img {
    display: none;
  }
}
@media (max-width: 990px) {
  .dog {
    overflow: hidden;
  }
  .nave-responsive {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    background: #FAFAFA;
    box-shadow: 2px 4px 24px 0px rgba(0, 0, 0, 0.05);
    z-index: 99;
    padding: 10px 15px;
  }
  .nave-responsive .bar {
    font-size: 28px;
  }
  .menu-bar {
    position: fixed;
    width: 100%;
    padding-top: 20px;
    background-color: #e6e6e6;
    z-index: 44;
    /* width: inherit; */
    height: 100%;
    left: -100%;
    top: 80px;
    transition: left 0.5s;
    flex-direction: column;
    padding-bottom: 200px;
  }
  .menu-bar.open {
    left: 0;
  }
  .menu-bar .logo {
    display: none;
  }
  .menu-bar ul {
    flex-direction: column;
  }
  .menu-bar ul li {
    padding: 7px 0 !important;
  }
  .features-app-img {
    width: 100%;
    left: 0;
  }
  section.hire-the-experts .experts-sec {
    height: 580px;
  }
  section.hire-the-experts .experts-sec .experts-img {
    text-align: center;
  }
  .fk-layer,
  .fk-l-layer,
  .fk-r-layer {
    display: none;
  }
  .delect-acc-form {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .fk-img {
    left: 0;
    top: 110px;
  }
  .app-img img {
    width: 100%;
  }
  .delect-acc-form {
    width: 90%;
  }
  .dawnload-links {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .v-1,
  .v-2 {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */