.fs-10px {
  font-size: 10px;
}

.fs-11px {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13px {
  font-size: 13px;
}

.fs-14px {
  font-size: 14px;
}

.fs-15px {
  font-size: 15px;
}

.fs-16px {
  font-size: 16px;
}

.fs-17px {
  font-size: 17px;
}

.fs-18px {
  font-size: 18px;
}

.fs-19px {
  font-size: 19px;
}

.fs-20px {
  font-size: 20px;
}

.fs-21px {
  font-size: 21px;
}

.fs-22px {
  font-size: 22px;
}

.fs-23px {
  font-size: 23px !important;
}

.fs-26px {
  font-size: 26px;
}

.fw-600 {
  font-weight: 600 !important;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-150px {
  width: 150px;
}

.main-color {
  color: #12486b;
}

.color-777 {
  color: #777;
}

.bg-section {
  background-color: #f1f6fa;
}

.btn-join {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #12486b;
  color: #fff;
  border-radius: 2px;
  padding: 8px 25px;
  transition: 0.4s;
}
.btn-join:hover {
  transform: scale(1.02);
}

.btn-sub {
  background-color: #12486b;
  color: #fff;
  border-radius: 40px;
  padding: 6px 35px;
  transition: 0.4s;
}
.btn-sub:hover {
  transform: scale(1.02);
}

.main-btn {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0.6rem 2rem;
  border-radius: 5px;
  font-size: 16px;
  transition: 0.3s;
  color: #fff;
  background-color: #12486b;
}
.main-btn .icon {
  font-size: 20px;
}
.main-btn:hover {
  color: #fff;
}
.main-btn.full-space {
  width: 100%;
  height: 100%;
}
.main-btn.blue-btn {
  background-color: #2750ae;
}
.main-btn.effect-faqs:hover {
  background-color: #009B80;
  transform: scale(0.9);
}

.main-heading {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
  color: #12486b;
  text-align: center;
}
.main-heading.lg-size {
  font-size: 25px;
}
.main-heading.sm-b {
  margin-bottom: 15px;
}

.main-des {
  margin-bottom: 30px;
  font-size: 16px;
  color: #2b2c53;
  font-weight: 400;
  text-align: center;
}

.shape-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 52px;
  color: #12486b;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}
.shape-title .img {
  display: block;
  margin: 6px auto 0;
  width: 80%;
  max-width: 139px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(14%) sepia(40%) saturate(5137%) hue-rotate(188deg) brightness(93%) contrast(87%);
}

.small-heading {
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}

.bg-title {
  background-color: #12486b;
  border-right: 4px solid #0d344f;
  color: #fff;
  font-size: 17px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto 10px;
  padding: 0 15px;
}

.sm-heading {
  font-size: 17px;
  font-weight: 600;
  color: #12486b;
  text-align: center;
}

.status {
  padding: 2px 10px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  background-color: rgba(34, 129, 66, 0.2);
  color: #228142;
}
.status i, .status svg {
  font-size: 13px;
}
.status.red {
  color: #e71515;
  background-color: rgba(231, 21, 21, 0.2);
}
.status.orange {
  background-color: #fbeada;
  color: #f99132;
}
.status.blue {
  background-color: #daecfb;
  color: #369fff;
}
.status.yellow {
  background-color: #ffecb4;
  color: #ffc107;
}
.status.purple {
  background-color: #deb4ff;
  color: #8d1ee5;
}

.service-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  padding: 10px;
  border-radius: 23px;
  text-align: center;
  transition: 0.3s;
  background-color: #fff;
}
.service-box .img-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin-bottom: 10px;
}
.service-box .img-holder img {
  width: 92px;
  height: 95px;
}
.service-box .title {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 22px;
  text-align: center;
  color: #202124;
}
.service-box .des {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #74818a;
}
.service-box.active, .service-box:hover {
  box-shadow: 0 0 10px 0 rgba(17, 71, 107, 0.2);
}
.service-box.active .title, .service-box:hover .title {
  color: #12486b;
}

.job-box {
  position: relative;
  width: 100%;
  height: 357px;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
}
.job-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.job-box .title {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  z-index: 12;
}
.job-box::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.72), transparent);
  z-index: 11;
}
.job-box:hover img {
  transform: scale(1.02);
}

.box-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
}
.box-info .content-text .title {
  color: #12486b;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}
.box-info .content-text .title.title-md {
  font-size: 40px;
}
.box-info .content-text .des {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #2b2c53;
}
.box-info .content-text .btn-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.box-info .content-text .btn-holder .btn-box-info {
  padding: 7px 25px;
  border-radius: 100px;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  transition: 0.3s;
  color: #fff;
  background-image: linear-gradient(145deg, #337ccf 0%, #191d88 100%);
}
.box-info .content-text .btn-holder .btn-box-info:hover {
  transform: scale(0.9);
}
@media (max-width: 767.98px) {
  .box-info .content-text {
    font-size: 15px;
  }
}
.box-info.info-recruitment-contract .content-text .des {
  font-size: 19px;
  font-weight: 500;
}

.country-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-height: 95px;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #e1e8ed;
  transition: 0.3s;
  background-color: #fff;
}
.country-box .img-holder img {
  width: 35px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.country-box .content .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  text-align: start;
  color: #337ccf;
}
.country-box .content .order-now {
  display: block;
  font-size: 12.5px;
  font-weight: 400;
  color: #2b2c53;
  transition: transform ease-out 0.3s;
}
.country-box .content .order-now:hover {
  transform: scale(1.04);
}
.country-box:hover {
  box-shadow: 0 0 10px 0 rgba(17, 71, 107, 0.1);
}

.partner-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  padding: 5px;
  text-align: center;
  background-color: #fff;
}
.partner-box img {
  width: 100px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.partner-box img.won-custom {
  width: 200px;
}

.box-more-about {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  text-align: center;
  color: #fff;
  transform-style: preserve-3d;
  transition: all 0.6s ease-in-out;
}
.box-more-about:hover {
  transform: rotateX(180deg);
}
.box-more-about .front,
.box-more-about .back {
  position: absolute;
  top: 0%;
  left: 0%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  backface-visibility: hidden;
}
.box-more-about .front .icon-holder,
.box-more-about .back .icon-holder {
  margin-bottom: 20px;
}
.box-more-about .front .icon-holder i,
.box-more-about .front .icon-holder svg,
.box-more-about .back .icon-holder i,
.box-more-about .back .icon-holder svg {
  font-size: 50px;
}
.box-more-about .front .title,
.box-more-about .back .title {
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 15px;
}
.box-more-about .front .des,
.box-more-about .back .des {
  font-size: 14;
  font-weight: 400;
  margin-bottom: 0px;
}
.box-more-about .front {
  z-index: 2;
  background-image: linear-gradient(104deg, #337ccf 0%, #191d88 100%);
}
.box-more-about .back {
  z-index: 1;
  background-image: linear-gradient(187deg, #0cd3b0 0%, #191d88 100%);
  transform: rotateX(180deg);
}

.box-cost {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 250px;
  padding: 20px;
  border-radius: 22px;
  border: 1px dotted #419197;
  text-align: center;
  transition: 0.3s;
}
.box-cost .img-holder img {
  width: 150px;
  height: auto;
  max-width: 100%;
  transition: 0.3s;
}
.box-cost .img-holder img:hover {
  transform: scale(0.9);
}
.box-cost .title {
  font-size: 20px;
  font-weight: 600;
  color: #12486b;
}
.box-cost .religion {
  color: #86909c;
  font-size: 15px;
  font-weight: 600;
}
.box-cost .price {
  color: #06967d;
  font-size: 58px;
  font-weight: 600;
  font-family: "Lato", Sans-serif;
  line-height: 1;
}
.box-cost .price-type {
  color: #59697e;
  font-size: 15px;
  font-weight: 600;
}

.box-document {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 250px;
  padding: 20px;
  border-radius: 22px;
  border: 1px dotted #d7d7db;
  text-align: center;
  transition: 0.3s;
}
.box-document .img-holder img {
  width: 150px;
  height: auto;
  max-width: 100%;
  transition: 0.3s;
}
.box-document .img-holder img:hover {
  transform: scale(0.9);
}
.box-document .name {
  font-size: 18px;
  font-weight: 600;
  color: #12486b;
}
.box-document:hover {
  box-shadow: 0px 0px 10px 0px rgba(20, 83, 94, 0.58);
}

.box-join {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 15px;
  border-radius: 1;
  border: 1px dotted rgba(65, 145, 151, 0.6784313725);
  transition: 0.3s;
  box-shadow: 0px 0px 4px 0px rgba(17, 19, 61, 0.12);
}
.box-join .header-box {
  width: 100%;
  padding: 15px;
  text-align: center;
}
.box-join .header-box .title {
  text-align: center;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  color: #12486b;
}
.box-join .header-box img {
  width: 300px;
  height: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s;
}
.box-join .header-box img:hover {
  transform: scale(0.9);
}
.box-join .info-holder .title-info {
  font-size: 24px;
  font-weight: 700;
  color: #12486b;
  margin-bottom: 10px;
}
.box-join ol li {
  font-size: 16px;
  font-weight: bold;
  color: #484966;
}
.box-join:hover {
  background-image: linear-gradient(180deg, #ffffff 0%, #f0f8ff 100%);
  box-shadow: 0px 0px 10px 0px rgba(13, 13, 36, 0.36);
}

.box-how-work {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 180px;
  padding: 15px;
  border: 1px dotted rgba(65, 145, 151, 0.6784313725);
  box-shadow: 0px 0px 4px 0px rgba(17, 19, 61, 0.12);
  transition: 0.3s;
}
.box-how-work:hover {
  background-image: linear-gradient(180deg, #ffffff 0%, #f0f8ff 100%);
  box-shadow: 0px 0px 10px 0px rgba(13, 13, 36, 0.36);
}
.box-how-work .holder-bar {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
.box-how-work .holder-bar .icon-holder {
  height: -moz-fit-content;
  height: fit-content;
}
.box-how-work .holder-bar .content .name {
  color: #0c8dd3;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.box-how-work .holder-bar .content .des {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.box-how-work.from-home {
  min-height: 120px;
  justify-content: flex-start;
}
.box-how-work.from-home .holder-bar {
  align-items: flex-end;
  gap: 10px;
}
.box-how-work.from-home .holder-bar .icon-holder i,
.box-how-work.from-home .holder-bar .icon-holder svg {
  font-size: 45px;
  color: #0c8dd3;
}
.box-how-work.from-home .holder-bar .name {
  color: #2b2c53;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}

.box-advertisements {
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
}
.box-advertisements img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-advertisements .overlay-content {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  padding: 20px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  opacity: 0;
  color: #fff;
  transition: 0.3s;
  background-color: rgba(25, 29, 136, 0.8196078431);
}
.box-advertisements:hover .overlay-content {
  visibility: visible;
  opacity: 1;
}

.box-statistic {
  width: 100%;
  min-height: 210px;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-image: linear-gradient(180deg, rgba(25, 29, 136, 0) 0%, rgba(8, 11, 77, 0.168627451) 100%);
}
.box-statistic .icon-holder {
  margin-bottom: 3px;
}
.box-statistic .icon-holder img {
  width: 50px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-statistic .num {
  margin-bottom: 5px;
  line-height: 1;
  font-size: 69px;
  font-weight: 600;
}
.box-statistic .name {
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 400;
}

.box-opinion {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 380px;
  padding: 35px;
  border: 1px solid #f0efef;
  border-radius: 5px;
  text-align: center;
  background-color: #fff;
}
.box-opinion .img-holder {
  margin-bottom: 20px;
}
.box-opinion .img-holder img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.box-opinion .des {
  color: #090a2c;
  font-size: 17px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.3;
  margin-bottom: 25px;
  opacity: 0.7;
}
.box-opinion .content-name .name {
  color: #2b2c53;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  font-style: italic;
}
.box-opinion .content-name .type {
  color: #12486b;
  font-weight: 400;
  font-size: 16px;
  opacity: 0.7;
  margin-bottom: 0;
  font-style: italic;
}

.box-how-create {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 20px;
  border-radius: 22px;
  border: 1px dotted #d7d7db;
}
.box-how-create .img-holder img {
  transition: 0.3s;
  width: 150px;
  height: auto;
  max-width: 100%;
}
.box-how-create .img-holder img:hover {
  transform: scale(0.9);
}
.box-how-create .des {
  color: #161738;
  font-size: 14px;
  font-weight: 600;
}

.box-heading-img {
  text-align: center;
  margin-bottom: 20px;
}
.box-heading-img img {
  width: 237px;
  height: auto;
  max-width: 100%;
}

.global-box-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 35px 20px;
  margin-bottom: 20px;
  border: 1px dotted rgba(65, 145, 151, 0.6784313725);
  transition: 0.3s;
  box-shadow: 0px 0px 4px 0px rgba(17, 19, 61, 0.12);
}
.global-box-info:hover {
  background-image: linear-gradient(180deg, #ffffff 0%, #f0f8ff 100%);
  box-shadow: 0px 0px 10px 0px rgba(13, 13, 36, 0.36);
}

.arabic-ul {
  list-style: arabic-indic;
  padding-right: 45px;
}
.arabic-ul li {
  font-size: 16px;
  font-weight: bold;
  color: #40415f;
}
.arabic-ul li:not(:last-child) {
  margin-bottom: 3px;
}

.box-statistic-two {
  padding: 20px;
  border-radius: 22px;
  border: 1px dotted #00b898;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  text-align: center;
  transition: 0.3s;
}
.box-statistic-two .icon-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 5px;
  transition: 0.3s;
  background-color: #12486b;
}
.box-statistic-two .icon-holder img {
  height: auto;
  max-width: 100%;
}
.box-statistic-two .icon-holder:hover {
  transform: scale(0.9);
}
.box-statistic-two .num {
  font-size: 46px;
  font-weight: bold;
  color: #12486b;
  margin-bottom: 0;
}
.box-statistic-two .name {
  font-size: 19px;
  font-weight: 400;
  color: #111230;
  margin-bottom: 0;
}
.box-statistic-two:hover {
  box-shadow: 0px 0px 27px 0px rgba(18, 25, 61, 0.28);
}

.form-join {
  width: 100%;
  padding: 20px;
  margin: 0 auto;
}
.form-join .boxes .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
  gap: 15px;
}
.form-join .boxes .box .inp-holder {
  width: 100%;
}
.form-join .boxes .box .inp-holder label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.8;
  color: #0f001a;
}
.form-join .boxes .box .inp-holder label .sm {
  font-size: 12px;
  font-weight: 300;
  line-height: 13px;
  color: rgba(15, 0, 26, 0.7);
}
.form-join .boxes .box .inp-holder .inp {
  width: 100%;
  display: block;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #b4bec8;
  font-size: 14px;
  font-weight: 400;
}
.form-join .boxes .box .inp-holder .inp::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: rgba(135, 135, 135, 0.5);
}
.form-join .boxes .box .inp-holder .inp::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: rgba(135, 135, 135, 0.5);
}
.form-join .boxes .box .btn-sub {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  background-color: #12486b;
}
.form-join .boxes .box .btn-sub:hover {
  background-color: #06967d;
  scale: 1 !important;
}

.swiper-landing {
  height: 546px;
}
.swiper-landing .swiper-wrapper .swiper-slide {
  position: relative;
}
.swiper-landing .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-landing .swiper-wrapper .swiper-slide .intro-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}
.swiper-landing .swiper-wrapper .swiper-slide .intro-text .title {
  margin-bottom: 13px;
  font-size: 40px;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .swiper-landing .swiper-wrapper .swiper-slide .intro-text .title {
    font-size: 25px;
  }
}
.swiper-landing .swiper-wrapper .swiper-slide .intro-text .des {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .swiper-landing .swiper-wrapper .swiper-slide .intro-text .des {
    font-size: 18px;
  }
}
.swiper-landing .btn-directions {
  width: 40px;
  height: 35px;
}
.swiper-landing .btn-directions::after {
  font-size: 30px;
  color: #fff;
}
.swiper-landing .btn-directions.right {
  right: 20px !important;
}
.swiper-landing .btn-directions.left {
  left: 20px !important;
}
@media (max-width: 767.98px) {
  .swiper-landing .btn-directions.right {
    right: 5px !important;
  }
  .swiper-landing .btn-directions.left {
    left: 5px !important;
  }
}
@media (max-width: 575.98px) {
  .swiper-landing .btn-directions {
    display: none;
  }
}
.swiper-landing .swiper-pagination {
  bottom: 5%;
}
.swiper-landing .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 1;
  transition: 0.3s;
}
.swiper-landing .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 9px;
  height: 9px;
  background-color: #12486b;
}

.partners-swiper {
  height: -moz-fit-content;
  height: fit-content;
}

.country-swiper {
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px;
}
@media (max-width: 767.98px) {
  .country-swiper {
    padding: 10px;
  }
}
.country-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .country-box {
  box-shadow: 0 0 10px 0 rgba(17, 71, 107, 0.2);
}

.swiper-advertisements {
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 30px;
}
.swiper-advertisements .btn-directions {
  width: 40px;
  height: 35px;
}
.swiper-advertisements .btn-directions::after {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.swiper-advertisements .btn-directions.right {
  right: 5px !important;
}
.swiper-advertisements .btn-directions.left {
  left: 5px !important;
}
@media (max-width: 575.98px) {
  .swiper-advertisements .btn-directions {
    display: none;
  }
}
.swiper-advertisements .swiper-pagination {
  bottom: 0%;
}
.swiper-advertisements .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #ccc;
  opacity: 1;
  transition: 0.3s;
}
.swiper-advertisements .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 7px;
  height: 7px;
  background-color: #000;
}

.swiper-opinions {
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 30px;
}
.swiper-opinions .btn-directions {
  width: 40px;
  height: 35px;
}
.swiper-opinions .btn-directions::after {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.swiper-opinions .btn-directions.right {
  right: 5px !important;
}
.swiper-opinions .btn-directions.left {
  left: 5px !important;
}
@media (max-width: 575.98px) {
  .swiper-opinions .btn-directions {
    display: none;
  }
}
.swiper-opinions .swiper-pagination {
  bottom: 0%;
}
.swiper-opinions .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #ccc;
  opacity: 1;
  transition: 0.3s;
}
.swiper-opinions .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 7px;
  height: 7px;
  background-color: #000;
}

* {
  box-sizing: border-box;
  padding: 0%;
  margin: 0%;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: "Tajawal", sans-serif;
  font-size: 14px;
  color: #202124;
}

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

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

button {
  border: none;
  outline: none;
}

input:focus,
select,
textarea:focus {
  outline: none;
}

input,
textarea {
  direction: rtl !important;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
input:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
  transition: 0.3s;
}

/* start scrollbar */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track {
  background-color: rgba(246, 246, 246, 0.9647058824);
  box-shadow: 0 0 2px #ddd inset;
}

::-webkit-scrollbar-thumb {
  background-image: linear-gradient(104deg, #337ccf 0%, #191d88 100%);
  border-radius: 50px;
}

/* end scrollbar */
.up-btn {
  position: fixed;
  bottom: 16px;
  right: -50px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-image: linear-gradient(104deg, #337ccf 0%, #191d88 100%);
  z-index: 999;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.4s;
}
.up-btn.show {
  right: 16px;
}
.up-btn::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(187deg, #0cd3b0 0%, #191d88 100%);
  transition: 0.4s;
}
.up-btn:hover::before {
  width: 100%;
}
.up-btn i,
.up-btn svg {
  font-size: 17px;
}

.whatsapp-btn {
  position: fixed;
  left: 1.5%;
  bottom: 3%;
  z-index: 111;
  transition: 0.3s;
}
.whatsapp-btn:hover {
  scale: 0.95;
}

.social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}
.social a {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background-color: #fff;
  color: #12486b;
  transition: transform ease-out 0.3s;
}
.social a:hover {
  transform: scale(0.9);
}
.social.social-contact {
  justify-content: center;
}
.social.social-contact a {
  width: 36px;
  height: 36px;
  font-size: 17px;
  color: #fff;
  background-color: #0147B6;
}

.bar-contact-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.bar-contact-info li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  transition: 0.3s;
}
.bar-contact-info li i, .bar-contact-info li svg {
  color: #2750ae;
  font-size: 25px;
}
.bar-contact-info li .info {
  color: #111342;
  font-size: 30px;
  font-weight: 400;
}
.bar-contact-info li:hover {
  transform: scale(1.03);
}

.about-img {
  width: 100%;
  height: 460px;
}
.about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-img.sm-img {
  height: 366px;
}
.about-img.img-recruitment-contract, .about-img.img-arrival-workers {
  text-align: center;
  height: -moz-fit-content;
  height: fit-content;
}
.about-img.img-recruitment-contract img, .about-img.img-arrival-workers img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}
.about-img.img-recruitment-contract img {
  width: 450px;
}
.about-img.img-arrival-workers img {
  width: 515px;
  height: 341px;
}

.more-about {
  background-color: #f1f6fa;
}

.customer-opinions {
  background-color: #f9fafb;
}

.statistics {
  background-image: linear-gradient(137deg, #337ccf 0%, #191d88 100%);
}

.main-content {
  margin: 50px 0;
}

.landing-page {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 244px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.landing-page .content-land {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-align: center;
}
.landing-page .content-land .title {
  font-size: 32px;
  color: #12486b;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
}
.landing-page .content-land .des {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.landing-page.labor-cost {
  background-image: url("../images/labor-cost.png");
}
.landing-page.join {
  background-image: url("../images/join.png");
}
.landing-page.contact {
  background-image: url("../images/contactus.png");
}
.landing-page.faqs {
  background-image: url("../images/common-questions.png");
}
.landing-page.recruitment-policy {
  background-image: url("../images/recruitment-policy.png");
}
.landing-page.visa {
  background-image: url("../images/visa.png");
}
.landing-page.recruitment-contract {
  background-image: url("../images/recruitment-contract.png");
}
.landing-page.arrival-workers {
  background-image: url("../images/arrivalWorkers.png");
}

.text-info-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  font-size: 21px;
  font-weight: 500;
  line-height: 35px;
  color: #fff;
  background-image: linear-gradient(212deg, #0c8dd3 0%, #191d88 100%);
}

section.profile #profile-slide .splide__pagination {
  display: none;
}
section.profile #profile-slide .splide__arrow--next {
  right: 0 !important;
}
section.profile #profile-slide .splide__arrow--prev {
  left: 0 !important;
}
section.profile #profile-slide .slide-img {
  display: flex;
  align-items: center;
}
section.profile #profile-slide .slide-img .img-slide {
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.profile .btns select {
  min-width: 220px;
}
section.profile .landing-section {
  height: 50vh;
  position: relative;
}
section.profile .landing-section::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fafafa;
}
section.profile .landing-section .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.profile .box {
  position: relative;
  z-index: 1000;
  margin-bottom: 3rem;
  margin-top: -3rem;
  border-radius: 9px;
  filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.16));
  background-color: #ffffff;
  padding: 2em 3rem;
}
section.profile .box .img-user {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: -95px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
section.profile .box .country-user {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
section.profile .box .header-box {
  background-image: linear-gradient(180deg, #236272 0%, #033b4a 100%);
  color: white;
  font-size: 18px;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding: 0.6rem;
  text-align: center;
}
section.profile .box .content-box {
  row-gap: 5px;
}
section.profile .box .content-box .content {
  padding: 8px;
  background-image: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
  border: 1px solid #e5e8eb;
  font-size: 15px;
  color: #1e505d;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}
section.profile .box .content-box .content .icon {
  font-size: 10px;
}
section.profile .box .info {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 19px;
  background-color: #f9fafb;
  padding: 5px 10px;
}
section.profile .box .info .icon {
  background-color: #1e505d;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 35px;
  font-size: 16px;
  height: 35px;
}
section.profile .box.box-small {
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px;
}
section.profile .box.box-small .img-user {
  width: 70px;
  height: 70px;
  margin-top: 0;
}
section.profile .box.box-small .country-user {
  width: 40px;
  height: 40px;
}
section.profile .box.box-small .header-box {
  background-image: linear-gradient(180deg, #236272 0%, #033b4a 100%);
  color: white;
  font-size: 13.5px;
  margin-top: 0rem;
  margin-bottom: 0.5rem;
  padding: 0.2rem;
  text-align: center;
}
section.profile .box.box-small .content-box {
  row-gap: 3px;
}
section.profile .box.box-small .content-box .content {
  padding: 3px;
  background-image: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
  border: 1px solid #e5e8eb;
  font-size: 11px;
  color: #1e505d;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 5px;
}
section.profile .box.box-small .content-box .content .icon {
  font-size: 5px;
}
section.profile .box.box-small .info {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  background-color: #f9fafb;
  padding: 3px 10px;
}
section.profile .box.box-small .info .icon {
  background-color: #1e505d;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 27px;
  font-size: 13px;
  height: 27px;
}

.accordion-faqs .accordion-item .accordion-header .accordion-button {
  padding: 10px;
  border-radius: 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-image: linear-gradient(204deg, #337ccf 0%, #191d88 100%);
}
.accordion-faqs .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.accordion-faqs .accordion-item .accordion-header .accordion-button::after {
  background-image: url("../images/icons/faq-bottom-arrow.png");
  background-size: 20px;
  transform: none;
}
.accordion-faqs .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
  background-image: linear-gradient(165deg, #191d88 0%, #2cb455 100%);
}
.accordion-faqs .accordion-item .accordion-header .accordion-button[aria-expanded=true]::after {
  background-image: url("../images/icons/faq-top-arrow.png");
}

.main-table {
  background-color: #eae9e9;
  border-radius: 20px;
}
.main-table thead tr th {
  text-align: center;
  border-top: 0;
  padding: 10px;
  font-weight: 700;
  font-size: 15px;
  vertical-align: middle;
  color: #3c4254;
  opacity: 0.75;
}
.main-table thead tr th:first-child {
  border-right: 0;
}
.main-table thead tr th:last-child {
  border-left: 0;
}
.main-table tbody tr {
  background-color: #f2f2f2;
}
.main-table tbody tr:nth-of-type(2n) {
  background-color: #eae9e9 !important;
}
.main-table tbody tr td {
  border-bottom: 0;
  padding: 8px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #3c4254;
  opacity: 0.75;
}
.main-table tbody tr td:first-child {
  border-right: 0;
}
.main-table tbody tr td:last-child {
  border-left: 0;
}

.invoice-content {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  padding: 16px;
}
.invoice-content .status-invoice {
  position: absolute;
  top: 0%;
  font-size: 11px !important;
  right: 0%;
  background-color: #dd564b;
  border-top: 2px solid #ad5449;
  border-bottom: 2px solid #ad5449;
  color: white;
  padding: 4px 15px;
  width: 176px;
  text-align: center;
  transform: rotate(37deg) translate(47px, -13px);
}
.invoice-content .status-invoice.paid {
  background-color: #51ad49 !important;
  border-color: #17c666;
}
.invoice-content .title {
  position: absolute;
  top: -12px;
  right: 15px;
  padding: 0 10px;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
  background-color: #fdfdfd;
  z-index: 111;
}
.invoice-content.none-over {
  overflow: initial !important;
}

.invoice-table thead {
  background-color: #f2f2f2;
}
.invoice-table thead tr th {
  text-align: center;
  font-size: 14px;
}
.invoice-table tbody {
  border-top: none !important;
}
.invoice-table tbody tr {
  background-color: #f2f2f2;
}
.invoice-table tbody tr td {
  text-align: center;
  font-size: 13px;
}
.invoice-table tbody tr:nth-of-type(2n) {
  background-color: #eae9e9;
}

.site-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 111;
  width: 100%;
  transition: 0.3s;
}
.site-header.active {
  transform: translateY(-15px);
  padding-top: 15px;
}
.site-header .top-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 45px;
  background-image: linear-gradient(141deg, #191d88 0%, #337ccf 100%);
}
@media (max-width: 767.98px) {
  .site-header .top-nav {
    padding: 7px 0px;
  }
}
.site-header .top-nav .nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 415px) {
  .site-header .top-nav .nav-content {
    justify-content: center;
  }
}
.site-header .top-nav .nav-content .holder-nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
}
@media (max-width: 767.98px) {
  .site-header .top-nav .nav-content .holder-nav-list ul:first-of-type {
    display: none;
  }
}
.site-header .top-nav .nav-content .nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.site-header .top-nav .nav-content .nav-list .item .link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  transition: transform ease-out 0.3s;
  background-color: transparent;
}
.site-header .top-nav .nav-content .nav-list .item .link .icon {
  color: #fff;
  font-size: 14px;
}
.site-header .top-nav .nav-content .nav-list .item .link:hover {
  transform: scale(1.04);
}
.site-header .bottom-nav {
  position: relative;
  z-index: 111;
  background-color: #fff;
  filter: drop-shadow(0px 1px 4.5px rgba(18, 72, 107, 0.13));
}
.site-header .bottom-nav h1 .navbar-brand {
  margin-left: 0%;
}
.site-header .bottom-nav h1 .navbar-brand img {
  width: 185px;
  max-width: 100%;
  height: auto;
  transition: transform ease-out 0.3s;
}
.site-header .bottom-nav h1 .navbar-brand img:hover {
  transform: scale(0.9);
}
.site-header .bottom-nav .navbar-toggler {
  padding: 0;
  border: 0px;
}
.site-header .bottom-nav .navbar-toggler:focus {
  box-shadow: none;
}
.site-header .bottom-nav .navbar-toggler i,
.site-header .bottom-nav .navbar-toggler svg {
  font-size: 31px;
}
.site-header .bottom-nav .navbar-collapse .navbar-nav {
  flex: 1;
  justify-content: center;
}
.site-header .bottom-nav .navbar-collapse .navbar-nav .nav-item .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 13px 10px;
  font-size: 16px;
  font-weight: 500;
  color: #12486b;
}
.site-header .bottom-nav .navbar-collapse .navbar-nav .nav-item .nav-link .arrow {
  transform: translateY(3px);
  font-size: 13px;
  transition: 0.3s;
}
.site-header .bottom-nav .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: #337CCF;
}
.site-header .bottom-nav .navbar-collapse .navbar-nav .nav-item .nav-link.active::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  transform: scale(0.8);
  background-color: #337CCF;
}
@media (max-width: 767.98px) {
  .site-header .bottom-nav .navbar-collapse .navbar-nav .nav-item .nav-link.active::after {
    transform: scale(1);
  }
}
.site-header .bottom-nav .navbar-collapse .navbar-nav .nav-item .nav-link.active::before {
  content: none;
}
.site-header .bottom-nav .navbar-collapse .navbar-nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  transition: 0.3s;
  transform: scale(0);
  background-color: #12486b;
}
.site-header .bottom-nav .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #337CCF;
}
.site-header .bottom-nav .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
  background-color: #337CCF;
  transform: scale(0.8);
}
@media (max-width: 767.98px) {
  .site-header .bottom-nav .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
    transform: scale(1);
  }
}
.site-header .bottom-nav .navbar-collapse .navbar-nav .nav-item.dropdown .nav-link[aria-expanded=true] .arrow {
  transform: rotate(180deg);
}

.site-footer {
  background-image: linear-gradient(154deg, #337ccf 0%, #191d88 100%);
}
.site-footer .top-footer {
  color: #fff;
}
.site-footer .top-footer .site-info {
  width: 100%;
}
.site-footer .top-footer .site-info .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.site-footer .top-footer .site-info .info {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  transition: transform ease-out 0.3s;
}
.site-footer .top-footer .site-info .info:not(:last-child) {
  margin-bottom: 10px;
}
.site-footer .top-footer .site-info .info i,
.site-footer .top-footer .site-info .info svg {
  font-size: 14px;
  margin-right: 5px;
  color: #fff;
}
.site-footer .top-footer .site-info .info:hover {
  transform: scale(1.06);
}
.site-footer .top-footer .site-info .lists-hold {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5px;
}
.site-footer .top-footer .site-info .lists-hold .list-links .item .link {
  padding: 8px 16px;
  transition: 0.4s;
  color: #fff;
  display: block;
  font-size: 16px;
  transition: transform ease-out 0.3s;
}
.site-footer .top-footer .site-info .lists-hold .list-links .item .link:hover {
  transform: scale(1.06);
}
.site-footer .bottom-footer {
  background-color: #234697;
  padding: 15px 0px;
}
.site-footer .bottom-footer .logo-holder {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 7px;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  margin-bottom: 0.6rem;
}
.site-footer .bottom-footer .logo-holder .logo {
  width: 35px;
  height: auto;
}

.login_page {
  min-height: 100vh;
  background-color: white;
  display: flex;
  flex-wrap: wrap;
}
.login_page * {
  font-family: "Cairo", sans-serif !important;
}
.login_page .box-col {
  width: 50%;
  padding: 88px;
}
.login_page .box-col.box-bg {
  position: relative;
  z-index: 1;
  color: white;
  position: relative;
  z-index: 1;
}
.login_page .box-col.box-bg::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
  bottom: 0;
  right: 0;
  background-color: rgba(18, 72, 107, 0.7);
}
.login_page .box-col.box-bg .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  -o-object-fit: cover;
     object-fit: cover;
}
.login_page .box-col.box-bg .logo-bg {
  width: 220px;
  height: auto;
  z-index: 99;
}
.login_page .box-col.box-bg .text-bg .title {
  font-weight: 700;
  font-size: 45px;
  line-height: 70px;
}
.login_page .box-col.box-bg .text-bg .p {
  font-weight: 500;
  font-size: 30px;
  line-height: 75px;
}
.login_page .box-col.box-bg .text-bg-2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 45px;
}
@media (max-width: 1199.98px) {
  .login_page .box-col {
    width: 100%;
    padding: 12px;
  }
  .login_page .box-col .title {
    text-align: center;
  }
}
.login_page .box-col .form_content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  border: 1px solid #efefef;
  border-radius: 14px;
  gap: 20px;
}
.login_page .box-col .form_content .logo-form {
  width: 90px;
  height: auto;
}
.login_page .box-col .form_content .header_title .title {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 4px;
}
.login_page .box-col .form_content .header_title .text {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #737373;
}
.login_page .box-col .form_content .label {
  font-size: 16px;
  margin-bottom: 10px;
}
.login_page .box-col .form_content .group-inp {
  display: flex;
  align-items: center;
  border: 1px solid #cecece;
  border-radius: 8px;
  font-size: 14px;
  overflow: hidden;
  padding: 0 0 0 1rem;
}
.login_page .box-col .form_content .group-inp .inp,
.login_page .box-col .form_content .group-inp select {
  flex: 1;
  padding: 0.6rem 1rem 0.6rem 0 !important;
  border: 0 !important;
  direction: rtl !important;
  box-shadow: none !important;
  outline: 0 !important;
}
.login_page .box-col .form_content .group-inp .box {
  padding-right: 1rem;
}
.login_page .box-col .form_content .group-inp .box.box-btn {
  cursor: pointer;
}
.login_page .box-col .form_content .group-inp .box .icon {
  width: 24px;
  width: 100%;
  height: auto;
}
.login_page .box-col .form_content .reseat {
  font-size: 14px;
  color: #2e5789;
}
.login_page .box-col .form_content .sub_btn {
  background: #2e5789;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45.19px;
  font-size: 16px;
  border-radius: 8px;
}
.login_page .box-col .form_content .sub_btn:hover {
  background-color: #25456d;
}/*# sourceMappingURL=main.css.map */