@import url("https://fonts.googleapis.com/css2?family=Readex+Pro:wght@160..700&display=swap");
.mainFlex, .loader-container, .transbrder_bttn, .langMD_bttn, .sidebar-wrapper .burgerBtn, .social_wrapper .social_link, .main_bttn, .subsC_bttn, .stats_cardN .stats_icon, .mixitUp_list, .mixitUp_list li, .fixed_social .social_lisT, .fixed_social .whatss_icon, .social_linkN {
  display: flex;
  justify-content: center;
  align-items: center;
}

.startFlex, .navbar__collapse, .social_wrapper, .link_bttn, .footer_SClink {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.between_flex, .contctop_row, .buttons_wrapper, .depart_cardN {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.abs_overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.background_cover, .topSec_wrap, .departs_container, .footer_wrapper {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.secPadding {
  padding: 88px 0;
}

.midPadding {
  padding: 44px 0;
}

@font-face {
  font-family: 'PINGAR+LT-REGULAR';
  src: url("../fonts/PINGAR+LT-REGULAR.woff") format("woff");
  font-weight: 400;
  /* Regular weight */
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'PINGAR+LT-REGULAR', sans-serif;
  overflow-x: hidden !important;
  margin: 0;
  padding: 0;
  background-color: #fff;
  position: relative;
  direction: rtl !important;
  text-align: right;
}

[dir="ltr"] body {
  direction: ltr !important;
  text-align: left;
}

form, input {
  direction: rtl !important;
  text-align: right !important;
}

[dir="ltr"] form, [dir="ltr"] input {
  direction: ltr !important;
  text-align: left !important;
}

.overBody__hidden {
  overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  margin: 0;
}

body::-webkit-scrollbar {
  width: 8px;
}

body.thin::-webkit-scrollbar {
  width: 2px;
}

::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

::-webkit-scrollbar-thumb {
  background: #AE802C;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #AE802C;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 100%;
  text-transform: capitalize;
  color: #030329;
  font-weight: 700;
}

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

a {
  text-decoration: none !important;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

a:hover {
  color: #AE802C;
}

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

iframe, video {
  max-width: 100%;
  width: 100%;
}

p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 16px;
}

button:focus {
  outline: none;
}

input:focus {
  box-shadow: none;
}

textarea {
  resize: none;
}

.dropdown-toggle::after {
  display: none;
}

img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

section {
  overflow: hidden;
}

.loader-container {
  position: fixed;
  left: 0;
  right: 0;
  height: 100vh;
  background: #030329;
  z-index: 1000;
}

.loader {
  width: 120px;
  height: 120px;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: #AE802C #AE802C transparent transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.loader::after,
.loader::before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent #AE802C #AE802C;
  width: 90px;
  height: 90px;
  box-sizing: border-box;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.loader::before {
  width: 70px;
  height: 70px;
  border-color: #FFF #FFF transparent transparent;
  animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}

.absLoader_logo {
  position: absolute;
  height: 56px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.mbttom_8 {
  margin-bottom: 8px !important;
}

.mbttom_12 {
  margin-bottom: 12px !important;
}

.mbttom_16 {
  margin-bottom: 16px !important;
}

.mbttom_20 {
  margin-bottom: 20px !important;
}

.mbttom_24 {
  margin-bottom: 24px !important;
}

.mbttom_30 {
  margin-bottom: 30px !important;
}

.mbttom_32 {
  margin-bottom: 32px !important;
}

.mbttom_36 {
  margin-bottom: 36px !important;
}

.mbttom_40 {
  margin-bottom: 40px !important;
}

.mbttom_60 {
  margin-bottom: 60px !important;
}

.mbttom_80 {
  margin-bottom: 80px !important;
}

.mrgTop_32 {
  margin-top: 32px !important;
}

.mrgTop_45 {
  margin-top: 45px !important;
}

/*start header navbar */
.mob-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  z-index: 900;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.mob-overlay.active {
  opacity: 0.3;
  visibility: visible;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

/*page*/
.main__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.header__flex {
  padding: 18px 13px;
  background-color: rgba(3, 3, 51, 0.7);
}

.contctop_row {
  gap: 24px;
}

.navbar__collapse {
  gap: 56px;
}

.form_group {
  display: flex;
  height: 20px;
}

.transbrder_bttn {
  background-color: transparent;
  border: none;
  width: 20px;
  height: 20px;
  color: #c1c1c1;
}

.transbrder_bttn .searchSM_icon {
  width: 20px;
  height: 20px;
}

.search_input {
  border: none;
  width: 100%;
  height: 20px;
  padding-inline-start: 8px;
  background-color: transparent;
  font-size: 13px;
  color: #030329;
}

.search_input::placeholder {
  color: #888;
  font-size: 13px;
  text-transform: capitalize;
}

.langMD_bttn {
  gap: 4px;
  border: none;
  background-color: transparent;
  color: #030329;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
}

.userLog_icon {
  min-width: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.dropdown-toggle {
  padding-inline-end: 14px;
}

.dropdown-toggle::before {
  content: "\f107";
  display: block;
  font-family: Font Awesome\ 5 Free;
  font-size: 12px;
  font-weight: 900;
  height: 20px;
  line-height: 24px;
  margin-top: -2px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 10px;
  z-index: 5;
}

[dir="rtl"] .dropdown-toggle::before {
  right: auto;
  left: 0;
}

[dir="rtl"] .dropdown-toggle.editPro_bttn::before {
  right: auto;
  left: 16px;
}

.dropdown-item {
  color: #030329;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
}

.rounded_bttn {
  background-color: transparent;
  border: none;
  padding: 0;
  width: 24px;
  height: 24px;
}

.rounded_bttn .bag_icon {
  width: 24px;
  height: 24px;
}

[dir="rtl"] .dropdown-menu {
  text-align: right !important;
  right: 0 !important;
}

.navbar_toggler {
  background-color: transparent;
  border: none;
  font-size: 26px;
  color: #fff;
  padding: 0;
  width: 44px;
  height: 44px;
  overflow: hidden;
}

.my__navbar {
  gap: 17px;
}

.my__navbar .nav-link {
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.my__navbar .nav-link:hover {
  color: #AE802C;
}

.navbar-brand {
  margin: 0;
  padding: 0;
}

.navbar-brand img {
  width: 210px;
}

.nav-btn {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
  cursor: pointer;
  flex: 0;
  padding: 5px;
}

.nav-btn .btn-bar {
  position: relative;
  width: 30px;
  height: 3px;
  border-radius: 5px;
  background: #AE802C;
  margin: 3px 0;
}

.btn-bar.menu {
  transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
}

.btn-bar.menu:nth-child(1) {
  transform-origin: top right;
  width: 20px;
}

.btn-bar.menu:nth-child(3) {
  width: 20px;
}

.btn-bar.close {
  transform-origin: center center;
  position: absolute;
  margin-top: -1.5px;
  opacity: 0;
  top: 50%;
  transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
}

.close:not(:last-child) {
  transform: rotate(60deg) translateX(-250%);
  -webkit-transform: rotate(60deg) translateX(-250%);
  -moz-transform: rotate(60deg) translateX(-250%);
  -ms-transform: rotate(60deg) translateX(-250%);
  -o-transform: rotate(60deg) translateX(-250%);
}

.navbar_toggler.openMobile_menu .nav-btn .btn-bar.close:not(:last-child) {
  transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
}

.openMobile_menu {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 9999;
}

.openMobile_menu .nav-btn .btn-bar {
  background: #000;
}

.fixedbttom_mobMenu {
  position: fixed;
  justify-content: space-around;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 6px 10px;
  border-top: 1px solid #d7dde3;
}

.sidebar-wrapper {
  position: fixed;
  display: block;
  background-color: #fff;
  right: 0;
  top: 0;
  width: 90%;
  height: 100vh;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.sidebar-wrapper .langMD_bttn {
  color: #AE802C;
}

.sidebar-wrapper .absMenu_inner {
  padding-top: 50px;
  position: relative;
  height: 100%;
}

.sidebar-wrapper .nav-link {
  color: #AE802C !important;
  font-size: 15px;
  text-align: center;
  padding: 10px;
}

.sidebar-wrapper .openMob_menu {
  display: inline-flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-inline-start: 1px solid rgba(255, 255, 255, 0.7);
}

.sidebar-wrapper .my__navbar {
  width: 100%;
  margin: 16px 0;
}

.sidebar-wrapper .burgerBtn {
  position: absolute;
  z-index: 3000;
  width: 40px;
  height: 40px;
  top: 16px;
  left: 16px;
  cursor: pointer;
  font-size: 26px;
  color: #AE802C;
}

.sidebar-wrapper .backMob_Bttn {
  position: absolute;
  z-index: 3000;
  top: 16px;
  right: 16px;
  cursor: pointer;
  font-size: 26px;
  color: #030329;
}

.sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

[dir="ltr"] .sidebar-wrapper {
  right: auto;
  left: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
}

[dir="ltr"] .sidebar-wrapper .burgerBtn {
  left: auto;
  right: 16px;
}

[dir="ltr"] .sidebar-wrapper .backMob_Bttn {
  right: auto;
  left: 16px;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}

.sidebar-show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
}

.social_wrapper {
  width: fit-content;
  gap: 24px;
}

.social_wrapper .social_link {
  width: 52px;
  height: 52px;
  color: #AE802C !important;
  background-color: #fff;
  font-size: 26px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.social_wrapper .social_link:hover {
  background-color: #AE802C;
  color: #fff !important;
}

.buttons_wrapper {
  width: fit-content;
}

.main_bttn {
  gap: 4px;
  padding: 8px 32px;
  height: 42px;
  width: fit-content;
  min-width: 105px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
  color: #1E1E1E;
  background-color: #AE802C;
  border: 1px solid #AE802C;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.main_bttn.lg_bttn {
  font-size: 18px;
  height: 53px;
}

.circle_left {
  display: inline-block;
  width: 29px;
  height: 29px;
  background-image: url(../images/circle-arrow-left.svg);
  background-size: 29px;
}

[dir="ltr"] .circle_left {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}

.hvr-sweep-to-right::before {
  background: #AE802C;
}

.hvr-sweep-to-left::before {
  background: #030329;
}

/* Start intro*/
.intro__section {
  position: relative;
}

.topSec_wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1340/754;
}

.topSec_wrap .relative_container {
  position: relative;
  z-index: 3;
  padding-block: 220px;
}

.topSec_wrap::before {
  position: absolute;
  content: '';
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 27, 52, 0.24);
  z-index: 2;
}

.topSec_details {
  text-align: center;
}

.topSec_details h2 {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 60px;
}

.topSec_details p {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 40px;
}

.modal-content {
  background-color: transparent;
}

.modal-body {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 40px 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.formFT_group {
  position: relative;
}

.formFT_group .subsC_bttn {
  position: absolute;
  top: 6px;
  left: 10px;
  color: #fff;
  font-size: 14px;
}

[dir="ltr"] .formFT_group .subsC_bttn {
  left: auto;
  right: 10px;
}

[dir="ltr"] svg.fa-chevron-left {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}

.email_input {
  width: 100%;
  height: 56px;
  background: #FFF;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
  border: none;
  color: #030329;
  font-size: 18px;
  font-weight: 500;
  padding: 16px;
}

.email_input::placeholder {
  color: #737070;
  font-size: 18px;
  font-weight: 500;
}

.subsC_bttn {
  width: 40px;
  height: 40px;
  background-color: #AE802C;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: none;
  overflow: hidden;
}

.send_icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(../img/fluent_send.svg);
  background-repeat: no-repeat;
  background-size: 22px 22px;
}

/*** start about section ***/
.about_cont h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
}

.about_cont p {
  margin-bottom: 30px;
  line-height: 32px;
}

.link_bttn {
  font-family: "Readex Pro", sans-serif;
  gap: 8px;
  color: #142746;
  font-size: 20px;
  font-weight: 500;
}

.stats_cardN {
  position: relative;
  padding: 16px 12px;
  border: 1px solid #F4F4FF;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  padding-bottom: 83px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  cursor: pointer;
  overflow: hidden;
}

.stats_cardN:hover {
  background-color: #F4F4FF;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.stats_cardN:hover .stats_icon {
  background-color: #fff;
}

.stats_cardN .stats_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 54px;
  color: #030303;
  margin-bottom: 0;
}

.stats_cardN .stats_title .stats_num {
  font-size: 36px;
}

.stats_cardN h5 {
  color: #222;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 8px;
}

.stats_cardN .stats_icon {
  width: 47px;
  height: 41px;
  background-color: #F4F4FF;
  border-top-right-radius: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}

.about_thumb {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
}

.about_thumb img {
  width: 100%;
  aspect-ratio: 558/531;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}

.about_thumb:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.about_thumb:hover::after {
  left: 0;
  opacity: 0;
  right: 0;
}

.about_thumb::after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  right: 51%;
  top: 0;
  z-index: 9;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}

/*** departs section ***/
.departs_container {
  padding: 70px 35px;
  background-image: url(../images/bk3.png);
  overflow: hidden;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

.center_title {
  text-align: center;
  margin-bottom: 40px;
}

.center_title h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 8px;
}

.depart_cardN {
  position: relative;
  border: 1px solid rgba(244, 244, 255, 0.2);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  padding: 35px 16px;
  gap: 20px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.depart_cardN:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.depart_cardN h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
}

.a-full {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 3;
}

.depart_icon {
  max-width: 53px;
  flex-shrink: 0;
}

.hvr-underline-from-center:before {
  background: #AE802C;
}

/*** projects section ***/
.aside_title h2 {
  font-size: 36px;
  margin-bottom: 0;
}

.mixitUp_list {
  gap: 12px;
  flex-wrap: wrap;
  padding: 14px 17px;
  background-color: #F4F4FF;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.mixitUp_list li {
  border: 1px solid #142746;
  background-color: #fff;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 700;
  color: #00002D;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  cursor: pointer;
}

.mixitUp_list li.mixitup-control-active, .mixitUp_list li:hover {
  background-color: #030325;
  color: #fff;
}

.projBox_card {
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.projBox_card:hover .projBox_img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.projBox_card:hover::after {
  left: 0;
  opacity: 0;
  right: 0;
}

.projBox_card::after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  right: 51%;
  top: 0;
  z-index: 9;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}

.projBox_thumb {
  width: 100%;
  aspect-ratio: 377/195;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  margin-bottom: 8px;
  overflow: hidden;
}

.projBox_thumb .projBox_img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.projBox_cont h3 {
  font-size: 20px;
  color: #000016;
}

/*** start footer ***/
.footer_wrapper {
  position: relative;
  background-image: url(../images/bk3.png);
  padding: 34px 23px;
  padding-top: 70px;
  color: #fff;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  overflow: hidden;
}

.footer_title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 140%;
  margin-bottom: 40px;
}

.footer_list {
  list-style-type: none;
}

.footer_list .footer_link {
  display: inline-block;
  color: #F4F4FF;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.footer_list .footer_link:hover {
  color: #AE802C;
}

.footer_SClink {
  color: #F5E8E8;
  gap: 8px;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.footer_SClink svg, .footer_SClink i {
  color: #fff;
}

.fTForm_cardN {
  padding: 34px;
  border: 1px solid #1A1A59;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.form_input {
  width: 100%;
  height: 40px;
  background: transparent;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border: 1px solid rgba(217, 217, 255, 0.1);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 6px 11px;
  margin-bottom: 15px;
}

.form_input:focus {
  border-color: #B0B0FF;
}

.form_input::placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

textarea.form_input {
  min-height: 59px;
  padding-top: 9px;
}

.copyRights__wrap {
  padding: 20px;
  text-align: center;
}

.copyRights__wrap p {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 32px;
  text-align: center;
  margin-bottom: 0;
}

.copyRights__wrap p a {
  color: inherit !important;
}

.go-top {
  position: fixed;
  right: 20px;
  display: none;
  width: 40px;
  height: 40px;
  background: #AE802C;
  color: #fff;
  text-align: center;
  bottom: 20px;
  z-index: 999;
  line-height: 40px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.go-top:hover {
  background-color: #030329;
  color: #fff;
}

[dir="ltr"] .go-top {
  right: auto;
  left: 20px;
}

.fixed_social {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 16px;
  z-index: 99;
}

.fixed_social .social_lisT {
  flex-direction: column;
  gap: 13px;
  background-color: #030333;
  padding: 16px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

.fixed_social .whatss_icon {
  background-color: #030333;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #fff;
  font-size: 20px;
  width: 52px;
  height: 52px;
}

.fixed_social .whatss_icon:hover {
  background-color: #AE802C;
  color: #030329;
}

.social_linkN {
  color: #fff;
  font-size: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
}

[dir="ltr"] .fixed_social {
  right: auto;
  left: 16px;
}

/*** media query screens ***/
@media (min-width: 992px) {
  .my__navbar {
    display: flex;
    align-items: center;
  }
  .desktop__none {
    display: none;
  }
  .topSec_wrap {
    max-height: 100vh;
  }
}

@media (min-width: 1200px) {
  .modal-dialog {
    max-width: 1200px;
  }
}

/*** medium secreens ***/
@media (max-width: 991.98px) {
  .topSec_wrap .relative_container {
    padding-block: 140px 80px;
  }
  .topSec_details {
    padding-bottom: 30px;
  }
  .topSec_details p {
    font-size: 14px;
  }
  .topSec_details h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .navbar__collapse {
    flex-direction: column;
  }
  .contctop_row {
    padding: 10px 0;
  }
  .d__mob__none {
    display: none;
  }
  .secPadding {
    padding: 30px 0;
  }
  .midPadding {
    padding: 18px 0;
  }
  .search_input::placeholder {
    color: #AE802C;
  }
  .about_cont h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .center_title h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .aside_title h2 {
    font-size: 24px;
  }
  .departs_container {
    padding: 40px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background-image: none;
    background-color: #00004C;
  }
  .footer_wrapper {
    background-image: none;
    background-color: #00004C;
    padding: 40px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
  .mixitUp_list li {
    font-weight: 500;
  }
  .go-top {
    bottom: 40px;
    left: 10px;
  }
  .fixed_social {
    right: auto;
    left: 16px;
  }
  [dir="ltr"] .fixed_social {
    left: auto;
    right: 16px;
  }
}

/*** md secreens ***/
@media (min-width: 768px) {
  .alignMD__center {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

/*** mobile secreens ***/
@media (max-width: 767.98px) {
  .wow {
    animation: none !important;
  }
  .orderMD_one {
    order: 0;
  }
  .orderMD_two {
    order: 1;
  }
  .footer_title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .footer_list .footer_link {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .copyRights__wrap {
    padding: 10px 0;
  }
  .stats_cardN {
    text-align: center;
  }
}

/*** small secreens ***/
