@font-face {
    font-family: "OpenSans";
    src: url("fonts/OpenSansLight.ttf");
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    background-color: #FFFFFF;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #404040;
    width: 100%;
    height: 100%;
}

a {
    cursor: pointer;
}

header {
    background-image: url("images/consulting.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 840px;
}

header div.menu {
    background-color: rgba(0, 0, 0, 0.7);
    height: 120px;
}

header div.menu aside {
    max-width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 40px;
}

header div.menu div {
    float: right;
}

header div.menu div a {
    transition: all 0.3s;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

header div.menu div a:hover {
    transition: all 0.3s;
    color: #1D6FA6;
}

header div.menu div a.act {
    color: #1D6FA6;
}

header div.header aside {
    max-width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 225px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: right;
}

header div.header aside img {
    margin-right: 12px;
}

header div.header aside h1 {
    padding: 0;
    margin: 0;
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1D6FA6;
}

h2 {
    font-size: 28px;
    color: #404040;
    font-weight: bold;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

h3 {
    font-size: 16px;
    color: #404040;
    font-weight: bold;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

section.welcome div {
    max-width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #404040;
    text-align: justify
}

section.about {
    background-image: url("images/about-pic.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f2f2f2;
    font-size: 30px;
    font-weight: bold;
}

section.about div {
    max-width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #404040;
    text-align: justify;
}

section.what {
    background-color: #f2f2f2;
}

section.what div {
    max-width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #404040;
    text-align: justify;
}

section.what div.what1 {
    padding-top: 35px;
    text-align: center;
    width: 245px;
    float: left;
    height: 180px;
    padding-left: 20px;
    padding-right: 20px;
}

section.what div.what2 {
    padding-top: 35px;
    text-align: center;
    width: 245px;
    float: left;
    height: 180px;
    padding-left: 20px;
    padding-right: 20px;
}

section.what div.what3 {
    padding-top: 35px;
    text-align: center;
    width: 245px;
    float: left;
    height: 180px;
    padding-left: 20px;
    padding-right: 20px;
}

section.what div.what4 {
    padding-top: 35px;
    text-align: center;
    width: 245px;
    float: left;
    height: 180px;
    padding-left: 20px;
    padding-right: 20px;
}

footer {
    background-color: #1D6FA6;
    padding-bottom: 40px;
    padding-top: 40px;
    Margin-top: 15px;
    color: #FFFFFF;
    font-size: 12px;
}

footer div {
    max-width: 1140px;
    margin: 0 auto;
}

div.top {
    width: 727px;
    padding-bottom: 5px;
}

div.bottom {
    color: #fff;
    padding-top: 5px;
    text-align: right;
    float: right;
}

.bottom-left{
    float: left;
    font-size: 20px;
}

section.title div.menu {
    background-color: #1b1b1b;
    height: 120px;
}

section.title div.menu aside {
    max-width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 40px;
}

section.title div.menu div {
    float: right;
}

section.title div.menu div a {
    transition: all 0.3s;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

section.title div.menu div a:hover {
    transition: all 0.3s;
    color: #1D6FA6;
}

section.title div.menu div a.act {
    color: #1D6FA6;
}

section.title div.header {
    background-color: #283e4a;
}

section.title div.header aside {
    max-width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    color: #FFFFFF;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

section.title div.header aside h1 {
    padding: 0;
    margin: 0;
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
}

section.services {
    max-width: 1140px;
    margin: 0 auto;
    overflow: hidden;
}

section.services div {
    width: 450px;
    height: 438px;
    background-color: #f2f2f2;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    padding: 30px 50px;
}

section.services img {
    margin-bottom: 55px;
}

section.contacts {
    background-image: url("images/map.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.contacts div.contacts {
    max-width: 1150px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 92px;
    height: 510px;
}

div.form {
    background-color: #FFFFFF;
    width: 460px!important;
    height: 310px;
    padding: 55px;
}

textarea {
    width: 427px;
    background-color: #fbfbfb;
    border: 1px solid #e8e8e8;
    margin-top: 15px;
    padding: 10px;
    margin-bottom: 10px;
    height: 120px;
}

a {
    cursor: pointer;
}

input {
    background-color: #fbfbfb;
    border: 1px solid #e8e8e8;
    padding-left: 20px;
    height: 40px;
    width: 200px;
}

button[type="submit"] {
    outline: none;
    cursor: pointer;
    background-color: transparent;
    background-image: url("images/send.png");
    border: none;
    width: 125px;
    height: 44px;
}

button[type="reset"] {
    outline: none;
    cursor: pointer;
    background-color: transparent;
    background-image: url("images/cancel.png");
    border: none;
    width: 125px;
    height: 44px;
}
