/** Common Design **/
body.widget-snippet button, body.widget-snippet .button, body.widget-snippet a.button {
    background: transparent;
    border: medium none;
    color: #262527;
    cursor: pointer;
    display: inline-block;
    font-family: 'Avenir Next LT Pro';
    font-size: 17px;
    font-weight: 600;
    height: auto;
    text-transform: capitalize;
    transition: all 300ms ease 0s;
    line-height: 22px;
    padding: 9px 10px;
    border-radius: 3px;
    width: 100%;
    margin-top: 10px;
    max-width: 300px;
    border: 1px solid #262527;
}


body.widget-snippet a.primary-btn, body.widget-snippet .primary-btn {
    color: #000;
    text-align: center;
    font-family: Oswald;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 6.5px;
    text-transform: uppercase;
    border: 1px solid #000;
    min-width: 233px;
    height: 41px;
    padding: 10px 20px;
    display: inline-block;
}
body.widget-snippet a.primary-btn.small, body.widget-snippet .primary-btn.small {
    min-width: 128px;
}
body.widget-snippet a.primary-btn.white, body.widget-snippet .primary-btn.white {
    border: 1px solid #fff;
    color: #fff;
}

 

/** Snippet CSS **/


.home-banner {
    max-height: 850px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.home-banner:after {
    content: "";
    background: rgba(0, 0, 0, 0.30);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}

.home-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.home-banner .ban-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9;
}

.home-banner .ban-content h1{
    color: #FFF;
    text-align: center;
    font-family: Didot;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px; /* 91.429% */
      margin: 0;
}
.home-banner .ban-content p {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.4px;
    margin-top: 15px;
}
.ban-content a {
    margin-top: 26px;
}

body.widget-snippet .home-banner {
    overflow: unset;
}

body.widget-snippet .home-banner .ban-content {
    position:relative;
    transform:unset;
    left:unset;
    margin-top: -380px;
    top:unset;
  	z-index: unset;
}
body.widget-snippet .home-banner::after {
    display:none;
}
