@import "@import-css/footer-a.css";

p{
    margin-bottom: 0;
}

/* all css code */

header{
    width: 100%;
    height: 13vh;
    background: #161414;
    z-index: -5;
    position: relative;
}

.logo{
    padding-top: 30px;
    padding-bottom: 30px;
}

/* header end */

.section-2{
    padding-top: 30px;
    padding-bottom: 50px;
    background: #161414;
    color: rgba(255, 255, 255, 0.897);
}

.sec2-top{
    margin-bottom: 20px;
    color: #fff;
}

.sec2-top > h3{
    padding-left: 20px;
}

.sec2-top > p{
    color: #322F2F;
    letter-spacing: 4px;
}

.block-32{
    margin-bottom: 25px;
}

footer{
    background: #fff;
    color: #000;
}

.color-dark-footer{
    color: #000 !important;
}

.block-32 > h6{
    text-decoration: underline;
    font-weight: bold;
}

/* section 2  */

