header {
    position: absolute;
    z-index: 2;
    background-color: #00000085;
    width: 100%;
}

header .container {
    height: 100%;
    display: flex;
    max-width: 80%;
    align-items: baseline;
    justify-content: space-around;
    flex-wrap: wrap;
}

img.custom-logo {
    height: auto;

}

img {
    max-width: 100%;
    height: auto;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 100%;
    padding: 0;
}

.widget-title {
    display: flex;
    justify-content: center;
    background-color: black;
    margin: 0;
    padding: 20px 0;
    padding-top: 30px;
    color: white;
    text-align: center;
}

.slider-title {
    display: flex;
    justify-content: center;
    background-color: black;
    margin: 0;
    padding: 20px 0;
    padding-top: 30px;
    color: white;
}

.widget-area {
    background-color: black;
    display: flex;
    width: 100%;
    justify-content: center;
}


.training{
background-color: black;
display:flex;
flex-direction: column;
align-items: center;
padding-top: 50px;

}
.training h3 {
color:white;
}

.customer-images{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.customer {
padding: 0 0 20px 0;
}
img.train {
    margin: 20px;
    max-height: 194px;
}