.fullwidthbanner-container {
    width: 100% !important;
    max-height: 85vh;
    min-height: 604px;
    color: #fff;
    position: relative;
    padding: 0;
    max-height: 820px !important;
    overflow: hidden;
    background: #000;
}

.tp-dottedoverlay {
    width: 0;
    height: 0;
}

.slide-big-bg {}

@media screen and(max-width:1478px) {
    .slide-big-bg {
        height: 10vw;
    }
}

.slide-big-heading {
    font-size: 36px;
    width: 50%;
    line-height: 42px;
    font-weight: 700;
    text-align: left;
    /* text-shadow: 2px 2px 10px #909090; */
    text-shadow: 1px 1px 7px rgba(1, 30, 55, 1);
}

.slide-big-heading .slide-cont {
    padding: 2rem 0 3rem;
}

.slide-big-heading .slide-cont p {
    font-size: 16px;
    width: 50%;
    line-height: 26px;
    font-weight: 700;
    text-align: left;
    text-shadow: 1px 1px 7px rgba(1, 30, 55, 0.25);
}

.slide-big-heading .more {
    height: 50px;
    width: 263px;
    font-size: 19px;
    line-height: 50px;
    background-color: #fff;
}

.slide-big-heading .more a {
    color: #002438;
    padding: 0 20px;
}

.slide-sub-heading {
    padding: 1.5rem 0;
    margin: 1.5rem 0;
    font-size: 22px;
    line-height: normal;
    font-weight: 400;
    text-align: left;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
}

.btn-slider {
    display: block;
    position: relative;
    float: left;
    width: auto;
    height: auto;
    font-size: 16px !important;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    text-shadow: none;
    line-height: 15px;
    padding: 13px 36px !important;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.btn-slider a {
    font-weight: normal;
    color: #002438;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.btn-slider:hover {
    background: #002438;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-slider:hover .shine {
    -webkit-animation: sheen .9s alternate;
    animation: sheen .9s alternate;
}

.btn-slider:hover a {
    color: #fff;
}

.tparrows.preview1 {
    width: 70px;
    height: 70px;
}

.tparrows.preview1::after {
    font-size: 18px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: rgba(0, 0, 0, .6);
}

.tparrows.preview1:hover::after {
    color: #fff;
    background: #C22B2F;
}

@media only screen and (max-width: 1800px) {
    .tp-caption {
        left: 5% !important;
    }
}

@media only screen and (max-width: 1378px) {
    .btn-slider {
        margin-top: 50px !important;
    }
}

@media only screen and (max-width: 768.9px) {
    .btn-slider {
        margin-top: 100px !important;
    }
}

@media only screen and (max-width: 500px) {
    .slide-big-heading {
        font-size: 20px !important;
        line-height: 30px !important;
        margin-left: 30px;
        width: 100%;
    }
    .slide-sub-heading {
        font-size: 18px !important;
        line-height: 22px !important;
        word-wrap: break-word;
        margin-top: 65px !important;
        width: 80%;
    }
    .slide-sub-heading p{font-size: 18px}
    .btn-slider {
        font-size: 15px !important;
        line-height: 20px !important;
        padding: 15px 25px;
        margin-top: 48vh !important;
    }
}