@font-face {
  font-family: 'NowayRoundRegular';
  src: url('../fonts/NowayRoundRegular.eot');
  src: url('../fonts/NowayRoundRegular.eot') format('embedded-opentype'), url('../fonts/NowayRoundRegular.woff2') format('woff2'), url('../fonts/NowayRoundRegular.woff') format('woff'), url('../fonts/NowayRoundRegular.ttf') format('truetype'), url('../fonts/NowayRoundRegular.svg#NowayRoundRegular') format('svg');
}
@font-face {
  font-family: 'helveticaneue';
  src: url('../fonts/helveticaneue.eot');
  src: url('../fonts/helveticaneue.eot') format('embedded-opentype'), url('../fonts/helveticaneue.woff2') format('woff2'), url('../fonts/helveticaneue.woff') format('woff'), url('../fonts/helveticaneue.ttf') format('truetype'), url('../fonts/helveticaneue.svg#helveticaneue') format('svg');
}
@font-face {
  font-family: 'helveticaneuemedium';
  src: url('../fonts/helveticaneuemedium.eot');
  src: url('../fonts/helveticaneuemedium.eot') format('embedded-opentype'), url('../fonts/helveticaneuemedium.woff2') format('woff2'), url('../fonts/helveticaneuemedium.woff') format('woff'), url('../fonts/helveticaneuemedium.ttf') format('truetype'), url('../fonts/helveticaneuemedium.svg#helveticaneuemedium') format('svg');
}
@font-face {
  font-family: 'HelveticaNeueLightItalic';
  src: url('../fonts/HelveticaNeueLightItalic.eot');
  src: url('../fonts/HelveticaNeueLightItalic.eot') format('embedded-opentype'), url('../fonts/HelveticaNeueLightItalic.woff2') format('woff2'), url('../fonts/HelveticaNeueLightItalic.woff') format('woff'), url('../fonts/HelveticaNeueLightItalic.ttf') format('truetype'), url('../fonts/HelveticaNeueLightItalic.svg#HelveticaNeueLightItalic') format('svg');
}
.font-NoWayRound {
  font-family: 'NowayRoundRegular';
}
.font-HelveticaMedium {
  font-family: 'helveticaneuemedium';
}
.font-HelveticaItalic {
  font-family: 'HelveticaNeueLightItalic';
}
a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
a,
a:focus,
a:active,
a:visited,
a:hover {
  text-decoration: none;
  outline: none;
}
*:focus {
  outline: none;
}
button {
  outline: none !important;
}
body {
  color: #7f7f7f;
  font-size: 14px;
  font-family: 'helveticaneue';
  font-weight: 400;
  line-height: normal;
}
h1 a,
h2 a,
h3 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover {
  color: inherit;
  opacity: 0.7;
}
section {
  width: 100%;
}
section.nav-bar {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1000;
  background-color: transparent;
  padding: 40px 0px 20px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
section.nav-bar.scrolled {
  padding: 20px 0px;
  background-color: #233f8b;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
section.nav-bar.front-nav-bar {
  padding: 80px 0px 20px;
}
section.nav-bar.front-nav-bar.scrolled {
  padding: 20px 0px;
}
section.footer {
  padding: 100px 0px 90px;
  background-color: #44bd96;
  background-image: url('../img/foot-bg.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}
section.home-hero {
  padding: 250px 0px 50px;
  background-color: #233f8b;
  background-image: url('../img/home-bg.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 910px auto;
}
section.section-1 {
  padding: 100px 0px;
  background-image: url('../img/bg-01.jpg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
}
section.section-2 {
  background-color: #f5c824;
  overflow-x: hidden;
}
section.section-3 {
  padding: 100px 0px 150px;
  overflow-x: hidden;
}
section.testimonials-section {
  background-color: #f5f4ef;
}
section.privacy-hero {
  padding: 250px 0px 200px;
  background-color: #233f8b;
  background-image: url('../img/privacy-bg.jpg');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
}
section.category-hero {
  padding: 170px 0px 50px;
  background-color: #233f8b;
}
section.privacy-section {
  padding: 100px 0px;
}
section.single-hero {
  position: relative;
  padding: 170px 0px 20px;
  background-color: #233f8b;
}
section.single-content {
  padding: 30px 0 30px;
}
section.related-section {
  padding: 70px 0px 20px;
  background-color: #f5f4ef;
}
section.general-hero {
  position: relative;
  padding: 250px 0px 200px;
  background-color: #233f8b;
}
section.general-hero.small {
  padding: 130px 0px 40px;
}
section.category-listing {
  padding: 30px 0px;
}
section.category-listing .spacer {
  margin-bottom: 15px;
}
.nav-bar.front-nav-bar .nav-line .logo-holder img {
  max-height: 77px;
}
.nav-bar.front-nav-bar .nav-line .phone-menu {
  background-image: url('../img/lines.png');
  background-color: #fff;
}
.nav-bar.front-nav-bar.scrolled .nav-line .logo-holder img {
  max-height: 50px;
}
.nav-bar.front-nav-bar.scrolled .nav-line .phone-menu {
  margin-top: 14px;
  background-image: url('../img/lines.png');
}
.nav-bar.scrolled .nav-line .logo-holder img {
  max-height: 50px;
}
.nav-bar.scrolled .nav-line .phone-menu {
  margin-top: 14px;
}
.nav-bar .nav-line {
  padding: 0px;
}
.nav-bar .nav-line .logo-holder {
  float: left;
}
.nav-bar .nav-line .logo-holder img {
  max-height: 77px;
  width: auto;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.nav-bar .nav-line .phone-menu {
  float: right;
  display: block;
  width: 28px;
  height: 24px;
  margin-top: 27px;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../img/lines.png');
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  display: none;
}
#menu-primary-menu-1 {
  font-family: "NowayRoundRegular", sans-serif;
  letter-spacing: 1px;
}
#menu-primary-menu-1 .nav-link {
  color: #ffffff;
}
.scrolled .nav-link {
  font-size: 0.9rem !important;
}
#header-menu .nav-link {
  font-size: 1rem;
  padding-right: 0.9rem;
}
#main {
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  left: 0px;
}
#main.moved {
  left: -320px;
}
.overlay {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 8888;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.overlay.active {
  display: block;
}
.side-nav {
  height: 100%;
  width: 320px;
  position: fixed;
  z-index: 9999;
  top: 0px;
  right: -320px;
  background-color: #233f8b;
  overflow-x: hidden;
  padding-top: 60px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.side-nav.visible {
  right: 0px;
  -webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.2);
}
.side-nav .close-nav {
  position: absolute;
  display: block;
  top: 20px;
  right: 30px;
  width: 25px;
  height: 25px;
  border: none;
  padding: 0px;
  background-color: transparent;
  background-image: url('../img/close-icon.png');
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.side-nav .close-nav:hover {
  opacity: 0.7;
}
.side-nav .primary-menu {
  padding: 0px 30px;
  margin: 0px;
  list-style: none;
}
.side-nav .primary-menu li {
  display: block;
  margin-bottom: 10px;
}
.side-nav .primary-menu li a {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.side-nav .primary-menu li a:before {
  content: '';
  display: inline-block;
  width: 0px;
  height: 0px;
  border-top: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 0px solid #fff;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
}
.side-nav .primary-menu li a:hover:before {
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
}
.side-nav .primary-menu li ul {
  padding: 15px 0px 0px 30px;
}
.side-nav .side-logo {
  padding: 0px 30px 30px;
}
.side-nav .side-logo img {
  max-height: 77px;
  width: auto;
}
.app-btn {
  display: inline-block;
  height: 49px;
  padding: 11px 58px 0px;
  border: 1px solid #0ea5d0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #0ea5d0;
  text-align: center;
  color: #fff;
  font-family: 'NowayRoundRegular';
  font-size: 16px;
  font-weight: 700;
}
.app-btn.safari-btn {
  padding: 16px 58px 0px;
}
.app-btn:hover {
  color: #0ea5d0;
  background-color: #fff;
}
.theme-button > a {
  display: inline-block;
  height: 49px;
  padding: 11px 58px 0px;
  border: 1px solid #0ea5d0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #0ea5d0;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
  font-family: 'NowayRoundRegular';
  font-size: 16px;
  font-weight: 700;
}
.theme-button > a.safari-btn {
  padding: 16px 58px 0px;
}
.theme-button > a:hover {
  color: #0ea5d0 !important;
  background-color: #fff;
}
.footer .footer-devider {
  width: 100%;
  height: 1px;
  margin: 40px 0px;
  background-color: #d8d8d8;
}
.footer .foot-logo-holder {
  width: 100%;
  padding-bottom: 40px;
}
.footer .foot-logo-holder img {
  max-height: 77px;
  width: auto;
}
.footer .foot-text-holder p {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.58;
  margin: 0px;
}
.footer .menu-footer-menu-container,
.footer .menu-social-menu-container {
  padding-left: 60px;
}
.footer .footer-links {
  padding: 0px;
  margin: 0px;
  list-style: none;
  width: 100%;
}
.footer .footer-links li {
  display: block;
  margin-bottom: 10px;
}
.footer .footer-links li:first-child {
  margin-bottom: 25px;
}
.footer .footer-links li:first-child a {
  font-size: 14px;
  font-family: 'helveticaneuemedium';
  pointer-events: none;
}
.footer .footer-links li a {
  color: #fff;
  font-size: 12px;
}
.footer .footer-links li a:hover {
  opacity: 0.7;
}
.footer .form-holder h4 {
  color: #fff;
  font-size: 14px;
  font-family: 'helveticaneuemedium';
  margin: 0px 0px 20px 20px;
}
.footer .form-holder .subs-input {
  position: relative;
}
.footer .form-holder .subs-input input[type=email] {
  width: 100%;
  height: 49px;
  padding: 0px 55px 0px 20px;
  background-color: #fff;
  border: none;
  border-radius: 24px;
  -webkit-border-radius: 24px;
}
.footer .form-holder .subs-input input[type=submit] {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 41px;
  height: 41px;
  border: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #44bd96;
  background-image: url('../img/arrow.png');
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
}
.footer .foot-text p {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.58;
  margin: 0px;
}
.footer .wpcf7-response-output {
  background: #fff;
}
.home-hero .hero-container {
  width: 100%;
  max-width: 500px;
}
.home-hero .hero-container h1 {
  color: #ffffff;
  font-size: 84px;
  font-family: 'NowayRoundRegular';
  line-height: 1.07;
  margin: 0px 0px 20px;
}
.home-hero .hero-container h3 {
  width: 100%;
  max-width: 360px;
  color: #919fc5;
  font-size: 18px;
  line-height: 1.5;
  margin: 0px 0px 25px;
}
.home-hero .hero-container h5 {
  color: #ffffff;
  font-size: 12px;
  font-family: 'NowayRoundRegular';
  margin: 0px 0px 50px;
}
.home-hero .hero-container h5:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  background-image: url('../img/star.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.home-hero .hero-container .app-btn {
  margin-bottom: 100px;
}
.home-hero .hero-box {
  background-color: #fff;
  width: 100%;
  padding: 30px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  box-shadow: 0 17px 52px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 17px 52px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 17px 52px 0 rgba(0, 0, 0, 0.05);
}
.home-hero .hero-box img {
  flex: 0 0 60px;
}
.home-hero .hero-box h4 {
  flex: 1;
  color: #233f8b;
  font-size: 16px;
  font-family: 'NowayRoundRegular';
  margin: 0px 0px 0px 30px;
}
.section-1 .text-block {
  width: 100%;
}
.section-1 .text-block h4 {
  color: #919fc5;
  font-size: 20px;
  margin: 0px 0px 15px;
}
.section-1 .text-block h2 {
  color: #233f8b;
  font-size: 40px;
  line-height: 1.15;
  font-family: 'NowayRoundRegular';
  margin: 0px 0px 30px;
}
.section-1 .text-block p {
  font-size: 20px;
  line-height: 1.67;
  margin: 0px 0px 30px;
}
.section-2 .text-block {
  width: 100%;
  max-width: 270px;
  margin: 0px auto;
}
.section-2 .text-block img {
  margin-bottom: 50px;
}
.section-2 .text-block h2 {
  color: #ce5b2c;
  font-size: 40px;
  line-height: 1.15;
  font-family: 'NowayRoundRegular';
  margin: 0px 0px 30px;
}
.section-2 .text-block p {
  color: #ce5b2c;
  font-size: 20px;
  line-height: 1.67;
  margin: 0px;
}
.section-2 .image-block {
  position: relative;
  display: inline-block;
}
.section-2 .image-block:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0px;
  bottom: 0px;
  width: 9999px;
  background-color: #b53e87;
}
.section-3 .text-block {
  width: 100%;
}
.section-3 .text-block img {
  margin-bottom: 50px;
}
.section-3 .text-block h4 {
  color: #a4ddca;
  font-size: 20px;
  margin: 0px 0px 15px;
}
.section-3 .text-block h2 {
  color: #4abc96;
  font-size: 40px;
  line-height: 1.15;
  font-family: 'NowayRoundRegular';
  margin: 0px 0px 55px;
}
.section-3 .text-block p {
  font-size: 20px;
  line-height: 1.67;
  margin: 0px;
}
.testimonials-slider {
  width: 100%;
  padding: 0px 135px;
}
.testimonials-slider .testimonial-holder {
  width: 100%;
  padding: 100px 0px;
  max-width: 1110px;
  margin: 0px auto;
}
.testimonials-slider .testimonial-holder h2 {
  width: 100%;
  max-width: 485px;
  color: #233f8b;
  font-size: 44px;
  font-family: 'NowayRoundRegular';
  line-height: 1.05;
  text-align: center;
  margin: 0px auto 50px;
}
.testimonials-slider .testimonial-holder h3 {
  color: #233f8b;
  font-size: 16px;
  font-family: 'NowayRoundRegular';
  text-align: center;
  margin: 0px 0px 10px;
}
.testimonials-slider .testimonial-holder h4 {
  color: #8e9bbe;
  font-size: 18px;
  text-align: center;
  margin: 0px 0px 15px;
}
.testimonials-slider .testimonial-holder h5 {
  color: #8e9bbe;
  font-family: 'NowayRoundRegular';
  font-size: 14px;
  text-align: center;
  margin: 0px;
}
.testimonials-slider .testimonial-holder .quote-text {
  width: 100%;
  padding: 0px 50px 50px;
  background-image: url('../img/open-quotes.png'), url('../img/close-quotes.png');
  background-position: top left, top right;
  background-repeat: no-repeat, no-repeat;
}
.testimonials-slider .testimonial-holder .quote-text p {
  width: 100%;
  max-width: 640px;
  font-family: 'HelveticaNeueLightItalic';
  font-size: 24px;
  line-height: 1.46;
  text-align: center;
  margin: 0px auto;
}
.testimonials-slider .testimonial-holder .image-outer {
  width: 131px;
  height: 99px;
  padding: 6px 6px 6px 25px;
  background-color: #fff;
  border-radius: 49px;
  -webkit-border-radius: 49px;
  margin: 0px auto 15px;
}
.testimonials-slider .testimonial-holder .image-outer .image-inner {
  position: relative;
  width: 87px;
  height: 87px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.testimonials-slider .testimonial-holder .image-outer .image-inner img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  width: 77px;
  margin: auto !important;
}
.testimonials-slider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 125px;
  height: 248px;
  margin-top: -124px;
  border: none;
  background-color: #fff;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}
.testimonials-slider .slick-arrow.slick-prev {
  left: 0px;
  background-image: url(../img/prev-arrow.jpg);
  background-position: center left 40px;
  border-top-right-radius: 248px;
  -webkit-border-top-right-radius: 248px;
  border-bottom-right-radius: 248px;
  -webkit-border-bottom-right-radius: 248px;
}
.testimonials-slider .slick-arrow.slick-next {
  right: 0px;
  background-image: url(../img/next-arrow.jpg);
  background-position: center right 40px;
  border-top-left-radius: 248px;
  -webkit-border-top-left-radius: 248px;
  border-bottom-left-radius: 248px;
  -webkit-border-bottom-left-radius: 248px;
}
.general-hero .hero-container h1,
.privacy-hero .hero-container h1 {
  color: #ffffff;
  font-size: 48px;
  font-family: 'NowayRoundRegular';
  margin: 0px;
}
.single-hero .hero-container {
  width: 100%;
  max-width: 600px;
}
.single-hero .hero-container h1 {
  width: 100%;
  max-width: 450px;
  color: #ffffff;
  font-size: 40px;
  font-family: 'NowayRoundRegular';
  line-height: 1.15;
  margin: 0px 0px 20px;
}
.single-hero .hero-container p.subtitle {
  color: #fff;
  font-size: 25px;
  margin: 0px 0px 10px;
}
.single-hero .hero-container .info-holder {
  display: flex;
  padding-top: 100px;
}
.single-hero .hero-container .info-holder h4 {
  color: #909ec4;
  font-size: 14px;
  font-weight: 400;
  margin: 5px 0px 0px;
}
.single-hero .hero-container .info-holder .share-holder {
  align-self: flex-end;
  margin: 0px 0px 0px auto !important;
}
.privacy-section .text-block {
  width: 100%;
  max-width: 790px;
  margin: 0px auto;
}
.privacy-section .text-block h2 {
  color: #233f8b;
  font-size: 44px;
  font-family: 'NowayRoundRegular';
  line-height: 1.05;
  margin: 110px 0px 40px;
}
.privacy-section .text-block p {
  color: #000000;
  font-size: 20px;
  line-height: 1.9;
  margin: 0px 0px 50px;
}
.privacy-section .text-block ul {
  padding: 0px 0px 40px;
  margin: 0px;
  list-style: none;
}
.privacy-section .text-block ul li {
  display: block;
  padding: 0px 0px 0px 40px;
  position: relative;
  margin: 0px 0px 20px;
  color: #000000;
  font-size: 20px;
  line-height: 1.9;
}
.privacy-section .text-block ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 14px;
  width: 10px;
  height: 10px;
  background-color: #44bd96;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.single-content .the-content {
  width: 100%;
  max-width: 790px;
  margin: 0px auto;
}
.single-content .the-content h2 {
  color: #233f8b;
  font-size: 40px;
  font-family: 'NowayRoundRegular';
  line-height: 1.15;
  margin: 50px 0 15px;
}
.single-content .the-content h2 a {
  color: inherit;
  text-decoration: none;
}
.single-content .the-content h2 a:hover {
  color: inherit;
  opacity: 0.7;
}
.single-content .the-content h3 {
  color: #0ea5d0;
  font-size: 32px;
  font-family: 'NowayRoundRegular';
  line-height: 1.44;
  margin: 110px 0px 30px;
}
.single-content .the-content h3 a {
  color: inherit;
  text-decoration: none;
}
.single-content .the-content h3 a:hover {
  color: inherit;
  opacity: 0.7;
}
.single-content .the-content h4 {
  color: #4b4b4b;
  font-size: 24px;
  line-height: 1.46;
  margin-top: 30px;
  font-weight: bold;
}
.single-content .the-content p {
  color: #4b4b4b;
  font-size: 20px;
  line-height: 1.69;
  margin: 15px 0px 0px;
}
.single-content .the-content .wp-block-quote {
  position: relative;
  margin: 30px 0;
}
.single-content .the-content .wp-block-quote:before {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0px;
  left: -100px;
  background-image: url('../img/open-quotes.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.single-content .the-content .wp-block-quote:after {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0px;
  right: -100px;
  background-image: url('../img/close-quotes.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.single-content .the-content .wp-block-quote p {
  font-size: 24px;
  font-family: 'HelveticaNeueLightItalic';
  margin: 15px 0 5px;
}
.single-content .the-content .wp-block-quote cite {
  color: #7f7f7f;
  font-size: 15px;
  padding-top: 15px;
  line-height: 1.5;
  font-style: normal;
}
.single-content .the-content .wp-block-embed {
  width: 100%;
  margin: 0px 0px 100px;
}
.single-content .the-content .wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 56.25%;
}
.single-content .the-content .wp-block-embed .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.single-content .the-content .wp-block-image {
  width: 100%;
}
.single-content .the-content .wp-block-image img {
  max-width: 100%;
  height: auto;
  margin: 30px 0 0;
}
.single-content .the-content .wp-block-image figcaption {
  color: #7f7f7f;
  font-size: 12px;
  text-align: left;
  line-height: 1.5;
  padding-top: 15px;
  margin: 0px 0px 50px;
}
.single-content .the-content ul {
  margin: 30px 0 0;
  padding-left: 0;
  padding-bottom: 15px;
  list-style: none;
}
.single-content .the-content ul li {
  display: block;
  padding: 0px 0px 0px 40px;
  position: relative;
  color: #4b4b4b;
  font-size: 20px;
  line-height: 1.69;
}
.single-content .the-content ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 14px;
  width: 10px;
  height: 10px;
  background-color: #44bd96;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.single-content .the-content a {
  color: #233f8b;
  text-decoration: underline;
}
.single-content .the-content a:hover {
  color: #233f8b;
  opacity: 0.7;
}
.single-content .the-content .content-box {
  display: flex;
  width: 100%;
  padding: 50px 55px;
  margin: 100px 0px;
  align-items: center;
  background-color: #233f8b;
  background-image: url('../img/corner.jpg');
  background-repeat: no-repeat;
  background-position: right bottom;
}
.single-content .the-content .content-box .box-text {
  flex: 1;
  padding-right: 55px;
}
.single-content .the-content .content-box .box-text h3 {
  color: #fff;
  font-size: 36px;
  font-family: 'NowayRoundRegular';
  margin: 0px 0px 15px;
}
.single-content .the-content .content-box .box-text p {
  color: #7486b6;
  font-size: 18px;
  line-height: 1.5;
  margin: 0px 0px 40px;
}
.single-content .the-content .content-box .box-text .app-btn {
  color: #fff;
  text-decoration: none;
}
.single-content .the-content .content-box .box-text .app-btn:hover {
  opacity: 1;
  color: #0ea5d0;
  background-color: #fff;
}
.single-content .the-content .content-box .box-image {
  flex: 0 0 140px;
}
.single-content .the-content .content-box .box-image img {
  max-width: 100%;
  height: auto;
}
.single-content .about-author {
  width: 100%;
  max-width: 790px;
  margin: 100px auto 0px;
  padding: 100px 0px 0px;
  border-top: 1px solid #919fc5;
}
.single-content .about-author h3 {
  color: #44bd96;
  font-size: 32px;
  font-family: 'NowayRoundRegular';
  line-height: 1.44;
  margin: 0px 0px 30px;
}
.single-content .about-author p {
  color: #000000;
  font-size: 20px;
  line-height: 1.9;
  margin: 0px 0px 0px;
}
.single-content .about-author a {
  color: #233f8b;
  text-decoration: underline;
}
.single-content .about-author a:hover {
  color: #233f8b;
  opacity: 0.7;
}
.single-content .share-content {
  display: flex;
  width: 100%;
  max-width: 790px;
  margin: 100px auto 0px;
  padding: 100px 0px 0px;
  border-top: 1px solid #919fc5;
}
.single-content .share-content h3 {
  color: #44bd96;
  font-size: 32px;
  font-family: 'NowayRoundRegular';
  line-height: 24px;
  margin: 0px 0px 0px;
}
.single-content .share-content .share-holder {
  align-self: flex-end;
  margin: 0 0 0 auto !important;
}
.related-section .related-title {
  width: 100%;
  padding-bottom: 65px;
}
.related-section .related-title h2 {
  color: #0ea5d0;
  font-size: 44px;
  font-family: 'NowayRoundRegular';
  line-height: 1.05;
  margin: 0px;
}
.single-blog-holder {
  width: 100%;
  margin-bottom: 50px;
}
.single-blog-holder .blog-image {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 50%;
  overflow: hidden;
}
.single-blog-holder .blog-image img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  width: 100%;
  height: auto;
  margin: auto !important;
}
.single-blog-holder .blog-body {
  width: 100%;
  padding: 30px 0px 0px;
}
.single-blog-holder .blog-body .cat-block {
  display: block;
  color: #81ccdf;
  font-size: 14px;
  font-weight: 400;
  margin: 0px 0px 20px;
}
.single-blog-holder .blog-body .title {
  color: #233f8b;
  font-size: 24px;
  font-family: 'NowayRoundRegular';
  line-height: 1.5;
  margin-bottom: 25px;
}
.single-blog-holder .blog-body .title:hover {
  color: #233f8b;
  opacity: 0.7;
}
.single-blog-holder .blog-body h5 {
  color: #adada9;
  font-size: 14px;
  font-family: 'NowayRoundRegular';
  font-weight: 400;
  margin: 0px;
}
.single-blog-holder .blog-body h5 .time {
  text-transform: uppercase;
}
.single-blog-holder .blog-body h5 .time:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background-image: url('../img/clock.png');
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: bottom;
}
.single-overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin: 0px auto;
  text-align: center;
  width: 600px;
  overflow: hidden;
  white-space: nowrap;
}
.single-overlay img {
  height: 100%;
  width: auto;
  float: left;
  clip-path: circle(60.6%);
}
.category-hero .section-title h1 {
  color: #fff;
  font-size: 48px;
  font-family: 'NowayRoundRegular';
  margin: 0;
}
.item-holder {
  width: 100%;
  height: 100%;
}
.item-holder .item-image {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 45%;
  overflow: hidden;
}
.item-holder .item-image img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  width: 100%;
  height: auto;
  margin: auto !important;
}
.item-holder .item-body {
  padding: 15px 0px;
}
.item-holder .item-body .title {
  display: block;
  color: #233f8b;
  font-size: 40px;
  line-height: 1.15;
  font-family: 'NowayRoundRegular';
  margin: 0px 0px 15px;
}
.item-holder .item-body .title:hover {
  opacity: 0.7;
}
.item-holder .item-body h5 {
  color: #adada9;
  font-size: 14px;
  font-family: 'NowayRoundRegular';
  font-weight: 400;
  margin: 0px 0px 15px;
}
.item-holder .item-body h5 .time {
  text-transform: uppercase;
}
.item-holder .item-body h5 .time:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background-image: url('../img/clock.png');
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: bottom;
}
.item-holder .item-body p {
  font-size: 20px;
  line-height: 1.67;
  margin: 0px 0px 15px;
}
.item-holder .item-body .blog-link {
  float: right;
}
.blog-link {
  display: inline-block;
  height: 29px;
  padding: 5px 28px 0;
  border: 1px solid #0ea5d0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #0ea5d0;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
  font-family: 'NowayRoundRegular';
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.blog-link.mac-btn {
  padding-top: 4px;
}
.blog-link:hover {
  color: #0ea5d0 !important;
  background-color: #fff !important;
}
.bottom-navigation {
  width: 100%;
}
.bottom-navigation h2 {
  display: none;
}
.bottom-navigation .nav-links {
  text-align: center;
  width: 100%;
  font-size: 0px;
}
.bottom-navigation .nav-links .page-numbers {
  display: inline-block;
  font-size: 14px;
  font-family: 'helveticaneuemedium';
  color: #233f8b;
  width: 40px;
  height: 40px;
  border: 1px solid #233f8b;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  margin: 0px 15px;
  padding: 10px 0px 0px;
}
.bottom-navigation .nav-links .page-numbers:hover {
  color: #0ea5d0;
  border-color: #0ea5d0;
}
.bottom-navigation .nav-links .page-numbers.prev {
  width: 60px;
  border: 1px solid #233f8b;
  text-transform: uppercase;
}
.bottom-navigation .nav-links .page-numbers.prev:hover {
  color: #0ea5d0;
  border-color: #0ea5d0;
}
.bottom-navigation .nav-links .page-numbers.next {
  width: 60px;
  border: 1px solid #233f8b;
  text-transform: uppercase;
}
.bottom-navigation .nav-links .page-numbers.next:hover {
  color: #0ea5d0;
  border-color: #0ea5d0;
}
.bottom-navigation .nav-links .page-numbers.current {
  background-color: #233f8b;
  color: #fff;
}
.bottom-navigation .nav-links .page-numbers.current:hover {
  color: #fff;
  border-color: #233f8b;
}
@media (max-width: 1400px) {
  section.home-hero {
    background-size: auto auto;
  }
  section.footer {
    background-size: auto 200px;
  }
}
@media (max-width: 1295px) {
  section.section-1 {
    background-position: right top;
  }
  section.home-hero {
    background-size: 500px auto;
  }
  section.footer {
    background-size: auto 140px;
  }
  .single-overlay {
    width: 300px;
  }
}
@media (max-width: 991.98px) {
  .testimonials-slider {
    padding: 0px 75px;
  }
  .testimonials-slider .slick-arrow {
    width: 60px;
    height: 126px;
    margin-top: -63px;
  }
  .testimonials-slider .slick-arrow.slick-prev {
    background-position: center left 10px;
  }
  .testimonials-slider .slick-arrow.slick-next {
    background-position: center right 10px;
  }
  section.privacy-hero {
    background-image: none;
    padding: 200px 0px 100px;
  }
  .footer .form-holder h4 {
    margin: 0px 0px 20px;
  }
  .foot-text-holder,
  .footer .menu-footer-menu-container,
  .footer .menu-social-menu-container {
    padding: 0px 0px 40px;
  }
  section.footer {
    background-size: auto 80px;
  }
  .single-content .the-content .wp-block-quote {
    padding: 0px 30px;
  }
  .single-content .the-content .wp-block-quote:before {
    width: 20px;
    height: 20px;
    left: 0px;
    background-size: 20px auto;
  }
  .single-content .the-content .wp-block-quote:after {
    width: 20px;
    height: 20px;
    right: 0px;
    background-size: 20px auto;
  }
  .single-overlay {
    display: none;
  }
  .header-menu {
    display: none;
  }
  .phone-menu {
    display: block !important;
  }
}
@media (max-width: 767.98px) {
  .testimonials-slider .testimonial-holder .quote-text {
    padding: 0px 30px 50px;
    background-size: 25px auto, 25px auto;
  }
  .section-2 .image-block {
    display: block;
  }
  .section-2 .image-block img {
    display: block;
    max-width: 100%;
    margin: 0px auto;
  }
  .section-2 .image-block:after {
    display: none;
  }
  .section-2 .text-block {
    padding: 50px 0px;
  }
  section.home-hero {
    background-size: 300px auto;
  }
  .home-hero .hero-container h1,
  .privacy-hero .hero-container h1,
  .single-hero .hero-container h1 {
    font-size: 36px;
    line-height: 1.2;
  }
  .privacy-section .text-block ul li,
  .single-content .the-content ul li {
    font-size: 16px;
  }
  .privacy-section .text-block ul li:before,
  .single-content .the-content ul li:before {
    top: 10px;
  }
  .single-content .the-content .content-box .box-text h3,
  .single-content .share-content h3,
  .single-content .about-author h3,
  .single-content .the-content h3 {
    font-size: 28px;
  }
  .category-hero .section-title h1,
  .section-1 .text-block h2,
  .section-2 .text-block h2,
  .testimonials-slider .testimonial-holder h2,
  .section-3 .text-block h2,
  .privacy-section .text-block h2,
  .related-section .related-title h2,
  .single-content .the-content h2 {
    font-size: 36px;
  }
  .testimonials-slider .testimonial-holder .quote-text p,
  .privacy-section .text-block p,
  .single-content .the-content .content-box .box-text p,
  .single-content .about-author p,
  .single-content .the-content .wp-block-quote p,
  .single-content .the-content p {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .bottom-navigation .nav-links .page-numbers {
    margin: 0px 5px;
  }
  .testimonials-slider .testimonial-holder h2 {
    font-size: 24px;
  }
  .testimonials-slider {
    padding: 0px 35px;
  }
  .testimonials-slider .slick-arrow {
    width: 30px;
    height: 80px;
    margin-top: -40px;
  }
  .testimonials-slider .slick-arrow.slick-prev {
    background-position: center left 10px;
    background-size: 10px auto;
  }
  .testimonials-slider .slick-arrow.slick-next {
    background-position: center right 10px;
    background-size: 10px auto;
  }
  .section-3 .text-block img {
    max-width: 100%;
  }
  .single-content .the-content .content-box {
    display: block;
  }
  .single-content .the-content .content-box .box-text {
    padding: 0px 0px 50px 0px;
  }
  .single-content .the-content .content-box .box-image {
    max-width: 140px;
    margin: 0px auto;
  }
}
.single-content .the-content .card h4,
.single-content .the-content .card h1 {
  color: #253E88;
  font-family: 'NowayRoundRegular';
}
.single-content .the-content .card ul {
  padding: 0px 0px 20px;
  margin: 0px;
  list-style: none;
}
.single-content .the-content .card ul li {
  display: block;
  padding: 0px;
  position: relative;
  margin: 0px;
  color: #000000;
  font-size: 20px;
  line-height: 1.9;
}
.single-content .the-content .card ul li:before {
  display: none;
}
