.loader,
.loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}
.loader {            
	margin: 60px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(255, 255, 255, 0.2);
	border-right: 1.1em solid rgba(255, 255, 255, 0.2);
	border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
	border-left: 1.1em solid #ffffff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.slider_section {
  height: 100vh;
}   #loadingDiv {
	position: absolute;
	top:0;
	left:0;
	width:100%;height:110vh;
	background-color:none;pointer-events:none
}
.carousel-item  {  padding-top:220px;padding-bottom:120px;
background-attachment: fixed  !important;
background-repeat: no-repeat !important;
background-size: cover !important;
background-position: center !important; 
}	
.btn1 { 
border: 1px solid white !important; }	
.btn1:hover {
background: #00001D ;
border: 1px solid silver !important; }	
h1   { 
	   display: -webkit-box;
max-width: 100%; 
-webkit-line-clamp:2;text-transform: none !important;
-webkit-box-orient: vertical;text-align:center;
overflow: hidden;  }
.intro   { display: -webkit-box; color:white; font-weight:700 !important;font-size:20px !important;
max-width: 100%;
-webkit-line-clamp:4;
-webkit-box-orient: vertical;  text-align:center;
overflow: hidden;  }
.slider_section .carousel-indicators li {
background-color: grey !important; 
}
.slider_section .carousel-indicators li.active {
width: 20px;
height: 20px;
background-color: #00bbf0 !important; 
}
h1   {   font-weight:600 !important;font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;  }
.intro   {  font-weight:300 !important;font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; }
@media only screen and (max-width: 900px) {
.intro   {  font-weight:300 !important; } .slider_section {
  height: 500px  ;
}    .carousel-item  { height:500px; padding-top:140px;padding-bottom:40px;font-weight:600 !important; 

}	
h1   {   font-weight:600 !important;font-size:21px !important; }
} 
