/* nav */
@font-face {
	font-family: 'icomoon';
	src: url("../fonts/icomoon/icomoon.eot?srf3rx");
	src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* =======================================================
  *
  * 	Template Style 
  *	Edit this section
  *
  * ======================================================= */
  /*** chat ***/



.fab-icon-holder {
    position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
	width: 50px;
	height: 50px;
	border-radius: 20%;
	background: #1b9a59;
	box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.fab-icon-holder:hover{
	opacity: 0.8;
}

.fab-icon-holder i {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 30px;
	color: #ffffff;

}

.fab {
	width: 50px;
	height: 50px;

	
}


  /*** end chat ***/
.sf-menu>li {
	float: left;
}

/*** ESSENTIAL STYLES ***/
.sf-menu,
.sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: unset;
}

.sf-menu li {
	position: relative;
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	right: 0;

	z-index: 99;
}

.sf-menu li:hover>ul,
.sf-menu li.sfHover>ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu ul ul {
	top: 0;
	left: 100%;
}




body {
	font-family: "Open Sans", Arial, sans-serif;

	overflow-x: hidden;
}

body.fh5co-offcanvas {
	overflow: hidden;
}


::-webkit-selection {
	color: #fcfcfc;
	background: #ff5722;
}

::-moz-selection {
	color: #fcfcfc;
	background: #ff5722;
}

::selection {
	color: #fcfcfc;
	background: #ff5722;
}

#fh5co-header {
	position: relative;
	margin-bottom: 0;
	z-index: 9999999;
}

.stuck {
	position: fixed !important;
	top: 0 !important;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}

.header-top {
	padding: 10px 0;
	background: #31374B;
}

.header-top .fh5co-link a {
	margin-left: 10px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.7);
}

.header-top .fh5co-link a:first-child {
	margin-left: 0;
}

.header-top .fh5co-link a:hover {
	color: white !important;
}

@media screen and (max-width: 768px) {
	.header-top .fh5co-link {
		text-align: center;
	}
}

.header-top .fh5co-social a {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	margin-right: 15px;
	position: relative;
	-webkit-transition: 0.5s, ease-in-out;
	-o-transition: 0.5s, ease-in-out;
	transition: 0.5s, ease-in-out;
}

.header-top .fh5co-social a:last-child {
	margin-right: 0;
}

.header-top .fh5co-social a:hover,
.header-top .fh5co-social a:focus,
.header-top .fh5co-social a:active {
	text-decoration: none;
	color: white !important;
}

.header-top .fh5co-social a:hover i,
.header-top .fh5co-social a:focus i,
.header-top .fh5co-social a:active i {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

@media screen and (max-width: 768px) {
	.header-top .fh5co-social {
		text-align: center !important;
	}
}

.fh5co-cover,
.fh5co-hero {
	position: relative;
	height: 800px;
}

@media screen and (max-width: 768px) {

	.fh5co-cover,
	.fh5co-hero {
		height: 700px;
	}
}

.fh5co-cover.fh5co-hero-2,
.fh5co-hero.fh5co-hero-2 {
	height: 600px;
}

.fh5co-cover.fh5co-hero-2 .fh5co-overlay,
.fh5co-hero.fh5co-hero-2 .fh5co-overlay {
	position: absolute !important;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.2);
}

.fh5co-overlay {
	position: absolute !important;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: rgba(66, 64, 64, 0.9);
	background: rgba(0, 0, 0, 0.2);
}

.fh5co-cover {
	background-size: cover;
	position: relative;
}

@media screen and (max-width: 768px) {
	.fh5co-cover {
		heifght: inherit;
		padding: 3em 0;
	}
}

.fh5co-cover .btn {
	padding: 1em 2em;
	opacity: .9;
}

.fh5co-cover.fh5co-cover_2 {
	height: 600px;
}

@media screen and (max-width: 768px) {
	.fh5co-cover.fh5co-cover_2 {
		heifght: inherit;
		padding: 3em 0;
	}
}

.fh5co-cover .desc {
	top: 50%;
	position: absolute;
	width: 100%;
	margin-top: -80px;
	z-index: 2;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.fh5co-cover .desc {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.fh5co-cover .desc h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 60px;
	margin-bottom: 10px;
	font-weight: 300 !important;
}

.fh5co-cover .desc h2 strong {
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	.fh5co-cover .desc h2 {
		font-size: 40px;
	}
}

.fh5co-cover .desc span {
	display: block;
	margin-bottom: 30px;
	font-size: 28px;
	letter-spacing: 1px;
}

.fh5co-cover .desc span a {
	color: #fff;
}

.fh5co-cover .desc span a:hover,
.fh5co-cover .desc span a:focus {
	color: #fff !important;
}

.fh5co-cover .desc span a:hover.btn,
.fh5co-cover .desc span a:focus.btn {
	border: 2px solid #fff !important;
	background: transparent !important;
}

.fh5co-cover .desc span a.fh5co-site-name {
	padding-bottom: 2px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* Superfish Override Menu */
.sf-menu {
	margin-top: 0px;
}



.sf-menu ul {
	box-shadow: none;
	border: transparent;
	min-width: 12em;
	*width: 12em;
}

.sf-menu a {
	color: rgba(0, 0, 0, 0.5);
	padding: 0.75em 1em !important;
	font-weight: normal;
	border-left: none;
	border-top: none;
	border-top: none;
	text-decoration: none;
	zoom: 1;
	font-size: 16px;
	border-bottom: none !important;
}

.sf-menu a:hover,
.sf-menu a:focus {
	color: #ff5722 !important;
	background-color: #fff;
}

.sf-menu li.active a:hover,
.sf-menu li.active a:focus {
	color: #ff5722;
	background-color: #fff;
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
	background: transparent;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
	text-transform: none;
	padding: 0.2em 1em !important;
	letter-spacing: 1px;
	font-size: 14px !important;
	white-space: unset;
}


.sf-menu li.active a {
	color: #ff5722;

}

.sf-menu li:hover a,
.sf-menu li.sfHover a:hover,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a:hover {
	color: #ff5722;
	backgroud-color: #fff;
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
	background: transparent;
}

.sf-menu ul li {
	background: transparent;
}

.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: #ccc;
}

.sf-arrows>li>.sf-with-ul:focus:after,
.sf-arrows>li:hover>.sf-with-ul:after,
.sf-arrows>.sfHover>.sf-with-ul:after {
	border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #ccc;
}

.sf-arrows ul li>.sf-with-ul:focus:after,
.sf-arrows ul li:hover>.sf-with-ul:after,
.sf-arrows ul .sfHover>.sf-with-ul:after {
	border-left-color: #ccc;
}

#fh5co-header-section {
	padding: 0;
	position: relative;
	left: 0;
	width: 100%;
	z-index: 1022;
	background: #151C32;
}

.nav-header {
	position: relative;
	float: left;
	width: 100%;
}

#fh5co-logo {
	position: relative;
	z-index: 2;
	font-size: 22px;
	text-transform: uppercase;

	font-weight: 700;
	float: left;
}

#fh5co-logo span {
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	#fh5co-logo {
		width: 100%;
		float: none;
		text-align: center;
	}
}

#fh5co-logo a {
	color: #ff5722;
}

#fh5co-logo a:hover,
#fh5co-logo a:focus {
	color: #ff5722 !important;
}

#fh5co-menu-wrap {
	position: relative;
	z-index: 2;
	display: block;
	
}

#fh5co-menu-wrap .sf-menu a {
	padding: 1em .75em;
	color: rgb(255, 255, 255);
}

#fh5co-primary-menu>li>ul li.active>a {
	color: #ff5722 !important;
}

#fh5co-primary-menu>li>.sf-with-ul:after {
	border: none !important;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	float: right;
	margin-right: -0px;
	top: 50%;
	font-size: 12px;
	margin-top: -7px;
	content: "\e922";
	color: rgb(255, 255, 255);
}

#fh5co-primary-menu>li>ul li {
	position: relative;
	border-bottom: 2px solid #ebebeb;
}

#fh5co-primary-menu>li>ul li>.sf-with-ul:after {
	border: none !important;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	float: right;
	margin-right: 10px;
	top: 20px;
	font-size: 12px;
	content: "\e924";
	color: rgba(0, 0, 0, 0.5);
}

#fh5co-primary-menu .fh5co-sub-menu {
	padding: 10px 7px 10px;
	background: #fff;
	left: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	min-width: 15rem;
	max-width: 20rem;
}

#fh5co-primary-menu .fh5co-sub-menu>li>.fh5co-sub-menu {
	left: 100%;

}

#fh5co-primary-menu .fh5co-sub-menu:before {
	position: absolute;
	top: -9px;
	left: 20px;
	width: 0;
	height: 0;
	content: '';
}

#fh5co-primary-menu .fh5co-sub-menu:after {
	position: absolute;
	top: -8px;
	left: 21px;
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	border-bottom: 8px solid white;
	border-left: 8px solid transparent;
	content: '';
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:before {
	top: 6px;
	left: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:after {
	top: 7px;
	right: 100%;
	border: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
	border-color: #ebebeb;
	-webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
	-ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
	-o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
	box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}

.site-header.has-image #primary-menu .sub-menu:before {
	display: none;
}

#fh5co-primary-menu .fh5co-sub-menu a {
	letter-spacing: 0;
	padding: 0 15px;
	font-size: 1rem;
	line-height: 28px;
	color: #000000 !important;
	text-transform: none;
	background: none;
	white-space: unset;

}

#fh5co-primary-menu .fh5co-sub-menu a:hover {
	color: #ff5722 !important;
	background-color: #151C32;
}


.js .animate-box {
	opacity: 0;
}

#fh5co-wrapper {
	overflow-x: hidden;
	position: relative;
}

.fh5co-offcanvas {
	overflow: hidden;
}

.fh5co-offcanvas #fh5co-wrapper {
	overflow: hidden !important;
}

#fh5co-page {
	position: relative;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.fh5co-offcanvas #fh5co-page {
	-moz-transform: translateX(-240px);
	-webkit-transform: translateX(-240px);
	-ms-transform: translateX(-240px);
	-o-transform: translateX(-240px);
	transform: translateX(-240px);
}

@media screen and (max-width: 768px) {
	#fh5co-menu-wrap {
		display: none;
	}
}

#offcanvas-menu {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 99;
	background: #222;
	right: -240px;
	width: 240px;
	padding: 20px;
	overflow-y: scroll !important;
	display: none;
}

@media screen and (max-width: 768px) {
	#offcanvas-menu {
		display: block;
	}
}

#offcanvas-menu ul {
	padding: 0;
	margin: 0;
}

#offcanvas-menu ul li ul li {
	padding: 0;
	margin: 0 0 10px 0;
	list-style: none;
	border-bottom: 1px solid rgb(46, 46, 46);
}

#offcanvas-menu ul li {
	padding: 0;
	margin: 0 0 10px 0;
	list-style: none;

}

#offcanvas-menu ul li a {
	font-size: .8rem;
	color: rgb(255, 255, 255);

}

#offcanvas-menu ul li a:hover {
	color: #ff5722;
}

#offcanvas-menu ul li>.fh5co-sub-menu {
	margin-top: 9px;
	padding-left: 20px;
}

#offcanvas-menu ul li.active>a {
	color: #ff5722;
}

#offcanvas-menu ul .fh5co-sub-menu {
	display: block !important;
}

.fh5co-nav-toggle {
	cursor: pointer;
	text-decoration: none;
}

.fh5co-nav-toggle.active i::before,
.fh5co-nav-toggle.active i::after {
	background: #fff;
}

.fh5co-nav-toggle.dark.active i::before,
.fh5co-nav-toggle.dark.active i::after {
	background: #fff;
}

.fh5co-nav-toggle:hover,
.fh5co-nav-toggle:focus,
.fh5co-nav-toggle:active {
	outline: none;
	border-bottom: none !important;
}

.fh5co-nav-toggle i {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 30px;
	height: 2px;
	color: #fff;
	font: bold 14px/.4 Helvetica;
	text-transform: uppercase;
	text-indent: -55px;
	background: #fff;
	transition: all .2s ease-out;
}

.fh5co-nav-toggle i::before,
.fh5co-nav-toggle i::after {
	content: '';
	width: 30px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.fh5co-nav-toggle.dark i {
	position: relative;
	color: #000;
	background: #000;
	transition: all .2s ease-out;
}

.fh5co-nav-toggle.dark i::before,
.fh5co-nav-toggle.dark i::after {
	background: #000;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.fh5co-nav-toggle i::before {
	top: -7px;
}

.fh5co-nav-toggle i::after {
	bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
	top: -10px;
}

.fh5co-nav-toggle:hover i::after {
	bottom: -10px;
}

.fh5co-nav-toggle.active i {
	background: transparent;
}

.fh5co-nav-toggle.active i::before {
	top: 0;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
	bottom: 0;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 9999;
	display: block;
	margin: 0 auto;
	display: none;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.fh5co-nav-toggle {
		display: block;
		top: 0px;
		margin-top: .7em;
	}
}

.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}

/*# sourceMappingURL=style.css.map */


/* akhir nav */

html {
	position: relative;
}

.card-title-kecuali {
	vertical-align: middle;
	font-size: 2.5rem;
	margin-top: 1.5rem;
}


@media (max-width: 768px) {

	.col-title {
		font-size: 25px;
	}




	.card-title-kecuali2 {
		margin-top: 50px;
		font-size: 25px;
	}
}



/* jumbotron */
.card-img {
	min-height: 100px;
	max-height: 180px;
	background-color: #000;
	opacity: .30;

}



@media (max-width: 768px) {}

.statistik-fluid {
	width: 100%;
}


/*======================================
	Header CSS
========================================*/
.header {
	position: relative;
}

/* Topbar */
.topbar {
	background-color: #ee9b20;
	padding: 10px 0 10px 0;
}

.footer_text {
	border-bottom: 1px solid #ffff;
}

.head_text {
	border-bottom: 4px solid #ed8d00;
	;
}


.middle-header {
	background-color: #ed8d00;
	position: relative;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
	-webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
	z-index: 1000;
}


.header .nav li {
	margin-right: 30px;
	position: relative;
	float: none;
	display: inline-block;
}



.header .nav li a {
	text-transform: capitalize;
	position: relative;
	display: block;
	padding: 20px 0;

}


/* Header Search */
.search-top {
	position: absolute;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	top: 0px;
	left: 20%;
	width: 600px;
	right: 0;
	line-height: initial;
}

.search-top.active {
	opacity: 1;
	visibility: visible;
}

.search-top .search-form {
	position: relative;
	background: #fff;
	padding: 15px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.33);
}

.search-top .search-form input {
	height: 50px;
	line-height: 45px;
	padding: 0 45px 0 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border: none;
	background: #fff;
	color: #333;
	border-radius: 0px;
	width: 100%;
	font-size: 14px;
	border: 1px solid #ebebeb;
}

.search-top .search-form button {
	position: absolute;
	width: 45px;
	border: none;
	top: 15px;
	line-height: 50px;
	height: 50px;
	border-radius: 0px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	right: 16px;
	background: #ed8d00;
	color: #fff;
}

.search-top .search-form button:hover {
	color: #fff;
	background: #F3A712;
}

.search-top .search-top.active .search i:before {
	content: "\f00d";
}



@media only screen and (min-width: 991px) and (max-width: 1900px) {

	/* Header Sticky */
	.header.sticky .middle-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 300000;
		-webkit-box-shadow: 0px 0px 10px #00000021;
		-moz-box-shadow: 0px 0px 10px #00000021;
		box-shadow: 0px 0px 10px #00000021;
		-webkit-transition: all 0.6s ease;
		-moz-transition: all 0.6s ease;
		transition: all 0.6s ease;
		animation: fadeInDown 1s both 0.2s;
	}


	.header.sticky .nav li a {
		padding: 22px 0;
	}

	.header.sticky .text-logo {
		margin-top: 22px;
	}

	.header.sticky .right-bar {
		line-height: 72px;
	}

	.header.sticky .img-logo {
		margin-top: 12px;
	}


	.header.sticky .search-top {
		top: 69px;
	}
}

@media only screen and (min-width: 300px) and (max-width: 992px) {

	/* Header Sticky */
	.header.sticky .middle-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 300000;
		-webkit-box-shadow: 0px 0px 10px #00000021;
		-moz-box-shadow: 0px 0px 10px #00000021;
		box-shadow: 0px 0px 10px #00000021;
		-webkit-transition: all 0.6s ease;
		-moz-transition: all 0.6s ease;
		transition: all 0.6s ease;
		animation: fadeInDown 1s both 0.2s;
	}


	.header.sticky .nav li a {
		padding: 22px 0;
	}

	.header.sticky .text-logo {
		margin-top: 22px;
	}

	.header.sticky .right-bar {
		line-height: 72px;
	}




	.header.sticky .search-top {
		top: 69px;
	}


	/* Header Search */
	.search-top {
		position: absolute;
		z-index: 9999;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all 0.5s ease;
		top: 85px;
		left: 5%;
		width: 350px;
		right: 0;
		line-height: initial;
	}

	.search-top.active {
		opacity: 1;
		visibility: visible;
	}

	.search-top .search-form {
		position: relative;
		background: #fff;
		padding: 15px;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.33);
	}

	.search-top .search-form input {
		height: 50px;
		line-height: 45px;
		padding: 0 45px 0 20px;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		transition: all 0.4s ease;
		border: none;
		background: #fff;
		color: #333;
		border-radius: 0px;
		width: 100%;
		font-size: 14px;
		border: 1px solid #ebebeb;
	}

	.search-top .search-form button {
		position: absolute;
		width: 45px;
		border: none;
		top: 15px;
		line-height: 50px;
		height: 50px;
		border-radius: 0px;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		transition: all 0.4s ease;
		right: 16px;
		background: #ed8d00;
		color: #fff;
	}

	.search-top .search-form button:hover {
		color: #fff;
		background: #F3A712;
	}

	.search-top .search-top.active .search i:before {
		content: "\f00d";
	}



}

/*======================================
	Hero Area CSS
========================================*/
.home-slider {
	overflow: hidden;
}

.hero-slider {
	position: relative;
}

.hero-slider,
.hero-slider .single-slider {
	height: 680px;
}

.hero-slider .single-slider {
	background-size: cover;
	background-position: center;
	position: relative;
}

.hero-slider .single-slider .slide-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.65;
}

.hero-slider .welcome-text {
	margin: 146px 0 0;
	z-index: 999;
}

.hero-slider .hero-text h4 {
	color: #fff;
	margin-bottom: 10px;
	font-weight: 400;
	display: inline-block;
	background: #2E2751;
	padding: 8px 20px;
	font-size: 16px;

}

.hero-slider .hero-text h4:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	border-top: 8px solid #2E2751;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.hero-slider .hero-text h1 {
	color: #2E2751;
	font-size: 50px;
	font-weight: bold;
	line-height: 65px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.hero-slider .hero-text h1::before {
	content: "";
	position: absolute;
	left: 0;
	width: 50px;
	height: 6px;
	background: #f3a712;
	bottom: -3px;
}

.hero-slider .hero-text .p-text {
	max-width: 80%;
}

.hero-slider .hero-text p {
	color: #666;
	font-size: 15px;
}

.hero-slider .hero-text .button {
	margin-top: 30px;
}

/* Text Center */
.hero-slider .hero-text.text-center h1::before {
	left: 50%;
	margin-left: -25px;
}

/* Text Left */
.hero-slider .hero-text.text-right h1::before {
	left: auto;
	right: 0;
	margin: 0;
}

/* Slider Nav */
.hero-slider .owl-nav {
	margin: 0;
	width: 100%;
}

.hero-slider .owl-carousel .owl-nav div {
	width: 50px;
	height: 60px;
	line-height: 60px;
	background: #ee9b20;
	color: #fff;
	position: absolute;
	margin: 0;
	padding: inherit;
	font-size: 30px;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0px;
	top: 50%;
	margin-top: -30px;
}

.hero-slider .owl-carousel .owl-nav div:hover {
	color: #fff;
	background: #2E2751;
}

.hero-slider .owl-carousel .owl-nav .owl-prev {
	left: -100px;
}

.hero-slider:hover .owl-carousel .owl-nav .owl-prev {
	left: 0px;
}

.hero-slider .owl-carousel .owl-nav .owl-next {
	right: -100px;
}

.hero-slider:hover .owl-carousel .owl-nav .owl-next {
	right: 0px;
}

/* Hero Animations */
.hero-slider .owl-item.active .hero-text h4 {
	animation: fadeInUp 0.8s both 1s;
}

.hero-slider .owl-item.active .hero-text h1 {
	animation: fadeInRight 1s both 1.2s;
}

.hero-slider .owl-item.active .hero-text p {
	animation: fadeInLeft 1.2s both 1.4s;
}

.hero-slider .owl-item.active .button {
	animation: fadeInUp 1.4s both 1.6s;
}



/* Hero Agency */
.hero-agency .ageny-main {
	padding-top: 158px;
}

.hero-agency .hero-text {
	z-index: 555;
	position: relative;
	text-align: center;
}

.hero-agency .agency-inner {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 800px;
}

.hero-agency .agency-inner:before {
	opacity: 0;
	background: #fff;
}

.hero-agency .hero-text {
	z-index: 555;
	position: relative;
	text-align: center;
}

.hero-agency .hero-text h1 {
	font-size: 55px;
	color: #2E2751;
	font-weight: 700;
	line-height: 65px;
}

.hero-agency .hero-text h1 span {
	color: #F3A712;
}

.hero-agency .hero-text h4 {
	font-weight: 500;
}

.hero-agency .video-head {
	margin-top: 35px;
	position: relative;
}

.hero-agency .video-head .video {
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 100%;
	background: #179E66;
	color: #fff;
	display: inline-block;
	font-size: 28px;
}

.hero-agency .video-head .video:hover {
	background: #fff !important;
	color: #179E66;
	-webkit-box-shadow: 0px 0px 15px #00000029;
	-moz-box-shadow: 0px 0px 15px #00000029;
	box-shadow: 0px 0px 15px #00000029;
}

.hero-agency .video-play-main {
	display: inline-block;
	padding: 5px;
	z-index: 3333;
	position: relative;
}

.hero-agency .waves-block .waves {
	position: absolute;
	width: 150px;
	height: 150px;
	border: 2px solid #179e668a;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
	left: 50%;
	margin-left: -75px;
	top: 50%;
	margin-top: -75px;
}

.hero-agency .waves-block .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.hero-agency .waves-block .wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.hero-agency .waves-block .wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

@-webkit-keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}

	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

@keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}

	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}


/* Agency Feature */
.hero-agency .agency-feature {
	display: block;
	text-align: center;
	margin-top: 40px;
}

.hero-agency .a-feature {
	background: #fff;
	padding: 45px 20px;
	text-align: center;
	z-index: 333;
	position: relative;
	width: 220px;
	display: inline-block;
	margin-right: 20px;
	border-radius: 0;
	box-shadow: -2px 4px 13px rgba(0, 0, 0, 0.12);
	border-top: 2px solid #ed8d00;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.hero-agency .a-feature:hover {
	border-top-color: #ee9b20;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.hero-agency .a-feature:last-child {
	margin: 0;
}

.hero-agency .a-feature i {
	display: inline-block;
	border-radius: 100%;
	font-size: 40px;
	top: -30px;
	background: #fff;
	color: #ee9b20;
	left: 50%;
}

.hero-agency .a-feature h4 {
	color: #2E2751;
	font-size: 18px;
	margin-top: 12px;
	margin-bottom: 12px;
	line-height: 22px;
}

.hero-agency .a-feature p {
	line-height: 22px;
	font-size: 14px;
}

hr {

	border-top: 2px solid #2E2751;
}


/*======================================
	Features CSS
========================================*/
.features-area {
	padding: 40px 0 70px;
}

.single-feature {
	text-align: center;
	margin-top: 30px;
	padding: 30px 15px;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	background: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	border-top: 3px solid transparent;
	transition: all 0.4s ease;
}

.single-feature:hover,
.single-feature.active {
	border-top-color: #ed8d00;
}

.single-feature:hover {
	transform: scale(1.03);
	-webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}

.single-feature .icon-head i {
	color: #f3a712;
	width: 90px;
	height: 90px;
	line-height: 90px;
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 100%;
	font-size: 34px;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.single-feature.active .icon-head i,
.single-feature:hover .icon-head i {
	background: #ed8d00;
	color: #fff;
	border-color: transparent;
}

.single-feature .icon-head i::after {
	position: absolute;
	width: 20px;
	height: 2px;
	z-index: 3;
	opacity: 1;
	line-height: 20px;
	background: #f3a712;
	border-radius: 25px;
	left: 50%;
	bottom: 19px;
	content: "";
	margin-left: -10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.single-feature.active .icon-head i:after,
.single-feature:hover .icon-head i:after {
	background: #fff;
}

.single-feature h4 {
	margin: 15px 0;
	line-height: inherit;
}

.single-feature h4 a {
	font-size: 18px;
	color: #2e2751;
	display: inline-block;
}

.single-feature p {
	font-size: 14px;
}

.bizwheel-btn.theme-2 {
	background: #f3a712;
	color: #fff;
	padding: 15px 32px;
}

.single-feature .button {
	margin-top: 15px;
}

.single-feature .button .bizwheel-btn {
	background: transparent;
	color: #666;
	padding: 0;
	height: auto;
	box-shadow: none;
	line-height: initial;
	border: none;
}

.single-feature .button .bizwheel-btn i {
	margin-right: 10px;
	background: #2E2751;
	color: #fff;
	width: 25px;
	border-radius: 100%;
	height: 25px;
	line-height: 25px;
	text-align: center;
	padding: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.single-feature.active .bizwheel-btn i,
.single-feature:hover .bizwheel-btn i {
	color: #fff;
	background: #ed8d00;
}

/*======================================
	End Features CSS
========================================*/
.about-us {
	padding: 70px 0 100px;
}

.about-us .modern-img-feature,
.about-us .about-content {
	margin-top: 30px;
}

/* About Area */
.about-area .section-title {
	margin-bottom: 15px;
}

.about-area .section-title h1 b {
	display: block;
	font-weight: 700;
	font-size: 25px;
	line-height: 34px;
}

.about-content p {
	margin-bottom: 20px;
}

.about-content p:last-child {
	margin: 0;
}

.about-content .button {
	margin-top: 20px;
}



/*======================================
	Features Main CSS
========================================*/
.features-main h2 {
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 20px;
	position: relative;
	padding-top: 20px;
	font-weight: bold;
	color: #fff;
}

.features-main h2::before {
	content: "";
	poadding: ;
	position: absolute;
	left: 0;
	width: 30px;
	height: 2px;
	background: #bbb;
	top: 0;
}

.features-main p {
	font-size: 16px;
	color: #ccc;
}

.features-main p:last-child {
	margin: 0;
}

.features-main .b-features {
	margin-top: 10px;
}

.features-main .single-list-feature {
	position: relative;
	padding-left: 70px;
	line-height: 24px;
	margin-bottom: 30px;
	z-index: 333;
	font-weight: 600;
	margin-top: 30px;
}

.features-main .single-list-feature:last-child {
	margin-bottom: 0px;
}

.features-main .single-list-feature h4 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #fff;
}

.features-main .single-list-feature p {
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
}

.features-main .single-list-feature i {
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 0;
	width: 52px;
	height: 52px;
	line-height: 52px;
	background: #fff;
	color: #f3a712;
	display: block;
	border-radius: 0px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	border-radius: 100%;
	font-size: 24px;
	text-align: center;
}

.features-main .single-list-feature i:before {
	position: relative;
	z-index: 4;
}

.features-main .single-list-feature i:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #F3A712;
	content: "";
	border-radius: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	z-index: 3;
}

.features-main .single-list-feature:hover i:after {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.features-main .single-list-feature:hover i {
	color: #fff;
}

.features-main .tagline {
	margin-top: 30px;
}

.features-main .tagline h5 {
	font-size: 20px;
	margin-bottom: 5px;
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 1px solid #ebebeb;
}

.features-main .tagline small {
	font-size: 15px;
	display: block;
}

/* Features Main */
.features-main .feature-btn {
	margin-top: 20px;
}

.features-main .bizwheel-btn.theme-2:hover {
	background: #fff;
	color: #F3A712;
}




.single-form {
	text-align: center;
	margin-top: 10px;


	background: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	border-top: 3px solid transparent;
	transition: all 0.4s ease;
}

.single-form:hover,
.single-form.active {
	border-top-color: #ed8d00;
}

.single-form:hover {
	transform: scale(1.03);
	-webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}

.single-form .icon-head i {
	color: #2e2751;
	width: 130px;
	height: 130px;
	line-height: 90px;
	background: #ee9b20;
	border: 4px solid #ed8d00;

	font-size: 34px;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.single-form.active .icon-head i,
.single-form:hover .icon-head i {
	background: #2e2751;
	color: #fff;
	border-color: transparent;
	border: 4px solid #fff;
}

.single-form .icon-head i::after {
	position: absolute;
	width: 20px;
	height: 2px;
	z-index: 3;
	opacity: 1;
	line-height: 20px;
	background: #2e2751;
	border-radius: 25px;
	left: 50%;
	bottom: 19px;
	content: "";
	margin-left: -10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.single-form.active .icon-head i:after,
.single-form:hover .icon-head i:after {
	background: #fff;
}

.single-form h3 {
	margin: 15px 0;
	line-height: inherit;
}

.single-form h4 a {
	font-size: 18px;
	color: #2e2751;
	display: inline-block;
}

.single-form h3 a:hover {
	font-size: 20px;
	color: #ee9b20;
	display: inline-block;
}

.single-form p {
	font-size: 14px;
}


.single-form .button {
	margin-top: 15px;
}

.single-form .button .bizwheel-btn {
	background: transparent;
	color: #666;
	padding: 0;
	height: auto;
	box-shadow: none;
	line-height: initial;
	border: none;
}

.single-form .button .bizwheel-btn i {
	margin-right: 10px;
	background: #2E2751;
	color: #fff;
	width: 25px;
	border-radius: 100%;
	height: 25px;
	line-height: 25px;
	text-align: center;
	padding: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.single-form.active .bizwheel-btn i,
.single-form:hover .bizwheel-btn i {
	color: #fff;
	background: #ed8d00;
}

@media (max-width: 768px) {
	.hero-text h1 {
		font-size: 1.8rem;
	}

	.hero-text h4 {
		font-size: 0.8rem;
	}
}

/*======================================
	End Features Main CSS
========================================*/
.dropdown-submenu {
	padding: .25rem 1rem;
	position: relative;
	border-bottom: 2px solid #ebebeb;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover {
	display: block;
	color: #ffffff;
	text-decoration: none;
	background-color: #2E2751;
	border-radius: .25rem;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;

}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #2E2751;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.card-head {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;


}


/*======================================
	menu user
========================================*/


#sidebar.active {
	margin-left: -250px;
}

.wrapper {
	display: flex;
	text-decoration: none;
	transition: all 0.3s;
}

#sidebar {
	min-width: 250px;
	max-width: 250px;
	background: #7386D5;
	color: #fff;
	transition: all 0.3s;
}


#sidebar .sidebar-header {
	padding: 20px;
	background: #6d7fcc;
}

#sidebar ul.components {
	padding: 0;
	border-bottom: 1px solid #47748b;
}

#sidebar ul p {
	color: #fff;
	padding: 10px;
}

#sidebar ul li a {
	padding: 10px;
	font-size: 1.1em;
	display: block;
}

#sidebar ul li a:hover {
	color: #7386D5;
	background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
	color: #fff;
	background: #6d7fcc;
}

a[data-toggle="collapse"] {
	position: relative;
}

.dropdown-toggle::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20%;
	transform: translateY(-50%);
}

#sidebar ul ul a {
	font-size: 0.9em !important;
	padding-left: 30px !important;
	background: #6d7fcc;
}

#content {
	width: 100%;
	padding: 0px;
	min-height: 100vh;
	transition: all 0.3s;
}


@media (max-width: 768px) {
	#sidebar {
		margin-left: -250px;
	}

	#sidebar.active {
		margin-left: 0;
	}

	#sidebarCollapse span {
		display: none;
	}

	.text-dash h1 {
		font-size: 1.5rem;
	}

}

.navbar {
	background-color: #2e2751;
}
