html,
body {
  width: 100%;
  height: 100%; }

body {
  font-family: 'Roboto', sans-serif; }

a {
  color: #ff9848;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s; }
  a:hover, a:focus {
    color: #ff7b15; }

.white {
  color: #fff; }

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1); }

hr.light {
  border-color: white; }

button:focus {
  outline: 0px dotted;
  outline: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  letter-spacing: 1px; }

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 300;
  color: #666666; }

section {
  padding: 100px 0; }
  section h2 {
    font-size: 50px; }
  section .badges .btn-box {
    display: inline-block;
    margin: 10px 20px; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ff9848;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #ff9848 0%, #4f5a77 59%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #ff9848 0%, #4f5a77 59%);
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(45deg, #ff9848 0%, #4f5a77 59%);
  background: linear-gradient(45deg, #ff9848 0%, #4f5a77 59%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9848', endColorstr='#4f5a77',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  opacity: .9; }

.download-image img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -22%; }
  @media (max-width: 500px) {
    .download-image img {
      bottom: -7%; } }
  @media (min-width: 500px) and (max-width: 767px) {
    .download-image img {
      bottom: -13%; } }

.btn-box i::before {
  margin: 0;
  position: relative;
  top: 2px;
  margin-right: 5px; }
.contact-form div.form-control{
    height:auto;
    font-size: 14px;
    line-height: 1.42857143;
    color:#fff;
}
.contact-form div.form-control p{
    height:auto;
    font-size: 14px;
    line-height: 1.42857143;
    color:#fff;
    text-align:left;
    font-weight: normal;
}
.contact-form div.form-control input[type=radio]{
    font-size: 14px;
    line-height: 1.42857143;
    color:#fff;
    text-align:left;
    font-weight: normal;
}
.form-group .form-control label {
    margin-right: 10px;
}
.contact-form .form-control {
  background: rgba(255, 255, 255, 0.2);
  color: #FFF;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  outline: 0;
  padding: 15px 20px;
  height: 50px;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; }

.contact-form textarea.form-control {
  height: 180px;
  resize: none; }

.contact-form .contact-info {
  background: rgba(255, 255, 255, 0.2);
  color: #EEE;
  padding: 35px 25px;
  text-align: center;
  margin-bottom: 15px; }
  .contact-form .contact-info .info-box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 35px;
    margin-bottom: 35px; }
    .contact-form .contact-info .info-box i:before {
      font-size: 38px;
      text-align: center;
      margin: 0; }
    .contact-form .contact-info .info-box p {
      color: #FFF;
      margin-bottom: 5px;
      font-size: 16px;
      font-weight: 400; }
    .contact-form .contact-info .info-box:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: 0; }

.contact-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white; }

.contact-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: white; }

.contact-form :-ms-input-placeholder {
  /* IE 10+ */
  color: white; }

.contact-form :-moz-placeholder {
  /* Firefox 18- */
  color: white; }

.section-title {
  margin-top: 0;
  font-size: 50px;
  font-weight: 200;
  letter-spacing: 1px;
  margin-bottom: .5rem;
  line-height: 1.2; }

footer .footer-top .socials ul {
  padding: 25px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  footer .footer-top .socials ul li {
    display: inline-block;
    padding: 0 10px 0 0;
    list-style: none; }
    footer .footer-top .socials ul li a {
      font-size: 24px;
      line-height: 24px;
      color: #666666;
      -webkit-transition: all .35s;
      -moz-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s;
      display: block; }
      footer .footer-top .socials ul li a:hover, footer .footer-top .socials ul li a:focus, footer .footer-top .socials ul li a:active, footer .footer-top .socials ul li a.active {
        color: #ff9848;
        text-decoration: none; }

div#result > div {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  display: block;
  clear: both;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 10px 0; }

@media (max-width: 767px) {
  section h2, .section-title {
    font-size: 30px; } }

@media (min-width: 991px) {
  .text-left-lg {
    text-align: left; }
  .text-right-lg {
    text-align: right; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; } }

@media (max-width: 991px) {
  .hidden-sm-down {
    display: none; } }

@media (max-width: 992px) {
  .features-wrapper.right-icon .single-feature .features-icon {
    right: inherit;
    left: 0; }
  .features-wrapper.right-icon .single-feature .features-details {
    padding-left: 70px;
    padding-right: 0;
    text-align: left; } }

@media (min-width: 1200px) {
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; } }

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: white;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  letter-spacing: 1px; }
  #mainNav .navbar-brand {
    color: #ff9848;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    letter-spacing: 1px; }
    #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
      color: #ff7b15; }
  #mainNav .navbar-toggler {
    font-size: 12px;
    padding: 8px 10px;
    color: #666666; }
  #mainNav .navbar-nav > li > a {
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400; }
    #mainNav .navbar-nav > li > a.active {
      color: #ff9848 !important;
      background-color: transparent; }
      #mainNav .navbar-nav > li > a.active:hover {
        background-color: transparent; }
  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    color: #222222; }
    #mainNav .navbar-nav > li > a:hover,
    #mainNav .navbar-nav > li > a:focus:hover {
      color: #ff9848; }
  @media (min-width: 992px) {
    #mainNav {
      border-color: transparent;
      background-color: transparent; }
      #mainNav .navbar-brand {
        color: fade(white, 70%); }
        #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
          color: white; }
      #mainNav .navbar-nav > li > a,
      #mainNav .navbar-nav > li > a:focus {
        color: rgba(255, 255, 255, 0.7); }
        #mainNav .navbar-nav > li > a:hover,
        #mainNav .navbar-nav > li > a:focus:hover {
          color: white; }
      #mainNav.navbar-shrink {
        border-color: rgba(34, 34, 34, 0.1);
        background-color: white; }
        #mainNav.navbar-shrink .navbar-brand {
          color: #222222; }
          #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
            color: #ff9848; }
        #mainNav.navbar-shrink .navbar-nav > li > a,
        #mainNav.navbar-shrink .navbar-nav > li > a:focus {
          color: #222222; }
          #mainNav.navbar-shrink .navbar-nav > li > a:hover,
          #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
            color: #ff9848; } }
  #mainNav.navbar-light .navbar-toggler {
    border: none; }
    #mainNav.navbar-light .navbar-toggler i:before {
      margin: 0; }

header.masthead {
  position: relative;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 100px;
  color: white;
  background-image: url(../img/header-bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed; }
  header.masthead .header-content {
    max-width: 500px;
    margin-bottom: 100px;
    text-align: center; }
    header.masthead .header-content h1 {
      font-size: 30px; }
      header.masthead .header-content h1 span {
        font-family: 'Dancing Script', cursive;
        letter-spacing: 2px;
        font-size: 22px;
        display: block; }
    header.masthead .header-content p {
      font-family: 'Roboto', sans-serif;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-size: 16px;
      color: #fff;
      text-transform: none; }
  header.masthead .device-container {
    max-width: 325px;
    margin-right: auto;
    margin-left: auto; }
    header.masthead .device-container .screen img {
      border-radius: 3px; }
  @media (min-width: 992px) {
    header.masthead {
      height: 100vh;
      min-height: 775px;
      padding-top: 0;
      padding-bottom: 0; }
      header.masthead .header-content {
        margin-bottom: 0;
        text-align: left; }
        header.masthead .header-content h1 {
          font-size: 50px; }
      header.masthead .device-container {
        max-width: 325px; } }

section.download {
  position: relative;
  padding: 150px 0; }
  section.download h2 {
    font-size: 50px;
    margin-top: 0; }
  section.download .badges .badge-link {
    display: block;
    margin-bottom: 25px; }
    section.download .badges .badge-link:last-child {
      margin-bottom: 0; }
    section.download .badges .badge-link img {
      height: 60px; }
    @media (min-width: 769px) {
        .my-50 .my-auto {
        margin-top: 44%!important;
        transform: translateY(-50%);
    }
      section.download .badges .badge-link {
        display: inline-block;
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    section.download h2 {
      font-size: 70px; } }

section {
  position: relative; }
  section.features .section-heading {
    margin-bottom: 60px; }
    section.features .section-heading h2 {
      margin-top: 0; }
    section.features .section-heading p {
      margin-bottom: 0; }
  section.features .device-container,
  section.features .feature-item {
    margin: 0 auto; }
  section.features .device-container {
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      section.features .device-container {
        margin-bottom: 0; } }
  section.features .feature-item {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center; }
    section.features .feature-item h3 {
      font-size: 30px; }
    section.features .feature-item i {
      font-size: 80px;
      display: block;
      margin-bottom: 15px;
      background: -webkit-linear-gradient(to left, #4f5a77, #dc2430);
      background: -webkit-gradient(linear, right top, left top, from(#4f5a77), to(#dc2430));
      background: -webkit-linear-gradient(right, #4f5a77, #dc2430);
      background: -o-linear-gradient(right, #4f5a77, #dc2430);
      background: linear-gradient(to left, #4f5a77, #dc2430);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  section.benefits {
    background-image: url(../img/benefits-bg.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed; }
    section.benefits .features-wrapper .single-feature {
      margin-bottom: 40px;
      position: relative; }
      section.benefits .features-wrapper .single-feature .features-icon [class^="flaticon-"]:before, section.benefits .features-wrapper .single-feature .features-icon [class*=" flaticon-"]:before, section.benefits .features-wrapper .single-feature .features-icon [class^="flaticon-"]:after, section.benefits .features-wrapper .single-feature .features-icon [class*=" flaticon-"]:after {
        font-family: Flaticon;
        font-size: 50px;
        font-style: normal;
        color: #fff;
        margin-left: 0;
        max-width: 60px; }
      section.benefits .features-wrapper .single-feature .features-details h5 {
        color: #fff;
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 25px; }
      section.benefits .features-wrapper .single-feature .features-details p {
        font-size: 15px;
        color: #fff;
        font-weight: 300;
        line-height: 25px; }
    section.benefits .right-icon .features-details {
      padding-right: 70px; }
    section.benefits .right-icon .features-icon {
      position: absolute;
      right: 0; }
    section.benefits .left-icon .features-details {
      padding-left: 70px; }
    section.benefits .left-icon .features-icon {
      position: absolute;
      left: 0; }
  section.download {
    background-image: url(../img/download-bg.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed; }
  section.contact {
    background-image: url(../img/contact-bg.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed; }

.horizontal-timeline {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }
  .horizontal-timeline ol {
    list-style: none;
    padding: 0;
    margin: 0; }
  .horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none; }
  .horizontal-timeline.loaded {
    /* show the timeline after events position has been set (using JavaScript) */
    opacity: 1; }
  .horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 90%;
    margin: 0 auto; }
  .horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden; }
    .horizontal-timeline .events-wrapper::after, .horizontal-timeline .events-wrapper::before {
      /* these are used to create a shadow effect at the sides of the timeline */
      content: '';
      position: absolute;
      z-index: 2;
      top: 0;
      height: 100%;
      width: 20px; }
    .horizontal-timeline .events-wrapper::before {
      left: 0;
      background-image: -webkit-linear-gradient(left, #fff, rgba(248, 248, 248, 0));
      background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(248, 248, 248, 0)));
      background-image: -o-linear-gradient(left, #fff, rgba(248, 248, 248, 0));
      background-image: linear-gradient(to right, #fff, rgba(248, 248, 248, 0)); }
    .horizontal-timeline .events-wrapper::after {
      right: 0;
      background-image: -webkit-linear-gradient(right, #fff, rgba(248, 248, 248, 0));
      background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(248, 248, 248, 0)));
      background-image: -o-linear-gradient(right, #fff, rgba(248, 248, 248, 0));
      background-image: linear-gradient(to left, #fff, rgba(248, 248, 248, 0)); }
  .horizontal-timeline .events {
    /* this is the grey line/timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 2px;
    /* width will be set using JavaScript */
    background: #dfdfdf;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s; }
    .horizontal-timeline .events a {
      position: absolute;
      bottom: 0;
      z-index: 2;
      text-align: center;
      font-size: 1rem;
      padding-bottom: 15px;
      color: #666666;
      /* fix bug on Safari - text flickering while timeline translates */
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      text-decoration: none; }
      .horizontal-timeline .events a::after {
        /* this is used to create the event spot */
        content: '';
        position: absolute;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -5px;
        height: 12px;
        width: 12px;
        border-radius: 50%;
        border: 2px solid #dfdfdf;
        background-color: #f8f8f8;
        -webkit-transition: background-color 0.3s, border-color 0.3s;
        -moz-transition: background-color 0.3s, border-color 0.3s;
        -o-transition: background-color 0.3s, border-color 0.3s;
        transition: background-color 0.3s, border-color 0.3s; }
      .horizontal-timeline .events a:hover::after {
        background-color: #ff9848;
        border-color: #ff9848; }
      .horizontal-timeline .events a.selected {
        pointer-events: none; }
        .horizontal-timeline .events a.selected::after {
          background-color: #ff9848;
          border-color: #ff9848; }
        .horizontal-timeline .events a.selected::before {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          width: 20px;
          height: 20px;
          display: block;
          top: 28px;
          border-radius: 100%;
          border: 1px solid #ff9848;
          margin: 0 auto; }
      .horizontal-timeline .events a.older-event::after {
        border-color: #ff9848; }
  .horizontal-timeline .filling-line {
    /* this is used to create the green line filling the timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #ff9848;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }

@media only screen and (min-width: 1100px) {
  .horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop'; } }

.timeline-navigation {
  padding: 0;
  margin: 0;
  list-style: none; }

.timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s; }
  .timeline-navigation a::after {
    /* arrow icon */
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../img/cd-arrow.svg) no-repeat 0 0; }
  .timeline-navigation a.prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg); }
  .timeline-navigation a.next {
    right: 0; }
  .timeline-navigation a:hover {
    border-color: #ff9848; }
  .timeline-navigation a.inactive {
    cursor: not-allowed; }
    .timeline-navigation a.inactive::after {
      background-position: 0 -16px; }
    .timeline-navigation a.inactive:hover {
      border-color: #dfdfdf; }

.horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  -o-transition: height 0.4s;
  transition: height 0.4s;
  min-height:200px;
}
  .horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
    .horizontal-timeline .events-content li.selected {
      /* visible event content */
      position: relative;
      z-index: 2;
      opacity: 1;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }

.horizontal-timeline .events-content li.enter-right, .horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right; }

.horizontal-timeline .events-content li.enter-left, .horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left; }

.horizontal-timeline .events-content li.leave-right, .horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse; }

.horizontal-timeline .events-content li > * {
  margin: 0 auto; }

@media only screen and (min-width: 768px) {
  .horizontal-timeline .events-content h5 {
    font-size: 3rem;
    margin: 0; }
  .horizontal-timeline .events-content p {
    line-height: 1.8; } }

.horizontal-timeline .events-content em {
  margin-bottom: 1rem;
  /* padding-bottom: 1.5rem; */
  display: block;
  font-size: .9rem; }

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%); } }

@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%); } }

@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }

@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%); } }

@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%); } }

@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }

section.cta {
  position: relative;
  padding: 250px 0;
  background-image: url("../img/bg-cta.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  section.cta .cta-content {
    position: relative;
    z-index: 1; }
    section.cta .cta-content h2 {
      font-size: 50px;
      max-width: 450px;
      margin-top: 0;
      margin-bottom: 25px;
      color: white; }
    @media (min-width: 768px) {
      section.cta .cta-content h2 {
        font-size: 80px; } }
  section.cta .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }

/* The side navigation menu */
.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  left: 0;
  background-color: #fff;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 120px;
  /* Place content 60px from the top */
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */ }
  .sidenav .navbar-brand {
    position: absolute;
    top: 5px;
    left: 25px;
    padding: 8px 8px 8px 32px; }
  .sidenav .sidenav-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    padding: 15px;
    text-align: center; }
    .sidenav .sidenav-footer .sidenav-social {
      padding: 10px 0; }
      .sidenav .sidenav-footer .sidenav-social ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .sidenav .sidenav-footer .sidenav-social ul li {
          display: inline-block;
          padding: 0 15px 0 0; }
          .sidenav .sidenav-footer .sidenav-social ul li a {
            color: #666; }
            .sidenav .sidenav-footer .sidenav-social ul li a i:before {
              text-decoration: none;
              margin: 0;
              font-size: 14px; }
            .sidenav .sidenav-footer .sidenav-social ul li a:hover {
              text-decoration: none;
              color: #f1f1f1; }

/* The navigation menu links */
.sidenav ul.navbar-side-nav {
  padding: 0;
  margin: 0;
  list-style: none; }
  .sidenav ul.navbar-side-nav a {
    padding: 8px 8px 8px 20px;
    text-decoration: none;
    color: #666;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase; }
    .sidenav ul.navbar-side-nav a:hover {
      color: #f1f1f1; }

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1; }

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 36px;
  margin-left: 0;
  padding: 15px;
  padding-left: 22px;
  z-index: 999;
  color: #666;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none; }
  .sidenav .closebtn i:before {
    margin: 0;
    text-decoration: none; }

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }
  .sidenav a {
    font-size: 18px; } }

.menu-bars {
  margin-right: 15px;
  display: n;
  cursor: pointer;
  margin-left: 5px; }
  .menu-bars i:before {
    margin: 0;
    color: rgba(255, 255, 255, 0.7); }

#mainNav.navbar-shrink .menu-bars i:before {
  color: #222222; }

section.contact {
  text-align: center; }
  section.contact h2 {
    margin-top: 0;
    margin-bottom: 25px; }
    section.contact h2 i {
      color: #dd4b39; }
  section.contact ul.list-social {
    margin-bottom: 0; }
    section.contact ul.list-social li a {
      font-size: 40px;
      line-height: 80px;
      display: block;
      width: 80px;
      height: 80px;
      color: white;
      border-radius: 100%; }
    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 {
  padding: 25px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  background-color: #f8f8f8; }
  footer p {
    font-size: 12px;
    margin: 0; }
  footer ul {
    margin-bottom: 0; }
    footer ul li a {
      font-size: 12px;
      color: #666666; }
      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: #ff9848;
  background: -webkit-linear-gradient(#ff9848, #ff8a2f);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9848), to(#ff8a2f));
  background: -o-linear-gradient(#ff9848, #ff8a2f);
  background: linear-gradient(#ff9848, #ff8a2f); }

.text-primary {
  color: #ff9848; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.btn-outline {
  color: white;
  border: 1px solid;
  border-color: white; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
    color: white;
    border-color: #ff9848;
    background-color: #ff9848; }

.btn {
  border-radius: 300px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px; }

.btn-xl {
  font-size: 13px;
  padding: 15px 45px; }

.btn-primary {
  background-color: white;
  border-color: white !important;
  border: 1px solid;
  color: #ff9848; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    background-color: transparent;
    color: white;
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  background-color: transparent;
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none; }

.card {
  border: 0;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border-radius: 0; }
  .card .card-header {
    background: #ff9848;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #ff9848 0%, #4f5a77 59%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #ff9848 0%, #4f5a77 59%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(45deg, #ff9848 0%, #4f5a77 59%);
    background: linear-gradient(45deg, #ff9848 0%, #4f5a77 59%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9848', endColorstr='#4f5a77',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    border-radius: 0;
    border: none;
    padding: 0; }
    .card .card-header h5 a {
      color: #fff;
      text-decoration: none;
      padding: 20px 40px 20px 20px;
      display: block; }
      .card .card-header h5 a.collapsed:after {
        content: "\f101";
        display: inline-block;
        font-family: Flaticon;
        font-size: 14px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        z-index: 3;
        top: 20px;
        right: 20px;
        color: #FFF; }
      .card .card-header h5 a:after {
        content: "\f100";
        display: inline-block;
        font-family: Flaticon;
        font-size: 14px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        z-index: 3;
        top: 20px;
        right: 20px;
        color: #FFF; }
.footerlogo {
    height: 14px!important;
    position: relative;
    top: -2px;
    margin-left: 1px;
}
