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: #C91329;
    font-size: 28px;
    margin: 0 0 0 10px;
    line-height: 40px;
}

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

section.home .slide h1,
section.study-abroad h1,
section.visa-application h1,
section.real-estate h1,
section.flight-booking h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    color: #fff;
    margin-bottom: 30px;
}

section.home .slide p,
section.study-abroad p,
section.visa-application p,
section.real-estate p,
section.flight-booking 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 {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: normal;
}

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

section.service-highlight img {
    margin: 10px auto;
}

section.service-highlight h2 {
    margin: 0 0 20px 40px;
}

section.service-highlight .service {
    max-width: 370px;
    margin: 10px auto;
    text-decoration: none;
}

section.service-highlight h4,
section.service-highlight strong {
    line-height: 30px;
    font-size: 18px;
    border-left: 2px solid #F58D33;
    background: #eee;
    border-radius: 3px;
    font-weight: 500;
    display: block;
    padding: 5px 0 5px 15px;
    margin: 4px 0;
    width: 80%;
    color: #212529;
}

section.study-abroad {
    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/study-abroad-bg.jpg') no-repeat;
    background-size: cover;
    min-height: 600px;
}

section.visa-application {
    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/visa-application-bg.jpg') no-repeat;
    background-size: cover;
    min-height: 600px;
}

section.flight-booking {
    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/flight-booking-bg.jpg') no-repeat;
    background-size: cover;
    min-height: 600px;
}

section.real-estate {
    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/real-estate-bg.jpg') center no-repeat;
    background-size: cover;
    min-height: 600px;
    color: #fff;
}

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

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

section.contact form input,
section.contact form textarea {
    background: #FFFFFF;
    border: 0.5px solid #7E7E7F;
    box-sizing: border-box;
    border-radius: 5px;
    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: 150px;
}

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

.team .profile {
    margin: 10px;
}

.team .profile img {
    margin-bottom: 15px;
    height: 232px;
}

.team .profile a {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

.team .profile a strong {
    opacity: 0.5;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    display: block;
}

.flight {
    position: relative;
    margin: 10px 0;
}

.flight>div {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 40px;
    opacity: .7;
    left: 0;
    background-color: #212529;
    margin-bottom: 0;
}

.flight strong {
    color: #fff;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.property {
    margin: 10px 0;
}

footer {
    color: rgb(0, 16, 51);
    border-top: 4px solid rgb(0, 16, 51);
}

footer .top {
    padding: 40px 0;
    font-size: 14px;
}

footer .top .newsletter h3 {
    color: rgb(0, 16, 51);
}

footer .top .newsletter form {
    padding: 20px 0;
    display: flex;
    flex-direction: row;
}

footer .top .newsletter form input {
    padding: 6px;
    border: 0;
    border-radius: 3px 0 0 3px;
    flex-grow: 1;
    width: 100%;
    background: #eee;
}

.countries {
    background-color: #ccc;
}

.countries img {
    width: 151px;
    height: 79px;
    margin: 10px 15px;
}

footer .top .newsletter form input:focus {
    outline: none;
}

footer .top .newsletter form button {
    border: 0;
    background-color: #F58D33;
    border-radius: 0 3px 3px 0;
    flex-basis: 100px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

footer .inquiries {
    color: rgb(0, 16, 51);
}

footer h4 {
    color: rgb(0, 16, 51);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
}

footer ul {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin: 0;
}

footer ul li {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
    margin: 10px;
}

footer ul li a {
    color: rgb(0, 16, 51);
}

footer dl dd a {
    display: block;
    color: rgb(0, 16, 51);
    font-size: 15px;
    line-height: 30px;
}

footer dl dd a:hover {
    color: #F1503D;
}

footer svg {
    height: 20px;
    margin: 0 auto;
    display: block;
    fill: rgb(0, 16, 51);
}

footer .bottom {
    border-top: 1px solid #ccc;
    padding: 20px 0;
    color: rgb(0, 16, 51);
}

footer .bottom p {
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    margin: 0;
}