
@font-face {
    font-family:'Montserrat Light';
    src: url('assets/fonts/Montserrat/Montserrat Light.woff2') format('woff2'),
        url('assets/fonts/Montserrat/Montserrat Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    unicode-range: U+0020-2044;
}

@font-face {
    font-family:'Montserrat';
    src: url('assets/fonts/Montserrat/Montserrat Regular.woff2') format('woff2'),
        url('assets/fonts/Montserrat/Montserrat Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    unicode-range: U+0020-2044;
}

@font-face {
    font-family:'Montserrat';
    src: url('assets/fonts/Montserrat/Montserrat Bold.woff2') format('woff2'),
        url('assets/fonts/Montserrat/Montserrat Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    unicode-range: U+0020-2044;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 300;
	font-style: normal;
    background-color: #fff;
    color: #000;
}

p {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}

h2 {
    font-size: 32px;
    color: #0A64A4;
}

h6 {
    font-size: 20px;
}

a {
    text-decoration: none;
    color: #0A64A4;
}

a:hover,
a:focus {
    color: #0A64A4;
}

.navbar {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
}

.wrapper {
    max-width: 1054px;
}

.navbar .container {
    max-width: 1200px;
}

.navbar-nav .nav-link {
	padding-right: 15px;
	padding-left: 15px;
}

button.navbar-toggler {
    border: none;
    box-shadow: none;
    padding: 0.25rem 0.5rem;
    font-size: 1rem;
}

button.navbar-toggler:focus {
    border: 1px solid #4D95D0;
    box-shadow: none;
}

/* section#hero {
    padding: 150px 10px 130px;
    position: relative;
} */

section#hero {
    margin-bottom: -20px;
}

section.bg-section {
    background-color: #4D95D0;
    padding: 46px 10px 36px;
}

section.bg-section > .container {
    max-width: 900px;
}

section#about {
    padding: 80px 10px 100px;
}

section#faq {
    padding: 64px 20px 74px;
    background-color: #4D95D014;
}

section#faq .wrapper {
    max-width: 1054px;
}

footer .wrapper {
    max-width: 1010px;
    padding: 46px 20px;
}

footer .bg-image {
    background-image: url('assets/img/Call Banner.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar-light .navbar-nav .nav-link {
	color: #000;
    border-radius: 50px;
}

/* #hero img {
    position: absolute;
    right: 0;
    bottom: -20px;
} */

.big-numbers {
    font-size: 40px;
    font-weight: 700;
}

#faq p {
    font-size: 18px;
    line-height: 1.72;
}

#faq .row:not(:first-child) > .col-12 {
    padding: 42px 65px;
    border-radius: 15px;
}

.call-button {
    padding: 20px 40px;
}

.call-button img {
    width: 29px;
    height: 29px;
}

.copyright {
    color: #0A64A4;
    font-size: 14px;
    line-height: 1.29;
    padding: 12px 0;
}

@media screen and (min-width: 1200px) {
    nav.navbar {
        padding: 35px 0 !important;
    }
}

@media screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 7px 28px;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link:focus {
        color: #000;
        background-color: #4D95D040;
    }
}

@media screen and (max-width: 1199px) {
    nav img {
        width: 225px;
    }

    section#hero img {
        width: 500px;
    }
}

@media screen and (max-width: 991px) {
    body {
        font-size: 20px;
    }

    h2 {
        font-size: 28px;
    }

    h6 {
        font-size: 18px;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link:focus {
        color: #000;
    }

    #about .wrapper {
        max-width: 500px;
    }

    nav img {
        width: 200px;
    }

    section#hero img {
        width: 400px;
    }

    .big-numbers {
        font-size: 34px;
        font-weight: 700;
    }

    #faq .row:not(:first-child) > .col-12 {
        padding: 30px 46px;
    }

    #faq p {
        font-size: 16px;
    }

    #about img {
        width: 300px;
    }
}

@media screen and (max-width: 575px) {
    body {
        font-size: 16px;
    }

    h2 {
        font-size: 24px;
    }

    h6 {
        font-size: 16px;
    }

    section#hero img {
        width: 300px;
    }

    .big-numbers {
        font-size: 28px;
        font-weight: 700;
    }

    #faq .row:not(:first-child) > .col-12 {
        padding: 20px 31px;
    }

    #faq p {
        font-size: 14px;
    }

    #about img {
        width: 200px;
    }
}