@import url("http://fonts.cdnfonts.com/css/roboto");
.wrapper {
  position: absolute;
  width: 200px;
  height: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.loader {
  height: 100%;
  display: flex;
  transform: translateZ(0);
}

.loader div {
  flex: 1;
  background: green;
  -webkit-animation: go 0.8s infinite alternate ease;
  animation: go 0.8s infinite alternate ease;
  box-shadow: 0 0 20px green;
}

.loader div:nth-child(1) {
  -webkit-animation-delay: -0.72s;
  animation-delay: -0.72s;
}

.loader div:nth-child(2) {
  -webkit-animation-delay: -0.64s;
  animation-delay: -0.64s;
}

.loader div:nth-child(3) {
  -webkit-animation-delay: -0.56s;
  animation-delay: -0.56s;
}

.loader div:nth-child(4) {
  -webkit-animation-delay: -0.48s;
  animation-delay: -0.48s;
}

.loader div:nth-child(5) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.loader div:nth-child(6) {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader div:nth-child(7) {
  -webkit-animation-delay: -0.24s;
  animation-delay: -0.24s;
}

.loader div:nth-child(8) {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader div:nth-child(9) {
  -webkit-animation-delay: -0.08s;
  animation-delay: -0.08s;
}

.loader div:nth-child(10) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@-webkit-keyframes go {
  100% {
    background: transparent;
    flex: 10;
    box-shadow: 0 0 0 transparent;
  }
}
@keyframes go {
  100% {
    background: transparent;
    flex: 10;
    box-shadow: 0 0 0 transparent;
  }
}
body {
  margin: 0px;
  padding: 0px;
}

.footer {
  color: white;
  background-color: #212121;
}

.footer_path {
  position: relative;
  top: 50px;
}

.footer_logo {
  height: 35px;
}

.footer_row {
  padding-top: 110px;
  padding-bottom: 60px;
}

.social_icons {
  color: white;
  float: right;
}

.testimonials {
  padding-top: 20px;
  padding-bottom: 50px;
}

.name {
  margin-left: 30px;
}

.testimonials_topic {
  padding-top: 50px;
  text-align: center;
}

.testimonials_topic_coma {
  text-align: center;
}

.testimonials_container {
  margin-top: -90px;
  background-color: #F5F5F5;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.testimonials_card {
  color: black;
  position: relative;
  border: solid 1px #ffffff;
  padding: 45px 50px 25px 60px;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  background-color: #ffffff;
}

.testimonials_card:hover {
  background-color: #63C663;
  color: white;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #ffffff;
  margin-left: 50px;
}

.slick-dots li.slick-active button:before {
  color: #63C663 !important;
}

.body {
  background-color: red;
  width: 100%;
}

.fa-facebook {
  font-size: 25px;
  position: relative;
  bottom: 2.5px;
}

.fa-linkedin-square {
  font-size: 29px;
  padding-left: 10px;
}

@media (max-width: 1024px) {
  .fa-facebook {
    font-size: 21px;
  }

  .fa-linkedin-square {
    font-size: 25px;
    padding-left: 5px;
  }
}
@media (max-width: 991px) {
  .fa-facebook {
    font-size: 21px;
  }

  .fa-linkedin-square {
    font-size: 25px;
    padding-left: 5px;
  }
}
@media (max-width: 806px) {
  .footer {
    color: white;
    background-color: #212121;
  }

  .footer_path {
    position: relative;
    top: 45px;
  }

  .footer_logo {
    height: 40px;
  }

  .footer_row {
    padding-top: 110px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .footer_logo {
    height: 30px;
    text-align: center;
  }

  .copyright {
    font-size: 12px;
    text-align: center;
    margin: 0px;
    padding: 0px;
  }

  .vidura_solutions_logo {
    height: 30px;
    text-align: center;
  }

  .footer_row {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .social_icons {
    text-align: center;
    float: none;
  }

  .footer_path {
    position: relative;
    top: 40px;
  }
}
@media (max-width: 644px) {
  .footer_row {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .footer_path {
    position: relative;
    top: 30px;
  }
}
@media (max-width: 495px) {
  .fa-facebook {
    font-size: 18px;
  }

  .fa-linkedin-square {
    font-size: 22px;
    padding-left: 5px;
  }
}
@media (max-width: 478px) {
  .footer_path {
    position: relative;
    top: 20px;
  }
}
@media (max-width: 315px) {
  .footer_row {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .footer_path {
    position: relative;
    top: 10px;
  }

  .footer_logo {
    height: 25px;
    text-align: center;
  }
}
.btn {
  position: relative;
  overflow: hidden;
}

.btn-primay {
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #01a479;
}

.recruiter_button::before {
  content: "";
  background: #ffffff;
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.recruiter_button:hover {
  color: #0cc40c;
  font-weight: 600;
}

.jobseeker_button:hover {
  color: #0cc40c;
  font-weight: 600;
}

.jobseeker_button::before {
  content: "";
  background: #ffffff;
  width: 4px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.btn:hover:before {
  width: 100%;
}

@media (max-width: 768px) {
  .jobseeker_button::before {
    left: 0;
  }
}
@keyframes movedown {
  0% {
    transform: translateY(-100px);
    visibility: visible;
  }
  100% {
    transform: translateY(0);
    visibility: visible;
  }
}
@keyframes moveup {
  0% {
    transform: translateY(0);
    visibility: visible;
  }
  100% {
    transform: translateY(-100px);
    visibility: visible;
  }
}
@keyframes moveright {
  0% {
    transform: translateX(-100px);
    visibility: visible;
  }
  100% {
    transform: translateX(0);
    visibility: visible;
  }
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100;
  }
}
.about_banner_image {
  width: 100%;
  margin-top: -80px;
}

.about_banner_path {
  position: relative;
  bottom: 50px;
}

.about_text_1 {
  background-color: #EFEFEF;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

.about_topic {
  margin-top: 50px;
}

.about_text_image_1 {
  background-image: url(../../assets/images/About/committed_to_quality.png);
  background-size: cover;
}

.about_text_image_2 {
  background-image: url(../../assets/images/About/our_experience.png);
  background-size: cover;
}

.about_text_3,
.about_text_2 {
  padding-top: 60px;
  padding-bottom: 40px;
  padding-right: 40px;
  padding-left: 50px;
}

.about_para {
  padding-top: 10px;
}

.vision_underline {
  height: 2px;
  width: 200px;
  background-color: #63C663;
  margin-bottom: 100px;
}

.vision_icon_1,
.vision_icon_2,
.vision_icon_3,
.vision_icon_4,
.vision_icon_5 {
  float: right;
  padding-right: 20px;
}

.vision_icon_6,
.vision_icon_7,
.vision_icon_8,
.vision_icon_9,
.vision_icon_10 {
  padding-left: 20px;
}

.vision_icon_text_1,
.vision_icon_1 {
  display: inline;
}

.vision_icon_text_2,
.vision_icon_2 {
  display: inline;
}

.vision_icon_text_3,
.vision_icon_3 {
  display: inline;
}

.vision_icon_text_4,
.vision_icon_4 {
  display: inline;
}

.vision_icon_text_5,
.vision_icon_5 {
  display: inline;
}

.vision_icon_text_6,
.vision_icon_6 {
  display: inline;
}

.vision_icon_text_7,
.vision_icon_7 {
  display: inline;
}

.vision_icon_text_8,
.vision_icon_8 {
  display: inline;
}

.vision_icon_text_9,
.vision_icon_9 {
  display: inline;
}

.vision_icon_text_10,
.vision_icon_10 {
  display: inline;
}

.vision_col_1,
.vision_col_2,
.vision_col_3,
.vision_col_4,
.vision_col_5 {
  text-align: right;
}

@media (max-width: 1399px) {
  .about_text_image_2 {
    background-size: cover;
    background-repeat: no-repeat;
  }

  .about_para {
    padding-top: 10px;
    font-size: 12px;
  }

  .vision_row {
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .about_text_image_2 {
    background-size: cover;
    background-repeat: no-repeat;
  }

  .about_para {
    padding-top: 10px;
    font-size: 12px;
  }

  .vision_row {
    font-size: 11px;
  }

  .about_text_3,
.about_text_2 {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 30px;
    padding-left: 50px;
  }
}
@media (max-width: 1049px) {
  .about_banner_path {
    position: relative;
    bottom: 30px;
  }
}
@media (max-width: 991px) {
  .vision_underline {
    margin-bottom: 50px;
  }

  .about_text_3,
.about_text_2 {
    padding-top: 60px;
    padding-bottom: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .about_topic {
    text-align: center;
    padding-bottom: 20px;
  }

  .about_para {
    padding-right: 10px;
    padding-left: 10px;
  }

  .about_text_2_topic {
    text-align: center;
  }

  .about_text_3_topic {
    text-align: center;
  }
}
@media (max-width: 614px) {
  .about_banner_path {
    bottom: 20px;
  }
}
@media (max-width: 576px) {
  .about_text_3,
.about_text_2 {
    padding-top: 60px;
    padding-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .about_topic {
    padding-bottom: 20px;
  }
}
@media (max-width: 470px) {
  .vision_icon {
    height: 80px;
  }
}
@media (max-width: 449px) {
  .vision_icon {
    height: 70px;
  }
}
.candidate_banner_image {
  width: 100%;
  margin-top: -5px;
}

.candidate_banner_path {
  position: relative;
  bottom: 30px;
}

.specialization_underline {
  height: 2px;
  width: 100px;
  background-color: #63C663;
  margin-bottom: 30px;
}

.specialization_icons_row {
  margin-top: 80px;
}

.specialization_icons {
  text-align: center;
}

.specialization_icon {
  padding-top: 15px;
  text-align: center;
}

.specialization_icon_text {
  margin-top: 10px;
  font-size: 18px;
}

.submit_resume {
  padding-top: 100px;
}

.submit_resume_underline {
  height: 2px;
  width: 200px;
  background-color: #63C663;
  margin-bottom: 30px;
}

.submit_resume_button {
  background-color: #63C663;
  font-size: 20px;
  width: 180px;
  color: white;
  border-radius: 0px 50px 50px 0px;
}

.submit_resume_button:hover {
  background-color: #43c743;
}

.candidate_banner_path {
  position: relative;
  bottom: 90px;
}

@media (max-width: 1862px) {
  .candidate_banner_path {
    bottom: 70px;
  }
}
@media (max-width: 1439px) {
  .candidate_banner_path {
    bottom: 50px;
  }
}
@media (max-width: 1025px) {
  .candidate_banner_path {
    bottom: 40px;
  }
}
@media (max-width: 822px) {
  .candidate_banner_path {
    bottom: 30px;
  }
}
@media (max-width: 617px) {
  .candidate_banner_path {
    bottom: 20px;
  }
}
.contact_banner_image {
  width: 100%;
  margin-top: -5px;
}

.contact_banner_path {
  position: relative;
  bottom: 30px;
}

.contact_underline {
  height: 2px;
  width: 100px;
  background-color: #63C663;
  margin-bottom: 30px;
}

.map {
  margin-top: 70px;
  margin-left: 50px;
  margin-right: 50px;
}

.singapre_map {
  width: 100%;
  height: 450px;
}

.contact_details_row {
  padding-top: 100px;
  text-align: center;
  margin-top: -50px;
}

.address {
  text-align: center;
}

.fa-map-marker {
  font-size: 40px;
  color: #63C663;
}

.fa-phone {
  font-size: 40px;
  color: #63C663;
}

.phone {
  padding-top: 15px;
}

.email {
  padding-top: 15px;
}

.fa-envelope {
  font-size: 40px;
  color: #63C663;
}

.vidura_logo {
  height: 30px;
}

@media (max-width: 1862px) {
  .contact_banner_path {
    bottom: 70px;
  }
}
@media (max-width: 1439px) {
  .contact_banner_path {
    bottom: 50px;
  }
}
@media (max-width: 1025px) {
  .contact_banner_path {
    bottom: 30px;
  }
}
@media (max-width: 617px) {
  .contact_banner_path {
    bottom: 20px;
  }
}
.home {
  display: none;
  animation: fadeInAnimation ease 2s;
  animation-iteration-count: 0.5;
}

.recruiter_text {
  text-align: left;
  color: white;
  position: relative;
  top: 380px;
  left: 100px;
  color: white;
}

.recruiter {
  font-size: 70px;
  padding-bottom: 20px;
}

.jobseeker {
  font-size: 70px;
  padding-bottom: 20px;
}

.jobseeker_text {
  position: relative;
  top: 380px;
  right: 100px;
  text-align: right;
  color: white;
}

.recruiter_button:hover {
  background-color: transparent;
}

.jobseeker_button:hover {
  background-color: transparent;
}

.recruiter_button {
  font-size: 20px;
  width: 200px;
  color: white;
  border-radius: 0px 50px 50px 0px;
  animation: fadeInAnimation ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.jobseeker_button {
  font-size: 20px;
  width: 200px;
  color: white;
  border-radius: 50px 0px 0px 50px;
  animation: fadeInAnimation ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.banner h1 {
  font-size: 48px;
}

.banner {
  background: url("../../assets/images/home/home_banner.svg");
  height: 100vh;
  background-position: center;
  background-size: cover;
  margin: 0px;
  padding: 0px;
}

.home_footer_shape {
  position: relative;
  bottom: 80px;
}

.home_footer_logo {
  height: 40px;
}

.home_social_icons {
  float: right;
}

.home_footer {
  position: relative;
  top: -60px;
}

.home_footer_row {
  margin: 0px;
  padding: 0px;
}

.vidura_solutions_logo {
  height: 30px;
}

@media (max-width: 1440px) {
  .home_footer_shape {
    position: relative;
    bottom: 50px;
  }
}
@media (max-width: 1366px) {
  .banner {
    background: url("../../assets/images/home/home_banner.svg");
    height: 610px;
    background-position: center;
    background-size: cover;
    margin-bottom: -44px;
    padding: 0px;
    margin-top: -18px;
  }

  .home_footer_shape {
    position: relative;
    bottom: 30px;
  }

  .home_footer {
    position: relative;
    top: -60px;
  }

  .recruiter_text {
    top: 210px;
    left: 100px;
  }

  .recruiter {
    font-size: 60px;
    padding-bottom: 20px;
  }

  .jobseeker {
    font-size: 60px;
    padding-bottom: 20px;
  }

  .jobseeker_text {
    top: 210px;
    right: 100px;
  }

  .recruiter_button {
    font-size: 20px;
    width: 180px;
  }

  .jobseeker_button {
    font-size: 20px;
    width: 180px;
  }
}
@media (max-width: 1352px) {
  .banner {
    background: url("../../assets/images/home/home_banner.svg");
    height: 750px;
    background-position: center;
    background-size: cover;
    margin: 0px;
    padding: 0px;
  }
}
@media (max-width: 1265px) {
  .banner {
    background: url("../../assets/images/home/home_banner.svg");
    height: 720px;
    background-position: center;
    background-size: cover;
    margin: 0px;
    padding: 0px;
  }
}
@media (max-width: 1220px) {
  .banner {
    background: url("../../assets/images/home/home_banner.svg");
    height: 700px;
    background-position: center;
    background-size: cover;
    margin: 0px;
    padding: 0px;
  }
}
@media (max-width: 1190px) {
  .banner {
    background: url("../../assets/images/home/home_banner.svg");
    height: 650px;
    background-position: center;
    background-size: cover;
    margin: 0px;
    padding: 0px;
  }
}
@media (max-width: 1100px) {
  .banner {
    background: url("../../assets/images/home/home_banner.svg");
    height: 620px;
    background-position: center;
    background-size: cover;
    margin: 0px;
    padding: 0px;
  }
}
@media (max-width: 1082px) {
  .banner {
    background: url("../../assets/images/home/home_banner.svg");
    height: 620px;
    background-position: center;
    background-size: cover;
    margin: 0px;
    padding: 0px;
  }

  .home_footer_shape {
    position: relative;
    bottom: 30px;
  }

  .home_footer {
    position: relative;
    top: -10px;
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .recruiter_button {
    font-size: 18px;
    width: 150px;
  }

  .jobseeker_button {
    font-size: 18px;
    width: 150px;
  }

  .recruiter_text {
    top: 250px;
    left: 70px;
  }

  .recruiter {
    font-size: 45px;
  }

  .jobseeker {
    font-size: 45px;
  }

  .jobseeker_text {
    top: 250px;
    right: 70px;
  }

  .banner {
    height: 580px;
    width: 100%;
    background-position: center;
    background-size: cover;
  }

  .home_footer_shape {
    position: relative;
    bottom: 35px;
  }

  .home_footer {
    position: relative;
    top: -10px;
    padding-bottom: 50px;
  }

  .home_footer_logo {
    height: 30px;
  }

  .home_copyright {
    font-size: 12px;
  }

  .vidura_solutions_logo {
    height: 20px;
  }
}
@media (max-width: 991px) {
  .recruiter_button {
    font-size: 18px;
    width: 150px;
  }

  .jobseeker_button {
    font-size: 18px;
    width: 150px;
  }

  .recruiter_text {
    top: 250px;
    left: 50px;
  }

  .recruiter {
    font-size: 45px;
  }

  .jobseeker {
    font-size: 45px;
  }

  .jobseeker_text {
    top: 250px;
    right: 50px;
  }

  .banner {
    height: 600px;
    background-position: center;
    background-size: cover;
  }

  .home_footer_shape {
    position: relative;
    bottom: 40px;
  }

  .home_footer {
    position: relative;
    top: -20px;
  }

  .home_footer_logo {
    height: 30px;
  }

  .home_copyright {
    font-size: 12px;
  }

  .vidura_solutions_logo {
    height: 20px;
  }
}
@media (max-width: 800px) {
  .banner {
    background: url("../../assets/images/home/mobile_bannner.svg");
    height: 1400px;
    background-position: center;
    background-size: cover;
    margin: 0px;
    padding: 0px;
  }

  .recruiter_text {
    top: 280px;
    left: 25%;
    margin: 0px;
    padding: 0px;
  }

  .recruiter {
    font-size: 45px;
  }

  .jobseeker {
    font-size: 45px;
  }

  .jobseeker_text {
    text-align: left;
    top: 950px;
    right: 25%;
    margin: 0px;
    padding: 0px;
  }

  .jobseeker_button {
    border-radius: 0px 50px 50px 0px;
  }

  .home_footer_shape {
    position: relative;
    bottom: 40px;
  }

  .home_footer {
    position: relative;
    top: 0px;
  }

  .home_footer_logo {
    height: 30px;
  }

  .home_copyright {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
  }

  .vidura_solutions_logo {
    height: 20px;
  }

  .home_social_icons {
    text-align: right;
    float: none;
  }

  .home_footer {
    padding-bottom: 50px;
  }

  .home_footer_shape {
    position: relative;
    bottom: 40px;
  }
}
@media (max-width: 768px) {
  .banner {
    background: url("../../assets/images/home/mobile_bannner.svg");
    height: 1400px;
    background-position: center;
    background-size: cover;
    margin: 0px;
    padding: 0px;
  }

  .recruiter_text {
    top: 280px;
    left: 25%;
    margin: 0px;
    padding: 0px;
  }

  .recruiter {
    font-size: 45px;
  }

  .jobseeker {
    font-size: 45px;
  }

  .jobseeker_text {
    text-align: left;
    top: 950px;
    right: 25%;
    margin: 0px;
    padding: 0px;
  }

  .jobseeker_button {
    border-radius: 0px 50px 50px 0px;
  }

  .home_footer_shape {
    position: relative;
    bottom: 40px;
  }

  .home_footer {
    position: relative;
    top: 0px;
  }

  .home_footer_logo {
    height: 30px;
  }

  .home_copyright {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
  }

  .vidura_solutions_logo {
    height: 20px;
  }

  .home_social_icons {
    text-align: right;
    float: none;
  }

  .home_footer {
    padding-bottom: 30px;
  }

  .home_footer_shape {
    position: relative;
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .banner {
    background: url("../../assets/images/home/mobile_bannner.svg");
    height: 1400px;
    background-position: center;
    background-size: cover;
    margin: 0px;
    padding: 0px;
  }

  .recruiter_text {
    top: 300px;
    left: 25%;
    margin: 0px;
    padding: 0px;
  }

  .recruiter {
    font-size: 45px;
  }

  .jobseeker {
    font-size: 45px;
  }

  .jobseeker_text {
    text-align: left;
    top: 950px;
    right: 25%;
    margin: 0px;
    padding: 0px;
  }

  .jobseeker_button {
    border-radius: 0px 50px 50px 0px;
  }

  .home_footer_shape {
    position: relative;
    bottom: 40px;
  }

  .home_footer {
    text-align: center;
    position: relative;
    top: 0px;
  }

  .home_footer_logo {
    height: 30px;
    text-align: center;
  }

  .home_copyright {
    font-size: 12px;
    text-align: center;
    margin: 0px;
    padding: 0px;
  }

  .vidura_solutions_logo {
    height: 20px;
    text-align: center;
  }

  .footer_row {
    text-align: center;
  }

  .home_social_icons {
    text-align: center;
    float: none;
  }

  .home_footer {
    padding-bottom: 30px;
  }

  .home_footer_shape {
    position: relative;
    bottom: 40px;
  }
}
@media (max-width: 690px) {
  .banner {
    background: url("../../assets/images/home/mobile_bannner.svg");
    height: 1300px;
    background-position: center;
    background-size: cover;
    margin: 0px;
    padding: 0px;
  }

  .home_footer_shape {
    bottom: 30px;
  }
}
@media (max-width: 640px) {
  .banner {
    background: url("../../assets/images/home/mobile_bannner.svg");
    height: 1200px;
    background-position: center;
    background-size: cover;
    margin: 0px;
    padding: 0px;
  }

  .recruiter_text {
    top: 250px;
    left: 25%;
    margin: 0px;
    padding: 0px;
  }

  .recruiter {
    font-size: 45px;
  }

  .jobseeker {
    font-size: 45px;
  }

  .jobseeker_text {
    text-align: left;
    top: 820px;
    right: 25%;
    margin: 0px;
    padding: 0px;
  }
}
@media (max-width: 640px) {
  .banner {
    background: url("../../assets/images/home/mobile_bannner.svg");
    height: 1100px;
    background-position: center;
    background-size: cover;
    margin: 0px;
    padding: 0px;
  }

  .recruiter_text {
    top: 200px;
    left: 30%;
    margin: 0px;
    padding: 0px;
  }

  .recruiter {
    font-size: 40px;
  }

  .jobseeker {
    font-size: 40px;
  }

  .jobseeker_text {
    text-align: left;
    top: 750px;
    right: 20%;
    margin: 0px;
    padding: 0px;
  }
}
@media (max-width: 545px) {
  .banner {
    background: url("../../assets/images/home/mobile_bannner.svg");
    height: 1000px;
    background-position: center;
    background-size: cover;
    margin: 0px;
    padding: 0px;
  }

  .recruiter_text {
    top: 150px;
    left: 30%;
    margin: 0px;
    padding: 0px;
  }

  .jobseeker_text {
    text-align: left;
    top: 680px;
    right: 20%;
    margin: 0px;
    padding: 0px;
  }

  .home_footer_shape {
    bottom: 20px;
  }
}
@media (max-width: 495px) {
  .banner {
    background: url("../../assets/images/home/mobile_bannner.svg");
    height: 900px;
    width: 100%;
    background-position: center;
    background-size: cover;
    margin: 0px;
    padding: 0px;
  }

  .recruiter_button {
    font-size: 15px;
    width: 120px;
  }

  .jobseeker_button {
    font-size: 15px;
    width: 120px;
  }

  .recruiter_text {
    top: 150px;
    left: 30%;
    margin: 0px;
    padding: 0px;
  }

  .recruiter {
    font-size: 35px;
  }

  .jobseeker {
    font-size: 35px;
  }

  .jobseeker_text {
    text-align: left;
    top: 600px;
    right: 20%;
    margin: 0px;
    padding: 0px;
  }

  .home_footer_logo {
    height: 35px;
  }

  .home_footer {
    position: relative;
    top: 10px;
  }
}
@media (max-width: 445px) {
  .banner {
    background: url("../../assets/images/home/mobile_bannner.svg");
    height: 850px;
    width: 100%;
    background-position: center;
    background-size: cover;
    margin: 0px;
    padding: 0px;
  }

  .recruiter_text {
    top: 130px;
    left: 30%;
    margin: 0px;
    padding: 0px;
  }

  .recruiter {
    font-size: 35px;
  }

  .jobseeker {
    font-size: 35px;
  }

  .jobseeker_text {
    text-align: left;
    top: 570px;
    right: 20%;
    margin: 0px;
    padding: 0px;
  }

  .home_footer_logo {
    height: 30px;
  }

  .home_footer {
    position: relative;
    top: 10px;
  }
}
@media (max-width: 445px) {
  .banner {
    background: url("../../assets/images/home/mobile_bannner.svg");
    height: 800px;
    width: 100%;
    background-position: center;
    background-size: cover;
    margin: 0px;
    padding: 0px;
  }

  .recruiter_text {
    top: 120px;
    left: 30%;
    margin: 0px;
  }

  .recruiter {
    font-size: 35px;
    padding-bottom: 10px;
  }

  .jobseeker {
    font-size: 35px;
    padding-bottom: 10px;
  }

  .jobseeker_text {
    text-align: left;
    top: 570px;
    right: 20%;
    margin: 0px;
    padding: 0px;
  }

  .home_footer_logo {
    height: 30px;
  }

  .home_footer {
    position: relative;
    top: 10px;
  }
}
@media (max-width: 397px) {
  .banner {
    background: url("../../assets/images/home/mobile_bannner.svg");
    height: 750px;
    width: 100%;
    background-position: center;
    background-size: cover;
    margin: 0px;
    padding: 0px;
  }

  .recruiter_text {
    top: 110px;
    left: 30%;
    margin: 0px;
  }

  .recruiter {
    font-size: 35px;
    padding-bottom: 10px;
  }

  .jobseeker {
    font-size: 35px;
    padding-bottom: 10px;
  }

  .jobseeker_text {
    text-align: left;
    top: 510px;
    right: 20%;
    margin: 0px;
    padding: 0px;
  }

  .home_footer_logo {
    height: 30px;
  }

  .home_footer {
    position: relative;
    top: 10px;
  }
}
@media (max-width: 370px) {
  .banner {
    background: url("../../assets/images/home/mobile_bannner.svg");
    height: 700px;
    width: 100%;
    background-position: center;
    background-size: cover;
    margin: 0px;
    padding: 0px;
  }

  .recruiter_text {
    top: 90px;
    left: 30%;
    margin: 0px;
  }

  .recruiter {
    font-size: 35px;
    padding-bottom: 10px;
  }

  .jobseeker {
    font-size: 35px;
    padding-bottom: 10px;
  }

  .jobseeker_text {
    text-align: left;
    top: 450px;
    right: 20%;
    margin: 0px;
    padding: 0px;
  }

  .home_footer_logo {
    height: 30px;
  }

  .home_footer {
    position: relative;
    top: 10px;
  }
}
@media (max-width: 370px) {
  .banner {
    background: url("../../assets/images/home/mobile_bannner.svg");
    height: 650px;
    width: 100%;
    background-position: center;
    background-size: cover;
    margin: 0px;
    padding: 0px;
  }

  .recruiter_text {
    top: 90px;
    left: 25%;
    margin: 0px;
  }

  .recruiter {
    font-size: 35px;
    padding-bottom: 10px;
  }

  .jobseeker {
    font-size: 35px;
    padding-bottom: 10px;
  }

  .jobseeker_text {
    text-align: left;
    top: 410px;
    right: 25%;
    margin: 0px;
    padding: 0px;
  }

  .home_footer_logo {
    height: 25px;
  }

  .home_footer {
    position: relative;
    top: 10px;
  }
}
@media (max-width: 322px) {
  .banner {
    background: url("../../assets/images/home/mobile_bannner.svg");
    height: 600px;
    width: 100%;
    background-position: center;
    background-size: cover;
    margin: 0px;
    padding: 0px;
  }

  .recruiter_text {
    top: 80px;
    left: 25%;
    margin: 0px;
  }

  .recruiter {
    font-size: 30px;
    padding-bottom: 10px;
  }

  .jobseeker {
    font-size: 30px;
    padding-bottom: 10px;
  }

  .jobseeker_text {
    text-align: left;
    top: 380px;
    right: 25%;
    margin: 0px;
    padding: 0px;
  }

  .home_footer_logo {
    height: 25px;
  }

  .home_footer {
    position: relative;
    top: 0px;
  }

  .recruiter_button {
    font-size: 12px;
    width: 110px;
  }

  .jobseeker_button {
    font-size: 12px;
    width: 110px;
  }
}
@media (max-width: 300px) {
  .banner {
    background: url("../../assets/images/home/mobile_bannner.svg");
    height: 560px;
    width: 100%;
    background-position: center;
    background-size: cover;
    margin: 0px;
    padding: 0px;
  }
}
@media (max-width: 280px) {
  .banner {
    background: url("../../assets/images/home/mobile_bannner.svg");
    height: 540px;
    width: 100%;
    background-position: center;
    background-size: cover;
    margin: 0px;
    padding: 0px;
  }
}
.recruiter_banner {
  width: 100%;
  text-align: center;
  background-repeat: no-repeat;
  margin-top: -5px;
  background-position: center;
}

.recruiter_banner_path {
  position: relative;
  bottom: 20px;
}

.our_services_row {
  float: right;
  padding: 0px;
  margin-top: -50px;
}

.our_services_text {
  padding-left: 5%;
}

.our_services_para {
  width: 340px;
}

.our_services_card_body {
  padding-top: 20px;
}

.our_services_card {
  width: 350px;
  height: 250px;
  text-align: center;
  margin-top: 4%;
  line-height: 1.3;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

.card-body::after {
  height: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 2.5px solid #63C663 !important;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.card-body::before,
.card-body::after {
  background: rgba(99, 198, 99, 0.5);
  content: "";
  position: absolute;
  z-index: -1;
}

.our_services_card :hover {
  color: #ffff;
}

.our_services_card:hover .card-body:after {
  height: 100%;
  color: #fff;
}

.card-body {
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.card-img,
.card-img-top {
  z-index: 1;
}

.card-text {
  margin-bottom: 1rem;
}

.our_services_text {
  margin-top: 50px;
}

.our_services_icons {
  margin-bottom: 10px;
}

.recruitment_process_topic {
  margin-top: 600px;
}

.recruitment_process_underline {
  height: 2px;
  width: 200px;
  background-color: #63C663;
  margin-bottom: 100px;
}

.recruitment_process_image {
  height: 600px;
  text-align: center;
  margin-bottom: 80px;
}

.enquiry {
  margin-top: 100px;
  padding-bottom: 100px;
}

.enquiry_underline {
  height: 2px;
  width: 200px;
  background-color: #63C663;
}

.enquiry_image {
  float: right;
  width: 550px;
  height: 300px;
}

.enquiry_topic_para {
  margin-top: 25px;
  width: 500px;
  margin-bottom: 40px;
}

.enquiry_button {
  background-color: #63C663;
  font-size: 20px;
  width: 200px;
  color: white;
  border-radius: 0px 50px 50px 0px;
}

.enquiry_button:hover {
  background-color: #43c743;
}

@media (max-width: 1862px) {
  .recruiter_banner_path {
    bottom: 70px;
  }
}
@media (max-width: 1439px) {
  .recruiter_banner_path {
    bottom: 50px;
  }
}
@media (max-width: 1200px) {
  .our_services_card {
    width: 300px;
    height: 250px;
    text-align: center;
    margin-top: 5%;
    line-height: 1.3;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  }

  .our_services_para {
    width: 285px;
  }

  .recruitment_process_topic {
    margin-top: 0px;
  }

  .our_services_text {
    padding-left: 2%;
  }

  .enquiry_image {
    float: right;
    width: 420px;
    height: 250px;
  }

  .our_services_row {
    padding-bottom: 80px;
  }

  .recruitment_process_image {
    margin-bottom: 70px;
  }

  .enquiry {
    margin-top: 70px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1025px) {
  .recruiter_banner_path {
    bottom: 40px;
  }
}
@media (max-width: 991px) {
  .our_services_text {
    padding-left: 5%;
  }

  .enquiry_image {
    float: right;
    width: 330px;
    height: 250px;
  }

  .enquiry_topic_para {
    width: 100%;
  }

  .enquiry_col_2 {
    display: none;
  }
}
@media (max-width: 830px) {
  .recruiter_banner_path {
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .our_services_card_title {
    font-size: 18px;
  }

  .recruitment_process_image {
    height: 100%;
    width: 100%;
  }

  .our_services_card {
    width: 260px;
    height: 240px;
    text-align: center;
    margin-top: 5%;
    line-height: 1.3;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  }

  .our_services_text {
    margin-top: 20px;
    padding-left: 2%;
  }

  .our_services_para {
    width: 250px;
  }

  .our_services_icon {
    width: 30%;
  }

  .our_services_row {
    padding-bottom: 80px;
  }

  .recruitment_process_image {
    margin-bottom: 40px;
  }

  .enquiry {
    margin-top: 50px;
    padding-bottom: 30px;
  }

  .recruitment_process_underline {
    margin-bottom: 60px;
  }
}
@media (max-width: 628px) {
  .recruiter_banner_path {
    bottom: 25px;
  }

  .our_services_card_title {
    font-size: 15px;
  }

  .recruitment_process_image {
    height: 100%;
    width: 100%;
  }

  .our_services_card {
    width: 200px;
    height: 180px;
    text-align: center;
    margin-top: 10%;
    line-height: 1.3;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  }

  .our_services_text {
    padding-left: 35px;
    text-align: left;
    float: none;
    padding-top: 5px;
  }

  .our_services_para {
    float: none;
    text-align: left;
    width: 90%;
    font-size: 12px;
  }

  .our_services_icon {
    width: 30%;
  }

  .our_services_row {
    text-align: center;
  }

  .our_services_card_body {
    padding-top: 45px;
  }
}
@media (max-width: 575px) {
  .recruiter_banner_path {
    bottom: 25px;
  }

  .our_services_card_title {
    font-size: 20px;
  }

  .recruitment_process_image {
    height: 100%;
    width: 100%;
  }

  .our_services_card {
    width: 80%;
    height: 95%;
    text-align: center;
    line-height: 1.3;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  }

  .our_services_text {
    padding-left: 10%;
    padding-right: 10%;
    text-align: left;
    float: none;
    padding-top: 5px;
  }

  .our_services_para {
    float: none;
    text-align: left;
    width: 100%;
    font-size: 11px;
  }

  .our_services_icon {
    width: 20%;
    margin-top: 60px;
  }

  .our_services_row {
    text-align: center;
    padding-bottom: 100px;
  }

  .our_services_card_body {
    padding-top: 0px;
  }

  .recruitment_process_image {
    margin-bottom: 20px;
  }
}
@media (max-width: 483px) {
  .recruiter_banner_path {
    bottom: 20px;
  }
}
@media (max-width: 450px) {
  .our_services_card_title {
    font-size: 15px;
  }

  .recruitment_process_image {
    height: 100%;
    width: 100%;
  }

  .our_services_card {
    width: 80%;
    height: 95%;
    text-align: center;
    line-height: 1.3;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  }

  .our_services_icon {
    width: 20%;
    margin-top: 50px;
  }

  .our_services_text {
    padding-left: 10%;
    padding-right: 10%;
    text-align: left;
    float: none;
    padding-top: 5px;
  }

  .our_services_para {
    float: none;
    text-align: left;
    width: 100%;
    font-size: 11px;
  }

  .our_services_icon {
    width: 25%;
  }

  .our_services_row {
    text-align: center;
    padding-bottom: 100px;
  }

  .our_services_card_body {
    padding-top: 0px;
  }
}
.bg-dark {
  display: none;
}

.home-nav {
  animation: movedown 2s linear 1;
  animation-delay: 2s;
  visibility: hidden;
  animation-fill-mode: forwards;
  font-family: "poppins";
  width: 100%;
  background-color: white;
}

.logo {
  height: 35px;
  text-align: center;
  position: relative;
}

.nav-item {
  display: block;
  margin: 1em 0;
}

.nav-link {
  font-size: 1.02em;
  font-weight: bold;
  display: block;
  padding: 1em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: rgba(150, 148, 148, 0);
}

.nav-link:hover,
.nav-link:focus {
  outline: none;
}

.nav-item {
  position: relative;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.nav-item::before,
.nav-item::after,
.nav-active::before,
.nav-active::after {
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  content: "";
  pointer-events: none;
}

.nav-item::before,
.nav-item::after {
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: left left;
  transform-origin: left left;
  -webkit-transition: transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.nav-active::before,
.nav-active::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.nav-item:hover::before,
.nav-item:hover::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.nav-item::before {
  top: 95%;
  margin-left: -9px;
  border-width: 10px;
  border-top-color: #209420;
}

.nav-active::before {
  margin-left: -9px;
  border-width: 10px;
  border-top-color: #209420;
}

.nav-item::after,
.nav-active::after {
  top: 94%;
  margin-left: -5px;
  border-width: 6px;
  border-top-color: #209420;
}

.nav-link {
  position: relative;
  margin: 0 1em;
  padding-right: 0;
  padding-left: 0;
  color: #999999;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.nav-active .nav-link,
.nav-active .nav-link:hover,
.nav-active .nav-link:focus {
  color: #000000;
  background-color: rgba(192, 192, 192, 0.3);
}

.nav-active .nav-link::after,
.nav-active .nav-link::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.nav-active .nav-link::before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.nav-link:hover,
.nav-link:focus {
  background-color: rgba(192, 192, 192, 0.3);
  color: #000000;
}

.nav-item:hover .nav-link::before,
.nav-item:focus .nav-link::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.nav-link::before,
.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  -webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.nav-link::before {
  background: #209420;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.nav-link::after {
  background: #209420;
}

.navbar {
  z-index: 1;
  background-color: white;
  height: 55px;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  border-top: 0.5px solid #63C663;
}

.navbar-toggle {
  border: none;
  background: transparent !important;
}

.navbar-toggle:hover {
  background: transparent !important;
}

.navbar-toggle .icon-bar {
  width: 22px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-nav {
  text-align: center;
}

/* Icon 1 */
.animated-icon1,
.animated-icon2,
.animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.animated-icon1 span {
  background: black;
}

.animated-icon2 span {
  background: #000000;
}

.animated-icon3 span {
  background: #000000;
}

.animated-icon1 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 10px;
}

.animated-icon1 span:nth-child(3) {
  top: 20px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.first-button {
  border: none;
}

@media (min-width: 991px) {
  .top_logo {
    text-align: center;
  }

  .logo {
    text-align: center;
  }

  .left_logo {
    display: none;
  }

  .navbar-toggle {
    display: none;
  }
}
@media (max-width: 1100px) {
  .nav {
    visibility: visible;
    animation: none;
    position: unset;
  }
}
@media (max-width: 1024px) {
  .logo {
    height: 30px;
  }

  .navbar {
    height: 45px;
    width: 100%;
  }

  .navbar {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .navbar-nav {
    background-color: white !important;
    border-radius: 0%;
  }

  .top_logo {
    display: none;
  }

  .logo {
    padding-bottom: 5px;
  }

  .navbar {
    height: 60px;
  }
}
@media (max-width: 576px) {
  .nav {
    visibility: visible;
    animation: none;
    position: unset;
  }
}
@media (max-width: 370px) {
  .logo {
    height: 25px;
  }
}

/*# sourceMappingURL=style.css.map */
