@font-face {
  font-family: 'Conv_Proxima Nova Bold';
  src: url('../fonts/Proxima Nova Bold.eot');
  src: local('☺'), url('../fonts/Proxima Nova Bold.woff') format('woff'), url('../fonts/Proxima Nova Bold.ttf') format('truetype'), url('../fonts/Proxima Nova Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_Proxima Nova Regular';
  src: url('../fonts/Proxima Nova Regular.eot');
  src: local('☺'), url('../fonts/Proxima Nova Regular.woff') format('woff'), url('../fonts/Proxima Nova Regular.ttf') format('truetype'), url('../fonts/Proxima Nova Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0;
  color: #000;
  font: 18px/30px 'Conv_Proxima Nova Regular', Arial, Helvetica, sans-serif;
  background: #1a1a28;
  color: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}
img {
  border-style: none;
}
a {
  text-decoration: underline;
  color: #184583;
  outline: none;
  transition: 0.3s ease-in-out;
}
:hover {
  text-decoration: none;
}
:visited {
  color: #0b88ff;
}
p {
  margin: 0 0 10px;
}
input,
textarea,
select {
  font: 100% 'Conv_Proxima Nova Regular', Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #a1a1a4;
}
form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}
q {
  quotes: none;
}
q:before {
  content: '';
}
q:after {
  content: '';
}
header,
footer,
article,
section,
hgroup,
nav,
figure,
aside {
  display: block;
}
figure {
  margin: 0;
  padding: 0;
}
input[type=submit] {
  cursor: pointer;
}
input[type=emal] {
  -webkit-appearance: caret;
}
input[type=email],
input[type=tel],
input[type=text],
input[type=password],
input[type=file],
input[type=submit],
textarea {
  -webkit-appearance: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
}
.transition {
  transition: 0.3s ease-in-out;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.wrapper-holder {
  width: 100%;
  overflow: hidden;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.wrapper {
  max-width: 1230px;
  margin: 0 auto;
  padding-left: 64px;
  padding-right: 64px;
}
h1 {
  font-family: 'Conv_Proxima Nova Bold', Arial, Helvetica, sans-serif;
  font-size: 50px;
  line-height: 60px;
  margin: 0 0 40px;
  color: #fff;
}
h2 {
  font-family: 'Conv_Proxima Nova Bold', Arial, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 50px;
  margin: 0 0 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}
h2.no-margin {
  margin-bottom: 0;
}
.main-container {
  background: url(../img/img.png) no-repeat 50% 0;
  background-size: cover;
  padding: 79px 0 131px;
  position: relative;
}
.main-container .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-container .img-holder {
  width: 45%;
  order: 1;
}
.main-container .description {
  width: 52%;
}
.main-container p {
  margin-bottom: 30px;
  max-width: 570px;
  font-size: 22px;
  line-height: 32px;
}
.main-container .btn-scroll {
  text-decoration: none;
  color: #fff;
  padding-bottom: 28px;
  position: absolute;
  bottom: 22px;
  left: 50%;
  font-size: 18px;
  transform: translate(-50%, 0);
}
.main-container .btn-scroll:after {
  position: absolute;
  content: '';
  background: url(../img/ic-arrow-down@3x.png) no-repeat 50% 0;
  background-size: 100% 100%;
  width: 21px;
  height: 14px;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
}
.logo {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 22px;
  font-family: 'Conv_Proxima Nova Bold', Arial, Helvetica, sans-serif;
  text-decoration: none;
  margin-bottom: 15px;
}
.logo img {
  display: inline-block;
  margin-right: 18px;
}
.logo .logo-title {
  margin-left: 7px;
}
.featured-section {
  background: #29293e;
  padding: 97px 0;
}
.featured-section h2 {
  line-height: 32px;
  margin-bottom: 70px;
}
.featured-section .info {
  text-align: center;
  display: block;
  font-size: 18px;
  margin-bottom: 70px;
}
.featured {
  list-style: none;
  padding: 0;
  margin: 0 0 55px;
  text-align: center;
  line-height: 21px;
}
.featured li {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 30%;
  padding: 0 15px;
}
.featured .icon {
  display: none;
}
.featured .number {
  display: block;
  font-size: 45px;
  line-height: 48px;
  margin-bottom: 24px;
  font-family: 'Conv_Proxima Nova Bold', Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.featured .heading {
  display: block;
  font-size: 24px;
  line-height: 28px;
  font-family: 'Conv_Proxima Nova Bold', Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.featured p {
  max-width: 225px;
  margin: 0 auto;
}
.aligncenter {
  text-align: center;
}
.testimonials-area {
  padding: 100px 0;
  background: #29293e;
}
.testimonials {
  line-height: 28px;
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 70px 0 0;
  margin: 0 auto;
  max-width: 1126px;
}
.testimonials li {
  width: 31.5%;
  background: #1a1a28;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 30px 30px 18px;
}
.testimonials .heading {
  font-family: 'Conv_Proxima Nova Bold', Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 40px;
  margin: 0 0 19px;
  display: block;
  font-weight: 700;
}
.core-features-area {
  padding: 100px 0;
}
.core-features {
  line-height: 28px;
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 70px 0 0;
  margin: 0 auto;
  max-width: 1126px;
}
.core-features li {
  width: 24%;
  background: #29293e;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 30px 15px 18px;
}
.core-features .heading {
  position: relative;
  font-family: 'Conv_Proxima Nova Bold', Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 34px;
  margin: 0 0 19px;
  padding-left: 60px;
  display: block;
  font-weight: 700;
}
.core-features .heading img {
  position: absolute;
  left: 0;
  max-width: 44px;
  top: calc(50% - 22px);
}
.rating {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}
.rating li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
  border-radius: none;
  background: url(../img/ic-star.png) no-repeat;
  background-size: 100% 100%;
  width: 25px;
  height: 23px;
  border-radius: 0;
}
.rating li:last-child {
  margin: 0;
}
.cta-area {
  background-image: linear-gradient(to bottom, #ffbd67, #ff0943);
  text-align: center;
  color: #fff;
  padding: 31px 0 25px;
}
.cta-area .heading {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  font-family: 'Conv_Proxima Nova Bold', Arial, Helvetica, sans-serif;
  display: block;
  margin-bottom: 20px;
}
.cta-area .heading span {
  display: block;
}
.faq {
  background: #1a1a28;
  padding: 110px 0;
}
.faq .heading {
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 25px;
}
.faq .section-text {
  width: 73%;
  margin: 0 auto 70px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.faq .faq-items .faq-item {
  background: #1a1a28;
  border: 2px solid #3d3d5f;
  padding: 30px 40px;
  border-radius: 20px;
  transition: 0.3s;
  margin-bottom: 20px;
}
.faq .faq-items .faq-item .faq-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.67;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding-right: 25px;
  position: relative;
}
.faq .faq-items .faq-item .faq-title:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  background: url("../img/ic-arrow-down@3x.png") no-repeat;
  background-size: contain;
  display: block;
  width: 20px;
  height: 12px;
}
.faq .faq-items .faq-item .faq-description {
  padding-top: 30px;
  font-size: 18px;
  line-height: 1.53;
  text-align: left;
  color: #ffffff;
  transition: max-height 1s ease-out;
  display: none;
}
.faq .faq-items .faq-item.open {
  background: #29293e;
  border-color: #29293e;
}
.faq .faq-items .faq-item.open .faq-title:after {
  transform: rotate(180deg);
}
.faq .faq-items .faq-item:hover {
  background: #29293e;
}
#footer {
  padding: 21px 0;
}
#footer .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1180px;
}
#footer .logo {
  width: 30%;
  font-size: 18px;
  margin: 0;
}
#footer .logo img {
  width: 51px;
  height: 51px;
}
#footer .footer-menu {
  width: 30%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .footer-menu li {
  display: inline-block;
}
#footer .footer-menu li a {
  display: block;
  text-decoration: none;
  color: white;
}
#footer .lang-switcher-container .lang-switcher {
  max-width: 70px;
  position: relative;
}
#footer .lang-switcher-container .lang-switcher .current-lang {
  text-decoration: none;
  font-weight: 600;
  color: #eee;
}
#footer .lang-switcher-container .lang-switcher .popup {
  padding: 10px 5px;
  position: absolute;
  bottom: 40px;
  left: -5px;
  z-index: 9;
  font-size: 15px;
  line-height: 26px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25), 0 30px 60px -30px rgba(0, 0, 0, 0.3), 0 -18px 60px -10px rgba(0, 0, 0, 0.025);
  box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25), 0 30px 60px -30px rgba(0, 0, 0, 0.3), 0 -18px 60px -10px rgba(0, 0, 0, 0.025);
  pointer-events: none;
  transform-origin: 0 100%;
  opacity: 0;
  will-change: transform,opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
#footer .lang-switcher-container .lang-switcher .popup:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 30px;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 20px 0 3px 0;
  background: #fff;
}
#footer .lang-switcher-container .lang-switcher .popup ul {
  padding: 0;
  margin: 0;
}
#footer .lang-switcher-container .lang-switcher .popup ul li {
  text-align: left;
  list-style: none;
  width: 100%;
}
#footer .lang-switcher-container .lang-switcher .popup ul li a {
  text-align: left;
  text-decoration: none;
  padding: 0 15px;
  border-radius: 4px;
  display: block;
  line-height: 36px;
  -webkit-transition: color 0.1s, background-color 0.1s;
  transition: color 0.1s, background-color 0.1s;
}
#footer .lang-switcher-container .lang-switcher .popup ul li a:hover {
  background: #eee;
}
#footer .lang-switcher-container .lang-switcher .popup ul.optionList {
  color: #525f7f;
  white-space: nowrap;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .lang-switcher-container .lang-switcher .popup ul.optionList .selected {
  font-weight: 600;
  color: #32325d;
}
#footer .lang-switcher-container .lang-switcher .popup ul.optionList .selected > span:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: -2px;
  margin: 0 6px 0 -2px;
  background: url(../img/checkmark.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
#footer .lang-switcher-container .lang-switcher .popup.open {
  opacity: 1;
  pointer-events: auto;
}
.copyright {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}
.tablet-visible {
  display: none !important;
}
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  background: #363656;
  margin: 0 5px;
  width: 11px;
  height: 11px;
}
.owl-dots .owl-dot.active {
  background-image: linear-gradient(56deg, #ff3f68, #fdaf49);
}
@media only screen and (max-width: 1024px) {
  body {
    padding-bottom: 120px;
  }
  .testimonials .owl-item > li {
    width: auto;
    min-height: 430px;
  }
  .core-features .owl-item > li {
    width: auto;
    min-height: 260px;
  }
  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .main-container {
    padding-top: 130px;
    padding-bottom: 60px;
    background-position: 71% 0;
  }
  .main-container .wrapper {
    display: block;
    text-align: center;
  }
  .main-container .img-holder,
  .main-container .description {
    width: auto;
  }
  .main-container .img-holder img {
    max-width: 508px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .main-container .description {
    margin-bottom: 30px;
    max-width: 530px;
    margin: 0 auto 30px;
  }
  .main-container .logo {
    position: absolute;
    top: 30px;
    left: 30px;
  }
  .main-container .logo span {
    display: none;
  }
  .main-container .logo span.logo-title {
    display: inline;
    margin-left: 0;
  }
  .main-container .btn-scroll {
    display: none;
  }
  h1 {
    font-size: 45px;
    line-height: 60px;
  }
  h2 {
    font-size: 34px;
    line-height: 50px;
  }
  .featured-section .info {
    font-size: 20px;
  }
  .featured {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
  }
  .featured li {
    display: inline-block;
    width: 48%;
    box-sizing: border-box;
    width: auto;
    margin-bottom: 50px;
    text-align: center;
  }
  .featured .number {
    font-size: 49px;
  }
  .featured .heading {
    font-size: 26px;
  }
  #footer .wrapper {
    display: block;
    text-align: center;
  }
  #footer .info {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
  }
  #footer .logo {
    width: auto;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
  }
  #footer .logo img {
    width: auto;
    height: auto;
  }
  #footer .footer-menu {
    width: auto;
  }
  .tablet-hidden {
    display: none !important;
  }
  .tablet-visible {
    display: inline-block !important;
    vertical-align: top;
  }
  .testimonials-area,
  .core-features-area {
    padding-bottom: 50px;
  }
  .testimonials .owl-dots,
  .core-features .owl-dots {
    padding-top: 50px;
  }
  .logo {
    font-size: 20px;
  }
  footer .lang-switcher-container {
    text-align: center;
  }
  footer .lang-switcher-container .lang-switcher {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .logo {
    font-size: 18px;
  }
  h1 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  h2 {
    font-size: 24px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .featured-section .info {
    font-size: 18px;
  }
  .featured li {
    margin-bottom: 40px;
  }
  .main-container {
    padding-top: 80px;
  }
  .main-container .logo {
    top: 15px;
    left: 0;
    right: 0;
    width: 35px;
    margin: 0 auto;
  }
  .main-container .logo img {
    width: 60px;
    height: auto;
    margin-right: 0;
  }
  .main-container .logo span.logo-title {
    display: none;
  }
  .main-container p {
    font-size: 18px;
    line-height: 28px;
  }
  .featured-section {
    padding: 50px 0;
  }
  .featured-section h2 {
    margin-bottom: 40px;
  }
  .featured-section .info {
    margin-bottom: 40px;
  }
  .featured {
    font-size: 18px;
    line-height: 29px;
    margin: 0 0 25px;
  }
  .featured .icon {
    display: block;
    margin-bottom: 5px;
  }
  .featured .number {
    display: inline-block;
    font-size: 20px;
    line-height: 40px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .featured .heading {
    font-size: 20px;
    line-height: 40px;
    display: inline-block;
    margin-bottom: 5px;
  }
  .testimonials-area,
  .core-features-area {
    padding: 50px 0;
  }
  .testimonials,
  .core-features {
    padding-top: 20px;
  }
  .testimonials .heading,
  .core-features .heading {
    font-size: 20px;
    line-height: 40px;
  }
  .core-features .heading {
    line-height: 30px;
  }
  .cta-area .heading {
    font-size: 24px;
    line-height: 34px;
  }
  .cta-area .heading span {
    display: inline;
  }
  .testimonials .owl-item > li {
    width: auto;
    min-height: 320px;
  }
  .core-features .owl-item > li {
    width: auto;
    min-height: 260px;
  }
  .faq {
    padding: 50px 0;
  }
  .faq .heading {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .faq .section-text {
    width: 100%;
    margin: 0 auto 30px;
    font-size: 14px;
    line-height: 20px;
  }
  .faq .faq-items .faq-item {
    padding: 15px 20px;
    border-radius: 20px;
    margin-bottom: 15px;
  }
  .faq .faq-items .faq-item .faq-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }
  .faq .faq-items .faq-item .faq-description {
    padding-top: 20px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 370px) {
  .cta-area .heading {
    font-size: 21px;
    line-height: 37px;
  }
  #footer .logo {
    font-size: 15px;
  }
}
::-webkit-input-placeholder {
  color: #87692c;
}
:-moz-placeholder {
  color: #87692c;
}
::-moz-placeholder {
  color: #87692c;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #87692c;
}
:focus::-webkit-input-placeholder {
  color: transparent;
}
:focus::-moz-placeholder {
  color: transparent;
}
:focus:-moz-placeholder {
  color: transparent;
}
:focus:-ms-input-placeholder {
  color: transparent;
}
::-webkit-input-placeholder {
  color: #000;
}
:-moz-placeholder {
  color: #000;
}
::-moz-placeholder {
  color: #000;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #000;
}
ol {
  margin: 0 0 30px;
  padding: 0;
  color: #fff;
  width: 100%;
  overflow: hidden;
  counter-reset: item;
}
ol ol {
  margin: 0;
}
ol li {
  padding: 0 0 0 30px;
}
ol > li {
  margin-bottom: 10px;
}
ol li:before,
ol .num {
  float: left;
  width: 30px;
  margin: 0 0 0 -30px;
  color: #fff;
  content: counters(item, ".") ". ";
  counter-increment: item;
}
ol ol li:before,
ol ol .num {
  width: 40px;
}
.latin li:before {
  content: counter(item, lower-latin);
}
.upper-latin li:before {
  content: counter(item, upper-latin);
}
.lower-roman li:before {
  content: counter(item, lower-roman);
}
.upper-roman li:before {
  content: counter(item, upper-roman);
}
.mobile-get-button {
  position: fixed;
  bottom: 20px;
  left: 10px;
  right: 10px;
  background: #020024;
  background: linear-gradient(180deg, #020024 0%, #ffac64 0%, #ff294a 100%);
  border-radius: 15px;
  display: none;
  transform: translateZ(0);
  transition: all 0.15s ease;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 10;
  padding: 25px 10px;
  text-decoration: none;
  color: white;
}
.mobile-get-button .button-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 10px;
}
.mobile-get-button .button-container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.mobile-get-button .button-container .button-title {
  display: block;
  font-size: 20px;
  line-height: 18px;
  color: #fff;
}
.mobile-get-button .button-container .button-text {
  display: block;
  font-size: 15px;
  line-height: 21px;
  margin-top: 6px;
}
.mobile-get-button .button-container .button-get {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  background: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  color: #212121;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 20px;
  border-radius: 15px;
  margin-left: 10px;
}
.mobile-get-button.show {
  display: flex;
}
