/* ---------------------------------------------
        ==Start Default setting==
--------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	position: relative;
	font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
	margin: 0px;
	padding: 0px;
	font-family: 'Poppins', sans-serif;
}

a {
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.section-padding {
	padding: 120px 0px;
	padding: 120px 0px;
}

img {
	max-width: 100%;
	height: auto;
}

.align-middle {
	display: inline-block;
	float: none;
	margin-right: -4px;
	vertical-align: middle;
}
button{
    border: none;
}
input:focus,select:focus,button:focus{
    outline: none;
}
.custom_container{
	max-width: 1650px;
	padding: 0px 15px;
	margin: 0 auto;
}
.margin_bt_100{
	margin-bottom: 100px;
}
.padding_bt_40{
	padding-bottom: 40px
}
.padding_140{
	padding: 140px 0px;
}
.padding_top_140{
	padding-top: 140px;
}
.padding_200 {
	padding: 200px 0px 100px;
}
#mobile-nav-wrap {
	display: none;
}
/* -------------------- Start button style ------------------- */
.btn_two {
	width: 211px;
	height: 57px;
	display: inline-block;
	line-height: 57px;
	border: 1px solid #fff;
	background: #eeb81c;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 5px;
	transition: 0.5s;
}
.btn_two:hover{
	background: transparent;
	color: #fff;
}
.ico_count_btn {
	display: inline-block;
	margin-top: 35px;
}
.btn_one {
	width: 211px;
	height: 57px;
	border-radius: 5px;
	line-height: 57px;
	border: 1px solid #fff;
	display: inline-block;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}
.btn_one:hover {
	background: #fff;
	color: #eeb81c;
}
.ico_feature_btn {
	display: inline-block;
	margin-top: 40px;
}
.ico_market_left a {
	margin-top: 30px;
}
.slider_btn {
	display: inline-block;
	margin-top: 50px;
}
.ico_count_btn a:hover {
	color: #fff;
	background: transparent;
}
.footer_content button:hover {
	color: #eeb81c;
	background: #fff;
}
/* -------------------- End button style ------------------- */

/* -------------------- Start section title style ------------------- */
.section_title {
	margin: 0 auto 90px;
	text-align: center;
}
.single_page_text a {
	font-size: 24px;
	color: #363636;
	transition: 0.3s;
}
.single_page_text a:hover {
	color: #eeb81c;
}
.single_page_img {
	margin-bottom: 50px;
}
.section_title h1 {
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.section_title h1 span{
	color: #eeb81c;
}
.section_title p {
	color: #e6e6e6;
	font-size: 16px;
}
.section_title h1 {
	margin-bottom: 15px;
}
/* -------------------- End section title style ------------------- */

/* -------------------- Start transition style ------------------- */
.ico_single_ser h3, 
.mainmenu ul li a,
.ico_dis_token_top ul li,
.ico_dis_token_bottom ul li,
.ico_single_team a h3,
.contact_add_desc a,
.contact_add_desc {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.mainmenu > ul > li:last-child > a,
.btn_one,
.ico_count_btn a,
.footer_content button,
.footer_social_list a,
.footer_social_list a i{
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
/* -------------------- End transition style ------------------- */

/* -------------------- Start preloader style ------------------- */
/* -------------------- End preloader style ------------------- */

/* ---------------------------------------------
        ==End Default setting==
--------------------------------------------- */

/* ---------------------------------------------
        ==Start Header CSS==
--------------------------------------------- */
.header_area {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}
.contact .header_area{
	border-bottom:1px dashed #394c5e;
}
.contact .header_area::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: -4px;
	border-bottom: 1px dashed #394c5e;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.mainmenu ul li {
	display: inline-block;
	position: relative;
}
.mainmenu ul li a {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	padding: 0px 26px;
	line-height: 120px;
}
.mainmenu ul li:hover .sub_menu{
	top:80%;
	opacity: 1;
}
.mainmenu ul li.current_page_item a {
	color: #eeb81c;
}
.mainmenu ul li:hover > a {
	color: #eeb81c;
}
.header_logo a {
	display: inline-block;
	line-height: 120px;
}
.mainmenu > ul > li:last-child > a {
	padding: 0px;
	border: 2px solid #fff;
	display: inline-block;
	width: 204px;
	height: 40px;
	line-height: 39px;
	text-align: center;
	border-radius: 30px;
	color: #eeb81c;
}
.sub_menu {
	position: absolute;
	left: 0;
	top: 100%;
	background: rgba(8,31,54,0.7);
	width: 200px;
	z-index: 2;
	padding: 15px 0px;
	transition: 0.5s;
	transform-origin: top left;
	opacity: 0;
}
.mainmenu ul li > ul > li a {
	color: #fff;
	line-height: 35px;
	font-size: 15px;
}
.mainmenu > ul > li:last-child > a:hover {
	background: #fff;
}
/* ---------------------------------------------
        ==Start Header CSS==
--------------------------------------------- */

/* ---------------------------------------------
        ==Start Banner CSS==
--------------------------------------------- */
.banner_area {
	background: url(images/banner-bg.jpg) no-repeat scroll 0 0/cover;
	height: 100vh;
	display: flex;
	align-items: center;
	text-align: center;
}
.banner_area h1 {
	font-size: 50px;
	color: #fff;
	margin-bottom: 30px;
}
.banner_area h2 {
	font-size: 24px;
	color: #fff;
	margin-bottom: 40px;
}
.banner_area h2 span{
	color: #eeb81c;
}
.banner_area a {
	margin: 0px 20px;
}
.single_page_img {
	max-height: 700px;
	overflow: hidden;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.6);
}
.single_page_img a {
	display: inline-block;
}
.single_page {
	text-align: center;
}
.pages_link_area {
	padding: 140px 0px 40px;
}
.section_title h2 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
}
.section_title h2 span{
	color: #eeb81c;
}
.single_page:hover .single_page_img img {
	transform: scale(1.05);
}
.single_page_img img{
	transition: 0.5s;
	transform: scale(1);
}
.single_page {
	margin-bottom: 100px;
}
/* ---------------------------------------------
        ==Start Footer CSS==
--------------------------------------------- */
.footer_area {
	background: url(images/footer-bg.jpg) no-repeat scroll 0 0/cover;
	text-align: center;
}
.footer_top_area {
	border-bottom: 1px solid #e1e2e2;
}
.footer_content {
	max-width: 560px;
	margin: 0 auto;
}
.footer_content a {
	display: inline-block;
}
.footer_content img{
	margin-bottom: 30px;
}
.footer_content form p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 30px;
}
.footer_content form {
	position: relative;
	margin-bottom: 40px;
}
.footer_content input {
	width: 100%;
	height: 54px;
	background: transparent;
	border: 2px solid #e2e2e2;
	border-radius: 30px;
	padding-left: 30px;
	color: #959595;
}
.footer_content button {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 54px;
	width: 200px;
	border-top-right-radius: 30px;
	line-height: 54px;
	background: #d8a91d;
	color: #fff;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 18px;
	border-bottom-right-radius: 30px;
}
.footer_social_list a {
	width: 36px;
	height: 36px;
	background: #fff;
	line-height: 36px;
	transform: rotate(45deg);
	margin: 0px 10px;
	border-radius: 5px;
}
.footer_social_list a:hover {
	background: #eeb81c;
}
.footer_social_list a:hover i{
	color: #fff;
}
.footer_social_list a i {
	transform: rotate(-45deg);
	font-size: 16px;
	color: #0c2239;
}
.footer_bottom_area {
	padding: 50px 0px;
}
.footer_bottom_area p {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}
.footer_bottom_area p a{
	color: #eeb81c;
	font-weight: 500;
}
/* ---------------------------------------------
        ==End Footer CSS==
--------------------------------------------- */

/* ---------------------------------------------
        ==Start responsive CSS==
--------------------------------------------- */
@media (max-width: 991px){
	.banner_area h1 {
		font-size: 40px;
	}
}
@media (max-width: 768px){
	.banner_area h1 {
		font-size: 33px;
		margin-bottom: 15px;
	}
	.banner_area h1 {
		font-size: 33px;
		color: #fff;
	}
}
@media (max-width: 575px){
	.mainmenu {
		display: none;
	}
	.banner_area h1 {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.header_logo a {
		line-height: 79px;
	}
	.header_logo{
		text-align: center;
	}
	.banner_area h2 {
		font-size: 16px;
	}
	.btn_one {
		width: 184px;
		height: 45px;
		line-height: 45px;
	}
	.btn_two {
		width: 184px;
		height: 45px;
		line-height: 45px;
	}
	.banner_area a {
		margin-bottom: 30px;
	}
	.banner_area {
		padding-top: 80px;
	}
	.footer_content button {
		width: 100px;
		font-size: 14px;
	}
	.footer_social_list a {
		margin-bottom: 20px;
	}
	.section_title h2 {
		font-size: 16px;
	}
	.section_title {
		margin: 0 auto 45px;
	}
	.single_page {
		margin-bottom: 44px;
	}
	.single_page_text a h3 {
		font-size: 20px;
	}
	.pages_link_area {
		padding: 140px 0px 60px;
	}
	.footer_social_list a {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
}
/* ---------------------------------------------
        ==End responsive CSS==
--------------------------------------------- */