body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}
.banner{
    background-image: url("./images/banner.jpeg");
    width: auto;
    height: 605px;
    display:block;
    background-size:cover;
    background-position:center;
}
.mouse{
    display:block;
    width:30px;
    height:45px;
    border:2px solid #fff;
    -webkit-border-radius:23px;
    position:relative;
    cursor:pointer;
    font-size:14px;
}
h2{
    text-align: center;
    color: #39b449;
    font-family:'Nunito Sans', sans-serif;
    line-height:1.2;
    font-size:24px;
    font-weight: 550;
    letter-spacing:2px;
}
#submit{
    padding-top:8px;
    padding-bottom:8px;
    border-color: black;
}
navbar{
    transition: 0.4s;
}
#logo{
    width:280px ;
    height:80px;
}



/*body {*/
/*    background: aliceblue;*/
/*}*/
.section-padding{
    padding:60px 0;
}
.brand-carousel {
    background: white;
}
.owl-dots {
    text-align: center;
    margin-top: 4%;
}
.owl-dot {
    display: inline-block;
    height: 15px !important;
    width: 15px !important;
    background-color: #878787 !important;
    opacity: 0.8;
    border-radius: 50%;
    margin: 0 5px;
}
.owl-dot.active {
    background-color: #000 !important;
}
.single-logo{
    padding: 45px;
    width: auto;
}
.video-container {
    margin-top: 20px;
}