@font-face {
  font-family: 'chivoregular';
  src: url("fonts/chivo-regular-webfont.woff2") format("woff2"), url("fonts/chivo-regular-webfont.woff") format("woff"), url("fonts/chivo-regular-webfont.ttf") format("truetype"), url("fonts/chivo-regular-webfont.svg#chivoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'chivo_lightregular';
  src: url("fonts/chivo-light-webfont.woff2") format("woff2"), url("fonts/chivo-light-webfont.woff") format("woff"), url("fonts/chivo-light-webfont.ttf") format("truetype"), url("fonts/chivo-light-webfont.svg#chivo_lightregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'chivo_boldregular';
  src: url("fonts/chivo-bold-webfont.woff2") format("woff2"), url("fonts/chivo-bold-webfont.woff") format("woff"), url("fonts/chivo-bold-webfont.ttf") format("truetype"), url("fonts/chivo-bold-webfont.svg#chivo_boldregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'chivo_blackregular';
  src: url("fonts/chivo-black-webfont.woff2") format("woff2"), url("fonts/chivo-black-webfont.woff") format("woff"), url("fonts/chivo-black-webfont.ttf") format("truetype"), url("fonts/chivo-black-webfont.svg#chivo_blackregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

ul, h1, h2, h3, h4, h5, h6, p {
  margin: 0px;
  text-rendering: auto;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul, ol, li {
  list-style-type: none;
  padding: 0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #8e8e8e !important;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #8e8e8e !important;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #8e8e8e !important;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #8e8e8e !important;
}

body {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-family: 'font-regular', sans-serif;
  color: #ccc;
  background: #fff;
  -webkit-tap-highlight-color: transparent !important;
}

.container {
  max-width: 1200px;
}

header.header-light .navbar {
  background: white;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
}

header.header-light .navbar .navbar-brand {
  background: url("images/3p360-black.svg") no-repeat center;
}

header.header-light .navbar .navbar-nav .nav-link {
  color: #000;
  border-color: #000 !important;
}

header.header-light .navbar .navbar-nav .nav-btnf .nav-link {
  border: solid 2px #000;
}

header.header-light .navbar .navbar-nav .nav-link.active {
  color: #fdcb20;
}

@media (max-width: 1024px) {
  header.header-light .navbar {
    padding: 15px;
  }
  header.header-light .navbar .navbar-brand {
    width: 100px;
    height: 50px;
    background: url("images/3p360-black.svg") no-repeat center;
    background-size: 70px;
    padding: 0;
  }
}

.navbar {
  padding: 15px 100px;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navbar .navbar-brand {
  width: 130px;
  height: 90px;
  background: url("images/3p360-white.svg") no-repeat center;
}

.navbar .navbar-nav .nav-item:not(:last-child) {
  margin: 0 24px;
}

.navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 15px;
  font-family: "chivo_boldregular", Arial, Helvetica, sans-serif;
  padding: 0;
}

.navbar .navbar-nav .nav-item.nav-btn .nav-link {
  width: auto;
  min-width: 115px;
  padding: 0 10px;
  height: 42px;
  line-height: 38px;
  border-radius: 5px;
  border: solid 2px #ffffff;
  text-align: center;
  margin-left: 24px;
}

.navbar .navbar-nav .nav-item.active .nav-link {
  color: #000;
}

@media (max-width: 1024px) {
  .navbar {
    padding: 15px;
  }
  .navbar .navbar-nav .nav-item:not(:last-child) {
    margin: 0 15px;
  }
  .navbar .navbar-brand {
    width: 100px;
    height: 50px;
    background: url("images/3p360-white.svg") no-repeat center;
    background-size: 70px;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .navbar {
    padding: 15px;
    background: #fff;
  }
  .navbar .navbar-brand {
    width: 100px;
    height: 50px;
    background: url("images/3p360-black.svg") no-repeat center;
    background-size: 70px;
    padding: 0;
  }
  .navbar .navbar-nav .nav-item:not(:last-child) {
    margin: 5px 0;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    color: #000;
  }
  .navbar .navbar-nav .nav-item .nav-link.nav-btn {
    margin: 0;
  }
  .navbar .navbar-toggler {
    border: 0;
    margin-right: 10px;
  }
  .navbar .navbar-toggler:focus {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.main-banner {
  width: 100%;
  height: 100vh;
  background: #fdcb20;
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-banner .banner-text {
  padding-left: 100px;
  width: 600px;
}

.main-banner .banner-text h1 {
  font-size: 37px;
  color: #fff;
  font-family: "chivo_boldregular", Arial, Helvetica, sans-serif;
  max-width: 540px;
}

.main-banner .banner-text p {
  font-size: 17px;
  color: #fff;
  margin: 10px 0 25px 0;
}

.main-banner .banner-text a {
  min-width: 208px;
  width: auto;
  height: 57px;
  line-height: 57px;
  border-radius: 5px;
  background: #000000;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  font-family: "chivo_boldregular", Arial, Helvetica, sans-serif;
}

.main-banner .banner-image {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  top: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  width: calc(100% - 600px);
}
.main-banner .banner-image.banner-sm {
  display: none;
}
.main-banner .banner-image img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 768px) {
  .main-banner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 50px 15px 0 15px;
  }
  .main-banner .banner-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .main-banner .banner-text h1 {
    max-width: 100%;
  }
  .main-banner .banner-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: none;
  }
  .main-banner .banner-image.banner-sm {
    display: block;
    text-align: center;
  }
  .main-banner .banner-image img {
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .main-banner .banner-image img {
    max-width: 290px;
  }
  .main-banner .banner-text h1 {
    font-size: 25px;
  }
}

.col-image {
  width: 100%;
  margin-top: 40px;
}

.col-image img {
  max-width: 100%;
}

.content-section h2 {
  font-size: 41px;
  font-family: "chivo_boldregular", Arial, Helvetica, sans-serif;
  color: #000;
}

.content-section h3 {
  font-size: 20px;
  font-family: "chivo_boldregular", Arial, Helvetica, sans-serif;
  color: #000;
}

.content-section p {
  font-size: 16px;
  color: #595959;
  line-height: 24px;
}

@media (max-width: 768px) {
  .content-section h2 {
    font-size: 28px;
  }
  .content-section h3 {
    font-size: 16px;
  }
  .content-section p {
    font-size: 14px;
  }
}

.content-section.features-section {
  width: 100%;
  padding: 63px 0 0 0;
}

.content-section.features-section h2 {
  margin-bottom: 40px;
}

.content-section.features-section h3 {
  margin-bottom: 15px;
}

.content-section.features-section p {
  padding-right: 33px;
}

@media (max-width: 768px) {
  .content-section.features-section {
    padding: 30px 0 0 0;
  }
  .content-section.features-section p {
    padding-right: 0;
    margin-bottom: 25px;
  }
  .content-section.features-section h3 {
    margin-bottom: 10px;
  }
  .content-section.features-section h2 {
    margin-bottom: 20px;
  }
}

.content-section.story-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 0;
  background: #f8f8f8;
}

.content-section.story-section .image-wrapper {
  width: 453px;
}

.content-section.story-section .image-wrapper img {
  max-width: 100%;
}

.content-section.story-section .content-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding-left: 96px;
}

.content-section.story-section h2 {
  margin-bottom: 45px;
}

.content-section.story-section h3 {
  margin-bottom: 12px;
}

.content-section.story-section p {
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .content-section.story-section {
    padding: 30px 0;
  }
  .content-section.story-section .image-wrapper {
    width: 300px;
    margin-bottom: 30px;
  }
  .content-section.story-section p {
    margin-bottom: 25px;
  }
  .content-section.story-section h3 {
    margin-bottom: 10px;
  }
  .content-section.story-section h2 {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .content-section.story-section .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content-section.story-section .image-wrapper {
    width: 100%;
  }
  .content-section.story-section .content-wrapper {
    width: 100%;
    padding-left: 0;
  }
}

.content-section.price-section {
  padding: 125px 0 60px 0;
  background: #fdcb20;
}

.content-section.price-section .price-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1065px;
  padding: 0 15px;
  max-width: 100%;
  margin: 0 auto;
}

.content-section.price-section .price-cards .card {
  padding: 37px 40px 52px 40px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08), 0 2px 12px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08), 0 2px 12px 0 rgba(0, 0, 0, 0.08);
  border: solid 1px #ffc800;
  background: #ffffff;
  width: 30.375%;
  color: #000;
  height: calc(100% - 35px);
}

.content-section.price-section .price-cards .card h3 {
  font-size: 28px;
  font-family: "chivo_lightregular", Arial, Helvetica, sans-serif;
  text-align: center;
  margin-bottom: 20px;
}

.content-section.price-section .price-cards .card .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.content-section.price-section .price-cards .card .price span {
  font-size: 21px;
  opacity: 0.8;
  margin-top: 20px;
}

.content-section.price-section .price-cards .card .price p {
  font-size: 90px;
  font-family: "chivo_lightregular", Arial, Helvetica, sans-serif;
  margin: 0;
  color: #000;
  opacity: 0.8;
  line-height: normal;
}

.content-section.price-section .price-cards .card .price em {
  font-style: normal;
  margin-top: auto;
  margin-bottom: 20px;
  color: #292828;
  font-size: 14px;
  font-family: "chivoregular", Arial, Helvetica, sans-serif;
}

.content-section.price-section .price-cards .card .price img:not(:first-child) {
  position: absolute;
  bottom: 0;
  right: 57px;
}

.content-section.price-section .price-cards .card strong {
  font-size: 14px;
  font-family: "chivo_boldregular", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-align: center;
  margin-top: 15px;
  width: 100%;
  text-align: center;
  display: block;
  color: #000;
}

.content-section.price-section .price-cards .card ul {
  margin-top: 30px;
  padding-left: 35px;
}

.content-section.price-section .price-cards .card ul li {
  font-size: 16px;
  padding: 6px 0 6px 33px;
  background: url("images/verified.svg") no-repeat center left;
  background-size: 16px;
  position: relative;
}

.content-section.price-section .price-cards .card ul li:last-child {
  display: inline-block;
}

.content-section.price-section .price-cards .card ul li:last-child:after {
  content: '';
  position: absolute;
  right: -45px;
  bottom: 14px;
  width: 45px;
  height: 42px;
  background: url("images/coming-soon.png") no-repeat center left;
}

.content-section.price-section .price-cards .card:first-child {
  position: relative;
  right: -5px;
}

.content-section.price-section .price-cards .card:last-child {
  position: relative;
  left: -5px;
}

.content-section.price-section .price-cards .card.card-large {
  width: 39.25%;
  position: relative;
  z-index: 1;
  padding-bottom: 92px;
  top: -35px;
  height: auto;
}

.content-section.price-section .plan-description {
  text-align: center;
  margin: 50px auto 0 auto;
  width: 805px;
  padding: 0 15px;
  max-width: 100%;
}

.content-section.price-section .plan-description h4 {
  font-size: 28px;
  color: #685105;
  font-family: "chivo_boldregular", Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
}

.content-section.price-section .plan-description p {
  font-size: 18px;
  color: #856908;
  line-height: 24px;
  margin-bottom: 40px;
}

.content-section.price-section .plan-description a {
  min-width: 208px;
  width: auto;
  height: 57px;
  line-height: 57px;
  border-radius: 5px;
  background: #685105;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  font-family: "chivo_boldregular", Arial, Helvetica, sans-serif;
}

.content-section.price-section .plan-description span {
  display: block;
  width: 100%;
  margin-top: 15px;
  font-size: 16px;
  color: #856908;
}

@media (max-width: 768px) {
  .content-section.price-section .price-cards .card {
    padding: 37px 22px 52px 22px;
  }
  .content-section.price-section .price-cards .card ul {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .content-section.price-section {
    padding: 30px 0;
  }
  .content-section.price-section .price-cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content-section.price-section .price-cards .card {
    width: 100%;
    height: auto;
    padding: 30px;
  }
  .content-section.price-section .price-cards .card:not(:last-child) {
    margin-bottom: 20px;
  }
  .content-section.price-section .price-cards .card.card-large {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    top: 0;
    padding: 30px;
  }
  .content-section.price-section .price-cards .card:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    right: 0;
  }
  .content-section.price-section .price-cards .card:last-child {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    left: 0;
  }
  .content-section.price-section .plan-description h4 {
    font-size: 20px;
  }
  .content-section.price-section .plan-description p, .content-section.price-section .plan-description span {
    font-size: 14px;
  }
}

.content-section.question-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 96px 0;
}

.content-section.question-section .contact-form {
  width: 656px;
  margin-left: calc((100% - 1170px) / 2);
  padding-right: 200px;
}

.content-section.question-section .contact-form h3 {
  font-size: 34px;
  margin-bottom: 50px;
}

.content-section.question-section .contact-form .form-group {
  padding-bottom: 20px;
  margin: 0;
}

.content-section.question-section .contact-form .form-group textarea.form-control {
  height: 120px;
  padding-top: 20px;
}

.content-section.question-section .contact-form .form-control {
  height: 50px;
  border-radius: 6px;
  background-color: #f8f8f8;
  border: 0;
  font-size: 15px;
  padding: 10px 24px;
  resize: none;
}

.content-section.question-section .contact-form span.wpcf7-not-valid-tip {
  padding: 10px 24px;
  font-size: small;
}


.content-section.question-section .contact-form .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.content-section.question-section .contact-form .btn {
  min-width: 208px;
  width: auto;
  height: 57px;
  line-height: 57px;
  border-radius: 5px;
  background: #fdcb20;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  font-family: "chivo_boldregular", Arial, Helvetica, sans-serif;
  padding: 0;
  border: 0;
  margin-top: 33px;
}

.content-section.question-section .contact-form .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 1024px) {
  .content-section.question-section .contact-form {
    width: 470px;
    margin-left: 0;
    padding-right: 60px;
  }
}

@media (max-width: 767px) {
  .content-section.question-section .contact-form {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}

.content-section.question-section .contact-details {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  background-color: #fff6d6;
  padding: 57px 0;
}

.content-section.question-section .contact-details .contact-col {
  width: 100%;
  position: relative;
  padding-left: 74px;
  height: 79px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-section.question-section .contact-details .contact-col span {
  width: 100%;
  font-size: 15px;
  color: #000;
  margin-bottom: 3px;
  display: block;
}

.content-section.question-section .contact-details .contact-col p {
  width: 100%;
  font-size: 21px;
  font-family: "chivo_boldregular", Arial, Helvetica, sans-serif;
  color: #000;
}

.content-section.question-section .contact-details .contact-col:not(:last-child) {
  margin-bottom: 53px;
}

.content-section.question-section .contact-details .contact-col:after {
  content: "";
  width: 79px;
  height: 79px;
  border-radius: 12px;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.07);
  position: absolute;
  left: -25px;
  top: 0;
}

.content-section.question-section .contact-details .contact-col.email:after {
  background: url("images/email-icon.svg") no-repeat center #fdcb20;
}

.content-section.question-section .contact-details .contact-col.phone:after {
  background: url("images/phone-icon.svg") no-repeat center #fdcb20;
}

.content-section.question-section .contact-details .contact-col.address:after {
  background: url("images/address-icon.svg") no-repeat center #fdcb20;
}

@media (max-width: 1024px) {
  .content-section.question-section {
    padding: 96px 15px;
  }
  .content-section.question-section .contact-details {
    border-radius: 16px;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 25px;
  }
  .content-section.question-section .contact-details .contact-col p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .content-section.question-section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 15px;
  }
}

footer {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
  background: #000;
}

footer p {
  margin: 0;
  color: #fff;
  font-size: 13px;
}


/*# sourceMappingURL=style.css.map */