@import url(https://fonts.googleapis.com/css?family=Cairo);
@font-face {
  font-family: Cairo;
  font-display: swap;
  src: url(../webfonts/Cairo-Bold.ttf);
}
* {
  font-family: "cairo", sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  direction: rtl;
  -webkit-print-color-adjust: exact;
     color-adjust: exact;
          print-color-adjust: exact;
}

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

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px !important;
}

::-webkit-scrollbar-thumb {
  background-color: #00b8de;
  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: #005ca9;
}

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;
  }
}
.bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  opacity: 0.7;
  background-color: #00b8de2b;
}
.section {
  position: relative;
  padding: 80px 0;
}
video,
img,
iframe{
  /*max-width: 100%;*/
  height: auto;
  display: inline-block;
}

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

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

body {
  background-color: #fdfdfd;
}

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: #005ca9 !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;
}

.container-fluid {
  max-width: 1560px;
}

.swiperContainer {
  position: relative;
}
.swiperContainer .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiperContainer .swiper-button-next,
.swiperContainer .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005ca9;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
}
.swiperContainer .swiper-button-next::after,
.swiperContainer .swiper-button-prev::after {
  font-size: 26px;
  font-family: "Font Awesome 6 pro";
}
.swiperContainer .swiper-button-next:hover,
.swiperContainer .swiper-button-prev:hover {
  background-color: #005ca9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .swiperContainer .swiper-button-next,
.swiperContainer .swiper-button-prev {
    display: none;
  }
}
.swiperContainer .swiper-button-next {
  left: -60px;
  right: unset;
}
@media (max-width: 1240px) {
  .swiperContainer .swiper-button-next {
    left: 0px;
  }
}
.swiperContainer .swiper-button-next::after {
  content: "\f053" !important;
}
.swiperContainer .swiper-button-prev {
  right: -60px;
  left: unset;
}
@media (max-width: 1240px) {
  .swiperContainer .swiper-button-prev {
    right: 0px;
  }
}
.swiperContainer .swiper-button-prev::after {
  content: "\f053" !important;
  transform: scaleX(-1);
}
.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: #005ca9;
  margin: 2px !important;
}
.swiperContainer .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #005ca9;
  width: 40px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.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;
  }
}
.loader {
  background: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.loader .spinner {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid #BDA76A;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
}
.loader .spinner::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-left: 4px solid #0C355E;
  border-bottom: 4px solid transparent;
  animation: rotation 0.5s linear infinite reverse;
}
@-webkit-keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.btn {
  border-radius: 16px;
}

.navbar {
  background: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: none;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
  transition: all 0.3s ease-in-out;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1024;
}
@media print {
  .navbar {
    display: none !important;
  }
}
.navbar .navbar-nav {
  align-items: center;
}
.navbar .navbar-brand {
  margin: 0;
  padding: 0;
}
.navbar .navbar-brand img {
  height: 50px;
  transition: 0.5s ease;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 480px) {
  .navbar .navbar-brand img {
    height: 40px;
  }
}
.navbar .nav-item {
  display: flex;
  align-items: center;
}
.navbar .nav-link {
  color: #292929;
  transition: all 0.3s ease-in-out;
  font-size: 13px;
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0 3px;
  padding: 8px 4px;
}
.navbar .nav-link i {
  font-size: 14px;
}
.navbar .nav-link::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #00b8de;
  margin-left: 5px;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: -10px;
  opacity: 0;
  visibility: hidden;
}
.navbar .nav-link:hover, .navbar .nav-link:focus {
  color: #00b8de !important;
}
.navbar .nav-link:hover::before, .navbar .nav-link:focus::before {
  right: 0px;
  opacity: 1;
  visibility: visible;
}
.navbar .btn {
  border-radius: 16px;
  padding: 8px 24px !important;
  transition: all 0.3s ease-in-out !important;
}
.navbar .sideBtn {
  position: relative;
  width: 34px;
  height: 24px;
  padding: 5px;
  cursor: pointer;
  transition: transform 0.3s;
  z-index: 99999;
}
.navbar .sideBtn span {
  position: absolute;
  display: block;
  width: 24px;
  height: 2px;
  background-color: #005ca9;
  margin: 4px 0;
  transition: width 0.3s, transform 0.5s, opacity 0.3s;
}
.navbar .sideBtn span:first-child {
  top: 0;
}
.navbar .sideBtn span:nth-child(2) {
  width: 10px;
  top: 7px;
}
.navbar .sideBtn span:nth-child(3) {
  width: 16px;
  bottom: 0;
}
.navbar .sideBtn:not(.active):hover span:first-child {
  width: 16px;
}
.navbar .sideBtn:not(.active):hover span:nth-child(2) {
  width: 20px;
}
.navbar .sideBtn.active span {
  background-color: #fff !important;
}
.navbar .sideBtn.active span:first-child {
  transform: rotate(45deg);
  top: 8px;
  width: 20px;
}
.navbar .sideBtn.active span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.navbar .sideBtn.active span:last-child {
  transform: rotate(-45deg);
  top: 8px;
  width: 20px;
}
.navbar .sideMenu {
  position: fixed;
  z-index: 99998;
  right: -100%;
  top: 0;
  height: 100%;
  background-color: rgba(29, 113, 184, 0.9490196078);
  padding: 50px 24px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.navbar .sideMenu.active {
  right: 0px;
}
.navbar .sideMenu .sideMenuInner {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  height: 100%;
}
.navbar .sideMenu .sideMenuInner .sideMenuLink {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 5px;
  color: #fff;
  padding: 5px 0;
  transition: all 0.3s ease-in-out;
}
.navbar .sideMenu .sideMenuInner .sideMenuSocials {
  align-self: flex-end;
  margin-top: auto;
}
.navbar .sideMenu .sideMenuInner .sideMenuSocials li {
  display: inline-block;
}
.navbar .sideMenu .sideMenuInner .sideMenuSocials li a {
  color: #fff;
  font-size: 22px;
  padding-right: 8px;
  padding-left: 8px;
}
.navbar .sideMenu .sideMenuInner .sideMenuSocials li a i {
  font-size: 20px !important;
}
.navbar .dropdown {
  text-align: center;
}
.navbar .dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.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;
}
.navbar .dropdown:hover .dropdown-toggle::after {
  transform: rotate(-90deg);
}
.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;
}
.navbar .dropdown .dropdown-menu a {
  border-radius: 2px;
  padding: 8px 12px;
  padding-right: 16px;
  margin-bottom: 5px;
  position: relative;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.navbar .dropdown .dropdown-menu a::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #00b8de;
  margin-left: 5px;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  position: relative;
  right: -10px;
  opacity: 0;
  visibility: hidden;
}
.navbar .dropdown .dropdown-menu a:hover, .navbar .dropdown .dropdown-menu a:focus {
  color: #00b8de !important;
}
.navbar .dropdown .dropdown-menu a:hover::before, .navbar .dropdown .dropdown-menu a:focus::before {
  right: 0px;
  opacity: 1;
  visibility: visible;
  margin-left: 10px;
}
.navbar .dropdown:hover .dropdown-menu, .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) {
  .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown:focus .dropdown-menu {
    display: block;
  }
}
@media (max-width: 768px) {
  .navbar .dropdown .dropdown-menu {
    -webkit-animation-name: unset !important;
            animation-name: unset !important;
    box-shadow: none;
    text-align: center;
    background-color: #f0f5f4;
    margin: 10px 0;
  }
  .navbar .dropdown:hover .dropdown-menu {
    -webkit-animation-name: unset !important;
            animation-name: unset !important;
  }
}

.SectionTitle {
  text-align: center;
  position: relative;
  padding: 30px 10px;
}
.SectionTitle::before {
  content: "";
  width: 200px;
  height: 2px;
  background-color: #005ca9;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-animation: sectionAnimation 2s infinite;
          animation: sectionAnimation 2s infinite;
}
.SectionTitle::after {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #e1c944;
  border: 2px solid #005ca9;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
@-webkit-keyframes sectionAnimation {
  0% {
    width: 50px;
  }
  50% {
    width: 200px;
  }
  90% {
    width: 100px;
  }
  100% {
    width: 50px;
  }
}
@keyframes sectionAnimation {
  0% {
    width: 50px;
  }
  50% {
    width: 200px;
  }
  90% {
    width: 100px;
  }
  100% {
    width: 50px;
  }
}
.SectionTitle .hint {
  color: #777;
  margin: auto;
  max-width: 800px;
  line-height: 36px;
}
.SectionTitle .title {
  font-weight: bold;
  color: #005ca9;
  margin-bottom: 20px;
}

.socialIcons {
  padding: 0;
  margin: 0;
  list-style: none;
}
.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;
}
.socialIcons a:hover {
  background-color: #00b8de;
  color: #ffffff;
  transform: translateY(-3px);
}



/*=============*/
footer {
  padding: 60px 8px 16px;
  background-color: #0367a612;
}
footer .img img {
  height: 60px;
}
footer .about2 {
  padding: 24px 24px 0 0;
}
footer .about2 p {
  color: #777;
  font-weight: 600;
}
footer h3 {
  color: #064252;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  footer h3 {
    margin-top: 32px;
  }
}
footer ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: 8px;
  margin: 0;
  list-style: none;
}
footer ul li a {
  color: #777;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  display: flex;
}
footer ul li a span {
  padding-right: 0;
  width: 0;
  overflow: hidden;
  display: block;
  transition: 0.3s ease-in-out;
}
footer ul li a:hover {
  color: #064252;
}
footer ul li a:hover span {
  width: 20px;
}
footer ul.connect li {
  display: flex;
  align-items: center;
  gap: 8px;
}
footer ul.connect li p {
  font-weight: 600;
  font-size: 14px;
  color: #777;
}
footer .copy {
  margin-top: 32px;
  padding-top: 16px;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .copy img {
  height: 42px;
}
footer .copy p {
  color: #064252;
  line-height: 26px;
}
footer .copy p a {
  color: #0367A6;
}
footer .social {
  display: flex;
  margin-top: 16px;
  gap: 12px;
  flex-direction: row;
}
footer .social a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0367A6;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}
footer .social a i {
  color: #fff;
}
footer .social a:hover {
  background: #064252;
  transform: translateY(-4px);
}
.circleBlur2,
.circleBlur {
  display: block;
  width: 200px;
  height: 200px;
  background: #00b8de;
  filter: blur(120px);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  opacity: 0.9;
}

.circleBlur2 {
  left: unset;
  right: 0;
  top: unset;
  bottom: 0;
  background-color: #005ca9;
}

.mainSlider {
  position: relative;
}
.mainSlider #particles-js {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.mainSlider .mainSliderContainer {
  width: 100%;
  height: 100%;
}
.mainSlider .mainSliderContainer .swiper-slide {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 68px);
}
@media (max-width: 768px) {
  .mainSlider .mainSliderContainer .swiper-slide {
    height: 550px;
  }
}
.mainSlider .mainSliderContainer .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 92, 169, 0.1882352941), rgba(0, 92, 169, 0.7607843137));
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}
.mainSlider .mainSliderContainer .swiper-slide .info {
  position: relative;
  z-index: 3;
  padding: 20px 30px;
  max-width: 850px;
  margin-right: 100px;
  text-align: center;
}
@media (max-width: 768px) {
  .mainSlider .mainSliderContainer .swiper-slide .info {
    margin-right: 0px;
  }
}
.mainSlider .mainSliderContainer .swiper-slide .info .hint {
  color: #ffffff;
  text-transform: capitalize;
  text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.2509803922);
  margin-bottom: 10px;
  font-size: 20px !important;
}
@media (max-width: 768px) {
  .mainSlider .mainSliderContainer .swiper-slide .info .hint {
    font-size: 16px !important;
  }
}
.mainSlider .mainSliderContainer .swiper-slide .info .sliderTitle {
  font-size: 50px !important;
  overflow: hidden;
  color: #ffffff;
  font-weight: bolder;
  text-transform: uppercase;
  text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.2509803922);
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .mainSlider .mainSliderContainer .swiper-slide .info .sliderTitle {
    font-size: 30px !important;
  }
}
.mainSlider .mainSliderContainer .swiper-slide .info a {
  margin-top: 20px;
  display: inline-block;
}
.mainSlider .mainSliderContainer .swiper-button-next,
.mainSlider .mainSliderContainer .swiper-button-prev {
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.1882352941);
  color: #ffffff;
}
.mainSlider .mainSliderContainer .swiper-button-next {
  left: 40px;
}
.mainSlider .mainSliderContainer .swiper-button-prev {
  right: 40px;
}
.mainSlider .mainSliderContainer:hover .swiper-button-next,
.mainSlider .mainSliderContainer:hover .swiper-button-prev {
  opacity: 1;
}
.mainSlider .mainSliderContainer .swiper-pagination {
  left: 20px !important;
  transform: translateX(0%);
}
.mainSlider .mainSliderContainer .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
}
.mainSlider .mainSliderContainer .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.mainSlideItem.swiper-slide-active .sliderTitle {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: jackInTheBox !important;
          animation-name: jackInTheBox !important;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.mainSlideItem.swiper-slide-active .hint {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp !important;
          animation-name: fadeInUp !important;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.mainSlideItem.swiper-slide-active .customBtn {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp !important;
          animation-name: fadeInUp !important;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.goDown {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 0;
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
  color: #ffd700;
  position: absolute;
  z-index: 4;
  bottom: calc(0% - 25px);
  left: calc(50% - 25px);
}

.customBtn {
  transition: all 0.3s ease-in-out;
  padding: 8px 24px;
  color: #ffffff;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: rgb(14, 96, 237);
  border: none;
}
.customBtn::before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translateX(50%) translateY(-50%);
  width: 100%;
  height: 100%;
  background-color: #005ca9;
  z-index: -3;
  border-radius: 8px;
  transition: 1s all ease-in-out;
}
.customBtn span {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translateX(50%) translateY(-50%);
  width: 0%;
  height: 0%;
  background-color: rgba(0, 92, 169, 0.5647058824);
  z-index: -1;
  border-radius: 8px;
  transition: 0.3s all ease-in-out;
}
.customBtn span::after {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 0%;
  height: 0%;
  transform: translateX(50%) translateY(-50%);
  background-color: #005ca9;
  z-index: -2;
  border-radius: 8px;
  transition: 0.6s all ease-in-out;
}
.customBtn:hover {
  color: #ffffff;
}
.customBtn:hover span {
  width: 400px;
  height: 400px;
}
.customBtn:hover span::after {
  width: 400px;
  height: 400px;
}

.customBTnOutline {
  border: 1px solid #005ca9;
  border-radius: 100px !important;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.customBTnOutline span {
  padding: 0 10px;
  color: #005ca9;
}
.customBTnOutline:hover {
  background-color: #005ca9;
}
.customBTnOutline:hover span {
  color: #ffffff;
}

.customBTn2 {
  border: 1px solid #005ca9;
  border-radius: 0px !important;
  transform: skewX(15deg);
  position: relative;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customBTn2::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(0% - 1px);
  width: 100%;
  height: calc(100% + 2px);
  background-color: #005ca9;
  transform: skewX(-30deg);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.customBTn2 span {
  transform: skewX(-15deg);
  color: #ffffff;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
  display: block;
}
.customBTn2:hover {
  transform: skewX(0deg);
  border-radius: 100px !important;
}
.customBTn2:hover::after {
  transform: skewX(0deg);
  border-radius: 100px !important;
}
.customBTn2:hover span {
  transform: skewX(0deg);
}

.defaultBtn {
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  isolation: isolate;
  background-color: #ffffff;
  color: #005ca9;
  transition: all 0.3s ease-in-out;
  border-radius: 500px;
  padding: 8px 16px;
  border: 1px solid #005ca9;
}
.defaultBtn span {
  position: absolute;
  top: 50%;
  right: 0%;
  display: inline-block;
  width: 0;
  height: 0;
  background-color: #005ca9;
  transition: all 0.5s ease-in-out;
  transform: translate(50%, -50%);
  border-radius: 500px;
  z-index: -1;
}
.defaultBtn:hover {
  color: rgba(60, 92, 152, 0.62) !important;
  border: 1px solid #ffffff;
}
.defaultBtn:hover span {
  width: 300%;
  height: 600%;
}
.defaultBtn2 {
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  isolation: isolate;
  background-color: #6c757d38;
  color: #fff;
  transition: all 0.3s ease-in-out;
  border-radius: 500px;
  padding: 8px 16px;
  border: 1px solid #fff;
  margin-right: 16px;
}
.defaultBtn2 span {
  position: absolute;
  top: 50%;
  right: 0%;
  display: inline-block;
  width: 0;
  height: 0;
  background-color: #005ca9;
  transition: all 0.5s ease-in-out;
  transform: translate(50%, -50%);
  border-radius: 500px;
  z-index: -1;
}
.defaultBtn2:hover {
  color: rgb(255, 255, 255) !important;
  border: 1px solid rgba(60, 92, 152, 0.51);
}
.defaultBtn2:hover span {
  width: 300%;
  height: 600%;
}

.defaultBtn3 {
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  isolation: isolate;
  background-color: #0367A6;
  color: #fff;
  transition: all 0.3s ease-in-out;
  border-radius: 500px;
  padding: 8px 16px;
  border: 1px solid #fff;
  margin-right: 16px;
}
.defaultBtn3 span {
  position: absolute;
  top: 50%;
  right: 0%;
  display: inline-block;
  width: 0;
  height: 0;
  background-color: #0367A6;
  transition: all 0.5s ease-in-out;
  transform: translate(50%, -50%);
  border-radius: 500px;
  z-index: -1;
}
.defaultBtn3:hover {
  color: rgb(255, 255, 255) !important;
  border: 1px solid rgba(60, 92, 152, 0.51);
}
.defaultBtn3:hover span {
  width: 300%;
  height: 600%;
}

.SectionTitle {
  text-align: center;
  position: relative;
  padding: 30px 10px;
}
.SectionTitle::before {
  content: "";
  width: 200px;
  height: 2px;
  background-color: #005ca9;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.SectionTitle::after {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #ffd700;
  border: 2px solid #005ca9;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.SectionTitle .hint {
  color: #777;
  margin: auto;
  max-width: 800px;
  line-height: 36px;
}
.SectionTitle .title {
  font-weight: bold;
  color: #005ca9;
  margin-bottom: 20px;
}

.services {
  padding: 70px 0 30px;
}
.services .servicesSlider {
  padding-bottom: 40px;
}
.services .service {
  display: block;
  width: 100%;
  height: 300px;
  position: relative;
  border-radius: 10px;
}
.services .service .serviceImg {
  position: relative;
  width: 100%;
  height: 100%;
}
.services .service .serviceImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.services .service .serviceImg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 92, 169, 0.1882352941), rgba(0, 92, 169, 0.9058823529));
  border-radius: 10px;
}
.services .service .details {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  width: 90%;
  margin: 0 auto 20px;
  transition: all 0.3s ease-in-out;
  transform: translateY(60px);
}
.services .service .details h4 {
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
}
.services .service .details p {
  color: #ededed;
  margin: 10px 0 0;
  font-size: 13px;
  opacity: 0;
  visibility: hidden;
  min-height: 60px;
  transition: all 0.3s ease-in-out;
}
.services .service:hover .details {
  transform: translateY(0px);
}
.services .service:hover .details p {
  opacity: 1;
  visibility: visible;
}

.Features,
.musanedFeatures {
  background-color: #f2f3f8;
  padding: 70px 0;
}
.Features .Feature .singleFeature,
.musanedFeatures .Feature .singleFeature {
  min-width: 250px;
}
.Features .Feature .singleFeature .info,
.musanedFeatures .Feature .singleFeature .info {
  padding: 20px;
  border-radius: 5px;
  box-shadow: 5px 5px 15px #d1d9e6, -5px -5px 15px #fff;
  background-color: #fff;
  position: relative;
  height: 100%;
  text-align: start;
}
.Features .Feature .singleFeature .info::after,
.musanedFeatures .Feature .singleFeature .info::after {
  height: 100%;
  content: "";
  right: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.Features .Feature .singleFeature .info .content,
.musanedFeatures .Feature .singleFeature .info .content {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.Features .Feature .singleFeature .info .content .icon,
.musanedFeatures .Feature .singleFeature .info .content .icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 10px;
  transition: all 0.3s ease-in-out;
}
.Features .Feature .singleFeature .info .content .icon i,
.musanedFeatures .Feature .singleFeature .info .content .icon i {
  font-size: 30px;
  color: #005ca9;
}
.Features .Feature .singleFeature .info .content h3,
.musanedFeatures .Feature .singleFeature .info .content h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.Features .Feature .singleFeature .info .content p,
.musanedFeatures .Feature .singleFeature .info .content p {
  color: #777;
  font-size: 16px;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
}
.Features .Feature .singleFeature .info .content a,
.musanedFeatures .Feature .singleFeature .info .content a {
  padding: 20px 0px 0;
  display: block;
  transition: all 0.3s ease-in-out;
}
.Features .Feature .singleFeature .info .content a i,
.musanedFeatures .Feature .singleFeature .info .content a i {
  font-size: 20px;
  color: #005ca9;
}
.Features .Feature .singleFeature .info:hover::after,
.musanedFeatures .Feature .singleFeature .info:hover::after {
  opacity: 1;
}
.Features .Feature .singleFeature .info:hover .content a i,
.Features .Feature .singleFeature .info:hover .content .icon i,
.musanedFeatures .Feature .singleFeature .info:hover .content a i,
.musanedFeatures .Feature .singleFeature .info:hover .content .icon i {
  color: #fff;
}
.Features .Feature .singleFeature .info:hover .content p,
.Features .Feature .singleFeature .info:hover .content h3,
.musanedFeatures .Feature .singleFeature .info:hover .content p,
.musanedFeatures .Feature .singleFeature .info:hover .content h3 {
  color: #fff;
}
.Features .Feature .singleFeature:nth-child(1) .info::after,
.musanedFeatures .Feature .singleFeature:nth-child(1) .info::after {
  background-image: linear-gradient(60deg, rgba(0, 184, 222, 0.8352941176), rgba(0, 92, 169, 0.8352941176)), url(../img/f1.webp);
}
.Features .Feature .singleFeature:nth-child(2) .info::after,
.musanedFeatures .Feature .singleFeature:nth-child(2) .info::after {
  background-image: linear-gradient(60deg, rgba(0, 184, 222, 0.8352941176), rgba(0, 92, 169, 0.8352941176)), url(../img/f2.webp);
}
.Features .Feature .singleFeature:nth-child(3) .info::after,
.musanedFeatures .Feature .singleFeature:nth-child(3) .info::after {
  background-image: linear-gradient(60deg, rgba(0, 184, 222, 0.8352941176), rgba(0, 92, 169, 0.8352941176)), url(../img/f3.webp);
}
.Features .Feature .singleFeature:nth-child(4) .info::after,
.musanedFeatures .Feature .singleFeature:nth-child(4) .info::after {
  background-image: linear-gradient(60deg, rgba(0, 184, 222, 0.8352941176), rgba(0, 92, 169, 0.8352941176)), url(../img/f1.webp);
}

.Features {
  isolation: isolate;
  position: relative;
  overflow: hidden;
}
.Features::before {
  content: "";
  width: 600px;
  height: 500px;
  position: absolute;
  left: 0;
  top: -320px;
  background: url(../img/about.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 768px) {
  .Features::before {
    width: 100%;
    height: 250px;
    top: -150px;
  }
}
.Features .aboutUs {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  margin: auto;
}
@media (max-width: 768px) {
  .Features .aboutUs {
    text-align: center;
  }
}
.Features .aboutUs h1 {
  font-weight: bold;
  font-size: 50px !important;
  margin-bottom: 20px;
  color: #005ca9;
}
@media (max-width: 768px) {
  .Features .aboutUs h1 {
    font-size: 30px !important;
  }
}
.Features .aboutUs p {
  color: #777;
  font-size: 16px !important;
  line-height: 34px;
}
@media (max-width: 768px) {
  .Features .aboutUs p {
    font-size: 13px !important;
    line-height: 32px;
  }
}
.Features .aboutImg {
  max-width: 500px;
  height: 400px;
  margin: auto;
  position: relative;
}
.Features .aboutImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px 0 100px 0;
}
.Features .aboutImg::before {
  content: "";
  width: 102%;
  height: 102%;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #00b8de;
  z-index: -1;
  border-radius: 100px 0 100px 0;
}

/*---------------------*/
.about-section {
  background: #fff;
  position: relative;
  padding-top: 60px;
  /*padding-bottom: 60px;*/
}
.about-section .about-details {
  text-align: right;
}
.about-section .about-details .ab-det-head-title {
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  color: #04193dba;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
}
.about-section .about-details .ab-det-title {
  margin-bottom: 30px;
  font-size: 30px;
  color: #17171d;
  font-weight: 600;
}
.about-section .about-details p {
  margin-bottom: 40px;
}
.about-section .about-details .description-list {
  margin: 30px 0;
}
.about-section .about-details .description-list li {
  padding-right: 45px;
  position: relative;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
}
.about-section .about-details .description-list li:last-child {
  margin-bottom: 0px;
}
.about-section .about-details .description-list li i {
  background-color: #04193dba;
  color: #fff;
  line-height: 26px;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: center;
  font-size: 22px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
}

.about-services .row [class*=col-]:nth-child(odd) {
  margin-top: -30px;
  margin-top: -30px;
}

.about-services-box {
  padding-right: 0px;
  padding-top: 30px;
  position: relative;
  width: 330px;
}
.about-services-box .ab-large-number {
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
  position: absolute;
  right: 35px;
  top: 15px;
}
.about-services-box .ab-large-number.clr-sky {
  color: rgba(60, 92, 152, 0.3137254902);
}
.about-services-box .ab-large-number.clr-yellow {
  color: #e2b438;
}
.about-services-box .ab-large-number.clr-pink {
  color: #bc84ca;
}
.about-services-box .ab-serv-box-details {
  margin-right: 20px;
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}
.about-services-box .ab-serv-box-details .about-media {
  position: absolute;
  left: -36px;
  top: 5px;
  width: 90px;
  height: 75px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: -5px 10px 25px rgba(56, 152, 226, 0.4);
}
.about-services-box .ab-serv-box-details .ab-box-title {
  color: #fff;
  margin-bottom: 10px;
  margin-top: 46px;
  font-size: 22px;
  margin-right: 0px;
  font-weight: 600;
}
.about-services-box .ab-serv-box-details p {
  margin-bottom: 0px;
  font-size: 14px;
  color: #fbfbfb;
  line-height: 24px;
}
.about-services-box .sky-light {
  background-color: #7cb5ea;
  box-shadow: 0px 0px 40px rgba(124, 181, 234, 0.7);
}
.about-services-box .sky-light .about-media span {
  font-size: 35px;
  color: #7cb5ea;
}
.about-services-box .yellow-light {
  box-shadow: 0px 0px 40px rgba(234, 200, 124, 0.7);
  background-color: #eac87c;
}
.about-services-box .yellow-light .about-media span {
  font-size: 35px;
  color: #eac87c;
}
.about-services-box .pink-light {
  background-color: #cea7d9;
  box-shadow: 0px 0px 40px rgba(206, 167, 217, 0.7);
}
.about-services-box .pink-light .about-media span {
  font-size: 35px;
  color: #cea7d9;
}
/*================*/
.steps {
  padding: 70px 0 30px;
}
.steps .allSteps {
  display: flex;
  padding: 20px 0px;
  text-align: center;
  position: relative;
  isolation: isolate;
}
@media (max-width: 678px) {
  .steps .allSteps {
    flex-direction: column;
  }
}
.steps .allSteps::before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #00b8de;
  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: 230px;
  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 #00b8de;
  background-color: #005ca9;
  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:nth-child(6):after {
  content: "6";
}
.steps .allSteps .step:nth-child(7):after {
  content: "7";
}
.steps .allSteps .step::before {
  content: "";
  width: 2px;
  height: 15px;
  border-left: 1px dashed #00b8de;
  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: 5px;
}
.steps .allSteps .step .images img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 2px;
  height: 40px;
  width: 55px;
  border-radius: 8px;
}
.steps .allSteps .step .icon {
  position: relative;
  margin-bottom: 30px;
}
.steps .allSteps .step .icon i {
  font-size: 40px;
  color: #00b8de;
}
.steps .allSteps .step .icon::after {
  content: "";
  width: 80px;
  height: 50px;
  background-color: #005ca9;
  opacity: 0.1;
  position: absolute;
  left: calc(50% - 44px);
  top: 12px;
  transform: skewX(-55deg) rotateX(60deg) rotateY(14deg);
  z-index: -1;
}
.steps .allSteps .step:nth-child(even) {
  margin-top: 200px;
  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;
  }
}

.scaleReverse {
  transform: scaleX(-1);
}

.statistics {
  background: linear-gradient(45deg, rgba(0, 184, 222, 0.062745098), rgba(29, 113, 184, 0.1254901961));
  padding: 70px 0;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .statistics {
    padding: 40px 0;
  }
}
.statistics .statisticsInner {
  position: relative;
  background-color: rgba(255, 255, 255, 0.1882352941);
  border-radius: 16px;
}
.statistics h4 {
  font-weight: bold;
  color: #005ca9;
  margin-bottom: 30px;
}
.statistics .specifications {
  padding: 30px;
  border-radius: 16px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.statistics .specifications i {
  font-size: 45px;
  margin-bottom: 30px;
  color: #005ca9;
  transition: all 0.3s ease-in-out;
  display: block;
}
.statistics .specifications h1 {
  font-weight: bold;
  margin-bottom: 20px;
  color: #005ca9;
  transition: all 0.3s ease-in-out;
  display: block;
}
.statistics .specifications .odometer-inside {
  direction: ltr !important;
}
.statistics .specifications:hover {
  background-color: #ffffff;
  transform: translateY(-5px);
}
.statistics .specifications:hover i {
  color: #00b8de;
}
.statistics .specifications:hover h1 {
  color: #00b8de;
}
.viedo-container {
  margin-top: 32px;
  margin-bottom: 8px;
  padding: 0 8px;
}
.viedo-container .col-12 {
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 16px;
  padding: 16px;
  background: #e4eaee;
  box-shadow: rgba(135, 138, 153, 0.12) 0px 5px 10px;
}
.viedo-container .col-12 iframe {
  width: 100%;
  height: 400px;
}

.statics {
  background: linear-gradient(45deg, #f3f3f9e8, rgba(243, 243, 249, 0.9607843137)), url(../img/countries.webp);

}
.statics .col-6 {
  border-left: 1px solid #cdcdcd;
}
.statics .col-6:last-child {
  border: none;
}
.statics h4 {
  font-size: 20px;
}
.statics h5 {
  font-size: 16px;
}
.statics .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: rgba(135, 138, 153, 0.12) 0px 5px 10px;
}
.statics .icon img {
  max-width: 50%;
}


.faq {
  padding: 70px 0 20px;
  background: linear-gradient(45deg, rgba(0, 184, 222, 0.062745098), rgba(29, 113, 184, 0.1254901961));
}

.accordion .accordion-button:not(.collapsed) {
  background-color: #00b8de;
  color: #ffffff;
}
.accordion .accordion-button {
  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;
}
.accordion .accordion-item {
  transition: all 0.3s ease-in-out;
  margin-bottom: 5px;
}
.accordion .showAll {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  color: #00b8de;
}
.accordion .showAll .less {
  display: none;
}
.accordion .showAll a {
  display: flex;
  align-items: center;
  color: #00b8de;
}
.accordion .showAll a span {
  margin: 0 3px;
}
.accordion .showAll i {
  transition: all 0.3s ease-in-out;
}

.references {
  padding-top: 40px;
  background-image: linear-gradient(45deg, rgba(29, 113, 184, 0.1882352941), rgba(0, 92, 169, 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;
}

.mainBanner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 70px 30px 90px;
  transition: all 0.3s ease-in-out;
  background-image: linear-gradient(45deg, rgba(0, 92, 169, 0.8352941176), rgba(0, 184, 222, 0.1254901961)), url(../img/banner.webp);
  background-size: contain;
  background-repeat: repeat;
  background-attachment: fixed;
  -webkit-animation: sky 100s infinite;
          animation: sky 100s infinite;
  position: relative;
}
.mainBanner h1 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 38px !important;
  color: #ffffff;
}
@-webkit-keyframes sky {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: right top;
  }
}
@keyframes sky {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: right top;
  }
}
.mainBanner ul {
  margin: 0;
  list-style: none;
  transition: all 0.3s ease-in-out;
  padding: 0;
}
.mainBanner ul li {
  display: inline-flex;
  padding: 10px;
  color: #00b8de;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.mainBanner ul li a {
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px !important;
  padding-left: 10px;
}
.mainBanner ul li a:hover {
  color: #00b8de;
}
.mainBanner ul li a.active {
  color: #ffffff;
  cursor: default;
}
.mainBanner ul li::after {
  content: " / ";
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  left: -3px;
  top: 50%;
  transform: translateY(-50%);
}
.mainBanner ul li:last-child:after {
  display: none;
}
@media (max-width: 768px) {
  .mainBanner {
    padding: 70px 15px 45px;
    background-size: cover;
  }
  .mainBanner .Back {
    margin-left: 20px;
  }
  .mainBanner h1 {
    font-size: 24px !important;
  }
  .mainBanner ul li a {
    font-size: 14px !important;
  }
}

.requirements {
  background: linear-gradient(45deg, rgba(0, 184, 222, 0.062745098), rgba(29, 113, 184, 0.1254901961));
  padding: 70px 0;
}
.requirements .requirement {
  padding: 30px;
  border: 1px solid #00b8de;
  border-radius: 10px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.requirements .requirement .head {
  margin-bottom: 20px;
  text-align: center;
}
.requirements .requirement .head h4 {
  margin-bottom: 10px;
  font-weight: bold;
  color: #005ca9;
}
.requirements .requirement .head p {
  color: #777;
}
.requirements .requirement .head p a {
  color: #005ca9;
  font-weight: bold;
  white-space: nowrap;
}
.requirements .requirement ul {
  padding: 0;
  margin: 0;
}
.requirements .requirement ul li {
  padding: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.requirements .requirement ul li .icon {
  min-width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #00b8de;
  margin-left: 10px;
  border-radius: 100px;
  background: rgba(0, 92, 169, 0.1882352941);
  transition: all 0.3s ease-in-out;
}
.requirements .requirement ul li .icon i {
  font-size: 20px;
  color: #005ca9;
}
.requirements .requirement ul li:hover .icon {
  background-color: #fff;
  border-color: #005ca9;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
}
.requirements .requirement:hover {
  background-color: #fff;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
}

.sideTitle {
  margin-bottom: 30px;
  color: #005ca9;
  position: relative;
  padding-right: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.sideTitle h2 {
  font-weight: bold;
}
.sideTitle::before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
  border-radius: 8px;
  border: 4px solid #ffd700;
  transform: rotate(45deg);
  -webkit-animation: rotate 2s infinite;
          animation: rotate 2s infinite;
  transition: all 0.3s ease-in-out;
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(90deg);
    border-radius: 12px;
  }
  50% {
    transform: rotate(180deg);
    border-radius: 8px;
  }
  100% {
    transform: rotate(270deg);
    border-radius: 12px;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(90deg);
    border-radius: 12px;
  }
  50% {
    transform: rotate(180deg);
    border-radius: 8px;
  }
  100% {
    transform: rotate(270deg);
    border-radius: 12px;
  }
}
.sideTitle a {
  padding: 5px;
  white-space: nowrap;
  font-weight: normal;
  color: #00b8de;
}

.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: #005ca9;
}
.contactForm .googleMap {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: none;
  min-height: 250px;
}
.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 #005ca9;
  color: #005ca9;
  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);
}

.workers {
  padding: 60px 0 30px;
  margin-bottom: 20px;
}
.workers .cv {
  margin: 10px;
}

.cv {
  position: relative;
  padding: 10px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
}
.cv img {
  width: 100%;
  height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  position: relative;
  top: 0;
  left: 0;
}
.cv .type {
  position: absolute;
  right: 10px;
  top: 10px;
  width: auto;
  background-color: #00b8de;
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 12px !important;
}
.cv .details {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(45deg, rgba(0, 161, 153, 0.7764705882), rgba(29, 114, 184, 0.8980392157));
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.cv .details a {
  color: #ffffff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cv:hover .details {
  opacity: 1;
  visibility: visible;
}

.modal {
  z-index: 1049;
}

.cvModal .workerCvSlider img {
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  cursor: zoom-in;
}
.cvModal .workerCvSlider .swiper-button-prev,
.cvModal .workerCvSlider .swiper-button-next {
  color: #005ca9;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100px;
}
.cvModal .workerCvSlider .swiper-button-prev:hover,
.cvModal .workerCvSlider .swiper-button-next:hover {
  background-color: #00b8de;
  color: #ffffff;
}
.cvModal .workerCvSlider .swiper-button-prev::after, .cvModal .workerCvSlider .swiper-button-prev::before,
.cvModal .workerCvSlider .swiper-button-next::after,
.cvModal .workerCvSlider .swiper-button-next::before {
  font-weight: 300;
  font-size: 20px;
}
.cvModal .workerCvSlider .workerVideo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 300px;
  color: #777;
}
.cvModal .workerCvSlider .workerVideo i {
  font-size: 50px;
  margin-bottom: 10px;
}
.cvModal .workerCvSlider iframe {
  width: 100%;
  height: 300px;
  border-radius: 16px;
}
.cvModal ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cvModal ul li {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  min-width: 49%;
  padding: 10px;
}
.cvModal ul li h6 {
  color: #777;
  font-size: small;
}
.cvModal ul li p {
  font-weight: bold;
  margin-right: 5px;
}

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

.family {
  padding: 70px 0 50px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(45deg, rgba(0, 184, 222, 0.062745098), rgba(0, 184, 222, 0.1254901961));
}
.family .single {
  position: relative;
  display: flex;
  align-items: center;
}
.family .single .image {
  position: relative;
  width: 50%;
  margin-left: 40px;
}
.family .single .image img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  position: relative;
  z-index: 2;
}
.family .single .image::before {
  content: "";
  width: 90%;
  height: 90%;
  position: absolute;
  right: -20px;
  bottom: -20px;
  z-index: 1;
  border: 2px solid #00b8de;
  background-color: rgba(0, 184, 222, 0.1882352941);
  border-radius: 4px;
}
.family .single .info {
  position: relative;
  z-index: 2;
}
.family .single .info h3 {
  font-weight: bold;
  font-size: 35px !important;
  margin-bottom: 20px;
  color: #005ca9;
}
.family .single .info h5 {
  font-size: 25px !important;
  color: #777;
}
.family .single:nth-child(odd) {
  flex-direction: row-reverse;
}
.family .single:nth-child(odd) .image {
  margin-left: 0px;
  margin-right: 40px;
}
.family .single:nth-child(odd) .image::before {
  right: unset;
  left: -20px;
}
.family .single:nth-child(odd) .info {
  text-align: end;
}
@media (max-width: 768px) {
  .family .single {
    flex-direction: column !important;
  }
  .family .single .image {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 20px !important;
  }
  .family .single .image img {
    border-radius: 8px !important;
    height: 200px;
  }
  .family .single .image::before {
    width: 80px;
    height: 80px;
  }
  .family .single .info {
    margin-bottom: 40px;
    text-align: center !important;
  }
  .family .single .info h3 {
    font-size: 25px !important;
    margin-bottom: 10px !important;
  }
  .family .single .info h5 {
    font-size: 15px !important;
  }
  .family .single:last-child .info {
    margin-bottom: 0;
  }
}

.filter {
  padding: 40px 20px 20px;
  background-color: #fff;
  border-radius: 16px;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  right: 0;
  z-index: 2;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
  margin-bottom: 30px;
}
.filter h4 {
  font-weight: bold;
  margin-bottom: 10px;
  color: #005ca9;
}
.filter select {
  width: 100%;
}
.filter label {
  margin-bottom: 8px;
}
.filter label i {
  color: #005ca9;
}
.filter .confirm,
.filter .clear {
  border-radius: 12px;
  background-color: #eee;
  color: #00b8de;
  padding: 8px 16px;
}
.filter .confirm {
  background-color: #00b8de;
  color: #ffffff;
}

.allWorkers {
  padding: 50px 0;
  position: relative;
}

.customOrder {
  padding: 10px 20px;
  border-radius: 8px;
  background-color: #e3faff;
  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 #005ca9;
  text-align: center;
}
@media (max-width: 768px) {
  .customOrder {
    align-items: center;
    justify-content: center;
  }
  .customOrder a {
    margin-top: 10px;
  }
}

.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;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  left: 0;
}
.recruitmentRequest .formCard .head {
  background-color: rgba(0, 184, 222, 0.062745098);
  padding: 10px 20px;
  color: #00b8de;
  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: #005ca9;
  font-size: 10px !important;
}
.recruitmentRequest .form-check-label {
  font-size: small;
}

.form-check-input:checked {
  background-color: #00b8de;
  border-color: #00b8de;
  transition: all 0.3s ease-in-out;
}
.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(20, 94, 78, 0.1882352941);
}

.selectCustomerService {
  padding: 30px 0 0;
}
.selectCustomerService .hint {
  text-align: center;
  margin-bottom: 16px;
}
.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;
  background-color: rgba(0, 184, 222, 0.062745098);
  padding: 16px;
  border-radius: 16px;
}
.selectCustomerService .choose .customerOption {
  padding: 5px;
}
.selectCustomerService .choose .btn {
  padding: 8px 16px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
  box-shadow: none;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
  border-radius: 16px;
}
.selectCustomerService .choose .btn img {
  height: 50px;
  min-width: 50px;
  margin: 0 auto 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.selectCustomerService .choose .btn span {
  text-transform: capitalize;
  font-size: 13px !important;
}
.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: #00b8de;
  border: 2px solid #00b8de;
}
.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;
}

.selectedCustomerInfo .contact {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  display: flex;
  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;
}
.selectedCustomerInfo .contact i.fa-whatsapp-square {
  color: #038735;
}
.selectedCustomerInfo .contact i.fa-square-phone {
  color: #1e90ff;
}
.selectedCustomerInfo .contact:hover {
  background-color: rgba(0, 184, 222, 0.062745098);
  color: #00b8de;
}

.account {
  padding: 70px 5px;
}
.account .formCard {
  max-width: 900px;
  margin: auto;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
  position: relative;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .account .formCard {
    padding: 30px 10px;
  }
}
.account .formCard .loginImg {
  height: 300px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .account .formCard .loginImg {
    height: 200px;
    margin-bottom: 20px;
  }
}
.account .formCard a {
  color: #00b8de;
}
.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);
}

.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 #00b8de;
  text-align: center;
  font-size: 18px;
  border-radius: 4px 4px 0 0;
}

.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 .userInfo {
  background-color: #ffffff;
  color: #292929;
  border-radius: 20px;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
  padding: 20px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}
.profile .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 #00b8de;
  margin-bottom: 20px;
}
.profile .userInfo .userName h3 {
  font-weight: bold;
  margin-bottom: 10px;
}
.profile .userInfo .control {
  position: absolute;
  left: 0;
  top: 5px;
}
.profile .userInfo .control i {
  font-size: 28px;
  color: #ff0000;
  cursor: pointer;
}
.profile .userInfo .control .switch {
  position: relative;
  width: 50px;
  height: 28px;
  margin: -3px 10px;
}
.profile .userInfo .control .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.profile .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 .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 .userInfo .control .switch input:checked + .slider {
  background-color: #2196f3;
}
.profile .userInfo .control .switch input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
.profile .userInfo .control .switch input:checked + .slider:before {
  transform: translateX(22px);
}
@media (max-width: 760px) {
  .profile .userInfo {
    padding: 20px 10px;
  }
  .profile .userInfo img {
    width: 80px;
    height: 80px;
  }
  .profile .userInfo span {
    margin: 0px 10px;
  }
}
.profile .profileNavCol {
  background-color: rgba(0, 184, 222, 0.062745098);
  border-radius: 16px;
  padding: 5px;
  margin-bottom: 50px;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  right: 0;
  z-index: 2;
}
.profile .profileNavCol a {
  padding: 13px;
  display: flex;
  align-items: center;
  color: #292929;
  margin: 5px 1px;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
}
.profile .profileNavCol a i {
  margin-right: 5px;
}
.profile .profileNavCol a.active, .profile .profileNavCol a:hover {
  background-color: #00b8de;
  color: #ffffff;
}
@media (max-width: 760px) {
  .profile .profileNavCol {
    margin-bottom: 10px;
  }
  .profile .profileNavCol a {
    padding: 8px 10px;
    display: inline-flex;
    margin: 3px 0px;
    min-width: 49%;
    background-color: rgba(255, 255, 255, 0.6431372549);
  }
}
@media (max-width: 335px) {
  .profile .profileNavCol {
    margin-bottom: 10px;
  }
  .profile .profileNavCol a {
    padding: 8px 10px;
    display: inline-flex;
    margin: 3px 0px;
    min-width: 100%;
  }
}
.profile .profileTitle {
  background-color: #f8f8f8;
  padding: 10px;
  margin-bottom: 20px;
}

.profileContent {
  background-color: #ffffff;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
  border-radius: 16px;
  padding: 20px;
  /*margin: 10px;*/
}
@media (max-width: 760px) {
  .profileContent {
    box-shadow: none;
    margin: 20px 0;
    padding: 0;
  }
}
.profileContent .customAlert {
  font-weight: bold;
  color: #005ca9;
  text-align: center;
  padding: 10px;
}
.profileContent .newOrder {
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #005ca9;
  background: rgba(29, 113, 184, 0.1882352941);
  color: #005ca9;
}
.profileContent .newOrder i {
  font-size: 30px;
  margin-left: 20px;
}
.profileContent .newOrder:hover {
  background: #005ca9;
  color: #ffffff;
}
.profileContent .order {
  background-color: #fff;
  border: 1px solid rgba(0, 184, 222, 0.062745098);
  border-radius: 16px;
}
.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: #005ca9;
  width: 30px;
  height: 30px;
}
.profileContent .order .swiper-button-prev:hover,
.profileContent .order .swiper-button-next:hover {
  background-color: #00b8de;
  color: #005ca9;
}
.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;
  justify-content: space-around;
  align-items: center;
  padding: 15px 5px 10px;
  background-color: rgba(0, 184, 222, 0.062745098);
  border-radius: 16px;
  margin-top: 10px;
}
.profileContent .order .profileCustomerInfo .info {
  display: flex;
  align-items: center;
}
.profileContent .order .profileCustomerInfo .info img {
  height: 50px;
  width: 50px;
  margin-left: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
.profileContent .order .profileCustomerInfo .info .text h6 {
  font-weight: bold;
  margin-bottom: 10px;
  color: #00b8de;
}
.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 #00b8de;
  color: #00b8de;
  margin: 5px;
}
.profileContent .order .profileCustomerInfo .contact a i {
  font-size: 20px;
}
.profileContent .order .profileCustomerInfo .contact a:hover {
  background-color: #00b8de;
  color: #ffffff;
}
.profileContent .order .cancel {
  color: #db1d00;
}
.profileContent .order .done {
  color: #038735;
}
.profileContent .order .orderStatus {
  padding: 10px;
  font-weight: bold;
}

#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: #f5f4de;
  color: #292929;
  width: 100%;
  margin-bottom: 10px;
}

#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: #145e4e;
  color: #fff;
  position: relative;
}

#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: #f5f4de !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.html);
  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: #145e4e;
  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: #145e4e 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: #145e4e;
  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: #f5f4de;
  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: #f5f4de;
  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: #145e4e;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1882352941);
  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.1882352941);
  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;
}
.status {
  position: relative;
  padding: 20px 10px;
  background-color: rgba(29, 113, 184, 0.1882352941);
  margin: 20px 0;
  border-radius: 8px;
  border: 1px solid #005ca9;
  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 #ccc;
}
.status ol li:not(:last-child)::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #ccc;
  margin: 0;
  position: absolute;
  top: 12px;
  right: calc(50% + 12px);
}
.status ol li.completed:before {
  background: #005ca9;
  border: 3px solid #005ca9;
}
.status ol p {
  margin-top: 10px;
  color: #005ca9;
}
/* ================================================== order-details=================================== */
.orderDetails {
  background-color: #ffffff;
  width: min(100% - 24px, 900px);
  margin: 30px auto;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  position: relative;
  text-align: center;
}
.orderDetails .selectedCustomer {
  margin: 0;
  margin-top: 20px;
  width: 100%;
  box-shadow: none;
  border: 6px solid #f3f3f9;
}

.orderDetails .routeNav {
  margin: 0px;
}
/*.routeNav .Back {*/
/*  position: relative;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  width: 40px;*/
/*  height: 40px;*/
/*  background-color: #ffffff;*/
/*  color: #ffffff;*/
/*  border-radius: 100%;*/
/*  margin-left: 30px;*/
/*  transition: all 0.3s ease-in-out;*/
/*  font-size: 20px;*/
/*  border: none;*/
/*}*/
/*.routeNav .Back:hover {*/
/*  background-color: #ffffff;*/
/*  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: #f1f1f1;*/
/*  transition: all 0.3s ease-in-out;*/
/*  position: relative;*/
/*}*/
/*.routeNav ul li a {*/
/*  transition: all 0.3s ease-in-out;*/
/*  color: #ffffff;*/
/*  font-weight: bold;*/
/*}*/
/*.routeNav ul li a:hover {*/
/*  color: #ffffff;*/
/*}*/
/*.routeNav ul li a.active {*/
/*  color: #f1f1f1;*/
/*  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: rgb(25 103 210 / 18%);*/
/*  border-radius: 8px;*/
/*  border: 1px solid #1967d2;*/
/*  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 #1967d2;*/
/*}*/
/*.status ol li:not(:last-child)::after {*/
/*  content: "";*/
/*  width: 100%;*/
/*  height: 2px;*/
/*  display: block;*/
/*  background: #1967d2;*/
/*  margin: 0;*/
/*  position: absolute;*/
/*  top: 12px;*/
/*  right: calc(50% + 12px);*/
/*}*/
/*.status ol li.completed:before {*/
/*  background: #1967d2;*/
/*}*/
/*.status ol p {*/
/*  margin-top: 10px;*/
/*}*/
.orderDetails .order-content h4,
.orderDetails .order-content p {
  text-align: right;
}
.notifications {
  padding: 10px;
}
.notifications ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.notifications ul .notification {
  padding: 20px;
  background-color: rgba(0, 184, 222, 0.062745098);
  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: #005ca9;
}

.editProfile {
  padding: 20px;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid #eee;
}
.editProfile .head {
  background-color: rgba(29, 113, 184, 0.062745098);
  color: #005ca9;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
}
.editProfile .head h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.countries {
  padding: 50px 0;
}
.countries .country {
  position: relative;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 60px;
  border: 1px dashed #d7d7d7;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.countries .country:hover {
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
  z-index: 1;
}
.countries .country img {
  border: 1px dashed #d7d7d7;
  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: #005ca9;
  margin-bottom: 20px;
}
.countries .country p {
  color: #777;
  margin-bottom: 20px;
}
.Countries-section {
  position: relative;
  padding-top: 60px;
  /*padding-bottom: 60px;*/
  background-color: #fff;
  /*background-image: linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(65, 23, 161, 0.01)), url(../images/map.webp);*/
}
.Countries-section .Countries-title {
  margin-bottom: 50px;
  text-align: center;
  max-width: 645px;
  margin-left: auto;
  margin-right: auto;
}
.Countries-section .Countries-title .Countries-title-heading {
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  color: #04193dba;
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
}
.Countries-section .Countries-title h2 {
  margin: 0px auto;
  font-size: 30px;
}
.Countries-section .Countries-boxes {
  margin-bottom: 30px;
}
.Countries-section .Countries-boxes .Countries-block {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 25px rgba(3, 103, 166, 0.36);
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  transition: 0.5s all ease;
  margin-bottom: 30px;
}
.Countries-section .Countries-boxes .Countries-block:hover {
  background-color: rgba(3, 103, 166, 0.85);
}
.Countries-section .Countries-boxes .Countries-block:hover:after {
  background-color: #fff;
  opacity: 0.1;
  width: 500%;
  height: 500%;
}
.Countries-section .Countries-boxes .Countries-block:hover .Countries-media:after {
  transform: translateX(-50%) translateY(-50%) scale(1);
  opacity: 1;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
}
.Countries-section .Countries-boxes .Countries-block:hover .Countries-content p {
  color: #fff;
}
.Countries-section .Countries-boxes .Countries-block:hover .Countries-content a.defaultBtn:hover {
  color: #04193dba !important;
}

.Countries-section .Countries-boxes .Countries-block:before {
  width: 110px;
  height: 110px;
  position: absolute;
  left: -60px;
  top: -60px;
  content: "";
  color: #fff;
  background-color: #04193dba;
  border-radius: 50%;
  opacity: 0.04;
  z-index: -1;
  transition: 0.5s all ease;
}
.Countries-section .Countries-boxes .Countries-block .Countries-media {
  width: 150px;
  height: 132px;
  line-height: 0;
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
  margin: 0px auto 0px;
}
.Countries-section .Countries-boxes .Countries-block .Countries-media:after {
  transition: 0.5s all ease;
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.1);
  position: absolute;
  left: 50%;
  content: "";
  z-index: -1;
  top: 50%;
  opacity: 0;
}
.Countries-section .Countries-boxes .Countries-block .Countries-media img {
  width: 83px;
  height: 80px;
  transition: 0.5s all ease;
  border-radius: 100px;
}
.Countries-section .Countries-boxes .Countries-block .Countries-media img:before {
  transform: translateX(-50%);
  left: 50%;
  position: inherit;
}
.Countries-section .Countries-boxes .Countries-block .Countries-media img:after {
  transition: 0.5s all ease;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.1);
  position: absolute;
  left: 50%;
  content: "";
  z-index: -1;
  top: 50%;
  opacity: 0;
}
.Countries-section .Countries-boxes .Countries-block .count-content-title {
  background-color: #f0f6fe;
  color: #0367A6;
  font-size: 14px;
  border-radius: 10px;
  padding: 4px 15px;
  display: inline-block;
  margin-bottom: 10px;
}
.Countries-section .Countries-boxes .Countries-block .Countries-content p {
  display: block;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 0px;

  font-size: 15px;
  transition: 0.5s all ease;
  color: #17171d;
}
.Countries-section .Countries-boxes .Countries-block .Countries-content p i{

  color: rgba(3, 103, 166, 0.65);
}
.Countries-section .Countries-boxes .Countries-block:hover .Countries-content  p i{
  color: rgb(253, 253, 253);
}
.Countries-section .Countries-boxes .Countries-block .Countries-content a.defaultBtn {
  width: 122px;
  padding: 6px 5px;
  margin: 20px 46px;
  margin-left: 0 !important;
  margin-right: 0px !important;
  font-weight: 600;
  font-size: 15px;
}
.Countries-section .Countries-boxes .Countries-block .Countries-content a.defaultBtn:hover {
  color: #04193dba !important;
}
.Countries-section .Countries-boxes .Countries-block:after {
  width: 110px;
  height: 110px;
  position: absolute;
  right: -60px;
  bottom: -60px;
  content: "";
  background-color: #04193dba;
  color: #fff;
  border-radius: 50%;
  opacity: 0.04;
  z-index: -1;
  transition: 0.5s all ease;
}
.Countries-section .Countries-btn a {
  outline: none;
  color: #fff;
  padding: 15px 30px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-table;
  background-color: #472A89;
  border: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s all ease;
}

.Countries-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: start;
}
.Countries-section ul li {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  min-width: 49%;
  padding: 10px;
}

.routeNav {
  display: flex;
  align-items: center;
  border-radius: 8px;
  margin-bottom: 40px;
  transition: all 0.3s ease-in-out;
}
@media print {
  .routeNav {
    display: none !important;
  }
}
.routeNav .Back {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #00b8de;
  color: #ffffff;
  border-radius: 100%;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  border: none;
}
.routeNav .Back:hover {
  background-color: #005ca9;
  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: #292929;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.routeNav ul li a {
  transition: all 0.3s ease-in-out;
  color: #005ca9;
}
.routeNav ul li a:hover {
  color: #292929;
}
.routeNav ul li a.active {
  color: #292929;
  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;
  }
}

.workerDetails {
  padding: 50px 50px 50px 50px;
  position: relative;
}
@media print {
  .workerDetails {
    min-height: 100vh;
  }
}
.workerDetails .personalInfo {
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
  /*margin-bottom: 40px;*/
  display: block;
/*margin:40px 40px 40px 40px ;*/
}
@media print {
  .workerDetails .personalInfo {
    box-shadow: none;
    margin-bottom: 0px;

  }
}
.workerDetails .personalInfo .workerImg {
  background-color: #cdebea;
  border-radius: 16px;
  margin-bottom: 20px;

}
.workerDetails .personalInfo .workerImg img {
  width: 100%;
  height: 300px;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.workerDetails .personalInfo .workerImg .workerVideo {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 92, 169, 0.1882352941);
  border-radius: 16px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  color: #005ca9;
}
@media print {
  .workerDetails .personalInfo .workerImg .workerVideo {
    display: none;
  }
}
.workerDetails .personalInfo .workerImg .workerVideo i {
  font-size: 50px;
}
.workerDetails .personalInfo .workerImg .workerVideo a {
  display: block;
  font-weight: bold;
}
.workerDetails .customTable tr {
  border: none;
  padding-bottom: 10px;
}
.workerDetails .customTable tr td {
  padding: 15px 12px;
  border: none;
  font-weight: bold;
  vertical-align: middle;
  background-color: rgba(0, 92, 169, 0.062745098);
}
.workerDetails .customTable tr td:first-child {
  width: 135px;
  font-size: 13px !important;
  font-weight: normal;
}
.workerDetails .customTable tr td:last-child {
  padding-right: 4px;
  padding-left: 15px;
}
.workerDetails .customTable tr:first-child td:first-child {
  border-top-right-radius: 16px;
}
.workerDetails .customTable tr:first-child td:last-child {
  border-top-left-radius: 16px;
}
.workerDetails .customTable tr:last-child td:first-child {
  border-bottom-right-radius: 16px;
}
.workerDetails .customTable tr:last-child td:last-child {
  border-bottom-left-radius: 16px;
}
.workerDetails .wideTable {
  background-color: rgba(0, 92, 169, 0.062745098);
  text-align: center;
  width: 100%;
  overflow-x: scroll;
  border-radius: 16px;
}
.workerDetails .wideTable tr {
  border-radius: 16px;
}
.workerDetails .wideTable tr td {
  border: none;
  padding: 16px 10px;
}
.workerDetails .wideTable tr th {
  padding: 16px 10px;
  white-space: nowrap;
}
.workerDetails .wideTable tr:first-child th:first-child {
  border-top-right-radius: 16px;
}
.workerDetails .wideTable tr:first-child th:last-child {
  border-top-left-radius: 16px;
}
.workerDetails .wideTable tr:last-child td:first-child {
  border-bottom-right-radius: 16px;
}
.workerDetails .wideTable tr:last-child td:last-child {
  border-bottom-left-radius: 16px;
}
.workerDetails .wideTable td {
  background-color: rgba(0, 92, 169, 0.062745098);
}
.workerDetails .more {
  margin-bottom: 40px;
}
.workerDetails .more .moreTilte {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 22px !important;
  color: #005ca9;
  position: relative;
  padding-right: 20px;
}
.workerDetails .more .moreTilte::before {
  content: "";
  width: 10px;
  height: 100%;
  background-color: #005ca9;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 10px 0 0 10px;
}
@media print {
  .workerDetails {
    padding: 0;
  }
  .workerDetails .printBtn {
    display: none;
  }
}
.workerDetails .printFooter {
  background-color: rgba(0, 92, 169, 0.1254901961);
  position: absolute;
  border-radius: 16px;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #005ca9;
  padding: 10px;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-top: auto;
  display: none;
}
@media print {
  .workerDetails .printFooter {
    display: flex;
  }
}
.workerDetails .printFooter .contact {
  padding: 10px;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.workerDetails .printFooter .contact i {
  font-size: 24px;
}
.workerDetails .printFooter .logo {
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5px;
}

.allWorkers .workerDetails .personalInfo {
  display: flex;
  box-shadow: none;
  background-color: #ffffff;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 8px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
}
/*@media (max-width: 400px) {*/
/*  .allWorkers .workerDetails .personalInfo {*/
/*    flex-direction: column;*/
/*    height: fit-content;*/
/*  }*/
/*}*/
/*@media (min-width: 768px) {*/
/*  .allWorkers .workerDetails .personalInfo {*/
/*    flex-direction: row; !* Switch to row for larger screens *!*/
/*  }*/
/*}*/
@media (max-width: 990px) {
  .allWorkers .workerDetails .personalInfo {
    flex-direction: column; /* Switch to row for larger screens */
  }
}
.allWorkers .workerDetails .personalInfo img {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  background-color: #cdebea;
  border: 3px solid #eee;
  margin-left: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 400px) {
  .allWorkers .workerDetails .personalInfo img {
    margin-left: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.allWorkers .workerDetails .personalInfo .table {
  text-align: right;
  margin-bottom: 0;
}
.allWorkers .workerDetails .personalInfo .table tr {
  min-width: 33%;
  display: inline-block;
  padding-bottom: 0;
  height: 100%;
  text-align: right;
}
.allWorkers .workerDetails .personalInfo .table td {
  border-radius: 0 !important;
  background: none;
  width: unset !important;
  padding: 10px 10px;
  text-align: right;
}
@media (max-width: 990px) {
  .allWorkers .workerDetails .personalInfo .table td  {
    border-radius: 0 !important;
    background: none;
    width: unset !important;
    padding: 4px 4px;
    text-align: left;
  }
}
.allWorkers .workerDetails .personalInfo .table td:first-child {
  color: #777;
}
.allWorkers .workerDetails .personalInfo .table td:last-child {
  padding-right: 4px;
  padding-left: 15px;
}


.allWorkers .workerDetails .personalInfo .type {
  position: absolute;
  right: 10px;
  top: 10px;
  width: auto;
  background-color: #0367A6;
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 12px !important;
}
.allWorkers .workerDetails .personalInfo .type2 {
  /*position: absolute;*/
  /*right: 20px;*/
  /*top: 10px;*/
  width: auto;
  background-color: #0367A6;
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 12px !important;
  margin: 8px;
}
.allWorkers .workerDetails .personalInfo .type3 {
  /*position: absolute;*/
  /*right: 30px;*/
  /*top: 10px;*/
  width: auto;
  background-color: #0367A6;
  /*color: #ffffff;*/
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 12px !important;
  text-align: center;
}

/*.customTable tbody{*/
/*  position: relative;*/
/*}*/
/*.workerDetails .type4{*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 0;*/
/*  background-color: #0367A6;*/
/*  color: #fff;*/
/*  width: auto;*/
/*  padding: 4px 12px;*/
/*  border-radius: 100px;*/
/*  font-size: 12px !important;*/
/*}*/
@media print {
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
}
@media print {
  .printHide {
    display: none !important;
  }
}

.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;
  color: #777;
}
.musaned .musanedLogo {
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

.knownservice {
  padding: 40px 0;
}

.knownservice .intro img {
  height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 20px;
}

.knownservice .intro .head {
  font-weight: bold;
  margin-bottom: 20px;
  color: #005ca9;
}

.knownservice .intro .info {
  color: #777;
  line-height: 28px;
}

@media (max-width: 768px) {
  .knownservice .intro {
    text-align: center;
  }
  .knownservice .intro img {
    height: 80px;
  }
}

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

.knownservice .introImg img {
  -o-object-fit: contain;
  object-fit: contain;
}

.available,
.happyClients {
  padding: 70px 0;
  text-align: center;
}

.available h4,
.happyClients h4 {
  font-weight: bold;
  color: #145e4e;
  margin-bottom: 30px;
}

.available .specifications,
.happyClients .specifications {
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1882352941);
  border-radius: 4px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.available .specifications img,
.happyClients .specifications img {
  font-size: 45px;
  margin-bottom: 30px;
  color: #145e4e;
  transition: all 0.3s ease-in-out;
}

.available .specifications h1,
.happyClients .specifications h1 {
  font-weight: bold;
  margin-bottom: 20px;
  color: #145e4e;
  transition: all 0.3s ease-in-out;
  display: block;
}

.available .specifications .odometer-inside,
.happyClients .specifications .odometer-inside {
  direction: ltr !important;
}

.available .specifications h5,
.happyClients .specifications h5 {
  transition: all 0.3s ease-in-out;
  color: rgba(2, 2, 2, 0.66);
}

.available .specifications:hover,
.happyClients .specifications:hover {
  background: linear-gradient(rgba(238, 238, 238, 0.6392156863), rgba(238, 238, 238, 0.8)), url(../img/musanedHead.webp);
  transform: translateY(-5px);
}

.available .specifications:hover img,
.happyClients .specifications:hover img {
  color: #f5f4de;
}

.available .specifications:hover h3,
.available .specifications:hover h5,
.happyClients .specifications:hover h3,
.happyClients .specifications:hover h5 {
  color: #020202;
}

.reqruitment-request-steps {
  padding-top: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5019607843), rgba(255, 255, 255, 0.8549019608)), url(../images/bg2.html);
  background-repeat: no-repeat;
  background-position: bottom left;
}
@media (max-width: 576px) {
  .reqruitment-request-steps {
    padding: 0 12px 32px;
  }
}
.reqruitment-request-steps h4 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}
.reqruitment-request-steps .col-12 {
  width: 300px;
  height: 220px;
  background: #005ca910;
  box-shadow: rgba(135, 138, 153, 0.12) 0px 5px 10px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
  margin: auto;
}
.reqruitment-request-steps .col-12:hover {
  transform: translateY(-8px);
}
.reqruitment-request-steps .col-12 h3 {
  text-align: center;
}
.reqruitment-request-steps .col-12 p {
  max-width: 250px;
  text-align: center;
  margin-top: 16px;
  color: #6c757d;
}
.reqruitment-request-steps .col-12 .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin-bottom: 16px;
  box-shadow: rgba(135, 138, 153, 0.12) 0px 5px 10px;
}
.reqruitment-request-steps .col-12 .icon img {
  max-width: 50%;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../img/shadow.svg);

}
.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-left-radius: 100px;
  border-bottom-right-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: #00b8de;
  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: #005ca9;
}
.videoSection .feature .content .info h3 {
  margin-bottom: 10px;
  font-weight: bold;
}
.videoSection .feature .content .info p {
  color: #777;
}

@-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(0, 92, 169, 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(0, 92, 169, 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(0, 92, 169, 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: #005ca9;
}
.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: #005ca9;
}
.musanedRecruitment .specifications h1 {
  font-weight: bold;
  margin-bottom: 20px;
  color: #005ca9;
}
.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(0, 92, 169, 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: #005ca9;
  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;
  }
}

.policies,
.visa,
.selectWorker,
.recruitmentContract {
  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;
  background-attachment: fixed;
}
.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: #ffffff;
  margin-bottom: 20px;
  line-height: 34px;
}
.policies .container h4,
.visa .container h4,
.selectWorker .container h4,
.recruitmentContract .container h4 {
  margin: auto;
  line-height: 34px;
  color: #e0e0e0;
  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: #005ca9;
  color: #ffffff;
  border-radius: 4px;
  margin: 10px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #005ca9;
}
.policies .container .links a:hover,
.visa .container .links a:hover,
.selectWorker .container .links a:hover,
.recruitmentContract .container .links a:hover {
  background-color: #005ca9;
  color: #00b8de;
}

.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 #005ca9;
}
.arriveWorker .arriveWorkerInfo .image::before {
  content: "";
  width: 150px;
  height: 150px;
  position: absolute;
  right: -50px;
  top: -50px;
  background: url(../img/dots.html);
  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: #ddf4f9;
}
.arriveWorker .arriveWorkerInfo .info::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 10px;
  width: 100%;
  height: 100%;
  border: 1px solid #005ca9;
  z-index: 1;
}
.arriveWorker .arriveWorkerInfo .info h3 {
  font-weight: bold;
  font-size: 35px !important;
  margin-bottom: 20px;
  color: #005ca9;
  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: #005ca9;
  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;
  }
}

.recruitmentVisa {
  padding: 50px 0;
}
.recruitmentVisa .nav {
  background-color: #ddf4f9;
  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: #005ca9;
  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: #005ca9;
  color: #ffffff;
}
.recruitmentVisa .secondaryTitle {
  font-weight: bold;
  color: #005ca9;
  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: #ddf4f9;
  padding: 10px 20px;
  color: #005ca9;
  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: #005ca9;
}
.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 #005ca9;
  z-index: -1;
}
.recruitmentVisa .requirement {
  padding: 20px;
  background-color: #ddf4f9;
  border-radius: 4px;
  margin-bottom: 30px;
}
.recruitmentVisa .requirement ul {
  list-style: auto;
  padding-right: 20px;
}
.recruitmentVisa .requirement ul ::marker {
  color: #005ca9;
}
.recruitmentVisa .requirement ul li {
  position: relative;
  padding: 10px;
  font-size: 13px;
}

.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: #005ca9;
  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 */
/* ========================================= floating-button ===================================== */
.ads-float-popup {
  width: 550px;
  height: 550px;
  background-image:  url(../images/ads.html);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
  box-shadow: 0px 12px 45px rgba(0, 0, 0, .15);
  font-family: 'Roboto', sans-serif;
  text-align: center;
  margin: 0 0 10px 0;
  overflow: hidden;
}
.ads-float-popup.open {
  height: 520px;
  opacity: 0;
}
.ads-float-popup.popup-ani {
  -webkit-transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.ads-float-popup header{
  border-bottom: 1px solid #cfcaca;
  margin: 6px 30px;
}
.ads-float-popup img{
  width: 218px;
  height: 75px;
  padding: 13px 0 10px;
}
.ads-float-popup h1 {
  font-size: 24px;
  color: rgba(18, 41, 71, 0.83);
  padding: 5px 0;
  margin: 33px 0px 0px 0px;
  font-weight: 500;
}
.ads-float-popup .ads-content .ads-img{
  border-radius: 39px;
  width: 362px;
  height: 250px;
  margin: 12px 4px 24px 3px;
}
.ads-float-popup .ads-content img {
  width: 431px;
  height: 250px;
  border-radius: 38px;
  margin: 2px;
}
.ads-float-popup .ads-detail li{
  border: 1px solid #0d1298;
  padding: 8px 13px;
  border-radius: 8px;
  display: inline-block;
  margin: 5px 6px 10px;
}
.ads-float-popup .ba-logo {
  width: 65px;
  height: 25px;
  background-position: 0px;
  margin: 0 auto;
  opacity: .5;
  cursor: pointer;
}
.ads-float-popup .ba-logo:hover {
  opacity: 1;
}
.logo-ani {
  transition: 0.5s linear;
  -webkit-transition: 0.5s linear;
}
.ads-float-popup .img {
  background-image: url("../../../../4.bp.blogspot.com/-1J75Et4_5vc/WAYhWRVuMiI/AAAAAAAAArE/gwa-mdtq0NIqOrlVvpLAqdPTV4VAahMsQCPcB/s1600/barrel-we-love-subscribers-img.png");
}
.button-float-ads {
  width: 32px;
  height: 32px;
  color: #fff;
  background-color: rgb(201, 37, 31);
  border-radius: 10px;
  float: left;
  box-shadow: 0px 12px 45px rgba(0, 0, 0, .3);
  z-index: auto;
  position: relative;
  margin-left: 18px;
  margin-bottom: 17px;
}

/*.button-float-ads .img-fab {*/
/*    height: 40px;*/
/*    width: 50px;*/
/*    margin: 15px auto;*/
/*    background-image: url("../img/close.png");*/
/*    background-position: -1px -53px;*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*}*/
.button-float-ads .wrap {
  /*transform: rotate(0deg);*/
  /*-webkit-transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);*/
  /*transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);*/
  opacity: 0;
}
.button-float-ads .ani {
  transform: rotate(45deg);
  -webkit-transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
  transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
  opacity: 0;

  min-height: 0vh;
}
.button-float-ads .close{
  background-image: url("../../../../4.bp.blogspot.com/-1J75Et4_5vc/WAYhWRVuMiI/AAAAAAAAArE/gwa-mdtq0NIqOrlVvpLAqdPTV4VAahMsQCPcB/s1600/barrel-we-love-subscribers-img.png");
  background-position: -2px 1px;
  height: 30px;
  width: 30px;
  min-height: 0vh;
  background-size: auto;
  transform: rotate(-45deg);
  float: none;
  /*Bootstrap Overide*/
  opacity: 0;
  /*Bootstrap Overide*/
}
ads-popup-main .ads-popup{
  position: fixed;
  right: 542px;
  bottom: 152px;
  z-index: 1000;
}
.ads-popup-main {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(226, 226, 226, 0.42);
  position: fixed;
  width: 100%;
  min-height: 100vh;
  right: 0;
  top: 0;
  z-index: 99999;
}

@media (max-width: 767px) {
  .ads-popup{
    position: fixed;
    /*right: 4px;*/
    left:8px;
    margin:32px;
    /*bottom: 117px;*/
    z-index: 1000;
  }
  .ads-float-popup{
    width: 400px;
    height: 400px;
    margin: 0px;
  }
}
/* WhatsApp Widget Styles */
.wa-widget-send-button {
position: fixed !important;
bottom: 20px;
left: 20px;
z-index: 9999;
}
 
.wa-widget-popup {
z-index: 10000;
}
 
/* Fix for WhatsApp widget container positioning */
div[style="position: absolute"][style="bottom: 10px"][style*="right: 10px"] {
position: fixed !important;
z-index: 99999 !important;
}
 
/* Ensure WhatsApp widget popup appears above all content */
.mottasl_whatsapp_widget {
z-index: 100000 !important;
position: relative !important;
}
 
/* Fix for the widget container to stay fixed while scrolling */
div[style="font-family: 'Twemoji Country Flags'"][style="position: absolute"] {
position: fixed !important;
z-index: 99999 !important;
}