#main_banner .bannercontainer{position: relative;
overflow: hidden !important;
width: 100%;
z-index: 1;}

#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 .slotholder:before {
    content: "";
    background: rgba(0,0,0,0.67);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
#main_banner .slotholder:after {
    content: "";
    background: url(/Files/App_002/Images/bg.png) top center no-repeat;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
}
#main_banner .slotholder {
    position: relative;
}
#main_banner .flexbanner {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 180px 167px;
}
#main_banner .textbanner {
    display: flex;
    flex-direction: column;
}
#main_banner .boldtxt {font-size: 60px;color: #fff;display: block;line-height: 60px;text-transform: uppercase;font-weight: normal;font-style: normal;font-family: 'Arcon Rounded';margin-top: 5px;    white-space: normal;}
#main_banner .lighttxt {
    font-size: 60px;
    color: #ed1c24;
    display: block;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    font-family: 'Arcon Rounded';
}
#main_banner .btn-slider {
   font-size: 14px;
   background: #fff;
   padding: 15px 20px;
   color: #ed1c24;
   text-align: center;
   display: inline-block;
   font-weight: bold;
   text-transform: uppercase;
   margin-top: 15px;
   font-family: 'Futura PT';
}
#main_banner .btn-slider:hover {
    background: #0071bc;
    color: #fff;
}
#main_banner .textbanner p {
    font-size: 15px;
    color: #fff;
    font-family: 'Futura PT';
    font-weight: 300;
    margin: 20px 0 0;
    width: 70%;
    white-space: normal;
    line-height: 23px;
}
#main_banner .bullet {
    text-indent: 1px !important;
    background: none !important;
    width: 6px !important;
    height: 269px !important;
    transition: 1s all;
    font-size: 19px;
    color: #fff;
    opacity: 0.40;
    font-family: 'Futura PT';
    font-weight: bold;
    margin-left: -20px !important;
    writing-mode: vertical-rl;
    -ms-writing-mode: bt-lr;
    text-orientation: sideways-right;
    padding-top: 240px !important;
}
#main_banner .bullets.simplebullets {
    width: auto !important;
    height: auto !important;
    display: flex;
    flex-direction: column;
    left: auto !important;
    right: 480px !important;
    align-items: center;
    bottom: 162px !important;
}
#main_banner .bullet.selected {
    transition: 1s all;
    opacity: 1 !important;
    color: #ed1c24;
}
#main_banner .bullet.selected:after {
    content: "";
    background: #ed1c24;
    width: 6px;
    height: 266px;
    position: absolute;
    left: 10px;
    top: 0;
    transform: rotate(0deg);
}
#main_banner .leftarrow {
    position: absolute;
    right: 100px;
    bottom: 320px;
    visibility: visible !important;
    z-index: 33;
    transform: rotate(-90deg);
    cursor: pointer;
    opacity: 0.50 !important;
    transition: all 0.5s ease;
}
#main_banner .leftarrow:before {
    content: "\62";
    font-family: "archifonts" !important;
    color: #fff;
    font-size: 50px;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#main_banner .leftarrow:hover {
    opacity: 1 !important;
    transition: all 0.5s ease;
}
#main_banner .rightarrow {
    position: absolute;
    right: 29px;
    bottom: 240px;
    visibility: visible !important;
    z-index: 33;
    transform: rotate(90deg);
    cursor: pointer;
    opacity: 0.50 !important;
    transition: all 0.5s ease;
}
#main_banner .rightarrow:before {
    content: "\62";
    font-family: "archifonts" !important;
    color: #fff;
    font-size: 50px;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#main_banner .rightarrow:hover {
    opacity: 1 !important;
    transition: all 0.5s ease;
}
@media screen and (max-width: 1280px) and (max-height: 600px) {
#main_banner .flexbanner {
    padding: 0 70px 80px !important;
}
}
@media screen and (max-width: 1440px) {
#main_banner .lighttxt {
    font-size: 40px;
    line-height: 40px;
}
#main_banner .boldtxt {
    font-size: 40px;
    line-height: 40px;
}
#main_banner .bullets.simplebullets {
    right: 348px !important;
    bottom: auto !important;
    top: 0;
}
#main_banner .bullet {
    height: 202px !important;
    padding-top: 0 !important;
    display: flex;
    justify-content: flex-end;
    padding-bottom: 15px;
}
#main_banner .bullet.selected:after {
    height: 202px;
    left: 10px;
}
}
@media screen and (max-width: 1366px) {
#main_banner .bullets.simplebullets {
    right: 337px !important;
}
#main_banner .bullet {
    height: 188px !important;
}
#main_banner .bullet.selected:after {
    height: 186px;
}
}
@media screen and (max-width: 1280px) {
#main_banner .bullets.simplebullets {
    right: 313px !important;
}
#main_banner .bullet {
    height: 177px !important;
}
#main_banner .bullet.selected:after {
    height: 177px;
}
#main_banner .flexbanner {
    padding: 0 70px 150px;
}
}
@media screen and (max-width: 1200px) {
#main_banner .bullets.simplebullets {
    right: 287px !important;
}
#main_banner .bullet {
    height: 169px !important;
}
#main_banner .bullet.selected:after {
    height: 169px;
}
}
@media screen and (max-width: 1024px) {
#main_banner .lighttxt {
    font-size: 30px;
    line-height: 30px;
    white-space: normal;
}
#main_banner .boldtxt {
    font-size: 30px;
    line-height: 30px;
    white-space: normal;
}
#main_banner .bullets.simplebullets {
    right: 199px !important;
}
#main_banner .flexbanner {
    padding: 0 60px 150px;
}
}
@media screen and (max-width: 991px) {
#main_banner .flexbanner {
    padding: 0 30px;
}
}
@media screen and (max-width: 767px) {
#main_banner .bullets.simplebullets { display: none;}
#main_banner .arrows {display: none;}
#main_banner .flexbanner {
    padding: 0 15px;
    text-align: center;
    justify-content: center;
     align-items: center;
}
#main_banner .textbanner {
    text-align: center;
}
#main_banner .textbanner p {
    margin: 20px auto 0;
}
}
@media screen and (max-width: 550px) {
#main_banner .banner {
    height: 550px !important;
}
#main_banner .lighttxt {
    font-size: 20px;
    line-height: 20px;
}
#main_banner .boldtxt {
    font-size: 20px;
    line-height: 20px;
}
#main_banner .flexbanner {
    margin-top: 50px;
}
#main_banner .textbanner p { width: 100%;}
}
@media screen and (max-width: 400px) {
#main_banner .banner {
    height: 400px !important;
}
#main_banner .flexbanner {
    margin-top: 70px;
}
}

