body {
    background-color: #f5f5f5;
    font-family: 'Poppins', sans-serif;
    font-display: auto;
}

h2,
h4 {
    font-weight: bold;
}

.bg-transparent {
    background: transparent;
}

.navbar-nav--call,
.navbar-nav a {
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    padding: 20px;
}

a:hover {
    color: orange;
    text-decoration: none;
}

.navbar-nav--call,
a[href^="tel:"] {
    color: orange;
    text-decoration: none;
}

.text-white--80 {
    color: rgba(255, 255, 255, 0.8)
}

.text-white--90 {
    color: rgba(255, 255, 255, 0.9)
}

.default-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.is-sticky .default-header {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 9 !important;
}

.is-sticky .default-header,
.default-header {
    background: #1D3C66;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
}

.navbar-light .navbar-toggler {
    border-color: orange;
}

.display-4 {
    font-size: 1.5rem;
}

.jumbotron-intro {
    padding-top: 2rem;
    margin-bottom: 0;
}

.lead {
    font-size: 1.1rem;
}

.section-gap {
    padding: 30px 0;
}

#typed {
    color: orange;
    font-size: 1.5rem;
}

.typed-cursor {
    color: rgba(255, 165, 0, 0.5);
}

.title h2 {
    font-size: 1.75rem;
}

.title h3 {
    font-size: 1.2rem;
    padding-bottom: 1rem;
}

@media (min-width: 800px) {
    .display-4 {
        font-size: 3.5rem;
        font-weight: bold;
    }

    .jumbotron-intro {
        padding-top: 6rem;
        padding-bottom: 1rem;
        padding-left: 0;
        padding-right: 0;
    }

    .lead {
        font-size: 1.25rem;
    }

    .section-gap {
        padding: 100px 0;
    }

    #typed {
        color: orange;
        font-size: 2.5rem;
    }

    .title h2 {
        font-size: 2.5rem;
    }

    .title h3 {
        font-size: 1.5rem;
        padding-bottom: 1rem;
    }
}

.gradient,
.home-area {
    background-image: -moz-linear-gradient(0deg, #25518c 0%, #142944 100%);
    background-image: -webkit-linear-gradient(0deg, #25518c 0%, #142944 100%);
    background-image: -ms-linear-gradient(0deg, #25518c 0%, #142944 100%);
}


.text-highlighted {
    color: orange;
}

.text-larger {
    font-size: 1.75rem;
}

.footer-area {
    background: #242729;
    color: #6a737c;
    font-size: 13px;
}

.tile {
    background-color: white;
    padding: 30px;
    margin-bottom: 1rem;
    text-align: center;
    min-height: 340px;
}

.tile h4 {
    font-size: 1.4rem;
    padding-bottom: 0.25rem;
    color: #1A3A64;
    min-height: 56px;
}

#services i {
    font-size: 3.5rem;
    color: orange;
}

#work {
    background: white;
}

#work button:focus {
    outline: 0;
}

#work .item div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    opacity: 0;
    transition: opacity 0.5s;
}

#work .item div:hover {
    opacity: 0.6;
}

#work .owl-nav {
    position: relative;
    text-align: center;
    left: 0;
    top: 20px;
}

#work .owl-nav .owl-prev,
#work .owl-nav .owl-next {
    display: inline-block;
}

@media (min-width: 800px) {
    #work .owl-nav {
        position: absolute;
        left: 90%;
        top: 88%
    }

    #work .owl-nav .owl-prev,
    #work .owl-nav .owl-next {
        margin: 0;
        display: block;
    }
}

#work .la-arrow-up,
#work .la-arrow-down {
    background-color: white;
    box-shadow: -14.142px 14.142px 20px 0px rgba(157, 157, 157, 0.2);
    padding: 14px;
    color: #000;
    font-weight: 500;
    border: 1px solid #f5f5f5;
    display: inline-flex;
}

#contact {
    background: white;
}

#contact .tile {
    -webkit-box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    -webkit-transition: -webkit-box-shadow .1s ease,-webkit-transform .1s ease;
    transition: -webkit-box-shadow .1s ease,-webkit-transform .1s ease;
    transition: box-shadow .1s ease,transform .1s ease;
    transition: box-shadow .1s ease,transform .1s ease,-webkit-box-shadow .1s ease,-webkit-transform .1s ease;
}

#contact img {
    max-height: 120px;
}

#contact .title {
    font-weight: bold;
    padding-top: 0.75rem;
    padding-bottom: 0.5rem;
}

#contact .details {
    min-height: 72px;
}