@font-face {
  font-family: montserrat;
  font-display: swap;
  src: url(../webfonts/montserrat-Arabic-Regular.woff);
}
* {
  font-family: "montserrat";
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  direction: rtl;
}

::-webkit-scrollbar {
  width: 8px;
  height: 6px;
  border-radius: 0px !important;
}

::-webkit-scrollbar-track {
  border-radius: 0px !important;
  background-color: #eee;
}

::-webkit-scrollbar-thumb {
  background-color: #bdbdbd;
  outline: none;
  border-radius: 20px !important;
}

:target {
  scroll-margin-top: 60px;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #09463f;
}

button:focus {
  outline: 0;
}

.row {
  margin: 0px;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

@media (max-width: 767px) {
  .container,
.container-fluid {
    padding: 0px 8px;
  }
}
video,
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.navbar-toggler {
  border: none;
  box-shadow: none !important;
}

.btn:focus {
  box-shadow: none;
}

body {
  background-color: #f3f3f9;
}

content {
  min-height: 50vh;
  position: relative;
  display: block;
}

.select2-container--default .select2-selection--single {
  min-height: 48px;
  display: flex;
  align-items: center;
  border-color: #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: unset;
  top: 50%;
  transform: translateY(-50%);
}

span.select2.select2-container.select2-container--default {
  width: 100% !important;
}

.select2-results__option--selectable {
  border-radius: 4px;
  margin-bottom: 2px;
  transition: all 0.3s ease-in-out;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #09463f !important;
  color: #ffffff !important;
}

.select2-dropdown {
  border-radius: 4px;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961) !important;
  border-color: transparent;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 10px 20px;
}

.form-control {
  min-height: 48px;
  box-shadow: none !important;
  color: #777;
}

.swiperContainer {
  position: relative;
}
.swiperContainer .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiperContainer .swiper-pagination {
  width: auto !important;
  left: 50% !important;
  transform: translateX(-50%);
  background-color: transparent;
  border-radius: 4px;
  padding: 0px 10px;
  transition: all 0.3s ease-in-out;
}
.swiperContainer .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.3s ease-in-out;
  width: 16px;
  border-radius: 4px;
  opacity: 0.3;
  background-color: #09463f;
  margin: 2px !important;
}
.swiperContainer .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #09463f;
  width: 40px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.swiperBtns {
  position: relative;
  display: flex;
}
.swiperBtns .swiper-pagination {
  margin: 0px 10px;
  display: flex;
  align-items: center;
  position: relative;
  top: unset;
  bottom: unset;
  right: unset;
  left: unset;
  color: #09463f;
}
.swiperBtns .swiper-pagination .swiper-pagination-current {
  font-size: 30px;
  font-weight: bold;
  margin: 0px 8px;
}
.swiperBtns .swiper-pagination .swiper-pagination-total {
  font-size: 20px;
  margin: 0px 8px;
  opacity: 0.6;
}
.swiperBtns .swiper-button-next,
.swiperBtns .swiper-button-prev {
  position: relative;
  right: unset;
  top: unset;
  left: unset;
  bottom: unset;
  margin: 0 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #09463f;
  width: auto;
  transition: all 0.3s ease-in-out;
}
.swiperBtns .swiper-button-next::after,
.swiperBtns .swiper-button-prev::after {
  font-size: 60px;
  font-family: "Font Awesome 6 pro";
  font-weight: 200;
}
@media (max-width: 768px) {
  .swiperBtns .swiper-button-next::after,
.swiperBtns .swiper-button-prev::after {
    font-size: 44px;
  }
}
.swiperBtns .swiper-button-next:hover,
.swiperBtns .swiper-button-prev:hover {
  color: #dcb065;
}
.swiperBtns .swiper-button-next {
  right: unset;
}
.swiperBtns .swiper-button-next::after {
  content: "\f177" !important;
}
.swiperBtns .swiper-button-prev::after {
  content: "\f177" !important;
  transform: scaleX(-1);
}

.fancybox__track,
.fancybox__content,
.carousel__track {
  direction: ltr !important;
}

.fancybox__caption {
  text-align: center;
}

@media (min-width: 768px) {
  .customCursor {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: 1px solid rgba(68, 68, 68, 0.1882352941);
    transition: all 120ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: translate(calc(-50% + 15px), -50%);
    z-index: 999999;
  }
  .customCursorInner {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: rgba(68, 68, 68, 0.5647058824);
    position: fixed;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: width 0.3s, height 0.3s, opacity 0.3s;
    z-index: 999999;
  }
  .customHover {
    width: 70px;
    height: 70px;
    border-color: transparent;
    background-color: rgba(68, 68, 68, 0.1882352941);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.062745098);
  }
  .customClick {
    width: 40px;
    height: 40px;
  }
}
.odometer-inside {
  direction: ltr !important;
}

.loader {
  background: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 9999;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.loader svg {
  width: 80px;
  height: 80px;
  -webkit-animation: flipInY 1.5s infinite alternate;
          animation: flipInY 1.5s infinite alternate;
  margin-bottom: 30px;
}
.loader .spinner {
  display: block;
  position: relative;
  height: 9px;
  width: 100px;
  border: 1px solid rgba(220, 176, 101, 0.1882352941);
  border-radius: 10px;
  overflow: hidden;
}
.loader .spinner::after {
  content: "";
  width: 40%;
  height: 100%;
  background: #dcb065;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  -webkit-animation: animloader 2s linear infinite;
          animation: animloader 2s linear infinite;
  border-radius: 100px;
}
@-webkit-keyframes animloader {
  0% {
    left: 0;
    transform: translateX(-100%);
  }
  100% {
    left: 100%;
    transform: translateX(0%);
  }
}
@keyframes animloader {
  0% {
    left: 0;
    transform: translateX(-100%);
  }
  100% {
    left: 100%;
    transform: translateX(0%);
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1024;
  transition: all 0.3s ease-in-out;
  background-color: rgba(243, 243, 249, 0.1882352941);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
header .navbar {
  padding: 20px 10px;
  transition: all 0.3s ease-in-out;
  isolation: isolate;
}
header .navbar .navbar-nav {
  align-items: center;
}
header .navbar .navbar-brand {
  margin: 0;
  padding: 0;
}
header .navbar .navbar-brand img {
  height: 60px;
  transition: all 0.3s ease-in-out;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 480px) {
  header .navbar .navbar-brand img {
    height: 50px;
  }
}
header .navbar .nav-link {
  color: #292929;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0 3px;
  padding: 8px 4px;
}
header .navbar .nav-link i {
  font-size: 14px;
}
header .navbar .nav-link:hover, header .navbar .nav-link:focus {
  color: #dcb065 !important;
}
header .navbar .sideBtn {
  position: relative;
  width: 24px;
  height: 24px;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  z-index: 99999;
}
header .navbar .sideBtn span {
  position: absolute;
  display: block;
  width: 24px;
  height: 2px;
  background-color: #09463f;
  margin: 4px 0;
  transition: all 0.3s ease-in-out;
}
header .navbar .sideBtn span:first-child {
  top: 0;
}
header .navbar .sideBtn span:nth-child(2) {
  width: 10px;
  top: 7px;
}
header .navbar .sideBtn span:nth-child(3) {
  width: 16px;
  bottom: 0;
}
header .navbar .sideBtn:not(.active):hover span:first-child {
  width: 16px;
}
header .navbar .sideBtn:not(.active):hover span:nth-child(2) {
  width: 20px;
}
header .navbar .sideBtn.active span {
  background-color: #09463f !important;
}
header .navbar .sideBtn.active span:first-child {
  transform: rotate(45deg);
  top: 8px;
  width: 20px;
}
header .navbar .sideBtn.active span:nth-child(2) {
  width: 0;
  opacity: 0;
}
header .navbar .sideBtn.active span:last-child {
  transform: rotate(-45deg);
  top: 8px;
  width: 20px;
}
header .navbar .sideMenu {
  position: fixed;
  z-index: 99998;
  right: -100%;
  top: 0;
  height: 100vh;
  background-color: #f3f3f9;
  padding: 50px 24px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
header .navbar .sideMenu.active {
  right: 0px;
}
header .navbar .sideMenu .sideMenuInner {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  height: 100%;
}
header .navbar .sideMenu .sideMenuInner .sideMenuLink {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 5px;
  color: #292929;
  padding: 8px 0;
  transition: all 0.3s ease-in-out;
}
header .navbar .sideMenu .sideMenuInner .sideMenuLink:hover {
  color: #dcb065;
}
header .navbar .dropdown {
  text-align: center;
}
header .navbar .dropdown .userImg {
  width: 36px;
  height: 36px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  border: 1px solid #dcb065;
}
header .navbar .dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .navbar .dropdown .dropdown-toggle::after {
  border: none !important;
  content: "\f104" !important;
  font-family: "Font Awesome 6 Pro";
  transition: all 0.3s ease-in-out;
  margin-right: 5px;
  width: 10px !important;
  transform: rotate(-90deg);
}
header .navbar .dropdown .dropdown-menu {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown !important;
          animation-name: fadeOutDown !important;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  background-color: #ffffff;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
  padding: 5px 0;
  right: unset;
  top: 100%;
  left: -50%;
  margin-top: 0;
  border: none;
}
header .navbar .dropdown .dropdown-menu a {
  border-radius: 2px;
  padding: 8px 12px;
  padding-right: 16px;
  margin-bottom: 5px;
  position: relative;
}
header .navbar .dropdown .dropdown-menu a::before {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 0px;
  height: 80%;
  background-color: #09463f;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  transition: 0.1s ease-in-out;
  transform: translateY(-50%);
}
header .navbar .dropdown .dropdown-menu a:hover::before {
  width: 5px;
}
header .navbar .dropdown:hover .dropdown-menu, header .navbar .dropdown:focus .dropdown-menu {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp !important;
          animation-name: fadeInUp !important;
}
@media (min-width: 768px) {
  header .navbar .dropdown:hover .dropdown-menu, header .navbar .dropdown:focus .dropdown-menu {
    display: block;
  }
}
@media (max-width: 768px) {
  header .navbar .dropdown .dropdown-menu {
    -webkit-animation-name: unset !important;
            animation-name: unset !important;
    box-shadow: none;
    text-align: center;
    background-color: #ffffff;
    margin: 10px 0;
    left: -20%;
  }
  header .navbar .dropdown:hover .dropdown-menu {
    -webkit-animation-name: unset !important;
            animation-name: unset !important;
  }
}
header .headerAnimate {
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
  padding: 5px;
  background-color: #f3f3f9;
}

.mainSection {
  position: relative;
  margin-top: 70px;
  min-height: calc(100vh - 100px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainSection .mainSlider {
  position: relative;
}
.mainSection .mainSlider .mainSliderContainer {
  width: 100%;
  height: 100%;
}
.mainSection .mainSlider .mainSliderContainer .swiper-slide .info {
  padding: 20px 30px;
  margin-right: 100px;
}
@media (max-width: 768px) {
  .mainSection .mainSlider .mainSliderContainer .swiper-slide .info {
    margin-right: 0px;
    text-align: center;
    padding: 30px 10px;
  }
}
.mainSection .mainSlider .mainSliderContainer .swiper-slide .info .hint {
  color: #777777;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 20px !important;
}
@media (max-width: 768px) {
  .mainSection .mainSlider .mainSliderContainer .swiper-slide .info .hint {
    font-size: 16px !important;
  }
}
.mainSection .mainSlider .mainSliderContainer .swiper-slide .info .sliderTitle {
  font-size: 50px !important;
  color: #09463f;
  font-weight: bolder;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .mainSection .mainSlider .mainSliderContainer .swiper-slide .info .sliderTitle {
    font-size: 30px !important;
  }
}
.mainSection .mainSlider .mainSliderContainer .swiper-slide .info a {
  margin-top: 20px;
  display: inline-block;
}
.mainSection .mainSlider .mainSliderContainer .swiper-button-next,
.mainSection .mainSlider .mainSliderContainer .swiper-button-prev {
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.1882352941);
  color: #ffffff;
}
.mainSection .mainSlider .mainSliderContainer .swiper-button-next {
  left: 40px;
}
.mainSection .mainSlider .mainSliderContainer .swiper-button-prev {
  right: 40px;
}
.mainSection .mainSlider .mainSliderContainer:hover .swiper-button-next,
.mainSection .mainSlider .mainSliderContainer:hover .swiper-button-prev {
  opacity: 1;
}
.mainSection .mainSlider .mainSliderContainer .swiper-pagination {
  left: 20px !important;
  transform: translateX(0%);
}
.mainSection .mainSlider .mainSliderContainer .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
}
.mainSection .mainSlider .mainSliderContainer .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.mainSection .mainSlideItem.swiper-slide-active .sliderTitle {
  -webkit-animation: slideInRight 1s 0s both;
          animation: slideInRight 1s 0s both;
}
.mainSection .mainSlideItem.swiper-slide-active .hint {
  -webkit-animation: fadeInUp 1s 1s both;
          animation: fadeInUp 1s 1s both;
}
.mainSection .mainSlideItem.swiper-slide-active a {
  -webkit-animation: fadeInUp 1s 1.5s both;
          animation: fadeInUp 1s 1.5s both;
}

#globe {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  padding: 20px 0;
}
@media (max-width: 768px) {
  #globe {
    height: 300px;
  }
}
#globe canvas {
  width: 100%;
  height: 100%;
  min-height: 280px;
}

.bubble-animate {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -2;
}
.bubble-animate .circle {
  bottom: 0;
  position: absolute;
  border-radius: 50%;
  background: #989db5;
}
.bubble-animate .circle.small {
  width: 20px;
  height: 20px;
  opacity: 0.2;
}
.bubble-animate .circle.small.square1 {
  left: 18%;
  top: 100%;
  -webkit-animation-name: smallBubble;
          animation-name: smallBubble;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
.bubble-animate .circle.small.square2 {
  left: 36%;
  top: 100%;
  -webkit-animation-name: smallBubble;
          animation-name: smallBubble;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
.bubble-animate .circle.small.square3 {
  left: 54%;
  top: 100%;
  -webkit-animation-name: smallBubble;
          animation-name: smallBubble;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
.bubble-animate .circle.small.square4 {
  left: 72%;
  top: 100%;
  -webkit-animation-name: smallBubble;
          animation-name: smallBubble;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
.bubble-animate .circle.small.square5 {
  left: 90%;
  top: 100%;
  -webkit-animation-name: smallBubble;
          animation-name: smallBubble;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
.bubble-animate .circle.medium {
  width: 40px;
  height: 40px;
  opacity: 0.35;
}
.bubble-animate .circle.medium.square1 {
  left: 21%;
  top: 100%;
  -webkit-animation-name: mediumBubble;
          animation-name: mediumBubble;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
.bubble-animate .circle.medium.square2 {
  left: 42%;
  top: 100%;
  -webkit-animation-name: mediumBubble;
          animation-name: mediumBubble;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
.bubble-animate .circle.medium.square3 {
  left: 63%;
  top: 100%;
  -webkit-animation-name: mediumBubble;
          animation-name: mediumBubble;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
.bubble-animate .circle.medium.square4 {
  left: 84%;
  top: 100%;
  -webkit-animation-name: mediumBubble;
          animation-name: mediumBubble;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
.bubble-animate .circle.medium.square5 {
  left: 105%;
  top: 100%;
  -webkit-animation-name: mediumBubble;
          animation-name: mediumBubble;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
.bubble-animate .circle.large {
  width: 100px;
  height: 100px;
  opacity: 0.15;
}
.bubble-animate .circle.large.square1 {
  left: 21%;
  top: 100%;
  -webkit-animation-name: bigBubble;
          animation-name: bigBubble;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
.bubble-animate .circle.large.square2 {
  left: 42%;
  top: 100%;
  -webkit-animation-name: bigBubble;
          animation-name: bigBubble;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
.bubble-animate .circle.large.square3 {
  left: 63%;
  top: 100%;
  -webkit-animation-name: bigBubble;
          animation-name: bigBubble;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 13s;
          animation-delay: 13s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
.bubble-animate .circle.large.square4 {
  left: 84%;
  top: 100%;
  -webkit-animation-name: bigBubble;
          animation-name: bigBubble;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
.bubble-animate .circle.large.square5 {
  left: 105%;
  top: 100%;
  -webkit-animation-name: bigBubble;
          animation-name: bigBubble;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
@-webkit-keyframes smallBubble {
  0% {
    top: 100%;
    margin-left: 10px;
  }
  25% {
    margin-left: -10px;
  }
  50% {
    margin-left: 10px;
  }
  75% {
    margin-left: -10px;
  }
  100% {
    top: 0%;
    opacity: 0;
    margin-left: 0px;
  }
}
@keyframes smallBubble {
  0% {
    top: 100%;
    margin-left: 10px;
  }
  25% {
    margin-left: -10px;
  }
  50% {
    margin-left: 10px;
  }
  75% {
    margin-left: -10px;
  }
  100% {
    top: 0%;
    opacity: 0;
    margin-left: 0px;
  }
}
@-webkit-keyframes mediumBubble {
  0% {
    top: 100%;
    margin-left: 15px;
  }
  25% {
    margin-left: -15px;
  }
  50% {
    margin-left: 15px;
  }
  75% {
    margin-left: -15px;
  }
  100% {
    top: 0%;
    opacity: 0;
    margin-left: 0px;
  }
}
@keyframes mediumBubble {
  0% {
    top: 100%;
    margin-left: 15px;
  }
  25% {
    margin-left: -15px;
  }
  50% {
    margin-left: 15px;
  }
  75% {
    margin-left: -15px;
  }
  100% {
    top: 0%;
    opacity: 0;
    margin-left: 0px;
  }
}
@-webkit-keyframes bigBubble {
  0% {
    top: 100%;
    margin-left: 20px;
  }
  25% {
    margin-left: -20px;
  }
  50% {
    margin-left: 20px;
  }
  75% {
    margin-left: -20px;
  }
  100% {
    top: 0%;
    opacity: 0;
    margin-left: 0px;
  }
}
@keyframes bigBubble {
  0% {
    top: 100%;
    margin-left: 20px;
  }
  25% {
    margin-left: -20px;
  }
  50% {
    margin-left: 20px;
  }
  75% {
    margin-left: -20px;
  }
  100% {
    top: 0%;
    opacity: 0;
    margin-left: 0px;
  }
}

.animatedLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #09463f;
  transition: all 0.3s ease-in-out;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  background: none;
  isolation: isolate;
}
.animatedLink i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: width 0.3s ease-in-out;
}
.animatedLink i span {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: 1px solid #09463f;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
}
.animatedLink:hover {
  padding: 0 20px;
  color: #ffffff;
}
.animatedLink:hover i {
  width: 20px;
}
.animatedLink:hover i span {
  width: 100%;
  border: 1px solid #dcb065;
  background-color: #dcb065;
}

.SectionTitle {
  position: relative;
  padding: 30px;
  text-align: center;
}
.SectionTitle .title {
  font-weight: bold;
  font-size: 50px !important;
  color: #09463f;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .SectionTitle .title {
    font-size: 28px !important;
  }
}
.SectionTitle .hint {
  color: #777777;
}

.services {
  padding-top: 50px;
}
.services .swiper-wrapper {
  padding: 30px 0px 80px;
}
.services .swiper-wrapper .swiper-slide {
  width: auto !important;
}
.services .swiper-wrapper .swiper-slide:nth-child(even) {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .services .swiper-wrapper .swiper-slide:nth-child(even) {
    margin-top: unset;
  }
}

.flipCard {
  width: 100%;
  height: 400px;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  perspective: 1000px;
}
.flipCard .cardFront {
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: rotateY(0deg);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.flipCard .cardFront .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: auto;
  color: #ffffff;
}
.flipCard .cardFront .content h3 {
  font-weight: bold;
}
.flipCard .cardFront .content .animatedLink {
  color: #ffffff;
}
.flipCard .cardFront .content .animatedLink i {
  font-size: 24px;
}
.flipCard .cardFront .content .animatedLink span {
  border-color: #ffffff;
}
.flipCard .cardBack {
  padding: 20px;
  position: absolute;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: rotateY(180deg);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.0509803922);
  background-color: #fff;
}
.flipCard .cardBack .content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.flipCard .cardBack .content img {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 30px;
}
.flipCard .cardBack .content h3 {
  font-weight: bold;
  color: #09463f;
  margin-bottom: 15px;
}
.flipCard .cardBack .content p {
  color: #777777;
}
.flipCard .cardBack .content a {
  margin-top: auto;
  margin-right: auto;
}
.flipCard:hover {
  z-index: 2;
}
.flipCard:hover .cardFront {
  transform: rotateY(-180deg);
}
.flipCard:hover .cardBack {
  transform: rotateY(0deg);
}

.sectionTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center !important;
}
@media (max-width: 768px) {
  .sectionTop {
    flex-direction: column;
  }
}

.countries {
  padding: 70px 0 50px;
  background: linear-gradient(45deg, rgba(243, 243, 249, 0.9098039216), rgba(243, 243, 249, 0.9607843137)), url(../img/countries.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (max-width: 768px) {
  .countries {
    background-size: contain;
  }
}
.countries .allCountries {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .countries .allCountries {
    margin-top: 0;
  }
}
.countries .country {
  position: relative;
  isolation: isolate;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  margin-top: 60px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background-image: linear-gradient(-45deg, #ece4d7, #fdfaf5);
}
.countries .country:hover {
  box-shadow: 6px 10px 15px #dddde3, -10px -12px 15px #ffffff;
  z-index: 1;
  background-color: #ffffff;
}
.countries .country img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: auto;
  margin-top: -50px;
  margin-bottom: 20px;
  border-radius: 100px;
}
.countries .country h2 {
  font-weight: bold;
  color: #09463f;
  margin-bottom: 20px;
}
.countries .country p {
  color: #777;
  margin-bottom: 20px;
}

.steps {
  padding: 50px 0 30px;
}
.steps .allSteps {
  display: flex;
  padding: 20px 0px;
  margin-top: 30px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 678px) {
  .steps .allSteps {
    flex-direction: column;
  }
}
.steps .allSteps::before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #09463f;
  position: absolute;
  top: 50%;
  left: 0;
}
@media (max-width: 678px) {
  .steps .allSteps::before {
    display: none;
  }
}
.steps .allSteps .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: 250px;
  width: 100%;
}
@media (max-width: 678px) {
  .steps .allSteps .step {
    height: auto;
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
.steps .allSteps .step::after {
  content: "";
  width: 30px;
  height: 30px;
  border: 1px dashed #09463f;
  background-color: #09463f;
  border-radius: 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
@media (max-width: 678px) {
  .steps .allSteps .step::after {
    top: 0;
    bottom: unset;
  }
}
.steps .allSteps .step:nth-child(1):after {
  content: "1";
}
.steps .allSteps .step:nth-child(2):after {
  content: "2";
}
.steps .allSteps .step:nth-child(3):after {
  content: "3";
}
.steps .allSteps .step:nth-child(4):after {
  content: "4";
}
.steps .allSteps .step:nth-child(5):after {
  content: "5";
}
.steps .allSteps .step::before {
  content: "";
  width: 2px;
  height: 15px;
  border-left: 1px dashed #09463f;
  border-radius: 100px;
  position: absolute;
  bottom: 30px;
  left: calc(50% + 1px);
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 678px) {
  .steps .allSteps .step::before {
    top: -15px;
    height: 60px;
    bottom: unset;
  }
}
@media (max-width: 678px) {
  .steps .allSteps .step:first-child::before {
    top: 0;
    height: 45px;
  }
}
.steps .allSteps .step .images {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.steps .allSteps .step .images img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 2px;
  height: 40px;
  width: 60px;
  border-radius: 8px;
}
.steps .allSteps .step .icon {
  position: relative;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.steps .allSteps .step .icon i {
  font-size: 40px;
  color: #09463f;
}
.steps .allSteps .step .icon::after {
  content: "";
  width: 80px;
  height: 50px;
  background-color: #dcb065;
  opacity: 0.3;
  position: absolute;
  left: calc(50% - 44px);
  top: 12px;
  transform: skewX(-55deg) rotateX(60deg) rotateY(14deg);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.steps .allSteps .step:nth-child(even) {
  margin-top: 220px;
  padding-bottom: 0px;
  padding-top: 60px;
}
@media (max-width: 678px) {
  .steps .allSteps .step:nth-child(even) {
    margin-top: unset;
    padding-bottom: 30px;
    padding-top: 70px;
  }
}
.steps .allSteps .step:nth-child(even)::after {
  bottom: unset;
  top: 0;
}
.steps .allSteps .step:nth-child(even)::before {
  top: 30px;
  bottom: unset;
}
@media (max-width: 678px) {
  .steps .allSteps .step:nth-child(even)::before {
    top: -15px;
  }
}
.steps .allSteps .step:hover .icon::after {
  transform: skewX(-25deg) rotateX(30deg) rotateY(8deg);
}

.statistics {
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .statistics {
    padding: 0px 10px;
  }
}
.statistics .container {
  background: linear-gradient(45deg, rgba(220, 176, 101, 0.5647058824), rgba(220, 176, 101, 0.3176470588)), url(../img/statistics.jpg);
  background-size: contain;
  background-position: bottom;
  border-radius: 24px;
  padding: 40px 0;
}
.statistics .specifications {
  padding: 30px;
  border-radius: 16px;
  height: 100%;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
}
.statistics .specifications i {
  font-size: 60px;
  color: #09463f;
  transition: all 0.3s ease-in-out;
  display: block;
  margin-left: 20px;
}
.statistics .specifications h1 {
  font-weight: bold;
  margin-left: 10px;
  color: #09463f;
  transition: all 0.3s ease-in-out;
  display: block;
  font-size: 32px !important;
  text-align: right;
}
@media (max-width: 768px) {
  .statistics .specifications h1 {
    margin: 0;
    margin-bottom: 10px;
  }
}
.statistics .specifications h6 {
  color: #09463f;
  transition: all 0.3s ease-in-out;
}
.statistics .specifications:hover {
  background-color: #09463f;
  transform: translateY(-5px);
}
.statistics .specifications:hover i,
.statistics .specifications:hover h6,
.statistics .specifications:hover h1 {
  color: #dcb065;
}
@media (max-width: 768px) {
  .statistics .specifications {
    flex-direction: column;
    justify-content: center;
    padding: 20px 10px;
    text-align: center;
    text-align: center;
  }
  .statistics .specifications i {
    margin: 0;
    margin-bottom: 20px;
    font-size: 30px;
  }
}

.headTitle {
  text-align: center;
  margin-bottom: 50px;
}
.headTitle h2 {
  font-size: 36px !important;
  color: #09463f;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .headTitle h2 {
    font-size: 28px !important;
  }
}
.headTitle h1 {
  font-weight: bold;
}
.headTitle a {
  margin-top: 20px;
}

.googleMap {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: none;
  min-height: 250px;
}

.contactForm {
  padding: 70px 0;
}
@media (max-width: 768px) {
  .contactForm {
    padding: 40px 0;
  }
}
.contactForm .sideTitle {
  justify-content: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .contactForm .sideTitle {
    text-align: center;
    padding-right: 0;
    padding-top: 50px;
  }
  .contactForm .sideTitle::before {
    content: "";
    top: 0;
    right: calc(50% - 15px);
  }
}
.contactForm form {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
  background-color: rgba(255, 255, 255, 0.6392156863);
  padding: 20px;
  border-radius: 16px;
  position: relative;
}
.contactForm form .form-control {
  background-color: transparent;
  border-color: rgba(29, 113, 184, 0.2784313725);
}
.contactForm form .form-label {
  color: #555;
}
.contactForm form .form-label i {
  color: #09463f;
}
.contactForm .contactInfo {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contactForm .contactInfo .info {
  background-color: #ffffff;
  margin: 8px 0;
  padding: 20px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.contactForm .contactInfo .info i {
  min-width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  border-radius: 100px;
  border: 1px dashed #09463f;
  color: #09463f;
  transition: all 0.3s ease-in-out;
}
.contactForm .contactInfo .info h6 {
  font-weight: bold;
  color: #777;
  margin-bottom: 8px;
  font-size: small;
}
.contactForm .contactInfo .info:hover {
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
  z-index: 2;
}
.contactForm .contactInfo .info:hover i {
  background-color: rgba(29, 113, 184, 0.1882352941);
}

.references {
  padding: 40px 0;
  background-image: linear-gradient(45deg, rgba(243, 228, 202, 0.1882352941), rgba(243, 228, 202, 0.3137254902)), url(../img/map.webp);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.references .swiper-slide {
  width: auto;
}
.references .referenceLogo {
  height: 150px;
  padding: 10px 20px;
}
.references .referenceLogo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.recruitments {
  padding: 50px 0;
  background: linear-gradient(45deg, rgba(2, 98, 87, 0.9411764706), rgba(0, 69, 61, 0.9803921569)), url(../img/s3.webp), url(../img/service1.webp);
  background-attachment: fixed;
  background-size: cover;
}
.recruitments .SectionTitle h1 {
  color: #dcb065 !important;
}
.recruitments .recruitmentsteps {
  position: relative;
  justify-content: center;
}
.recruitments .recruitmentsteps .rStep {
  background-color: #09463f;
  padding: 20px;
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  border-radius: 16px;
  margin: auto;
  isolation: isolate;
}
.recruitments .recruitmentsteps .rStep::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  width: 100%;
  height: 100%;
  background-color: #09463f;
  z-index: -1;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
}
.recruitments .recruitmentsteps .rStep::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  border: 1px dashed #dcb065;
  z-index: -2;
}
.recruitments .recruitmentsteps .rStep .num {
  min-width: 48px;
  min-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background-color: #dcb065;
  color: #09463f;
  margin-bottom: 20px;
  font-weight: bold;
}
.recruitments .recruitmentsteps .rStep h5 {
  font-weight: bold;
  color: #dcb065;
  margin-bottom: 10px;
}
.recruitments .recruitmentsteps .rStep p {
  color: #dcdcdc;
}
.recruitments .recruitmentsteps .rStep:hover::before {
  transform: translateX(-50%) translateY(-50%) rotate(60deg);
}
.recruitments .recruitmentsteps .rCol:last-child .rStep::after, .recruitments .recruitmentsteps .rCol:nth-child(4n) .rStep::after {
  display: none;
}
@media (max-width: 992px) {
  .recruitments .recruitmentsteps .rCol:nth-child(2n) .rStep::after {
    display: none;
  }
}
@media (max-width: 576px) {
  .recruitments .recruitmentsteps .rCol .rStep::after {
    position: absolute;
    top: 100%;
    right: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
  }
  .recruitments .recruitmentsteps .rCol:nth-child(2n) .rStep::after {
    display: unset;
  }
}

.footer {
  background-color: #c7d2d6;
  background-size: cover;
  padding: 20px 0;
  position: relative;
  z-index: 2;
}
.footer .info {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .footer .info {
    flex-direction: column;
    text-align: center;
  }
}
.footer .info .logo {
  height: 80px;
  width: 160px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
}
.footer .info p {
  color: #666276;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 30px;
}
.footer .info .data {
  padding: 20px 10px 10px;
}
.footer .head {
  font-weight: bold;
  text-transform: uppercase;
  color: #1f1b2d;
  margin-bottom: 15px;
  padding-bottom: 20px;
  position: relative;
}
.footer .head::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 100px;
}
@media (max-width: 768px) {
  .footer .head::after {
    width: 100%;
  }
}
.footer .head::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .footer .head {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .footer .Links {
    text-align: center;
  }
}
.footer .Links ul {
  padding: 0;
  margin: 0;
}
.footer .Links ul li {
  margin-bottom: 5px;
  padding: 5px 10px;
  display: inline-block;
}
.footer .Links ul li a {
  color: #454056;
}
.footer .Links ul li a:hover {
  color: #dcb065;
}
.footer .Links .more {
  padding: 5px;
  display: flex;
  margin-bottom: 5px;
}
.footer .Links .more p {
  color: #ffffff;
  white-space: nowrap;
  margin-left: 10px;
}
.footer .Links .more a {
  color: #dcb065;
  margin-left: 10px;
}
.footer .Links .more a:last-child {
  margin-left: 0px;
}
.footer .Links .more a:hover {
  color: #ffffff;
}
.footer .Copyright {
  padding: 20px 20px 0;
  border-top: 1px solid #292929;
  text-align: center;
  color: #454056;
  font-size: small;
}
.footer .Copyright p {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .Copyright p a {
  color: #dcb065;
  font-size: small;
  display: flex;
  justify-content: center;
}
.footer .Copyright p a:hover {
  color: #09463f;
}
.footer .Copyright p a img {
  height: 20px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0px 5px;
}
.footer .apps {
  background-color: #1f1b2d;
  border-radius: 16px;
  width: 100%;
  padding: 20px;
  padding-bottom: 0;
  margin-top: 50px;
  display: flex;
  align-items: flex-end;
}
.footer .apps .mobile {
  margin-top: -80px;
  width: 200px;
}
.footer .apps .downloadLinks {
  padding-right: 20px;
  padding-bottom: 10px;
}
.footer .apps .downloadLinks h5 {
  margin-bottom: 10px;
  color: #fff;
}
.footer .apps .downloadLinks p {
  font-size: 12px;
  color: #e2e2e2;
}
.footer .apps .downloadLinks .download {
  display: flex;
  margin-top: 20px;
}
.footer .apps .downloadLinks .download img {
  background-color: #3f3a4f;
  padding: 10px;
  border-radius: 8px;
  height: 40px;
  margin: 0 5px;
}
@media (max-width: 768px) {
  .footer .apps {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer .apps .mobile {
    margin-bottom: 20px;
    border-radius: 0 0 10px 10px;
  }
  .footer .apps .download {
    justify-content: center;
  }
}
.footer .socialIcons {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer .socialIcons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  border-radius: 100px;
  margin: 2px;
  color: #666276;
  transition: all 0.3s ease-in-out;
}
.footer .socialIcons a:hover {
  background-color: #dcb065;
  color: #ffffff;
  transform: translateY(-3px);
}

.banner {
  background: linear-gradient(180deg, rgba(243, 243, 249, 0.1215686275), rgba(243, 243, 249, 0.8784313725)), url(../img/map.webp);
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
  text-align: center;
}
.banner h1 {
  font-weight: bold;
  color: #09463f;
  font-size: 40px !important;
}
@media (max-width: 768px) {
  .banner h1 {
    font-size: 30px !important;
  }
}
.banner ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-top: 20px;
  padding: 0;
}
.banner ul li {
  padding: 10px 20px;
  padding-left: 15px;
  position: relative;
}
.banner ul li:last-child::after {
  display: none;
}
.banner ul li::after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #09463f;
  position: absolute;
  left: -5px;
  top: calc(50% - 1px);
}
.banner ul li a {
  color: #09463f;
}
.headTitle {
  text-align: center;
  margin-bottom: 50px;
}
.headTitle h1 {
  font-size: 36px !important;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .headTitle h1 {
    font-size: 28px !important;
  }
}
.headTitle h1 {
  font-weight: bold;
}
.headTitle a {
  margin-top: 20px;
}

.selectCustomerService {
  padding: 70px 0;
  margin-top: 100px;
}
.selectCustomerService .headTitle h2 {
  font-size: 30px !important;
}
@media (max-width: 768px) {
  .selectCustomerService .headTitle h2 {
    font-size: 20px !important;
  }
}
.selectCustomerService .headTitle p {
  color: #777;
}
.selectCustomerService .choose {
  position: relative;
  display: flex;
  justify-content: space-around;
  background-color: #c7d2d6;
  padding: 20px;
  border-radius: 10px;
}
.selectCustomerService .choose .customerOption {
  width: 100%;
}
.selectCustomerService .choose .btn {
  padding: 15px 20px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
  box-shadow: none;
  width: 96%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  transition: all 0.3s ease-in-out;
  border: 4px solid transparent;
}
.selectCustomerService .choose .btn img {
  height: 80px;
  width: 80px;
  margin: 0 auto 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.selectCustomerService .choose .btn span {
  text-transform: capitalize;
}
.selectCustomerService .choose .btn-check:active + .btn-outline,
.selectCustomerService .choose .btn-check:checked + .btn-outline,
.selectCustomerService .choose .btn-outline.active,
.selectCustomerService .choose .btn-outline.dropdown-toggle.show,
.selectCustomerService .choose .btn-outline:active {
  background-color: #ffffff;
  color: #09463f;
  border: 4px solid #09463f;
}
.selectCustomerService .choose .btn-check:active + .btn-outline::after,
.selectCustomerService .choose .btn-check:checked + .btn-outline::after,
.selectCustomerService .choose .btn-outline.active::after,
.selectCustomerService .choose .btn-outline.dropdown-toggle.show::after,
.selectCustomerService .choose .btn-outline:active::after {
  content: "\f336" !important;
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
  position: absolute;
  font-size: 20px;
  top: 5px;
  right: 10px;
}

.contactCustomerService {
  padding: 70px 0;
  margin-top: 100px;
}

.selectedCustomer {
  border-radius: 8px;
  isolation: isolate;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
  margin: 10px 0;
  text-align: center;
}
.selectedCustomer h6 {
  line-height: 30px;
}
.selectedCustomer h6 span {
  font-weight: bold;
  color: #09463f;
  padding: 0px 5px;
}

.selectedCustomerInfo .info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
  background: #ffffff;
}
.selectedCustomerInfo .info img {
  height: 80px;
  width: 80px;
  margin: 0 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.selectedCustomerInfo .info .text h5 {
  font-weight: bold;
  margin-bottom: 10px;
  color: #09463f;
}
.selectedCustomerInfo .contact {
  padding: 10px 20px;
  background-color: #ffffff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
  height: 100%;
  text-align: center;
  color: #292929;
}
.selectedCustomerInfo .contact i {
  font-size: 35px;
  display: block;
  margin-bottom: 10px;
}
.selectedCustomerInfo .contact i.fa-whatsapp-square {
  color: #038735;
}
.selectedCustomerInfo .contact i.fa-square-phone {
  color: #1e90ff;
}
.selectedCustomerInfo .contact:hover {
  background-color: #dcb065;
  color: #09463f;
}

.faq {
  padding: 70px 0;
}

.accordion .accordion-button {
  margin-bottom: 5px;
}
.accordion .accordion-button:not(.collapsed) {
  background-color: rgba(196, 131, 46, 0.1882352941);
  color: #09463f;
  box-shadow: none !important;
}
.accordion ul {
  list-style: auto;
  margin: 0;
}
.accordion ul li {
  margin-bottom: 20px;
  font-size: small;
  color: #777;
}
.accordion p {
  font-size: small;
  color: #777;
}

.filter {
  padding: 50px 0 30px;
}
.filter h4 {
  font-weight: bold;
  margin-bottom: 10px;
  color: #09463f;
}
.filter select {
  width: 100%;
}
.filter label {
  margin-bottom: 8px;
}
.filter label i {
  color: #09463f;
}
.filter .clear {
  border-radius: 1000px;
  background-color: #777;
  color: #ffffff;
  padding: 8px 16px;
}

.workerCv {
  padding: 10px;
  border: 1px solid #eee;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  isolation: isolate;
  height: 100%;
  border-radius: 24px;
}
.workerCv:hover {
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
}
.workerCv .workerCvSlider {
  padding-bottom: 35px;
}
.workerCv .workerCvSlider img {
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  cursor: zoom-in;
}
.workerCv .swiper-button-prev,
.workerCv .swiper-button-next {
  color: #09463f;
  width: 30px;
  height: 30px;
}
.workerCv .swiper-button-prev:hover,
.workerCv .swiper-button-next:hover {
  background-color: #dcb065;
  color: #09463f;
}
.workerCv .swiper-button-prev::after, .workerCv .swiper-button-prev::before,
.workerCv .swiper-button-next::after,
.workerCv .swiper-button-next::before {
  font-weight: 300;
  font-size: 20px;
}
.workerCv ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.workerCv ul li {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  min-width: 49%;
  padding: 10px;
}
.workerCv ul li h6 {
  color: #777;
}
.workerCv ul li p {
  font-weight: bold;
  margin-right: 5px;
}

.pagination {
  padding: 50px 0;
  justify-content: center;
}
.pagination .page-link {
  color: #09463f;
  box-shadow: none !important;
}
.pagination .active {
  background-color: #09463f;
  color: #dcb065;
}
.pagination .active .page-link {
  background-color: #09463f;
  color: #dcb065;
  border: #09463f;
}

.customOrder {
  padding: 10px 20px;
  border-radius: 8px;
  background-color: #c7d2d6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 3;
  margin-bottom: 30px;
  border-top: 2px solid #09463f;
  text-align: center;
}
@media (max-width: 768px) {
  .customOrder {
    align-items: center;
    justify-content: center;
  }
  .customOrder a {
    margin-top: 10px;
  }
}

.pageError {
  margin-top: 100px;
}
.pageError .notFound {
  text-align: center;
  padding: 50px 0;
}
.pageError .notFound img {
  width: 100%;
  max-height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 30px;
}
.pageError .notFound h2 {
  color: #292929;
  margin-bottom: 20px;
}
.pageError .notFound h2 span {
  color: #09463f;
  font-weight: bold;
}
.pageError .notFound p {
  margin-bottom: 20px;
}

.arriveWorker {
  padding: 70px 0 50px;
  position: relative;
  overflow: hidden;
}
.arriveWorker .arriveWorkerInfo {
  position: relative;
  display: flex;
  align-items: center;
}
.arriveWorker .arriveWorkerInfo .image {
  position: relative;
  width: 30%;
}
.arriveWorker .arriveWorkerInfo .image img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  border-radius: 70px 4px 70px;
  position: relative;
  z-index: 2;
  border: 1px solid #09463f;
}
.arriveWorker .arriveWorkerInfo .image::before {
  content: "";
  width: 150px;
  height: 150px;
  position: absolute;
  right: -50px;
  top: -50px;
  background: url(../img/dots.webp);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  transform: rotate(45deg);
  -webkit-animation: bounceIn 3s infinite ease-in-out both;
          animation: bounceIn 3s infinite ease-in-out both;
}
.arriveWorker .arriveWorkerInfo .info {
  position: relative;
  width: 70%;
  padding: 20px;
}
.arriveWorker .arriveWorkerInfo .info::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #c7d2d6;
}
.arriveWorker .arriveWorkerInfo .info::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 10px;
  width: 100%;
  height: 100%;
  border: 1px solid #09463f;
  z-index: 1;
}
.arriveWorker .arriveWorkerInfo .info h3 {
  font-weight: bold;
  font-size: 35px !important;
  margin-bottom: 20px;
  color: #09463f;
  position: relative;
  z-index: 3;
}
.arriveWorker .arriveWorkerInfo .info p {
  color: #777;
  position: relative;
  z-index: 3;
  margin-bottom: 20px;
}
.arriveWorker .arriveWorkerInfo .info a {
  position: relative;
  z-index: 3;
}
.arriveWorker .arriveWorkerInfo .info h5 {
  font-size: 20px !important;
  color: #09463f;
  position: relative;
  z-index: 3;
}
.arriveWorker .arriveWorkerInfo:nth-child(odd) {
  flex-direction: row-reverse;
}
.arriveWorker .arriveWorkerInfo:nth-child(odd) .image::before {
  right: unset;
  left: -50px;
  animation: heartBeat 5s infinite ease-in-out both reverse;
}
.arriveWorker .arriveWorkerInfo:nth-child(odd) .info::after {
  left: 10px;
  top: 10px;
}
@media (max-width: 768px) {
  .arriveWorker .arriveWorkerInfo {
    flex-direction: column !important;
  }
  .arriveWorker .arriveWorkerInfo .image {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 20px !important;
  }
  .arriveWorker .arriveWorkerInfo .image img {
    border-radius: 8px !important;
    height: 200px;
  }
  .arriveWorker .arriveWorkerInfo .image::before {
    width: 80px;
    height: 80px;
  }
  .arriveWorker .arriveWorkerInfo .info {
    margin-bottom: 40px;
    width: 90%;
    text-align: center !important;
  }
  .arriveWorker .arriveWorkerInfo .info h3 {
    font-size: 25px !important;
    margin-bottom: 10px !important;
  }
  .arriveWorker .arriveWorkerInfo .info h5 {
    font-size: 15px !important;
  }
  .arriveWorker .arriveWorkerInfo:last-child .info {
    margin-bottom: 0;
  }
}

.profile {
  margin-top: 140px;
}
.profile .NavBack {
  background-image: linear-gradient(45deg, rgba(19, 34, 53, 0.5647058824), rgba(236, 207, 168, 0.5647058824)), url(../img/map.webp);
  background-size: cover;
  background-attachment: fixed;
  height: 120px;
  margin-bottom: 50px;
}
.profile .userHeader {
  margin-bottom: 20px;
  background-color: #ffffff;
  color: #09463f;
  border-radius: 20px;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
  padding: 20px;
}
@media (max-width: 768px) {
  .profile .userHeader {
    padding: 10px;
  }
}
.profile .userHeader .userInfo {
  position: relative;
  margin: 0px 10px;
}
.profile .userHeader .userInfo img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 100%;
  border: 3px solid #dcb065;
}
.profile .userHeader .userInfo .userName h3 {
  font-weight: bold;
  margin-bottom: 10px;
}
.profile .userHeader .userInfo .control {
  position: absolute;
  left: 0;
  top: 5px;
}
.profile .userHeader .userInfo .control i {
  font-size: 28px;
  color: #ff0000;
  cursor: pointer;
}
.profile .userHeader .userInfo .control .switch {
  position: relative;
  width: 50px;
  height: 28px;
  margin: -3px 10px;
}
.profile .userHeader .userInfo .control .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.profile .userHeader .userInfo .control .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
  margin: 0px !important;
}
.profile .userHeader .userInfo .control .switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  right: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.profile .userHeader .userInfo .control .switch input:checked + .slider {
  background-color: #2196f3;
}
.profile .userHeader .userInfo .control .switch input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
.profile .userHeader .userInfo .control .switch input:checked + .slider:before {
  transform: translateX(22px);
}
@media (max-width: 760px) {
  .profile .userHeader .container {
    padding: 0px !important;
  }
  .profile .userHeader .userInfo {
    padding: 20px 10px;
  }
  .profile .userHeader .userInfo img {
    width: 80px;
    height: 80px;
  }
  .profile .userHeader .userInfo span {
    margin: 0px 10px;
  }
}
.profile .profileNavCol {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 5px;
  border: 1px solid #ccc;
  margin-bottom: 50px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  right: 0;
  z-index: 2;
}
.profile .profileNavCol a {
  padding: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #09463f;
  margin: 5px 2px;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  border: 1px solid #eee;
  white-space: nowrap;
}
.profile .profileNavCol a.active, .profile .profileNavCol a:hover {
  background-color: #09463f;
  color: #dcb065;
}
.profile .profileTitle {
  background-color: #f8f8f8;
  padding: 10px;
  margin-bottom: 20px;
}

.profileContent .newOrder {
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #09463f;
  background: #09463f;
  color: #dcb065;
}
.profileContent .newOrder i {
  font-size: 30px;
  margin-left: 20px;
}
.profileContent .newOrder:hover {
  background: #eee;
  color: #09463f;
}
.profileContent .order {
  background-color: #fff;
  border: 1px solid #eee;
}
.profileContent .order .workerCvSlider {
  padding-bottom: 0px;
}
.profileContent .order .workerCvSlider img {
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  cursor: zoom-in;
}
.profileContent .order .swiper-button-prev,
.profileContent .order .swiper-button-next {
  color: #09463f;
  width: 30px;
  height: 30px;
}
.profileContent .order .swiper-button-prev:hover,
.profileContent .order .swiper-button-next:hover {
  background-color: #dcb065;
  color: #09463f;
}
.profileContent .order .swiper-button-prev::after, .profileContent .order .swiper-button-prev::before,
.profileContent .order .swiper-button-next::after,
.profileContent .order .swiper-button-next::before {
  font-weight: 300;
  font-size: 20px;
}
.profileContent .order ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.profileContent .order ul li {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  min-width: 49%;
  padding: 10px;
}
.profileContent .order ul li h6 {
  color: #777;
}
.profileContent .order ul li p {
  font-weight: bold;
  margin-right: 5px;
}
.profileContent .order .profileCustomerInfo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px;
  background-color: #c7d2d6;
}
.profileContent .order .profileCustomerInfo .info {
  display: flex;
  align-items: center;
}
.profileContent .order .profileCustomerInfo .info img {
  height: 40px;
  width: 40px;
  margin: 0 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.profileContent .order .profileCustomerInfo .info .text h6 {
  font-weight: bold;
  margin-bottom: 10px;
  color: #09463f;
}
.profileContent .order .profileCustomerInfo .info .text p {
  font-size: smaller !important;
}
.profileContent .order .profileCustomerInfo .contact {
  text-align: center;
}
.profileContent .order .profileCustomerInfo .contact a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  border-radius: 100px;
  border: 1px solid #09463f;
  color: #09463f;
  margin: 5px;
}
.profileContent .order .profileCustomerInfo .contact a i {
  font-size: 20px;
}
.profileContent .order .profileCustomerInfo .contact a:hover {
  background-color: #09463f;
  color: #dcb065;
}
.profileContent .order .cancel {
  color: #db1d00;
}
.profileContent .order .done {
  color: #038735;
}
.profileContent .order .orderStatus {
  padding: 10px;
  font-weight: bold;
}

.routeNav {
  display: flex;
  align-items: center;
  background-color: #09463f;
  border-radius: 8px;
  padding: 10px 30px;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.routeNav .Back {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #dcb065;
  color: #09463f;
  border-radius: 100%;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  border: none;
}
.routeNav .Back:hover {
  background-color: #292929;
  color: #ffd700;
}
.routeNav .Back .fa-angle-right:before {
  content: "\f105";
}
.routeNav ul {
  margin: 0;
  list-style: none;
  transition: all 0.3s ease-in-out;
  padding: 0;
}
.routeNav ul li {
  display: inline-flex;
  padding: 10px;
  color: #dcb065;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.routeNav ul li a {
  transition: all 0.3s ease-in-out;
  color: #dcb065;
}
.routeNav ul li a:hover {
  color: #ffffff;
}
.routeNav ul li a.active {
  color: #ffffff;
  cursor: default;
  font-weight: bold;
}
.routeNav ul li::after {
  content: " / ";
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  left: -3px;
  top: 50%;
  transform: translateY(-50%);
}
.routeNav ul li:last-child:after {
  display: none;
}
@media (max-width: 768px) {
  .routeNav {
    margin: 0px 0px 30px;
    padding: 10px 10px;
  }
  .routeNav .Back {
    margin-left: 20px;
  }
  .routeNav ul li a {
    font-size: 16px;
  }
}

.status {
  position: relative;
  padding: 20px 10px;
  background-color: #c7d2d6;
  margin: 20px 0;
  border-radius: 8px;
  border: 1px solid #09463f;
  overflow: hidden;
}
.status ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.status ol li {
  position: relative;
  text-align: center;
  padding: 0 5px;
  width: 100%;
}
.status ol li:before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto 4px auto;
  border: 3px solid #dcb065;
}
.status ol li:not(:last-child)::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #dcb065;
  margin: 0;
  position: absolute;
  top: 12px;
  right: calc(50% + 12px);
}
.status ol li.completed:before {
  background: #09463f;
}
.status ol p {
  margin-top: 10px;
}

.notifications {
  padding: 10px;
}
.notifications ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.notifications ul .notification {
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
  border-radius: 10px;
  margin-bottom: 10px;
}
.notifications ul .notification .notificationTitle {
  font-weight: bold;
  margin-bottom: 10px;
}
.notifications ul .notification p {
  color: #808080;
  margin-bottom: 10px;
}
.notifications ul .notification .date {
  display: flex;
  font-size: small;
}
.notifications ul .notification .date i {
  color: #09463f;
}

.editProfile {
  padding: 20px;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 10px;
  isolation: isolate;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
}
.editProfile .head {
  background-color: #c7d2d6;
  color: #09463f;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
}
.editProfile .head h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.recruitmentVisa {
  padding: 50px 0;
}
.recruitmentVisa .nav {
  background-color: #c7d2d6;
  border-radius: 8px;
  margin-bottom: 50px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .recruitmentVisa .nav {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    z-index: 2;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
  }
}
@media (max-width: 768px) {
  .recruitmentVisa .nav {
    flex-wrap: nowrap;
  }
}
.recruitmentVisa .nav .nav-link {
  background-color: #ffffff;
  color: #09463f;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
  border-radius: 4px;
  margin: 5px;
  transition: all 0.3s ease-in-out;
  padding: 20px;
  text-align: center;
  border: none;
  width: 100%;
}
.recruitmentVisa .nav .nav-link i {
  font-size: 25px;
  margin-bottom: 10px;
}
.recruitmentVisa .nav .nav-link.active {
  background-color: #09463f;
  color: #ffffff;
}
.recruitmentVisa .secondaryTitle {
  font-weight: bold;
  color: #09463f;
  margin-bottom: 20px;
}
.recruitmentVisa .thirdTitle {
  margin-bottom: 20px;
}
.recruitmentVisa .step {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
  border-radius: 4px;
  margin-bottom: 30px;
}
.recruitmentVisa .step .head {
  background-color: #c7d2d6;
  padding: 10px 20px;
  color: #09463f;
  margin-bottom: 20px;
  border-radius: 4px;
  font-weight: bold;
}
.recruitmentVisa .step .info {
  color: #777;
  margin-bottom: 20px;
  padding-right: 20px;
  position: relative;
}
.recruitmentVisa .step .info::before {
  content: "\f05a" !important;
  font-family: "Font Awesome 6 pro";
  position: absolute;
  right: 0;
  top: 0;
}
.recruitmentVisa .step .secondaryTitle {
  margin: 30px 0 10px;
}
.recruitmentVisa .step ul {
  list-style: auto;
  padding-right: 20px;
}
.recruitmentVisa .step ul ::marker {
  color: #09463f;
}
.recruitmentVisa .step ul li {
  position: relative;
  padding: 10px;
  font-size: 13px;
}
.recruitmentVisa .step ul li:before {
  position: absolute;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  top: 8px;
  right: -23px;
  background: #ffffff;
  border-radius: 100px;
  border: 1px solid #09463f;
  z-index: -1;
}
.recruitmentVisa .requirement {
  padding: 20px;
  background-color: #c7d2d6;
  border-radius: 4px;
  margin-bottom: 30px;
}
.recruitmentVisa .requirement ul {
  list-style: auto;
  padding-right: 20px;
}
.recruitmentVisa .requirement ul ::marker {
  color: #09463f;
}
.recruitmentVisa .requirement ul li {
  position: relative;
  padding: 10px;
  font-size: 13px;
}

#chat .Users {
  position: relative;
  display: block;
  border-radius: 4px;
  padding: 5px;
  margin-left: 10px;
  height: 89vh;
  overflow-x: auto;
  width: 100%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1882352941);
  background-color: #fff;
}
#chat .Users .UsersHeder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background-color: #09463f;
  color: #292929;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 16px;
  color: #f3f3f9;
}
#chat .Users .UsersHeder .closeUsers {
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #292929;
  cursor: pointer;
}
#chat .Users .UsersHeder .closeUsers i {
  color: #ffffff;
  font-size: 18px;
}
@media (max-width: 992px) {
  #chat .Users {
    height: 100%;
    right: 0;
    position: fixed;
    top: 0;
    width: 80%;
    max-width: 350px;
    z-index: 9999;
    overflow: auto;
    display: none;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: slideInRight !important;
            animation-name: slideInRight !important;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  #chat .Users .UsersHeder {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
  }
  #chat .Users .UsersHeder .closeUsers {
    display: flex;
  }
}
#chat .Users ul {
  display: block;
  border: none;
}
#chat .Users ul li {
  display: block;
  margin-bottom: 5px;
}
#chat .Users ul li .userInfo {
  display: flex;
  background-color: #fff;
  padding: 10px 5px;
  border-radius: 2px;
  align-items: center;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #f6f6f6;
}
#chat .Users ul li .userInfo img {
  width: 100px;
  height: 50px;
  max-width: 50px !important;
  border-radius: 100%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3137254902);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#chat .Users ul li .userInfo .userDiv {
  color: #777;
  width: 100%;
  padding-right: 8px;
  margin-right: 8px;
}
#chat .Users ul li .userInfo .userDiv .nameDate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
#chat .Users ul li .userInfo .userDiv .nameDate .name {
  font-size: 16px;
  color: #000;
}
#chat .Users ul li .userInfo .userDiv .nameDate .date {
  font-size: 12px;
}
#chat .Users ul li .userInfo .userDiv p {
  margin: 10px 0px 0px;
  font-size: 12px;
  overflow: hidden;
  height: 25px;
}
#chat .Users ul li .active .userInfo {
  background-color: #f6f6f6;
  border-radius: 3px;
}
#chat .chatTop {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1882352941);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 20px;
  background-color: #09463f;
  color: #fff;
  position: relative;
  border-radius: 16px 16px 0 0;
}
#chat .chatTop img {
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  border-radius: 100%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1882352941);
  margin: 0px 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#chat .chatTop .default-btn {
  color: #dcb065 !important;
  border-radius: 0;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  cursor: pointer;
}
#chat .chatTop .default-btn span {
  background-color: #292929;
  color: #ffffff;
}
#chat .chatTop .default-btn:hover {
  color: #ffffff !important;
}
#chat .chatBox {
  position: relative;
  width: 100%;
  background-color: #fff;
  display: block;
  padding: 10px 10px 50px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1882352941);
  background-image: url(../img/chat.webp);
  background-size: contain;
  height: 80vh;
}
#chat .chatBox::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.1254901961);
}
#chat .chatBox .chatBody {
  position: relative;
  z-index: 3;
  padding: 15px;
  overflow-x: auto;
  height: 100%;
}
#chat .chatBox .chatBody p {
  margin: 0px;
  width: 100%;
  display: inline-block;
}
#chat .chatBox .chatBody .userSend {
  display: flex;
  position: relative;
  margin-left: auto;
}
#chat .chatBox .chatBody .userSend img {
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  border-radius: 100%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1882352941);
  position: relative;
  right: -10px;
  top: -5px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#chat .chatBox .chatBody .userSend .sendMassage {
  padding: 10px;
  background-color: #09463f;
  border-radius: 8px 0px 8px 8px;
  margin-bottom: 10px;
  position: relative;
  color: #fff;
  display: inline-block;
  padding-bottom: 25px;
  min-width: 120px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1882352941);
}
#chat .chatBox .chatBody .userSend .sendMassage .time {
  position: absolute;
  bottom: 2px;
  left: 15px;
  color: #f0f0f0;
  font-size: 12px;
}
#chat .chatBox .chatBody .userSend .sendMassage:before {
  z-index: -1;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -8px;
  top: 0px;
  bottom: auto;
  border: 12px solid;
  border-color: #09463f transparent transparent transparent;
}
#chat .chatBox .chatBody .userReceive {
  display: flex;
  position: relative;
  margin-right: auto;
  direction: ltr;
  text-align: left;
}
#chat .chatBox .chatBody .userReceive img {
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  border-radius: 100%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1882352941);
  position: relative;
  left: -10px;
  top: -5px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#chat .chatBox .chatBody .userReceive .sendMassage {
  padding: 10px;
  background-color: #fff;
  border-radius: 0px 8px 8px 8px;
  margin-bottom: 10px;
  position: relative;
  color: #000;
  display: inline-block;
  padding-bottom: 25px;
  min-width: 120px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1882352941);
}
#chat .chatBox .chatBody .userReceive .sendMassage .time {
  position: absolute;
  bottom: 2px;
  left: 15px;
  color: #c7c7c7;
  font-size: 12px;
}
#chat .chatBox .chatBody .userReceive .sendMassage:before {
  z-index: -1;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  right: auto;
  left: -8px;
  top: 0px;
  bottom: auto;
  border: 12px solid;
  border-color: #fff transparent transparent transparent;
}
#chat .chatBox .chat-input {
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
  z-index: 4;
}
#chat .chatBox .chat-input #chat-input {
  background: #f4f7f9;
  width: 100%;
  position: relative;
  height: 47px;
  padding: 10px 15px 10px 50px;
  border: none;
  color: #888;
  overflow: hidden;
}
#chat .chatBox .chat-input .chat-submit {
  position: absolute;
  bottom: 3px;
  left: 10px;
  background: transparent;
  box-shadow: none;
  border: none;
  border-radius: 50%;
  color: #09463f;
  transform: scaleX(-1);
  width: 35px;
  height: 35px;
}
#chat .showUsers {
  display: block !important;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideInRight !important;
          animation-name: slideInRight !important;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#chat .hideUsers {
  display: block !important;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideOutRight !important;
          animation-name: slideOutRight !important;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.chatTop {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1882352941);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 10px 20px;
  background-color: #dcb065;
  color: #fff;
  position: relative;
}
.chatTop img {
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  border-radius: 100%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1882352941);
  margin: 0px 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.support {
  position: fixed;
  left: 10px;
  bottom: 20px;
  z-index: 999;
  background-color: #dcb065;
  border-radius: 1000px;
  padding: 5px;
}
.support .supportBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
  background-color: #09463f;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.support .supportBtn i {
  font-size: 20px;
  color: #ffffff;
}
.support .links {
  display: none;
}
.support .links a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
  margin-bottom: 10px;
  cursor: pointer;
}
.support .links a i {
  font-size: 24px;
  color: #ffffff;
}
.support .links a.whatsapp {
  background-color: #25d366;
}
.support .links a.call {
  background-color: #34b7f1;
}

.blogsPage .blog {
  border-radius: 10px;
  border: 1px solid #eee;
  position: relative;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  height: 100%;
}
.blogsPage .blog .date {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #09463f;
  color: #dcb065;
  border-radius: 0px 10px 0px 10px;
  padding: 10px 20px;
}
.blogsPage .blog .blog-image img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  -o-object-position: center;
     object-position: center;
}
.blogsPage .blog .blog-content {
  padding: 20px;
}
.blogsPage .blog .blog-content a {
  font-size: 16px !important;
  font-weight: bold;
  color: #09463f;
  margin-bottom: 10px;
  display: block;
}
.blogsPage .blog .blog-content p {
  color: #757575;
  max-height: 120px;
  overflow: hidden;
}
.blogsPage .blog:hover {
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
}
.blogsPage .blog:hover .blog-image img {
  -o-object-position: top;
     object-position: top;
  transform: scale(1.04);
}
.blogsPage .blog:hover .blog-content {
  padding: 20px;
}
.blogsPage .blog:hover .blog-content a {
  color: #c4832e;
}
.blogsPage .blog:hover .blog-content p {
  color: #757575;
}

.blogDetails .blog {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
  border: 1px solid #eee;
}
@media (max-width: 768px) {
  .blogDetails .blog {
    padding: 10px;
  }
}
.blogDetails .blog .blog-image {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .blogDetails .blog .blog-image {
    margin-bottom: 10px;
  }
}
.blogDetails .blog .blog-image img {
  border-radius: 16px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 450px;
}
.blogDetails .blog .blog-content {
  padding: 20px;
}
.blogDetails .blog .blog-content ul {
  list-style: none;
  padding: 0px;
  margin: 0;
}
.blogDetails .blog .blog-content ul li {
  margin-bottom: 20px;
  color: #808080;
  line-height: 30px;
}
.blogDetails .blog .blog-content .date {
  color: #09463f;
  margin-bottom: 20px;
  display: block;
}
.blogDetails .blog .blog-content .blogTitle {
  display: block;
  font-size: 20px !important;
  font-weight: bold;
  color: #09463f;
  margin-bottom: 20px;
}
.blogDetails .blog .blog-content .share p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.blogDetails .socialIcons {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blogDetails .socialIcons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background-color: #09463f;
  border-radius: 100px;
  margin: 2px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.blogDetails .socialIcons a:hover {
  background-color: #dcb065;
  color: #ffffff;
  transform: translateY(-3px);
}

#toast-container {
  padding-top: 63px;
}

.supportPage {
  padding: 20px 0;
}
.supportPage .trending,
.supportPage .supportFaq {
  border: 1px solid #dcb065;
  padding: 20px;
  height: 100%;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
}
.supportPage .trending:hover,
.supportPage .supportFaq:hover {
  background-color: #ffffff;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
}
.supportPage .trending ul {
  padding: 0;
  margin: 0;
}
.supportPage .trending ul li {
  background-color: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
  list-style: none;
  margin-bottom: 10px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.supportPage .trending ul li a {
  color: #09463f;
  padding: 20px;
  display: block;
}
.supportPage .trending ul li:hover {
  background-color: #09463f;
}
.supportPage .trending ul li:hover a {
  color: #dcb065;
}

.topics {
  padding: 20px 0;
}
.topics h3 {
  text-align: center;
  margin-bottom: 30px;
  color: #09463f;
}
.topics iframe {
  width: 100%;
  height: 500px;
  margin-bottom: 20px;
  border: 1px solid #dcb065;
  border-radius: 8px;
}
.topics ul {
  list-style: circle;
  margin: 0;
}
.topics ul li {
  margin-bottom: 12px;
  color: #777;
}

.vCode {
  direction: ltr;
  padding: 20px 0px;
  display: flex;
  justify-content: space-around;
}
.vCode .vCode-input {
  min-width: 40px;
  width: 100%;
  height: 60px;
  background-color: #eee;
  border: none;
  border-bottom: 2px solid #09463f;
  text-align: center;
  font-size: 18px;
  border-radius: 4px 4px 0 0;
}

.account .card {
  isolation: isolate;
  padding: 30px;
  margin-bottom: 50px;
  border-radius: 14px;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
}
@media (min-width: 992px) {
  .account .card {
    margin-top: -50px;
  }
}
@media (max-width: 768px) {
  .account .card {
    padding: 30px 10px;
  }
}
.account .card .loginImg {
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 20px 0 50px;
}
@media (max-width: 768px) {
  .account .card .loginImg {
    padding: 0 30px;
  }
}
.account .card a {
  color: #c4832e;
}
.account .socialLogin {
  text-align: center;
}
.account .socialLogin .line {
  padding: 10px 20px;
  margin: auto;
  position: relative;
}
.account .socialLogin .line span {
  background-color: #fff;
  z-index: 2;
  position: relative;
  padding: 0px 20px;
}
.account .socialLogin .line::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #666;
  border-radius: 10px;
}
.account .socialLogin .social {
  display: flex;
  padding: 10px 0;
  margin-bottom: 10px;
}
.account .socialLogin .social .loginIcon {
  padding: 10px 16px;
  margin: 0px 5px;
  width: 100%;
  border-radius: 4px;
  color: #fff;
  text-transform: capitalize;
}
.account .socialLogin .social .loginIcon.facebook {
  background-color: #4267b2;
}
.account .socialLogin .social .loginIcon.gmail {
  background-color: #db4437;
}
.account .socialLogin .social .loginIcon:hover {
  transform: translateY(-2px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1882352941);
}

.mapEarth .title {
  color: #09463f;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mapEarth .title::after {
  content: "";
  width: 95%;
  height: 2px;
  background-color: #dcb065;
  position: absolute;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
}
.mapEarth .title::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100px;
  background-color: #dcb065;
  position: absolute;
  left: 5%;
  bottom: 50%;
  transform: translateY(50%);
}
.mapEarth .title a,
.mapEarth .title span {
  background-color: #fdfdfd;
  padding: 20px 30px;
  position: relative;
  z-index: 2;
  border-radius: 100px;
  border: 2px solid #dcb065;
  font-weight: bold;
}
@media (max-width: 768px) {
  .mapEarth .title a,
.mapEarth .title span {
    padding: 15px 20px;
  }
}
.mapEarth .title a {
  font-weight: normal;
  font-size: 14px;
  background-color: #09463f;
  color: #dcb065;
  padding: 10px 15px;
  transition: all 0.3s ease-in-out;
}
.mapEarth .title a:hover {
  background-color: #dcb065;
  color: #09463f;
}
.mapEarth .section-title {
  text-align: left;
  margin: 0 auto 25px 0;
  max-width: 100%;
}
.mapEarth .section-title h2 {
  padding-left: 0;
}
.mapEarth .worldMap {
  width: 500px;
  height: 500px;
  order: 2;
  position: relative;
}
.mapEarth .worldMap .earth {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  margin: -40%;
  background: #fff url(../img/map.webp) 0 50% repeat-x;
  background-size: auto 90%;
  box-shadow: rgba(0, 0, 0, 0.05) 0 1em 2em;
  border-radius: 100%;
  overflow: hidden;
  -webkit-animation: map linear 90s infinite;
          animation: map linear 90s infinite;
}
.mapEarth .worldMap .orbic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mapEarth .worldMap .orbic svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.mapEarth .worldMap #orbic_path {
  fill: none;
  stroke: rgba(0, 0, 0, 0.1);
  stroke-linecap: round;
  stroke-width: 4px;
  stroke-dasharray: 1 9;
  -webkit-animation: orbic linear 2s infinite;
  animation: orbic linear 2s infinite;
}
.mapEarth .worldMap #orbic_dots use {
  fill: #fff;
  stroke: rgba(30, 144, 255, 0.25);
  stroke-width: 4;
  -webkit-animation: dots ease 1s infinite alternate;
  animation: dots ease 1s infinite alternate;
}
.mapEarth .worldMap #orbic_dot1 {
  transform: translate(50.4%, 29.6%);
}
.mapEarth .worldMap #orbic_dot2 {
  transform: translate(5%, 62.8%);
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}
.mapEarth .worldMap #orbic_dot3 {
  transform: translate(97%, 41%);
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}
.mapEarth .worldMap #orbic_dot4 {
  transform: translate(50%, 70.2%);
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}
.mapEarth .worldMap #orbic_dot5 {
  transform: translate(31.5%, 51.5%);
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}
.mapEarth .worldMap #orbic_user1 {
  transform: translate(1%, 40%) scale(0.666667);
}
.mapEarth .worldMap #orbic_user2 {
  transform: translate(18%, 64%) scale(0.666667);
}
.mapEarth .worldMap #orbic_user3 {
  transform: translate(39.5%, 31%) scale(0.666667);
}
.mapEarth .worldMap #orbic_user4 {
  transform: translate(69%, 22%) scale(0.666667);
}
.mapEarth .worldMap #orbic_user5 {
  transform: translate(75%, 53%) scale(0.666667);
}
@-webkit-keyframes map {
  100% {
    background-position: 220% 50%;
  }
}
@keyframes map {
  100% {
    background-position: 220% 50%;
  }
}
@-webkit-keyframes orbic {
  100% {
    stroke-dashoffset: 10;
  }
}
@keyframes orbic {
  100% {
    stroke-dashoffset: 10;
  }
}
@-webkit-keyframes dots {
  100%, 80% {
    stroke: #1e90ff;
  }
}
@keyframes dots {
  100%, 80% {
    stroke: #1e90ff;
  }
}
@media only screen and (max-width: 1000px) {
  .mapEarth .worldMap {
    width: 100%;
    order: 2;
    position: relative;
  }
  .mapEarth .worldMap .earth {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: transparent;
    background-size: 100% auto;
    box-shadow: none;
    border-radius: 0;
    -webkit-animation: none;
    animation: none;
  }
}
@media (max-width: 600px) {
  .mapEarth .worldMap {
    height: 300px;
  }
}
.mapEarth .companyInfo {
  margin-top: 30px;
}
.mapEarth .companyInfo ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mapEarth .companyInfo ul li {
  margin-bottom: 15px;
  display: flex;
}
.mapEarth .companyInfo ul li span {
  min-width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #09463f;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  color: #09463f;
}
.mapEarth .companyInfo ul li:hover span {
  background-color: #09463f;
  color: #fff;
}
.mapEarth .companyInfo ul li p {
  font-weight: bold;
  color: #292929;
}
.mapEarth .companyInfo ul li a {
  color: #09463f;
  display: block;
  font-weight: normal;
  margin: 5px 0;
}
.mapEarth .companyTeam {
  margin-bottom: 50px;
}
.mapEarth .companyTeam .team {
  margin: 20px 0px;
  border-bottom: 1px solid #09463f;
  padding-bottom: 5px;
}
.mapEarth .companyTeam .team span {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #09463f;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  color: #09463f;
}
.mapEarth .companyTeam .team:hover span {
  background-color: #09463f;
  color: #fff;
}
.mapEarth .companyTeam .team h4 {
  display: inline-block;
  margin: 0px 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.policies,
.visa,
.selectWorker,
.recruitmentContract {
  margin-top: 100px;
  padding: 100px 0 50px;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.7098039216), rgba(0, 0, 0, 0.4)), url(../img/policies.webp);
  background-size: cover;
  text-align: center;
  background-position: center;
}
.policies .container,
.visa .container,
.selectWorker .container,
.recruitmentContract .container {
  max-width: 900px;
}
.policies .container h1,
.visa .container h1,
.selectWorker .container h1,
.recruitmentContract .container h1 {
  font-weight: bold;
  color: #dcb065;
  margin-bottom: 20px;
  line-height: 34px;
}
.policies .container h4,
.visa .container h4,
.selectWorker .container h4,
.recruitmentContract .container h4 {
  margin: auto;
  line-height: 34px;
  color: #ffffff;
  margin-bottom: 20px;
}
.policies .container .links,
.visa .container .links,
.selectWorker .container .links,
.recruitmentContract .container .links {
  padding-top: 40px;
}
.policies .container .links a,
.visa .container .links a,
.selectWorker .container .links a,
.recruitmentContract .container .links a {
  padding: 15px 25px;
  display: inline-flex;
  align-items: center;
  background-color: #dcb065;
  color: #09463f;
  border-radius: 4px;
  margin: 10px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #09463f;
}
.policies .container .links a:hover,
.visa .container .links a:hover,
.selectWorker .container .links a:hover,
.recruitmentContract .container .links a:hover {
  background-color: #09463f;
  color: #dcb065;
}

.recruitmentRequest {
  padding: 50px 0;
}
.recruitmentRequest .headTitle h2 {
  font-size: 30px !important;
}
@media (max-width: 768px) {
  .recruitmentRequest .headTitle h2 {
    font-size: 20px !important;
  }
}
.recruitmentRequest .headTitle p {
  color: #777;
}
.recruitmentRequest .formCard {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
  border-radius: 4px;
  isolation: isolate;
}
.recruitmentRequest .formCard .head {
  background-color: #c7d2d6;
  padding: 10px 20px;
  color: #09463f;
  margin-bottom: 20px;
  border-radius: 4px;
  font-weight: bold;
}
.recruitmentRequest .formCard .select2-container--default .select2-selection--single {
  border-color: #ced4da;
}
.recruitmentRequest .hint {
  color: #777;
  font-size: 10px;
}
.recruitmentRequest .hint a {
  font-weight: bold;
  color: #09463f;
  font-size: 10px !important;
}
.recruitmentRequest .form-check-label {
  font-size: small;
}

.musaned {
  min-height: 80vh;
  padding: 100px 0;
  background: linear-gradient(rgba(238, 238, 238, 0.6392156863), rgba(238, 238, 238, 0.8)), url(../img/musanedHead.webp);
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-align: center;
}
.musaned .hint {
  line-height: 30px;
  font-weight: bold;
}
.musaned .musanedLogo {
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

.videoSection .hint {
  line-height: 30px;
}
.videoSection .video {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/family2.webp);
  position: relative;
  height: 100%;
  min-height: 400px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}
@media (max-width: 767px) {
  .videoSection .video {
    border-radius: 16px;
  }
}
.videoSection .video .videoPopup {
  width: 80px;
  height: 80px;
  font-size: 30px;
  padding-left: 5px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #dcb065;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #ffffff;
}
.videoSection .video .videoPopup::before {
  content: "";
  width: 130%;
  height: 130%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: play-button 1s infinite linear;
          animation: play-button 1s infinite linear;
}
.videoSection .video .videoPopup i {
  font-size: 24px;
}
.videoSection .feature {
  padding: 20px 30px 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .videoSection .feature {
    padding: 20px 10px 0;
  }
}
.videoSection .feature .content {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
}
.videoSection .feature .content i {
  font-size: 30px;
  width: 40px;
  color: #09463f;
}
.videoSection .feature .content .info h3 {
  margin-bottom: 10px;
  font-weight: bold;
}
.videoSection .feature .content .info p {
  color: #777777;
}

@-webkit-keyframes play-button {
  0% {
    width: 100%;
    height: 100%;
    border: 0px solid #ffffff;
  }
  100% {
    width: 130%;
    height: 130%;
    border: 10px solid rgba(255, 255, 255, 0.1254901961);
  }
}

@keyframes play-button {
  0% {
    width: 100%;
    height: 100%;
    border: 0px solid #ffffff;
  }
  100% {
    width: 130%;
    height: 130%;
    border: 10px solid rgba(255, 255, 255, 0.1254901961);
  }
}
.musanedTrip {
  padding: 100px 0;
}
.musanedTrip .hint {
  line-height: 30px;
}
.musanedTrip .trip {
  border: 1px solid rgba(9, 70, 63, 0.1882352941);
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.musanedTrip .trip img {
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
}
.musanedTrip .trip h4 {
  background-color: rgba(9, 70, 63, 0.1882352941);
  padding: 20px;
  border-radius: 10px;
  white-space: nowrap;
  margin-top: 5px;
  transition: all 0.3s ease-in-out;
}
.musanedTrip .trip:hover {
  background-color: #fff;
}
.musanedTrip .trip:hover h4 {
  background-color: rgba(9, 70, 63, 0.5019607843);
  color: #fff;
}

.musanedRecruitment {
  padding: 70px 0;
  background: linear-gradient(rgba(238, 238, 238, 0.6392156863), rgba(238, 238, 238, 0.8)), url(../img/musanedHead.webp);
  background-size: cover;
  background-attachment: fixed;
}
.musanedRecruitment .headTitle h4 {
  margin-bottom: 10px;
}
.musanedRecruitment .headTitle h1 {
  font-weight: bold;
  color: #09463f;
}
.musanedRecruitment .headTitle p {
  line-height: 30px;
  margin-top: 30px;
  color: #777;
}
.musanedRecruitment .specifications {
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
  border-radius: 4px;
  height: 100%;
  text-align: center;
}
.musanedRecruitment .specifications i {
  font-size: 55px;
  margin-bottom: 30px;
  color: #09463f;
}
.musanedRecruitment .specifications h1 {
  font-weight: bold;
  margin-bottom: 20px;
  color: #09463f;
}
.musanedRecruitment .specifications h5 {
  white-space: nowrap;
}
.musanedRecruitment .specifications p {
  line-height: 30px;
  margin-top: 30px;
  color: #777;
  min-width: 220px;
}

.musanedFees {
  background-color: #f2f3f8;
  padding: 70px 0;
  text-align: center;
}
.musanedFees .headTitle h4 {
  margin-bottom: 10px;
}
.musanedFees p {
  color: #777;
  line-height: 30px;
}
.musanedFees .images {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  justify-content: center;
}
.musanedFees .images img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 5px;
  max-height: 70px;
  border-radius: 8px;
}

.musanedApp {
  padding-top: 40px;
  background-color: rgba(9, 70, 63, 0.062745098);
}
.musanedApp .appImg {
  text-align: center;
}
.musanedApp .appImg img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-width: 350px;
}
.musanedApp .info {
  padding: 20px;
  background-color: rgba(196, 131, 46, 0.1254901961);
  border-radius: 16px;
  text-align: center;
  margin-bottom: 40px;
}
.musanedApp .info img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 120px;
  margin-bottom: 20px;
}
.musanedApp .info h4 {
  color: #09463f;
  font-weight: bold;
  margin-bottom: 20px;
}
.musanedApp .info p {
  color: #777;
  line-height: 30px;
  margin-bottom: 30px;
}
.musanedApp .info .links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.musanedApp .info .links img {
  width: 100%;
  height: 60px;
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5px;
}
@media (max-width: 768px) {
  .musanedApp .info .links img {
    height: 50px;
  }
}

.timer {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.timer div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #eee;
  color: #09463f;
  min-width: 100px;
  height: 100px;
  border-radius: 20px;
  font-size: 40px;
  font-weight: bold;
  margin: 5px;
}
.timer div span {
  display: block;
  font-size: 14px;
}

#timer {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#timer div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #eee;
  color: #09463f;
  min-width: 100px;
  height: 100px;
  border-radius: 20px;
  font-size: 40px;
  font-weight: bold;
  margin: 5px;
}
#timer div span {
  display: block;
  font-size: 14px;
}

/* PC device :991px. */
@media (min-width: 991px) {
  body {
    font-size: 14px !important;
  }
  h1 {
    font-size: 26px !important;
  }
  h2 {
    font-size: 24px !important;
  }
  h3 {
    font-size: 20px !important;
  }
  h4 {
    font-size: 18px !important;
  }
  h5 {
    font-size: 16px !important;
  }
  h6 {
    font-size: 15px !important;
  }
  a,
p {
    font-size: 14px !important;
  }
}
/* Tablet device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  /* Global */
  body {
    font-size: 14px !important;
  }
  h1 {
    font-size: 26px !important;
  }
  h2 {
    font-size: 22px !important;
  }
  h3 {
    font-size: 20px !important;
  }
  h4 {
    font-size: 18px !important;
  }
  h5 {
    font-size: 16px !important;
  }
  h6 {
    font-size: 15px !important;
  }
  a,
p {
    font-size: 14px !important;
  }
}
/* small mobile :320px. */
@media (max-width: 767px) {
  /* Global */
  body {
    font-size: 13px !important;
  }
  h1 {
    font-size: 23px !important;
  }
  h2 {
    font-size: 19px !important;
  }
  h3 {
    font-size: 18px !important;
  }
  h4 {
    font-size: 17px !important;
  }
  h5 {
    font-size: 16px !important;
  }
  h6 {
    font-size: 15px !important;
  }
  a,
p {
    font-size: 14px !important;
  }
}/*# sourceMappingURL=style.css.map */