html {
    overflow-x: hidden;
    padding: 0!important;
    background: #fff;
    margin: 0 !important;
}

.fullwidthbanner-container {
    width: 100%!important;
    position: relative;
    padding: 0;
    overflow: hidden;
    color: #fff;
}
.slider-bg2 {
    width: 100%;
    height: 100%;
    position: relative;
}
.slider-bg2:before {
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 19999999999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: absolute;
}
.slider-bg-grey {
    width: 100%;
    height: 100%;
    position: relative;
}
.slider-bg-grey:before {
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 19999999999;
    width: 100%;
    height: 100%;
    background: rgba(28,28,28,0.5);
    position: absolute;
}
.slider-bg-white {
    width: 100%;
    height: 100%;
    position: relative;
}
.slider-bg-white:before {
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 19999999999;
    width: 100%;
    height: 100%;
    background: rgba(237,237,237,0.4);
    position: absolute;
}
.tp-caption {
    font-size: 14px;
}
.tp-caption.zindex {
    z-index: 99999999999999;
}
.custom-size-6 {
    font-size: 68px;
    line-height: 70px;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    color: #323232; 
}
.custom-size-6.color {
    text-transform: none;
    color: #FFF;
}
.custom-size-6.color-2 {
    text-transform: none;
    color: #d3a662;
}
.custom-size-6.size {
    font-size: 48px;
    line-height: 55px;
}
.custom-size-6.size-2 {
    font-size: 58px;
    text-align: center;
    line-height: 65px;
}
.custom-size-6.line-height {
    line-height: 70px;
    text-align: center;
}
.custom-size-7 {
    font-size: 20px;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    color: #0088cc; 
}
.custom-size-7.color {
    text-transform: none;
    color: #fff;
}
.custom-size-7.color-2 {
    color: #4e66de;
}
span.color {
    color: #ffae4e;
}

@media only screen and (max-width: 991px) {
    .custom-size-6.size-2 {
        text-align: left;
    }
    .custom-size-6.line-height {
        text-align: left;
    }
    .custom-size-11.size-1 {
        text-align: left;
    }
}
@media only screen and (max-width: 767px) {
    a.btn-slider,
    a.btn-slider.btn-small {
        padding: 6px 14px 5px;
        font-size: 12px;
        min-width: auto;
        margin-right: 5px;
    }
    a.btn-border-slider {
        padding: 4px 12px 3px;
        font-size: 12px;
        min-width: auto;
    }
    .custom-size-6.size-2 {
        text-align: left;
    }
    .custom-size-11.size-1 {
        text-align: left;
    }
}

@media only screen and (max-width: 480px) {
    a.btn-slider,
    a.btn-slider.btn-small {
        padding: 4px 12px 3px;
        font-size: 8px;
        min-width: auto;
        margin-right: 5px;
    }
    a.btn-border-slider {
        padding: 2px 10px 1px;
        font-size: 8px;
        min-width: auto;
    }
}
