/*
Theme Name: Leaselock
Author: Ron Z
Description: A custom WordPress Theme for Leaselock.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/

/**

 * ======================================================================================

 *									Generic Css

 * =======================================================================================

 */
@import url("https://use.typekit.net/gzw3own.css");

html {
	box-sizing: border-box;
	font-size: 16px;
	height: 100%;
}

*, 
*:before, 
*:after {
  box-sizing: inherit;
}

body {
  background: #fff;
  font-family: "europa", sans-serif;
  font-size: 16px;
  color: #182b3f;
  font-weight: normal;
  line-height: 1.75em;
}

a {
  text-decoration: none;
  transition: all 0.5s ease;
}

a:hover {
  text-decoration: none;
  color: #ffa544;
}

img,
svg {
  height: auto;
  max-width: 100%;
}

iframe {
  height: inherit;
  max-width: 100%;
  outline: none !important;
}

header,
section,
footer,
article {
  width: 100%;
}

.accessibility {
  backface-visibility: hidden;
  left: -999999999px;
  position: absolute;
}

.site-btn {
  padding: 0.6em 1.5em;
  color: #fff;
  background: #ffa43b;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
  border-radius: 99px;
  font-weight: bold;
  display: inline-block;
  transition: all 320ms ease;
  border: 2px solid transparent;
  font-size: 1.125rem;
  font-weight: 700;
}

.site-btn:hover {
  border-color: #ffa43b;
  color: #ffa43b;
  background-color: #fff;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}

h1, 
.h1-title {
  font-size: 3rem;
  font-weight: 700;
}

h2,
.h2-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin: 0 0 0.9rem;
}

h3 {
  font-weight: 700;
}

h4 {
  font-weight: 700;
  line-height: 2rem;
}

h6 {
  font-weight: 700;
}

p.text-medium {
  font-size: 1rem;
}

p.text-small {
  font-size: 0.875rem;
}

p {
  font-size: 1.125rem;
}

.no-style {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.no-style li {
  list-style-type: none;
}

/**

 * ======================================================================================

 *									Home page

 * =======================================================================================

 */

.home-hero {
	min-height: 825px;
	padding: 215px 0 200px;
	position: relative;
	z-index: 32;
}

.home-hero.active {
	z-index: 100;
}

.home-hero .hero-animated {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  z-index: -1;
}

.home-hero p {
  margin-bottom: 2.2rem !important;
}

.home-hero.active .box-content {
	display: none;
}

.home-hero .box-content .site-btn.show-video {
    line-height: 125%;
    padding: 15px 25px 15px 50px;
    position: relative;
}

.home-hero .box-content .site-btn.show-video:before {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 18px solid rgba(255, 255, 255, 0.5);
	content: '';
	height: 0;
	left: 22px;
	position: absolute;
	top: 16px;
	width: 0;
}

.home-hero .box-content .site-btn.show-video:hover:before {
	border-left: 18px solid #ffa43b;
}

.home-hero .box-video {
	display: none;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	width: 660px;
}

.home-hero.active .box-video:before {
	background-color: rgba(0, 0, 0, 0.5);
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 990;
}

.home-hero.active .box-video {
	display: block;
}

.home-hero .box-video .icon-close {
    background-color: #333;
    border-radius: 50%;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    z-index: 992;
}

.home-hero .box-video .icon-close:before, .home-hero .box-video .icon-close:after {
	background-color: #fff;
	content: '';
	display: block;
	height: 20px;
	left: 14px;
	position: absolute;
	top: 5px;
	width: 2px;
}

.home-hero .box-video .icon-close:before {
	transform: rotate(-45deg);
}

.home-hero .box-video .icon-close:after {
	transform: rotate(45deg);
}

.home-hero .box-video video {
	display: block;
	margin: 0 auto;
	outline: none;
	position: relative;
	width: 100%;
	z-index: 991;
}

/**/

.appart-enrolled {
  padding: 90px 0 42px;
}

.appart-enrolled .row {
  padding-top: 50px;
}

.appart-enrolled .row img {
  margin: 0 10px 20px;
}

.testimonial-slider {
  padding: 47px 0 0;
  position: relative;
  z-index: 33;
}

.testimonial-slider .owl-carousel .owl-stage-outer {
  padding-top: 15px;
} 

.testimonial-slider .testimonial-box p {
  font-size: 1.5rem;
  line-height: 2.42rem;
  position: relative;
  z-index: 32;
  padding: 0 60px;
}

.testimonial-slider .testimonial-box {
  position: relative;
  max-width: 510px;
  width: 100%;
  margin: 0 auto;
  z-index: 45;
}

.testimonial-slider .testimonial-box p::before,
.testimonial-slider .testimonial-box p::after {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  background-image: url("images/quote.svg");
  background-size: 56px 56px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}

.testimonial-slider .testimonial-box p::before {
  top: -15px;
  left: 0;
}

.testimonial-slider .testimonial-box p::after {
  transform: rotate(180deg);
  bottom: -15px;
  right: 0;
}

.testimonial-slider .testimonial-box .testimonial-box-author {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 222px;
  width: 100%;
  margin: 0 auto;
  padding-top: 27px;
}

.testimonial-slider .testimonial-box .testimonial-box-author .test-avator {
  height: 72px;
  width: 72px;
  margin: 0;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.testimonial-slider .testimonial-box .testimonial-box-author .inner {
  width: calc(100% - 72px);
  padding-left: 22px;
  text-align: left;
}

.testimonial-slider .testimonial-box .testimonial-box-author .inner h2,
.testimonial-slider .testimonial-box .testimonial-box-author .inner h3 {
  font-size: 1.125rem;
  line-height: 1.3rem;
  margin: 0.35rem 0;
}

.testimonial-slider .testimonial-box .testimonial-box-author .inner h3 {
  font-weight: 400;
}

.testimonial-slider .testimonial-button {
  padding-top: 60px;
}

.stressfull-move {
  padding: 45px 0;
}

.happy-returns {
  padding: 45px 0;
}

.happy-returns .happy-r-title {
  background-color: #3588e6;
  color: #fff;
  padding: 7px;
  border-radius: 25px;
  position: relative;
}

.happy-r-people,
.happy-r-info {
  display: block;
  width: 100%;
  height: 200px;
  margin: 0 auto 45px;
  position: relative;
}

.happy-r-info h1 {
  color: #3588e6;
  margin-bottom: 10px;
}

.big-return {
  padding: 45px 0;
}

.LeaseLock-Coverage {
  display: block;
  position: relative;
  margin-top: 50px;
}

.LeaseLock-Coverage::after {
  content: "";
  display: block;
  height: 90px;
  width: 90px;
  background-image: url("images/shield.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.deposits-bond {
  display: block;
  width: 137px;
  height: 55px;
  background-color: #d1d9e3;
  max-width: 100%;
  margin: 0 auto;
}

.utilities-payout {
  display: block;
  position: relative;
  width: 137px;
  height: 18px;
  background-color: #3588e6;
  max-width: 100%;
  margin: 0 auto;
}

.utilities-payout .utilities--payout {
  position: absolute;
  left: calc(100% + 25px);
  bottom: 0;
  width: 150px;
  text-align: left;
}

.damages .damages- {
  position: absolute;
  left: calc(100% + 25px);
  top: 0;
  width: 150px;
  text-align: left;
  transform: translateY(-50%);
}

.missed-rent .missed--rent {
  position: absolute;
  left: calc(100% + 25px);
  top: 50%;
  width: 150px;
  text-align: left;
  transform: translateY(-50%);
}

.missed-rent .missed--rent::after,
.damages .damages-::after,
.utilities-payout .utilities--payout::after {
  content: "";
  display: block;
  height: 50px;
  width: 50px;
  background-image: url("images/circlechecktwo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.utilities-payout p,
.damages p,
.missed-rent p {
  line-height: 1em;
  margin-bottom: 0;
}

.damages {
  display: block;
  position: relative;
  width: 137px;
  height: 107px;
  background-color: #6baaf2;
  max-width: 100%;
  margin: 0 auto;
}

.missed-rent {
  display: block;
  position: relative;
  width: 137px;
  height: 235px;
  background-color: #aecef2;
  max-width: 100%;
  margin: 0 auto;
}

.analysis-request {
  padding: 85px 0;
  background-color: #f2f8ff;
}

.integrated-with {
  padding: 90px 0 45px;
}

.boost-income {
  padding: 45px 0;
}

.clients-love {
  padding: 45px 0 90px;
}

.owl-client-love .client-love-box {
  padding: 16px;
}

.client-love-box .client-love-box-inner {
  padding: 30px;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

.clients-love .owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
  border-radius: 50%;
}

.client-love-box-meta {
  margin-bottom: 16px;
  padding-bottom: 16px;
  position: relative;
}

.client-love-box-meta::after {
  content: "";
  display: block;
  height: 1px;
  width: 60px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d1d9e3;
  bottom: 0;
  position: absolute;
}

.let-us-talk {
  padding: 50px 0;
  background-color: #f2f8ff;
}

.let-us-talk h4 {
  color: #606a75;
}

section.boost-income .col-xl-8 p {
  padding-top: 38px;
}

/**

 * ======================================================================================

 *									Media Query min width

 * =======================================================================================

 */

@media only screen and (min-width: 768px) {
  .true-icon {
    display: block;
    position: absolute;
    height: 36px;
    width: 50px;
    background-image: url(images/circlecheck.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: -25px;
    top: 50%;
    margin-top: -25px;
    z-index: 1;
  }

  .true-icon::before {
    content: "";
    display: block;
    height: 230px;
    width: 1px;
    border-right: 2px dashed #d1d9e3;
    position: absolute;
    top: 40px;
    left: 23px;
  }

  .happy-r-people:last-child .true-icon:before {
    content: none;
  }

  .happy-returns .happy-r-title .true-icon-title {
    display: block;
    height: 70px;
    width: 90px;
    position: absolute;
    right: -45px;
    background-image: url(images/circlecheck.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: -15px;
    z-index: 1;
  }

  .happy-returns .happy-r-title .true-icon-title:after {
    content: "";
    display: block;
    height: 85px;
    width: 1px;
    border-right: 2px dashed #d1d9e3;
    position: absolute;
    top: 72px;
    left: 43px;
  }
}

@media only screen and (min-width: 1400px) {
  .container.big {
    max-width: 1340px;
  }
}

/**

 * ======================================================================================

 *									Media Query max width

 * =======================================================================================

 */

@media only screen and (max-width: 767px) {
  .happy-r-people,
  .happy-r-info {
    height: auto;
    margin-top: 45px;
  }

  .missed-rent .missed--rent,
  .damages .damages-,
  .utilities-payout .utilities--payout {
    left: -10%;
    padding: 8px 5px;
    text-align: center;
    width: 120%;
    border: 2px solid #3588e6;
    border-radius: 25px;
    background-color: #fff;
    font-size: 14px;
    padding-right: 30px;
  }

  .missed-rent .missed--rent::after,
  .damages .damages-::after,
  .utilities-payout .utilities--payout::after {
    right: -15px;
    height: 60px;
    width: 60px;
    transform: translateY(-48%);
  }

  .clients-love {
    padding: 45px 0 45px;
  }

  .integrated-with,
  .appart-enrolled {
    padding: 45px 0 10px;
  }

  .boost-income,
  .happy-returns,
  .big-return,
  .stressfull-move,
  .happy-returns,
  .testimonial-slider {
    padding: 22px 0;
  }

  .clients-love {
    padding: 22px 0 22px;
  }

  .analysis-request {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 575px) {
  .happy-returns .happy-r-title {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 7px 0;
    border-radius: 0;
  }
}

.noi-analysis-subtitle {
  font-style: normal;
  font-weight: normal;
  color: #606a75;
}

@media only screen and (max-width: 575px) {
  .small-mobile-subtitle {
    font-size: 18px;
  }
}

/**

 * ======================================================================================

 *									FAQ page

 * =======================================================================================

 */

section.site-faq {
  margin-top: 140px;
}

.faq-content h1 {
  text-align: center;
  margin-bottom: 70px;
}

.faq-ques-table ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.faq-ques-table ul li a {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}

.faq-ques-table ul li a:hover {
  color: #3588e6;
}

.faq-ques-table ul li {
  padding: 5px 0;
}

.faq-ques-table {
  margin-bottom: 70px;
  background: #f5faff;
  padding: 40px 7% 50px;
}

.faq-ques-content h2 {
  margin-bottom: 30px;
}

.faq-ques-content p {
  margin-bottom: 40px;
}

.faq-ques-content li {
}

.faq-ques-content ul {
  padding-left: 20px;
  margin-bottom: 40px;
}

.pricing-info {
  background: #e8e8e8;
  padding: 0 15px 35px;
  display: inline-block;
  width: 100%;
  max-width: 270px;
}

.pricing-info h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 42px;
  line-height: 36px;
  color: #383838;
  margin-top: 34px;
  margin-bottom: 31px;
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 23px;
}

.pricing-info h3 sub {
  font-weight: normal;
}

.pricing-info h4 {
  background: #bcd8f6;
  margin: 0 -15px;
  font-size: 16px;
  color: #747474;
  line-height: 36px;
  text-transform: uppercase;
}

.pricing-col .pricing-info p {
  margin: 0;
  font-size: 32px;
  color: #383838;
  text-align: left;
  padding-left: 20px;
}

.pricing-info p span {
  color: #919191;
  font-size: 20px;
}

.pricing-info.prefered {
  margin-top: -36px;
}

.pricing-col p {
  color: #919191;
  font-size: 14px;
}

.claims-process {
  text-align: center;
  padding: 30px 0 60px;
}

.row.pricing {
  padding: 60px 0;
}

.bottom_line {
  text-align: center;
  position: relative;
  color: #b5b5b5;
  font-size: 22px;
  font-weight: 600;
}

.bottom_line:after {
  content: "";
  display: block;
  border: 1px #b5b5b5 dotted;
  position: absolute;
  width: 100%;
  top: 22px;
}

.bottom_line span {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0 15px;
}

.bottom_line span img {
  margin-right: 10px;
}

.bottom_line {
  padding-bottom: 50px;
}

.resumator-job-title {
  font-family: "europa", sans-serif !important;
  font-size: 22px !important;
}

.resumator-job-info-details,
.resumator-job-info {
  font-family: "europa", sans-serif !important;
  font-size: 17px !important;
}

.resumator-job-view-details {
  font-family: "europa", sans-serif !important;
  font-size: 17px !important;
  font-weight: 600 !important;
}

.resumator-job-description-text p {
  font-family: "europa", sans-serif !important;
  font-size: 15px !important;
}

.faq-ques-content p a.download-here {
  font-weight: 700;
  font-size: 22px;
  text-decoration: underline;
}

ul.press-list {
  padding: 0;
  list-style: none;
}

ul.press-list li a {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .pricing-col {
    margin-bottom: 30px;
  }

  .bottom_line {
    font-size: 18px;
  }

  .faq-ques-table {
    margin-bottom: 40px;
    padding: 20px 7% 30px;
  }

  .row {
    display: -webkit-flex;
  }

  .align-items-center {
    -ms-flex-align: center !important;

    align-items: center !important;

    -webkit-align-items: center !important;
  }

  .justify-content-between {
    -ms-flex-pack: justify !important;

    justify-content: space-between !important;

    -wbkit-justify-content: space-between !important;
  }
}

/* Added 04/30/2020 */
.main-content {
  padding-top: 140px;
}

.page-template-page-thank-you {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.page-template-page-thank-you .main-content {
	flex: 1;
	padding-bottom: 100px;
}

.page-content .like-h1 {
  margin-bottom: 30px;
}

.page-content h2 {
  margin-top: 20px;
}

.page-content h3 {
  margin-top: 20px;
  font-weight: bold;
  font-size: 20px;
}
#content {
  padding-top: 140px;
}

/* Blog page */

.blog-page {
  padding-top: 140px;
}
.blog-page .container {
  max-width: 1140px;
  margin: 0 auto;
}
.decorated-pagetitle {
  padding: 60px 0 300px 0;
  position: relative;
}
.decorated-pagetitle:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("images/Bird-Header-05.jpg") no-repeat left center / contain;
  display: block;
  width: 100%;
  height: 250px;
}
.blog-page-pagetitle .container {
  text-align: center;
  position: relative;
  z-index: 1;
}
.posts-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: #ccc solid 1px;
  padding-bottom: 40px;
}
.posts-list .post-item {
  width: calc(33.3% - 30px);
  margin: 15px;
  background: #f2f8ff;
  display: flex;
  flex-direction: column;
}

.post-item_img {
  height: 240px;

  width: 100%;
  overflow: hidden;
}

.post-item_img a {
  display: block;
  height: 100%;
  width: 100%;
}

.post-item_img img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  transform: scale(1.01);
}

.post-item_img a:hover img {
  transform: scale(1.1);
}

.like-h3 {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 24px;
}

.post-title {
  color: #182b3f;
  display: block;
  line-height: 1.2;
}

.post-item_body {
  padding: 30px 15px 80px 15px;
  position: relative;
  flex-grow: 2;
}

.post-date {
  font-size: 14px;
  color: #8b8b8b;
  font-weight: 400;
  padding: 5px 0 10px;
  display: block;
}

.post-item_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 20px 15px;
}

.btn-bordered {
  border: #3588e6 solid 1px;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  padding: 8px 15px;
  letter-spacing: 0.45px;
  margin-top: 10px;
  color: #007bff;
  text-decoration: none;
  border-radius: 0;
  text-transform: uppercase;
  transition: 0.3s;
}

.btn-bordered:hover {
  color: #fff;
  background: #3588e6;
}

.post-page {
  padding-top: 140px;
}

.post-page .container {
  max-width: 800px;
  margin: 0 auto;
}

.post-page_image {
  width: 100%;
}

.post-page_image img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.post-category {
  padding: 0 0 20px;
}

.post-page_heading .post-category {
  display: flex;
}

.post-category a {
  text-transform: uppercase;
  display: inline-block;
}

.post-category a:after {
  content: "|";
  display: inline-block;
  padding: 0 5px;
  line-height: 16px;
  position: relative;
  top: -2px;
}

.post-category a:hover {
  text-decoration: underline;
}

.post-category a:last-of-type:after {
  display: none;
}

.post-category a {
  color: #3588e6;
  line-height: 17px;
  display: block;
}

.post-page .post-title {
  font-weight: 700;
  font-size: 36px;
}

.post-page_content p {
  font-size: 18px;
  line-height: 1.476;
}

.post-page_content li {
  font-size: 17px;
  line-height: 1.476;
  padding-bottom: 10px;
}

.post-page_content h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 20px 0 25px;
  line-height: 1.2;
}

.post-page_content h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 15px 0 20px;
  line-height: 1.2;
}

.post-page_share {
  margin: 50px 0;
}

.share-links span {
  font-size: 18px;
  display: block;
  text-align: center;
}

.share-links ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}

.page-lister {
  display: flex;
  border-top: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
  padding: 15px 0;
}

.page-lister-item {
  width: 50%;
  color: #182b3f;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.5;
  cursor: pointer;
}

.page-lister-item:hover .title {
  text-decoration: underline;
  color: #3597ec;
}

.page-lister-item:hover .arrow {
  text-decoration: underline;

  color: #0056b3;
}

.page-lister-item .arrow {
  display: block;
  padding-bottom: 5px;
  transition: 0.3s;
}

.page-lister-item .arrow i {
  font-style: normal;
  display: inline-block;
}

.page-lister-item .arrow span {
  text-transform: uppercase;
}

.page-lister-item .title {
  display: block;
  transition: 0.3s;
}
.post-page_paginator .container {
  max-width: 1000px;
}
.page-lister-prev {
  text-align: left;
  padding-right: 10px;
}

.page-lister-next {
  text-align: right !important;
  padding-left: 10px;
}
.post-page_paginator {
  margin-top: 100px;
}

@media screen and (max-width: 1024px) {
  .decorated-pagetitle {
    padding-bottom: 150px;
  }
  .blog-page-main {
    padding-top: 0;
  }
  .decorated-pagetitle:after {
    height: 180px;
  }
  .like-h3 {
    line-height: 120%;
    font-size: 20px !important;
    letter-spacing: 0px;
  }

  .appart-enrolled .row {
    padding: 0 10%;
  }
}

@media only screen and (max-width: 992px) {
  .post-page_paginator .container {
    max-width: 800px;
  }
  .posts-list .post-item {
    width: calc(50% - 30px);
  }
  h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) and (min-width: 480px) {
  .page-lister {
    flex-direction: column;
  }
  .page-lister-item {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .page-lister-next {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 560px) {
  .blog-page {
    padding-top: 100px;
  }
  .decorated-pagetitle:after {
    display: none;
  }
  .decorated-pagetitle {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .post-item_img {
    height: 180px;
  }
  .like-h3 {
    font-size: 18px;
  }
  .post-item_body {
    padding-top: 20px;
    padding-bottom: 60px !important;
  }
  .btn-bordered {
    margin-top: 0;
  }
  .post-item_btn {
    padding: 10px 15px;
  }
  .posts-list {
    margin-right: 0;
    margin-left: 0;
  }
  .posts-list .post-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 480px) {
  .post-page_paginator {
    margin-top: 50px;
  }
  .page-lister-item .title {
    display: none;
  }
  .post-page .post-title {
    font-size: 26px;
  }
}

/* Contact page */
.page-template-contact {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.contact-html {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.page-template-contact iframe {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border: 0;
  width: 100%;
  height: 100%;
}

.page-template-noi-analysis {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.contact-html {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.page-template-noi-analysis iframe {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border: 0;
  width: 100%;
  height: 100%;
}

.share-links ul {
  margin: 0;
  padding: 0;
}

.share-links li {
  margin: 5px;
}

.share-fb {
  display: block;
  background: url("images/facebook.png") no-repeat center / contain;
  width: 35px;
  height: 35px;
}

.share-tw {
  display: block;
  background: url("images/twitter.png") no-repeat center / contain;
  width: 35px;
  height: 35px;
}

.share-pin {
  display: block;
  background: url("images/pinterest.png") no-repeat center / contain;
  width: 35px;
  height: 35px;
}

.share-in {
  display: block;
  background: url("images/linkedin.png") no-repeat center / contain;
  width: 35px;
  height: 35px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}

.faq-ques-content img.size-full.aligncenter {
  margin: 20px auto;
  display: block;
}

#content-404 .title {
  text-align: center;
  padding-top: 160px;
}

/* Added styles for icons from inline */
svg:not(:root).svg-inline--fa {
  overflow: visible;
}
.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
.svg-inline--fa.fa-lg {
  vertical-align: -0.225em;
}
.svg-inline--fa.fa-w-1 {
  width: 0.0625em;
}
.svg-inline--fa.fa-w-2 {
  width: 0.125em;
}
.svg-inline--fa.fa-w-3 {
  width: 0.1875em;
}
.svg-inline--fa.fa-w-4 {
  width: 0.25em;
}
.svg-inline--fa.fa-w-5 {
  width: 0.3125em;
}
.svg-inline--fa.fa-w-6 {
  width: 0.375em;
}
.svg-inline--fa.fa-w-7 {
  width: 0.4375em;
}
.svg-inline--fa.fa-w-8 {
  width: 0.5em;
}
.svg-inline--fa.fa-w-9 {
  width: 0.5625em;
}
.svg-inline--fa.fa-w-10 {
  width: 0.625em;
}
.svg-inline--fa.fa-w-11 {
  width: 0.6875em;
}
.svg-inline--fa.fa-w-12 {
  width: 0.75em;
}
.svg-inline--fa.fa-w-13 {
  width: 0.8125em;
}
.svg-inline--fa.fa-w-14 {
  width: 0.875em;
}
.svg-inline--fa.fa-w-15 {
  width: 0.9375em;
}
.svg-inline--fa.fa-w-16 {
  width: 1em;
}
.svg-inline--fa.fa-w-17 {
  width: 1.0625em;
}
.svg-inline--fa.fa-w-18 {
  width: 1.125em;
}
.svg-inline--fa.fa-w-19 {
  width: 1.1875em;
}
.svg-inline--fa.fa-w-20 {
  width: 1.25em;
}
.svg-inline--fa.fa-pull-left {
  margin-right: 0.3em;
  width: auto;
}
.svg-inline--fa.fa-pull-right {
  margin-left: 0.3em;
  width: auto;
}
.svg-inline--fa.fa-border {
  height: 1.5em;
}
.svg-inline--fa.fa-li {
  width: 2em;
}
.svg-inline--fa.fa-fw {
  width: 1.25em;
}
.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -0.125em;
  width: 1em;
}
.fa-layers svg.svg-inline--fa {
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.fa-layers-counter,
.fa-layers-text {
  display: inline-block;
  position: absolute;
  text-align: center;
}
.fa-layers-text {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.fa-layers-counter {
  background-color: #ff253a;
  border-radius: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  height: 1.5em;
  line-height: 1;
  max-width: 5em;
  min-width: 1.5em;
  overflow: hidden;
  padding: 0.25em;
  right: 0;
  text-overflow: ellipsis;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
.fa-layers-bottom-right {
  bottom: 0;
  right: 0;
  top: auto;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.fa-layers-bottom-left {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.fa-layers-top-right {
  right: 0;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
.fa-layers-top-left {
  left: 0;
  right: auto;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  position: relative;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1.25em;
}
.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2.5em;
}
.fa-inverse {
  color: #fff;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.page-numbers.current {
  color: #fff;
  background: #3588e6;
  border-color: #3588e6;
}
.page-numbers:hover {
  color: #fff;
  background: #3588e6;
  border-color: #3588e6;
}
.page-numbers {
  padding: 0;
  margin: 0;
  color: #182b3f333;
  font-weight: 400;
  font-size: 14px;
  width: 34px;
  line-height: 34px;
  border: #ccc solid 1px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img,
video {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

audio:focus,
video:focus {
  outline: thin dotted;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  margin-bottom: 1.5em;
  max-width: 100%;
}

/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */

p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
  margin-bottom: 0;
}

.wp-caption,
.gallery-caption {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* Media Elements */

.mejs-container {
  margin-bottom: 1.5em;
}

/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
  background: transparent;
  border: 0;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  color: #666;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #eee;
  text-decoration: none;
}

big {
  font-size: 125%;
}

blockquote {
  quotes: "" "";
}

q {
  quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
  content: "";
}

:focus {
  outline: none;
}

.twitter-tweet {
  margin: auto;
}

.small-gray {
  font-size: 16px;
  color: #949494;
}

.btn-arrow {
  font-family: 'Open Sans';
  font-size: 1.125rem;
  line-height: 1.2em;
  color: #fbb332;
  font-weight: bold;
  position: relative;
  transition: all .2s linear;
}

.btn-arrow:before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #fbb332;
  transition: all .2s linear;
}

.btn-arrow:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 11px;
  background-image: url("images/icon-btn-arrow.svg");
  background-repeat: no-repeat;
  background-size: 12px 11px;
  margin-left: 5px;
  transition: all .2s linear;
}

.btn-arrow:hover {
  color: #182b3f;
}

.btn-arrow:hover:before {
  background: #182b3f;
}

.btn-arrow:hover:after {
  background-image: url("images/icon-btn-arrow-hover.svg");
}

.x-icons {
  position: relative;
  z-index: 32;
  padding: 226px 0 0;
}

.x-icons .x-icons-container {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
}

.x-icons:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/bgr-wavy-top.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  z-index: -1;
}

.x-icons .x-icons-inner {
  padding: 0 0 70px;
  position: relative;
}

.x-icons .x-icons-inner:before {
  content: '';
  position: absolute;
  top: 300px;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 300px);
  background: #f9fbfe;
  z-index: -1;
}

.x-icons h2 {
  line-height: 1.4em;
  margin: 0 0 1.9rem;
}

.x-icons h3 {
  font-size: 1.125rem;
  line-height: 1.4em;
  font-weight: 400;
  max-width: 480px;
  width: 100%;
  margin: 0 auto 87px; 
}

.x-icons .box .img-holder {
  position: relative;
}

.x-icons .box .x-sign {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/icon-x.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 134px 134px;
  display: block;
}

.x-icons .box img {
  display: block;
  margin: 0 auto 21px;
  height: 143px;
}

.x-icons .box p {
  font-size: 1.125rem;
  font-weight: 700;
}

.how-it-works {
  position: relative;
  z-index: 32;
  padding: 0 0 220px;
}

.how-it-works .how-it-works-inner {
  padding: 70px 0 0;
  position: relative;
}

.how-it-works .how-it-works-inner:before {
  content: '';
  position: absolute;
  bottom: 300px;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 300px);
  background: #f9fbfe;
  z-index: -1;
}

.how-it-works h2 {
  margin: 0 0 87px;
}

.how-it-works:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/bgr-wavy-bottom.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  z-index: -1;
}

.how-it-works .text-holder {
  padding-left: 30px;
  margin: 35px 0;
}

.how-it-works .text-holder h3 {
  font-size: 2rem;
  line-height: 1.4em;
  margin: 0 0 11px;
}

.how-it-works .text-holder ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.how-it-works .text-holder ul li {
  list-style-type: none;
  display: block;
  font-size: 1rem;
  line-height: 1.45em;
  font-weight: 700;
  margin: 0 0 5px;
  padding-left: 22px;
  position: relative;
}

.how-it-works .text-holder ul li:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  background-image: url("images/icon-check.svg");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
}

.how-it-works .how-it-works-button {
  padding-top: 32px;
}

/**/

.footer.alt {
	background-color: #F9FBFE;
}

.footer .footer-top {
	padding: 110px 0;
	position: relative;
	z-index: 32;
}

.page-template-page-thank-you .footer .footer-top {
	display: none;
}

.footer.alt .footer-top {
	padding: 75px 0 20px;
}

.footer .footer-top:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1117px;
  background-image: url("images/bgr-get-started.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  padding-bottom: 175px;
  z-index: -1;
}

.footer .footer-top h6 {
  margin: 0 0 25px;
}

.footer.alt .footer-top h6 {
	font-size: 32px;
}

.footer .footer-top p {
  margin: 0 0 36px;
}

.footer-bottom {
	background: #fafbff;
	padding: 50px 0 35px;
}

.footer.alt .footer-bottom {
	background: none;
	padding: 10px 0 30px;
}

.footer.alt .footer-bottom .bottom-text {
	color: #6C7A8B;
	font-size: 18px;
	line-height: 125%;
}

.footer-bottom .footer-logo {
  display: inline-block;
}

.footer-bottom .container {
  max-width: 1320px;
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 0 55px;
}

.footer-bottom ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-bottom ul li {
  list-style-type: none;
}

.footer-bottom ul li a {
  color: #182b3f;
}

.footer-bottom ul li a:hover {
  text-decoration: underline;
}

.footer-bottom .footer-primary-menu {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.footer-bottom .footer-primary-menu li {
  margin: 0 34px;
  font-size: 0.875em;
  font-weight: 700;
}

.footer-bottom .footer-primary-menu li a {
  display: block;
  font-weight: 700;
}

.footer-bottom .footer-secondary-menu li {
  margin-left: 40px;
}

.footer-bottom .footer-secondary-menu li a {
  display: block;
  font-size: 0.75em;
  font-weight: 400;
}

/**/

.hero-product .on-mobile {
	display: none;
}

.hero-product .hero-product-inner {
	background: #f9fbfe;
	padding: 130px 0 0;
}

.hero-product:after {
	content: '';
	display: block;
	width: 100%;
	background-image: url("images/bgr-hero-wavy.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
	padding-bottom: 18%;
}

.hero-product h1 {
	margin: 2rem 0 3rem;
}

.hero-product.active .box-content {
	display: none;
}

.hero-product .box-content .site-btn.show-video {
    line-height: 125%;
    padding: 15px 25px 15px 50px;
    position: relative;
}

.hero-product .box-content .site-btn.show-video:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 18px solid rgba(255, 255, 255, 0.5);
    content: '';
    height: 0;
    left: 22px;
    position: absolute;
    top: 16px;
    width: 0;
}

.hero-product .box-content .site-btn.show-video:hover:before {
    border-left: 18px solid #ffa43b;
}

.hero-product .box-video {
	display: none;
	margin: 0;
    max-width: 100%;
    position: relative;
    width: 660px;
}

.hero-product.active .box-video {
	display: block;
}

.hero-product .box-video .icon-close {
    background-color: #333;
    border-radius: 50%;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    z-index: 1;
}

.hero-product .box-video .icon-close:before, .hero-product .box-video .icon-close:after {
	background-color: #fff;
	content: '';
	display: block;
	height: 20px;
	left: 14px;
	position: absolute;
	top: 5px;
	width: 2px;
}

.hero-product .box-video .icon-close:before {
	transform: rotate(-45deg);
}

.hero-product .box-video .icon-close:after {
	transform: rotate(45deg);
}

.hero-product.active .box-video video {
	display: block;
    margin: 0 auto;
    outline: none;
    width: 100%;
}

/**/

.connected {
  padding: 9px 0 0;
}

.connected .connected-header {
  margin: 0 auto 44px !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  max-width: 760px;
  width: 100%;
}

.connected .connected-header h1 {
  margin: 0 0 1.4rem;
}

.connected-section {
  padding: 80px 0;
  position: relative;
  z-index: 32;
}

.connected-section .connected-section-text .inner {
  max-width: 350px;
  width: 100%;
}

.connected-section .connected-section-image img.main-img {
  display: block;
  margin-left: auto;
  position: relative;
  z-index: 32;
}

.connected-section.connected-section-oposite .connected-section-image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.connected-section.connected-section-oposite .connected-section-image img.main-img {
  margin: 0;
}

.connected-section.connected-section-oposite .connected-section-text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.connected-section.connected-section-oposite .connected-section-text .inner {
  max-width: 400px;
}

.connected .connection-rows .connected-section:nth-child(3) {
  padding: 50px 0 16px;
}

.connected .connection-rows {
  position: relative;
  z-index: 32;
  max-width: 915px;
  width: 100%;
  margin: 0 auto;
}

.connected-section .dashed-animation {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 654px;
  height: 100%;
  z-index: -1;
}

.connected-section .dashed-animation-first {
  top: 200px;
}

.connected-section .dashed-animation-first.aos-animate .dfp-1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: dfp-animation-first 3.5s linear forwards;
  animation: dfp-animation-first 3.5s linear forwards;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.connected-section .dashed-animation-first.aos-animate .dfp-2 {
  stroke-dasharray: 10;
}

@-webkit-keyframes dfp-animation-first {
  from {
    stroke-dashoffset: 1000; 
  }

  to {
    stroke-dashoffset: 0; 
  } 
}

@keyframes dfp-animation-first {
  from {
    stroke-dashoffset: 1000; 
  }

  to {
    stroke-dashoffset: 0; 
  } 
}

.connected-section .dashed-animation-second {
  top: 240px;
}

.connected-section .dashed-animation-second.aos-animate .dfp-1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: dfp-animation-second 3.5s linear forwards;
  animation: dfp-animation-second 3.5s linear forwards;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.connected-section .dashed-animation-second.aos-animate .dfp-2 {
  stroke-dasharray: 10;
}

@-webkit-keyframes dfp-animation-second {
  from {
    stroke-dashoffset: 1000; 
  }

  to {
    stroke-dashoffset: 0; 
  } 
}

@keyframes dfp-animation-second  {
  from {
    stroke-dashoffset: 1000; 
  }

  to {
    stroke-dashoffset: 0; 
  } 
}

.connected-section .dashed-animation-third {
  top: 220px;
}

.connected-section .dashed-animation-third.aos-animate .dfp-1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: dfp-animation-third 3.5s linear forwards;
  animation: dfp-animation-third 3.5s linear forwards;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.connected-section .dashed-animation-third.aos-animate .dfp-2 {
  stroke-dasharray: 10;
}

@-webkit-keyframes dfp-animation-third {
  from {
    stroke-dashoffset: 1000; 
  }

  to {
    stroke-dashoffset: 0; 
  } 
}

@keyframes dfp-animation-third  {
  from {
    stroke-dashoffset: 1000; 
  }

  to {
    stroke-dashoffset: 0; 
  } 
}

.get-started {
  background: #f9fbfe;
  padding: 97px 0 90px;
  position: relative;
  z-index: 32;
}

.get-started h2 {
  font-size: 2rem;
  margin: 0 0 23px;
}

.get-started p {
  margin: 0 0 28px;
}

.get-started:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1117px;
  background-image: url("images/bgr-get-started.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  padding-bottom: 20%;
  z-index: -1;
}

.half-boxes {
	padding: 85px 0 0;
}

.half-boxes.alt {
	padding: 65px 0;
}

@media (max-width: 768px) {
	.half-boxes.alt {
		padding: 35px 0;
	}
}

.half-box {
  margin-bottom: 140px;
}

.half-boxes .half-box:last-child {
  margin-bottom: 98px;
}

.half-boxes.alt .half-box {
	margin: 0;
}

.half-boxes .btn-arrow {
  font-family: 'europa', sans-serif;
}

.half-box-image img {
  display: block;
  margin-left: auto;
}

.half-box-oposite .half-box-image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.half-box-oposite .half-box-image img {
  margin: 0;
}

.half-box-oposite .half-box-text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.pricing-section {
  position: relative;
  z-index: 32;
  padding: 226px 0 70px;
}

.pricing-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/bgr-wavy-top.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  z-index: -1;
}

.pricing-section .description-boxes-inner {
  position: relative;
  padding: 0 0 190px;
}

.pricing-section .pricing-section-inner:before {
  content: '';
  position: absolute;
  top: 300px;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 300px);
  background: #f9fbfe;
  z-index: -1;
}

.description-boxes .description-header {
  margin: 0 auto 30px !important;
  max-width: 500px;
  width: 100%;
}

.description-boxes .description-header h2 {
	/*
	font-size: 2rem;
	margin: 0 0 1.6rem;
	*/
}

.description-box {
  background: #fff;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 0 45px;
  max-width: 965px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.description-box .inner {
  width: 50%;
  padding: 0 50px;
  position: relative;
}

.description-box .inner.left-side:after {
  content: '';
  position: absolute;
  top: 146px;
  right: 0;
  bottom: 0;
  width: 1px;
  height: calc(100% - 166px);
  background: rgba(209, 221, 236, 0.4);
}

.description-box .inner.right-side {
  padding: 0 50px 0 90px;
}

.description-box .inner .inner-header {
  min-height: 75px;
  position: relative;
  z-index: 32;
}

.description-box .inner .inner-header:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  border-bottom: 1px solid rgba(209, 221, 236, 0.4);
  max-width: 325px;
  width: 100%;
}

.description-box .inner .inner-header h3 {
  margin: 0;
  font-size: 1.75rem;
  line-height: 1rem;
  padding: 15px 0 0;
}

.description-box .inner ul {
  padding-top: 73px;
}

.description-box .inner ul li {
  display: block;
  padding: 0 0 30px 45px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  position: relative;
}

.description-box .inner.right-side ul li {
  padding: 0 0 30px 30px;
}

.description-box .inner ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 23px;
  height: 15px;
  background-image: url("images/icon-list-check.svg");
  background-repeat: no-repeat;
  background-size: 23px 15px;
}

.description-box .inner.right-side ul li:before {
  top: 6px;
  width: 18px;
  height: 18px;
  background-image: url("images/icon-list-x.svg");
  background-size: 18px 18px;
}

.description-box .inner ul li div {
  font-weight: 700;
}

.description-box .description-circle {
  width: 215px;
  height: 215px;
  background: #3588e5;
  border-radius: 50%;
  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;
  text-align: center;
  position: absolute;
  right: -82px;
  bottom: -130px;
  z-index: 2;
}

.description-box .description-circle:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 42px;
  height: 42px;
  background-image: url("images/click-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 42px 42px;
}

.description-box .description-circle p {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.description-boxes {
  padding: 0 0 320px;
  position: relative;
  z-index: 32;
}

.description-boxes:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url("images/bgr-wavy-bottom-secondary.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
	z-index: -1;
}

.description-boxes.no-bg:before {
	display: none;
}

.description-boxes .description-boxes-inner:before {
	content: '';
	position: absolute;
	bottom: 300px;
	left: 0;
	right: 0;
	width: 100%;
	height: calc(100% - 300px);
	background: #f9fbfe;
	z-index: -1;
}

.description-boxes.no-bg .description-boxes-inner:before {
	display: none;
}

.description-boxes .description-boxes-inner {
  padding: 78px 0 0;
  position: relative;
}
.pricing-section .pricing-section-header {
  max-width: 480px;
  width: 100%;
  margin: 0 auto 2.2rem;
}

.pricing-section .pricing-section-header h2 {
  font-size: 2rem;
  margin: 0 0 25px;
}

.pricing-boxes-inner {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}

.pricing-boxes {
  padding-top: 42px;
  margin-left: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pricing-boxes .pricing-box {
  margin-left: 40px;
  width: calc(33.3333% - 40px);
  background: #fff;
  border-radius: 10px;
  padding: 20px 30px 45px;
}

.pricing-boxes .pricing-box h3 {
  line-height: normal;
  font-size: 3.75rem;
  color: #304257;
}

.pricing-boxes .pricing-box h3 sup {
  font-family: 'Open Sans';
  font-size: 2.5rem;
  margin-right: 7px;
}

.pricing-boxes .pricing-box h3 span {
  font-weight: 400;
  color: #6c7a8b;
  margin-left: 14px;
  font-size: 1.75rem;
  position: relative;
  top: -5px;
}

.pricing-boxes .pricing-box h3:after {
  content: '';
  display: block;
  border: 1px solid #d1ddec;
  width: 100%;
  margin: 10px auto 29px;
}

.pricing-boxes .pricing-box p {
  font-size: 0.813rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #6c7a8b;
  margin: 0 0 22px;
}

.pricing-boxes .pricing-box ul li {
  display: block;
  font-size: 2rem;
  line-height: normal;
  font-weight: 700;
  color: #304257;
  margin-bottom: 10px;
}

.pricing-boxes .pricing-box ul li sup {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 1.5rem;
}

.pricing-boxes .pricing-box ul li span {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.938rem;
  margin-left: 10px;
  color: #6c7a8b;
  position: relative;
  top: -3px;
}

.pricing-box-extra {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
}

.pricing-box-extra .pricing-box-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  width: 100%;
  font-size: 1.375rem;
  line-height: 1em;
  color: #fff;
  background: #3588e5;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px;
}

.site-header {
  padding: 40px 40px 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

.site-header .container {
  max-width: 100%;
  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;
}

.site-header .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header .header-left .header-logo {
	display: inline-block;
	margin-right: 20px;
}

.site-header .header-left .header-menu > li {
	margin: 0 20px;
	position: relative;
}

/*
.site-header .header-left .header-menu > li:last-child {
	display: none;
}
*/

.site-header .header-left .header-menu > li > a {
	color: #182b3f;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: normal;
}

.site-header .header-left .header-menu > li.menu-item-has-children > a {
	padding: 0 16px 0 0;
	position: relative;
}

.site-header .header-left .header-menu > li.menu-item-has-children > a:after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
	content: '';
	height: 0;
	position: absolute;
	right: 0;
	top: 8px;
	width: 0;
}

.site-header .header-left .header-menu > li > a:hover {
	text-decoration: underline;
}

.site-header .header-left .header-menu > li .sub-menu {
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	display: none !important;
	left: -15px;
	margin: 0;
	padding: 10px 15px;
	position: absolute;
	top: 100%;
	width: 150px;
}

.site-header .header-left .header-menu > li:hover .sub-menu {
	display: block !important;
}

.site-header .header-left .header-menu > li .sub-menu > li {
	padding: 5px 0;
}

.site-header .header-left .header-menu > li .sub-menu > li > a {
	color: #000;
	display: block;
	font-size: 14px;
	line-height: 125%;
}

.site-header .header-left .header-menu > li .sub-menu > li > a:hover {
	text-decoration: underline;
}

@media (max-width: 992px) {
	.site-header .header-left .header-menu > li .sub-menu {
		box-shadow: none;
		display: block !important;
		padding: 0 0 20px 20px;
		position: static;
		width: 100%;
	}
	.site-header .header-left .header-menu > li .sub-menu > li {
		border: none;
	}
	.site-header .header-left .header-menu > li .sub-menu > li > a {
		padding: 0;
	}
	.site-header .header-left .header-menu > li .sub-menu > li > a:before {
		display: none;
	}
}

.site-header .header-right ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.site-header .header-right ul li {
	margin-left: 50px;
	position: relative;
}

.site-header .header-right ul li:before {
	content: '';
	position: absolute;
	left: -25px;
	top: 0;
	bottom: 0;
	width: 1px;
	height: 31px;
	background: #d1d9e3;
	display: none;
}

.site-header .header-right ul li:last-child:before {
	display: block;
}

.site-header .header-right ul li:last-child a {
	color: #4795ee;
}

.site-header .header-right ul li a {
	font-size: 0.875rem;
	line-height: normal;
	font-weight: 700;
	color: #182b3f;
}

.site-header .header-right ul li a:hover {
	text-decoration: underline;
}

.header-menu-wrapper .logo-mobile {
	display: none;
}

.case-study {
	padding: 175px 0 60px;
}

.case-study h2 {
	margin: 0 0 2.3rem;
}

.case-study.case-study-secondary {
  padding-top: 22px;
}

.case-study .case-study-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.case-study .case-study-header {
  max-width: 590px;
  width: 100%;
  margin: 0 auto 3.5rem;
}

.case-study .case-study-filters,
.blog-page-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 1.7rem;
}

.blog-page-nav ul {
  margin: 0 auto 0.5rem;
}

.case-study .case-study-filters li,
.blog-page-nav ul li {
  font-size: 1.25rem;
  line-height: 1rem;
  font-weight: 700;
  color: #182b3f;
  position: relative;
  margin: 0 20px 40px;
  text-transform: uppercase;
}

.case-study .case-study-filters li a:hover,
.case-study .case-study-filters li.active a,
.blog-page-nav ul li a:hover,
.blog-page-nav ul li.active a {
  color: #4795ee;
}

.case-study .case-study-filters li:first-child:before,
.blog-page-nav ul li:first-child:before {
  display: none;
}

.case-study .case-study-filters li:before,
.blog-page-nav ul li:before {
  content: '';
  position: absolute;
  left: -20px;
  top: -6px;
  bottom: 0;
  width: 1px;
  height: 30px;
  background: #d1d9e3;
}

.case-study .case-study-filters li a,
.blog-page-nav ul li a {
  display: block;
  color: #182b3f;
}

.case-study .boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -80px;
}

.case-study .boxes .box {
  margin: 0 0 80px 80px;
  width: calc(33.3333% - 80px);
  border-radius: 10px;
  border: 2px solid transparent;
  background: #f9fbfe;
  position: relative;
  z-index: 32;
  transition: all 0.2 linear;
}

.case-study .boxes .box .bgr-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 33;
  background: rgba(24, 43, 63, .7);
  border-radius: 8px;
  transition: all 0.2s linear;
  opacity: 0;
  visibility: hidden;
}

.case-study .boxes .box .btn-arrow {
  font-family: 'europa', sans-serif;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 34;
  color: #fbb332 !important;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.case-study .boxes .box .btn-arrow:before {
  background: #fbb332 !important;
}

.case-study .boxes .box .btn-arrow:after {
  background-image: url("images/icon-btn-arrow.svg") !important;
}

.case-study .boxes .box img {
  display: block;
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.case-study .boxes .box .inner {
  padding: 25px 22px 20px;
}

.case-study .boxes .box .inner h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #182b3f;
  margin: 0 0 5px;
}

.case-study .boxes .box:hover {
  border: 2px solid #fbb332;
}

.case-study .boxes .box:hover .bgr-overlay,
.case-study .boxes .box:hover .btn-arrow {
  opacity: 1;
  visibility: visible;
}

.case-testimonials {
  position: relative;
  z-index: 32;
  padding: 273px 0 0;
}

.case-testimonials:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/bgr-wavy-top-secondary.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  z-index: -1;
}

.case-testimonials .case-testimonials-wrapper {
  padding: 0 0 90px;
  position: relative;
}

.case-testimonials .case-testimonials-wrapper:before {
  content: '';
  position: absolute;
  top: 400px;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 400px);
  background: #f9fbfe;
  z-index: -1;
}

.case-testimonials h2 {
  margin: 0 0 6rem;
}

.case-testimonials-inner {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  padding: 0 140px;
}

.case-testimonials-slider .slideshow .slideshow-inner {
  background: #fff;
  position: relative;
  z-index: 32;
  padding: 86px 50px 50px;
  border-top-right-radius: 45px;
  border-bottom-left-radius: 45px;
}

.case-testimonials-slider .slideshow .slideshow-inner img {
  position: absolute;
  top: -67px;
  left: 50%;
  transform: translateX(-50%);
  width: 128px;
  height: 128px;
  border: 6px solid #fff;
  border-radius: 50%;
}

.case-testimonials-slider .slideshow .slideshow-inner p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin: 0 0 2.7rem;
}

.case-testimonials-slider .slideshow .slideshow-inner h3 {
  font-size: 1.25rem;
  margin: 0 0 0.3rem;
}

.case-testimonials-slider .slideshow .slideshow-inner span {
  font-size: 1.125rem;
  display: block;
}

.case-testimonials-slider.owl-carousel .owl-stage-outer {
  padding-top: 70px;
}

.case-testimonials-slider.owl-carousel .owl-nav .owl-prev,
.case-testimonials-slider.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  margin: 0;
  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;
  border: 0 none;
  text-indent: -99999px;
}

.case-testimonials-slider.owl-carousel .owl-nav .owl-prev span,
.case-testimonials-slider.owl-carousel .owl-nav .owl-next span {
  position: absolute;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}

.case-testimonials-slider.owl-carousel .owl-nav .owl-prev span {
  background-image: url("images/icon-arrow-slider-left.svg");
}

.case-testimonials-slider.owl-carousel .owl-nav .owl-prev.disabled span {
  background-image: url("images/icon-arrow-slider-left-disabled.svg");
}

.case-testimonials-slider.owl-carousel .owl-nav .owl-next span {
  background-image: url("images/icon-arrow-slider-right.svg");
}

.case-testimonials-slider.owl-carousel .owl-nav .owl-next.disabled span {
  background-image: url("images/icon-arrow-slider-right-disabled.svg");
}

.case-testimonials-slider.owl-carousel .owl-nav .owl-prev:focus,
.case-testimonials-slider.owl-carousel .owl-nav .owl-next:focus {
  outline: 0;
}

.case-testimonials-slider.owl-carousel .owl-nav .owl-prev {
  left: -140px;
}

.case-testimonials-slider.owl-carousel .owl-nav .owl-next {
  right: -140px;
}

.case-testimonials-slider.owl-carousel .owl-dots {
  padding-top: 20px;
}

.case-testimonials-slider.owl-carousel .owl-dots button {
  border: 0 none;
}

.case-testimonials-slider.owl-carousel .owl-dots button:focus {
  outline: 0;
}

.case-testimonials-slider.owl-carousel .owl-dots button span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
  background: #b6bbc0;
}

.case-testimonials-slider.owl-carousel .owl-dots button.active span {
  background: #182b3f;
}

.our-clients {
  position: relative;
  z-index: 32;
  padding: 0 0 160px;
}

.our-clients h2 {
  margin: 0 0 3.5rem;
}

.our-clients:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/bgr-wavy-bottom-secondary.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  z-index: -1;
}

.our-clients .our-clients-inner:before {
  content: '';
  position: absolute;
  bottom: 300px;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 300px);
  background: #f9fbfe;
  z-index: -1;
}

.our-clients .our-clients-inner {
  padding: 197px 0 0;
  position: relative;
}

.our-clients ul {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.our-clients ul li {
  width: 25%;
  padding: 0 20px;
  margin: 20px 0;
  text-align: center;
}

.our-clients ul li img {
  display: block;
  max-height: 60px;
}

.blog-hero .blog-hero-text {
  padding: 40px 0 0 0;
}

.blog-hero .blog-hero-text h1 {
  position: relative;
  margin: 0 0 1.5rem;
  padding: 0 0 0 70px;
}

.blog-hero .blog-hero-text h1:before,
.blog-hero .blog-hero-text h1:after {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  background-image: url(images/quote.svg);
  background-size: 56px 56px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}

.blog-hero .blog-hero-text h1:before {
  margin: -15px 0 0 -70px;
}

.blog-hero .blog-hero-text h1:after {
  transform: rotate(180deg);
  bottom: 0;
  right: 0;
}

.blog-hero .blog-hero-text p {
  padding: 0 0 0 70px;
}

.blog-hero .blog-hero-inner {
  padding: 190px 0 80px;
  background: #f9fbfe;
}

.blog-hero:after {
  content: '';
  display: block;
  width: 100%;
  background-image: url("images/bgr-wavy-blog.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  padding-bottom: 12%;
}

.hero-about {
  padding: 205px 0 160px;
}

.hero-about h1 {
  margin: 0 0 5rem;
}

.hero-about h2 {
  max-width: 760px;
  width: 100%;
  margin: 0 auto 9rem;
  font-size: 1.875rem;
  line-height: 2.9rem;
  font-weight: 400;
}

.cta-wrapper {
  padding: 85px 0 90px;
  background: #f9fbfe;
  position: relative;
  z-index: 32;
}

.cta-wrapper:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1117px;
  background-image: url("images/bgr-get-started.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  padding-bottom: 20%;
  z-index: -1;
}

.cta-wrapper .inner {
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
}

.cta-wrapper h2 {
  font-size: 2.25rem;
  line-height: 3.35rem;
  margin: 0 0 2.7rem;
}

.our-team {
  padding: 140px 0 75px;
}

.our-team .our-team-header {
  max-width: 760px;
  width: 100%;
  margin: 0 auto 5.7rem;
}

.our-team .our-team-header h2 {
  margin: 0 0 3rem;
}

.our-team .our-team-header p {
  font-size: 1.25rem;
  line-height: 2rem;
}

.our-team .boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
}

.our-team .boxes .box {
  margin: 0 0 30px 30px;
  width: calc(33.3333% - 30px);
}

.our-team .boxes .box img {
  display: block;
  width: 208px;
  height: 208px;
  border-radius: 50%;
  margin: 0 auto 18px;
}

.our-team .boxes .box h3 {
  font-size: 1.25rem;
  line-height: 1rem;
  font-weight: 700;
  margin: 0 0 10px;
}

.our-team .boxes .box h3{
	display:flex;
	align-items:center;
	justify-content:center;
}

.our-team .boxes .box h3 a{
	margin-left:10px;
}

.our-team .boxes .box h3 img{
	width: 20px;
    height: 20px;
    border-radius: 0px;
    margin: 0;
}

.our-team .boxes .box p {
  font-size: 1.063rem;
  line-height: 1.2rem;
  color: #606a75;
  margin: 0 0 10px;
}

@media only screen and (max-width: 1200px) {
  .x-icons .x-icons-inner:before,
  .description-boxes .description-boxes-inner:before {
    top: 226px;
    height: calc(100% - 226px);
  }

  .how-it-works .text-holder {
    margin: 15px 0;
  }

  .how-it-works {
    padding: 0 0 160px;
  }

  .footer-bottom .footer-primary-menu li {
    margin: 0 15px;
  }

  .footer-bottom .footer-secondary-menu li {
    margin-left: 30px;
  }

  .description-box .description-circle {
    width: 164px;
    height: 164px;
    right: -15px;
    bottom: -60px;
  }

  .description-box .description-circle:before {
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
  }

  .description-box .description-circle p {
    font-size: 1.25rem;
  }

  .pricing-section .pricing-section-inner {
    padding: 45px 0 0;
  }

  .description-boxes .description-boxes-inner {
    padding: 0 0 100px;
  }

  .case-testimonials {
    padding: 226px 0 0;
  }

  .case-testimonials .case-testimonials-wrapper:before {
    top: 226px;
    height: calc(100% - 226px);
  }

  .blog-hero .blog-hero-inner {
    padding: 170px 0 55px;
  }

  .blog-hero .blog-hero-text h1:before,
  .blog-hero .blog-hero-text h1:after {
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
  }

  .blog-hero .blog-hero-text {
    padding: 5px 0 0 0;
  }

  .blog-hero .blog-hero-text h1:before {
    margin: -15px 0 0 -50px;
  }

  .blog-hero .blog-hero-text h1,
  .blog-hero .blog-hero-text p {
    padding: 0 50px;
  }

  .our-team {
    padding: 90px 0 50px;
  }

  .our-team .boxes {
    margin-left: -15px;
  }

  .our-team .boxes .box {
    margin: 0 0 30px 15px;
    width: calc(33.3333% - 15px);
  }

  .our-clients .our-clients-inner {
    padding: 90px 0 0;
  }

  .our-clients ul li {
    margin: 16px 0;
  }

  .hero-about h1 {
    margin: 0 0 4rem;
  }
}

@media only screen and (max-width: 1024px) {
  h1, 
  .h1-title {
    font-size: 2.5rem;
  }

  h2,
  .h2-title {
    font-size: 1.75rem;
  }

  .home-hero {
    min-height: 750px;
    padding: 196px 0;
  }

  .appart-enrolled .row {
    padding-top: 30px;
  }

  .x-icons .box .x-sign {
    display: block;
  }

  .x-icons .box img {
    height: 132px;
  }

  .footer .footer-top {
    padding: 60px 0 140px;
  }

  .footer-bottom {
    padding: 40px 0 30px;
  }

  .footer-bottom .container {
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
  }

  .footer-bottom .footer-primary-menu {
	left: initial;
	padding: 25px 0 0;
	position: initial;
	transform: none;
  }

  .footer-bottom .footer-logo {
    margin-right: 34px;
  }

  .footer-bottom .footer-primary-menu li {
    margin: 0 34px;
  }

  .footer-bottom .footer-secondary-menu {
    width: 100%;
    padding-top: 30px;
  }

  .footer-bottom .footer-secondary-menu li {
    margin: 0 46px 0 0;
  }

  .description-box .inner {
    padding: 0 50px !important;
  }

  .how-it-works .text-holder h3 {
    font-size: 1.75rem;
  }

  .pricing-boxes {
    margin-left: -20px;
  }

  .pricing-boxes .pricing-box {
    margin-left: 20px;
    width: calc(33.3333% - 20px);
  }

  .pricing-section:before {
    background-image: url("images/bgr-wavy-bottom.png");
  }

  .case-study .boxes .box {
    margin: 0 0 80px 80px;
    width: calc(50% - 80px);
  }

  .case-testimonials-inner {
    padding: 0 80px;
  }

  .case-testimonials-slider.owl-carousel .owl-nav .owl-prev {
    left: -80px;
  }

  .case-testimonials-slider.owl-carousel .owl-nav .owl-next {
    right: -80px;
  }

  .case-testimonials h2 {
    margin: 0 0 3.5rem;
  }

  .case-testimonials .case-testimonials-wrapper {
    padding: 0 0 70px;
  }

  .our-clients .our-clients-inner {
    padding: 70px 0 0;
    position: relative;
  }

  .our-clients {
    padding: 0 0 160px;
  }

  .our-clients ul li img {
    max-height: 54px;
  }

  .hero-about {
    padding: 170px 0 75px;
  }

  .hero-about h1 {
    margin: 0 0 3.5rem;
  }

  .hero-about h2 {
    margin: 0 auto 6rem;
    font-size: 1.75rem;
    line-height: 2.5rem;
  }

  .our-team .boxes .box img {
    width: 160px;
    height: 160px;
  }
}

@media only screen and (min-width: 993px) {
  .header-menu-wrapper,
  .site-header .header-left ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media only screen and (max-width: 992px) {
  .connected .connection-rows {
    max-width: 748px;
    width: 100%;
    margin: 0 auto;
  }

  .connected .connected-header {
    margin: 0 auto 30px !important;
  }

  .connected-section {
    padding: 60px 0;
  }

  .connected-section .dashed-animation {
    width: 364px;
  }

  .pricing-boxes .pricing-box h3 {
    font-size: 3.125rem;
  }

  .pricing-boxes .pricing-box h3 sup {
    font-size: 2rem;
  }

  .site-header {
    padding: 25px 15px 0;
  }

  .site-header .header-left .btn-menu {
    display: block;
    width: 24px;
    height: 16px;
    background-image: url("images/icon-hamburger.svg");
    background-repeat: no-repeat;
    background-size: 24px 16px;
  }

  .site-header .header-left .header-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .site-header .header-right ul li:first-child {
    display: none;
  }

  .site-header .header-right ul li:before {
    display: none !important;
  }

  .header-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 400px;
    height: 100vh;
    z-index: 99;
    background: #f9fbfe;
    display: none;
  }

  .header-menu-wrapper.active {
    display: block;
  }

  .header-menu-wrapper .btn-menu-close {
    position: absolute;
    right: 20px;
    top: 33px;
    z-index: 99;
    width: 24px;
    height: 24px;
    background-image: url("images/icon-hamburger-close.svg");
    background-repeat: no-repeat;
    background-size: 24px 24px;
  }

  .header-menu-wrapper .header-logo-mobile {
    display: block;
    padding: 20px;
    border-bottom: 1px solid #e3eefb;
  }

  .header-menu-wrapper .logo-mobile,
  .site-header .header-left ul li:last-child {
    display: block;
  }

  .site-header .header-left .header-menu {
    display: block !important;
  }

  .site-header .header-left .header-menu > li {
    display: block;
    border-bottom: 1px solid #e3eefb;
    margin: 0 auto;
  }

  .site-header .header-left ul li a, .site-header .header-left .header-menu > li.menu-item-has-children > a {
    display: block;
    font-size: 1.125rem;
    line-height: normal;
    font-weight: 400;
    padding: 20px;
    position: relative;
  }

  .site-header .header-left .header-menu > li > a:before {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url("images/icon-menu-arrow.svg");
    background-repeat: no-repeat;
    background-size: 18px 18px;
  }
  
  .site-header .header-left .header-menu > li > a:after {
	  display: none;
  }

  .site-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc(100% - 400px);
    height: 100vh;
    z-index: 99;
    background: rgba(0, 0, 0, .4);
    display: none;
  }

  .site-overlay.active {
    display: block;
  }

  .appart-enrolled .row {
    padding: 0;
  }

  .description-box .inner.left-side:after {
    top: 146px;
    height: calc(100% - 186px);
  }

  .footer-bottom .container {
    padding: 0 30px;
  }

  .blog-hero .blog-hero-text h1:before,
  .blog-hero .blog-hero-text h1:after {
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
  }

  .blog-hero .blog-hero-text h1:before {
    margin: -15px 0 0 -40px;
  }

  .blog-hero .blog-hero-text h1,
  .blog-hero .blog-hero-text p {
    padding: 0 40px;
  }

  .connected .connected-header {
    max-width: 530px; 
  }
}

@media only screen and (max-width: 768px) {
  h1, 
  .h1-title {
    font-size: 2.25rem;
  }

  h2,
  .h2-title {
    font-size: 1.5rem;
  }

  .home-hero {
    min-height: 650px;
    padding: 170px 0;
  }

  .appart-enrolled .row {
    padding-top: 13px;
  }

  .appart-enrolled .row img {
    margin: 0 5px 20px;
  }

  .testimonial-slider .testimonial-box p {
    padding: 0 56px;
  }

  .testimonial-slider .testimonial-box p::before,
  .testimonial-slider .testimonial-box p::after {
    width: 48px;
    height: 48px;
    background-size: 48px 48px;
  }

  .x-icons,
  .description-boxes {
    padding: 150px 0 0;
  }

  .x-icons .x-icons-inner {
    padding: 0 0 30px;
  }

  .x-icons .x-icons-inner:before,
  .description-boxes .description-boxes-inner:before {
    top: 0;
    height: 100%;
  }

  .x-icons h3 {
    font-size: 1rem;
    margin: 0 auto 55px; 
  }

  .x-icons .box {
    margin: 35px auto;
  }

  .how-it-works .row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .how-it-works .text-holder h3 {
    font-size: 1.5rem;
  }

  .how-it-works h2 span {
    display: block;
  }

  p {
    font-size: 1rem;
  }

  .how-it-works .how-it-works-image {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .how-it-works .how-it-works-image img {
    max-width: 406px;
    width: 100%;
  }

  .how-it-works .how-it-works-text {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .how-it-works .how-it-works-inner:before,
  .pricing-section .pricing-section-inner:before {
    bottom: 0;
    height: 100%;
  }

  .how-it-works {
    padding: 0 0 120px;
  }

  .how-it-works h2 { 
    margin: 0 0 55px;
  }

  .how-it-works .how-it-works-inner {
    padding: 30px 0 0;
  }

  .how-it-works img {
    display: block;
    margin: 0 auto 60px;
  }

  .how-it-works .text-holder {
    text-align: center;
    padding-left: 0;
  }

  .how-it-works .text-holder ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .how-it-works .text-holder ul li {
    margin: 0 20px 20px;
  }

  .how-it-works .text-holder ul li:before {
    top: 5px;
  }

  .get-started:before,
  .footer .footer-top:before {
    top: initial;
    transform: none;
    bottom: 20px;
  }

  .half-boxes {
    padding: 90px 0 0;
  }

  .half-boxes .row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .half-box {
    margin-bottom: 90px;
    text-align: center;
  }

  .half-box .half-box-image {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important; 
    order: 2 !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .half-box .half-box-text {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 500px !important;
    margin-bottom: 50px !important;
  }

  .half-box .half-box-image img {
   margin: 0 auto !important;
  }

  .description-box .inner ul {
    padding-top: 40px;
  }

  .case-study {
    padding: 130px 0 40px;
  }

  .case-study .boxes {
    margin-left: -30px;
  }

  .case-study .boxes .box {
    margin: 0 0 70px 30px;
    width: calc(50% - 30px);
  }

  .case-study .boxes .box .inner {
    padding: 20px 15px 20px;
  }

  .case-testimonials-slider .slideshow .slideshow-inner {
    padding: 70px 25px 35px;
  }

  .our-clients ul li {
    width: 33.333%;
  }

  .hero-about {
    padding: 130px 0 60px;
  }

  .hero-about h1 {
    margin: 0 0 2.5rem;
  }

  .hero-about h2 {
    margin: 0 auto 5rem;
    font-size: 1.5rem;
    line-height: 2.4rem;
  }

  .our-team {
    padding: 60px 0 30px;
  }

  .our-team .our-team-header {
    margin: 0 auto 4rem;
  }

  .our-team .our-team-header h2 {
    margin: 0 0 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .hero-product {
    text-align: center;
  }

  .hero-product .hero-product-inner {
    background: #f9fbfe;
    padding: 120px 0 45px;
  }

  .hero-product h1 {
    margin: 0 0 2.5rem;
  }

  .hero-product .left-side {
    margin-bottom: 4rem;
  }

  .hero-product .right-side img {
    display: block;
    margin: 0 auto;
    max-width: 320px;
    width: 100%;
  }

  .connected {
    padding: 45px 0;
  }

  .connected-section {
    padding: 45px 0;
  }

  .connected .connected-header {
    margin: 0 auto !important;
  }

  .connected-section .connected-section-image {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .connected-section .connected-section-text {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  
  .connected-section .connected-section-image img.main-img {
    margin: 0 auto 35px !important;
  }

  .connected-section .connected-section-text .inner {
    max-width: 100% !important;
    text-align: center;
  }

  .connected-section .dashed-animation {
    display: none !important;
  }

  .description-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: transparent;
  }

  .description-box .inner .inner-header:before {
    max-width: 100%;
  }

  .description-box .inner {
    width: 100%;
    padding: 20px 35px 30px !important;
    background: #fff;
    border-radius: 12px;
    margin: 0 auto 70px;
  }

  .description-box .inner ul li {
    height: auto !important;
  }

  .pricing-section {
    padding: 0 0 120px;
  }

  .pricing-section .pricing-section-inner {
    padding: 30px 0 0;
  }

  .description-boxes .description-boxes-inner {
    padding: 0 0 35px;
  }

  .pricing-boxes-inner {
    max-width: 312px;
  }

  .pricing-boxes {
    padding: 0;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricing-boxes .pricing-box {
    width: 100%;
    margin: 0 auto 75px;
    padding: 25px 30px 35px;
  }

  .pricing-box-extra {
    margin: 42px auto 75px !important;
  }

  .case-testimonials .case-testimonials-wrapper:before {
    top: 0;
    height: 100%;
  }

  .our-clients .our-clients-inner:before {
    bottom: 0;
    height: 100%;
  }

  .case-testimonials {
    padding: 160px 0 0;
  }

  .our-clients {
    padding: 0 0 120px;
  }

  .blog-hero .blog-hero-inner {
    padding: 130px 0 55px;
  }

  .blog-hero .blog-hero-text {
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0 15px 35px;
  }

  .blog-hero .blog-hero-image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .blog-hero .blog-hero-image img {
    display: block;
    margin: 0 auto;
  }

  .blog-hero .container,
  .half-boxes .container {
    max-width: 100%;
  }

  .cta-wrapper { 
    padding: 70px 0 140px;
  }

  .cta-wrapper h2 {
    font-size: 2rem;
    line-height: 2.75rem;
    margin: 0 0 2rem;
  }

  .cta-wrapper:before {
    top: initial;
    transform: none;
    bottom: 20px;
    background-image: url("images/bgr-get-started-mobile.png");
    padding-bottom: 32%;
  }

  .our-team .boxes .box {
    width: calc(50% - 15px);
  }

  .footer .footer-top {
    padding: 80px 0 170px;
  }

  .footer .footer-top:before {
    background-image: url("images/bgr-get-started-mobile.png");
    padding-bottom: 45%;
  }

  .footer .footer-top h6 {
    margin: 0 0 16px;
  }

  .footer .footer-top p {
    margin: 0 0 25px;
  }

  .footer-bottom .footer-primary-menu {
    width: 100%;
    padding-top: 20px;
  }

  .footer-bottom .footer-primary-menu li {
    margin: 0 40px 0 0;
  }

  .description-box .inner.left-side:after {
    display: none;
  }

  .site-header {
    padding: 25px 0 0;
  }

  .footer-bottom .container {
    padding: 0 15px;
  }

  .post-page .post-title {
    font-size: 32px;
  }

  .post-page_content p {
    font-size: 16px;
  }

  .post-page_content h2 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 660px) {
  .home-hero {
    min-height: 580px;
    padding: 170px 0;
  }

  .get-started {
    padding: 80px 0 170px;
  }

  .get-started:before{
    background-image: url("images/bgr-get-started-mobile.png");
    padding-bottom: 45%;
  }
}

@media only screen and (max-width: 576px) {
  .home-hero {
    min-height: initial;
    padding: 130px 0 0;
  }

  .home-hero .hero-animated {
    position: initial;
    bottom: initial;
    left: initial;
    right: initial;
  }

  .home-hero h1 {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 1.5rem !important;
  }

  .description-box .inner.right-side {
    padding: 20px 35px 80px !important;
  }

  .description-box .description-circle {
    right: 10px;
    bottom: -80px;
  }

  .case-study .boxes {
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .case-study .boxes .box {
    margin: 0 auto 50px;
    width: 100%;
  }

  .case-testimonials-inner {
    padding: 0;
  }

  .case-testimonials-slider.owl-carousel .owl-dots {
    padding-top: 32px;
  }

  .case-testimonials-slider.owl-carousel .owl-nav .owl-prev,
  .case-testimonials-slider.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: initial;
    transform: none;
    bottom: -24px;
  }

  .case-testimonials-slider.owl-carousel .owl-nav .owl-prev {
    left: 0;
  }

  .case-testimonials-slider.owl-carousel .owl-nav .owl-next {
    right: 0;
  }

  .our-clients ul li {
    width: 50%;
  }

  .hero-about h1 {
    margin: 0 0 1.5rem;
  }

  .hero-about h2 {
    margin: 0 auto 3rem;
  }
}

@media only screen and (max-width: 480px) {
  h1, 
  .h1-title {
    font-size: 2rem;
  }

  .home-hero h1 {
    max-width: 350px;
  }

  .appart-enrolled h2 span {
    display: block;
  }

  .testimonial-slider .testimonial-box p {
    font-size: 1.25rem;
    padding: 0 46px;
  }

  .testimonial-slider .testimonial-box p::before,
  .testimonial-slider .testimonial-box p::after {
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
  }

  .testimonial-slider .testimonial-box .testimonial-box-author {
    padding-top: 17px;
  }

  .footer-bottom .footer-primary-menu li,
  .footer-bottom .footer-secondary-menu li {
    margin: 0 25px 0 0;
  }

  .description-box .inner {
    padding: 20px 20px 30px !important;
  }

  .site-overlay {
    display: none;
  }

  .header-menu-wrapper {
    width: 100%;
  }

  .case-study .boxes .box {
    margin: 0 auto 35px;
  }

  .our-team .boxes .box img {
    display: block;
    width: 100px;
    height: 100px;
  }

  .our-team .boxes .box h3 {
    font-size: 1rem;
  }

  .our-team .boxes .box p {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 375px) {

 /* 
  .home-hero .site-btn,
  .hero-product .site-btn {
    display: block;
    width: 100%;
  }
*/
  .hero-product h1 {
    margin: 0 0 1.5rem;
  }

  .hero-product .on-mobile {
    display: block;
    margin: 0 0 2rem;
  }

  .footer .footer-top:before {
    background-image: url("images/bgr-get-started-mobile-small.png");
  }

  .footer-bottom .footer-primary-menu li,
  .footer-bottom .footer-secondary-menu li {
    margin: 0 20px 0 0;
  }

  .testimonial-slider .testimonial-box p {
    padding: 0;
  }

  .testimonial-slider .testimonial-box p::before,
  .testimonial-slider .testimonial-box p::after {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    position: initial;
    top: initial;
    left: initial;
    margin: 0 auto 15px;
  }

  .testimonial-slider .testimonial-box p::after {
    margin: 15px auto;
  }

  .how-it-works .text-holder {
    text-align: left;
  }

  .how-it-works .text-holder ul {
    display: block;
  }

  .how-it-works .text-holder ul li {
    margin: 0 0 5px;
  }

  .get-started {
    padding: 80px 0;
  }

  .get-started p {
    margin: 0 auto 130px;
    max-width: 200px;
    width: 100%;
  }

  .get-started:before {
    background-image: url("images/bgr-get-started-mobile.png");
    padding-bottom: 50%;
    bottom: 120px;
  }

  .get-started .site-btn {
    display: block;
    width: 100%;
  }
}


@media (max-width:1025px){
	.pricing-section{
		padding-top:20px;
		padding-bottom:100px;
	}
	
	.description-boxes{
		padding-top:80px;
		padding-bottom:0px;
	}
	
	.pricing-section:before,
	.description-boxes:before{
		display:none;
	}
}

@media (max-width:767px){
	.pricing-section{
		padding-bottom:0px;
	}
	
	.description-boxes{
		padding-top:40px;
	}
}

/**/

.page-template-page-landing .site-header, .page-template-page-landing-new .site-header {
	display: none;
}

/**/

#page-home {
}

.my-hero {
	background-color: #f9fbfe;
	padding: 0 0 140px;
}

.my-hero .box {
	display: flex;
	justify-content: space-between;
}

.my-hero .box-content {
	width: 47%;
}

.my-hero .box-logo {
	padding: 40px 0 30px;
}

.my-hero .box-logo a {
	display: block;
}

.my-hero .box-logo img {
	display: block;
}

.my-hero .box-heading {
	font-size: 60px;
	line-height: 115%;
	margin: 0 0 45px;
	max-width: 100%;
}

.my-hero .box-text {
}

.my-hero .box-text p {
	font-size: 30px;
	line-height: 125%;
	margin: 0 0 15px;
}

.my-hero .box-text p:last-child {
	margin: 0;
}

.my-hero .box-text .iframe-wrapper {
	padding: 58% 0 0;
	position: relative;
	width: 100%;
}

.my-hero .box-text .iframe-wrapper iframe {
	display: block;
	height: 100%;
	left: 0;
	margin: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.my-hero .box-image {
	display: flex;
	justify-content: center;
	padding: 50px 0 0;
}

.my-hero .box-image img {
	display: block;
}

.my-hero .box-items {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 50px 0 0;
}

.my-hero .box-items .box-item {
	padding: 15px;
	width: 33.3333%;
}

.my-hero .box-items .box-item img {
	display: block;
	margin: 0 auto;
}

.my-hero .box-form {
	background-color: #2989E9;
	border-radius: 0 0 50px 50px;
	padding: 125px 50px 50px;
	width: 37%;
}

.my-hero .box-form-title {
	color: #fff;
	font-size: 32px;
	line-height: 125%;
	margin: 0 0 15px;
}

.my-hero .box-form-text {
	margin: 0 0 25px;
}

.my-hero .box-form-text p {
	color: #fff;
	font-size: 26px;
	font-weight: 400;
	line-height: 125%;
	margin: 0 0 15px;
}

.my-hero .box-form-text p:last-child {
	margin: 0;
}

.my-hero .box-form-shortcode {
}

.my-hero .box-form-shortcode .wpforms-container {
	margin: 0;
}

.my-hero .box-form-shortcode .wpforms-field {
	margin: 0 0 17px;
	padding: 0 !important;
}

.my-hero .box-form-shortcode .wpforms-field .wpforms-field-row {
	max-width: 100% !important;
}

.my-hero .box-form-shortcode .wpforms-field .wpforms-field-row:before, .my-hero .box-form-shortcode .wpforms-field .wpforms-field-row:after {
	display: none;
}

.my-hero .box-form-shortcode .wpforms-field .wpforms-field-row .wpforms-field-row-block {
	float: none;
	margin: 0 0 17px;
	width: 100%;
}

.my-hero .box-form-shortcode .wpforms-field .wpforms-field-row .wpforms-field-row-block:last-child {
	margin: 0;
}

.my-hero .box-form-shortcode .wpforms-field input[type="text"], .my-hero .box-form-shortcode .wpforms-field input[type="email"], .my-hero .box-form-shortcode .wpforms-field select {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 0;
	color: #666;
	font-size: 15px;
	height: auto;
	padding: 7px 12px !important;
	max-width: 100% !important;
}

.my-hero .box-form-shortcode .wpforms-field input[type="text"]::-webkit-input-placeholder {
	color: #666;
}

.my-hero .box-form-shortcode .wpforms-field input[type="text"]::-moz-placeholder {
	color: #666;
}

.my-hero .box-form-shortcode .wpforms-field input[type="text"]:-ms-input-placeholder {
	color: #666;
}

.my-hero .box-form-shortcode .wpforms-field input[type="text"]:-moz-placeholder {
	color: #666;
}

.my-hero .box-form-shortcode .wpforms-field input[type="email"]::-webkit-input-placeholder {
	color: #666;
}

.my-hero .box-form-shortcode .wpforms-field input[type="email"]::-moz-placeholder {
	color: #666;
}

.my-hero .box-form-shortcode .wpforms-field input[type="email"]:-ms-input-placeholder {
	color: #666;
}

.my-hero .box-form-shortcode .wpforms-field input[type="email"]:-moz-placeholder {
	color: #666;
}

.my-hero .box-form-shortcode .wpforms-field input[type="text"].wpforms-error {
	border: 1px solid #f00;
}

.my-hero .box-form-shortcode .wpforms-field .wpforms-error {
	color: #fff;
	font-size: 12px;
	line-height: 125%;
	padding: 5px 0 0;
}

.my-hero .box-form-shortcode .wpforms-field select:focus {
	border: 1px solid #fff;
}

.my-hero .box-form-shortcode .wpforms-submit-container {
	padding: 23px 0 0 !important;
}

.my-hero .box-form-shortcode .wpforms-submit-container .wpforms-submit {
	background: #fff;
	border: none;
	border-radius: 35px;
	color: #2989E9 !important;
	display: block;
	font-size: 18px !important;
	height: auto;
	line-height: 100%;
	margin: 0 auto;
	max-width: 100%;
	padding: 16px 15px 20px;
	width: 210px;
}

.my-hero .box-form-shortcode .wpforms-confirmation-container-full {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

.my-hero .box-form-shortcode .wpforms-confirmation-container-full p {
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	line-height: 150%;
	margin: 0;
}

@media (max-width: 991px) {
	.my-hero {
		padding: 0 0 80px;
	}
	.my-hero .box {
		display: block;
	}
	.my-hero .box-content {
		margin: 0 0 45px;
		width: 100%;
	}
	.my-hero .box-logo {
		padding: 50px 0;
	}
	.my-hero .box-heading {
		font-size: 42px;
		margin: 0 0 25px;
		text-align: center;
	}
	.my-hero .box-text p {
		font-size: 21px;
		text-align: center;
	}
	.my-hero .box-form {
		border-radius: 30px;
		margin: 0 auto;
		max-width: 100%;
		padding: 30px;
		width: 400px;
	}
	.my-hero .box-form-title {
		font-size: 30px;
		margin: 0 0 20px;
	}
	.my-hero .box-form-text p {
		font-size: 24px;
	}
	.my-hero .box-form-shortcode .wpforms-submit-container .wpforms-submit {
		font-size: 20px !important;
	}
}

@media (max-width: 480px) {
	.my-hero .box-items .box-item {
		width: 50%;
	}
}

/**/

.my-sponsors {
	background-color: #f9fbfe;
	padding: 0 0 120px;
}

.my-sponsors .container {
	display: block;
	max-width: 100%;
	width: 960px;
}

.my-sponsors .box {
}

.my-sponsors .box-items {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.my-sponsors .box-item {
}

.my-sponsors .box-item img {
	display: block;
}

@media (max-width: 991px) {
	.my-sponsors {
		padding: 0 0 80px;
	}
	.my-sponsors .box-items {
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 auto;
		width: 400px;
	}
	.my-sponsors .box-item {
		padding: 10px;
	}
}

/**/

.my-testimonials {
	background: url(images/bg-home.svg) no-repeat 0 100%;
	background-size: 100% auto;
	padding: 0 0 11%;
}

.my-testimonials.no-bg {
	background: none;
}

.my-testimonials .box {
}

.my-testimonials .box-items {
	display: none;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	width: 660px;
}

.my-testimonials .box-items.slick-initialized {
	display: block;
}

.my-testimonials .box-items .slick-list {
	overflow: hidden;
    padding: 65px 0 0;
}

.my-testimonials .box-items .slick-track {
	display: flex;
}

.my-testimonials .box-items .slick-arrow {
	background: #fff;
	background-position: 50% 50%;
	background-size: 13px auto;
	background-repeat: no-repeat;
	border: none;
	border-radius: 50%;
	font-size: 0;
	height: 64px;
	outline: none;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 64px;
}

.my-testimonials .box-items .slick-prev {
	background-image: url(images/arrow-slick-prev.svg);
	background-position: calc(50% - 2px) 50%;
	left: -164px;
}

.my-testimonials .box-items .slick-next {
	background-image: url(images/arrow-slick-next.svg);
	background-position: calc(50% + 2px) 50%;
	right: -164px;
}

.my-testimonials .box-items .slick-dots {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 55px 0 0;
}

.my-testimonials .box-items .slick-dots li {
	padding: 0 6px;
}

.my-testimonials .box-items .slick-dots li button {
	background: #9DC8F3;
	border: none;
	border-radius: 50%;
	font-size: 0;
	height: 12px;
	padding: 0;
	width: 12px;
}

.my-testimonials .box-items .slick-dots li.slick-active button {
	background: #2989E9;
}

.my-testimonials .box-item-wrapper {
}

.my-testimonials .box-item {
	background-color: #fff;
	border-radius: 0 40px 0 40px;
	padding: 65px 75px 35px;
}

.my-testimonials .box-item .box-item-image {
	margin: 0 0 15px;
}

.my-testimonials .box-item .box-item-image img {
	border: 6px solid #fff;
	border-radius: 50%;
	display: block;
	height: 136px;
	margin: -130px auto 0;
	width: 136px;
}

.my-testimonials .box-item .box-item-content {
	margin: 0 0 35px;
}

.my-testimonials .box-item .box-item-content p {
	color: #182b3f;
	font-size: 20px;
	line-height: 150%;
	margin: 0 0 15px;
	text-align: center;
}

.my-testimonials .box-item .box-item-content p:last-child {
	margin: 0;
}

.my-testimonials .box-item .box-item-name {
	color: #182b3f;
	font-size: 20px;
	font-weight: bold;
	line-height: 125%;
	margin: 0;
	text-align: center;
}

.my-testimonials .box-item .box-item-position {
	color: #182b3f;
	font-size: 18px;
	font-weight: normal;
	line-height: 125%;
	margin: 0;
	text-align: center;
}

.my-testimonials .box-item .box-item-logo {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 20px 0 0;
	width: 160px;
}

.my-testimonials .box-item .box-item-logo img {
	display: block;
}

@media (max-width: 1024px) {
	.my-testimonials {
		padding: 0 0 13%;
	}
	.my-testimonials .box-item {
		padding: 65px 45px 35px;
	}
	.my-testimonials .box-items .slick-prev {
		left: -75px;
	}
	.my-testimonials .box-items .slick-next {
		right: -75px;
	}
}

@media (max-width: 991px) {
	.my-testimonials .box-items .slick-prev, .my-testimonials .box-items .slick-next {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.my-testimonials {
		padding: 0 0 20%;
	}
	.my-testimonials .box {
		display: block !important;
	}
	.my-testimonials .box-item {
		padding: 65px 25px 35px;
	}
	.my-testimonials .box-item .box-item-content p {
		font-size: 18px;
	}
	.my-testimonials .box-items .slick-dots {
		padding: 30px 0 0;
	}
}

@media (max-width: 480px) {
	.my-testimonials {
		background-size: cover;
	}
}

/**/

.my-benefits {
	padding: 10px 0 100px;
}

.my-benefits .container {
	display: block;
	max-width: 100%;
	width: 1010px;
}

.my-benefits .box {
}

.my-benefits .box-heading {
	font-size: 48px;
	line-height: 125%;
	margin: 0 0 80px;
	text-align: center;
}

.my-benefits .box-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.my-benefits .box-item {
	padding: 60px 0;
	width: 46%;
}

.my-benefits .box-item .box-item-image {
	align-items: flex-end;
	display: flex;
	height: 220px;
	margin: 0 0 50px;
}

.my-benefits .box-item .box-item-image img {
	display: block;
	margin: 0 auto;
	max-height: 220px;
	max-width: 295px;
}

.my-benefits .box-item .box-item-title {
	display: flex;
	margin: 0 0 15px;
}

.my-benefits .box-item .box-item-title span {
	align-items: center;
	background-color: #2989E9;
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex: 0 0 41px;
	font-size: 25px;
	font-weight: bold;
	justify-content: center;
	height: 41px;
	margin: 0 19px 0 0;
	width: 41px;
}

.my-benefits .box-item .box-item-title h4 {
	color: #182B3F;
	font-size: 32px;
	line-height: 125%;
	margin: 0;
}

.my-benefits .box-item .box-item-text {
	padding: 0 0 0 60px;
}

.my-benefits .box-item .box-item-text p {
	font-size: 18px;
	line-height: 150%;
	margin: 0 0 15px;
}

.my-benefits .box-item .box-item-text p:last-child {
	margin: 0;
}

@media (max-width: 767px) {
	.my-benefits {
		padding: 50px 0;
	}
	.my-benefits .box-heading {
		font-size: 36px;
		margin: 0 0 40px;
	}
	.my-benefits .box-items {
		display: block;
	}
	.my-benefits .box-item {
		margin: 0 auto;
		max-width: 100%;
		padding: 30px 0;
		width: 300px;
	}
	.my-benefits .box-item .box-item-title {
		display: block;
	}
	.my-benefits .box-item .box-item-title span {
		margin: 0 auto 10px;
	}
	.my-benefits .box-item .box-item-title h4 {
		font-size: 24px;
		text-align: center;
	}
	.my-benefits .box-item .box-item-text {
		padding: 0;
		text-align: center;
	}
}

/**/

.footer-bot {
	background-color: #fafbff;
	padding: 20px 0 55px;
}

.footer-bot .container {
	max-width: 100%;
	padding: 0 55px;
	width: 1320px;
}

.footer-bot .box {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.footer-bot .box .box-left {
	width: 165px;
}

.footer-bot .box .box-center {
	padding: 0 25px;
}

.footer-bot .box .box-right {
	width: 165px;
}

.footer-form {
}

.footer-form h4 {
	font-size: 22px;
	line-height: 125%;
	margin: 0 0 10px;
	text-align: center;
}

.footer-form .wpforms-container-full {
	margin: 0;
}

.footer-form .wpforms-container-full .wpforms-confirmation-container-full {
	background-color: #4ee980;
	border: none;
	margin: 0;
}

.footer-form .wpforms-container-full .wpforms-confirmation-container-full p {
	color: #fff;
    font-size: 16px;
    line-height: 125%;
}

.footer-form .wpforms-container-full form {
	display: flex;
	justify-content: space-between;
}

.footer-form .wpforms-container-full .wpforms-field-container {
	padding: 0 20px 0 0;
	width: 100%;
}

.footer-form .wpforms-container-full .wpforms-field-container .wpforms-field {
	overflow: visible !important;
	padding: 0;
}

.footer-form .wpforms-container-full .wpforms-field-container .wpforms-field input[type="email"] {
	border: 2px solid #d1e3f6;
    font-size: 16px;
    height: 40px;
    margin: 0;
    max-width: 100%;
    padding: 0 15px;
}

.footer-form .wpforms-container-full .wpforms-field-container .wpforms-field .wpforms-error {
	color: #f00;
    font-size: 14px;
    line-height: 125%;
    margin: 5px 0 0;
}

.footer-form .wpforms-container-full .wpforms-submit-container {
	flex: 0 0 120px;
	padding: 0 !important;
}

.footer-form .wpforms-container-full .wpforms-submit-container .wpforms-submit {
	background-color: #4795ee;
	border: none;
	border-radius: 20px;
	color: #fff;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	width: 100%;
}

.footer-form .wpforms-container-full .wpforms-submit-container .wpforms-submit:hover {
	background-color: #4795ee;
	border: none;
}

.footer-bot .box-social {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-bot .box-social li {
	padding: 0 13px;
}

.footer-bot .box-social li a {
	display: block;
}

.footer-bot .box-social li img {
	display: block;
}

.footer-bot .box-text {
	color: #DADFE2;
	font-size: 10px;
	line-height: 100%;
}

@media (max-width: 1024px) {
	.footer-bot .box {
		justify-content: space-between;
	}
	.footer-bot .box-social li {
		padding: 0 20px 0 0;
	}
}

@media (max-width: 991px) {
	.footer-bot .box {
		display: block !important;
	}
	.footer-bot .box .box-left {
		display: none;
	}
	.footer-bot .box .box-center {
		display: block;
		margin: 0 auto 70px;
		max-width: 100%;
		padding: 30px 0 0;
		width: 400px;
	}
	.footer-bot .box .box-right {
		display: flex;
		justify-content: center;
		width: 100%;
	}
	.footer-bot .box-right .box-social {
		display: flex;
		margin: 0 !important;
	}
	.footer-bot .box-right .box-text {
		margin: 5px 0 0;
	}
}

@media (max-width: 768px) {
	.footer-bot .box .box-right {
		display: block;
	}
	.footer-bot .box-right .box-social {
		justify-content: center;
		margin: 0 0 10px !important;
	}
	.footer-bot .box-right .box-social li {
		padding: 0 10px;
	}
}

@media (max-width: 540px) {
	.footer-form .wpforms-container-full form {
		display: block;
	}
	.footer-form .wpforms-container-full .wpforms-field-container {
		margin: 0 0 15px;
		padding: 0;
	}
	.footer-form .wpforms-container-full .wpforms-submit-container {
		width: 100%;
	}
}

/**/

.post-form {
	background-color: #f9faff;
	border-radius: 60px;
	margin: 30px 0;
	padding: 50px 60px;
}

.post-form .post-form-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 125%;
    margin: 0 0 10px;
    text-align: center;
}

.post-form .post-form-subtitle {
	font-size: 20px;
	font-weight: normal;
	line-height: 125%;
	margin: 0 0 20px;
	text-align: center;
}

.post-form .wpforms-container-full {
	margin: 0;
}

.post-form .wpforms-container-full .wpforms-form .wpforms-field-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.post-form .wpforms-container-full .wpforms-form .wpforms-field {
	padding: 10px 0;
	width: 48%;
}

.post-form .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-name {
	padding: 0;
	width: 100%;
}

.post-form .wpforms-container-full .wpforms-form .wpforms-field-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 100% !important;
}

.post-form .wpforms-container-full .wpforms-form .wpforms-field-row:before, .post-form .wpforms-container-full .wpforms-form .wpforms-field-row:after {
	display: none;
}

.post-form .wpforms-container-full .wpforms-form .wpforms-field-row .wpforms-one-half {
	padding: 10px 0;
	width: 48%;
}

.post-form .wpforms-container-full .wpforms-form .wpforms-field input[type="text"], .post-form .wpforms-container-full .wpforms-form .wpforms-field input[type="email"], .post-form .wpforms-container-full .wpforms-form .wpforms-field select {
	max-width: 100%;
	width: 100%;
}

.post-form .wpforms-container-full .wpforms-form .wpforms-submit-container {
	display: flex;
	justify-content: center;
	padding: 25px 0 0;
}

.post-form .wpforms-container-full .wpforms-form .wpforms-submit-container button {
	background-color: #2989E9;
	border: none;
	border-radius: 30px;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	line-height: 100%;
	padding: 16px 35px;
	text-align: center;
}

.post-form .wpforms-container-full .wpforms-form .wpforms-submit-container button:hover {
	background-color: #2989E9;
	border: none;
	color: #fff;
}

@media (max-width: 767px) {
	.post-form {
		border-radius: 30px;
		padding: 40px 30px;
	}
	.post-form .wpforms-container-full .wpforms-form .wpforms-field-row .wpforms-one-half {
		margin: 0;
		width: 100%;
	}
	.post-form .wpforms-container-full .wpforms-form .wpforms-field {
		width: 100%;
	}
}

/**/

.hb-bar-bottom.hellobar {
	bottom: 0 !important;
	position: fixed !important;
	width: 100% !important;
}

.post-form .wpforms-confirmation-container-full p {
	text-align: center;
}
.my-hero .box {
	flex-wrap: wrap;
}
.my-hero .video-holder {
	width: 100%;
	order: 1;
}
.my-hero .btn-holder {
	margin: 100px 0 0;
	text-align: center;
}

.my-hero .box-content .btn-holder {
	margin: 50px 0 0;
	text-align: left;
}

.my-hero .btn-holder .site-btn.blue-btn {
	background: #2989E9;
}
.my-hero .btn-holder .site-btn.show-video {
    line-height: 125%;
    padding: 15px 25px 15px 50px;
    position: relative;
}
.my-hero .btn-holder .site-btn.blue-btn:hover {
	border-color: #2989E9;
    color: #2989E9;
	background: white;
}
.my-hero .btn-holder .site-btn.show-video:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 18px solid rgba(255, 255, 255, 0.5);
    content: '';
    height: 0;
    left: 22px;
    position: absolute;
    top: 16px;
    width: 0;
}
.my-hero .btn-holder .site-btn.blue-btn.show-video:hover:before {
    border-left: 18px solid #2989E9;
}

/**/

.my-hero .box-video-wrapper {
	align-items: center;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	height: 100%;
	justify-content: center;
	left: 0;
	padding: 0 20px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999999;
}

.my-hero .box-video-wrapper.active {
	display: flex;
}

.my-hero .box-video {
    margin: 0 auto;
    max-width: 100%;
    position: relative;
	text-align: center;
	width: 600px;
}
.my-hero .box-video .icon-close {
	background-color: #333;
	border-radius: 50%;
	cursor: pointer;
	height: 30px;
	position: absolute;
	right: -15px;
	top: -15px;
	width: 30px;
	z-index: 1;
}
.my-hero .box-video .icon-close:before,
.my-hero .box-video .icon-close:after {
    background-color: #fff;
    content: '';
    display: block;
    height: 20px;
    left: 14px;
    position: absolute;
    top: 5px;
    width: 2px;
}
.my-hero .box-video .icon-close:before {
    transform: rotate(-45deg);
}
.my-hero .box-video .icon-close:after {
    transform: rotate(45deg);
}
@media (max-width: 991px) {
	.my-hero .btn-holder {
		margin: 50px 0;
	}
	.my-hero .box-video {
		margin: 40px auto;
	}
}

.fix-overlay{
	position:static;
}

.box-video.overlay{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	z-index:991;
	margin-top:-250px;
}


.box-video.overlay:after{
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
	z-index:-1;
}



@media (max-width:767px){
	.box-video.overlay{
		margin-top:0px;
		position:relative;
	}
	

}

.site-btn.shortcode-btn {
	margin: auto;
	width: 220px;
	height: 60px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.page-template-page-landing .box-form .box-form-shortcode form {
	color: #fff;
}

/**/

.onboarding-items {
}

.onboarding-item {
	align-items: center;
	border-radius: 12px;
	box-shadow: 0 2px 16px rgb(0 0 0 / 10%);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 75px;
	padding: 45px 35px;
}

.onboarding-item:last-child {
	margin: 0;
}

.onboarding-item .onboarding-image {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: 200px;
}

.onboarding-item .onboarding-image img {
	display: block;
	max-width: 100%;
}

.onboarding-item .onboarding-text {
	padding: 0 30px;
	width: calc(100% - 400px);
}

.onboarding-item .onboarding-text h2 {
	color: #172A40;
	font-size: 28px;
	font-weight: 700;
	line-height: 125%;
	margin: 0 0 20px;
}

.onboarding-item .onboarding-text p {
	color: #304257;
	font-size: 18px;
	line-height: 150%;
	margin: 0;
}

.onboarding-item .onboarding-register {
	width: 200px;
}

.onboarding-item .onboarding-register .onboarding-btn {
	width: 100%;
}

.onboarding-item .onboarding-register .onboarding-btn a {
	background: #2F80ED;
	border-radius: 99px;
	box-shadow: 0px 2px 12px rgb(0 0 0 / 10%);
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 125%;
	padding: 14px 30px;
	text-align: center;
	width: 100%;
}

.onboarding-item .onboarding-register .onboarding-btn a:hover {
	background: #F2994A;
}

@media (max-width: 1199px) {
	.onboarding-item .onboarding-text {
		padding: 0 0 0 30px;
		width: calc(100% - 200px);
	}
	.onboarding-item .onboarding-register {
		display: flex;
		justify-content: center;
		padding: 30px 0 0;
		width: 100%;
	}
	.onboarding-item .onboarding-register .onboarding-btn {
		width: auto;
	}
}

@media (max-width: 768px) {
	.onboarding-item {
		display: block;
	}
	.onboarding-item .onboarding-image {
		padding: 0 0 30px;
	}
	.onboarding-item .onboarding-text {
		padding: 0;
		width: 100%;
	}
}

@media (max-width: 600px) {
	.onboarding-item {
		margin: 0 0 30px;
		padding: 30px 25px;
	}
	.onboarding-item:last-child {
		margin: 0;
	}
	.onboarding-item .onboarding-text h2 {
		font-size: 25px;
	}
}

.faq-content.past-webinars h1 {
    margin-top: 50px;
}

/**/

#page-contact {
	padding: 140px 0 100px;
}

#page-contact .box-cols {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

#page-contact .box-contact {
	width: 50%;
}

#page-contact .box-info {
	padding: 0 0 0 64px;
    width: 50%;
}

@media (max-width: 991px) {
	#page-contact {
		padding: 100px 0 50px;
	}
	#page-contact .box-cols {
		display: block;
	}
	#page-contact .box-contact {
		margin: 0 0 80px;
		width: 100%;
	}
	#page-contact .box-info {
		padding: 0;
		width: 100%;
	}
}

/**/

#page-contact .box-text {
	margin: 0 0 35px;
}

#page-contact .box-text h3 {
	font-size: 48px;
	line-height: 125%;
	margin: 0 0 20px;
}

#page-contact .box-text p {
	font-size: 23px;
	line-height: 150%;
	margin: 0 0 25px;
}

#page-contact .box-text p:last-child {
	margin: 0;
}

@media (max-width: 991px) {
	#page-contact .box-text h3 {
		font-size: 32px;
		margin: 0 0 10px;
	}
	#page-contact .box-text p {
		font-size: 18px;
	}
}

/**/

#page-contact .box-form {
	background-color: #f9fbfe;
	border: 1px solid #d1ddec;
	border-radius: 20px;
	padding: 50px 40px 65px;
}

#page-contact .box-form .wpforms-container-full {
	margin: 0;
}

#page-contact .box-form .wpforms-field-container {
	
}

#page-contact .box-form .wpforms-field-container .wpforms-field {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	line-height: 125%;
	padding: 0;
	width: 100%;
}

#page-contact .box-form .wpforms-field-container .wpforms-field.wpforms-field-name, #page-contact .box-form .wpforms-field-container .wpforms-field.wpforms-field-text, #page-contact .box-form .wpforms-field-container .wpforms-field.wpforms-field-email, #page-contact .box-form .wpforms-field-container .wpforms-field.wpforms-field-select, #page-contact .box-form .wpforms-field-container .wpforms-field.wpforms-field-captcha, #page-contact .box-form .wpforms-field-container .wpforms-field.wpforms-field-number, #page-contact .box-form .wpforms-field-container .wpforms-field.wpforms-field-phone {
	margin: 0 0 25px;
}

#page-contact .box-form .wpforms-field-container .wpforms-field-medium {
	width: 100%;
}

#page-contact .box-form .wpforms-field-container .wpforms-field-medium.wpforms-field-row {
	display: flex;
	margin: 0 -15px;
	max-width: none;
	width: calc(100% + 30px);
}

#page-contact .box-form .wpforms-field-container .wpforms-one-half {
	margin: 0;
	padding: 0 15px;
	width: 100%;
}

#page-contact .box-form .wpforms-field-container .wpforms-field input[type="text"], #page-contact .box-form .wpforms-field-container .wpforms-field input[type="email"], #page-contact .box-form .wpforms-field-container .wpforms-field input[type="number"], #page-contact .box-form .wpforms-field-container .wpforms-field input[type="tel"] {
	border: 1px solid #d1ddec;
	color: #48596e;
	font-size: 23px;
	height: auto;
	line-height: 125%;
	max-width: 100%;
	padding: 20px 20px;
	width: 100%;
}

#page-contact .box-form .wpforms-field-container .wpforms-field input::-webkit-input-placeholder {
	color: #48596e;
}

#page-contact .box-form .wpforms-field-container .wpforms-field input::-moz-placeholder {
	color: #48596e;
}

#page-contact .box-form .wpforms-field-container .wpforms-field input:-ms-input-placeholder {
	color: #48596e;
}

#page-contact .box-form .wpforms-field-container .wpforms-field input:-moz-placeholder {
	color: #48596e;
}

#page-contact .box-form .wpforms-field-container .wpforms-field select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(images/icon-arrow-down.svg) no-repeat calc(100% - 15px) 50% #fff;
	background-size: 15px auto;
	border: 1px solid #d1ddec;
	color: #48596e;
	font-size: 23px;
	height: auto;
	line-height: 125%;
	max-width: 100%;
	padding: 20px 20px;
	width: 100%;
}

#page-contact .box-form .wpforms-field-container .wpforms-field.wpforms-field-captcha .wpforms-captcha-question {
	color: #48596e;
	font-size: 23px;
	line-height: 125%;
	margin: 0 0 10px;
	width: 100%;
}

#page-contact .box-form .wpforms-field-container .wpforms-field.wpforms-field-captcha .wpforms-captcha-question input[type="text"] {
}

#page-contact .box-form .wpforms-submit-container {
	display: flex;
	justify-content: center;
	padding: 45px 0 0;
}

#page-contact .box-form .wpforms-submit-container button[type="submit"] {
	background-color: #3588e6;
	border-radius: 60px;
	color: #fff;
	font-size: 28px;
	line-height: 125%;
	max-width: 100%;
	padding: 25px 23px;
	width: 380px;
}

@media (max-width: 991px) {
	#page-contact .box-form {
		border-radius: 10px;
		padding: 20px;
	}
	#page-contact .box-form .wpforms-field-container .wpforms-field input[type="text"], #page-contact .box-form .wpforms-field-container .wpforms-field input[type="email"] {
		font-size: 18px;
		padding: 15px 15px;
	}
	#page-contact .box-form .wpforms-field-container .wpforms-field select {
		font-size: 18px;
		padding: 15px 15px;
	}
	#page-contact .box-form .wpforms-field-container .wpforms-field.wpforms-field-captcha .wpforms-captcha-question {
		font-size: 18px;
	}
	#page-contact .box-form .wpforms-submit-container button[type="submit"] {
		font-size: 20px;
		padding: 15px 20px;
		width: 200px;
	}
}

/**/

#page-contact .box-email {
	background: url(images/icon-mail.svg) no-repeat 0 0;
	background-size: 40px auto;
	font-size: 26px;
	line-height: 135%;
	margin: 0 0 30px 20px;
	padding: 0 0 5px 55px;
}

#page-contact .box-address {
	background: url(images/icon-pin.svg) no-repeat 0 0;
	background-size: 40px auto;
	font-size: 26px;
	line-height: 135%;
	margin: 0 0 30px 20px;
    padding: 0 0 5px 55px;
}

#page-contact .box-iframe {
}

#page-contact .box-iframe .iframe-wrapper {
	display: block;
	height: 0;
	padding: 120% 0 0;
	position: relative;
	width: 100%;
}

#page-contact .box-iframe iframe {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

@media (max-width: 991px) {
	#page-contact .box-address {
		font-size: 20px;
		margin: 0 0 50px;
	}
	#page-contact .box-email {
		font-size: 20px;
		margin: 0 0 50px;
	}
}

#page-contact + .footer .footer-top {
	display: none;
}

.row.pricing,
.pricing-boxes{
	flex-wrap:nowrap;
}

.flexible-col,
.pricing-boxes .pricing-box{
	padding-left:15px;
	padding-right:15px;
	width:100%;
}

@media (min-width:768px) and (max-width:991px){
	.flexible-col,
	.pricing-boxes .pricing-box{
		padding-left:7px;
		padding-right:7px;
	}
}

@media (max-width:767px){
	.row.pricing,
	.pricing-boxes{
		flex-wrap:wrap;
	}
	
	.prefered-col.flexible-col{
		margin-top:40px;
	}
}























