:root {
  --main-color: #000024;
  --body-bg: #FFF;
  --navbar-bg: #FFF;
  --icon-active: #2c2f32;
  --icon-idle: #8b88ff;
  --p-color: #071c1f;
  --subp-color: #adafca;
  --link-color: #6956e5;
  --a-light: #FFF;
  --shadow-color: rgba(94, 92, 154, 0.0588235294);
  --border-color: #eaeaf5;
  --sub-light: #fcfcfd;
  --border-input: #dedeea;
}

.dark-mode {
  --main-color: #6956e5;
  --body-bg: #151521;
  --navbar-bg: #1e1e2d;
  --icon-active: #FFF;
  --icon-idle: #8b88ff;
  --p-color: #FFF;
  --subp-color: #9aa4bf;
  --link-color: #6956e5;
  --a-light: #FFF;
  --shadow-color: rgba(0, 0, 0, 0.0588235294);
  --border-color: #2f3749;
  --sub-light: #21283b;
  --border-input: #3f485f;
}

.form-group {
  width: 100%;
  position: relative;
  margin: 0;
}
.form-group label {
  color: #adafca;
  font-size: 0.75rem;
  font-weight: 600;
  position: absolute;
  top: 16px;
  right: 20px;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  display: block;
  margin: 0;
  line-height: 1em;
}
.form-group .form-control {
  height: 50px;
  padding: 7px 20px 7px 20px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  color: #3e3f5e;
  transition: border-color 0.2s ease-in-out;
  width: 100%;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 500;
}
.form-group .form-control:focus {
  border-color: #000024;
  box-shadow: none;
  outline: none;
}
.form-group .form-control::-moz-placeholder {
  color: #cacaca;
  font-weight: 500;
  font-size: 0.8rem;
}
.form-group .form-control::placeholder {
  color: #cacaca;
  font-weight: 500;
  font-size: 0.8rem;
}
.form-group select {
  cursor: pointer;
}

.create-account-btn {
  text-decoration: none;
  width: 100%;
  margin: auto;
  color: #FFF;
  display: inline-block;
  height: 43px;
  border-radius: 10px;
  font-size: 0.7rem;
  font-weight: 700;
  text-align: center;
  line-height: 43px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  background-color: #7868e6;
  border: 0;
}
.create-account-btn svg {
  height: 18px;
  margin-left: 2px;
}
.create-account-btn svg path {
  fill: #FFF;
}
.create-account-btn:hover {
  background-color: #7868e6;
}

.form-check {
  display: flex;
  margin: 10px 5px 10px 0;
}
.form-check input {
  background-color: #fff;
  border: 1px solid #dedeea;
  height: 17px;
  width: 16px;
  position: unset;
  margin: 3px 0 0 5px;
}
.form-check p {
  color: #2c2f32;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 22px;
  cursor: pointer;
  display: block;
  margin: 0;
}
.form-check p a {
  text-decoration: none;
  color: #FFF;
}

p.text {
  margin-top: 30px;
  font-size: 0.875rem;
  line-height: 1.7142857143em;
  font-weight: 500;
  color: var(--p-color);
}
p.text a {
  text-decoration: none;
  color: #6956e5;
  font-weight: 700;
}

.active-input label {
  padding: 0 6px;
  font-size: 0.55rem;
  top: 9px;
  right: 20px;
}

@font-face {
  font-family: "en";
  font-style: normal;
  src: url(assets/fonts/din-regular.ttf);
}
@font-face {
  font-family: "num";
  font-style: normal;
  src: url(assets/fonts/AGENCYB.TTF);
}
.font-en {
  font-family: "en";
}

@font-face {
  font-family: "ar";
  font-style: normal;
  src: url(assets/fonts/29ltbukraregular.ttf);
}
.page-header {
  height: 40vh !important;
  margin: 0 !important;
}
@media (max-width: 575.98px) {
  .page-header {
    height: 30vh !important;
  }
}

.header {
  position: relative;
  z-index: 15;
  background: transparent;
  width: 100%;
  transition: all 0.1s ease-in-out;
  background-image: linear-gradient(180deg, #060620 0%, rgba(6, 6, 32, 0) 100%);
}
.header .container {
  background-image: url(https://profecient.jegtheme.com/wp-content/uploads/2023/11/header-border.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 14px;
}
.header .navbar {
  background: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 12px 0;
}
@media (max-width: 1199.98px) {
  .header .navbar {
    padding: 10px 0;
  }
}
@media (max-width: 991.98px) {
  .header .navbar {
    padding: 12px 15px;
  }
}
@media (max-width: 575.98px) {
  .header .navbar {
    padding: 12px 0;
  }
}
.header .navbar .nav-mobile-icon {
  display: none;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-mobile-icon {
    display: block;
  }
}
.header .navbar .nav-mobile-icon svg {
  fill: #FFF;
}
.header .navbar .nav-part {
  display: flex;
  align-items: center;
}
.header .navbar .nav-logo {
  position: relative;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
.header .navbar .nav-logo .nav-mobile-icon {
  display: none;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-logo .nav-mobile-icon {
    display: block;
  }
}
.header .navbar .nav-logo .nav-mobile-icon svg {
  height: 24px;
  width: 24px;
  fill: #FFF;
}
.header .navbar .nav-logo .nav-logo-container {
  position: relative;
  z-index: 10;
  width: 130px;
}
@media (max-width: 1199.98px) {
  .header .navbar .nav-logo .nav-logo-container {
    width: 150px;
  }
}
@media (max-width: 991.98px) {
  .header .navbar .nav-logo .nav-logo-container {
    width: auto;
  }
}
.header .navbar .nav-logo .nav-logo-container a {
  text-decoration: none;
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.header .navbar .nav-logo .nav-logo-container img {
  max-width: 100%;
  height: 40px;
  margin-top: 9px;
}
@media (max-width: 1199.98px) {
  .header .navbar .nav-logo .nav-logo-container img {
    height: 30px;
  }
}
.header .navbar .nav-logo .nav-logo-container .main-logo {
  display: block;
}
.header .navbar .nav-logo .nav-logo-container .img-dark {
  display: none;
}
.header .navbar .nav-logo .nav-search-icon {
  display: none;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-logo .nav-search-icon {
    display: block;
  }
}
.header .navbar .nav-logo .nav-search-icon svg {
  height: 24px;
  width: 24px;
  fill: #FFF;
}
.header .navbar .nav-logo .nav-search-icon .switch-langs {
  display: flex;
  align-items: center;
}
.header .navbar .nav-logo .nav-search-icon .switch-langs h6.page-lang {
  color: #FFF;
  font-weight: 900;
  font-family: "ar-reg";
  margin-bottom: 0;
  margin-top: 6px;
}
.header .navbar .nav-logo .nav-search-icon .page-lang {
  color: #FFF;
  text-decoration: underline;
}
.header .navbar .nav-links {
  margin-top: 0;
  direction: ltr;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-links {
    background: var(--body-bg);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    overflow: auto;
    text-align: center;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    display: none;
  }
}
.header .navbar .nav-links .nav-close {
  display: none;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-links .nav-close {
    display: block;
    position: fixed;
    top: 20px;
    left: 20px;
  }
}
.header .navbar .nav-links .nav-close svg {
  height: 25px;
  width: 25px;
  cursor: pointer;
}
.header .navbar .nav-links .nav-close svg g [fill] {
  fill: #FFF;
}
.header .navbar .nav-links ul {
  display: flex;
  margin-bottom: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
}
.header .navbar .nav-links ul li {
  padding: 0 12px;
  display: flex;
  align-items: center;
  position: relative;
}
.header .navbar .nav-links ul li:hover a, .header .navbar .nav-links ul li:hover span {
  color: #000024;
}
.header .navbar .nav-links ul li:hover .nav-link-dropdown {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1199.98px) {
  .header .navbar .nav-links ul li {
    padding: 0 7px;
  }
}
@media (max-width: 991.98px) {
  .header .navbar .nav-links ul li {
    padding: 10px 15px;
    transform: perspective(400px) rotateY(-15deg);
    z-index: -1;
    margin: 7px 0;
  }
}
.header .navbar .nav-links ul li a, .header .navbar .nav-links ul li span {
  color: #FFF;
  position: relative;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .header .navbar .nav-links ul li a, .header .navbar .nav-links ul li span {
    font-size: 0.8rem;
  }
}
.header .navbar .nav-links ul li a:hover, .header .navbar .nav-links ul li span:hover {
  color: #009578;
}
.header .navbar .nav-links ul li svg {
  height: 22px;
  width: 22px;
  margin: -1px 0px 0 0px;
  fill: #FFF;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.header .navbar .nav-links ul li .li-links {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -22px);
  transition: all 0.3s ease-in-out;
}
.header .navbar .nav-links ul li .li-links ul {
  display: block;
  background: var(--body-bg);
  width: 150px;
  display: block;
  text-align: right;
  padding: 10px 15px;
  border-radius: 8px;
  margin-top: 28px;
}
@media (max-width: 1199.98px) {
  .header .navbar .nav-links ul li .li-links ul {
    margin-top: 40px;
  }
}
.header .navbar .nav-links ul li .li-links ul li {
  display: block;
  margin: 8px 0;
  transition: all 0.3s ease-in-out;
  padding: 0 0;
}
.header .navbar .nav-links ul li .li-links ul li:hover {
  padding-right: 14px;
}
.header .navbar .nav-links ul li .li-links ul li:hover a {
  color: #000024;
}
.header .navbar .nav-links ul li .li-links ul li a {
  color: var(--p-color);
}
.header .navbar .nav-links ul li .nav-link-dropdown {
  position: absolute;
  top: 30px;
  left: 4px;
  background: #FFF;
  z-index: 100;
  padding: 10px 10px 10px 10px;
  border-radius: 8px;
  box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
  transform: translate(0, -10px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  width: 200px;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-links ul li .nav-link-dropdown {
    display: none;
  }
}
.header .navbar .nav-links ul li .nav-link-dropdown ul {
  display: block;
  text-align: left;
}
.header .navbar .nav-links ul li .nav-link-dropdown ul li {
  transition: all 0.2s ease-in-out;
  margin: 10px 0;
}
.header .navbar .nav-links ul li .nav-link-dropdown ul li:hover a {
  color: #000024;
}
.header .navbar .nav-links ul li .nav-link-dropdown ul li a {
  font-size: 0.9rem;
  transition: all 0.2s ease-in-out;
  color: #FFF;
}
.header .navbar .nav-links ul .hover-drop:hover .li-links {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.header .navbar .nav-links ul .nav-link-active a {
  color: #009578;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-links ul .nav-link-active a {
    color: #009578;
  }
}
.header .navbar .nav-links ul .nav-link-active a:before {
  background: #000248;
  border-color: #000248;
}
.header .navbar .nav-actions .book-btn {
  padding: 8px 11px;
  font-size: 0.85rem;
  height: 43px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  border: unset !important;
  color: #ffffff;
  background-color: transparent;
  background-image: radial-gradient(at bottom center, #a8e063 0%, #009578 60%);
  border-radius: 15px 15px 15px 15px;
  font-weight: 200;
  letter-spacing: 1px;
}
.header .navbar .nav-actions .book-btn svg {
  height: 20px;
  width: 20px;
  margin-right: 8px;
  fill: #FFF;
  transform: rotate(90deg);
}
.header .navbar .nav-actions .book-btn span {
  display: inline-block;
  padding-right: 6px;
  margin-top: 2px;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-actions .book-btn {
    display: none;
  }
}
.header .navbar .nav-actions-lang {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 17px 0 32px;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-actions-lang {
    display: none;
  }
}
.header .navbar .nav-actions-lang .icon {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.header .navbar .nav-actions-lang .icon svg {
  fill: #FFF;
  height: 20px;
  width: 20px;
  margin: 0 10px;
}
@media (max-width: 575.98px) {
  .header .navbar .nav-actions-lang .icon svg {
    margin: 0 8px;
  }
}
.header .navbar .nav-actions-lang .icon span {
  color: var(--p-color);
}
.header .navbar .nav-actions-lang .icon.dark-mode svg {
  height: 25px !important;
  width: 25px !important;
}
.header .navbar .nav-actions-lang .icon.dark-mode svg g [fill] {
  fill: #FFF;
}
.header .navbar .nav-actions-lang .switch-langs {
  display: flex;
  align-items: center;
}
.header .navbar .nav-actions-lang .switch-langs h6.page-lang {
  color: #FFF;
  font-weight: 900;
  font-family: "ar-reg";
  margin-bottom: 0;
  margin-top: 6px;
}
.header .navbar .nav-actions-lang .page-lang {
  color: #FFF;
  text-decoration: underline;
}

.fixed-header:after {
  display: none;
}

.big-nav {
  width: 350px;
  padding-top: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
  background: #FFF;
  height: 100vh;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.1s;
  overflow: auto;
  direction: rtl;
}
@media (max-width: 575.98px) {
  .big-nav {
    width: 100%;
    height: 100vh;
  }
}
.big-nav .big-nav-header-title {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px 15px 20px;
  border-bottom: 1px solid #ebebeb;
  align-items: center;
  background: #FFF;
}
.big-nav .big-nav-header-title .nav-logo-container a {
  text-decoration: none;
  color: #000;
}
.big-nav .big-nav-header-title .nav-logo-container a img {
  height: 40px;
}
@media (max-width: 575.98px) {
  .big-nav .big-nav-header-title .nav-logo-container a img {
    height: 40px;
  }
}
.big-nav .big-nav-header-title .close-big-nav svg {
  fill: #000;
  width: 30px;
  cursor: pointer;
}
.big-nav .big-nav-header-title .close-link-popup svg {
  fill: #000;
}
.big-nav .big-nav-search .nav-search {
  width: 100%;
  padding: 10px 10px;
  display: flex;
}
.big-nav .big-nav-search .nav-search form {
  width: 100%;
}
.big-nav .big-nav-search .nav-search .form-group {
  width: 100%;
  position: relative;
  margin: 0;
}
.big-nav .big-nav-search .nav-search .form-group .form-control {
  height: 43px;
  padding: 0 40px 0 20px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  color: #3e3f5e;
  transition: border-color 0.2s ease-in-out;
  width: 100%;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 500;
}
.big-nav .big-nav-search .nav-search .form-group .form-control:focus {
  border-color: #000024;
  box-shadow: none;
  outline: none;
}
.big-nav .big-nav-search .nav-search .form-group .form-control::-moz-placeholder {
  color: #cacaca;
  font-weight: 500;
  font-size: 0.7rem;
}
.big-nav .big-nav-search .nav-search .form-group .form-control::placeholder {
  color: #cacaca;
  font-weight: 500;
  font-size: 0.7rem;
}
.big-nav .big-nav-search .nav-search .form-group .search-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0%, -50%);
}
.big-nav .big-nav-search .nav-search .form-group .search-icon svg {
  transform: rotateY(180deg);
  font-size: 0.7rem;
  height: 18px;
  width: 18px;
}
.big-nav .nav-links {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 767.98px) {
  .big-nav .nav-links ul {
    overflow: scroll;
    height: calc(100vh - 55px);
  }
}
.big-nav .nav-links ul .ul-head {
  padding-right: 30px;
  color: #adafca;
  font-size: 0.75rem;
  font-weight: 500;
}
.big-nav .nav-links ul li {
  text-decoration: none;
  color: #adafca;
  width: 100%;
  display: block;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  border-top: 1px solid rgba(229, 229, 229, 0.5411764706);
}
.big-nav .nav-links ul li .li-link {
  width: 100%;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.big-nav .nav-links ul li .li-link .link-info {
  white-space: nowrap;
  border-radius: 50px;
  margin: 0;
  transition: all 0.3s ease-in-out 0s;
  display: inline-flex;
  padding: 0 20px 0 0;
}
.big-nav .nav-links ul li .li-link .link-info a {
  text-decoration: none;
  color: #000;
  font-size: 0.9rem;
  line-height: 25px;
  font-weight: 500;
  transition: all 0.3s ease-in-out 0s;
  padding: 17px 0 17px 15px;
}
.big-nav .nav-links ul li .li-link .li-link-icon {
  width: 50px;
  display: flex;
  justify-content: end;
  cursor: pointer;
  padding: 17px 15px 17px 15px;
}
.big-nav .nav-links ul li .li-link .li-link-icon svg {
  height: 16px;
  width: 16px;
  fill: #000;
}
.big-nav .nav-links ul li .nav-link-popup {
  width: 350px;
  padding-top: 0;
  position: fixed;
  top: 0;
  z-index: 20;
  box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
  background: #FFF;
  height: 100vh;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.1s;
  overflow: auto;
}
@media (max-width: 575.98px) {
  .big-nav .nav-links ul li .nav-link-popup {
    width: 100%;
    height: 100vh;
  }
}
.big-nav .nav-links ul .li-active {
  background-color: #FFF;
  color: #000;
}
.big-nav .nav-links ul .li-active a svg {
  fill: #000024;
}
.big-nav .nav-links ul .li-active a svg g [fill] {
  fill: #000024;
}
.big-nav .nav-links ul .li-active a .svg-icon path {
  fill: #000024;
  stroke: #000024;
}
.big-nav .nav-links ul .li-active a .link-info {
  visibility: visible;
  padding-right: 8px;
}
.big-nav .nav-links ul .li-active a .link-info span {
  color: #000024 !important;
}
.big-nav .nav-links ul .li-active a .link-info span:hover {
  color: #000024;
}
.big-nav .nav-links ul .li-active:hover {
  background: #FFF;
  color: #000024;
}
.big-nav::-webkit-scrollbar {
  display: none;
}

.big-nav-hiddin {
  transform: translate(560px, 0);
  opacity: 0;
  z-index: -1 !important;
}

.close-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(22, 22, 34, 0.6);
  z-index: 10;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.open-over {
  opacity: 1;
  visibility: visible;
}

.active-dropdown {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}

.home-header {
  position: relative;
  height: 500px;
  width: 100%;
  background: #161b28;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .home-header {
    height: 325px;
  }
}
.home-header .header-overlay {
  height: 100%;
  width: 100%;
}
.home-header .header-content {
  text-align: center;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  width: 85%;
}
@media (max-width: 991.98px) {
  .home-header .header-content {
    width: 85%;
  }
}
.home-header .header-content figure {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 85px;
  width: 85px;
  text-align: center;
  margin: 0 auto 25px auto;
}
@media (max-width: 991.98px) {
  .home-header .header-content figure {
    margin: 0 auto 15px auto;
    height: 50px;
    width: 50px;
  }
}
.home-header .header-content h1 {
  text-transform: uppercase;
  font-size: 3.5rem;
}
@media (max-width: 991.98px) {
  .home-header .header-content h1 {
    font-size: 3.1rem;
  }
}
@media (max-width: 767.98px) {
  .home-header .header-content h1 {
    font-size: 2.7rem;
  }
}
@media (max-width: 575.98px) {
  .home-header .header-content h1 {
    font-size: 2.4rem;
  }
}

.home-header {
  height: calc(100vh - 108px);
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .home-header {
    height: 75vh;
  }
}
.home-header .header-overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home-header .swiper-container {
  height: 100%;
  position: relative;
}
.home-header .swiper-container .swiper-wrapper .swiper-slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content {
  height: 100%;
  width: 100%;
  display: flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  position: relative;
}
.home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content .swiper-overlay {
  background-image: linear-gradient(to right top, #5f4c1b, #5b412b, #0a0807, #9b7d31, #9b7d31);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}
.home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content .swiper-slider-content-inner {
  position: relative;
  z-index: 5;
}
.home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content .pretitle {
  text-align: center;
  font-size: 1.6rem;
  color: #fcdb5a;
  word-spacing: 15px;
  margin-bottom: -15px;
}
.home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content h1 {
  color: #FFF;
  font-size: 2.8rem;
  font-weight: 900;
  text-align: center;
  width: 100%;
  margin: 0 auto 15px auto;
}
@media (max-width: 767.98px) {
  .home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content h1 {
    font-size: 1.75rem;
    margin: 0 auto 5px auto;
  }
}
.home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content p {
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 200;
  width: 75%;
  text-align: center;
  margin: auto;
}
@media (max-width: 991.98px) {
  .home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content p {
    width: 80%;
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  .home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content p {
    width: 85%;
    font-size: 1.1rem;
  }
}
@media (max-width: 575.98px) {
  .home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content p {
    width: 95%;
    font-size: 0.9rem;
  }
}

.home-btn {
  background-color: #fcdb5a;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  text-align: center;
  width: 175px;
  margin-top: 25px;
  padding: 15px 25px;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 700;
}

.swiper-pagination-bullet-active {
  background: #fcdb5a;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  height: 15px;
  width: 15px;
  border-radius: 50%;
}

.content {
  margin-top: 0;
}

.newsletter {
  background: #FAF9F7;
  padding: 75px 0;
}
.newsletter .newsletter-content .news-line .pretitle {
  font-size: 1.1rem;
  font-weight: 700;
  color: #009578;
}
@media (max-width: 575.98px) {
  .newsletter .newsletter-content .news-line .pretitle {
    font-size: 1rem;
    text-align: center;
  }
}
.newsletter .newsletter-content .news-line h3 {
  font-size: 3.5rem;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .newsletter .newsletter-content .news-line h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .newsletter .newsletter-content .news-line h3 {
    font-size: 1.75rem;
    text-align: center;
  }
}
.newsletter .newsletter-content .news-child-line .form-group .form-control {
  padding: 15px 5px 15px 15px;
  font-size: 17px;
  line-height: 22px;
  width: calc(100% - 75px);
  margin-right: auto;
  height: 55px;
  border: unset;
  border-bottom: 1px solid #0a0a0a;
  border-radius: unset;
  background: unset;
  font-family: "en";
}
.newsletter .newsletter-content .news-child-line .form-group .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #918d89;
  font-family: "sf";
}
.newsletter .newsletter-content .news-child-line .form-group .form-control::placeholder {
  font-size: 1rem;
  color: #918d89;
  font-family: "sf";
}
@media (max-width: 1199.98px) {
  .newsletter .newsletter-content .news-child-line .form-group .form-control {
    width: calc(100% - 25px);
  }
}
@media (max-width: 767.98px) {
  .newsletter .newsletter-content .news-child-line .form-group .form-control {
    width: 90%;
    margin: 15px auto;
  }
}
.newsletter .newsletter-content .news-child-line button {
  outline: none;
  width: 150px;
  background: unset;
  border: unset;
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 35px;
}
.newsletter .newsletter-content .news-child-line button:focus, .newsletter .newsletter-content .news-child-line button:active {
  border: unset;
  box-shadow: unset;
  outline: none;
}
.newsletter .newsletter-content .news-child-line button svg {
  height: 20px;
  width: 20px;
  margin-right: 5px;
  transform: rotate(180deg);
}
@media (max-width: 767.98px) {
  .newsletter .newsletter-content .news-child-line button {
    margin: 15px auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

footer {
  margin-top: 0;
  background: #1f4e3d;
  padding: 100px 0 0 0;
  position: relative;
  background-image: url(assets/images/footer.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
footer:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #0b0b17;
  z-index: 0;
  opacity: 0.1;
}
footer p {
  color: #d9d9d9;
}
footer .contact-info .p-email {
  color: #FFF;
  font-size: 1.2rem;
}
footer .contact-info a {
  text-decoration: underline !important;
  color: #009578 !important;
  font-size: 1.2rem !important;
}
footer .nav-actions .search-input {
  height: 55px;
  padding: 12px 6px 12px 60px;
  background-color: transparent;
  border: 1px solid transparent;
  color: #fff;
  transition: border-color 0.2s ease-in-out;
  font-size: 0.8rem;
  font-weight: 700;
  width: 99%;
  border-bottom: 1px solid #5c5c5c;
}
footer .nav-actions .search-input:active {
  border-bottom: 1px solid #009578;
  box-shadow: none;
  outline: none;
}
footer .nav-actions .search-input:focus {
  border-bottom: 1px solid #009578;
  box-shadow: none;
  outline: none;
}
footer .nav-actions .search-input::-moz-placeholder {
  color: #d9d9d9;
  font-weight: 100;
  font-size: 0.75rem;
}
footer .nav-actions .search-input::placeholder {
  color: #d9d9d9;
  font-weight: 100;
  font-size: 0.75rem;
}
footer .nav-actions .search-icon button {
  position: absolute;
  left: 0px;
  top: 8px;
  border-radius: 12px;
  border: none;
  height: 40px;
  width: 40px;
  text-transform: uppercase;
  font-weight: 900;
  padding: 0 !important;
  background: unset;
}
footer .nav-actions .search-icon button svg {
  height: 15px;
  width: 15px;
  fill: #FFF;
  transform: rotate(180deg);
}
footer .footer-container {
  height: 100%;
  width: 100%;
}
@media (max-width: 991.98px) {
  footer .col-r {
    text-align: left !important;
  }
}
footer .footer-col {
  text-align: left;
  display: inline-block;
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  footer .footer-col {
    padding-left: 50px;
  }
}
footer .footer-col .Footer-head {
  margin-bottom: 20px;
}
footer .footer-col .Footer-head a {
  text-decoration: none;
  color: #FFF;
  font-size: 1.3rem;
  display: block;
}
footer .footer-col .Footer-head a.footer-logo {
  font-family: "en-bold";
  font-size: 1.4rem;
}
footer .footer-col .Footer-head a.footer-logo img {
  width: 150px;
}
footer .footer-col p.footer-address {
  color: #bfbfbf;
  font-size: 0.8rem;
  font-weight: 100;
  margin-bottom: 15px;
}
footer .footer-col ul {
  margin: 0;
  padding: 0;
}
footer .footer-col ul li {
  color: #FFF;
  font-weight: 600;
  font-size: 0.9rem;
  margin: 0 0 10px;
  transition: all 0.3s ease-in-out;
}
footer .footer-col ul li:hover a {
  color: #009578;
}
footer .footer-col ul li span {
  color: #FFF;
}
footer .footer-col ul li a {
  color: #d9d9d9;
  text-decoration: none;
  font-weight: 100;
  font-size: 0.9rem;
  transition: all 0.3s ease-in-out;
}
footer .footer-col .social-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
footer .footer-col .social-icons li {
  border: 1px solid #515151;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-col .social-icons li:hover {
  padding: 0;
}
footer .footer-col .social-icons li:hover a svg {
  fill: #009578;
}
footer .footer-col .social-icons li a {
  text-decoration: none;
}
footer .footer-col .social-icons li a svg {
  height: 18px;
  width: 18px;
  fill: #FFF;
  transition: all 0.3s ease-in-out;
}
footer .sub-footer {
  padding: 25px 0 20px 0;
  color: #FFF;
  margin-top: 0;
}
footer .sub-footer .row {
  border-top: 1px solid rgb(37, 37, 37);
  padding-top: 25px;
}
footer .sub-footer p.copy {
  color: #7e868e;
  font-size: 12px;
  margin: 0;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .sub-footer p.copy a {
  color: #009578;
  text-decoration: none;
  margin: 0 5px;
}
@media (max-width: 767.98px) {
  footer .sub-footer p.copy {
    text-align: center;
    margin-bottom: 0;
  }
}
footer .sub-footer .links {
  font-size: 0.9px;
  font-weight: 600;
  color: #FFF;
  margin: 0 10px;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  footer .sub-footer .links {
    text-align: center;
    margin-bottom: 20px;
    display: inline-flex;
  }
}
footer .sub-footer .links svg {
  fill: #FFF;
  height: 18px;
  width: 18px;
}

[lang=ar] footer {
  direction: rtl;
}
@media (max-width: 991.98px) {
  [lang=ar] footer .col-r {
    text-align: right !important;
  }
}
[lang=ar] footer .footer-col {
  text-align: right;
  padding-left: 0;
  padding-right: 50px;
}
[lang=ar] footer .footer-col li {
  transition: all 0.3s ease-in-out;
}
[lang=ar] footer .sub-footer p.copy {
  text-align: center;
  direction: ltr;
}
@media (min-width: 767.98px) {
  [lang=ar] footer .sub-footer p.copy {
    text-align: center !important;
  }
}
@media (min-width: 767.98px) {
  [lang=ar] footer .sub-footer .text-md-right {
    text-align: center !important;
  }
}

[lang=ar] body {
  direction: rtl;
  text-align: right;
}
[lang=ar] .header .nav-links {
  direction: rtl;
}
[lang=ar] .header .nav-links .nav-link-dropdown {
  left: unset;
  right: 4px;
}
[lang=ar] .header .search-input {
  padding: 7px 35px 7px 20px;
  direction: rtl;
}
[lang=ar] .header .search-icon {
  left: unset;
  right: 10px;
}

.d-12-none {
  display: block !important;
}
@media (max-width: 1199.98px) {
  .d-12-none {
    display: none !important;
  }
}

.d-12-block {
  display: none !important;
}
@media (max-width: 1199.98px) {
  .d-12-block {
    display: block !important;
  }
}

.index-header {
  background-image: url(assets/images/hero.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.index-header:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  background: #0F0F0F;
  opacity: 0.5;
  background-image: url(assets/images/hero-overlay.webp);
  transform: rotatex(180deg);
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100vh;
}
.index-header .header-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 75px 0;
}
@media (max-width: 575.98px) {
  .index-header .header-text {
    margin: 10px 0 75px 0;
  }
}
.index-header .header-text p {
  width: 500px;
  margin: 0 0 0 0;
  color: #918D89;
}
.index-header .header-text svg {
  fill: #009578;
  height: 45px;
  width: 45px;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
  padding: 7px;
}
@media (max-width: 575.98px) {
  .index-header .header-text svg {
    display: none;
  }
}
.index-header figure {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 750px;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .index-header figure {
    height: 650px;
  }
}
@media (max-width: 991.98px) {
  .index-header figure {
    height: 550px;
  }
}
@media (max-width: 767.98px) {
  .index-header figure {
    height: 450px;
  }
}
@media (max-width: 575.98px) {
  .index-header figure {
    height: 350px;
  }
}
.index-header .index-header-content {
  position: relative;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: calc(100vh - 100px);
  text-align: center;
}
.index-header .index-header-content .index-header-content-details span {
  color: #FFF;
  margin-bottom: -15px;
  display: block;
  font-size: 1.2rem;
  word-spacing: 2px;
}
@media (max-width: 991.98px) {
  .index-header .index-header-content .index-header-content-details span {
    margin-bottom: 5px;
  }
}
.index-header .index-header-content .index-header-content-details h1 {
  color: #FFF;
  font-size: 5rem;
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .index-header .index-header-content .index-header-content-details h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 991.98px) {
  .index-header .index-header-content .index-header-content-details h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767.98px) {
  .index-header .index-header-content .index-header-content-details h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .index-header .index-header-content .index-header-content-details h1 {
    font-size: 1.8rem;
  }
}
.index-header .index-header-content .index-header-content-details .h3 {
  font-weight: 700;
  color: #FFF;
  font-size: 5rem;
  font-weight: 700;
  color: #FFF;
  background-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(222deg, #0DD88A 0%, #BFF281 75%);
  background-size: cover;
  background-position: center center;
}
.index-header .index-header-content .index-header-content-details .h3 span {
  color: #009578;
}
@media (max-width: 1199.98px) {
  .index-header .index-header-content .index-header-content-details .h3 {
    font-size: 3.5rem;
  }
}
@media (max-width: 991.98px) {
  .index-header .index-header-content .index-header-content-details .h3 {
    font-size: 3rem;
  }
}
@media (max-width: 767.98px) {
  .index-header .index-header-content .index-header-content-details .h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .index-header .index-header-content .index-header-content-details .h3 {
    font-size: 1.8rem;
  }
}
.index-header .index-header-content .index-header-content-details .h1-header {
  font-weight: 700;
  color: #FFF;
  font-size: 5rem;
  font-weight: 700;
  color: #FFF;
  background-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(222deg, #0DD88A 0%, #BFF281 75%);
  background-size: cover;
  background-position: center center;
}
.index-header .index-header-content .index-header-content-details .h1-header span {
  color: #009578;
}
@media (max-width: 1199.98px) {
  .index-header .index-header-content .index-header-content-details .h1-header {
    font-size: 3.5rem;
  }
}
@media (max-width: 991.98px) {
  .index-header .index-header-content .index-header-content-details .h1-header {
    font-size: 3rem;
  }
}
@media (max-width: 767.98px) {
  .index-header .index-header-content .index-header-content-details .h1-header {
    font-size: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .index-header .index-header-content .index-header-content-details .h1-header {
    font-size: 1.8rem;
  }
}
.index-header .index-header-content .index-header-content-details p {
  color: rgba(255, 255, 255, 0.6117647059);
  width: 600px;
  margin: 25px auto 0 auto;
  font-size: 1.2rem;
}
@media (max-width: 767.98px) {
  .index-header .index-header-content .index-header-content-details p {
    width: 400px;
    font-size: 1.1rem;
  }
}
@media (max-width: 575.98px) {
  .index-header .index-header-content .index-header-content-details p {
    width: 100%;
    font-size: 0.9rem;
  }
}
.index-header .index-header-content .index-header-content-details a {
  padding: 16px 35px 16px 35px;
  color: #ffffff;
  background-color: transparent;
  background-image: radial-gradient(at bottom center, #a8e063 0%, #009578 60%);
  border-radius: 15px 15px 15px 15px;
  width: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0 auto;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 1px;
}
@media (max-width: 575.98px) {
  .index-header .index-header-content .index-header-content-details a {
    padding: 14px 30px 14px 30px;
    font-size: 0.9rem;
  }
}
@media (max-width: 991.98px) {
  .index-header .dis-md-none {
    display: none !important;
  }
}

.index-page-layout {
  background-image: url(assets/images/why.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}
.index-page-layout:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  background: #0F0F0F;
  opacity: 0.5;
  background-image: url(assets/images/hero-overlay.webp);
  transform: rotatex(180deg);
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  height: 60vh;
  z-index: 1;
}
.index-page-layout .header-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 75px 0;
}
@media (max-width: 575.98px) {
  .index-page-layout .header-text {
    margin: 10px 0 75px 0;
  }
}
.index-page-layout .header-text p {
  width: 500px;
  margin: 0 0 0 0;
  color: #918D89;
}
.index-page-layout .header-text svg {
  fill: #009578;
  height: 45px;
  width: 45px;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
  padding: 7px;
}
@media (max-width: 575.98px) {
  .index-page-layout .header-text svg {
    display: none;
  }
}
.index-page-layout figure {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 750px;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .index-page-layout figure {
    height: 650px;
  }
}
@media (max-width: 991.98px) {
  .index-page-layout figure {
    height: 550px;
  }
}
@media (max-width: 767.98px) {
  .index-page-layout figure {
    height: 450px;
  }
}
@media (max-width: 575.98px) {
  .index-page-layout figure {
    height: 350px;
  }
}
.index-page-layout .index-header-content {
  position: relative;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: calc(60vh - 100px);
  text-align: center;
}

.services-page .services {
  background-image: unset;
}
.services-page .services .services-container .service-card {
  border: 1px solid #f4f4f4;
  display: flex;
  justify-content: space-between;
}
.services-page .services .services-container .service-card .icon .icon-container lord-icon {
  margin-left: 15px;
  height: 80px;
  width: 80px;
}

.one-service {
  padding: 100px 0;
}

.brands-page .partners {
  background-image: unset;
}

.contacts-page iframe {
  margin-bottom: -7px;
}

.blog-page {
  padding: 75px 0;
  background: rgba(235, 243, 238, 0.5882352941);
}
.blog-page .blog-sidebar .blog-more-cards .blog-more-card {
  background-color: #FFF;
  border-color: rgba(255, 255, 255, 0);
  padding: 35px 25px;
  margin-bottom: 15px;
  border-radius: 12px;
  margin-left: 10px;
}
.blog-page .blog-sidebar .blog-more-cards .blog-more-card h3 {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
}
.blog-page .blog-sidebar .blog-more-cards .blog-more-card .cat-container {
  margin-top: 35px;
}
.blog-page .blog-sidebar .blog-more-cards .blog-more-card .cat-container .cat-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
  text-decoration: none;
}
.blog-page .blog-sidebar .blog-more-cards .blog-more-card .cat-container .cat-line h6 {
  font-weight: 600;
  font-size: 0.9rem;
  margin: 0;
  color: #000;
}
.blog-page .blog-sidebar .blog-more-cards .blog-more-card .cat-container .cat-line span {
  color: #009578;
  font-weight: 700;
}
.blog-page .blog-sidebar .blog-more-cards .blog-more-card .cat-line-active h6 {
  color: #009578 !important;
}
.blog-page .blog-sidebar .blog-more-cards .blog-more-card .blog-search .form-group .form-control {
  border-radius: 0;
  border: 1px solid var(--border-color);
  background: #FFF;
  margin: 30px 0 0 0;
  outline: none;
  box-shadow: none;
  font-size: 0.9rem;
  height: 45px;
  padding: 7px 15px 3px 5px;
  color: #000;
}
.blog-page .blog-sidebar .blog-more-cards .blog-more-card .blog-search .form-group .form-control::-moz-placeholder {
  font-size: 0.9rem;
  font-weight: 700;
  color: #adafca;
}
.blog-page .blog-sidebar .blog-more-cards .blog-more-card .blog-search .form-group .form-control::placeholder {
  font-size: 0.9rem;
  font-weight: 700;
  color: #adafca;
}
.blog-page .blog-sidebar .blog-more-cards .blog-more-card .pop-blogs .pop-blog {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 20px 0 15px 0;
  text-decoration: none;
  color: #212529;
}
.blog-page .blog-sidebar .blog-more-cards .blog-more-card .pop-blogs .pop-blog:last-child {
  border-bottom: 0;
}
.blog-page .blog-sidebar .blog-more-cards .blog-more-card .pop-blogs .pop-blog:hover .pop-blog-info h6 {
  color: #009578 !important;
}
.blog-page .blog-sidebar .blog-more-cards .blog-more-card .pop-blogs .pop-blog .pop-blog-img {
  margin-left: 15px;
}
.blog-page .blog-sidebar .blog-more-cards .blog-more-card .pop-blogs .pop-blog .pop-blog-img figure {
  height: 50px;
  width: 50px;
  margin-bottom: 0;
  border-radius: 8px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.blog-page .blog-sidebar .blog-more-cards .blog-more-card .pop-blogs .pop-blog .pop-blog-info h6 {
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 1px;
  transition: all 0.3s ease-in-out;
  color: #000;
}
.blog-page .blog-sidebar .blog-more-cards .blog-more-card .pop-blogs .pop-blog .pop-blog-info span {
  direction: ltr;
  color: #009578;
  font-size: 0.75rem;
  font-weight: 700;
}
.blog-page .blog-sidebar .blog-more-cards .blog-more-card .blog-tags ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 25px 0 0 0;
}
.blog-page .blog-sidebar .blog-more-cards .blog-more-card .blog-tags ul li {
  padding: 0px 8px;
  margin: 3px 3px;
  position: relative;
  height: 31px;
  font-size: 0.7rem;
  display: inline-block;
  z-index: 1;
  background: 0 0;
  line-height: 36px;
  font-weight: 700;
  cursor: pointer;
  background: var(--light-dark28);
}
.blog-page .blog-sidebar .blog-more-cards .blog-more-card .blog-tags ul li:hover:before {
  background: #009578;
}
.blog-page .blog-sidebar .blog-more-cards .blog-more-card .blog-tags ul li:hover a {
  color: #FFF;
}
.blog-page .blog-sidebar .blog-more-cards .blog-more-card .blog-tags ul li a {
  color: #000;
  transition: all 0.3s ease-in-out;
}
.blog-page .blog-sidebar .blog-more-cards .blog-more-card .blog-tags ul .blog-tag-active {
  background: #009578 !important;
}
.blog-page .blog-sidebar .blog-more-cards .blog-more-card .blog-tags ul .blog-tag-active a {
  color: #FFF !important;
}
.blog-page .blog-card {
  background: #FFF;
  border-radius: 12px;
  margin-bottom: 25px;
}
.blog-page .blog-card .blog-image {
  height: 185px;
  width: 100%;
  position: relative;
}
.blog-page .blog-card .blog-image figure {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  margin: 0;
}
.blog-page .blog-card .blog-image .date {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #FFF;
  padding: 3px 10px;
  font-size: 0.8rem;
  font-weight: 700;
}
.blog-page .blog-card .blog-info {
  padding: 20px 30px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.blog-page .blog-card .blog-info .cat {
  color: #0e3e2f;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 7px;
}
.blog-page .blog-card .blog-info .blog-title {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.blog-page .blog-card .blog-info .blog-title h3 {
  font-size: 1.2rem;
  font-weight: 700;
  flex: 1;
  margin-left: 20px;
}
.blog-page .blog-card .blog-info .blog-title a {
  background: #ebf3ee;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.blog-page .blog-card .blog-info .blog-title a svg {
  height: 20px;
  width: 20px;
}

.one-blog-page .one-blog-content {
  padding: 75px 0;
}

[lang=en] .blog-page .blog-more-cards .blog-more-card .pop-blogs .pop-blog .pop-blog-img {
  margin-left: 0;
  margin-right: 15px;
}
[lang=en] .blog-page .blog .blog-card .blog-card-content .blog-card-info {
  text-align: left;
}
[lang=en] .blog-search .blog-card .blog-card-content .blog-card-info {
  text-align: left;
}
[lang=en] .blog-search-head .form-group {
  position: relative;
}
[lang=en] .blog-search-head .form-group .form-control {
  padding: 7px 5px 3px 35px;
  direction: ltr;
}
[lang=en] .blog-search-head .form-group button {
  left: unset;
  right: 6px;
}

.faq-page {
  padding: 0 0;
}

.packges-page .packges {
  padding: 100px 0;
}
.packges-page .packges .packges-container {
  margin-top: 75px;
}

.pack-card {
  background: #FFF;
  border: 1px solid #e3e5ef;
  border-radius: 12px;
  padding: 50px 25px 40px 25px;
  margin-bottom: 12px;
}
.pack-card .pack-info {
  text-align: center;
  margin-bottom: 35px;
}
.pack-card .pack-info h6 {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 15px;
}
.pack-card .pack-info h3 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: -10px;
  color: #0e3e2f;
  font-family: "num";
}
.pack-card .pack-info span {
  font-size: 0.8rem;
  color: #515151;
  font-weight: 700;
}
.pack-card .pack-details {
  margin-bottom: 40px;
}
.pack-card .pack-details ul {
  padding: 0 5px 0 0;
}
.pack-card .pack-details ul li {
  margin: 7px 0;
}
.pack-card .pack-details ul li svg {
  height: 20px;
  width: 20px;
  fill: #000;
}
.pack-card .pack-details ul li span {
  font-weight: 600;
  font-size: 0.8rem;
}
.pack-card .pack-action a {
  padding: 14px 14px;
  font-size: 0.95rem;
  height: 53px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  border: unset !important;
  color: #ffffff;
  background-color: transparent;
  background-image: radial-gradient(at bottom center, #a8e063 0%, #009578 60%);
  border-radius: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 5px;
  margin-right: 0px;
}
.pack-card .pack-action span {
  text-align: center;
  font-size: 0.8rem;
  color: #515151;
  font-weight: 700;
  margin-top: 10px;
  display: block;
}

.pack-card-pop {
  background-image: url(assets/images/why.svg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border: unset;
  border-radius: 12px;
  padding: 50px 25px 40px 25px;
}
.pack-card-pop .pack-info {
  text-align: center;
  margin-bottom: 35px;
}
.pack-card-pop .pack-info h6 {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 15px;
  color: #FFF;
}
.pack-card-pop .pack-info h3 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: -10px;
  color: #0e3e2f;
  font-family: "num";
  color: #FFF;
}
.pack-card-pop .pack-info span {
  font-size: 0.8rem;
  color: #515151;
  font-weight: 700;
  color: #e6fd5a;
}
.pack-card-pop .pack-details {
  margin-bottom: 40px;
}
.pack-card-pop .pack-details ul {
  padding: 0 5px 0 0;
}
.pack-card-pop .pack-details ul li {
  margin: 7px 0;
}
.pack-card-pop .pack-details ul li svg {
  height: 20px;
  width: 20px;
  fill: #FFF;
}
.pack-card-pop .pack-details ul li span {
  font-weight: 600;
  font-size: 0.8rem;
  color: #FFF;
}
.pack-card-pop .pack-action a {
  padding: 14px 14px;
  font-size: 0.95rem;
  height: 53px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  border: unset !important;
  color: #000;
  background-color: transparent;
  background: #a8e063;
  border-radius: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 5px;
  margin-right: 0px;
}
.pack-card-pop .pack-action span {
  text-align: center;
  font-size: 0.8rem;
  color: #454545;
  font-weight: 700;
  margin-top: 10px;
  display: block;
}

.about-page .why {
  padding: 100px 0;
}
@media (max-width: 575.98px) {
  .about-page .why {
    padding: 75px 0;
  }
}
.about-page .why .why-info {
  border-top: 1px dashed #CACACA;
  border-bottom: 1px dashed #CACACA;
}
@media (max-width: 991.98px) {
  .about-page .why .why-info {
    border: unset;
  }
}
.about-page .why .why-info .why-part .why-text {
  padding: 50px 25px 50px 50px;
}
.about-page .why .why-info .why-part .why-text .pretitle {
  font-size: 1rem;
  font-weight: 600;
  color: #009578;
}
@media (max-width: 575.98px) {
  .about-page .why .why-info .why-part .why-text .pretitle {
    font-size: 0.9rem;
  }
}
.about-page .why .why-info .why-part .why-text .why-heading {
  font-size: 2.75rem;
  font-weight: 600;
  margin-top: 9px;
  color: #0e3e2f;
}
@media (max-width: 1199.98px) {
  .about-page .why .why-info .why-part .why-text .why-heading {
    font-size: 2rem;
  }
}
@media (max-width: 575.98px) {
  .about-page .why .why-info .why-part .why-text .why-heading {
    font-size: 1.5rem;
  }
}
.about-page .why .why-info .why-part .why-text .text {
  color: #0e3e2f;
  width: 80%;
  margin-top: 35px;
  font-size: 1rem;
}
@media (max-width: 575.98px) {
  .about-page .why .why-info .why-part .why-text .text {
    width: 100%;
    font-size: 0.9rem;
  }
}
.about-page .why .why-info .why-part .why-text .why-actions {
  display: flex;
  align-items: center;
  margin-top: 35px;
}
.about-page .why .why-info .why-part .why-text a {
  padding: 14px 14px;
  font-size: 0.8rem;
  height: 47px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  border: unset !important;
  color: #ffffff;
  background-color: transparent;
  background-image: radial-gradient(at bottom center, #a8e063 0%, #009578 60%);
  border-radius: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}
.about-page .why .why-info .why-part .why-text .call-us-btn {
  border: unset;
  outline: unset;
  background: unset;
  color: #000;
  width: auto;
  font-weight: 600;
  margin-right: 25px;
  display: flex;
  align-items: center;
}
.about-page .why .why-info .why-part .why-text .call-us-btn svg {
  height: 16px;
  width: 16px;
  fill: #000;
  margin-right: 15px;
}
.about-page .why .why-info .why-part-img {
  height: 450px;
  width: 100%;
  background-image: url(assets/images/why.svg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
  padding: 50px;
  display: flex;
  align-items: center;
  color: #FFF;
}
.about-page .why .why-info .why-part-img .why-part-img-content .h3-part {
  margin-bottom: 35px;
}
.about-page .why .why-info .why-part-img .why-part-img-content .h3-part h3 {
  font-size: 3rem;
  font-weight: 600;
}
.about-page .why .why-info .why-part-img .why-part-img-content .h3-part .colred {
  color: #e6fd5a;
  font-size: 3.6rem;
}
.about-page .why .why-info .why-part-img .why-part-img-content a {
  padding: 14px 14px;
  font-size: 0.8rem;
  height: 47px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  border: unset !important;
  color: #000;
  background: #a8e063;
  border-radius: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 35px;
}
.about-page .why .why-vision {
  margin-top: 0;
  border-right: 1px dashed #CACACA;
  border-bottom: unset;
  border-top: unset;
  border-left: unset;
}
@media (max-width: 991.98px) {
  .about-page .why .why-vision {
    border: unset;
  }
}
.about-page .why .why-vision .why-vision-part {
  padding: 40px 40px;
  border-bottom: 1px dashed #CACACA;
  border-left: unset;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .about-page .why .why-vision .why-vision-part {
    padding: 30px 15px;
  }
}
.about-page .why .why-vision .why-vision-part .why-vision-part-text {
  flex: 1;
}
.about-page .why .why-vision .why-vision-part lord-icon {
  height: 75px;
  width: 75px;
  margin-bottom: 0;
  margin-left: 15px;
}
.about-page .why .why-vision .why-vision-part h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .about-page .why .why-vision .why-vision-part h3 {
    font-size: 1.1rem;
  }
}
.about-page .why .why-vision .why-vision-part h5 {
  font-size: 5rem;
  font-family: "num";
  position: relative;
  margin-bottom: 20px;
}
.about-page .why .why-vision .why-vision-part h5:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 85px;
  width: 85px;
  background-image: radial-gradient(at bottom center, #009578 0%, #a8e063 60%);
  border-radius: 50%;
  right: -17px;
  top: 5px;
  z-index: -1;
}
.about-page .why .why-vision .why-vision-part p {
  font-size: 0.9rem;
  color: #515151;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .about-page .why .why-vision .why-vision-part p {
    font-size: 0.8rem;
  }
}
.about-page .why .why-vision .unborded {
  border: unset;
}
.about-page .why .why-vision .cus-padd {
  padding: 30px;
}
.about-page .contact-float {
  margin: 0 0 75px 0;
}
.about-page .about-nums-section .about-nums-section-card {
  background: #FFF;
  padding: 25px 0;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 12px;
}
.about-page .about-nums-section .about-nums-section-card h3 {
  font-size: 4rem;
  font-weight: 700;
  font-family: "num";
  color: #0e3e2f;
  margin-bottom: -5px;
}
@media (max-width: 575.98px) {
  .about-page .about-nums-section .about-nums-section-card h3 {
    font-size: 3rem;
  }
}
.about-page .about-nums-section .about-nums-section-card span {
  font-size: 0.8rem;
  font-weight: 700;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "ar";
  background-color: #FFF;
  height: 100%;
  position: relative;
  overflow-x: hidden;
}

.row {
  overflow: hidden;
}

.container-fluid {
  padding-right: 50px;
  padding-left: 50px;
}

.row-inside-row {
  margin-right: -8px;
  margin-left: -8px;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-6,
.col-md-3,
.col-md-4,
.col-md-8,
.col-md-9,
.col-sm-4,
.col-sm-6 {
  padding-right: 8px;
  padding-left: 8px;
}

a {
  display: block;
  text-decoration: none;
  color: unset;
}
a:hover {
  color: unset;
  text-decoration: unset;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
  display: block;
  position: relative;
}
.section-header .pretitle {
  font-size: 1.1rem;
  font-weight: 600;
  color: #009578;
}
.section-header h3 {
  font-size: 3.5rem;
  margin-bottom: 0;
  font-weight: 700;
  margin-top: 3px;
  margin-bottom: 10px;
  color: #0e3e2f;
}
.section-header h3 span {
  font-weight: 400;
  color: #009578;
}
@media (max-width: 575.98px) {
  .section-header h3 {
    font-size: 2rem;
  }
}
.section-header p {
  display: flex;
  align-items: center;
  width: 60%;
  margin: auto;
  color: #515151;
  font-weight: 500;
  width: 600px;
  margin: 0 auto 0 auto;
  font-size: 0.9rem;
}
@media (max-width: 575.98px) {
  .section-header p {
    width: 100%;
  }
}

.services {
  padding: 75px 0;
  background: #fafafa;
}
.services .services-content .service-card {
  padding: 25px 25px;
  border-radius: 12px;
  border: 1px solid #dfdfdf;
  margin: 10px 0;
}
.services .services-content .service-card h3 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 1.9rem;
  color: #000024;
}
.services .services-content .service-card h3 span {
  font-size: 1rem;
  color: #009578;
  margin-left: 20px;
}
.services .services-content .service-card img {
  max-width: 100%;
  height: 200px;
}
.services .services-content .service-card lord-icon {
  height: 150px;
  width: 100px;
}
.services .services-content .service-card p {
  color: #575757;
  font-size: 0.9rem;
}

.about {
  padding: 125px 0 0 0;
  position: relative;
}
@media (max-width: 575.98px) {
  .about {
    padding: 75px 0 0 0;
  }
}
.about .container {
  position: relative;
  padding-bottom: 125px;
}
@media (max-width: 575.98px) {
  .about .container {
    padding-bottom: 75px;
  }
}
.about .col-lg-4 {
  position: unset;
}
.about .about-images {
  display: contents;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media (max-width: 991.98px) {
  .about .about-images {
    display: none;
  }
}
.about .about-images .hand-img {
  max-width: 805px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: rotateY(180deg);
}
@media (max-width: 1199.98px) {
  .about .about-images .hand-img {
    max-width: 705px;
  }
}
.about .about-images .main-img {
  width: 450px;
  position: absolute;
  bottom: 130px;
  left: 355px;
}
@media (max-width: 1199.98px) {
  .about .about-images .main-img {
    width: 400px;
    left: 269px;
    bottom: 111px;
  }
}
.about .about-line .about-text .pretitle {
  font-size: 1rem;
  font-weight: 600;
  color: #009578;
}
@media (max-width: 575.98px) {
  .about .about-line .about-text .pretitle {
    font-size: 0.9rem;
  }
}
.about .about-line .about-text .about-heading {
  font-size: 2.3rem;
  font-weight: 600;
  margin-top: 9px;
  color: #0e3e2f;
}
@media (max-width: 575.98px) {
  .about .about-line .about-text .about-heading {
    font-size: 1.8rem;
  }
}
.about .about-line .about-text .text {
  color: #0e3e2f;
  width: 80%;
  margin-top: 35px;
  font-size: 1rem;
}
@media (max-width: 575.98px) {
  .about .about-line .about-text .text {
    font-size: 0.9rem;
  }
}
.about .about-line .about-text a {
  padding: 16px 35px 16px 35px;
  color: #ffffff;
  background-color: #000;
  border-radius: 15px 15px 15px 15px;
  width: 175px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 33px 0 0 0;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 575.98px) {
  .about .about-line .about-text a {
    margin-bottom: 25px;
  }
}
.about .about-line .about-section {
  padding: 35px 0;
}
.about .about-line .about-section h6 {
  font-weight: 600;
  font-size: 1.5rem;
  color: #0e3e2f;
}
.about .about-line .about-section p {
  color: #0e3e2f;
  font-size: 0.9rem;
}
.about .about-line .about-section h5 {
  color: #0e3e2f;
  font-weight: 600;
  font-family: "num";
  font-size: 70px;
  position: relative;
  display: inline-block;
  letter-spacing: 3px;
  margin-bottom: 0;
}
.about .about-line .about-section h5:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 13px;
  background: #C5FF4A;
  left: 0;
  bottom: 9px;
  z-index: -1;
}
.about .about-line .about-section span {
  display: block;
  color: #0e3e2f;
  font-size: 0.8rem;
}
.about .about-line .about-section:first-child {
  border-bottom: 1px solid #dee2e6;
}

.services {
  padding: 100px 0;
  background-image: url(assets/images/bg.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.services .services-container {
  margin-top: 75px;
}
.services .service-card {
  background: #FFF;
  padding: 30px 30px 30px 30px;
  border-radius: 12px;
  margin-bottom: 15px;
}
.services .service-card .icon {
  margin-bottom: 25px;
}
.services .service-card .icon .icon-container svg {
  width: 36px;
  fill: #009578;
}
.services .service-card .icon .icon-container lord-icon {
  height: 65px;
  width: 65px;
  margin-bottom: -13px;
  margin-right: -10px;
}
.services .service-card .service-text h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.services .service-card .service-text p {
  font-size: 0.8rem;
  color: #515151;
  font-weight: 500;
}
.services .service-card .service-text a {
  background: #f4f4f4;
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin-top: 25px;
}
.services .service-card .service-text a span {
  font-size: 0.75rem;
  color: #636363;
  margin-right: 2px;
  margin-left: 9px;
  font-weight: 600;
}
.services .service-card .service-text a svg {
  fill: #636363;
  width: 18px;
  margin-top: 1px;
  transform: rotate(90deg);
}
.services .service-card-big {
  background: #FFF;
  padding: 20px 20px 20px 340px;
  border-radius: 12px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.services .service-card-big .icon {
  margin-bottom: 20px;
}
.services .service-card-big .icon .icon-container svg {
  width: 36px;
  fill: #009578;
}
.services .service-card-big .icon .icon-container lord-icon {
  height: 200px;
  width: 200px;
  margin-bottom: -13px;
  margin-right: -10px;
}
.services .service-card-big .service-text h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.services .service-card-big .service-text p {
  font-size: 1.1rem;
  color: #515151;
  font-weight: 500;
}
.services .service-card-big .service-text a {
  background: #f4f4f4;
  height: 40px;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin-top: 15px;
}
.services .service-card-big .service-text a span {
  font-size: 0.75rem;
  color: #636363;
  margin-right: 2px;
  margin-left: 9px;
  font-weight: 600;
}
.services .service-card-big .service-text a svg {
  fill: #636363;
  width: 18px;
  margin-top: 1px;
  transform: rotate(90deg);
}

.why {
  padding: 100px 0;
}
.why .why-info .why-part .why-text .pretitle {
  font-size: 1rem;
  font-weight: 600;
  color: #009578;
}
.why .why-info .why-part .why-text .why-heading {
  font-size: 2.3rem;
  font-weight: 600;
  margin-top: 9px;
  color: #0e3e2f;
}
@media (max-width: 575.98px) {
  .why .why-info .why-part .why-text .why-heading {
    font-size: 1.8rem;
  }
}
.why .why-info .why-part .why-text .text {
  color: #0e3e2f;
  width: 80%;
  margin-top: 35px;
  font-size: 1rem;
}
@media (max-width: 575.98px) {
  .why .why-info .why-part .why-text .text {
    font-size: 0.9rem;
  }
}
.why .why-info .why-part .why-text .why-actions {
  display: flex;
  align-items: center;
  margin-top: 35px;
}
.why .why-info .why-part .why-text a {
  padding: 14px 14px;
  font-size: 0.8rem;
  height: 47px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  border: unset !important;
  color: #ffffff;
  background-color: transparent;
  background-image: radial-gradient(at bottom center, #a8e063 0%, #009578 60%);
  border-radius: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}
@media (max-width: 575.98px) {
  .why .why-info .why-part .why-text a {
    margin-bottom: 25px;
  }
}
.why .why-info .why-part .why-text .call-us-btn {
  border: unset;
  outline: unset;
  background: unset;
  color: #000;
  width: auto;
  font-weight: 600;
  margin-right: 25px;
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .why .why-info .why-part .why-text .call-us-btn {
    display: none;
  }
}
.why .why-info .why-part .why-text .call-us-btn svg {
  height: 16px;
  width: 16px;
  fill: #000;
  margin-right: 15px;
}
.why .why-info .why-part-img {
  height: 450px;
  width: 100%;
  background-image: url(assets/images/why.svg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
  padding: 50px;
  display: flex;
  align-items: center;
  color: #FFF;
}
.why .why-info .why-part-img .why-part-img-content .h3-part {
  margin-bottom: 35px;
}
.why .why-info .why-part-img .why-part-img-content .h3-part h3 {
  font-size: 3rem;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .why .why-info .why-part-img .why-part-img-content .h3-part h3 {
    font-size: 1.8rem;
  }
}
.why .why-info .why-part-img .why-part-img-content .h3-part .colred {
  color: #e6fd5a;
  font-size: 3.6rem;
}
@media (max-width: 575.98px) {
  .why .why-info .why-part-img .why-part-img-content .h3-part .colred {
    font-size: 2.8rem;
  }
}
@media (max-width: 575.98px) {
  .why .why-info .why-part-img .why-part-img-content p {
    font-size: 0.85rem;
  }
}
.why .why-info .why-part-img .why-part-img-content a {
  padding: 14px 14px;
  font-size: 0.8rem;
  height: 47px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  border: unset !important;
  color: #000;
  background: #a8e063;
  border-radius: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 35px;
}
.why .why-vision {
  margin-top: 50px;
  border-top: 1px dashed #CACACA;
  border-bottom: 1px dashed #CACACA;
}
.why .why-vision .why-vision-part {
  padding: 30px 40px;
  border-left: 1px dashed #CACACA;
}
.why .why-vision .why-vision-part lord-icon {
  height: 60px;
  width: 60px;
  margin-bottom: 15px;
}
.why .why-vision .why-vision-part h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.why .why-vision .why-vision-part h5 {
  font-size: 5rem;
  font-family: "num";
  position: relative;
  margin-bottom: 20px;
}
.why .why-vision .why-vision-part h5:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 85px;
  width: 85px;
  background-image: radial-gradient(at bottom center, #009578 0%, #a8e063 60%);
  border-radius: 50%;
  right: -17px;
  top: 5px;
  z-index: -1;
}
.why .why-vision .why-vision-part p {
  font-size: 0.9rem;
  color: #515151;
  font-weight: 500;
  margin-bottom: 0;
}
.why .why-vision .unborded {
  border: unset;
}
.why .why-vision .cus-padd {
  padding: 30px;
}

.contact-float {
  position: relative;
  z-index: 15;
  text-align: center;
}
.contact-float .contact-float-content {
  background-image: url(assets/images/footer.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 50px;
  border-radius: 12px;
}
.contact-float .contact-float-content h3 {
  color: #FFF;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 25px;
}
@media (max-width: 575.98px) {
  .contact-float .contact-float-content h3 {
    font-size: 1.8rem;
  }
}
.contact-float .contact-float-content h3 span {
  color: #e6fd5a;
}
.contact-float .contact-float-content p {
  width: 500px;
  text-align: center;
  margin: auto;
  color: #FFF;
}
@media (max-width: 575.98px) {
  .contact-float .contact-float-content p {
    font-size: 0.8rem;
    width: 100%;
  }
}
.contact-float .contact-float-content .contact-float-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}
.contact-float .contact-float-content .contact-float-actions .call-now {
  padding: 14px 14px;
  font-size: 0.8rem;
  height: 47px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  border: unset !important;
  color: #000;
  background: #a8e063;
  border-radius: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}
.contact-float .contact-float-content .contact-float-actions .social-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .contact-float .contact-float-content .contact-float-actions .social-icons {
    display: none !important;
  }
}
.contact-float .contact-float-content .contact-float-actions .social-icons li {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0px;
}
.contact-float .contact-float-content .contact-float-actions .social-icons li:hover {
  padding: 0;
}
.contact-float .contact-float-content .contact-float-actions .social-icons li:hover a svg {
  fill: #009578;
}
.contact-float .contact-float-content .contact-float-actions .social-icons li a {
  text-decoration: none;
}
.contact-float .contact-float-content .contact-float-actions .social-icons li a svg {
  height: 18px;
  width: 18px;
  fill: #FFF;
  transition: all 0.3s ease-in-out;
}

.blog {
  padding: 200px 0 100px 0;
  background: #ebf3ee;
  margin-top: -125px;
  position: relative;
  background-image: url(assets/images/bg.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.blog .blog-container {
  margin-top: 50px;
}

.blog-card {
  background: #FFF;
  border-radius: 12px;
  margin-bottom: 12px;
}
.blog-card .blog-image {
  height: 185px;
  width: 100%;
  position: relative;
}
.blog-card .blog-image figure {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  margin: 0;
}
.blog-card .blog-image .date {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #FFF;
  padding: 3px 10px;
  font-size: 0.8rem;
  font-weight: 700;
}
.blog-card .blog-info {
  padding: 20px 30px;
}
.blog-card .blog-info .cat {
  color: #0e3e2f;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 7px;
}
.blog-card .blog-info .blog-title {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.blog-card .blog-info .blog-title h3 {
  font-size: 1.2rem;
  font-weight: 700;
  flex: 1;
  margin-left: 20px;
}
.blog-card .blog-info .blog-title .blog-card-icon {
  background: #ebf3ee;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.blog-card .blog-info .blog-title .blog-card-icon svg {
  height: 20px;
  width: 20px;
}

.fq {
  padding: 75px 0;
}
.fq .row {
  overflow: visible;
}
.fq .fq-line {
  position: relative;
  border-radius: 12px;
  margin-bottom: 25px;
}
.fq .fq-line figure {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 650px;
  width: 105%;
  border-radius: 12px;
  margin-right: 0;
}
@media (max-width: 575.98px) {
  .fq .fq-line figure {
    width: 97%;
    margin: auto;
  }
}
.fq .fq-line-info {
  margin-right: 50px;
}
.fq .fq-line-info .fq-header {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .fq .fq-line-info .fq-header {
    display: block;
    text-align: center;
  }
}
.fq .fq-line-info .fq-header .fq-header-info {
  flex: 1;
}
.fq .fq-line-info .fq-header .fq-text {
  padding-right: 50px;
  flex: 1;
}
@media (max-width: 991.98px) {
  .fq .fq-line-info .fq-header .fq-text {
    padding: 0;
  }
}
.fq .fq-line-info span {
  font-size: 1.1rem;
  font-weight: 600;
  color: #009578;
}
.fq .fq-line-info h3 {
  font-size: 2.3rem;
  margin-bottom: 25px;
  font-weight: 700;
  margin-top: 3px;
  color: #0e3e2f;
}
@media (max-width: 575.98px) {
  .fq .fq-line-info h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.fq .fq-line-info p {
  font-size: 1.1rem;
  margin-bottom: 25px;
  font-weight: 500;
  color: #000024;
}
@media (max-width: 991.98px) {
  .fq .fq-line-info p {
    font-size: 0.9rem;
  }
}
.fq .fq-indent .faq-container {
  background-color: #fff;
  border-radius: 10px;
}
.fq .fq-indent .faq-item {
  padding: 20px;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fq .fq-indent .faq-item:last-child {
  border: unset;
}
.fq .fq-indent .faq-item:last-child {
  border-bottom: none;
}
.fq .fq-indent .faq-question {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 3px;
  padding-top: 3px;
}
.fq .fq-indent .faq-answer {
  font-size: 16px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  text-align: right;
  padding-left: 10px;
  padding-right: 10px;
}
.fq .fq-indent .faq-answer p {
  padding: 25px 15px;
  margin: 0;
  font-size: 0.9rem;
  color: #515151;
  font-weight: 500;
  margin-bottom: 0;
}
.fq .fq-indent .faq-answer.active {
  border-bottom: 1px solid #e0e0e0;
}
.fq .fq-indent .faq-answer.active:last-child {
  border: unset;
}
.fq .fq-indent .icon-container i {
  font-size: 16px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
.fq .fq-indent .icon-container i.active {
  transform: rotate(90deg);
}
.fq a {
  padding: 14px 14px;
  font-size: 0.8rem;
  height: 47px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  border: unset !important;
  color: #ffffff;
  background-color: transparent;
  background-image: radial-gradient(at bottom center, #a8e063 0%, #009578 60%);
  border-radius: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 25px;
  margin-right: 15px;
}
.fq .ques-nums {
  position: absolute;
  top: 70px;
  left: 60px;
}
@media (max-width: 575.98px) {
  .fq .ques-nums {
    top: 84px;
    left: 21px;
  }
}
.fq .ques-nums h3 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: -9px;
  color: #0e3e2f;
  font-family: "num";
}
@media (max-width: 575.98px) {
  .fq .ques-nums h3 {
    font-size: 3rem;
  }
}
.fq .ques-nums span {
  color: #0e3e2f;
  font-size: 0.9rem;
  font-weight: 600;
}
.fq .why-part-img-content {
  position: absolute;
  top: 75%;
  right: 28px;
  width: 85%;
  transform: translate(0, -75%);
  text-align: center;
}
@media (max-width: 575.98px) {
  .fq .why-part-img-content {
    top: 70%;
  }
}
.fq .why-part-img-content .h3-part {
  margin-bottom: 35px;
}
.fq .why-part-img-content .h3-part h3 {
  font-size: 3.75rem;
  font-weight: 700;
  color: #0e3e2f;
}
@media (max-width: 575.98px) {
  .fq .why-part-img-content .h3-part h3 {
    font-size: 2.2rem;
  }
}
.fq .why-part-img-content .h3-part .colred {
  color: #009578;
  font-size: 2.5rem;
}
@media (max-width: 575.98px) {
  .fq .why-part-img-content .h3-part .colred {
    font-size: 2rem;
  }
}
.fq .why-part-img-content a {
  padding: 14px 14px;
  font-size: 0.8rem;
  height: 47px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  border: unset !important;
  color: #000;
  background: #a8e063;
  border-radius: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 35px;
  margin: 35px auto 0 auto;
}

.partners {
  padding: 100px 0 100px 0;
  background: #ebf3ee;
  position: relative;
  background-image: url(assets/images/bg.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .partners {
    padding: 75px 0 75px 0;
  }
}
.partners .section-header {
  margin-bottom: 75px;
}
.partners .section-header .heading {
  font-size: 2.5rem;
}
@media (max-width: 575.98px) {
  .partners .section-header .heading {
    font-size: 1.2rem;
  }
}
.partners .section-header .heading span {
  background-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(222deg, #0DD88A 0%, #a8e063 75%);
  background-size: cover;
  background-position: center center;
  font-size: 3rem;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 10px;
  font-family: "num";
}
@media (max-width: 575.98px) {
  .partners .section-header .heading span {
    font-size: 1.5rem;
  }
}
.partners .partners-logos {
  border-bottom: 1px solid #e3e5ef;
}
@media (max-width: 575.98px) {
  .partners .partners-logos {
    border: unset;
  }
}
.partners .partners-logos .partner-card {
  padding: 30px 0 30px 30px;
  border-left: 1px solid #e3e5ef;
}
@media (max-width: 575.98px) {
  .partners .partners-logos .partner-card {
    border: unset;
  }
}
.partners .partners-logos .partner-card:hover img {
  filter: contrast(1);
  transform: scale(1.1);
}
.partners .partners-logos .partner-card img {
  width: 140px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  filter: contrast(0.1);
  transition: all 0.3s ease-in-out;
}
.partners .unborderd {
  border: unset !important;
}

.contact-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-section .contacts-map-message {
  padding: 100px 0;
}
.contact-section .contact-side-card .about-text .pretitle {
  font-size: 1rem;
  font-weight: 600;
  color: #009578;
}
.contact-section .contact-side-card .about-text .about-heading {
  font-size: 2.3rem;
  font-weight: 600;
  margin-top: 9px;
  color: #0e3e2f;
}
@media (max-width: 575.98px) {
  .contact-section .contact-side-card .about-text .about-heading {
    font-size: 1.8rem;
  }
}
.contact-section .contact-side-card .about-text .text {
  color: #0e3e2f;
  width: 80%;
  margin-top: 20px;
  font-size: 0.9rem;
}
.contact-section .contact-info-parent .contact-info-content-inner {
  border: 1px solid #d9e3e4;
}
.contact-section .contact-info-parent .contact-info-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .contact-section .contact-info-parent .contact-info-container {
    display: block;
    text-align: center;
  }
}
.contact-section .contact-info-parent .contact-info-container .side {
  flex: 1;
}
@media (max-width: 991.98px) {
  .contact-section .contact-info-parent .contact-info-container .side {
    margin: 20px 0;
  }
}
.contact-section .contact-info-parent .contact-info-container .side a {
  text-decoration: none;
  display: block;
}
.contact-section .contact-info-parent .contact-info-container .side .phone {
  font-size: 2.2rem;
  font-weight: 600;
  color: #000;
}
.contact-section .contact-info-parent .contact-info-container .side .email {
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
}
.contact-section .contact-info-parent .contact-info-container .side .address {
  font-weight: 400;
  font-size: 1.1rem;
  margin: 0;
}
.contact-section .contact-info-parent .contact-info-container .side .social-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-section .contact-info-parent .contact-info-container .side .social-links .links {
  margin: 0 7px;
  background: #e4e7ec;
  padding: 12px;
  border-radius: 50%;
}
.contact-section .contact .contacts-container {
  height: 100%;
  width: 100%;
}
.contact-section .contact .contact-info h3 {
  font-size: 4rem;
  position: relative;
  color: #08344e;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .contact-section .contact .contact-info h3 {
    font-size: 2.5rem !important;
  }
}
.contact-section .contact .contact-info h3 svg {
  height: 84px;
  width: 295px;
  position: absolute;
  top: 99%;
  fill: #be0f5d;
  right: 0%;
  transform: translate(0%, 0);
}
@media (max-width: 991.98px) {
  .contact-section .contact .contact-info h3 svg {
    right: unset;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.contact-section .contact .contact-info p {
  margin-top: 25px;
  color: #000;
  width: 80%;
  font-size: 1rem;
}
@media (max-width: 991.98px) {
  .contact-section .contact .contact-info p {
    margin: auto;
    text-align: center;
  }
}
.contact-section .contact .contact-info .contacts-line .contact-line {
  display: flex;
  align-items: center;
}
.contact-section .contact .contact-info .contacts-line .contact-line svg {
  height: 40px;
  fill: #000024;
  margin-left: 10px;
  margin-bottom: 0;
}
.contact-section .contact .contact-info .contacts-line .contact-line .contact-line-part {
  margin: 20px 0;
}
.contact-section .contact .contact-info .contacts-line .contact-line .contact-line-part h6 {
  margin: 0;
  font-size: 1.2rem;
  display: block;
}
.contact-section .contact .contact-info .contacts-line .contact-line .contact-line-part p {
  margin: 0;
  width: 100%;
}
.contact-section .contact .contact-form {
  margin: auto;
  margin-bottom: 0;
  margin: auto;
  margin-bottom: 0;
  background-image: url(assets/images/why.svg);
  background-size: cover;
  background-position: center center;
  padding: 50px;
  border-radius: 12px;
}
@media (max-width: 575.98px) {
  .contact-section .contact .contact-form {
    padding: 50px 25px;
  }
}
.contact-section .contact .contact-form form {
  background: unset;
  padding: 0;
  border-radius: 20px;
}
.contact-section .contact .contact-form form span {
  color: #009578;
  font-size: 1rem;
  font-weight: 600;
}
.contact-section .contact .contact-form form h3 {
  font-size: 1.5rem;
  margin-bottom: 35px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
.contact-section .contact .contact-form form .form-group {
  margin-bottom: 20px;
}
.contact-section .contact .contact-form form .form-group .form-control {
  padding: 10px 34px 15px 15px;
  line-height: 22px;
  margin-right: auto;
  height: 55px;
  border: 1px solid #c1c1c1;
  background: unset;
  color: #FFF;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 600;
}
.contact-section .contact .contact-form form .form-group .form-control::-moz-placeholder {
  color: #e6e6e6;
}
.contact-section .contact .contact-form form .form-group .form-control::placeholder {
  color: #e6e6e6;
}
.contact-section .contact .contact-form form .form-group textarea {
  min-height: 200px;
}
.contact-section .contact .contact-form form a {
  padding: 14px 14px;
  font-size: 0.95rem;
  height: 53px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  border: unset !important;
  color: #ffffff;
  background-color: transparent;
  background-image: radial-gradient(at bottom center, #a8e063 0%, #009578 60%);
  border-radius: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 5px;
  margin-right: 0px;
}
.contact-section iframe {
  margin-bottom: -7px !important;
}
.contact-section .contact-side-card {
  margin-left: 50px;
  border-radius: 12px;
}
@media (max-width: 991.98px) {
  .contact-section .contact-side-card {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.contact-section .contact-side-card .phone {
  margin-top: 15px;
}
.contact-section .contact-side-card .phone a {
  text-decoration: underline !important;
  color: #009578 !important;
  font-size: 2.5rem;
  background-image: linear-gradient(222deg, #0DD88A 0%, #a8e063 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.contact-section .contact-side-card .address {
  padding: 20px 0 20px 0;
}
.contact-section .contact-side-card .address span {
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: #000;
  font-weight: 700;
  opacity: 0.8;
  margin-bottom: 15px;
  display: block;
}
.contact-section .contact-side-card .address p {
  color: #515151;
  font-size: 0.9rem;
  margin-bottom: 0;
  padding-left: 30px;
}
.contact-section .contact-side-card .email {
  padding: 20px 0 20px 0;
}
.contact-section .contact-side-card .email span {
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: #000;
  font-weight: 700;
  opacity: 0.8;
  margin-bottom: 15px;
  display: block;
}
.contact-section .contact-side-card .email a {
  color: #515151;
  font-size: 0.9rem;
  margin-bottom: 0;
}
.contact-section .contact-side-card .social-icons {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 25px;
  padding-right: 0;
}
.contact-section .contact-side-card .social-icons li {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.contact-section .contact-side-card .social-icons li:hover {
  padding: 0;
}
.contact-section .contact-side-card .social-icons li:hover a svg {
  fill: #000;
}
.contact-section .contact-side-card .social-icons li a {
  text-decoration: none;
}
.contact-section .contact-side-card .social-icons li a svg {
  height: 18px;
  width: 18px;
  fill: #000;
  transition: all 0.3s ease-in-out;
}

@keyframes rotate {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: linear-gradient(45deg, #f2fffc, #edf3ff);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #009578;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #009578;
}/*# sourceMappingURL=main.css.map */