* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
}


/* Global start */
.global-padding {
    padding-left: 3rem;
    padding-right: 3rem;
}

.section-gap {
    margin-top: 3rem;
    margin-top: 3rem;
}

.text-justify {
    text-align: justify;
}
/* Global end */

/* Slider start */
.carousel-item {
    height: 600px;
}
/* Slider end */


/* About us page start */
.about-us-bg {
    background-image: url('../images/about-us-bg.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.7;
    height: 600px;
}
/* About us page end */
