.ease-all, a, header, nav li a, .cta-button, .cta-button img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

body {
  font-family: "Lato";
  color: #000;
  overflow-x: hidden;
}

/*Margins And Paddings*/
.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px !important;
}

a {
  color: #403b33;
}

a:hover, a:focus {
  outline: none;
  text-decoration: none;
  color: #797979;
}

.view-shadow {
  -webkit-box-shadow: 3px 4px 7.1px 2.9px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 4px 7.1px 2.9px rgba(0, 0, 0, 0.15);
}

.btn--orange {
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 12px;
  color: #fff;
  border-radius: 25px;
  border: 1px solid #f4551f;
  background: #f35121;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#f35121), to(#e62034));
  background: linear-gradient(to bottom, #f35121 0%, #e62034 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f35121', endColorstr='#e62034',GradientType=0 );
  /* IE6-9 */
}

.btn--orange:hover, .btn--orange:focus {
  text-decoration: none;
  color: #f4551f;
  background: transparent;
  border: 1px solid #f4551f;
}

.btn--transparent {
  text-transform: uppercase;
  padding: 10px 30px;
  font-size: 12px;
  color: #403b33;
  border-radius: 25px;
  border: 1px solid #f4551f;
}

.btn--transparent:hover {
  text-decoration: none;
  color: #403b33;
  background-color: #fff;
}

.title-h1 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 50px;
}

.title-h1 span {
  font-weight: 400;
}

.title-h2 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 30px;
}

.title-h2 span {
  font-weight: 400;
}

.title-h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
  text-align: left;
  display: block;
}

.title-h4 {
  font-size: 18px;
  font-weight: 400;
  display: block;
  text-align: left;
}

.paragraphs {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 30px;
}

.paragraphs ul {
  margin-top: 15px;
  padding-left: 30px;
}

.paragraphs ul li {
  color: #f4551f;
}

.paragraphs ul li span {
  color: #000;
}

.paragraphs-title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .flex {
    display: block;
  }
}

.changeColor {
  background-color: #fff;
  -webkit-box-shadow: 3px 4px 9.6px 0.4px rgba(0, 0, 0, 0.11);
          box-shadow: 3px 4px 9.6px 0.4px rgba(0, 0, 0, 0.11);
  border-bottom: 0;
}

header {
  position: fixed;
  width: 100%;
  z-index: 1000;
}

header .header__container {
  padding: 5px 30px;
  border-bottom: 1px solid #403b33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header__container ul {
  margin-bottom: 0;
}

header .header__container li {
  list-style: none;
  display: inline-block;
  margin-right: 30px;
  color: #403b33;
}

header .header__container li i {
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  header .header__container {
    padding: 10px 15px;
  }
}

header .header__address {
  font-family: "Lato";
  font-size: 16px;
}

@media only screen and (max-width: 1000px) {
  header .header__address {
    display: none;
    margin-top: 15px;
  }
  header .header__address ul {
    padding-left: 0;
  }
}

header img {
  width: 170px;
}

@media only screen and (max-width: 768px) {
  header img {
    width: 150px;
  }
}

@media only screen and (max-width: 768px) {
  header {
    padding-bottom: 15px;
  }
}

.events-info {
  padding-top: 200px;
  margin-bottom: 50px;
  background-size: cover;
  background-position: center;
}

#typed-title {
  min-height: 60px;
}

.header-info {
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-info .title__container {
  padding-top: 200px;
  padding-bottom: 150px;
}

.header-info .title__container a {
  margin-right: 15px;
}

@media only screen and (max-width: 768px) {
  .header-info .title__container {
    padding-top: 150px;
  }
}

.header-info .header__title {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 15px;
}

.header-info .header__title span {
  font-weight: 900;
}

.header-info .header__description {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 50px;
}

.header-info .header__cta div {
  display: inline-block;
  margin-bottom: 30px;
}

.header-background {
  background-image: url("../img/audit-header.jpg");
}

/*Navigation*/
.nav__container {
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  .nav__container {
    margin-top: -15px;
  }
}

nav {
  padding-left: 30px;
  padding-right: 30px;
}

nav ul {
  padding-left: 0;
}

nav li {
  list-style: none;
  display: inline-block;
  float: left;
  font-family: "Lato";
  font-size: 14px;
  margin-right: 15px;
  font-weight: 400;
}

nav li a {
  color: #403b33;
}

nav li a:hover, nav li a:focus {
  color: #979797;
  text-decoration: none;
}

nav .dropdown-nav {
  background-color: #fff;
  padding: 30px;
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 110px;
  z-index: 1000;
  -webkit-box-shadow: 3px 4px 9.6px 0.4px rgba(0, 0, 0, 0.17);
          box-shadow: 3px 4px 9.6px 0.4px rgba(0, 0, 0, 0.17);
}

nav .dropdown-nav li {
  float: none;
  display: block;
  margin-bottom: 3px;
  font-size: 13px;
  font-weight: 400;
}

nav .dropdown-nav li a {
  font-weight: 400;
  color: #959595;
}

nav .dropdown-nav li a:hover {
  color: #f4551f;
}

nav .dropdown-nav .li-group {
  margin-bottom: 6px;
  font-weight: 700;
  color: #f4551f;
}

nav .pointer:after {
  content: "";
  position: absolute;
  top: 28px;
  left: 15px;
  margin-left: -15px;
  width: 10px;
  height: 10px;
  margin: 0px auto;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #dcdcdc;
}

nav .dropdown-nav-small {
  width: initial;
  left: initial;
  min-width: 200px;
  padding: 20px;
}

nav .nav-languages {
  float: right;
}

@media only screen and (max-width: 768px) {
  nav {
    display: none;
  }
}

.dropdown-li {
  min-height: 40px;
}

.dropdown-li a {
  position: relative;
}

.navbar-vertical-line {
  border-left: 5px solid #dddddd;
  padding-left: 8px;
  margin-bottom: 15px;
}

.mega-menu {
  width: 100%;
}

.mega-menu__title {
  font-weight: 700;
  font-size: 14px;
  color: #959595;
  padding-bottom: 10px;
  border-left: 5px solid #f4551f;
  padding-left: 8px;
}

.mega-menu__title img {
  margin-right: 10px;
  width: 25px;
}

/*Mobile nav*/
.toggle-nav {
  display: none;
}

.toggle-nav img {
  width: 25px;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .toggle-nav {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .mega-menu__title {
    padding-left: 0px;
	}
}


.mobile-nav-container {
  display: none;
  position: absolute;
  width: 100%;
  min-height: 100vh;
}

.mobile-nav-overlay {
  width: 100%;
  min-height: 100vh;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 500;
  display: none;
}

.mobile-nav {
  background-color: #fff;
  position: absolute;
  width: 80%;
  max-width: 400px;
  height: 100%;
  z-index: 1000;
  overflow-y: scroll;
  padding-bottom: 100px;
}

.mobile-nav ul {
  padding-left: 0;
}

.mobile-nav li {
  list-style: none;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  padding-top: 10px;
}

.mobile-nav .li-group {
  margin-bottom: 5px;
  margin-top: 5px;
  font-weight: 700;
  color: #f4551f;
  border-bottom: none;
}

.mobile-nav .mega-menu__title {
  border: none;
  margin-bottom: 5px;
  padding-top: 5px;
}

.mobile-nav a {
  font-family: "Lato";
  font-weight: 700;
  font-size: 13px;
  color: #000;
}

.mobile-nav a:hover, .mobile-nav a:focus {
  text-decoration: none;
}

.panel-group .panel {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 0;
}

.panel-default .panel-heading {
  background-color: transparent;
  border-bottom: 1px solid #dcdcdc;
  border-radius: 0;
  padding: 12px 15px;
  font-weight: 700;
  font-size: 13px;
  color: #000;
  font-family: "Lato";
}

.panel-default .panel-heading span {
  float: right;
  margin-top: 8px;
}

.panel-body {
  border-bottom: 1px solid #dcdcdc;
}

.panel-body li a {
  font-family: "Lato";
  font-size: 13px;
  font-weight: 300;
  color: #959595;
}

/*About*/
.about {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../img/about.png");
  background-size: cover;
  background-position: center;
}

.about .about__icon {
  width: 100px;
  text-align: center;
}

.about .about__icon img {
  width: 70px;
}

.about .about__description {
  width: calc(100% - 100px);
}

.cta-button {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  text-align: right;
  margin-right: 5px;
}

.cta-button a {
  color: #000;
}

.cta-button a:hover, .cta-button a:focus {
  text-decoration: none;
  color: #797979;
}

.cta-button img {
  margin-left: 5px;
  width: 15px;
}

.cta-button:hover {
  margin-right: 0;
}

.cta-button:hover img {
  margin-left: 10px;
}

/*Video testimonials*/
.video-testimonial {
  padding-top: 30px;
  padding-bottom: 30px;
  background-size: cover;
  background-position: center;
}

.video-testimonial__title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4px;
}

.video-testimonial__subtitle {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.video-testimonial__play {
  text-align: center;
  margin-bottom: 15px;
}

.video-testimonial__play img {
  cursor: pointer;
}

.video-testimonial-background {
  background-image: url("../img/testimonials-bg1.jpg");
}

/*Testimonial from CPA*/
.testimonial {
  padding-top: 80px;
  padding-bottom: 80px;
}

.testimonial .testimonial__img {
  width: 140px;
  margin-bottom: 15px;
}

.testimonial .testimonial__img img {
  width: 100px;
}

@media only screen and (max-width: 768px) {
  .testimonial .testimonial__img {
    width: 100%;
    text-align: center;
  }
}

.testimonial .testimonial__description {
  width: calc(100% - 140px);
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
}

@media only screen and (max-width: 768px) {
  .testimonial .testimonial__description {
    width: 100%;
  }
}

.testimonial .testimonial__author {
  font-style: normal;
  text-align: right;
  margin-top: 15px;
  margin-bottom: 50px;
}

.testimonial .testimonial__author span {
  font-weight: 700;
}

.testimonial__paragraph {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 300;
}

.testimonial__cta {
  text-align: center;
  margin-top: 40px;
}

.features {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url("../img/features.jpg");
  background-size: cover;
  background-position: center;
}

.features .features__row {
  margin-bottom: 30px;
}

.features .features__img {
  width: 80px;
}

.features .features__img img {
  width: 50px;
  margin-bottom: 15px;
}

.features .features__text {
  width: calc(100% - 80px);
}

@media only screen and (max-width: 768px) {
  .features .features__text {
    width: 100%;
  }
}

.features .features__title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px;
}

.features .features__description {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 15px;
}

/*Call to action section*/
.cta {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url("../img/cta.jpg");
  background-size: cover;
  background-position: center;
}

.cta .cta__title {
  font-size: 24px;
  font-weight: 700;
}

.cta .cta__subtitle {
  font-size: 16px;
  font-weight: 300;
}

.cta .cta__button {
  margin-top: 20px;
}

/*Mockup*/
.product-screenshot {
  background-image: url("../img/mockup-back.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.product-screenshot__mockup {
  margin-top: 15px;
}

.product-slide-show-container {
  position: relative;
}

.product-screenshot-slideshow {
  width: 120%;
}

@media only screen and (max-width: 1300px) {
  .product-screenshot-slideshow {
    width: 100%;
  }
}

.owl-carousel.owl-loaded {
  width: 140%;
}

@media only screen and (max-width: 1300px) {
  .owl-carousel.owl-loaded {
    width: 100%;
  }
}

@media only screen and (min-width: 1300px) {
  .owl-carousel-left-mockup {
    margin-left: -180px;
  }
}

.owl-carousel {
  width: 140%;
}

@media only screen and (max-width: 1300px) {
  .owl-carousel {
    width: 100%;
  }
}

.owl-carousel .owl-item img {
  width: initial;
}

@media only screen and (max-width: 1300px) {
  .owl-carousel .owl-item img {
    width: 100%;
  }
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
}

.owl-dots {
  text-align: center;
  margin-left: -80px;
}

@media only screen and (max-width: 1300px) {
  .owl-dots {
    margin-left: 0;
  }
}

.owl-dot span {
  background: none repeat scroll 0 0 #f4551f;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}

.owl-dot span:hover, .owl-dot span:focus {
  background: none repeat scroll 0 0 #000;
}

.owl-dot.active span {
  background: none repeat scroll 0 0 #000;
}

/*Numbers*/
.numbers {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #3e4441;
}

.numbers .numbers__img {
  text-align: center;
  margin-bottom: 10px;
}

.numbers .numbers__img img {
  width: 40px;
}

.numbers .numbers__value {
  font-weight: 900;
  font-size: 36px;
  text-align: center;
  margin-bottom: 10px;
}

.numbers .numbers__text {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #979797;
  font-weight: 700;
  margin-bottom: 15px;
}

footer {
  padding-top: 50px;
  background-color: #fafafa;
}

footer .footer__about {
  margin-bottom: 20px;
}

footer .footer__about img {
  width: 100%;
  max-width: 170px;
}

footer .footer__text {
  font-size: 12px;
  font-weight: 300;
  color: #979797;
  margin-bottom: 15px;
}

footer .footer__text a {
  color: #f4551f;
}

footer .footer__menu {
  margin-bottom: 8px;
}

footer .footer__title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 40px;
}

footer .copyrights {
  background-color: #000;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
}

footer .footer__social {
  display: inline-block;
  margin-right: 5px;
}

footer .footer__social .footer__social-container {
  background-color: #efefef;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
}

footer .footer__social .footer__social-container i {
  margin-top: 8px;
  color: #959595;
}

footer .footer__social .footer__social-container:hover {
  background-color: #f35022;
}

footer .footer__social .footer__social-container:hover i {
  color: #fff;
}

.open {
  display: block;
}
/*# sourceMappingURL=style.css.map */