body {
  margin-top: 83px;
}

.navbar-brand {
    color: #505050;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Unna', serif;
    font-size: 36px;
    font-weight: 600;
    margin: 0;
}

.scroll-header {
    background: #fff;
    box-shadow: rgba(32, 30, 30, 0.8) 0px 3px 20px 0px; /*    0 3px 7px rgba(0, 0, 0, 0.1);*/
}

a.nav-link {
    color: rgba(0,0,0,.9) !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
}


a.nav-link:hover {
    color: #007bff !important;
}


.bg-image-full {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 350px;
}

#splash-container {
    position: relative;
}
 #splash-message {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    bottom: 0;
    opacity: 10;
    filter: alpha(opacity=1000);
    margin: 0 auto;
    padding: 0px 0px;
    background: none;
    text-align: center;
    left: 0;
    right: 0;
}
strong {
    font-weight: bold;
}
#splash-message h1 {
    display: inline-block;
    margin: 0 0 0px 0;
    padding: 16px 30px;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.2);
    line-height: 1em;
    color: #efefef;
    font-size: 45px;
    font-weight: 300;
    width: 100%;
    border: solid 0px #ffffff;
}

#splash-message .lead {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 16px 30px;
    background-color: #000000;
    background-color: rgba(66, 139, 202, 0.7);
    line-height: 1.25;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}


.section-title {
    position: relative;
}


.section-title:before {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 50px;
    height: 2px;
    content: '';
    background: #222222;
    margin-left: -25px;
}

.section-title h2 {
    font-family: 'Unna', serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 65px;
    color: #222222;
    padding-bottom: 15px;
}

.section-title p {
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    color: #777777;
}
.section-padding {
    padding-bottom: 80px;
    padding-top: 80px;
}

@media (max-width: 992px) {
    .section-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.welcome-section {
    padding: 110px 0px 70px;
}

.welcome-section .section-title {
    margin-bottom: 70px;
}

.welcome-section .item-holder {
    padding: 0px 25px;
    margin-bottom: 40px;
}

.welcome-section .icon-box {
    position: relative;
    padding-top: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    display: inline-block;
    border: 1px solid #e6e6e6;
}

.welcome-section .icon-box i:before {
    font-size: 45px;
    color: rgb(73, 80, 87);
        
}

.welcome-section h5 {
    font-size: 22px;
    line-height: 32px;
    color: #222222;
    font-weight: 600;
    padding: 25px 0px;
    font-family: 'Open Sans', sans-serif;
}

.welcome-section p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #777777;
    padding-bottom: 25px;
}

.contact-section p {
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    color: #222222;
}

.contact-section .section-title {
    margin-bottom: 70px;
}


.contact-section a:hover {
    color: #007bff !important;
}