
body {
    font-size: 1.4rem;

}

.header {
    background-color: #2e496a;
}

a {
    color: #2e496a;
}

a:hover, a:focus {
    color: #2e496a;
    text-decoration: none;
}

#copyright a {
    color: #9395a5;
}

.carousel-indicators li {

    display: inline-block;
    width: 30px;
    height: 3px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #fff;

}

.header-caption .header-action-button .btn {
    margin-right: 20px;
    padding: 15px 40px;
    border: 2px solid #ffffff;
        border-top-color: rgb(255, 255, 255);
        border-right-color: rgb(255, 255, 255);
        border-bottom-color: rgb(255, 255, 255);
        border-left-color: rgb(255, 255, 255);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #2e496a;
    border-color: #2e496a;
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255,193,7,0);
}

.btn-warning.focus, .btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255,193,7,0);
}

.btn-warning {
    color: #fff;
    background-color: #2e496a;
    border-color: #2e496a;
}

.btn-warning:hover {
    color: #fff;
    background-color: #486487;
    border-color: #486487;
}

.section-title-two {
    display: block;
    text-align: left;
}
.section-title-two h2, .section-title-two h3 {
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: 6px;
    color: #2b2b2b;
}

.section-title-two h4 {
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    letter-spacing: 6px;
    color: #2b2b2b;
}

.image-block-item-2 {
    position: absolute;
    top: 0;
    z-index: 2;
    height: 100%;
}

.bg-dark {
    background-color: #2e496a !important;
}

.site-footer .contact-item-icon:before {
    background-color: #9395a5;
}

#additional-info-contact a {
    color: #f0f3f6;
}
#additional-info-contact a:hover,
#additional-info-contact a:focus {
    color: #fff;
}

.carousel-indicators {
    width: 70%;
}