.hosting-page-header{
    background-color: #f8f6fa;
}

@media (min-width: 1440px) {
    .menu-wrap.desktop-view .nav-menu .container {
      max-width: 1440px;
    }
}


section.benefits {
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f6fa), color-stop(50%, #f8f6fa), color-stop(50%, #ffffff), to(#ffffff));
    background: linear-gradient(to bottom, #f8f6fa 0%, #f8f6fa 50%, #ffffff 50%, #ffffff 100%);
    text-align: center;
}
.nav-menu .main-menu a {
    color: #2e0547;
}


.hostArmada-header{
    padding-top: 150px;
    padding-bottom: 50px; 
    background-color: #f8f6fa;
}

.row.flex-center{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.hostArmada-header .main-heading h1{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 57px;
    line-height: 69px;
    color: #2E0547;
}
.hostArmada-header .main-heading h2{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 33px;
    color: #2E0547;
}
.hostArmada-header .main-heading h3{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #2E0547;
}
.hostArmada-header .main-heading hr{
    border: 1px solid #FF5A5A;
    width: 25%;
    margin-left: 0px;
}

/*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;
}

.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: #2e0547;
    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;
    color: #2e0547;
}
.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*/
.captain-box{
    text-align: center;
    color: #2e0547;
}

.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: #2e0547;
    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: #2e0547;
    font-size: 20px;
}
/*End Team*/
/*Guarantees*/
section.guarantees{

    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: #2e0547;
    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: 600;
    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){

    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){
    
    .vision-img{
        margin-bottom: 30px;
    }
    .captain-box .avatar{
        min-height: 200px;
        margin-top: 25px;
    }
}
@media screen and (max-width: 576px){
    
}
@media screen and (max-width: 420px){
    
}
@media screen and (max-width: 335px){
}