/* Google Fonts - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #efefef;
}
.container {
  max-width: 1400px;
  width: 100%;
  padding: 35px 0;
} */
* {
  --bs-primary-rgb: 196, 160, 102 !important;
  --bs-primary: #c4a066;
  --swiper-theme-color: #c4a066;
  --bs-body-color:#17244c;
  --bs-light-rgb: rgba(251,252,255) !important;
  --bs-bg-opacity: 1 !important;


  /* --bs-primary-rgb: 23, 36, 76 !important;
  --bs-primary: #17244c;
  --swiper-theme-color: #17244c;
  --bs-body-color:#c4a066;  */
}
#style-switcher {
  background-color: #fff;
}
h6 {
  color: #000 !important;
}

.slide-container {
  margin: 0 20px;
  overflow: hidden;
  height: 15vh;
}
.slide-container-home {
    /* margin: 0 20px; */
    overflow: hidden;
    border-radius: 20px;
  }
.slide-container-services {
    margin: 0 20px;
  overflow: hidden;
  height: 25vh;
}
.images-parteners {
    width: 200px;
    height: 200px;
    object-fit: contain;
}
.slide-container2 {
    margin: 0 20px;
    overflow: hidden;
    height: 30vh !important;
  }
.card {
  background: #fff;
  border-radius: 20px;
  /* height: 190px !important; */

}
.card-home {
    border-radius: 20px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    /* height: 190px !important; */

  }
.card-partners {
  background: transparent;
  border: none;
}
.image-box-home {
  height: 192px;
  border-radius: 20px 20px 0 0;
  background-image: linear-gradient(to left, #randomColor1, #randomColor2);
      /* margin: 5px; */
      opacity: .75;
}
/* .card span {
    background-image: linear-gradient(to left, #randomColor1, #randomColor2);
      margin: 5px;
      opacity: .8;
  } */
.card .bg-box {
  background-color: #c4a066a1;
}
.card .image-box img {
    position: absolute;
    top: -12px;
    width: 100%;
    height: 64%;
    border-radius: 20px 20px 0 0;
    z-index: -1;
}
/* .card .image-box span {
  border-radius: 8px;
  background-color: #ffffff7d;
  padding: 20px 10px 20px 10px;

} */
.card .image-box span h6 {
    position: relative;
    top: 9px;
    border-radius: 8px;
    background-color: #ffffff7d;
    color: #fff !important;
    /* padding: 20px 10px 20px 10px; */
    margin: 7px;
    height: 105px;
    text-align: center !important;
    align-items: center;
    display: flex;
    justify-content: center;

  }
.cardGallery {
  /* background: #fff; */
  border-radius: 8px;
  margin: 0;
}
.cardGallery .image-box {
  width: 100px !important;
  height: 100px !important;
}
.cardGallery .image-box img {
  width: 96px !important;
  height: 96px !important;
  /* border-radius: 8px 8px 0 0; */
  transform: rotate(90deg);
}
.cardGalleryM {
  /* background: #fff; */
  border-radius: 8px;
  margin: 0;
}
.cardGalleryM .image-box {
  width: 100% !important;
  height: 100% !important;
}
.cardGalleryM .image-box img {
  width: 96px !important;
  height: 96px !important;
  /* border-radius: 8px 8px 0 0; */
}
.about-testimonial-menu.nav-pills .nav-link img {
  max-width: 96px !important;
}
.card .profile-details {
  display: flex;
  align-items: center;
  column-gap: 73px;
  padding: 15px;
  /* box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2); */
}
.card .profile-details img {
  height: 85px;
  width: 85px;
  object-fit: cover;
  border-radius: 15%;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}
.card .profile-details .divname img {
  height: 20px;
  width: 20px;
  border-radius: 50%;
}
.card .profile-details .divjob img {
  height: 20px;
  width: 20px;
  border-radius: 50%;

}
.profile-details .name {
  font-size: 16px;
  font-weight: 500;
  color: var(--bs-primary);
  /* padding-right: 10px;
  padding-left: 10px; */
  margin: auto;
  padding: 2px;
  line-height: 12px;
}
.profile-details .divname {
  display: flex;
}
.profile-details .divjob {
  display: flex;
}
.profile-details .job {
  font-size: 12px;
  font-weight: 500;
  color: #4d4d4d;
  /* padding-right: 7px;
  padding-left: 7px; */
  margin: auto;
}
.profile-details .state{
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  /* color: #fff; */
  /* background-color: var(--bs-primary); */
    border-radius: 7px;
    padding: 3px;
    margin-top: 10px;
}


.swiper-navBtn {
  color: #27aaaa;
  height: 70px;
  width: 70px;
  transform: translateY(-40%);
  /* background: #fff; */
  border-radius: 50%;
}
.slide-container-home .swiper-navBtnH {
    color: #27aaaa;
    height: 70px;
    width: 70px;
    transform: translateY(-40%);
    /* background: #fff; */
    border-radius: 50%;
  }
.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 30px;
}
.swiper-button-next {
  right: -8px !important;
}
.swiper-button-prev {
  left: -8px !important;
}

.slider-all-services .swiper-navBtn::before,
.slider-all-services .swiper-navBtn::after {
  font-size: 30px;
}
.slider-all-services .swiper-button-next {
  right: 0px !important;
}
.slider-all-services .swiper-button-prev {
  left: 0px !important;
}
.swiper-navBtnM {
  color: var(--bs-primary);
  height: 30px !important;
  width: 30px !important;
  transform: translateY(-40%);
  /* background: #fff; */
  border-radius: 50%;

}
.swiper-navBtnM::before,
.swiper-navBtnM::after {
  font-size: 20px !important;
}

.swiper-navBtnH {
  color: #fff !important;
  height: 40px !important;
  width: 40px !important;
  transform: translateY(-40%);
  /* background: #fff; */
  border-radius: 50%;

}
/* .swiper-navBtnH:hover {
  color: #fff;
  height: 40px !important;
  width: 40px !important;
  transform: translateY(-40%);
  background-color: var(--bs-primary);
  border-radius: 50%;

} */
.swiper-navBtnH::before,
.swiper-navBtnH::after {
  font-size: 40px !important;
}
.swiper-pagination-bullet {
  background-color: var(--bs-primary);
}

@media screen and (max-width: 768px) {
  .swiper-navBtn {
    display: none;
  }
}
.home-img {
  /* -webkit-mask-image: linear-gradient(to bottom, #000, black 92%, transparent);
  -webkit-mask-image: linear-gradient(to top, #000, black 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, #000, black 92%, transparent);
  -webkit-mask-image: linear-gradient(to left, #000, black 92%, transparent); */
  /* width: 100%; */
}

.section .container .services_zindex {
  z-index: 99;
}
.section .container .about-testi-bg-overlay {
  height: 96px !important;
  width: 96px !important;
}
.section .container .Mobile {
  display: none;
}
.section .container .Mobile-jobs {
  display: none;
}


nav ul {
  justify-content: center;
}
.paginations-jobs nav ul {
  justify-content: center;
  margin-top: 40px;
}
.mt-icon-jobs {
  margin-top: -5px;
}

.togglePassword{
  margin-left: 320px;
  margin-top: -27px;
  cursor: pointer;
}
.about-tab-content .tab-pane{
  height: fit-content;
}
.spanJobsM {
  padding: 2px 7px 2px 7px;
}
.massege-filter-result {
  margin-top: 20px;
  font-size: 30px;
    text-align: center;
    /* background-color: #c4a066b5; */
    color: #ada2a3bd;
    border: #fff;
    border-radius: 10px;
    padding: 10px;
}
.job-details-compnay-profile-cover {
  width: 734px;
  height: 233px;
  background-color: #c4a066c4;
  text-align: center;
}
.job-details-compnay-profile-cover img {
  width: 300px;
  text-align: center;
  margin-top: 60px;
}
.contact-locate-m p {
  color: #74788d;
  margin-left: 19px;
  margin-right: 19px;
  margin-top: 5px;
}
.navbar {
  margin-top: 36px;
}
.profile-item a>img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.Desktop-jobs .p-deadline {
  margin-right: 5px;
  margin-left: 5px;
}
.Desktop-jobs .row .top-jobs {
  top: 15px;
}
.Mobile-jobs .p-deadline {
  margin-right: 5px;
  margin-left: 5px;
}
.clearIcon-home path {
  fill: #fff !important;
}

/* slider style */

  .switch input {
    display: none;
  }

  .switch-cover {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
  }

  .switch-cover:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
  }

  input:checked + .switch-cover {
    background-color: var(--bs-primary);
  }

  input:checked + .switch-cover:before {
    transform: translateX(26px);
  }



@media (max-width: 767px){
  .navbar {
    margin-top: 65px;
    height: 65px;
  }
  .top-bar {
    display: block;
    }
  .hTop-bar-locationSec {
      text-align: center !important;
  }
  .navbar-collapse {
    top: 65px;
  }
  .section .container .Desktop {
  display: none;
  }
  .section .container .Mobile {
    display: block;
  }
  .cardGalleryM .image-box img {
    width: 100% !important;
    height: 100% !important;
    /* border-radius: 8px 8px 0 0; */
  }
  .cardGalleryM .cardGalleryBody {
   width: 250px;
   height: 250px;
  }
  .cardGalleryM .image-box {
    padding: 0;
  }
  /* .navbar .container-fluid img {
    height: 30px;
  } */
  .profile-item a>img {
    /* margin-top: 17px; */
    width: 40px;
    height: 40px;
    object-fit: contain;
  }
  .section .form-contactUs {
    margin-left: 10px;
    margin-right: 10px;
  }
  .togglePassword{
    margin-left: 554px;
    margin-top: -27px;
   cursor: pointer;
   }
}
.uil-moon:before {
  position: relative;
  top: 10px;
}
.uil-clock-three:before {
  position: relative;
  top: 4px;
}
.home-img {
    width: 380px;
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    width: 15% !important;
}
.bg-home2 {
    padding: 198px 0 105px 0;
    background-color: rgba(var(--bs-primary-rgb),.1);
    overflow-x: clip;
}
.list-inline-item {
    margin-right: 0.5rem !important;
}









@media (max-width: 556px){
  .section .container .Desktop-jobs {
  display: none;
  }
  .section .container .Mobile-jobs {
    display: block;
  }
  .slide-container-home {
    margin: 0 20px;

  }
  .slider-all-services .swiper-button-next {
    right: 20px !important;
  }
  .slider-all-services .swiper-button-prev {
    left: 20px !important;
  }
  .card .profile-details {
    column-gap: 100px;
  }

}
@media (max-width: 970px){
  .togglePassword{
    margin-left: 555px;
    margin-top: -27px;
   cursor: pointer;
   }
   .made-by, .copy-for {
    justify-content: center;
}
.copy-right {
    position: relative !important;
}
  }

@media (max-width: 438px){
.togglePassword{
  margin-left: 210px;
  margin-top: -27px;
 cursor: pointer;
 }
}

@media (max-width: 320px){
  .togglePassword{
    margin-left: 178px;
    margin-top: -27px;
   cursor: pointer;
   }
  }
