#hero {
    position: relative;
}
#hero::before {
    display: block;
    width: 120%;
    left: -10%;
    content: " ";
    background: #1f2f49;
    position: absolute;
    height: 30vh;
    border-radius: 50%;
    top: -18vh;
}

#header a.active {
    color: #89CCEB;
}

.why-us-images {
    position: relative;
}
.why-us-images figure {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    max-width: 500px;
}

.pattern {
    background-color: #283A5A;
    opacity: 1;
    background: linear-gradient(135deg, #27385655 25%, transparent 25%) -10px 0/ 20px 20px, linear-gradient(225deg, #273856 25%, transparent 25%) -10px 0/ 20px 20px, linear-gradient(315deg, #27385655 25%, transparent 25%) 0px 0/ 20px 20px, linear-gradient(45deg, #273856 25%, #283A5A 25%) 0px 0/ 20px 20px;
}

.faq-list .faq-content {
    padding: 20px 0;
}

ul.dmg {
    list-style: none;
    padding: 0;
}

ul.dmg > li {
    padding-left: 20px;
    position: relative;
}

ul.dmg > li:before {
    font-size: 18px;
    content: "\ea50";
    font-family: boxicons!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 24px;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
}

p + ol, p + ul {
    margin-top: 10px;
}

#hero .btn-hero-contact {
    background: transparent;
    border: 2px solid white;
}
#hero .btn-hero-contact i {
    margin-right: 15px;

}
#hero .btn-hero-contact i:before {
    font-size: 20px;
}

#hero .btn-container a {
    display: flex;
    justify-content: center;
    align-items: center;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    outline: 2px dashed black;
}