@font-face {
  font-family: 'swissrablack';
  src: url("../fonts/abjad-swissra-black.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'swissrabold';
  src: url("../fonts/abjad-swissra-bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'swissra condensed bold';
  src: url("../fonts/swissra_condensed-bold.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'swissra condensed';
  src: url("../fonts/swissra_condensed-thin.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

:root {
  --font-family-sec: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-main: Poppins, sans-serif;
  --font-family-main-ar: swissra condensed, swissra;
  --font-family-main-ar-2: swissra, swissra condensed;
  --main-color: #008bd2;
  --main-bg-color: #e4e4e4;
  --main-gradient: linear-gradient(to left, #008bd2, #00486e);
  --main-bg-color-op-1: rgba(228, 228, 228, 0.3);
  --main-bg-color-dark-1: #d7d7d7;
  --main-bg-color-dark-op-1: rgba(#e4e4e4, 0.2);
  --main-color-hover: #00699f;
  --sec-color: #00486e;
  --dark-color: #060606;
  --dark-deep-color: black;
  --dark-deep-color-op-1: #1a1a1a;
  --dark-color-hover: #131313;
  --light-color: #fff;
}

.line-clamp {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  line-height: 1.2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding: 0 !important;
}

.line-clamp-1 {
  -webkit-line-clamp: 1;
  height: -webkit-calc(1em * 1.2 * 1);
  height: calc(1em * 1.2 * 1);
}

.line-clamp-2 {
  -webkit-line-clamp: 2;
  height: -webkit-calc(1em * 1.2 * 2);
  height: calc(1em * 1.2 * 2);
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
  height: -webkit-calc(1em * 1.2 * 3);
  height: calc(1em * 1.2 * 3);
}

.line-clamp-4 {
  -webkit-line-clamp: 4;
  height: -webkit-calc(1em * 1.2 * 4);
  height: calc(1em * 1.2 * 4);
}

.line-clamp-5 {
  -webkit-line-clamp: 5;
  height: -webkit-calc(1em * 1.2 * 5);
  height: calc(1em * 1.2 * 5);
}

/*======================================
    Variables
========================================*/
/*======================================
    Normalize CSS
========================================*/
html,
body {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family-main);
  font-weight: normal;
  font-style: normal;
  color: #000;
  overflow-x: hidden;
  font-size: 13px;
  background-color: var(--main-bg-color);
}

@media (min-width: 376px) {
  body {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  body {
    font-size: 15px;
  }
}

p {
  margin-block: 0;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 16px;
}

@media (min-width: 376px) {
  p {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (min-width: 768px) {
  p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 992px) {
  p {
    font-size: 15px;
    line-height: 22px;
  }
}

@media (min-width: 1200px) {
  p {
    font-size: 15px;
    line-height: 23px;
  }
}

@media (min-width: 1400px) {
  p {
    font-size: 15px;
    line-height: 24px;
  }
}

* {
  margin-block: 0;
  margin: 0;
  padding: 0;
}

.navbar-toggler:focus,
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  text-decoration: none;
  outline: none;
  outline: none !important;
  border-color: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form-check-input:checked {
  background-color: var(--main-color);
  border-color: var(--main-color);
}

select {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: #081828;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  background-color: -internal-light-dark(white, #3b3b3b);
  cursor: default;
  margin-block: 0;
  margin: 0;
  font: 400 14px;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: -internal-light-dark(#767676, #858585);
  -o-border-image: initial;
  -webkit-border-image: initial;
          border-image: initial;
}

span,
a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin-block: 0px;
  color: #081828;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 25px;
}

@media (min-width: 376px) {
  h1 {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 35px;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 45px;
  }
}

@media (min-width: 1400px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 20px;
}

@media (min-width: 376px) {
  h3 {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  h3 {
    font-size: 25px;
  }
}

@media (min-width: 992px) {
  h3 {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  h3 {
    font-size: 30px;
  }
}

@media (min-width: 1400px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-size: 20px;
}

@media (min-width: 376px) {
  h4 {
    font-size: 21px;
  }
}

@media (min-width: 768px) {
  h4 {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  h4 {
    font-size: 23px;
  }
}

@media (min-width: 1200px) {
  h4 {
    font-size: 24px;
  }
}

@media (min-width: 1400px) {
  h4 {
    font-size: 25px;
  }
}

h5 {
  font-size: 16px;
}

@media (min-width: 376px) {
  h5 {
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  h5 {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  h5 {
    font-size: 19px;
  }
}

@media (min-width: 1200px) {
  h5 {
    font-size: 20px;
  }
}

@media (min-width: 1400px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 14px;
}

@media (min-width: 376px) {
  h6 {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  h6 {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  h6 {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  h6 {
    font-size: 16px;
  }
}

@media (min-width: 1400px) {
  h6 {
    font-size: 16px;
  }
}

ul,
ol {
  margin-block: 0px;
  padding: 0px;
  list-style-type: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-205 {
  margin-bottom: 205px;
}

.mb-210 {
  margin-bottom: 210px;
}

.mb-215 {
  margin-bottom: 215px;
}

.mb-220 {
  margin-bottom: 220px;
}

.mb-225 {
  margin-bottom: 225px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-205 {
  padding-top: 205px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-215 {
  padding-top: 215px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-225 {
  padding-top: 225px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.img-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px;
  }
}

/* Overlay */
.overlay {
  position: relative;
  z-index: 1;
}

.overlay::before {
  position: absolute;
  top: 0;
  right: unset;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: #081828;
  content: "";
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
}

html[dir=rtl] .overlay::before {
  left: unset !important;
  right: 0px !important;
}

.button .btn {
  display: inline-block;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 30px;
  background-color: var(--main-color);
  color: #fff;
  border: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  position: relative;
  z-index: 1;
  margin-right: 5px;
  overflow: hidden;
}

html[dir=rtl] .button .btn {
  margin-left: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .button .btn {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .button .btn {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

.button .btn i {
  display: inline-block;
  margin-right: 5px;
}

html[dir=rtl] .button .btn i {
  margin-left: 5px;
}

.button .btn:last-child {
  margin-block: 0;
  margin: 0;
}

.button .btn:hover {
  color: #fff;
  background-color: #081828;
  -webkit-box-shadow: 0px 4px 4px #0000000f;
  box-shadow: 0px 4px 4px #0000000f;
}

.button .btn-alt {
  background-color: #081828;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .button .btn-alt {
    padding: 10px 30px;
  }
}

@media (max-width: 767px) {
  .button .btn-alt {
    padding: 10px 30px;
  }
}

.button .btn-alt:hover {
  background-color: var(--main-color);
  color: #fff;
}

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

.align-right {
  text-align: end;
}

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

.right-floats {
  position: fixed;
  left: unset;
  right: 0px;
  top: 35%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 9999;
}

html[dir=rtl] .right-floats {
  right: unset !important;
  left: 0px !important;
}

.right-floats .scroll-top {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.right-floats .scroll-top img {
  width: 25px;
}

.right-floats .scroll-top:hover {
  opacity: 0.8;
}

.right-floats .call-btn {
  line-height: 75px;
  min-height: 75px;
  width: 45px;
  border-start-start-radius: 12px;
  border-end-start-radius: 12px;
  background-color: var(--dark-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.right-floats .call-btn img {
  width: 25px;
}

.right-floats .call-btn:hover {
  background-color: var(--dark-color-hover);
}

.float-social {
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  position: fixed;
  right: unset;
  left: 7%;
  top: 25%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
  z-index: 8;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

html[dir=rtl] .float-social {
  left: unset !important;
  right: 7% !important;
}

.float-social li {
  display: inline-block;
}

.float-social li.line span {
  margin-left: 13px;
  width: 3px;
  height: 45px;
  background-color: var(--dark-color);
}

html[dir=rtl] .float-social li.line span {
  margin-right: 13px;
}

.float-social li:last-child {
  margin-block: 0;
  margin: 0;
  margin-block: 0;
  margin: 0;
}

.float-social li a {
  text-align: center;
  width: 28px;
  height: 28px;
  line-height: 28px;
  color: var(--dark-color);
  font-size: 15px;
  margin-bottom: 25px;
  border: 1px dashed transparent;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.float-social li a:hover {
  border: 1px dashed var(--main-color);
  color: var(--main-color);
}

body.is_sticky .right-floats {
  position: fixed;
  left: unset;
  right: 0px;
  top: 35%;
}

html[dir=rtl] body.is_sticky .right-floats {
  right: unset !important;
  left: 0px !important;
}

body.is_sticky .float-social {
  top: 10%;
  right: unset;
  left: 7%;
  background-color: var(--main-bg-color-op-1);
  border: 1px solid rgba(0, 21, 32, 0.08);
}

html[dir=rtl] body.is_sticky .float-social {
  left: unset !important;
  right: 7% !important;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--main-bg-color);
  background: var(--dark-color);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--main-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.feature-cricles .circle {
  padding: 5px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 1px 7px 39px #00000029;
          box-shadow: 1px 7px 39px #00000029;
  aspect-ratio: 1/1;
  height: 65px;
  width: 65px;
}

.feature-cricles .circle .icon {
  aspect-ratio: 1/1;
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}

.feature-cricles .circle .title {
  font-size: 8px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #060606;
}

@media (min-width: 992px) {
  .feature-cricles .circle .title {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .feature-cricles .circle .title {
    display: inline-block;
  }
}

.feature-cricles .circle.level-2 {
  position: relative;
  top: -60px;
}

.feature-cricles .circle.level-2.left {
  right: unset;
  left: -8;
}

html[dir=rtl] .feature-cricles .circle.level-2.left {
  left: unset !important;
  right: -8 !important;
}

.feature-cricles .circle.level-2.right {
  right: unset;
  left: -8;
}

html[dir=rtl] .feature-cricles .circle.level-2.right {
  left: unset !important;
  right: -8 !important;
}

.feature-cricles .circle.level-3 {
  position: relative;
  top: -135px;
}

.feature-cricles .circle.level-3.left {
  left: unset;
  right: -22.5px;
}

html[dir=rtl] .feature-cricles .circle.level-3.left {
  right: unset !important;
  left: -22.5px !important;
}

.feature-cricles .circle.level-3.right {
  right: unset;
  left: -22.5px;
}

html[dir=rtl] .feature-cricles .circle.level-3.right {
  left: unset !important;
  right: -22.5px !important;
}

@media (min-width: 376px) {
  .feature-cricles .circle {
    padding: 5px;
    aspect-ratio: 1/1;
    height: 75px;
    width: 75px;
  }
  .feature-cricles .circle .icon {
    width: 25px;
    height: 25px;
  }
  .feature-cricles .circle .title {
    font-size: 8px;
    line-height: 13px;
  }
  .feature-cricles .circle.level-2 {
    top: -60px;
  }
  .feature-cricles .circle.level-2.left {
    left: unset;
    right: 0px;
  }
  html[dir=rtl] .feature-cricles .circle.level-2.left {
    right: unset !important;
    left: 0px !important;
  }
  .feature-cricles .circle.level-2.right {
    right: unset;
    left: 0px;
  }
  html[dir=rtl] .feature-cricles .circle.level-2.right {
    left: unset !important;
    right: 0px !important;
  }
  .feature-cricles .circle.level-3 {
    top: -135px;
  }
  .feature-cricles .circle.level-3.left {
    left: unset;
    right: -22.5px;
  }
  html[dir=rtl] .feature-cricles .circle.level-3.left {
    right: unset !important;
    left: -22.5px !important;
  }
  .feature-cricles .circle.level-3.right {
    right: unset;
    left: -22.5px;
  }
  html[dir=rtl] .feature-cricles .circle.level-3.right {
    left: unset !important;
    right: -22.5px !important;
  }
}

@media (min-width: 768px) {
  .feature-cricles .circle {
    padding: 15px;
    aspect-ratio: 1/1;
    height: 120px;
    width: 120px;
  }
  .feature-cricles .circle .icon {
    width: 50px;
    height: 50px;
  }
  .feature-cricles .circle .title {
    font-size: 11px;
    line-height: 15px;
  }
  .feature-cricles .circle.level-2 {
    top: -45px;
  }
  .feature-cricles .circle.level-3 {
    top: -150px;
  }
  .feature-cricles .circle.level-3.left {
    left: unset;
    right: -37.5px;
  }
  html[dir=rtl] .feature-cricles .circle.level-3.left {
    right: unset !important;
    left: -37.5px !important;
  }
  .feature-cricles .circle.level-3.right {
    right: unset;
    left: -37.5px;
  }
  html[dir=rtl] .feature-cricles .circle.level-3.right {
    left: unset !important;
    right: -37.5px !important;
  }
}

@media (min-width: 1200px) {
  .feature-cricles .circle {
    padding: 15px;
    aspect-ratio: 1/1;
    height: 140px;
    width: 140px;
  }
  .feature-cricles .circle .icon {
    width: 50px;
    height: 50px;
  }
  .feature-cricles .circle .title {
    font-size: 12px;
    line-height: 15px;
  }
  .feature-cricles .circle.level-2 {
    top: -45px;
  }
  .feature-cricles .circle.level-3 {
    top: -150px;
  }
  .feature-cricles .circle.level-3.left {
    left: unset;
    right: -37.5px;
  }
  html[dir=rtl] .feature-cricles .circle.level-3.left {
    right: unset !important;
    left: -37.5px !important;
  }
  .feature-cricles .circle.level-3.right {
    right: unset;
    left: -37.5px;
  }
  html[dir=rtl] .feature-cricles .circle.level-3.right {
    left: unset !important;
    right: -37.5px !important;
  }
}

.service-area {
  padding: 50px 0;
}

.service-area .service {
  position: relative;
  margin-bottom: 60px;
}

.service-area .service::before {
  position: absolute;
  top: 0;
  right: unset;
  left: 0px;
  width: 100%;
  height: 60%;
  background-color: #F5F5F5;
  content: "";
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
}

html[dir=rtl] .service-area .service::before {
  left: unset !important;
  right: 0px !important;
}

.service-area .service .card.title {
  background-color: transparent;
  border: none;
  -webkit-border-radius: 0px;
          border-radius: 0px;
}

.service-area .service .card.title .card-title {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service-area .service .card.title .card-title .service-icon {
  height: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}

.service-area .service .card.title .card-title .service-title {
  font-size: 19px;
  font-weight: 600;
}

.service-area .service .card.content {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 30px 60px #0E77FF26;
          box-shadow: 0px 30px 60px #0E77FF26;
  border: none;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  position: relative;
  top: 0px;
}

.service-area .service .card.content .card-body {
  padding: 15px 20px;
  padding-right: 20px;
}

.service-area .service .card.content .card-body .card-text {
  font-size: 12px;
  line-height: 20px;
  color: var(--dark-color);
}

.service-area .service .card.content .card-body .features {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
}

.service-area .service .card.content .card-body .features li {
  font-size: 11px;
  color: var(--dark-color);
}

.service-area .service .card.content .card-body .features li .icon {
  text-align: center;
  display: inline-block;
  padding: 4px;
  margin-bottom: 5px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background-color: #E4FFF2;
  line-height: 14px;
}

.service-area .service .card.content .card-body .features li .icon .check {
  line-height: 14px;
  height: 14px;
  width: 14px;
  color: #4BFFA6;
}

@media (min-width: 376px) {
  .service-area .service {
    margin-bottom: 70px;
    position: relative;
  }
  .service-area .service::before {
    position: absolute;
    top: 0;
    right: unset;
    left: 0px;
    width: 100%;
    height: 60%;
    background-color: #F5F5F5;
    content: "";
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
  }
  html[dir=rtl] .service-area .service::before {
    left: unset !important;
    right: 0px !important;
  }
  .service-area .service .card.title .card-title .service-icon {
    height: 50px;
    height: 50px;
  }
  .service-area .service .card.title .card-title .service-title {
    font-size: 25px;
    font-weight: 600;
  }
  .service-area .service .card.content {
    top: 0px;
  }
  .service-area .service .card.content .card-body {
    padding: 20px 25px;
    padding-right: 25px;
  }
  .service-area .service .card.content .card-body .card-text {
    font-size: 13px;
    line-height: 20px;
  }
  .service-area .service .card.content .card-body .features {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
  .service-area .service .card.content .card-body .features li {
    font-size: 12px;
    color: var(--dark-color);
  }
  .service-area .service .card.content .card-body .features li .icon {
    padding: 4px;
    margin-bottom: 5px;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    line-height: 14px;
  }
  .service-area .service .card.content .card-body .features li .icon .check {
    line-height: 14px;
    height: 14px;
    width: 14px;
  }
}

@media (min-width: 768px) {
  .service-area .service {
    margin-bottom: 140px;
    position: relative;
  }
  .service-area .service::before {
    position: absolute;
    top: 0;
    right: unset;
    left: 0px;
    width: 90%;
    height: 60%;
    background-color: #F5F5F5;
    content: "";
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
  }
  html[dir=rtl] .service-area .service::before {
    left: unset !important;
    right: 0px !important;
  }
  .service-area .service .card.title .card-title {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .service-area .service .card.title .card-title .service-icon {
    height: 60px;
    height: 60px;
  }
  .service-area .service .card.title .card-title .service-title {
    font-size: 30px;
    font-weight: 600;
  }
  .service-area .service .card.content {
    top: 75px;
  }
  .service-area .service .card.content .card-body {
    padding: 24px 32px;
    padding-right: 55px;
  }
  .service-area .service .card.content .card-body .card-text {
    font-size: 14px;
    line-height: 20px;
  }
  .service-area .service .card.content .card-body .features {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
  .service-area .service .card.content .card-body .features li {
    font-size: 14px;
    color: var(--dark-color);
  }
  .service-area .service .card.content .card-body .features li .icon {
    padding: 4px;
    margin-bottom: 5px;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    line-height: 16px;
  }
  .service-area .service .card.content .card-body .features li .icon .check {
    line-height: 16px;
    height: 16px;
    width: 16px;
  }
}

@media (min-width: 1200px) {
  .service-area .service {
    margin-bottom: 140px;
    position: relative;
  }
  .service-area .service::before {
    position: absolute;
    top: 0;
    right: unset;
    left: 0px;
    width: 90%;
    height: 60%;
    background-color: #F5F5F5;
    content: "";
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
  }
  html[dir=rtl] .service-area .service::before {
    left: unset !important;
    right: 0px !important;
  }
  .service-area .service .card.title .card-title .service-icon {
    height: 55px;
    height: 55px;
  }
  .service-area .service .card.title .card-title .service-title {
    font-size: 30px;
    font-weight: 600;
  }
  .service-area .service .card.content {
    top: 75px;
  }
  .service-area .service .card.content .card-body {
    padding: 24px 32px;
    padding-right: 55px;
  }
  .service-area .service .card.content .card-body .card-text {
    font-size: 14px;
    line-height: 20px;
  }
  .service-area .service .card.content .card-body .features {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
  .service-area .service .card.content .card-body .features li {
    font-size: 14px;
    color: var(--dark-color);
  }
  .service-area .service .card.content .card-body .features li .icon {
    padding: 4px;
    margin-bottom: 5px;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    line-height: 16px;
  }
  .service-area .service .card.content .card-body .features li .icon .check {
    line-height: 16px;
    height: 16px;
    width: 16px;
  }
}

.blog-card-area .card.featured-blog-card {
  border: none;
  position: relative;
  background: transparent;
}

.blog-card-area .card.featured-blog-card::before {
  position: absolute;
  top: 0;
  right: unset;
  left: 0px;
  width: 100%;
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  height: 100%;
  background: #F5F5F5;
  -webkit-box-shadow: 0px 3px 31px #00000029;
          box-shadow: 0px 3px 31px #00000029;
  content: "";
  z-index: -1;
}

html[dir=rtl] .blog-card-area .card.featured-blog-card::before {
  left: unset !important;
  right: 0px !important;
}

.blog-card-area .card.featured-blog-card .card-img-top-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}

.blog-card-area .card.featured-blog-card .card-img-top-wrapper .card-img-top {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.blog-card-area .card.featured-blog-card .card-body {
  padding: 0px;
}

.blog-card-area .card.featured-blog-card .card-body.content {
  padding: 12px 15px;
}

.blog-card-area .card.featured-blog-card .card-body.content .card-title {
  margin-top: 7px;
  font-size: 16px;
  font-weight: 600;
}

.blog-card-area .card.featured-blog-card .card-body.content .card-text {
  font-size: 10px;
}

@media (min-width: 376px) {
  .blog-card-area .card.featured-blog-card::before {
    top: 0;
    width: -webkit-calc(100% - 75px);
    width: calc(100% - 75px);
    height: 100%;
  }
  .blog-card-area .card.featured-blog-card .card-img-top-wrapper {
    height: 100%;
    width: 100%;
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
  }
  .blog-card-area .card.featured-blog-card .card-img-top-wrapper .card-img-top {
    height: 100%;
    width: 100%;
  }
  .blog-card-area .card.featured-blog-card .card-body {
    padding: 0;
  }
  .blog-card-area .card.featured-blog-card .card-body.content {
    padding: 20px 25px;
  }
  .blog-card-area .card.featured-blog-card .card-body.content .card-title {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
  }
  .blog-card-area .card.featured-blog-card .card-body.content .card-text {
    font-size: 11px;
  }
}

@media (min-width: 768px) {
  .blog-card-area .card.featured-blog-card::before {
    top: 0;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    height: 100%;
  }
  .blog-card-area .card.featured-blog-card .card-img-top-wrapper {
    height: 100%;
    width: 100%;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
  .blog-card-area .card.featured-blog-card .card-img-top-wrapper .card-img-top {
    height: 100%;
    width: 100%;
  }
  .blog-card-area .card.featured-blog-card .card-body {
    padding: 0;
  }
  .blog-card-area .card.featured-blog-card .card-body.content {
    padding: 40px 45px;
  }
  .blog-card-area .card.featured-blog-card .card-body.content .card-title {
    margin-top: 15px;
    font-size: 25px;
    font-weight: 600;
  }
  .blog-card-area .card.featured-blog-card .card-body.content .card-text {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .blog-card-area .card.featured-blog-card::before {
    top: 0;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    height: 100%;
  }
  .blog-card-area .card.featured-blog-card .card-img-top-wrapper {
    height: 100%;
    width: 100%;
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
  }
  .blog-card-area .card.featured-blog-card .card-img-top-wrapper .card-img-top {
    height: 100%;
    width: 100%;
  }
  .blog-card-area .card.featured-blog-card .card-body {
    padding: 35px 35px;
    padding: 0;
  }
  .blog-card-area .card.featured-blog-card .card-body.content {
    padding: 55px 65px;
  }
  .blog-card-area .card.featured-blog-card .card-body.content .card-title {
    margin-top: 15px;
    font-size: 30px;
    font-weight: 600;
  }
  .blog-card-area .card.featured-blog-card .card-body.content .card-text {
    font-size: 15px;
  }
}

.blog-card-area .latest-news {
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.blog-card-area .latest-news .heading {
  -webkit-border-radius: 8px 8px 0 0;
          border-radius: 8px 8px 0 0;
}

.blog-card-area .latest-news .footer-area a {
  color: #7B8591;
}

.blog-card-area .latest-news .news .image.card-img-top {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  width: 30%;
  -o-object-fit: contain;
     object-fit: contain;
}

.blog-card-area .card.blog-card {
  background: #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

.blog-card-area .card.blog-card .card-img-top-wrapper {
  position: relative;
}

.blog-card-area .card.blog-card .card-img-top-wrapper .label {
  position: absolute;
  top: 22px;
  left: 22px;
}

.blog-card-area .card.blog-card .card-img-top-wrapper .avatar {
  position: absolute;
  bottom: -22px;
  left: 22px;
  width: 44px;
  height: 44px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.blog-card-area .card.blog-card .card-body .card-title {
  margin-top: 15px;
  font-weight: 600;
}

.blog-area {
  position: relative;
}

.blog-area .blog-hero {
  margin-bottom: 10px;
}

.blog-area .blog-hero .swiper-container {
  width: 100%;
  height: auto;
  height: 60vh;
}

.blog-area .blog-hero .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
  height: 60vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.blog-area .blog-hero .swiper-container .swiper-wrapper .swiper-slide img.header-img {
  -webkit-border-radius: 8px;
          border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-area .blog-hero .swiper-container .swiper-pagination.swiper-pagination-bullets {
  bottom: 20px;
}

.blog-area .blog-hero .swiper-container .swiper-pagination-bullet {
  -webkit-border-radius: 0px;
          border-radius: 0px;
  width: 20px;
  height: 4px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
}

.blog-area .blog-hero .swiper-container .swiper-pagination-bullet-active {
  background: #fff;
}

.blog-area .blog-hero .blog-content {
  background: transparent;
  position: relative;
  height: 60vh;
}

.blog-area .blog-hero .blog-content .inner-content {
  z-index: 4 !important;
}

.blog-area .blog-hero .blog-content .inner-content .meta {
  padding: 0 35px;
  font-weight: 900;
  position: absolute;
  top: 35px;
  right: unset;
  left: 0px;
  width: 100%;
  background-color: transparent;
  z-index: 4 !important;
}

html[dir=rtl] .blog-area .blog-hero .blog-content .inner-content .meta {
  left: unset !important;
  right: 0px !important;
}

.blog-area .blog-hero .blog-content .inner-content .meta .author-img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 25px;
  height: 25px;
}

.blog-area .blog-hero .blog-content .inner-content .meta h6 {
  letter-spacing: 3px;
}

.blog-area .blog-hero .blog-content .inner-content .meta .btn-fav {
  z-index: 4 !important;
}

.blog-area .blog-hero .blog-content .inner-content .meta h6,
.blog-area .blog-hero .blog-content .inner-content .meta .btn-fav {
  font-size: 16px;
}

.blog-area .blog-hero .blog-content .inner-content .center-content {
  padding: 0 15px;
  font-weight: 900;
  position: absolute;
  bottom: 30%;
  right: unset;
  left: 0px;
  width: 100%;
  background-color: transparent;
  z-index: 2;
}

html[dir=rtl] .blog-area .blog-hero .blog-content .inner-content .center-content {
  left: unset !important;
  right: 0px !important;
}

.blog-area .blog-hero .blog-content .inner-content .center-content .caption {
  font-weight: bold;
  line-height: 25px;
  font-size: 20px;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.blog-area .blog-hero .blog-content .inner-content .center-content .description {
  font-weight: 300;
  line-height: 15px;
  font-size: 12px;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.blog-area .blog-hero .blog-content .header-img {
  height: 60vh;
  z-index: 1;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  position: relative;
}

@media (min-width: 376px) {
  .blog-area .blog-hero .swiper-container {
    height: 60vh;
  }
  .blog-area .blog-hero .swiper-container .swiper-wrapper .swiper-slide {
    height: 60vh;
  }
  .blog-area .blog-hero .swiper-container .swiper-pagination.swiper-pagination-bullets {
    bottom: 20px;
  }
  .blog-area .blog-hero .swiper-container .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
  }
  .blog-area .blog-hero .blog-content {
    height: 60vh;
  }
  .blog-area .blog-hero .blog-content .inner-content .meta {
    padding: 0 15px;
    top: 35px;
    right: unset;
    left: 0px;
    width: 100%;
  }
  html[dir=rtl] .blog-area .blog-hero .blog-content .inner-content .meta {
    left: unset !important;
    right: 0px !important;
  }
  .blog-area .blog-hero .blog-content .inner-content .meta .author-img {
    width: 25px;
    height: 25px;
  }
  .blog-area .blog-hero .blog-content .inner-content .meta h6 {
    letter-spacing: 3px;
  }
  .blog-area .blog-hero .blog-content .inner-content .meta h6,
  .blog-area .blog-hero .blog-content .inner-content .meta .btn-fav {
    font-size: 16px;
  }
  .blog-area .blog-hero .blog-content .inner-content .center-content {
    padding: 0 15px;
    bottom: 30%;
    width: 100%;
  }
  .blog-area .blog-hero .blog-content .inner-content .center-content .caption {
    line-height: 25px;
    font-size: 20px;
  }
  .blog-area .blog-hero .blog-content .inner-content .center-content .description {
    line-height: 16px;
    font-size: 13px;
    color: #FFFFFF;
  }
  .blog-area .blog-hero .blog-content .header-img {
    height: 60vh;
  }
}

@media (min-width: 768px) {
  .blog-area .blog-hero .swiper-container {
    height: 90vh;
  }
  .blog-area .blog-hero .swiper-container .swiper-wrapper .swiper-slide {
    height: 90vh;
  }
  .blog-area .blog-hero .swiper-container .swiper-pagination.swiper-pagination-bullets {
    bottom: 20px;
  }
  .blog-area .blog-hero .swiper-container .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
  }
  .blog-area .blog-hero .blog-content {
    height: 90vh;
  }
  .blog-area .blog-hero .blog-content .inner-content .meta {
    padding: 0 35px;
    top: 35px;
    right: unset;
    left: 0px;
    width: 100%;
  }
  html[dir=rtl] .blog-area .blog-hero .blog-content .inner-content .meta {
    left: unset !important;
    right: 0px !important;
  }
  .blog-area .blog-hero .blog-content .inner-content .meta .author-img {
    width: 25px;
    height: 25px;
  }
  .blog-area .blog-hero .blog-content .inner-content .meta h6 {
    letter-spacing: 3px;
  }
  .blog-area .blog-hero .blog-content .inner-content .meta h6,
  .blog-area .blog-hero .blog-content .inner-content .meta .btn-fav {
    font-size: 16px;
  }
  .blog-area .blog-hero .blog-content .inner-content .center-content {
    padding: 0 35px;
    bottom: 30%;
    width: 60%;
  }
  .blog-area .blog-hero .blog-content .inner-content .center-content .caption {
    line-height: 45px;
    font-size: 30px;
  }
  .blog-area .blog-hero .blog-content .inner-content .center-content .description {
    line-height: 22px;
    font-size: 14px;
    color: #FFFFFF;
  }
  .blog-area .blog-hero .blog-content .header-img {
    height: 90vh;
  }
}

@media (min-width: 1200px) {
  .blog-area .blog-hero .swiper-container {
    height: 90vh;
  }
  .blog-area .blog-hero .swiper-container .swiper-wrapper .swiper-slide {
    height: 90vh;
  }
  .blog-area .blog-hero .swiper-container .swiper-pagination.swiper-pagination-bullets {
    bottom: 20px;
  }
  .blog-area .blog-hero .swiper-container .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
  }
  .blog-area .blog-hero .blog-content {
    height: 90vh;
  }
  .blog-area .blog-hero .blog-content .inner-content .meta {
    padding: 0 35px;
    top: 35px;
    right: unset;
    left: 0px;
    width: 100%;
  }
  html[dir=rtl] .blog-area .blog-hero .blog-content .inner-content .meta {
    left: unset !important;
    right: 0px !important;
  }
  .blog-area .blog-hero .blog-content .inner-content .meta .author-img {
    width: 25px;
    height: 25px;
  }
  .blog-area .blog-hero .blog-content .inner-content .meta h6 {
    letter-spacing: 3px;
  }
  .blog-area .blog-hero .blog-content .inner-content .meta h6,
  .blog-area .blog-hero .blog-content .inner-content .meta .btn-fav {
    font-size: 16px;
  }
  .blog-area .blog-hero .blog-content .inner-content .center-content {
    padding: 0 35px;
    bottom: 30%;
    width: 60%;
  }
  .blog-area .blog-hero .blog-content .inner-content .center-content .caption {
    line-height: 55px;
    font-size: 40px;
  }
  .blog-area .blog-hero .blog-content .inner-content .center-content .description {
    line-height: 22px;
    font-size: 14px;
    color: #FFFFFF;
  }
  .blog-area .blog-hero .blog-content .header-img {
    height: 90vh;
  }
}

.blog-area {
  position: relative;
}

.blog-area .blog {
  margin-bottom: 50px;
}

.blog-area .blog .card.blog-content {
  background: transparent;
  position: relative;
}

.blog-area .blog .card.blog-content::before {
  -webkit-border-radius: 10px 0px 0px 0px;
          border-radius: 10px 0px 0px 0px;
  position: absolute;
  top: 0;
  right: unset;
  left: 0px;
  width: 100%;
  height: -webkit-calc(100% - 200px);
  height: calc(100% - 200px);
  background-color: #F5F5F5;
  -webkit-box-shadow: 0px 3px 31px #00000029;
          box-shadow: 0px 3px 31px #00000029;
  content: "";
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
}

html[dir=rtl] .blog-area .blog .card.blog-content::before {
  left: unset !important;
  right: 0px !important;
}

.blog-area .blog .card.blog-content .img-wrapper {
  position: relative;
}

.blog-area .blog .card.blog-content .img-wrapper .header-img {
  -webkit-border-radius: 10px 0px 0px 0px;
          border-radius: 10px 0px 0px 0px;
}

.blog-area .blog .card.blog-content .img-wrapper .caption {
  text-align: center;
  font-weight: 900;
  position: absolute;
  top: 10%;
  left: 50%;
  width: 100%;
  background-color: transparent;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  z-index: 2;
}

.blog-area .blog .card.blog-content .card-body {
  padding: 55px 55px;
  z-index: 1;
  position: relative;
}

.blog-area .blog .card.blog-content .card-body h6.heading {
  font: normal normal normal 15px/33px;
  letter-spacing: 0px;
  color: #000000;
}

.blog-area .blog .card.blog-content .card-body p.text {
  font: normal normal normal 15px/33px;
  letter-spacing: 0px;
  color: #000000;
}

.blog-area .blog .card.blog-content .card-body.img-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-area .blog .card.blog-content .card-body.img-wrapper .footer-img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  position: relative;
}

.blog-area .comments .comment {
  background: #FEFDFD;
}

.blog-area .comments .comment .avatar {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  background-color: var(--main-color);
}

.blog-area .comments .comment .avatar i.lni {
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 28px;
}

.blog-area .comments .comment .avatar img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}

.blog-area .comments .comment .comment-content {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}

.blog-area .comments .comment .comment-content time.time {
  font-style: italic;
}

.bg-particles-hero {
  position: relative;
}

.bg-particles-hero .bg-particles {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  position: absolute;
  top: 15%;
  right: unset;
  left: 0px;
  width: 100%;
  z-index: -2;
}

html[dir=rtl] .bg-particles-hero .bg-particles {
  left: unset !important;
  right: 0px !important;
}

.card.card-blog {
  background: #fff;
  -webkit-box-shadow: 0px 40px 40px #C5C3F926;
          box-shadow: 0px 40px 40px #C5C3F926;
}

.card.card-blog .blog-image {
  position: relative;
}

.card.card-blog .blog-image #svg-overlay {
  position: absolute;
  bottom: -5px;
  right: 0;
  left: 0;
  z-index: 2;
}

.card.card-blog .card-body {
  padding-bottom: 30px;
}

.card.card-blog .card-body .card-title {
  font-weight: bold;
  color: #5A5454;
  font-size: 14px;
  line-height: 20px;
}

.card.card-blog .card-body .card-text {
  font-size: 13px;
  line-height: 25px;
  color: #747474;
}

.card.card-blog .card-body .read-more svg {
  height: 16px;
}

html[dir=rtl] .card.card-blog .card-body .read-more svg {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide-blog-slider .splide__arrows {
  top: 50%;
}

.splide-blog-slider .splide__arrows .splide__arrow {
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.splide-blog-slider .splide__arrows .splide__arrow--prev {
  left: -3em;
}

.splide-blog-slider .splide__arrows .splide__arrow--next {
  right: -3em;
}

.card.job-card {
  background: transparent;
}

.card.job-card .avatar-wrapper .card-img-top-wrapper {
  background: #A1D1DC;
  padding: 100px 25px;
}

.card.job-card .avatar-wrapper .card-img-top-wrapper .card-img-top {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0px 0px 0px 15px white;
          box-shadow: 0px 0px 0px 15px white;
  width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}

.card.job-card .job-content .location .icon {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}

.card.job-card .job-content .card-text {
  font-size: 16px;
  line-height: 30px;
}

.card.job-card .job-content .job-features .title {
  font-weight: 500;
  color: #2E3137;
}

.card.job-card .job-content .job-features .text {
  font-weight: 400;
  color: #5A5F69;
}

.pagination-custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 65px;
}

.pagination-custom .swiper-button-prev,
.pagination-custom .swiper-button-next {
  position: relative;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination-custom .swiper-button-prev:after,
.pagination-custom .swiper-button-next:after {
  content: "";
}

.pagination-custom .next-slide {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}

.blog-area {
  position: relative;
  padding: 100px 0 50px 0;
}

@media (min-width: 376px) {
  .blog-area {
    padding: 100px 0 50px 0;
  }
}

@media (min-width: 768px) {
  .blog-area {
    padding: 100px 0 80px 0;
  }
}

@media (min-width: 1200px) {
  .blog-area {
    padding: 150px 0 100px 0;
  }
}

@media (min-width: 1400px) {
  .blog-area {
    padding: 150px 0 100px 0;
  }
}

section.why-us {
  padding-top: 50px;
  padding-bottom: 50px;
}

section.why-us .bg-particles {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  position: absolute;
  top: 75px;
  right: unset;
  left: 0px;
  width: 100%;
  z-index: -2;
}

html[dir=rtl] section.why-us .bg-particles {
  left: unset !important;
  right: 0px !important;
}

@media (min-width: 376px) {
  section.why-us {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) {
  section.why-us {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (min-width: 1200px) {
  section.why-us {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.card-group.cards-why-us {
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}

.card-group.cards-why-us .card {
  -webkit-border-radius: 15px;
          border-radius: 15px;
}

@media (min-width: 376px) {
  .card-group.cards-why-us {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 768px) {
  .card-group.cards-why-us {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 992px) {
  .card-group.cards-why-us {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.card.card-why-us {
  position: relative;
  background-color: red;
  -webkit-box-shadow: 0px 40px 40px #C5C3F926;
          box-shadow: 0px 40px 40px #C5C3F926;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  overflow: hidden;
  -webkit-transition: shadow 0.3s ease-in-out;
  -o-transition: shadow 0.3s ease-in-out;
  transition: shadow 0.3s ease-in-out;
}

.card.card-why-us .bg {
  position: absolute;
  bottom: 50px;
  right: 0;
  right: unset;
  left: 0px;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 0;
}

html[dir=rtl] .card.card-why-us .bg {
  left: unset !important;
  right: 0px !important;
}

.card.card-why-us .card-body {
  padding: 55px 5%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card.card-why-us .card-body .icon-wrapper {
  display: inline-block;
  position: relative;
  right: unset;
  left: 25px;
}

html[dir=rtl] .card.card-why-us .card-body .icon-wrapper {
  left: unset !important;
  right: 25px !important;
}

.card.card-why-us .card-body .icon-wrapper svg {
  position: absolute;
  right: unset;
  left: -10px;
  top: -10px;
  width: 75px;
  height: 85px;
  background-color: transparent;
  z-index: 0;
}

html[dir=rtl] .card.card-why-us .card-body .icon-wrapper svg {
  left: unset !important;
  right: -10px !important;
}

.card.card-why-us .card-body .icon-wrapper .icon {
  width: 50px;
  height: 50px;
}

.card.card-why-us .card-body .content .card-title {
  font-weight: 300;
  line-height: 27px;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 0.7rem;
}

.card.card-why-us .card-body .content .card-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.card.card-why-us.first .card-body {
  background: rgba(0, 139, 210, 0.9);
}

.card.card-why-us.second .card-body {
  background: rgba(255, 103, 0, 0.8);
}

.card.card-why-us.third .card-body {
  background: rgba(63, 147, 43, 0.8);
}

.card.card-why-us:hover {
  -webkit-box-shadow: 0px 10px 20px 10px #c5c3f9ab;
          box-shadow: 0px 10px 20px 10px #c5c3f9ab;
}

.comp-image-wrapper {
  padding: 5px;
  border: 1px dashed transparent;
}

.comp-image-wrapper:hover {
  -webkit-filter: hue-rotate(45%);
          filter: hue-rotate(45%);
  border: 1px dashed gray;
}

section.testimonials {
  position: relative;
}

section.testimonials .bg-color {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: unset;
  right: 0px;
  right: unset;
  left: 0px;
  width: 100%;
  background: #060606;
  z-index: -3;
}

html[dir=rtl] section.testimonials .bg-color {
  right: unset !important;
  left: 0px !important;
}

html[dir=rtl] section.testimonials .bg-color {
  left: unset !important;
  right: 0px !important;
}

section.testimonials .bg-people {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: unset;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: contain;
     object-fit: contain;
}

html[dir=rtl] section.testimonials .bg-people {
  left: unset !important;
  right: 0px !important;
}

section.testimonials .bg-img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: unset;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -2;
  -o-object-fit: contain;
     object-fit: contain;
}

html[dir=rtl] section.testimonials .bg-img {
  left: unset !important;
  right: 0px !important;
}

section.testimonials .bottom-line {
  padding-top: 35px;
  border-top: 1px solid #242424;
  z-index: 1;
}

.card-testimonials .content {
  padding: 15px 15%;
}

.card-testimonials .content .image-wrapper {
  position: relative;
  display: inline-block;
}

.card-testimonials .content .image-wrapper img.avatar {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.card-testimonials .content .image-wrapper .rating {
  display: block;
  position: absolute;
  bottom: -22px;
  right: unset;
  left: 50%;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: white;
  font-weight: 700;
  z-index: 3;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #FF992E;
}

html[dir=rtl] .card-testimonials .content .image-wrapper .rating {
  left: unset !important;
  right: 50% !important;
}

.card-testimonials .content .testimonial-text {
  color: #D6D6D6;
}

.card-testimonials .content .name {
  color: #8F8BFF;
  font-size: 13px;
}

.card-testimonials .content .designation {
  color: #D6D6D6;
  font-size: 13px;
}

.card.card-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  -webkit-box-shadow: 0px 0px 40px #0000001A;
          box-shadow: 0px 0px 40px #0000001A;
}

.card.card-team .avatar {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 35px;
}

.card.card-team .card-body {
  padding: 75px 22px;
}

.card.card-team .card-body .card-text {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  line-height: 1.2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding: 0 !important;
  -webkit-line-clamp: 2;
  height: -webkit-calc(1em * 1.2 * 2);
  height: calc(1em * 1.2 * 2);
}

.service-area {
  position: relative;
}

.service-area .bg-particles {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: unset;
  left: 0px;
  -webkit-transform: scale(-1, -1);
      -ms-transform: scale(-1, -1);
          transform: scale(-1, -1);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  width: 100%;
  height: 100%;
  z-index: -2;
  -o-object-fit: contain;
     object-fit: contain;
}

html[dir=rtl] .service-area .bg-particles {
  left: unset !important;
  right: 0px !important;
}

section.contact-us-form {
  padding: 0;
  padding-top: 50px;
  position: relative;
  z-index: 0;
}

section.contact-us-form .container {
  position: relative;
  top: 0px;
}

section.contact-us-form::before {
  position: absolute;
  top: 0;
  right: unset;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: var(--light-color);
  content: "";
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
}

html[dir=rtl] section.contact-us-form::before {
  left: unset !important;
  right: 0px !important;
}

section.contact-us-form::after {
  position: absolute;
  bottom: 0;
  right: unset;
  left: 0px;
  width: 100%;
  height: 0%;
  background-color: var(--main-bg-color);
  background-color: transparent;
  content: "";
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
}

html[dir=rtl] section.contact-us-form::after {
  left: unset !important;
  right: 0px !important;
}

section.contact-us-form .left-side {
  z-index: 4;
}

section.contact-us-form .left-side ul.contact-us li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}

section.contact-us-form .left-side ul.contact-us li .lni {
  position: relative;
  top: 4px;
  font-size: 30px;
}

section.contact-us-form .left-side ul.contact-us li a,
section.contact-us-form .left-side ul.contact-us li .text {
  color: var(--dark-color);
}

section.contact-us-form .left-side ul.social {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}

section.contact-us-form .left-side ul.social li {
  margin-left: 5px;
  margin-right: 5px;
}

section.contact-us-form .left-side ul.social li a {
  color: var(--light-color);
  font-size: 15px;
}

section.contact-us-form .left-side ul.social li a img,
section.contact-us-form .left-side ul.social li a svg {
  -webkit-filter: invert(100%);
          filter: invert(100%);
  -o-object-fit: contain;
     object-fit: contain;
  height: 35px;
  width: 35px;
}

section.contact-us-form .left-side ul.social li a img .inner-icon,
section.contact-us-form .left-side ul.social li a img #Ellipse_206,
section.contact-us-form .left-side ul.social li a img #Rectangle_749,
section.contact-us-form .left-side ul.social li a img .border,
section.contact-us-form .left-side ul.social li a svg .inner-icon,
section.contact-us-form .left-side ul.social li a svg #Ellipse_206,
section.contact-us-form .left-side ul.social li a svg #Rectangle_749,
section.contact-us-form .left-side ul.social li a svg .border {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  fill: var(--dark-color);
}

section.contact-us-form .left-side ul.social li a:hover {
  color: var(--main-color);
}

section.contact-us-form .left-side ul.social li a:hover img,
section.contact-us-form .left-side ul.social li a:hover svg {
  -webkit-filter: invert(70%);
          filter: invert(70%);
  fill: var(--main-color);
}

section.contact-us-form .left-side ul.social li a:hover img .border,
section.contact-us-form .left-side ul.social li a:hover svg .border {
  fill: var(--main-color);
}

@media (min-width: 376px) {
  section.contact-us-form .left-side ul.social {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 768px) {
  section.contact-us-form .left-side ul.social {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 992px) {
  section.contact-us-form .left-side ul.social {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 376px) {
  section.contact-us-form {
    padding: 0;
    padding-top: 50px;
  }
  section.contact-us-form .container {
    top: 0px;
  }
  section.contact-us-form::before {
    height: 100%;
  }
  section.contact-us-form::after {
    height: 0%;
  }
  section.contact-us-form .left-side ul.contact-us li {
    margin-bottom: 35px;
  }
  section.contact-us-form .left-side ul.contact-us li .lni {
    top: 4px;
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  section.contact-us-form {
    padding: 0;
    padding-top: 50px;
  }
  section.contact-us-form .container {
    top: 45px;
  }
  section.contact-us-form::before {
    height: 60%;
  }
  section.contact-us-form::after {
    height: 45%;
  }
  section.contact-us-form .left-side ul.contact-us li {
    margin-bottom: 35px;
  }
  section.contact-us-form .left-side ul.contact-us li .lni {
    top: 4px;
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  section.contact-us-form {
    padding: 0;
    padding-top: 50px;
  }
  section.contact-us-form .container {
    top: 45px;
  }
  section.contact-us-form::before {
    height: 60%;
  }
  section.contact-us-form::after {
    height: 45%;
  }
  section.contact-us-form .left-side ul.contact-us li {
    margin-bottom: 35px;
  }
  section.contact-us-form .left-side ul.contact-us li .lni {
    top: 4px;
    font-size: 30px;
  }
}

.card.contact-card {
  border: none;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 40px 60px #3333335E;
          box-shadow: 0px 40px 60px #3333335E;
  z-index: 3;
}

.card.contact-card .card-body {
  padding: 35px 35px;
}

.card.contact-card .card-body form .form-floating .form-control {
  padding-right: unset;
  padding-left: 5px;
  padding-left: unset;
  padding-right: 0px;
  -webkit-border-radius: 0;
          border-radius: 0;
  border-color: transparent;
  border-bottom-color: var(--dark-color);
}

html[dir=rtl] .card.contact-card .card-body form .form-floating .form-control {
  padding-left: unset !important;
  padding-right: 5px !important;
}

html[dir=rtl] .card.contact-card .card-body form .form-floating .form-control {
  padding-right: unset !important;
  padding-left: 0px !important;
}

.card.contact-card .card-body form .form-floating .form-control:not(:-moz-placeholder-shown) ~ label {
  line-height: 25px;
  padding-right: unset;
  padding-left: 0px;
  padding-left: unset;
  padding-right: 0px;
}

.card.contact-card .card-body form .form-floating .form-control:not(:-ms-input-placeholder) ~ label {
  line-height: 25px;
  padding-right: unset;
  padding-left: 0px;
  padding-left: unset;
  padding-right: 0px;
}

.card.contact-card .card-body form .form-floating .form-control:focus ~ label,
.card.contact-card .card-body form .form-floating .form-control:not(:placeholder-shown) ~ label {
  line-height: 25px;
  padding-right: unset;
  padding-left: 0px;
  padding-left: unset;
  padding-right: 0px;
}

html[dir=rtl]
.card.contact-card .card-body form .form-floating .form-control:not(:-moz-placeholder-shown) ~ label {
  padding-left: unset !important;
  padding-right: 0px !important;
}

html[dir=rtl]
.card.contact-card .card-body form .form-floating .form-control:not(:-ms-input-placeholder) ~ label {
  padding-left: unset !important;
  padding-right: 0px !important;
}

html[dir=rtl] .card.contact-card .card-body form .form-floating .form-control:focus ~ label, html[dir=rtl]
.card.contact-card .card-body form .form-floating .form-control:not(:placeholder-shown) ~ label {
  padding-left: unset !important;
  padding-right: 0px !important;
}

html[dir=rtl]
.card.contact-card .card-body form .form-floating .form-control:not(:-moz-placeholder-shown) ~ label {
  padding-right: unset !important;
  padding-left: 0px !important;
}

html[dir=rtl]
.card.contact-card .card-body form .form-floating .form-control:not(:-ms-input-placeholder) ~ label {
  padding-right: unset !important;
  padding-left: 0px !important;
}

html[dir=rtl] .card.contact-card .card-body form .form-floating .form-control:focus ~ label, html[dir=rtl]
.card.contact-card .card-body form .form-floating .form-control:not(:placeholder-shown) ~ label {
  padding-right: unset !important;
  padding-left: 0px !important;
}

.card.contact-card .card-body form .form-floating label {
  font-family: var(--font-family-sec);
  line-height: 35px;
  padding-right: unset;
  padding-left: 0px;
  padding-left: unset;
  padding-right: 0px;
  color: var(--dark-color);
}

html[dir=rtl] .card.contact-card .card-body form .form-floating label {
  padding-left: unset !important;
  padding-right: 0px !important;
}

html[dir=rtl] .card.contact-card .card-body form .form-floating label {
  padding-right: unset !important;
  padding-left: 0px !important;
}

.card.contact-card .card-body form .form-check-label {
  font-family: var(--font-family-sec);
  font-size: 70%;
  color: var(--dark-color);
}

.card.contact-card .card-body form button.btn {
  font-size: 0.8rem;
  padding: 10px 22px;
  -webkit-border-radius: 55px;
          border-radius: 55px;
  background-color: var(--dark-deep-color);
}

.card.contact-card .card-body form button.btn .lni {
  font-size: 85%;
}

.card.contact-card .card-body form button.btn:hover {
  background-color: var(--dark-deep-color-op-1);
}

@media (min-width: 376px) {
  .card.contact-card .card-body {
    padding: 35px 35px;
  }
  .card.contact-card .card-body form .form-floating .form-control {
    padding-right: unset;
    padding-left: 5px;
    padding-left: unset;
    padding-right: 0px;
    -webkit-border-radius: 0;
            border-radius: 0;
  }
  html[dir=rtl] .card.contact-card .card-body form .form-floating .form-control {
    padding-left: unset !important;
    padding-right: 5px !important;
  }
  html[dir=rtl] .card.contact-card .card-body form .form-floating .form-control {
    padding-right: unset !important;
    padding-left: 0px !important;
  }
  .card.contact-card .card-body form .form-floating .form-control:not(:-moz-placeholder-shown) ~ label {
    line-height: 25px;
    padding-right: unset;
    padding-left: 0px;
    padding-left: unset;
    padding-right: 0px;
  }
  .card.contact-card .card-body form .form-floating .form-control:not(:-ms-input-placeholder) ~ label {
    line-height: 25px;
    padding-right: unset;
    padding-left: 0px;
    padding-left: unset;
    padding-right: 0px;
  }
  .card.contact-card .card-body form .form-floating .form-control:focus ~ label,
  .card.contact-card .card-body form .form-floating .form-control:not(:placeholder-shown) ~ label {
    line-height: 25px;
    padding-right: unset;
    padding-left: 0px;
    padding-left: unset;
    padding-right: 0px;
  }
  html[dir=rtl]
  .card.contact-card .card-body form .form-floating .form-control:not(:-moz-placeholder-shown) ~ label {
    padding-left: unset !important;
    padding-right: 0px !important;
  }
  html[dir=rtl]
  .card.contact-card .card-body form .form-floating .form-control:not(:-ms-input-placeholder) ~ label {
    padding-left: unset !important;
    padding-right: 0px !important;
  }
  html[dir=rtl] .card.contact-card .card-body form .form-floating .form-control:focus ~ label, html[dir=rtl]
  .card.contact-card .card-body form .form-floating .form-control:not(:placeholder-shown) ~ label {
    padding-left: unset !important;
    padding-right: 0px !important;
  }
  html[dir=rtl]
  .card.contact-card .card-body form .form-floating .form-control:not(:-moz-placeholder-shown) ~ label {
    padding-right: unset !important;
    padding-left: 0px !important;
  }
  html[dir=rtl]
  .card.contact-card .card-body form .form-floating .form-control:not(:-ms-input-placeholder) ~ label {
    padding-right: unset !important;
    padding-left: 0px !important;
  }
  html[dir=rtl] .card.contact-card .card-body form .form-floating .form-control:focus ~ label, html[dir=rtl]
  .card.contact-card .card-body form .form-floating .form-control:not(:placeholder-shown) ~ label {
    padding-right: unset !important;
    padding-left: 0px !important;
  }
  .card.contact-card .card-body form .form-floating label {
    line-height: 35px;
    padding-right: unset;
    padding-left: 0px;
    padding-left: unset;
    padding-right: 0px;
  }
  html[dir=rtl] .card.contact-card .card-body form .form-floating label {
    padding-left: unset !important;
    padding-right: 0px !important;
  }
  html[dir=rtl] .card.contact-card .card-body form .form-floating label {
    padding-right: unset !important;
    padding-left: 0px !important;
  }
  .card.contact-card .card-body form .form-check-label {
    font-size: 75%;
  }
  .card.contact-card .card-body form button.btn {
    font-size: 1rem;
    padding: 10px 25px;
    -webkit-border-radius: 55px;
            border-radius: 55px;
  }
  .card.contact-card .card-body form button.btn .lni {
    font-size: 85%;
  }
}

@media (min-width: 768px) {
  .card.contact-card .card-body {
    padding: 50px 50px;
  }
  .card.contact-card .card-body form .form-floating .form-control {
    padding-right: unset;
    padding-left: 5px;
    padding-left: unset;
    padding-right: 0px;
    -webkit-border-radius: 0;
            border-radius: 0;
  }
  html[dir=rtl] .card.contact-card .card-body form .form-floating .form-control {
    padding-left: unset !important;
    padding-right: 5px !important;
  }
  html[dir=rtl] .card.contact-card .card-body form .form-floating .form-control {
    padding-right: unset !important;
    padding-left: 0px !important;
  }
  .card.contact-card .card-body form .form-floating .form-control:not(:-moz-placeholder-shown) ~ label {
    line-height: 25px;
    padding-right: unset;
    padding-left: 0px;
    padding-left: unset;
    padding-right: 0px;
  }
  .card.contact-card .card-body form .form-floating .form-control:not(:-ms-input-placeholder) ~ label {
    line-height: 25px;
    padding-right: unset;
    padding-left: 0px;
    padding-left: unset;
    padding-right: 0px;
  }
  .card.contact-card .card-body form .form-floating .form-control:focus ~ label,
  .card.contact-card .card-body form .form-floating .form-control:not(:placeholder-shown) ~ label {
    line-height: 25px;
    padding-right: unset;
    padding-left: 0px;
    padding-left: unset;
    padding-right: 0px;
  }
  html[dir=rtl]
  .card.contact-card .card-body form .form-floating .form-control:not(:-moz-placeholder-shown) ~ label {
    padding-left: unset !important;
    padding-right: 0px !important;
  }
  html[dir=rtl]
  .card.contact-card .card-body form .form-floating .form-control:not(:-ms-input-placeholder) ~ label {
    padding-left: unset !important;
    padding-right: 0px !important;
  }
  html[dir=rtl] .card.contact-card .card-body form .form-floating .form-control:focus ~ label, html[dir=rtl]
  .card.contact-card .card-body form .form-floating .form-control:not(:placeholder-shown) ~ label {
    padding-left: unset !important;
    padding-right: 0px !important;
  }
  html[dir=rtl]
  .card.contact-card .card-body form .form-floating .form-control:not(:-moz-placeholder-shown) ~ label {
    padding-right: unset !important;
    padding-left: 0px !important;
  }
  html[dir=rtl]
  .card.contact-card .card-body form .form-floating .form-control:not(:-ms-input-placeholder) ~ label {
    padding-right: unset !important;
    padding-left: 0px !important;
  }
  html[dir=rtl] .card.contact-card .card-body form .form-floating .form-control:focus ~ label, html[dir=rtl]
  .card.contact-card .card-body form .form-floating .form-control:not(:placeholder-shown) ~ label {
    padding-right: unset !important;
    padding-left: 0px !important;
  }
  .card.contact-card .card-body form .form-floating label {
    line-height: 35px;
    padding-right: unset;
    padding-left: 0px;
    padding-left: unset;
    padding-right: 0px;
  }
  html[dir=rtl] .card.contact-card .card-body form .form-floating label {
    padding-left: unset !important;
    padding-right: 0px !important;
  }
  html[dir=rtl] .card.contact-card .card-body form .form-floating label {
    padding-right: unset !important;
    padding-left: 0px !important;
  }
  .card.contact-card .card-body form .form-check-label {
    font-size: 85%;
  }
  .card.contact-card .card-body form button.btn {
    font-size: 1.15rem;
    padding: 20px 45px;
    -webkit-border-radius: 55px;
            border-radius: 55px;
  }
  .card.contact-card .card-body form button.btn .lni {
    font-size: 85%;
  }
}

@media (min-width: 1200px) {
  .card.contact-card .card-body {
    padding: 55px 55px;
  }
  .card.contact-card .card-body form .form-floating .form-control {
    padding-right: unset;
    padding-left: 5px;
    padding-left: unset;
    padding-right: 0px;
    -webkit-border-radius: 0;
            border-radius: 0;
  }
  html[dir=rtl] .card.contact-card .card-body form .form-floating .form-control {
    padding-left: unset !important;
    padding-right: 5px !important;
  }
  html[dir=rtl] .card.contact-card .card-body form .form-floating .form-control {
    padding-right: unset !important;
    padding-left: 0px !important;
  }
  .card.contact-card .card-body form .form-floating .form-control:not(:-moz-placeholder-shown) ~ label {
    line-height: 25px;
    padding-right: unset;
    padding-left: 0px;
    padding-left: unset;
    padding-right: 0px;
  }
  .card.contact-card .card-body form .form-floating .form-control:not(:-ms-input-placeholder) ~ label {
    line-height: 25px;
    padding-right: unset;
    padding-left: 0px;
    padding-left: unset;
    padding-right: 0px;
  }
  .card.contact-card .card-body form .form-floating .form-control:focus ~ label,
  .card.contact-card .card-body form .form-floating .form-control:not(:placeholder-shown) ~ label {
    line-height: 25px;
    padding-right: unset;
    padding-left: 0px;
    padding-left: unset;
    padding-right: 0px;
  }
  html[dir=rtl]
  .card.contact-card .card-body form .form-floating .form-control:not(:-moz-placeholder-shown) ~ label {
    padding-left: unset !important;
    padding-right: 0px !important;
  }
  html[dir=rtl]
  .card.contact-card .card-body form .form-floating .form-control:not(:-ms-input-placeholder) ~ label {
    padding-left: unset !important;
    padding-right: 0px !important;
  }
  html[dir=rtl] .card.contact-card .card-body form .form-floating .form-control:focus ~ label, html[dir=rtl]
  .card.contact-card .card-body form .form-floating .form-control:not(:placeholder-shown) ~ label {
    padding-left: unset !important;
    padding-right: 0px !important;
  }
  html[dir=rtl]
  .card.contact-card .card-body form .form-floating .form-control:not(:-moz-placeholder-shown) ~ label {
    padding-right: unset !important;
    padding-left: 0px !important;
  }
  html[dir=rtl]
  .card.contact-card .card-body form .form-floating .form-control:not(:-ms-input-placeholder) ~ label {
    padding-right: unset !important;
    padding-left: 0px !important;
  }
  html[dir=rtl] .card.contact-card .card-body form .form-floating .form-control:focus ~ label, html[dir=rtl]
  .card.contact-card .card-body form .form-floating .form-control:not(:placeholder-shown) ~ label {
    padding-right: unset !important;
    padding-left: 0px !important;
  }
  .card.contact-card .card-body form .form-floating label {
    line-height: 35px;
    padding-right: unset;
    padding-left: 0px;
    padding-left: unset;
    padding-right: 0px;
  }
  html[dir=rtl] .card.contact-card .card-body form .form-floating label {
    padding-left: unset !important;
    padding-right: 0px !important;
  }
  html[dir=rtl] .card.contact-card .card-body form .form-floating label {
    padding-right: unset !important;
    padding-left: 0px !important;
  }
  .card.contact-card .card-body form .form-check-label {
    font-size: 85%;
  }
  .card.contact-card .card-body form button.btn {
    font-size: 1.25rem;
    padding: 20px 55px;
    -webkit-border-radius: 55px;
            border-radius: 55px;
  }
  .card.contact-card .card-body form button.btn .lni {
    font-size: 85%;
  }
}

section.team {
  padding: 0;
  padding-top: 50px;
  position: relative;
  z-index: 0;
}

section.team .container {
  position: relative;
  top: 0px;
}

section.team::before {
  position: absolute;
  top: 0;
  right: unset;
  left: 0px;
  width: 100%;
  height: 75%;
  background: #F5F5F5;
  content: "";
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
}

html[dir=rtl] section.team::before {
  left: unset !important;
  right: 0px !important;
}

section.team::after {
  position: absolute;
  bottom: 0;
  right: unset;
  left: 0px;
  width: 100%;
  height: 25%;
  background-color: var(--main-bg-color);
  background-color: transparent;
  content: "";
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
}

html[dir=rtl] section.team::after {
  left: unset !important;
  right: 0px !important;
}

section.our-goal {
  padding: 0;
  padding-top: 50px;
  position: relative;
  z-index: 0;
}

section.our-goal .container {
  position: relative;
  top: 0px;
}

section.our-goal::before {
  position: absolute;
  top: 0;
  right: unset;
  left: 0px;
  width: 100%;
  height: 50%;
  background: #F5F5F5;
  content: "";
  z-index: -1;
}

html[dir=rtl] section.our-goal::before {
  left: unset !important;
  right: 0px !important;
}

section.our-goal::after {
  position: absolute;
  top: 0;
  right: unset;
  left: 0px;
  width: 100%;
  height: 60%;
  background: var(--main-bg-color);
  content: "";
  z-index: -2;
}

html[dir=rtl] section.our-goal::after {
  left: unset !important;
  right: 0px !important;
}

section.our-goal .left-side-img {
  position: absolute;
  bottom: 50px;
  right: unset;
  left: -150px;
  width: 30%;
  background-color: var(--main-bg-color);
  background-color: transparent;
  z-index: -1;
}

html[dir=rtl] section.our-goal .left-side-img {
  left: unset !important;
  right: -150px !important;
}

@media (min-width: 376px) {
  section.our-goal::before {
    height: 60%;
  }
  section.our-goal::after {
    height: 40%;
  }
}

@media (min-width: 768px) {
  section.our-goal::before {
    height: 100%;
  }
  section.our-goal::after {
    height: 0%;
  }
}

@media (min-width: 1200px) {
  section.our-goal::before {
    height: 100%;
  }
  section.our-goal::after {
    height: 00%;
  }
}

.card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-wrapper .card.vision-mission-card {
  position: relative;
  top: -40px;
  left: unset;
  right: 0px;
  background-color: var(--main-bg-color);
  background-color: transparent;
  width: 300px;
  z-index: 3;
  background: #FEFDFD 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 20px 10px #00000029;
          box-shadow: 0px 20px 10px #00000029;
  -webkit-border-radius: 100px 0px;
          border-radius: 100px 0px;
}

html[dir=rtl] .card-wrapper .card.vision-mission-card {
  right: unset !important;
  left: 0px !important;
}

html[dir=rtl] .card-wrapper .card.vision-mission-card {
  -webkit-border-radius: 0px 100px;
          border-radius: 0px 100px;
}

.card-wrapper .card.vision-mission-card h5 {
  z-index: 0;
  position: relative;
  display: inline-block;
  display: block;
  margin-bottom: 20px;
}

.card-wrapper .card.vision-mission-card h5::after {
  content: "";
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  bottom: -6px;
  left: var(--btm-line-left);
  right: var(--btm-line-right);
  width: 45px;
  width: 20%;
  height: 2px;
  background-color: var(--main-color);
  z-index: -1;
}

.card-wrapper .card.vision-mission-card .card-body {
  display: block;
  padding: 50px 45px;
}

@media (min-width: 376px) {
  .card-wrapper .card.vision-mission-card {
    top: -30px;
  }
}

@media (min-width: 768px) {
  .card-wrapper .card.vision-mission-card {
    position: static;
    left: unset;
    right: 0px;
    top: 50px;
  }
  html[dir=rtl] .card-wrapper .card.vision-mission-card {
    right: unset !important;
    left: 0px !important;
  }
}

@media (min-width: 992px) {
  .card-wrapper .card.vision-mission-card {
    position: absolute;
    top: 120px;
    left: unset;
    right: 50px;
  }
  html[dir=rtl] .card-wrapper .card.vision-mission-card {
    right: unset !important;
    left: 50px !important;
  }
}

@media (min-width: 1200px) {
  .card-wrapper .card.vision-mission-card {
    top: 150px;
    left: unset;
    right: 50px;
  }
  html[dir=rtl] .card-wrapper .card.vision-mission-card {
    right: unset !important;
    left: 50px !important;
  }
}

@media (min-width: 1400px) {
  .card-wrapper .card.vision-mission-card {
    top: 150px;
  }
}

.splide-teams-slider {
  position: relative;
}

.splide-teams-slider .splide__arrows {
  top: 10%;
}

.splide-teams-slider .splide__arrows .splide__arrow {
  opacity: 1;
  top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.splide-teams-slider .splide__arrows .splide__arrow--prev {
  right: unset;
  left: -3em;
}

html[dir=rtl] .splide-teams-slider .splide__arrows .splide__arrow--prev {
  left: unset !important;
  right: -3em !important;
}

.splide-teams-slider .splide__arrows .splide__arrow--next {
  left: unset;
  right: -3em;
}

html[dir=rtl] .splide-teams-slider .splide__arrows .splide__arrow--next {
  right: unset !important;
  left: -3em !important;
}

.splide-teams-slider-ar {
  position: relative;
}

.splide-teams-slider-ar .splide__arrows {
  top: 10%;
}

.splide-teams-slider-ar .splide__arrows .splide__arrow {
  opacity: 1;
  top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.splide-teams-slider-ar .splide__arrows .splide__arrow--prev {
  right: -3em !important;
}

.splide-teams-slider-ar .splide__arrows .splide__arrow--next {
  left: -3em !important;
}

.swiper-wrapper {
  position: relative;
}

section.works {
  padding: 0;
  padding-top: 50px;
  position: relative;
  z-index: 0;
}

section.works .container {
  position: relative;
  top: 0px;
}

section.works .bg-particles {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  position: absolute;
  top: 75px;
  right: unset;
  left: 0px;
  width: 100%;
  z-index: -2;
}

html[dir=rtl] section.works .bg-particles {
  left: unset !important;
  right: 0px !important;
}

.hexa {
  position: relative;
}

.hexa::before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: -10px;
  right: 50px;
  width: 15px;
  height: 120px;
  background: #00000029;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transform: rotate(55deg);
      -ms-transform: rotate(55deg);
          transform: rotate(55deg);
  -webkit-filter: blur(25px);
          filter: blur(25px);
  -webkit-box-shadow: 0px 3px 6px 5px #00000029;
          box-shadow: 0px 3px 6px 5px #00000029;
}

.hexa-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24em;
  height: 24em;
  max-width: 100%;
  padding: 4.8em 3em;
  background: #00A6BB;
  -webkit-box-shadow: 0px 3px 6px 15px #00000029;
          box-shadow: 0px 3px 6px 15px #00000029;
  -webkit-filter: drop-shadow(0px 3px 15px 15px #00000029);
          filter: drop-shadow(0px 3px 15px 15px #00000029);
  -webkit-clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
  clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
  -webkit-shape-outside: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
  shape-outside: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
  text-align: center;
  display: inline-block;
}

html[dir=rtl] .hexa-inner {
  padding: 6.8em 3em;
}

.hexa-inner h6 {
  color: white;
  margin-bottom: 10px;
}

.hexa-inner .text {
  font-weight: 300;
  line-height: 20px;
  font-size: 14px;
  letter-spacing: 0px;
  color: #c6e3ea;
}

html[dir=rtl] .hexa-inner .text {
  line-height: 30px;
  font-size: 16px;
}

.hexa-inner:hover {
  background: var(--sec-color);
  background: var(--main-gradient);
  cursor: pointer;
  z-index: 105;
}

.hexa-inner.third {
  position: relative;
  top: 0px;
}

@media (min-width: 376px) {
  .hexa-inner.third {
    top: 0px;
  }
}

@media (min-width: 768px) {
  .hexa-inner.third {
    top: -35px;
  }
}

@media (min-width: 992px) {
  .hexa-inner.third {
    top: -35px;
  }
}

.our-team-area {
  position: relative;
}

.our-team-area .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}

.our-team-area .ticker {
  min-width: 150px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.our-team-area .ticker .content .text {
  display: inline-block;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 8px rgba(86, 117, 146, 0.1);
          box-shadow: 0px 2px 8px rgba(86, 117, 146, 0.1);
  padding: 10px 20px;
  z-index: 1;
  position: absolute;
  position: relative;
  left: 42px;
  bottom: 100%;
  left: -9px;
  bottom: 32px;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  z-index: 1;
}

.our-team-area .ticker .content .text::before {
  content: "";
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  bottom: -5px;
  left: 25px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  z-index: 22;
}

.our-team-area .ticker .avatar-wrapper {
  position: relative;
  display: inline-block;
  width: 64px;
  height: 64px;
}

.our-team-area .ticker .avatar-wrapper img.avatar {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.our-team-area .ticker .avatar-wrapper::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #fff;
  z-index: 3;
}

.our-team-area .ticker.left {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.our-team-area .ticker.left .content .text {
  left: unset;
  right: -9px;
  bottom: 32px;
}

.our-team-area .ticker.left .content .text::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: unset !important;
  right: 25px;
}

.our-team-area .ticker.left .avatar-wrapper::before {
  content: "";
  position: absolute;
  left: 5px;
  right: unset;
}

/* Preloader */
@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

.preloader {
  position: fixed;
  top: 0;
  float: inline-start;
  right: unset;
  left: 0px;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  overflow: hidden;
}

html[dir=rtl] .preloader {
  left: unset !important;
  right: 0px !important;
}

.preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.preloader-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  padding: 0px;
}

.preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background: var(--main-color);
  -webkit-animation: preloader-fx 1.6s linear infinite;
          animation: preloader-fx 1.6s linear infinite;
}

.preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.page-name {
  width: auto;
  font-size: 17px;
  font-weight: 800;
  line-height: 25px;
  color: var(--main-color);
  text-shadow: 0px 3px 8px #00000017;
  text-transform: capitalize;
  position: relative;
}

.page-name.page-name-alt {
  width: 110px;
  height: 110px;
}

.page-name.page-name-alt .inner-title {
  position: relative;
}

.page-name.page-name-alt .inner-title:before {
  display: block;
  content: "";
  position: absolute;
  bottom: -5px;
  right: unset;
  left: 0px;
  background-color: var(--main-color);
  width: 30px;
  height: 3px;
  z-index: 5;
}

html[dir=rtl] .page-name.page-name-alt .inner-title:before {
  left: unset !important;
  right: 0px !important;
}

.page-name.page-name-alt .bg-circle {
  -webkit-box-shadow: 1px 7px 39px #00000029;
          box-shadow: 1px 7px 39px #00000029;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0A0A0A), to(#292929));
  background: -o-linear-gradient(top, #0A0A0A 0%, #292929 100%);
  background: linear-gradient(180deg, #0A0A0A 0%, #292929 100%);
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-backdrop-filter: 5px;
          backdrop-filter: 5px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-name.page-name-alt .bg-circle:after {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: transparent;
  border-top: 2px solid #516E7B;
  border-bottom: 2px solid #516E7B;
  border-right: 2px solid #2B2B2B;
  border-left: 2px solid #0A0A0A;
  width: 90%;
  height: 90%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.page-name.page-name-alt:before {
  display: none !important;
}

@media (min-width: 376px) {
  .page-name.page-name-alt {
    width: 110px;
    height: 110px;
  }
  .page-name.page-name-alt .inner-title:before {
    width: 35px;
  }
}

@media (min-width: 768px) {
  .page-name.page-name-alt {
    width: 200px;
    height: 200px;
  }
  .page-name.page-name-alt .inner-title:before {
    width: 55px;
  }
}

@media (min-width: 1200px) {
  .page-name.page-name-alt {
    width: 250px;
    height: 250px;
  }
  .page-name.page-name-alt .inner-title:before {
    width: 55px;
  }
}

.page-name:before {
  display: block;
  content: "";
  position: absolute;
  bottom: -5px;
  right: unset;
  left: 0px;
  background-color: var(--main-color);
  width: 55px;
  height: 3px;
}

html[dir=rtl] .page-name:before {
  left: unset !important;
  right: 0px !important;
}

/* Section Title */
.section-title {
  text-align: center;
  margin-bottom: 80px;
  padding: 0 300px;
  position: relative;
  z-index: 5;
}

.section-title h3 {
  font-size: 15px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  color: var(--main-color);
  text-transform: uppercase;
}

.section-title h2 {
  font-size: 34px;
  margin-bottom: 25px;
  line-height: 42px;
  text-transform: capitalize;
  position: relative;
  font-weight: 800;
}

.section-title p {
  font-size: 15px;
}

.section-title-2 h2 {
  display: inline-block;
  font-size: 26px;
  margin-bottom: 25px;
  line-height: 35px;
  text-transform: capitalize;
  position: relative;
}

.section-title-2 h2:after {
  position: absolute;
  left: var(--val-start);
  right: var(--val-end);
  right: unset;
  left: 0px;
  top: 100%;
  height: 3px;
  width: 50px;
  -webkit-transform: translateY(7px);
      -ms-transform: translateY(7px);
          transform: translateY(7px);
  background: var(--main-color);
  content: "";
}

html[dir=rtl] .section-title-2 h2:after {
  left: unset !important;
  right: 0px !important;
}

@media (min-width: 376px) {
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .page-name {
    font-size: 22px;
    line-height: 35px;
  }
  /* Section Title */
  .section-title {
    margin-bottom: 80px;
    padding: 0 300px;
  }
  .section-title h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .section-title h2 {
    font-size: 34px;
    margin-bottom: 25px;
    line-height: 42px;
  }
  .section-title p {
    font-size: 15px;
  }
  .section-title-2 h2 {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 35px;
  }
}

@media (min-width: 768px) {
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .page-name {
    font-size: 30px;
    line-height: 40px;
  }
  /* Section Title */
  .section-title {
    margin-bottom: 80px;
    padding: 0 300px;
  }
  .section-title h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .section-title h2 {
    font-size: 30px;
    margin-bottom: 25px;
    line-height: 35px;
  }
  .section-title p {
    font-size: 15px;
  }
  .section-title-2 h2 {
    font-size: 34px;
    margin-bottom: 25px;
    line-height: 42px;
  }
}

@media (min-width: 1200px) {
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .page-name {
    font-size: 38px;
    line-height: 50px;
  }
  /* Section Title */
  .section-title {
    margin-bottom: 80px;
    padding: 0 300px;
  }
  .section-title h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .section-title h2 {
    font-size: 34px;
    margin-bottom: 25px;
    line-height: 42px;
  }
  .section-title p {
    font-size: 15px;
  }
  .section-title-2 h2 {
    font-size: 34px;
    margin-bottom: 25px;
    line-height: 42px;
  }
}

.features-area {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: visible;
  padding-top: 50px;
  padding-bottom: 50px;
}

.features-area .text-area {
  margin-bottom: 37.5px;
}

.features-area .text-area .no {
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 2.66667rem;
  line-height: 8rem;
  color: #A1D1DC;
  position: relative;
  left: unset;
  right: -0.2rem;
  top: -3rem;
  height: 4rem;
  width: 4rem;
  z-index: -1;
}

html[dir=rtl] .features-area .text-area .no {
  right: unset !important;
  left: -0.2rem !important;
}

.features-area .text-area .no::after {
  content: "";
  position: absolute;
  left: unset;
  right: -0.6rem;
  top: 1.5rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  height: 5rem;
  width: 5rem;
  border: 2px dashed #A1D1DC;
}

html[dir=rtl] .features-area .text-area .no::after {
  right: unset !important;
  left: -0.6rem !important;
}

.features-area .text-area .no-end {
  right: unset !important;
  right: unset;
  left: -0.6rem;
}

html[dir=rtl] .features-area .text-area .no-end {
  left: unset !important;
  right: -0.6rem !important;
}

.features-area .text-area .no-end::after {
  content: "";
  position: absolute;
  right: unset;
  left: -0.6rem;
  top: 1.5rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  height: 5rem;
  width: 5rem;
  border: 2px dashed #A1D1DC;
}

html[dir=rtl] .features-area .text-area .no-end::after {
  left: unset !important;
  right: -0.6rem !important;
}

.features-area .text-area .title {
  position: relative;
  display: inline-block;
}

.features-area .text-area .title::after {
  content: "";
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  bottom: -10px;
  left: var(--btm-line-left);
  right: var(--btm-line-right);
  width: 55px;
  height: 3px;
  background-color: var(--btm-line-clr);
  z-index: -2;
}

.features-area .text-area .description {
  color: #060606;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0px;
}

.features-area .feature-img-wrapper {
  margin-bottom: 37.5px;
}

.features-area .feature-img-wrapper img.feature-img {
  -webkit-box-shadow: 0px 20px 10px #00000029;
          box-shadow: 0px 20px 10px #00000029;
  -webkit-border-radius: 40% 0px;
          border-radius: 40% 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

html[dir=rtl] .features-area .feature-img-wrapper img.feature-img {
  -webkit-border-radius: 0px 40%;
          border-radius: 0px 40%;
}

.features-area .feature-img-wrapper.alt-direction {
  -webkit-border-radius: 0px 40%;
          border-radius: 0px 40%;
}

.features-area .feature-img-wrapper.alt-direction img.feature-img {
  -webkit-border-radius: 0px 40%;
          border-radius: 0px 40%;
}

html[dir=rtl] .features-area .feature-img-wrapper.alt-direction {
  -webkit-border-radius: 40% 0px;
          border-radius: 40% 0px;
}

html[dir=rtl] .features-area .feature-img-wrapper.alt-direction img.feature-img {
  -webkit-border-radius: 40% 0px;
          border-radius: 40% 0px;
}

@media (min-width: 376px) {
  .features-area .text-area {
    margin-bottom: 37.5px;
  }
  .features-area .text-area .no {
    font-size: 8rem;
    line-height: 8rem;
    left: unset;
    right: 2rem;
    top: 0rem;
    width: 4rem;
  }
  html[dir=rtl] .features-area .text-area .no {
    right: unset !important;
    left: 2rem !important;
  }
  .features-area .text-area .no::after {
    content: "";
    position: absolute;
    left: unset;
    right: -4rem;
    top: -2rem;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    height: 12rem;
    width: 12rem;
  }
  html[dir=rtl] .features-area .text-area .no::after {
    right: unset !important;
    left: -4rem !important;
  }
  .features-area .text-area .no-end {
    right: unset;
    left: 2rem;
  }
  html[dir=rtl] .features-area .text-area .no-end {
    left: unset !important;
    right: 2rem !important;
  }
  .features-area .text-area .no-end::after {
    content: "";
    right: unset;
    left: -4rem;
    top: -1.5rem;
    height: 12rem;
    width: 12rem;
  }
  html[dir=rtl] .features-area .text-area .no-end::after {
    left: unset !important;
    right: -4rem !important;
  }
  .features-area .text-area .description {
    font-size: 18px;
    line-height: 35px;
  }
  .features-area .feature-img-wrapper {
    margin-bottom: 37.5px;
  }
}

@media (min-width: 768px) {
  .features-area {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .features-area .text-area {
    margin-bottom: 75px;
  }
  .features-area .text-area .no {
    font-size: 8rem;
    line-height: 8rem;
    left: unset;
    right: 7rem;
    top: 4rem;
    width: 8rem;
  }
  html[dir=rtl] .features-area .text-area .no {
    right: unset !important;
    left: 7rem !important;
  }
  .features-area .text-area .no::after {
    content: "";
    position: absolute;
    left: unset;
    right: -4rem;
    top: -4rem;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    height: 16rem;
    width: 16rem;
  }
  html[dir=rtl] .features-area .text-area .no::after {
    right: unset !important;
    left: -4rem !important;
  }
  .features-area .text-area .no-end {
    right: unset;
    left: 7rem;
  }
  html[dir=rtl] .features-area .text-area .no-end {
    left: unset !important;
    right: 7rem !important;
  }
  .features-area .text-area .no-end::after {
    content: "";
    right: unset;
    left: -4rem;
    top: -4rem;
    height: 16rem;
    width: 16rem;
  }
  html[dir=rtl] .features-area .text-area .no-end::after {
    left: unset !important;
    right: -4rem !important;
  }
  .features-area .text-area .description {
    font-size: 18px;
    line-height: 35px;
  }
  .features-area .feature-img-wrapper {
    margin-bottom: 75px;
  }
}

@media (min-width: 1200px) {
  .features-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .features-area .text-area {
    margin-bottom: 75px;
  }
  .features-area .text-area .no {
    font-size: 8rem;
    line-height: 8rem;
    left: unset;
    right: 7rem;
    top: 4rem;
    width: 8rem;
  }
  html[dir=rtl] .features-area .text-area .no {
    right: unset !important;
    left: 7rem !important;
  }
  .features-area .text-area .no::after {
    content: "";
    position: absolute;
    left: unset;
    right: -4rem;
    top: -4rem;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    height: 16rem;
    width: 16rem;
  }
  html[dir=rtl] .features-area .text-area .no::after {
    right: unset !important;
    left: -4rem !important;
  }
  .features-area .text-area .no-end {
    right: unset;
    left: 7rem;
  }
  html[dir=rtl] .features-area .text-area .no-end {
    left: unset !important;
    right: 7rem !important;
  }
  .features-area .text-area .no-end::after {
    content: "";
    right: unset;
    left: -4rem;
    top: -4rem;
    height: 16rem;
    width: 16rem;
  }
  html[dir=rtl] .features-area .text-area .no-end::after {
    left: unset !important;
    right: -4rem !important;
  }
  .features-area .text-area .description {
    font-size: 18px;
    line-height: 35px;
  }
  .features-area .feature-img-wrapper {
    margin-bottom: 75px;
  }
}

.section-line-con {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: none;
  background-color: #A1D1DC;
  z-index: -2;
  height: 3px;
  position: absolute;
  top: -62.5px;
  right: unset;
  left: 50%;
  width: 375px;
  -webkit-transform: rotate(-25deg) translateX(-187.5px);
      -ms-transform: rotate(-25deg) translateX(-187.5px);
          transform: rotate(-25deg) translateX(-187.5px);
}

html[dir=rtl] .section-line-con {
  left: unset !important;
  right: 50% !important;
}

@media (min-width: 768px) {
  .section-line-con {
    display: block;
    top: -31.25px;
    right: unset;
    left: 50%;
    width: 281.25px;
    -webkit-transform: rotate(-25deg) translateX(-125px);
        -ms-transform: rotate(-25deg) translateX(-125px);
            transform: rotate(-25deg) translateX(-125px);
  }
  html[dir=rtl] .section-line-con {
    left: unset !important;
    right: 50% !important;
  }
  html[dir=rtl] .section-line-con {
    left: unset;
    right: 50%;
    -webkit-transform: rotate(25deg) translateX(187.5px);
        -ms-transform: rotate(25deg) translateX(187.5px);
            transform: rotate(25deg) translateX(187.5px);
  }
  html[dir=rtl] html[dir=rtl] .section-line-con {
    right: unset !important;
    left: 50% !important;
  }
}

@media (min-width: 992px) {
  .section-line-con {
    top: -62.5px;
    right: unset;
    left: 50%;
    width: 375px;
    -webkit-transform: rotate(-25deg) translateX(-187.5px);
        -ms-transform: rotate(-25deg) translateX(-187.5px);
            transform: rotate(-25deg) translateX(-187.5px);
  }
  html[dir=rtl] .section-line-con {
    left: unset !important;
    right: 50% !important;
  }
  html[dir=rtl] .section-line-con {
    left: unset;
    right: 50%;
    -webkit-transform: rotate(25deg) translateX(187.5px);
        -ms-transform: rotate(25deg) translateX(187.5px);
            transform: rotate(25deg) translateX(187.5px);
  }
  html[dir=rtl] html[dir=rtl] .section-line-con {
    right: unset !important;
    left: 50% !important;
  }
}

@media (min-width: 1200px) {
  .section-line-con {
    top: -62.5px;
    right: unset;
    left: 50%;
    width: 375px;
    -webkit-transform: rotate(-25deg) translateX(-187.5px);
        -ms-transform: rotate(-25deg) translateX(-187.5px);
            transform: rotate(-25deg) translateX(-187.5px);
  }
  html[dir=rtl] .section-line-con {
    left: unset !important;
    right: 50% !important;
  }
  html[dir=rtl] .section-line-con {
    left: unset;
    right: 50%;
    -webkit-transform: rotate(25deg) translateX(187.5px);
        -ms-transform: rotate(25deg) translateX(187.5px);
            transform: rotate(25deg) translateX(187.5px);
  }
  html[dir=rtl] html[dir=rtl] .section-line-con {
    right: unset !important;
    left: 50% !important;
  }
}

.section-line-con-second {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: none;
  background-color: #A1D1DC;
  z-index: -2;
  height: 3px;
  position: absolute;
  top: -62.5px;
  right: unset;
  left: 50%;
  width: 375px;
  -webkit-transform: rotate(25deg) translateX(187.5px);
      -ms-transform: rotate(25deg) translateX(187.5px);
          transform: rotate(25deg) translateX(187.5px);
}

html[dir=rtl] .section-line-con-second {
  left: unset !important;
  right: 50% !important;
}

@media (min-width: 768px) {
  .section-line-con-second {
    display: block;
    top: -31.25px;
    right: unset;
    left: 50%;
    width: 281.25px;
    -webkit-transform: rotate(25deg) translateX(93.75px);
        -ms-transform: rotate(25deg) translateX(93.75px);
            transform: rotate(25deg) translateX(93.75px);
  }
  html[dir=rtl] .section-line-con-second {
    left: unset !important;
    right: 50% !important;
  }
  html[dir=rtl] .section-line-con-second {
    right: unset;
    left: 50%;
    -webkit-transform: rotate(-25deg) translateX(-93.75px);
        -ms-transform: rotate(-25deg) translateX(-93.75px);
            transform: rotate(-25deg) translateX(-93.75px);
  }
  html[dir=rtl] html[dir=rtl] .section-line-con-second {
    left: unset !important;
    right: 50% !important;
  }
}

@media (min-width: 992px) {
  .section-line-con-second {
    top: -62.5px;
    left: unset;
    right: 50%;
    width: 375px;
    -webkit-transform: rotate(25deg) translateX(187.5px);
        -ms-transform: rotate(25deg) translateX(187.5px);
            transform: rotate(25deg) translateX(187.5px);
  }
  html[dir=rtl] .section-line-con-second {
    right: unset !important;
    left: 50% !important;
  }
  html[dir=rtl] .section-line-con-second {
    right: unset;
    left: 50%;
    -webkit-transform: rotate(-25deg) translateX(-187.5px);
        -ms-transform: rotate(-25deg) translateX(-187.5px);
            transform: rotate(-25deg) translateX(-187.5px);
  }
  html[dir=rtl] html[dir=rtl] .section-line-con-second {
    left: unset !important;
    right: 50% !important;
  }
}

@media (min-width: 1200px) {
  .section-line-con-second {
    top: -62.5px;
    left: unset;
    right: 50%;
    width: 375px;
    -webkit-transform: rotate(25deg) translateX(187.5px);
        -ms-transform: rotate(25deg) translateX(187.5px);
            transform: rotate(25deg) translateX(187.5px);
  }
  html[dir=rtl] .section-line-con-second {
    right: unset !important;
    left: 50% !important;
  }
  html[dir=rtl] .section-line-con-second {
    right: unset;
    left: 50%;
    -webkit-transform: rotate(-25deg) translateX(-187.5px);
        -ms-transform: rotate(-25deg) translateX(-187.5px);
            transform: rotate(-25deg) translateX(-187.5px);
  }
  html[dir=rtl] html[dir=rtl] .section-line-con-second {
    left: unset !important;
    right: 50% !important;
  }
}

/*======================================
	Error 404 CSS
========================================*/
.error-area {
  height: 100vh;
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  position: relative;
}

html[dir=rtl] .error-area {
  margin-right: auto;
}

html[dir=rtl] .error-area {
  margin-left: auto;
}

.error-area .error-content h1 {
  font-size: 100px;
  color: var(--main-color);
  margin-bottom: 25px;
  font-weight: 800;
  line-height: 100px;
}

.error-area .error-content h2 {
  font-size: 25px;
  margin-bottom: 10px;
  color: #081828;
  font-weight: 700;
}

.error-area .error-content p {
  font-weight: 400;
  margin-bottom: 40px;
  color: #888;
}

.d-table {
  width: 100%;
  height: 100%;
  display: table !important;
}

.d-table-cell {
  vertical-align: middle;
  display: table-cell !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-area .error-content h1 {
    font-size: 60px;
    line-height: 50px;
  }
  .error-area .error-content h2 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .error-area .error-content h1 {
    font-size: 45px;
    line-height: 30px;
  }
  .error-area .error-content h2 {
    font-size: 18px;
  }
}

/*======================================
	Start Header CSS
========================================*/
.header {
  width: 100%;
  background: transparent;
  position: absolute;
  width: 100%;
  float: inline-start;
  right: unset;
  left: 0px;
  top: 0;
  /*===== NAVBAR =====*/
}

html[dir=rtl] .header {
  left: unset !important;
  right: 0px !important;
}

.header.navbar-area {
  width: 100%;
  z-index: 1099;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 15px 0;
  position: fixed;
}

.header.navbar-area.sticky {
  position: fixed;
  top: 0;
  z-index: 99;
  padding: 15px 0;
  background: var(--main-color);
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.header .navbar {
  padding: 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.header .navbar .navbar-brand {
  padding-right: unset;
  padding-left: 0px;
  -webkit-border-radius: 0;
          border-radius: 0;
}

html[dir=rtl] .header .navbar .navbar-brand {
  padding-left: unset !important;
  padding-right: 0px !important;
}

.header .navbar .navbar-brand img {
  height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
}

.header .navbar .navbar-nav {
  margin: 0 auto;
}

.header .navbar .navbar-nav .nav-item {
  z-index: 1;
  position: relative;
  margin-right: 5px;
}

html[dir=rtl] .header .navbar .navbar-nav .nav-item {
  margin-left: 5px;
}

.header .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0px;
}

html[dir=rtl] .header .navbar .navbar-nav .nav-item:last-child {
  margin-left: 0px;
}

.header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  color: var(--dark-color);
  position: relative;
  padding: 4px 15px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.header .navbar .navbar-nav .nav-item .nav-link.active {
  -webkit-border-radius: 15px;
          border-radius: 15px;
  color: var(--light-color);
  background-color: var(--main-color);
}

.header .navbar .navbar-nav .nav-item .nav-link.active:hover {
  color: var(--light-color);
  background-color: var(--main-color-hover);
}

.header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--main-color);
}

.header .navbar .navbar-nav .nav-item .nav-link.language {
  border: 1px solid transparent;
  -webkit-border-radius: 15px;
          border-radius: 15px;
}

.header .navbar .navbar-nav .nav-item .nav-link.language:hover {
  border: 1px dashed var(--main-color);
}

.header .navbar .mobile-menu-btn {
  padding: 0px;
}

.header .navbar .mobile-menu-btn:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header .navbar .mobile-menu-btn .toggler-icon {
  width: 30px;
  height: 3px;
  background-color: #222;
  display: block;
  margin-block: 5px 0;
  margin: 5px 0px 5px 0px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.header .navbar .mobile-menu-btn:not([aria-expanded="false"]) .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.header .navbar .mobile-menu-btn:not([aria-expanded="false"]) .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.header .navbar .mobile-menu-btn[aria-expanded="true"] .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 7px;
}

.header .navbar .mobile-menu-btn[aria-expanded="true"] .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.header .navbar .mobile-menu-btn[aria-expanded="true"] .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  top: -7px;
}

.header .navbar .logo-mobile img {
  height: 75px;
  max-width: 75%;
}

.header .navbar ul.social {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 20% 20% 20%;
  grid-template-rows: auto;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.header .navbar ul.social li {
  width: auto;
  margin: 0;
  padding: 0;
}

.header .navbar ul.social li a {
  color: var(--light-color);
  font-size: 15px;
  height: 32px;
  width: 32px;
}

.header .navbar ul.social li a img,
.header .navbar ul.social li a svg {
  height: 32px;
  width: 32px;
}

.header .navbar ul.social li a img .border,
.header .navbar ul.social li a svg .border {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  fill: var(--light-color);
}

.header .navbar ul.social li a:hover {
  color: var(--main-color);
}

.header .navbar ul.social li a:hover img,
.header .navbar ul.social li a:hover svg {
  -webkit-filter: invert(15%);
          filter: invert(15%);
  fill: var(--main-color);
}

.header .navbar ul.social li a:hover img .border,
.header .navbar ul.social li a:hover svg .border {
  fill: var(--main-color);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header {
    padding: 15px 0 !important;
  }
  .header .mobile-menu-btn .toggler-icon {
    background-color: #fff;
  }
  .header .button {
    margin-block: 0 !important;
  }
  .header .navbar-collapse {
    position: absolute;
    top: 67px !important;
    float: inline-start;
    right: unset;
    left: 0px;
    width: 100%;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    max-height: 350px;
    overflow-y: scroll;
    border-top: 1px solid #eee;
    -webkit-border-radius: 6px;
            border-radius: 6px;
  }
  html[dir=rtl] .header .navbar-collapse {
    left: unset !important;
    right: 0px !important;
  }
  .header .navbar .navbar-nav .nav-item {
    margin-block: 0;
    margin: 0;
  }
  .header .navbar .navbar-nav .nav-item .nav-link {
    padding: 12px 16px !important;
    color: #051441;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0;
    font-size: 14px;
  }
  .header .navbar .navbar-nav .nav-item .nav-link::before {
    display: none;
  }
  .header .navbar .navbar-nav .nav-item .nav-link::after {
    opacity: 1;
    visibility: visible;
  }
  .header .navbar .navbar-nav .nav-item .nav-link.active {
    color: var(--main-color) !important;
  }
  .header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: var(--main-color);
  }
  .header .navbar-brand img {
    height: 50px;
  }
}

@media (max-width: 991px) {
  .header {
    position: static;
    padding: 15px 0 !important;
  }
  .header .mobile-menu-btn .toggler-icon {
    background-color: #fff;
  }
  .header .navbar-collapse {
    position: absolute;
    top: 85px !important;
    float: inline-start;
    right: unset;
    left: 0px;
    width: 70%;
    background-color: var(--dark-color);
    z-index: 9;
    -webkit-box-shadow: 15px 5px 20px 0px rgba(0, 0, 0, 0.418);
            box-shadow: 15px 5px 20px 0px rgba(0, 0, 0, 0.418);
    padding: 10px 20px;
    border-top: 1px solid var(--dark-color);
    border-start-end-radius: 20px;
    border-end-end-radius: 20px;
    z-index: 1099;
  }
  html[dir=rtl] .header .navbar-collapse {
    left: unset !important;
    right: 0px !important;
  }
  .header .navbar {
    position: static;
  }
  .header .navbar .navbar-nav {
    margin-right: auto;
    margin-left: 5px;
    width: 75%;
  }
  html[dir=rtl] .header .navbar .navbar-nav {
    margin-left: auto;
  }
  html[dir=rtl] .header .navbar .navbar-nav {
    margin-right: 5px;
  }
  .header .navbar .navbar-nav .nav-item {
    margin-block: 0;
    margin: 0;
    border-bottom: 1px solid #464646;
  }
  .header .navbar .navbar-nav .nav-item .nav-link {
    padding: 6px 16px !important;
    color: var(--light-color);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 3px;
  }
  .header .navbar .navbar-nav .nav-item .nav-link::before {
    display: none;
  }
  .header .navbar .navbar-nav .nav-item .nav-link::after {
    opacity: 1;
    visibility: visible;
  }
  .header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: var(--main-color);
  }
  .header .navbar .navbar-nav .nav-item .nav-link.active {
    color: var(--light-color);
  }
  .header .button {
    display: none;
  }
  .header .navbar-brand img {
    height: 50px;
  }
}

/*======================================
    Hero Area CSS
========================================*/
.hero-area {
  position: relative;
  padding: 100px 0 50px 0;
}

.hero-area .bg-particles {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -2;
}

.hero-area .hero-image img {
  width: 100%;
}

.hero-area .hero-content {
  -webkit-border-radius: 0;
          border-radius: 0;
  position: relative;
  z-index: 1;
  text-align: start;
}

.hero-area .hero-content p {
  margin-top: 30px;
  font-size: 15px;
  color: var(--dark-color);
}

@media (min-width: 376px) {
  .hero-area {
    padding: 100px 0 50px 0;
  }
  .hero-area .bg-particles {
    top: 75px;
    left: unset;
    right: 0px;
    float: inline-start;
    right: unset;
    left: 0px;
    width: 100%;
    z-index: -2;
  }
  html[dir=rtl] .hero-area .bg-particles {
    right: unset !important;
    left: 0px !important;
  }
  html[dir=rtl] .hero-area .bg-particles {
    left: unset !important;
    right: 0px !important;
  }
  .hero-area .hero-content p {
    margin-top: 30px;
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  .hero-area {
    padding: 100px 0 80px 0;
  }
  .hero-area .bg-particles {
    top: 75px;
    left: unset;
    right: 0px;
    float: inline-start;
    right: unset;
    left: 0px;
    width: 100%;
    z-index: -2;
  }
  html[dir=rtl] .hero-area .bg-particles {
    right: unset !important;
    left: 0px !important;
  }
  html[dir=rtl] .hero-area .bg-particles {
    left: unset !important;
    right: 0px !important;
  }
  .hero-area .hero-content p {
    margin-top: 30px;
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .hero-area {
    padding: 170px 0 100px 0;
  }
  .hero-area .bg-particles {
    top: 75px;
    left: unset;
    right: 0px;
    float: inline-start;
    right: unset;
    left: 0px;
    width: 100%;
    z-index: -2;
  }
  html[dir=rtl] .hero-area .bg-particles {
    right: unset !important;
    left: 0px !important;
  }
  html[dir=rtl] .hero-area .bg-particles {
    left: unset !important;
    right: 0px !important;
  }
  .hero-area .hero-content p {
    margin-top: 30px;
    font-size: 15px;
  }
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
}

@-webkit-keyframes pulse-border-2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border-2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

.home-hero {
  padding: 100px 0 50px 0;
}

.home-hero .bg-circles {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  position: absolute;
  top: -11%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -2;
}

@media (min-width: 376px) {
  .home-hero .bg-circles {
    top: -15%;
  }
}

@media (min-width: 768px) {
  .home-hero .bg-circles {
    top: -31%;
  }
}

@media (min-width: 992px) {
  .home-hero .bg-circles {
    top: -41%;
  }
}

@media (min-width: 1200px) {
  .home-hero .bg-circles {
    top: -41%;
  }
}

.home-hero .mini-heading {
  letter-spacing: 5px;
}

html[dir=rtl] .home-hero .mini-heading {
  letter-spacing: 0px;
}

.home-hero .secondary-heading {
  word-spacing: 20px;
  letter-spacing: 20px;
  position: relative;
  display: inline-block;
  font-weight: 600;
}

html[dir=rtl] .home-hero .secondary-heading {
  letter-spacing: 0px;
}

.home-hero .secondary-heading::after {
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  position: absolute;
  bottom: -35px;
  right: -5px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 55px;
  height: 55px;
  background-color: #fdfdfd;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  z-index: -2;
}

.home-hero .hero-logo-wrapper {
  position: relative;
  display: inline-block;
}

.home-hero .hero-logo-wrapper .hero-logo {
  height: 110px;
  display: inline-block;
}

.home-hero .hero-logo-wrapper::after {
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  position: absolute;
  bottom: -5px;
  left: -5px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 55px;
  height: 55px;
  background-color: #fdfdfd;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  z-index: -2;
}

@media (min-width: 376px) {
  .home-hero {
    padding: 100px 0 50px 0;
  }
}

@media (min-width: 768px) {
  .home-hero {
    padding: 100px 0 80px 0;
  }
}

@media (min-width: 1200px) {
  .home-hero {
    padding: 130px 0 100px 0;
  }
}

/*======================================
    Call To Action CSS
========================================*/
.call-action {
  background-color: var(--main-color);
}

.call-action .cta-content {
  text-align: center;
  padding: 0px 50px;
}

.call-action .cta-content h2 {
  color: #fff;
  line-height: 50px;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 30px;
}

.call-action .cta-content p {
  color: #fff;
  padding: 0px 50px;
}

.call-action .cta-content .button {
  margin-top: 40px;
}

.call-action .cta-content .button .btn {
  background-color: #fff;
  color: var(--main-color);
}

.call-action .cta-content .button .btn:hover {
  color: #fff;
  background-color: #081828;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-action .cta-content {
    padding: 0;
  }
  .call-action .cta-content h2 {
    font-size: 32px;
    line-height: 45px;
  }
  .call-action .cta-content p {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .call-action .cta-content {
    padding: 0;
  }
  .call-action .cta-content h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .call-action .cta-content p {
    padding: 0;
  }
}

/*======================================
	Footer CSS
========================================*/
.footer {
  position: relative;
}

.footer .card.contact-card {
  position: relative;
  top: 50px;
}

.footer .footer-top {
  padding-top: 65px;
  position: relative;
}

.footer .footer-top .footer-img {
  position: relative;
  top: 9px;
  z-index: 1;
}

.footer .footer-top .bg-particles {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  position: absolute;
  top: 15px;
  left: unset;
  right: 0px;
  right: unset;
  left: 0px;
  width: 100%;
  z-index: -2;
}

html[dir=rtl] .footer .footer-top .bg-particles {
  right: unset !important;
  left: 0px !important;
}

html[dir=rtl] .footer .footer-top .bg-particles {
  left: unset !important;
  right: 0px !important;
}

.footer .footer-top .footer-img-2 {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  position: absolute;
  bottom: 0;
  left: unset;
  right: 0px;
  width: 40%;
  z-index: -1;
}

html[dir=rtl] .footer .footer-top .footer-img-2 {
  right: unset !important;
  left: 0px !important;
}

.footer .footer-bottom {
  z-index: 0;
  background-color: var(--dark-color);
  padding: 70px 0;
  padding-top: 100px;
}

.footer .footer-bottom .single-footer.f-about .logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100px;
}

.footer .footer-bottom .single-footer.f-link li {
  display: block;
  margin-bottom: 8px;
}

.footer .footer-bottom .single-footer.f-link li:last-child {
  margin-block: 0;
  margin: 0;
}

.footer .footer-bottom .single-footer.f-link li a {
  font-size: 13px;
  font-weight: 400;
  color: var(--light-color);
}

.footer .footer-bottom .single-footer.f-link li a:hover {
  color: var(--main-color);
}

.footer .footer-bottom .single-footer.f-link .social {
  margin-top: 30px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}

.footer .footer-bottom .single-footer.f-link .social li:last-child {
  margin: 0;
}

.footer .footer-bottom .single-footer.f-link .social li a {
  height: 30px;
  width: 30px;
}

.footer .footer-bottom .single-footer.f-link .social li a img,
.footer .footer-bottom .single-footer.f-link .social li a svg {
  -o-object-fit: contain;
     object-fit: contain;
  height: 30px;
  width: 30px;
}

.footer .footer-bottom .single-footer.f-link .social li a img .border,
.footer .footer-bottom .single-footer.f-link .social li a svg .border {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  fill: var(--light-color);
}

.footer .footer-bottom .single-footer.f-link .social li a:hover {
  color: var(--main-color);
}

.footer .footer-bottom .single-footer.f-link .social li a:hover img,
.footer .footer-bottom .single-footer.f-link .social li a:hover svg {
  -webkit-filter: invert(15%);
          filter: invert(15%);
  fill: var(--main-color);
}

.footer .footer-bottom .single-footer.f-link .social li a:hover img .border,
.footer .footer-bottom .single-footer.f-link .social li a:hover svg .border {
  fill: var(--main-color);
}

@media (min-width: 376px) {
  .footer .footer-bottom .single-footer.f-link .social {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 768px) {
  .footer .footer-bottom .single-footer.f-link .social {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.footer .footer-bottom .single-footer.f-link ul.contact-us li {
  font-family: var(--font-family-main-ar);
}

.footer .footer-bottom .single-footer.f-link ul.contact-us li .lni {
  position: relative;
  top: 4px;
  font-size: 17px;
}

.footer .footer-bottom .single-footer h3 {
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 30px;
  color: var(--light-color);
  position: relative;
}

.footer .footer-bottom .single-footer h3:after {
  position: absolute;
  left: var(--val-start);
  right: var(--val-end);
  bottom: -10px;
  height: 4px;
  width: 40px;
  background: var(--main-color);
  content: "";
}

@media (min-width: 376px) {
  .footer .card.contact-card {
    position: relative;
    top: 50px;
  }
  .footer .footer-top {
    padding-top: 65px;
  }
  .footer .footer-top .footer-img {
    top: 9px;
  }
  .footer .footer-top .bg-particles {
    top: 15px;
    left: unset;
    right: 0px;
    width: 100%;
  }
  html[dir=rtl] .footer .footer-top .bg-particles {
    right: unset !important;
    left: 0px !important;
  }
  .footer .footer-top .footer-img-2 {
    bottom: 0;
    left: unset;
    right: 0px;
    width: 40%;
    z-index: -1;
  }
  html[dir=rtl] .footer .footer-top .footer-img-2 {
    right: unset !important;
    left: 0px !important;
  }
  .footer .footer-bottom {
    padding: 70px 0;
    padding-top: 100px;
  }
  .footer .footer-bottom .single-footer.f-about .logo img {
    width: 150px;
  }
  .footer .footer-bottom .single-footer.f-link li {
    margin-bottom: 8px;
  }
  .footer .footer-bottom .single-footer.f-link li a {
    font-size: 14px;
  }
  .footer .footer-bottom .single-footer.f-link ul.contact-us li .lni {
    top: 4px;
    font-size: 16px;
  }
  .footer .footer-bottom .single-footer h3 {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

@media (min-width: 376px) {
  .footer .card.contact-card {
    position: relative;
    top: 50px;
  }
  .footer .footer-top {
    padding-top: 55px;
  }
  .footer .footer-top .footer-img {
    top: 9px;
  }
  .footer .footer-top .bg-particles {
    top: 15px;
    left: unset;
    right: 0px;
    width: 100%;
  }
  html[dir=rtl] .footer .footer-top .bg-particles {
    right: unset !important;
    left: 0px !important;
  }
  .footer .footer-top .footer-img-2 {
    bottom: 0;
    left: unset;
    right: 0px;
    width: 40%;
    z-index: -1;
  }
  html[dir=rtl] .footer .footer-top .footer-img-2 {
    right: unset !important;
    left: 0px !important;
  }
  .footer .footer-bottom {
    padding: 70px 0;
    padding-top: 90px;
  }
  .footer .footer-bottom .single-footer.f-about .logo img {
    width: 150px;
  }
  .footer .footer-bottom .single-footer.f-link li {
    margin-bottom: 8px;
  }
  .footer .footer-bottom .single-footer.f-link li a {
    font-size: 14px;
  }
  .footer .footer-bottom .single-footer.f-link ul.contact-us li .lni {
    top: 4px;
    font-size: 16px;
  }
  .footer .footer-bottom .single-footer h3 {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .footer .card.contact-card {
    position: relative;
    top: 50px;
  }
  .footer .footer-top {
    padding-top: 55px;
  }
  .footer .footer-top .footer-img {
    top: 9px;
  }
  .footer .footer-top .bg-particles {
    top: 15px;
    left: unset;
    right: 0px;
    width: 100%;
  }
  html[dir=rtl] .footer .footer-top .bg-particles {
    right: unset !important;
    left: 0px !important;
  }
  .footer .footer-top .footer-img-2 {
    bottom: 0;
    left: unset;
    right: 0px;
    width: 40%;
    z-index: -1;
  }
  html[dir=rtl] .footer .footer-top .footer-img-2 {
    right: unset !important;
    left: 0px !important;
  }
  .footer .footer-bottom {
    padding: 85px 0;
  }
  .footer .footer-bottom .single-footer.f-about .logo img {
    width: 150px;
  }
  .footer .footer-bottom .single-footer.f-link li {
    margin-bottom: 8px;
  }
  .footer .footer-bottom .single-footer.f-link li a {
    font-size: 15px;
  }
  .footer .footer-bottom .single-footer.f-link ul.contact-us li .lni {
    top: 4px;
    font-size: 18px;
  }
  .footer .footer-bottom .single-footer h3 {
    font-size: 18px;
    margin-bottom: 35px;
  }
}

@media (min-width: 992px) {
  .footer .card.contact-card {
    position: relative;
    top: 40px;
  }
}

@media (min-width: 1200px) {
  .footer .footer-top {
    padding-top: 55px;
  }
  .footer .footer-top .footer-img {
    top: 9px;
  }
  .footer .footer-top .bg-particles {
    top: 15px;
    left: unset;
    right: 0px;
    width: 100%;
  }
  html[dir=rtl] .footer .footer-top .bg-particles {
    right: unset !important;
    left: 0px !important;
  }
  .footer .footer-top .footer-img-2 {
    bottom: 0;
    left: unset;
    right: 0px;
    width: 40%;
    z-index: -1;
  }
  html[dir=rtl] .footer .footer-top .footer-img-2 {
    right: unset !important;
    left: 0px !important;
  }
  .footer .footer-bottom {
    padding: 100px 0;
  }
  .footer .footer-bottom .single-footer.f-about .logo img {
    width: 150px;
  }
  .footer .footer-bottom .single-footer.f-link li {
    margin-bottom: 8px;
  }
  .footer .footer-bottom .single-footer.f-link li a {
    font-size: 15px;
  }
  .footer .footer-bottom .single-footer.f-link ul.contact-us li .lni {
    top: 4px;
    font-size: 18px;
  }
  .footer .footer-bottom .single-footer h3 {
    font-size: 18px;
    margin-bottom: 35px;
  }
}

.flip-x {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  --bs-gutter-x: 25px;
  --bs-gutter-y: 25px;
  -webkit-padding-end: var(--bs-gutter-x, 0.75rem);
          padding-inline-end: var(--bs-gutter-x, 0.75rem);
  -webkit-padding-start: var(--bs-gutter-x, 0.75rem);
          padding-inline-start: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-right: auto;
}

html[dir=rtl] .container, html[dir=rtl]
.container-fluid, html[dir=rtl]
.container-lg, html[dir=rtl]
.container-md, html[dir=rtl]
.container-sm, html[dir=rtl]
.container-xl, html[dir=rtl]
.container-xxl {
  margin-left: auto;
}

html[dir=rtl] .container, html[dir=rtl]
.container-fluid, html[dir=rtl]
.container-lg, html[dir=rtl]
.container-md, html[dir=rtl]
.container-sm, html[dir=rtl]
.container-xl, html[dir=rtl]
.container-xxl {
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1180px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

.btn {
  font-size: 15px;
  padding: .5rem 1.4rem;
}

.btn.rounded {
  -webkit-border-radius: 8px !important;
          border-radius: 8px !important;
}

.text-primary {
  color: var(--main-color) !important;
}

.btn-dark {
  background-color: #060606;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  transform-origin: 0% 0%;
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  -ms-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

.form-floating > .form-control,
.form-floating > .form-select {
  height: -webkit-calc(3.0rem + 2px);
  height: calc(3.0rem + 2px);
  padding: .5rem .65rem;
}

.form-floating > label {
  padding: .5rem .65rem;
  right: unset;
  left: 0px;
}

html[dir=rtl] .form-floating > label {
  left: unset !important;
  right: 0px !important;
}

@media (min-width: 376px) {
  .form-floating > .form-control,
  .form-floating > .form-select {
    height: -webkit-calc(3.0rem + 2px);
    height: calc(3.0rem + 2px);
    padding: .5rem .65rem;
  }
  .form-floating > label {
    padding: .5rem .65rem;
  }
}

@media (min-width: 992px) {
  .form-floating > .form-control,
  .form-floating > .form-select {
    height: -webkit-calc(3.5rem + 2px);
    height: calc(3.5rem + 2px);
    padding: 1rem .75rem;
  }
  .form-floating > label {
    padding: 1rem .75rem;
  }
}

.number-text {
  font-family: var(--font-family-main) !important;
}

.btn {
  -webkit-border-radius: 0px;
          border-radius: 0px;
}

.form-control {
  border: 1px solid #73A1C2;
  -webkit-border-radius: 0px;
          border-radius: 0px;
}

.form-control:focus, .form-control:active {
  border: 1px solid #37617e;
}

.pagination .page-item {
  background: transparent;
}

.pagination .page-item .page-link {
  background: transparent;
}

.pagination .page-item.active .page-link {
  border: none;
  text-decoration: underline;
  background: transparent;
}

.lead {
  line-height: 25px;
}

.btn-line.pos-s-0:after {
  right: unset !important;
  left: 0 !important;
}

html[dir=rtl],
body.rtl {
  font-family: 'swissra', 'swissra condensed';
  /*===== header =====*/
  /*======================================
	Footer CSS
========================================*/
}

html[dir=rtl] .btn-line.pos-s-0:after,
body.rtl .btn-line.pos-s-0:after {
  left: unset !important;
  right: 0 !important;
}

html[dir=rtl] .footer-img-2,
body.rtl .footer-img-2 {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

html[dir=rtl] .header .navbar .navbar-brand img,
body.rtl .header .navbar .navbar-brand img {
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}

html[dir=rtl] .header .navbar .logo-mobile img,
body.rtl .header .navbar .logo-mobile img {
  height: 85px;
  max-width: 75%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  html[dir=rtl] .header .navbar-brand img,
  body.rtl .header .navbar-brand img {
    height: 65px;
  }
}

@media (max-width: 767.98px) {
  html[dir=rtl] .header .navbar-brand img,
  body.rtl .header .navbar-brand img {
    height: 65px;
  }
}

html[dir=rtl] .footer .footer-bottom .single-footer.f-about .logo img,
body.rtl .footer .footer-bottom .single-footer.f-about .logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 90px;
}

@media (min-width: 376px) {
  html[dir=rtl] .footer .footer-bottom .single-footer.f-about .logo img,
  body.rtl .footer .footer-bottom .single-footer.f-about .logo img {
    width: 100px;
  }
}

@media (min-width: 376px) {
  html[dir=rtl] .footer .footer-bottom .single-footer.f-about .logo img,
  body.rtl .footer .footer-bottom .single-footer.f-about .logo img {
    width: 100px;
  }
}

@media (min-width: 768px) {
  html[dir=rtl] .footer .footer-bottom .single-footer.f-about .logo img,
  body.rtl .footer .footer-bottom .single-footer.f-about .logo img {
    width: 120px;
  }
}

@media (min-width: 1200px) {
  html[dir=rtl] .footer .footer-bottom .single-footer.f-about .logo img,
  body.rtl .footer .footer-bottom .single-footer.f-about .logo img {
    width: 120px;
  }
}
