@font-face {
    font-family: BebasNeue;
    src: url(fonts/BebasNeue.otf);
}

@font-face {
    font-family: Roboto;
    src: url(fonts/RobotoCondensed-Regular.otf);
}

body {
    font-family: BebasNeue !important;
    color: #464646 !important;
}

img {
    max-width: 100%;
}

p {
    font-family: Roboto !important;
}

h1, h2, h3 {
    color: #0073bc;
}

a {
    color: #019cff;
}

form .form-group {
    font-family: Roboto !important;
}

.item img {
    width: 100%;
}

.item .title img {
    width: initial;
    margin-top: -23px;
    height: 70px;
}

.item .title span {
    font-size: 50px;
    margin-bottom: -30px;
    background-color: #262626;
    height: 70px;
    display: inline-block;
    padding: 0 25px;
    margin-right: -2px;
}

.item .cation {
    padding: 10px 20px;
    font-size: 15px;
}

.section {
    padding: 30px 0;
}

.section.section-empty-top {
    padding-top: 0;
}

.services {
    margin-top: -50px;
}

.page-top-section {
    background-color: #1a1a1a;
    text-align: right;
    padding: 25px 0px;
    color: #fff;
}

.page-top-section a {
    color: #e1e1e1;
    letter-spacing: 1.2;
    font-size: 14px;
}

.page-top-section img {
    margin-top: -5px;
}

.page-top-section span {
    margin-left: 15px;
    display: inline-block;
}

.page-top-section .container {
    position: relative;
}

.page-top-section .logo {
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 9;
}

.page-top-section .logo img {
    width: 350px;
}

.carousel-caption {
    text-align: left;
    top: 40%;
}

.gray-section {
    background-color: #dddddd;
}

.services-section {
    text-align: center;
}

.services-section img {
    width: 310px;
}

.contact-form h2 {
    color: #019cff;
}

.form-section {
    background-color: #019cff;
    position: relative;
    padding: 15px 30px 15px 15px;
}

.form-section .custom-submit {
    background-image: url(images/submit.png);
}

.form-fields {
    background-color: #dddddd;
    padding: 25px;
    margin-top: -30px;
    margin-right: -30px;
    margin-bottom: -10px;
}

.form-fields h2 {
    margin-top: 0;
}

.form-section .custom-submit {
    background-image: url(images/submit.png);
    color: #fff;
    border: none;
    background-color: transparent;
    position: absolute;
    right: 0;
    padding: 6px 13px 22px 13px;
    background-size: contain;
    font-size: 20px;
    background-repeat: no-repeat;
}

footer {
    background-color: #2d2c2c;
    padding: 35px 0;
    text-align: center;
    color: #d7d7d7;
}

footer h2 {
    margin-top: 0;
}

footer, footer a {
    color: #d7d7d7 !important;
    letter-spacing: 1.2;
    font-size: 14px;
}

footer span {
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 10px;
    display: inline-block;
}

@media screen and (min-width: 768px) {

    .carousel-caption {
        right: 15% !important;
        left: 15% !important;
    }

}



@media(max-width: 991px) {
    .page-top-section .logo {
        top: 33px;
    }

    .page-top-section .logo {
        position: initial;
    }

    .page-top-section {
        text-align: center;
    }

    .page-top-section .logo img {
        width: 200px;
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .carousel-caption {
        position: initial;
        background-color: #262626;
    }

    .item .cation p br {
        display: none;
    }

    .section.section-empty-top {
        padding-top: 30px;
    }

    .services {
        margin-top: 0;
    }
}

@media(max-width: 579px) {
    .item .title span {
        font-size: 30px;
    }
}