@charset "utf-8";
/* CSS Document */

*::-moz-selection {
	background: #f6b20e none repeat scroll 0 0;
	color: #fff;
}

::-moz-selection {
	background: #64bb67;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #64bb67;
	color: #fff;
	text-shadow: none;
}

body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 30px;
	overflow-x: hidden;
	position: relative;
	font-weight: 300;
}

section {
	clear: both;
	padding: 110px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto Slab', serif;
}

h1 {
	font-size: 66px;
}

h2 {
	font-size: 46px;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 32px;
}

h5 {
	font-size: 26px;
}

h6 {
	font-size: 22px;
}


p {
	font-size: 16px;
	color: #585858;
	line-height: 27px;
}


.secondary-bg {
	background-color: #010a1c;
}

.primary-bg {
	background-color: #fff;
}

.third-bg {
	background-color: #fff;
}

.fourth-bg {
	background-color: #fff;
	border-top: 1px solid #E6E6E6;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: relative;
}

.fifth-bg {
	background-color: #f0efef;
}


a {
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.padding_bottom_none {
	padding-bottom: 0px;
}

.padding_none {
	padding: 0;
}

.clear {
	clear: both;
}

img {
	max-width: 100%;
}

.section_heading.primary-bg>a {
	text-decoration: none;
}

.section_heading.secondary-bg.recent_post>a {
	text-decoration: none;
}

.container {
	position: relative;
	z-index: 1;
}

.copyrights {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

.navbar-fixed-top {
	top: 5px
}

/*============
	header
===================*/
header {
	background: rgba(0, 0, 0, 0.5);
	margin: 0 auto;
	padding: 0;
}

.logo_img {
	padding: 9px 0;
}

/*=========
	menu
==========*/

.dropdown .dropdown-toggle::after {

	content: "";
	font-family: fontawesome;
	font-size: 10px;
	font-weight: 400;
	margin: 0 3px;
	position: absolute;
}

.dropdown .dropdown-toggle {
	position: relative;
}

.navbar.navbar-default,
#navbar.collapse.navbar-collapse {
	background-color: transparent;
}


.navbar {
	border: 0 solid hsla(0, 0%, 0%, 0);
	margin-bottom: 0;
	position: relative;
}

.collapse.navbar-collapse {
	background: hsl(0, 0%, 0%) none repeat scroll 0 0;
	margin: 0 auto;
	text-align: right;
}

.navbar ul.nav.navbar-nav {
	float: none;
	text-align: center;
}

.navbar ul.nav.navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: middle;
}

.navbar ul.nav.navbar-nav li {
	margin: 0;
	padding: 0 5px;
}

.navbar ul.nav.navbar-nav li:first-child {
	border-left: 0px;
}

.navbar ul.nav.navbar-nav li:last-child {
	border-right: 0px;
}

.navbar ul.nav.navbar-nav li a {
	color: hsl(0, 0%, 100%);
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	padding-left: 10px;
	padding-right: 13px;
	text-transform: uppercase;
}

.navbar ul.nav.navbar-nav li a:hover {
	background-color: #13BA82;
	color: #fff;
}

.navbar ul.nav.navbar-nav li.active a {
	background-color: #13BA82;
	color: #fff;
}

.navbar-collapse {
	overflow-x: visible;
	padding-left: 0;
	padding-right: 0;
}

@media (min-width:990px) {
	.navbar-collapse {
		display: inline-block;
	}
}

/*----------blog----------*/
section.post_blog_bg {
	padding: 10px 0 60px;
}

.blog_category>ul {
	margin: 0;
	padding: 0;
}

.blog_category li {
	display: inline-block;
	font-size: 13px;
	font-weight: 300;
	list-style: outside none none;
	text-transform: uppercase;
}

.blog_category {
	display: inline-block;
	float: left;
}

.blog_text>ul {
	margin: 0;
	padding: 0;
}

.blog_text li {
	display: inline;
	font-size: 13px;
	font-weight: 300;
	list-style: outside none none;
	padding: 0 0 0 10px;
	text-transform: uppercase;
}

.blog_text li a {
	font-size: 13px;
	font-weight: 300;
	color: #949393;
	text-transform: uppercase;
}

.blog_text li a:hover {
	color: #f6b20e;

}

.blog_post>h4 {
	padding-bottom: 10px;
}

.blog_post_img {
	margin: 10px 0 20px;
}

.blog_post {
	border-bottom: 1px solid hsl(0, 0%, 80%);
	padding: 40px 0;
}

.blog_post>p {
	font-family: open sans;
	font-size: 17px;
	font-weight: 400;
	margin: 0 0 15px;
}

.blog_post>a {
	color: hsl(0, 0%, 0%);
	font-size: 17px;
	font-weight: 300;
}

.blog_post>a:hover {
	color: #f6b20e;
}

.blog_category li a {
	color: hsl(0, 0%, 0%);
	font-weight: 600;
}

.blog_category li a:hover {
	color: #f6b20e;
}

.blog_post h4 a {
	color: hsl(0, 0%, 0%);
	font-weight: 300;
}

article.blog_post:last-child {
	border-bottom: medium none;
}

.page-numbers {
	clear: both;
	margin: 30px auto;
	padding: 0;
}

.page-numbers li {
	display: inline-block;
	list-style: outside none none;
}

.page-numbers li:hover a,
.page-numbers li:hover span,
.page-numbers li .current {
	background-color: hsl(42, 93%, 51%);
	color: hsl(0, 0%, 100%);
	border-radius: 10px;
}

.page-numbers li a,
.page-numbers li span {
	color: hsl(0, 0%, 0%);
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	margin-right: 5px;
	padding: 4px 15px;
	text-decoration: none;
}

.page-numbers li a,
.page-numbers li span {
	color: hsl(0, 0%, 0%);
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	margin-right: 5px;
	padding: 1px 12px;
	text-decoration: none;
}

.side_bar_heading {
	text-align: center;
}

.side_bar_heading h6 {
	border-bottom: 1px solid hsl(0, 0%, 75%);
	display: inline-block;
	font-weight: 300;
	line-height: 64px;
	margin-bottom: 40px;
	margin-top: 0;
	padding: 0 10px 10px;
	position: relative;
	text-transform: uppercase;
}


.side_bar_heading h6::after {
	bottom: -34px;
	content: "";
	font-family: fontawesome;
	font-size: 30px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	color: rgba(0, 0, 0, 0.5);
}


.side_bar_sub_heading h6 {
	border-bottom: 1px solid hsl(0, 0%, 75%);
	display: inline-block;
	font-weight: 300;
	line-height: 64px;
	margin-bottom: 40px;
	margin-top: 0;
	padding: 0 10px 10px;
	position: relative;
	text-transform: uppercase;
	color: #fff;
}


.side_bar_sub_heading h6::after {
	bottom: -34px;
	content: "";
	font-family: fontawesome;
	font-size: 30px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	color: rgba(255, 255, 255, 0.5);
}


.news_sletter p {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: hsl(0, 0%, 100%);
}

.news_sletter {
	background: hsl(0, 0%, 0%) none repeat scroll 0 0;
	padding: 27px;
	margin-bottom: 40px;
	text-align: center;
}

.blog_form .form-control {
	border: medium none;
	border-radius: 10px;
	box-shadow: none;
	height: 50px;
}

.search_btn-3 .btn-default {
	background: hsl(39, 100%, 50%) none repeat scroll 0 0;
	border: medium none;
	border-radius: 10px;
	color: hsl(0, 0%, 100%);
	font-family: roboto slab;
	font-size: 22px;
	height: 50px;
	width: 100%;
}

.side_blog_bg {
	padding: 60px 0 60px;
}

.sidebar_wrap {
	border: 1px solid hsl(0, 0%, 80%);
	padding: 20px;
	margin-bottom: 40px;
}

.recent-detail {
	border-bottom: 1px solid hsl(0, 0%, 80%);
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 20px;
}

.recent-image {
	float: left;
	padding: 0 12px 0 0;
}

.recent-text h6 {
	color: hsl(0, 0%, 0%);
	font-size: 18px;
	font-weight: 300;
	margin: 0;
	padding: 0 0 10px;
}

.blog_category.side_category {
	display: inline-block;
	float: left;
}

.blog_category.side_category li {
	font-size: 11px;
}

.recent-detail:last-child {
	border-bottom: medium none;
}

.category-detail>ul {
	margin: 0 auto 30px;
	padding: 0;
}

.category-detail li {
	border-bottom: 1px dashed hsl(0, 0%, 80%);
	list-style: outside none none;
	margin: 0 20px 0 20px;
	padding: 10px 0;
}

.category-detail span {
	float: right;
}

.category-detail i {
	padding-right: 5px;
}

.category-detail li:last-child {
	border-bottom: medium none;
}

.category-detail li a {
	color: hsl(0, 0%, 0%);
	font-size: 15px;
}

.category-detail li a:hover {
	color: #ffa200;
}

.tag-detail ul {
	margin: 0 auto 30px;
	padding: 0;
}

.tag-detail li {
	display: inline-block;
	list-style: outside none none;
	padding: 3px 0px;
}

.tag-detail li a {
	background: #f6b20e none repeat scroll 0 0;
	border-radius: 10px;
	color: hsl(0, 0%, 100%);
	font-size: 14px;
	font-weight: 300;
	padding: 5px 18px;
}

.recent-text a {
	color: hsl(0, 0%, 0%);
}

.recent-text a:hover {
	color: #f6b20e;
}

.blog_post h4 a:hover {
	color: #f6b20e;
}

.tag-detail li a:hover {
	background: #d7232d;
}

article.blog_post {
	margin: 0;
}

.form-group.blog_form {
	margin: 0;
	padding: 25px 0;
}





/*---------coming soon--------*/
.logo_bar {
	padding: 10px 0;
}

.logo_bar>ul {
	display: inline-block;
	float: right;
	margin: 0;
	padding: 0;
}

.logo_bar li a {
	border: 1px solid hsl(0, 0%, 100%);
	color: hsl(0, 0%, 100%);
	padding: 5px 30px;
	font-size: 15px;
	line-height: 27px;
	font-weight: 300;
}

.logo_bar li {
	list-style: none;
	display: inline-block;
}

.logo_bar li a:hover {
	background: #ffa200;
	color: #fff;
}

section.coming_soon_bg {
	background: hsl(221, 93%, 6%) url("../images/top_banner.png") no-repeat fixed 0 0 / cover;
	position: relative;
	padding: 60px 0 160px;
}

section.coming_soon_bg:after {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
	content: "";
	background: rgba(1, 10, 28, 0.8);
}

.coming_soon_detail {
	width: 80%;
}

.coming_soon_detail h2 {
	color: hsl(0, 0%, 100%);
	font-weight: 400;
	line-height: 65px;
}



#defaultCountdown {
	margin: 0 auto;
	padding: 10px 0 40px;
	text-align: left;
}

#defaultCountdown .countdown-section {
	display: inline-block;
	height: 144px;
	list-style: outside none none;
	margin: 0 30px 0 auto;
	padding: 30px 0;
	text-align: center;
	width: 104px;
}

#defaultCountdown .countdown-section .countdown-period {
	color: hsl(0, 0%, 100%);
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 50px;
	text-align: center;
	font-weight: 400;
	font-family: roboto slab;
}

#defaultCountdown .countdown-section .countdown-amount {
	border: 2px solid #ffa200;
	border-radius: 100px;
	color: hsl(0, 0%, 100%);
	display: block;
	font-size: 36px;
	font-weight: 400;
	line-height: 33px;
	padding: 35px 0;
	text-align: center;
	font-family: roboto slab;

}

.email_field .form-control {
	border: 1px solid hsl(0, 0%, 80%);
	border-radius: 10px;
	box-shadow: none;
	color: hsl(0, 0%, 0%);
	font-size: 18px;
	font-weight: 300;
	height: 55px;
	margin: 0 auto;
	position: relative;
	width: 50%;
	float: left;
}

.search_btn-2 {
	bottom: -35px;
	position: absolute;
	right: 240px;
}

.search_btn-2 .btn.btn-default {
	background: hsl(42, 93%, 51%) none repeat scroll 0 0;
	border: medium none;
	border-radius: 0 10px 10px 0;
	color: hsl(0, 0%, 100%);
	font-family: roboto slab;
	font-size: 22px;
	font-weight: 500;
	line-height: 29px;
	margin: 10px 0 35px;
	padding: 13px 40px;
}

.coming_soon_footer {
	background: hsla(0, 0%, 0%, 0.5) none repeat scroll 0 0;
	bottom: 0;
	padding: 15px 0 5px;
	position: absolute;
	width: 100%;
}

.coming_soon_footer ul {
	float: right;
	margin: 0;
	padding: 0;
}

.coming_soon_footer li {
	display: inline-block;
	list-style: outside none none;
}

.coming_soon_footer p {
	color: hsl(0, 0%, 100%);
	display: inline-block;
	font-size: 17px;
}

.coming_soon_footer a {
	color: hsl(0, 0%, 100%);
	font-size: 22px;
	padding: 0 10px;
}

.coming_soon_footer a:hover {
	color: #ffa200;
}


/*----------error404---------*/
section.error_top_bg {
	background: hsl(220, 93%, 6%) url(../images/404_bg.png) no-repeat fixed 0 0 / cover;
	position: relative;
}

section.error_top_bg:after {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
	content: "";
	background: rgba(1, 10, 28, 0.8);
}

.category_m {
	text-align: center;
	margin: 0 auto;
}

.category_m>h2 {
	color: #fff;
	font-weight: 300;
	line-height: 40px;
}

ul.breadcrumbs_m {
	margin: 0;
	padding: 0;
}

.breadcrumb_m {
	border-radius: 0;
	list-style: outside none none;
	margin-bottom: 0;
	right: 0;
	top: 0;
}

#breadcrumbs_m>li {
	font-size: 15px;
	font-weight: 400;
	line-height: 44px;
	list-style: outside none none;
	display: inline-block;
	color: #fff;
}

#breadcrumbs_m a {
	color: #fff;
	text-decoration: none;
}

#breadcrumbs_m a:hover {
	color: #f69712;
}

.error_detail {
	text-align: center;
}

.text_404 {
	width: 49%;
	float: left;
	margin: 0 auto;
}

.text_404 h1 {
	font-size: 202px;
	font-weight: 300;
	margin: 0;
	padding-bottom: 50px;
}

.not_found {
	width: 49%;
	float: left;
	margin: 0 auto;
}

.not_found h2 {
	font-size: 132px;
	font-weight: 300;
	line-height: 45px;
}

.not_found h3 {
	font-size: 50px;
	font-weight: 300;
	line-height: 45px;
	padding-bottom: 30px;
}

.error_detail h3 {
	font-weight: 300;
	margin: 0 0 40px;
}

.error_form .form-control {
	border: 1px solid hsl(0, 0%, 80%);
	border-radius: 10px;
	box-shadow: none;
	color: hsl(0, 0%, 0%);
	font-size: 18px;
	font-weight: 300;
	height: 55px;
	width: 49%;
	margin: 0 auto;
	position: relative;
}

.search_btn .btn.btn-default {
	background: hsl(42, 93%, 51%) none repeat scroll 0 0;
	border: 1px solid hsl(0, 0%, 100%);
	border-radius: 10px;
	color: hsl(0, 0%, 100%);
	font-family: roboto slab;
	font-size: 22px;
	font-weight: 500;
	line-height: 29px;
	margin: 10px 0 35px;
	padding: 10px 30px;
}

.search_btn {
	bottom: -13px;
	left: 344px;
	position: absolute;
	right: 0;
}


/*---------- about-us --------*/

.about_us_img {
	float: left;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

.about_us_detail>ul {
	margin: 0;
	padding: 0;
}

.about_us_detail li {
	display: inline-block;
	float: left;
	font-size: 13px;
	line-height: 20px;
	list-style: outside none none;
	margin: 0 20px 40px 0;
	width: 47%;
}

.about_us_detail i {
	font-size: 30px;
	padding-right: 10px;
	color: #ffa200;
}

.about_us_detail {
	margin-top: 50px;
	overflow: hidden;
}

.app_screenshot {
	float: left;
	padding: 10px;
	width: 25%;
}

.panel-group .panel {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
	border-color: #e5e5e5;
	border-image: none;
	border-radius: 0;
	border-style: none none solid;
	border-width: medium medium 1px;
	box-shadow: none;
	margin-bottom: 26px;
	padding: 20px 0;
}

.panel-heading {
	position: relative;
	padding: 0;
}

.panel-title a {
	background-color: hsl(0, 0%, 100%);
	color: hsl(0, 0%, 0%);
	display: block;
	font-size: 24px;
	line-height: 30px;
	padding: 10px 10px 10px 60px;
	text-decoration: none;
	font-weight: 400;
}

.panel-title a.collapsed {
	background-color: hsl(0, 0%, 100%);
	color: hsl(0, 0%, 0%);
}

.font-icon-m {
	float: left;
	left: 0;
	position: absolute;
	top: 0;
}

.font-icon-m i.fa {
	background-color: hsl(0, 0%, 100%);
	color: hsl(0, 0%, 0%);
	font-size: 24px;
	height: 50px;
	line-height: 39px;
	padding: 7px;
	text-align: center;
	width: 47px;
}

.panel-title a.collapsed .fa-plus-circle {
	display: block;
}

.panel-title a .fa-plus-circle {
	display: none;
}

.panel-title a .fa-minus-circle {
	display: block;
}

.panel-title a.collapsed .fa-minus-circle {
	display: none;
}

.panel-body {
	background-color: hsl(0, 0%, 100%);
	padding: 20px 0 0 60px;
}

.panel-body p {
	color: hsl(0, 1%, 33%);
	margin-bottom: 20px;
}

#accordion1.panel-group {
	margin-bottom: 90px;
}


.screenshot_slider {
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 100px;
}






/*------ present app layers-------*/

section.top_banner_bg {
	background: hsl(220, 93%, 6%) url("../images/top_banner_bg.png") no-repeat fixed 0 0 / cover;
	padding-bottom: 0;
	position: relative;
	/* 	width: 100vw;
	height: calc(100vw * (810 / 1920)); */
}

section.top_banner_bg:after {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
	content: "";
	/* background:rgba(1, 10, 28, 0.8);	 */
}

.top-banner {
	width: 100vw;
	height: calc(100vw * (810 / 1920));
}

.present {
	position: relative;
	z-index: 2;
}

.present_img {
	position: relative;
	z-index: 2;
}

.present h1 {
	font-size: 54px;
	font-weight: 300;
	color: #fff;
	line-height: 76px;
	padding-bottom: 120px;
}

.present h5 {
	font-weight: 300;
	color: #fff;
}

.present span {
	color: hsl(37, 99%, 44%);
	font-weight: 700;
}

.present b {
	color: hsl(42, 93%, 51%);
	font-weight: 700;
}

.section_btn .btn.btn-default {
	background: hsl(357, 73%, 49%) none repeat scroll 0 0;
	border: 0 none;
	border-radius: 10px;
	box-shadow: 5px 5px 5px hsla(0, 0%, 0%, 0.2);
	color: hsl(0, 0%, 100%);
	font-size: 30px;
	font-weight: 600;
	line-height: 64px;
	margin: 40px 5px 0;
	padding: 5px 35px;
	text-shadow: 1px 1px 1px hsl(0, 0%, 0%);
	font-family: roboto slab;
}

.section_btn>span .btn.btn-default {
	background: #f6b20e;
}


.present_img {
	position: relative;
}

.section_btn .btn.btn-default:hover {
	background: #ba0a14 none repeat scroll 0 0;
}

.section_btn>span .btn.btn-default:hover {
	background: #d59700 none repeat scroll 0 0;
}

/* .section_sub_btn .btn.btn-default:hover {
	background-color: rgba(91, 174, 227, 0.5);
	border: none;
} */


/*-------- features ---------*/

.section_heading {
	text-align: center;
}

.section_heading h2 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	display: inline-block;
	font-weight: 300;
	line-height: 64px;
	margin-bottom: 60px;
	margin-top: 0;
	padding: 0 10px 10px;
	position: relative;
	text-transform: uppercase;
}


.section_heading h2::after {
	bottom: -34px;
	content: "";
	font-family: fontawesome;
	font-size: 30px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	color: #000;
}

.section_heading h4 {
	font-weight: 300;
	line-height: 45px;
	margin: 0;
	padding: 0 0 50px;
	color: #3B445C;
}

.features_detail>ul {
	margin: 0;
	padding: 0;
}

.features_detail li:nth-child(2n) {
	border-right: 0 none;
	padding-left: 18px;
	text-align: left;
}

.features_detail li:nth-last-child(2) {
	border-bottom: 0 none;
}

.features_detail li:nth-child(2n) {
	border-right: 0 none;
	padding-left: 18px;
	text-align: left;
}

.features_detail li:last-child {
	border-bottom: 0 none;
}

.features_detail li {
	border-bottom: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;

	display: inline-block;
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
	list-style: outside none none;
	margin-bottom: 20px;
	padding: 10px 20px 30px 0;
	text-align: right;
	width: 49%;
	float: initial;
	color: #555454;
}

.features_detail i {
	font-size: 28px;
	color: #f6b20e;
}

.features_detail h5 {
	color: hsl(0, 1%, 33%);
	font-weight: 400;
	line-height: 47px;
}

.features_img {
	text-align: right;
}

.features_detail {
	margin-top: 100px;
}


/*---------- services---------*/
.section_heading.section_heading_2 h2 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	display: inline-block;
	font-weight: 300;
	line-height: 64px;
	margin-bottom: 60px;
	padding: 0 10px 10px;
	position: relative;
	color: #000000;
}

.section_heading.section_heading_2 h2::after {
	bottom: -34px;
	content: "";
	font-family: fontawesome;
	font-size: 30px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	color: #000000;
}

.section_heading.section_heading_2 h4 {
	font-weight: 300;
	line-height: 45px;
	margin: 0;
	padding: 0 0 50px;
	color: #3B445C;
}

.services_img {
	float: left;
	padding: 0 0 0 0;
}


.services_detail span {
	border: 2px solid hsl(42, 93%, 51%);
	border-radius: 100%;
	color: hsl(42, 93%, 51%);
	display: inline-block;
	float: left;
	font-size: 30px;
	padding: 30px 32px;
}


.services_detail h5 {
	color: #fff;
	display: inline-block;
	float: left;
	line-height: 47px;
	margin: 0;
	padding: 0 20px 5px;
}

.services_detail p {
	color: hsl(0, 0%, 100%);
	float: left;
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
	padding: 0 0 0 20px;
	width: 74%;
}

.services_detail>ul {
	margin: 0;
	padding: 0;
}

.services_detail {
	margin-left: 45px;
	margin-top: 45px;
}

.services_detail li {
	margin-bottom: 30px;
	overflow: hidden;
}

.services_detail span i {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.services_detail span i:hover {
	border-radius: 50%;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}


section.our_service_bg {
	background: url(../images/services_bg.png) repeat scroll 0 0;
	position: relative;
}




section.our_service_bg:after {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
	content: "";
	background: rgba(1, 10, 28, 0.8);
}



/*------ how it work-------*/

.how_it_work_m {
	margin-top: 50px;
}

.how_it_work_m i {
	font-size: 46px;
	line-height: 50px;
	color: #f6b20e;
}

.how_it_work_m.text-right h5 {
	color: #555454;
	line-height: 50px;
	padding-bottom: 15px;
	position: relative;
}

.how_it_work_m.text-right h5::after {
	border-bottom: 1px solid hsl(42, 93%, 51%);
	bottom: 0;
	color: hsl(42, 93%, 51%);
	content: "";
	position: absolute;
	right: -60px;
	width: 60%;
	z-index: 1;
}

.how_it_work_m.text-right h5::before {
	content: "";
	font-family: fontawesome;
	font-size: 16px;
	position: absolute;
	right: -69px;
	top: 38px;
	z-index: 1;
	color: #f6b20e;
}

.how_it_work_m p {
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	padding: 8px 0;
	color: #555454;
}

.workng_img {
	margin: 0 auto;
	text-align: center;
}

.how_it_work_m.text-left h5 {
	color: #555454;
	line-height: 50px;
	padding-bottom: 15px;
	position: relative;
}

.how_it_work_m.text-left h5::after {
	border-bottom: 0.5px solid #f6b20e;
	bottom: 0;
	content: "";
	position: absolute;
	left: -60px;
	width: 60%;
	z-index: 1;
	color: #f6b20e;
}

.how_it_work_m.text-left h5::before {
	content: "";
	font-family: fontawesome;
	font-size: 16px;
	position: absolute;
	left: -69px;
	top: 38px;
	z-index: 1;
	color: #f6b20e;
}



/*--------price rate ----------*/
.table-1 {
	background: hsl(0, 0%, 100%) none repeat scroll 0 0;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.discount>p {
	color: hsl(0, 0%, 100%);
	font-size: 14px;
	font-weight: 300;
	margin: 0;
}

.discount {
	background: #d7232d none repeat scroll 0 0;
	left: -30px;
	padding: 5px 35px;
	position: absolute;
	top: 10px;
	transform: rotate(-43deg);
}

.table-1 h3 {
	font-size: 44px;
	font-weight: 300;
	margin: 0;
	padding: 20px 0;
}

.price_month {
	background: hsl(0, 2%, 89%) none repeat scroll 0 0;
	padding: 10px 0;
}

.round {
	background: hsl(0, 0%, 100%) none repeat scroll 0 0;
	border: none;
	border-radius: 100px;
	display: table;
	margin: 0 auto;
	padding: 31px 24px;
}

.round>h3 {
	font-size: 44px;
	font-weight: 700;
	line-height: 15px;
	padding: 0 0 15px;
}

.round span p {
	font-size: 18px;
	font-weight: 300;
	margin: 0;
}

.table-1>ul {
	margin: 25px 0;
	padding: 0;
}

.table-1 li {
	border-bottom: 1px dashed #e3e2e2;
	color: hsl(0, 0%, 0%);
	font-size: 20px;
	font-weight: 300;
	list-style: outside none none;
	margin: 0 40px;
	padding: 10px 20px;
}

.section_sub_btn .btn.btn-default {
	background-color: #00C782;
	border: 0 none;
	border-radius: 10px;
	color: hsl(0, 0%, 100%);
	font-family: roboto slab;
	font-size: 22px;
	font-weight: 500;
	line-height: 35px;
	margin: 10px 0 35px;
	padding: 10px 30px;
}

.price_month_m {
	background: #d7232d none repeat scroll 0 0;
	padding: 10px 0;
}


section.price_table_bg {
	background: url(../images/price_table_bg.png) repeat scroll 0 0;
	position: relative;
}




section.price_table_bg:after {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
	content: "";
	background: rgba(1, 10, 28, 0.8);
}



/*---------- team member --------*/

.member_name>h5 {
	margin: 0;
}

.member_name {
	border: 1px solid hsl(0, 0%, 80%);
	padding: 25px 0;
	text-align: center;
}

.member_name>h5 {
	margin: 0;
	font-size: 24px;
	font-weight: 500;
	line-height: 27px;
}

.member_name>p {
	color: hsl(42, 93%, 51%);
	font-weight: 600;
	line-height: 25px;
	margin: 0;
	padding: 5px 0;
}


/*--------- testomimianl------*/
section.testimonial_bg {
	background: url(../images/testi_bg.png) repeat scroll 0 0;
	position: relative;
}

section.testimonial_bg:after {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
	content: "";
	/* background: rgba(1, 10, 28, 0.8); */
}

.testimonial_slide {
	margin: 0 auto;
	padding: 15px 0;
	width: 675px;
	overflow: hidden;
	border: 1px solid rgba(59, 66, 77, 0.6);
	border-radius: 10px;
}


.testi_img {
	float: left;
	text-align: center;
	width: 30%;
}

.testi_img>h5 {
	color: hsl(0, 0%, 100%);
	font-size: 20px;
	font-weight: 400;
}


.testi_img>p {
	font-size: 12px;
	font-weight: 300;
	color: #f6b20e;
	line-height: 15px;
}

.testi-text {
	float: left;
	padding: 20px 16px 0;
	width: 69%;
}

.testi-text>p {
	color: hsl(0, 0%, 100%);
	font-size: 15px;
	font-weight: 300;
	line-height: 26px;
}

/*---------our - blogs-----------*/
.blog_detail {
	background: hsl(0, 0%, 100%) none repeat scroll 0 0;
	bottom: -70px;
	left: 0;
	margin: 0 auto;
	padding: 20px;
	position: absolute;
	right: 0;
	width: 310px;
}

.category_heading h6 {
	color: #f6b20e;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
}

.category_heading h5 {
	color: hsl(0, 0%, 0%);
	font-size: 18px;
	font-weight: 300;
}

.category_heading a h5:hover {
	color: #d7232d;
}

.category_heading li {
	color: hsl(0, 0%, 70%);
	display: inline-block;
	font-size: 13px;
	font-weight: 300;
	list-style: outside none none;
	padding-right: 20px;
}

.category_heading a {
	font-size: 13px;
	font-weight: 300;
	color: #b2b2b2;
}

.category_heading ul {
	margin: 0;
	padding: 0;
}

.category_heading ul li a:hover {
	color: #f6b20e;
}

.read_more>p {
	border-bottom: 1px solid;
	color: hsl(0, 0%, 0%);
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
}

.read_more p:hover {
	color: #f6b20e;
}



/*-------- contact -------*/
section.contact_bg {
	/* background: url(../images/contact_bg.png) repeat scroll 0 0; */
	position: relative;
	background-color: #fff;
}

section.contact_bg:after {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
	content: "";
	/* background: rgba(1, 10, 28, 0.8); */
	background-color: #fff;
}

.contact_form {
	background: hsl(0, 0%, 100%) none repeat scroll 0 0;
	padding: 45px 35px 0;
}

.form-group span {
	color: hsl(0, 100%, 50%);
}

.contact_form .form-control {
	border: 1px solid hsl(0, 0%, 80%);
	border-radius: 10px;
	box-shadow: none;
	color: hsl(0, 0%, 0%);
	font-size: 18px;
	font-weight: 300;
	height: 55px;
	margin-bottom: 2px;
}

label {
	display: inline-block;
	font-weight: 700;
	margin-bottom: 5px;
	max-width: 100%;
	font-family: roboto slab;
}

.form-group {
	margin-bottom: 20px;
}


.contact_form .form-textarea {
	border: 1px solid hsl(0, 0%, 80%);
	border-radius: 10px;
	box-shadow: none;
	color: hsl(0, 0%, 0%);
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 2px;
	padding: 5px 15px;
	width: 100%;
}

.contact_text span {
	color: hsl(42, 93%, 51%);
	display: inline-block;
	float: left;
	font-size: 50px;
	padding: 10px;
}

.contact_text h5 {
	color: #3B445C;
	display: inline-block;
	float: left;
	line-height: 47px;
	margin: 0;
	padding: 10px 30px 5px;
	width: 384px;
}

.contact_text p {
	color: #3B445C;
	float: left;
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
	padding: 0 0 0 20px;
	width: 74%;
}

.contact_text>ul {
	margin: 0;
	padding: 0;
}

.contact_text {
	margin-left: 45px;
	margin-top: 45px;
}

.contact_text li {
	margin-bottom: 30px;
	overflow: hidden;
}

.contact_text span i {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.contact_text span i:hover {
	border-radius: 50%;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}



.subscribe_form .form-control {
	border: 1px solid hsl(0, 0%, 80%);
	border-radius: 10px;
	box-shadow: none;
	color: hsl(0, 0%, 0%);
	font-size: 18px;
	font-weight: 300;
	height: 55px;
	margin-bottom: 2px;
}

.subscribe {
	margin-top: 60px;
}

.subscribe>h3 {
	font-weight: 500;
	line-height: 46px;
	margin-bottom: 30px;
}

.subscribe>h6 {
	font-weight: 300;
	line-height: 34px;
	margin-bottom: 30px;
}



/*------- portfolio------*/
.tags {
	margin: 0 auto;
	text-align: center;
}

.tags>ul {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.tags li {
	display: inline-block;
	list-style: outside none none;
	margin: 0 10px;
}

.tags a {
	background: hsl(0, 0%, 100%) none repeat scroll 0 0;
	color: hsl(0, 0%, 0%);
	display: block;
	font-size: 14px;
	font-weight: 300;
	padding: 4px 56px;
}

.tags a:hover {
	background: #f6b20e;
	color: #fff;
}

.port_img1 {
	float: left;
	padding-bottom: 10px;
	padding-left: 10px;
}

.portfolio_img {
	margin-top: 50px;
	overflow: hidden;
}


/*--------footer---------*/

.footer_top {
	margin: 5px 0;
	text-align: center;
}

footer {
	padding: 50px 0 0;
}

.footer_top>h4 {
	font-weight: 300;
	color: #fff;
}

.footer_top>ul {
	margin: 0;
	padding: 0;
}

.footer_top li {
	background: hsl(216, 100%, 1%) none repeat scroll 0 0;
	border-radius: 100%;
	display: inline-block;
	font-size: 26px;
	margin: 50px 5px;
	width: 70px;
	height: 70px;
	line-height: 68px;
	text-align: center;
}

.footer_top li:hover {
	background: #ffa200 none repeat scroll 0 0;
}

.footer_top a {
	color: hsl(0, 0%, 100%);
	display: block;
}

.copy-right p {
	color: #3B445C;
	font-weight: 400;
	margin: 0 auto;
	display: inline-block;
}

.copy-right p a {
	color: #3B445C;
	font-weight: 400;
	margin: 0 auto;
	display: inline-block;
}

.copy-right {
	display: flex;
	flex-direction: column;
	align-items: center;
}


footer .footer_bottom {
	padding: 40px;
	text-align: center;

}

.footer_bottom.fourth-bg a.backtop {
	background: #fff;
	border: 2px solid #00C782;
	border-radius: 100%;
	color: #00C782;
	float: right;
	font-weight: 700;
	width: 40px;
	text-decoration: none;
	font-size: 25px;
	height: 40px;
	text-align: center;
	line-height: 36px;
	position: absolute;
	right: 56px;
}

.footer_bottom a {
	color: #F6B20E;
}

.dropdown-menu {
	background-color: hsl(0, 0%, 0%);
}

/*-------- responsive----------*/

@media (max-width:767px) {
	.collapse.navbar-collapse {
		overflow: scroll;
	}

	.dropdown-menu {
		position: relative;
		width: 100%;
	}

	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse {
		max-height: 365px;
	}

	.tags>ul {
		margin: 0 auto;
		padding: 0;
		text-align: center;
		width: 170px;
	}

	.navbar.navbar-default,
	#navbar.collapse.navbar-collapse {
		background-color: hsl(0, 0%, 0%);
	}

	.section_sub_btn .btn.btn-default {
		padding: 10px 20px;
		border: none;
	}

	.footer_top li {
		font-size: 15px;
		height: 45px;
		line-height: 3;
		margin: 7px 5px;
		text-align: center;
		width: 45px;
	}

	.footer_bottom.fourth-bg a {
		font-size: 15px;
		height: 30px;
		line-height: 28px;
		width: 30px;
	}

	.footer_bottom p {
		font-size: 13px;
	}

	.blog_post>p {
		font-size: 15px;
	}

	.blog_post>h4 {
		font-size: 25px;
	}

	.tag-detail {
		text-align: center;
	}

	section.coming_soon_bg {
		padding: 60px 0 90px;
	}

	.coming_soon_img {
		margin: 50px 0;
		text-align: center;
	}

	.coming_soon_footer a {
		font-size: 18px;
	}

	.coming_soon_footer ul {
		float: none;
		text-align: center;
	}

	.coming_soon_footer p {
		font-size: 13px;
		display: block;
		text-align: center;
	}

	.search_btn-2 .btn.btn-default {
		border-radius: 15px;
	}

	.email_field .form-control {
		width: 100%;
	}

	.search_btn-2 {
		text-align: center;
		width: 100%;
		position: inherit;
		margin-bottom: 60px;
	}

	#defaultCountdown {
		margin: 0 auto;
		padding: 10px 0 0px;
		text-align: center;
	}

	#defaultCountdown .countdown-section .countdown-period {
		font-size: 14px;
		line-height: 45px;
	}

	#defaultCountdown .countdown-section .countdown-amount {
		font-size: 27px;
		line-height: 20px;
		padding: 16px 0;
	}

	#defaultCountdown .countdown-section {
		height: 144px;
		margin: 0 7px 0 auto;
		width: 55px;
	}

	.coming_soon_detail h2 {
		font-size: 31px;
		line-height: 40px;
		text-align: center;
	}

	.coming_soon_detail {
		width: 100%;
		margin-top: 40px;
	}


	.panel-body {
		padding: 10px 0;
		text-align: center;
	}

	.panel-title a {
		font-size: 20px;
	}

	.about_us_img {
		float: none;
	}

	.about_us_detail li {
		float: none;
		width: 100%;
	}

	.text_404 {
		float: none;
		margin: 0 auto;
		width: 100%;
	}

	.text_404 h1 {
		font-size: 140px;
		padding-bottom: 0;
	}

	.not_found {
		float: none;
		margin: 0 auto;
		width: 100%;
	}

	.not_found h2 {
		font-size: 72px;
	}

	.not_found h3 {
		font-size: 35px;
		line-height: 50px;
		margin: 0;
	}

	.error_detail h3 {
		font-size: 25px;
	}

	.error_form .form-control {
		width: 100%;
	}

	.search_btn {
		position: inherit;
	}


	.navbar ul li {
		border-left: none;
		border-right: none;
	}

	.nav_icon {
		display: block;
		margin: 10px 0;
	}

	.nav.navbar-nav.navbar-right {
		display: none;
		margin-top: 15px;
	}

	.menu_bar ul li {
		padding: 10px 20px;
		text-align: left;
		display: block;
		cursor: pointer;
	}

	.navbar ul li {
		line-height: 15px;
		list-style: outside none none;
		margin: 5px 0;
		padding: 0;
		vertical-align: middle;
		width: 100%;
	}

	.navbar {
		padding: 5px 0;
		position: relative;
	}

	.navbar-toggle {
		float: none;
		margin: 10px;
		padding: 10px;
	}

	.navbar-header {
		text-align: center;
	}

	.navbar ul.nav.navbar-nav {
		display: block;
	}

	.navbar ul.nav.navbar-nav li a {
		text-align: center;
	}

	.menu_bar {
		display: inline;
		padding: 15px 0;
	}

	.navbar-collapse {
		border-top: none;
	}

	.dropdown-menu li:hover {
		background: hsl(34, 45%, 48%) none repeat scroll 0 0;
		color: #fff;
	}

	.navbar-default .navbar-nav>.open>a,
	.navbar-default .navbar-nav>.open>a:focus,
	.navbar-default .navbar-nav>.open>a:hover {
		background-color: hsl(34, 45%, 48%);
		color: hsl(0, 0%, 33%);
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		background-color: hsla(0, 0%, 0%, 0);
		color: hsl(0, 0%, 100%);
	}


	.logo_img {
		float: left;
		padding: 9px 0;
		position: relative;
		z-index: 1;
	}

	.present {
		text-align: center;
	}

	.present h1 {
		font-size: 40px;
		line-height: 60px;
		padding-bottom: 50px;
	}

	.section_btn {
		margin: 20px 0 30px;
	}

	.present_img {
		margin: 0 auto;
		text-align: center;
	}

	.section_heading h2 {
		font-size: 35px;
		line-height: 50px;
	}

	.section_heading h4 {
		font-size: 20px;
		line-height: 30px;
	}

	.features_detail {
		margin-top: 30px;
	}

	.features_detail li {
		border-right: none;
		text-align: center;
		width: 100%;
	}

	.features_img {
		text-align: center;
		width: 100%;
	}

	.services_img {
		display: none;
		margin: 0 auto;
		padding: 0px px 0;
	}

	.services_img_n {
		margin: 0 auto;
		padding: 20px 5px 0;
		text-align: center;
		width: 100%;
	}

	.services_detail {
		margin: 0 0 30px;
		text-align: center;
	}

	.services_detail li {
		padding: 50px 0 0px;
		margin: 0 auto;
	}

	.services_detail span {
		float: none;
	}

	.services_detail h5 {
		float: none;
		padding: 10px 20px 5px;
		display: block;
	}

	.services_detail p {
		float: none;
		width: 100%;
	}

	.how_it_work_m {
		margin-top: 15px;
		text-align: center;
	}

	.how_it_work_m.text-right h5::before {
		display: none;
	}

	.how_it_work_m.text-right h5::after {
		display: none;
	}

	.how_it_work_m.text-right h5 {
		line-height: 35px;
	}

	.how_it_work_m p {
		margin: 0 0 30px;
	}

	.workng_img {
		margin: 0 auto 40px;
	}

	.how_it_work_m.text-let h5::before {
		display: none;
	}

	.how_it_work_m.text-left h5::after {
		display: none;
	}

	.how_it_work_m.text-left h5 {
		line-height: 35px;
	}

	.tags li {
		background: hsl(0, 0%, 100%) none repeat scroll 0 0;
		display: block;
		margin: 10px 0;
		width: 100%;
	}

	.port_img1 {
		float: none;
		padding: 0;
		margin-bottom: 15px;
	}

	.table-1 {
		margin: 10px 0 25px;
	}

	.member_img {
		margin: 0 auto;
		text-align: center;
		width: 77%;
	}

	.member_name {
		margin: 0 auto;
		width: 77%;
	}

	.member_detail {
		margin: 0 0 30px;
	}

	.testimonial_slide {
		width: 100%;
		padding: 15px 0 0 15px;
	}

	.testi-text {
		padding: 0 16px;
	}

	article {
		margin: 0 0 70px;
	}

	.blog_detail {
		width: 90%;
	}

	.blog_image {
		text-align: center;
		margin: 0 auto;
	}

	.contact_text h5 {
		line-height: 40px;
		margin: 0;
		padding: 7px 1px 5px 30px;
		width: 200px;
		font-size: 16px;
	}

	.contact_text span {
		padding: 11px 0;
	}

	.contact_text li {
		display: block;
		margin: 0 auto;
	}

	.contact_text {
		margin-left: auto;
		margin-top: 45px;
	}

	.subscribe {
		text-align: center;
	}

	.workng_img {
		margin: 30px auto 40px;
	}

	.section_btn .btn.btn-default {
		margin: 20px 5px 0;
	}

	.footer_top>h4 {
		font-size: 20px;
		line-height: 30px;
		margin: 0 auto 25px;
	}

	.features_detail li:nth-child(2n) {
		text-align: center;
	}

	.features_detail li:nth-last-child(2) {
		border-bottom: 1px solid hsl(0, 0%, 80%);
	}

	.pull-right {
		float: none;
		width: 100%;
	}

	.contact_text span {
		font-size: 30px;
	}

}



@media (min-width:500px) and (max-width:991px) {
	.tags li {
		display: inline-block;
		list-style: outside none none;
		margin: 10px 10px;
	}

	.subscribe_form .form-group {
		margin-bottom: 20px;
		padding: 0;
	}

	.contact_form .form-group {
		margin-bottom: 20px;
		padding: 0;
	}

	.contact_text h5 {
		width: auto;
	}

	.tag-detail {
		text-align: center;
	}

	section.coming_soon_bg {
		padding: 60px 0 200px;
	}

	.form-group {
		margin-bottom: 45px;
		padding: 60px 0 40px;
	}

	.search_btn-2 .btn.btn-default {
		border-radius: 0 15px 15px 0;
		margin: 0;
	}

	.email_field .form-control {
		float: none;
		width: 100%;
	}

	.search_btn-2 {
		margin-top: -140px;
		position: relative;
		right: -4px;
		text-align: right;
		top: 0;
		z-index: 1;
	}

	.coming_soon_footer p {
		display: block;
		font-size: 18px;
		text-align: center;
	}

	#defaultCountdown {
		margin: 0 auto;
		padding: 10px 0 0px;
		text-align: center;
	}

	#defaultCountdown .countdown-section .countdown-period {
		font-size: 20px;
		line-height: 45px;
	}

	#defaultCountdown .countdown-section .countdown-amount {
		font-size: 30px;
		line-height: 20px;
		padding: 30px 0;
	}

	#defaultCountdown .countdown-section {
		height: 144px;
		margin: 0 20px 0 auto;
		width: 80px;
	}

}




/*--------768-992-------*/

@media (min-width:768px) and (max-width:992px) {
	.logo_img {
		padding: 9px 0;
		text-align: center;
	}

	.navbar ul.nav.navbar-nav li {
		list-style: outside none none;
		margin: 0;
		padding: 0 2px;
	}

	.navbar ul.nav.navbar-nav li a {
		font-size: 13px;
		padding-left: 9px;
		padding-right: 12px;
	}

	.present {
		margin-top: 50px;
	}


	.coming_soon_footer ul {
		float: none;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	.coming_soon_img {
		margin: 50px 0 auto;
		text-align: center;
	}

	.search_btn-2 .btn.btn-default {
		border-radius: 0 15px 15px 0;
		margin: 0;
	}

	.email_field .form-control {
		float: none;
		width: 100%;
	}

	.search_btn-2 {
		margin-top: -140px;
		position: relative;
		right: -4;
		text-align: right;
		top: 0;
		z-index: 1;
	}

	.coming_soon_footer p {
		display: block;
		font-size: 18px;
		text-align: center;
	}

	#defaultCountdown {
		margin: 0 auto;
		padding: 10px 0 0px;
		text-align: center;
	}

	#defaultCountdown .countdown-section .countdown-period {
		font-size: 20px;
		line-height: 45px;
	}

	#defaultCountdown .countdown-section .countdown-amount {
		font-size: 30px;
		line-height: 20px;
		padding: 40px 0;
	}

	#defaultCountdown .countdown-section {
		height: 144px;
		margin: 0 20px 0 auto;
		width: 105px;
	}

	.coming_soon_detail h2 {
		font-size: 50px;
		line-height: 60px;
		text-align: center;
	}

	.coming_soon_detail {
		width: 100%;
		margin-top: 40px;
	}



	.about_us_detail {
		text-align: center;
	}

	.panel-body {
		padding: 10px 0;
		text-align: center;
	}

	.panel-title a {
		font-size: 20px;
	}

	.about_us_img {
		float: none;
	}



	.text_404 {
		float: left;
		margin: 0 auto;
		width: 49%;
	}

	.text_404 h1 {
		font-size: 160px;
		padding-bottom: 0;
	}

	.not_found {
		float: left;
		margin: 0 auto;
		width: 49%;
	}

	.not_found h2 {
		font-size: 82px;
	}

	.not_found h3 {
		font-size: 40px;
		line-height: 50px;
		margin: 0;
	}

	.error_detail h3 {
		font-size: 27px;
	}

	.error_form .form-control {
		width: 80%;
	}

	.search_btn {
		bottom: -33px;
		left: 360px;
		position: absolute;
		right: 0;
	}



	.present {
		text-align: center;
	}

	.present h1 {
		font-size: 40px;
		line-height: 60px;
		padding-bottom: 50px;
	}

	.section_btn {
		margin: 20px 0 30px;
	}

	.present_img {
		margin: 0 auto;
		text-align: center;
	}

	section {
		padding: 60px 0;
	}

	.section_heading h2 {
		font-size: 40px;
	}

	.section_heading h4 {
		font-size: 26px;
		line-height: 40px;
	}

	.features_detail {
		margin-top: 30px;
	}

	.features_detail li {
		border-right: none;
		text-align: center;
		width: 100%;
	}

	.features_img {
		text-align: center;
	}

	.features_detail li:nth-child(2n) {
		text-align: center;
	}

	.features_detail li:nth-last-child(2) {
		border-bottom: 1px solid #cccccc;
	}

	.features_img.pull-left {
		float: none;
		width: 100%;
	}

	.services_img_n {
		margin: 0 auto;
		text-align: center;
	}

	.how_it_work_m {
		margin-top: 15px;
		text-align: center;
	}

	.how_it_work_m.text-right h5::before {
		display: none;
	}

	.how_it_work_m.text-right h5::after {
		display: none;
	}

	.how_it_work_m.text-right h5 {
		line-height: 35px;
	}

	.how_it_work_m p {
		margin: 0 0 30px;
	}

	.workng_img {
		margin: 0 auto 40px;
	}

	.how_it_work_m.text-left h5::before {
		display: none;
	}

	.how_it_work_m.text-left h5::after {
		display: none;
	}

	.how_it_work_m.text-left h5 {
		line-height: 35px;
	}

	.port_img1 {
		width: 100%;
	}

	.table-1 {
		margin: 10px 0 25px;
	}

	.member_detail {
		margin: 0 0 30px;
	}

	.member_detail {
		float: left;
		margin: 0 10px 30px;
		width: 46%;
	}

	article {
		margin: 0 0 70px;
	}

	.blog_image {
		text-align: center;
		margin: 0 auto;
	}

	.blog_detail {
		width: 90%;
	}

	.contact_text h5 {
		font-size: 16px;
		width: auto;
	}

	.contact_text span {
		padding: 10px 20px;
	}

	.contact_text li {
		display: block;
		margin: 0 auto;
	}

	.contact_text {
		margin-left: auto;
		margin-top: 45px;
	}

	.subscribe {
		text-align: center;
	}

	.workng_img {
		margin: 30px auto 40px;
	}

	.section_btn .btn.btn-default {
		margin: 20px 5px 0;
	}

	.footer_top>h4 {
		font-size: 25px;
	}

	.footer_top li {
		font-size: 20px;
		margin: 25px 5px 10px;
	}







}





/*----------992px -1200px -----------*/

@media (min-width:993px) and (max-width:1200px) {
	.contact_text h5 {
		width: 310px;
	}

	.search_btn-2 .btn.btn-default {
		border-radius: 0 15px 15px 0;
		margin: 0;
	}

	.email_field .form-control {
		float: none;
		width: 100%;
	}

	.search_btn-2 {
		margin-top: -75px;
		position: relative;
		right: -4px;
		text-align: right;
		top: 0;
		z-index: 1;
	}

	.coming_soon_detail {
		width: 94%;
	}

	.about_us_detail li {
		width: 45%;
	}

	.app_screenshot {
		width: 25%;
	}

	.navbar ul.nav.navbar-nav li a {
		font-size: 15px;
		padding-left: 4px;
		padding-right: 4px;
	}

	.present h1 {
		padding-bottom: 65px;
	}

	.section_btn .btn.btn-default {
		margin: 30px 5px 0;
	}

	.features_detail h5 {
		font-size: 22px;
	}

	.features_img {
		padding-top: 30px;
	}

	.features_detail {
		margin-top: 70px;
	}

	.services_img {
		width: 49%;
	}

	.services_img_n {
		float: left;
		width: 49%;
	}

	.services_detail span {
		padding: 23px 24px;
	}

	.services_detail {
		margin-left: 15px;
		margin-top: 15px;
	}

	.how_it_work_m {
		margin-top: 20px;
	}

	.blog_detail {
		width: 85%;
	}

	.contact_text h5 {
		font-size: 16px;
	}

	.navbar ul.nav.navbar-nav li a {
		font-size: 15px;
		font-weight: 400;
		padding-left: 4px;
		padding-right: 4px;
		text-transform: uppercase;
	}



	.error_detail h3 {
		margin: 0 auto;
		padding: 60px 0;
	}

	.search_btn {
		left: 244px;
	}


}