.bg-address {
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 800px;
    background: linear-gradient(45deg, #021e5a28, #012c754b), url(../img/bg1.jpg) no-repeat;
    background-size: cover;
}

.bg-section {
    background-image: url(../img/Aaarmbh-back-ground.jpg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 520px;
}

.bg-section1 {
    background-image: url(../img/background1.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 520px;
}

.margin-t {
    margin-top: 8pc;
}

.margin-tt {
    margin-top: 5pc;
}

@media (max-width:990px) {
    .margin-t {
        margin-top: 10pc;
    }
    .margin-tt {
        margin-top: 6pc;
    }
    .bg-address {
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 100%;
        background: linear-gradient(45deg, #021e5a28, #012c754b), url(../img/bg1.jpg) no-repeat;
        background-size: cover;
    }
    .bg-section {
        background-image: url(../img/Aaarmbh-back-ground.jpg);
        background-size: auto;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 520px;
    }
    .bg-section1 {
        background-image: url(../img/background1.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 600px;
    }
}

@media (max-width:768px) {
    .bg-section {
        background-image: url(../img/Aaarmbh-back-ground1.jpg);
        background-size: auto;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 520px;
    }
    .bg-section1 {
        background-image: url(../img/background11.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 600px;
    }
    .margin-t {
        margin-top: 5pc;
    }
    .margin-tt {
        margin-top: 5pc;
        padding: 0px 50px;
    }
    .bg-address {
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 100%;
        background: linear-gradient(45deg, #021e5a28, #012c754b), url(../img/bg1.jpg) no-repeat;
        background-size: cover;
    }
}

@media (max-width:568px) {
    .bg-section {
        background-image: url(../img/Aaarmbh-back-ground11.jpg);
        background-size: auto;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 520px;
    }
    .bg-section1 {
        background-image: url(../img/background111.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 600px;
    }
    .margin-t {
        margin-top: 4pc;
    }
    .margin-tt {
        margin-top: 7pc;
    }
    .bg-address {
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 100%;
        background: linear-gradient(45deg, #021e5a28, #012c754b), url(../img/bg1.jpg) no-repeat;
        background-size: cover;
    }
}