.abmenu {
    min-height: 8vh;
}

.headerindex {
    min-height: 60vh;
    background-image: url('../img/AdobeStock_248028657.jpg');
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
    overflow: auto;
    align-items: center;
    display: flex;
    background-attachment: fixed;
}

.headercontact {
    min-height: 60vh;
    background-image: url('../img/AdobeStock_257392489.jpg');
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;
    overflow: auto;
    align-items: center;
    display: flex;
}

.headerabout {
    min-height: 60vh;
    background-image: url('../img/AdobeStock_298363329.jpg');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    overflow: auto;
    align-items: center;
    display: flex;
    background-attachment: fixed;
}

.headerteam {
    min-height: 60vh;
    background-image: url('../img/AdobeStock_232925587.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: auto;
    align-items: center;
    display: flex;
    /*background-attachment: fixed;*/
}

.headersolutions {
    min-height: 60vh;
    background-image: url('../img/AdobeStock_275895404.jpg');
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    overflow: auto;
    align-items: center;
    display: flex;
    background-attachment: fixed;
}

.ourmission {
    min-height: 450px;
    background-image: url('../img/AdobeStock_184298763.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: auto;
    align-items: center;
    display: flex;
    background-attachment: fixed;
    font-weight: bold;
    text-align: center;
}

.oursolutions {
    /*min-height: 100px;*/
    background-image: url('../img/AdobeStock_298363329.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: auto;
    align-items: center;
    display: flex;
    background-attachment: fixed;
    font-weight: bold;
    text-align: center;
}

.headersolutiondetails {
    min-height: 60vh;
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    overflow: auto;
    align-items: center;
    display: flex;
    background-attachment: fixed;
}

.ourapproach {

}

.ourteam {

}

.calltoaction {
    min-height: 40vh;
    background-image: url('../img/AdobeStock_300080419.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: auto;
    align-items: center;
    display: flex;
    background-attachment: fixed;
}

.row-center {
    text-align:center;
}

.col-center {
    display:inline-block;
    float:none;
}

.ab-blue {
    color: #3F61AD;
}

.ab-gray {
    color: #424345;
}

.ab-blue-bg {
    background-color: #3F61AD;
}

.ab-gray-bg {
    background-color: #424345;
}