@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');


h1 {
  font-family: 'Poppins' !important;
  font-weight: 700 !important;
  font-size: 61px !important;
  line-height: 67px !important;
  /* or 110% */
  letter-spacing: -2.7px !important;
  color: #3D3D3D;
}

.blog-holder{
  margin-top: 40px !important;
  margin-bottom: 20px !important;
}
.blog-card{
  /* Frame 1047 */

box-sizing: border-box;

/* Auto layout */
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 40px;
gap: 14px;
background: #FFFFFF;
border: 1px solid #D0D9DF;
border-radius: 8px;
cursor: pointer;

}
.blog-card:hover{
  background: #F9F9F9;
  cursor: pointer;
}
.blogs{
  margin-bottom: 50px !important;
}
a.blog-strip{
  text-decoration: none !important;
  cursor: pointer !important;
}
.social-logo{
  width: 20px;
}

h2{
  /* Featured and new job */

  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 39px;
  /* identical to box height, or 98% */
  text-align: center;

  color: #3D3D3D;

}

.width{
  width: 100%;
}

h3{
  /* Find permanent, free */

font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 22px;
line-height: 27px;
/* or 123% */

color: #040404;

}
label{
  margin-bottom: 10px;
  margin-top: 10px;
}

p{

font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
/* identical to box height */

color: #5F5F5F;
}

.center-text{
  text-align: center;
  margin-bottom: 50px;
}

.first-header{
  margin-top: 104px !important;
  margin-bottom: 104px;
}

.second-header{
  margin-bottom: 104px;
}
.top-pad{
  margin-top: 70px;
}


.grey{
  background-color: #F4F6F5;
  padding-top: 34px !important;
  padding-bottom: 54px;
}
.grey-holder{
  background-color: #F4F6F5;
  padding-top: 50px !important;
  padding-bottom: 100px !important;
}

.full-time{
  /* Rectangle */

  background: #FFFFFF;
  border: 0.56px solid #4D9833;
  border-radius: 2.24px;
  padding: 5px;

  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  margin-right: 10px;

  color: #5F5F5F;

}

.industry{
  /* Rectangle Copy 7 */


  background: #6DD400;
  border: 0.56px solid #6DD400;
  border-radius: 2.24px;
  padding: 5px;

  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 1.68px;
  text-transform: uppercase;

  color: #ffffff;

}

.job-title{
  height: 87px;
}


.job-holder{
background: #FFFFFF;
border: 1px solid #C6C6C6;
border-radius: 5px;
padding: 30px;
margin-top: 30px;
height: 240px;
transition: box-shadow 0.3s, background-color 0.3s;
}

/* Style for the job holder container on hover */
.job-holder:hover {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    background-color: #f8f8f8; /* Change to your desired background color */
}

/* Style for links inside the job holder (retaining original styling) */
.job-link {
    text-decoration: none;
    color: inherit;
}

.tagging{
  margin-top: 20px;
}

.filters{
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

/* Basic table styling */
.job-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 10px; /* Add rounded corners */
    margin-bottom: 100px;
}

.job-table th, .job-table td {
    border: 1px solid #DFE2E6;
    padding: 10px;
    text-align: left;
}

/* Clickable row styling */
.clickable-row {
    cursor: pointer;
    transition: background-color 0.3s;
}

/* Hover state */
.clickable-row:hover {
    background-color: #f0f0f0; /* Change to your desired hover color */
}

/* Styling for clickable title */
.job-link {
    color: #4D9833; /* Green color for clickable title */
    text-decoration: none;
}

.job-link:hover {
    text-decoration: none;
}
.grey-breadcrumbs{
  /* Rectangle 4 */

  background: #F8F9FA;
  border-width: 1px 0px;
  border-style: solid;
  border-color: #DADCE0;
  padding-top: 20px;
  padding-bottom: 20px;

  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  /* identical to box height, or 169% */
  letter-spacing: -0.28125px;

  color: #5F5F5F;

}
.job-details-holder{
  /* Rectangle 6 */


  background: #FFFFFF;
  border: 1px solid #DADCE0;
  border-radius: 10px;
  padding: 20px;

}
.spacer{
  margin-bottom: 10px;
}
.spacer-2{
  margin-top: 10px;
  margin-bottom: 10px;
}
.width-100{
  width: 100%;
}
.bottom-padding{
  padding-bottom: 50px !important;
  padding-top: 50px !important;
}
.input-group-append {
  cursor: pointer;
}
.input-titles{
  margin-top: 20px;
  margin-bottom: 20px;
}


.green-section{

  background-color: #E9F4EB;
  padding-top: 140px;
  padding-bottom: 140px;

}
.center-heading{

  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 39px;
  /* or 130% */
  text-align: center;

  color: #3D3D3D;

}
.about-image img{
  width: 70%;
}
.about-image{
  text-align: center;
}
.milton img{
  width: 70%;
}
.milton {
  text-align: center;
}

.pad-top-about{
  margin-top: 110px !important;
  margin-bottom: -3rem !important;
}

.yellow-icon{
  margin-left: 0;
  margin-top: -80px !important;
  margin-bottom: 80px;
}
.yellow-icon img{
  width: 9%;
}
.service-holder{
  /* Rectangle */

  background: #F4F6F5;
  border: 1px solid #D3D3D3;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;

}
.service-holder img{
  margin-bottom: 20px;
  height: 50px;
}
.footer-contacts{
  margin-bottom: 50px;
}
.heading-center{
  text-align: center;
  margin-bottom: 60px;
}
.float-end{
  margin-left:10px;
}
.submit-title{
  margin-right: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.cv-submit-holder{

  padding: 50px;
  background: #F9F9F9;
  border: 1px solid #D0D9DF;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  width: 80%;

}
.footer-holder{

background: #F9F9F9;
border-top: 1px solid #D3D3D3;
padding-top: 20px;
padding-bottom: 20px;
bottom: 0;

}
.footerlogo-position{
  margin-bottom: 50px !important;
}
a.terms{
  text-decoration: none;
}
.move-right{
  text-align: right;
}
.left-text{
  text-align: left !important;
background: white;
border: 1px solid #D3D3D3;
border-radius: 5px;
padding: 50px !important;
margin-top: 50px;

}
.left-text h2{
  text-align: left !important;
}
.our-leader{
  padding-bottom: 80px;
}
.contact-block{
  margin-top: 100px;
  margin-bottom: 100px;
}
.apply-form{
  padding-top: 50px;
  padding-left: 50px !important;
  padding-right: 50px !important;
  padding-bottom: 100px !important;
}
.steps-holder{
  padding-left: 20px;
  padding-right: 20px;
}
.steps-in{
  margin-top: 40px;
}

.step{
  /* Ellipse 1 */


background: #F8F9FA;
border: 1px solid #4D9833;
color: #000000;
text-align: center;
border-radius: 100px;

/* Rectangle 10 */
width: 27px;
height: 27px;


}

.step.active{

border-radius: 100px;
background: #4D9833;
text-align: center;
color: white;


}
.step-title{
  /* IT Governance Proces */

  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 14px;
  /* identical to box height, or 88% */

  color: #3D3D3D;
  margin-top: 5px;
}

.step-spacing{
  margin-bottom: 15px !important;
}
.button-space{
  margin-top: 30px !important;
}

.next-button.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.form-section {
  display: none;
}

.form-section.active {
  display: block;
}

.next-button.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.space-above{
  margin-top: 30px !important;
}

.ellipses {
  display: inline-block;
  margin-left: 10px; /* Adjust spacing as needed */
}

.ellipse {
  width: 20px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 0; /* Initially hidden */
  position: absolute;
  /* Add additional styling as needed */
}

@keyframes appearAnimation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.thank-holder{
  margin-top: 100px;
  height: 600px;
  text-align: center !important;
  padding: 100px;
  background-color: white;
  border-radius: 20px;
  border-color: grey;
  border-width: 1px;
}
.testimonial{
  /* Rectangle */
padding: 30px;
background: #FFFFFF;
border: 1px solid #C6C6C6;
border-radius: 5px;
margin-bottom: 50px;

}
.nothing{
  /* Rectangle */
padding: 30px;
background: #FFFFFF;
border: 1px solid #C6C6C6;
border-radius: 5px;
margin-bottom: 50px;
text-align: center;
background-color: #F4F6F5;

}
.testimonial h2{
  /* IT Governance Proces */


font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 22px !important;
text-align: left !important;
line-height: 18px;
/* or 123% */
letter-spacing: -0.4125px;

color: #5F5F5F;


}

.testimonial p{

font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 18px;
/* or 123% */
letter-spacing: -0.4125px;

color: #5F5F5F;


}
.test-cards{
  margin-top: 50px !important;
}

.toppad{
  margin-top: 50px;
}
