body {
  font-size: 16px;
  color: #707070;
  font-family: Lato, sans-serif;
  background-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Raleway, sans-serif;
}
h1 {
  font-size: 3.75em;
  line-height: 1.25;
  font-weight: 300;
}
h2 {
  font-size: 3.125em;
}
h3 {
  font-size: 2.5em;
}
h4 {
  font-weight: 500;
  font-size: 1.8em;
}
h5 {
  font-size: 1.125em;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 5px;
}
h6 {
  font-size: 0.9em;
}
p {
  font-family: Lato, sans-serif;
  color: #707070;
  line-height: 1.6;
  font-size: 18px;
}
a {
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
  color: #606060;
}
iframe,
video {
  border: 0;
}
/*
|----------------------------------------------------------------------------
| HELPER CLASS
|----------------------------------------------------------------------------
*/
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mt-60 {
  margin-top: 60px;
}
.info {
  color: #707070;
  margin-top: 15px;
  font-size: 15px;
}
#toplogo{
  width: 550px;
  height: auto;
}
.overlay {
  background-color: rgba(0, 0, 0, 0.65);
  max-height: 100%;
}
.overlay .title-text {
  color: #fff;
}
.overlay .sub-title {
  color: #bfbfbf;
}
.img-md-right,
.img-md-left {
  float: none;
}
.white-bg {
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .img-md-right {
    float: right;
  }
  .img-md-left {
    float: left;
  }
}
@media screen and (max-width: 991px) {
  .pull-right {
    float: none !important;
    margin-bottom: 0;
  }
}
/*
|----------------------------------------------------------------------------
| BUTTONS
|----------------------------------------------------------------------------
*/
.btn {
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.3s;
}
.btn-cmd {
  padding: 14px 10px;
  min-width: 210px;
}
.btn-base {
  color: #fff;
}
.btn-base:focus {
  color: #fff;
}
.btn-base:hover {
  color: #fff;
}
.btn-base span {
  font-family: Lato, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
.btn-base-alt {
  background: transparent;
}
.btn-base-alt:hover {
  color: #fff;
}
.btn-base-alt.btn-white {
  border: 2px solid #fff;
  color: #fff;
}
.btn-base-alt.btn-white:hover {
  background: #fff;
}
.multiple-btn .btn {
  margin-right: 10px;
}
/*
|----------------------------------------------------------------------------
| ICONOGRAPHY
|----------------------------------------------------------------------------
*/
.icon {
  display: inline-block;
  font: normal normal normal 14px/1 "nf";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/*
|----------------------------------------------------------------------------
| MISC
|----------------------------------------------------------------------------
*/
.media-left,
.media > .pull-left {
  padding-right: 15px;
}
/*
|----------------------------------------------------------------------------
| SECTIONS
|----------------------------------------------------------------------------
*/
.service,
.app-description,
.app-feature,
.testimonials-1,
.pricing-table-2,
.purchase-book,
.video,
.contact {
  padding: 90px 0 20px;
}
@media screen and (max-width: 480px) {
  .service,
  .app-description,
  .app-feature,
  .testimonials-1,
  .pricing-table-2,
  .purchase-book,
  .video,
  .contact {
    padding: 100px 0 55px;
  }
  #toplogo{
    width:400px !important;
  }
  
}


.pricing-table-1 .overlay,
.testimonials-2 .overlay {
  padding: 100px 0 50px;
}
@media screen and (max-width: 480px) {
  .pricing-table-1 .overlay,
  .testimonials-2 .overlay {
    padding: 80px 0 40px;
  }
}
.screenshots,
.download {
  padding: 125px 0;
}
@media screen and (max-width: 480px) {
  .screenshots,
  .download {
    padding: 100px 0;
  }
}
.app-description,
.testimonials-1,
.pricing-table-2,
.video,
.footer {
  background: #f6f6f7;
}
.app-description .title-text,
.testimonials-1 .title-text,
.pricing-table-2 .title-text,
.video .title-text,
.footer .title-text {
  color: #f37b64;
}
/*************** HEADING ***************/
.title-text {
  color: #f37b64;
  font-weight: 300;
  font-size: 32px;
}
.title-text span {
  font-weight: 500;
}
.column-heading {
  margin-top: 35px;
}
.column-heading .icon:before {
  font-size: 70px;
}
.column-heading .title-text {
  margin: 40px 0 40px;
}
.section-heading {
  margin-bottom: 75px;
}
.section-heading .title-text {
  margin: 0 0 20px;
}
/*
|----------------------------------------------------------------------------
| FORMS
|----------------------------------------------------------------------------
*/
.form-control {
  border-color: transparent;
  height: 50px;
  max-width: 100%;
  padding: 8px 20px;
  box-shadow: none;
  transition: all 0.3s;
  color: #707070;
  font-size: 1em;
}
.form-control:focus {
  box-shadow: none;
}
/******************** REGISTRATION FORM ********************/
.registration-form {
  background: #fff;
  padding: 30px;
}
.registration-form .btn {
  margin-top: 30px;
}
.registration-form .form-control {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #d6d6d6;
  padding: 8px 0;
}
.success-msg,
.error-msg {
  display: none;
  margin-top: 10px;
}

@media screen and (max-width: 480px) {
  .form-inline .btn {
    display: block;
    width: 100%;
  }
}
/*
|----------------------------------------------------------------------------
| NAVBAR
|----------------------------------------------------------------------------
*/
.fog-navbar {
  transition: all 0.3s;
}
.fog-navbar .navbar-collapse {
  text-align: center;
}
.navbar-brand {
  padding: 15px;
  height: 70px;
}
.navbar-brand img {
  height: 100%;
  width: auto;
}
.navbar-toggle {
  padding: 12px 13px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.fog-navbar-light {
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}
.fog-navbar-light .navbar-collapse {
  border-color: #d6d6d6;
}
@media screen and (min-width: 768px) {
  .navbar-anim {
    background-color: transparent;
    box-shadow: none;
  }
  .navbar-anim.hidden-nav {
    visibility: hidden;
    opacity: 0;
  }
  
  .navbar-anim .navbar-brand {
    margin-top: 9px;
    padding: 20px 15px;
    height: 80px;
  }
  .navbar-anim .fog-navbar-nav {
    margin-top: 15px;
  }
  .navbar-anim .fog-navbar-nav > li > a {
    color: #fff;
  }
  .navbar-anim .fog-navbar-nav > li > a:hover {
    color: #d9d9d9;
  }
  .navbar-anim .fog-navbar-nav > li.nav-btn a {
    background-color: transparent;
  }
}
.fog-navbar-nav {
  transition: all 0.3s;
}
.fog-navbar-nav > li {
  display: inline-block;
}
.fog-navbar-nav > li > a {
  text-transform: uppercase;
  color: #707070;
  font-size: 14px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.fog-navbar-nav > li > a:hover {
  background-color: transparent;
}
.fog-navbar-nav > li > a:focus {
  background: none;
}
.fog-navbar-nav > li.nav-btn {
  margin: 12px 15px 11px 10px;
}
.fog-navbar-nav > li.nav-btn2 {
  margin: 12px 15px 11px 10px;
}

.fog-navbar-nav > li.nav-btn a {
  border: 1px solid transparent;
  font-size: 13px;
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: all 0.3s;
}
.fog-navbar-nav > li.nav-btn2 a {
  border: 1px solid transparent;
  font-size: 13px;
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: all 0.3s;
}

@media screen and (max-width: 480px) {
  .fog-navbar-nav > li {
    display: block;
  }
  .fog-navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/*
|----------------------------------------------------------------------------
| HOME
|----------------------------------------------------------------------------
*/
.home .overlay {
  padding: 100px 0 50px;
}
.home .logo {
  margin-top: 125px;
}
.home p:not(.info) {
  color: #bfbfbf;
  font-family: Raleway, sans-serif;
}
@media screen and (max-width: 991px) {
  .home {
    text-align: center;
  }
  .home .img-md-right {
    margin: 20px auto 50px;
  }
}
.home.image-bg {
  background: url(../images/busy-rest.jpg) center center no-repeat;
  background-size: cover;
}
.home-content h1 {
  color: #fff;
  margin-bottom: 45px;
}
.home-content .form-control {
  height: 56px;
}
/******************** APP HOME - 1 ********************/
.app-home-1 .home-content {
  margin-top: 75px;
}
/******************** SERVICE HOME - 1 ********************/
.service-home-1 .overlay,
.service-home-2 .overlay {
  padding: 230px 0 220px;
}
.service-home-1 .form-group,
.service-home-2 .form-group {
  min-width: 30%;
  margin-bottom: 30px;
}
.service-home-1 .form-control,
.service-home-2 .form-control {
  width: 100%;
}
.service-home-1 .btn,
.service-home-2 .btn {
  margin-bottom: 30px;
}
.service-home-3 .overlay {
  padding: 230px 0 155px;
}
/******************** WEBAPP ********************/
.webapp .overlay {
  padding: 230px 0 175px;
}
/*
|----------------------------------------------------------------------------
| SERVICE SECTIONS
|----------------------------------------------------------------------------
*/
.service {
  background-color: #fff;
}
.service-item {
  padding-left: 15px;
  padding-right: 15px;
}
.service-item .title-text {
  margin: 35px 0 30px;
  font-weight: 500;
}
/*
|----------------------------------------------------------------------------
| SERVICE - 1
|----------------------------------------------------------------------------
*/
.service-1 .service-item .icon {
  font-size: 70px;
}
/*
|----------------------------------------------------------------------------
| SERVICE - 2
|----------------------------------------------------------------------------
*/
.service-2 .service-item .icon {
  font-size: 45px;
  border: 1px solid transparent;
  border-radius: 50%;
  padding: 20px;
  transition: all 0.3s;
}
/*
|----------------------------------------------------------------------------
| APP DESCRIPTION
|----------------------------------------------------------------------------
*/
.app-description .btn {
  margin-top: 40px;
}
.os-icons {
  padding: 0;
  margin-top: 45px;
  font-size: 0;
}
.os-icons li {
  list-style-type: none;
  display: inline-block;
  margin-right: 30px;
}
.os-icons .icon {
  font-size: 50px;
}
/*
|----------------------------------------------------------------------------
| APP FEATURE
|----------------------------------------------------------------------------
*/
.app-feature {
  background-color: #fff;
}
/*.app-feature .features {
  margin-top: 50px;
}*/

.app-feature .features .icon:before {
  font-size: 24px;
}
.app-feature .features p {
  font-size: 14px;
}
/******************** APP FEATURE - 2 ********************/
.app-feature-2 h2 {
  font-size: 3.025em;
}
/*
|----------------------------------------------------------------------------
| SCREENSHOTS
|----------------------------------------------------------------------------
*/
.screenshots {
  background-color: #fff;
}
/******************** OWL CONTROLS CUSTOM ********************/
.owl-theme .owl-nav {
  margin-top: 25px;
}
.owl-theme .owl-nav [class*='owl-'] {
  background: #b3b3bb;
  border-radius: 0;
  padding: 5px 15px;
  transition: all 0.3s;
}
.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 10px;
  background: #b3b3bb;
  border-radius: 0;
  margin: 0 3px;
  transition: all 0.3s;
}
/*
|----------------------------------------------------------------------------
| FOOTER
|----------------------------------------------------------------------------
*/
.footer {
  padding: 25px 0 15px;
}
.footer .copyright a {
  color: #707070;
  padding-bottom: 3px;
}
.footer .copyright a:hover {
  border-bottom: 1px dotted #707070;
}
.footer .social-sites {
  text-align: right;
}
.social-sites {
  padding: 0;
  margin: 0;
  font-size: 0;
}
.social-sites li {
  list-style-type: none;
  display: inline-block;
}
.social-sites li i {
  font-size: 25px;
  color: #404040;
  transition: all 0.3s;
}
.social-sites li + li {
  margin-left: 7px;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    text-align: center;
  }
  .footer .social-sites {
    text-align: center;
  }
}

@media screen and (max-width: 767px) and (min-width:481px) {
  
  #toplogo{
    width:450px !important;
  }
}


#message{
  resize: none;
  border: 1px solid lightgray;
  margin-top: 10px;
}

/*.block {
  background: url(../images/left-coma.png) center center no-repeat;
  height: 62px;
  margin-right: 41%;
  
}

.right-coma {
  background: url(../images/right-com.png) center center no-repeat;
  height: 62px;
  margin-left: 54%;
}*/

.testimonial {
  font-weight: bold; 
  font-style: italic; 
/*  width: 48%;
  margin-left: 27%; */
  text-align: center;
  line-height: 2;
  font-size: 20px;
}

.owl-stage-outer {
/*  background: black;*/
}

@media screen and (max-width: 430px) {
  .header-google-btn {
    margin-top: 20px;
    margin-right: 11px;
  }

  .header-android-btn {
    margin-left: 14px;
  }

  .testimonial {
     font-weight: bold; 
  font-style: italic; 
  width: 100%;
  margin-left: 0px; 
  text-align: center;
  }

@media screen and (min-width:430px) and (max-width: 561px) {
  .testimonial {
  font-weight: bold; 
  font-style: italic; 
  width: 63%;
  margin-left: 18%; 
  text-align: center;
}
}

}

.invert-coma {
  font-size: 25px;
}

.app-description, 
.app-feature{
  padding: 40px 0 20px !important;
}

