@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 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1)
}

body,
html {
    height: 100%
}

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

.top-bar {
    top: 0;
    background-color: #fff;
    font-size: .7rem;
    vertical-align: middle;
    overflow-x: hidden
}

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

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

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: #ff0000;
    transition: none
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #ff0000;
    transition: none
}

.navbar-light .navbar-nav .nav-link.active {
    color: #ff0000
}

.navbar-dark .navbar-nav .nav-link.active {
    color: #ff0000
}

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

.active {
    color: #ff0000
}

.footer {
    position: relative;
    width: 100vw;
    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: white;
    text-decoration: none;
}

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

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

.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);
    ;
}

.google-map {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
}


/* scroll bar */

::-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);
}

.heading {
    position: relative;
    top: 6rem;
    background-color: var(--secondary-color);
    width: 100%;
    height: 13vh;
    text-align: center;
    box-shadow: var(--box-shadow);
    z-index: 999;
}

.heading-text {
    font-family: 'roboto-bold';
    font-size: 2em;
    text-align: center;
    position: relative;
    top: 1.9rem;
    color: var(--white);
}

.contact-section {
    position: relative;
}

.contact-form {
    background-color: var(--white);
    border-radius: 10px;
    position: absolute;
    bottom: 25%;
    right: 3%;
    z-index: 10;
    margin: auto;
    box-shadow: var(--box-shadow);
    margin-top: 20px !important;
    /* top | right | bottom | left */
}

.contact-form img {
    position: relative;
    width: 25%;
    height: 50%;
}

.contact-form h1 {
    font-family: 'roboto-bold';
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    right: -1vw;
    width: 170vw !important;
    height: 100% !important;
}

.contact .form-label {
    font-family: 'roboto-med';
}

.contact form a {
    text-decoration: none;
    justify-content: center;
    display: flex;
}

.form-control {
    border: 2px solid var(--secondary-color);
}

@media only screen and (max-width: 600px) {
    .heading-text {
        top: 1.5rem;
    }

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

    .footer {
        position: relative;
        top: 1rem;
    }

    .top-bar {
        padding: 0 !important;
        overflow-x: hidden;
        position: relative;
        font-size: .5rem;
        width: 100%;
        left: 0;
    }

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

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

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

    .contact-form {
        background-color: var(--white);
        border-radius: 10px;
        position: relative;
        top: 10%;
        right: 0 !important;
        z-index: 10;
        margin: auto;
        box-shadow: var(--box-shadow);
        margin-top: 20px !important;
        width: 90vw !important;
        /* top | right | bottom | left */
    }

    .google-maps {
        margin-top: 10vh !important;
    }

    .contact-form form {
        width: 100%;
        padding: 3rem !important;
        position: relative;
        right: 1rem;
        top: 0;
    }

    .contact-form img {
        width: 0;
        height: 0;
    }
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
    .heading-text {
        top: .8rem;
    }

    .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 0 0 0 !important;
        width: 100%;
        right: 40vw;
        bottom: 1rem;
    }

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

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

@media only screen and (min-width:768px) and (max-width: 1024px) {
    .heading-text {
        top: 3rem;
    }

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

    .top-bar {
        position: relative;
        left: 2rem !important;
    }

    .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 0 0 0 !important;
        width: 100%;
        right: 83vw;
        bottom: 1rem;
    }

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

    .contact-form {
        background-color: var(--white);
        border-radius: 10px;
        top: 30%;
        z-index: 10;
        height: 61% !important;
        box-shadow: var(--box-shadow);
    }

    .google-maps iframe {
        height: 100% !important;
    }

    .google-maps {
        height: 90vh;
    }
}

@media only screen and (min-width:1024px) and (max-width: 1200px) {
    .heading {
        position: relative;
        top: 5rem;
        height: 7vh;
    }

    .heading-text {
        position: relative;
        top: 1.7rem !important;
    }

    .footer {
        position: relative;
        top: 0;
    }

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

    .copyright {
        font-size: 17px;
    }

    .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 0 0 0 !important;
        width: 100%;
        right: 95vw;
        bottom: 1rem;
    }

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

    .contact-form {
        background-color: var(--white);
        border-radius: 10px;
        bottom: 5%;
        z-index: 10;
        height: 47% !important;
        box-shadow: var(--box-shadow);
        margin-top: 20px !important;
        /* top | right | bottom | left */
    }

    .google-maps iframe {
        height: 100% !important;
    }
}

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

    .contact-form {
        background-color: var(--white);
        border-radius: 10px;
        top: 30%;
        z-index: 10;
        height: 63% !important;
        box-shadow: var(--box-shadow);
    }

    .google-maps iframe {
        height: 100% !important;
        top: 2rem !important;
    }

    .heading-text {
        position: relative;
        top: 1.4rem !important;
    }

    .top-bar {
        top: 0;
        background-color: var(--white);
        font-size: .6rem;
        vertical-align: middle;
        overflow-x: hidden !important
    }

    .top-bar-text p {
        padding-top: 0.3rem !important;
    }
}

@media only screen and (min-width: 3500px) {
    .heading {
        height: 10vh;
    }

    .heading-text {
        font-size: 4.2rem;
    }

    .contact-form {
        background-color: var(--white);
        border-radius: 10px;
        top: 30%;
        z-index: 10;
        height: 45% !important;
        box-shadow: var(--box-shadow);
        padding: 3rem;
    }

    .contact-form h1 {
        font-size: 5.5rem;
    }

    .contact-form img {
        height: 30vh;
        width: 11vw;
    }

    .contact-form .form-label,
    .form-control,
    .button a {
        font-size: 2.5rem !important;
    }

    .google-maps iframe {
        right: -4vw;
    }
    .top-bar {
        top: 0;
        background-color: var(--white);
        font-size: 1.5rem;
        vertical-align: middle;
        overflow-x: hidden !important
    }
    .heading-text {
        font-size: 4em;
        margin-top: 2.5rem;
    }

    .heading {
        height: 11vh;
    }




    .top-bar-text p {
        padding-top: 0.2rem !important;
    }
}