#main_banner .bannercontainer{position: relative;
overflow: hidden !important;
width: 100%;}

#main_banner .banner{height: 100vh !important;
position: relative;
overflow: hidden;}

#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 .bullets.simplebullets {
    top: 50% !important;
    width:20px !important;
    left:75px !important;
    display: flex;
    bottom: initial !important;
    align-items: center;
    flex-direction: column;
    z-index:33;
    height: auto !important;
}

#main_banner .bullets.simplebullets.round .bullet {
    background: #fff!important;
    margin-bottom: 3rem;
}
#main_banner .bullets.simplebullets.round .bullet.selected::before {
    width: 10px !important;
    height: 10px!important;
    background-color: #fff !important;
    border-radius: 50%;
    content: "";
    display: block;
    font-size: 0;
    position: relative;
    margin-top: -3rem;
    z-index: 3;
    transition: 3s all;
}
#main_banner .bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    width: 3px !important;
    height: 3px !important;
    padding-right: 0 !important;
    transition: 1s all;
}
#main_banner .bullets.simplebullets.round .bullet.selected::after {
    content: "";
    height: 100px;
    max-height: 100px;
    width: 3px;
    display: block;
    position: relative;
    background-color: #fff;
    z-index: -1;
}
#main_banner .bullets.simplebullets.round .bullet.selected {
    height: 100px !important;
    font-size: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    transition: 1s all;
    margin-top: 2rem;
}

#main_banner .text-banner-1 {
    font-size: 72px;
    color: #fff;
    line-height: 2;
    font-family: 'Avenir LT Std';
    text-transform: uppercase;
    display: block;
    text-align: center;
font-weight: 900;
}

#main_banner .text-banner-2 {
    font-size: 24px;
    display: block;
    color: #d7d7d7;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

#main_banner .apex-slider .caption {
    right: 0;
    top: auto !important;
    left: 0 !important;
    bottom: 380px;
}
#main_banner .slotholder:after {
    content: "";
    display: block;
    position: absolute;
    padding: 100px 0;
    width: 100%;
    height: 100vh;
    top: 0;
    background-color: rgba(0, 0, 0, 0.69);
}
#main_banner .text-banner {	
}
#main_banner .slotholder {
    position: relative;
    height: 100%;
}
 #main_banner .slotholder:after {
    content: "";
    position: absolute;
    padding: 100px 0;
    width:100%;
    height: 100%;
    background-color: rgba(74, 74, 74, 0.78);
}
#main_banner .flexbanner {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.5;
}
#main_banner .flex-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    right:50px;
    position: absolute;
    color:#b3b3b3;
    top: 0;
}
#main_banner .flex-social span {
    display: block;
    font-size: 18px;
}
#main_banner .link-banner {
    color: #b3b3b3;
    margin-bottom: 40px;
}
#main_banner .link-banner:hover {
    color: #0977bc;
}

@media screen and (max-width: 1440px) {	
#main_banner .apex-slider .caption {
    right: 0;
    z-index: 33;
	left: 0;
}	
}

@media screen and (max-width: 1366px) {
#main_banner .text-banner {
    margin-top: 50px;
    font-size: 30px;
    color: #dadada;
    font-style: italic;
    font-weight: 100 !important;
    letter-spacing: 4px;
}
#main_banner .bullets.simplebullets {top: 40% !important;}
#main_banner .apex-slider .caption {
    top: 255px !important;
}
#main_banner .flexbanner {
    width: 70%;
    margin: 0 auto;
    white-space: pre-line;
}
}
@media screen and (max-width: 1366px) and (max-height: 600px) {
	#main_banner .apex-slider .caption {
    top: 165px !important;
}	
}
@media screen and (max-width: 1280px) {
#main_banner .text-banner {
    margin-top: 30px;
    font-size: 25px;
    color: #dadada;
    font-style: italic;
    font-weight: 100 !important;
    letter-spacing: 4px;
}
#main_banner .apex-slider .caption {
    right: 0;
    z-index: 33;
}
#main_banner .img-logo {
    max-height: 120px;
}	
}

@media screen and ( max-width: 1024px) {
#main_banner .text-banner {
    margin-top: 30px;
    font-size: 20px;
    color: #dadada;
    font-style: italic;
    font-weight: 100 !important;
    letter-spacing: 4px;
}
#main_banner .apex-slider .caption {
    right: 0;
    top: 80px !important;
    z-index: 33;
}
#main_banner .flex-social {
    top: 100px;
}
#main_banner .img-logo {
    max-height: 120px;
}
}


@media screen and (max-width: 991px) {

 #main_banner .bullets.simplebullets {
display:none;
}
#main_banner .flex-social {
    display:none;
}
#main_banner .text-banner-1 {
    font-size: 50px; line-height: 50px;
}
#main_banner .text-banner-2 {
    font-size: 30px;
}
#main_banner .slotholder:before {
    height: 700px;
}
#main_banner .slotholder:before {
    content: "";
    background: rgba(0, 0, 0, 0.15);
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
}

#main_banner .apex-slider .caption {
    top: 150px !important;
}
#main_banner .text-banner {
    font-size: 18px;
    text-align-center;
}
#main_banner .banner {
    height:490px !important;
}
#main_banner .flex-social {
    display:none;
}
}
	
@media screen and ( max-width: 550px) {

#main_banner .bullets.simplebullets {
    right: 0;
    bottom: 180px !important;
    width: 80px !important;
    left: 0 !important;
    margin: 0 auto;
}
#main_banner .bullet {
    margin-left: 5px !important;
}
#main_banner .text-banner-1 {
    font-size: 55px;
    line-height: 55px;
}
#main_banner .text-banner-2 {
    font-size: 16px;
    line-height: 34px;
}
#main_banner .content-banner {
    white-space: normal;
}
}
























