.hostArmada-header{
    background: url("../../uploads/website_images/svg/about/background.svg");
    background-color: #fff;
    background-size: cover;
    height: 338px;
    background-position: top center;
    background-repeat: no-repeat;
}
img.about-isometric-illustration{
    position: absolute;
    top: -230px;
}
.top-banner .heading{
    padding-top: 25px;
    color: #fff;
    font-size: 25px;
    margin-bottom: 10px;
}
.top-banner .heading span.bigger{
    font-size: 34px;
    color: #ff5a5a;
    line-height: 40px;
}
.top-banner .subheading{
    color: #fff;
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 15px;
}


/*Our Mission & Vision*/
section.mission{
    background-color: #fff;
}
div.our-mission-text  .service-text{
    padding: 50px 10px 10px 10px;
}
div.our-mission-text  .service-text img{
    margin-bottom: 25px;
}
div.our-mission-text  .service-text p{
    padding: 0px 15px;
    color: #7459AA;
    font-size: 15px;
}
section.vision{
    background-image: url("../../uploads/website_images/svg/about/bg.svg");
    background-size: cover;
    background-position: top center;
    height: 100%;
    padding-top: 50px;
}


section.features1{
    background-position: top center;
    height: 100%;
    padding-top: 50px;
}
.mission-box{
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0rem 1rem rgba(0,0,0,.15);
    padding: 70px 30px 15px 30px;
    min-height: 190px;
    text-align: center;
    color: #4D1E97;
    margin-bottom: 40px;
}
.mission-box p{
    font-size: 15px;
}
.mission-box h3{
    font-weight: 800;
    font-size: 20px;
}
.mission-img{
    position: absolute;
    top: -60px;
    left: 120px;
}
.our-vision-list{
    background-color: #fff;
    margin-top: 35px;
    color: #391385;
    margin-bottom: 50px;
}
.our-vision-list .service-text{
    padding-top: 25px;
}
.sec-main{
    padding: 25px;
}
.vision-img{
    margin-left: auto;
    margin-right: auto;
}
.vision-text h3{
    font-weight: 800;
}
.vision-text{
    font-size: 15px;
}
/*End Our Mission & Vision*/
/*Team*/
section.team{
    padding-bottom: 110px;
}
.captain-box{
    text-align: center;
    color: #391385;
}

.captain-box .avatar{
    min-height: 200px;
}
.captain-box h3{
    font-size: 18px;
    font-weight: 700;
}
.captain-box h4{
    font-size: 13px;
    font-weight: 500;
}
.member-box{
    background-image: url("../../uploads/website_images/svg/about/logo-bg.svg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 75%;
    width: 250px;
    height: 320px;
    margin-left: auto;
    margin-right: auto;
}
.member-box img{
    position: relative;
    top: 54px;
    left: 56px;
    border: 3px solid #fff;
}
.member-name{
    position: relative;
    top: 47px;
    left: 0px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    color: #391385;
    width: 90%;
    text-align: center;
    box-shadow: 0 0rem 1rem rgba(0,0,0,.15);
}
.member-name h4{
    font-weight: 800;
    font-size: 18px;
}
.member-name p{
    margin: 0px;
    font-size: 15px;
    color: #FF5A5A;
}
h3.captains-headline{
    font-weight: 800;
    font-style: italic;
    text-align: center;
    color: #391385;
    font-size: 20px;
}
/*End Team*/
/*Guarantees*/
section.guarantees{
    background-color: #fcf9ff;
    padding-bottom: 50px;
}
.guarantee-box{
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0rem 1rem rgba(0,0,0,.15);
    text-align: center;
    color: #4D1E97;
    padding: 20px;
    min-height: 315px;
}
div.guarantee-icon{
    float: unset !important;
}
.guarantee-icon img{
    max-height: 70px;
}
.guarantee-headline h3{
    font-size: 16px;
    font-weight: 800;
    padding: 15px 0px;
}
.guarantee-text{
    font-size: 15px;
}
/*End Guarantees*/

@media screen and (max-width: 1199px){
    .service-text h1{
        font-size: 30px;
    }
    div.our-mission-text .service-text p{
        font-size: 13px;
    }
    .mission-img{
        top: -20%;
        left: 29%;
    }
    .member-name p{
        font-size: 12px;
    }
    .member-name{
        left: 16px;
        padding: 15px;
        width: 75%;
    }
    .member-name h4{
        font-size: 15px;
    }
}
@media screen and (max-width: 991px){
    .hostArmada-header{
        background-position: 40%;
        height: 285px;
    }
    .top-banner .heading{
        padding-top: 0px;
    }

    .mission-box{
        min-height: 246px;
        top: -20%;
        left: 22%;
    }
    img.about-isometric-illustration{
        position: relative;
        top: 0%;
        left: 8%;
    }
    .mission-img{
        top: -20%;
        left: 24%;
    }
    .member-name{
        left: 50px;
        padding: 13px;
        width: 50%;
    }
    section.team{
        background-position: 47% 100%;
        background-size: 45%;
    }
    .guarantee-headline h3{
        font-size: 15px;
    }
    .guarantee-text{
        font-size: 12px;
    }
    .guarantee-box{
        min-height: 250px;
        margin-bottom: 25px;
    }
    .captain-box .avatar{
        min-height: 130px;
    }
}
@media screen and (max-width: 767px){
    .top-banner .heading{
        margin-top: 0px;
    }
    .hostArmada-header{
        background-position: 30%;
        height: 331px;
    }
    img.about-isometric-illustration{
        position: relative;
        top: 0%;
        left: 0%;
    }
    .mission-box{
        min-height: 180px;
    }
    .mission-img {
        top: -20%;
        left: 39%;
    }
    .vision-img{
        margin-bottom: 30px;
    }
    .captain-box .avatar{
        min-height: 200px;
        margin-top: 25px;
    }
}
@media screen and (max-width: 576px){
    .top-banner .heading{
        margin-top: 35px;
    }
    .mission-img{
        left: 36%;
    }
}
@media screen and (max-width: 420px){
    .hostArmada-header{
        background-position: 35%;
        height: 431px;
    }
    .our-vision-list{
        padding: 0px;
    }
    .mission-img{
        left: 32%;
    }
}
@media screen and (max-width: 335px){
}