html,
body{
    padding:0;
    margin:0;
}

*, ::after, ::before {
    box-sizing: border-box;
}

section {
    display: block;
}

h1, h4 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

img {
    vertical-align: middle;
    border-style: none;
}

h1, h4 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1 {
    font-size: 2.5rem;
}

h4 {
    font-size: 1.5rem;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.col-5, .col-lg-6, .col-sm-7 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

@media (min-width: 576px) {
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}

@media (min-width: 992px) {
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }
}

.d-none {
    display: none !important;
}

@media (min-width: 576px) {
    .d-sm-block {
        display: block !important;
    }
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

@media (min-width: 768px) {
    .pl-md-5 {
        padding-left: 3rem !important;
    }
}

@media (min-width: 992px) {
    .pl-lg-0 {
        padding-left: 0 !important;
    }
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    img {
        page-break-inside: avoid;
    }

    p {
        orphans: 3;
        widows: 3;
    }

    .container {
        min-width: 992px !important;
    }
}

/*! CSS Used from: https://preview.colorlib.com/theme/aroma/css/A.style.css.pagespeed.cf.y_fCua6qS4.css */
a:hover {
    text-decoration: none;
}

h1, h4 {
    font-family: "Oswald", sans-serif;
    color: #222;
    line-height: 1.1;
}

h1 {
    font-size: 50px;
    font-weight: 700;
}

h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
}

a {
    display: inline-block;
}

.pt-60px {
    padding-top: 60px;
}

.hero-banner {
    background: #f1f6f7;
    position: relative;
    margin-bottom: 10px;
    height:100vh;
}

@media (min-width: 991px) {
    .hero-banner {
        z-index: 111;
    }
}

.hero-banner::before {
    content: "";
    display: block;
    width: 5%;
    height: 100%;
    background:  url('../img/galaxy.jpg') rgba(57, 75, 86, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-blend-mode:lighten;
}

@media (min-width: 575px) {
    .hero-banner::before {
        width: 20%;
    }
}

@media (min-width: 991px) {
    .hero-banner::before {
        width: 35%;
    }
}

.hero-banner__img {
    position: relative;
    top: 1px;
}

@media (max-width: 575px) {
    .hero-banner__content {
        padding-bottom: 50px;
    }
}

@media (min-width: 1000px) {
    .hero-banner__content {
        max-width: 495px;
    }
}

.hero-banner__content h4 {
    font-size: 30px;
    font-family: "Open Sans", sans-serif;
    color: #555;
    margin-bottom: 12px;
}

.hero-banner__content h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}

@media (min-width: 767px) {
    .hero-banner__content h1 {
        font-size: 30px;
        margin-bottom: 25px;
    }
}

@media (min-width: 991px) {
    .hero-banner__content h1 {
        font-size: 50px;
    }
}

.hero-banner__content p {
    margin-bottom: 10px;
}

@media (min-width: 767px) {
    .hero-banner__content p {
        margin-bottom: 40px;
    }
}

.cust-button {
    display: inline-block;
    border: 1px solid #384aeb;
    border-radius: 30px;
    color: #222;
    font-weight: 500;
    padding: 12px 50px;
    background: #384aeb;
    color: #fff;
    transition: all .4s ease;
    text-decoration: none;
}

@media (max-width: 767px) {
    .cust-button {
        padding: 8px 25px !important;
    }
}

.button-hero {
    padding: 12px 41px;
}

.cust-button:hover {
    border-color: #384aeb;
    background: transparent;
    color: #222;
}