@font-face {
  font-family: 'kite';
  src: url('../fonts/kite.eot');
  src: url('../fonts/kite.eot#iefix') format('embedded-opentype'), url('../fonts/kite.woff') format('woff'), url('../fonts/kite.ttf') format('truetype'), url('../fonts/kite.svg#kite') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class*='icon-']:before {
  display: inline-block;
  font-family: 'kite';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-admin:before {
  content: '\0041';
}
body, html {
  font-size: 15px;
  color: #303030;
  overflow-x:hidden;
}
/*    Reset
-----------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', sans-serif;
}
p {
  font-family: 'Open Sans', sans-serif;
}
a,
button {
  outline: none!important;
  text-decoration: none!important;
  color: #ff7e00;
  transition: all 0.4s ease-in-out 0s;
}
a:hover,
button:hover,
a:focus,
button:focus,
a.active,
button.active {
  color: #303030;
  outline: none!important;
  text-decoration: none!important;
}
ul {
  padding: 0px;
  margin:0;
}
li {
  list-style: none;
}

/*-- Preloader css start --*/
#preloader {
	background-color: #090014;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483647;
	width: 100%;
	height: 100%;
}
#status {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
#status img {
}


/*    Global
-------------------*/
.no-padding {
  padding: 0px;
}
.no-margin {
  margin: 0px;
}
.section-padding {
  padding: 100px 0px;
}
.color-green {
  color: #23c0e9;
}
.color-white {
  color: #ffffff;
}
.bg-m-light {
  background: #23c0e9 !important;
}
.bg-m-dark {
  background: #10dcb7!important;
}
.pattern-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}
.img-brightness {
  filter: brightness(30%);
}
.heading {
  padding: 0px 15px;
  padding-bottom: 50px;
}
.heading .sup-head {
  font-size: 26px;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 10px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: 'Open Sans', sans-serif;
  position: relative;
}
.heading h1,
.heading h2 {
  font-size: 36px;
  color: #ffffff;
  position: relative;
  font-weight: 700;
  margin-top: 30px;
}
.custom-input {
  box-shadow: none;
  border: none;
}
.custom-input:hover,
.custom-input:focus,
.custom-input.active {
  border: none;
  box-shadow: none;
}
.heading-underline {
  background: #ffffff;
  height: 1px;
  margin: 0 auto;
  max-width: 150px;
  position: relative;
}
.heading-underline:before {
  background: #ffffff;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -5px;
  width: 75px;
}
.heading-underline:after {
  background: #ffffff;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 75px;
}
.more-btn {
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding-top: 15px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  color: #03a9f5;
  transition: all 0.4s ease-in 0s;
}
.more-btn:hover,
.more-btn:focus,
.more-btn.active {
  color: #303030;
}
/*    Youtube Video
-------------------------*/
.buttonBar {
  display: none;
}
/*    header
----------------*/
.header {
  border-bottom: 1px solid #e7e7e7;
  position: fixed;
  width: 100%;
  z-index: 1;
  background: #ffffff;
  transition: all 0.4s ease 0s;
      -webkit-box-shadow: 0px 0px 25px -10px;
    box-shadow: 0px 0px 25px -10px;
}
.header.sticky {
  z-index:999;
}
.header.sticky .menizord-brand {
  margin-top: 5px;
}
.menuzord .showhide em {
  background: #03a9f5;
}
.admin-nav {
  top: 0px;
}
.admin-nav ul li {
  padding: 10px 0px;
}
.admin-nav ul li a {
  overflow: hidden;
  padding: 0 15px;
  font-weight: 700;
  color: #101010;
  line-height: 20px;
}
.admin-nav ul li a span {
  font-weight: 700;
  position: relative;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  transition: transform 0.3s;
  text-transform: none;
  -moz-transition: -moz-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
}
.admin-nav ul li a span::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.admin-nav ul li a:hover ,
.admin-nav ul li a:focus ,
.admin-nav ul li a.active {
  color: #03a9f5;
}
.admin-nav ul li .buy-now{
	height: 50px;
    width: 150px;
    background: #eb6d6d;
	color:#fff;
    line-height: 50px;
    text-align: center;
    border-radius: 60px;
    position: relative;
    top: -17px;
}
.admin-nav ul li .buy-now:hover{
	background:#666;
	color:#fff;
}
.download-btn {
  padding: 5px 0px!important;
}
.download-btn a {
  line-height: 18px;
  background: #03a9f5;
  padding: 10px 30px!important;
  border-radius: 50px;
  color: #ffffff !important;
  padding: 10px 30px !important;
}
.home-banner-content {
  max-width: 875px;
  margin: 0 auto;
  text-align: center;
}
.home-banner-content p {
	font-size: 20px;
    color: #ffffffa8;
	margin-top: 15px;
	line-height:30px;
}
.demo-btn{
  background: #03a9f5;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  padding: 15px 50px;
  text-transform: uppercase;
  border-radius: 50px;
  margin: 30px 15px;
  transition: all 0.4s ease 0s;
  min-width: 200px;
}
.hs_logo_wrapper{
	float:left;
	padding-bottom:20px;
	width:100%;
}
.demo-btn:hover,
.demo-btn:focus,
.demo-btn.active {
  color: #23c0e9;
  background: #ffffff;
  border: 1px solid #23c0e9;
}
.bootstrap_four_btn, .bootstrap_three_btn{
  background: transparent;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  padding: 15px 50px;
  text-transform: uppercase;
  border-radius: 50px;
  background:#ff7e00;
  margin: 30px 15px;
  transition: all 0.4s ease 0s;
  min-width: 200px;
}
.bootstrap_three_btn{
   background: #e04a4a;
}
.bootstrap_three_btn:hover,
.bootstrap_three_btn:focus,
.bootstrap_three_btn.active,
.bootstrap_four_btn:hover,
.bootstrap_four_btn:focus,
.bootstrap_four_btn.active  {
  background:#3b215a;
  color:#fff;
}

.store {
  margin-top: 20px;
}
.store span {
  font-size: 16px;
  font-weight: 500;
  margin-right: 20px;
  font-family: 'Open Sans', sans-serif;
}
.store i {
  font-size: 30px;
  padding: 0px 10px;
}
/*    Demo Section
-----------------------*/
.admin-demo {
	float:left;
	width:100%;
  text-align: center;
}
.admin-demo .heading h2 {
  color: #111;
}
.admin-demo .heading .sup-head {
  color: #111;
}
.admin-demo .heading .heading-underline {
  background: #ff7e00;
}
.admin-demo .heading .heading-underline:before,
.admin-demo .heading .heading-underline:after {
  background: #ff7e00;
}
.admin-demo-content {
  /*border: 1px solid #e9e9e9;*/
  border-radius: 0;
  margin-bottom: 50px;
  position: relative;
  overflow:hidden;
  -webkit-box-shadow: 0px 0px 25px -10px;
    box-shadow: 0px 0px 25px -10px;
}
.demo-content-desc {
  background: #ffffff;
  padding: 20px 30px;
}
.demo-content-desc h3 {
  color: #303030;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.62em;
  margin: 0;
  transition: all 0.4s ease-in-out 0s;
  font-family: 'Open Sans', sans-serif;
}
.demo-content-desc p {
  font-family: 'Open Sans', sans-serif;
  color: #767676;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  transition: all 0.4s ease-in-out 0s;
  border: 1px solid #eee;
  display: inline-block;
  padding: 3px 10px;
  margin-top: 10px;
  margin-right: 10px;
}
.demo-content-title{
  font-family: 'Open Sans', sans-serif;
  background: #ff7e00;
  padding: 10px 30px;
  text-align: center;
  top: 10px;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: White;
  bottom: 0;
  border: 1px solid #ff7e00;
  margin: 30px 15px;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 50px;
}
/*    admin Feature
-----------------------*/
.admin-feature {
  background: #f6f6f6;
}
.admin-feature .heading h2 {
  color: #303030;
}
.admin-feature .heading .sup-head {
  color: #909090;
}
.admin-feature .heading .heading-underline {
  background: #303030;
}
.admin-feature .heading .heading-underline:before,
.admin-feature .heading .heading-underline:after {
  background: #303030;
}
.admin-feature-content {
  text-align: center;
  margin-top: 100px;
  transition: all 0.4s ease 0s;
}
.admin-feature-content i {
  background: #03a9f5;
  color: #ffffff;
  font-size: 30px;
  padding: 20px;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid transparent;
  transition: all 0.4s ease 0s;
}
.admin-feature-content h3 {
  margin-top: 35px;
  color: #03a9f5;
}
.admin-feature-content p {
  margin-top: 20px;
}
.admin-feature-content:hover i {
  background: transparent;
  color: #03a9f5;
  border: 1px solid #03a9f5;
}
/*    Footer
----------------*/
.footer {
	float:left;
	width:100%;
	background: #170034;
	padding: 40px 0px;
}
.footer-social {
  text-align: right;
}
.footer-social li {
  display: inline-block;
}
.footer-social li a {
  display: inline-flex;
  text-align: center;
}
.footer-social li a:hover i{
  background:#ff7e00;
  color:#fff;
}
.footer-social li a i {
  background: rgba(255, 255, 255, 0.20);
  color: rgba(255, 255, 255, 0.60);
  border-radius: 50px;
  height: 40px;
  margin: 0 5px;
  padding: 9px;
  width: 40px;
  transition: all 0.4s ease 0s;
}
.copy-right p {
  color: #909090;
  margin: 0px;
  float: left;
  padding-top:10px;
}


/* home-banner start*/
.hs_slider_main_wrapper{
	float:left;
	width:100%;
	background-color: hsla(200,40%,30%,.4);
	background-image:		
		url('../images/solar/slide_bg.jpg'),
		url('https://db.tt/vKBcgeOj');
	background-repeat: repeat-x;
	background-position: 
		0 20%,
		0 95%,
		0 0,
		0 100%,
		0 0;

	animation: 90s para infinite linear;
	position:relative;
	height:100%;
	min-height:850px;
	overflow:hidden;
}
@keyframes para {
	100% {
		background-position: 
			-5000px 20%,
			-800px 95%,
			500px 0,
			1000px 100%,
			400px 0;
		}
}
@keyframes spinsun {
  0% { transform: rotate(0); }
  100%   { transform: rotate(-360deg); }
}
@keyframes shadow {
  0% { background-position: 130% 0%; }
  33%{ background-position: 50% 0%; }
  55% { background-position: 0% 0%; }
  80%{ background-position: -50% 0%; }
  100%{ background-position: -50% 0%; }
}
@keyframes orbitmercury {
  0% { z-index:2; transform: rotateY(0); }
  49% { z-index:2; }
  50% { z-index:-2; }
  99% { z-index:-2; }
  100%   { z-index:2; transform: rotateY(360deg); }
}
@keyframes orbitvenus {
  0% { z-index:3; transform: rotateY(0); }
  49% { z-index:3; }
  50% { z-index:-3; }
  99% { z-index:-3; }
  100%   { z-index:3; transform: rotateY(360deg); }
}
@keyframes orbitearth {
  0% { z-index:4; transform: rotateY(0); }
  49% {z-index:4;}
  50% {z-index:-4;}
  99% {z-index:-4;}
  100%   { z-index:4; transform: rotateY(360deg);}
}
@keyframes orbitmars {
  0% { z-index:5; transform: rotateY(0); }
  49% { z-index:5; }
  50% { z-index:-5; }
  99% { z-index:-5; }
  100%   { z-index:5; transform: rotateY(360deg); }
}
@keyframes orbitjupiter {
  0% { z-index:6; transform: rotateY(270); }
  49% { z-index:6; }
  50% { z-index:-6; }
  99% { z-index:-6; }
  100%   { z-index:6; transform: rotateY(360deg); }
}
@keyframes orbitsaturn {
  0% { z-index:7; transform: rotateY(270); }
  49% { z-index:7; }
  50% { z-index:-7; }
  99% { z-index:-7; }
  100%   { z-index:7; transform: rotateY(360deg); }
}
/* Keep planet image flat */
@keyframes anti-spin {
  from { transform: rotateY(0); }
  to   { transform: rotateY(-360deg); }
}
@keyframes anti-spin-rings {
  from { transform: rotateY(0) rotateX(73deg); }
  to   { transform: rotateY(-360deg) rotateX(73deg); }
}
/* scene wrapper */
.hs_slider_cont_wrapper{
  position:absolute;
  top:128px;
  left:0;
  right:0;
  margin: 0 auto;
  display:block;
  perspective: 1000px;
    perspective-origin: 60% 50%;
  transform: rotate(-10deg);

}
.hs_slider_cont_wrapper > div {
  position: relative;
  margin: 0 auto;
  transform-style: preserve-3d;
  height: 0px;
}
.sun {
  width: 250px;
  position: absolute;
  top: 0px;
  z-index: 1;
  height: 125px !important;
}
.sun {
  width: 250px;
  height: 250px;
  background: url('../images/solar/sun.png') no-repeat;
  background-size: cover;
  border-radius: 250px;
  margin: 0 auto;
}
.star {
  width: 250px;
  height: 250px;
  background: url('../images/solar/sun.png') no-repeat;
  background-size: cover;
  border-radius: 250px;
  margin: 0 auto;
  animation: spinsun 40s infinite linear;
}
.star {
  width: 250px;
  height: 250px;
  background: url('../images/solar/sun.png') no-repeat;
  background-size: cover;
  border-radius: 250px;
  margin: 0 auto;
  animation: spinsun 40s infinite linear;
}
.planet {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  animation-iteration-count: infinite;
  overflow:hidden;
}
.shadow {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: transparent url('../images/solar/shadow.png') 0% 0% no-repeat;
  background-size: cover;
  border-radius: 100%;
}
.mercury {
  position: absolute;
  width: 400px;
  z-index:2;
  animation: orbitmercury 12s infinite linear;
  top: -7.5px; /*half of planets height to keep orbits in line*/
}
.mercury .planet {
  width:15px;
  height:15px;
  background-image: url('../images/solar/mercury.png');
  animation: anti-spin 12s infinite linear;
}
.mercury .shadow {
  animation: shadow 12s infinite linear;
}
.venus {
  position: absolute;
  width: 506px;
  z-index:3;
  animation: orbitvenus 15s infinite linear;
  top: -19px;
}
.venus .planet {
  width:38px;
  height:38px;
  background-image: url('../images/solar/venus.png');
  animation: anti-spin 15s infinite linear;
}
.venus .shadow {
  animation: shadow 15s infinite linear;
}
.earth {
  position: absolute;
  width: 610px;
  z-index:4;
  animation: orbitearth 20s infinite linear;
  top: -20px;
}
.earth .planet {
  width:40px;
  height:40px;
  background-image: url('../images/solar/earth.png');
  animation: anti-spin 20s infinite linear;
}
.earth .shadow {
  animation: shadow 20s infinite linear;
}
.mars {
  position: absolute;
  width: 706px;
  z-index:5;
  animation: orbitmars 30s infinite linear;
  top: -11px;
}
.mars .planet {
  width:22px;
  height:22px;
  background-image: url('../images/solar/mars.png');
  animation: anti-spin 30s infinite linear;
}
.mars .shadow {
  animation: shadow 30s infinite linear;
}
.jupiter {
  position: absolute;
  width: 1100px;
  z-index:6;
  animation: orbitjupiter 50s infinite linear;
  top: -64px;
}
.jupiter .planet {
  width:128px;
  height:128px;
  background-image: url('../images/solar/jupiter.png');
  animation: anti-spin 50s infinite linear;
}
.jupiter .shadow {
  animation: shadow 50s infinite linear;
}
.hs_slider_heading_wrapper{
	float:left;
	width:100%;
	text-align:center;
	position:relative;
}
.hs_slider_logo_wraper{
	float:left;
	width:100%;
	display:inline-block;
}
.hs_slider_logo_wraper img{
	display:inline-block;
}
.hs_slider_logo_cont_wraper{
	float:left;
	width:100%;
	display:inline-block;
}
.hs_slider_logo_cont_wraper h2{
	color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 42px;
    padding-top: 10px;
    font-style: italic;
}
.hs_slider_logo_cont_wraper h2 span{
	color:#ff7e00;
}
.home-banner-main-wrapper{
	text-align:center;
	padding-top:485px;
}
.hs_waves2 {
    position: absolute;
    width: 100%;
    top: 120px;
    right: 0px;
    margin: 0px auto;
    left: 0px;
}
.hs_wave {
	width: 700px;
	height: 700px;
	background: rgba(0, 0, 0, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	margin-left: 50%;
	left: -350px;
	position: absolute;
	bottom: -350px;
    z-index: -1;
	-webkit-transform: scale(0.1, 0.1);
	-moz-transform: scale(0.1, 0.1);
	-ms-transform: scale(0.1, 0.1);
	-o-transform: scale(0.1, 0.1);
	transform: scale(0.1, 0.1);
	opacity: 0;
	-webkit-animation: pulse 3000ms ease-out infinite;
	-moz-animation: pulse 3000ms ease-out infinite;
	-ms-animation: pulse 3000ms ease-out infinite;
	-o-animation: pulse 3000ms ease-out infinite;
	animation: pulse 3000ms ease-out infinite;
}
.hs_wave:nth-of-type(2) {
	-webkit-animation-delay: 600ms;
	-moz-animation-delay: 600ms;
	-ms-animation-delay: 600ms;
	-o-animation-delay: 600ms;
	animation-delay: 600ms;
}
.hs_wave:nth-of-type(3) {
	-webkit-animation-delay: 1200ms;
	-moz-animation-delay: 1200ms;
	-ms-animation-delay: 1200ms;
	-o-animation-delay: 1200ms;
	animation-delay: 1200ms;
}
.hs_wave:nth-of-type(4) {
	-webkit-animation-delay: 1800ms;
	-moz-animation-delay: 1800ms;
	-ms-animation-delay: 1800ms;
	-o-animation-delay: 1800ms;
	animation-delay: 1800ms;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
	transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
	transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-text {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse-text {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* admin-demo start */

.mb-display-position{
	position: relative;
  width:auto;
  visibility:visible;
}
.mb-display-overlay {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
        background: rgba(255, 255, 255, 0.8);
}
.mb-display-position:hover .mb-display-overlay {
 opacity:1;
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	overflow:hidden;
	visibility:visible;
}
.mb-display-text{
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.mb-display-text a{
	float:left;
	background: #4285f4;
    border: 1px solid #4285f4;
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    color:#fff;
    border-radius:35px;
	cursor:pointer;
}
.admin-demo-content:hover .demo-content-title{
	 border: 1px solid #3b215a;
	 background:#3b215a;
	 color:#fff;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#bootstrap_three_demo {
	background: #f8fbfd;
}

/* admin-demo-features start */

#admin-demo-features{
	text-align:left;
}
#admin-demo-features .heading {
    margin-bottom: 40px;
}

/* responsive_section start */
.responsive_section{
	background: #f8fbfd;
}
.responsive_image{
	float:left;
	width:100%;
	text-align:center;
}
.responsive_image img{
	display:inline-block;
}

/* ecommerce_section start */

.ecommerce_image{
	float:left;
	width:100%;
	text-align:center;
}
.ecommerce_image img{
	display:inline-block;
}

/* mailbox_section start */
.mailbox_section{
	background: #f8fbfd;
}
.mailbox_image{
	float:left;
	width:100%;
	text-align:center;
}
.mailbox_image img{
	display:inline-block;
}

.text_content small{
	color: #03a9f5
}
.text_content h2 {
    line-height: 36px;
    font-size: 30px;
	font-weight: 600;
	color: #313743;
    margin: 10px 0;
}
.text_content p{
  margin:30px 0px;
  color: #838ea5;
  font-weight: 400;
}
.text_content a{
	background: #03a9f5;
    padding: 10px 35px;
    border-radius: 60px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
}
.text_content a:hover{
    background: #666;
    color: #fff;
}
/* admin-demo-features end */

/* header_and_navigation_section start*/

.header_and_navigation_image{
	float:left;
	width:100%;
	text-align:center;
}
.header_and_navigation_image img{
	display:inline-block;
}
.heading_text_content{
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:50px;
}
.heading_text_content small{
	color: #03a9f5;
}
.heading_text_content h2{
	line-height: 36px;
    font-size: 30px;
    color: #313743;
    font-weight: 600;
    margin: 15px 0;
}
.heading_text_content p{
	margin-top: 10px;
    color: #838ea5;
    font-weight: 400;
    font-size: 15px;
}

/* header_and_navigation_section end*/


/* features_section start*/

.features_section{
	background: #f8fbfd;
}
.icon_text{
	margin-bottom:60px;
}
.icon_text img{
    margin: auto;
    display: block;
	margin-bottom:30px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon_text h4{
	line-height: 22px;
	font-weight:600;
	margin-bottom:10px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon_text h4 a{
    color: #313743;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon_text  p{
	color: #838ea5;
    font-weight: 400;
	font-size: 14px;
}
.icon_text_btn{
	float:left;
	width:100%;
	text-align:center;
}
.icon_text_btn a{
	padding: 14px 35px;
    border-radius: 60px;
    font-size: 16px;
	background:#03a9f5;
    color: #fff;
    font-weight: 400;
    display: inline-block;
}
.icon_text_btn a:hover, #buy_now_btn:hover{
	background:#666;
}
#buy_now_btn{
	padding: 24px 35px;
    border-radius: 60px;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
	background: #eb6d6d;
	width:40%
}
/* features_section end*/


/* dashboard_version_section start*/

.dashboard_version_section{
	background: linear-gradient(to right, #474d5d 0%, #383c49 50%,
	#474d5d 50%, #383c49 100%);
	padding-top:100px;
}
.dashboard_version_section a:hover .dashboard_content h2{
	color:#03a9f5;
	-webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
}
.dashboard_version_section a:hover .dashboard_content img{
	opacity:0.3;
	-webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
}
.dashboard_light_version {
	text-align:left;
}
.dashboard_dark_version{
	text-align:right;
}
.dashboard_dark_version img{
	float:right;
	-webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
}
.dashboard_content{
	float:left;
	width:100%;
}
.dashboard_content small{
	color: #03a9f5;
	text-align:left;
}
.dashboard_content h2{
	line-height: 30px;
    font-size: 24px;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 50px;
}

/* dashboard_version_section end*/


/* testimonial_section start*/

.testimonial_section {
	background: #ffffff;
    padding: 90px 0;
}
.testimonial_section .section_heading h2{
	color:#fff;
}
.testimonial_section .section_heading span.bottom-border{
	background-color: rgba(255, 255, 255, 0.16);
}
.testimonial_slider_wrapper .owl-carousel .item p{
    color: #383c49;
    font-size: 17px;
	line-height: 34px;
}
.testimonial_slider_wrapper .owl-carousel .item b{
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin-left: 10px;
	margin-top: 30px;
	color: #838ea5;
}
.testimonial_slider_wrapper .owl-carousel .item b small {
     color: #03a9f5
}
.testimonial-photo {
    width: 100px;
    height: 100px;
    display: inline-block;
	margin-top:20px;
}
.testimonial-photo img {
    width: 100px;
    height: 100px;
    max-width: 100%;
    border-radius: 50%;
}
.testimonial_slider_wrapper{
	float:left;
	width:100%;
}
.testimonial_slider_wrapper  .owl-theme .owl-dots{
	display:none;
}
.testimonial_slider_wrapper .owl-theme .owl-dots .owl-dot{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.testimonial_slider_wrapper .owl-theme .owl-dots .owl-dot span{
	width: 10px;
    height: 10px;
    display: block;
    margin: 5px 7px;
    background: rgb(214, 214, 214);
    border-radius: 30px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.testimonial_slider_wrapper .owl-theme .owl-dots .owl-dot.active span, .testimonial_slider_wrapper .owl-theme .owl-dots .owl-dot:hover span  {
	background:#6ec2cc;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.testimonial_slider_wrapper .owl-theme .owl-dots .owl-dot.active, .testimonial_slider_wrapper .owl-theme .owl-dots .owl-dot:hover{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.testimonial_slider_wrapper .owl-theme .owl-nav {
    display:none;
}

/* testimonial_section end*/


/** newsletter_section start **/

.newsletter_section{
	padding: 50px 0;
	background:#03a9f5;
}
.newsletter_section .newsletter_wrap {
    width: 100%;
}
.newsletter_section .newsletter_content{
   float: left;
    width: 35%;
	margin-top:7px;
}
.newsletter_section .newsletter_button{
   float: left;
    width: 65%;
    padding-left: 70px;
}
.newsletter_content h2{
	color:#fff;
	font-size:26px;
	margin:0;
}
.newsletter_content i{
	float:left;
	color:#fff;
	font-size:30px;
	margin-right:30px;
}
.newsletter_button .form-group{
	margin-bottom:0px;
}
.newsletter_button .form-control{
	height: 48px;
    background-color: transparent;
	box-shadow:none;
    border-color: rgba(255, 255, 255, 0.55);
    color: rgba(255, 255, 255, 0.47);
    border-width: 1px;
    border-style: solid solid solid solid;
    border-radius: 0px;
    font-size: 16px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
}
.newsletter_button .form-group{
	float: left;
    width: 60%;
	margin-right:30px;
}
.newsletter_button input::placeholder, 
.newsletter_button textarea::placeholder {
  color: #fff;
}
.newsletter_button form button.btn{
	float: left;
	background: #ffffff;
	border: 2px solid #ffffff;
    color: #2b2b2b;
	width: 30%;
	height: 48px;
	display:block;
	border-radius: 60px;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
   -moz-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
}
.newsletter_button form button.btn:hover{
	background:none;
	color:#fff;
	 -webkit-transition: all 0.3s ease 0s;
   -moz-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
}

/** newsletter_section end **/

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #ff7e00;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 0px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index:1000;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 8px;
    font-size: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


@media (min-width: 992px) and (max-width: 1199px){
	
	.mb-display-text a {
		padding: 10px 13px;
	}
	.newsletter_section .newsletter_content {
		float: none;
		text-align: center;
		margin-bottom: 40px;
	}
	.newsletter_content h2 {
		margin-bottom: 30px;
	}
	.newsletter_content i {
		float: none;
	}
	.newsletter_wrap{
		text-align:center;
	}
	.newsletter_section .newsletter_content {
		float:none;
		width:100%;
		display: inline-block;
	}
	.newsletter_section .newsletter_button {
		float:none;
		width: 70%;
		display: inline-block;
	}
	.newsletter_button .form-group{
		margin-bottom:30px;
	}
	.newsletter_button form button.btn{
		width:150px;
	}
}


@media (min-width: 768px) and (max-width: 991px){
	
	.mb-display-text a {
		padding: 10px 13px;
	}
	.newsletter_section .newsletter_content {
		float: none;
		text-align: center;
		margin-bottom: 40px;
	}
	.newsletter_content h2 {
		margin-bottom: 30px;
	}
	.newsletter_content i {
		float: none;
	}
	.newsletter_section .newsletter_button{
		float:left;
		width:100%;
		padding-left:0px;
	}
	.newsletter_wrap{
		text-align:center;
	}
	.newsletter_section .newsletter_content {
		float:none;
		width:100%;
		display: inline-block;
	}
	.newsletter_button .form-group,
	.newsletter_button form button.btn{
		float:left;
		width:100%;
	}
	.newsletter_button .form-group{
		margin-bottom:30px;
	}
	
}


@media (max-width: 767px){

	.responsive_image {
		margin-top: 40px;
	}
	.mailbox_image {
		margin-top: 40px;
	}
	.ecommerce_image {
		margin-bottom: 40px;
	}
	.dashboard_version_section{
		background: #474d5d;
	}
	.dashboard_dark_version {
		margin-top: 40px;
	}
	.newsletter_section .newsletter_content {
		float: none;
		text-align: center;
		margin-bottom: 40px;
	}
	.newsletter_content h2 {
		margin-bottom: 30px;
	}
	.newsletter_section .newsletter_button{
		float:left;
		width:100%;
		padding-left:0px;
	}
	.newsletter_wrap{
		text-align:center;
	}
	.newsletter_section .newsletter_content {
		float:none;
		width:100%;
	}
	.newsletter_button .form-group,
	.newsletter_button form button.btn{
		float:none;
		width:100%;
	}
	.newsletter_button .form-group{
		margin-bottom:30px;
	}
}


@media (max-width: 480px){
	
	.builder-btn{
		margin: 19px 15px;
	}
	
}


@media (max-width: 360px){
	
	.mb-display-text a {
		padding: 10px 10px;
	}
	.newsletter_section .newsletter_button {
	   padding-left:0px; 
	}
	.newsletter_content h2 {
		font-size: 23px;
	}
	
}
.responsive_image img, .mailbox_image img{
	width:auto;
}
@media (max-width: 991px){
	.responsive_image img, .mailbox_image img{
		width:100%;
}
.mailbox_image{
	margin-top:30px;
}
}
.menuzord-brand{
	float:left;
	width:50%;
	    padding-top: 37px;
    padding-bottom: 30px;
}
.jp_buy_btn{
	float:left;
	width:50%;
	margin:0;
	padding-top:30px;
	padding-bottom:30px;
}
.jp_buy_btn li a{
	float:right;
	width:160px;
	height:50px;
	color:#ffffff;
	line-height:50px;
	background:#de6767;
	text-align:center;
	    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.jp_buy_btn li a:hover{
	background:#23c0e9;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


.landing-item-inner {
	height: 380px;
	width: 100%;
    position: relative;
    overflow: hidden;
	padding: 20px;
}
.template-list {
	padding: 0;
	list-style: none;
}
.landing-item-img {
    width: 100%;
    height: 309px;
    margin: 0  auto;
    overflow: hidden;
}
.landing-item-img  img {
	width:100%;
}
.template-list  .btn {
	  background-color: #b1a599;
    border: medium none;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 16px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 130px;	
}
.template-list  a  {
    text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	border-bottom: 2px solid #000;
	display:inline-block;
	color: #101010;
	margin-bottom: 50px;
	font-family: 'Lato', sans-serif;
	-webkit-transition: all 0.5s !important;
	-o-transition: all 0.5s !important;
	-ms-transition: all 0.5s !important;
	-moz-transition: all 0.5s !important;
	transition: all 0.5s !important;
}
.template-list  a:hover{
	color:#31a2f0;
	border-bottom:2px solid #31a2f0;
	-webkit-transition: all 0.5s !important;
	-o-transition: all 0.5s !important;
	-ms-transition: all 0.5s !important;
	-moz-transition: all 0.5s !important;
	transition: all 0.5s !important;
} 
.template-list{
	text-align: center;
}
.template-list a:hover {
	text-decoration: none;
}