body {
  font-family: "Lato", serif;
  font-size: 1em;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}

*:focus {
  outline: none !important;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover, a:focus, a:active {
  outline: none;
}

.top-header {
  border-bottom: 0px solid #D5D5D5;
  background: #FFFFFF;
  margin: 0;
  padding: 0;
}
.top-header .header-logo {
  padding: 0;
}
.top-header .navbar-brand {
  display: block;
  text-decoration: none;
}
.top-header .navbar-brand:hover {
  outline: none;
  text-decoration: none;
}
.top-header .navbar-brand:focus {
  outline: none;
  text-decoration: none;
}
.top-header .lets-talk a {
  width: 134px;
  font-weight: 700;
  font-size: 1.25rem;
  display: block;
  color: #FFFFFF;
  text-align: center;
  line-height: 88px;
  text-decoration: none;
  margin-left: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.top-header .lets-talk a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #005BE7;
  z-index: -2;
}
.top-header .lets-talk a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #FBA01A;
  transition: all 0.3s;
  z-index: -1;
}
.top-header .lets-talk a:hover:before, .top-header .lets-talk a:focus:before {
  width: 100%;
}
.top-header .menu-item {
  position: relative;
}
.top-header .menu-item a {
  display: block;
  line-height: 88px;
  padding: 0 15px;
  color: #777777;
  font-size: 1.25rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  transition: all 0.5s;
}
.top-header .menu-item a:hover {
  color: #212529;
}
.top-header .menu-item a::before {
  position: absolute;
  content: "";
  border-bottom: 4px solid #005BE7;
  bottom: 0;
  width: 0%;
  height: 4px;
  left: 0px;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .top-header .menu-item a::before {
    display: none;
  }
}
.top-header .menu-item a::before:hover {
  width: 100%;
  color: #212529;
}
@media (max-width: 768px) {
  .top-header .menu-item.current-menu-item a {
    color: #005BE7;
    font-weight: 700;
  }
}
.top-header .menu-item.current-menu-item::before {
  position: absolute;
  content: "";
  border-bottom: 4px solid #005BE7;
  bottom: -1px;
  width: 100%;
  height: 4px;
  left: 0px;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .top-header .menu-item.current-menu-item::before {
    display: none;
  }
}
.top-header .menu-item.current-menu-item.ViewMyPool a {
  opacity: 1;
}
.top-header .menu-item.ViewMyPool a {
  pointer-events: none;
  opacity: 0.4;
}
.top-header .menu-item.ViewMyPool a .fa {
  font-size: 1rem;
  color: #212529;
  margin-right: 8px;
}
.top-header .menu-item.ViewMyPool a.active {
  pointer-events: initial;
  opacity: 1;
}
.top-header .menu-item.ViewMyPool a.active .fa {
  color: #2CAB2A;
}

.hamburger-lines {
  height: 26px;
  width: 32px;
  position: absolute;
  top: 22px;
  right: 20px;
  z-index: 2;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.hamburger-lines .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: #0e2431;
}
.hamburger-lines .line.line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}
.hamburger-lines .line.line2 {
  transition: transform 0.2s ease-in-out;
}
.hamburger-lines .line.line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}
.hamburger-lines.active .line1 {
  transform: rotate(45deg);
}
.hamburger-lines.active .line2 {
  transform: scaleY(0);
}
.hamburger-lines.active .line3 {
  transform: rotate(-45deg);
}
.hamburger-lines .HeadActive .hamburger-lines .line {
  background: #fff;
}

@keyframes animateright {
  from {
    right: -500px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
@keyframes slide-in-anim {
  20% {
    opacity: 0;
  }
  60% {
    transform: translateX(-5%);
  }
  75% {
    transform: translateX(-2%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.page-banner-section {
  overflow: hidden;
  padding: 0% 0%;
  margin: 0px 0%;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-banner-section .banner-container {
  margin: 0 auto;
  max-width: 1280px;
}
.page-banner-section p {
  position: relative;
  margin-left: 0;
  transform: translateX(100%);
  opacity: 0;
  color: #FFFFFF;
  position: relative;
  animation: slide-in-anim 2s ease-out forwards;
}
.page-banner-section h1 {
  position: relative;
  margin-left: 0;
  transform: translateX(100%);
  opacity: 0;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 3em;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 15px;
  position: relative;
  animation: slide-in-anim 1.5s ease-out forwards;
}
.page-banner-section .white #home_banner_slider.sa_hero_slider {
  height: auto !important;
}
.page-banner-section .black .sa_hero_slider {
  height: auto !important;
}

#home_banner_slider.sa_owl_theme .owl-stage-outer .owl-stage .owl-item .bannerInner {
  width: 100%;
  min-height: auto;
  height: 100vh;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
#home_banner_slider.sa_owl_theme .owl-stage-outer .owl-stage .owl-item .bannerInner p {
  position: relative;
  margin-left: 0;
  transform: translateX(100%);
  opacity: 0;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5rem;
  position: relative;
  margin-left: 0;
  transform: translateX(100%);
  opacity: 0;
  color: #FFFFFF;
}
#home_banner_slider.sa_owl_theme .owl-stage-outer .owl-stage .owl-item .bannerInner h1 {
  position: relative;
  margin-left: 0;
  transform: translateX(100%);
  opacity: 0;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 3em;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  #home_banner_slider.sa_owl_theme .owl-stage-outer .owl-stage .owl-item .bannerInner h1 {
    font-size: 2rem;
  }
}
#home_banner_slider.sa_owl_theme .owl-stage-outer .owl-stage .owl-item .bannerInner .btn-banner {
  max-width: 10.25rem;
  border-radius: 0.5rem;
  font-size: 1.25rem;
  margin-top: 2.25rem;
  color: #FFFFFF;
  transition: all 0.5s;
  text-decoration: none;
  overflow: hidden;
  padding: 15px 30px;
  position: relative;
  z-index: 1;
}
#home_banner_slider.sa_owl_theme .owl-stage-outer .owl-stage .owl-item .bannerInner .btn-banner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #005BE7;
  border-radius: 0.5rem;
  z-index: -2;
}
#home_banner_slider.sa_owl_theme .owl-stage-outer .owl-stage .owl-item .bannerInner .btn-banner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #FBA01A;
  transition: all 0.3s;
  border-radius: 0.5rem;
  z-index: -1;
}
#home_banner_slider.sa_owl_theme .owl-stage-outer .owl-stage .owl-item .bannerInner .btn-banner:hover:before, #home_banner_slider.sa_owl_theme .owl-stage-outer .owl-stage .owl-item .bannerInner .btn-banner:focus:before {
  width: 100%;
}
#home_banner_slider.sa_owl_theme .owl-stage-outer .owl-stage .owl-item.active p {
  position: relative;
  animation: slide-in-anim 2s ease-out forwards;
}
#home_banner_slider.sa_owl_theme .owl-stage-outer .owl-stage .owl-item.active h1 {
  position: relative;
  animation: slide-in-anim 1.5s ease-out forwards;
}
#home_banner_slider.sa_owl_theme .owl-stage-outer .owl-stage .owl-item.active .container p {
  position: relative;
  animation: slide-in-anim 2s ease-out forwards;
}

#home_banner_slider.sa_owl_theme .owl-dots {
  bottom: 42px !important;
  left: 50%;
  position: absolute;
  z-index: 10;
  width: auto;
  padding: 3px 0 !important;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5019607843);
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%);
}
#home_banner_slider.sa_owl_theme .owl-dots button {
  position: relative;
  z-index: 10;
}
#home_banner_slider.sa_owl_theme .owl-dots .owl-dot {
  background-color: rgba(255, 255, 255, 0.5019607843) !important;
  width: 0.5rem !important;
  height: 0.5rem !important;
  transition: all 0.3s ease;
  margin: 0 5px;
  border-radius: 50%;
}
#home_banner_slider.sa_owl_theme .owl-dots .owl-dot span {
  background: 0 0 !important;
}
#home_banner_slider.sa_owl_theme .owl-dots .owl-dot.active {
  background-color: #FFFFFF !important;
  width: 0.5rem !important;
  height: 0.5rem !important;
}
#home_banner_slider.sa_owl_theme .owl-dots .owl-dot.active span {
  background: 0 0 !important;
}

#home_banner_slider.owl-pagination-true {
  margin-bottom: 0 !important;
  background-color: #022c3c;
}

.banner-slider .owl-item h1 {
  position: relative;
  margin-left: 0;
  transform: translateX(100%);
  opacity: 0;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 3em;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 15px;
}
.banner-slider .owl-item p {
  position: relative;
  margin-left: 0;
  transform: translateX(100%);
  opacity: 0;
  color: #FFFFFF;
}
.banner-slider .owl-item.active h1 {
  position: relative;
  animation: slide-in-anim 1.5s ease-out forwards;
}
.banner-slider .owl-item.active p {
  position: relative;
  animation: slide-in-anim 2s ease-out forwards;
}

.home-banner-wrapper {
  position: relative;
}

#home_banner_slider.sa_hero_slider .owl-stage-outer .owl-stage .owl-item {
  height: auto !important;
}

.banner-single-slide {
  position: relative;
  overflow: hidden;
  background: #E9ECEF;
  padding: 2.5rem 0 2.5rem 0;
}
.banner-single-slide h1 {
  position: relative;
  margin-left: 0;
  transform: translateX(100%);
  opacity: 0;
  color: #232267;
  font-weight: 700;
  font-size: 2.813rem;
  padding-top: 0;
  margin-top: 0px;
  margin-bottom: 1.25rem;
  position: relative;
  animation: slide-in-anim 1.5s ease-out forwards;
}
@media (max-width: 768px) {
  .banner-single-slide h1 {
    font-size: 1.25em;
    text-align: center;
  }
  .banner-single-slide h1 br {
    display: none !important;
  }
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .banner-single-slide h1 {
    font-size: 2rem;
  }
}
.banner-single-slide .bannerInner {
  justify-content: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .banner-single-slide .bannerInner {
    height: auto;
    padding: 0;
  }
}
.banner-single-slide .bannerInner p {
  position: relative;
  margin-left: 0;
  color: #495057;
  font-size: 1.125rem;
  transform: translateX(100%);
  opacity: 0;
  position: relative;
  animation: slide-in-anim 2s ease-out forwards;
  margin: 0px;
}
.banner-single-slide .bannerInner p.para-bg {
  font-weight: 700;
  color: #FFFFFF;
  background-color: #005BE7;
  padding: 0 5px;
  margin-bottom: 1.25rem;
  width: 28rem;
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .banner-single-slide .bannerInner p.para-bg {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .banner-single-slide .bannerInner p.para-bg {
    width: 100%;
    font-size: 1rem;
    text-align: center;
    padding: 5px 0;
  }
}
@media (max-width: 768px) {
  .banner-single-slide .bannerInner p {
    font-size: 1rem;
    line-height: normal;
  }
  .banner-single-slide .bannerInner p br {
    display: none;
  }
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .banner-single-slide .bannerInner p {
    font-size: 0.9rem;
  }
  .banner-single-slide .bannerInner p br {
    display: none;
  }
}
.banner-single-slide .bannerInner .content-ul {
  margin: 0;
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0px;
  padding: 0 0 1.25rem 20px;
  transform: translateX(100%);
  animation: slide-in-anim 1.75s ease-out forwards;
}
.banner-single-slide .bannerInner .content-ul li {
  color: #212529;
  font-size: 1.125rem;
  font-weight: 600;
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .banner-single-slide .bannerInner .content-ul li {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .banner-single-slide .bannerInner .content-ul li {
    font-size: 1rem;
  }
}
.banner-single-slide .bannerInner .logo-ul {
  margin: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 2.5rem;
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 0px;
  transform: translateX(100%);
  animation: slide-in-anim 2s ease-out forwards;
}
.banner-single-slide .bannerInner .logo-ul li {
  border-right: 1px solid #ADB5BD;
  padding-right: 1.25rem;
  margin-right: 1.25rem;
}
.banner-single-slide .bannerInner .logo-ul li .logo-count {
  display: flex;
  gap: 0.938rem;
  margin-bottom: 0.625rem;
}
.banner-single-slide .bannerInner .logo-ul li .logo-count strong {
  color: #232267;
  font-size: 1.625rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .banner-single-slide .bannerInner .logo-ul li .logo-count {
    margin: 0 0 0.5rem 0;
  }
}
.banner-single-slide .bannerInner .logo-ul li p {
  color: #495057;
  font-size: 1rem;
  margin: 0;
}
@media (max-width: 768px) {
  .banner-single-slide .bannerInner .logo-ul li p {
    line-height: 100%;
    font-size: 0.75rem;
  }
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .banner-single-slide .bannerInner .logo-ul li p {
    font-size: 0.75rem;
  }
}
.banner-single-slide .bannerInner .logo-ul li:last-child {
  border-right: 0px;
  margin-right: 0px;
  padding-right: 0px;
}
@media (max-width: 992px) {
  .banner-single-slide .bannerInner .logo-ul li {
    font-size: 1rem;
    margin: 0;
    padding: 0;
    border: 0px;
    width: calc(33.3333333333% - 1rem);
  }
}
@media (max-width: 768px) {
  .banner-single-slide .bannerInner .logo-ul li {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 992px) {
  .banner-single-slide .bannerInner .logo-ul {
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
}
.banner-single-slide .bannerInner .btn-outer {
  animation: slide-in-anim 2.5s ease-out forwards;
  transform: translateX(100%);
  display: flex;
}
.banner-single-slide .bannerInner .btn-outer .btn-bg {
  border-radius: 0.5rem;
  font-size: 1.25rem;
  color: #FFFFFF;
  transition: all 0.5s;
  text-decoration: none;
  overflow: hidden;
  padding: 15px 30px;
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.banner-single-slide .bannerInner .btn-outer .btn-bg:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #005BE7;
  border-radius: 0.5rem;
  z-index: -2;
}
.banner-single-slide .bannerInner .btn-outer .btn-bg:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #FBA01A;
  transition: all 0.3s;
  border-radius: 0.5rem;
  z-index: -1;
}
.banner-single-slide .bannerInner .btn-outer .btn-bg:hover:before, .banner-single-slide .bannerInner .btn-outer .btn-bg:focus:before {
  width: 100%;
}
@media (max-width: 768px) {
  .banner-single-slide .bannerInner .btn-outer .btn-bg {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 1rem;
  }
}
.banner-single-slide .bannerInner .btn-outer .btn-border {
  border-radius: 0.5rem;
  font-size: 1.25rem;
  color: #005BE7;
  transition: all 0.5s;
  text-decoration: none;
  overflow: hidden;
  padding: 15px 30px;
  position: relative;
  z-index: 1;
  margin-left: 1rem;
  font-weight: 700;
}
.banner-single-slide .bannerInner .btn-outer .btn-border:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #005BE7;
  background-color: transparent;
  border-radius: 0.5rem;
  z-index: -2;
  color: #FFFFFF;
}
.banner-single-slide .bannerInner .btn-outer .btn-border:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #005BE7;
  transition: all 0.3s;
  border-radius: 0.5rem;
  z-index: -1;
  color: #FFFFFF;
}
.banner-single-slide .bannerInner .btn-outer .btn-border:hover, .banner-single-slide .bannerInner .btn-outer .btn-border:focus {
  color: #FFFFFF;
}
.banner-single-slide .bannerInner .btn-outer .btn-border:hover:before, .banner-single-slide .bannerInner .btn-outer .btn-border:focus:before {
  width: 100%;
}
@media (max-width: 768px) {
  .banner-single-slide .bannerInner .btn-outer .btn-border {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    text-align: center;
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .banner-single-slide .bannerInner .btn-outer {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .banner-single-slide .bannerInner {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .banner-single-slide {
    padding-top: 0rem;
    padding-bottom: 0;
  }
}

.brand-slider {
  background-color: #FFFFFF;
  border-bottom: 1px solid #DEE2E6;
}
.brand-slider .brand-outer {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .brand-slider .brand-outer {
    flex-direction: column;
  }
}
.brand-slider .brand-outer .trusted-brand {
  color: #232267;
  font-size: 1.375rem;
  padding: 2.5rem 0.938rem;
  margin-right: 2.688rem;
  position: relative;
}
.brand-slider .brand-outer .trusted-brand::after {
  content: "";
  background-color: #ADB5BD;
  width: 1px;
  height: 2.5rem;
  position: absolute;
  right: 0;
  top: 2.313rem;
}
@media (max-width: 992px) {
  .brand-slider .brand-outer .trusted-brand::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .brand-slider .brand-outer .trusted-brand {
    margin: 0;
    padding: 1rem 0;
    text-align: center;
    font-weight: 700;
  }
}
.brand-slider .brand-outer .brand-carousel {
  width: calc(100% - 330px);
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  justify-items: center;
}
@media (max-width: 992px) {
  .brand-slider .brand-outer .brand-carousel {
    width: 100%;
  }
}
.brand-slider .brand-outer .brand-carousel .slick-track {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
}
@media (max-width: 992px) {
  .brand-slider .brand-outer .brand-carousel .slick-track {
    height: auto;
    margin-bottom: 2rem;
  }
}
.brand-slider .brand-outer .brand-carousel .slick-track .brand-logo-slide {
  align-self: center;
}
.brand-slider .brand-outer .brand-carousel .slick-track .brand-logo-slide img {
  transition: all 0.5s;
  filter: grayscale(100%);
}
.brand-slider .brand-outer .brand-carousel .slick-track .brand-logo-slide img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

@keyframes cardPop {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.bannerSlider {
  overflow: hidden;
}
@media (max-width: 992px) {
  .bannerSlider {
    display: none;
  }
}
.bannerSlider .banner-slider-fade {
  position: relative;
}
.bannerSlider .banner-slider-fade .banner-img-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.bannerSlider .banner-slider-fade .slick-slide {
  position: relative;
}
.bannerSlider .banner-slider-fade .slick-slide.active {
  opacity: 1 !important;
}
.bannerSlider .banner-slider-fade .slick-slide.slick-current .banner-job-profile {
  animation: cardPop 0.5s ease forwards;
  position: absolute;
  right: 0;
  top: 0;
}
.bannerSlider .banner-slider-fade .slick-slide .profile-photo {
  margin-top: 3rem;
  margin-bottom: 2.7rem;
  margin-left: 7rem;
  display: inline-flex;
  border-right: 2px solid #ffffff;
  border-radius: 100%;
  background: rgb(233, 236, 239);
  box-shadow: 11px 17px 13px 0px #dcdcdc;
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .bannerSlider .banner-slider-fade .slick-slide .profile-photo {
    margin-left: 5rem;
  }
}
.bannerSlider .banner-slider-fade .slick-slide .profile-photo .profile-image {
  width: 345px;
  height: 345px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-flex;
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .bannerSlider .banner-slider-fade .slick-slide .profile-photo .profile-image {
    width: 290px;
    height: 290px;
  }
}
.bannerSlider .banner-slider-fade .slick-slide .profile-photo .profile-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.bannerSlider .banner-slider-fade .slick-slide .profile-photo .profile-image img:hover {
  transform: scale(1.03);
}
@media (max-width: 768px) {
  .bannerSlider .banner-slider-fade .slick-slide .profile-photo {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.bannerSlider .banner-slider-fade .slick-slide figure {
  color: #2CAB2A;
  z-index: 10;
  font-size: 1.125rem;
  line-height: 1.25rem;
  display: flex;
  gap: 10px;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border-radius: 10px;
  border: 1px solid;
  border-image-source: linear-gradient(94.65deg, #FFFFFF 0.94%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 9rem;
  right: 12px;
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .bannerSlider .banner-slider-fade .slick-slide figure {
    top: 8.5rem;
  }
}
.bannerSlider .banner-slider-fade .slick-slide figure .verified-hover {
  display: none;
  position: absolute;
  z-index: 999;
  width: 100%;
  bottom: -20px;
  left: 32%;
}
.bannerSlider .banner-slider-fade .slick-slide figure .verified-hover::before {
  content: "Verified through our multi-stage assessments, project-based evaluations, and peer-reviewed performance benchmarks.";
  position: absolute;
  transform: translateX(-40%);
  display: none;
  padding: 10px 15px;
  font-size: 14px;
  color: #495057;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  text-align: left;
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .bannerSlider .banner-slider-fade .slick-slide figure .verified-hover::before {
    font-size: 0.875rem;
    bottom: -137px;
  }
}
.bannerSlider .banner-slider-fade .slick-slide figure .verified-hover::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 13%;
  transform: translateX(-50%);
  display: none;
  border-width: 12px;
  border-style: solid;
  border-color: transparent transparent #FFFFFF transparent;
}
.bannerSlider .banner-slider-fade .slick-slide figure:hover .verified-hover {
  display: block;
}
.bannerSlider .banner-slider-fade .slick-slide figure:hover .verified-hover::before {
  display: block;
}
.bannerSlider .banner-slider-fade .slick-slide figure:hover .verified-hover::after {
  display: block;
}
.bannerSlider .banner-slider-fade .slick-slide .card-job-name {
  display: flex;
  align-items: center;
  gap: 15px;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border-radius: 10px;
  width: 210px;
  border: 1px solid;
  border-image-source: linear-gradient(94.65deg, #FFFFFF 0.94%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 4rem;
  right: 0px;
}
.bannerSlider .banner-slider-fade .slick-slide .card-job-name .job-name {
  background: linear-gradient(180deg, rgba(0, 91, 231, 0.1) 0%, rgba(118, 118, 255, 0.1) 100%);
  border-radius: 50%;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 1rem;
  line-height: 2.5rem;
  font-weight: 600;
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .bannerSlider .banner-slider-fade .slick-slide .card-job-name .job-name {
    height: 2rem;
    width: 2rem;
    font-size: 0.75rem;
  }
}
.bannerSlider .banner-slider-fade .slick-slide .card-job-name .job-role {
  color: #005BE7;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.375rem;
  width: calc(100% - 2.5rem);
  flex-grow: 1;
}
@media (max-width: 768px) {
  .bannerSlider .banner-slider-fade .slick-slide .card-job-name .job-role {
    font-size: 1.25rem;
  }
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .bannerSlider .banner-slider-fade .slick-slide .card-job-name .job-role {
    font-size: 0.75rem;
  }
}
.bannerSlider .banner-slider-fade .slick-slide .job-exp {
  color: #212529;
  font-size: 1rem;
  line-height: 1.375rem;
  gap: 10px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border-radius: 10px;
  border: 1px solid;
  border-image-source: linear-gradient(94.65deg, #FFFFFF 0.94%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
}
.bannerSlider .banner-slider-fade .slick-slide .job-exp.exp {
  right: 4.75rem;
  top: 17rem;
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .bannerSlider .banner-slider-fade .slick-slide .job-exp.exp {
    right: 5.75rem;
    top: 15.7rem;
  }
}
.bannerSlider .banner-slider-fade .slick-slide .job-exp.countryname {
  top: 13rem;
  left: 28.7rem;
  gap: 0;
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .bannerSlider .banner-slider-fade .slick-slide .job-exp.countryname {
    left: 22.6rem;
    top: 12rem;
  }
}
.bannerSlider .banner-slider-fade .slick-slide .job-exp .fa {
  width: 20px;
  display: inline-block;
  color: rgb(0, 91, 231);
}
.bannerSlider .banner-slider-fade .slick-slide .profile-arrow {
  position: absolute;
  left: -1.188rem;
  bottom: 1.688rem;
}
@media (max-width: 768px) {
  .bannerSlider .banner-slider-fade .slick-slide .profile-arrow {
    left: 50%;
    bottom: -28px;
    rotate: 270deg;
    margin-left: -20px;
  }
}
.bannerSlider .banner-slider-fade .slick-slide .job-summary {
  height: 4em;
  overflow: hidden;
  margin-top: 10px;
}
.bannerSlider .banner-slider-fade .slick-slide .job-summary p {
  color: #495057;
  font-size: 1rem;
  line-height: 1.25rem;
}
.bannerSlider .banner-slider-fade .slick-slide .btn-view-profile {
  display: flex;
  align-items: center;
  flex-grow: 1;
  position: absolute;
  bottom: 0;
  left: 45%;
  margin-left: -85px;
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .bannerSlider .banner-slider-fade .slick-slide .btn-view-profile {
    left: 41%;
  }
}
.bannerSlider .banner-slider-fade .slick-slide .btn-view-profile a {
  border-radius: 0.5rem;
  padding: 0.938rem 1.875rem;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.bannerSlider .banner-slider-fade .slick-slide .btn-view-profile a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #005BE7;
  border-radius: 0.5rem;
  z-index: -2;
}
.bannerSlider .banner-slider-fade .slick-slide .btn-view-profile a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #FBA01A;
  transition: all 0.3s;
  border-radius: 0.5rem;
  z-index: -1;
}
.bannerSlider .banner-slider-fade .slick-slide .btn-view-profile a:hover:before {
  width: 100%;
}
@media (max-width: 768px) {
  .bannerSlider .banner-slider-fade .slick-slide .btn-view-profile a {
    width: 100%;
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .bannerSlider .banner-slider-fade .slick-slide {
    top: 0;
    margin-bottom: 1.25rem;
    position: relative;
    right: 0;
    left: 0;
    padding: 1.5rem;
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .bannerSlider .banner-slider-fade .slick-slide {
    flex-direction: column-reverse;
    display: flex;
    max-height: none;
    margin-top: 2rem;
  }
}

@keyframes section-fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.section-animate {
  opacity: 0;
  transform: translateY(40px);
  animation: section-fade-in-up 1s ease forwards;
}

.section-animate.delay-1 {
  animation-delay: 0.2s;
}

.section-animate.delay-2 {
  animation-delay: 0.4s;
}

.section-animate.delay-3 {
  animation-delay: 0.6s;
}

.section-animate.delay-4 {
  animation-delay: 0.8s;
}

.section-animate.delay-5 {
  animation-delay: 1s;
}

.job-carousel .white {
  padding: 0 19px !important;
}

.job-slider {
  background: #F8F9FA;
  padding: 2.5rem 0 2rem 0;
}
.job-slider .hires-now {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .job-slider {
    padding: 2rem 0 !important;
  }
}
.job-slider #categoryName {
  position: relative;
  overflow: hidden;
  padding: 0 2.5rem;
}
@media (max-width: 768px) {
  .job-slider #categoryName {
    padding: 0;
  }
}
.job-slider #categoryName .slick-dots {
  display: flex !important;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  width: 100%;
  justify-content: flex-start;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 3px;
  justify-content: center;
  align-items: center;
}
.job-slider #categoryName .slick-dots li {
  flex: 0 0 auto;
}
.job-slider #categoryName .slick-dots li button {
  width: 14px;
  height: 14px;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  border-radius: 50%;
  background: #d6d6d6;
  transition: all 0.5s;
}
.job-slider #categoryName .slick-dots li.slick-active button {
  background: #005BE7;
  width: 16px;
  height: 16px;
}
.job-slider #categoryName .slick-dots::-webkit-scrollbar {
  display: none;
}
.job-slider #categoryName .slick-track {
  display: flex;
  gap: 20px;
  padding: 0 0 1rem 0;
}
.job-slider #categoryName .slick-track .job-card {
  box-shadow: 0px 0px 3px 0px rgba(0, 91, 231, 0.2509803922);
  border: 2px solid transparent;
  background-color: #FFFFFF;
  padding: 1.563rem 1.563rem 1.563rem 1.625rem;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  transition: all 0.5s;
  height: auto !important;
  position: relative;
}
.job-slider #categoryName .slick-track .job-card.slick-current {
  border: 2px solid #005BE7;
  box-shadow: 0px 0px 5px 0px rgba(0, 91, 231, 0.2509803922);
}
.job-slider #categoryName .slick-track .job-card:hover {
  border: 2px solid #005BE7;
  box-shadow: 0px 0px 5px 0px rgba(0, 91, 231, 0.2509803922);
}
.job-slider #categoryName .slick-track .job-card .profile-pic {
  max-width: 245px;
  max-height: 173px;
  overflow: hidden;
}
.job-slider #categoryName .slick-track .job-card .profile-pic img {
  border-radius: 0.5rem;
}
@media (max-width: 768px) {
  .job-slider #categoryName .slick-track .job-card .profile-pic {
    display: flex;
    width: 100%;
    justify-content: center;
    max-width: 100%;
  }
}
.job-slider #categoryName .slick-track .job-card .job-name-exp {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  align-items: center;
  margin-bottom: 1.25rem;
}
.job-slider #categoryName .slick-track .job-card .job-name-exp .job-name {
  background: linear-gradient(180deg, rgba(0, 91, 231, 0.1) 0%, rgba(118, 118, 255, 0.1) 100%);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
}
.job-slider #categoryName .slick-track .job-card .job-name-exp .job-exp {
  color: #212529;
  font-size: 1rem;
  line-height: 1.375rem;
  display: flex;
  gap: 10px;
  align-items: center;
}
.job-slider #categoryName .slick-track .job-card .job-name-exp .job-exp .fa {
  width: 20px;
  display: inline-block;
}
.job-slider #categoryName .slick-track .job-card .job-location {
  color: #212529;
  font-size: 1rem;
  line-height: 1.375rem;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 0.625rem;
}
.job-slider #categoryName .slick-track .job-card .job-location .fa {
  width: 20px;
  display: inline-block;
}
.job-slider #categoryName .slick-track .job-card .job-role-bookmark {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.625rem;
  flex-wrap: wrap;
}
.job-slider #categoryName .slick-track .job-card .job-role-bookmark .bookmark {
  margin-left: 10px;
}
.job-slider #categoryName .slick-track .job-card .job-role-bookmark .bookmark a {
  display: block;
  position: relative;
}
.job-slider #categoryName .slick-track .job-card .job-role-bookmark .bookmark a .fa {
  font-size: 1.25rem;
  color: #212529;
}
.job-slider #categoryName .slick-track .job-card .job-role-bookmark .bookmark a.selected .fa {
  color: #2CAB2A;
}
.job-slider #categoryName .slick-track .job-card .job-role-bookmark .bookmark a::before {
  content: "Add to my pool";
  display: none;
  transition: all 0.3s;
  position: absolute;
  color: #495057;
  box-shadow: 0px 0px 10px 0px rgba(86, 97, 114, 0.2);
  font-size: 0.875rem;
  background: #FFFFFF;
  border-radius: 5px;
  left: -7rem;
  top: 0;
  padding: 0.219rem;
  width: 6.5rem;
}
.job-slider #categoryName .slick-track .job-card .job-role-bookmark .bookmark a::after {
  content: "";
  position: absolute;
  left: -8px;
  top: 31%;
  display: none;
  transition: all 0.3s;
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent transparent white;
}
.job-slider #categoryName .slick-track .job-card .job-role-bookmark .bookmark a:hover::before {
  display: block;
}
.job-slider #categoryName .slick-track .job-card .job-role-bookmark .bookmark a:hover::after {
  display: block;
}
.job-slider #categoryName .slick-track .job-card .job-role-bookmark .bookmark a.selected::before {
  content: "Remove from my pool";
  width: 8rem;
  left: -9rem;
}
.job-slider #categoryName .slick-track .job-card .job-role-bookmark .job-role {
  color: #005BE7;
  width: calc(100% - 34px);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.375rem;
  flex-grow: 1;
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .job-slider #categoryName .slick-track .job-card .job-role-bookmark .job-role {
    font-size: 1rem;
  }
}
.job-slider #categoryName .slick-track .job-card figure {
  color: #2CAB2A;
  font-size: 1rem;
  line-height: 1.25rem;
  display: flex;
  gap: 10px;
  position: relative;
}
.job-slider #categoryName .slick-track .job-card figure .verified-hover::before {
  content: "Verified through our multi-stage assessments, project-based evaluations, and peer-reviewed performance benchmarks.";
  position: absolute;
  bottom: -115px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  padding: 10px 15px;
  font-size: 14px;
  color: #495057;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  width: 100%;
  text-align: left;
  z-index: 100;
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .job-slider #categoryName .slick-track .job-card figure .verified-hover::before {
    font-size: 0.875rem;
    bottom: -157px;
  }
}
.job-slider #categoryName .slick-track .job-card figure .verified-hover::after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 40%;
  transform: translateX(-50%);
  display: none;
  border-width: 12px;
  border-style: solid;
  border-color: transparent transparent #FFFFFF transparent;
  z-index: 101;
}
.job-slider #categoryName .slick-track .job-card figure:hover .verified-hover::before {
  display: block;
}
.job-slider #categoryName .slick-track .job-card figure:hover .verified-hover::after {
  display: block;
}
.job-slider #categoryName .slick-track .job-card .job-summary {
  height: 3em;
  overflow: hidden;
  margin-top: 0.625rem;
}
.job-slider #categoryName .slick-track .job-card .job-summary p {
  color: #495057;
  font-size: 1rem;
  line-height: 1.25rem;
}
.job-slider #categoryName .slick-track .job-card .btn-view-profile {
  margin-top: 0.938rem;
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.job-slider #categoryName .slick-track .job-card .btn-view-profile a {
  color: #005BE7;
  font-weight: 500;
  font-size: 1rem;
  vertical-align: middle;
}
.job-slider #categoryName .slick-track .job-card .btn-view-profile a span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.job-slider #categoryName .slick-track .job-card .btn-view-profile a .fa {
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.5s;
}
.job-slider #categoryName .slick-track .job-card .btn-view-profile a:hover .fa {
  margin-left: 10px;
}
.job-slider #categoryName .slick-track .job-card.want-explore-card {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: 0px;
  align-items: center;
  justify-content: center;
  min-height: 550px;
  box-shadow: 1px 2px 3px 0px rgba(0, 91, 231, 0.2509803922);
  background: url(../images/last-slide-bg.jpg) no-repeat 0 0;
  transition: all 0.8s;
  background-size: cover;
}
.job-slider #categoryName .slick-track .job-card.want-explore-card:hover {
  background-position: top right;
}
.job-slider #categoryName .slick-track .job-card.want-explore-card h3 {
  color: #FFFFFF;
  font-size: 2.25rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.job-slider #categoryName .slick-track .job-card.want-explore-card .talk-our-expert {
  display: block;
  border-radius: 0.5rem;
  padding: 1.5rem 0;
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.5s;
  border: 0px !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.job-slider #categoryName .slick-track .job-card.want-explore-card .talk-our-expert:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #005BE7;
  border-radius: 0.5rem;
  z-index: -2;
}
.job-slider #categoryName .slick-track .job-card.want-explore-card .talk-our-expert:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #FBA01A;
  transition: all 0.3s;
  border-radius: 0.5rem;
  z-index: -1;
}
.job-slider #categoryName .slick-track .job-card.want-explore-card .talk-our-expert:hover:before, .job-slider #categoryName .slick-track .job-card.want-explore-card .talk-our-expert:focus:before {
  width: 100%;
}
.job-slider #categoryName button.slick-arrow {
  width: 30px !important;
  height: 30px !important;
  opacity: 1;
  border: 0px;
  text-indent: -9999px;
  padding: 0;
  margin: 0;
  margin-top: -15px !important;
  position: absolute;
  top: 50%;
}
.job-slider #categoryName button.slick-arrow:hover {
  opacity: 1;
  background-color: transparent !important;
  border: 0px !important;
}
.job-slider #categoryName .slick-prev {
  background: url(../images/slider-arrow.svg) no-repeat 0 0 !important;
  left: 0% !important;
  rotate: -180deg;
}
.job-slider #categoryName .slick-prev.slick-disabled {
  background-image: url(../images/slider-arrow-disabled.svg) !important;
  rotate: 0deg;
}
.job-slider #categoryName .slick-next {
  background: url(../images/slider-arrow.svg) no-repeat 0 0 !important;
  right: 0% !important;
}
.job-slider #categoryName .slick-next.slick-disabled {
  background-image: url(../images/slider-arrow-disabled.svg) !important;
  rotate: -180deg;
}
.job-slider .owl-stage-outer {
  overflow: hidden;
}
.job-slider .owl-stage-outer .owl-dots, .job-slider .owl-stage-outer .owl-thumbs {
  display: none !important;
}
.job-slider .owl-stage-outer .owl-nav button {
  width: 30px !important;
  height: 30px !important;
  opacity: 1;
  border: 0px;
  margin-top: -15px !important;
  position: absolute;
  top: 50%;
}
.job-slider .owl-stage-outer .owl-nav button:hover {
  opacity: 1;
  background-color: transparent !important;
  border: 0px !important;
}
.job-slider .owl-stage-outer .owl-nav .owl-prev {
  background: url(../images/slider-arrow.svg) no-repeat 0 0 !important;
  left: -15px !important;
  rotate: -180deg;
}
.job-slider .owl-stage-outer .owl-nav .owl-prev.slick-disabled {
  background-image: url(../images/slider-arrow-disabled.svg) !important;
}
.job-slider .owl-stage-outer .owl-nav .owl-next {
  background: url(../images/slider-arrow.svg) no-repeat 0 0 !important;
  right: -15px !important;
}
.job-slider .owl-stage-outer .owl-nav .owl-next.slick-disabled {
  background-image: url(../images/slider-arrow-disabled.svg) !important;
}
@media (max-width: 768px) {
  .job-slider .owl-stage-outer .owl-nav {
    display: none !important;
  }
}
.job-slider.catCarouselPage {
  background: transparent;
  padding: 1rem 0px;
}
.job-slider.catCarouselPage #categoryName {
  padding: 0 0 3rem 0;
}
.job-slider.catCarouselPage #categoryName button.slick-arrow {
  border: 0px;
  text-indent: -9999px;
  margin-top: 0 !important;
  position: absolute;
  top: 92%;
}
.job-slider.catCarouselPage #categoryName .slick-next {
  right: 92% !important;
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .job-slider.catCarouselPage #categoryName .slick-track .job-card figure .verified-hover::before {
    font-size: 0.875rem;
    bottom: -138px;
  }
}

.hires-now {
  text-align: center;
  margin: 2rem 0;
}
.hires-now .hire-now {
  border-radius: 0.5rem;
  padding: 0.938rem 1.875rem;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hires-now .hire-now:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #005BE7;
  border-radius: 0.5rem;
  z-index: -2;
}
.hires-now .hire-now:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #FBA01A;
  transition: all 0.3s;
  border-radius: 0.5rem;
  z-index: -1;
}
.hires-now .hire-now:hover:before {
  width: 100%;
}
@media (max-width: 768px) {
  .hires-now .hire-now {
    width: 100%;
    margin-top: 1rem;
  }
}
.hires-now .view-cat {
  border-radius: 0.5rem;
  padding: 0.938rem 1.875rem;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #005BE7;
  text-decoration: none;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-left: 20px;
}
.hires-now .view-cat:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  border: 1px solid #005BE7;
  border-radius: 0.5rem;
  z-index: -2;
}
.hires-now .view-cat:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #005BE7;
  transition: all 0.3s;
  border-radius: 0.5rem;
  z-index: -1;
  color: #FFFFFF;
}
.hires-now .view-cat:hover {
  color: #FFFFFF;
}
.hires-now .view-cat:hover:before {
  width: 100%;
}
@media (max-width: 768px) {
  .hires-now .view-cat {
    margin-left: 0px;
    width: 100%;
    margin-top: 1rem;
  }
}

.search-sec {
  background-color: #232267;
  padding: 4.875rem 0;
}
.search-sec h3 {
  color: #FFFFFF;
  font-size: 2.625rem;
  line-height: 3.25rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.625rem;
}
@media (max-width: 768px) {
  .search-sec h3 {
    font-size: 1.5em;
    line-height: normal;
    margin-bottom: 1rem;
    line-height: normal;
  }
}
.search-sec p {
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 2.375rem;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 768px) {
  .search-sec p {
    font-size: 1rem;
    line-height: normal;
  }
}
.search-sec .search-outer {
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .search-sec .search-outer .position-relative {
    margin-bottom: 1rem;
  }
}
.search-sec .search-outer .validation-msg {
  color: red;
  font-size: 1rem;
  margin-top: 0.25rem;
}
.search-sec .search-outer .form-control {
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  background-color: transparent;
  color: #FFFFFF;
  padding: 1.25rem 1.25rem 1.25rem 3.25rem;
  border-radius: 8px;
  font-size: 1.125rem;
  line-height: 1.875rem;
  height: auto;
  transition: all 0.2s ease-in-out;
}
.search-sec .search-outer .form-control::-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
.search-sec .search-outer .form-control::placeholder {
  color: #FFFFFF;
  opacity: 1;
}
.search-sec .search-outer .form-control:-ms-input-placeholder {
  color: #FFFFFF;
}
.search-sec .search-outer .form-control::-ms-input-placeholder {
  color: #FFFFFF;
}
.search-sec .search-outer .form-control:hover, .search-sec .search-outer .form-control:focus, .search-sec .search-outer .form-control:active {
  border: 1px solid #FFFFFF;
  box-shadow: none;
}
.search-sec .search-outer .form-control:focus {
  outline: none;
}
.search-sec .search-outer .form-control:focus ~ .floating-label {
  top: -13px;
  font-size: 0.75rem;
  padding: 5px;
  color: #FFFFFF;
  background: #232267;
  border-radius: 4px;
  left: 15px;
}
.search-sec .search-outer .form-control:not(:-moz-placeholder-shown) ~ .floating-label {
  top: -13px;
  font-size: 0.75rem;
  padding: 5px;
  color: #FFFFFF;
  background: #232267;
  border-radius: 4px;
  left: 15px;
}
.search-sec .search-outer .form-control:not(:placeholder-shown) ~ .floating-label {
  top: -13px;
  font-size: 0.75rem;
  padding: 5px;
  color: #FFFFFF;
  background: #232267;
  border-radius: 4px;
  left: 15px;
}
.search-sec .search-outer .inp-floating {
  position: relative;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
  padding: 1.25rem 1rem 1.25rem 3rem;
  border-radius: 8px;
  font-size: 1.125rem;
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .search-sec .search-outer .inp-floating {
    padding: 1rem 0.25rem 1.25rem 2.25rem;
  }
}
.search-sec .search-outer .inp-floating .select2-container .select2-selection__placeholder {
  margin: 0;
  font-size: 1.125rem;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  padding: 0;
  color: #FFFFFF;
  background: transparent;
  transition: 0.2s ease all;
}
.search-sec .search-outer .inp-floating .select2-container.select2-container--open .select2-selection__placeholder {
  top: -41px;
  font-size: 0.75rem;
  padding: 5px;
  color: #FFFFFF;
  background: #232267;
  border-radius: 4px;
  left: -36px;
}
.search-sec .search-outer .inp-floating figure {
  position: absolute;
  top: 1.2rem;
  left: 1rem;
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .search-sec .search-outer .inp-floating figure {
    left: 0.5rem;
  }
}
.search-sec .search-outer .inp-floating.css_JobTitle .select2-container .select2-dropdown {
  width: 305px !important;
  left: -3.25rem !important;
}
@media (max-width: 768px) {
  .search-sec .search-outer .inp-floating.css_JobTitle .select2-container .select2-dropdown {
    width: 390px !important;
    left: -3.35rem !important;
  }
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .search-sec .search-outer .inp-floating.css_JobTitle .select2-container .select2-dropdown {
    width: 259px !important;
  }
}
.search-sec .search-outer .inp-floating.css_JobLocation .select2-container .select2-dropdown {
  left: -3.25rem !important;
  width: 413px !important;
}
@media (max-width: 768px) {
  .search-sec .search-outer .inp-floating.css_JobLocation .select2-container .select2-dropdown {
    width: 390px !important;
    left: -3.35rem !important;
  }
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .search-sec .search-outer .inp-floating.css_JobLocation .select2-container .select2-dropdown {
    width: 355px !important;
  }
}
.search-sec .search-outer .inp-floating.css_JobExperiences .select2-container .select2-dropdown {
  width: 194px !important;
  left: -3.25rem !important;
}
@media (max-width: 768px) {
  .search-sec .search-outer .inp-floating.css_JobExperiences .select2-container .select2-dropdown {
    width: 390px !important;
    left: -3.35rem !important;
  }
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .search-sec .search-outer .inp-floating.css_JobExperiences .select2-container .select2-dropdown {
    width: 165px !important;
  }
}
.search-sec .search-outer .inp-floating.required {
  border-color: red;
}
.search-sec .search-outer .form-control-btn {
  display: block;
  border-radius: 0.5rem;
  padding: 1.5rem 0;
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.5s;
  border: 0px !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.search-sec .search-outer .form-control-btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #005BE7;
  border-radius: 0.5rem;
  z-index: -2;
}
.search-sec .search-outer .form-control-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #FBA01A;
  transition: all 0.3s;
  border-radius: 0.5rem;
  z-index: -1;
}
.search-sec .search-outer .form-control-btn:hover:before, .search-sec .search-outer .form-control-btn:focus:before {
  width: 100%;
}

.select2-container .select2-dropdown {
  border-radius: 2px;
  top: 1rem !important;
  border: 1px solid #FFFFFF !important;
  box-shadow: 0px 2px 3px 0px rgba(0, 91, 231, 0.2509803922);
  background-color: #232267 !important;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  font-size: 1rem;
  color: #FFFFFF;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: #FFFFFF;
  color: #232267;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--selected {
  color: #232267;
}

.great-talent-sec {
  padding: 4rem 0;
  min-height: 50rem;
}
.great-talent-sec .top-great-talent {
  text-align: center;
}
.great-talent-sec .top-great-talent h3 {
  color: #232267;
  font-size: 2.625rem;
  line-height: 3.125rem;
  margin-bottom: 0.625rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .great-talent-sec .top-great-talent h3 {
    font-size: 1.5em;
    margin-bottom: 1rem;
    line-height: normal;
  }
}
.great-talent-sec .top-great-talent h4 {
  color: #212529;
  font-size: 1.5rem;
  line-height: 2.125rem;
  margin-bottom: 0.938rem;
}
@media (max-width: 768px) {
  .great-talent-sec .top-great-talent h4 {
    font-size: 1.125rem;
    line-height: normal;
  }
}
.great-talent-sec .top-great-talent p {
  color: #495057;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media (max-width: 768px) {
  .great-talent-sec .top-great-talent p {
    font-size: 1rem;
    line-height: normal;
  }
}
.great-talent-sec .accordion-outer {
  margin-top: 1.875rem;
}

.accordion-sec {
  margin-right: 3em;
  margin-top: 1.875rem;
}
@media (max-width: 992px) {
  .accordion-sec {
    margin-right: 0px;
  }
}
.accordion-sec img {
  border-radius: 0px;
}
.accordion-sec .sp-easy-accordion {
  margin-top: 0;
  text-align: left;
}
.accordion-sec .sp-easy-accordion .ea-card {
  border: 0px !important;
  border-bottom: 1px solid #B1B1B1 !important;
  background: transparent !important;
  margin: 0 !important;
  border-radius: 0px !important;
}
.accordion-sec .sp-easy-accordion h3.ea-header {
  font-size: 1.125rem;
  color: #343A40;
  width: 100%;
  text-align: left;
}
.accordion-sec .sp-easy-accordion h3.ea-header a {
  font-size: 1.125rem;
  font-weight: 700 !important;
  color: #343A40 !important;
  padding: 1.25rem !important;
}
.accordion-sec .sp-easy-accordion h3.ea-header i.ea-expand-icon {
  float: right !important;
  color: #2B3140 !important;
  margin-right: 0 !important;
}
.accordion-sec .sp-easy-accordion h3.ea-header i.ea-icon-expand-minus::before {
  background: url(../images/accordion-icon.svg) no-repeat 0 0;
  content: " ";
  width: 18px;
  height: 12px;
}
.accordion-sec .sp-easy-accordion h3.ea-header i.ea-icon-expand-plus::before {
  background: url(../images/accordion-icon-black.svg) no-repeat 0 0;
  content: " ";
  width: 18px;
  height: 12px;
}
@media (max-width: 768px) {
  .accordion-sec .sp-easy-accordion h3.ea-header {
    font-size: 1rem;
    line-height: normal;
  }
}
.accordion-sec .sp-easy-accordion .ea-expand h3.ea-header {
  background: transparent;
}
.accordion-sec .sp-easy-accordion .ea-expand h3.ea-header a {
  color: #005BE7 !important;
}
.accordion-sec .sp-easy-accordion .ea-expand .sp-collapse {
  background: transparent;
}
.accordion-sec .sp-easy-accordion .ea-body {
  background: transparent !important;
  padding: 1.25rem !important;
}
.accordion-sec .sp-easy-accordion .ea-body p {
  display: block;
  color: #495057;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .accordion-sec .sp-easy-accordion .ea-body p {
    font-size: 1rem;
    line-height: normal;
  }
}

.circle-outer {
  position: relative;
}
@media (max-width: 992px) {
  .circle-outer {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .circle-outer {
    flex-direction: column;
    gap: 0;
  }
}
.circle-outer .purple-circle {
  width: 204px;
  height: 204px;
  position: absolute;
  top: 2.15rem;
  right: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../images/white-purple-circle.png) no-repeat 0 0;
}
@media (max-width: 992px) {
  .circle-outer .purple-circle {
    margin-top: 1.25rem;
  }
}
.circle-outer .purple-circle span {
  font-weight: 900;
  font-size: 3rem;
  line-height: 3.563rem;
  color: #AD49E2;
}
.circle-outer .purple-circle small {
  color: #495057;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
}
.circle-outer .purple-circle:hover {
  background-image: url(../images/white-purple-circle-hover.png);
}
.circle-outer .purple-circle:hover span, .circle-outer .purple-circle:hover small {
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .circle-outer .purple-circle:hover {
    background: #AD49E2;
    border: 1px solid #AD49E2;
  }
}
@media (max-width: 992px) {
  .circle-outer .purple-circle {
    background: none;
    border-radius: 8px;
    height: auto;
    position: relative;
    border: 1px solid rgba(73, 73, 73, 0.35);
    width: 100%;
    top: 0;
    left: 0;
    padding: 1rem;
  }
}
.circle-outer .blue-circle {
  width: 189px;
  height: 204px;
  position: absolute;
  top: 12.4rem;
  right: 14.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../images/white-blue-circle.png) no-repeat 0 0;
}
@media (max-width: 992px) {
  .circle-outer .blue-circle {
    margin-top: 1.25rem;
  }
}
.circle-outer .blue-circle span {
  font-weight: 900;
  font-size: 3rem;
  line-height: 3.563rem;
  color: #005BE7;
}
.circle-outer .blue-circle small {
  color: #495057;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
}
.circle-outer .blue-circle:hover {
  background-image: url(../images/white-blue-circle-hover.png);
}
.circle-outer .blue-circle:hover span, .circle-outer .blue-circle:hover small {
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .circle-outer .blue-circle:hover {
    background: #005BE7;
    border: 1px solid #005BE7;
  }
}
@media (max-width: 992px) {
  .circle-outer .blue-circle {
    background: none;
    border-radius: 8px;
    height: auto;
    position: relative;
    border: 1px solid rgba(73, 73, 73, 0.35);
    width: 100%;
    top: 0;
    left: 0;
    padding: 1rem;
  }
}
.circle-outer .orange-circle {
  width: 204px;
  height: 204px;
  position: absolute;
  top: 12.1rem;
  right: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../images/white-orange-circle.png) no-repeat 0 0;
}
@media (max-width: 992px) {
  .circle-outer .orange-circle {
    margin-top: 1.25rem;
  }
}
.circle-outer .orange-circle span {
  font-weight: 900;
  font-size: 3rem;
  line-height: 3.563rem;
  color: #FBA01A;
}
.circle-outer .orange-circle small {
  color: #495057;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
}
.circle-outer .orange-circle:hover {
  background-image: url(../images/white-orange-circle-hover.png);
}
.circle-outer .orange-circle:hover span, .circle-outer .orange-circle:hover small {
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .circle-outer .orange-circle:hover {
    background: #FBA01A;
    border: 1px solid #FBA01A;
  }
}
@media (max-width: 992px) {
  .circle-outer .orange-circle {
    background: none;
    border-radius: 8px;
    height: auto;
    position: relative;
    border: 1px solid rgba(73, 73, 73, 0.35);
    width: 100%;
    top: 0;
    left: 0;
    padding: 1rem;
  }
}

.industry-demand-sec {
  background-color: #F8F9FA;
  padding: 4rem 0;
}
.industry-demand-sec .top-industry-demand {
  text-align: center;
}
.industry-demand-sec .top-industry-demand h3 {
  color: #232267;
  font-size: 2.625rem;
  line-height: 3.125rem;
  margin-bottom: 0.625rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .industry-demand-sec .top-industry-demand h3 {
    font-size: 1.5em;
    margin-bottom: 1rem;
    line-height: normal;
  }
}
.industry-demand-sec .top-industry-demand h4 {
  color: #212529;
  font-size: 1.5rem;
  line-height: 2.125rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .industry-demand-sec .top-industry-demand h4 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.industry-demand-sec .top-industry-demand p {
  color: #495057;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media (max-width: 768px) {
  .industry-demand-sec .top-industry-demand p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .industry-demand-sec .top-industry-demand p br {
    display: none;
  }
}
.industry-demand-sec .industry-demand-box-outer {
  display: flex;
  gap: 0px;
  flex-wrap: wrap;
  margin-top: 2.813rem;
}
@media (max-width: 992px) {
  .industry-demand-sec .industry-demand-box-outer {
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .industry-demand-sec .industry-demand-box-outer {
    flex-direction: column;
    gap: 20px;
  }
}
.industry-demand-sec .industry-demand-box-outer .industry-demand-box {
  width: 33.3333333333%;
  padding: 2.5rem;
  min-height: 17.625rem;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.industry-demand-sec .industry-demand-box-outer .industry-demand-box h5 {
  color: #212529;
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
  margin-bottom: 1.25rem;
  transition: all 0.75s;
  font-weight: 400;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .industry-demand-sec .industry-demand-box-outer .industry-demand-box h5 {
    font-size: 1.25rem;
    line-height: normal;
    font-weight: 700;
  }
}
.industry-demand-sec .industry-demand-box-outer .industry-demand-box p {
  color: #495057;
  font-size: 1.125rem;
  transition: all 0.75s;
  margin: 0;
}
@media (max-width: 768px) {
  .industry-demand-sec .industry-demand-box-outer .industry-demand-box p {
    font-size: 1rem;
    line-height: normal;
  }
}
.industry-demand-sec .industry-demand-box-outer .industry-demand-box.border-right {
  border-right: 1px solid #ADB5BD;
}
@media (max-width: 768px) {
  .industry-demand-sec .industry-demand-box-outer .industry-demand-box.border-right {
    border-right: 0px solid #ADB5BD;
  }
}
.industry-demand-sec .industry-demand-box-outer .industry-demand-box.border-boot {
  border-bottom: 1px solid #ADB5BD;
}
@media (max-width: 768px) {
  .industry-demand-sec .industry-demand-box-outer .industry-demand-box.border-boot {
    border-right: 0px solid #ADB5BD;
  }
}
.industry-demand-sec .industry-demand-box-outer .industry-demand-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: -2;
}
.industry-demand-sec .industry-demand-box-outer .industry-demand-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: #005BE7;
  transition: all 0.5s;
  z-index: -1;
}
.industry-demand-sec .industry-demand-box-outer .industry-demand-box:hover:before {
  height: 100%;
}
.industry-demand-sec .industry-demand-box-outer .industry-demand-box:hover h5, .industry-demand-sec .industry-demand-box-outer .industry-demand-box:hover p {
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .industry-demand-sec .industry-demand-box-outer .industry-demand-box {
    width: 50%;
    border: 1px solid #ADB5BD !important;
  }
}
@media (max-width: 768px) {
  .industry-demand-sec .industry-demand-box-outer .industry-demand-box {
    width: 100%;
    padding: 1.5rem;
    min-height: auto;
    border-radius: 8px;
  }
}
.industry-demand-sec .learn-more-btn {
  text-align: center;
  margin-top: 2.813rem;
}
.industry-demand-sec .learn-more-btn a {
  background: #005BE7;
  display: inline-block;
  width: auto;
  border-radius: 8px;
  padding: 0.938rem 1.875rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.5s;
  border: 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.industry-demand-sec .learn-more-btn a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #005BE7;
  border-radius: 0.5rem;
  z-index: -2;
}
.industry-demand-sec .learn-more-btn a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #FBA01A;
  transition: all 0.3s;
  border-radius: 0.5rem;
  z-index: -1;
}
.industry-demand-sec .learn-more-btn a:hover:before, .industry-demand-sec .learn-more-btn a:focus:before {
  width: 100%;
}

.human-resource-sec {
  background-color: #FFFFFF;
  padding: 4rem 0;
}
.human-resource-sec .top-human-resource {
  text-align: center;
}
.human-resource-sec .top-human-resource h3 {
  color: #232267;
  font-size: 2.625rem;
  line-height: 3.125rem;
  margin-bottom: 0.625rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .human-resource-sec .top-human-resource h3 {
    font-size: 1.5em;
    margin-bottom: 1rem;
    line-height: normal;
  }
}
.human-resource-sec .top-human-resource h4 {
  color: #212529;
  font-size: 1.5rem;
  line-height: 2.125rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .human-resource-sec .top-human-resource h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.human-resource-sec .top-human-resource p {
  color: #495057;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media (max-width: 768px) {
  .human-resource-sec .top-human-resource p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .human-resource-sec .top-human-resource p br {
    display: none;
  }
}
.human-resource-sec .lets-talk-btn {
  margin-top: 4rem;
}

.check-available-btn {
  margin-top: 2.5rem;
}
.check-available-btn a {
  display: inline-block;
  width: auto;
  border-radius: 0.5rem;
  padding: 0.938rem 1.875rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.5s;
  border: 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.check-available-btn a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #005BE7;
  border-radius: 0.5rem;
  z-index: -2;
}
.check-available-btn a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #FBA01A;
  transition: all 0.3s;
  border-radius: 0.5rem;
  z-index: -1;
}
.check-available-btn a:hover:before, .check-available-btn a:focus:before {
  width: 100%;
}
@media (max-width: 768px) {
  .check-available-btn {
    text-align: center;
  }
}

.footer {
  background-color: #232267;
  border-top: 1px solid rgba(255, 255, 255, 0.1490196078);
  padding: 4.063rem 0 2.813rem 0;
}
.footer .company-info address {
  color: #DFDFDF;
  font-size: 1rem;
  margin-top: 1.875rem;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.footer .company-info address span {
  width: 1.625rem;
  margin-right: 1.125rem;
}
.footer .company-info address small {
  color: #DFDFDF;
  font-size: 1rem;
}
.footer .company-info .email {
  margin-top: 1.625rem;
  font-size: 1rem;
}
.footer .company-info .email a {
  color: #DFDFDF;
}
.footer .company-info .email a img {
  margin-right: 1.125rem;
  display: inline-block;
  vertical-align: middle;
}
.footer .company-info .email a:hover {
  color: #FFFFFF;
}
.footer .company-info .phone {
  margin-top: 1.625rem;
  font-size: 1rem;
}
.footer .company-info .phone a {
  color: #DFDFDF;
}
.footer .company-info .phone a img {
  margin-right: 1.125rem;
  display: inline-block;
  vertical-align: middle;
}
.footer .company-info .phone a:hover {
  color: #FFFFFF;
}
.footer .footer-form h3 {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 2.625rem;
  line-height: 3rem;
  margin: 0;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .footer .footer-form h3 {
    font-size: 2em;
    line-height: 2.5rem;
    margin-top: 1rem;
  }
}
.footer .footer-form .footerFromSection {
  display: flex;
  flex-direction: column;
  gap: 0.938rem;
}
.footer .footer-form .footerFromSection .form-field-row {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .footer .footer-form .footerFromSection .form-field-row {
    flex-direction: column;
  }
}
.footer .footer-form .footerFromSection .form-field-row .form-field {
  flex: 1;
  min-width: 250px;
}
@media (max-width: 768px) {
  .footer .footer-form .footerFromSection .form-field-row .form-field {
    width: 100%;
  }
}
.footer .footer-form .footerFromSection .form-field {
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}
.footer .footer-form .footerFromSection .form-field .label-element {
  color: #FFFFFF;
  font-size: 1rem;
  margin: 0;
  margin-bottom: 0.5rem;
  line-height: normal;
  padding: 0;
  font-weight: 400;
}
.footer .footer-form .footerFromSection .form-field .label-element span {
  color: #FF0000;
  font-size: 1.25rem;
  vertical-align: middle;
}
.footer .footer-form .footerFromSection .form-field .form-element {
  border: 1px solid rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.1019607843);
  color: #FFFFFF;
  padding: 10px;
  border-radius: 5px;
  font-size: 1rem;
  height: 40px;
  width: 100%;
  margin: 0;
}
.footer .footer-form .footerFromSection .form-field .form-element:hover {
  border-color: #005BE7;
}
.footer .footer-form .footerFromSection .form-field textarea.form-element {
  height: 80px;
}
.footer .footer-form .footerFromSection .form-field .field-error {
  margin-top: 5px;
  padding: 0 0 0 5px;
  font-size: 0.875rem;
  color: #d63637;
  display: flex;
  gap: 5px;
  align-items: center;
}
.footer .footer-form .footerFromSection .form-field .field-error .fa {
  font-size: 0.875rem;
  color: #d63637;
}
.footer .footer-form .footerFromSection .form-field.has-error .form-element {
  border-color: #d63637;
}
.footer .footer-form .footerFromSection .form-field button.iti__selected-country {
  background: transparent;
  border: 0px;
  font-size: 1rem;
  color: #444444;
}
.footer .footer-form .footerFromSection .form-field button.iti__selected-country:hover, .footer .footer-form .footerFromSection .form-field button.iti__selected-country:focus {
  background: transparent;
  border: 0;
  color: #444444;
}
.footer .footer-form .footerFromSection .form-field button.iti__selected-country .iti__selected-dial-code {
  font-size: 1rem;
  color: #444444;
}
.footer .footer-form .footerFromSection .form-field .iti__dropdown-content {
  padding: 0.5rem;
  margin-top: 1px !important;
}
.footer .footer-form .footerFromSection .form-field .iti__dropdown-content .iti__search-input {
  border: 1px solid #D9D9D9;
  background-color: #FFFFFF;
  color: #444444;
  padding: 10px;
  border-radius: 5px;
  font-size: 1rem;
  height: 40px;
  width: 100%;
  margin: 0;
}
.footer .footer-form .footerFromSection .form-field .iti__dropdown-content .iti__country-list .iti__country {
  font-size: 1rem;
}
.footer .footer-form .footerFromSection .form-btn-submit {
  background-color: #005BE7 !important;
  float: left;
  text-align: center;
  border-radius: 8px;
  height: 3.75rem;
  font-size: 1.25rem !important;
  font-weight: 600;
  border: 0px;
  padding: 0.938rem 1.875rem !important;
  color: #FFFFFF;
  margin: 0 !important;
  margin-top: 1.25rem;
}
.footer .footer-form .footerFromSection .form-btn-submit:hover {
  background-color: #FBA01A !important;
}
.footer .footer-form .footerFromSection .form-btn-submit::after {
  border: 0px !important;
}
.footer .footer-boot {
  margin-top: 2.875rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1490196078);
  padding-top: 1.875rem;
}
.footer .footer-boot p {
  color: #DFDFDF;
  font-size: 1rem;
}
@media (max-width: 992px) {
  .footer .footer-boot p {
    text-align: center;
  }
}
.footer .footer-boot ul {
  display: flex;
  list-style: none;
  align-items: flex-end;
  margin: 0;
  padding: 0;
  gap: 1.25rem;
}
@media (max-width: 992px) {
  .footer .footer-boot ul {
    justify-content: center;
    margin-top: 1rem;
  }
}
.footer .footer-boot ul li a {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1490196078);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.footer .footer-boot ul li a:hover {
  background: rgba(237, 217, 217, 0.1490196078);
}

.inner-page-banner {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  min-height: 350px;
}
.inner-page-banner.category-page {
  background: #161616;
  position: relative;
}
.inner-page-banner.category-page .left-bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 409px;
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.25) {
  .inner-page-banner.category-page .left-bg-img {
    width: 309px;
  }
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .inner-page-banner.category-page .left-bg-img {
    width: 209px;
  }
}
@media (max-width: 768px) {
  .inner-page-banner.category-page .left-bg-img {
    display: none;
  }
}
.inner-page-banner.category-page .right-bg-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 299px;
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .inner-page-banner.category-page .right-bg-img {
    width: 159px;
  }
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.25) {
  .inner-page-banner.category-page .right-bg-img {
    width: 199px;
  }
}
@media (max-width: 768px) {
  .inner-page-banner.category-page .right-bg-img {
    display: none;
  }
}
.inner-page-banner.about-page-banner {
  background: #161616;
  position: relative;
}
.inner-page-banner.about-page-banner .left-bg-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 461px;
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.25) {
  .inner-page-banner.about-page-banner .left-bg-img {
    width: 361px;
  }
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .inner-page-banner.about-page-banner .left-bg-img {
    width: 280px;
  }
}
@media (max-width: 768px) {
  .inner-page-banner.about-page-banner .left-bg-img {
    display: none;
  }
}
.inner-page-banner.about-page-banner .right-bg-img {
  position: absolute;
  right: 0;
  bottom: 2%;
  width: 300px;
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.25) {
  .inner-page-banner.about-page-banner .right-bg-img {
    width: 200px;
  }
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .inner-page-banner.about-page-banner .right-bg-img {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .inner-page-banner.about-page-banner .right-bg-img {
    display: none;
  }
}
.inner-page-banner .page-banner-Inner {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.inner-page-banner .page-banner-Inner h1 {
  color: #FFFFFF;
  font-size: 2.25rem;
  line-height: 2.625rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .inner-page-banner .page-banner-Inner h1 {
    font-size: 1.25em;
    line-height: 1.75rem;
    margin-bottom: 1rem;
  }
}
.inner-page-banner .page-banner-Inner p {
  color: #FFFFFF;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 1.875rem;
  text-align: center;
}
@media (max-width: 768px) {
  .inner-page-banner .page-banner-Inner p {
    font-size: 1rem;
    line-height: normal;
  }
  .inner-page-banner .page-banner-Inner p br {
    display: none;
  }
}
.inner-page-banner .page-banner-Inner .speak-expert {
  margin-top: 1.438rem;
}
.inner-page-banner .page-banner-Inner .speak-expert a {
  background: #005BE7;
  padding: 1.375rem 2.938rem;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.5s;
}
.inner-page-banner .page-banner-Inner .speak-expert a:hover {
  background: #FBA01A;
}

.top-talentpool-btn {
  background: #F8F8F8;
  border: 1px solid #DEE2E6;
  padding: 0.625rem 0;
}
.top-talentpool-btn .talentpool-top-btn {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
  gap: 0px;
}
.top-talentpool-btn .talentpool-top-btn a {
  width: 21.875rem;
  height: 3.188rem;
  border: 1px solid #DEE2E6;
  background: #FFFFFF;
  color: #212529;
  font-size: 1.125rem;
  line-height: 3.188rem;
  font-weight: 600;
  text-align: center;
}
.top-talentpool-btn .talentpool-top-btn a:hover, .top-talentpool-btn .talentpool-top-btn a.active {
  background-color: #005BE7;
  color: #FFFFFF;
}
.top-talentpool-btn .talentpool-top-btn a:first-child {
  border-radius: 5px 0 0 5px;
}
.top-talentpool-btn .talentpool-top-btn a:last-child {
  border-radius: 0 5px 5px 0;
}
.top-talentpool-btn.affix {
  position: fixed;
  top: 6rem;
  max-width: 100%;
  width: 100%;
  left: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.168627451);
  z-index: 9;
}

.top-compunnel-heading {
  text-align: center;
  margin-bottom: 3.125rem;
}
@media (max-width: 768px) {
  .top-compunnel-heading {
    margin-bottom: 1rem;
  }
}
.top-compunnel-heading h3 {
  color: #232267;
  font-size: 2.625rem;
  line-height: 3.125rem;
  margin-bottom: 0.625rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .top-compunnel-heading h3 {
    font-size: 1.5em;
    line-height: normal;
    margin-bottom: 1rem;
  }
}
.top-compunnel-heading p {
  color: #495057;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media (max-width: 768px) {
  .top-compunnel-heading p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .top-compunnel-heading p br {
    display: none;
  }
}

@keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.future-compunnel-sec {
  padding: 2rem 0 4rem 0;
}
.future-compunnel-sec .step-outer-sec {
  margin-top: 4rem;
}
.future-compunnel-sec .step-outer-sec .step-outer-card {
  margin-top: 1.563rem;
  border-bottom: 1px solid #DEE2E6;
  padding-bottom: 1.563rem;
  display: flex;
  gap: 2%;
}
@media (max-width: 768px) {
  .future-compunnel-sec .step-outer-sec .step-outer-card {
    flex-direction: column;
    gap: 0;
  }
}
.future-compunnel-sec .step-outer-sec .step-outer-card .outer-card-left {
  width: 40%;
}
@media (max-width: 768px) {
  .future-compunnel-sec .step-outer-sec .step-outer-card .outer-card-left {
    width: 100%;
  }
}
.future-compunnel-sec .step-outer-sec .step-outer-card .outer-card-left .steps-btn {
  position: relative;
  height: 1.875rem;
}
.future-compunnel-sec .step-outer-sec .step-outer-card .outer-card-left .steps-btn .step {
  position: absolute;
  left: 0;
  top: 0px;
  background: #005BE7;
  color: #FFFFFF;
  z-index: 2;
  border-radius: 5px;
  width: 5.25rem;
  height: 1.875rem;
  text-align: center;
  line-height: 1.875rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
}
.future-compunnel-sec .step-outer-sec .step-outer-card .outer-card-left .steps-btn .step-border {
  height: 1px;
  background-color: #FBA01A;
  width: 100%;
  margin-top: 0.875rem;
  position: absolute;
}
.future-compunnel-sec .step-outer-sec .step-outer-card .outer-card-left .steps-btn .circle {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  padding: 0.25rem;
  border: 1px solid #FBA01A;
  z-index: 2;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #FFFFFF;
}
.future-compunnel-sec .step-outer-sec .step-outer-card .outer-card-left .steps-btn .circle small {
  width: 0.875rem;
  height: 0.875rem;
  display: inline-block;
  background: #FBA01A;
  border-radius: 100%;
  vertical-align: top;
  animation: 2s blink ease infinite;
}
.future-compunnel-sec .step-outer-sec .step-outer-card .outer-card-left h4 {
  color: #212529;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-top: 0.625rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .future-compunnel-sec .step-outer-sec .step-outer-card .outer-card-left h4 br {
    display: none;
  }
}
.future-compunnel-sec .step-outer-sec .step-outer-card .outer-card-right {
  width: 58%;
}
@media (max-width: 768px) {
  .future-compunnel-sec .step-outer-sec .step-outer-card .outer-card-right {
    width: 100%;
  }
}
.future-compunnel-sec .step-outer-sec .step-outer-card .outer-card-right p {
  color: #495057;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: justify;
}
.future-compunnel-sec .step-outer-sec .step-outer-card.last {
  border-bottom: 0px;
  padding-bottom: 0;
}

.hire-on-demand-sec {
  padding: 4rem 0;
  background: #F8F9FA;
}
.hire-on-demand-sec .hire-on-demand-listing {
  margin-top: 3rem;
}
@media (max-width: 992px) {
  .hire-on-demand-sec .hire-on-demand-listing {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .hire-on-demand-sec .hire-on-demand-listing {
    display: block;
  }
}
.hire-on-demand-sec .hire-on-demand-listing ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 992px) {
  .hire-on-demand-sec .hire-on-demand-listing ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.hire-on-demand-sec .hire-on-demand-listing ul li {
  color: #495057;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  line-height: 1.375rem;
  text-transform: capitalize;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.search-result-sec {
  padding: 4rem 0;
}
.search-result-sec .search-result-card {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .search-result-sec .search-result-card {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .search-result-sec .search-result-card {
    display: flex;
    width: 100%;
    justify-content: center;
    max-width: 100%;
  }
}
.search-result-sec .search-result-card .no-matches-message {
  text-align: center;
  padding: 40px 0;
}
.search-result-sec .search-result-card .no-matches-message h3 {
  color: #232267;
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 0.625rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .search-result-sec .search-result-card .no-matches-message h3 {
    font-size: 1.5em;
    margin-bottom: 1rem;
    line-height: normal;
  }
}
.search-result-sec .search-result-card .job-card {
  box-shadow: 0px 0px 3px 0px rgba(0, 91, 231, 0.2509803922);
  border: 2px solid transparent;
  background-color: #FFFFFF;
  padding: 1.563rem 1.563rem 1.563rem 1.625rem;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  transition: all 0.5s;
  height: auto !important;
  position: relative;
  flex: 0 0 calc(25% - 1rem);
}
@media (max-width: 992px) {
  .search-result-sec .search-result-card .job-card {
    flex: 0 0 calc(50% - 1rem);
  }
}
@media (max-width: 768px) {
  .search-result-sec .search-result-card .job-card {
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.search-result-sec .search-result-card .job-card:hover {
  border: 2px solid #005BE7;
  box-shadow: 0px 0px 5px 0px rgba(0, 91, 231, 0.2509803922);
}
.search-result-sec .search-result-card .job-card .profile-pic img {
  border-radius: 0.5rem;
}
@media (max-width: 768px) {
  .search-result-sec .search-result-card .job-card .profile-pic {
    display: flex;
    width: 100%;
    justify-content: center;
    max-width: 100%;
  }
}
.search-result-sec .search-result-card .job-card .job-name-exp {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  align-items: center;
  margin-bottom: 1.25rem;
}
.search-result-sec .search-result-card .job-card .job-name-exp .job-name {
  background: linear-gradient(180deg, rgba(0, 91, 231, 0.1) 0%, rgba(118, 118, 255, 0.1) 100%);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
}
.search-result-sec .search-result-card .job-card .job-name-exp .job-exp {
  color: #212529;
  font-size: 1rem;
  line-height: 1.375rem;
  display: flex;
  gap: 10px;
  align-items: center;
}
.search-result-sec .search-result-card .job-card .job-name-exp .job-exp .fa {
  width: 20px;
  display: inline-block;
}
.search-result-sec .search-result-card .job-card .job-location {
  color: #212529;
  font-size: 1rem;
  line-height: 1.375rem;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 0.625rem;
}
.search-result-sec .search-result-card .job-card .job-location .fa {
  width: 20px;
  display: inline-block;
}
.search-result-sec .search-result-card .job-card .job-role-bookmark {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.625rem;
  flex-wrap: wrap;
}
.search-result-sec .search-result-card .job-card .job-role-bookmark .bookmark {
  margin-left: 10px;
}
.search-result-sec .search-result-card .job-card .job-role-bookmark .bookmark a {
  display: block;
  position: relative;
}
.search-result-sec .search-result-card .job-card .job-role-bookmark .bookmark a .fa {
  font-size: 1.25rem;
  color: #212529;
}
.search-result-sec .search-result-card .job-card .job-role-bookmark .bookmark a.selected .fa {
  color: #2CAB2A;
}
.search-result-sec .search-result-card .job-card .job-role-bookmark .bookmark a::before {
  content: "Add to my pool";
  display: none;
  transition: all 0.3s;
  position: absolute;
  color: #495057;
  box-shadow: 0px 0px 10px 0px rgba(86, 97, 114, 0.2);
  font-size: 0.875rem;
  background: #FFFFFF;
  border-radius: 5px;
  left: -7rem;
  top: 0;
  padding: 0.219rem;
  width: 6.5rem;
}
.search-result-sec .search-result-card .job-card .job-role-bookmark .bookmark a::after {
  content: "";
  position: absolute;
  left: -8px;
  top: 31%;
  display: none;
  transition: all 0.3s;
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent transparent white;
}
.search-result-sec .search-result-card .job-card .job-role-bookmark .bookmark a:hover::before {
  display: block;
}
.search-result-sec .search-result-card .job-card .job-role-bookmark .bookmark a:hover::after {
  display: block;
}
.search-result-sec .search-result-card .job-card .job-role-bookmark .bookmark a.selected::before {
  content: "Remove from my pool";
  width: 9rem;
  left: -9.5rem;
}
.search-result-sec .search-result-card .job-card .job-role-bookmark .job-role {
  color: #005BE7;
  width: calc(100% - 34px);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.375rem;
  flex-grow: 1;
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .search-result-sec .search-result-card .job-card .job-role-bookmark .job-role {
    font-size: 1rem;
  }
}
.search-result-sec .search-result-card .job-card figure {
  color: #2CAB2A;
  font-size: 1rem;
  line-height: 1.25rem;
  display: flex;
  gap: 10px;
  position: relative;
}
.search-result-sec .search-result-card .job-card figure .verified-hover::before {
  content: "Verified through our multi-stage assessments, project-based evaluations, and peer-reviewed performance benchmarks.";
  position: absolute;
  bottom: -115px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  padding: 10px 15px;
  font-size: 14px;
  color: #495057;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  width: 100%;
  text-align: left;
  z-index: 100;
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .search-result-sec .search-result-card .job-card figure .verified-hover::before {
    font-size: 0.875rem;
    bottom: -157px;
  }
}
.search-result-sec .search-result-card .job-card figure .verified-hover::after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 40%;
  transform: translateX(-50%);
  display: none;
  border-width: 12px;
  border-style: solid;
  border-color: transparent transparent #FFFFFF transparent;
  z-index: 101;
}
.search-result-sec .search-result-card .job-card figure:hover .verified-hover::before {
  display: block;
}
.search-result-sec .search-result-card .job-card figure:hover .verified-hover::after {
  display: block;
}
.search-result-sec .search-result-card .job-card .job-summary {
  height: 3em;
  overflow: hidden;
  margin-top: 0.625rem;
}
.search-result-sec .search-result-card .job-card .job-summary p {
  color: #495057;
  font-size: 1rem;
  line-height: 1.25rem;
}
.search-result-sec .search-result-card .job-card .btn-view-profile {
  margin-top: 0.938rem;
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.search-result-sec .search-result-card .job-card .btn-view-profile a {
  color: #005BE7;
  font-weight: 500;
  font-size: 1rem;
  vertical-align: middle;
}
.search-result-sec .search-result-card .job-card .btn-view-profile a span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.search-result-sec .search-result-card .job-card .btn-view-profile a .fa {
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.5s;
}
.search-result-sec .search-result-card .job-card .btn-view-profile a:hover .fa {
  margin-left: 10px;
}
.search-result-sec .search-result-card .job-card.want-explore-card {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: 0px;
  align-items: center;
  justify-content: center;
  min-height: 550px;
  box-shadow: 1px 2px 3px 0px rgba(0, 91, 231, 0.2509803922);
  background: url(../images/last-slide-bg.jpg) no-repeat 0 0;
  transition: all 0.8s;
  background-size: cover;
}
.search-result-sec .search-result-card .job-card.want-explore-card:hover {
  background-position: top right;
}
.search-result-sec .search-result-card .job-card.want-explore-card h3 {
  color: #FFFFFF;
  font-size: 2.25rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.search-result-sec .search-result-card .job-card.want-explore-card .talk-our-expert {
  display: block;
  border-radius: 0.5rem;
  padding: 1.5rem 0;
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.5s;
  border: 0px !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.search-result-sec .search-result-card .job-card.want-explore-card .talk-our-expert:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #005BE7;
  border-radius: 0.5rem;
  z-index: -2;
}
.search-result-sec .search-result-card .job-card.want-explore-card .talk-our-expert:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #FBA01A;
  transition: all 0.3s;
  border-radius: 0.5rem;
  z-index: -1;
}
.search-result-sec .search-result-card .job-card.want-explore-card .talk-our-expert:hover:before, .search-result-sec .search-result-card .job-card.want-explore-card .talk-our-expert:focus:before {
  width: 100%;
}

.who-we-are-sec {
  padding: 4rem 0;
  position: relative;
}
.who-we-are-sec .who-are-slider-outer {
  margin-top: 3.5rem;
  position: relative;
}
.who-we-are-sec .who-are-slider-outer .slider-content h2 {
  color: #212529;
  font-size: 3.5rem;
  line-height: 4.25rem;
  margin-bottom: 1.875rem;
  font-weight: 400;
}
@media (max-width: 992px) {
  .who-we-are-sec .who-are-slider-outer .slider-content h2 {
    font-size: 1.5rem;
    line-height: normal;
  }
  .who-we-are-sec .who-are-slider-outer .slider-content h2 br {
    display: none;
  }
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .who-we-are-sec .who-are-slider-outer .slider-content h2 {
    font-size: 3rem;
    line-height: 3.75rem;
  }
}
.who-we-are-sec .who-are-slider-outer .slider-content p {
  color: #495057;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
@media (max-width: 992px) {
  .who-we-are-sec .who-are-slider-outer .slider-content p {
    margin-bottom: 1rem;
    font-size: 1rem;
  }
}
.who-we-are-sec .who-are-slider-outer .slider-card .slider-orange-box {
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
  background-color: #FBA01A;
  width: 10rem;
  height: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 3.5rem;
  right: 3rem;
}
.who-we-are-sec .who-are-slider-outer .slider-card .slider-orange-box span {
  color: #FFFFFF;
  font-weight: 900;
  font-size: 3rem;
}
.who-we-are-sec .who-are-slider-outer .slider-card .slider-orange-box small {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1.25rem;
}
@media (max-width: 992px) {
  .who-we-are-sec .who-are-slider-outer .slider-card .slider-orange-box {
    display: none;
  }
}
.who-we-are-sec .who-are-slider-outer .owl-dots {
  display: none !important;
}
.who-we-are-sec .who-are-slider-outer .white, .who-we-are-sec .who-are-slider-outer .black {
  position: initial !important;
}
@media (max-width: 992px) {
  .who-we-are-sec .who-are-slider-outer .white, .who-we-are-sec .who-are-slider-outer .black {
    position: relative !important;
    top: 0rem !important;
  }
}
.who-we-are-sec .who-are-slider-outer .sa_owl_thumbs_wrap {
  position: absolute !important;
  left: 0;
  top: 25.75rem !important;
  width: auto !important;
}
@media (max-width: 992px) {
  .who-we-are-sec .who-are-slider-outer .sa_owl_thumbs_wrap {
    position: relative !important;
    top: 2rem !important;
  }
}
.who-we-are-sec .who-are-slider-outer .sa_owl_thumbs_wrap .owl-thumb-item {
  width: 100px !important;
  height: 100px !important;
  transition: all 0.5s;
  margin-right: 10px;
}
@media (max-width: 992px) {
  .who-we-are-sec .who-are-slider-outer .sa_owl_thumbs_wrap .owl-thumb-item {
    width: 70px !important;
    height: 70px !important;
  }
}
.who-we-are-sec .who-are-slider-outer .sa_owl_thumbs_wrap .owl-thumb-item.active {
  width: 160px !important;
  height: 160px !important;
}
@media (max-width: 992px) {
  .who-we-are-sec .who-are-slider-outer .sa_owl_thumbs_wrap .owl-thumb-item.active {
    width: 120px !important;
    height: 120px !important;
  }
}
.who-we-are-sec .who-are-slider-outer .white #whoweareslider.sa_owl_theme .sa_hover_container {
  background: none !important;
  min-height: auto !important;
}

.about-accordion-outer {
  padding: 4rem 0;
}
.about-accordion-outer .diversity-boot-content {
  border-top: 1px solid #DEE2E6;
  border-bottom: 1px solid #DEE2E6;
  padding: 1.875rem 0;
  margin-top: 3.125rem;
}
.about-accordion-outer .diversity-boot-content p {
  color: #495057;
  font-size: 1.25rem;
  line-height: normal;
  font-weight: 600;
}
@media (max-width: 992px) {
  .about-accordion-outer figure {
    text-align: center;
  }
}
.about-accordion-outer figure img {
  transition: all 0.5s;
}
.about-accordion-outer figure img:hover {
  transform: rotateY(20deg);
}
@media (max-width: 992px) {
  .about-accordion-outer figure img {
    margin-top: 2rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .about-accordion-outer figure {
    margin-top: 2rem;
  }
}

.modal-content {
  background: transparent !important;
  border: 0px !important;
}
.modal-content .modal-heading {
  background: #005BE7;
  padding: 1.25rem;
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: space-between;
}
.modal-content .modal-heading h1 {
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 600;
}
.modal-content .modal-heading .btnClose {
  background: url(../images/cross-icon.svg) no-repeat 0 0 !important;
  opacity: 0.7;
  background-color: transparent;
  border: 0px;
  width: 14px;
  height: 14px;
  padding: 0;
  margin: 0;
}
.modal-content .modal-heading .btnClose:hover {
  opacity: 1;
}
.modal-content .modal-body {
  background: #FFFFFF;
  border-radius: 0 0 10px 10px;
  padding: 1.5rem;
}
.modal-content .modal-body p {
  margin: 0 0 0.25rem 0;
  padding: 0;
}
.modal-content .modal-body label {
  color: #444444;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.125rem;
  font-weight: 400;
}
.modal-content .modal-body label span {
  color: #FF0000;
  font-size: 1.25rem;
  vertical-align: middle;
}
.modal-content .modal-body .wpcf7-form-control-wrap {
  display: block;
}
.modal-content .modal-body .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 0.75rem;
}
.modal-content .modal-body .wpcf7-form-control-wrap input, .modal-content .modal-body .wpcf7-form-control-wrap select, .modal-content .modal-body .wpcf7-form-control-wrap textarea {
  border: 1px solid #D9D9D9;
  background-color: #FFFFFF;
  color: #777777;
  padding: 0.625rem;
  border-radius: 5px;
  font-size: 1rem;
  height: 40px;
  width: 100%;
  margin: 0;
}
.modal-content .modal-body .wpcf7-form-control-wrap input:hover, .modal-content .modal-body .wpcf7-form-control-wrap input:focus, .modal-content .modal-body .wpcf7-form-control-wrap input:active, .modal-content .modal-body .wpcf7-form-control-wrap select:hover, .modal-content .modal-body .wpcf7-form-control-wrap select:focus, .modal-content .modal-body .wpcf7-form-control-wrap select:active, .modal-content .modal-body .wpcf7-form-control-wrap textarea:hover, .modal-content .modal-body .wpcf7-form-control-wrap textarea:focus, .modal-content .modal-body .wpcf7-form-control-wrap textarea:active {
  border-color: #005BE7;
  box-shadow: none;
  outline: none;
}
.modal-content .modal-body .wpcf7-form-control-wrap select {
  font-family: "Lato", serif;
  padding: 0 0.625rem;
}
.modal-content .modal-body .wpcf7-form-control-wrap textarea {
  min-height: 4em;
}
.modal-content .modal-body .wpcf7-submit.wpcf7-form-control {
  background-color: #005BE7 !important;
  float: right;
  text-align: center;
  border-radius: 8px;
  font-size: 1.25rem !important;
  font-weight: 600;
  border: 0px;
  padding: 0.938rem 1.875rem !important;
  color: #FFFFFF;
  margin: 0;
  margin-top: 1.25rem;
}
.modal-content .modal-body .wpcf7-submit.wpcf7-form-control:hover {
  background-color: #FBA01A !important;
}
.modal-content .modal-body .wpcf7-response-output {
  margin: 1rem;
  border: 0px;
  padding: 1rem 0;
  font-size: 1rem;
  color: #FF0000;
  margin: 0;
}
.modal-content .modal-body .wpcf7 form.sent .wpcf7-response-output {
  color: #46b450 !important;
}

.error-404-page {
  padding-top: 6rem;
  text-align: center;
  padding-bottom: 6rem;
}
.error-404-page h2 {
  font-size: 6rem;
  letter-spacing: 14px;
  font-weight: 700;
}
.error-404-page p {
  opacity: 0.5;
  font-size: 1.5rem;
}
.error-404-page p a {
  color: #3868e9;
}

.loader-outer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}
.loader-outer .loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  top: 50%;
  margin-top: -24px;
  position: relative;
  border: 3px solid;
  border-color: #005BE7 #005BE7 transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader-outer .loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent #FBA01A #FBA01A;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.candidateProfile .modal-body {
  border-radius: 25px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 2.5rem;
}
.candidateProfile .modal-body .profile-outer {
  position: relative;
  display: flex;
  margin-bottom: 2.25rem;
  gap: 3rem;
}
@media (max-width: 768px) {
  .candidateProfile .modal-body .profile-outer {
    flex-direction: column;
    gap: 1rem;
    align-items: start;
  }
}
.candidateProfile .modal-body .profile-outer .btnClose {
  background: url(../images/cross-icon-blue.svg) no-repeat 0 0 !important;
  transition: transform 0.3s ease;
  background-color: transparent;
  border: 0px;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  .candidateProfile .modal-body .profile-outer .btnClose {
    top: -27px;
    right: -23px;
  }
}
.candidateProfile .modal-body .profile-outer .btnClose:hover {
  transform: scale(1.05);
}
.candidateProfile .modal-body .profile-outer .can-profile-pic {
  width: 245px;
}
@media (max-width: 768px) {
  .candidateProfile .modal-body .profile-outer .can-profile-pic {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.candidateProfile .modal-body .profile-outer .can-profile-pic img {
  border-radius: 8px;
}
.candidateProfile .modal-body .profile-outer .job-outer {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.candidateProfile .modal-body .profile-outer .job-outer .job-name-role {
  display: flex;
  gap: 20px;
  align-items: center;
}
.candidateProfile .modal-body .profile-outer .job-outer .job-name-role .job-role {
  max-width: 70%;
}
.candidateProfile .modal-body .profile-outer .job-outer .job-name {
  background: linear-gradient(180deg, rgba(0, 91, 231, 0.1) 0%, rgba(118, 118, 255, 0.1) 100%);
  border-radius: 50%;
  height: 55px;
  width: 55px;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
}
.candidateProfile .modal-body .profile-outer .job-outer figure {
  color: #2CAB2A;
  font-size: 1rem;
  display: flex;
  gap: 10px;
  align-items: center;
  line-height: 1.5rem;
  position: relative;
}
.candidateProfile .modal-body .profile-outer .job-outer figure .verified-hover::before {
  content: "Verified through our multi-stage assessments, project-based evaluations, and peer-reviewed performance benchmarks.";
  position: absolute;
  bottom: -126px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  padding: 10px 15px;
  font-size: 14px;
  color: #495057;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  width: 100%;
  text-align: left;
  z-index: 100;
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .candidateProfile .modal-body .profile-outer .job-outer figure .verified-hover::before {
    font-size: 0.875rem;
    bottom: -157px;
  }
}
.candidateProfile .modal-body .profile-outer .job-outer figure .verified-hover::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 40%;
  transform: translateX(-50%);
  display: none;
  border-width: 12px;
  border-style: solid;
  border-color: transparent transparent #FFFFFF transparent;
  z-index: 101;
}
.candidateProfile .modal-body .profile-outer .job-outer figure:hover .verified-hover::before {
  display: block;
}
.candidateProfile .modal-body .profile-outer .job-outer figure:hover .verified-hover::after {
  display: block;
}
.candidateProfile .modal-body .profile-outer .job-outer .job-role {
  color: #005BE7;
  font-size: 1.5rem;
  font-weight: 700;
}
.candidateProfile .modal-body .profile-outer .job-outer .job-exp {
  color: #212529;
  font-size: 1rem;
  display: flex;
  gap: 10px;
  align-items: center;
  line-height: 1.5rem;
}
.candidateProfile .modal-body .profile-outer .job-outer .job-exp .fa {
  width: 25px;
  display: inline-block;
}
.candidateProfile .modal-body .profile-outer .job-outer .job-summary {
  height: 4em;
  overflow: hidden;
  margin-top: 10px;
}
.candidateProfile .modal-body .profile-outer .job-outer .job-summary p {
  color: #495057;
  font-size: 1erm;
  line-height: 1.25em;
}
.candidateProfile .modal-body .profile-outer .certification-sec ul {
  margin: 0 0 0 0.625rem;
  padding: 0 0 0 1.25rem;
}
.candidateProfile .modal-body .profile-outer .certification-sec ul li {
  color: #495057;
  font-size: 1rem;
  border-bottom: 1px solid rgb(222, 226, 230);
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.candidateProfile .modal-body .profile-outer .certification-sec ul li:last-child {
  border-bottom: 0px;
}
.candidateProfile .modal-body .job-summary {
  margin-bottom: 2.25rem;
}
.candidateProfile .modal-body .job-summary p {
  color: #495057;
  font-size: 1rem;
  line-height: 1.25rem;
  margin: 0;
}
.candidateProfile .modal-body .job-summary ul {
  margin: 0;
  margin-left: 10px;
  padding: 0;
  padding-left: 10px;
}
.candidateProfile .modal-body .job-summary ul li {
  color: #495057;
  font-size: 1rem;
}
.candidateProfile .modal-body .skill-edu-outer {
  margin-bottom: 2.25rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 768px) {
  .candidateProfile .modal-body .skill-edu-outer {
    flex-direction: column;
  }
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1) {
  .candidateProfile .modal-body .skill-edu-outer {
    gap: 3rem;
  }
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.25) {
  .candidateProfile .modal-body .skill-edu-outer {
    gap: 2rem;
  }
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .candidateProfile .modal-body .skill-edu-outer {
    gap: 1.5rem;
  }
}
.candidateProfile .modal-body .skill-edu-outer .skill {
  flex: 1;
  box-sizing: border-box;
}
.candidateProfile .modal-body .skill-edu-outer .skill .skill-budge {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.candidateProfile .modal-body .skill-edu-outer .skill .skill-budge span {
  color: rgb(44, 171, 42);
  font-size: 0.875rem;
  background: rgba(44, 171, 42, 0.1);
  padding: 5px 15px;
  border-radius: 20px;
  white-space: normal;
  max-width: 100%;
}
.candidateProfile .modal-body .skill-edu-outer .education {
  width: 100%;
  box-sizing: border-box;
}
.candidateProfile .modal-body .skill-edu-outer .education ul {
  margin: 0;
  margin-left: 10px;
  padding: 0;
  padding-left: 20px;
  max-height: 100px;
  overflow: auto;
}
.candidateProfile .modal-body .skill-edu-outer .education ul li {
  color: #495057;
  font-size: 1rem;
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1) {
  .candidateProfile .modal-body .skill-edu-outer .education ul li {
    font-size: 1rem;
  }
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.25) {
  .candidateProfile .modal-body .skill-edu-outer .education ul li {
    font-size: 0.75rem;
  }
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .candidateProfile .modal-body .skill-edu-outer .education ul li {
    font-size: 0.875rem;
  }
}
.candidateProfile .modal-body .skill-edu-outer .work-exp {
  flex: 1;
  box-sizing: border-box;
}
.candidateProfile .modal-body .skill-edu-outer .work-exp ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 100px;
  overflow: auto;
}
.candidateProfile .modal-body .skill-edu-outer .work-exp ul li {
  color: #495057;
  font-size: 1rem;
  border-bottom: 1px solid #DEE2E6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.candidateProfile .modal-body .skill-edu-outer .work-exp ul li :last-child {
  border-bottom: 0px;
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1) {
  .candidateProfile .modal-body .skill-edu-outer .work-exp ul li {
    font-size: 1rem;
  }
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.25) {
  .candidateProfile .modal-body .skill-edu-outer .work-exp ul li {
    font-size: 0.75rem;
  }
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .candidateProfile .modal-body .skill-edu-outer .work-exp ul li {
    font-size: 0.875rem;
  }
}
.candidateProfile .modal-body h3 {
  color: #212529;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 0.938rem;
}
.candidateProfile .modal-body .btn-interested a {
  border-radius: 0.5rem;
  padding: 0.938rem 1.875rem;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.candidateProfile .modal-body .btn-interested a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #005BE7;
  border-radius: 0.5rem;
  z-index: -2;
}
.candidateProfile .modal-body .btn-interested a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #FBA01A;
  transition: all 0.3s;
  border-radius: 0.5rem;
  z-index: -1;
}
.candidateProfile .modal-body .btn-interested a:hover:before {
  width: 100%;
}

.contact-form .wpforms-container {
  margin: 0 !important;
}
.contact-form .wpforms-container .wpforms-field-container .wpforms-field {
  padding: 0;
  padding-bottom: 0.938rem;
}
.contact-form .wpforms-container .wpforms-field-container .wpforms-field-label {
  color: #444444;
  font-size: 1rem;
  margin: 0;
  margin-bottom: 0.5rem;
  line-height: normal;
  padding: 0;
  font-weight: 400;
}
.contact-form .wpforms-container .wpforms-field-container .wpforms-required-label {
  font-size: 14px;
}
.contact-form .wpforms-container .wpforms-field-container .wpforms-field-large {
  border: 1px solid #D9D9D9;
  background-color: #FFFFFF;
  color: #444444;
  padding: 10px;
  border-radius: 5px;
  font-size: 1rem;
  height: 40px;
  width: 100%;
  margin: 0;
}
.contact-form .wpforms-container .wpforms-field-container .wpforms-field-large:hover {
  border: 1px solid #4C4F58;
}
.contact-form .wpforms-container .wpforms-field-container textarea.wpforms-field-medium {
  height: 60px;
  border: 1px solid #D9D9D9;
  background-color: #FFFFFF;
  color: #444444;
  padding: 10px;
  border-radius: 5px;
  font-size: 1rem;
  height: 40px;
  width: 100%;
  margin: 0;
}
.contact-form .wpforms-container .wpforms-field-container textarea.wpforms-field-medium:hover {
  border: 1px solid #4C4F58;
}
.contact-form .wpforms-container .wpforms-field-container .wpforms-field-checkbox ul {
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 5px;
}
.contact-form .wpforms-container .wpforms-field-container .wpforms-field-checkbox ul li {
  width: calc(50% - 10px);
}
.contact-form .wpforms-container .wpforms-field-container .wpforms-field-checkbox ul li .wpforms-field-label-inline {
  color: #4C4F58;
  font-size: 14px;
}
.contact-form .wpforms-container .wpforms-field-container .wpforms-field-radio ul {
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 5px;
}
.contact-form .wpforms-container .wpforms-field-container .wpforms-field-radio ul li {
  width: calc(50% - 10px);
}
.contact-form .wpforms-container .wpforms-field-container .wpforms-field-radio ul li .wpforms-field-label-inline {
  color: #4C4F58;
  font-size: 14px;
}
.contact-form .wpforms-container .wpforms-field-container .wpforms-error {
  margin-top: 5px;
}
.contact-form .wpforms-container .wpforms-submit-container .wpforms-submit {
  background-color: #005BE7 !important;
  float: right;
  text-align: center;
  border-radius: 8px;
  height: 3.75rem;
  font-size: 1.25rem !important;
  font-weight: 600;
  border: 0px;
  padding: 0.938rem 1.875rem !important;
  color: #FFFFFF;
  margin: 0 !important;
  margin-top: 1.25rem;
}
.contact-form .wpforms-container .wpforms-submit-container .wpforms-submit:hover {
  background-color: #FBA01A !important;
}
.contact-form .wpforms-container .wpforms-submit-container .wpforms-submit::after {
  border: 0px !important;
}
.contact-form.footer-form .wpforms-container .wpforms-field-container .wpforms-field .wpforms-field-label {
  color: #FFFFFF;
}
.contact-form.footer-form .wpforms-container .wpforms-field-container .wpforms-field .wpforms-field-large {
  background: rgba(255, 255, 255, 0.1019607843);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.contact-form.footer-form .wpforms-container .wpforms-field-container .wpforms-field .wpforms-field-small {
  background: rgba(255, 255, 255, 0.1019607843);
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #FFFFFF;
  height: 80px;
}
.contact-form.footer-form .wpforms-container .wpforms-submit-container .wpforms-submit {
  float: none;
}

.hirenow-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
.hirenow-popup .custom-form {
  display: flex;
  flex-direction: column;
  gap: 0.938rem;
}
.hirenow-popup .custom-form .form-field {
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}
.hirenow-popup .custom-form .form-field .label-element {
  color: #444444;
  font-size: 1rem;
  margin: 0;
  margin-bottom: 0.5rem;
  line-height: normal;
  padding: 0;
  font-weight: 400;
}
.hirenow-popup .custom-form .form-field .form-element {
  border: 1px solid #D9D9D9;
  background-color: #FFFFFF;
  color: #444444;
  padding: 10px;
  border-radius: 5px;
  font-size: 1rem;
  height: 40px;
  width: 100%;
  margin: 0;
}
.hirenow-popup .custom-form .form-field .form-element:hover {
  border: 1px solid #4C4F58;
}
.hirenow-popup .custom-form .form-field textarea.form-element {
  height: 60px;
}
.hirenow-popup .custom-form .form-field .field-error {
  margin-top: 5px;
  padding: 0 0 0 5px;
  font-size: 0.875rem;
  color: #d63637;
  display: flex;
  gap: 5px;
  align-items: center;
}
.hirenow-popup .custom-form .form-field .field-error .fa {
  font-size: 0.875rem;
  color: #d63637;
}
.hirenow-popup .custom-form .form-field.has-error .form-element {
  border-color: #d63637;
}
.hirenow-popup .custom-form .form-field button.iti__selected-country {
  background: transparent;
  border: 0px;
  font-size: 1rem;
  color: #444444;
}
.hirenow-popup .custom-form .form-field button.iti__selected-country:hover, .hirenow-popup .custom-form .form-field button.iti__selected-country:focus {
  background: transparent;
  border: 0;
  color: #444444;
}
.hirenow-popup .custom-form .form-field button.iti__selected-country .iti__selected-dial-code {
  font-size: 1rem;
  color: #444444;
}
.hirenow-popup .custom-form .form-field .iti__dropdown-content {
  padding: 0.5rem;
  margin-top: 1px !important;
}
.hirenow-popup .custom-form .form-field .iti__dropdown-content .iti__search-input {
  border: 1px solid #D9D9D9;
  background-color: #FFFFFF;
  color: #444444;
  padding: 10px;
  border-radius: 5px;
  font-size: 1rem;
  height: 40px;
  width: 100%;
  margin: 0;
}
.hirenow-popup .custom-form .form-field .iti__dropdown-content .iti__country-list .iti__country {
  font-size: 1rem;
}
.hirenow-popup .custom-form .form-btn-submit {
  background-color: #005BE7 !important;
  float: right;
  text-align: center;
  border-radius: 8px;
  height: 3.75rem;
  font-size: 1.25rem !important;
  font-weight: 600;
  border: 0px;
  padding: 0.938rem 1.875rem !important;
  color: #FFFFFF;
  margin: 0 !important;
  margin-top: 1.25rem;
}
.hirenow-popup .custom-form .form-btn-submit:hover {
  background-color: #FBA01A !important;
}
.hirenow-popup .custom-form .form-btn-submit::after {
  border: 0px !important;
}
.hirenow-popup.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-form .wpforms-container .wpforms-field-container .wpforms-field-large:active, .contact-form .wpforms-container .wpforms-field-container .wpforms-field-large:focus {
  border-color: #005BE7;
  box-shadow: none;
  outline: none;
}

.categories-outer {
  padding: 4rem 0;
}
.categories-outer .categories-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.25rem;
}
.categories-outer .categories-inner ul li {
  display: flex;
  padding: 1rem;
  box-shadow: 0px 2px 3px 0px rgba(0, 91, 231, 0.2509803922);
  background: #FFFFFF;
  align-items: center;
  width: calc(25% - 2rem);
  margin: 1rem;
}
.categories-outer .categories-inner ul li img {
  max-width: 54px;
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 1px solid #DEE2E6;
}
.categories-outer .categories-inner ul li span {
  color: #212529;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.categories-outer .categories-inner ul li:hover {
  box-shadow: 0px 3px 6px 0px rgba(0, 91, 231, 0.2509803922);
}
@media (max-width: 768px) {
  .categories-outer .categories-inner ul li {
    width: 100%;
    margin: 0;
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .categories-outer .categories-inner ul {
    max-height: 200px;
    overflow: auto;
  }
}

.toast-msg {
  display: none;
  position: fixed;
  border-radius: 0.25rem;
  top: 1rem;
  right: 1rem;
  max-width: 22%;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  color: white;
  padding: 0.5rem 1.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}
.toast-msg.success {
  background: #037728;
}
.toast-msg.error {
  background: #ff4d4f;
}
@media (max-width: 768px) {
  .toast-msg {
    max-width: 80%;
    top: 2rem;
    right: 2rem;
  }
}

.categories-sec {
  padding: 4rem 0;
}
.categories-sec .categories-inner .categories-list ul {
  list-style: none;
  margin: 0;
  margin-right: 1.5rem;
  padding: 0;
  display: flex;
  margin-top: 0;
  flex-direction: column;
  overflow: auto;
  max-height: 36rem;
}
.categories-sec .categories-inner .categories-list ul li {
  color: #495057;
  background: #FFFFFF;
  align-items: center;
  transition: all 0.5s;
}
.categories-sec .categories-inner .categories-list ul li a {
  color: #495057;
  font-weight: 400;
  border-bottom: 2px solid rgba(173, 181, 189, 0.2);
  display: flex;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 0.75rem 0;
}
.categories-sec .categories-inner .categories-list ul li a.active {
  color: #005BE7;
  border-color: #005BE7;
  font-weight: 700;
}
.categories-sec .categories-inner .categories-list ul li a:hover {
  color: #005BE7;
  border-color: #005BE7;
}
@media (max-width: 992px) {
  .categories-sec .categories-inner .categories-list ul li a {
    white-space: nowrap;
    padding: 0.5rem 0.75rem;
    border-radius: 20px;
    border: 2px solid rgba(173, 181, 189, 0.2);
    font-size: 0.875rem;
    font-weight: 500;
    background-color: #fff;
    color: #495057;
    transition: all 0.3s;
  }
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .categories-sec .categories-inner .categories-list ul li a {
    font-size: 1rem;
  }
}
.categories-sec .categories-inner .categories-list ul li:first-child a {
  padding-top: 0px;
}
@media (max-width: 768px) {
  .categories-sec .categories-inner .categories-list ul li:first-child a {
    padding-top: 0.5rem;
  }
}
@media (max-width: 768px) {
  .categories-sec .categories-inner .categories-list ul li {
    flex-shrink: 0;
  }
}
@media (max-width: 992px) {
  .categories-sec .categories-inner .categories-list ul {
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    max-height: none;
    gap: 0.5rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0 0 0.75rem 0;
  }
  .categories-sec .categories-inner .categories-list ul::-webkit-scrollbar {
    display: none;
  }
}
.categories-sec .categories-inner .categories-list ul {
  scrollbar-width: thin;
  scrollbar-color: #005BE7 rgba(173, 181, 189, 0.4);
  border-radius: 4px;
}
.categories-sec .categories-inner .categories-list ul::-webkit-scrollbar {
  width: 4px;
}
.categories-sec .categories-inner .categories-list ul::-webkit-scrollbar-track {
  background: #dedede;
  border-radius: 4px;
}
.categories-sec .categories-inner .categories-list ul::-webkit-scrollbar-thumb {
  background: #005BE7;
  border-radius: 4px;
}
.categories-sec .categories-inner .categories-list ul::-webkit-scrollbar-thumb:hover {
  background: #005BE7;
}
.categories-sec .categories-inner .categories-list .loadMoreContegory {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .categories-sec .categories-inner .categories-list .loadMoreContegory {
    margin-top: 0.75rem;
    text-align: center;
  }
}
.categories-sec .categories-inner .categories-list .loadMoreContegory a {
  color: #005BE7;
  font-size: 1rem;
}

.page-template-viewmypool .top-header {
  border-bottom: 1px solid #D5D5D5;
}

.view-my-pool {
  background: #f8f9fa;
  padding: 2rem 0 4em;
}
.view-my-pool .pool-box {
  box-shadow: 1px 2px 3px 0px rgba(0, 91, 231, 0.2509803922);
  background: #fff;
  border-radius: 10px;
  padding: 1.563rem;
}
.view-my-pool .pool-box .pool-listing .cat-heading {
  color: #232267;
  font-size: 1.75rem;
  font-weight: 700;
  padding-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .view-my-pool .pool-box .pool-listing .cat-heading {
    font-size: 1.25rem;
    text-align: center;
    background-color: #f8f8f8;
    padding: 1rem 0;
  }
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .view-my-pool .pool-box .pool-listing .cat-heading {
    font-size: 1.5rem;
  }
}
.view-my-pool .pool-box .pool-listing .cat-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.view-my-pool .pool-box .pool-listing .cat-list ul li {
  padding: 1.875rem 0;
  border-top: 1px solid #DEE2E6;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 768px) {
  .view-my-pool .pool-box .pool-listing .cat-list ul li {
    flex-direction: column;
  }
}
.view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf {
  display: flex;
  gap: 2rem;
}
@media (max-width: 768px) {
  .view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf {
    flex-direction: column;
    gap: 1rem;
  }
}
.view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-photo {
  width: 270px;
  border-radius: 0.5rem;
}
.view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-photo img {
  max-width: 100%;
  border-radius: 0.5rem;
}
@media (max-width: 768px) {
  .view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-photo img {
    height: auto;
  }
}
@media (max-width: 768px) {
  .view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-photo {
    width: auto;
    text-align: center;
    height: auto;
  }
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-photo {
    height: 189px;
  }
}
.view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-details {
  display: flex;
  gap: 5px;
  flex-direction: column;
}
.view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-details .can-name {
  background: linear-gradient(180deg, rgba(0, 91, 231, 0.1) 0%, rgba(118, 118, 255, 0.1) 100%);
  border-radius: 50%;
  height: 55px;
  width: 55px;
  align-items: center;
  justify-content: center;
  display: flex;
}
@media (max-width: 768px) {
  .view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-details .can-name {
    display: none;
  }
}
.view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-details .can-name span {
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-details .can-name span {
    font-size: 1rem;
  }
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-details .can-name {
    height: 40px;
    width: 40px;
  }
}
.view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-details .can-profile {
  color: #005BE7;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-details .can-profile {
    font-size: 1rem;
  }
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-details .can-profile {
    font-size: 1rem;
  }
}
.view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-details .can-expert {
  color: #2CAB2A;
  font-size: 1.125rem;
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
}
.view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-details .can-expert img {
  width: 1.25rem;
  height: 1.25rem;
}
.view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-details .can-expert span {
  color: #2CAB2A;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-details .can-expert span {
    font-size: 1rem;
  }
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-details .can-expert span {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-details .can-expert {
    font-size: 1rem;
  }
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-details .can-expert {
    font-size: 1rem;
  }
}
.view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-details .can-expert .verified-hover::before {
  content: "Verified through our multi-stage assessments, project-based evaluations, and peer-reviewed performance benchmarks.";
  position: absolute;
  bottom: -101px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  padding: 10px 15px;
  font-size: 14px;
  color: #495057;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  width: 320px;
  text-align: left;
  z-index: 100;
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-details .can-expert .verified-hover::before {
    font-size: 0.875rem;
    bottom: -141px;
  }
}
.view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-details .can-expert .verified-hover::after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 40%;
  transform: translateX(-50%);
  display: none;
  border-width: 12px;
  border-style: solid;
  border-color: transparent transparent #FFFFFF transparent;
  z-index: 101;
}
.view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-details .can-expert:hover .verified-hover::before {
  display: block;
}
.view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-details .can-expert:hover .verified-hover::after {
  display: block;
}
.view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-details .can-exp {
  color: #212529;
  font-size: 1.125rem;
  display: flex;
  gap: 10px;
  align-items: center;
}
.view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-details .can-exp .fa {
  width: 20px;
}
.view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-details .can-exp span {
  color: #212529;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-details .can-exp span {
    font-size: 1rem;
  }
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-details .can-exp span {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-details .can-exp {
    font-size: 1rem;
  }
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-details .can-exp {
    font-size: 1rem;
  }
}
.view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-details .can-location {
  color: #212529;
  font-size: 1.125rem;
  display: flex;
  gap: 10px;
  align-items: center;
}
.view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-details .can-location .fa {
  width: 20px;
}
.view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-details .can-location span {
  color: #212529;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-details .can-location span {
    font-size: 1rem;
  }
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-details .can-location span {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-details .can-location {
    font-size: 1rem;
  }
}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  .view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-details .can-location {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .view-my-pool .pool-box .pool-listing .cat-list ul li .cat-lf .can-details {
    width: 100%;
  }
}
.view-my-pool .pool-box .pool-listing .cat-list ul li .cat-rt a {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  color: #495057;
  gap: 5px;
}
.view-my-pool .pool-box .pool-listing .cat-list ul li .cat-rt a:hover {
  color: #005BE7;
}
@media (max-width: 768px) {
  .view-my-pool .pool-box .pool-listing .cat-list ul li .cat-rt a {
    justify-content: center;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .view-my-pool .pool-box .pool-listing .cat-list ul li .cat-rt {
    text-align: center;
  }
}
.view-my-pool .viewpoolContact {
  box-shadow: 1px 2px 3px 0px rgba(0, 91, 231, 0.2509803922);
  padding: 1.563rem;
  background-color: #fff;
  border-radius: 10px;
  position: sticky;
  top: 7rem;
}
.view-my-pool .viewpoolContact h4 {
  color: #232267;
  font-size: 1.625rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #DEE2E6;
  margin-bottom: 0.938rem;
}
@media (max-width: 768px) {
  .view-my-pool .viewpoolContact {
    margin-top: 2rem;
  }
}
.view-my-pool .viewpoolContact .custom-form {
  display: flex;
  flex-direction: column;
  gap: 0.938rem;
}
.view-my-pool .viewpoolContact .custom-form .form-field {
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}
.view-my-pool .viewpoolContact .custom-form .form-field .label-element {
  color: #444444;
  font-size: 1rem;
  margin: 0;
  margin-bottom: 0.5rem;
  line-height: normal;
  padding: 0;
  font-weight: 400;
}
.view-my-pool .viewpoolContact .custom-form .form-field .label-element span {
  color: #FF0000;
  font-size: 1.25rem;
  vertical-align: middle;
}
.view-my-pool .viewpoolContact .custom-form .form-field .form-element {
  border: 1px solid #D9D9D9;
  background-color: #FFFFFF;
  color: #444444;
  padding: 10px;
  border-radius: 5px;
  font-size: 1rem;
  height: 40px;
  width: 100%;
  margin: 0;
}
.view-my-pool .viewpoolContact .custom-form .form-field .form-element:hover {
  border: 1px solid #4C4F58;
}
.view-my-pool .viewpoolContact .custom-form .form-field textarea.form-element {
  height: 60px;
}
.view-my-pool .viewpoolContact .custom-form .form-field .field-error {
  margin-top: 5px;
  padding: 0 0 0 5px;
  font-size: 0.875rem;
  color: #d63637;
  display: flex;
  gap: 5px;
  align-items: center;
}
.view-my-pool .viewpoolContact .custom-form .form-field .field-error .fa {
  font-size: 0.875rem;
  color: #d63637;
}
.view-my-pool .viewpoolContact .custom-form .form-field.has-error .form-element {
  border-color: #d63637;
}
.view-my-pool .viewpoolContact .custom-form .form-field button.iti__selected-country {
  background: transparent;
  border: 0px;
  font-size: 1rem;
  color: #444444;
}
.view-my-pool .viewpoolContact .custom-form .form-field button.iti__selected-country:hover, .view-my-pool .viewpoolContact .custom-form .form-field button.iti__selected-country:focus {
  background: transparent;
  border: 0;
  color: #444444;
}
.view-my-pool .viewpoolContact .custom-form .form-field button.iti__selected-country .iti__selected-dial-code {
  font-size: 1rem;
  color: #444444;
}
.view-my-pool .viewpoolContact .custom-form .form-field .iti {
  width: 100%;
}
.view-my-pool .viewpoolContact .custom-form .form-field .iti .iti__dropdown-content {
  padding: 0.5rem;
  margin-top: 1px !important;
}
.view-my-pool .viewpoolContact .custom-form .form-field .iti .iti__dropdown-content .iti__search-input {
  border: 1px solid #D9D9D9;
  background-color: #FFFFFF;
  color: #444444;
  padding: 10px;
  border-radius: 5px;
  font-size: 1rem;
  height: 40px;
  width: 100%;
  margin: 0;
}
.view-my-pool .viewpoolContact .custom-form .form-field .iti .iti__dropdown-content .iti__country-list .iti__country {
  font-size: 1rem;
}
.view-my-pool .viewpoolContact .custom-form .form-btn-submit {
  background-color: #005BE7 !important;
  float: right;
  text-align: center;
  border-radius: 8px;
  height: 3.75rem;
  font-size: 1.25rem !important;
  font-weight: 600;
  border: 0px;
  padding: 0.938rem 1.875rem !important;
  color: #FFFFFF;
  margin: 0 !important;
  margin-top: 1.25rem;
}
.view-my-pool .viewpoolContact .custom-form .form-btn-submit:hover {
  background-color: #FBA01A !important;
}
.view-my-pool .viewpoolContact .custom-form .form-btn-submit::after {
  border: 0px !important;
}

.no-record-found {
  background: #FFFFFF;
  box-shadow: 1px 2px 3px 0px rgba(0, 91, 231, 0.2509803922);
  padding: 3.125rem;
  border-radius: 10px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.no-record-found .no-record-content h2 {
  color: #232267;
  font-size: 2.625rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
  margin-bottom: 0.938rem;
}
@media (max-width: 768px) {
  .no-record-found .no-record-content h2 {
    font-size: 2rem;
  }
}
.no-record-found .no-record-content p {
  color: #000000;
  font-size: 1.25rem;
  margin: 0;
  padding: 0;
  margin-bottom: 1.875rem;
}
.no-record-found .no-record-content .find-talent {
  border-radius: 0.5rem;
  font-size: 1.25rem;
  margin-top: 2.25rem;
  color: #FFFFFF;
  transition: all 0.5s;
  text-decoration: none;
  overflow: hidden;
  padding: 0.938rem 1.875rem;
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.no-record-found .no-record-content .find-talent:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #005BE7;
  border-radius: 0.5rem;
  z-index: -2;
}
.no-record-found .no-record-content .find-talent:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #FBA01A;
  transition: all 0.3s;
  border-radius: 0.5rem;
  z-index: -1;
}
.no-record-found .no-record-content .find-talent:hover:before, .no-record-found .no-record-content .find-talent:focus:before {
  width: 100%;
}
@media (max-width: 768px) {
  .no-record-found .no-record-content .find-talent {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 1rem;
  }
}
.no-record-found .no-record-img {
  text-align: right;
}
@media (max-width: 768px) {
  .no-record-found .no-record-img {
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .no-record-found {
    flex-direction: column;
    padding: 2rem;
  }
}

@media (max-width: 992px) {
  .dnone {
    display: none;
  }
  .top-header {
    position: relative;
  }
  .top-header .hamburger-lines {
    display: flex;
  }
  .top-header .NavMobile {
    display: none;
  }
  .top-header .NavMobile.activeNav {
    display: block !important;
    width: 100% !important;
    padding-bottom: 1.25rem;
  }
  .top-header.active {
    position: relative;
  }
  .top-header.active .container {
    display: block;
  }
  .top-header.active .container .menu-item a {
    line-height: normal;
    padding: 0.5rem 0;
    opacity: 1;
  }
  .top-header.active .container .lets-talk {
    margin-top: 0.5rem;
  }
  .top-header.active .container .lets-talk a {
    width: 100%;
    line-height: normal;
    margin: 0;
    padding: 0.5rem 0;
  }
}/*# sourceMappingURL=common.css.map */