html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Nunito Sans', sans-serif;
}
.navbar{
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.navbar-nav{
    padding: 16px 16px;
}
.nav-item{
    text-decoration: none;
    list-style-type: none;
    color: #000000;
    font-weight: 600;
    padding: 8px 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.navbar-btn{
    background-color: #F5612C;
    border-radius: 4px;
    padding: 8px 16px;
    color: #ffffff;
    border: none;
}
.masthead{
    height: 100vh;
    min-height: 500px;
    background-image: url(../images/background.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.one{
    position: relative;
    width: 100%;
    max-width: 1180px;
    padding: 40px 16px;
    margin: 0 auto;
    box-sizing: border-box;
}
h1{
    font-size: 36px;
    font-weight: 400;
    color: #1F398E;
}
.row{
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
}
.page-container{
    position: relative;
    padding: 40px 40px;
}
.page-container-fluid {
    position: relative;
    padding: 40px 40px;
}
.page h2{
    color: #1F398E;
    font-size: 36px;
    font-weight: 700;
}
#solutions{
    vertical-align: text-top;
    color: #354c99;
    line-height: 1.25;
}
#solutions-text{
    vertical-align: text-bottom;
    color: #000000;
    line-height: 1.5;
}
.solutions-img{
    display: block;
    width: 50px;
    height: 50px;
}
.three{
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 24px;
    background-color: #e7e5e5;
}
.vision{
    background-color: #ffffff;
    border-radius: 8px;
    height: 420px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 18px 12px -12px rgba(157, 157, 157);
}
.mission{
    background-color: #ffffff;
    border-radius: 8px;
    height: 420px;
    padding: 20px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 18px 12px -12px rgba(157, 157, 157, 0.5);
    -moz-box-shadow: 0 18px 12px -12px rgba(157, 157, 157, 0.5);
    box-shadow: 0 18px 12px -12px rgba(157, 157, 157);
}
.values{
    background-color: #ffffff;
    border-radius: 8px;
    height: 420px;
    padding: 20px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 18px 12px -12px rgba(157, 157, 157, 0.5);
    -moz-box-shadow: 0 18px 12px -12px rgba(157, 157, 157, 0.5);
    box-shadow: 0 18px 12px -12px rgba(157, 157, 157);
}
#title-section{
    padding-top: 12px;
    padding-bottom: 24px;
}
.client{
    padding: 12px;
    margin: 8px;
}
form{
    position: relative;
    left: 25%;
    right: 25%;

}
.contact-form{
    position: relative;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    display: inline;
}
.col-sm-6{
    float: left;
}
.form-control{
    padding: 20px 10px;
    border-radius: 4px;
    color: #333;
    height: 100%;
    background:transparent;
    -moz-color: #333;
    box-sizing: border-box;
}
button {
    display: block;
    border:0;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    width: 100%;
    background: #f15a22;
}
.contact-form .success{
    color: #246BCB;
    padding: 15px 0;
    display: block;
    text-align: center;
}
.contact-form .form-control{
    background: #fff;
}
.contact-form .field{
    margin-bottom: 20px;
}
.contact-form .form-control:focus{
    border-color: #1E398D;
}
.contact-form .form-control:hover{
    border-color: #1E398D;
}
.page-footer{
    background-color: #1F398E;
    color: #ffffff;
    padding: 80px 0 4px;
}
#logo-footer{
    position: relative;
    max-width: 1180px;
    padding: 16px 16px;
    margin-right: 0 auto;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}
.copyright{
    padding: 12px;
    margin: 8px;
    align-content: center;
}