/*------------- 
[Table of contents]

[ DEFULT INDEX NUMBER ]

1.  GENERAL CSS
2.  NAVBAR
4.  HOME
5.  SERVICE
6.  ABOUT
7.  TESTIMONIAL
8.  FAQ
9.  QUATE
10. SUBSCRIBE
11. PRICING
12. BLOG
13. FOOTER
14. COPYRIGHT


-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[ Color codes ]
    
    [ Text and Background Color ]
        Main color 1:       #1c93e5     
        Main color 2:       #009688      
        Main color 3:       #9c27b0
        Main color 4:       #ff4081      
        Background 1:       #FFFFFF            
        Background 2:       #F6F6F6           
        Shadow color:       #000000;            

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Typography]

    [ There are using two different font typography ]
        Typography 1: Roboto font;
        Typography 2: Montserrat font;

    [ Other Typography style are same ]
    Body :
        font-style:     normal;
        font-size:      15px;

    h2:
        font-size: 48px;
        line-height: 55px;

    h3:
        font-size: 30px;
        line-height: 40px;

    h4:
        font-size: 20px;
        font-weight: 600;

    p:  
        font-size: 18px;
        line-height: 30px;


-------------------------------------------------------------------*/
/**
 * -------------------
 *  Defult CSS 
 * -------------------
 */
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-style: none;
  line-height: 26px;
  font-weight: 400;
  overflow-x: hidden !important;
  text-align: left;
  position: relative;
  background-color: #fff;
  color: #999999;
}
.nav li a {
  text-decoration: none !important;
  display: inline-block;
  cursor: pointer;
  font-family: 'Raleway', sans-serif;
  padding: 0px;
  background-color: transparent;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav li a:hover {
  background-color: transparent;
}
.nav li a:focus {
  background-color: transparent;
  outline: 0 !important;
}
a {
  text-decoration: none !important;
  cursor: pointer;
  font-family: 'Raleway', sans-serif;
  padding: 0px;
  background-color: transparent;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  opacity: 0.9;
}
a:hover {
  background-color: transparent;
}
a:focus {
  background-color: transparent;
  outline: 0 !important;
}
.center {
  float: none;
  margin: 0 auto;
  text-align: center;
}
  .buy-now {
        display: none;
    }

/**
 * ---------------------
 *  Defult Halping Class
 * ---------------------
 */
.overflow {
  overflow: hidden;
}
.relative {
  position: relative;
}
.display-table {
  display: table;
  width: 100%;
  height: 100%;
}
.display-flex {
  display: flex;
  flex: 1;
}
.vertical-middle {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
/**
 * --------------------------------------
 *  Video Section Background Defult Style
 * --------------------------------------
 */
.section-video {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  z-index: -1;
}
.section-video .bgvid {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.body-video-bg > .section-video {
  position: fixed;
  top: 0;
  left: 0;
}
/**
 * ------------------------------------
 *  Every Section Headline Defult Class
 * ------------------------------------
 */
.section-heading {
  display: block;
  margin: 0;
}
.section-header {
  margin-bottom: 100px;
  text-align: center;
}
.section-header .sub-heading {
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.section-header.text-left,
.section-header.text-left * {
  text-align: left;
}
.section-header.text-right,
.section-header.text-right * {
  text-align: right;
}
.section-header-separator {
  position: relative;
  width: 145px;
  margin: 5px auto;
  display: inline-block;
}
.section-header-separator .icon {
  font-size: 48px;
  text-align: center !important;
}
.section-header-separator::before,
.section-header-separator::after {
  content: '';
  position: absolute;
  width: 57px;
  height: 2px;
  top: 25px;
}
.section-header-separator::before {
  left: 0;
}
.section-header-separator::after {
  right: 0;
}
.v-middle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.mini-separator {
  padding: 20px 0;
}
/**
 * ---------------------
 *   Defult Button Style
 * ---------------------
 */
.btn {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn:last-child {
  margin-right: 0px !important;
}
.btn .icon {
  position: relative;
  top: 2px;
}
.btn .icon img {
  position: relative;
  top: -3px;
  width: 14px;
}
.btn.left-icon .icon {
  margin-right: 15px;
}
.btn.right-icon .icon {
  margin-left: 15px;
}
.btn.btn-border {
  background-color: transparent;
}
.btn.white-btn-border {
  background-color: transparent;
  border-color: #fff;
}
.btn.btn-round {
  padding: 15px;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  font-size: 24px;
  text-align: center;
}
.btn.btn-round .icon {
  top: 7px;
}
.btn.apple,
.btn.androad {
  -webkit-border-radius: 5px ;
  -moz-border-radius: 5px ;
  -ms-border-radius: 5px ;
  -o-border-radius: 5px ;
  border-radius: 5px ;
  padding: 9px 28px;
  height: 82px;
}
.btn.apple img,
.btn.androad img {
  width: 35px;
  height: 100%;
  float: left;
}
.btn.apple .icon,
.btn.androad .icon {
  font-size: 60px;
  float: left;
}
.btn.apple span,
.btn.androad span {
  display: block;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn.apple .group,
.btn.androad .group {
  float: right;
}
.btn.apple .big,
.btn.androad .big,
.btn.apple .small,
.btn.androad .small {
  text-align: left;
  margin-left: 7px;
  line-height: 30px;
}
.btn.apple .big,
.btn.androad .big {
  font-size: 24px;
  font-weight: 400;
}
.btn.apple .small,
.btn.androad .small {
  font-size: 16px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.btn-text-link {
  padding: 50px 0 0 0;
  text-align: center;
}
.btn-text-link a {
  margin-left: 10px;
}
/** 
 * -----------------
 * Social Icon Style
 * -----------------
 */
.social-icon {
  display: inline-block;
}
.social-icon li {
  list-style: none;
  float: left;
  margin-bottom: 0px;
}
.social-icon li a {
  font-size: 25px;
  text-align: center;
  width: 45px;
  height: 45px;
  padding: 10px;
  border-radius: 50%;
  margin-right: 15px;
}
.social-icon li:last-child a {
  margin-right: 0px;
}
/**
 * -----------------------------------
 * Subscription and contact  "MESSAGE"
 * -----------------------------------
 */
.subscription-success,
.subscription-failed,
.email-success,
.email-failed,
.email-loading {
  font-size: 15px;
  display: none;
  text-align: center !important;
  padding: 10px !important;
}
.email-loading {
  color: #52B8FF;
}
.email-loading img {
  width: 15px;
  position: relative;
  top: -2px;
}
.subscription-failed,
.email-failed {
  color: #FF5252 !important;
}
.subscription-failed .icon,
.email-failed .icon {
  font-size: 20px;
  position: relative;
  top: 5px;
}
.subscription-success,
.email-success {
  color: #56CC35;
}
.subscription-failed .icon,
.email-failed .icon,
.subscription-success .icon,
.email-success .icon {
  font-size: 20px;
  position: relative;
  top: 5px;
}
/**
 * ------------------
 * Form Style 
 * ------------------
 */
/**
 * =================
 * CONTAINER HALF CONTENT
 * =================
 */
.content-half {
  position: relative;
}
.container-half {
  position: absolute;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  width: 48%;
}
.container-half.pr30 {
  width: calc(50% - 30px);
}
.container-half-left {
  left: 0;
  background-position: center right;
}
.container-half-right {
  right: 0;
  background-position: center left;
}
/**
 * ---------------------------------
 *  Section Background Size Property
 * ---------------------------------
 */
.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: initial;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .container-half-left,
  .container-half-right {
    display: none;
  }
}
@media (max-width: 767px) {
  /**
     * ----------------
     *  Defult CSS 
     * ----------------
     */
  html *,
  body,
  p {
    text-align: center;
  }
  h1 {
    font-size: 45px;
    line-height: 65px;
    font-weight: 300;
  }
  h2 {
    font-size: 38px;
    line-height: 55px;
    font-weight: 300;
  }
  /**
     * ------------------------------------
     *  Every Section Headline Defult Class
     * ------------------------------------
     */
  .section-header {
    margin-bottom: 80px;
  }
  .section-header .sub-heading {
    font-size: 24px;
    line-height: 30px;
  }
  /**
     * ---------------------
     *   Defult Button Style
     * ---------------------
     */
  /**
     * -------------------------------
     *  Section Top and Bottom padding  
     * -------------------------------
     */
  .section-separator {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /**
     * -----------------
     * Nav Defult Style
     * -----------------
     */
  ul,
  li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  li {
    display: inline-block;
  }
    
    
    .left-p ul {
 padding-left: 75px;
        
}
.left-p li {
    display: block;
    text-align: left !important;

}


    
.left-p ul ul {
 padding-left: 25px;
}
    
  /**
     * ----------------
     *   Helping Class
     * ----------------
     */
  .vertical-middle {
    display: block;
  }
  .display-table {
    width: auto;
    height: auto;
  }
}
.section-separator {
  padding: 100px 0;
}
/*
|===================
| GENERAL CSS
|===================
*/
h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  line-height: 70px;
  font-weight: 300;
}
h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  line-height: 50px;
  color: #111111;
  font-weight: normal;
}
h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  line-height: 46px;
}
h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: normal;
}
h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-transform: capitalize;
}
h6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
p {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 27px;
  font-weight: normal;
  opacity: 0.9;
  color: #333333;
}
.tagline {
  font-size: 16px;
  line-height: 28px;
  opacity: 0.7;
}
.btn {
  color: #fff;
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  text-decoration: none;
  background-color: transparent;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  padding: 10px 30px;
  display: inline-block;
  border: none;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #0bceaf;
  background: -webkit-linear-gradient(bottom left, #0bceaf, #85d9d2);
  background: -o-linear-gradient(bottom left, #0bceaf, #85d9d2);
  background: -moz-linear-gradient(bottom left, #0bceaf, #85d9d2);
  background: linear-gradient(bottom left, #0bceaf, #85d9d2);
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn:hover,
.btn:focus,
.btn:active {
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn:hover {
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2) ;
  -moz-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2) ;
  -ms-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2) ;
  -o-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2) ;
  box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2) ;
  color: #fff;
  background: #0bceaf;
  background: -webkit-linear-gradient(bottom left, #85d9d2, #0bceaf);
  background: -o-linear-gradient(bottom left, #85d9d2, #0bceaf);
  background: -moz-linear-gradient(bottom left, #85d9d2, #0bceaf);
  background: linear-gradient(bottom left, #85d9d2, #0bceaf);
}
.btn.btn-big {
  padding: 10px 80px;
}
.btn-border {
  border-color: #0bceaf;
}
.btn-border:hover {
  background-color: #0bceaf;
  color: #fff;
  border-color: transparent;
}
.btn-base {
  background-color: #0bceaf;
  color: #fff;
}
.btn-base:hover {
  border-color: transparent;
}
.btn-fill {
  border-color: #0bceaf;
}
.fixed-bg {
  background-attachment: fixed;
}
.section-separator {
  padding: 90px 0;
}
.section-margin {
  margin: 90px 0;
}
.color-bg {
  background-color: #0bceaf;
  color: #fff;
}
.color {
  color: #0bceaf;
}
.white-bg {
  background-color: #fff;
  color: #333;
}
.black-bg {
  background-color: #333;
  color: #fff;
}
.footer-bg {
  background-color: #2a2f36;
  color: #fff;
}
.app-review-bg {
  background-color: #fafafa;
}
.bg-2 {
  background-color: #fafafa;
}
.bg-3 {
  background-color: #f9f9f9;
}
.black-bg-light {
  background-color: #2e3037;
  color: #fff;
}
.black-bg-light h1,
.black-bg-light h2,
.black-bg-light h3,
.black-bg-light h4,
.black-bg-light h5,
.black-bg-light h6,
.black-bg-light span,
.black-bg-light .fa {
  color: #fff;
}
.black-bg-light p {
  color: #fff;
  opacity: 0.8;
}
.black-bg-light .btn {
  color: #fff;
}
.black-bg-deep {
  background-color: #292b31;
  color: #fff;
}
.black-bg-deep h1,
.black-bg-deep h2,
.black-bg-deep h3,
.black-bg-deep h4,
.black-bg-deep h5,
.black-bg-deep h6,
.black-bg-deep span,
.black-bg-deep .fa {
  color: #fff;
}
.black-bg-deep p {
  color: #fff;
  opacity: 0.8;
}
.black-bg-deep .btn {
  color: #fff;
}
.table-display {
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  align-items: center;
}
.center {
  float: none;
  margin: 0 auto;
  text-align: center;
}
.right {
  float: right;
}
.main-color-bg {
  background-color: #0bceaf;
  color: #fff;
}
.margin-top-o {
  margin-top: 0;
}
.padding-o {
  padding: 0;
}
.padding-left-o {
  padding-left: 0;
}
.section-title {
  margin-bottom: 70px;
  padding: 0 100px;
  text-align: center;
}
.section-title h2 {
  text-transform: uppercase;
  font-weight: 800;
}
.section-title h2 span {
  color: #0bceaf;
}
.section-title p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}
.play-btn a .fa {
  color: #fff;
  font-size: 50px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.play-btn a .fa:hover {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: scale(1.2) ;
  -moz-transform: scale(1.2) ;
  -ms-transform: scale(1.2) ;
  -o-transform: scale(1.2) ;
  transform: scale(1.2) ;
}
.form-control {
  height: 50px;
  padding: 8px 20px;
  line-height: 50px;
      border: 1px solid #99999;
  -webkit-box-shadow: 0px 0px 20px -6px rgba(10, 10, 10, 0.2) ;
  -moz-box-shadow: 0px 0px 20px -6px rgba(10, 10, 10, 0.2) ;
  -ms-box-shadow: 0px 0px 20px -6px rgba(10, 10, 10, 0.2) ;
  -o-box-shadow: 0px 0px 20px -6px rgba(10, 10, 10, 0.2) ;
  box-shadow: 0px 0px 20px -6px rgba(10, 10, 10, 0.2) ;
}
.form-control:focus {
  color: #0bceaf;
  -webkit-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2) ;
  -moz-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2) ;
  -ms-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2) ;
  -o-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2) ;
  box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2) ;
}
.shadow {
  -webkit-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2) ;
  -moz-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2) ;
  -ms-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2) ;
  -o-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2) ;
  box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2) ;
}
.shadow-1 {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(10, 10, 10, 0.2) ;
  -moz-box-shadow: 0px 0px 10px 0px rgba(10, 10, 10, 0.2) ;
  -ms-box-shadow: 0px 0px 10px 0px rgba(10, 10, 10, 0.2) ;
  -o-box-shadow: 0px 0px 10px 0px rgba(10, 10, 10, 0.2) ;
  box-shadow: 0px 0px 10px 0px rgba(10, 10, 10, 0.2) ;
}
.color-overlay {
  background: rgba(51, 51, 51, 0.2);
}
.button {
  text-align: center;
}
.hr {
  width: 15%;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
}
.main-color {
  color: #0bceaf;
}
.section-tagline h2 {
  font-size: 35px;
  line-height: 48px;
  font-weight: 300;
  margin-bottom: 30px;
}
.section-tagline span {
  font-size: 16px;
  line-height: 26px;
}
.image-bg {
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: center center;
}
.section-title span {
  font-size: 20px;
  line-height: 32px;
}
.ldx-color-bg {
  background: #0bceaf;
  background: -webkit-linear-gradient(bottom left, #85d9d2, #0bceaf);
  background: -o-linear-gradient(bottom left, #85d9d2, #0bceaf);
  background: -moz-linear-gradient(bottom left, #85d9d2, #0bceaf);
  background: linear-gradient(bottom left, #85d9d2, #0bceaf);
  opacity: 0.9;
  background-repeat: no-repeat;
}
.ldx-section-title h2 {
  margin-bottom: 50px;
}
.strict {
  background: #0bceaf;
  background: -webkit-linear-gradient(bottom left, #0bceaf, #85d9d2);
  background: -o-linear-gradient(bottom left, #0bceaf, #85d9d2);
  background: -moz-linear-gradient(bottom left, #0bceaf, #85d9d2);
  background: linear-gradient(bottom left, #0bceaf, #85d9d2);
}
/*
|========================
|  Nav
|========================
*/
.navbar {
  border: none;
  min-height: initial;
  padding: 0;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.navbar-nav {
  margin-top: 6px;
}
.navbar-nav > li {
  float: left;
  color: #fff;
  margin: 20px;
  margin-top: 15px;
}
.navbar-nav > li.active a:after {
  transition: all 0.2s linear 0s;
  background: #fff;
  color: #fff;
  width: 90%;
}
.navbar-nav > li a {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 30px;
}
.navbar-nav > li a:after {
  content: '';
  display: block;
  height: 2px;
  text-align: center;
  left: 50%;
  width: 0;
  float: none;
  background: #fff;
  transition: width 0.4s ease, background-color 0.4s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin: 0 auto;
}
/*.navbar-nav > li a:hover:after {
  transition: all 0.2s linear 0s;
  background: #fff;
  color: #fff;
  width: 90%;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border-color: transparent;
}
*/
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: 0;
}
.navbar-brand img {
  height: 40px;
}
/*
|========================
|  Home
|========================
*/
.ldx-home .ldx-home-overlay {
  padding-top: 90px;
}
.ldx-home-overlay {
  background: #0bceaf;
  background: -webkit-linear-gradient(bottom left, #0bceaf, #85d9d2);
  background: -o-linear-gradient(bottom left, #0bceaf, #85d9d2);
  background: -moz-linear-gradient(bottom left, #0bceaf, #85d9d2);
  background: linear-gradient(bottom left, #0bceaf, #85d9d2);
}
.ldx-home-overlay.gradeint-bg {
  background: rgba(11, 206, 175, 0.95);
}
.ldx-home-color-bg .ldx-overlay {
  background: #0bceaf;
  background: -webkit-linear-gradient(bottom left, #0bceaf, #85d9d2);
  background: -o-linear-gradient(bottom left, #0bceaf, #85d9d2);
  background: -moz-linear-gradient(bottom left, #0bceaf, #85d9d2);
  background: linear-gradient(bottom left, #0bceaf, #85d9d2);
  opacity: 0.9;
  background-repeat: no-repeat;
}
.ldx-home-img {
  background-image: url(../images/istratus/Cafe-iphone.jpg);
}
.ldx-home-img .gradeint-bg {
  background: rgba(11, 206, 175, 0.95);
}
.ldx-home-black-bg {
  background-image: url(../images/black-home-bg.jpg);
}
.ldx-home-black-bg .ldx-home-overlay {
  background: rgba(51, 51, 51, 0.5);
}
.ldx-home-content {
  overflow: hidden;
  padding-top: 0px;
  color: #fff;
  padding-left: 50px;
}
.ldx-home-content .about-content {
  overflow: hidden;
}
.ldx-home-content .about-content h1 {
  margin-bottom: 0;
}
.ldx-home-content p {
  margin-bottom: 30px;
  margin-top: 30px;
  color: #fff;
}
.ldx-home-content .button {
  text-align: left;
}
.ldx-home-content .button a {
  display: inline-block;
  margin-right: 30px;
}
.ldx-home-content .button a img {
  border-radius: 4px;
}
/*
|========================
|  Image Feature
|========================
*/
.ldx-img-feature .ldx-each-inner {
  padding-top: 125px;
}
.ldx-img-feature .ldx-each-inner p {
  margin: 30px 0;
  padding-right: 60px;
}
/*
|===================
|  Extra Feature
|===================
*/
.ldx-extra-img {
  background-image: url(../images/extra-feature-bg.jpg);
}
.ldex-extra-overlay {
  background: #0bceaf;
  background: -webkit-linear-gradient(bottom left, #0bceaf, #85d9d2);
  background: -o-linear-gradient(bottom left, #0bceaf, #85d9d2);
  background: -moz-linear-gradient(bottom left, #0bceaf, #85d9d2);
  background: linear-gradient(bottom left, #0bceaf, #85d9d2);
}
.ldex-extra-overlay.gradient-bg {
  background: rgba(11, 206, 175, 0.9);
}
.ldx-extra-feature .ldx-section-title h2 {
  color: #fff;
}
.ldx-extra-feature .ldx-extra-inner {
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
.ldx-extra-feature .ldx-extra-inner .fa {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 0;
}
.ldx-extra-feature .ldx-extra-inner h4 {
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
}
.ldx-extra-feature .ldx-extra-inner p {
  color: #fff;
}
/*
|========================
|  Pricing
|========================
*/
.ldx-pricing .ldx-each-pricing {
  padding: 50px 0;
  padding-top: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ldx-pricing .ldx-each-pricing:hover {
  -webkit-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2) ;
  -moz-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2) ;
  -ms-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2) ;
  -o-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2) ;
  box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2) ;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ldx-pricing .ldx-each-pricing .ldx-pricing-top {
  padding: 20px 0;
  color: #fff;
  margin-bottom: 30px;
}
.ldx-pricing .ldx-each-pricing ul li {
  font-weight: 500;
  margin: 20px 0;
  display: block;
}
.ldx-pricing .ldx-each-pricing .btn {
  margin-top: 30px;
}
/*
|========================
|  App review
|========================
*/
.ldx-app-review .ldx-overview-inner {
  padding: 30px;
  margin: 10px;
  background-color: #fff;
  border-radius: 6px;
}
.ldx-app-review .ldx-overview-inner .ldx-reviewer-info {
  position: relative;
  margin-bottom: 20px;
}
.ldx-app-review .ldx-overview-inner .ldx-reviewer-info .ldx-reviewer-img {
  width: 120px;
  height: 120px;
}
.ldx-app-review .ldx-overview-inner .ldx-reviewer-info .ldx-reviewer-img img {
  width: 120px;
  height: 120px;
  border: 3px solid #0bceaf;
  border-radius: 50%;
}
.ldx-app-review .ldx-overview-inner .ldx-reviewer-info .ldx-reviewer-each-info {
  position: absolute;
  top: 0;
  padding-left: 140px;
}
.ldx-app-review .ldx-overview-inner .ldx-reviewer-info .ldx-reviewer-each-info h4 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 0;
  margin-top: 20px;
  font-weight: normal;
  color: #757575;
}
.ldx-app-review .owl-controls .owl-nav {
  display: none !important;
}
.ldx-app-review .owl-controls .owl-dots {
  padding-left: 15px;
  margin-top: 10px;
}
.ldx-app-review .owl-controls .owl-dots .owl-dot {
  height: 15px;
  width: 15px;
  border: 1px solid #0bceaf;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}
.ldx-app-review .owl-controls .owl-dots .owl-dot.active {
  background-color: #0bceaf;
}
.owl-carousel .owl-stage-outer {
  overflow: visible;
}
/*
|========================
|  Smart Watch
|========================
*/
.ldx-smartwatch-overlay {
  background-image: url(../images/smartwatch-overlay.png);
}
.ldx-smart-watch {
  background: #0bceaf;
  background: -webkit-linear-gradient(bottom left, #0bceaf, #85d9d2);
  background: -o-linear-gradient(bottom left, #0bceaf, #85d9d2);
  background: -moz-linear-gradient(bottom left, #0bceaf, #85d9d2);
  background: linear-gradient(bottom left, #0bceaf, #85d9d2);
  position: relative;
}
.ldx-smart-watch .ldx-watch-img {
  background-image: url(../images/watch-s.png);
  background-position: bottom left;
  min-height: 700px;
}
.ldx-smart-watch .ldx-watch-img.color-img {
  background-image: url(../images/watch-g.png);
}
.ldx-smart-watch h2 {
  color: #fff;
}
.ldx-smart-watch .ldx-home-content {
  padding-bottom: 150px;
}
.ldx-smart-watch .button a img {
  height: 80px;
  border-radius: 4px;
}
/*
|========================
|  Footer
|========================
*/
.map-overlay-bg {
  background-image: url(../images/map-color-overlay.png);
}
.ldx-footer {
  padding-bottom: 60px;
}
.ldx-footer .ldx-secton-title {
  padding-top: 80px;
}
.ldx-footer .ldx-footer-inner {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.ldx-footer .ldx-footer-form p {
  text-align: center;
  margin-bottom: 50px;
}
.ldx-footer .ldx-form-inner {
  overflow: hidden;
}
.ldx-footer .ldx-form-inner .form-group {
  position: relative;
  margin: 20px 0;
}
.ldx-footer .ldx-form-inner .form-group .btn {
  width: 100%;
}
.ldx-footer .ldx-form-inner .form-group .fa {
  position: absolute;
  z-index: 9999;
  right: 30px;
  top: 18px;
  bottom: 0;
}
.ldx-footer .ldx-social {
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.ldx-footer .ldx-social h4 {
  margin-bottom: 30px;
}
.ldx-footer .ldx-social ul li a .fa {
  height: 40px;
  width: 40px;
  margin: 0 10px;
  line-height: 38px;
  border: 1px solid #eee;
  border-radius: 50%;
  color: #0bceaf;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2) ;
  -moz-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2) ;
  -ms-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2) ;
  -o-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2) ;
  box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2) ;
}
.ldx-footer .ldx-social ul li a .fa:hover {
  background-color: #0bceaf;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ldx-footer .ldx-hr {
  margin-top: 50px;
  border-color: #ededed;
}
.ldx-footer-info p {
  margin-top: 20px;
}
.ldx-footer-info p .fa {
  margin-right: 6px;
}
.ldx-footer-info p a {
  font-weight: bold;
}
.ldx-footer-info p a:hover {
  color: #0bceaf;
}
.ldx-footer-img img {
  margin: 0 auto;
  height: 80px;
}
.ldx-footer-nav ul {
  margin-top: 20px;
}
.ldx-footer-nav ul li {
  display: inline-block;
  margin: 0px 15px;
}
.ldx-footer-nav ul li a {
  color: #999999;
  font-family: 'Montserrat', sans-serif;
}
.ldx-footer-nav ul li a:hover {
  color: #0bceaf;
}
.ldx-footer .ldx-form-inner .form-group .fa {
  color: #0bceaf;
}
.ldx-sub-page-heading h2 {
  color: #fff;
}
.ldx-blog .ldx-blog-posts {
  padding: 0 30px;
}
.ldx-blog .ldx-blog-item {
  margin: 0 auto;
  float: none;
  text-align: center;
}
.ldx-blog .ldx-blog-item img {
  float: none;
  margin: 80px auto;
}
.ldx-blog .ldx-blog-item .ldx-blog-content {
  border-bottom: 1px dashed #999999;
}
.ldx-blog .ldx-blog-item .ldx-blog-content .ldx-post-category {
  font-style: italic;
  color: #999999;
}
.ldx-blog .ldx-blog-item .ldx-blog-content .ldx-blog-post-info a {
  display: inline-block;
  margin: 0 20px;
  font-weight: 500;
}
.ldx-blog .ldx-blog-item .ldx-blog-content .ldx-blog-post-info a:hover {
  color: #0bceaf;
}
.ldx-blog .ldx-blog-item .ldx-blog-content .ldx-blog-hr {
  width: 200px;
  border-width: 2px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.ldx-blog .ldx-blog-item .ldx-blog-content p {
  margin: 40px 0;
}
.ldx-blog .ldx-blog-item .ldx-blog-content p a:hover {
  color: #0bceaf;
}
.ldx-blog .ldx-blog-item .ldx-blog-content .btn {
  margin-bottom: 40px;
}
.ldx-blog .ldx-blog-item .ldx-blog-post-share h4 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.ldx-blog .ldx-blog-item .ldx-blog-post-share ul li {
  display: inline-block;
  margin: 0 20px;
}
.ldx-blog .ldx-blog-item .ldx-blog-post-share ul li a {
  color: #999999;
}
.ldx-blog .ldx-blog-item .ldx-blog-post-share ul li a:hover {
  color: #0bceaf;
}
.ldx-blog .ldx-sidebar {
  text-align: center;
  margin-top: 60px;
  padding: 0 15px;
}
.ldx-blog .ldx-sidebar .ldx-sidebar-title {
  margin-bottom: 20px;
}
.ldx-blog .ldx-sidebar .ldx-sidebar-hr {
  width: 100%;
  margin: 30px 0;
}
.ldx-blog .ldx-sidebar .ldx-blog-widget {
  margin-bottom: 30px;
  overflow: hidden;
}
.ldx-blog .ldx-sidebar .ldx-blog-widget.ldx-sidebar-category ul li {
  display: block;
  padding: 20px 0;
  width: 100%;
  background-color: #fff;
}
.ldx-blog .ldx-sidebar .ldx-blog-widget.ldx-feature-post img {
  margin: 15px auto;
  margin-bottom: 30px;
}
.ldx-blog .ldx-sidebar .ldx-blog-widget.ldx-search {
  padding: 30px 20px;
}
.ldx-blog .ldx-sidebar .ldx-blog-widget.ldx-sidebar-form .form-group {
  padding: 0 20px;
}
.ldx-blog .ldx-sidebar .ldx-blog-widget ul li {
  width: 50%;
  display: inline-block;
  float: left;
  margin-bottom: 15px;
}
.ldx-blog .ldx-sidebar .ldx-blog-widget ul li img {
  text-align: center;
}
.ldx-blog .ldx-sidebar .ldx-blog-widget img {
  margin: 0 auto;
  width: 90%;
}
.old-post-btn {
  text-align: right;
  margin-top: 60px;
}
.old-post-btn a {
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  color: #0bceaf;
}
.old-post-btn a .fa {
  margin-right: 15px;
}
.old-post-btn a:hover {
  color: #0bceaf;
}
.ldx-similar-post {
  margin-top: 60px;
}
.ldx-similar-post .ldx-similar-inner img {
  margin: 30px 0;
}
.ldx-full-post .prev-post-btn {
  text-align: left;
}
.ldx-full-post .ldx-blog-content p {
  text-align: left;
}
.ldx-blog-comment {
  overflow: hidden;
  margin: 40px 0;
}
.ldx-blog-comment h4 {
  margin-bottom: 30px;
}
.ldx-blog-comment .ldx-single-comment {
  padding: 20px;
  background: #f7f7f7;
  margin-bottom: 20px;
}
.ldx-blog-comment .ldx-single-comment h6 {
  font-size: 14px;
  line-height: 22px;
}
.ldx-blog-comment .ldx-single-comment h6 span {
  text-transform: uppercase;
  font-size: 16px;
  margin-right: 10px;
}
.ldx-blog-comment .ldx-single-comment a {
  font-weight: 600;
  color: #0bceaf;
  font-family: 'Montserrat', sans-serif;
}
.ldx-blog-comment .ldx-single-comment.ldx-replay {
  float: right;
}
.ldx-blog-comment-form h4 {
  margin: 30px 0;
}
.ldx-blog-comment-form .ldx-comment-form-group {
  margin-bottom: 15px;
}
.ldx-blog-comment-form .btn-form {
  text-align: left;
}
.ldx-black .strict {
  background: #292b31;
}
.ldx-black .ldx-pricing .ldx-each-pricing {
  background-color: #fff;
  color: #999999;
}
.ldx-black .ldx-app-review .ldx-overview-inner {
  background-color: #2e3037;
}
.ldx-black .ldx-app-review .ldx-overview-inner .ldx-reviewer-info .ldx-reviewer-each-info h4 {
  color: #fff;
}
.ldx-black .ldx-smart-watch.black-bg-light {
  background: #2e3037;
}
.ldx-black .ldx-smart-watch .ldx-watch-img {
  background-image: url(../images/watch-s.png);
}

.rborder {
	width: 75px;
}

.navbar {
	min-height: 125px !important;
}

.navbar-brand img {
	min-height: 100px;
}

.ldx-footer .ldx-social ul li a .fa {
	width: 100px !important;
	height: 100px !important;
}

img {
	border-radius: 15px;
}
.white-txt {
    color: #fff;
}
.daylist li {
    padding-bottom: 10px;
    display: block;
}

.pl--15 {
    margin-left: -15px !important;
    margin-right: 15px !important;
}
.iphoneimg {
    border-radius: 0px;
}

.plant {
    width: 150px;
    text-align: center;
}
.spacer
{
    width: 100%;
    height: 95px;
}

.spacer2
{
    width: 100%;
    height: 115px;
}

.btn-p {
    padding: 0 10px !important;
    padding-top: 3px !important;
    margin-top: -3px;
}

.left-p p {
    text-align: left !important;

}

.left-p ul {
 padding-left: 75px;
}
.left-p li {
    text-align: left !important;
    margin-bottom: 10px;
}
.pl-45 {
  padding-left: 45px;
}

.left-p ul ul {
    
 padding-left: 25px;
}

.btn-submit {
    padding: 15px 25px !important;
}

.text-box {
    min-height: 245px !important;
}

.form-control:focus {
    color: #666 !important;
}

.contact-nav {
    background: #43cea2;
    background: -webkit-linear-gradient(bottom left, #43cea2, #185a9d);
    background: -o-linear-gradient(bottom left, #43cea2, #185a9d);
    background: -moz-linear-gradient(bottom left, #43cea2, #185a9d);
    background: linear-gradient(bottom left, #43cea2, #185a9d);
}


@media screen and (min-width: 768px) and (max-width: 992px) { 
	.navbar-header {
			position: fixed!important;
			z-index: 999!important;
			width: 768px!important;
			margin-top: 0px!important;
	}
	.navbar-toggle {margin-right: 100px!important;}
}



.ldx-footer .ldx-social {
  text-align: center
}

.ldx-footer .ldx-social ul li {
  display: inline-block
}

.ldx-footer .ldx-social ul li a .fa {
	border: 1px solid #eee;
	color: #43cea2;
	background-color: #fff;
	margin: 10px;
}

.section-header {
	margin-bottom: 70px;
	text-align: center;
	margin-top: 50px;
}

.img-glow {
  box-shadow: 0 -3px 10px 5px rgba(233,233,233,0.9);
}

.why-feature li {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .ldx-feature-1 .section-separator {
    padding-top: 30px;
    padding-bottom: 30px !important;
  }
}

@media screen and (max-width: 1200px) {
  .mt-md-0-force {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}