b, strong {
    font-weight: 900 !important;
}

.home-header {
    padding-bottom: 80px;
}

.header-text {
    margin-top: 300px;
}
.home-header h1 {
    font-size: 40px;
}
.header-btn2{
    margin-top: 50px;
    margin-right: 15px;
}
@media (max-width: 767px) {
    .header-btn2{
        margin-right: 0px;
    }

}

.center {
    margin-top: 20px;
}

.about-text a {
    color: #4dada0;

}
.location-text {
    text-align: justify;
}

.about-text h3 {
    margin-bottom: 40px;
}

.careers-features-wrap {
    cursor: pointer;
    height: unset;
}
.careers-features-content {
    margin-top: 10px;
}

.careers-features-content p {
    text-align: justify;
    margin-bottom: 0px;
}

.careers-features-content a {
    color: #4dada0;
}

.careers-features-wrap {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    border: 1px solid #4dada0;
    border-radius: 10px;
    padding: 15px;
    transition: all 0.3s ease-in;
}

@media only screen and (max-width: 767px) {
    .careers-features-wrap {
        border: 0px solid transparent;
    }
    .careers-features-wrap p {
        text-align: center;
    }
}

.careers-features-content h3{
    color: #33393b;
    transition: all 0.3s ease-in;

}

.careers-features-content p{
    color: #757575;
    transition: all 0.3s ease-in;

}


.careers-feature-icon a {
   color: #4dada0;
   transition: all 0.3s ease-in;
}

.careers-feature-icon i
{
    color: #4dada0;
    -webkit-text-stroke-width: unset;
    -webkit-text-stroke-color: unset;
    transition: all 0.3s ease-in;

}

.slider {
    margin-top: 50px;
}

section#business-roles, section#location {
    background-color: #fff;
}

h4 {
    margin-bottom: 20px;
    margin-top: 40px;
}

b {
    font-family: 'Biryani';
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .careers-features-wrap {
        background: #fff none repeat scroll 0 0;
        border-radius: 10px;
        margin-bottom: 0px;
        padding: 10px;
      }
      .careers-feature-icon {
        float: left;
        display:block;
        margin:0px auto;
        margin-right: 10px;
      }
      .careers-features-content {
        float: none;
      }
      .careers-features-content h3 {
        text-align:left;
    }
    .careers-features-content p {
        text-align:left;
    }
}
@media only screen and (max-width: 767px) {
    .careers-features-content h3 {
        font-size: 14px;
    }
    .careers-features-content p {
        font-size: 12px;
        line-height: 20px;
    }

}