* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
html,
body {
    background-color: black !important;
    color: #fff !important;
    font-family: Oswald, sans-serif !important;
    /* font-weight: 300 !important; */
    letter-spacing: 0.05rem !important;
}
ul {
    list-style: none !important;
}

.common-btn {
    background-color: #0a56b3;
    border: 1px solid #0a56b3;
    color: #fff !important;
    padding: 0.5rem 1rem;
    font-size: 14px;
    transition: all 0.5s;
}
.common-btn:hover {
    background-color: black;
}
.border-bottom-line {
    border-bottom: 2px solid #0a56b3;
    font-size: 14px;
}

.text-color {
    color: #3d9ef4 !important;
}

.star-box {
    margin-bottom: 2rem;
}
.star-box > i {
    color: #3d9ef4 !important;
    font-size: 1.5rem;
}
.margin {
    margin: 5rem 0 !important;
}
.common-banner-w-h {
    /* border: 2px solid white; */
    /* height: 50vh !important; */
    /* width: 100% !important; */
    margin: 5rem 0 !important;
    /* height: 400px !important; */
    width: 100% !important;
    overflow: hidden;
}

.text-white {
    color: white !important;
}
.text-black {
    color: black !important;
}
.header-logo {
    width: 13rem;
    height: 4rem;
}

/* Mobile Devices */
@media only screen and (max-width: 600px) {
    ul {
        padding-left: 0 !important;
    }
    .common-banner-w-h > img {
        width: 100%;
    }
}

/* Tablets */
@media only screen and (min-width: 601px) and (max-width: 1024px) {
    ul {
        padding-left: 0 !important;
    }
    .common-banner-w-h > img {
        width: 100%;
    }
}

/* Desktops */
@media only screen and (min-width: 1025px) {
    /* CSS rules for desktops */
}
