/*

Theme Name: iLnad
Author: designstub
Author URI: http://www.designstub.com
*/



/*--------------
 * Table of Contents
--------------*/

/*-----------------
1. Reset.css
2. Helper Classes
3. Home page banner
5. Features Section
6. Review
7. about
8. Subscribe form
9. Media Queries
------------------*/


/*----- 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;
}

/* IFRAME */
.map {background: #FC7878; padding: 8px;  }
.map iframe {border: 1px solid #fff; width: 100%; min-height: 400px;}

/* --- 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;
}
/*
::-webkit-scrollbar {
	display: none;
}
*/
h1, h2, h3, h4, h5, h6 {
  font-family: Open Sans;
}

p {
	font-family: Open Sans;
}

::-moz-selection {
    color: #FFFFFF;
    background: #ff0000;
}

::selection {
    color: #FFFFFF;
    background: #ff0000;
}

.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: #FF0000;   
   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: Open Sans;
	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: #111111;
  -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;
		border-color: transparent;
	  background-color: #FFFFFF;
	}

  .navbar-default .navbar-collapse {
    border: 0;
    border-color: transparent;
  }

  .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: 94px;
	background-color: rgba(255, 255, 255, 0.99);
	-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;
}

.navbar-default.past-main .navbar-toggle .icon-bar {
	background-color: #111111;
}

.navbar-default.past-main .navbar-nav > li > a {
  color: #222222;
  -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%;
}


/*  --------------------------------------------------
------------- Carousel Section Styling ----------------
-----------------------------------------------------*/

.carousel-section {
	padding: 150px 0 0 0;
	text-align: center;
	background: #FFFFFF;
	width : 100%;
}


.carousels {
  width: 100%;
}


.carousel-single img {
	width: 80%;
}

.carousel-text h3 {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.5;
	color: #000000;
}

.carousel-text .ion {
	display: inline-block;
	margin-top: 20px;
	font-size: 14px;
	color: #ff8000;
}

.carousel-text p {
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 300;
	padding: 20px 10px 20px 10px;
	letter-spacing: 1px;
	line-height: 1.5;
	color: #A1A1A1;
}

/* ----- Hero Section Styling Starts ----- */

.hero-section {
	height: 90%;
	background: #FFFFFF;
	padding: 0 0 0 0;
	width : 100%;
}

.hero-content {
	padding: 10px 0 10px 0;		
}

.hero-content h1 {
	font-family:Lobster;
	font-size: 100px;
	font-weight: 400;
	color: #262626;
	line-height: 1.2;
	letter-spacing: -1px;
	margin: 0 0 20px 0;
}

.hero-content p {
	font-family: Open Sans;
	font-size: 20px;
	text-align: center;
	color: #A1A1A1;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 10px 0;
}

/*-------------------------------------------------
----------- About Section Styling Starts ----------
--------------------------------------------------*/

.about {
	padding: 100px 0 100px 0;
	background: #F1F1F1;
	width : 100%;
}

.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;
}

/*  --------------------------------------------------
------------- about Section Styling ----------------
-----------------------------------------------------*/


.about {
	padding: 50px 0 0 0;
}

.about-content {
	padding: 60px 0 0 0;
	text-align: center;
}

.about h1 {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 1.2;
}

.about h4 {
	font-size: 14px;
	font-weight: 400;
	color: #A1A1A1;
	margin: 10px 0 30px 0;
}

.about p {
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 400;
	color: #444444;
	line-height: 1.4;
}

.about .btn-buy {
	padding: 40px 0 20px 0;
}

.about .btn-buy img {
	display: inline;
}

.about .price-tag h2 {
	font-family: 'Josefin Sans';
	font-size: 24px;
	font-weight: 400;
	color: #A1A1A1;
	margin: 0 0 20px 0;
}




/* ----- about Tables Styling Starts ----- */

.about-section {
	width: 100%;
	height: 100%;
	padding-top: 100px;	
	background: #FFFFFF;
}


.about-intro h1 {
	font-size: 28px;
	color: #111111;
	font-weight: 600;
	line-height: 1.4;
}


.about-intro p {
	font-size: 15px;
	color: #303030;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 50px;
}

.about-section .table-left, .about-section .table-right {
	padding: 20px 20px 50px 20px;
	margin: 0 auto;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 80px 0px rgba(0,0,0,.1);
	border: transparent;
	max-width: 400px;
}

.table-left .icon, .table-right .icon {
	padding: 50px 50px 40px 50px;
}

.table-left .icon, .table-right .icon {
	font-size:60px;
	margin: 0 auto;
	color:#ff0000;
}

.table-left .about-details span, .table-right .about-details span {
	display: inline-block;
	font-family: Open Sans;
	font-size: 28px;
	font-weight: 400;
	color: #808080;
	margin-bottom: 20px;
}

.table-left .about-details h2, .table-right .about-details h2 {
	font-size: 18px;
	font-weight: 600;
	color: #505050;
	margin-bottom: 30px;
}

.table-left .about-details p, .table-right .about-details p {
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 300;
	color: #505050;
	letter-spacing: 1px;
	line-height: 1.4;
}

.table-left .about-details ul, .table-right .about-details ul {
	margin-top: 30px;
	margin-bottom: 50px;
}


.table-left .about-details li, .table-right .about-details li {
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 400;
	color: #505050;
	line-height: 1.4;
	margin-bottom: 10px;
}

.about-section .table-left:hover, .about-section .table-right:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.about-section .table-left, .about-section .table-right {
	margin-top: 20px;
}

.about-section .table-center {
	margin-top: 0;
}

/* ----- about Section Styling Ends ----- */

/* ----- Client Section Styling ----- */

.client-section {
	background-color: #FF0000;
	padding: 15px 0 0 0;		
}

.clients .single {
	padding: 0 0 0 0;		
		
}

.clients .single img {	
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	opacity: 0.7;
    
}

.client-section h1 {
	font-family:Lobster;
	font-size: 37px;
	font-weight: 900;
	margin: 0 0 10px 0;
	color: #FFFFFF;
}


/*  --------------------------------------------------
------------- Product Lollipop Styling ----------------
-----------------------------------------------------*/

.lollipop-features {
	background: #FFFFFF;
	padding: 120px 0 100px 0;
	width : 100%;
}

.lollipop-features h1 {
	font-family:Lobster;
	font-size: 37px;
	font-weight: 900;
	margin: 0 0 10px 0;
}

.lollipop-features p {
	font-size: 16px;
	font-weight: 400;
	color: #A1A1A1;
	line-height: 1.4;
	margin: 10px 0 50px 0;
}


.lollipop-features img {
	 margin: 0 auto;
}

/*  --------------------------------------------------
------------- Product Jelly Styling ----------------
-----------------------------------------------------*/

.jelly-features {
	background: #F9F9F9;
	padding: 120px 0 100px 0;
	width : 100%;
}

.jelly-features h1 {
	font-family:Lobster;
	font-size: 37px;
	font-weight: 900;
	margin: 0 0 10px 0;
}

.jelly-features p {
	font-size: 16px;
	font-weight: 400;
	color: #A1A1A1;
	line-height: 1.4;
	margin: 10px 0 50px 0;
}


.jelly-features img {
	 margin: 0 auto;
}


/*  --------------------------------------------------
------------- Product Image Styling ----------------
-----------------------------------------------------*/

table{
	width: 100%;
	border-collapse: collapse;
}
td{
	height: 12vh;
}
.imagecontainer{
	height: 40vh;
	position: relative;
	text-align: center;
	color: white;
}

.product {
	background-repeat: no-repeat;
	background-size: 80%;
	width: 80%;
	height: 80%;	
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.product1{
	background-image: url(../images/products/thumbnails/CremePop.jpg);
}
.product2{
	background-image: url(../images/products/thumbnails/ImliLollypop.jpg);
}
.product3{
	background-image: url(../images/products/thumbnails/CoconutLollypop.jpg);
}
.product4{
	background-image: url(../images/products/thumbnails/FruitBonanza.jpg);
}
.product5{
	background-image: url(../images/products/thumbnails/FrootOFroot.jpg);
}
.product6{
	background-image: url(../images/products/thumbnails/ImliDP.jpg);
}
.product7{
	background-image: url(../images/products/thumbnails/DoubleMangoDP.jpg);
}
.product8{
	background-image: url(../images/products/thumbnails/RichMilkDP.jpg);
}
.product10{
	background-image: url(../images/products/thumbnails/GupChup.jpg);
}
.product13{
	background-image: url(../images/products/thumbnails/NakhraliImli.jpg);
}
.product14{
	background-image: url(../images/products/thumbnails/LycheeJelly.jpg);
}
.product15{
	background-image: url(../images/products/thumbnails/PuddingCup.jpg);
}
.product16{
	background-image: url(../images/products/thumbnails/MangoPudding.jpg);
}
/* --------------- Sister Concern Sub ------------ */

.sister {
	background: url(../images/back.png) no-repeat center;
	background-size: cover;	
	width : 100%;
	height : 85%;
}

.sub-inner {	
	text-align:center;
	float: left;
}

.sister .sub-inner h1 {
	font-size: 50px;
	font-weight: 500;
	line-height: 1.5;
	color: #FFFFFF;
	margin: 0 0 30px 0;
	font-family : Lobster;
}

.sister-section {
	width: 100%;
	height: 250px;
	padding-top: 100px;
	padding-bottom: 100px;	
}

.sister-section .table-left, .sister-section .table-right {
	padding: 20px 20px 50px 20px;
	margin: 0 auto;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 80px 0px rgba(0,0,0,.1);
	border: transparent;
	max-width: 400px;
}

.table-left .icon, .table-right .icon {
	padding: 50px 50px 40px 50px;
}

.table-left .icon, .table-right .icon {
	font-size:60px;
	margin: 0 auto;
	color:#ff0000;
}

.table-left .sister-details span, .table-right .sister-details span {
	display: inline-block;
	font-family: Open Sans;
	font-size: 28px;
	font-weight: 400;
	color: #808080;
	margin-bottom: 20px;
}

.table-left .sister-details h2, .table-right .sister-details h2 {
	font-size: 18px;
	font-weight: 600;
	color: #505050;
	margin-bottom: 30px;
}

.table-left .sister-details p, .table-right .sister-details p {
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 300;
	color: #505050;
	letter-spacing: 1px;
	line-height: 1.4;
}

.table-left .sister-details ul, .table-right .sister-details ul {
	margin-top: 30px;
	margin-bottom: 50px;
}


.table-left .sister-details li, .table-right .sister-details li {
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 400;
	color: #505050;
	line-height: 1.4;
	margin-bottom: 10px;
}

.sister-section .table-left:hover, .sister-section .table-right:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.sister-section .table-left, .sister-section .table-right {
	margin-top: 20px;
}

.sister-section .table-center {
	margin-top: 0;
}
.sister .single {
	padding: 0 0 0 0;		
	position: relative;	
}


/*------- Contact Section Starts--------*/

.contact-section {
	width: 100%;
	height: 250px;
	padding-top: 100px;
	padding-bottom: 100px;	
}

.contact-section .table-left, .contact-section .table-right {
	padding: 20px 20px 50px 20px;
	margin: 0 auto;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 80px 0px rgba(0,0,0,.1);
	border: transparent;
	max-width: 400px;
}

.table-left .icon, .table-right .icon {
	padding: 0px 0px 0px 0px;
}

.table-left .icon, .table-right .icon {
	font-size:60px;
	margin: 0 auto;
	color:#ff0000;
}

.table-left .contact-details span, .table-right .contact-details span {
	display: inline-block;
	font-family: Open Sans;
	font-size: 28px;
	font-weight: 400;
	color: #808080;
	margin-bottom: 0;
}

.table-left .contact-details h2, .table-right .contact-details h2 {
	font-size: 18px;
	font-weight: 600;
	color: #505050;
	margin-bottom: 0;
}

.table-left .contact-details p, .table-right .contact-details p {
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 300;
	color: #505050;
	letter-spacing: 1px;
	line-height: 1.4;
}

.table-left .contact-details ul, .table-right .contact-details ul {
	margin-top: 30px;
	margin-bottom: 50px;
}


.table-left .contact-details li, .table-right .contact-details li {
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 400;
	color: #505050;
	line-height: 1.4;
	margin-bottom: 10px;
}

.contact-section .table-left:hover, .contact-section .table-right:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.contact-section .table-center {
	margin-top: 0;
}
.contact .single {
	padding: 0 0 0 0;		
	position: relative;	
}


/* ------- Query Styling Starts ------- */

.query-section {
	height: 80%;
	background: #F0F0F0;
	padding: 110px 0 10px 0;
	text-align: center;
}


.query-section h1 {
	font-family:Lobster;
	font-size: 40px;
	font-weight: 400;
	color: #262626;
	line-height: 1.2;
	letter-spacing: -1px;
	margin: 0 0 20px 0;
}

.query-section textarea {
	font-family: Open Sans;
	font-size: 15px;	
	color: #000000;
	font-weight: 100;
	line-height: 1.5;
	margin: 0 0 10px 0;
}

.query-section button {
	font-family: Open Sans;
	font-size: 15px;
	text-align: center;
	color: #FFFFFF;
	font-weight: 800;
	line-height: 1.5;
	margin: 0 0 10px 0;
}

.query-section input {
	font-family: Open Sans;
	font-size: 15px;	
	color: #A1A1A1;
	font-weight: 100;
	line-height: 1.5;
	margin: 0 0 10px 0;	
}


/* ------- Footer Section Styling Starts ------- */


.footer {
	font-family:"Open Sans";
	background-color: #FFFFFF;
	width: 100%;
		
	padding-top: 75px;
	padding-bottom: 20px;
}

.footer img {
	margin-bottom: 20px;
}

.footer p {	
	font-size: 15px;
	line-height: 1.3;
	margin: 10px 0 30px 0;
}

.footer h1 {
	font-size: 25px;
	font-weight : bold;
	color: #000000;
	line-height: 1.3;	
}

.footer-text p {
	font-family:"Open Sans";
	font-size: 12px;	
	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(255, 0, 0, 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: 13px;
	top: 8px;
	font-size: 24px;
	color: #FFFFFF;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

.back-to-top:hover {
    background: rgba(255, 0, 0, 0.9);
    color: #FFFFFF;
}

.back-to-top:hover i {
	top: 6px;
}

.back-to-top:focus {
    color: #FFFFFF;
}


.product .back-to-top {
	background: rgba(255, 0, 0, 0.5);
}

.product .back-to-top:hover {
	background: rgba(255, 0, 0, 0.9);
}




/*----------------------------------------------------
------------- All ------------------------------------
--------------------- Media --------------------------
------------------------------- Queries --------------
-----------------------------------------------------*/

@media only screen and (min-width: 767px) {
	.logo {
	  position: absolute;
	  top: 20px;
	  left: 20px;
	}

	.hero-section {
		padding: 150px 0 100px 0;
	}

	.form .hero-section {
		padding: 150px 0 50px 0;
	}

	.form .hero-content {
		padding: 100px 0 100px 0;		
	}

	.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;
	}

	.software .hero-content h1 {
		font-size: 42px;
	}

	.image-bg .hero-content h1 {
		font-size: 54px;
	}


	.signup .hero-content h1 {
		font-size: 48px;
	}

	.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;
	}


	.software .features {
		padding: 100px 0 100px 0;
	}

	.software .features .features-list h1 {
		font-size: 34px;
	}

	.software .features .features-list {
		padding: 30px 0 0 0;
	}


	.software .features .features-list ul li {
		display: list-item;
		font-size: 14px;
		text-align: left;
	}


	.sister {
		padding: 200px 0 200px 0;
	}

	.software .sister .sub-inner h1 {
		font-size: 42px;
	}

	.split-content {
		padding: 120px 350px 50px 10px;
		text-align: left;
	}

	.split-content h1 {
		font-size: 37px;
	}
.second {
padding: 120px 10px 50px 350px;
}

	.about {
		padding: 100px 0 100px 0;
	}

	.about-content {
		text-align: left;
	}

	.cta-sub .cta-inner h1 {
		font-size: 36px;
	}

	.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 (min-width: 400px) and (max-width: 600px) {

 .subscribe-form .mail {
   padding: 0 30px 0 20px;
   border-radius: 5px 0 0 5px;
 }

 .subscribe-form .submit-button {
   padding: 0 5px 0 5px;
   border-radius: 0 5px 5px 0;
 }
}


@media screen and (max-width: 399px) {

	.cta-sub {
		text-align: center;
	}

	.subscribe-form {
		text-align: center;
	}

 .subscribe-form .mail {
	 text-align: center;
   padding: 0 0 0 0;
   border-radius: 5px 0 0 5px;
 }

 .subscribe-form .submit-button {
   padding: 0 5px 0 5px;
   border-radius: 0 5px 5px 0;
	 margin-top: 15px;
 }

 .form .sub-form .subscribe-form {
 	text-align: left;
 }


  .form .sub-form .subscribe-form .mail {
 	 text-align: center;
    padding: 0 0 0 0;
    border-radius: 5px 0 0 5px;
  }

  .form .sub-form .subscribe-form .submit-button {
    padding: 0 5px 0 5px;
    border-radius: 0 5px 5px 0;
 	 margin-top: 15px;
  }

 .back-to-top {
	right: 10px;
}

 }

 @media only screen and (min-width: 991px) and (max-width: 1201px) {

	 .app-features .features-left, .app-features .features-right {
	 	padding: 0 0 0 0;
	 }

	 .software .features .features-list {
		 padding: 0 0 0 0;
	 }

 }


/*---------------------------------------------------
------- Media Queries for Split Layout Ends ---------
---------------------------------------------------*/
