/* Global style */

.header {
    background-color: #181818;
    height: 80px;
}

.header-logo{
    padding: 10px;
    margin-left: 206px;
}

.content-background {
    background-color: #ffffffa8;
    border-radius: 5px;
}

.text {
    padding: 20px;
}

body {
    background-color: #000;
    background-image: url(../img/bg.jpg);
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 14px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.content {
    min-height: 450px;
}

a {
    color: #ffffff;
    font-weight: bold;
}

a:hover,
a:focus {
    color: #8ac53e;
    text-decoration: none;
}


.logo img {
    width: 100%;
    max-width: 400px;
}

.index-main-img {
    text-align: center;
}

.logo-part {
    text-align: left;
}

.logo {
    padding-bottom: 50px;
    border-bottom: 1px solid #cccccc;
}

.col-md-8 {
    padding-top: 40px;
}

.col-md-4.box {
    padding-top: 10px;
    background-color: #eb008c;
    margin-top: 30px;
    color: #fff;
    padding-bottom: 40px;
}

.title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 22px;
}

.phone a {
    color: #fff;
    font-size: 30px;
}

.email a {
    color: #fff;
}

.email a:hover .phone a:hover {
    color: #ef943b;
}

section {
}

.custom-sup {
    font-weight: bold;
    font-size: 30px;
    color: #000;
}

.hero-img img {
    width: 100%;
    max-width: 500px;
    padding-bottom: 30px;
}

.logo-part img {
    width: 100%;
    max-width: 400px;
    padding-bottom: 65px;
}

.fast {
    font-size: 23px;
    line-height: 1.5;
    font-weight: bold;
    padding-bottom: 12px;
    color: #494949;
}

.left-part {
    background-color: #b4ebfd;
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
    border: 2px solid #00c0ff;
    padding: 0px 10px;
    line-height: 1.5;
}

.right-part {
    background-color: #b4ebfd;
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
    border: 2px solid #00c0ff;
    padding: 0px 10px;
    line-height: 1.5;}


footer.footer-body {
    font-size: 16px;
    padding-top: 22px;
    padding-bottom: 20px;
    background-color: #181818;
    color: #ffffff;
    text-align: center;
    margin-top: 100px;
}

.left-part a {
    color: #00c0ff;
}

.right-part a {
    color: #00c0ff;
}

.index-main-img img {
    width: 100%;
    padding-top: 20px;
}

.brown-content {
    text-align: center;
    padding-top: 225px;
    line-height: 2;
}

section#top-head {
    background-color: #00a651;
    padding-top: 20px;
}

section#main {
    padding-bottom: 40px;
}