#image-inline li,
.social-icons i {
    display: inline-block
}

.contact-clean {
    background: #f1f7fc;
    padding: 80px 0
}

@media (max-width:767px) {
    .contact-clean {
        padding: 20px 0
    }
}

.contact-clean form {
    max-width: 480px;
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 4px;
    color: #505e6c;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .1)
}

@media (max-width:767px) {
    .contact-clean form {
        padding: 30px
    }
}

.contact-clean h2 {
    margin-top: 5px;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 36px;
    color: inherit
}

.contact-clean .form-group:last-child {
    margin-bottom: 5px
}

.contact-clean form .form-control {
    background: #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .05);
    outline: 0;
    color: inherit;
    padding-left: 12px;
    height: 42px
}

.contact-clean form .form-control:focus {
    border: 1px solid #b2b2b2
}

.contact-clean form textarea.form-control {
    min-height: 100px;
    max-height: 260px;
    padding-top: 10px;
    resize: vertical
}

.contact-clean form .btn {
    padding: 16px 32px;
    border: none;
    background: 0 0;
    box-shadow: none;
    text-shadow: none;
    opacity: .9;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .4px;
    line-height: 1;
    outline: 0 !important
}

.contact-clean form .btn:hover {
    opacity: 1
}

.contact-clean form .btn:active {
    transform: translateY(1px)
}

.contact-clean form .btn-primary {
    background-color: #055ada !important;
    margin-top: 15px;
    color: #fff
}

.social-icons {
    color: #313437;
    background-color: #fff;
    text-align: center;
    padding: 70px 0
}

@media (max-width:767px) {
    .social-icons {
        padding: 50px 0
    }
}

.social-icons i {
    font-size: 32px;
    color: #757980;
    margin: 0 10px;
    width: 60px;
    height: 60px;
    border: 1px solid #c8ced7;
    text-align: center;
    border-radius: 50%;
    line-height: 60px
}

.navbar.navbar-light.navbar-expand-md {
    text-align: center;
    background-color: #000
}

.navbar-light .navbar-nav .nav-link {
    color: #ffde00;
    font-weight: 700;
    font-size: 30px;
    margin: 0 20px
}

.navbar-light .navbar-nav .nav-link:hover {
    opacity: 0.8;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ffde00;
    opacity: 0.8;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffde00;
}

#social {
    padding: 0;
    list-style: none;
}

#social li {
    color: #fff;
}

.fa.fa-instagram {
    color: #f33d8e;
}

.fa.fa-twitter {
    color: #00d8ff;
}

.fa.fa-facebook {
    color: #0096ff;
}

#phone {
    color: rgb(255, 255, 255);
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    line-height: 76px;
    font-size: 90px;
    margin: 0px;
}
#textWedo{
    width:628px;
}
#contact-social{
    width:500px
}
.navbar-brand{
    display: none;
}
.navbar-toggler{
    background: #fff;
}
#image-inline{
    padding:0px;
}
div#contact a {
    color: #fff;
}
@media(max-width:768px) {
    #phone {
        font-size: 50px;
    }
    #textWedo{
        width:300px;
    }
    #contact-social{
        width: 100%;
        text-align: center !important;
    }
    #image-inline li{
        display: block;
    }
    .navbar-brand{
        display: block;
        color:#fff;
    }
    .navbar-light .navbar-brand{
        color:#fff;
    }
}
