@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800;900;1000&display=swap");

/*@font-face {*/
/*  font-family: kaff;*/
/*  font-display: swap;*/
/*  src: url(../fonts/29ltkaff-regular.ttf);*/
/*}*/
/* .section-box.mt-100 {
    margin-top: 100px !important;
  } */
/*Loading*/
/*Loading Animation Start*/
@keyframes cssload-animation {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(2);
  }
}
:root {
  --mainColor: #7EA1C4;
  --mainColor20: #f7951d33;
  --mainColor10: #f7951d1a;
  --mainColor30: #f2e9d9;
  --secondColor: #1B365C;
  --secondColor10: #06253b10;
  --secondColor30: rgba(104, 120, 128, 0.19);
  --gold: #ffd700;
  --whiteColor: #ffffff;
  --blackColor: #1f1f1f;
  --bodyColor: #f3f3f9;
  --textColor: #1B365C;
  --transition: all 0.3s ease-in-out;
  --shadow: 0px 2px 4px #c1c1c1;
  --BigShadow: 0 16px 32px 0 #071c1f1a;
  --headerBackgroundColor: var(--whiteColor);
  --goldColor: #f4bd4b;
  --whiteColor: #ffffff;
  --darkColor: #1f1f1f;
  --lightGrayColor: #d6d6d6;
  --grayColor: #1B365C;
  --transition: 0.3s ease-in-out;
  --shadow: 0px 2px 4px #c1c1c1;
  --BigShadow: 0 16px 32px 0 #071c1f1a;

}
/* =======================================Banner Section ========================================== */
/* .banner-homepage .banner-imgs::before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/banner/bg-banner.png) no-repeat top center;
  background-size: contain;
  content: "";
  z-index: 1;
} */

@keyframes hero-thumb-animation {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes hero-thumb-sm-animation {
  0% {
    transform: translateY(-20px) translateX(50px);
  }
  100% {
    transform: translateY(-20px) translateX(0px);
  }
}
@keyframes hero-thumb-sm-2-animation {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* ======================================  About-us section   ============================================= */
/*Description list*/
/* ===================================Categories-area================================================ */
/* ======================================= Countries-section ================================== */
/* ========================================= requirements-section ======================================= */
/* ============================================ Testimonials ========================================== */
/* ============================================ Contact-us ========================================== */
/* ====================================================  Footer ======================================= */
/* ===========================================Page-banner ==================================== */
/* ======================================faq-section================================================ */
/* ==================================================Contact-page ============================= */
/* =============================================trackOrder ============================================= */
/* =========================================== Login =================================================== */
/* =========================================== customer-services =================================== */
/* ============================================== Profile-page ======================================== */
/* ======================================== profile-notification ================================== */
/* ======================================== profile-edit ================================== */
/* ================================================== order-details=================================== */
/* ============================================== all-workers ========================================== */
/* .allWorkersSide .control {
  display: flex;
  gap: 8px;
  justify-content: center;
  padding-top: 24px;
  background-color: #ffffff;
}
.allWorkersSide .control .btn {
  width: 100%;
} */
/* =================================================visalssuance ======================================= */
/* =================================== musaned-banner ================================================ */
/* ========================================= floating-button ===================================== */
/* .ads-float-popup header{
  border-bottom: 1px solid #cfcaca;
  margin: 6px 30px;
} */
/* .ads-float-popup .img {
	background-image: url("https://4.bp.blogspot.com/-1J75Et4_5vc/WAYhWRVuMiI/AAAAAAAAArE/gwa-mdtq0NIqOrlVvpLAqdPTV4VAahMsQCPcB/s1600/barrel-we-love-subscribers-img.png");
} */
* {
  font-family: "Cairo", sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  direction: rtl;
  -webkit-print-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: #472A89;
  outline: none;
  border-radius: 20px !important;
}

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

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  margin: 0;
}
a:hover {
  text-decoration: none;
  color: #472A89;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 48px;
  gap: 8px;
}
.title h2 {
  font-size: 36px;
  color: #1B365C;
  font-weight: 700;
  margin-bottom: 0;
}
.title p {
  color: #1B365C;
}
.animatedLink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  color: #000;
  transition: all 0.4s ease-in-out;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.animatedLink i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  transition: width 0.3s ease-in-out;
}
.animatedLink i img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 10px;
}
.animatedLink i span {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border: 1px solid #000;
  border-radius: 100px;
  transition: all 0.4s ease-in-out;
}
.animatedLink:hover {
  padding: 0 20px;
  color: #fff;
}
.animatedLink:hover i {
  width: 20px;
}
.animatedLink:hover i span {
  width: 100%;
  border: 1px solid #7EA1C4;
  background-color: #7EA1C4;
}

button:focus {
  outline: 0;
}

.row {
  margin: 0px;
}

h1 {
  margin: 0;
}

h2 {
  margin: 0;
}

h3 {
  margin: 0;
}

h4 {
  margin: 0;
}

h5 {
  margin: 0;
}

h6 {
  margin: 0;
}

p {
  margin: 0;
}

video {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

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

.btn {
  border-radius: 16px;
}
.btn:focus {
  box-shadow: none;
}

.default-btn{
  border: none;
  background: none;
  outline: none;
  align-self: flex-end;
  margin-left: 16px;
  margin-top: 16px;
  isolation: isolate;
  padding: 0 16px;
  width: 140px;
  height: 50px;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.default-btn i {
  transform: scaleX(-1);
  margin-right: 4px;
}
.default-btn::after {
  position: absolute;
  content: "";
  height: 150px;
  width: 0;
  right: 10px;
  transition: all 0.4s ease-in-out;
  background: #1B365C;
  transform: rotate(-25deg);
  z-index: -1;
}
.default-btn:hover {
  color: #fff;
  border-color: #7EA1C4;
}
.default-btn:hover::after {
  width: 110%;
  right: -10px;
}
body {
  background-color: #fdfdfd;
}

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

.section-box {
  display: inline-block;
  width: 100%;
  overflow: visible;
  margin-top: 130px;
  margin-bottom: 50px;
  position: relative;
}
.section-box .overlay-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #7EA1C4;
  opacity: 0.3;
  z-index: 1;
}

.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%);
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #7EA1C4 !important;
  color: #ffffff !important;
}

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-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 {
  height: 48px;
  padding: 10px 20px;
  background-color: #f0f6fe;
  border: 0px;
  border-radius: 10px;
  text-align: right;
  margin-bottom: 30px;
}

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

.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: #1B365C;
  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: #1B365C;
  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: #472A89;
  margin: 2px !important;
}
.swiperContainer .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #472A89;
  width: 40px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.fancybox__track {
  direction: ltr !important;
}

.fancybox__content {
  direction: ltr !important;
}

.carousel__track {
  direction: ltr !important;
}

.fancybox__container {
  z-index: 1100;
}

.fancybox__caption {
  text-align: center;
}

.loading-area {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  overflow: hidden;
}
.loading-area .loading-box {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 9999;
}
.loading-area .loading-pic {
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 99999;
  text-align: center;
  transform: translateY(-50%);
}

.wrapper {
  margin: 0px auto;
  display: block;
}
.wrapper .cssload-loader {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin: 48px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background-color: #04193dba;
  animation: 1.15s infinite linear;
}
.wrapper .cssload-loader:before {
  content: "";
  animation: 1.15s infinite linear;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border: 7px solid #fff;
  top: 0px;
  left: 0px;
  animation-name: cssload-animation;
}
.wrapper .cssload-loader:after {
  content: "";
  animation: 1.15s infinite linear;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.defaultBtn {
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  isolation: isolate;
  background-color: #ffffff;
  color: #04193dba;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  padding: 8px 16px;
  border: 1px solid #04193dba;
}
.defaultBtn:hover {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  background-color: #04193dba;
}
.defaultBtn:hover span {
  width: 300%;
  height: 600%;
}
.defaultBtn span {
  position: absolute;
  top: 50%;
  right: 0%;
  display: inline-block;
  width: 0;
  height: 0;
  background-color: #472A89;
  transition: all 0.5s ease-in-out;
  transform: translate(50%, -50%);
  border-radius: 8px;
  z-index: -1;
}

.clearBtn {
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-color: #ffffff;
  color: #ea1111;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  padding: 8px 16px;
  font-size: large;
  border: 1px solid #ea1111;
}
.clearBtn span {
  position: absolute;
  top: 50%;
  right: 0%;
  display: inline-block;
  width: 0;
  height: 0;
  background-color: #09003f;
  transition: all 0.5s ease-in-out;
  transform: translate(50%, -50%);
  border-radius: 500px;
  z-index: -1;
}
.clearBtn:hover {
  background-color: #09003f;
  color: #ffffff;
  border: 1px solid #09003f;

}
.clearBtn:hover span {
  width: 300%;
  height: 600%;
}

.btns {
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media (max-width: 768px) {
  .btns {
    justify-content: center;
  }
}
.btns .btn {
  background-color: #04193dba;
  color: #fff;
  border: 2px solid #fff;
  padding: 12px 24px;
}


/* ##################################### */
header {
    width: 100%;
    height: 100px;
    display: flex;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
}
header nav {
    height: 100%;
    position: static !important;
}
header nav .logo {
    flex: 1;
}
header nav .logo img {
  height: 120px;
  width: 140px;
}
header nav ul {
    display: flex;
    justify-content: center;
    flex: 3;
}
header nav ul li {
    padding: 0 14px;
  list-style: none;
}
header nav ul li a {
    font-weight: 700;
    color: #1B365C;
    position: relative;
    transition: all 0.4s ease-in-out;
}
.dropdown-toggle:hover::after{
  width: 6px;
}
.dropdown-toggle.active::after{
  width: 6px;
}
.dropdown-toggle:hover{
  color: #1B365C;
  width: 4px;
}
header nav ul li a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #7EA1C4;
    transition: all 0.4s ease-in-out;
}
header nav ul li a:hover, header nav ul li a.active {
    color: #7EA1C4;
}
header nav ul li a:hover::after, header nav ul li a.active::after {
    width: 100%;
}
header nav ul li.hide_lg {
    display: none;
}
@media (max-width: 992px) {
    header nav ul li.hide_lg {
        display: block;
    }
}
@media (max-width: 992px) {
    header nav ul {
        position: absolute;
        top: 100px;
        right: -100%;
        width: 100%;
        background: #fff;
        flex-direction: column;
        height: calc(100vh - 100px);
        justify-content: flex-start;
        padding: 32px 0;
        transition: all 0.4s ease-in-out;
    }
    header nav ul li {
        padding: 16px 24px;
    }
    header nav ul.show {
        right: 0;
    }
}
header nav .btns {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: end;
}
@media (max-width: 992px) {
    header nav .btns {
        display: none;
    }
}
header nav .menu-btn {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: none;
    z-index: 2;
    flex: 1;
}
@media (max-width: 992px) {
    header nav .menu-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        justify-content: flex-end;
    }
}
header nav .menu-btn .menu-bar {
    position: relative;
    height: 2px;
    width: 28px;
    background-color: #000;
    transition: 0.5s ease;
}
header nav .menu-btn .menu-bar::before {
    content: "";
    display: block;
    position: absolute;
    top: -9px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #000;
    transition: 0.5s ease;
}
header nav .menu-btn .menu-bar::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #000;
    transition: 0.5s ease;
}
header nav .menu-btn .menu-bar.menu-transform {
    background-color: transparent;
    transform: rotate(90deg);
}
header nav .menu-btn .menu-bar.menu-transform::before {
    transform: translate(0px, 9px) rotate(135deg);
}
header nav .menu-btn .menu-bar.menu-transform::after {
    transform: translate(0px, -9px) rotate(-135deg);
}

header nav .dropdown .dropdown-menu {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown !important;
  animation-name: fadeOutDown !important;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  background-color: #ffffff;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
  padding: 5px 0;
  right: unset;
  top: 100%;
  left: -50%;
  margin-top: 0;
  border: none;
}
header nav .dropdown-menu a {
  border-radius: 2px;
  padding: 8px 12px;
  padding-right: 16px;
  margin-bottom: 5px;
  position: relative;
}
header nav .dropdown .dropdown-menu a::before {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 0px;
  height: 80%;
  background-color: #09463f;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  transition: 0.1s ease-in-out;
  transform: translateY(-50%);
}
header nav .dropdown .dropdown-menu a:hover::before {
  width: 5px;
}

header nav .dropdown:hover .dropdown-menu, header .navbar .dropdown:focus .dropdown-menu {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp !important;
  animation-name: fadeInUp !important;
}
@media (min-width: 768px) {
  header nav .dropdown:hover .dropdown-menu, header .navbar .dropdown:focus .dropdown-menu {
    display: block;
  }
}
@media (max-width: 768px) {
  header nav .dropdown .dropdown-menu {
    -webkit-animation-name: unset !important;
    animation-name: unset !important;
    box-shadow: none;
    text-align: center;
    background-color: #ffffff;
    margin: 10px 0;
    left: -20%;
  }
  header nav .dropdown:hover .dropdown-menu {
    -webkit-animation-name: unset !important;
    animation-name: unset !important;
  }
}

main .hero_section {
    width: 100%;
    height: 100vh;
    position: relative;
}
main .hero_section .heroSwiper {
    width: 100%;
    height: 100%;
}
main .hero_section .heroSwiper .swiper-slide {
    position: relative;
}
main .hero_section .heroSwiper .swiper-slide .img {
    width: 100%;
    height: 100%;
}
main .hero_section .heroSwiper .swiper-slide .img img,
main .hero_section .heroSwiper .swiper-slide .img video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
main .hero_section .heroSwiper .swiper-slide .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  background: linear-gradient(#b1b1b1, #00000066, #1B365C);
  display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
main .hero_section .heroSwiper .swiper-slide .overlay .text {
    width: min(700px, 100% - 32px);
    margin-top: 100px;
}
main .hero_section .heroSwiper .swiper-slide .overlay h2 {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 28px;
}
main .hero_section .heroSwiper .swiper-slide .overlay p {
    color: #fff;
    text-align: center;
    font-size: larger;
}
main .hero_section .heroSwiper .swiper-slide.swiper-slide-active .overlay h2 {
    animation: fadeInUp 1s 0.5s both;
}
main .hero_section .heroSwiper .swiper-slide.swiper-slide-active .overlay p {
    animation: fadeInUp 1s 0.75s both;
}
main .hero_section .swiper-button-next,
main .hero_section .swiper-button-prev {
    top: 95% !important;
}
main .hero_section .mainSliderNext {
    right: 20px;
  position: absolute;
  top: unset;
  left: unset;
  bottom: unset;
  margin: 0 10px;
  cursor: pointer;
  display: flex;
  align-items: start;
  justify-content: center;
  color: #04193dba;
  width: auto;
}
main .hero_section .mainSliderNext::after {
    content: "\f178";
    font-family: "Font Awesome 6 pro";
    background: none;
    color: #fff;
    font-size: 18px;
}
main .hero_section .mainSliderPrev {
    right: 60px;
    left: initial;
  position: absolute;
  top: unset;
  left: unset;
  bottom: unset;
  margin: 0 10px;
  cursor: pointer;
  display: flex;
  align-items: start;
  justify-content: center;
  color: #04193dba;
  width: auto;
}
main .hero_section .mainSliderPrev::after {
    content: "\f177";
    font-family: "Font Awesome 6 pro";
    background: none;
    color: #fff;
    font-size: 18px;
}
main .hero_section .mainSliderPagination {
    width: auto;
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
}
main .hero_section .mainSliderPagination .swiper-pagination-bullet {
    width: 48px;
    height: 4px;
    background: #fff;
    border-radius: 0;
}


/*==========*/
.recruitments {
  padding: 50px 0;
}
.recruitments .recruitmentsteps {
  position: relative;
  justify-content: center;
}
.recruitments .recruitmentsteps .rStep {
  background-color: #472a893d;
  padding: 20px;
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  border-radius: 16px;
  margin: auto;
}
.recruitments .recruitmentsteps .rStep::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  width: 100%;
  height: 100%;
  background-color: #472a893d;
  z-index: -1;
  border-radius: 16px;
}
.recruitments .recruitmentsteps .rStep::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  border: 1px dashed #04193D;
  z-index: -2;
}
.recruitments .recruitmentsteps .rStep .num {
  min-width: 48px;
  min-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background-color: #04193D;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: bold;
}
.recruitments .recruitmentsteps .rStep h5 {
  font-weight: bold;
  color: #04193D;
  margin-bottom: 10px;
}
.recruitments .recruitmentsteps .rCol:last-child .rStep::after, .recruitments .recruitmentsteps .rCol:nth-child(4n) .rStep::after {
  display: none;
}
@media (max-width: 992px) {
  .recruitments .recruitmentsteps .rCol:nth-child(2n) .rStep::after {
    display: none;
  }
}
@media (max-width: 576px) {
  .recruitments .recruitmentsteps .rCol .rStep::after {
    position: absolute;
    top: 100%;
    right: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
  }
  .recruitments .recruitmentsteps .rCol:nth-child(2n) .rStep::after {
    display: unset;
  }
}

.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 #472a893d;
}
.arriveWorker .arriveWorkerInfo .image::before {
  content: "";
  width: 150px;
  height: 150px;
  position: absolute;
  right: -50px;
  top: -50px;
  background: url(../img/dots.webp);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  transform: rotate(45deg);
  -webkit-animation: bounceIn 3s infinite ease-in-out both;
  animation: bounceIn 3s infinite ease-in-out both;
}
.arriveWorker .arriveWorkerInfo .info {
  position: relative;
  width: 70%;
  padding: 20px;
}
.arriveWorker .arriveWorkerInfo .info::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #472a893d;
}
.arriveWorker .arriveWorkerInfo .info::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 10px;
  width: 100%;
  height: 100%;
  border: 1px solid #04193D;
  z-index: 1;
}
.arriveWorker .arriveWorkerInfo .info h3 {
  font-weight: bold;
  font-size: 35px !important;
  margin-bottom: 20px;
  color: #04193D;
  position: relative;
  z-index: 3;
}
.arriveWorker .arriveWorkerInfo .info p {
  color: #1B365C;
  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: #04193D;
  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;
  }
}
.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;
}
.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: #472a893d;
  margin-bottom: 20px;
  line-height: 34px;
}
.policies .container h4,
.visa .container h4,
.selectWorker .container h4,
.recruitmentContract .container h4 {
  margin: auto;
  line-height: 34px;
  color: #ffffff;
  margin-bottom: 20px;
}
.policies .container .links,
.visa .container .links,
.selectWorker .container .links,
.recruitmentContract .container .links {
  padding-top: 40px;
}
.policies .container .links a,
.visa .container .links a,
.selectWorker .container .links a,
.recruitmentContract .container .links a {
  padding: 15px 25px;
  display: inline-flex;
  align-items: center;
  background-color: rgba(60, 92, 152, 0);
  color: #04193D;
  border-radius: 4px;
  margin: 10px;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgb(9, 0, 63);
}
.policies .container .links a:hover,
.visa .container .links a:hover,
.selectWorker .container .links a:hover,
.recruitmentContract .container .links a:hover {
  background-color: rgba(9, 0, 63, 0.3);
  color: rgb(9, 0, 63);
}

.visa {
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.7098039216), rgba(0, 0, 0, 0.4)), url(../img/passport-bg.webp);
}

.selectWorker {
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.7098039216), rgba(0, 0, 0, 0.4)), url(../img/selectWorker.webp);
}

.recruitmentContract {
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.7098039216), rgba(0, 0, 0, 0.4)), url(../img/office-files.webp);
}
.available,
.happyClients {
  padding: 70px 0;
  text-align: center;
}
.available h4,
.happyClients h4 {
  font-weight: bold;
  color: #04193D;
  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 i,
.happyClients .specifications i {
  font-size: 45px;
  margin-bottom: 30px;
  color: #04193D;
  transition: all 0.3s ease-in-out;
  display: block;
}
.available .specifications h1,
.happyClients .specifications h1 {
  font-weight: bold;
  margin-bottom: 20px;
  color: #04193D;
  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 {
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
.available .specifications:hover,
.happyClients .specifications:hover {
  background-color: #04193D;
  transform: translateY(-5px);
}
.available .specifications:hover i,
.happyClients .specifications:hover i {
  color: #472a893d;
}
.available .specifications:hover h1,
.available .specifications:hover h5,
.happyClients .specifications:hover h1,
.happyClients .specifications:hover h5 {
  color: #ffffff;
}

.references {
  padding-top: 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(233, 231, 200, 0.4941176471)), 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;
}


.musaned {
  padding: 70px 0;
}
.musaned .intro img {
  height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 20px;
}
.musaned .intro .head {
  font-weight: bold;
  margin-bottom: 20px;
  color: #04193D;
}
.musaned .intro .info {
  color: #1B365C;
  line-height: 28px;
}
@media (max-width: 768px) {
  .musaned .intro {
    text-align: center;
  }
  .musaned .intro img {
    height: 80px;
  }
}
.musaned .introImg {
  text-align: center;
}
.musaned .introImg img {
  -o-object-fit: contain;
  object-fit: contain;
}

.musanedFeatures {
  padding: 50px 0;
}
.musanedFeatures .musanedServices {
  padding: 20px;
}
.musanedFeatures .musanedServices iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.musanedFeatures .Feature .singleFeature:nth-child(1) .info::after {
  background-image: linear-gradient(60deg, rgba(93, 121, 210, 0.8352941176), rgba(20, 94, 78, 0.8352941176)), url(../img/f2.webp);
}
.musanedFeatures .Feature .singleFeature:nth-child(2) .info::after {
  background-image: linear-gradient(60deg, rgba(93, 121, 210, 0.8352941176), rgba(20, 94, 78, 0.8352941176)), url(../img/f1.webp);
}
.musanedFeatures .Feature .singleFeature:nth-child(3) .info::after {
  background-image: linear-gradient(60deg, rgba(93, 121, 210, 0.8352941176), rgba(20, 94, 78, 0.8352941176)), url(../img/worker.webp);
}

.musanedRecruitment {
  padding: 70px 0;
}
.musanedRecruitment .headTitle h4 {
  margin-bottom: 10px;
}
.musanedRecruitment .headTitle h1 {
  font-weight: bold;
  color: #04193D;
}
.musanedRecruitment .headTitle p {
  line-height: 30px;
  margin-top: 30px;
  color: #1B365C;
}
.musanedRecruitment .specifications {
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1882352941);
  border-radius: 4px;
  height: 100%;
  text-align: center;
}
.musanedRecruitment .specifications i {
  font-size: 55px;
  margin-bottom: 30px;
  color: #04193D;
}
.musanedRecruitment .specifications h1 {
  font-weight: bold;
  margin-bottom: 20px;
  color: #04193D;
}
.musanedRecruitment .specifications h5 {
  white-space: nowrap;
}
.musanedRecruitment .specifications p {
  line-height: 30px;
  margin-top: 30px;
  color: #1B365C;
  min-width: 220px;
}

.musanedFees {
  background-color: #f2f3f8;
  padding: 70px 0;
  text-align: center;
}
.musanedFees .headTitle h4 {
  margin-bottom: 10px;
}
.musanedFees p {
  color: #1B365C;
  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: 70px 0;
}
.musanedApp .appImg {
  text-align: center;
}
.musanedApp .appImg img {
  -o-object-fit: contain;
  object-fit: contain;
  min-height: 300px;
}
.musanedApp .info {
  padding: 20px;
  background-color: #472a893d;
  border-radius: 16px;
  text-align: center;
}
.musanedApp .info img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 120px;
  margin-bottom: 20px;
}
.musanedApp .info h4 {
  color: #04193D;
  font-weight: bold;
  margin-bottom: 20px;
}
.musanedApp .info p {
  color: #1B365C;
  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;
  }
}

.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: "";
  left: 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: #04193D;
}
.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: #1B365C;
  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: #04193D;
}
.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(93, 121, 210, 0.8352941176), rgba(20, 94, 78, 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(93, 121, 210, 0.8352941176), rgba(20, 94, 78, 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(93, 121, 210, 0.8352941176), rgba(20, 94, 78, 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(93, 121, 210, 0.8352941176), rgba(20, 94, 78, 0.8352941176)), url(../img/f1.webp);
}

.Features {
  isolation: isolate;
  position: relative;
  overflow: hidden;
}
.Features::before {
  content: "";
  width: 600px;
  height: 500px;
  position: absolute;
  right: 0;
  top: -320px;
  background: url(../img/about.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  transform: scaleX(-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: #04193D;
}
@media (max-width: 768px) {
  .Features .aboutUs h1 {
    font-size: 30px !important;
  }
}
.Features .aboutUs p {
  color: #1B365C;
  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;
  right: 0;
  left: 0;
  background-color: #ffd700;
  z-index: -1;
  border-radius: 100px 0 100px 0;
}
/*=====*/
.about {
  padding: 60px 12px;
  background: #fff;
  background-image: url("../images/bg-pattern-1.png");
  background-position: top left;
  background-repeat: no-repeat;

}
.about .img {
  border-radius: 50% 50% 0 0;
  height: 100%;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.about .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.about .img .bun {
  position: absolute;
  top: 32px;
  left: 0;
  padding: 16px;
  border-radius: 4px;
  width: 220px;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.about .img .bun h6 {
  margin: 0;
  font-weight: 600;
  color: #1B365C;
}
.about .about_text {
  padding: 24px 0 0;
}
.about .about_text h2 {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  color: #1B365C;
  display: flex;
  gap: 8px;
}
.about .about_text h2 span {
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fbfdfe;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .about_text h2 span i {
  font-size: 16px;
  color: #1B365C;
}
.about .about_text p {
  color: #777777;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}
.about .about_text li {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #777777;
  font-size: 14px;
  line-height: 24px;
}
.about .about_text li p {
  /*margin: 0;*/
}
/*=====*/
.profile .userHeader .userInfo {
  position: relative;
  margin: 0px 10px;
}

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

.blogDetails .blog {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
  border: 1px solid #472a893d;
}
@media (max-width: 768px) {
  .blogDetails .blog {
    padding: 10px;
  }
}
.blogDetails .blog .blog-image {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .blogDetails .blog .blog-image {
    margin-bottom: 10px;
  }
}
.blogDetails .blog .blog-image img {
  border-radius: 16px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 450px;
}
.blogDetails .blog .blog-content {
  padding: 20px;
}
.blogDetails .blog .blog-content ul {
  list-style: none;
  padding: 0px;
  margin: 0;
}
.blogDetails .blog .blog-content ul li {
  margin-bottom: 20px;
  color: #808080;
  line-height: 30px;
}
.blogDetails .blog .blog-content .date {
  color: #04193D;
  margin-bottom: 20px;
  display: block;
}
.blogDetails .blog .blog-content .blogTitle {
  display: block;
  font-size: 20px !important;
  font-weight: bold;
  color: #04193D;
  margin-bottom: 20px;
}
.blogDetails .blog .blog-content .share p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.blogDetails .blog .blog-content .socialIcons a {
  background-color: #04193D;
}
.blogDetails .blog .blog-content .socialIcons a:hover {
  background-color: #472a893d;
  color: #04193D;
}
.mapEarth .title {
  color: #04193D;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mapEarth .title::after {
  content: "";
  width: 95%;
  height: 2px;
  background-color: #472a893d;
  position: absolute;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
}
.mapEarth .title::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100px;
  background-color: #472a893d;
  position: absolute;
  left: 5%;
  bottom: 50%;
  transform: translateY(50%);
}
.mapEarth .title a,
.mapEarth .title span {
  background-color: #fdfdfd;
  padding: 20px 30px;
  position: relative;
  z-index: 2;
  border-radius: 100px;
  border: 2px solid #472a893d;
  font-weight: bold;
}
@media (max-width: 768px) {
  .mapEarth .title a,
  .mapEarth .title span {
    padding: 15px 20px;
  }
}
.mapEarth .title a {
  font-weight: normal;
  font-size: 14px;
  background-color: #04193D;
  color: #472a893d;
  padding: 10px 15px;
  transition: all 0.3s ease-in-out;
}
.mapEarth .title a:hover {
  background-color: #472a893d;
  color: #04193D;
}
.mapEarth .section-title {
  text-align: left;
  margin: 0 auto 25px 0;
  max-width: 100%;
}
.mapEarth .section-title h2 {
  padding-left: 0;
}
.mapEarth .worldMap {
  width: 500px;
  height: 500px;
  order: 2;
  position: relative;
}
.mapEarth .worldMap .earth {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  margin: -40%;
  background: #fff url(../img/map.webp) 0 50% repeat-x;
  background-size: auto 90%;
  box-shadow: rgba(0, 0, 0, 0.05) 0 120px 2em;
  border-radius: 100%;
  overflow: hidden;
  -webkit-animation: map linear 90s infinite;
  animation: map linear 90s infinite;
}
.mapEarth .worldMap .orbic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mapEarth .worldMap .orbic svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.mapEarth .worldMap #orbic_path {
  fill: none;
  stroke: rgba(0, 0, 0, 0.1);
  stroke-linecap: round;
  stroke-width: 4px;
  stroke-dasharray: 1 9;
  -webkit-animation: orbic linear 2s infinite;
  animation: orbic linear 2s infinite;
}
.mapEarth .worldMap #orbic_dots use {
  fill: #fff;
  stroke: rgba(30, 144, 255, 0.25);
  stroke-width: 4;
  -webkit-animation: dots ease 1s infinite alternate;
  animation: dots ease 1s infinite alternate;
}
.mapEarth .worldMap #orbic_dot1 {
  transform: translate(50.4%, 29.6%);
}
.mapEarth .worldMap #orbic_dot2 {
  transform: translate(5%, 62.8%);
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}
.mapEarth .worldMap #orbic_dot3 {
  transform: translate(97%, 41%);
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}
.mapEarth .worldMap #orbic_dot4 {
  transform: translate(50%, 70.2%);
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}
.mapEarth .worldMap #orbic_dot5 {
  transform: translate(31.5%, 51.5%);
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}
.mapEarth .worldMap #orbic_user1 {
  transform: translate(1%, 40%) scale(0.666667);
}
.mapEarth .worldMap #orbic_user2 {
  transform: translate(18%, 64%) scale(0.666667);
}
.mapEarth .worldMap #orbic_user3 {
  transform: translate(39.5%, 31%) scale(0.666667);
}
.mapEarth .worldMap #orbic_user4 {
  transform: translate(69%, 22%) scale(0.666667);
}
.mapEarth .worldMap #orbic_user5 {
  transform: translate(75%, 53%) scale(0.666667);
}
@-webkit-keyframes map {
  100% {
    background-position: 220% 50%;
  }
}
@keyframes map {
  100% {
    background-position: 220% 50%;
  }
}
@-webkit-keyframes orbic {
  100% {
    stroke-dashoffset: 10;
  }
}
@keyframes orbic {
  100% {
    stroke-dashoffset: 10;
  }
}
@-webkit-keyframes dots {
  100%, 80% {
    stroke: #1e90ff;
  }
}
@keyframes dots {
  100%, 80% {
    stroke: #1e90ff;
  }
}
@media only screen and (max-width: 1000px) {
  .mapEarth .worldMap {
    width: 100%;
    order: 2;
    position: relative;
  }
  .mapEarth .worldMap .earth {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: transparent;
    background-size: 100% auto;
    box-shadow: none;
    border-radius: 0;
    -webkit-animation: none;
    animation: none;
  }
}
@media (max-width: 600px) {
  .mapEarth .worldMap {
    height: 300px;
  }
}
.mapEarth .companyInfo {
  margin-top: 30px;
}
.mapEarth .companyInfo ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mapEarth .companyInfo ul li {
  margin-bottom: 15px;
  display: flex;
}
.mapEarth .companyInfo ul li span {
  min-width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #04193D;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  color: #04193D;
}
.mapEarth .companyInfo ul li:hover span {
  background-color: #04193D;
  color: #fff;
}
.mapEarth .companyInfo ul li p {
  font-weight: bold;
  color: #292929;
}
.mapEarth .companyInfo ul li a {
  color: #04193D;
  display: block;
  font-weight: normal;
  margin: 5px 0;
}
.mapEarth .companyTeam {
  margin-bottom: 50px;
}
.mapEarth .companyTeam .team {
  margin: 20px 0px;
  border-bottom: 1px solid #04193D;
  padding-bottom: 5px;
}
.mapEarth .companyTeam .team span {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #04193D;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  color: #04193D;
}
.mapEarth .companyTeam .team:hover span {
  background-color: #04193D;
  color: #fff;
}
.mapEarth .companyTeam .team h4 {
  display: inline-block;
  margin: 0px 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.profile .userHeader .userInfo img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  border-radius: 100%;
  border: 3px solid #472a893d;
}
.contactForm {
  padding: 70px 0;
}
.contactForm .title {
  text-align: center;
  margin-bottom: 50px;
}
.contactForm form {
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 50px 20px 20px;
  transition: all 0.3s ease-in-out;
}
.contactForm form:hover {
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1882352941);
  border: 1px solid #04193D;
  background-color: #fff;
}
.contactForm form label {
  font-size: small;
  font-weight: bold;
  text-transform: uppercase;
}
.contactForm form .form-control {
  box-shadow: none !important;
  min-height: 48px;
}
.contactForm form .form-control:focus {
  border-color: #04193D;
}
.contactForm form .defaultBtn i {
  transform: scaleX(-1);
}
.contactForm .googleMap {
  height: 100%;
  border: 2px solid #ffffff;
  border-radius: 8px;
}
.contactForm .googleMap iframe {
  width: 100%;
  min-height: 300px;
  height: 100%;
  border-radius: 8px;
}
.reqruitment-request-steps {
  padding-top: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5019607843), rgba(255, 255, 255, 0.8549019608)), url(../img/bg2.webp);
  background-repeat: no-repeat;
  background-position: bottom left;
  margin-bottom: 32px;
}
@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 {
  background: #e4eaee;
  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;
}
.reqruitment-request-steps .col-12:hover {
  transform: translateY(-8px);
}
.reqruitment-request-steps .col-12 h5 {
  text-align: center;
}
.reqruitment-request-steps .col-12 p {
  max-width: 250px;
  text-align: center;
  margin: 0;
}
.reqruitment-request-steps .col-12 .icon {
  width: 80px;
  height: 80px;
  border-radius: 20%;
  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: 80%;
}
.reqruitment-request-steps .col-12 .icon_wh {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255, 255, 255);
  margin: 16px;
  box-shadow: rgba(135, 138, 153, 0.12) 0px 5px 10px;
}

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

.profileContent .newOrder {
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #04193D;
  background: #04193D;
  color: #ffffff;
}
.profileContent .newOrder i {
  font-size: 30px;
  margin-left: 20px;
}
.profileContent .newOrder:hover {
  background: #472a893d;
  color: #04193D;
}
.profileContent .order {
  background-color: #fff;
  border: 1px solid #472a893d;
}
.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: #04193D;
  width: 30px;
  height: 30px;
}
.profileContent .order .swiper-button-prev:hover,
.profileContent .order .swiper-button-next:hover {
  background-color: #472a893d;
  color: #04193D;
}
.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: #1B365C;
}
.profileContent .order ul li p {
  font-weight: bold;
  margin-right: 5px;
}
.profileContent .order .profileCustomerInfo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px;
  background-color: #472a893d;
}
.profileContent .order .profileCustomerInfo .info {
  display: flex;
  align-items: center;
}
.profileContent .order .profileCustomerInfo .info img {
  height: 40px;
  width: 40px;
  margin: 0 20px;
  -o-object-fit: contain;
  object-fit: contain;
}
.profileContent .order .profileCustomerInfo .info .text h6 {
  font-weight: bold;
  margin-bottom: 10px;
  color: #04193D;
}
.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 #04193D;
  color: #04193D;
  margin: 5px;
}
.profileContent .order .profileCustomerInfo .contact a i {
  font-size: 20px;
}
.profileContent .order .profileCustomerInfo .contact a:hover {
  background-color: #04193D;
  color: #472a893d;
}
.profileContent .order .cancel {
  color: #db1d00;
}
.profileContent .order .done {
  color: #038735;
}
.profileContent .order .orderStatus {
  padding: 10px;
  font-weight: bold;
}
#chat .Users .UsersHeder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background-color: #472a893d;
  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: #1B365C;
  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: #04193D;
  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: #472a893d !important;
  border-radius: 0;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  cursor: pointer;
}
#chat .chatTop .default-btn span {
  background-color: #292929;
  color: #ffffff;
}
#chat .chatTop .default-btn:hover {
  color: #ffffff !important;
}
#chat .chatBox {
  position: relative;
  width: 100%;
  background-color: #fff;
  display: block;
  padding: 10px 10px 50px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1882352941);
  background-image: url(../img/chat.webp);
  background-size: contain;
  height: 80vh;
}
#chat .chatBox::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.1254901961);
}
#chat .chatBox .chatBody {
  position: relative;
  z-index: 3;
  padding: 15px;
  overflow-x: auto;
  height: 100%;
}
#chat .chatBox .chatBody p {
  margin: 0px;
  width: 100%;
  display: inline-block;
}
#chat .chatBox .chatBody .userSend {
  display: flex;
  position: relative;
  margin-left: auto;
}
#chat .chatBox .chatBody .userSend img {
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  border-radius: 100%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1882352941);
  position: relative;
  right: -10px;
  top: -5px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
#chat .chatBox .chatBody .userSend .sendMassage {
  padding: 10px;
  background-color: #04193D;
  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: #04193D 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: #04193D;
  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: #472a893d;
  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: #472a893d;
  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: #04193D;
  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;
}

.mainIntro {
  padding: 70px 0;
  background-color: rgba(217, 189, 46, 0.062745098);
}
@media (max-width: 768px) {
  .mainIntro {
    padding: 0;
    padding-bottom: 90px;
  }
}
.mainIntro .inner {
  width: min(100% - 24px, 1320px);
  margin: auto;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .mainIntro .inner {
    flex-direction: column;
    width: 100%;
    gap: 30px;
  }
}
.mainIntro .inner .introData {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
}
@media (max-width: 768px) {
  .mainIntro .inner .introData {
    padding: 20px;
  }
}
.mainIntro .inner .introData h4 {
  color: #d9bd2e;
}
.mainIntro .inner .introData h4 span {
  color: #d9bd2e;
  font-weight: bold;
}
.mainIntro .inner .introData h1 {
  font-size: 50px;
  font-weight: bold;
  color: #d9bd2e;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .mainIntro .inner .introData h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .mainIntro .inner .introData h1 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .mainIntro .inner .introData h1 {
    font-size: 30px;
  }
}
.mainIntro .inner .introData p {
  color: #1B365C;
}
.mainIntro .inner .introData .btn {
  width: 150px;
}
.mainIntro .inner .introSlider .mainSwiper {
  position: relative;
  width: 750px;
  aspect-ratio: 9/6;
  border-radius: 2px;
}
@media (max-width: 1200px) {
  .mainIntro .inner .introSlider .mainSwiper {
    width: 600px;
  }
}
@media (max-width: 992px) {
  .mainIntro .inner .introSlider .mainSwiper {
    width: 450px;
  }
}
@media (max-width: 768px) {
  .mainIntro .inner .introSlider .mainSwiper {
    width: 100%;
  }
}
.mainIntro .inner .introSlider .mainSwiper .swiper-slide {
  position: relative;
}
.mainIntro .inner .introSlider .mainSwiper .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(217, 189, 46, 0.1882352941), rgba(6, 37, 59, 0.4784313725));
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  border-radius: 2px;
}
.mainIntro .inner .introSlider .mainSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2px;
}
.mainIntro .inner .introSlider .swiper-button-next {
  left: -45px;
  top: unset;
  right: unset;
  bottom: 0px;
}
.mainIntro .inner .introSlider .swiper-button-prev {
  left: 0px;
  right: unset;
  top: unset;
  bottom: 0px;
}
.mainIntro .inner .introSlider .swiper-pagination {
  right: 10px !important;
  left: unset !important;
  transform: translateX(0%);
}
.mainIntro .inner .introSlider .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}
.mainIntro .inner .introSlider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.mainIntro .swiperContainer {
  position: relative;
}
.mainIntro .swiperContainer .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainIntro .swiperContainer .swiper-button-next,
.mainIntro .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: #d9bd2e;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}
.mainIntro .swiperContainer .swiper-button-next::after,
.mainIntro .swiperContainer .swiper-button-prev::after {
  content: "" !important;
  background-image: url(../images/icons/arrow.svg);
  background-size: contain;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
.mainIntro .swiperContainer .swiper-button-next:hover,
.mainIntro .swiperContainer .swiper-button-prev:hover {
  background-color: #d9bd2e;
  color: #fff;
}
.mainIntro .swiperContainer .swiper-button-next:hover::after,
.mainIntro .swiperContainer .swiper-button-prev:hover::after {
  filter: invert(1);
}
@media (max-width: 768px) {
  .mainIntro .swiperContainer .swiper-button-next,
  .mainIntro .swiperContainer .swiper-button-prev {
    /*display: none;*/
  }
}
.mainIntro .swiperContainer .swiper-button-next {
  left: -60px;
  right: unset;
}
@media (max-width: 1240px) {
  .mainIntro .swiperContainer .swiper-button-next {
    left: 0px;
  }
}
.mainIntro .swiperContainer .swiper-button-prev {
  right: -60px;
  left: unset;
}
@media (max-width: 1240px) {
  .mainIntro .swiperContainer .swiper-button-prev {
    right: 0px;
  }
}
.mainIntro .swiperContainer .swiper-button-prev::after {
  transform: scaleX(-1);
}
.mainIntro .swiperContainer .swiper-pagination {
  width: auto !important;
  left: 50% !important;
  transform: translateX(-50%);
  background-color: transparent;
  border-radius: 2px;
  padding: 0px 10px;
  transition: all 0.3s ease-in-out;
}
.mainIntro .swiperContainer .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.3s ease-in-out;
  width: 16px;
  border-radius: 2px;
  opacity: 0.3;
  background-color: #04193dba;
  margin: 2px !important;
}
.mainIntro .swiperContainer .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #04193dba;
  width: 40px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.banner-hero {
  padding: 45px 65px 20px 15px;
  position: relative;
  max-width: 1770px;
  margin: 0 auto;
}
.banner-hero .banner-inner {
  z-index: 5;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.banner-hero .block-banner {
  position: relative;
  z-index: 12;
  padding: 50px 180px 80px 100px;
}
.banner-hero .heading-title {
  font-size: 20px !important;
  line-height: 7px;
  color: #fff;
  margin-bottom: 25px;
}
.banner-hero .heading-banner {
  font-size: 40px !important;
  line-height: 60px;
  color: #fff;
  margin-bottom: 25px;
}
.banner-hero .banner-description {
  position: relative;
  font-size: 20px;
  color: #fdfdfd;
  margin-bottom: 20px;
}
.banner-hero .features-list {
  margin-top: 50px;
}
.banner-hero .features-list .feature-item {
  position: relative;
  border-radius: 13px;
  box-shadow: none;
  margin-bottom: 0;
  margin-right: 30px;
  margin-left: 30px;
  text-align: center;
  background-color: transparent;
  transition: all 0.3s linear;
}
.banner-hero .features-list .feature-item:hover .feature__icon {
  box-shadow: 0 0 0 9px rgba(0, 0, 0, 0.1);
  transform: translateY(-7px);
}
.banner-hero .features-list .feature-item .feature__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  font-size: 40px;
  border-radius: 50%;
  margin-bottom: 10px;
  color: #3c5c98;
  background-color: #ffffff;
  transition: all 0.3s linear;
  overflow: hidden;
  line-height: 1;
}
.banner-hero .features-list .feature-item .feature__icon i {
  font-weight: 300;
}
.banner-hero .features-list .feature-item .feature__title {
  font-size: 15px;
  color: #fff;
}

.banner-homepage .banner-inner .row .block-banner {
  padding-right: 0px;
  padding-top: 90px;
}
.banner-homepage .btn {
  border-radius: 50px;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
}
.banner-homepage .btn.btn-default {
  color: #ffffff;
  background-color: #3c65f5;
  line-height: 26px;
  padding: 10px 39px;
  margin-left: 20px;
  margin-top: 25px;
  font-size: 15px !important;
  font-weight: 500;
}
.banner-homepage .btn-border-brand-2 {
  padding: 10px 39px;
  border: 1px solid #3c65f5;
  background-color: #ffffff;
  color: #3c65f5;
  font-size: 15px !important;
  line-height: 26px;
  margin-top: 25px;
  font-weight: 500;
}
.banner-homepage .banner-imgs {
  min-height: 550px;
  width: 100%;
  position: relative;
}
.banner-homepage .banner-imgs img {
  border: 2px solid #fff;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner-homepage .banner-imgs .banner-1 {
  position: absolute;
  z-index: 2;
  top: 30px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  max-width: 356px;
  margin: auto;
  max-height: 356px;
}
.banner-homepage .banner-imgs .banner-2 {
  position: absolute;
  z-index: 2;
  max-width: 192px;
  top: 30px;
  left: 0px;
}
.banner-homepage .banner-imgs .banner-3 {
  position: absolute;
  z-index: 2;
  max-width: 165px;
  bottom: 0px;
  left: 0px;
}
.banner-homepage .banner-imgs .banner-4 {
  position: absolute;
  z-index: 2;
  max-width: 145px;
  top: 30px;
  right: 80px;
}
.banner-homepage .banner-imgs .banner-5 {
  position: absolute;
  z-index: 2;
  max-width: 131px;
  top: 300px;
  right: 30px;
}
.banner-homepage .banner-imgs .banner-6 {
  position: absolute;
  z-index: 2;
  max-width: 120px;
  bottom: -30px;
  right: 170px;
}

.shape-1 {
  animation: hero-thumb-animation 2s linear infinite alternate;
}

.shape-2 {
  animation: hero-thumb-sm-animation 4s linear infinite alternate;
}

.shape-3 {
  animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
}
/*--------------------*/
.banner {
  background: linear-gradient(#b1b1b1, #1B365CDB, #7EA1C4C5 70%), url(../img/about.jpg);  background-size: cover;
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
  text-align: center;
}
.banner h1 {
  font-weight: bold;
  color: #ffffff;
  font-size: 40px !important;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .banner h1 {
    font-size: 30px !important;
  }
}
.banner ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-top: 20px;
  padding: 0;
}
.banner ul li {
  padding: 10px 20px;
  padding-left: 15px;
  position: relative;
}
.banner ul li:last-child::after {
  display: none;
}
.banner ul li::after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: -5px;
  top: calc(50% - 1px);
}
.banner ul li a {
  color: #ffffff;
}

/*---------------------*/
.about-section {
  background: #fff;
  position: relative;
  padding-top: 120px;
  padding-bottom: 90px;
}
.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;
}
/*================*/
.services {
  padding: 70px 0 30px;
}
.services .container-services{
  margin-right: 32px;
  margin-left: 32px;
}
.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;
}
/*=====================*/
.swiperBtns {
  position: relative;
  display: flex;
}
.swiperBtns .swiper-pagination {
  margin: 0px 10px;
  display: flex;
  align-items: center;
  position: relative;
  top: unset;
  bottom: unset;
  right: unset;
  left: unset;
  color: #04193dba;
}
.swiperBtns .swiper-pagination .swiper-pagination-current {
  font-size: 30px;
  font-weight: bold;
  margin: 0px 8px;
}
.swiperBtns .swiper-pagination .swiper-pagination-total {
  font-size: 20px;
  margin: 0px 8px;
  opacity: 0.6;
}
.swiperBtns .swiper-button-next,
.swiperBtns .swiper-button-prev {
  position: relative;
  right: unset;
  top: unset;
  left: unset;
  bottom: unset;
  margin: 0 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #04193dba;
  width: auto;
  transition: all 0.3 ease-in-out;
}
.swiperBtns .swiper-button-next::after,
.swiperBtns .swiper-button-prev::after {
  font-size: 40px;
  font-family: "Font Awesome 6 Pro";
}
@media (max-width: 768px) {
  .swiperBtns .swiper-button-next::after,
  .swiperBtns .swiper-button-prev::after {
    font-size: 30px;
  }
}
.swiperBtns .swiper-button-next:hover,
.swiperBtns .swiper-button-prev:hover {
  color: #04193dba;
}
.swiperBtns .swiper-button-next {
  right: unset;
}
.swiperBtns .swiper-button-next::after {
  content: "\f061" !important;
}
.swiperBtns .swiper-button-prev::after {
  content: "\f061" !important;
  transform: scaleX(-1);
}

/**/
.swiper-button-next,
.swiper-button-prev {
  position: relative;
  right: unset;
  top: unset;
  left: unset;
  bottom: unset;
  margin: 0 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #04193dba;
  width: auto;
  transition: all 0.3 ease-in-out;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 40px;
  font-family: "Font Awesome 6 Pro";
}
@media (max-width: 768px) {
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 30px;
  }
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #04193dba;
}
.swiper-button-next {
  right: unset;
}
.swiper-button-next::after {
  content: "\f061" !important;
}
.swiper-button-prev::after {
  content: "\f061" !important;
  transform: scaleX(-1);
}
/*=======================*/
.bg-clr-green-light {
  background-color: #8be3c6;
}
/*----------------*/
.customOrder {
  padding: 10px 20px;
  border-radius: 8px;
  background-color: rgba(71, 42, 137, 0.24);
  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 #09003f;
  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: #1B365C;
}
.recruitmentRequest .formCard {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1882352941);
  border-radius: 4px;
}
.recruitmentRequest .formCard .head {
  background-color: rgba(71, 42, 137, 0.24);
  padding: 10px 20px;
  color: #09003f;
  margin-bottom: 20px;
  border-radius: 4px;
  font-weight: bold;
}
.recruitmentRequest .formCard .select2-container--default .select2-selection--single {
  border-color: #ced4da;
}
.recruitmentRequest .hint {
  color: #1B365C;
  font-size: 10px;
}
.recruitmentRequest .hint a {
  font-weight: bold;
  color: #09003f;
  font-size: 10px !important;
}
.recruitmentRequest .form-check-label {
  font-size: small;
}

/*----------------*/
.Services-Section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fff;
}
.Services-Section .owl-btn-left-bottom .owl-nav {
  text-align: left;
  position: absolute;
  margin-top: 40px;
}
.Services-Section .owl-carousel .owl-nav button.owl-next {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #d9bd2e;
  color: #fff;
  padding: 0px !important;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  opacity: 1;
  margin-right: 5px;
  font-weight: 500;
  box-shadow: 0px 0px 30px rgba(60, 92, 152, 0.3019607843);
}
.Services-Section .owl-carousel .owl-nav button.owl-next i {
  font-style: normal;
  font-size: 26px;
  line-height: 42px;
}
.Services-Section .owl-carousel .owl-nav button.owl-prev {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #04193dba;
  color: #fff;
  padding: 0px !important;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  opacity: 1;
  margin-right: 5px;
  font-weight: 500;
  box-shadow: 0px 0px 30px rgba(60, 92, 152, 0.3019607843);
}
.Services-Section .owl-carousel .owl-nav button.owl-prev i {
  font-style: normal;
  font-size: 26px;
  line-height: 42px;
}
.Services-Section .site-button {
  outline: none;
  color: #fff;
  padding: 11px 30px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-table;
  background-color: #04193dba;
  border: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s all ease;
  color: rgba(0, 0, 0, 0) !important;
  transition: all 0.3s ease !important;
  text-shadow: 0 0 0 #fff, 400px 0 0 #fff;
  float: left;
  margin-top: 38px;
}

.Services-boxes {
  margin-bottom: 30px;
}
.Services-boxes:after {
  width: 100%;
  height: 100%;
  content: "";
  left: calc(50% - 120px);
  top: 0px;
  background-color: rgba(60, 92, 152, 0.062745098);
  position: absolute;
  z-index: -1;
}

.Services-boxes-2 {
  margin-bottom: 30px;
}

.workerCv {
  padding: 10px;
  border: 1px solid #eee;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  isolation: isolate;
  height: 100%;
  border-radius: 24px;
}
.workerCv:hover {
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
}
.workerCv .workerCvSlider {
  padding-bottom: 35px;
}
.workerCv .workerCvSlider img {
  height: 400px;
  -o-object-fit: contain;
  width: 100%;
  cursor: zoom-in;
}

.workerCv .swiper-button-next {
  color: #231F20;
  width: 30px;
  height: 30px;
  left: 0;
}
.workerCv .swiper-button-prev {
  color: #231F20;
  width: 30px;
  height: 30px;
  right: 0;
}
.workerCv .swiper-button-prev:hover,
.workerCv .swiper-button-next:hover {
  background-color: rgba(9, 0, 63, 0.27);
  color: rgb(9, 0, 63);
}
.workerCv .swiper-button-prev::after, .workerCv .swiper-button-prev::before,
.workerCv .swiper-button-next::after,
.workerCv .swiper-button-next::before {
  font-weight: 300;
  font-size: 20px;
}
.workerCv ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.workerCv ul li {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  min-width: 49%;
  padding: 10px;
}
.workerCv ul li h6 {
  color: #1B365C;
}
.workerCv ul li p {
  font-weight: bold;
  margin-right: 5px;
}



.account .card .loginImg {
  height: 200px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 20px 0 50px;
}
@media (max-width: 768px) {
  .account .card .loginImg {
    padding: 0 30px;
  }
}

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

.job-categories-block {
  display: flex;
  padding: 65px 25px 50px 18px;
  align-items: initial;
  background-color: #fff;
  box-shadow: 0px 0px 25px rgba(60, 92, 152, 0.3019607843);
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s all ease;
  height: 200px;
  width: 380px;
  flex-direction: column;
  margin: 30px 0;
}
.job-categories-block:after {
  width: 200px;
  height: 200px;
  position: absolute;
  left: -84px;
  bottom: 0px;
  content: "";
  background-color: rgba(60, 92, 152, 0.3137254902);
  border-radius: 50%;
  opacity: 0.1;
  z-index: -1;
  transition: 0.5s all ease;
}
.job-categories-block:before {
  width: 200px;
  height: 200px;
  position: absolute;
  left: -64px;
  bottom: 0px;
  content: "";
  background-color: rgba(60, 92, 152, 0.3137254902);
  border-radius: 50%;
  opacity: 0.1;
  z-index: -1;
  transition: 0.5s all ease;
}
.job-categories-block:hover:after {
  width: 500%;
  height: 500%;
  position: absolute;
  left: -50px;
  bottom: -50px;
  content: "";
  background-color: rgba(60, 92, 152, 0.3137254902);
  border-radius: 50%;
  opacity: 0.05;
  z-index: -1;
  transition: 0.5s all ease;
}
.job-categories-block:hover:before {
  opacity: 0;
}
.job-categories-block .twm-media {
  width: 100px;
}
.job-categories-block .twm-media img {
  width: auto;
}
.job-categories-block .twm-media [class*=flaticon-] {
  color: #04193dba;
  font-size: 55px;
  line-height: 70px;
  position: absolute;
  left: 20px;
  line-height: 55px;
  display: flex;
  align-items: center;
}
.job-categories-block .twm-content .twm-jobs-available {
  background-color: #04193dba;
  color: #fff;
  font-size: 14px;
  border-radius: 10px;
  padding: 4px 15px;
  display: inline-block;
  margin-bottom: 10px;
}
.job-categories-block .twm-content p {
  margin-bottom: 0px;
  display: block;
  color: #767676;
  width: 65%;
  margin-top: 6px;
  line-height: 25px;
  font-size: 14px;
}

.job-categories-style1 .owl-carousel .owl-stage-outer {
  display: table;
  position: relative;
  padding: 30px 10px 30px 0px;
}

.owl-btn-left-bottom .owl-nav {
  text-align: left;
  position: absolute;
}
.owl-btn-left-bottom .owl-nav .owl-next {
  right: -1px;
  transition: all 0.2s linear;
}
.owl-btn-left-bottom .owl-nav .owl-prev {
  transition: all 0.2s linear;
}

.wt-separator-two-part-row {
  align-items: center;
}

.section-head.left.wt-small-separator-outer {
  text-align: right;
}
.section-head.left.wt-small-separator-outer h2 {
  margin-bottom: 35px;
}

.wt-small-separator {
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  color: #04193dba;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
}
.SectionTitle {
  margin-bottom: 50px;
  text-align: center;
  max-width: 645px;
  margin-left: auto;
  margin-right: auto;
}
.SectionTitle .SectionTitle-heading {
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  color: #04193dba;
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
}
.SectionTitle .SectionTitle-title h2 {
  margin: 0px auto;
  font-size: 30px;
}
.Countries-section {
  position: relative;
  padding-top: 100px;
  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(65, 23, 161, 0.44);
  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(65, 23, 161, 0.87);
}
.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: #472A89;
  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(9, 0, 63, 0.56);
}
.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;
}
.countries  {
  padding: 60px 12px;
  background: #fff;
  background-image: url(../images/world-map.webp);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .countries  {
    background-size: cover;
  }
}
.countries  .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 48px;
  gap: 8px;
}
.countries  .title h2 {
  font-size: 36px;
  color: #1B365C;
  font-weight: 700;
  margin-bottom: 0;
}
.countries  .title p {
  color: #1B365C;
}
.countries  .country {
  padding: 16px;
  border: 2px solid #fff;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
}
.countries  .country .img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.countries  .country .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.countries  .country h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1B365C;
  margin: 0;
}
.countries  .country a {
  color: #fff;
  background: #1B365C;
  width: 80%;
  font-size: 14px;
  padding: 4px 0;
  text-align: center;
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
}
.countries  .country a:hover {
  background:
;
}
.countries  .country:hover {
  background: #93ADD9;
}
@media (max-width: 576px) {
  .countries  .country a {
    width: 100%;
    font-size: 12px;
  }
}


.countries  .country .Countries-content p {
  color: #3c5c98;
  margin-top: 16px;
}
.countries  .country:hover .Countries-content p {
  color: #1B365C;
  margin-top: 16px;
}
.countries  .country:hover .Countries-content a.defaultBtn:hover {
  color: #04193dba !important;
}
.countries  .country .Countries-content p i{
  /*margin-top: 16px;*/
  color: rgba(9, 0, 63, 0.56);
}
.countries  .country:hover .Countries-content  p i{
  color: rgb(60, 92, 152);
}
.countries  .country  img:before {
  transform: translateX(-50%);
  left: 50%;
  position: inherit;
}
.countries  .country 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;
}
.requirements-section {
  background: rgba(60, 92, 152, 0.062745098);
  background-image: url(../images/pattern-1.webp);
  position: relative;
  padding: 100px 0 100px 0;
}
.requirements-section .requirements-title {
  margin-bottom: 50px;
  text-align: center;
  max-width: 645px;
  margin-left: auto;
  margin-right: auto;
}
.requirements-section .requirements-title .requirements-title-heading {
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  color: #1B365C;
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
}
.requirements-section .requirements-title h2 {
  margin: 0px auto;
  font-size: 25px;
}
.requirements-section .section-title h3 {
  font-size: 22px;
  text-align: center;
  margin: 30px 0 50px 0;
}
.requirements-section .requirements-box {
  padding: 20px 30px;
  display: flex;
  position: relative;
  background: #fff;
  margin-bottom: 25px;
  box-shadow: 0px 0px 1px rgb(١٢٦, ١٦١, ١٩٦);
  border-radius: 10px;
}
.requirements-section .requirements-box .requir-icon {
  background: #1B365C;
  width: 42px;
  height: 42px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  line-height: 42px;
  font-size: 19px;
  margin-left: 20px;
}
.requirements-section .requirements-box .requir-content {
  font-size: 18px;
  line-height: 40px;
}
.requirements-section .requirements-box:hover {
  background: #93ADD9;

}
.testimonial-section {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 80px;
}
.testimonial-section .testimonial-title {
  margin-bottom: 50px;
  text-align: center;
  max-width: 645px;
  margin-left: auto;
  margin-right: auto;
}
.testimonial-section .testimonial-title .testimonial-title-heading {
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  color: #04193dba;
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
}
.testimonial-section .testimonial-title h2 {
  margin: 0px auto;
  font-size: 25px;
  margin-bottom: 75px;
}
.testimonial-section .testimonial-block {
  position: relative;
  padding: 0px 15px 15px;
}
.testimonial-section .testimonial-content {
  border-radius: 10px;
}
.testimonial-section .testimonial-content .testi-media img {
  width: auto;
  height: 190px;
  margin-right: -53px;
}

.testimonial-block .testimonial-content .testi-content {
  padding: 50px 30px 30px 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(60, 92, 152, 0.3019607843);
  position: relative;
}
.testimonial-block .testimonial-content .testi-content .testi-quote {
  position: absolute;
  left: 30px;
  top: -45px;
  opacity: 0.3;
}
.testimonial-block .testimonial-content .testi-content .testi-quote img {
  width: 95px;
}
.testimonial-block .testimonial-content .testi-content .testi-info {
  font-size: 18px;
  color: #17171d;
  margin-bottom: 20px;
}
.testimonial-block .testimonial-content .testi-content .testi-detail .testi-name {
  color: #fff;
  background-color: #04193dba;
  font-size: 14px;
  position: relative;
  display: inline-block;
  border-radius: 8px 0px 0px 8px;
  padding: 8px 25px 8px 40px;
  margin-right: -30px;
}

.owl-carousel .owl-nav button.owl-next {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #04193dba;
  color: #fff;
  padding: 0px !important;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  opacity: 1;
  margin-right: 5px;
  font-weight: 500;
  box-shadow: 0px 0px 30px rgba(60, 92, 152, 0.3019607843);
}
.owl-carousel .owl-nav button.owl-prev {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #04193dba;
  color: #fff;
  padding: 0px !important;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  opacity: 1;
  margin-right: 5px;
  font-weight: 500;
  box-shadow: 0px 0px 30px rgba(60, 92, 152, 0.3019607843);
}

.owl-btn-bottom-center .owl-nav {
  text-align: center;
  margin-top: 35px;
}

.Contact-section {
  background-color: rgba(60, 92, 152, 0.062745098);
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 80px;
}
.Contact-section .Contact-title {
  margin-bottom: 50px;
  text-align: center;
  max-width: 645px;
  margin-left: auto;
  margin-right: auto;
}
.Contact-section .Contact-title .Contact-title-heading {
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  color: #04193dba;
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
}
.Contact-section .Contact-title h2 {
  margin: 0px auto;
  font-size: 25px;
  margin-bottom: 75px;
}
.Contact-section .Contact-block {
  margin-left: 30px;
}
.Contact-section .Contact-block .Contact-box {
  background-color: #fff;
  border-radius: 17px;
  padding: 20px;
  box-shadow: 0px 0px 1px rgb(١٢٦, ١٦١, ١٩٦);
  margin-bottom: 30px;
  margin-top: 20px;
  margin-top: 0;
}
.Contact-section .Contact-block .Contact-box:hover {
  box-shadow: 0px 0px 25px rgb(١٢٦, ١٦١, ١٩٦);
}
.Contact-section .Contact-block .Contact-box .Contact-info {
  position: relative;
  z-index: 1;
}
.Contact-section .Contact-block .Contact-box .Contact-info .Contact-meta {
  position: relative;
  margin-bottom: 20px;
}
.Contact-section .Contact-block .Contact-box .Contact-info .Contact-meta ul {
  list-style: none;
  margin-bottom: 0px;
  padding: 0;
}
.Contact-section .Contact-block .Contact-box .Contact-info .Contact-meta ul li.post-date {
  background-color: #1b365c;
  color: #fff;
  font-size: 17px;
  line-height: 28px;
  padding: 5px 0px 5px 37px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-right: 10px;
  position: relative;
  z-index: 1;
  display: inline-block;
  text-align: right;
}
.Contact-section .Contact-block .Contact-box .Contact-info .post-title {
  margin-bottom: 15px;
  font-size: 17px;
}
.Contact-section .Contact-info .Contact-meta ul li.post-date:before {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -8px;
  z-index: -1;
  width: 0;
  height: 0;
  border-right: 9px solid transparent;
  border-left: 0px solid transparent;
  background-color: #1b365c;
}
.Contact-section .Contact-info .Contact-meta ul li.post-date:after {
  content: "";
  background-color: #1b365c;
  position: absolute;
  top: 0px;
  right: -46px;
  bottom: 0px;
  width: 46px;
  z-index: -1;
}
.Contact-section .Contact-map {
  border-radius: 12px;
  width: 90%;
  background: #fff;
  height: 460px;
  padding: 10px;
}
.Contact-section .Contact-map iframe {
  width: 100%;
  height: 442px;
  border-radius: 12px;
}

.overlay-wraper .overlay-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #7EA1C4;
  opacity: 0.3;
}

.footer-top .widget {
  margin-bottom: 20px;
  margin-bottom: 20px;
}



.widget {
  margin-bottom: 40px;
}

.page-banner {
  background-image: url(../images/banner/bannerImg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 100%;
  position: relative;
}
.page-banner .banner-content {
  display: block;
  text-align: center;
  padding-bottom: 30px;
  padding: 70px 0;
}
.page-banner .banner-content .banner-title {
  position: relative;
}
.page-banner .banner-content .banner-title .banner-title-name {
  display: inline-block;
  margin-bottom: 30px;
}
.page-banner .banner-title .banner-title-name h2 {
  color: #472A89;
  font-size: 34px;
  text-align: center;
  font-weight: 600;
}
.page-banner .page-breadcrump {
  margin: 0;
  display: inline-block;
  list-style: none;
  position: relative;
  padding: 0;
}
.page-banner .page-breadcrump li {
  padding-left: 30px;
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #04193dba;
}
.page-banner .page-breadcrump li a {
  color: #000;
}
.page-banner .page-breadcrump li:after {
  content: "";
  position: absolute;
  left: 8px;
  width: 8px;
  height: 2px;
  background-color: #000;
  top: 59%;
  transform: translateY(-50%);
  color: #000;
  font-size: 12px;
  font-weight: 600;
}
.page-banner .page-breadcrump li:last-child {
  color: #000;
  padding: 0px;
}
.page-banner .page-breadcrump li:last-child::after {
  content: none;
}

.faq-section {
  padding-top: 120px;
  padding-bottom: 90px;
  background: #fff;
}
.faq-section .faq-content {
  max-width: 830px;
  margin: 0px auto;
}
.faq-section .faq-content .tw-faq-section {
  max-width: 830px;
  margin: 0px auto;
}
.faq-section .faq-content .accordion-faq .accordion-item {
  border: 1px solid transparent;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #efefef;
  border-radius: 10px;
  background-color: #f0f6fe;
}
.faq-section .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.faq-section .accordion-faq .accordion-item .accordion-button {
  font-size: 20px;
  color: #17171d;
  padding: 10px 16px 10px 16px;
  font-weight: 600;
}
.faq-section .accordion-faq .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: #f0f6fe;
}
.faq-section .accordion-faq .accordion-item .accordion-button:after {
  background-image: none;
  content: "\f0fe";
  font-family: "Font Awesome 6 Pro";
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #17171d;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
}
.faq-section .accordion-faq .accordion-body {
  padding: 1rem 1.25rem;
  border-top: 1px solid #d2e5fd;
}
.faq-section .accordion-faq .accordion-body ul {
  padding-right: 25px;
  list-style: arabic-indic;
}
.faq-section .accordion-faq .accordion-body ul li {
  padding-bottom: 20px;
}
.faq-section .accordion-faq .accordion-body ul li p {
  color: #3c3c3c;
  font-size: 17px;
  font-weight: 500;
}
.faq-section .accordion-faq .accordion-button:not(.collapsed):after {
  background-image: none;
  content: "\f146";
  transform: none;
}
/*==Steps===*/

.steps {
  padding: 70px 0 30px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(65, 23, 161, 0.01)), url(../images/banner/bg-1.jpg);
}
.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 rgba(65, 23, 161, 0.44);
  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 rgba(65, 23, 161, 0.44);
  background-color: #3c5c98;
  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 #3c5c98;
  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;

}
.steps .allSteps .step .images img {
  -o-object-fit: contain;
  object-fit: contain;
  margin: 2px;
  height: 40px;
  width: 45px;
  border-radius: 8px;
}
.steps .allSteps .step .icon {
  position: relative;
  margin-bottom: 30px;
}
.steps .allSteps .step .icon i {
  font-size: 40px;
  color: #3c5c98;
}
.steps .allSteps .step .icon::after {
  content: "";
  width: 80px;
  height: 50px;
  background-color: rgba(65, 23, 161, 0.44);
  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;
  }
}
/*=======*/
.recruitmentVisa {
  padding: 50px 0;
}
.recruitmentVisa .accordion .accordion-item {
  border: 1px solid transparent;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #efefef;
  border-radius: 10px;
  background-color: #f0f6fe;
}
.recruitmentVisa .accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.recruitmentVisa .accordion .accordion-item .accordion-button {
  font-size: 20px;
  color: #17171d;
  padding: 10px 16px 10px 16px;
  font-weight: 600;
  font-size: 17px;
}
.recruitmentVisa .accordion .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: #f0f6fe;
}
.recruitmentVisa .accordion .accordion-item .accordion-button:after {
  background-image: none;
  content: "\f0fe";
  font-family: "Font Awesome 6 Pro";
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #17171d;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
}
.recruitmentVisa .accordion .accordion-body {
  padding: 1rem 1.25rem;
  border-top: 1px solid #d2e5fd;
  padding: 1rem 1.25rem;
  border-top: 1px solid #d2e5fd;
  background: #fff;
}
.recruitmentVisa .accordion .accordion-body ul {
  padding-right: 25px;
  list-style: arabic-indic;
}
.recruitmentVisa .accordion .accordion-body ul li {
  padding-bottom: 20px;
}
.recruitmentVisa .accordion .accordion-body ul li p {
  color: #3c3c3c;
  font-size: 17px;
  font-weight: 500;
}
.recruitmentVisa .accordion .accordion-body h4.secondaryTitle {
  font-size: 16px;
  padding-top: 15px;
}
.recruitmentVisa .accordion .accordion-button:not(.collapsed):after {
  background-image: none;
  content: "\f146";
  transform: none;
}
.recruitmentVisa .recruit-tab {
  background-color: #ddf4f9;
  border-radius: 10px;
  margin-bottom: 50px;
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.3s ease-in-out;
  display: flex;
  padding: 12px;
}
.recruitmentVisa .recruit-tab .nav-link {
  background-color: #ffffff;
  color: #472A89;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.13);
  border-radius: 8px;
  margin: 5px;
  transition: all 0.3s ease-in-out;
  padding: 25px 20px;
  text-align: center;
  border: none;
  width: 49%;
}
.recruitmentVisa .recruit-tab .nav-link i {
  font-size: 25px;
  margin-bottom: 10px;
}
.recruitmentVisa .recruit-tab .nav-link.active {
  background-color: #472A89;
  color: #ffffff;
}
.recruitmentVisa .secondaryTitle {
  font-weight: bold;
  color: #472A89;
  margin-bottom: 20px;
}
.recruitmentVisa .thirdTitle {
  margin-bottom: 20px;
  font-size: 15px;
}
.recruitmentVisa .thirdTitle a {
  font-size: 15px;
  color: #0d6efd;
}
.recruitmentVisa .step {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.13);
  border-radius: 4px;
  margin-bottom: 30px;
}
.recruitmentVisa .step ul::marker {
  color: #472A89;
  font-weight: 600;
}
.recruitmentVisa .step ul li {
  position: relative;
  padding: 3px 10px;
  font-size: 15px;
  font-weight: 500;
}
.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 #472A89;
  z-index: -1;
}
.recruitmentVisa .step .info {
  color: #2c2c2c;
  margin-bottom: 20px;
  padding-right: 28px;
  position: relative;
}
.recruitmentVisa .step .info::before {
  content: "\f05a" !important;
  font-family: "Font Awesome 6 pro";
  position: absolute;
  right: 0;
  top: 2px;
}
.recruitmentVisa .requirement {
  padding: 20px;
  background-color: #ddf4f9;
  border-radius: 8px;
  margin-bottom: 30px;
}
.recruitmentVisa .requirement ul {
  list-style: auto;
  padding-right: 20px;
}
.recruitmentVisa .requirement ul li {
  position: relative;
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
.recruitmentVisa .requirement ul::marker {
  color: #472A89;
}

.page-contact-section {
  position: relative;
}
.page-contact-section .contact-inner {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
.page-contact-section .contact-inner .contact-form-title {
  text-align: right;
  margin-bottom: 20px;
}
.page-contact-section .contact-inner .contact-form-title h2 {
  margin-bottom: 15px;
  font-size: 45px;
}
.page-contact-section .contact-inner .form-contact {
  margin-top: 30px;
  margin-right: -12px;
}
.page-contact-section .contact-inner .form-contact .form-control {
  height: 48px;
  padding: 10px 20px;
  background-color: #f0f6fe;
  border: 0px;
  border-radius: 10px;
  text-align: right;
  margin-bottom: 30px;
}
.page-contact-section .contact-inner .form-contact textarea.form-control {
  padding-top: 15px;
  height: 80px;
  margin-bottom: 40px;
  resize: none;
}
.page-contact-section .contact-inner .form-contact .send-button {
  outline: none;
  color: #fff;
  padding: 10px 61px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  background-color: #04193dba;
  border: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s all ease;
  color: rgba(0, 0, 0, 0) !important;
  transition: all 0.3s ease !important;
  text-shadow: 0 0 0 #fff, 400px 0 0 #fff;
}
.page-contact-section .contact-inner .contact-info {
  margin-left: 100px;
  margin-right: 25px;
  position: relative;
  z-index: 1;
}
.page-contact-section .contact-inner .contact-info:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -57px;
  z-index: -1;
  width: 0;
  height: 0;
  border-left: 57px solid transparent;
  border-right: 0px solid transparent;
  border-top: 57px solid #d8d8d8;
}
.page-contact-section .contact-inner .contact-info .contact-details {
  border-radius: 10px 10px 10px 0px;
  box-shadow: 0px 0px 25px rgba(60, 92, 152, 0.3019607843);
  padding: 40px;
  background-color: #fff;
}
.page-contact-section .contact-inner:after {
  content: "";
  position: absolute;
  width: 482px;
  right: -15px;
  top: -40px;
  bottom: -40px;
  background-color: #f0f6fe;
  z-index: -1;
}
.page-contact-section .contact-info-section .c-info-column {
  padding: 0px 100px 0px 0px;
  color: #17171d;
  position: relative;
  min-height: 75px;
  margin-bottom: 55px;
}
.page-contact-section .contact-info-section .c-info-column .links {
  display: flex;
  flex-direction: column;
  padding-top: 16px;
  gap: 4px;
}
.page-contact-section .contact-info-section .c-info-column .links a {
  color: #472A89;
}
.page-contact-section .contact-info-section .c-info-column .links a:hover {
  color: #04193dba;
}
.page-contact-section .contact-info-section .c-info-column .c-info-icon {
  position: absolute;
  font-size: 22px;
  right: 0px;
  top: 0px;
  color: #04193dba;
  width: 72px;
  height: 72px;
  line-height: 72px;
  border-radius: 10px;
  text-align: center;
  background-color: #f0f6fe;
  z-index: 1;
}
.page-contact-section .contact-info-section .c-info-column p {
  margin-bottom: 0px;
  font-size: 14px;
}
.page-contact-section .contact-info-section .c-info-column .c-info-icon.custome-size {
  font-size: 26px;
}

.page-contact-map {
  border-radius: 0px;
  width: 100%;
  background: #fff;
  height: auto;
  padding: 0;
  position: relative;
  margin: 0;
}
.page-contact-map .google-map iframe {
  width: 100%;
  height: 370px;
  border-radius: 0px;
  margin: 0;
}

.trackOrder {
  padding: 50px 0;
}
.trackOrder img {
  height: 300px;
  margin: 0 13%;
}
.trackOrder form {
  background-color: #ffffff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 25px;
  width: 100%;
  margin-top: 54px;
}
.trackOrder label {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
}
.trackOrder label i {
  color: #472A89;
  padding-left: 10px;
  vertical-align: middle;
}
.trackOrder .track-btn {
  background: #472A89;
  color: #fff;
  border-radius: 5px;
  padding: 7px 0;
  font-size: 18px;
}

.page-content {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  /*padding: 40px 60px;*/
}

.login-content {
  background: #fff;
  margin:32px 0px 0px 32px;
  border-radius: 8px;
  border: 1px solid #472a89;
  /*height: 575px;*/
}

.login-section .login-media-row {
  background-color: rgba(60, 92, 152, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 8px 8px 0;
  height: 573px;
}


.login-section .login-media {
  padding: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login-section .login-media .login-image {
  max-width: 720px;
  margin: 0px auto;
}
.login-section .login-media .login-image img {
  width: 100%;
  height: 400px;
}
@media (max-width: 720px) {
  .login-content .row .login-media-row {
    display: none;
  }
}
.login-detail {
  padding: 30px 0px 120px 0px;
  border-radius: 10px;
  background-color: #fff;
  height: 570px;
}
.login-detail .login-logo {
  text-align: center;
  border-bottom: 1px solid #efefef;
  padding-bottom: 30px;
  margin-bottom: 15px;
}
.login-detail .login-logo img {
  max-width: 130px;
  margin: 0px auto 10px;
}
.login-detail .login-detail-inner {
  padding: 20px 20px;
}
.login-detail .login-detail-inner .login-title span {
  font-size: 32px;
  display: block;
  margin-bottom: 50px;
  font-weight: 500;
}
.login-detail .login-detail-inner .login-title span.otp {
  margin-bottom: 5px;
}
.login-detail .login-detail-inner .login-title p {
  margin-bottom: 50px;
}
.login-detail .login-detail-inner .form-check {
  display: inline-block;
  font-size: 14px;
  text-align: right;
}
.login-detail .login-detail-inner .form-check-label a.site-text-primary {
  color: #04193dba;
  padding-right: 110px;
}
.login-detail .login-detail-inner .site-button {
  outline: none;
  color: #fff;
  padding: 11px 30px;
  border-radius: 10px;
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-color: #04193d;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0) !important;
  transition: all 0.3s ease !important;
  text-shadow: 0 0 0 #fff, 400px 0 0 #fff;
  margin-top: 0px;
  text-align: center;
}
.login-detail .login-detail-inner .site-button:hover {
  outline: none;
  color: #1B365C;
  padding: 11px 30px;
  border-radius: 10px;
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-color: rgba(60, 92, 152, 0);
  border: 1px solid #1B365C;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease !important;
  text-shadow: 0 0 0 #1B365C, 400px 0 0 #1B365C;
  margin-top: 0px;
  text-align: center;
}

.login-detail label.rem-forgot {
  width: 100%;
}
.login-detail label.new-account {
  padding-top: 8px;
}
.login-detail label.new-account a {
  color: #04193dba;
  cursor: pointer;
  text-decoration: underline;
  text-underline-position: under;
}

.register-form .form-control {
  margin-bottom: 20px;
}

.selectCustomerService {
  padding: 50px 0;
  margin-top: 50px;
}
.selectCustomerService .headTitle {
  text-align: center;
  margin-bottom: 50px;
}
.selectCustomerService .headTitle h1 {
  font-size: 36px !important;
  color: rgba(60, 92, 152, 0.7294117647);
  margin-bottom: 10px;
  font-weight: bold;
}
.selectCustomerService .headTitle p {
  color: #1B365C;
}
.selectCustomerService .choose {
  position: relative;
  display: flex;
  justify-content: space-around;
  background-color: rgb(71 42 137 / 24%);
  padding: 20px;
  border-radius: 24px;
  flex-wrap: wrap;
  gap: 12px;
}
.selectCustomerService .choose .customerOption {
  flex: 1;
  min-width: 120px;
}
.selectCustomerService .choose .btn {
  padding: 15px 20px;
  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: 4px solid transparent;
  border-radius: 16px;
  gap: 12px;
}
.selectCustomerService .choose .btn img {
  height: 87px;
  width: 87px;
}
.selectCustomerService .choose .btn span {
  text-align: center;
  font-size: 17px;
  color: #717171;
}
.selectCustomerService .choose .btn-check:active + .btn-outline {
  background-color: #ffffff;
  color: #472a89;
  border: 4px solid #472a89;
}
.selectCustomerService .choose .btn-check:active + .btn-outline::after {
  content: "\f560" !important;
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
  position: absolute;
  font-size: 20px;
  top: 5px;
  right: 10px;
}
.selectCustomerService .choose .btn-check:checked + .btn-outline {
  background-color: #ffffff;
  color: #472a89;
  border: 4px solid #472a89;
}
.selectCustomerService .choose .btn-check:checked + .btn-outline::after {
  content: "\f560" !important;
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
  position: absolute;
  font-size: 20px;
  top: 5px;
  right: 10px;
}
.selectCustomerService .choose .btn-outline.active {
  background-color: #ffffff;
  color: #472a89;
  border: 4px solid #472a89;
}
.selectCustomerService .choose .btn-outline.active::after {
  content: "\f560" !important;
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
  position: absolute;
  font-size: 20px;
  top: 5px;
  right: 10px;
}
.selectCustomerService .choose .btn-outline.dropdown-toggle.show {
  background-color: #ffffff;
  color: #472a89;
  border: 4px solid #472a89;
}
.selectCustomerService .choose .btn-outline.dropdown-toggle.show::after {
  content: "\f560" !important;
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
  position: absolute;
  font-size: 20px;
  top: 5px;
  right: 10px;
}
.selectCustomerService .choose .btn-outline:active {
  background-color: #ffffff;
  color: #472a89;
  border: 4px solid #472a89;
}
.selectCustomerService .choose .btn-outline:active::after {
  content: "\f560" !important;
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
  position: absolute;
  font-size: 20px;
  top: 5px;
  right: 10px;
}
.selectCustomerService .btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #472A89;
  color: #fff;
}
.contactCustomerService {
  padding: 70px 0;
}

.selectedCustomer {
  border-radius: 8px;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1882352941);
  margin: 10px 0;
  text-align: center;
}
.selectedCustomer h5 {
  line-height: 30px;

}
.selectedCustomer h5 span {
  font-weight: bold;
  color: #082040;
  padding: 0px 5px;
}

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

#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: #D2CDE2;
  color: #09003f;
  min-width: 100px;
  height: 100px;
  border-radius: 20px;
  font-size: 40px;
  font-weight: bold;
  margin: 5px;
}
#timer div span {
  display: block;
  font-size: 14px;
}

.Profile-section {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #fff;
}
.Profile-section .profile-side-image {
  position: relative;
  display: block;
  max-width: 150px;
  margin: 0px auto 30px;
  border: 1px solid #fff;
  border-radius: 10px;
}
.Profile-section .profile-side-image img {
  border-radius: 10px;
  margin: 10px;
  display: block;
  width: 128px;
}
.Profile-section .profile-side-image .upload-btn-wrapper {
  position: absolute;
  left: 10px;
  bottom: 10px;
  overflow: hidden;
  display: inline-block;
}
.Profile-section #upload-image-grid {
  width: 128px;
  height: 128px;
  overflow: hidden;
  border-radius: 10px;
  top: 30px;
  position: relative;
}
.Profile-section .upload-btn-wrapper button {
  outline: none;
  color: #fff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  display: inline-table;
  background-color: #04193dba;
  border: none;
  font-weight: 600;
  left: 21%;
  transform: translateX(-50%);
  color: rgba(0, 0, 0, 0) !important;
  transition: all 0.3s ease !important;
  text-shadow: 0 0 0 #fff, 400px 0 0 #fff;
  padding: 5px 10px;
  font-size: 12px;
}
.Profile-section .upload-btn-wrapper input[type=file] {
  font-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  display: block;
}
.Profile-section .pro-mid-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #17171d;
  margin-bottom: 10px;
}
.Profile-section .pro-mid-content p {
  margin-bottom: 20px;
}
.Profile-section .profile-nav-list ul {
  list-style: none;
  margin: 0;
  font-weight: 500;
  padding-right: 1rem;
}
.Profile-section .profile-nav-list ul li {
  float: none;
  margin-bottom: 10px;
}
.Profile-section .profile-nav-list ul li:hover {
  background: #fff;
  color: #472A89;
}
.Profile-section .profile-nav-list ul li a > i {
  font-size: 18px;
  margin-left: 25px;
  position: absolute;
  right: 10px;
  left: auto;
  top: 14px;
  color: #04193dba;
}
.Profile-section .profile-nav-list ul > li > a {
  padding: 12px 37px 12px 0px;
  color: #323232;
  display: block;
  font-size: 15px;
  position: relative;
  font-weight: 500;
  transition: 0.5s all ease;
}
.Profile-section .profile-nav-list ul > li > a:hover {
  color: #04193dba;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 25px rgba(180, 205, 237, 0.7);
}

.profile-side-bar {
  background: #d4e6ff;
  padding: 30px;
  border-radius: 10px;
}

.theiaStickySidebar:after {
  content: "";
  display: table;
  clear: both;
}

.left-sidebar-content {
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(60, 92, 152, 0.062745098);
}
.left-sidebar-content .profile-leftsidebar-content {
  padding-top: 0px;
}
.left-sidebar-content .profile-leftsidebar-content ul {
  padding-top: 0px;
}

.profile-order-content {
  background-color: #fff;
  border: 1px solid #ddd;
  position: relative;
  padding: 16px 8px;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 30px;
}
.profile-order-content .order-media {
  width: 100%;
  display: inline-block;
  margin-right: 10px;
}
.profile-order-content .order-media .order-media-pic {
  width: 100%;
  height: 118px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.profile-order-content .order-media .order-media-pic img {
  display: inline-block;
}
.profile-order-content .order-content {
  flex-grow: 1;
}
.profile-order-content .order-content h4 {
  font-size: 20px;
  font-weight: 500;
}
.profile-order-content .order-content p {
  font-size: 15px;
  padding: 8px 5px;
  color: #606060;
}
.profile-order-content .order-content .order-number {
  font-size: 14px;
  margin-bottom: 0px;
  margin-left: 20px;
  font-weight: 500;
}
.profile-order-content .order-content .order-number i {
  margin-left: 9px;
}
.profile-order-content .order-details {
  display: block;
  float: left;
}
.profile-order-content .order-details .view-button {
  margin-top: 20px;
  margin-bottom: 20px;
}
.profile-order-content .view-button .download {
  background: #fff;
  border: 1px solid #04193dba;
  padding: 8px 15px;
  border-radius: 8px;
  margin-left: 10px;
}
.profile-order-content .view-button .download i {
  padding-left: 5px;
}
.profile-order-content .view-button .details {
  background: #fff;
  border: 1px solid #04193dba;
  padding: 8px 15px;
  border-radius: 8px;
  margin-left: 10px;
  background: #04193dba;
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 15px;
  border-radius: 8px;
  margin-left: 10px;
}
.profile-order-content .view-button .details i {
  padding-left: 5px;
}

.profile-notification {
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(60, 92, 152, 0.062745098);
}
.profile-notification .profile-table {
  position: relative;
  background: #fff;
  border: 0;
  border-radius: 5px;
  margin-bottom: 0px;
  overflow: hidden;
  width: 100%;
}

.profile-table thead {
  border-radius: 8px;
  color: #fff;
}
.profile-table thead th {
  position: relative;
  padding: 15px 15px;
  font-size: 16px;
  color: #17171d;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
}
.profile-table tbody tr {
  position: relative;
  border-bottom: 1px solid #ecedf2;
}
.profile-table tbody tr td {
  position: relative;
  padding: 20px 10px;
  font-size: 15px;
  color: #17171d;
  font-weight: 400;
  text-align: center;
}

.profile-edit {
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(60, 92, 152, 0.062745098);
}
.profile-edit .form-edit label {
  margin-bottom: 15px;
}
.profile-edit .form-edit .send-button {
  outline: none;
  color: #fff;
  padding: 10px 61px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  background-color: #04193dba;
  border: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s all ease;
  color: rgba(0, 0, 0, 0) !important;
  transition: all 0.3s ease !important;
  text-shadow: 0 0 0 #fff, 400px 0 0 #fff;
}

.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 .order-content h4 {
  text-align: right;
}
.orderDetails .order-content p {
  text-align: right;
}

.routeNav {
  display: flex;
  align-items: center;
  background-color: #3582f3;
  border-radius: 8px;
  padding: 10px 30px;
  transition: all 0.3s ease-in-out;
}
.routeNav .Back {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #04193dba;
  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: #231f20;
  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;
}

.status {
  position: relative;
  padding: 20px 10px;
  background-color: rgba(25, 103, 210, 0.18);
  border-radius: 8px;
  border: 1px solid #04193dba;
  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 #04193dba;
}
.status ol li:not(:last-child)::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #04193dba;
  margin: 0;
  position: absolute;
  top: 12px;
  right: calc(50% + 12px);
}
.status ol li.completed:before {
  background: #04193dba;
}
.status ol p {
  margin-top: 10px;
}

.workers-section {
  padding-top: 120px;
  padding-bottom: 90px;
  background: #fff;
}

.side-bar {
  background-color: #fbfbfb;
  padding: 30px 20px;
  border-radius: 10px;
}
.side-bar h4 {
  font-size: 22px;
  font-weight: 600;
  color: #472A89;
}
.side-bar .sidebar-filter {
  margin: 30px 0px;
}
.side-bar .sidebar-filter h4 {
  font-size: 19px;
  font-weight: 500;
  padding-bottom: 10px;
  color: #17171d;
  border-bottom: 1px solid #ddd;
}
.side-bar .sidebar-filter ul li {
  display: flex;
  font-size: 16px;
  margin-bottom: 20px;
  color: #666666;
}
.side-bar .sidebar-filter ul li label {
  display: inline-block;
  padding-right: 15px;
}
.side-bar .sidebar-filter .view-button {
  display: flex;
}
.side-bar .sidebar-filter .view-button .clear {
  background: #fff;
  border: 1px solid #04193dba;
  padding: 8px 17px;
  border-radius: 8px;
  margin-left: 10px;
}
.side-bar .sidebar-filter .view-button .confirm {
  background: #fff;
  border: 1px solid #04193dba;
  padding: 8px 17px;
  border-radius: 8px;
  margin-left: 10px;
  background: #04193dba;
  border: 1px solid #04193dba;
  color: #fff;
  padding: 8px 40px;
  border-radius: 8px;
  margin-left: 10px;
}

.workers-list .worker-box {
  background-color: #fff;
  border: 10px;
  box-shadow: 0px 0px 10px rgba(60, 92, 152, 0.3019607843);
  position: relative;
  padding: 25px 20px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
}
.workers-list .worker-box .worker-media {
  width: 90px;
  height: 90px;
  line-height: 90px;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 40px rgba(60, 92, 152, 0.3019607843);
  margin-right: 40px;
  position: absolute;
  top: -20px;
  overflow: hidden;
}
.workers-list .worker-box .worker-media img {
  display: block;
  border-radius: 10px;
}
.workers-list .worker-box .worker-content {
  padding-top: 14px;
  position: relative;
  width: 100%;
}
.workers-list .worker-box .worker-content h4 {
  margin-bottom: 13px;
  font-size: 22px;
  font-weight: 500;
  color: #17171d;
  padding-top: 51px;
}
.workers-list .worker-box .worker-content ul {
  display: flex;
  width: 100%;
  position: relative;
}
.workers-list .worker-box .worker-content p {
  font-size: 15px;
}
.workers-list .worker-box .worker-content p.worker-job {
  position: absolute;
  left: 10px;
}
.workers-list .worker-box .work-details-btn {
  color: #04193dba;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  padding-top: 20px;
}
.workers-list .worker-box .worker-right-content {
  text-align: center;
  width: 100px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.workers-list .worker-box .worker-right-content .worker-age {
  font-weight: 600;
  color: #606062;
  margin: 20px 0px 10px 0px;
  font-size: 17px;
}
.workers-list .worker-box .worker-right-content .worker-age span {
  color: #04193dba;
  font-size: 18px;
  font-weight: 600;
  display: block;
  text-align: center;
}

.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;
}

.cvModal {
  padding-top: 24px;
}
.cvModal .modal-content {
  border-radius: 24px;
  padding: 24px;
}
.cvModal .closeBtn {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  background-color: #04193dba;
  border: 2px solid #ffffff;
  border-radius: 100px;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  transform: translate(10px, -50%);
}
.cvModal .closeBtn i {
  font-size: 24px;
  color: #ffffff;
}
.cvModal .modal-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  padding-top: 20px;
}
.cvModal .modal-footer .btn {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #04193dba;
  background: #fff;
  color: #04193dba;
}
.cvModal .modal-footer .btn.book {
  background: #04193dba;
  color: #fff;
}

.cv .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  flex: 1;
  margin: auto;
  width: 100%;
}
.cv .info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 16px;
}
.cv .info ul li {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 4px;
  min-width: 160px;
}
.cv .info ul li .title {
  color: #1B365C;
  white-space: nowrap;
}
.cv .info ul li .data {
  color: #231f20;
  font-weight: bold;
  white-space: nowrap;
  font-size: 15px;
}
.cv .info .alertText {
  color: red;
}
.cv .mainImg img {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 8px;
  max-height: 300px;
  background-color: #f3f3f9;
  border-radius: 8px;
  border: 1px solid #f3f3f9;
  cursor: zoom-in;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.cv .moreImgs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  padding: 8px;
  border-radius: 8px;
  background-color: #f3f3f9;
}
.cv .moreImgs img {
  width: 100%;
  max-width: 70px;
  height: 70px;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: zoom-in;
}

.hideSideBtn {
  display: flex;
  box-shadow: 0px -2px 12px rgba(0, 0, 0, 0.1254901961);
  position: sticky;
  top: 0px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  z-index: 10;
  background-color: #ffffff;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
  color: #231f20;
  border-radius: 16px;
  margin-bottom: 60px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.hideSideBtn .icon {
  background-color: #ffffff;
  border: 2px solid #472A89;
  border-radius: 100px;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
}
.hideSideBtn .icon i {
  font-size: 24px;
  color: #1115b0;
}

.allWorkersSide {
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: all 0.3s ease-in-out;
  max-width: 300px;
  border-radius: 8px;
}
.allWorkersSide .accordionItem {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.allWorkersSide .accordionItem .accordionButton {
  background: none !important;
  border: none;
  border-bottom: 1px solid #eee;
  padding: 16px 0;
  display: flex;
  font-weight: bold;
  position: relative;
}
.allWorkersSide .accordionItem .accordionButton::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #472A89;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.allWorkersSide .accordionItem .accordionButton .plus {
  position: absolute;
  left: 8px;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
}
.allWorkersSide .accordionItem .accordionButton .plus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 1px;
  background-color: #472A89;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #472A89;
}
.allWorkersSide .accordionItem .accordionButton .plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 1px;
  background-color: #472A89;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #472A89;
  transform: rotate(0deg);
}
.allWorkersSide .accordionItem .accordionButton.collapsed::before {
  width: 10px;
}
.allWorkersSide .accordionItem .accordionButton.collapsed .plus::after {
  transform: rotate(90deg);
}
.allWorkersSide .accordionItem .accordionData {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 24px;
}

.showSide {
  right: 0;
  box-shadow: -1000px 0px 0 1000px rgba(35, 31, 32, 0.6705882353);
  background: #fff;
}
.showSide .hideSideBtn {
  right: 0;
}
.showSide::before {
  content: "";
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2509803922);
  transition: all 0.3s ease-in-out;
  z-index: -10;
}

.pagination-outer {
  padding-top: 15px;
  display: flex;
  justify-content: center;
}
.pagination-outer .pagination-style1 {
  position: relative;
  display: inline-block;
}
.pagination-outer .pagination-style1 ul {
  list-style: none;
  margin-bottom: 0px;
}
.pagination-outer .pagination-style1 ul li {
  position: relative;
  margin: 0px 3px 0px;
  display: inline-block;
}
.pagination-outer .pagination-style1 ul li a {
  position: relative;
  width: 50px;
  height: 50px;
  color: #17171d;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  transition: 0.5s all ease;
  font-weight: 600;
  border-radius: 10px;
}
.pagination-outer .pagination-style1 ul li:hover a {
  background-color: #04193dba;
  color: #fff;
}
.pagination-outer .pagination-style1 ul li.prev a {
  width: 50px;
  height: 50px;
  font-size: 16px;
  color: #17171d;
  font-weight: 500;
  transition: 0.5s all ease;
  letter-spacing: 1px;
}
.pagination-outer .pagination-style1 ul li.active a {
  background-color: #04193dba;
  color: #fff;
}
.cvModal .workerCvSlider img {
  height: 250px;
  -o-object-fit: contain;
  /*object-fit: contain;*/
  width: 100%;
  cursor: zoom-in;
}
.cvModal .workerCvSlider .swiper-button-prev,
.cvModal .workerCvSlider .swiper-button-next {
  color: #04193D;
  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: #472a893d;
  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 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: #1B365C;
  font-size: small;
}
.cvModal ul li p {
  font-weight: bold;
  margin-right: 5px;
}
.cvModal .modal-footer .btn {
  min-height: 40px;
  padding: 8px 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}
.musaned-banner {
  background-image: url(../images/banner/bg-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  background-position: center center;
  display: block;
  width: 100%;
  position: relative;
}
.musaned-banner .banner-content {
  display: block;
  text-align: center;
  padding-bottom: 30px;
  padding: 100px 0;
}
.musaned-banner .banner-content .banner-title {
  position: relative;
  margin-top: 60px;
}
.musaned-banner .banner-content .banner-title .banner-title-name {
  display: inline-block;
  margin-bottom: 30px;
}
.musaned-banner .banner-title .banner-title-name p {
  color: #59595c;
  font-size: 17px;
  width: 70%;
  text-align: center;
  font-weight: 600;
  margin: auto;
  line-height: 1.9;
}

.musaned-platform {
  padding: 120px 0;
  background: #fff;
  position: relative;
}
.musaned-platform .platform-content {
  background-color: #04193dba;
  border-radius: 50px;
  padding: 55px 70px;
  position: relative;
  z-index: 1;
  margin-right: 100px;
  margin-bottom: 30px;
}
.musaned-platform .platform-content .platform-detail {
  margin-left: 110px;
  margin-bottom: 40px;
}
.musaned-platform .platform-content .platform-detail h3 {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 20px;
}
.musaned-platform .platform-content .platform-detail p {
  color: #f1f1f1;
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.9;
  margin-left: 76px;
}
.musaned-platform .platform-media {
  position: relative;
  z-index: 1;
  height: 100%;
}
.musaned-platform .platform-media:after {
  background-color: #fff;
  content: "";
  position: absolute;
  width: 467px;
  height: 467px;
  border-radius: 50%;
  left: -95px;
  top: -34px;
  z-index: -1;
  box-shadow: 19px -20px 0px #4780ce;
}
.musaned-platform .platform-media .platform-video {
  position: absolute;
  width: 467px;
  left: -94px;
  top: -35px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/img/family2.webp);
  height: 100%;
  min-height: 467px;
  border-radius: 50%;
}
.musaned-platform .platform-media .platform-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: #d9bd2e;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #ffffff;
}
.musaned-platform .platform-media .platform-video .videopopup::before {
  content: "";
  width: 130%;
  height: 130%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: play-button 1s infinite linear;
}
.musaned-platform .platform-media .platform-video .videopopup i {
  font-size: 24px;
}
.musaned-platform .detail-info {
  position: relative;
  display: flex;
  margin-bottom: 25px;
}
.musaned-platform .detail-info i {
  font-size: 20px;
  color: #fff;
  padding: 0;
  vertical-align: middle;
}
.musaned-platform .detail-info h3 {
  margin: 0;
  font-size: 19px;
  color: #fff;
  margin-bottom: 9px;
}
.musaned-platform .detail-info p {
  font-size: 15px;
  color: #f1f1f1;
}

.daily-title h1 {
  font-size: 35px;
  margin: 30px 0;
}
.daily-title p {
  font-size: 18px;
  margin: 5px 0 20px 0;
}

.daily-details .site-button {
  outline: none;
  color: #fff;
  padding: 10px 61px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  background-color: #04193dba;
  border: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s all ease;
  color: rgba(0, 0, 0, 0) !important;
  transition: all 0.3s ease !important;
  text-shadow: 0 0 0 #fff, 400px 0 0 #fff;
}

.ads-float-popup {
  width: 380px;
  height: 50px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 12px 45px rgba(0, 0, 0, 0.15);
  text-align: center;
  margin: 0 0 10px 0;
  overflow: hidden;
  opacity: 0;
}
.ads-float-popup img {
  width: 218px;
  height: 75px;
  padding: 13px 0 10px;
}
.ads-float-popup h1 {
  font-size: 24px;
  color: #472A89;
  padding: 5px 0;
  margin: 0;
  font-weight: 500;
  margin-top: 12px;
}
.ads-float-popup .ads-content .ads-img {
  border-radius: 12px;
  width: 290px;
  height: 250px;
  margin: auto;
}
.ads-float-popup .ads-content img {
  width: 290px;
  height: 250px;
  border-radius: 8px;
}
.ads-float-popup .ads-detail li {
  border: 1px solid #472A89;
  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: 0.5;
  cursor: pointer;
}
.ads-float-popup .ba-logo:hover {
  opacity: 1;
}

.ads-float-popup.open {
  height: 470px;
  opacity: 1;
}

.ads-float-popup.popup-ani {
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.logo-ani {
  transition: 0.5s linear;
  -webkit-transition: 0.5s linear;
}

.button-float-ads {
  width: 65px;
  height: 65px;
  background-color: #472A89;
  border-radius: 30px;
  float: right;
  box-shadow: 0px 12px 45px rgba(0, 0, 0, 0.3);
  z-index: 5;
  position: relative;
}
.button-float-ads .img-fab {
  height: 40px;
  width: 50px;
  margin: 15px auto;
  background-image: url("../images/icons/ads.png");
  background-position: -1px -53px;
  background-position: center;
  background-size: cover;
}
.button-float-ads .wrap {
  transform: rotate(0deg);
  transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}
.button-float-ads .ani {
  transform: rotate(45deg);
  transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}
.button-float-ads .close {
  background-image: url("https://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;
  background-size: auto;
  transform: rotate(-45deg);
  float: none;
  opacity: 1;
}

.ads-popup {
  position: fixed;
  right: 25px;
  bottom: 10px;
  z-index: 1000;
}

.ba-settings {
  position: absolute;
  top: -25px;
  right: 0px;
  padding: 10px 20px;
  background-color: #555;
  border-radius: 5px;
  color: #fff;
}

.ads-button {
  color: #fff;
  background: #472A89;
  border: 1px solid #472A89;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 35px 8px;
}
.ads-button:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .container {
    padding: 0px 8px;
  }
  .container-fluid {
    padding: 0px 8px;
  }
}
@media (max-width: 768px) {
  .swiperContainer .swiper-button-next {
    /*display: none;*/
  }
  .swiperContainer .swiper-button-prev {
    /*display: none;*/
  }
  .about-section .about-details .ab-det-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .trackOrder img {
    height: 200px;
  }
  .selectCustomerService .headTitle h1 {
    font-size: 28px !important;
  }
  .routeNav {
    margin: 0px 0px 30px;
    padding: 10px 10px;
  }
  .routeNav .Back {
    margin-left: 20px;
  }
  .routeNav ul li a {
    font-size: 16px;
  }
  .cvModal .modal-content {
    padding: 24px 12px;
  }
}
@media (max-width: 1240px) {
  .swiperContainer .swiper-button-next {
    left: 0px;
  }
  .swiperContainer .swiper-button-prev {
    right: 0px;
  }
}
@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;
  }
  .recruitmentVisa .recruit-tab {
    position: relative;
    z-index: 2;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.13);
  }
}
@media (min-width: 1200px) {
  header .headerAnimate {
    background: #fff !important;
    -webkit-backdrop-filter: blur(4px) !important;
    backdrop-filter: blur(4px) !important;
    box-shadow: none;
  }
}
@media (max-width: 1399.98px) {
  .banner-homepage .banner-imgs .banner-1 {
    max-width: 256px;
    max-height: 256px;
  }
  .banner-homepage .banner-imgs .banner-2 {
    max-width: 152px;
    max-height: 152px;
  }
  .banner-homepage .banner-imgs .banner-3 {
    max-width: 132px;
    max-height: 132px;
  }
  .banner-homepage .banner-imgs .banner-4 {
    max-width: 115px;
    max-height: 115px;
    bottom: 20px;
  }
  .banner-homepage .banner-imgs .banner-5 {
    max-width: 95px;
    max-height: 95px;
  }
  .banner-homepage .banner-imgs .banner-6 {
    max-width: 85px;
    max-height: 85px;
    bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .banner-homepage .banner-inner .row .block-banner {
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .about-section .about-details .ab-det-title {
    font-size: 30px;
  }
  .about-services {
    margin-top: 30px;
    margin-top: 30px;
  }
  .about-services-box {
    padding-right: 30px;
  }
  .Services-boxes:after {
    left: 0px;
  }
  .job-categories-block {
    margin: 0px 20px;
  }
  .job-categories-style1 .owl-carousel .owl-stage-outer {
    display: block;
    padding: 30px 0px;
  }
  .wt-separator-two-part-right {
    text-align: left;
    margin-bottom: 30px;
  }
  .footer-dark {
    padding-top: 40px;
  }
  .footer-dark .footer-top {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .footer-dark .footer-bottom .footer-bottom-info {
    display: block;
  }
  .footer-dark .footer-bottom .footer-copy-right {
    margin: 5px 10px 5px 0px;
    display: inline-block;
  }
}
@media (max-width: 575px) {
  .about-section .about-details .ab-det-title {
    font-size: 22px;
  }
  .description-list li {
    padding-right: 30px;
  }
  .description-list li i {
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
@media (max-width: 1024px) {
  .about-services-box {
    padding-right: 50px;
  }
}
/*================*/
.services {
  padding: 70px 0 30px;
}
.services .container-services{
  margin-right: 32px;
  margin-left: 32px;
}
.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;
}
/*=====================*/
.bg-clr-green-light {
  background-color: #8be3c6;
}

.Services-Section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fff;
}
.Services-Section .owl-btn-left-bottom .owl-nav {
  text-align: left;
  position: absolute;
  margin-top: 40px;
}
.Services-Section .owl-carousel .owl-nav button.owl-next {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #04193dba;
  color: #fff;
  padding: 0px !important;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  opacity: 1;
  margin-right: 5px;
  font-weight: 500;
  box-shadow: 0px 0px 30px rgba(60, 92, 152, 0.3019607843);
}
.Services-Section .owl-carousel .owl-nav button.owl-next i {
  font-style: normal;
  font-size: 26px;
  line-height: 42px;
}
.Services-Section .owl-carousel .owl-nav button.owl-prev {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #04193dba;
  color: #fff;
  padding: 0px !important;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  opacity: 1;
  margin-right: 5px;
  font-weight: 500;
  box-shadow: 0px 0px 30px rgba(60, 92, 152, 0.3019607843);
}
.Services-Section .owl-carousel .owl-nav button.owl-prev i {
  font-style: normal;
  font-size: 26px;
  line-height: 42px;
}
.Services-Section .site-button {
  outline: none;
  color: #fff;
  padding: 11px 30px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-table;
  background-color: #04193dba;
  border: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s all ease;
  color: rgba(0, 0, 0, 0) !important;
  transition: all 0.3s ease !important;
  text-shadow: 0 0 0 #fff, 400px 0 0 #fff;
  float: left;
  margin-top: 38px;
}

.Services-boxes {
  margin-bottom: 30px;
}
.Services-boxes:after {
  width: 100%;
  height: 100%;
  content: "";
  left: calc(50% - 120px);
  top: 0px;
  background-color: rgba(60, 92, 152, 0.062745098);
  position: absolute;
  z-index: -1;
}

.Services-boxes-2 {
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .job-categories-block {
    padding: 30px 20px;
  }
}
@media (min-width: 992px) {
  .hideSideBtn {
    display: none;
  }
}
@media (max-width: 992px) {
  .allWorkersSide {
    position: fixed;
    bottom: 0px;
    right: -100%;
    width: 100%;
    z-index: 9999;
    height: calc(100vh - 60px);
    overflow: auto;
  }
  .allWorkersSide .hideSideBtn {
    position: fixed;
    min-height: 60px;
    max-width: 300px;
    width: 100%;
    right: -100%;
    border-radius: 0;
    margin: 0;
  }
}
.btnGroup {
  padding: 10px 0;
  display: flex;
  gap: 12px;
}
.btnGroup .btn {
  padding: 12px;
  border: 1px solid #04193dba;
  background-color: transparent;
  color: #04193dba;
  display: flex;
  gap: 8px;
  min-height: 54px;
  align-items: center;
  justify-content: center;
}
.btnGroup .btn img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.btnGroup .btn:nth-child(2n) {
  background-color: #d9bd2e;
  color: #fff;
}

.mainSlider {
  position: relative;
  overflow: hidden;
}
.mainSlider .swiperBtns {
  position: relative;
  display: flex;
}
.mainSlider .swiperBtns .swiper-pagination {
  margin: 0px 10px;
  display: flex;
  align-items: center;
  position: relative;
  top: unset;
  bottom: unset;
  right: unset;
  left: unset;
  color: #04193dba;
}
.mainSlider .swiperBtns .swiper-pagination .swiper-pagination-current {
  font-size: 30px;
  font-weight: bold;
  margin: 0px 8px;
}
.mainSlider .swiperBtns .swiper-pagination .swiper-pagination-total {
  font-size: 20px;
  margin: 0px 8px;
  opacity: 0.6;
}
.mainSlider .swiperBtns .swiper-button-next,
.mainSlider .swiperBtns .swiper-button-prev {
  position: relative;
  right: unset;
  top: unset;
  left: unset;
  bottom: unset;
  margin: 0 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #04193dba;
  width: auto;
  transition: all 0.3 ease-in-out;
}
.mainSlider .swiperBtns .swiper-button-next::after,
.mainSlider .swiperBtns .swiper-button-prev::after {
  font-size: 40px;
  font-family: "Font Awesome 6 Pro";
}
@media (max-width: 768px) {
  .mainSlider .swiperBtns .swiper-button-next::after,
  .mainSlider .swiperBtns .swiper-button-prev::after {
    font-size: 30px;
  }
}
.mainSlider .swiperBtns .swiper-button-next:hover,
.mainSlider .swiperBtns .swiper-button-prev:hover {
  color: #04193dba;
}
.mainSlider .swiperBtns .swiper-button-next {
  right: unset;
}
.mainSlider .swiperBtns .swiper-button-next::after {
  content: "\f061" !important;
}
.mainSlider .swiperBtns .swiper-button-prev::after {
  content: "\f061" !important;
  transform: scaleX(-1);
}
.mainSlider .mainSliderContainer {
  width: 100%;
  height: 100%;
  padding-bottom: 0px;
}
.mainSlider .mainSliderContainer .swiper-slide {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90dvh;
  isolation: isolate;
}
@media (max-width: 768px) {
  .mainSlider .mainSliderContainer .swiper-slide {
    height: 550px;
  }
}
.mainSlider .mainSliderContainer .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(60deg, rgba(60, 92, 152, 0.4274509804) 10%, rgba(60, 92, 152, 0.631372549) 90%);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.mainSlider .mainSliderContainer .swiper-slide .info {
  /*padding-right: 120px;*/
  max-width: 700px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 12px;
  text-align: center;
}
@media (max-width: 768px) {
  .mainSlider .mainSliderContainer .swiper-slide .info {
    justify-content: center;
    padding: 20px;
    text-align: center;
  }
}
.mainSlider .mainSliderContainer .swiper-slide .info .sliderTitle {
  color: #fff;
  font-weight: bold;
  line-height: 40px;
  font-size: 32px !important;
}
@media (max-width: 768px) {
  .mainSlider .mainSliderContainer .swiper-slide .info .sliderTitle {
    font-size: 24px !important;
    line-height: 34px;
  }
}
.mainSlider .mainSliderContainer .swiper-slide .info .hint {
  color: #fff;
}
.mainSlider .mainSliderContainer .swiper-slide .info .btns {
  display: flex;
  padding-top: 20px;
  gap: 10px;
  justify-content: center;
}
@media (max-width: 768px) {
  .mainSlider .mainSliderContainer .swiper-slide .info .btns {
    justify-content: center;
  }
}
.mainSlider .mainSliderContainer .swiper-slide .info .btns .btn {
  background-color: #04193dba;
  color: #fff;
  border: 2px solid #fff;
  padding: 12px 24px;
}
.mainSlider .swiper-slide-active .sliderTitle {
  animation: fadeInUp 1s 0.75s both;
}
.mainSlider .swiper-slide-active .hint {
  animation: fadeInUp 1s 0s both;
}
.mainSlider .swiper-slide-active .btn {
  animation: fadeInUp 1s 1.5s both;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.mainSlider .swiperBtns {
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .mainSlider .swiperBtns {
    display: none;
  }
}
.mainSlider .swiperBtns .swiper-button-next,
.mainSlider .swiperBtns .swiper-button-prev {
  color: #fff;
}
.mainSlider .swiperBtns .swiper-button-next:hover,
.mainSlider .swiperBtns .swiper-button-prev:hover {
  color: #fff;
}
.mainSlider .creative-shape {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}
.mainSlider .creative-shape img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100px;
  -o-object-position: center top;
  object-position: center top;
}
.mainBanner {
  display: flex;
  align-items: center;
  padding: 100px 30px 120px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
  background-image: linear-gradient(45deg, rgba(20, 94, 78, 0.8352941176), rgba(83, 94, 20, 0.6470588235)), url(../img/s2.webp);
  background-size: cover;
  background-attachment: fixed;
  -webkit-animation: sky 100s infinite;
  animation: sky 100s infinite;
  position: relative;
}
@-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 .Back {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  background-color: #04193D;
  color: #ffffff;
  border-radius: 100%;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  border: none;
}
.mainBanner .Back:hover {
  background-color: #292929;
  color: #ffd700;
}
.mainBanner .Back .fa-angle-left:before {
  content: "\f105";
}
.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: #472a893d;
  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: 18px !important;
  padding-left: 10px;
}
.mainBanner ul li a:hover {
  color: #472a893d;
}
.mainBanner ul li a.active {
  color: #ffffff;
  cursor: default;
}
.mainBanner ul li::after {
  content: " / ";
  font-size: 20px;
  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;
  }
  .mainBanner .Back {
    margin-left: 20px;
  }
  .mainBanner ul li a {
    font-size: 16px !important;
  }
}
.mainBanner figure {
  width: 100%;
  position: absolute;
  bottom: 0px;
  right: 0;
}
.mainBanner figure svg {
  width: 100%;
  height: 150px;
}
@media (max-width: 768px) {
  .mainBanner figure svg {
    height: 70px;
  }
}
/*====*/
.references {
  padding-top: 40px;
  background-image: linear-gradient(#1B365C89, #1B365C99, #1B365C6E), 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;
}
/*====*/
.coursesfilter {
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
  bottom: 32px;
}
.coursesfilter .container {
  background-color: #ffffff;
  box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1019607843);
  padding: 24px;
  border-radius: 12px;
  width: min(100% - 24px, 1320px);
}
@media screen and (max-width: 768px) {
  .coursesfilter .container {
    padding: 24px 12px;
  }
}
.coursesfilter .container label {
  font-weight: bold;
  /*font-size: 14px;*/
  text-transform: capitalize;
}


/*footer {*/
/*  background-color: rgba(204, 226, 255, 0.1882352941);*/
/*}*/

footer {
  /*background-image: linear-gradient(45deg, rgba(60, 92, 152, 0.18), rgba(65, 23, 161, 0.25)), url(../img/map.webp);*/
  /*background-repeat: no-repeat;*/
  color: var(--whiteColor);


  padding: 60px 0 20px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
footer .inner {
  width: min(100% - 24px, 1320px);
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
footer .inner .col {
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer .inner .info {
  gap: 16px;
}
footer .inner .info img {
  height: 100px;
  width: 140px;
  width: -moz-min-content;
  width: min-content;
  -o-object-fit: contain;
  object-fit: contain;
}
footer .inner .info p {
  color: var(--textColor);
}
footer .inner .info .social {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
footer .inner .info .social a {
  display: flex;
  min-width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  color: var(--textColor);
  border-radius: 20px;
  border: 1px solid var(--textColor);
  transition: var(--transition);
}
footer .inner .info .social a svg {
  width: 20px;
  height: 20px;
}
footer .inner .info .social a circle,
footer .inner .info .social a path {
  fill: #1B365C;
  transition: var(--transition);
}
footer .inner .info .social a:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border: 1px solid var(--mainColor);
  transform: translateY(-5px);
}
footer .inner .info .social a:hover circle,
footer .inner .info .social a:hover path {
  fill: var(--whiteColor);
}
footer .inner .hotLinks .links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
footer .inner .hotLinks .links a {
  flex: 1;
  min-width: 100px;
  color: var(--textColor);
  display: inline-flex;
  width: -moz-min-content;
  width: min-content;
  align-items: center;
  white-space: nowrap;
  gap: 4px;
}
footer .inner .hotLinks .links a::before {
  content: "-";
  color: var(--mainColor);
}
footer .inner .hotLinks .links a:hover {
  color: var(--mainColor);
  transform: translateX(-4px);
}
footer .inner .contactFooter .contactData {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer .inner .contactFooter .contactData .contactLink {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--textColor);
  padding: 4px 0;
}
footer .inner .contactFooter .contactData .contactLink:hover {
  color: var(--mainColor);
  transform: translateX(-4px);
}
footer .inner .gallery .photos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
footer .inner .gallery .photos a {
  flex: 0 0;
  display: block;
}
footer .inner .gallery .photos img {
  aspect-ratio: 1/1;
  border-radius: 1px;
  min-width: 80px;
  border: 1px solid var(--whiteColor);
}
footer .inner .footerTitle {
  color: var(--secondColor);
  position: relative;
  text-transform: capitalize;
  padding-right: 16px;
  margin-bottom: 10px;
}
footer .inner .footerTitle::after {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 0;
  width: 2px;
  height: 90%;
  background-color: var(--mainColor);
}
footer .inner .footerTitle::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 70%;
  background-color: var(--mainColor);
}
footer .copyR {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  border-top: 1px solid rgba(6, 37, 59, 0.1254901961);
  gap: 8px;
  color: var(--textColor);
}
footer .copyR .company {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #472a89;
}
footer .copyR img {
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

/*---------------------------------
     Preloader CSS
-----------------------------------*/

.preloader {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preloader .preloaderImg {
  width: 100px;
  height: 100px;
  -webkit-mask-image: url("../images/logo/logo.png");
  mask-image: url("../images/logo/logo.png");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .preloader .preloaderImg {
    width: 80px;
    height: 80px;
  }
}
.preloader .preloaderImg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  z-index: 2;
  background-color: #191936;
  transform: translateY(100%);
  animation: slide-up 2.5s forwards;
}
@media screen and (max-width: 1024px) {
  .preloader .preloaderImg::after {
    width: 80px;
    height: 80px;
  }
}
.preloader .preloaderImg::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  background-image: url("../images/logo/logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(1) opacity(0.2);
}
@keyframes slide-up {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}
/*# sourceMappingURL=style.css.map */