body {
    background: url('BG.png');
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Roboto';
    background-color: #0a0a0a;
}

.side_image {
    padding-top: 150px !important;
}

.left-section {
    padding-top: 100px !important;
}

.title {
    padding-top: 50px;
}

.title h1 {
    color:#fff;
    font-size:70px;
    padding-left:10px;
    line-height: 60px;
}

.title h2 {
    color:#fff;
    font-size:30px;
    font-weight: lighter;
    padding-left:10px;
    margin-bottom: 50px;
}

.btn-custom {
    margin-left:10px;
    background-color:#009cff !important;
    border-radius: 10px !important;
    padding-left:15px !important;
    padding-right:15px !important;
}

hr.footer_hr {
    height: 5px;
    border:5px solid #000;
    background: #191718;
    box-shadow: inset 1px 1px 9px #0b0a0b, inset -1px -1px 9px #272425;
    margin-top:50px;
}

.contact {
    padding-top:70px;
    color:#fff;
}

.contact a {
    color:#fff !important;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    font-style: italic;
    margin-left:10px;
}

.copyright {
    color:#fff;
}

.footer_logo {
    text-align: right;
}

.desktop {
    display: block;
}

.mobile {
    display:none;
}


@media only screen and (max-width: 780px) {

    body{
        background-color: #0a0a0a !important;
    }
    .desktop {
        display: none;
    }

    .mobile {
        display:block;
    }

    .footer_logo {
        text-align:center;
    }

    .copyright {
        color:#fff;
        text-align: center;
        padding-top:15px; 
        padding-bottom:15px;
    }

    .left-section {
        padding-top: 50px !important;
    }
  }