html {
  scroll-behavior: smooth;
}
body{
    background: #34495e;
}
.logo{
    margin-top: 20px;
    height: 180px;
    object-fit: contain;
}
.nav-menu{
    float: right;
    margin-top: 20px;
}
.nav-menu li{
    display: inline-block;
}
.nav-menu li a{
    display: block;
    padding:10px 20px;
    background: white;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s;
    color:black;
}
.nav-menu li a:hover{
    background: #e67e22;
    color:white;
}
.about{
    background: url('../images/bg.png') no-repeat fixed;
    background-size: cover;
    padding: 60px 0;
    margin-top:40px;
    margin-bottom:40px;
}
.about-content{
    background: #ffffffd4;
    padding: 30px;
}
.about-text h3{
    color:#e67e22;
    font-weight: bold;
    text-transform: uppercase;
}
.about-text p{
    font-size: 13px;
}
.news{
    margin-top:40px;
    margin-bottom:40px;
    background: white;
    padding: 30px 0;
}
.news-item:nth-child(odd){
    padding: 20px 30px;
    margin-bottom:20px;
    background: #ecf0f1;
    border-left: 5px solid #f39c12;
}
.news-item:nth-child(even){
    padding: 20px 30px;
    margin-bottom:20px;
    background: #ecf0f1;
    border-right: 5px solid #2980b9;
}
.news-item h4{
    text-transform: uppercase;
    font-weight: bold;
}
.news-item p{
    font-size: 13px;
}
.news-item:nth-child(even) h4{
    text-align: right;
}
.news-item:nth-child(even) p{
    text-align: right;
}
#owl-demo .item{
    text-align: center;
}
#owl-demo .item img{
    height: 160px;
    object-fit: contain;
}
.videos{
    margin-top: 40px;
    margin-bottom: 40px;
}
.video-item{
    margin-bottom:20px;
}
.video-item iframe{
    border: 5px solid #f39c12;
    width:100%!important;
    height:415px!important;
}
.contact{    
    height: 450px;
}
.contact-info{
    background: #575757;
    padding:0;
    padding-top: 40px;
    height:100%;
    color:white;
}
.contact-item{
    margin-bottom:20px;
}
.contact-item i{
    color:white;
    font-size: 16px;
    margin-right:20px;
}
.contact-map{
    height:100%;
    padding:0;
}
.contact-map iframe{
    height:100%;
}
.submit-btn{
    background: #f39c12;
    color:white;
}
.submit-btn:hover{
    background: #f39c12;
    color:white;
}
.gallery{
    backgorund:white;
    margin-top:40px;
    margin-bottom:40px;
}
.gal-item{
    margin-bottom:20px;
}
.gal-item img{
    width:100%;
    height:200px;
    object-fit:cover;
    object-position:top;
}