html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    overflow-x:hidden;
}

@-ms-viewport {
    width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

.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: -webkit-box;
    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
}

.text-center {
    text-align: center;
}

.col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

col-md-12 {
-webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%    
 position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.hero {
    background-image: url(../images/emblue-background-1.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size:cover;
    position: relative;
    min-height: 750px;
}

.hero .hero-content {
    padding-top: 200px;
    
}

.hero .hero-content h1 {
    color: #fff;
    font-family: Asap, sans-serif;
    font-size: 47px;
    font-weight: 700;
    text-align: left !important;
    margin-top:0px !important;
    margin-bottom:0px !important;
}

.hero .hero-content p {
    line-height: 32px;
    font-size: 30px;
    font-family: Roboto, sans-serif;
    font-style: italic;
    font-weight: 400;
    color: white;
    margin-top:.5em !important;
    margin-bottom:0px !important;
}

 .hero .hero-content hr {
     margin-top: 3rem;
     margin-bottom: 3rem;
     border-top:4px solid #E3583D;
     border-right-width: 0px !important;
     border-bottom-width: 0px !important;
     border-left-width: 0px !important;
     width: 100px;
    }

@media (min-width:992px) {
.hero .hero-content hr {
     margin-left: 0px !important;
    }
}


@media (max-width:992px) {
    .hero {
        height: 200px;
    }
    .hero .hero-content {
        width: 100%
    }

    .hero .hero-content h1 {
        font-size: 30px;
        line-height: normal
    }

    .hero .hero-content p {
        font-size: 15px;
        line-height: normal
    }

    .hero .hero-content .my-5 {
        margin-top: 1.5rem !important
    }
}


@media (max-width:768px) {
    .hero {
        height: 200px;
    }
    .hero .hero-content {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .hero .hero-content h1 {
       text-align: center !important;
       font-size: 30px;
    }
    .hero .hero-content p {
       text-align: center !important;
    }
    .hero .hero-content .row {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    
    .hero .hero-content .row div {
        margin-top: 1em
    }

}

.info {
    position: relative;
    height: 150px;
}

.info .info-content {
    padding-top: 2em;
    
}

.info .info-content p {
    line-height: 22px;
    font-size: 19px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #2C4D86;
}

.info .info-content img {
    max-width: 200px;
    width: 100%;
    margin-top: 2em;
}
@media (min-width:1020px) {
    .info .info-content img {
    margin-left: 15em;
    }
}

@media (max-width:992px) {
    .info {
        height: 200px;
        margin-left: auto;
        margin-right: auto;
    }
    .info .info-content {
        width: 100%
    }

    .info .info-content p {
        font-size: 16px;
        line-height: normal
    }

    .info .info-content .my-5 {
        margin-top: 1.5rem !important
    }
}


@media (max-width:768px) {
    .info {
        height: 300px;
    }
    .info .info-content {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .info .info-content p {
       text-align: center !important;
    }
    .info .info-content .row {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .info .info-content .row div {
        margin-top: 1em
    }

    .info .info-content img {
        max-width: 100%;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    
}


@media (max-width:768px) {
    .col-md-6,
    .col-md-12{
        padding-right: 20px !important;
        padding-left: 20px !important;
         }
}

@media (min-width:768px) and (max-width:1800px) {
    body {
        zoom: .85
    }
}

