

body {
	background-color: #ffffff;
	color: #000000;
	font-size: 18px;
	line-height: 30px;
	position: relative;
	font-family: 'Mulish', sans-serif;
	font-weight: 500;
  overflow: hidden;
}
section {
	position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  z-index: 2;
}
li {
  list-style-type: none;
}
.header {
	height: auto;
	width: 100%;
	padding: 40px 28px;
}
.oras-logo img {
	width: auto;
	height: 50px;
}
.ora-sm-des {
	color: #808080;
}
.sm-text {
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
}
.main-title.yellow-text {
  color: #FFC700;
}
.counter-shape.square_note.w-border {
  border: 2px solid #ffffff;
  border-top: 8px solid #1BBCFE
}
.form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.page-logo {
  z-index: 5;
}
a:focus, a {
  outline: none;
  text-decoration: none;
  color: #000000;
}
a:hover {
  color: #000000;
}

.navbar-icon {
  padding: 40px;
}
.toggle {
  overflow: hidden;
  display: flex;
  display: -webkit-box;      
  display: -moz-box;         
  display: -ms-flexbox;      
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  flex-direction:column;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
}
.menu-bar {
  z-index: 24;
}


/************************* 3.Main Content CSS **************************/

.layout-content {
	padding-top: 30px;
}
.layout-content.w-counter {
  padding-top: 0;
}
.counter-time {
	font-size: 60px;
	line-height: 60px;
}
.page-timer{
	padding: 20px 0;
}
.timer-text {
	line-height: 18px;
	letter-spacing: 0.2em;
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 20px;
}
.main-title {
	font-size: 64px;
	line-height: 80px;
	color: #F21D1D;
	text-transform: capitalize;
	padding:20px 0;
}
.page-sm-title {
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	padding: 20px 0;
  color: #ffffff;
}
.page-desc {
	line-height: 23px;
	color: #808080;
}

.back-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;

  overflow: hidden;
}
.background-image {
  background-image: url('./maintenance.svg');
}
.background-image:before, .background-video:before {
  content: '';
  position: absolute;
  background: linear-gradient(to bottom, #000000 0%, #5865F2 200%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  height: 100%;
  width: 100%;
}
.back-header {
  position: absolute;
}
.background-image .layout-content{
  position: relative;
}
