/* 
    Created on : 2 Oct, 2015, 7:52:36 AM
    Author     : RAKESH
    File       : Assan Mobile App landing template
    version    : v1.0
*/
/**google font
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700);
@import url(https://fonts.googleapis.com/css?family=Indie+Flower);
**/
body {
  font-family: "Lato", sans-serif;
  color: #aeaeae;
  background-color: #fff;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
}

a {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: #32c5d2;
}
a:hover, a:focus {
  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 #32c5d2;
  margin: 10px auto;
  width: 80px;
}

/**section heading**/
.section_heading {
  padding-bottom: 50px;
  text-align: center;
}
.section_heading h3 {
  font-size: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #000;
  font-weight: 700;
}
.section_heading p {
  font-weight: 400;
  font-size: 15px;
}

/**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;
  text-transform: uppercase;
  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: #32c5d2;
  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);
  border: 0px;
  background-color: rgba(0, 0, 0, 0.95);
}
.navbar-inverse .navbar-brand {
  float: left;
  height: 60px;
  padding: 15px 15px;
  font-size: 28px;
  color: #fff;
  line-height: 30px;
  font-family: "Lato", sans-serif;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 400;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #32c5d2;
  background-color: transparent;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/**footer**/
.footer {
  padding: 60px 0;
  background-color: #333;
}
.footer h2 {
  font-family: "Lato", sans-serif;
  color: #fff;
}
.footer ul {
  padding-top: 20px;
  padding-bottom: 20px;
}
.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;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #222;
  color: #aeaeae;
}
.footer ul li a:hover {
  color: #fff;
  background-color: #111;
}

/****Newsletter section***/
.newsletter-form {
  padding: 100px 0;
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.newsletter-form form {
  position: relative;
}
.newsletter-form form .btn {
  position: absolute;
  right: 4px;
  top: 4px;
}
.newsletter-form .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  height: 50px;
  color: #333;
  font-size: 13px;
  text-align: left;
  border: 2px solid rgba(0, 0, 0, 0.4);
}
.newsletter-form .form-control:hover, .newsletter-form .form-control:focus {
  border: 2px solid rgba(0, 0, 0, 0.8);
}
.newsletter-form .form-control.error {
  color: #fb8686;
  border: 2px solid #fb8686;
}
.newsletter-form ::-webkit-input-placeholder {
  color: #333;
}
.newsletter-form :-moz-placeholder {
  /* Firefox 18- */
  color: #333;
}
.newsletter-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
}
.newsletter-form :-ms-input-placeholder {
  color: #333;
}

.intro-section {
  /* background: #eaeff5;*/
  background: #000;
  
  padding: 10px;
  position: relative;
  text-align:center;
}
.intro-section .intro_text {
  padding-left: 30px;
  padding-right: 40px;
  margin-top: 100px;
}
.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: "Lato", 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;
}

/**android holder**/
.android_holder {
  width: 300px;
  height: 475px;
  overflow: hidden;
  position: relative;
  background-image: url(../images/mockup-android.png);
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: center top;
}
.android_holder .android_inner {
  position: absolute;
  width: 225px;
  height: 396px;
  left: 38px;
  top: 40px;
  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;
}
.android_holder .android_inner .slides li img {
  height: 396px;
  width: auto;
}
.android_holder .android_inner .flex-control-paging li a {
  background-color: transparent;
  background: transparent;
  border: 1px solid #fff;
}
.android_holder .android_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: #32c5d2;
  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: #32c5d2;
  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 {
  padding: 100px 0;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
  
  
}

/**parallax section**/
.aside_section {
  padding: 100px 0;
  padding-bottom: 50px;
  background-color: #eff3f8;
  overflow: hidden;
  position: relative;
 
}
.aside_section.light {
  background-color: #fff;
}
.aside_section img {
  float: none;
  display: block;
  margin: 0 auto;
}

/**aside features**/
.aside_features {
  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: #32c5d2;
}
.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: #32c5d2;
  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: #32c5d2;
  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 #32c5d2;
  -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: 20px;
  color: #32c5d2;
}
.feature-right:hover .icon {
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 0 2px #32c5d2;
  -moz-box-shadow: 0 0 0 2px #32c5d2;
  -ms-box-shadow: 0 0 0 2px #32c5d2;
  box-shadow: 0 0 0 2px #32c5d2;
  background-color: #32c5d2;
}
.feature-right:hover .icon i {
  color: #fff;
}

.feature-left {
  padding-bottom: 30px;
}
.feature-left .text {
  overflow: hidden;
  text-align: left;
  padding-left: 10px;
}
.feature-left .text h3 {
  color: #32c5d2;
  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 #32c5d2;
  -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: 20px;
  color: #32c5d2;
}
.feature-left:hover .icon {
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 0 2px #32c5d2;
  -moz-box-shadow: 0 0 0 2px #32c5d2;
  -ms-box-shadow: 0 0 0 2px #32c5d2;
  box-shadow: 0 0 0 2px #32c5d2;
  background-color: #32c5d2;
}
.feature-left:hover .icon i {
  color: #fff;
}

/**download section**/
.download-section {
  padding: 100px 0;
  background-color: #f1f1f1;
}
.download-section span {
  font-family: "Indie Flower", cursive;
  display: block;
  font-weight: 400;
  font-size: 20px;
}

/**team section**/
.team-section {
  padding: 100px 0;
  background: url(../images/bg-2.jpg) no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  padding-bottom: 70px;
}
.team-section .section_heading h3 {
  color: #fff;
}
.team-section .person-col {
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 30px;
}
.team-section h3 {
  color: #fff;
}
.team-section em {
  display: block;
  color: #eee;
  font-style: normal;
}
.team-section p {
  color: #fff;
}

/**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: #32c5d2;
  padding: 0px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
}

@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;
  }
}
