#main_banner .bannercontainer{position: relative;
overflow: hidden !important;
width: 100%;
z-index: 22;}

#main_banner .banner{height: 100vh!important;}

#main_banner .apex-slider-shadow.apex-slider-shadow3 {display: none !important;}
#main_banner .apex-slider .timer-bottom {display: none !important;}
#main_banner .apex-slider .preloader  {display: none !important;}
#main_banner .text-banner {
   left: 0 !important;
    right: 0;
    top: 0 !important;
    height: 100%;
    z-index: 22;
}
#main_banner .defaultimg {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
#main_banner .banner li .slotholder:before {
    content: "";
    background: rgba(0,0,0,0.20);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
#main_banner .slotholder {
    position: relative;
}
#main_banner .flexbanner {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    text-align: center;
}
#main_banner .textbanner {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 22;
}
#main_banner .boldtxt {
    font-size: 72px;
    color: #fff;
    display: block;
    line-height: 72px;
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal;
    margin-top: 10px;
    white-space: normal;
}
#main_banner .lighttxt {
    font-size: 45px;
    color: #fff;
    display: block;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    white-space: normal;
    font-family: 'Futura Next Book';
}
#main_banner .bullets {
    width: 12px !important;
    bottom: 120px !important;
    left: 0 !important;
    right: 0;
    margin: 0 auto;
}
#main_banner .bullet {
    background: #fff !important;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    margin-top: 15px !important;
}
#main_banner .bullet.selected {
    background: #e41e26  !important;
}
#main_banner .bullets .bullet.selected:after {
    content: "";
    position: absolute;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-indent: 0 !important;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
#main_banner .bullets .bullet:nth-child(1).selected:after {
    content: "01";
    top: -90px;
}
#main_banner .bullets .bullet:nth-child(2).selected:after {
    content: "02";
    top: -125px;
}
#main_banner .bullets .bullet:nth-child(3).selected:after {
    content: "03";
    top: -160px;
}
#main_banner .bullets:before {
    content: "";
    background: #fff;
    width: 1px;
    height: 50px;
    position: absolute;
    bottom: 180px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#main_banner .arrows.round {
    position: absolute;
    top: 50%;
    visibility: visible !important;
    z-index: 33;
    cursor: pointer;
    transition: all 0.5s ease;
    opacity: 1 !important;
    width: 100%;
}
#main_banner .leftarrow:before {
    content: "\e904";
    font-family: 'icomoon' !important;
    color: #fff;
    font-size: 30px;
    position: absolute;
    left: 40px;
}
#main_banner .rightarrow:before {
    content: "\e905";
    font-family: 'icomoon' !important;
    color: #fff;
    font-size: 30px;
    position: absolute;
    right: 40px;
}
@media screen and (max-width: 1440px) {
#main_banner .textbanner {
    padding-bottom: 30px;
}
#main_banner .boldtxt {
    font-size: 55px;
    line-height: 55px;
}
#main_banner .lighttxt {
    font-size: 35px;
    line-height: 35px;
}
#main_banner .bullet {
    margin-top: 5px !important;
}
#main_banner .bullets .bullet:nth-child(1).selected:after {
    top: -80px;
}
#main_banner .bullets .bullet:nth-child(2).selected:after {
    top: -110px;
}
#main_banner .bullets .bullet:nth-child(3).selected:after {
    top: -135px;
}
#main_banner .bullets:before {
    bottom: 155px;
}
}
@media screen and (max-width: 1366px) {
#main_banner .boldtxt {
    font-size: 50px;
    line-height: 50px;
    margin-top: 0;
}
#main_banner .lighttxt {
    font-size: 30px;
    line-height: 30px;
}
#main_banner .bullets {
    bottom: 100px !important;
}
#main_banner .bullets:before {
    bottom: 145px !important;
}
}
@media screen and (max-width: 1280px) and (max-height: 600px) {
#main_banner .boldtxt {
    font-size: 35px;
    line-height: 35px;
}
#main_banner .lighttxt {
    font-size: 20px;
    line-height: 20px;
}
#main_banner .bullets {
    bottom: 70px !important;
}
#main_banner .bullet {
    margin-top: 0px !important;
}
#main_banner .bullet {
    width: 10px !important;
    height: 10px !important;
}
#main_banner .bullets .bullet:nth-child(1).selected:after {
    top: -65px;
}
#main_banner .bullets .bullet:nth-child(2).selected:after {
    top: -90px;
}
#main_banner .bullets .bullet:nth-child(3).selected:after {
    top: -110px;
}
#main_banner .bullets:before {
    bottom: 115px !important;
}
#main_banner .textbanner {
    padding-bottom: 50px;
}
}
@media screen and (max-width: 1200px) {
#main_banner .boldtxt {
    font-size: 40px;
    line-height: 40px;
}
#main_banner .lighttxt {
    font-size: 30px;
    line-height: 30px;
}
}
@media screen and (max-width: 991px) {
#main_banner .apex-slider img {
    width: auto !important;
    height: auto !important;
}
#main_banner .arrows.round {
    display: none;
}
#main_banner .bullets .bullet.selected:after {
    display: none;
}
#main_banner .bullets:before {
    display: none;
}
#main_banner .bullet {
    margin-top: 10px !important;
    width: 13px !important;
    height: 13px !important;
}
#main_banner .bullets {
    bottom: 45% !important;
    right: 25px !important;
    left: auto !important;
}
#main_banner .textbanner {
    padding-bottom: 0;
}
}
@media screen and (max-width: 767px) {
#main_banner .banner {
    height: 550px!important;
}
#main_banner .boldtxt {
    font-size: 30px;
    line-height: 30px;
}
#main_banner .lighttxt {
    font-size: 20px;
    line-height: 20px;
}
#main_banner .bullets {
    right: 20px !important;
}
}
@media screen and (max-width: 480px) {
#main_banner .banner {
    height: 400px!important;
}
#main_banner .boldtxt {
    font-size: 25px;
    line-height: 25px;
}
#main_banner .lighttxt {
    font-size: 18px;
    line-height: 18px;
}
}
@media screen and (max-width: 400px) {
#main_banner .flexbanner {
    padding: 15px;
}
}

