@import url("https://fonts.googleapis.com/css?family=Poppins:400,600|Roboto");
.text50 {
    font-size: 44px;
    color: #ffffff;
    line-height: 64px;
    text-shadow: 1px 2px 2px rgb(86 86 86 / 80%);
    -webkit-text-shadow: 1px 2px 2px rgba(86, 86, 86, 0.8);
    font-weight: 600;
}

.textsub {
    font-size: 24px;
    color: #ffffff;
    line-height: 32px;
    text-shadow: -1px 2px 2px rgba(86, 86, 86, 0.6);
    -webkit-text-shadow: -1px 2px 2px rgba(86, 86, 86, 0.6);
}

.text60 {
    font-size: 60px;
    color: #ffffff;
    line-height: 80px;
    text-shadow: 1px 2px 2px rgba(86, 86, 86, 0.8);
    -webkit-text-shadow: 1px 2px 2px rgba(86, 86, 86, 0.8);
}

.text_banners_sect {
    width: auto;
    clear: none;
    float: none;
    padding: 8px 24px 12px 24px;
    text-align: center;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -10%);
    position: absolute;
    z-index: 75;
    border-radius: 4px;
    background-size: 400% 400%;
    -webkit-animation: ban_ani 15s ease infinite;
    -moz-animation: ban_ani 15s ease infinite;
    animation: ban_ani 15s ease infinite;
}

@-webkit-keyframes ban_ani {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes ban_ani {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes ban_ani {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

.text_banners_sect2 {
    clear: none;
    float: none;
    padding: 8px 32px 16px 32px;
    text-align: center;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -10%);
    position: absolute;
    z-index: 10;
    /*border-left: 8px solid rgba(255, 255, 255, 0.1);
    border-right: 8px solid rgba(255, 255, 255, 0.1);*/
    -webkit-backdrop-filter: saturate(150%) blur(3px);
    backdrop-filter: saturate(150%) blur(3px);
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 1);
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.8) 7%, rgba(169, 176, 182, 0.01) 73%, rgba(180, 180, 180, 0.3) 100%);
}

.textsub_head {
    width: max-content;
    width: -webkit-max-content;
    font-size: 44px;
    color: #ffffff;
    line-height: 64px;
    font-weight: 600;
    text-shadow: rgb(0 0 0 / 44%) 0px 1px 1px;
}

.textsub_head2 {
    font-size: 44px;
    color: rgba(16, 60, 95, 1);
    line-height: 65px;
    letter-spacing: 1.5px;
}

.textsub_title {
    width: max-content;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 32px;
    letter-spacing: 1.5px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    text-align: left;
    padding: 12px 12px 2px 12px;
    margin: 0px auto 0px auto;
}

.banner_sec {
    position: relative;
}

.banner {
    background-attachment: scroll;
    background-color: rgb(0, 0, 0);
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
    background-size: cover;
    clear: none;
    display: table;
    float: none;
    height: 99.5vh;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 100%;
    position: relative;
    z-index: 2;
}

.banner2 {
    background-attachment: scroll;
    background-color: rgb(0, 0, 0);
    background-position: 79% 50%;
    background-repeat: no-repeat no-repeat;
    background-size: cover;
    clear: none;
    display: table;
    float: none;
    height: 99.5vh;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 100%;
    position: relative;
    z-index: 2;
}

.banner_sub {
    background-attachment: scroll;
    background-color: rgb(0, 0, 0);
    background-position: 50% 10%;
    background-repeat: no-repeat no-repeat;
    background-size: cover;
    clear: none;
    display: table;
    float: none;
    height: 100vh;
    max-height: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 100%;
    position: relative;
    z-index: 2;
    animation: 55s ease 0s normal none infinite running banzoom;
    -webkit-animation: 55s ease 0s normal none infinite running banzoom;
    -o-animation: 55s ease 0s normal none infinite running banzoom;
    -moz--o-animation: 55s ease 0s normal none infinite running banzoom;
}

@keyframes banzoom {
    0% {
        transform: scale(1, 1)
    }
    50% {
        transform: scale(1.2, 1.2)
    }
    100% {
        transform: scale(1, 1)
    }
}

@-webkit-keyframes banzoom {
    0% {
        transform: scale(1, 1)
    }
    50% {
        transform: scale(1.2, 1.2)
    }
    100% {
        transform: scale(1, 1)
    }
}

@-moz-keyframes banzoom {
    0% {
        transform: scale(1, 1)
    }
    50% {
        transform: scale(1.2, 1.2)
    }
    100% {
        transform: scale(1, 1)
    }
}

.banner_posi {
    background-position: 50% 10%!important;
}

.text_banners {
    width: 100%;
    clear: none;
    float: none;
    max-width: 1000px;
    padding-left: 2%;
    padding-right: 2%;
    text-align: center;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -10%);
    position: absolute;
    z-index: 10;
}

.banner_cover {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0px;
    z-index: 5;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

@media only screen and (max-width: 768px) {
    .text50 {
        font-size: 40px;
        color: #ffffff;
        line-height: 55px;
        letter-spacing: 1.2px;
    }
    .textsub_head {
        font-size: 44px;
        color: #ffffff;
        line-height: 52px;
        letter-spacing: 1.5px;
    }
    .textsub_head2 {
        font-size: 44px;
        color: rgba(16, 60, 95, 1);
        line-height: 50px;
        letter-spacing: 1.5px;
    }
    .text_banners_sect {
        padding: 8px 32px 16px 32px;
    }
    .text_banners_sect2 {
        padding: 8px 32px 16px 32px;
    }
}

@media only screen and (max-width: 685px) {
    .text60 {
        font-size: 2em;
        color: #ffffff;
    }
    .textsub {
        font-size: 20px;
    }
    .textsub_head {
        font-size: 36px;
        color: #ffffff;
        line-height: 48px;
        letter-spacing: 1.5px;
    }
}

@media only screen and (max-width: 640px) {
    .banner_sub {
        height: 60vh;
        max-height: unset;
        background-position: 50% 40%;
    }
    .text_banners_sect {
        top: 45%;
        padding: 8px 20px 16px 20px;
    }
}

@media only screen and (max-width: 576px) {
    .text50 {
        font-size: 36px;
        color: #ffffff;
        line-height: 52px;
        letter-spacing: 1px;
        text-shadow: 2px 2px 4px rgba(86, 86, 86, 0.9);
    }
    .text_banners {
        top: 27%;
    }
}

@media only screen and (max-width: 440px) {
    .textsub_head {
        width: unset;
    }
    .text_banners_sect {
        width: auto;
        min-width: 300px;
    }
}

@media screen and (max-width: 1376px) {
    .banner {
        background-position: 50% 0%;
        height: 85vh;
    }
    .banner2 {
        background-position: 50% 0%;
        height: 85vh;
    }
}

@media screen and (max-width: 1200px) {
    .banner {
        background-position: 50% 0%;
        height: 78vh;
    }
    .banner2 {
        background-position: 50% 0%;
        height: 78vh;
    }
}

@media screen and (max-width: 1160px) {
    .banner {
        background-position: 50% 0%;
        height: 76vh;
    }
    .banner2 {
        background-position: 50% 0%;
        height: 76vh;
    }
}