.about-banner{
    background-size: initial;
    background-position: center top;
    background-blend-mode: soft-light;
    background-image: url(../img/about.webp), radial-gradient(ellipse at top right, #54b862 5%, #021639 50%) !important;
    background-color: inherit !important;
    padding: 4% 0;
    position: relative;
}
.ab-txt-inner{
    padding: 80px 0;
    text-align: center;
}
.ab-txt-inner p{
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}
.abt-txt img{
    width: 100%;
}
.abt-txt p{
    color: #666;
    text-align: justify;
    padding-bottom: 1em;

}
.our-values{
    background-size: initial;
    background-position: center top;
    background-blend-mode: soft-light;
    background-image: url(../img/Comprehensive-Support.jpg) !important;
    padding-top: 39px;
    background-color: #021639 !important;
    background-repeat: no-repeat;
}
.text-white{
    color: #ffffff !important;
}
.values-box{
    border-radius: 5px 5px 5px 5px;
    border-width: 1px;
    border:1px solid #cecece;
    overflow-x: visible;
    overflow-y: visible;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    min-height: 1px;
    margin: 15px;
    min-height: 400px;
}
.value-box{
    border-radius: 5px 5px 5px 5px;
    border-width: 1px;
    border:1px solid #cecece;
    overflow-x: visible;
    padding: 10px;
    overflow-y: visible;
    min-height: 290px;
    margin: 10px;
}
.val-box-inner{
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75) !important;
    line-height: 1.8em;
    padding-top: 10px !important;
    padding-right: 15px !important;
    padding-bottom: 10px !important;
    padding-left: 15px !important;
    text-align: center;
}
.blurb-image i{
    font-size: 70px;
    color: #a1c9e5;
    font-weight: 400 !important;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    border-color: RGBA(255, 255, 255, 0);
    padding-top: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
    background-color: #021639;
}
.blurb-content
{
    color: #ffffff;
}
.blurb-content h3{
    font-size: 25px;
    color: #FFFFFF !important;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
}
.blurb-content p{
    font-size: 14px;
}
.value-box h3{
    font-size: 25px;
    color: #666 !important;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
}
.value-box p{
    text-align: justify;
    color: #666 !important;
}

.shadow{
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.contact-left {
    background: url(../img/sky_img.png)no-repeat center bottom;
    height: 100%;
    padding: 35px 25px 25px;
    vertical-align: baseline;
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;

}
.info-text {
    color: #021b2c;  
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
}
.contact-page-info{
    position: relative;
    padding-left: 48px;
    color: #666;
    margin-top: 25px;
}
.contact-page-info img{
    height: auto;
    position: absolute;
    top: 7px;
    left: 0;
    width: 35px;
    max-width: 100%;
    border: 0;
    vertical-align: middle;
}
.contact-page-info strong {
    color: #333;
    font-weight: 500;
    font-size: 18px;
}
.contact-page-info a {
    color: #666;
}
.contact-right{
    background: #0f75bc;
    padding: 35px 25px;
}
.info-text.second {
    color: #fff;
}
.info-text {
    color: #021b2c;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
}
.p-10{
    padding: 0 5px;
}
.contact-right-form input {
    margin-top: 15px;
    min-height: 45px;
    border: none !important;
    width: 100%;
    border-radius: 3px;
    color: #2b2b2b;
    padding: 8px 10px 7px;
    line-height: normal;
    font-size: 100%;
}
input:focus, textarea:focus , select:focus {
    border: 1px solid rgba(0, 0, 0, 0.3);
    outline: 0;
}
.contact-right-form select {
    background: url(../img/dropdown.png) #fff no-repeat center right 10px;
    margin-top: 15px;
    min-height: 45px;
    border: none !important;
    width: 100%;
    border-radius: 3px;
    padding: 0 30px 0 12px;
    appearance: none;
    color: #000;
    font-size: 100%;
    cursor: pointer;
}
.contact-right-form textarea {
    margin-top: 15px;
    height: 150px;
    border: none !important;
    resize: none;
    border-radius: 3px;
    width: 100%;
    color: #2b2b2b;
    padding: 8px 10px 7px;
    overflow: auto;
    vertical-align: top;
    font-size: 16px;
    line-height: normal;
}
.contact-btn input {
    min-height: 45px;
    border: none !important;
    width: auto;
    background: #021b2c !important;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    color: #fff;
    padding: 10px 30px 11px;
    text-transform: uppercase;
    vertical-align: bottom;
    margin-top: 15px;
}
.apply-card{
    background-color: #ffffff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .08);
    padding: 60px 60px 26px 60px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .08);
    border-top: 10px solid #021b2c;
    
}
.service-points{
    background-color: #eeeeee;
}
.abt-title {
    font-size: 26px;
    font-weight: bold;
    color: #021b2c;
    margin-bottom: 30px;
    line-height: 1.2;
    text-shadow: 1px 1px #1d415a;
}
.ab-inner-text{
    color: #262626;
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
}
.service-points ul {
    padding: 0px;
    margin: 15px 0 0;
}
.service-points ul li {
    background: url(../img/check3.png) no-repeat;
    background-position: top 1px left;
    list-style: none;
    padding-left: 30px;
    font-size: 16px;
    margin-bottom: 8px;
    color: #262626;
    background-size: 20px;
    font-weight: 500;
}
.bottom-sec {
    background: #f9fcff;
    padding: 30px 10px;
    border-radius: 5px;
    margin-top: 20px;  
}
.bottom-sec p{
    color: #000;
}
@media only screen and (min-width: 60em) {
    .bottom-sec {
        margin-top: -20px;
    }
    .abt-txt img{
        width: 90%;
    }
    .ab-txt-inner p{
        font-size: 30px;
    }
}
