/*----- 1. Reset.css -----*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* --- Common Styles ---*/

h1 {
  font-size: 16px;
}

/*----- Helper Classes -----*/

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
}

p {
	font-family: 'Roboto', sans-serif;
}

::-moz-selection {
    color: #FFFFFF;
    background: #00aeda;
}

::selection {
    color: #FFFFFF;
    background: #00aeda;
}

.nopadding {
	padding: 0;
}

.custompadding {
	padding-left: 5px;
	padding-right: 5px;
}

.no-margin {
	margin-right: 0;
	margin-left: 0;
}

.underline {
	display: inline;
	border-bottom: 3px solid #111;
	padding-bottom: 0;
}

.after-line {
	height: 3px;
	width: 100px;
	background: #001CFF;
	margin-top: -10px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.sup-title {
	display: inline-block;
	font-size: 1em;
	padding: 4px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	background: #000000;
	margin: 0 0 20px 0;
}

#loading {
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
   position: fixed;
   opacity: 1;
   background-color: #F2F2F2;
   z-index: 9999;
   text-align: center;
}

#loading-image {
	display: inline;
    top: 40%;
    position: relative;
  z-index: 9999;
}

.logo {
  margin: 0 auto;
	padding: 0px 0px;
	z-index: 111;
}

.logo:hover, .logo:focus {
	text-decoration: none;
	color: #FFF;
}



/* ------ Navbar Styling Starts ----- */


.navbar {
	font-size: 14px;
  font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-transform: capitalize;
	padding-top: 25px;
	letter-spacing: 1px;
	height: 80px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	-webkit-backface-visibility: hidden;
}

.navbar-default {
  transition: all 0.6s ease;
	border-color: transparent;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-radius: 0px;
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #111111;
}

.navbar-default .navbar-brand .navbar-toggle .collapsed {
    padding: 4px 6px;
    font-size: 14px;
    color: #111111;
  }

.navbar-default .navbar-brand {
	padding-top: 5px;
	color: #111111;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

.navbar-default .navbar-brand:hover {
	transition: 1s;
}

.navbar-default .navbar-nav > li > a {
	color: #e7e7e8;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5;
	transition: all 0.5s;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #A1A1A1;
}

.navbar-default .navbar-nav > .active > a {
  background: transparent;
  color: #222222;
  }


.navbar-default .navbar-nav > .active > a:hover {
    background: transparent;
    color: #333333;
}

.navbar-default .navbar-nav > .active > a:focus {
	background: transparent;
	color: #111111;
}

.navbar-default .navbar-collapse {
	border-color: transparent;
	background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-toggle {
	color: #111111;
}

.navbar-default .nav-white > li > a {
	color: #FFFFFF;
}

.navbar-default .nav-white > li > a:hover {
	color: #999999;
}

.navbar-default .navbar-brand.nav-white {
	padding-top: 15px;
	color: #FFFFFF;
	font-size: 21px;
	letter-spacing: 1px;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

/*---------- Media Queries ---------*/

@media only screen and (max-width: 767px) {

	.navbar {
		padding-top: 5px;
		height: 60px;
	}

	.navbar-default {
		border: 0px;
		background-color: transparent;
	}

	.navbar-default .navbar-collapse {
		text-align: center;
		background-color: #FFFFFF;
		border: 0;
	}

	.navbar-default .navbar-nav > li> a {
		color: #222222;
		margin-top: 10px;
	}

	.navbar-default .navbar-nav > li> a:hover {
		color: #222222;
	}

	.navbar-default .navbar-brand {
		color: #FFFFFF;
		padding: 16px 15px !important;
	}

	.navbar-default .navbar-brand.nav-white {
		color: #FFFFFF;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #111111;
	}
}

@media only screen and (min-width: 240px) {

	.navbar.past-main {
		font-size: 14px;
		padding-top: 5px;
		height: 60px;
		background-color: rgba(0, 174, 218, 1);
		-webkit-transition: all 0.6s;
		-moz-transition: all 0.6s;
		-o-transition: all 0.6s;
		transition: all 0.6s;
	}

	.navbar-default.past-main .navbar-brand {
		color: #111111;
		padding-top: 10px;
	}

	.navbar-default.past-main .navbar-collapse {
		background-color: #00aeda;
	}

	.navbar-default.past-main .navbar-toggle .icon-bar {
		background-color: #111111;
	}

	.navbar-default.past-main .navbar-nav > li > a {
		color: #fff;
		-webkit-transition: color 0.5s;
		transition: color 0.5s;
	}

	.navbar-default.past-main .navbar-nav > li > a:hover {
		color: #111111;
	}

	.navbar-default.past-main .navbar-nav > .active > a {
		background: transparent;
		color: #5924EC;
	}

	.navbar-default.past-main .navbar-nav > .active > a:hover {
		background: transparent;
		color: #222222;
	}

	.navbar-default.past-main .navbar-nav > .active > a:focus {
		background: transparent;
		color: #222222;
	}
}

.navbar-default .nav-white .navbar-toggle .icon-bar {
	background-color: #FFFFFF;
}

.navbar-default.past-main .nav-white .navbar-toggle .icon-bar {
	background-color: #111111;
}

/* ------------------------------------------------------
-------------- Main Section Styling Starts --------------
--------------------------------------------------------*/


#main {
  height: 100%;
}


/* ----- Hero Section Styling Starts ----- */

.hero-section {
	height: 100%;
	background: url(../images/header-bg.jpg);
	background-size: cover;
	padding: 13% 0;
}

.hero-content {
	padding: 270px 0 0 0;
	overflow: hidden;
}

.hero-content h1 {
	font-size: 34px;
	font-weight: 400;
	color: #262626;
	line-height: 1.2;
	letter-spacing: -1px;
	margin: 0 0 20px 0;
}

.hero-content p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #A1A1A1;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 25px 0;
}


.btn-action {
 font-family: 'Roboto', sans-serif;
 background-color: #00aeda;
 border: 1px solid #00aeda;
 border-radius: 0;
 color: #FFFFFF;
 font-size: 15px;
 font-weight: 700;
 letter-spacing: 1px;
 line-height: 1;
 padding: 20px 42px;
 text-transform: uppercase;
 outline: none;
 -webkit-transition: 200ms;
 -moz-transition: 200ms;
 -o-transition: 200ms;
 transition: 200ms;
}

.btn-action:hover, .btn-action:focus,
.btn-action:active, .btn-action:active:focus {
 background: transparent;
 outline: none;
 color: #00aeda;
 background: transparent;
 border-color: #00aeda;
}


.product .btn-action {
 background-color: transparent;
 border: 1px solid #82714a;
 color: #82714a;
}

.product .btn-action:hover, .product  .btn-action:focus {
 background: #92714A;
 color: #FFFFFF;
 border-color: #82714A;
}


/*---------------- Form Home Styling ------------------- */

.form img {
	margin: 0 auto;
}


.form .hero-content h1 {
	font-size: 34px;
	font-weight: 900;
	color: #fff;
	line-height: 1.2;
	letter-spacing: -1px;
	margin: 0 0 20px 0;
}

.form .hero-content p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 25px 0;
}

.form .sub-form {
	padding: 30px 0 0 0;
	text-align: left;
}


.form .btn-action {
	background: #00aeda;
	border-color: #00aeda;
	color: #FFFFFF;
}

.form .btn-action:hover {
	background: transparent;
	border-color: #00aeda;
	color: #00aeda;
}


/*-------------------------------------------------------
---------------- Slider Section Styling -----------------
--------------------------------------------------------*/

.slider-pro .sp-slide {
	background: #222222;
}

.slider-pro h2.sp-layer {
	font-size: 44px !important;
	color: #111111;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.3;
	text-align: left;
}

.slider-pro p.sp-layer {
	font-size: 16px;
	color: #A1A1A1;
	line-height: 1.4;
}

.slider-pro a {
	text-decoration: none;
	color: #444444;
	-webkit-transition: 0.5s !important;
	-moz-transition: 0.5s !important;
	transition: 0.5s !important;
}

.slider-pro .link-color {
	text-decoration: none;
	color: #111;
	-webkit-transition: 0.5s !important;
	-moz-transition: 0.5s !important;
	transition: 0.5s !important;
}

.slider-pro a:hover {
	color: #999999;
}



@media only screen and (max-width: 768px) {

	.slider-pro h2.sp-layer {
		font-size: 34px !important;

	}
}


/* -----------------------------------------------------
--------------- App Home Styling starts ----------------
--------------------------------------------------------*/


.app img {
	margin: 0 auto;
}


.app-info h1 {
  font-size: 34px;
  font-weight: 600;
  color: #404040;
  margin-top: 30px !important;
}

.app-info h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color:  #3C4B5D;
	line-height: 1.4;
  margin-top: 20px;
}

.app-info i {
	margin-top: 15px;
	display: inline-block;
}

.app-info span {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #222222;
}

.app-info .ion {
  font-size: 1em;
  color: #ff8000;
}

.download-buttons {
  margin-top: 25px;
  margin-bottom: 25px;
}

.download-buttons img {
	margin-left: 5px;
	margin-right: 5px;
}


.app .btn-action {
	color: #FFFFFF;
	background: #00aeda;
	border-color: #00aeda;
	 border-radius: 30px;
}

.app .btn-action:hover {
	color: #00aeda;
	background: #222225;
	border-color: #222225;
}


/*-------------------------------------------------
----------- About Section Styling Starts ----------
--------------------------------------------------*/

.about {
	padding: 100px 0 100px 0;
	background: #F1F1F1;
}

.about-content {
	max-width: 800px;
	margin: 0 auto;
}

.about-content h2 {
	font-family: 'Josefin Sans';
	font-size: 24px;
	line-height: 1.2;
	color: #111111;
}

.about-content h3 {
	font-family: 'Josefin Sans';
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #111111;
	margin: 50px 0 0 0;
}



/* ----- Client Sectiion Styling ----- */

.client-section {
	background-color: #00aeda;
	padding: 5px 0 0 0;
}

.clients .single {
	padding: 25px 0 25px 0;
}

.clients .single img {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
		opacity: 0.6;
}


/*----------------------------------------------------
----------- Pitch Section Styling Starts ----------
-----------------------------------------------------*/


.pitch {
	padding: 100px 0 100px 0;
	background: #2e2e30;
}

.pitch-intro {
	max-width: 650px;
	margin: 0 auto;
	padding: 0 0 100px 0;
}

.pitch-intro h1 {
	font-size: 37px;
	font-weight: 900;
	line-height: 1.2;
	color: #FFF;
	margin: 0 0 30px 0;
}


.pitch-intro p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #A1A1A1;
	letter-spacing: 0;
}

.pitch-icon {
	margin: 0 0 10px 0;
	background: #00aeda;
	width: 60px;
	height: 60px;
	display: inline-block;
	border-radius: 50%;
}

.pitch-icon i {
	font-size: 34px;
	color: #FFFFFF;
	position: absolute;
	left: 0;
	right: 0;
	top: 13px;
}

.pitch-content {
	padding: 10px 0 50px 0;
}

.pitch-content h1 {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
	color: #FFF;
	margin: 0 0 10px 0;
	text-transform:uppercase;
}

.pitch-content p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #A1A1A1;
	letter-spacing: 0;
}


/*----------------------------------------------------
----------- Features Icon Styling Starts -------------
-----------------------------------------------------*/

.icon-features {
	padding: 100px 0 0 0;
}

.icon-features-intro {
	padding: 0 0 50px 0;
}

.icon-features-intro h1 {
	font-size: 34px;
	font-weight: 600;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
	text-align: center;
}

.icon-features-intro p {
	font-size: 16px;
	color: #A1A1A1;
	text-align: center;
	margin: 0 0 30px 0;
}

.f-single {
	position: relative;
	padding: 10px 0 80px 0;
}

.f-icon i {
	font-size: 54px;
	font-weight: bold;
	position: absolute;
	left: 0;
}

.f-content {
	padding-left: 80px;
}

.f-content h2 {
	font-size: 21px;
	font-weight: 400;
	margin: 0 0 10px 0;
}

.f-content p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #4D4D4D;
	line-height: 1.5;
	text-align: left;
}



/*----------------------------------------------------
----------- Features Section Styling Starts ----------
-----------------------------------------------------*/


.features {
	padding: 25px 0 25px 0;
}

.features-inner {
	width: 100%;
}

.features .features-list {
	padding: 20px 0 0 0;
	text-align: center;
}

.features .features-list h1 {
	font-size: 26px;
	font-weight: 400;
	line-height: 1;
	color: #222222;
	margin: 0 0 30px 0;
}

.features .features-list ul {
	list-style-type: circle;
	padding-left: 20px;
	text-align: center;
}


.features .features-list ul li {
	display: block;
	margin: 0 0 15px 0;
	font-family: 'Josefin Sans';
	font-size: 16px;
	line-height: 1.2;
	color: #A1A1A1;
}

/* --------------- Feature Sub ------------ */

.feature-sub .sub-inner h1 {
	font-size: 27px;
	font-weight: 500;
	line-height: 1.5;
	color: #FFFFFF;
	margin: 0 0 30px 0;
}

.feature-sub .sub-inner .btn-action {
	color: #FFFFFF;
	background: #00aeda;
	border-color: #00aeda;
}

.feature-sub .sub-inner .btn-action:hover {
	color: #00aeda;
	background: transparent;
	border-color: #00aeda;
}

.feature-sub {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)), url(../images/image-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 150px 0 150px 0;
}

.sub-inner {
	padding:0 10% 0 10%;
	text-align:center;
	float: left;
}

/*  --------------------------------------------------
------------- Reviews Section Styling ----------------
-----------------------------------------------------*/

.app-features {
	background: #FFFFFF;
	padding: 100px 0 100px 0;
}

.app-features h1 {
	font-size: 37px;
	font-weight: 900;
	margin: 0 0 10px 0;
	text-transform:uppercase;
}

.app-features p {
	font-size: 16px;
	font-weight: 400;
	color: #A1A1A1;
	line-height: 1.4;
	margin: 10px 0 50px 0;
}


.app-features img {
	 margin: 0 auto;
}

.app-features .features-middle, .app-features .features-left, .app-features .features-right {
	padding: 0 0 0 0;
}

.app-features .icon {
	margin-top: 10px;
	margin-bottom: 20px;
}

.app-features .icon i {
	font-size: 60px;
	color: #00aeda;
}


.app-features .feature-single {
	margin-left: 0;
	margin-bottom: 50px;
}


.app-features .feature-single h1 {
	font-size: 15px;
	font-weight: 600;
	color: #222222;
	margin: 0 0 10px 0;
	letter-spacing: 1px;
	text-transform:uppercase;
}

.app-features .feature-single p {
	font-size: 17px;
	color: #A1A1A1;
	line-height: 1.4;
	letter-spacing: 1px;
	margin: 10px 0 0 0;
}


/*-------------------------------------------------------
------------- Split Features Section Styling ------------
--------------------------------------------------------*/

.split-features {
	background: #F9F9F9;
	padding: 50px 0 50px 0;
	overflow: hidden;
}

.split-image img {
	margin: 0 auto;
}

.split-content {
	padding: 20px;
	text-align: center;
}

.split-content h1 {
	font-size: 37px;
	font-weight: 900;
	letter-spacing: -1px;
	margin: 0 0 20px 0;
}

.split-content p {
	font-size: 16px;
	line-height: 1.4;
	color: #A1A1A1;
	letter-spacing: 0;
}

.split-content ul {
	list-style-type: disc;
	display: inline-block;
	margin: 30px 0 0 0;
}

.split-content ul li {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	letter-spacing: 0;
	margin-bottom: 15px;
	margin-left: 15px;
	color: #A1A1A1;
}

.split-features2 {
	background: #FFFFFF;
	padding: 50px 0 50px 0;
	overflow: hidden;
}



/*  --------------------------------------------------
------------- Reviews Section Styling ----------------
-----------------------------------------------------*/

.review-section {
	padding: 150px 0 150px 0;
	text-align: center;
	background: #00aeda;
}


.reviews {
  width: 100%;
}


.review-single img {
  width:80px;
	height:80px;
}

.review-text h3 {
	font-family: 'Roboto', sans-serif;
  font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.5;
  color: #222225;
  text-transform:uppercase;
}

.review-text .ion {
	display: inline-block;
	margin-top: 20px;
  font-size: 14px;
  color: #ff8000;
}

.review-text p {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
	font-weight: 400;
  padding: 20px 10px 20px 10px;
	letter-spacing: 1px;
	line-height: 1.5;
  color: #fff;
}




/* ----- Counter Section Styling Starts -----*/

.counter-section {
 width: 100%;
 padding-top: 50px;
 padding-bottom: 50px;
 background: #F1F1F1;
}

.counter-section h3  {
	font-size: 28px;
	font-weight: 400;
	color: #222222;
}

.counter-icon {
  padding: 15px;
}

.counter-icon i {
  font-size: 48px;
  color: #00aeda;
}

.counter-text {
	margin-top: 10px;
  margin-bottom: 20px;
}

.counter-text h4 {
  font-size: 16px;
  font-weight: 400;
  padding: 0.5em;
  color: #222222;
}

/* ------- Footer Section Styling Starts ------- */

.footer {
	font-family:"Open Sans";
  background-color: #222225;
  width: 100%;
  height: 100%;
	overflow: hidden;
	padding-top: 75px;
	padding-bottom: 20px;
}

.contact {
	text-align: left;
}

.contact i {
	font-size: 42px;
	color: #00aeda;
	text-align: left;
}

.contact h1 {

	font-size: 21px;
	font-weight: 400;
	color: #FFF;
	margin: 10px 0 10px 0;
	text-align: left;
}

.contact p {

	font-size: 14px !important;
	font-weight: 400;
	color: #111111;
	line-height: 1.3;
	margin: 10px 0 20px 0 !important;
	text-align: left;
}

.contact a {

	font-size: 18px;
	font-weight: 400;
	color: #00aeda;
	text-decoration: none;
	display: inline-block;
}



.footer img {
	margin-bottom: 20px;
}

.footer-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer-menu li {
	display: block;
	line-height: 2;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	padding-right: 15px;
	text-transform: capitalize;
	color:#A1A1A1;
}

.footer-menu li a {
	color: #00aeda;
	text-decoration: none;
}

.footer-menu li a i {
	font-size: 20px;
	width: 34px;
	text-align: center;
	position: relative;
	top: 2px;
	line-height: 32px;
}

.footer p {
	font-size: 13px;
	font-weight: 400;
	color: #A1A1A1;
	line-height: 1.3;
	margin: 10px 0 30px 0;
}

.footer-text p {
	font-family: "Open Sans";
	font-size: 12px;
	color: #00aeda;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 10px;
}


.product .footer .contact h1, .product .contact i, .product .footer .contact a, .product .footer-text p  {
	color: #927f54;
	font-family:"Open Sans";
}


/* -------------------------------------------------------
----------- Bact-to-Top Styling Starts Here --------------
---------------------------------------------------------*/


.back-to-top {
	background: rgba(0, 174, 218, 0.5);
	margin: 0;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	z-index: 90;
	display: none;
	text-decoration: none;
	color: #0E1729;
}

.back-to-top i {
	position: relative;
	left: 10px;
	top: 7px;
	font-size: 20px;
	color: #FFFFFF;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

.back-to-top:hover {
    background: rgba(0, 174, 218, 0.9);
    color: #FFFFFF;
}

.back-to-top:hover i {
	top: 3px;
}

.back-to-top:focus {
    color: #FFFFFF;
}


.product .back-to-top {
	background: rgba(146, 127, 84, 0.5);
}

.product .back-to-top:hover {
	background: rgba(146, 127, 84, 0.9);
}




/*----------------------------------------------------
------------- All ------------------------------------
--------------------- Media --------------------------
------------------------------- Queries --------------
-----------------------------------------------------*/

@media only screen and (min-width: 767px) {
	.logo {
	  position: absolute;
	  top: 20px;
	  left: 20px;
	}

	.form .hero-content h1 {
		font-size: 54px;
	}

	.product .hero-content {
		padding: 150px 0 100px 0;
		text-align: left;
	}

	.hero-content h1 {
		font-size: 48px;
		margin: 0 0 20px 0;
	}

	.hero-content p {
		font-size: 14px;
	}

	.about-content h2 {
		font-size: 38px;
	}

	.features .features-list {
		padding: 100px 0 0 0;
		text-align: left;
	}

	.features .features-list ul li {
		font-size: 18px;
		display: list-item;
		text-align: left;
	}

	.feature-sub {
		padding: 200px 0 200px 0;
	}

	.split-content {
		padding: 10px 250px 50px 10px;
		text-align: left;
	}

	.split-content h1 {
		font-size: 37px;
	}
	.second {
		padding: 10px 10px 50px 250px;
	}

	.contact h1 {
		font-size: 19px;
	}

	.contact p {
		font-size: 13px !important;
	}

	.contact a {
		font-family: "Open Sans";
		font-size: 14px;
	}

}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
	.features .features-list {
		padding: 80px 0 0 0;
	}

	.split-content {
		padding: 100px 100px 50px 50px;
		text-align: left;
	}

}


@media screen and (max-width: 399px) {
	.back-to-top {
		right: 10px;
	}
	.second {
		padding: 0px;
	}
}

@media only screen and (min-width: 991px) and (max-width: 1201px) {
	.app-features .features-left, .app-features .features-right {
		padding: 0;
	}
}
