.bg6 {
    background: url("../img/genlearn.png") left top  no-repeat;
    background-size: cover;
    height: auto;
    width: 100%;
    padding: 0;
    margin: 0;
}

.bg5 {
    background: url("../img/islamic2.png");
    object-fit: fill;
    height: auto;
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: initial;
}

.bg1 {
    height: auto;
    width: 100%;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.bg2 {
    height: auto;
    width: 100%;
    padding: 0;
    margin: 0;
    background-image: url('../img/bg1.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}

.bg3 {
    background: url("../img/middle_left.png") left bottom no-repeat, url("../img/middle_bg.jpg") center bottom no-repeat;
    background-size: 30%, cover;
    height: auto;
    width: 100%;
    padding: 0;
    margin: 0;
}

.search {
    display: inline-block;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}