/* body{overflow: hidden;} */
.career-head{display: flex;align-items: center;font-size: 14px;}
.career-head-1{display: flex;justify-content: space-between;}
.career-resume{width: 150px;height: 40px;background-color: #44ce6f;color: #fff;text-align: center;line-height: 40px;border-radius: 8px;cursor: pointer;margin-left: 15px;box-shadow: rgba(16, 54, 165, 0.35) 0px 5px 15px;}
.career-first{padding: 90px 0px 30px;}
.search{
    /* position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50% , -50%); */
    background: #fff ;
    height: 40px;
    border-radius: 5px;
    width: 400px;
    padding-left: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    /* padding: 10px; */
}


.search-btn{
   
    float: right;
   margin-top: 5px;
   margin-right: 10px;
}

.search-txt{
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    color: black ;
    font-size: 14px;
    /* transition: ease-in 0.4s; */
    line-height: 40px;
  
    font-family: 'Pangolin', ;
}
.fa-keyboard-o{
    font-weight: 200;
    font-size: 25px;
}
.search-box{width: 100%;height: 48px;background-color: #44ce6f;text-align: center;line-height: 46px;border-radius: 25px;margin-left: 20px;cursor: pointer;box-shadow: 0px 10px 10px 1px #a9ffc4;color: #fff !important;}
.fa-search{color: #fff;}
.header-bg{background-color: #F4F5FA;}
.career-firsr-txt{font-size: 45px;font-weight: bold;color: #414242;line-height: 55px;}
.career-home-clr{color: #0E36A5;font-weight: bold;}
@media screen and (max-width: 320px){
    .career-head-scuti{font-size: 12px;line-height: 16px;}
    .career-resume{width: 100px;font-size: 12px;}
    .search-btn{display: none;}
    .search-box{width: 70px;}
}
@media screen and (max-width: 380px){
    .career-head-scuti{font-size: 12px;line-height: 16px;}
    .search-btn{margin-top: 7px !important;}
}
@media screen and (max-width: 480px){
    .career-head-scuti{font-size: 12px;line-height: 16px;}
    .search-box{background-color: #44ce6f!important;}
    .fa-search{color: #fff !important;}
    .search-btn{margin-top: 7px !important;}
    .career-firsr-txt{font-size: 35px;font-weight: bold;color: #414242;line-height: 45px;}
    .career-sec-txt{font-size: 16px !important;color: #7E7E7E;margin: 20px 0px;}
}
@media screen and (max-width: 991px){
    .search-btn{margin-top: -35px;}
    /* .search-box{background-color: transparent;} */
    .fa-search{color: #0E36A5;}
    .career-first {padding: 20px 0px 10px;}
    .header-left-part{margin-left:5px !important;margin-bottom: 20px;}
}
.down-circle{width: 40px;height: 40px;text-align: center;border: 1px solid #F4F5FA;border-radius: 50%;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;background-color: #fff;line-height: 40px;z-index: 99;}
.down-circle-flx{display: flex;justify-content: center;margin-top: -20px;margin-bottom: 5px;cursor: pointer;}
.fa-arrow-down{color: #0E36A5;}
.down-circle-flx-1{display: flex;justify-content: center;font-size: 14px;font-weight: bold;flex-direction: column;line-height: 20px;text-align: center;}
.down-circle-2{font-size:12px;color: #44ce6f;margin-bottom: 20px;line-height: 14px;margin-top: 5px;}
.second-para{font-size: 14px;line-height: 26px;}
.down-circle-flx-2{display: flex;justify-content: center;font-size: 14px;font-weight: bold;flex-direction: column;line-height: 20px;text-align: center;margin: 40px 0px 0px;}
.job-categy{font-size: 20px !important;font-weight: bold;}
.job-btn{height: 40px;background-color: #fff;border: 1px solid #44ce6f;text-align: center;line-height: 36px;color: #44ce6f;border-radius: 8px;margin-top: 15px;cursor: pointer;font-size: 14px;margin-bottom: 40px;}
.job-structure{font-size: 16px;font-weight: bold;}
.job-structure-1{font-size: 12px;}
.job-structure-2{font-size: 13px;color: #44ce6f;}
.job-wise-head{text-align: center;line-height: 22px;}
.job-btn:hover{background-color: #44ce6f;color: #fff;box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}

.job-wise-head img{margin-bottom: 10px;}
.wrapper{
    max-width: 700px;
    width: 100%;
    /* margin: 15vh auto; */
    padding: 25px 30px 30px 30px;
    border-radius: 5px;
    /* background: #fff;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.1); */
  }
  .wrapper header{
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 20px;
  }
  .wrapper nav{
    position: relative;
    width: 80%;
    height: 50px;
    display: flex;
    align-items: center;
  }
  .wrapper nav label{
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    color: black;
    font-size: 17px;
    border-radius: 5px;
    margin: 0 5px;
    transition: all 0.3s ease;
  }
  .wrapper nav label:hover{
    background: rgba(16,54,165,0.3);
    border-radius: 25px !important;
  }
  #home:checked ~ nav label.home,
  #blog:checked ~ nav label.blog,
  #code:checked ~ nav label.code,
  #help:checked ~ nav label.help,
    #about:checked ~ nav label.about{
    color: #fff;
  }
  nav label i{
    padding-right: 7px;
  }
  nav .slider{
    position: absolute;
    height: 100%;
    width: 25%;
    left: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 25px;
    background: #1036A5;
    transition: all 0.3s ease;
  }
  input[type="radio"]{
    display: none;
  }
  #home~ nav .slider{
    left: 17px;
  }
  #blog:checked ~ nav .slider{
    left: 37%;
  }
  #code:checked ~ nav .slider{
    left: 70%;
  }
  #help:checked ~ nav .slider{
    left: 75%;
  }
  #about:checked ~ nav .slider{
    left: 80%;
  }
  section .content{
    display: none;
    background: #fff;
  }

  #home:checked ~ section .content-1,
  #blog:checked ~ section .content-2,
  #code:checked ~ section .content-3,
  #help:checked ~ section .content-4,
  #about:checked ~ section .content-5{
    display: block;
  }
  section .content .title{
    font-size: 21px;
    font-weight: 500;
    margin: 30px 0 10px 0;
  }
  section .content p{
  font-size: 14px;
  line-height: 23px;
  margin-top: 20px;
  }
  .update-resume-bg{background-image: url(../images/Careers-home-page/Update-Resume-bg.jpg);padding-bottom: 30px;background-repeat: no-repeat;background-position: center;background-size: cover;}
  .update-first{font-size: 24px;text-align: center;color: #fff;padding-top: 30px;}
  .update-second{font-size: 14px;text-align: center;color: #fff;padding-top: 20px;line-height: 20px;}
  .resume-btn{background-color: transparent;height: 36px;text-align: center;color: #fff;border: 1px solid #fff;width: 150px; font-size: 14px;border-radius: 8px;display: flex;justify-content: center;}
  .resume-btn-head{display: flex;justify-content: center;padding: 15px 0px 10px;}
  
  main {
	 width: 100%;
	 max-width: 1440px;
	 padding: 16px;
}
  main .slider .buttons {
	 z-index: 1;
	 right: 50%;
	 top: 261px;
	 width: 80px;
	 height: 40px;
	 position: absolute;
	 border-radius: 50px;
	 transform: translateX(50%);
	 background-color: #fff;
}
  main .slider .buttons .previous,  main .slider .buttons .next {
	 width: 50%;
	 height: 100%;
	 position: absolute;
	 background-repeat: no-repeat;
	 background-position: center;
	 cursor: pointer;
}
  main .slider .buttons .previous {
	 left: 0;
	 background-image: url('https://alcs-slider.netlify.app/images/icon-prev.svg');
}
  main .slider .buttons .previous:hover {
	 transform: scale(1.25);
}
  main .slider .buttons .next {
	 right: 0;
	 background-image: url('https://alcs-slider.netlify.app/images/icon-next.svg');
}
  main .slider .buttons .next:hover {
	 transform: scale(1.25);
}
  main .slider .slide {
	 display: flex;
	 margin: 0 auto;
	 text-align: center;
	 align-items: center;
	 justify-content: center;
	 flex-direction: column-reverse;
}
  main .slider .slide .testimonial {
	 padding: 32px 51px;
	 background-size: 60px;
	 background-position: top;
	 background-repeat: no-repeat;
	 background-image: url(https://alcs-slider.netlify.app/images/pattern-quotes.svg);
}
  main .slider .slide .testimonial blockquote {
	 font-size: 18px;
	 font-weight: 300;
	 line-height: 24px;
	 margin-bottom: 36px;
}
  main .slider .slide .testimonial .author {
	 font-size: 15px;
	 font-weight: 700;
}
  main .slider .slide .testimonial .author span {
	 display: block;
	 color: #babacf;
	 font-weight: 500;
}
  main .slider .slide .slider-img {
	 width: 100%;
	 padding: 30px;
	 display: flex;
	 margin-bottom: 40px;
	 align-items: center;
	 justify-content: center;
	 background-size: contain;
	 background-position: center;
	 background-repeat: no-repeat;
	 background-image: url(https://alcs-slider.netlify.app/images/pattern-bg.svg);
}
  main .slider .slide .slider-img img {
	 width: 240px;
	 display: block;
	 border-radius: 10px;
	 box-shadow: 0px 16px 40px 0px rgba(135, 105, 210, 0.4);
}
  main .slider .slide .active {
	 opacity: 1;
	 transform: translateX(0) scale(1);
	 transition-delay: 0.4s;
}
  
 
  .hide {
	 display: none;
}
 @media screen and (min-width: 600px) {
	  main {
		 max-width: 800px;
	}
	  main .slider .buttons {
		 top: 280px;
	}
}
 @media screen and (min-width: 900px) {
	  main {
		 width: 100%;
		 max-width: 1054px;
		 padding: 15px 0px 50px 0;
	}
	  main .slider .buttons {
		 right: 43%;
		 top: 500px;
	}
	  main .slider .slide {
		 position: relative;
		 text-align: left;
		 display: flex;
		 flex-direction: row;
	}
	  main .slider .slide .testimonial {
		 padding: 32px 0 0 0;
		 background-size: 80px;
		 background-position: 19% -7%;
		 transform: translateX(100px);
	}
	  main .slider .slide .testimonial blockquote {
		 font-size: 16px;
		 line-height: 30px;
	}
	  main .slider .slide .testimonial .author span {
		 display: contents;
	}
	  main .slider .slide .slider-img {
		 padding: 55px;
	}
	  main .slider .slide .slider-img img {
		 width: 400px;
	}
}
 

/* iam interested */

.career-head-2{display: flex;justify-content: space-between;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;padding: 15px;margin-bottom: 10px;}
.down-circle-3{font-size:12px;color: #1036A5;margin-bottom: 20px;line-height: 14px;margin-top: 5px;}
.drop-zone {
  
  height: 200px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  color: #cccccc;
  border: 4px dashed #1036A5;
  border-radius: 10px;
  margin-bottom: 15px;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 320px){
  .wrapper nav{width: 330px;margin-left: -50px;}
  .wrapper nav label:hover{background-color: transparent;}
  .wrapper nav label{font-size: 12px;}
}

@media screen and (max-width: 480px){
  .wrapper nav{width: 116%;margin-left: -26px;}
  .wrapper nav label:hover{background-color: transparent;}
  .wrapper nav label{font-size: 12px;}
}
.form-control{width: 100%;border: 1px solid #E8ECED;border-radius: 6px;font-size: 14px;height: 40px;}
label{font-size: 14px;margin-bottom: 0px !important;}
.apply-btn{width: 100px;height: 40px;text-align: center;font-size: 14px;background-color: #44ce6f;color: #fff;line-height: 40px;border-radius: 8px;margin-right: 10px;cursor: pointer;}
.cancel-btn{width: 100px;height: 40px;text-align: center;font-size: 14px;background-color: gray;color:#fff;line-height: 40px;border-radius: 8px;cursor: pointer;}
.profile-pic-wrapper {
  
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pic-holder {
  text-align: center;
  position: relative;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.pic-holder .pic {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.pic-holder .upload-file-block,
.pic-holder .upload-loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(90, 92, 105, 0.7);
  color: #f8f9fc;
  font-size: 12px;
  font-weight: 600;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.pic-holder .upload-file-block {
  cursor: pointer;
}

.pic-holder:hover .upload-file-block {
  opacity: 1;
}

.pic-holder.uploadInProgress .upload-file-block {
  display: none;
}

.pic-holder.uploadInProgress .upload-loader {
  opacity: 1;
}

/* Snackbar css */
.snackbar {
  visibility: hidden;
  min-width: 250px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 14px;
  transform: translateX(-50%);
}

.snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

.card-header{background-color: #fff;color: black;font-weight:bold;padding: 15px;}
.card-body label{color: black;font-size: 14px;font-weight: 500;}
.remove_field_addgift{
  background: #44ce6f;
  width: 30px;
  height: 30px;
  color: white;
  text-align: center;
  line-height: 27px;
  /* display: flex; */
  float: right;
  border-radius: 50%;
  cursor: pointer;
}
.add-new-type{font-size: 12px;color: #44ce6f;display: flex;justify-content: end;}

.apply-bg{background-image: url(../images/header.jpg);background-repeat: no-repeat;background-position: right;background-size: cover;}
.apply-first{padding: 30px 0px 30px;}
.apply-firsr-txt{font-size: 20px;color: #fff;}
.apply-text{font-size: 13px;line-height: 21px;color: #fff;margin-top: 10px;font-weight: 500;}
.interest-btn{width: 150px;height: 40px;background-color: #44ce6f;text-align: center;line-height: 36px;color: #fff;border-radius: 8px;cursor: pointer;font-size: 14px;}
.refer-btn{width: 150px;height: 40px;background-color: transparent;text-align: center;line-height: 36px;color: #fff;border-radius: 8px;cursor: pointer;border: 1px solid #fff;margin-left: 10px;font-size: 14px;}
.apply-flx{display: flex;margin-bottom: 25px;}
.apply-circle-flx-1{display: flex;justify-content: center;font-size: 20px;font-weight: bold;flex-direction: column;line-height: 20px;text-align: center;margin-top: 30px;}
.apply-skills{font-size: 18px;color: black;font-weight: bold;margin-bottom: 10px;}
.apply-box{background-color: #F4F5FA;font-size: 12px;width: 100%;padding: 15px;line-height: 25px;border-radius: 10px;}
.apply-box-gap{padding: 40px 0px 30px;}
.apply-add{font-size: 14px;line-height: 24px;}
.apply-box-gap1{padding: 20px 0px 15px;}

  .responsive-map iframe{
  left:0;
  top:0;
  height:250px;
  width:100%;
  margin-bottom: 20px;
  }
  .refer-btn1{width: 150px;height: 40px;background-color: transparent;text-align: center;line-height: 36px;color: #44ce6f;border-radius: 8px;cursor: pointer;border: 1px solid #44ce6f;margin-left: 10px;font-size: 14px;}
  .apply-flx-1{display: flex;justify-content: center;margin-bottom: 30px;}
  .a1{list-style-image:url(../images/Chair.png);background-position: 7px 7px !important;background-repeat: no-repeat;margin-left: 20px;font-size: 13px;font-weight: 500;vertical-align: middle;}


  .header-bg-career{background-image: url(../images/Careers-home-page/Headr.jpg);background-repeat: no-repeat;background-position: top right;background-size: cover;padding: 30px;background-color: #f4f5fa;}
  .header-bg-career-r{margin-top: 100px;}
  .header-left-part{margin-left:20%}
  .career-sec-txt{font-size: 20px;color: #7E7E7E;margin: 20px 0px;}
  .r-search-txt{padding: 15px;border: 1px solid #EFEFEF; color:#7E7E7E;border-radius: 25px; width:100%}
  .modal-content-60{width:70% !important; margin:1% auto 1% auto;}
   
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto !important; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 1% auto 5% auto; /* 1% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s;
  border-radius: 5px !important;
  padding: 10px;
}

/* The Close Button (x) */
.close {position:absolute; top:-10px; right:-8px !important;color:#ffff !important;font-size:18px !important;font-weight: 100 !important;height: 25px;background:#44ce6f;border-radius: 50%;width: 25px;text-align: center;opacity: 1 !important;cursor: pointer;}
.close-pos{top:5px; right:10px !important; z-index: 99999 !important;}

.close:hover, .close:focus{opacity: 1 !important;color: #fff;}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}
.quarry-input .form-group textarea{height: 40px;}
.btn-yes {
  width: 100px;
  border-radius: 25px;
  background-color: #44ce6f;
  color: #fff;
  outline: none !important;
  border: none;
  padding: 10px 10px;
  margin-top: 20px;
}
/* iam interested */

.career-head-2{display: flex;justify-content: space-between;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;padding: 15px;margin-bottom: 10px;}
.down-circle-3{font-size:12px;color: #1036A5;margin-bottom: 20px;line-height: 14px;margin-top: 5px;}
.drop-zone {
  
  height: 200px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  color: #cccccc;
  border: 4px dashed #1036A5;
  border-radius: 10px;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}
.drop-zone__prompt{font-size: 14px;}
.require-head{font-weight: bold;font-size: 14px;}
@media screen and (max-width: 320px){
  .modal-content-60{width: 95% !important;};
}
@media screen and (max-width: 380px){
  .modal-content-60{width: 95% !important;};
}
@media screen and (max-width: 480px){
  .modal-content-60{width: 95% !important;};
}
@media screen and (max-width: 991px){
  .modal-content-60{width: 95% !important;};
}
.new-quarry-head{font-size: 16px;font-weight: bold !important;}
.job-title{font-size: 24px;font-weight: bold;text-align: center;}
.job-title-1{font-size: 14px;color:#44ce6f;text-align: center;}
.job-bg{padding: 60px 0px;}