@font-face {
    font-family: roboto-reg;
    src: url(/assets/fonts/Roboto-Regular.ttf)
}

@font-face {
    font-family: roboto-bold;
    src: url(/assets/fonts/Roboto-Bold.ttf)
}

@font-face {
    font-family: roboto-med;
    src: url(/assets/fonts/Roboto-Medium.ttf)
}

@font-face {
    font-family: roboto-light;
    src: url(/assets/fonts/Roboto-Light.ttf)
}

:root {
    --primary-color: #465C80;
    --secondary-color: #30B4C6;
    --tertiary-color: #EB3237;
    --white: #fff;
    --black: #000;
    --grey: #f2f2f2;
    --grey-shade: #7F7F7F;
    --box-shadow: 0 4px 8px -8px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
::-webkit-scrollbar {
    background-color: var(--grey);
    width: 10px;
    scroll-behavior: smooth
}

::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: var(--secondary-color)
}

::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: var(--grey)
}

body,
html {
    height: 100%
}

.box-Shadow {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1), 0 -4px 10px rgba(0, 0, 0, .1)
}

.hero-section {
    background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url(/assets/img/hero-bg.jpg);
    height: 100vh;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    z-index: -999
}

.hero-text {
    justify-content: center;
    text-align: center;
    font-family: roboto-reg;
    color: var(--white)
}

.hero-text h1 {
    font-size: 4em
}

.top-bar {
    top: 0;
    overflow-x: hidden !important;
    position: relative !important;
    left: 0 !important;
    background-color: #fff;
    font-size: .75rem;
    vertical-align: middle
}

.top-bar .row .col-md-6 p {
    padding-right: 1rem
}

.top-bar-socials {
    padding-right: 3rem
}

#wrapper {
    overflow-x: hidden
}

header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .6s;
    font-family: roboto-med;
    z-index: 1000;
    color: var(--white)
}

.navbar-nav {
    margin-left: auto
}

.header-img {
    width: 100%;
    height: 30px
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: var(--tertiary-color);
    transition: none
}

.navbar-light .navbar-nav .nav-link:hover {
    color: var(--tertiary-color);
    transition: none
}

.navbar-light .navbar-nav .nav-link.active {
    color: var(--tertiary-color)
}

.navbar-dark .navbar-nav .nav-link.active {
    color: var(--tertiary-color)
}

.navbar-light .navbar-nav .nav-link:not(.active) {
    color: var(--primary-color) !important;
}

.active {
    color: var(--tertiary-color)
}

.footer {
    position: relative;
    width: auto;
    margin-top: 25px;
    padding-top: 20px;
    background: #1c3a5e
}

.copyright {
    height: 10vh;
    display: flex;
    background-color: #0d2742;
    text-align: center;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    font-family: roboto-reg;
    font-size: small;
    color: #b4c8db
}

.copyright p {
    position: relative;
    top: .5rem
}

.footer p {
    font-family: roboto-reg
}

.footer h4 {
    padding-bottom: .3em;
    width: 53%;
    font-family: roboto-bold;
    border-bottom: 3px solid var(--secondary-color)
}

.fa-white {
    color: var(--white)
}

.fa-black {
    color: var(--black)
}

.fa-topb {
    color: #38547c
}

.services ul {
    padding-left: 1em;
    line-height: 2.5em
}

.services ul li a {
    color: #fff;
    text-decoration: none
}

.footer-social a {
    padding-left: 0
}

.header-box-s {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.servicesSec {
    padding-top: 2em;
    margin-top: 2em;
    margin-left: 6em;
    margin-right: 6em
}

.servicesSec h1 {
    font-family: roboto-bold;
    color: var(--secondary-color);
    text-align: center;
    margin-bottom: 1em
}

.servicesSec .card {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 5em;
    box-shadow: var(--box-shadow);
    border-radius: 16px;
    background-color: var(--white)
}

.servicesSec .card .card-title {
    color: var(--primary-color);
    font-family: roboto-med;
    position: relative;
    right: 1rem
    
}

.servicesSec .card .card-body .card-text {
    font-family: roboto-light;
    font-size: 1.1rem;
    line-height: 1.3;
    position: relative;
    right: .35rem
}

.servicesSec .card .card-body {
    position: relative;
    right: 3rem;
    left: .7rem
}

.servicesSec img {
    margin: 1rem;
    width: auto;
    object-fit: contain;
    border-radius: 16px !important;
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px
}

@media only screen and (max-width:600px) {
    .top-bar {
        padding: 0 !important;
        overflow-x: hidden;
        position: relative;
        font-size: .5rem;
        width: 100%;
        left: 0
    }

    .top-bar-socials {
        position: relative;
        padding: 0 !important;
        width: 100%;
        right: 40vw;
        bottom: 1rem
    }

    .top-bar-text {
        margin-bottom: 1rem;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .servicesSec .card {
        position: relative;
        width: 90vw !important;
        right: 4.8rem
    }

    .servicesSec img {
        margin: 0 !important;
        width: 90%;
        height: 90%;
        padding: 1rem;
        box-shadow: none
    }

    .servicesSec .card .card-title {
        text-align: center;
        font-size: 2rem
    }

    .servicesSec .card .card-text {
        text-align: center;
        line-height: 1.2
    }

    .footer-social {
        margin-bottom: 1.5rem
    }
}

@media only screen and (min-width:600px) and (max-width:768px) {
    .top-bar {
        display: grid !important;
        padding: 0 !important;
        overflow-x: hidden;
        position: relative;
        font-size: .8rem;
        width: 100%;
        left: 20rem
    }

    .top-bar-socials {
        position: relative;
        padding: 0 !important;
        width: 100%;
        right: 40vw;
        bottom: 1rem
    }

    .top-bar-text {
        margin-bottom: 1rem;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .servicesSec .card {
        position: relative;
        width: 90vw !important;
        right: 4.2rem
    }

    .servicesSec img {
        margin: 0 !important;
        width: 90%;
        height: 90%
    }

    .servicesSec .card .card-title {
        text-align: center;
        font-size: 2rem
    }

    .servicesSec .card .card-text {
        text-align: center;
        line-height: 1.2
    }

    .footer-social {
        margin-bottom: 1.5rem
    }
}

@media only screen and (min-width:768px) and (max-width:992px) {
    .top-bar .row {
        display: flex !important;
        justify-content: center;
        align-items: center;
        padding: 0 !important;
        overflow-x: hidden;
        position: relative;
        font-size: .8rem;
        width: 185vw;
        right: 21rem
    }

    .top-bar-socials {
        position: relative;
        padding: 0 !important;
        width: 100%;
        right: 83vw;
        bottom: 1rem
    }

    .top-bar-text {
        margin-bottom: 1rem;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .servicesSec .card {
        position: relative;
        width: 90vw !important;
        right: 4.2rem
    }

    .servicesSec img {
        margin: 0 !important;
        width: 90%;
        height: 90%;
        padding: 2rem;
        box-shadow: none
    }

    .servicesSec .card .card-title {
        text-align: center;
        font-size: 2rem;
        position: relative;
        bottom: 1rem
    }

    .servicesSec .card .card-text {
        text-align: center;
        line-height: 1.2;
        position: relative;
        bottom: 1rem
    }

    .footer-social {
        margin-bottom: 1.5rem
    }
}

@media only screen and (min-width:1024px) and (max-width:1200px) {
    .footer-social {
        margin-bottom: 1.5rem
    }

    .copyright {
        font-size: 18px
    }

    .top-bar .row {
        display: flex !important;
        justify-content: center;
        align-items: center;
        padding: 0 !important;
        overflow-x: hidden;
        position: relative;
        font-size: .8rem;
        width: 185vw;
        right: 21rem
    }

    .top-bar-socials {
        position: relative;
        padding: 0 !important;
        width: 100%;
        right: 95vw;
        bottom: 1rem
    }

    .top-bar-text {
        margin-bottom: 1rem;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .servicesSec .card .card-text {
        text-align: center;
        line-height: 1 !important;
        position: relative;
        bottom: 1rem;
        font-size: 1.2rem !important
    }

    .servicesSec img {
        margin: 0 !important;
        width: 80vw !important;
        height: 35vh !important;
        object-fit: none !important;
        position: relative;
        top: 3rem !important
    }
}

@media only screen and (min-width:1200px) and (max-width:1400px)  {.top-bar {
    top: 0;
    background-color: var(--white);
    font-size: .7rem;
    vertical-align: middle;
    overflow-x: hidden !important
}
.top-bar-text p {
    padding-top: 0.3rem !important;
}.servicesSec {
    padding-top: 2em;
    margin-top: 2em;
    margin-left: 6em;
    margin-right: 6em
}

.servicesSec h1 {
    font-family: roboto-bold;
    color: var(--secondary-color);
    text-align: center;
    margin-bottom: 1em
}

.servicesSec .card {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 5em;
    box-shadow: var(--box-shadow);
    border-radius: 16px;
    background-color: var(--white)
}

.servicesSec .card .card-title {
    color: var(--primary-color);
    font-family: roboto-med;
    position: relative;
    right: 1rem
}

.servicesSec .card .card-body .card-text {
    font-family: roboto-light;
    font-size: 1.1rem;
    line-height: 1.3;
    position: relative;
    right: .35rem
}

.servicesSec .card .card-body {
    position: relative;
    right: 3rem;
    left: .7rem
}

.servicesSec img {
    margin: 1rem;
    width: auto;
    object-fit: contain;
    border-radius: 16px !important;
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px
}}

@media  only screen and (min-width: 3500px) {
    .servicesSec {
        padding-top: 2em;
        margin-top: 2em;
        margin-left: 12em;
        margin-right: 12em
    }
    
    .servicesSec h1 {
        font-family: roboto-bold;
        color: var(--secondary-color);
        text-align: center;
        margin-bottom: 1em;
        font-size: 6rem
    }
    
    .servicesSec .card {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 5em;
        box-shadow: var(--box-shadow);
        border-radius: 16px;
        background-color: var(--white)
    }
    
    .servicesSec .card .card-title {
        color: var(--primary-color);
        font-family: roboto-med;
        position: relative;
        right: 1rem;
        font-size: 3.5rem;
    }
    
    .servicesSec .card .card-body .card-text {
        font-family: roboto-light;
        font-size: 2.5rem;
        line-height: 1.5;
        position: relative;
        right: .35rem
    }
    
    .servicesSec .card .card-body {
        position: relative;
        right: 3rem;
        left: .7rem
    }
    
    .servicesSec img {
        /* margin: 1rem; */
        width: 50vw !important;
        height: 70vh !important;
        object-fit: cover;
        border-radius: 16px !important;
        box-shadow: rgba(0, 0, 0, .24) 0 3px 8px
    }
    .top-bar {
        top: 0;
        background-color: var(--white);
        
        vertical-align: middle;
        overflow-x: hidden !important
    }
    .top-bar-text p {
        padding-top: 0.1rem !important;
        font-size: 1.1rem !important;
    }
}