/*Description: 
Name: DisKoin - Bitcoin ICO Cryptocurrency Landing Page HTML Template
Author: Getnajmul
Author URI: http://www.getnajmul.com/theme/diskoin
Version: 1.0


---------- { Index Virsion } ----------

1. Hader Section
2. Earnings Area
3. About Section
4. ICO Area
5. Multiple Income
6. Benefits Area
7. Roadmap
8. Team membar
9. Company
10. Faq area
11. Footer Css

 ============================================================*/

/* ---------{ Default  CSS } ---------- */

/* Variables */

* {
	margin: 0;
	padding: 0;
}
body {
	overflow-x: hidden;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	color: #ffffff;
	overflow-x: hidden !important;
}
p {
	font-weight: 400;
	line-height: 30px;
	font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	margin: 0;
}
h4 {
	font-weight: 500;
}
a,
a:hover,
a:focus {
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	outline: none;
}
ol,
ul {
	margin: 0;
	padding: 0;
}
ol li,
ul li {
	list-style: outside none none;
	list-style-type: none;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 1px;
	text-overflow: '';
}
.padding-none {
	padding: 0px;
}
.padding-right {
	padding-right: 0px;
}
.padding-left {
	padding-left: 0px;
}
.ml-15 {
	margin-left: 15px;
}
.sub-title {
	text-align: center;
	max-width: 800px;
	margin: 0px auto 100px;
}
.sub-title h2 {
	font-size: 40px;
	font-weight: 500;
	line-height: 55px;
	margin-bottom: 30px;
}
.sub-title p {
	margin: 0px auto;
}
.btn-default-style {
	background: #f2a516;
	border-radius: 50px;
	color: #ffffff;
	height: 55px;
	line-height: 55px;
	padding: 0 50px;
	font-size: 14px;
	margin-top: 40px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
}
.btn-default-style:hover {
	color: #ffffff;
}
/* -------- Pre Loader -------- */

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 9999;
}
#preloader #status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url("../images/preloader.gif");
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}
.is-sticky nav.navbar {
	background: #020c59;
	border-radius: 0;
	box-shadow: 0px 1px 21px -1px #d948044d;
	z-index: 99;
	transition: all 1s ease-in-out;
}
.is-sticky .diskoin_nav {
	padding: 0 !important;
	transition: all 0.3s ease-in-out;
}
#header-05 .is-sticky nav.navbar {
	background: #ffffff;
	box-shadow: 0px 1px 21px -1px #d948044d;
}
#header-05 .wallet-controller .dropdown a {
	color: #19233B;
}
.form-control:focus {
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.container .brand-title {
	display: none;
	background-image: -webkit-linear-gradient(left, #d94804, #4f4f4f, #c0c0c0);
    background-image: -moz-linear-gradient(left, #d94804, #4f4f4f, #c0c0c0);
    background-image: -ms-linear-gradient(left, #d94804, #4f4f4f, #c0c0c0);
    background-image: -o-linear-gradient(left, #d94804, #4f4f4f, #c0c0c0);
    color: transparent;
    -webkit-background-clip: text;
}

.white-logo{
	display: none;
	margin-top: 8px;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
@-webkit-keyframes swing {
	15% {
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}
	30% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}
	50% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}
	65% {
		-webkit-transform: translateX(-3px);
		transform: translateX(-3px);
	}
	80% {
		-webkit-transform: translateX(2px);
		transform: translateX(2px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes swing {
	15% {
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}
	30% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}
	50% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}
	65% {
		-webkit-transform: translateX(-3px);
		transform: translateX(-3px);
	}
	80% {
		-webkit-transform: translateX(2px);
		transform: translateX(2px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
/*=========={
 Header Section 
}
==============*/

.header .navbar {
	padding: 25px 0 0;
}
.header .navbar .navbar-nav .nav-item {
	margin-right: 30px;
}
.header .navbar .navbar-nav .nav-item:last-child {
	margin-right: 0px;
}
.header .navbar .navbar-nav .nav-item .nav-link {
	padding: 30px 0px;
	color: #ffffff;
	font-size: 15px;
}
.header .navbar .navbar-nav .nav-item .nav-link.active,
.header .navbar .navbar-nav .nav-item .nav-link:hover {
	color: #f2a516;
}
.header .navbar .dropdown:hover .dropdown-menu {
	visibility: visible;
	opacity: 1;
	max-height: 500px;
}
.header .navbar .dropdown .dropdown-menu {
	transition: all 0.3s ease-in-out;
	background: #ffffff;
	min-width: 225px;
	border-radius: 0;
	padding: 0;
	padding: 15px 0px;
	margin-top: -2px;
	display: block;
	visibility: hidden;
	opacity: .1;
	max-height: 0px;
}
.header .navbar .dropdown .dropdown-menu .dropdown-item {
	transition: all 0.3s ease-in-out;
	padding: 8px 25px !important;
	background: transparent;
}
.header .navbar .dropdown .dropdown-menu .dropdown-item:hover {
	color: #f2a516;
}
.header .navbar .dropdown .dropdown-menu .dropdown:hover .dropdown-menu {
	max-height: 500px;
	visibility: visible;
	opacity: 1;
}
.header .navbar .dropdown .dropdown-menu .dropdown .dropdown-menu {
	border-left: 1px solid #f1f1f1;
	left: 224px;
	top: -13px;
	padding: 15px 0px;
	visibility: hidden;
	opacity: 0;
	max-height: 0px;
}
.header .navbar .dropdown-toggle::after {
	display: none;
}
.header .navbar .wallet-controller {
	display: inline-flex;
	margin-left: 50px;
}
.header .navbar .wallet-controller .token {
	padding: 0;
	color: #ffffff;
	background: #f2a516;
	padding: 8px 20px;
	border-radius: 50px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}
.header .navbar .wallet-controller .dropdown {
	margin-left: 25px;
}
.header .navbar .wallet-controller .dropdown span {
	color: #ffffff;
	line-height: 40px;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
}
.header .navbar .wallet-controller .dropdown span i {
	font-size: 10px;
	margin-left: 10px;
}
.header .navbar .wallet-controller .dropdown .dropdown-menu {
	min-width: 130px;
	background: #0b1e68;
}
.header .navbar .wallet-controller .dropdown .dropdown-menu li a {
	color: #ffffff !important;
	line-height: 26px;
	text-transform: capitalize;
}
.header .navbar .brand-name{
	background-image: -webkit-linear-gradient(left, #d94804, #4f4f4f, #c0c0c0);
    background-image: -moz-linear-gradient(left, #d94804, #4f4f4f, #c0c0c0);
    background-image: -ms-linear-gradient(left, #d94804, #4f4f4f, #c0c0c0);
    background-image: -o-linear-gradient(left, #d94804, #4f4f4f, #c0c0c0);
    color: transparent;
    -webkit-background-clip: text;

}
.header .intro-text {
	margin-top: 180px;
	padding-right: 70px;
}
.header .intro-text h1 {
	font-size: 50px;
	font-weight: 500;
	line-height: 68px;
}
.header .intro-text p {
	font-size: 18px;
	line-height: 30px;
	margin-top: 30px;
	font-weight: 400;
	padding-right: 50px;
}
.header .img-wrapper .intro-img {
	margin-top: 20%;
	margin-left: -20%;
}
.header .img-wrapper .intro-img img {
	height: auto;
	width: auto;
	margin-left: -4px;
}
.btn-default-style {
	background: #f2a516;
}
.payment_mathod {
	text-align: center;
	padding-top: 100px;
}
.payment_mathod h3 {
	margin-bottom: 70px;
	font-size: 30px;
}
.payment_mathod .payment-options {
	display: flex;
	justify-content: center;
}

/*---------- Footer Style-------*/

.footer {
	padding-top: 150px;
	position: relative;
	background: #020c59;
}
.footer .footer-btm-wrapper {
	padding-bottom: 80px;
}
.footer .footer-btm-wrapper .footer-single-col .subtitle_1 {
	text-transform: none;
	font-size: 24px;
	margin-bottom: 40px;
}
.footer .footer-btm-wrapper .footer-single-col p {
	margin: 0 100px 0 0;
}
.footer .footer-btm-wrapper .footer-single-col ul li {
	padding-bottom: 12px;
	color: #8a8a8a;
	font-weight: 300;
}
.footer .footer-btm-wrapper .footer-single-col ul li:last-child {
	padding-bottom: 0px;
}
.footer .footer-btm-wrapper .footer-single-col ul li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	transition: all 0.1s ease-in-out;
}
.footer .footer-btm-wrapper .footer-single-col ul li a:hover {
	color: #f2a516;
	transition: all 0.1s ease-in-out;
	padding-left: 3px;
}
.footer .copyright {
	text-align: center;
}
.footer .copyright p {
	font-size: 14px;
	margin: 0;
	padding: 50px 0;
	border-top: 1px solid #1c256a;
	line-height: 14px;
}
/*====================== {
 Index style 
}
========================*/

.body_05 {
	color: #ffffff;
}
.body_05 p {
	line-height: 26px;
	font-size: 16px;
	font-weight: 400;
	color: #828282;
}
.body_05 h1,
.body_05 h2,
.body_05 h3,
.body_05 h4,
.body_05 h5,
.body_05 h6 {
	color: #4f4f4f;
}
.body_05 h2 {
	font-size: 40px;
	color: #333333;
}
#header-05 {
	background: none;
	background-size: cover;
	position: relative;
	z-index: 99;
	height: auto;
}
#header-05:before {
	position: absolute;
	background: #ffffff;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0.92;
}
#header-05 .navbar {
	padding: 25px 0 0;
}
#header-05 .navbar .navbar-nav .nav-item {
	margin-right: 30px;
}
#header-05 .navbar .navbar-nav .nav-item:last-child {
	margin-right: 0px;
}
#header-05 .navbar .navbar-nav .nav-item .nav-link {
	padding: 30px 0px;
	color: #333333;
	font-size: 15px;
	text-transform: none;
}
#header-05 .navbar .navbar-nav .nav-item .nav-link.active,
#header-05 .navbar .navbar-nav .nav-item .nav-link:hover {
	color: #d94804;
}
#header-05 .navbar .navbar-nav .nav-item .nav-link.active {
	font-weight: 600;
}
#header-05 .navbar .wallet-controller .token {
	background: #d94804;
	/* font-size: 12px;
 */
}
#header-05 .navbar .wallet-controller .dropdown a {
	color: #333333;
}
#header-05 .navbar .wallet-controller .dropdown .dropdown-menu {
	background: #f1f1f1;
	border: transparent;
}
#header-05 .navbar .wallet-controller .dropdown .dropdown-menu li a {
	color: #333333 !important;
}
#header-05 .intro-text {
	margin-top: 140px;
	text-align: center;
	margin-bottom: 140px;
}
#header-05 .intro-text h1 {
	font-size: 55px;
	font-weight: 900;
	line-height: 70px;
	color: #333333;
}
#header-05 .intro-text p {
	font-size: 18px;
	line-height: 30px;
	margin-top: 30px;
	font-weight: 400;
	padding-right: 0px;
	color: #828282;
	max-width: 70%;
	margin: 50px auto 0;
}
#header-05 .intro-text a {
	background: #4f4f4f;
	color: #d94804;
	font-weight: 600;
	font-size: 18px;
	margin-top: 0;
	margin-right: 100px;
	padding: 0 40px;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}
#header-05 .intro-text a:hover {
	color: #ffffff;
	background: #d94804;
}
#header-05 .intro-text .btn_video_wrapper {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
#header-05 .intro-text .btn_video_wrapper .video_wrapper .video-play-btn {
	text-align: center;
}
#header-05 .intro-text .btn_video_wrapper .video_wrapper .video-play-btn span {
	position: relative;
	border-radius: 50%;
	display: flex;
}
#header-05 .intro-text .btn_video_wrapper .video_wrapper .video-play-btn span a {
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
	background: transparent;
	margin-right: 0px;
	padding: 0;
	display: flex;
}
#header-05 .intro-text .btn_video_wrapper .video_wrapper .video-play-btn span a:hover i {
	transform: scale(1.15);
	background: #f2a516

}
#header-05 .intro-text .btn_video_wrapper .video_wrapper .video-play-btn span a i {
	height: 56px;
	width: 56px;
	line-height: 56px;
	font-size: 12px;
	background: transparent;
	color: #ffffff;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
	border: 1px solid #ffffff;
	background: #d94804;
}
#header-05 .intro-text .btn_video_wrapper .video_wrapper .video-play-btn span a span {
	font-size: 16px;
	font-weight: 500;
	line-height: 56px;
	color: #333333;
	padding-left: 25px;
}
#header-05 .intro-text .intro-img-wrapper {
	margin-top: 50px;
}
#header-05 .header-shape {
	position: absolute;
	z-index: -9;
}
#header-05 .shape1 {
	bottom: -2%;
	left: -28%;
}
#header-05 .shape2 {
	top: -134%;
	left: 30%;
}
#header-05 .shape3 {
	top: -3%;
	right: -32%;
}
#about_diskoin_05 {
	padding: 150px 0 0;
	background: #f5f5f7;
	position: relative;
}
#about_diskoin_05:before {
	position: absolute;
	content: "";
	background: url("../images/shape/redius-top-5.png") no-repeat 50% 50%;
	content: "";
	height: 150px;
	width: 1920px;
	left: 0;
	top: -150px;
	background-size: cover;
	z-index: -1;
}
#about_diskoin_05 .about_2_item {
	padding-top: 250px;
}
#about_diskoin_05 .about_2_item .about-img {
	margin-top: -6%;
	margin-left: 12%;
}
#about_diskoin_05 .about_diskoin-content h6 {
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 15px;
	color: #d94804;
}
#about_diskoin_05 .about_diskoin-content h2 {
	font-size: 36px;
	font-weight: 500;
	line-height: 46px;
	margin-bottom: 40px;
	color: #333333;
}
#about_diskoin_05 .about_diskoin-content p {
	margin-top: 20px;
	color: #828282;
}
#about_diskoin_05 .about_diskoin-content a {
	font-weight: 600;
	font-size: 18px;
	text-transform: none;
	background: transparent;
	border: 1px solid #c1c5ce;
	height: 64px;
	width: 280px;
	text-align: center;
	line-height: 64px;
	padding: 0;
	color: #333333;
}
#about_diskoin_05 .about-img {
	margin-top: -6%;
	margin-right: 12%;
}
#gallery {
	background: #f5f5f7;
	padding: 150px 0 0;
	position: relative;
}
#gallery:before {
	position: absolute;
	content: "";
	background: url("../images/shape/redius-btm-5.png") no-repeat 50% 50%;
	content: "";
	height: 150px;
	width: 1920px;
	left: 0;
	bottom: -150px;
	background-size: cover;
	z-index: 1;
}
#gallery .ico-title {
	text-align: center;
	margin-bottom: 90px;
}
#gallery .ico-title h2 {
	color: #d94804;
	font-size: 36px;
	line-height: 50px;
}
#gallery .ico-title h3 {
	color: #333333;
	font-size: 36px;
	line-height: 50px;
}
#gallery .you_earning_wrapper {
	text-align: center;
}
#gallery .you_earning_wrapper .countdown_time .clock-countdown .single-counter {
	text-align: center;
	border: 1px solid #ffffff;
	width: 190px;
	height: 190px;
	border-radius: 5px;
	margin-right: 60px;
	background: #4f4f4f;
	padding: 50px 0px;
	margin-bottom: 90px;
}
#gallery .you_earning_wrapper .countdown_time .clock-countdown .single-counter:last-child {
	margin-right: 0;
}
#gallery .you_earning_wrapper .countdown_time .clock-countdown .single-counter span {
	font-size: 50px;
	font-weight: 600;
	color: #d94804;
	line-height: 46px;
}
#gallery .you_earning_wrapper .countdown_time .clock-countdown .single-counter span:last-child {
	font-size: 30px;
}
#gallery .you_earning_wrapper h3 {
	font-size: 30px;
	font-weight: 600;
	color: #333333;
}
#multiple-income-05 {
	padding: 290px 0 150px;
	background: #ffffff;
}
#multiple-income-05 .about_diskoin-content h2 {
	font-size: 36px;
	font-weight: 500;
	line-height: 46px;
	margin-bottom: 40px;
	color: #333333;
}
#multiple-income-05 .about_diskoin-content p {
	margin-top: 20px;
	color: #828282;
}
#multiple-income-05 .about-img {
	margin-top: -6%;
	margin-left: 12%;
}
#benefits-05 {
	background: #333333;
	padding: 150px 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#benefits-05:after {
	position: absolute;
	background: #333333;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0.92;
	background-size: cover;
}
#benefits-05 .sub-title h2 {
	color: #d94804;
}
#benefits-05 .benefits-single-item .benefits-single-wrapper {
	border: 1px solid #d94804;
	text-align: center;
	cursor: pointer;
}
#benefits-05 .benefits-single-item .benefits-single-wrapper:hover .benefits-img {
	webkit-animation: bounce 1s ease;
	animation: bounce 1s ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
#benefits-05 .benefits-single-item .benefits-single-wrapper .benefits-img {
	min-height: 270px;
	padding: 70px 0 50px;
}
#benefits-05 .benefits-single-item .benefits-single-wrapper h4 {
	background: transparent;
	font-size: 20px;
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: 400;
	color: #ffffff;
}
#benefits-05 .shape1 {
	position: absolute;
	bottom: 18%;
	left: -14%;
	z-index: -3;
}
#benefits-05 .shape2 {
	position: absolute;
	bottom: -76%;
	left: -81%;
	z-index: -3;
}
#best_feature_05 {
	text-align: center;
	padding: 100px 0;
}
#best_feature_05 .sub-title h6 {
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 15px;
	color: #d94804;
}
#best_feature_05 .sub-title p {
	color: #828282;
}
#best_feature_05 .feature_items .single-wrapper {
	padding-right: 50px;
}
#best_feature_05 .feature_items .single-wrapper:last-child {
	margin-right: 0;
}
#best_feature_05 .feature_items .single-wrapper .single-items {
	text-align: center;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
	padding: 60px 25px;
}
#best_feature_05 .feature_items .single-wrapper .single-items:hover img {
	webkit-animation: pulse 0.5s ease;
	animation: pulse 0.5s ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
#best_feature_05 .feature_items .single-wrapper .single-items h3 {
	font-size: 24px;
	font-weight: 600;
	color: #333333;
}
#best_feature_05 .feature_items .single-wrapper .single-items img {
	padding: 30px 0;
}
#best_feature_05 .feature_items .single-wrapper .single-items p {
	color: #828282;
	font-size: 16px;
	font-weight: 300;
	margin: 0;
}
#best_feature_05 .payment-options {
	display: flex;
	justify-content: space-between;
}
#best_feature_05 .payment-options h3 {
	margin-bottom: 70px;
	font-size: 30px;
	font-weight: 700;
}
#best_feature_05 .payment-options .payment-single-05 {
	height: 175px;
	width: 175px;
	background: #ffffff;
	margin: 0 15px;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
#best_feature_05 .payment-options .payment-single-05:hover {
	background: #f2a516;
}
#best_feature_05 .payment-options .payment-single-05:hover .payment-icon i:before {
	color: #ffffff !important;
}
#best_feature_05 .payment-options .payment-single-05 .payment-wrapper .payment-icon {
	height: 90px;
	width: 90px;
	margin: 0px auto;
	top: 50%;
	transform: translateY(50%);
}
#best_feature_05 .payment-options .payment-single-05 .payment-wrapper .payment-icon i {
	line-height: 90px;
}
#best_feature_05 .payment-options .payment-single-05 .payment-wrapper .payment-icon i:before {
	font-size: 90px;
	margin: 0;
	color: #254786;
	transition: all 0.3s ease-in-out;
}
#roadmap_05 {
	background: #333333;
	background: url("../images/bg-img/roadmap-05.png") no-repeat 100% 100%;
	background-size: cover;
	position: relative;
	padding: 150px 0;
}
#roadmap_05 .sub-title {
	margin: 0px auto 70px;
}
#roadmap_05 .sub-title h2 {
	color: #ffffff;
}
#roadmap_05 .sub-title p {
	color: #ffffff;
}
#roadmap_05 .container {
	max-width: 1300px;
}
#roadmap_05 .single-items {
	text-align: center;
	margin-bottom: 70px;
}
#roadmap_05 .single-items h3 {
	font-size: 25px;
	font-weight: 500;
	padding: 35px 15px 15px;
	color: #ffffff;
}
#roadmap_05 .single-items p {
	color: #c0c0c0;
	line-height: 26px;
	font-weight: 400;
}
#roadmap_05 .location_04 {
	text-align: center;
}
#roadmap_05 .location_04 .location_wrapper .roadmap_position {
	position: relative;
	height: 420px;
	width: 1300px;
}
#roadmap_05 .location_04 .location_wrapper span {
	position: relative;
}
#roadmap_05 .location_04 .location_wrapper span:before {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 10px;
	width: 10px;
	background: #d94804;
	content: "";
	border-radius: 50%;
	transform: translate(-50%, -50%);
}
#roadmap_05 .location_04 .location_wrapper span:after {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 34px;
	width: 34px;
	border: 1px solid #d94804;
	content: "";
	border-radius: 50%;
	transform: translate(-50%, -50%);
}
#roadmap_05 .location_04 .location_wrapper .location {
	position: absolute;
	width: 25%;
}
#roadmap_05 .location_04 .location_wrapper .location .map_date {
	margin-bottom: 50px;
}
#roadmap_05 .location_04 .location_wrapper .location .map_date h5 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
}
#roadmap_05 .location_04 .location_wrapper .location .location_title {
	padding: 40px 0 50px;
}
#roadmap_05 .location_04 .location_wrapper .location .location_title h3 {
	font-weight: 500;
	font-size: 16px;
	color: #d94804;
	margin-bottom: 15px;
}
#roadmap_05 .location_04 .location_wrapper .location .location_title p {
	font-size: 16px;
	font-weight: 300;
	margin: 0;
	color: #c0c0c0;
}
#roadmap_05 .location_04 .location_wrapper .location_0 {
	left: -20%;
	bottom: 17%;
}
#roadmap_05 .location_04 .location_wrapper .location_1 {
	left: 0%;
	bottom: 35%;
}
#roadmap_05 .location_04 .location_wrapper .location_2 {
	left: 30%;
	bottom: 50%;
}
#roadmap_05 .location_04 .location_wrapper .location_3 {
	right: 30%;
	bottom: -10%;
}
#roadmap_05 .location_04 .location_wrapper .location_4 {
	right: 10%;
	bottom: 5%;
}
#roadmap_05 .location_04 .location_wrapper .location_5 {
	right: -10%;
	bottom: 45%;
}
#roadmap_05 .header-shape {
	position: absolute;
	z-index: 1;
}
#roadmap_05 .shape1 {
	bottom: 40%;
	left: 30px;
}
#roadmap_05 .shape2 {
	top: 13%;
	right: 10%;
}
.team_membar_05 {
	background: transparent;
	padding: 100px 0;
}
.team_membar_05 .sub-title {
	max-width: 500px;
	margin: 0px auto 50px;
}
.team_membar_05 .single-wrapper {
	margin: 0 30px;
}
.team_membar_05 .single-wrapper .team-single-item {
	margin-bottom: 60px;
}
.team_membar_05 .single-wrapper .team-single-item:last-child {
	margin-bottom: 0;
}
.team_membar_05 .owl-item.active {
	margin-top: 0px;
}
.team_membar_05 .owl-controls {
	margin-top: 80px;
}
.team_membar_05 .owl-controls .owl-page.active span {
	background: #d94804!important;
}
.team_membar_05 .owl-controls .owl-page span {
	background: #ecf0ff;
	width: 11px;
	height: 11px;
	margin: 5px 7px;
	opacity: 1;
}
/*---------- Company logos-------*/

#companis_logos_05 {
	background: #ffffff;
	padding: 100px 0;
}
#companis_logos_05 .sub-title h2 {
	font-size: 40px;
	font-weight: 600;
}
#companis_logos_05 .sub-title p {
	color: #c0c0c0;
}
#companis_logos_05 ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
#companis_logos_05 ul:last-child {
	justify-content: center;
	margin-bottom: 0;
}
#companis_logos_05 ul li {
	width: 20%;
}
#companis_logos_05 ul li img {
	display: flex;
	height: auto;
	min-height: 37px;
	width: 70%;
	margin: 0 auto;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}
.company-item :hover {
	webkit-animation: tada 1s ease;
	animation: tada 1s ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	cursor: pointer;
}
#faq-area-05 {
	background: #f5f5f7;
	padding: 100px 0 150px;
}
#faq-area-05 .sub-title {
	margin: 0;
	text-align: left;
	margin-bottom: 30px;
	max-width: 350px;
}
#faq-area-05 .sub-title h2 {
	font-weight: 500;
	line-height: 46px;
	margin-bottom: 30px;
}
#faq-area-05 .sub-title p {
	margin: 0;
	color: #c0c0c0;
}
#faq-area-05 .faq-wrapper .accordion-wrapper .accordion-single {
	background: #ffffff;
	border: none;
	margin-bottom: 15px;
	border-radius: 5px;
}
#faq-area-05 .faq-wrapper .accordion-wrapper .accordion-single:last-child {
	border-bottom: 1px solid transparent;
	margin-bottom: 0px;
}
#faq-area-05 .faq-wrapper .accordion-wrapper .accordion-single .panel-heading {
	background: transparent;
	border: none;
	padding: 0 25px;
	height: 80px;
}
#faq-area-05 .faq-wrapper .accordion-wrapper .accordion-single .panel-heading a {
	line-height: 80px;
	color: #333333;
	font-size: 22px;
	font-weight: 400;
}
#faq-area-05 .faq-wrapper .accordion-wrapper .accordion-single .panel-heading a i {
	float: right;
}
#faq-area-05 .faq-wrapper .accordion-wrapper .accordion-single .accordion-content {
	padding: 0 25px 25px;
}
#faq-area-05 .faq-wrapper .accordion-wrapper .accordion-single .accordion-content p {
	font-size: 16px;
	color: #c0c0c0;
	margin: 0;
}
#faq-area-05 .faq-wrapper .accordion-wrapper .panel-title > a:before {
	float: right !important;
	padding-right: 15px;
	font-family: "FontAwesome";
	content: "\f068";
	font-weight: 600;
	font-size: 14px;
	color: #d94804;
}
#faq-area-05 .faq-wrapper .accordion-wrapper .panel-title > a.collapsed:before {
	float: right !important;
	font-family: "FontAwesome";
	content: "\f067";
	font-weight: 600;
	font-size: 14px;
	padding-right: 15px;
	color: #d94804;
}
#faq-area-05 .faq-wrapper .accordion-wrapper .panel-title > a:hover,
#faq-area-05 .faq-wrapper .accordion-wrapper .panel-title > a:active,
#faq-area-05 .faq-wrapper .accordion-wrapper .panel-title > a:focus {
	text-decoration: none;
}
#footer-05 {
	background: #333c52;
	padding-top: 150px;
	overflow: hidden;
	z-index: 1;
}
#footer-05:before {
	background: #333333f7;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: "";
}
#footer-05 .footer-btm-wrapper {
	padding-bottom: 40px;
}
#footer-05 .footer_items {
	display: flex;
	justify-content: space-between;
}
#footer-05 .footer_items .footer_single_list_1 {
	width: 40%;
}
#footer-05 .footer_items .footer_single_list_2 {
	width: 20%;
}
#footer-05 .footer_items .footer_single_list_3 {
	width: 20%;
}
#footer-05 .footer_items .footer_single_list_4 {
	width: 26%;
}
#footer-05 .footer_items .footer_single_list_4 .image-div {
	margin-top:46%;
}
#footer-05 .social-items {
	display: flex;
	justify-content: start;
	margin-top: 118px;
}
#footer-05 .social-items li {
	margin-right: 15px;
}
#footer-05 .social-items li:last-child {
	margin-right: 0;
}
#footer-05 .social-items li a:hover {
	padding-left: 0px;
}
#footer-05 .social-items li a i {
	background: transparent;
	border: 1px solid #ffffff;
	color: #ffffff;
	height: 46px;
	width: 46px;
	text-align: center;
	line-height: 46px;
	border-radius: 50%;
	font-size: 16px;
	margin: 0;
	transition: all 0.3s ease-in-out;
}
#footer-05 .social-items li a i:hover {
	background: #f2a516;
	color: #ffffff;
	border: 1px solid #f2a516;
}
#footer-05 .subtitle_1 {
	font-size: 16px !important;
	font-weight: 600;
	color: #d94804;
}
#footer-05 .subtitle_2 {
	font-size: 13px !important;
	font-weight: 400;
	color: #c0c0c0;
}
#footer-05 .subtitle_2:hover {
	font-size: 14px !important;
	font-weight: 400;
	color: #f2a516;
}
#footer-05 .li-title {
	font-size: 16px !important;
	font-weight: 400;
	color: #ffffff;
}
#footer-05 ul li a {
	font-weight: 400;
	font-size: 16px;
}
#footer-05 p {
	color: #c0c0c0;
	font-weight: 400;
	margin: 0 115px 0 0;
}
#footer-05 .copyright p {
	font-size: 16px;
	margin: 0;
	padding: 30px 0;
	border-top: 1px solid #4f4f4f;
	line-height: 14px;
	text-align: center;
	position: relative;
}
#footer-05 .header-shape {
	position: absolute;
	z-index: -1;
}
#footer-05 .shape1 {
	top: 30%;
	left: -28%;
}
#footer-05 .shape2 {
	top: -50%;
	left: -34%;
}
#footer-05 .shape3 {
	bottom: 2%;
	right: -9%;
}
#footer-05 .shape3 img {
	width: 500px;
}
#team_membar_02 {
	background: transparent;
	padding: 100px 0;
}
#team_membar_02 .sub-title {
	max-width: 500px;
	margin: 0px auto 50px;
}
#team_membar_02 .single-wrapper {
	margin: 0 30px;
}
#team_membar_02 .single-wrapper .team-single-item {
	overflow: hidden;
	border-radius: 5px;
}
#team_membar_02 .single-wrapper .team-single-item figure {
	position: relative;
	margin: 0;
}
#team_membar_02 .single-wrapper .team-single-item figure .member-img {
	position: relative;
}
#team_membar_02 .single-wrapper .team-single-item figure .member-img:before {
	background: #f2a516;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
}
#team_membar_02 .single-wrapper .team-single-item figure .member-img img {
	width: 100%;
}
#team_membar_02 .single-wrapper .team-single-item figure figcaption {
	content: "";
	left: 0;
	bottom: 0;
	position: absolute;
	transition: all 0.3s ease 0s;
	width: 100%;
}
#team_membar_02 .single-wrapper .team-single-item figure figcaption .member-name {
	transition: all 0.3s ease-in-out;
	text-align: left;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 0;
	margin-left: 40px;
}
#team_membar_02 .single-wrapper .team-single-item figure figcaption .member-name h4 {
	transition: all 0.3s ease-in-out;
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
}
#team_membar_02 .single-wrapper .team-single-item figure figcaption .member-name span {
	transition: all 0.3s ease-in-out;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.3s ease 0s;
	color: #ffffff;
	line-height: 36px;
}
#team_membar_02 .single-wrapper .team-single-item figure figcaption .social-links {
	margin: 0px auto;
	text-align: left;
	padding-left: 40px;
	height: 55px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	margin-bottom: -55px;
}
#team_membar_02 .single-wrapper .team-single-item figure figcaption .social-links li {
	display: inline-flex;
	margin-right: 15px;
	line-height: 55px;
}
#team_membar_02 .single-wrapper .team-single-item figure figcaption .social-links li a {
	color: #ffffff;
	font-size: 18px;
	transition: all 0.3s ease 0s;
}
#team_membar_02 .single-wrapper .team-single-item figure figcaption .social-links li a:hover {
	color: #d94804;
}
#team_membar_02 .single-wrapper .team-single-item figure:hover .member-img:before {
	visibility: visible;
	opacity: 0.7;
}
#team_membar_02 .single-wrapper .team-single-item figure:hover figcaption {
	transition: all 0.3s ease-in-out;
}
#team_membar_02 .single-wrapper .team-single-item figure:hover figcaption .social-links {
	visibility: visible;
	opacity: 1;
	margin-bottom: 0px;
}
#team_membar_02 .owl-item.active {
	margin-top: 0px;
}
#team_membar_02 .owl-controls {
	margin-top: 80px;
}
#team_membar_02 .owl-controls .owl-page.active span {
	background: #d94804!important;
}
#team_membar_02 .owl-controls .owl-page span {
	background: #ecf0ff;
	width: 11px;
	height: 11px;
	margin: 5px 7px;
	opacity: 1;
}