/* 
    Author     : SAGAR
    version    : v1.0
*/
/**google font**/
@import url(https://fonts.googleapis.com/css?family=Poppins:400,700,600,500,300);
@import url(https://fonts.googleapis.com/css?family=Indie+Flower);
body {
  font-family: "Poppins", sans-serif;
  color: #555;
  background-color: #fff;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  margin-top: 60px;
}

a {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: #e33333;
}
a:hover,
a:focus {
  color: #7b7b7b;
  text-decoration: none;
  outline: 0 !important;
}

button {
  border: 0px;
}
button:focus {
  outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
}

hr.separator {
  border-top: 1px solid #e33333;
  margin: 10px auto;
  width: 250px;
}

/**section heading**/
.section_heading {
  padding-bottom: 50px;
  text-align: center;
}
@media (min-width:320px) and (max-width:740px){
  .section_heading .image img{
    height: 160px;
    width: auto;

  }
}
.section_heading h3 {
  font-size: 35px;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 5px;
  color: #000;
  font-weight: 500;
}
.section_heading p {
  font-weight: 400;
  font-size: 15px;
}

.container-banner {
  background-image: url(/Images/banner-img\ one.png);
  width: auto;
  /* margin-top: 8rem; */
  height: 600px;
  /* position: relative; */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  object-fit: cover;

}
@media (min-width:320px) and (max-width:740px){
  .container-banner {
    background-image: url(/Images/banner-img\ one.png);
    width: auto;
    /* margin-top: 8rem; */
    height: 200px;
    /* position: relative; */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    object-fit: cover;
  
  }
  
}


/**spaces**/
.space-20 {
  width: 100%;
  height: 20px;
  clear: both;
}

.space-30 {
  width: 100%;
  height: 30px;
  clear: both;
}

.space-40 {
  width: 100%;
  height: 40px;
  clear: both;
}

.space-50 {
  width: 100%;
  height: 50px;
  clear: both;
}

.space-60 {
  width: 100%;
  height: 60px;
  clear: both;
}

/***buttons***/
.btn {
  border: 0px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-weight: 400;
  font-size: 14px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn i {
  margin-left: 8px;
}

.btn-3d {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
}

.btn-lg {
  padding: 12px 30px;
}

.btn-light-dark {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.btn-light-dark:hover,
.btn-light-dark:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
}

.btn-skin {
  background-color: #e33333;
  color: #fff;
}
.btn-skin:hover,
.btn-skin:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
}

.navbar-inverse {
  min-height: 60px;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
  background-color: #ff0080;
}
.navbar-inverse .navbar-brand {
  float: left;
  height: 40px;
  padding: 10px 15px;
  font-size: 28px;
  color: #fff;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #e33333;
  background-color: transparent;
  font-weight: 700;
}
/* pricing-section */

@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700italic,700,900italic,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
body{background-color:#8DD2CC;}

#generic_price_table{
	background-color: #8DD2CC;
}

/*PRICE COLOR CODE START*/
#generic_price_table .generic_content{
	background-color: #fff;
}

#generic_price_table .generic_content .generic_head_price{
	background-color: #f6f6f6;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
	border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
	color: #525252;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li{	
	color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span{
	color: #414141;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
	background-color: #E4E4E4;
	border-left: 5px solid #FF0080;
}

#generic_price_table .generic_content .generic_price_btn a{
	border: 1px solid #FF0080; 
    color: #FF0080;
} 

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg{
	border-color: #FF0080 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #F6BE41;
	color: #fff;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span{
	color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a{
	background-color: #FF0080;
	color: #fff;
} 
#generic_price_table{
	margin: 50px 0 50px 0;
    font-family: 'Raleway', sans-serif;
}
.row .table{
    padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content{
	overflow: hidden;
	position: relative;
	text-align: center;
}

#generic_price_table .generic_content .generic_head_price {
	margin: 0 0 20px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content{
	margin: 0 0 50px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
    border-style: solid;
    border-width: 90px 1411px 23px 399px;
	position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head{
	padding-top: 40px;
	position: relative;
	z-index: 1;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
    font-family: "Raleway",sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag{
	padding: 0 0 20px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price{
	display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    font-family: "Lato",sans-serif;
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li{
	font-family: "Lato",sans-serif;
	font-size: 18px;
	padding: 15px 0;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;

}
#generic_price_table .generic_content .generic_feature_list ul li .fa{
	padding: 0 10px;
}
#generic_price_table .generic_content .generic_price_btn{
	margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a{
    border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	-webkit-border-radius: 50px;
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
} 
@media (max-width: 320px) {	
}

@media (max-width: 767px) {
	#generic_price_table .generic_content{
		margin-bottom:75px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#generic_price_table .col-md-3{
		float:left;
		width:50%;
	}
	
	#generic_price_table .col-md-4{
		float:left;
		width:50%;
	}
	
	#generic_price_table .generic_content{
		margin-bottom:75px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}
#generic_price_table_home{
	 font-family: 'Raleway', sans-serif;
}

.text-center h1,
.text-center h1 a{
	color: #7885CB;
	font-size: 30px;
	font-weight: 300;
	text-decoration: none;
}
.demo-pic{
	margin: 0 auto;
}
.demo-pic:hover{
	opacity: 0.7;
}

#generic_price_table_home ul{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: table;
}
#generic_price_table_home li{
	float: left;
}
#generic_price_table_home li + li{
	margin-left: 10px;
	padding-bottom: 10px;
}
#generic_price_table_home li a{
	display: block;
	width: 50px;
	height: 50px;
	font-size: 0px;
}
#generic_price_table_home .blue{
	background: #3498DB;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .emerald{
	background: #FF0080;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .grey{
	background: #7F8C8D;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .midnight{
	background: #34495E;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .orange{
	background: #E67E22;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .purple{
	background: #9B59B6;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .red{
	background: #E74C3C;
	transition:all 0.3s ease-in-out 0s;
}
#generic_price_table_home .turquoise{
	background: #FF0080;
	transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover{
	border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .divider{
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 20px;
}
#generic_price_table_home .divider span{
	width: 100%;
	display: table;
	height: 2px;
	background: #ddd;
	margin: 50px auto;
	line-height: 2px;
}
#generic_price_table_home .itemname{
	text-align: center;
	font-size: 50px ;
	padding: 50px 0 20px ;
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
	text-decoration: none;
    font-weight: 300;
}
#generic_price_table_home .itemnametext{
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}
.price-heading{
    text-align: center;
}
.price-heading h1{
	color: grey;
  font-weight: 800;
	margin: 0;
	padding: 0 0 50px 0;
}
.demo-button {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium ;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.bottom_btn{
	background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}
.demo-button:hover{
	background-color: #666;
	color: #FFF;
	text-decoration:none;
	
}
.bottom_btn:hover{
	background-color: #666;
	color: #FFF;
	text-decoration:none;
}

/**footer**/
.footer {
  padding: 60px 0;
  background-color: #333;
}
.footer h2 {
  font-family: "Poppins", sans-serif;
  color: #fff !important;
  font-weight: 500;
  margin-top: 0px !important;
}
.footer ul {
  padding-top: 20px;
  padding-bottom: 0px;
}
.footer ul li {
  padding: 0px;
}
.footer ul li a {
  display: block;
  width: 60px;
  margin: 5px 0;
  height: 60px;
  font-size: 25px;
  line-height: 60px;
  text-align: center;
  color: #aeaeae !important;
}
.footer ul li a:hover {
  color: #fff !important;
}
.footer span {
  font-family: "Poppins", sans-serif !important;
  color: #aeaeae !important;
  font-size: 15px !important;
  line-height: 28px !important;
  font-weight: 400 !important;
}
.footer i {
  color: #f3f3f3 !important;
  margin: 0px;
}
.footer i:hover {
  color: #fff !important;
}
.footer body {
  font-family: "Poppins", sans-serif;
  color: #aeaeae;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
}

.intro-section {
  background: #eaeff2;
  background: -webkit-radial-gradient(
      center,
      ellipse cover,
      #eaeff2 0,
      rgba(212, 221, 228, 0.4) 60%
    ),
    -webkit-linear-gradient(top, #cae1f4 0, rgba(125, 185, 232, 0) 100%);
  background: radial-gradient(
      ellipse at center,
      #eaeff2 0,
      rgba(212, 221, 228, 0.5) 50%
    ),
    linear-gradient(to bottom, #cae1f4 0, rgba(125, 185, 232, 0) 100%);
  /* padding-top: 70px; */
  position: relative;
}
.intro-section .intro_text {
  padding-left: 30px;
  padding-right: 30px;
  /* margin-top: 50px; */
}
.intro-section .intro_text h1 {
  color: #000;
  font-weight: 300;
  font-size: 60px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}
.intro-section .intro_text h1 span {
  font-family: "Poppins", sans-serif;
}
.intro-section .intro_text p {
  color: #666;
  font-size: 18px;
  margin-top: 10px;
}
.intro-section .intro_text .buttons {
  padding-top: 30px;
}
.intro-section .intro_text .buttons a {
  margin: 5px;
}

/*********iphone slider*************/
.iphone_holder {
  width: 300px;
  height: 526px;
  overflow: hidden;
  position: relative;
  background-image: url(../images/iphone-holder.png);
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: center top;
}
.iphone_holder .iphone_inner {
  position: absolute;
  width: 203px;
  height: 355px;
  left: 45px;
  top: 59px;
  background-color: #fff;
  padding: 0px;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.iphone_holder .iphone_inner .slides li img {
  height: 355px;
  width: auto;
}
.iphone_holder .iphone_inner .flex-control-paging li a {
  background-color: transparent;
  background: transparent;
  border: 1px solid #fff;
}
.iphone_holder .iphone_inner .flex-control-paging li a.flex-active {
  background-color: #fff;
  opacity: 1;
}

.section-equal {
  padding: 0px;
}

.equal_height {
  background-color: #fff;
}

/***testimonials***/
.testimonials {
  padding: 100px 0;
  background-color: #fff;
}
.testimonials img {
  width: 60px;
  margin-bottom: 10px;
}
.testimonials h4 {
  color: #e33333;
  margin-bottom: 0px;
}
.testimonials em {
  font-size: 13px;
}
.testimonials .owl-theme .owl-controls .owl-buttons div {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: #e33333;
  padding: 0px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 20px;
}
.testimonials p {
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
}

/**features**/
.features-section {
  background-color: #F6BE41;
  padding: 100px 0;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

/**parallax section**/
.aside_section {
  padding: 100px 0;
  padding-bottom: 0px;
  background-color: #8DD2CC;
  overflow: hidden;
  position: relative;
}
.aside_section.light {
  background-color: #a8d4ed;
}
.aside_section img {
  float: none;
  display: block;
  margin: 0 auto;
}

/**aside features**/
.aside_features {
  margin-top: 25px;
  padding-bottom: 50px;
  padding-top: 0px;
}
.aside_features h1 {
  font-weight: 400;
  color: #000;
  font-size: 45px;
  line-height: 65px;
}
.aside_features hr.separator {
  margin: 25px 0;
}

/*features box 1**/
.features-box-1 {
  margin-bottom: 30px;
}
.features-box-1 h3 {
  color: #e33333;
  font-weight: 500;
}
.features-box-1 i {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  margin-right: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #e33333;
  background-color: transparent;
  text-align: center;
}
.features-box-1 .features-box-1-text {
  overflow: hidden;
}

.feature-right {
  padding-bottom: 30px;
}
.feature-right .text {
  overflow: hidden;
  text-align: right;
  padding-right: 10px;
}
.feature-right .text h3 {
  color: #e33333;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
}
.feature-right .icon {
  float: right;
  margin-left: 20px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #FF0080;
  -webkit-box-shadow: 0 0 0 2px #fff;
  -moz-box-shadow: 0 0 0 2px #fff;
  -ms-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all ease-in 0.25s;
  -o-transition: all ease-in 0.25s;
  -webkit-transition: all ease-in 0.25s;
  transition: all ease-in 0.25s;
}
.feature-right .icon i {
  font-size: 30px;
  color: #e33333;
  margin-top: 14px;
}
.feature-right:hover .icon {
  font-size: 30px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 0 2px #e33333;
  -moz-box-shadow: 0 0 0 2px #e33333;
  -ms-box-shadow: 0 0 0 2px #e33333;
  box-shadow: 0 0 0 2px #FF0080;
  background-color: #FF0080;
}
.feature-right:hover .icon i {
  font-size: 30px;
  color: #fff;
  margin-top: 14px;
}
.feature-left {
  padding-bottom: 30px;
}
.feature-left .text {
  overflow: hidden;
  text-align: left;
  padding-left: 10px;
}
.feature-left .text h3 {
  color: #e33333;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
}
.feature-left .icon {
  float: left;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #e33333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 2px #fff;
  -moz-box-shadow: 0 0 0 2px #fff;
  -ms-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
  -moz-transition: all ease-in 0.25s;
  -o-transition: all ease-in 0.25s;
  -webkit-transition: all ease-in 0.25s;
  transition: all ease-in 0.25s;
}
.feature-left .icon i {
  font-size: 30px;
  color: #e33333;
  margin-top: 14px;
}
.feature-left:hover .icon {
  font-size: 30px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 0 2px #e33333;
  -moz-box-shadow: 0 0 0 2px #e33333;
  -ms-box-shadow: 0 0 0 2px #e33333;
  box-shadow: 0 0 0 2px #FF0080;
  background-color: #FF0080;
}
.feature-left:hover .icon i {
  font-size: 30px;
  color: #fff;
  margin-top: 14px;
}

/**download section**/
.download-section {
  padding: 100px 0;
  background-color: #FF0080;
}
.download-section span {
  font-family: "Indie Flower", cursive;
  display: block;
  font-weight: 400;
  font-size: 20px;
}

/**screeen shot section **/
.shots {
  padding: 100px 0;
}
.shots img {
  display: block;
  margin: 0 auto;
}
.shots .owl-theme .owl-controls .owl-buttons div {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: #e33333;
  padding: 0px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
}

/**video bg new**/
.video-section {
  width: 100%;
  height: 600px;
  position: relative;
  display: table;
  overflow: hidden;
}

.video-section .overlay {
  /* background-color: rgba(0, 0, 0, 0.4); */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video-section .fs-background-container {
  left: 0;
}

.video-section .video-overlay {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  z-index: 2;
}

.video-section .video-overlay h1 {
  color: #fff;
}

.video-section .video-overlay p {
  color: #fff;
}

@media (max-width: 991px) {
  .intro-section .intro_text {
    margin-top: 0px;
    text-align: center;
  }
  .intro-section .intro_text h1 {
    font-size: 35px;
  }
  .intro-section .intro_text .buttons {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .android_holder,
  .iphone_holder {
    margin-bottom: 50px;
  }
}

/* Custom CSS */

.nc-img {
  border: 0px;
}
.nc-img img {
  padding: 5px;
}

/* testimonials */
.testimonials-nc {
  text-align: center;
}
.testimonials-nc h3 {
  font-size: 24px;
  font-weight: 300 !important;
}
.testimonials-nc li {
  max-width: 310px;
  text-align: left;
  vertical-align: text-top;
  margin: 0 10px;
  padding: 0 10px;
}
.testimonials-nc li i {
  color: #FF0080;
  font-size: 32px;
  padding-top: 30px;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* Font Awesome Star Color */
.fa-star {
  color: #FF0080 !important;
}

/* YouTube Padding */
.youtube-player {
  padding: 0px 50px 60px 50px;
}

/* Widgets Section */
.widget-section {
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #dee2e6;
}
.widget-section span {
  font-family: "Indie Flower", cursive;
  display: block;
  font-weight: 400;
  font-size: 20px;
}

/* Social Media Widgets Padding */
.facebook-widget-nc {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.twitter-widget-nc {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

/* Widgets Section Custom Section Heading */
.section_heading-nc {
  padding-bottom: 20px;
  text-align: center;
}
.section_heading-nc h3 {
  font-size: 35px;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 5px;
  color: #000;
  font-weight: 500;
}
.section_heading-nc p {
  font-weight: 400;
  font-size: 15px;
}

/* Navbar Customisation */
.navbar-toggle {
  margin-top: 12px !important;
}

.navbar-toggle .icon-bar {
  width: 18px !important;
}

/* Center Download Arrow */
.arrow-nc {
  margin-right: 30px !important;
}

/* Navbar Logo Position Mobile */
.navbar-brand-mobile {
  padding: 12px 15px;
  margin-top: 0px;
}

.navbar-brand-mobile > img {
  position: fixed;
  z-index: 10000;
  margin: 0 auto 20px;
  top: 12px;
  display: block;
  left: 50%;
  margin-left: -62px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 250ms ease-out;
}

/* Navbar Logo Position Desktop */
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}

/* Navbar Hover/Active Highlight */

.navbar-inverse {
  border-color: #ff0080;
}

.navbar-nav a {
  -webkit-transition: color 0.6s !important;
  transition: color 0.6s !important;
  color: #f1f1f1 !important;
}

.navbar-nav a:focus {
  color: #3388e3 !important;
  text-decoration: none !important;
  font-weight: 700;
}

/* Code to make Navbar Links Red */

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #F6BE41 !important;
  background-color: transparent;
  border-bottom: #F6BE41 solid 1px;
  padding-bottom: 5px;
  font-weight: 700;
}

.navbar-nav li a.download-btn {
  border: 1px solid #fff;
  border-radius: 4px;
  margin-top: 10px;
  padding: 8px 30px;
  transition: 0.3s;
}

.navbar-nav li a.download-btn:hover {
  border-color: #F6BE41;
  box-shadow: 0 0 30px 0 rgba(237, 8, 8, 0.1);
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  opacity: 1;
}

/* Margin Top 20px */
.margin-top-nc {
  margin-top: 20px;
}

/* Image Padding */
.aside_section img {
  padding-bottom: 30px;
}

/* Footer Coloured Border */
.footer {
}

/* Center Image */
.img-responsive {
  margin-left: auto;
  margin-right: auto;
}

/* Footer Social Icons */
.socials i {
  -webkit-transition: color 0.6s;
  transition: color 0.6s;
  font-size: 50px;
  /* padding: 2px 2px 0px 2px;
	margin: 10px 2px 0px 2px; */
  color: #f1f1f1;
}

.socials i:hover {
  color: #FF0080 !important;
  text-decoration: none;
}

.aside_section_nc {
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.aside_section_nc.light {
  background-color: #fff;
}
.aside_section_nc img {
  float: none;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.aside_section_invite {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.aside_section_invite.light {
  background-color: #fff;
}
.aside_section_invite img {
  float: none;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/* Code to make dropdown Navbar visible on iPad */

@media (max-width: 990px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}

/* End Code to make dropdown Navbar visible on iPad */

.video-overlay {
  vertical-align: top !important;
}

.padding-50 {
  padding: 0px 50px;
}

.margin-top-50 {
  margin-top: 50px;
}

.padding-15 {
  padding: 15px 0px;
}

.translate-nc {
  max-width: 150px;
}

#headerwrap-mobile {
  background: url(../images/lkmobile2.jpg) no-repeat;
  background-color: #e33333 !important;
  padding-top: 60px !important;
  background-attachment: scroll;
  position: relative;
  min-height: 215px !important;
  background-position: center center;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#headerwrap {
  background: url(../images/lk234.jpg) no-repeat;
  background-color: #e33333 !important;
  background-attachment: scroll;
  position: relative;
  background-position: center center;
  min-height: 810px !important;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
