@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

@font-face {
  font-display: swap;
  font-family: "Emirates SL";
  src: url("../font/emirates_sl-webfont.woff2") format("woff2"),
    url("../font/emirates_sl-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: "Emirates SB";
  src: url("../font/emirates_sb-webfont.woff2") format("woff2"),
    url("../font/emirates_sb-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: "Emirates SM";
  src: url("../font/emirates_sm-webfont.woff2") format("woff2"),
    url("../font/emirates_sm-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

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

:root {
  --vietnam: "Open Sans", sans-serif;
  --open-sans: "Open Sans", sans-serif;
  --red: #e01f25;
  --white: #fff;
  --gray: #4d4d4d;
  --beige: #f9eed5;
  --dark-beige: #f8ebd3;
  --green: #3cab900f;
}

html,
body {
  background: #fff;
  overflow-x: hidden;
  font-family: "Emirates SL", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
b,
strong,
label,
ul,
li,
a {
  margin-bottom: 0;
  text-decoration: none;
  color: var(--black);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--open-sans);
}

p,
span,
ul,
li,
label,
span {
  font-family: var(--poppins);
}
/* all */
.padding_70 {
  padding: 70px 0px;
}
.text_red {
  color: var(--red);
  font-family: emirates_sbemirates_sm;
}
.bg_red {
  background: var(--red);
  color: #fff;
}
.bg_beige {
  background: #111d15;
  color: #fff;
}
.red_btn {
  border-radius: 0;
  width: max-content;
  padding: 9px 20px;
  background: transparent;
  color: var(--red);
  font-size: 14px;
  line-height: 20px;
  border: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--inter);
  border-radius: 30px;
  gap: 10px;
  border: 1px solid var(--red);
}

h2.heading {
  font-size: 46px;
  font-family: emirates_sbemirates_sb;
  font-weight: 600;
  line-height: 58px;
}
p.descp {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  font-family: var(--open-sans);
}
p.descrp {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  font-family: var(--open-sans);
}
p.bold_descrp {
  font-weight: 600;
  color: #111d15;
}
/* header */

header.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

img.logo_img {
  max-width: 150px;
  width: 100%;
}

.navbar-nav {
  position: relative;
  padding: 0 20px;
}

.navbar-nav:before {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: skew(-35deg, 0deg);
}

.navbar-expand-lg .navbar-nav .nav-item {
  position: relative;
}

.navbar-nav li.active .nav-link {
  color: var(--red);
}

.header .nav-link {
  font-size: 16px;
  font-weight: 400;
  padding: 8px 10px;
  font-family: var(--open-sans);
  text-transform: uppercase;
}
.header .navbar-nav .nav-link:hover,
.header .navbar-nav .nav-link.active {
  color: var(--red);
  font-weight: 400;
  width: max-content;
  transition: 0.3s ease;
  border-bottom: 1px solid var(--red);
}
/* banner_Section */
h1.banner_heading {
  font-size: 52px;
  font-family: emirates_sbemirates_sb;
  text-align: left;
  line-height: 70px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.15);
}
.banner_btns {
  display: flex;
  align-items: center;
  gap: 30px;
}
.carousel-caption {
  right: 33%;
  left: 0%;
  max-width: 61%;
  width: 100%;
  top: 0%;
  bottom: 0px;
  text-align: left;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #000;
  background: rgba(255, 255, 255, 0.7);
  clip-path: polygon(0 0, 60% 0, 100% 100%, 0% 100%);
}
.banner_info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 53%;
  padding-left: 20px;
}
/* about */
.trusted_item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f5f4f4;
  margin-bottom: 20px;
  padding: 6px;
}
.trusted_item .link_icon i {
  font-size: 17px;
  padding: 1px;
}
.left_trusted_sec {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
/* services */
.service_info {
  border-bottom: 1px solid #83a790;
  padding: 24px 0px;
}
h3.sub_heading {
  font-size: 24px;
  font-family: var(--open-sans);
  font-weight: 600;
  line-height: 38px;
}
.service_work {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding-top: 15px;
}
.service_work .white_btn:hover {
  color: var(--red);
  border: none;
}
/* .service_box .item {
  display: flex;
  height: 550px;
  padding: 15px 10px;
  justify-content: center;
} */
/* trusted manpower */
.manpower_image {
  display: flex;
  justify-content: flex-end;
}
.manpower_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
.mission .manpower_content {
  align-items: center;
}

/* vision */
.vision .manpower_image {
  justify-content: flex-start;
}
/* nav arrows */
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  color: #fff;
  background: var(--red);
  border-radius: 0%;
  padding: 7px 10px !important;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  top: 40%;
}
.owl-nav .owl-next {
  position: absolute;
  top: 6%;
  right: -1px;
}
.owl-nav .owl-prev {
  position: absolute;
  top: 6%;
  right: 50px;
}
/* footer */
.footer_box ul {
  padding: 0px;
  list-style: none;
}
.footer_box h5 {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  gap: 5px;
  font-family: Emirates SL;
  padding-bottom: 20px;
}
.footer_box a {
  font-size: 15px;
}
.footer_box li {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #dcdcdc;
}
.footer_box span {
  display: flex;
  gap: 10px;
}
.fotter_combo {
  display: flex;
  justify-content: space-between;
}
.copyright {
  padding: 10px;
  text-align: left;
}
.footer_cntnt {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
}
.interior_cntnt p {
  font-size: 16px;
  width: 66%;
  font-family: var(--open-sans);
}
.link_content h5 {
  padding-bottom: 0px;
}
.link_box {
  display: flex;
  align-items: center;
  gap: 5px;
}
.link_work {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.link_icon i {
  font-size: 21px;
  padding: 14px;
  display: flex;
  color: var(--red);
  align-items: center;
  justify-content: center;
}
.right_trusted_sec {
  position: relative;
}
.right_trusted_sec {
  content: "";
  width: 50%;
  height: 430px;
  background-image: url("../images/about_sideimage.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  position: absolute;
  right: 0px;
  top: 5%;
  align-items: flex-start;
  justify-content: center;
}
.card:hover .service_image img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.card:hover .card-body {
  padding: 10px;
}
.service_box .card:hover .card-body {
  padding: 10px;
  box-shadow: 0 0 100px #f5f5f5;
}
.blog_box .card:hover {
  /* clip-path: polygon(
    20% 0%,
    100% 0,
    100% 20%,
    100% 80%,
    80% 100%,
    20% 100%,
    0 100%,
    0 0
  ); */
  transition: 0.3s ease;
  transform: scale(1);
  background: #ea3131;
  color: #ffff !important;
  border-radius: 20px;
}
.blog_box .card:hover p.descrp,
.blog_box .card:hover h3.sub_heading {
  color: #fff !important;
}
.blog_box .card:hover .white_btn:hover {
  color: var(--red);
  background: #fff;
}
.service_box .white_btn:hover {
  color: #fff;
  border: none;
  background: var(--red);
}
.card-body {
  padding: 20px;
}
.card {
  border-radius: 20px;
  border: none;
}
.service_box .card-body {
  padding: 10px;
}
.service_box .card:hover {
  box-shadow: 0 0 5px #dcdcdc;
  transition: 0.3s ease;
  border: 1px solid var(--red);
}
/* about */
img.service_img {
  clip-path: polygon(0 0, 100% 0, 83% 100%, 0% 100%);
  height: 500px;
  object-fit: cover;
}
.vision_box {
  background: #f0f0f0;
}
.section-title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 6px;
  color: #000;
  position: relative;
  display: inline-block;
  padding-left: 100px; /* space for line */
}

.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 78px; /* line length */
  height: 2px; /* line thickness */
  background-color: red;
}
.margin_70 {
  margin: 70px 0px;
}
.manpower_image {
  clip-path: polygon(36% 0, 100% 0, 100% 100%, 0% 100%);
  height: 100%;
  width: 52%;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 0;
  top: 18px;
  bottom: 18px;
}
.power_image {
  clip-path: polygon(0 0, 100% 0, 69% 100%, 0% 100%);
  height: 100%;
  width: 48%;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.csr_image {
  background-image: url("../images/csr.webp");
}
.vision_img {
  background-image: url("../images/mission_again.jpg");
}
.vision_images {
  background-image: url("../images/Vision.webp");
}
.values_images {
  background-image: url("../images/about_value.webp");
}
.mission_image {
  background-image: url("../images/Mission.webp");
}
.staff_about_img {
  background-image: url("../images/staff_about.webp");
}
.staff_Approach {
  background-image: url("../images/staffapproach.webp");
}
.staff_facilities {
  background-image: url("../images/staffFacilities.webp");
}
.staff_deliver {
  background-image: url("../images/staff_deliver.webp");
}
.payroll_about {
  background-image: url("../images/payroll_about.webp");
}
.payroll_facility {
  background-image: url("../images/payroll_facility.webp");
}
.payroll_Deliver {
  background-image: url("../images/payroll_deliver.webp");
}
.visa_About {
  background-image: url("../images/visa_about.webp");
}
.visa_facility {
  background-image: url("../images/visa_facilities.webp");
}
.visa_Deliver {
  background-image: url("../images/visa_Deliver.webp");
}
.temporary_about {
  background-image: url("../images/temporary_About.webp");
}
.temporary_facilities {
  background-image: url("../images/temporary_facility.webp");
}
.temporary_deliver {
  background-image: url("../images/temporary_deliver.webp");
}
.temporary {
  background-image: url("../images/temporary_approach.webp");
}
.payroll {
  background-image: url("../images/payroll_Approach.webp");
}
.visa {
  background-image: url("../images/visa_Approach.webp");
}
.compilance {
  background-image: url("../images/compilance_Approach.webp");
}
.compilance_facility {
  background-image: url("../images/compilance_facility.webp");
}
.hr_About {
  background-image: url("../images/hr_about.webp");
}
.hr_approach {
  background-image: url("../images/hr_Approach.webp");
}
.hr_facility {
  background-image: url("../images/hr_facility.webp");
}

.service_section {
  position: relative;
  overflow: hidden;
}
.manpower_content p.descrp {
  width: 66%;
}
/*  */
.social_links {
  background: var(--red);
  color: #fff;
  display: flex;
  align-items: center;
}
.social_links a {
  font-size: 20px;
  padding: 0px 15px;
}
/*  */
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

.carousel-control-prev i,
.carousel-control-next i {
  color: white; /* Arrow ka color */
  background: rgba(0, 0, 0, 0.4); /* Background behind arrow */
  padding: 10px;
  border-radius: 50%;
  transition: 0.3s ease;
}

.carousel-control-prev i:hover,
.carousel-control-next i:hover {
  background: rgba(255, 0, 0, 0.6); /* Hover pe red background */
  color: #fff;
}
/*  */
.service_sub_box {
  text-align: center;
  padding: 30px 15px;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
  min-height: 176px;
}

.service_sub_box i {
  font-size: 2rem;
  color: #333;
  margin-bottom: 10px;
}

.service_sub_box p {
  font-weight: 500;
  margin: 0;
}

.service_sub_box:hover {
  cursor: pointer;
}
.service_sub_box i {
  font-size: 29px;
}
.service_sub_box:hover i {
  color: red;
}

.border-bottom {
  position: relative;
  display: inline-block;
}

.border-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px; /* neeche thoda gap */
  width: 0px; /* pehle hidden */
  transform: translateX(-50%);
  height: 2px;
  background-color: red;
  align-items: center;
  transition: width 0.3s ease; /* smooth animation */
}

.service_sub_box:hover .border-bottom::after {
  width: 100px;
}
.service_icon_one i {
  font-size: 21px;
}
.service_icon_one {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.response_icon i {
  color: var(--red);
}
/*  */
.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--red) !important;
  background: #f0f0f0 !important;
}
.dropdown-item {
  text-transform: uppercase;
  padding-bottom: 20px;
}
.check i {
  color: var(--red);
  font-size: 19px;
}
.left_section_content {
  position: relative;
  left: 10%;
}
.map_area {
  position: relative;
  width: 100%;
  height: 500px; /* jitna height chahiye background map ka */
  overflow: hidden;
}

.map_area iframe {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.map_area img.service_img {
  position: relative;
  z-index: 1; /* map ke upar ka content */
  text-align: center;
  color: #fff; /* content visible rahe */
}
.contact_area .manpower_content p.descrp {
  width: 100%;
}
.contact_area img.logo_img {
  max-width: 200px;
  width: 100%;
}
.contact_form_sec {
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0% 100%);
  background: #f0f0f0;
}
.contact_form_sec .white_btn.red_btn {
  border-radius: 0px;
  background: #343a40;
  color: #fff;
  border-color: #343a40;
  font-size: 16px;
  padding: 15px 46px;
}
/*  */
/* team */
.team-one__img {
  position: relative;
  display: block;
  z-index: 2;
  overflow: hidden;
}
.team-one__img {
  max-height: 418px;
  border-radius: 0px;
  background: rgba(108, 106, 126, 0.5);
}
.team-one__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #e01f259e;
  transform: translateY(100%);
  transition: all 500ms ease;
  z-index: 1;
}
.team-one__hover-content {
  position: absolute;
  top: 42%;
  left: 15px;
  width: 100%;
  text-align: center;
  color: #fff;
  transition: all 900ms ease;
  opacity: 0;
  z-index: 2;
}
.team-one__bottom {
  position: absolute;
  bottom: 6px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  transition: all 500ms ease;
  width: 100%;
  padding: 0 10px;
}
.team-one__social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.team-one__single {
  position: relative;
  display: block;
}
.elementor img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.team-one__single:hover .team-one__img:before {
  transform: translateY(0);
}
.team-one__single:hover .team-one__hover-content {
  transform: translateX(0%);
  opacity: 1;
}
p.team-one__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}
.contact_form_sec .form-control {
  font-size: 16px;
  color: #000;
  background-color: transparent;
  border: none;
  height: 58px;
  border-bottom: 1px solid #aaa;
  border-radius: 0px;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: transparent;
  border-color: none;
  outline: 0;
  box-shadow: none;
}
/*  */
.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  padding: 20px 0;
  position: relative;
}

.marquee-track {
  display: inline-flex;
  animation: marquee 10s linear infinite;
}

.team-one__single {
  flex: 0 0 auto;
}

.team-one__img img {
  height: 300px; /* Adjust as needed */
  transition: all 0.3s ease-in-out;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* support */
.support_box {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.support_box p.descrp {
  width: 100%;
}
.support_points h3.sub_heading {
  font-size: 16px;
}
.support_terms p.descrp {
  width: 100%;
}
.supports .manpower_content p.descrp {
  width: 100%;
}
