/*!
 * Start Bootstrap - New Age v3.3.7 (http://startbootstrap.com/template-overviews/new-age)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
.heading-font {
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}
.body-font {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}
.alt-font {
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #fdcc52;
}
a:hover,
a:focus,
a:active,
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus
 {
  outline:0;
}
button:focus {
  outline:0;
}
hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}
hr.light {
  border-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}
p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.red{
  color:#e74c3c;
}
.book{
  height: 40vh;
  margin: auto;
  margin-top: 30px;
  margin-bottom : 90px;
  display: block;
}
.shop-now-btn{
  margin-top: 30px;
}
.bold{
  font-weight: bold;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #f7685a !important;
    font-weight: bold;
    font-size: 16px;
}
.navbar-brand {
    width: 277px;
    height: 45px;
    background: url(../img/logo.png) no-repeat;
}
.card{
      height: 100%;
      border:none;
}
.card-footer {
    padding: 1rem 0 2.5rem 0;
    background-color: #b3ecc0;;
    border-top: none;
}
.card-body {
    background-color: #b3ecc0;;
}
.card-img-top {
    background: #ffda54;
}
.bg-dark{
      background-color: #205855!important;
}
header {
	position: relative;
	width: 100%;
	min-height: auto;
	overflow-y: hidden;
	background: url("../img/bg-pattern.png"), #7b4397;
	/* fallback for old browsers */
	background: url("../img/bg-pattern.png"), -webkit-linear-gradient(to left, #7b4397, #dc2430);
	/* Chrome 10-25, Safari 5.1-6 */
	background: url("../img/slider-bg.webp");
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: white;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #29876c;
}
header .header-content {
  text-align: center;
  padding: 150px 0 50px;
  position: relative;
}
header .header-content .header-content-inner {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
header .header-content .header-content-inner h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
}
  header h4{
    font-size: 21px;
    line-height: 30px;
  }

header .header-content .header-content-inner .list-badges img {
  height: 50px;
  margin-bottom: 25px;
}
header .device-container {
  max-width: 300px;
  margin: 0 auto 100px;
}
header .device-container .screen  {
  background:#fff;
}
header .device-container .screen img {
  border-radius: 3px;
  width: 100%;
}
@media (min-width: 768px) {
  .navbar-brand {
    width: 400px;
  }
  header {
    min-height: 100%;
  }
  header .header-content {
    text-align: left;
    padding: 0;
    height: 100vh;
  }
  header .header-content .header-content-inner {
    max-width: none;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  header .header-content .header-content-inner h1 {
    font-size: 35px;
  }
  header .device-container {
    max-width: none;
    max-height: calc(0vh);
    margin: calc(50vh - 235px) auto 0;
  }
  .book{
    margin-top: calc(50vh - 200px);
	height: 55vh;
  }

}
@media (min-width: 992px) {
  header .header-content .header-content-inner h1 {
    font-size: 37px;
  }

}
section {
  padding: 60px 0 20px 0;;
}
section h2 {
  font-size: 50px;
  padding-bottom: 45px;
}
section .badges {
    padding-top: 40px;
}
section .badges .badge-link img {
    height: 40px;
}
.badges .badge-link{
  margin-bottom:25px
  }

@media (min-width: 992px) {
  section.features .device-container,
  section.features .feature-item {
    max-width: none;
  }
}

@media (min-width: 768px) {
  section.cta .cta-content h2 {
    font-size: 80px;
  }
}
section.cta .overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
ul.list-social {
  display: inline-block;
  -webkit-padding-start: 0;
  padding-top: 10px;
  list-style: none;
}
ul.list-social li{
  display: inline-block;

}
 ul.list-social li a {
  display: block;
  height: 20px;
  width: 20px;
  font-size: 16px;
  border-radius: 100%;
  color: white;
}
section.contact ul.list-social li.social-twitter a {
  background-color: #1da1f2;
}
section.contact ul.list-social li.social-twitter a:hover {
  background-color: #0d95e8;
}
section.contact ul.list-social li.social-facebook a {
  background-color: #3b5998;
}
section.contact ul.list-social li.social-facebook a:hover {
  background-color: #344e86;
}
section.contact ul.list-social li.social-google-plus a {
  background-color: #dd4b39;
}
section.contact ul.list-social li.social-google-plus a:hover {
  background-color: #d73925;
}
footer {
  background-color: #024846;
  padding: 25px 0;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
footer p {
  font-size: 12px;
  margin: 0;
}
footer ul {
  margin-bottom: 0;
}
footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}
footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
  text-decoration: none;
}
.bg-primary {
  background:#dbecdf !important;
}
.bg-primary h2 {
  color:#000;
}
.text-primary {
  color: #fdcc52;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-outline {
  color: white;
  border-color: white;
  border: 1px solid;
}

.watch-video-btn{
    margin: 10px 0 0 0;
    padding: 3px 10px !important;
    color: #fff !important;
}
.watch-video-btn{
    background-color: #c5680e !important;
}
.btn-outline:hover,
.btn-outline:active,
.btn-outline.active {
    color: white;
    background-color: #f7790e;
    border-color: #f7790e;
}
.btn-outline:focus{
  color: white;
}

.btn-outline.active:hover{
  background-color: #c5680e;
}
.mrg-rgt-20{
	margin-right: 20px;
}
.btn-header {
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 300px;
}
.btn-lg {
  font-size: 11px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}

/*Slider*/
.carousel-item {
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.img-responsive{
  width: 100%;
}