/*
  Theme Name: Bug - App Landing Page
  Theme URL: http: //http: //www.mediacity.co.in/bug
  Author: Media City
  Author URI: http: //www.mediacity.co.in
  Creation Date: 12 December 2016
  Description: A default stylesheet for Bug - App Landing Page.
  Version: 1.0
*/

/*=======================================================================
							[Table of Contents]
=========================================================================

01. Typography 
02. General
03. Home Banner / Navigation
04. Features
05. Facts
06. Benifits
07. Video Section
08. Build Page
09. Screenshots
10. Pricing Plan
11. Clients
12. Download App
13. Testimonial
14. Contact
15. Contact Form
16. Footer
17. Preloader

/* =============== Colors Used=====================

  Blue: #2196F3;
  Dark Gray: #444;
  Light Gray: #777;

 ===================================================*/

/* ================================= */
		/*===== Typography =====*/
/* ================================= */
body {  
  font-size: 14px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  background-color: #262626;
}
html,
body {
  height: 100%;
}
h1, h2, h3, h4, h5, h6 { 
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
  margin: 0;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 50px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 14px;
}
a {  
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover, 
a:focus {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
p {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 2;
  color: #FFF;
}
blockquote {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0; 
}
.clr-white {
  color: #FFF;
}
.clr-blue {
  color: #2196F3;
}

/* ================================= */
    /*===== General =====*/
/* ================================= */
.overlay-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(28,28,28,0.7);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;      
}
.parallax {
  width: 100%;
  height: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;   
  position: relative;      
}
.btn-default {
  font-size: 18px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #FFF;  
  border-radius: 0;
  text-transform: uppercase;
  padding: 10px 15px; 
  border: none;  
  background-color: #2196F3;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;   
}
.btn-default:hover {
  color: #444;
  border: none;  
  background-color: #FFF;
}
.read-more {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.57;
  color: #FFF;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;      
}
.read-more:hover { 
  color: #2196F3;
  text-decoration: underline;
}
.section {
  margin: 93px 0 68px;
}
.section-heading {
  color: #FFF;
  letter-spacing: 1.8px;
  margin-bottom: 52px;
}
.section-heading:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #FFF; 
  width: 70px;
  height: 6px;
  margin: 23px auto 0;
  left: 0;
  right: 0;
}
.sub-heading {
  width: 560px;
  margin: 0 auto;
  font-size: 18px;  
  line-height: 1.5;
  letter-spacing: 0.9px;
  color: #FFF;
}
.form-control:focus {
  border-color: transparent;   
  -webkit-box-shadow: none;
  box-shadow: none;
}
.owl-prev {
  left: -80px;
}
.owl-next {
  right: -80px;
}
.owl-prev,
.owl-next { 
  color: #FFF;
  font-size: 13px;
  position:absolute; 
  top: 50%;
  transform: translate(0, -50%);
  width: 50px;
  height: 50px;
  background-color: #2196F3;
  text-align: center;
  line-height: 50px;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-prev:hover,
.owl-next:hover {  
  background-color: #FFF;
  color: #444;
}
@media(max-width:767px) {  
  .owl-nav {
    visibility: hidden;
  } 
  .owl-prev {
    left: 0;
  }
  .owl-next {
    right: 0;
  }
}
.mrgn-top-30 {
  margin-top: 30px;
}
@media (max-width:992px) {
  .mrgn-top-30 {
    margin-top: 0;
  }  
  .sub-heading {
    width: 80%;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .owl-prev {
    left: -60px;
  }
  .owl-next {
    right: -60px;
  }
}

/* ================================= */
    /*===== Home Banner / Navigation =====*/
/* ================================= */
.slider-main-block {
  width: 100%;
  height: 1079px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;   
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(to top, #F7F7F7, #FFF), linear-gradient(to top, #EBEBEB, #FFF);
}
.nav-bar {
  margin: 38px 0;
}
.navigation ul {
  text-align: right;
}
.navigation ul li {
  display: inline-block; 
  margin: 0 15px; 
}
.navigation ul li:last-child { 
  margin: 0; 
}
.navigation ul li a { 
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #444;
  text-transform: uppercase;
}
.navigation ul li a:hover { 
  color: #2196F3;
}
.navigation ul li.special {
  padding: 7.5px;
  border: solid 2px #EBEBEB;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navigation ul li.special:hover {
  background-color:#2196F3;
  border: solid 2px #2196F3;
}
.navigation ul li.special:hover a {
  color: #FFF;
}
.slider-block {
  margin-top: 120px;
  overflow: hidden;
}
.slider-tagline {   
  width: 270px;
  padding: 10px 0;
  background-color: #444;
  box-shadow: 10px 19px 29px 0 rgba(0,0,0,0.2); 
  margin-bottom: 37px;
}
.slider-tagline span {
  color: #FFF;
  font-size: 18px;
  text-transform: uppercase;
}
.slider-heading {
  font-size: 60px;  
  color: #444;
  line-height: 1.2;
  letter-spacing: 3px;  
}
.slider-heading:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #444; 
  width: 70px;
  height: 8px;
  margin: 35px 0 0;
  left: 15px;
  right: 0;
}
.slider-block p {
  margin-top: 87px;
  font-size: 18px;
  line-height: 1.5;
  color: #777;
  letter-spacing: 0.9px;
}
.slider-icon ul li { 
  display: inline-block;  
  margin: 82px 20px 0 0;  
  padding-bottom: 50px;  
}
.slider-icon ul li a {  
  text-align: center;
  color: #FFF; 
  padding: 10px 21px;
  font-size: 50px;
  background-color: #2196F3;  
  box-shadow: 8px 20px 29px 0 rgba(0,0,0,0.2);
}
.slider-icon ul li a:hover {  
  background-color: #444; 
}
@media (max-width: 767px) { 
  .navigation ul li a {
    font-size: 10px;
  }
  .navigation ul li {
    margin: 0 5px;
  }
  .navigation ul li.special {
    padding: 0 4px 2.5px;
  }
  .slider-img {
    margin-top: 60px;
  }  
}
@media (max-width: 992px) { 
  .slider-block {
    margin-top: 20px;
  }
  .slider-tagline {   
    width: 220px;
    padding: 5px 0;
    box-shadow: 10px 10px 23px 0 rgba(0,0,0,0.2);
  }
  .slider-tagline span {
    font-size: 14px;
  } 
  .slider-heading {
    font-size: 40px;   
  }
  .slider-block p {    
    font-size: 14px;   
  } 
  .slider-icon ul li {
    padding-bottom: 20px;  
  }
  .slider-icon ul li a {   
    padding: 10px 15px;
    font-size: 20px;   
    box-shadow: 8px 5px 10px 0 rgba(0,0,0,0.2);
  }
  .slider-main-block {
    overflow: hidden;
  }
}
@media (min-width: 767px) and (max-width: 992px) { 
  .slider-main-block {
    height: 100vh;   
  } 
  .slider-tagline {
    margin-bottom: 12px;
  }    
  .slider-heading:after {   
    height: 6px;    
    margin: 10px 0 0;
  }
  .slider-block p {  
    margin-top: 35px;   
  }  
  .slider-icon ul li {
    margin: 10px 10px 0 0; 
  }  
}
 /*===== Slider Effects =====*/
.slider-main-block .owl-carousel .owl-item img  {
  opacity: 0;  
  margin-left: 550px;
  -webkit-transition: all 0.7s ease-in-out 0.65s;
  -moz-transition: all 0.7s ease-in-out 0.65s;
  -ms-transition: all 0.7s ease-in-out 0.65s;
  -o-transition: all 0.7s ease-in-out 0.65s;
  transition: all 0.7s ease-in-out 0.65s;
}
.slider-main-block .owl-carousel .owl-item.active img {
  margin-left: 0;
  opacity: 1;  
}
.slider-main-block .owl-carousel .owl-item .slider-dtl  {
  opacity: 0;  
  margin-left: -550px;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.slider-main-block .owl-carousel .owl-item.active .slider-dtl {
  margin-left: 0;
  opacity: 1;  
}
 /*===== Popup Model for Sign In / Sign Up =====*/
.popup-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;
  background: rgba(0,0,0,0.7);
}
.login {
  border-radius: 2px 2px 5px 5px;
  padding: 10px 20px 20px 20px;
  width: 90%;
  max-width: 320px;
  background: #FFF;
  position: relative;
  padding-bottom: 80px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}
.login.loading button {
  max-height: 100%;
  padding-top: 50px;
}
.login.ok button {
  background-color: #2196F3;
}
.login input {
  display: block;
  padding: 15px 10px;
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #DDD;
  transition: border-width 0.2s ease;
  border-radius: 2px;
  color: #444;
}
.login input + i.fa {
  color: #FFF;
  font-size: 1em;
  position: absolute;
  margin-top: -47px;
  opacity: 0;
  left: 0;
  transition: all 0.1s ease-in;
}
.login input:focus {
  outline: none;
  color: #444;
  border-color: #2196F3;
  border-left-width: 35px;
}
.login input:focus + i.fa {
  opacity: 1;
  left: 30px;
  transition: all 0.25s ease-out;
}
.login a {
  font-size: 12px;
  color: #2196F3;
  text-decoration: none;
}
.login .title {
  color: #444;
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0 30px 0;
  border-bottom: 1px solid #DDD;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.login button {
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  background: #2196F3;
  color: #FFF;
  text-transform: uppercase;
  display: block;
  border: none;
  margin-top: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  max-height: 60px;
  border: 0 solid rgba(0,0,0,0.1);
  border-radius: 0 0 2px 2px;
  transform: rotateZ(0deg);
  transition: all 0.1s ease-out;
  border-bottom-width: 7px;
}
.login:not(.loading) button:hover {
  box-shadow: 0 1px 3px #2196F3;
}
.login:not(.loading) button:focus {
  border-bottom-width: 4px;
}
a.close {    
  color: #444;
  opacity: 1;
  font-size: 14px;
  line-height: 2;
}
/*===== Solid Color Slider =====*/
.slider-main-block.solid-color { 
  background: #2196F3;   
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.solid-color .navigation ul li a { 
  color: #FFF;
}
.solid-color .navigation ul li.special {
  border: solid 2px #FFF;
}
.solid-color .slider-tagline { 
  background-color: #FFF;
}
.solid-color .slider-tagline span {
  color: #2196F3;
}
.solid-color .slider-heading {
  color: #FFF;
}
.solid-color .slider-heading:after {
  background-color: #FFF;  
}
.solid-color .slider-block p {
  color: #FFF;
}
.solid-color .slider-icon ul li a {  
  color: #2196F3; 
  background-color: #FFF; 
}
/*===== Solid Color Slider with Background =====*/
.overlay-slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(33,150,247,0.7);
}
/*===== Gradient Color Slider =====*/
.slider-main-block.gradient-color {  
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background: rgba(33,150,243,1);
  background: -moz-linear-gradient(45deg, rgba(33,150,243,1) 0%, rgba(146,80,241,1) 51%, rgba(255,13,239,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(33,150,243,1)), color-stop(51%, rgba(146,80,241,1)), color-stop(100%, rgba(255,13,239,1)));
  background: -webkit-linear-gradient(45deg, rgba(33,150,243,1) 0%, rgba(146,80,241,1) 51%, rgba(255,13,239,1) 100%);
  background: -o-linear-gradient(45deg, rgba(33,150,243,1) 0%, rgba(146,80,241,1) 51%, rgba(255,13,239,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(33,150,243,1) 0%, rgba(146,80,241,1) 51%, rgba(255,13,239,1) 100%);
  background: linear-gradient(45deg, rgba(33,150,243,1) 0%, rgba(146,80,241,1) 51%, rgba(255,13,239,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2196f3', endColorstr='#ff0def', GradientType=1 );
}

/*===== Gradient Color Slider with Background =====*/
.gradient-overlay-slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(33,150,243,1);
  background: -moz-linear-gradient(45deg, rgba(33,150,243,0.7) 0%, rgba(146,80,241,0.7) 51%, rgba(255,13,239,0.7) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(33,150,243,0.7)), color-stop(51%, rgba(146,80,241,0.7)), color-stop(100%, rgba(255,13,239,1)));
  background: -webkit-linear-gradient(45deg, rgba(33,150,243,0.7) 0%, rgba(146,80,241,0.7) 51%, rgba(255,13,239,0.7) 100%);
  background: -o-linear-gradient(45deg, rgba(33,150,243,0.7) 0%, rgba(146,80,241,0.7) 51%, rgba(255,13,239,0.7) 100%);
  background: -ms-linear-gradient(45deg, rgba(33,150,243,0.7) 0%, rgba(146,80,241,0.7) 51%, rgba(255,13,239,0.7) 100%);
  background: linear-gradient(45deg, rgba(33,150,243,0.7) 0%, rgba(146,80,241,0.7) 51%, rgba(255,13,239,0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2196f3', endColorstr='#ff0def', GradientType=1 );
}
/*===== Video Silder =====*/
.fullscreen-bg {
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;  
}
.fullscreen-bg__video {
  height: 1079px;   
}
@media (min-width: 767px) and (max-width: 992px) { 
  .fullscreen-bg__video {
    height: 100vh;   
  } 
}

/*===== Youtube Video Silder =====*/
.youtube-slider {
  position: absolute; 
  z-index: 0; 
  width: 100%; 
  height: 100%;   
  overflow: hidden; 
}
.youtube-video {
  position: absolute; 
  z-index: 0;
  width: 100%; 
  height: 100%;  
  overflow: hidden; 
}
.youtube-slider iframe {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* ================================= */
    /*===== Features =====*/
/* ================================= */
.features-main-block {
  padding-bottom: 70px;
  overflow: hidden;
}
.features-block { 
  border: 2px solid #EBEBEB;
  border-bottom: 0;
  margin: 30px 0 30px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.features-block:hover { 
  border: 2px solid #2196F3;
  border-bottom: 0;
}
.features-icon {
  width: 70px;
  height: 70px;
  background-color: #EBEBEB;
  text-align: center;
  font-size: 36px;
  line-height: 70px;
  color: #777;
  margin: -35px auto 28px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.features-icon:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2196F3;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.features-block:hover .features-icon:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.features-block:hover .features-icon { 
  color: #FFF;
}
.features-dtl p {
  margin: 17px 0 12px;
}
@media (max-width: 767px) { 
  .features-main-block {
    margin-bottom: 40px;
  }
  .features-block {     
    margin: 30px 0 60px;
  }
}

/* ================================= */
    /*===== Facts =====*/
/* ================================= */
.facts-main-block {
  padding: 100px 0 70px;
  background-color: #333;
  overflow: hidden;
}
.facts-block {
  margin-bottom: 30px;
}
.facts-block,
.facts-heading-block,
.facts-heading,
.facts-sub-heading,
.facts-details {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
} 
.facts-block:hover {
  box-shadow: 0 0 14.9px 0.2px rgba(0,0,0,0.35);
}
.facts-heading-block {
  padding: 41px 0 36px;
}
.facts-block:hover .facts-heading-block {
  background-color: #2196F3;
}
.facts-heading {  
  line-height: 1;
  font-weight: 400;
}
.facts-sub-heading {
  text-transform: none;
  line-height: 2.08;
  font-weight: 400;
}
.facts-block:hover .facts-sub-heading,
.facts-block:hover .facts-heading { 
  color: #FFF;
}
.facts-details {
  border: 2px solid transparent;
  padding: 20px 0;
}
.facts-block:hover .facts-details {   
  border: 2px solid #E9EBEC;
  background-color: #FFF;
}
.facts-details ul li {
  border-bottom: 1px solid #2196F3;
}
.facts-details ul li:last-child  {
  border-bottom: none;
}
.facts-country {
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: 0.9px;
  color: #FFF;
  width: 50%;
  float: left;
  text-align: left;
  display: inline-block;
  padding: 22px 0 22px 30px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.facts-no {
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: 0.9px;
  color: #FFF;
  width: 50%;
  text-align: right;
  display: inline-block; 
  padding: 22px 30px 22px 0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.facts-block:hover .facts-country,
.facts-block:hover .facts-no {
  color: #444;
}

/* ================================= */
    /*===== Benifits =====*/
/* ================================= */
.benifits-main-block {
  margin: 123px 0 80px;
  position: relative;
}
.benifits-main-block .container {
  overflow: hidden;
}
.benifits-block {
  margin-bottom: 50px;
}
.benifits-icon {
  width: 67.5px;
  height: 67.5px;
  background-color: #EBEBEB;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.benifits-icon span {
  font-size: 36px; 
  line-height: 70px;  
  color: #777;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 999999;
  position: relative;
}
.benifits-block:hover .benifits-icon {
  background-color: #2196F3;
}
.benifits-block:hover span {
  color: #FFF;
}
.benifits-dtl { 
  margin: -36.75px 0 0 33.75px;
  padding: 0 0 33px 63.75px;
  border: 2px solid #EBEBEB;
  border-top: none;
  z-index: 99999;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.benifits-block:hover .benifits-dtl {
  border: 2px solid #2196F3;
  border-top: none;
}
.benifits-dtl p { 
  margin-top: 20px;
  letter-spacing: 0.7px;
}
.benifits-block-right .benifits-dtl { 
  margin: 30px 33.75px 0 0;
  padding: 0 63.75px 33px 0; 
  text-align: right;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.benifits-block-right .benifits-icon { 
  margin-top: -194px;
  float: right; 
}
.benifits-heading-block {
  padding: 66px 0;
  background-color: #2196F3; 
  margin-bottom: 50px;
}
.benifits-main-heading {
  color: #FFF;
  letter-spacing: 1.8px;
}
.btn-benifits {
  border-radius: 25px;
  background-color: #FFF;
  font-size: 18px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #444;
  padding: 12.5px 50px;
  z-index: 99999;
  position: relative;
}
.benifits-mobile {
  position: absolute;
  top: -23px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100%;
}
.benifits-mobile img {  
  margin: 0 auto;
}
img.benifits-inner {
  margin-top: 90px;
}
@media (max-width: 767px) {   
  .benifits-block-right .benifits-icon { 
    margin-top: -160px;  
  }
  .benifits-dtl p,
  .benifits-heading {    
    padding-left: 10px;
    padding-right: 10px;
  }
  img.benifits-inner {
    display: none;
  }
  img.benifits-mockup {
    display: none;
  }
}
@media (max-width: 992px) { 
  .benifits-block-right .benifits-dtl { 
    margin: 60px 33.75px 0 0;
  }
  .benifits-mobile {
    position: relative;   
  } 
  .btn-benifits {
    margin-top: 30px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {   
  img.benifits-mockup {
    margin-top: -630px;
  }
  .benifits-block-right .benifits-icon { 
    margin-top: -140px;  
  }
}

/* ================================= */
    /*===== Video Section =====*/
/* ================================= */
.video-main-block {
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; 
  position: relative;  
}
.video-item {  
  text-align:center;
}
.video-device .bg_img {
  background-size: cover; 
  width: 100%;
}
.video-device {   
  position:relative;
}
.video-item .video-preview, 
.video-item .video-preview iframe {
  width: 100%;
  height: 100%;
}
.video-preview {
  position:absolute;
  left: 0; 
  top: 0;
  z-index:30;
  width: 100%;
}
.btn-video-play {
  position:absolute; 
  top: 40%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -40%);
  z-index: 30;
  color: #FFF;
  font-size: 72px; 
  text-align: center;
  width: 72px;
  height: 72px;
}
.btn-video-play:hover {
  color: #2196F3;
}
.video-preview p {
  position:absolute; 
  top: 70%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -70%);
  z-index: 30;
  color: #FFF;
  font-size: 18px; 
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}
@media (max-width: 992px) { 
  .btn-video-play {   
    font-size: 35px; 
    width: 35px;
    height: 35px;
  }
}

/* ================================= */
    /*===== Build Page =====*/
/* ================================= */
.buid-main-block {
  margin-bottom: 73px;
  overflow: hidden;
}
.buid-main-block .section {
  margin: 93px 0 64px;
}
.buid-main-block .section-heading {
  position: relative;
}
.buid-main-block .section-heading:after {   
  margin: 23px 0 0;
}
.buid-main-block .sub-heading {
  margin: 0;
  width: 100%;
}
.buid-main-block .benifits-block {
  margin-bottom: 60px;
}
.build-mobile {
  position: absolute;
  top: 100px;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
}
.build-mobile img {  
  margin: 0 auto;
}
.build-mobile-slider.owl-carousel .owl-item img {    
  width: inherit;
  margin: 190px auto 0;
}
@media (max-width: 992px) { 
  .buid-main-block {
    margin-bottom: 190px;
  }
  .build-mobile { 
    top: 0;
  }
  .build-mobile-slider.owl-carousel .owl-item img {      
    margin: 85px auto 0;
  }
  .build-mobile-slider {    
    padding-bottom: 90px;
  }
}

/* ================================= */
    /*===== Screenshots =====*/
/* ================================= */
.screenshots-main-block {
  padding-bottom: 10px;
  background-color: #333;
  overflow: hidden;
}
.screenshots-block { 
  width: 100%; 
  position: relative;
  display: block;
}
.screenshots-block .owl-carousel { 
  padding-top: 80px;
  margin-left: 10px;
}
.screenshots-block .owl-carousel .owl-stage-outer {
  overflow: hidden;
  cursor: -webkit-grab;
}
.screenshots-block .screenshot-mobile {  
  position: absolute;   
  width: 350px;  
  margin: 0 auto;  
  text-align: center;   
  display: inline;    
  left: 50%;    
  margin-left: -166px;
  z-index: 99;    
  overflow: hidden;
  top: -8px;
}
.screenshots-block .screenshot-mobile img {
    width: 100%;
}
.screenshots-block .owl-carousel .item { 
  height: 702px; 
}
.screenshots-block div.owl-item.active.center img {
  opacity: 1;
  transition: 0.2s all;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.screenshots-block div.owl-item img {
  max-width: 100%;
  opacity: 0.6;
  display: block;
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media (max-width: 359px) {
  .screenshots-block .screenshot-mobile {  
    width: 100%;
    left: 0;
    right: 0;
    margin-left: 0; 
  }
  .screenshots-block .owl-carousel {
    padding-top: 60px;
    margin-left: 20px;
    width: 85%;
  }
}
@media (min-width: 360px) and (max-width: 600px) {
  .screenshots-block div.owl-item img {
    max-width: 320px;   
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .screenshots-main-block .section-heading {
    font-size: 32px;
  } 
}
@media (min-width: 767px) and (max-width: 992px) {
  .screenshots-main-block .owl-controls {
    display: none;
  }
}

/* ================================= */
    /*===== Pricing Plan =====*/
/* ================================= */
.plans-main-block {
  margin-bottom: 70px;
  overflow: hidden;
}
.plan-block { 
  border: 2px solid #EBEBEB;
  border-bottom: 0;
  margin: 30px 0 30px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.plan-block:hover {  
  border: 2px solid #2196F3;
  border-bottom: 0;  
}
.plan-block-icon {
  width: 70px;
  height: 70px;
  background-color: #EBEBEB;
  text-align: center;
  font-size: 36px;
  line-height: 70px;
  color: #777;
  margin: -35px auto 26px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.plan-block:hover .plan-block-icon { 
  color: #FFF;
  background-color: #2196F3;  
}
.plan-price {
  line-height: 1.8;
  letter-spacing: 0.9px;
  color: #FFF;
  text-transform: none;
}
.plan-dtl {
  padding: 16px 30px 0;
}
.plan-dtl ul li {
  padding-top: 17px;
 border-bottom: 2px solid #E9EBEC;
}
.plan-dtl p {
  line-height: 1.57;
  letter-spacing: 0.7px;
  color: #FFF;
  padding-top: 7px;
}
.plan-btn {
 margin-top: 50px;
}
.plan-btn .btn-default {
  background-color: transparent;
  border: 2px solid #EBEBEB;
  text-align: center;
  color: #FFF;
  padding: 10px 54px;
}
.plan-btn .btn-default:hover {
  color: #FFF;
  background-color: #2196F3;
  border: 2px solid #2196F3;
}
@media (max-width: 992px) { 
  .plans-main-block {
    margin-bottom: 40px;
  }
  .plan-block {    
    margin: 30px 0 60px;
  } 
}

/* ================================= */
    /*===== Clients =====*/
/* ================================= */
.clients-main-block {
  position: relative; 
}
.clients-main-block .parallax {
  padding-bottom: 100px;
}
.clients-main-block .section-heading,
.clients-main-block .sub-heading {
  color: #FFF;
  position: relative;
}
.clients-main-block .section-heading:after { 
  background-color: #FFF;
}
.clients-slider-block {
  padding: 50px 0;
  cursor: -webkit-grab;
  background-color: rgba(17,17,17,0.75);
}
.client-logo { 
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.client-logo:hover { 
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.client-logo img {
  margin: 0 auto;
}
@media (min-width: 767px) and (max-width: 992px) {
  .clients-main-block .owl-controls {
    display: none;
  }
}

/* ================================= */
    /*===== Download App =====*/
/* ================================= */
.download-app-main-block {
  margin-bottom: 70px;
}
.download-icon {
  font-size: 35px;
  color: #FFF;
  line-height: 67.5px;
  background-color: #2196F3;
  width: 67.5px;
  height: 67.5px;
  text-align: center;  
}
.download-icon a {
  color: #FFF;
}
.download-dtl {
  margin: 55px 0 30px;
}
.download-dtl .download-heading {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
} 
.download-dtl:hover .download-heading {
 color: #2196F3;
}
.download-dtl p {
  margin-top: 18px;
}
@media (max-width: 767px) {
  .download-dtl {
    margin: 0 0 30px;
    margin-left: 30px;
  }
}

/* ================================= */
    /*===== Testimonial =====*/
/* ================================= */
.testimonial-main-block {
  background-color: #2196F3;
  padding: 100px 0 65px;
}
.testimonial-block {
  margin-bottom: 30px;
  cursor: -webkit-grab;
}
.testimonial-img img {
  width: 100px;
  height: 100px;
}
.testimonial-main-block .owl-carousel .owl-item img {    
  width: inherit;
}
.testimonial-dtl {
  margin: -45px 0 0 138px;
}
.testimonial-post {
  font-size: 12px;
  line-height: 2.5;
  color: #EBEBEB;
  text-transform: uppercase;
}
.testimonial-heading {
  font-size: 14px;
  font-weight: 700;
  line-height: 2.14;
  color: #FFF;
  text-transform: uppercase;
}
.testimonial-dtl p {
  margin-top: 10px;
  color: #EBEBEB;
}
.testimonial-main-block .owl-prev,
.testimonial-main-block .owl-next {  
  background-color: transparent;
}
.testimonial-main-block .owl-prev:hover,
.testimonial-main-block .owl-next:hover { 
  background-color: transparent;  
  color: #444;
}
.testimonial-main-block .owl-prev {
  left: 0;
}
.testimonial-main-block .owl-next {
  right: 0;
}

/* ================================= */
    /*===== Contact =====*/
/* ================================= */
.contact-main-block {
  margin-bottom: 70px;
}
.map-contact {
  width: 100%;
  height: 346px;
}

/* ================================= */
    /*===== Contact Form =====*/
/* ================================= */
.contact-form-main-block {
  padding-bottom: 100px;
  overflow: hidden;
  background-color: #333;
}
.contact-form .form-control {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.7px;
  color: #FFF;
  padding-left: 0;
  border-color: transparent;   
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #FFF;
  background-color: #333;
}
.contact-form textarea,
.contact-form textarea:focus {
  width: 100%;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.7px;
  color: #FFF;
  padding-left: 0;
  border-color: transparent;   
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #FFF;
  outline: -webkit-focus-ring-color auto 0;
  margin-top: 3px;
  background-color: #333;
}
.contact-form .btn-default {
  margin-top: 30px;
  padding: 15px 40px;
  font-size: 14px;
}

/* ================================= */
    /*===== Footer =====*/
/* ================================= */
.footer-main-block {
  background-color: #111;
  padding: 100px 0 35px;
}
.footer-logo img {
  margin: 0 auto;
}
.footer-dtl {
  padding: 20px 0 85px;  
}
.footer-dtl p {
  font-weight: 300;
  line-height: 1.86;
  letter-spacing: 0.7px;
  color: #777;
  width: 567px;
  margin: 0 auto;
}
.subscribe-form .form-control {
  background-color: #444;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.7px;
  color: rgba(255,255,255,0.5);
  border: none;
  border-radius: 0;
  width: 370px;
  height: 50px;
  margin: 44px auto 0;
  display: inline-block;
}
.subscribe-form label {
  color: #FFF;
}
.subscribe-btn {
  margin-top: -2px;
  margin-left: 10px;
  height: 50px;
  padding: 12px 30px;  
}
.footer-social {
  background-color: #2196F3;
}
.social-icon ul li {
  display: inline-block;
  color: #FFF;
  padding: 15px 6px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-icon ul li a {
  color: #FFF;
  font-size: 14px; 
}
.social-icon ul li:hover {
  background-color: #111;
}
.contact-info {
  text-align: right;
}
.contact-info ul li {
  display: inline-block;
  color: #FFF;
  padding: 15px 6px;
}
.contact-info ul li:last-child {  
  padding-right: 0;
}
.contact-info ul li a {
  color: #FFF;
  font-size: 14px; 
  letter-spacing: 1.4px;
}
.footer-copyright {
  padding-top: 43px;
}
.copyright-text p,
.copyright-text a {
  letter-spacing: 0.7px;
  color: #777;
}
.copyright-text a:hover {
  color: #2196F3;
}
.footer-menu {
  text-align: right;
}
.footer-menu ul li {
  display: inline-block;
  color: #777;
}
.footer-menu ul li a { 
  color: #777;
  line-height: 2;
}
.footer-menu ul li a:hover { 
  color: #2196F3;
}
.footer-menu ul li.sep {
  width: 2px;
  height: 17px;
  background-color: #777;
  margin: 0 25px -3px;
}
@media (max-width: 767px) {
  .subscribe-form .form-control {
    width: 80%;
  }
  .subscribe-btn {
    margin-top: 20px;
  }
  .subscribe-form .form-control {
    display: block;
  }
}
@media (max-width: 992px) {
  .footer-dtl p {
    width: 80%;
  }
  .social-icon ul  {
    text-align: center;
  }
  .social-icon ul li { 
    margin-top: 6px; 
    padding: 3px 6px 0;  
  }
  .contact-info {
    text-align: center;
  }
  .copyright-text p,
  .copyright-text a {
    text-align: center;
  }
  .footer-menu {
    text-align: center;
  }
}

/* ================================= */
    /*===== Preloader =====*/
/* ================================= */
.preloader { 
  background-image: linear-gradient(to top, #F7F7F7, #FFFFFF), linear-gradient(to top, #EBEBEB, #FFFFFF);
  bottom: 0;
  top: 0;
  left: 0; 
  right: 0;  
  position: fixed;
  z-index: 9999999;
}
.status {
  background-image: url(../images/logo-footer.png);
  animation: bounce 1s infinite;
 -webkit-animation: bounce 1s infinite;
 -moz-animation: bounce 1s infinite;
 -o-animation: bounce 1s infinite;
}
.status,
.status-message {   
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; 
  right: 0;  
  background-position: center;
  background-repeat: no-repeat;     
}
.status-message {
  padding-top: 30%;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
  40% {-webkit-transform: translateY(-30px);}
  60% {-webkit-transform: translateY(-15px);}
} 
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
  40% {-moz-transform: translateY(-30px);}
  60% {-moz-transform: translateY(-15px);}
} 
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
  40% {-o-transform: translateY(-30px);}
  60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-30px);}
  60% {transform: translateY(-15px);}
}