*{
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}
html, body {
    height: 100%;
    box-sizing: border-box;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    background: white;
}section{
    width:100%;
    overflow-x: hidden;
    display: block;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
}
img{
    width:100%;
}
p.h2, h2 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 1em;
}h3 {
    font-size: 40px;
}
p.h5,h5 {
    font-size: 24px;
}p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
    color:#989898;
    line-height: 2em;
}.light {
    font-weight: 100!important;
}
.banner-header .desktop-slide{
    display:block;
}
.banner-header .mobile-slide{
    display:none;
}

/*
*owl
*/
.owl-stage-outer {
    overflow: hidden;

}
.owl-item {
    float: left;
    transition: 0.5s;
}
.owl-stage:after {
    content: '';
    clear: both;
    display: table;
}.owl-nav {
    position: ABSOLUTE;
    width: 100%;
    left: 0%;
    top: 35%;
    transform: translatey(-50%);
}

.owl-nav button.disabled {
    opacity: 0;
}
.owl-nav.disabled {
    display: none;
}
.owl-nav button {
    width: 40px;
    height: 40px;
    font-size: 20px;
    border: none;
    border-radius: 50px;
    background: #4b4958;
    opacity: 0.7;
    color: #ffffff;
    line-height: 40px;
    cursor: pointer;
    outline: none;
    padding: 0px;
}

.owl-nav button {
    left: 0px;
    position: absolute;
}

button.owl-next {
    right: 0px;
    position: absolute;
    left: auto;
}
/*
*content slider
*/
.content-slider{
    position:relative;
}.content-slider .owl-item:not(.active) {
    transform: scale(0.9);
    opacity:0.6;
}
.content-item {
    padding: 10px 15px;
}.content-item .box-image {
    margin-bottom: 32px;
}.content-item h5 {
    margin-bottom: 24px;
}

@media only screen and (max-width:768px){
    .banner-header .desktop-slide{
        display:none;
    }
    .banner-header .mobile-slide{
        display:block;
    }p.h2,h2 {
        font-size: 32px;
    }
    p.h5,h5 {
        font-size: 20px;
    }
}