/* CSS Document */

body {	-webkit-text-size-adjust:100%; margin:0; text-align:center; font-family: Arial, Helvetica, sans-serif; background: url(../images/bg.jpg) no-repeat 50% 0px;}
img {	border:0; }

/* Reset ================================================================================= */

a { text-decoration:none; 
-webkit-transition: all 0.4s ease-out 0s;
-moz-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s; }
a:hover { text-decoration:none; }

* { margin:0; padding:0; list-style:none;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */}

.content-Box { max-width:1002px; margin:0 auto; text-align:left; position:relative; clear:both;}

#content { margin-top: 19px;}
.banner { line-height:0; position: relative;}
.banner img { width:auto; width: 100%;}
.banner .owl-buttons { display:none;}
.banner .owl-prev { position:absolute; z-index:100; left:0px; top:calc(50% - 10px); background:none !important;}
.banner .owl-prev:before { font-family: 'Font Awesome 5 Free';font-weight: 900;font-size:90px; content:"\f104";}
.banner .owl-next { position:absolute; z-index:100; right:0px;font-weight: 900; top:calc(50% - 10px); background:none !important;}
.banner .owl-next:before { font-family:'Font Awesome 5 Free'; font-size:90px; content:"\f105";}
.banner .owl-controls { position: absolute; width: 100%; z-index: 101; bottom: 20px;}
.banner .owl-controls .owl-page span { width: 12px !important; height: 12px !important; background: none !important; border: 2px solid #fff; opacity: 1 !important;}
.banner .owl-controls .owl-page.active span, .banner .owl-controls.clickable .owl-page:hover span {background: #fff !important;}


@media only screen and (max-width: 1002px) {
	body { background: #020519;}
}
@media only screen and (max-width: 980px) {
	
}

@media only screen and (max-width: 768px) {
	
}
@media only screen and (max-width: 640px) {
	.banner .owl-controls { display: none !important;}
}
@media only screen and (max-width: 570px) {
	
}

@media only screen and (max-width: 414px) {
	
}

@media only screen and (max-width: 320px) {

}