.leader-hero-wrap {
    background-image: url(leadership-hero-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.testimonial-hero-wrap{
    background-image: url(testimonial-hero-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.about-hero-wrap{
    background-image: url(company-overview-hero-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.leader-profile{
    list-style: none;
}
.leader-profile li{
    display: inline-block;
    margin-right: 15px;
}
.leader-profile li a{
    text-decoration: none;
}
.leader-profile li a svg{
    width: 40px;
    height: 40px;
}
.leader-name{
    font-size: 36px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.leader-position{
    font-size: 24px;
    color: #333333;
    font-weight: 400;
}
.leader-desc{
    font-size: 24px;
    line-height: 48px;
    margin-top: 20px;
    color: #333333;
}

@media only screen and (max-width: 1200px){
    .leader-name{
        font-size: 32px;
    }
    .leader-position{
        font-size: 22px;
    }
    .leader-desc{
        font-size: 20px;
        line-height: 1.8;
    }
}

@media only screen and (max-width: 991px){
    .leader-name{
        font-size: 30px;
    }
    .leader-position{
        font-size: 20px;
    }
    .leader-desc{
        font-size: 18px;
    }
}
@media only screen and (max-width: 768px){
    .leader-name{
        font-size: 28px;
    }
}
@media only screen and (max-width: 575px){
    .leader-name{
        font-size: 24px;
    }
}

.happy-clients{
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../images/about/happy-clients-bg.png);
    background-size: cover;
    background-position: center;
    text-align: center;
}
.happy-clients h2{
    font-size: 45px;
    color: #ffffff;
    margin-bottom: 40px;
}
.happy-clients p{font-size: 30px; line-height: 70px;color: #ffffff;}
.testi-outer{
    text-align: center;
    background-color: #e5e5e5;
    padding: 30px 15px;
    position: relative;
    margin-bottom: 100px;
}
.testi-inner-border{
    border: 7px solid #d3d3d3;
    padding-right: 25px;
    padding-left: 25px;
}
.client-img-wrap{
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translate(-50%, 50%);
}
.client-border{
    position: absolute;
    top: -10px;
    background-color: #e5e5e5;
    height: 60px;
    width: 120px;
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
    z-index: -1;
    left: -9px;
}
.testi-inner{
    padding-top: 60px;
}
.clients-word p{
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    text-align: left;
}
.client-name h3{
    font-size: 24px;
    color: #000000;
}
.client-name p{
    font-size: 20px;
    color: #9d9c9c;
}
.testimonial-main-wrap{
    padding-top: 100px;
}

@media only screen and (max-width: 1200px){
    .happy-clients h2{
        font-size: 42px;
    }
    .happy-clients p{
        font-size: 26px;
        line-height: 2;
    }
}

@media only screen and (max-width: 991px){
    .happy-clients h2{
        font-size: 38px;
        line-height: 2;
        margin-bottom: 30px;
    }
    .happy-clients p{
        font-size: 24px;
        line-height: 2;
    }
}

@media only screen and (max-width: 768px){
    .happy-clients h2{
        font-size: 34px;
        line-height: 2;
        margin-bottom: 20px;
    }
    .happy-clients p{
        font-size: 18px;
        line-height: 2;
    }
}

@media only screen and (max-width: 575px){
    .happy-clients h2{
        font-size: 26px;
        line-height: 2;
        margin-bottom: 20px;
    }
    .happy-clients p{
        font-size: 18px;
        line-height: 2;
    }
}

.who-we-are-main p{
    font-size: 24px;
    color: #333333;
}
.techno-pills .nav-item .nav-link{
    font-size: 22px;
    color: #9d9c9c;
    border: 1px solid #dcdcdc;
    margin-right: 5px;
}
.techno-pills.nav-pills .nav-link.active,
.techno-pills.nav-pills .show>.nav-link{
    background-color: #99c12a;
    color: #ffffff;
}

.bg-green-custom {
    background-color: #95bd2d;
    text-align: center;
    color: #ffffff;
}
.quate-section{
    padding-top: 30px;
    padding-bottom: 30px;
}
.quote-icon{
    margin-bottom: 40px;
}
.quote-text p{
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 30px;
}
.quote-person h3{
    font-size: 30px;
}
.quote-person p{
    font-size: 22px;
}
.section-title-fact h2{
    font-size: 36px;
}
.section-title-fact{
    margin-bottom: 30px;
}
.some-facts .section-sub-description{
max-width: 80%;
margin: 0px auto;
}
.number-fact h2{
    position: relative;
    padding-bottom: 30px;
    font-size: 50px;
}
.number-fact h2::after{
    content: '';
    width: 70px;
    height: 3px;
    background-color: #99c12a;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.number-desc{
    margin-top: 30px;
}
.number-desc h4{
    font-size: 30px;
}
@media only screen and (max-width: 991px){
    .quote-text p{
        font-size: 26px;
    }
    .number-facts-inner{
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 768px){
    .section-title-fact h2{
        font-size: 28px;
    }
    .section-title-fact{
        margin-bottom: 20px;
    }
    .number-fact h2{
        font-size: 40px;
    }
    .number-desc h4{
        font-size: 28px;
    }
    .quote-text p{
        font-size: 24px;
    }
}

@media only screen and (max-width: 757px){
    .section-title-fact h2{
        font-size: 26px;
    }
    .section-title-fact{
        margin-bottom: 10px;
    }
    .number-fact h2{
        font-size: 30px;
    }
    .number-desc h4{
        font-size: 24px;
    }
    .quote-text p{
        font-size: 22px;
    }
}

.career-hero-wrap{
    background-image: url(../images/about/career-hero-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.job-title-wrap svg{width: 30px;vertical-align: bottom;margin-right: 15px;}
.card-header-inner{display: flex;align-items: center;padding-left: 5px;justify-content: space-between;padding-top: 12px;padding-bottom: 12px;}
.job-title-wrap h4{
    font-size: 30px;
    margin-bottom: 30px;
}
.job-title-wrap{margin-left: 40px;}
.job-wrap{display: flex;align-items: center;}
.apply-job-button .apply-button{
    background-color: #99c12a;
    color: #ffffff;
    text-transform: uppercase;
}

#joblistgroup .card{
    border-color: #a3a3a3;
}
#joblistgroup .card .card-header{
    border-bottom: none;
}
.career-title{
    text-align: center;
}
.career-title h2{
    font-size: 36px;
    color: #000000;
    margin-bottom: 30px;
}
.career-title p{
    font-size: 20px;
    line-height: 48px;
}
.card-body.job-desc-details{
    padding-left: 30px;
    padding-bottom: 60px;
    background-color: #f6f6f6;
}
.card-body.job-desc-details h2{
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 40px;
}
.card-body.job-desc-details p{
    font-size: 22px;
}
.card-body.job-desc-details ul li{
    font-size: 22px;
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
}
.card-body.job-desc-details ul li:after{
    content: '';
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(../images/about/li-style-arrow.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.card-body.job-desc-details ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.apply-btn-career{
    background-color: #99c12a;
    color: #ffffff;
    margin-top: 60px;
    width: 49%;
    text-transform: uppercase;
}
.apply-btn-linkedin{
    background-color: #0084b1;
    color: #ffffff;
    margin-top: 60px;
    width: 49%;
    text-transform: uppercase;
}
@media only screen and (max-width: 991px){
    .job-title-wrap h4{
        font-size: 24px;
    }
    .job-title-wrap{
        margin-left: 20px;
    }
    .techno-icon img{
        max-width: 100px;
    }
    .card-body.job-desc-details h2{
        margin-top: 30px;
    }
    .apply-btn-career,.apply-btn-linkedin{
        margin-top: 30px;
    }
    .card-body.job-desc-details h2{
        font-size: 28px;
    }
}
@media only screen and (max-width: 768px){
    .techno-icon{
        display: none;
    }
    .job-title-wrap{
        margin-left: 0px;
    }
    .card-header-inner{
        display: inline-block;
    }
    .apply-job-button{
        margin-top: 20px;
    }
    .job-title-wrap h4{
        margin-bottom: 10px;
    }
    .job-title-wrap h4{
        font-size: 22px;
    }
    .card-body.job-desc-details h2{
        font-size: 26px;
    }
    .apply-btn-linkedin,
    .apply-btn-career{
        width: 100%;
        margin-top: 10px;
    }
    
}
@media only screen and (max-width: 575px){
    .card-body.job-desc-details ul li{
        font-size: 18px;
    }
    .card-body.job-desc-details p{
        font-size: 18px;
    }
}