body {
    font-family: DM Sans;
    font-size: 16px;
}

.navbar-toggler {
    background-color: rgb(0, 16, 51);
}

h1.header {
    padding: 20px 0;
    font-size: 24px;
}

h2.header {
    font-size: 20px;
}

header .bg-transparent {
    padding-top: 18px;
    padding-bottom: 18px;
}

header .navbar-brand {
    color: #fff !important;
    display: flex;
    flex-direction: row;
}

header .navbar-brand h1 {
    color: #e3482d;
    font-size: 28px;
    margin: 0 0 0 10px;
    line-height: 40px;
}

header .navbar-brand img {
    height: 50px;
}

header .navbar-nav .nav-item {
    margin: 0 8px;
}

header .navbar-nav .nav-item .nav-link {
    color: rgb(0, 16, 51);
}

header .navbar-nav .nav-item .nav-link:hover {
    color: rgb(0, 16, 51);
}

section.block {
    padding: 40px 0;
}

.home .slide {
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home .slide-1 {
    background: linear-gradient(72.51deg, rgba(0, 16, 51, 0.75) 14.78%, rgba(1, 16, 51, 0.35) 109.37%),
        url("../img/slide1.jpg") no-repeat;
    background-size: cover;
}

.home .slide-2 {
    background: linear-gradient(72.51deg, rgba(0, 16, 51, 0.75) 14.78%, rgba(1, 16, 51, 0.35) 109.37%),
        url("../img/slide2.jpg") no-repeat;
    background-size: cover;
}

.home .slide-3 {
    background: linear-gradient(72.51deg, rgba(0, 16, 51, 0.75) 14.78%, rgba(1, 16, 51, 0.35) 109.37%),
        url("../img/slide3.jpg") no-repeat;
    background-size: cover;
}
.home .slide-4 {
    background: linear-gradient(72.51deg, rgba(0, 16, 51, 0.75) 14.78%, rgba(1, 16, 51, 0.35) 109.37%),
        url("../img/slide4.jpg") no-repeat;
    background-size: cover;
}
.home .slide-5 {
    background: linear-gradient(72.51deg, rgba(0, 16, 51, 0.75) 14.78%, rgba(1, 16, 51, 0.35) 109.37%),
        url("../img/slide5.jpg") no-repeat;
    background-size: cover;
}

section.home .slide h1,
section.about .slide h1,
section.contact .slide h1,
section.partnership .slide h1,
section.services .slide h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    color: #fff;
    margin-bottom: 30px;
}

section.home .slide p,
section.about .slide p,
section.contact .slide p,
section.partnership .slide p,
section.services .slide p {
    font-style: normal;
    color: #fff;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.02em;
    margin-bottom: 40px;
}

section.home .slide p.small,
section.contact .slide p.small {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: normal;
}

section.home .slide a {
    background: #e3482d;
    border-radius: 10px;
    display: block;
    padding: 14px 42px;
    width: 200px;
    color: #fff;
    transition: all 200ms ease-in-out;
    text-decoration: none;
}

section.contact h3 {
    margin-bottom: 30px;
}

section.contact form {
    margin: 0 auto;
}

section.contact form input,
section.contact form select,
section.contact form textarea {
    background: #ffffff;
    border: 0.5px solid #7e7e7f;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
}

section.contact form label {
    font-size: 22px;
    line-height: 38px;
    letter-spacing: 0.02em;
    color: #000000;
    opacity: 0.7;
}

section.contact form textarea {
    min-height: 188px;
}

section.contact form button {
    background: #f1503d;
    border-radius: 10px;
    display: block;
    padding: 14px 42px;
    width: 177px;
    border: 0;
    margin: 0 auto;
    color: #fff;
}

section.contact .form-row {
    margin-bottom: 25px;
}

section.gallery img {
    margin-bottom: 20px;
    border-radius: 10px;
}

section.about .slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(72.51deg, rgba(0, 16, 51, 0.75) 14.78%, rgba(1, 16, 51, 0.35) 109.37%),
        url("../img/slide3.jpg") no-repeat;
    background-size: cover;
    min-height: 400px;
}
section.home .hr {
    background: #eee;
    height: 1px;
    margin-top: 30px;
}
section.service-highlight .top {
    color: #fff;
    text-align: center;
    padding: 30px;
    background: #228dcb;
}
section.service-highlight .top a {
    padding: 10px 35px;
    border: 1px solid #fff;
    border-right: 4px solid #fff;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 210px;
    margin: 10px auto;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
}
section.service-highlight .service {
    border: 1px solid #eee;
    border-right: 4px solid #eee;
    padding: 40px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}
section.service-highlight .service .img-cont {
    height: 100px;
    padding: 20px;
    border: 1px solid #eee;
    margin-left: -10px;
    background: #fff;
}
section.service-highlight .service h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
}
section.service-highlight .service img {
    height: 54px;
}
section.service-highlight .service > div:last-child {
    padding: 0 20px;
}
section.service-highlight .service > div:last-child h4 {
    text-transform: uppercase;
}
section.contact .slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(72.51deg, rgba(0, 16, 51, 0.75) 14.78%, rgba(1, 16, 51, 0.35) 109.37%),
        url("../img/contact.jpg") no-repeat;
    background-size: cover;
    min-height: 400px;
}

section.partnership .slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(72.51deg, rgba(0, 16, 51, 0.75) 14.78%, rgba(1, 16, 51, 0.35) 109.37%),
        url("../img/partnership.jpg") no-repeat;
    background-size: cover;
    min-height: 400px;
}

section.services .slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(72.51deg, rgba(0, 16, 51, 0.75) 14.78%, rgba(1, 16, 51, 0.35) 109.37%),
        url("../img/slide1.jpg") bottom no-repeat;
    background-size: cover;
    min-height: 400px;
}
section.services ul > li {
    font-weight: 500;
}
section.services ul > li > ul > li {
    font-weight: normal;
}
section.services ul li {
    line-height: 30px;
}
footer .top {
    padding: 40px 0;
    color: #ccc;
    min-height: 300px;
    background: rgb(0, 16, 51) url(../img/footer-bg.png) no-repeat center center;
    background-size: cover;
}
footer .top .section1 a {
    font-weight: 400;
    padding: 10px 15px 8px 15px;
    border: 1px solid #eeeeee;
    font-size: 11px;
    display: block;
    width: 120px;
    text-align: center;
    background: #fff;
    text-transform: uppercase;
    color: #222;
}
footer .top .section1 .img-cont {
    padding: 10px;
    background: #fff;
    display: inline-block;
    border-radius: 3px;
    margin-bottom: 20px;
}
footer .top .section1 img {
    height: 60px;
}
footer h2 {
    color: #fff;
}
footer .top dl dd {
    margin-bottom: 10px;
}
footer .top dl dd a {
    font-weight: 500;
    font-size: 14px;
    color: #ccc;
}
footer .top h4 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    margin-bottom: 40px;
}
footer .top p strong {
    font-weight: 400;
    color: #fff;
}
footer .bottom {
    color: #fff;
    background: #000;
    padding: 20px 0;
    font-weight: normal;
    font-size: 14px;
}
footer .copyright {
    text-align: center;
    font-size: 13px;
}
