
    .social-icon {
        width: 32px; /* Adjust the width as needed */
        height: 32px; /* Adjust the height as needed */
        margin-right: 25px; /* Adjust the margin to add space between icons */
}


body {
    font-family: 'Raleway', sans-serif;
    text-rendering: optimizeLegibility;
    background-color: #fff;
}
p {
        padding: 00px; /* Equal padding on all sides */
    }
h1,
h2,
h3,
h4,
h5,
h6,
nav {
    font-family: 'Jost', sans-serif;
}

hr {
    border-top: 0.5px dashed black;
    margin-bottom: 0px;
    margin-top: 0px;
}

.hr2 {
  border-top: 0.5px dashed black; margin-bottom: 5px; margin-top: 5px;
}


a {
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 5px;
      
  }

  .jost-font {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
}

.heading {
    text-decoration: underline;
    text-decoration-color: #ffc107;
    text-decoration-thickness: 3px;
    text-underline-offset: 6px;
}


.ordered-list {
  list-style: none;
  padding: 0;
  counter-reset: item;
  font: 400 16px/1.5 'Jost', sans-serif;
}

.ordered-list li {
  display: flex;
  margin-bottom: 11px;    
}

.ordered-list li::before {
  content: counter(item, decimal-leading-zero) ". ";
  counter-increment: item;       
  flex: 0 0 32px;
}
.custom-color {
        color: #01ABD5;
    }
.custom-color2 {
        color: #03CEB0;
    }
.custom-footer-bg {
        background-color: #03CEB0;
    }
.corner-text {
            position: absolute;
            top: 0px;
            right: 12px;
            color: white;
            font-weight: bold;
            background-color: #01ABD5;
            padding: 5px;
            border-radius: 0 0 0 5px;
        }
.button {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 12px 15px;
    border-radius: 10px;
    border: none;
    overflow: hidden;
    background: #03CEB0;
    color: #fff;
    }
    
    .button-text {
    transform: translateX(15px);
    font-size: 1.5em;
    font-weight: 700;
    transition-duration: 0.3s;
    color: #fff;
    }
    
    .iconer {
    transform: translateY(5px);
    transition-duration: 0.3s;
    }

    .no-gutters {
        margin-right: 0;
        margin-left: 0;
    }

    .no-gutters [class^="col-"],
    .no-gutters [class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }






.career-form {
  background-color: #4e63d7;
  border-radius: 5px;
  padding: 0 16px;
}

.career-form .form-control {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  padding: 12px 15px;
  color: #fff;
}

.career-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.career-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.career-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.career-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.career-form .custom-select {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  padding: 12px 15px;
  color: #fff;
  width: 100%;
  border-radius: 5px;
  text-align: left;
  height: auto;
  background-image: none;
}

.career-form .custom-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.career-form .select-container {
  position: relative;
}

.career-form .select-container:before {
  position: absolute;
  right: 15px;
  top: calc(50% - 14px);
  font-size: 18px;
  color: #ffffff;
  content: '\F2F9';
  font-family: "Material-Design-Iconic-Font";
}

.filter-result .job-box {
background:#fff;
  -webkit-box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
          box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
  border-radius: 10px;
  padding: 10px 35px;
}

ul {
  list-style: none; 
}

.list-disk li {
  list-style: none;
  margin-bottom: 12px;
}

.list-disk li:last-child {
  margin-bottom: 0;
}

.job-box .img-holder {
  height: 65px;
  width: 65px;
  background-color: #4e63d7;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(78, 99, 215, 0.9)), to(#5a85dd));
  background-image: linear-gradient(to right, rgba(78, 99, 215, 0.9) 0%, #5a85dd 100%);
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 65px;
}

.career-title {
  background-color: #4e63d7;
  color: #fff;
  padding: 15px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(78, 99, 215, 0.9)), to(#5a85dd));
  background-image: linear-gradient(to right, rgba(78, 99, 215, 0.9) 0%, #5a85dd 100%);
}

.job-overview {
  -webkit-box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
          box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
  border-radius: 10px;
}

@media (min-width: 992px) {
  .job-overview {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
  }
}

.job-overview .job-detail ul {
  margin-bottom: 28px;
}

.job-overview .job-detail ul li {
  opacity: 0.75;
  font-weight: 600;
  margin-bottom: 15px;
}

.job-overview .job-detail ul li i {
  font-size: 20px;
  position: relative;
  top: 1px;
}

.job-overview .overview-bottom,
.job-overview .overview-top {
  padding: 35px;
}

.job-content ul li {
  font-weight: 600;
  opacity: 0.75;
  border-bottom: 1px solid #ccc;
  padding: 10px 5px;
}

@media (min-width: 768px) {
  .job-content ul li {
    border-bottom: 0;
    padding: 0;
  }
}

.job-content ul li i {
  font-size: 20px;
  position: relative;
  top: 1px;
}

.mb-30 {
    margin-bottom: 30px;
}



/* Career Form */
.career-form {
    background-color: #4e63d7;
    border-radius: 5px;
    padding: 0 16px;
}

.career-form .form-control {
    background-color: rgba(255, 255, 255, 0.2);
    border: 0;
    padding: 12px 15px;
    color: #fff;
    height: 50px;
}

.career-form .form-control::placeholder {
    color: #fff;
}

.career-form .custom-select {
   background-color: rgba(255, 255, 255, 0.2);
    border: 0;
    padding: 12px 15px;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    text-align: left;
    height: 50px;
    background-image: none;
}

.career-form .custom-select:focus {
    box-shadow: none;
}

.career-form .select-container {
    position: relative;
}

.career-form .select-container:before {
    position: absolute;
    right: 10px;
    top: calc(50% - 14px);
    font-size: 2px;
    color: #100f0f;
    content: '\F2F9'; /* This content generates the arrow symbol */
    font-family: "Material-Design-Iconic-Font";

}

/* Job Box */
.job-box {
    background: #fff;
    box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
    border-radius: 10px;
    padding: 10px 35px;
}

ul {
    list-style: none;
}

.list-disk li {
    margin-bottom: 12px;
}

.list-disk li:last-child {
    margin-bottom: 0;
}

.job-box .img-holder {
    height: 65px;
    width: 65px;
    background: linear-gradient(to right, rgba(78, 99, 215, 0.9) 0%, #5a85dd 100%);
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.career-title {
    background: linear-gradient(to right, rgba(78, 99, 215, 0.9) 0%, #5a85dd 100%);
    color: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 10px 10px 0 0;
}

