#main_banner .bannercontainer{position: relative;
z-index: 1;}

#main_banner .banner{height: 100vh !important;
position: relative;
z-index: 333;}

#main_banner .apex-slider-shadow.apex-slider-shadow3 { display: none;}
#main_banner .apex-slider .timer { display: none !important;}
#main_banner .apex-slider .preloader {display: none !important;}
#main_banner .slotholder:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(99,99,99,0.28);
    left: 0;
    top: 0;
    z-index: 1;
}
#main_banner .banner:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 810px 810px;
    border-color: transparent transparent rgba(35, 78, 159, 0.82) transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 333;
}
#main_banner .text-banner {
    top: auto !important;
    bottom: 120px;
    z-index: 999 !important;
}
#main_banner .flexbanner {
    position: relative;
    z-index: 333;
}
#main_banner .txtbanner {
    display: flex;
    padding: 0 50px;
    flex-direction: column;
   text-transform: uppercase;
}
#main_banner .txtbanner .colorwhite {
    color: #fff;
    font-size: 102px;
    font-family: "JK Abode Demo";
    display: block;
    line-height: 70px;
}
#main_banner .txtbanner .colorred {
    color: #ed2221;
    font-size: 102px;
    font-weight: bold;
    font-style: italic;
    display: block;
    line-height: 95px;
}
#main_banner .bullets.simplebullets {
    z-index: 9999 !important;
    width: 15px !important;
    left: auto !important;
    right: 30px;
    bottom: 125px !important;
}
#main_banner .bullet {
    background: none !important;
    width: 15px !important;
    height: 15px !important;
    border: 3px solid #a9b4cd;
    border-radius: 50%;
}
#main_banner .bullet.selected {
    border-color: #fff;
}
#main_banner .bullet.selected:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 3px;
    top: 3px;
    border-radius: 50%;
}
#main_banner .txtsmall {
    color: #fff;
    font-size: 48px;
    font-family: "JK Abode Demo";
    display: block;
    line-height: 70px;
}
@media screen and (max-height: 600px) {
#main_banner .text-banner {
    bottom: 45px;
}
#main_banner .txtbanner .colorwhite {
    font-size: 80px;
    line-height: 66px;
}
#main_banner .txtbanner .colorred {
    font-size: 65px;
    line-height: 62px;
}
}
@media screen and (max-width: 800px) and (max-height: 600px) {
#main_banner .text-banner {
    bottom: 155px !important;
}
}
@media screen and (max-width: 1440px) {
#main_banner .banner:after {
    border-width: 0 0 600px 600px;
}
}
@media screen and (max-width: 1366px) {
#main_banner .banner:after {
    border-width: 0 0 578px 578px;
}
#main_banner .bullets.simplebullets {
    bottom: 100px !important;
}
#main_banner .text-banner {bottom: 80px;}
#main_banner .txtbanner .colorwhite {font-size: 64px;line-height:40px}
#main_banner .txtbanner .colorred {font-size: 64px;}
}
@media screen and (max-width: 1280px) {
#main_banner .banner:after {
        border-width: 0 0 530px 530px;
}
#main_banner .bullets.simplebullets {
    bottom: 70px !important;
}
}
@media screen and (max-width: 1200px) {
#main_banner .banner:after {
        border-width: 0 0 500px 500px;
}
#main_banner .text-banner {
    bottom: 80px;
}
#main_banner .txtsmall {
    font-size: 32px;
    line-height: 32px;

}
#main_banner .txtbanner .colorwhite {
    font-size: 46px;
    line-height: 40px;
}
#main_banner .txtbanner .colorred {
    font-size: 46px;
    line-height: 40px;
}
}
@media screen and (max-width: 1024px) {
#main_banner .banner:after {
        border-width: 0 0 500px 423px;
}
}
@media screen and (max-width: 991px) {
#main_banner .banner:after {
        display: none;
}
#main_banner .txtbanner {
    padding: 0 30px;
}
#main_banner .text-banner {
    bottom: 210px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
#main_banner .bullets.simplebullets {
    bottom: 105px !important;
    left: 0 !important;
    right: 0;
    margin: 0 auto;
    width: 50px !important;
}
#main_banner .bullet {
    margin-right: 10px;
}
}
@media screen and (max-width: 767px) {
#main_banner .banner {
    height: 565px !important;
}
#main_banner .text-banner {
    bottom: 150px;
}
#main_banner .txtbanner {
    padding: 0 15px;
}
#main_banner .bullets.simplebullets {
    bottom: 20px !important;
}
#main_banner .txtbanner .colorwhite {
    font-size: 63px;
    line-height: 45px;
}
#main_banner .txtbanner .colorred {
    font-size: 63px;
    line-height: 57px;
}
#main_banner .txtsmall { font-size: 34px;}
}
@media screen and (max-width: 420px) {
#main_banner .txtbanner .colorred {
    font-size: 46px;
    line-height: 52px;
}
#main_banner .txtbanner .colorwhite {
    font-size: 46px;
    line-height: 42px;
}
#main_banner .banner {
    height: 470px !important;
}
#main_banner .text-banner {
    bottom: 100px;
}
}

