body {
	margin: 0;
	padding: 0;
}

button:focus {
  outline: none;
}

.d-table {
	width: 100%;
	height: 100%;
	display: table;
}

.d-tablecell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.custom-btn1 {
	background-color: #3c8dbc;
	color: #fff;
	border: 1px solid #3c8dbc;
	display: inline-block;
	padding: 12px 30px;
	text-transform: uppercase;
	border-radius: 30px;
	text-decoration: none;
}

.custom-btn1:hover {
	background-color: transparent;
	text-decoration: none;
	color: #fff;
}

.custom-login {
	background-color: #F49F15;
	color: #fff;
	border: 1px solid #F49F15;
	display: inline-block;
	padding: 12px 30px;
	text-transform: uppercase;
	border-radius: 30px;
	text-decoration: none;
}

.custom-login:hover {
	background-color: transparent;
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
}

.content-login {
	height: 100vh;
}

/* Header
==========================*/

.header-wrapper {
	position: fixed;
  top: 0;
  z-index: 3;
  width: 100%;
}

.header {
  padding: 10px 0;
  width: 100%;
	background: rgb(32,86,117);
	background: linear-gradient(90deg, rgba(32,86,117,1) 0%, rgba(60,141,188,1) 100%);
}

.header-title {
	color: #fff;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.header-wrapper .logo {
	width: 80px;
}


/*Hero slider style
==========================*/

.hero-slider {
	position: relative;
}

.hero-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.single-hs-item {
	height: 100vh;
  widt: 100%;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.single-hs-item:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: .2;
}

.headline-wrapper {
  position: absolute;
  z-index: 2;
}

.hero-text {
	padding: 0 0px;
	text-align: center;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.hero-text h1 {
	color: #fff;
	font-size: 25px;
	text-transform: capitalize;
	font-weight: 600;
	margin: 25px;
}

.hero-text p {
	color: #fff;
	font-size: 17px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 35px;
}

.hero-slider .owl-item.active h1 {
	-animation: 1s .3s fadeInUp both;
}

.hero-slider .owl-item.active p {
	-webkit-animation: 1s .3s fadeInUp both;
	animation: 1s .3s fadeInUp both;
}

.hero-slider .owl-item.active .slider-btn {
	-webkit-animation: 1s .3s fadeInUp both;
	animation: 1s .3s fadeInUp both;
}

.owl-carousel .owl-nav button.owl-prev {
	background-color: #3c8dbc;
	position: absolute;
	left: 10px;
	top: 50%;
	color: #fff;
	font-size: 30px;
	margin: -40px 0 0;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
}

.owl-carousel .owl-nav button.owl-next {
	background-color: #3c8dbc;
	position: absolute;
	right: 10px;
	top: 50%;
	color: #fff;
	font-size: 30px;
	margin: -40px 0 0;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
}

.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus {
	background-color: #3c8dbc;
}

.owl-carousel .owl-nav button.owl-next:active,
.owl-carousel .owl-nav button.owl-prev:active {
	background-color: #3c8dbc;
	opacity: .5;
}

.owl-theme .owl-nav {
	margin-top: 0;
}

.owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}

.owl-theme .owl-dots .owl-dot span {
	width: 11px;
	height: 20px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #3c8dbc;
}

@media only screen and (max-width: 767px) {
	.single-hs-item {
		height: 100vh;
	}

	.single-hs-item:before {
		background-color: #000;
		opacity: .5;
	}

	.headline-wrapper .logo {
		width: 100px;
	}

	.hero-text h1 {
		font-size: 20px;
		margin-bottom: 25px;
	}

	.hero-text p {
		font-size: 15px;
		margin-bottom: 25px;
	}

	.owl-carousel .owl-nav button.owl-next {
		top: auto;
		margin: 0;
		bottom: 10px;
		right: 10px;
	}

	.owl-carousel .owl-nav button.owl-prev {
		top: auto;
		margin: 0;
		bottom: 10px;
		left: 10px;
	}

	.owl-carousel .owl-nav button.owl-next:focus,
	.owl-carousel .owl-nav button.owl-prev:focus {
		background-color: #3c8dbc;
	}

	.owl-carousel .owl-nav button.owl-next:active,
	.owl-carousel .owl-nav button.owl-prev:active {
		background-color: #3c8dbc;
		opacity: .5;
	}

	.owl-dots {
		bottom: 10px;
		left: 50px;
		right: 50px;
	}
}
