* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: #212529;
    font-family: "Merriweather Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    background: #fff;
}

a {
    text-decoration: none;
}

.container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-lg-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
.col-lg-6 { flex: 0 0 50%; max-width: 50%; }
.col-lg-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
.col-md-6 { flex: 0 0 50%; max-width: 50%; }

.align-items-center {
    align-items: center;
}

.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-black { color: #000; }
.text-dark { color: #343a40; }
.text-light { color: #fff; }
.bg-light { background-color: #f8f9fa; }
.bg-dark { background-color: #343a40; }
.bg-greets { background-color: #171c60; }
.mb-3 { margin-bottom: 1rem; }
.mb-4 { margin-bottom: 1.5rem; }
.mt-5 { margin-top: 3rem; }
.p-2 { padding: .5rem; }
.p-5 { padding: 3rem; }
.small { font-size: 80%; font-weight: 400; }

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar {
    background: #fff;
    padding: 1rem 0;
    min-height: 96px;
    box-shadow: none;
}

.nav-container {
    display: flex;
    align-items: center;
    min-height: 64px;
}

.logo img {
    width: 175px;
    display: block;
}

.logo2 {
    width: 410px;
    margin-left: 25px;
    display: block;
}

.logo3 {
    width: 335px;
    height: 32px;
    margin-left: -340px;
    margin-top: 58px;
    object-fit: cover;
    object-position: right bottom;
    display: block;
}

.navbar-nav {
    margin-left: auto;
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.navbar-nav a {
    display: block;
    padding: .5rem 1rem;
    color: rgba(0,0,0,.5);
    font-size: .9rem;
}

header {
    margin-top: 96px;
}

.carousel-item {
    height: 670px;
    min-height: 670px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    text-align: center;
}

.hero-content {
    width: 100%;
    color: #fff;
    padding-top: 25px;
}

.slidetitle {
    margin: 0 0 .5rem;
    font-size: 3rem;
    line-height: 1.2;
    text-shadow: 2px 2px 8px #000;
    font-weight: 700;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.slidecaption {
    max-width: 1140px;
    margin: 0 auto;
    font-size: 24px;
    text-shadow: 1px 1px 4px #000;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 3rem;
}

.btn {
    display: inline-block;
    font-family: "Merriweather Sans", Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 1rem 2.15rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .75rem;
    cursor: pointer;
}

.btn-light {
    color: #171c60;
    background-color: #f8f9fa;
}

.page-section,
.page-section2 {
    padding: 8rem 0;
}

.page-section3 {
    padding: 3rem 0;
}

h1, h2, h4, h5 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: "Merriweather Sans", Arial, sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

h2 {
    font-size: 2rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

hr {
    max-width: 3.25rem;
    border: 0;
    border-top: .2rem solid #171c60;
    margin: 1.5rem 0;
}

.about-bg {
    background-position: center;
    background-size: cover;
}

.bg-row {
    margin-left: auto;
    margin-right: auto;
}

.shadow-xl,
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}

.section-title,
.contact-title,
.card-title {
    color: #171c60;
    font-weight: 700;
}

.section-title {
    margin-left: 1rem;
    margin-bottom: 1.5rem;
}

.service-row {
    margin-bottom: 1.5rem;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    align-items: center;
    width: 100%;
}

.card img {
    display: block;
    height: 320px;
    object-fit: cover;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-text {
    margin-top: 0;
    margin-bottom: 1rem;
}

.u-head {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.u-head h5 {
    color: #fff;
}

.u-head p {
    color: #d1d1d1;
    margin-bottom: 0;
}

.cta-light {
    color: #171c60;
    background: #f8f9fa;
    margin-top: .5rem;
}

.contact-title {
    margin-bottom: 1rem;
    text-align: center;
}

.contact-info {
    color: #212529;
    padding-bottom: .5rem;
    text-align: center;
}

.contact-form {
    max-width: 1110px;
    margin: 0 auto;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row > .col {
    padding-right: 5px;
    padding-left: 5px;
}

.form-group {
    margin-bottom: 1rem;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

textarea.form-control {
    height: auto;
    min-height: 66px;
}

.btn-send {
    background: #343a40;
}

footer {
    padding: 1.5rem 0;
    background-color: #ddd;
}

footer p {
    margin: 0;
}

@media (max-width: 991px) {
    .col-lg-2,
    .col-lg-6,
    .col-lg-10,
    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .navbar {
        min-height: 84px;
        overflow: hidden;
    }

    .nav-container {
        min-width: 920px;
    }

    .navbar-nav {
        display: none;
    }

    header {
        margin-top: 84px;
    }

    .carousel-item {
        height: 520px;
        min-height: 520px;
        background-position: bottom center;
    }

    .slidetitle {
        font-size: 2.5rem;
        white-space: nowrap;
    }

    .slidecaption {
        white-space: nowrap;
    }

    .hero-buttons {
        gap: 30px;
    }

    .page-section,
    .page-section2 {
        padding: 5rem 0;
    }
}

@media (max-width: 575px) {
    body {
        min-width: 360px;
    }

    .logo img {
        width: 150px;
    }

    .logo2 {
        width: 360px;
    }

    .logo3 {
        width: 300px;
        height: 28px;
        margin-left: -330px;
    }

    .hero-buttons {
        transform: translateX(135px);
    }
}
