<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/* f6b20e replaced with 00796b*/
/* hsl(42, 93%, 51%) replaced with hsl(173, 100%, 24%) */
*::-moz-selection {
  background: #00796b 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: hsl(220, 93%, 6%) url("../images/top_banner.jpg") no-repeat fixed 0 0 / cover ;
  font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 30px;
	overflow-x:hidden;
	position:relative;
	font-weight:300;
} 

section {
  /*disabled on 20042021 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{
	/*21042021background-color:#000711;*/
  background-color:hsla(220, 33%, 6%, 0.79);
}
.fourth-bg{
	/*21042021background-color:#000205;*/
  background-color:hsla(220, 33%, 6%, 0.79);
}
.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;
    color: #00ffe1;
}

a:hover{
	text-decoration:none;
  color: #00796b;
}

a:active{
	text-decoration:none;
  color: #00ffe1;
}

.padding_bottom_none{
	padding-bottom:0px;
}

.padding_none {
  padding: 0;
}

.clear{
	clear:both;
}
img {
	max-width:100%;
}

.section_heading.primary-bg &gt; a {
  text-decoration: none;
}

.section_heading.secondary-bg.recent_post &gt; a {
  text-decoration: none;
}

.container {
  position: relative;
  z-index: 1;
}


/*============
	header
===================*/
header {
  background:rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  padding: 0;
}

.logo_img {
  /*padding: 9px 0;*/
  /*26072020*/
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/*=========
	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: #00796b;
    color: #fff;
}
	
.navbar ul.nav.navbar-nav li.active a {
    background-color: #00796b;
    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 &gt; 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 &gt; 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:#00796b;

}

.blog_post &gt; 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 &gt; p {
  font-family: open sans;
  font-size: 17px;
  font-weight: 400;
  margin: 0 0 15px;
}

.blog_post &gt; a {
  color: hsl(0, 0%, 0%);
  font-size: 17px;
  font-weight: 300;
}

.blog_post &gt; a:hover {
	color:#00796b;
}

.blog_category li a {
  color: hsl(0, 0%, 0%);
  font-weight: 600;
}
.blog_category li a:hover {
	color:#00796b;
}

.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(173, 100%, 24%);
  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 &gt; 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:#00796b;
}

.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: #00796b 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:#00796b;
}

.blog_post h4 a:hover {
  color:#00796b;
}
.tag-detail li a:hover {
  background: #00796b;
}
article.blog_post {
  margin: 0;
}

.form-group.blog_form {
  margin: 0;
  padding: 25px 0;
}





/*---------coming soon--------*/
.logo_bar {
  padding: 10px 0;
}
.logo_bar &gt; 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:#00796b;
 color:#fff;	
}

section.coming_soon_bg {
  background: hsl(221, 93%, 6%) url("../images/top_banner.jpg") no-repeat fixed 0 0 / cover ;
  position: relative;
  padding: 60px 0 160px;
  min-height:90vmax;
}
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 #00ffe1;
  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(173, 100%, 24%) 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:#00796b;
}


/*----------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 &gt; 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 &gt; 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: #00796b;
}

.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(173, 100%, 24%) 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 &gt; 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.jpg") no-repeat fixed 0 0 / cover ;
  padding-bottom: 0;
  position: relative;
  min-height:100vmax;

}
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);	
}

.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(173, 100%, 24%);
  font-weight: 700;
}

.section_btn .btn.btn-default {
  /*background: hsl(357, 73%, 49%) none repeat scroll 0 0;*/
  background: hsl(173, 100%, 24%) 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 &gt; span .btn.btn-default {
  background: #00796b;
}


.present_img {
  position: relative;
}

.section_btn .btn.btn-default:hover {
  background: #00b39e none repeat scroll 0 0;
}

.section_btn &gt; span .btn.btn-default:hover {
  background: #00b39e none repeat scroll 0 0;
}

.section_sub_btn .btn.btn-default:hover {
  background: #00b39e none repeat scroll 0 0;
}


/*-------- features ---------*/

.section_heading {
  text-align: center;
  padding-top: 100px;
}

.section_heading h2 {
  border-bottom: 1px solid hsl(0, 0%, 75%);
  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: rgba(0, 0, 0, 0.5);
}

.section_heading h4 {
  font-weight: 300;
  line-height: 45px;
  margin: 0;
  padding: 0 0 50px;
  color:#555454;
}

.features_detail &gt; ul {
  margin: 0;
  padding: 0;
}

.features_detail li:nth-child(2n) {
  border-right: 0 none;
  padding-left: 18px;
  text-align: justify;
}

.features_detail li:nth-last-child(2) {
  border-bottom: 0 none;
  text-align: justify;
}
.features_detail li:nth-child(2n) {
  border-right: 0 none;
  padding-left: 18px;
  text-align: justify;
}
.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: justify;
  width: 49%;
  color:#555454;
}

.features_detail i {
  font-size: 28px;
  color:#00796b;
}

.features_detail h5 {
  color: hsl(0, 1%, 33%);
  font-weight: 400;
  line-height: 47px;
}

.features_img {
  text-align: right;
}

.features_detail {
  margin-top: 10px;
}


/*---------- services---------*/
.section_heading.section_heading_2 h2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  font-weight: 300;
  line-height: 64px;
  margin-bottom: 60px;
  padding: 0 10px 10px;
  position: relative;
  color:#fff;
}

.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: rgba(255, 255, 255, 0.5);
}

.section_heading.section_heading_2 h4 {
  font-weight: 300;
  line-height: 45px;
  margin: 0;
  padding: 0 0 50px;
  color:#fff;
}

.services_img {
  float: left;
  padding: 63px 10px 0 0;
}


.services_detail span {
  border: 2px solid hsl(173, 100%, 24%);
  border-radius: 100%;
  color: hsl(173, 100%, 24%);
  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 &gt; 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.jpg) 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: #00796b;
}
.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(173, 100%, 24%);
  bottom: 0;
  color: hsl(173, 100%, 24%);
  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:#00796b;
}

.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 #00796b;
  bottom: 0;
  content: "";
  position: absolute;
  left: -60px;
  width: 60%;
  z-index: 1;
  color:#00796b;
}

.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:#00796b;
}



/*--------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 &gt; 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 &gt; 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 &gt; 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: hsl(173, 100%, 24%) none repeat scroll 0 0;
  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: hsl(220, 93%, 6%) url("../images/top_banner.jpg") no-repeat fixed 0 0 / cover ;
  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 &gt; h5 {
  margin: 0;
}
.member_name {
  border: 1px solid hsl(0, 0%, 80%);
  padding: 25px 0;
  text-align: center;
}
.member_name &gt; h5 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 27px;
}
.member_name &gt; p {
  color: hsl(173, 100%, 24%);
  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 &gt; h5 {
  color: hsl(0, 0%, 100%);
  font-size: 20px;
  font-weight: 400;
}
 
 
  .testi_img &gt; p {
  font-size: 12px;
  font-weight: 300;
  color: #00796b;
  line-height: 15px;
}
.testi-text {
  float: left;
  padding: 20px 16px 0;
  width: 69%;
}

.testi-text &gt; 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: #00796b;
  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: #00796b;
}

.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:#00796b;
}

.read_more &gt; 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:#00796b;
}



/*-------- contact -------*/
section.contact_bg {
  /*background: url(../images/contact_bg.png) repeat scroll 0 0;*/
  background: hsl(220, 93%, 6%) url("../images/top_banner.jpg") no-repeat fixed 0 0 / cover ;
  position:relative;
}

section.contact_bg:after {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	height:100%;
	width:100%;
	content:"";
	background:rgba(1, 10, 28, 0.8);	
}

.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(173, 100%, 24%);
  display: inline-block;
  float: left;
  font-size: 50px;
  padding: 10px;
}
.contact_text h5 {
  color: hsl(0, 0%, 100%);
  display: inline-block;
  float: left;
  line-height: 47px;
  margin: 0;
  padding: 10px 30px 5px;
  width: 384px;
}

.contact_text p {
  color: hsl(0, 0%, 100%);
  float: left;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  padding: 0 0 0 20px;
  width: 74%;
}
.contact_text &gt; 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 &gt; h3 {
  font-weight: 500;
  line-height: 46px;
  margin-bottom: 30px;
}
.subscribe &gt; h6 {
  font-weight: 300;
  line-height: 34px;
  margin-bottom: 30px;
}



/*------- portfolio------*/
.tags {
  margin: 0 auto;
  text-align: center;
}
.tags &gt; 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:#00796b;
	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;
}

/*21042021footer{
	padding:50px 0 0;	
}*/
.footer_top &gt; h4 {
  font-weight: 300;
  color: #fff;
}

.footer_top &gt; 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:#00796b none repeat scroll 0 0;
}

.footer_top a {
  color: hsl(0, 0%, 100%);
  display:block;
}

.footer_bottom p {
  color: hsl(0, 0%, 100%);
  font-weight: 400;
  margin:0 auto;
  display:inline-block;
  
}


footer .footer_bottom {
  padding: 40px;
  text-align: center;
}

.footer_bottom.fourth-bg a.backtop {
  background: hsl(220, 93%, 6%) url("../images/top_banner.jpg") no-repeat fixed 0 0 / cover ;
  /*21042021 background: #02060d none repeat scroll 0 0;*/
  border: 2px solid #00796b;
  border-radius: 100%;
  color:#00796b;
  float: right;
  font-weight: 700;
  width: 40px;
  text-decoration: none;
  font-size: 25px;
  height: 40px;
  text-align: center;
  line-height: 36px;
}
.footer_bottom a {
	color:#00796b;	
}

.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 &gt; 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;
}	
	
.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 &gt; p {  font-size: 15px;}
.blog_post &gt; 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(39, 100%, 50%) none repeat scroll 0 0;
  color:#fff;
}
.navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:focus, .navbar-default .navbar-nav &gt; .open &gt; a:hover {
  background-color: hsl(39, 100%, 50%);
  color: hsl(0, 0%, 33%);
}
.navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus, .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover {
  background-color: hsla(0, 0%, 0%, 0);
  color: hsl(0, 0%, 100%);
}


.logo_img {
  /*float: left;*/
  text-align: center;
  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;}
.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:22px;}
.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 &gt; 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: 22px;  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 &gt; 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: 22px;}
.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;  }
}

.grid {
	max-width: 69em;
 list-style: none;
 margin: 0px auto;
	padding: 0;
}

.grid li {
	display: block;
	float: left;
	padding: 0px;
	width: 33%;
	opacity: 1;

}

.grid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
	opacity: 1;
}

.grid li a,
.grid li img {
	outline: none;
	border: none;
 display: block;
	max-width: 100%;}

/* Effect 1: opacity */
.grid.effect-1 li.animate {
	-webkit-animation: fadeIn 0.65s ease forwards;
	animation: fadeIn 0.65s ease forwards;
}

@-webkit-keyframes fadeIn {
	0% { }
	100% { opacity: 1; }
}

@keyframes fadeIn {
	0% { }
	100% { opacity: 1; }
}

/* Effect 2: Move Up */
.grid.effect-2 li.animate {
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-animation: moveUp 0.65s ease forwards;
	animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); opacity: 1; }
}

@keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}

/* Effect 3: Scale up */
.grid.effect-3 li.animate {
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-animation: scaleUp 0.65s ease-in-out forwards;
	animation: scaleUp 0.65s ease-in-out forwards;
}

@-webkit-keyframes scaleUp {
	0% { }
	100% { -webkit-transform: scale(1); opacity: 1; }
}

@keyframes scaleUp {
	0% { }
	100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}

/* Effect 4: fall perspective */
.grid.effect-4 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-4 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	-webkit-animation: fallPerspective .8s ease-in-out forwards;
	animation: fallPerspective .8s ease-in-out forwards;
}

@-webkit-keyframes fallPerspective {
	0% { }
	100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}

@keyframes fallPerspective {
	0% { }
	100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}

/* Effect 5: fly (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-5 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-5 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 50% 50% -300px;
	transform-origin: 50% 50% -300px;
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	-webkit-animation: fly .8s ease-in-out forwards;
	animation: fly .8s ease-in-out forwards;
}

@-webkit-keyframes fly {
	0% { }
	100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}

@keyframes fly {
	0% { }
	100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; }
}

/* Effect 6: flip (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-6 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-6 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-transform: rotateX(-80deg);
	transform: rotateX(-80deg);
	-webkit-animation: flip .8s ease-in-out forwards;
	animation: flip .8s ease-in-out forwards;
}

@-webkit-keyframes flip {
	0% { }
	100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}

@keyframes flip {
	0% { }
	100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; }
}

/* Effect 7: helix (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-7 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-7 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-animation: helix .8s ease-in-out forwards;
	animation: helix .8s ease-in-out forwards;
}

@-webkit-keyframes helix {
	0% { }
	100% { -webkit-transform: rotateY(0deg); opacity: 1; }
}

@keyframes helix {
	0% { }
	100% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); opacity: 1; }
}

/* Effect 8:  */
.grid.effect-8 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-8 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-animation: popUp .8s ease-in forwards;
	animation: popUp .8s ease-in forwards;
}

@-webkit-keyframes popUp {
	0% { }
	70% { -webkit-transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(1); opacity: 1; }
}

@keyframes popUp {
	0% { }
	70% { -webkit-transform: scale(1.1); transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}

@media screen and (max-width: 900px) {
	.grid li {
		width: 50%;
	}
}

@media screen and (max-width: 400px) {
	.grid li {
		width: 100%;
	}
}


/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

@media screen and (max-width: 25em) {

	.codrops-icon span {
		display: none;
	}

}
.ripple{
	position: relative; /*Position relative is required*/
	/*height: 100%;*/
	/*width: 100%;*/
	/*display: block;*/
	/*outline: none;*/
	/*padding: 0px;*/
	color: #ffffff;
	/*text-transform: uppercase;*/
	/* background: linear-gradient(135deg, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);*/
	/* background: linear-gradient(135deg, #b3dced 0%,#29b8e5 50%,#bce0ee 100%); */
	/*box-sizing: border-box;*/
	text-align: center;
	/*line-height: 14px;*/
	font-family: roboto, helvetica;
	/*font-weight: 200;*/
	/* letter-spacing: 1px;*/
	/* text-decoration: none;*/
	box-shadow: 0 5px 3px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	overflow:hidden;
}

.ripple:hover:before{
	animation: ripple 1s ease;
}
.ripple:hover{
	/*color: #ffa600;*/
  color: #00ffe1;
}

.ripple:active{
  /*color: #ffa600;*/
  color: #00ffe1;
}


.ripple:before{
	content:"";
 	position:absolute; top:0; left:0;
	width:100%; height:100%;
  	background-color:rgba(255, 255, 255, 0.7);
  	border-radius:50%;
	transform:scale(0);
	
}

@keyframes ripple{
	from{transform:scale(0); opacity:1;}
	to{transform:scale(3);opacity:0;}
}

/*Cookie Consent Begin
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
Cookie Consent End*/
.cookieConsentContainer {
  z-index: 999;
  width: 350px;
  min-height: 20px;
  box-sizing: border-box;
  padding: 30px 30px 30px 30px;
  background: #232323;
  overflow: hidden;
  position: fixed;
    bottom: 30px;
  right: 30px;
  display: none;
}
.cookieConsentContainer .cookieTitle a {
  font-family: OpenSans, arial, "sans-serif";
  color: #FFFFFF;
  font-size: 22px;
  line-height: 20px;
  display: block;
}
.cookieConsentContainer .cookieDesc p {
  margin: 0;
  padding: 0;
  font-family: OpenSans, arial, "sans-serif";
  color: #FFFFFF;
  font-size: 13px;
  line-height: 20px;
  display: block;
  margin-top: 10px;
} .cookieConsentContainer .cookieDesc a {
  font-family: OpenSans, arial, "sans-serif";
  color: #FFFFFF;
  text-decoration: underline;
}
.cookieConsentContainer .cookieButton a {
  display: inline-block;
  font-family: OpenSans, arial, "sans-serif";
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  margin-top: 14px;
  background: #000000;
  box-sizing: border-box; 
  padding: 15px 24px;
  text-align: center;
  transition: background 0.3s;
}
.cookieConsentContainer .cookieButton a:hover { 
  cursor: pointer;
/*  background: #3E9B67;*/
  background: #007a6c;
}

@media (max-width: 980px) {
  .cookieConsentContainer {
    bottom: 0px !important;
    left: 0px !important;
    width: 100%  !important;
  }
}

.video-responsive {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
</pre></body></html>