@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
:root {
  --main-color: #000;
  --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: #000;
  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;
}

.page-header {
  height: 40vh !important;
  margin: 0 !important;
}
@media (max-width: 575.98px) {
  .page-header {
    height: 30vh !important;
  }
}

.header {
  background: #202020;
  width: 100%;
  transition: all 0.1s ease-in-out;
  position: relative;
  z-index: 3;
}
.header .navbar {
  background: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}
@media (max-width: 991.98px) {
  .header .navbar {
    padding: 12px 15px;
    display: block !important;
  }
}
@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;
  width: 350px;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
  }
}
.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 !important;
    margin: auto !important;
  }
}
@media (max-width: 991.98px) {
  .header .navbar .nav-logo .nav-logo-container .logo-text span {
    width: auto !important;
    margin: auto !important;
  }
}
.header .navbar .nav-logo .nav-logo-container a {
  text-decoration: none;
  display: flex;
  align-items: center;
  vertical-align: middle;
  text-transform: uppercase;
}
.header .navbar .nav-logo .nav-logo-container img {
  max-width: 100%;
  height: 60px;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-logo .nav-logo-container img {
    height: 35px;
  }
}
.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: #000;
}
.header .navbar .nav-logo .logo-text {
  margin-left: 10px;
  color: #FFF;
  font-weight: 400;
  font-size: 1.4rem;
}
.header .navbar .nav-logo .logo-text span {
  width: 225px !important;
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
}
.header .navbar .nav-logo .logo-text .colored {
  color: #eb1616;
}
.header .navbar .nav-links {
  margin-top: 0;
  direction: ltr;
}
.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: #000248;
}
.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 9px;
  display: flex;
  align-items: center;
  position: relative;
}
.header .navbar .nav-links ul li:hover a, .header .navbar .nav-links ul li:hover span {
  color: #eb1616;
}
.header .navbar .nav-links ul li:hover:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 10px;
  width: 35px;
  background: #eb1616;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-links ul li:hover:before {
    display: none;
  }
}
.header .navbar .nav-links ul li:hover .nav-link-dropdown {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-links ul li {
    padding: 0 7px;
  }
}
@media (max-width: 991.98px) {
  .header .navbar .nav-links ul li {
    padding: 10px 5px !important;
    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: 700;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-links ul li a, .header .navbar .nav-links ul li span {
    font-size: 0.6rem !important;
  }
}
.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: #eb1616;
}
.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: #eb1616;
}
.header .navbar .nav-links ul li .nav-link-dropdown ul li a {
  font-size: 0.9rem;
  transition: all 0.2s ease-in-out;
  color: #000;
}
.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:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 10px;
  width: 35px;
  background: #eb1616;
  display: inline-block;
}
.header .navbar .nav-links ul .nav-link-active a {
  color: #eb1616;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-links ul .nav-link-active a {
    color: #eb1616;
  }
}
.header .navbar .nav-links ul .nav-link-active a:before {
  background: #000248;
  border-color: #000248;
}
.header .navbar .nav-actions img {
  width: 200px;
  margin-top: 5px;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-actions img {
    width: 200px;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 0 !important;
  }
}

.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: #000;
  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: #000;
}
.big-nav .nav-links ul .li-active a svg g [fill] {
  fill: #000;
}
.big-nav .nav-links ul .li-active a .svg-icon path {
  fill: #000;
  stroke: #000;
}
.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: #000 !important;
}
.big-nav .nav-links ul .li-active a .link-info span:hover {
  color: #000;
}
.big-nav .nav-links ul .li-active:hover {
  background: #FFF;
  color: #000;
}
.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: 21;
  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;
}

footer {
  margin-top: 0;
  background: #161616;
  padding: 100px 0 0 0;
  position: relative;
  overflow: hidden;
}
footer:after {
  content: "";
  background-image: url(assets/images/logos/logo-g.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 592px;
  height: 548px;
  position: absolute;
  top: 50%;
  left: -199px;
  transform: translate(0px, -50%);
  display: inline-block;
}
footer p {
  color: #d9d9d9;
}
footer .contact-info .p-email {
  color: #FFF;
  font-size: 1.1rem;
  font-weight: 600;
}
footer .contact-info a {
  text-decoration: underline !important;
  color: #eb1616 !important;
  font-size: 1.2rem !important;
  font-weight: 600 !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 #eb1616;
  box-shadow: none;
  outline: none;
}
footer .nav-actions .search-input:focus {
  border-bottom: 1px solid #eb1616;
  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;
  text-align: center;
}
@media (max-width: 991.98px) {
  footer .footer-col .Footer-head a.footer-logo {
    margin-left: -50px;
  }
}
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: 600;
  margin-bottom: 15px;
  text-align: center;
}
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: #eb1616;
}
footer .footer-col ul li span {
  color: #FFF;
}
footer .footer-col ul li a {
  color: #d9d9d9;
  text-decoration: none;
  font-weight: 600;
  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;
  margin: 0 5px;
}
footer .footer-col .social-icons li:hover {
  padding: 0;
}
footer .footer-col .social-icons li:hover a svg {
  fill: #eb1616;
}
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 #2d2d2d;
  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 {
  font-weight: 600;
  color: #eb1616;
  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-right: 50px;
}
[lang=ar] footer .footer-col li {
  transition: all 0.3s ease-in-out;
}
[lang=ar] footer .footer-col li:hover {
  transform: translate(-7px, 0);
}
[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: right !important;
  }
}
@media (min-width: 767.98px) {
  [lang=ar] footer .sub-footer .text-md-right {
    text-align: left !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;
  }
}
.font-en {
  font-family: "en";
}

@font-face {
  font-family: "ar";
  font-style: normal;
  src: url(assets/fonts/29ltbukraregular.ttf);
}
@font-face {
  font-family: "pondar-font";
  src: url(assets/fonts/Pondar.otf);
}
@font-face {
  font-family: "main-font";
  src: url(assets/fonts/cuyabra.otf);
}
.page-header {
  height: 40vh !important;
  margin: 0 !important;
}
@media (max-width: 575.98px) {
  .page-header {
    height: 30vh !important;
  }
}

.header {
  background: #202020;
  width: 100%;
  transition: all 0.1s ease-in-out;
  position: relative;
  z-index: 3;
}
.header .navbar {
  background: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 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;
  width: 350px;
}
@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;
  text-transform: uppercase;
}
.header .navbar .nav-logo .nav-logo-container img {
  max-width: 100%;
  height: 60px;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-logo .nav-logo-container img {
    height: 35px;
  }
}
.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: #000;
}
.header .navbar .nav-logo .logo-text {
  margin-left: 10px;
  color: #FFF;
  font-weight: 400;
  font-size: 1.4rem;
}
.header .navbar .nav-logo .logo-text span {
  width: 225px !important;
  display: block;
}
.header .navbar .nav-logo .logo-text .colored {
  color: #eb1616;
}
.header .navbar .nav-links {
  margin-top: 0;
  direction: ltr;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-links {
    text-align: center;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    display: block;
  }
}
.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: #000248;
}
.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 9px;
  display: flex;
  align-items: center;
  position: relative;
}
.header .navbar .nav-links ul li:hover a, .header .navbar .nav-links ul li:hover span {
  color: #eb1616;
}
.header .navbar .nav-links ul li:hover:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 10px;
  width: 35px;
  background: #eb1616;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-links ul li:hover:before {
    display: none;
  }
}
.header .navbar .nav-links ul li:hover .nav-link-dropdown {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-links ul li {
    padding: 0 7px;
  }
}
@media (max-width: 991.98px) {
  .header .navbar .nav-links ul li {
    padding: 10px 15px;
    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: 700;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-links ul li a, .header .navbar .nav-links ul li span {
    font-size: 0.6rem;
  }
}
.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: #eb1616;
}
.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: #eb1616;
}
.header .navbar .nav-links ul li .nav-link-dropdown ul li a {
  font-size: 0.9rem;
  transition: all 0.2s ease-in-out;
  color: #000;
}
.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:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 10px;
  width: 35px;
  background: #eb1616;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-links ul .nav-link-active:before {
    display: none;
  }
}
.header .navbar .nav-links ul .nav-link-active a {
  color: #eb1616;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-links ul .nav-link-active a {
    color: #eb1616;
  }
}
.header .navbar .nav-links ul .nav-link-active a:before {
  background: #000248;
  border-color: #000248;
}
.header .navbar .nav-actions img {
  width: 200px;
  margin-top: -9px;
}

@media (max-width: 575.98px) {
  .header .navbar .nav-actions img {
    margin-top: -4px !important;
  }
}

.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: #000;
  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: #000;
}
.big-nav .nav-links ul .li-active a svg g [fill] {
  fill: #000;
}
.big-nav .nav-links ul .li-active a .svg-icon path {
  fill: #000;
  stroke: #000;
}
.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: #000 !important;
}
.big-nav .nav-links ul .li-active a .link-info span:hover {
  color: #000;
}
.big-nav .nav-links ul .li-active:hover {
  background: #FFF;
  color: #000;
}
.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: 21 !important;
  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;
}

footer {
  margin-top: 0;
  background: #161616;
  padding: 100px 0 0 0;
  position: relative;
  overflow: hidden;
}
footer:after {
  content: "";
  background-image: url(assets/images/logos/logo-g.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 592px;
  height: 548px;
  position: absolute;
  top: 50%;
  left: -199px;
  transform: translate(0px, -50%);
  display: inline-block;
}
footer p {
  color: #d9d9d9;
}
footer .contact-info .p-email {
  color: #FFF;
  font-size: 1.1rem;
  font-weight: 600;
}
footer .contact-info a {
  text-decoration: underline !important;
  color: #eb1616 !important;
  font-size: 1.2rem !important;
  font-weight: 600 !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 #eb1616;
  box-shadow: none;
  outline: none;
}
footer .nav-actions .search-input:focus {
  border-bottom: 1px solid #eb1616;
  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;
  text-align: center;
}
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: 600;
  margin-bottom: 15px;
  text-align: center;
}
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: #eb1616;
}
footer .footer-col ul li span {
  color: #FFF;
}
footer .footer-col ul li a {
  color: #d9d9d9;
  text-decoration: none;
  font-weight: 600;
  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;
  margin: 0 5px;
}
footer .footer-col .social-icons li:hover {
  padding: 0;
}
footer .footer-col .social-icons li:hover a svg {
  fill: #eb1616;
}
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 #2d2d2d;
  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 {
  font-weight: 600;
  color: #eb1616;
  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-right: 50px;
}
[lang=ar] footer .footer-col li {
  transition: all 0.3s ease-in-out;
}
[lang=ar] footer .footer-col li:hover {
  transform: translate(-7px, 0);
}
[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: right !important;
  }
}
@media (min-width: 767.98px) {
  [lang=ar] footer .sub-footer .text-md-right {
    text-align: left !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;
  }
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: 'en';
  font-style: normal;
  src: url(fonts/ADNOCSans.ttf);
}

body {
  font-family: "en";
  background: #202020;
  height: 100%;
  position: relative;
  overflow-x: hidden;
  direction: ltr;
  text-align: left;
}

.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-center {
  text-align: center;
  margin-bottom: 50px;
  display: block;
}
.section-header-center h3 {
  color: #071c1f;
  font-size: 3rem;
  padding-left: 10px;
  margin-bottom: 0;
  font-weight: 700;
}
.section-header-center h3 span {
  font-weight: 400;
  color: #eb1616;
}
@media (max-width: 575.98px) {
  .section-header-center h3 {
    font-size: 2rem;
  }
}
.section-header-center p {
  display: flex;
  align-items: center;
  width: 60%;
  margin: auto;
  color: #515151;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .section-header-center p {
    width: 100%;
  }
}

.lg-backdrop,
.lg-outer,
.lg-outer .lg-inner {
  direction: ltr;
}

.lg-progress-bar .lg-progress {
  background: #000 !important;
}

.lg-backdrop {
  background-color: rgba(21, 21, 31, 0.96);
}

.lg-outer .lg-thumb-item {
  cursor: pointer !important;
  float: left;
  overflow: hidden;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  margin: 0 !important;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  opacity: 1;
}

.lg-outer .lg-thumb {
  margin: auto;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: linear-gradient(45deg, #101010, #202020);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #eb1616;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000;
}

.pretitle {
  color: #21ab84;
  font-size: 1.2rem;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  background-image: linear-gradient(to right top, #f1c415, #c6c528, #9dc340, #77be57, #52b76d, #22ae84, #00a395, #00979d, #0085a6, #0071ad, #0059aa, #333b97);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.content {
  color: #FFF;
}

.index-header {
  position: relative;
  height: calc(90vh - 8px);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 575.98px) {
  .index-header {
    height: calc(80vh - 8px);
  }
}
.index-header .index-header-overlay {
  background: rgba(23, 26, 42, 0.6509803922);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 5;
  box-shadow: inset 0 -150px 50px -40px rgb(32, 32, 32);
}
.index-header video {
  position: absolute;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-header .canvas,
.index-header .video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #000;
  z-index: 5;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-header .header-content-container {
  display: flex;
  align-items: center;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 5;
}
@media (max-width: 991.98px) {
  .index-header .header-content-container {
    left: 50%;
  }
}
@media (max-width: 767.98px) {
  .index-header .header-content-container {
    left: 70%;
  }
}
@media (max-width: 575.98px) {
  .index-header .header-content-container {
    left: 75%;
    top: 40%;
  }
}
.index-header .header-content-container img {
  width: 450px;
  position: absolute;
  top: -65px;
  left: 15px;
}
@media (max-width: 1199.98px) {
  .index-header .header-content-container img {
    width: 350px;
    top: -60px;
    left: 100px;
  }
}
@media (max-width: 991.98px) {
  .index-header .header-content-container img {
    width: 250px;
    top: -43px;
    left: 167px;
  }
}
@media (max-width: 767.98px) {
  .index-header .header-content-container img {
    width: 189px;
    top: -25px;
    left: -145px;
  }
}
@media (max-width: 575.98px) {
  .index-header .header-content-container img {
    width: 149px;
    top: -22px;
    left: -113px;
  }
}
.index-header .header-content-container .header-content-text {
  margin-left: 350px;
}
@media (max-width: 767.98px) {
  .index-header .header-content-container .header-content-text {
    margin-left: 0;
  }
}
.index-header .header-content-container span {
  display: block;
  font-size: 5.7rem;
  font-weight: 400;
  line-height: 115px;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .index-header .header-content-container span {
    font-size: 3.5rem;
    line-height: 70px;
  }
}
@media (max-width: 991.98px) {
  .index-header .header-content-container span {
    font-size: 2.5rem;
    line-height: 52px;
  }
}
@media (max-width: 575.98px) {
  .index-header .header-content-container span {
    font-size: 1.7rem;
    line-height: 37px;
  }
}
.index-header .header-content-container .header-content-text-sers {
  font-family: "Roboto";
  color: #bbbbbb;
  font-weight: 400;
  font-size: 1.8rem;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .index-header .header-content-container .header-content-text-sers {
    font-size: 1.17rem;
  }
}
@media (max-width: 991.98px) {
  .index-header .header-content-container .header-content-text-sers {
    font-size: 0.88rem;
  }
}
@media (max-width: 575.98px) {
  .index-header .header-content-container .header-content-text-sers {
    font-size: 0.6rem;
    margin-left: 2px;
  }
}
.index-header .header-curve {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 9;
}
.index-header .header-curve svg {
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 575.98px) {
  .index-header .header-curve {
    display: none;
  }
}
.index-header .scroll-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 0);
  cursor: pointer;
  z-index: 20;
}
.index-header .scroll-btn .scroll-container {
  width: 26px;
  height: 55px;
  border: 2px solid #fff;
  border-radius: 15px;
  position: relative;
}
.index-header .scroll-btn .scroll-container .scroller {
  width: 16px;
  border-radius: 50px;
  background-color: #fff;
  position: absolute;
  top: 4px;
  left: 3px;
  bottom: 34px;
  animation: scroller 1500ms ease-out infinite;
}
@keyframes scroller {
  0% {
    bottom: 34px;
  }
  5% {
    top: 4px;
  }
  32% {
    bottom: 4px;
  }
  66% {
    top: 34px;
    bottom: 4px;
  }
  100% {
    top: 4px;
    bottom: 34px;
  }
}

.about {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.about:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 7px;
  width: 300px;
  background-color: #eb1616;
}
.about:after {
  content: "";
  background-image: url(assets/images/logos/logo-g.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 455px;
  height: 460px;
  position: absolute;
  top: 282px;
  left: -47px;
  transform: translate(0px, -50%);
  display: inline-block;
}
@media (max-width: 575.98px) {
  .about:after {
    width: 196px;
    height: 305px;
    top: 25%;
    left: -40px;
  }
}
.about .about-line .text-overlay {
  color: #eb1616;
  font-weight: 900;
  font-size: 6rem;
  margin-bottom: -20px;
}
@media (max-width: 575.98px) {
  .about .about-line .text-overlay {
    font-size: 4rem;
    margin-left: 95px;
    margin-top: 25px;
  }
}
.about .about-line h3 {
  color: #6b6b6b;
  font-size: 3.5rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .about .about-line h3 {
    font-size: 1.7rem;
    margin-left: 95px;
    margin-top: 4px;
  }
}
.about .about-line h5 {
  color: #FFF;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .about .about-line h5 {
    font-size: 1rem;
    margin-left: 95px;
  }
}
.about .about-line p {
  color: #bbbbbb;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: capitalize;
}
@media (max-width: 575.98px) {
  .about .about-line p {
    font-size: 1rem;
  }
}
.about .about-line .nums-line {
  font-size: 1.5rem;
  color: #FFF;
  font-weight: 900;
  margin-top: 20px;
  text-align: center;
}
.about .about-line-img img {
  max-width: 100%;
}

.services {
  padding: 100px 0;
  background: #161616;
  position: relative;
}
.services:after {
  content: "";
  background-image: url(assets/images/logos/logo-g.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 455px;
  height: 460px;
  position: absolute;
  top: 282px;
  left: -47px;
  transform: translate(0px, -50%);
  display: inline-block;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .services:after {
    top: 100px;
    left: -38px;
    width: 196px;
    height: 305px;
  }
}
.services .services-header-text {
  margin-bottom: 60px;
}
.services .services-header-text .text-overlay {
  color: #eb1616;
  font-weight: 900;
  font-size: 6rem;
  margin-bottom: -20px;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .services .services-header-text .text-overlay {
    font-size: 3rem;
    margin-left: 100px;
  }
}
.services .services-header-text h3 {
  color: #6b6b6b;
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-left: 2px;
}
@media (max-width: 575.98px) {
  .services .services-header-text h3 {
    display: none;
  }
}
.services .service-card {
  margin-bottom: 75px;
  cursor: pointer;
  position: relative;
  z-index: 10;
  border-radius: 12px;
}
.services .service-card:hover figure:after {
  opacity: 1;
}
.services .service-card:hover figure:before {
  opacity: 1;
}
.services .service-card figure {
  height: 325px;
  width: 100%;
  border-radius: 12px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.services .service-card figure:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4784313725);
  height: 100%;
  width: 100%;
  border-radius: 12px;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .services .service-card figure:after {
    opacity: 1;
  }
}
.services .service-card figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(assets/images/play.png);
  height: 100%;
  width: 100%;
  border-radius: 12px;
  z-index: 5;
  background-position: center center;
  background-size: cover;
  opacity: 0;
}
@media (max-width: 575.98px) {
  .services .service-card figure:before {
    opacity: 1;
  }
}
.services .service-card h4 {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 20px;
  margin-left: 5px;
  color: #eb1616;
  text-align: right;
}
.service-card span {
  margin-left: 5px;
  color: #c7c7c7;
  text-align: right;
  display: block;
  font-weight: 100;
}

.clients .clients-parent .container {
  position: relative;
}
.clients .clients-parent .clients-container {
  padding: 100px 0;
}
.clients .clients-parent .clients-container .clients-header-text {
  margin-bottom: 60px;
}
.clients .clients-parent .clients-container .clients-header-text .text-overlay {
  color: #eb1616;
  font-weight: 900;
  font-size: 4rem;
  margin-bottom: -20px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 575.98px) {
  .clients .clients-parent .clients-container .clients-header-text .text-overlay {
    font-size: 3rem;
  }
}
.clients .clients-parent .clients-container .clients-header-text h3 {
  color: #FFF;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
}
.clients .clients-parent .clients-cards .client-card {
  margin-bottom: 25px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients .clients-parent .clients-cards .client-card img {
  max-width: 100%;
  height: 200px;
  margin-bottom: 35px;
}
.clients .much-more {
  color: #eb1616;
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: -20px;
  text-transform: uppercase;
  text-align: center;
  display: block;
}

.popup {
  padding: 25px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 25;
  box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
  background: #202020;
  height: auto;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.1s;
  border-radius: 12px;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 767.98px) {
  .popup {
    width: 95%;
  }
}
.popup iframe {
  aspect-ratio: 19/6;
  height: 350px;
  width: 650px;
}
@media (max-width: 767.98px) {
  .popup iframe {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .popup iframe {
    width: 100%;
    height: 200px;
  }
}
.popup .close-o {
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 12px;
  background-color: #c42c1d;
  position: absolute;
  top: -15px;
  right: -15px;
  text-align: center;
  cursor: pointer;
}
.popup .close-o svg {
  height: 12px;
  width: 12px;
  fill: #FFF;
  stroke: #FFF;
}

.open-over {
  opacity: 1;
  visibility: visible;
}
.particles-js-canvas-el {
  display: none !important;
}

@media (max-width: 991.98px) {
  .nav-logo-side {
    justify-content: center;
  }
  .header .navbar .nav-actions img {
    width: 110px;
  }
}

.nav-actions {
  margin-top: 7px;
}
.header .navbar .nav-logo .logo-text span {
  width: 225px !important;
  display: block;
  font-weight: 600;
  font-size: 1.1rem;
  margin-top: 8px;
}
@media (max-width: 575.98px) {
  .header .navbar .nav-logo .nav-logo-container .logo-text span {
    margin-top: 4px !important;
  }
}

.services .services-header-text h3 {
  color: #6b6b6b;
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-left: 2px;
  color: #6b6b6b;
  font-size: 3.5rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: right;
}
.services .services-header-text p {
  color: #bbbbbb;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: capitalize;
  text-align: right;
}