body{
    background-color: #000;
}
.navbar{
    background-color: rgba(0, 0, 0, .35);
}
.navbar .navbar-toggler{
    background-color: rgba(125, 125, 125, .3);
}

.navbar a img{
    height: 40px;
    width: 200px;
}

.navbar .navbar-nav{
    padding: 10px;
}
@media(max-width: 768px){
    .navbar .navbar-nav{
        text-align: center;
    }
}
.navbar .navbar-nav a.nav-link{
    color: #fff !important;
    margin-left: 15px;
}
.navbar svg{
    margin-left: 15px;
    cursor: pointer;
}

.content{
    text-align: center;
    margin-top: 200px;
}
.content .logo{
    border-bottom: 4px solid #ccc;
    padding: 30px;
}
.content .logo img{
    width: 70%;
    margin-bottom: 20px;
    margin: 0;
}
.content p{
    color: #ddd;
    font-size: 20px;
    padding: 40px 0;

}
.content img{
    margin: 0;
    padding: 0;
}
.content .full{
    margin: 0;
    padding: 0;
}
.content .half{
    margin: 0;
    padding: 0;
    display: flex;
}
.content .full img, .content .full video {
    width: 100%;
}
.content .half img, .content .half video{
    width: 50%;
}

.contact-us{
    color: #fff;
    background-color: #050505;
}
section.black{
    background-color: #000;
}
.contact-us .heading h3{
    padding-top: 80px;
    font-size: 40px;
}
.contact-us .heading p{
    padding-top: 80px;
    font-size: 18px;
}
.contact-us .contact-info{
    padding-top: 100px;
    font-size: 20px;
}
.contact-us .contact-info a{
    color: #fff;
}
.contact-us .info{
    display: flex;
    justify-content: left;
    justify-items: center;
    margin-top: 7px;
}
.contact-us .info p{
    margin-left: 15px;

}

.contact-us .links p{
    font-size: 20px;
    margin-bottom: 10px;
}

.contact-us .links{
    text-align: center;
    margin-top: 40px;
    padding-right: 100px;
}
.contact-us .links a{
    margin-left: 10px;
    color: #fff;
}
.contact-us .message h3{
    margin-top: 80px;
    margin-bottom: 80px;
}
.contact-us .message input,
.contact-us .message textarea{
    background-color: rgba(255, 255, 255, .3);
    color: #fff;
    border: none;
    border-radius: 7px;
}
.contact-us .message input::placeholder{
    color: #fff;
}
.contact-us .message .phone-email input{
    width: 48%;
}
.contact-us .message .phone-email{
    display: flex;
    justify-content: space-between;
}
.contact-us .message textarea{
    height: 150px;
}
.contact-us .message button{
    color: rgb(255, 255, 255);
    background-color: #6667AB;
    border-color: #6667AB;
    font-weight: bold;
    border-radius: 8px;
}
.contact-us footer p{
    margin-bottom: 0;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
}
.contact-us footer a{
    color: #fff;
}
.contact-us footer p span{
    color: #ccc;
    margin-left: 15px;
}
/* end section contact us */

