section.banner-hero .owl-nav {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
}
@media (max-width: 768px) {
  section.banner-hero .owl-nav {
    position: unset !important;
    -webkit-transform: translate(0);
            transform: translate(0);
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -60px;
  }
}
section.banner-hero .owl-nav .owl-next,
section.banner-hero .owl-nav .owl-prev {
  font-size: 44px;
}
@media (max-width: 768px) {
  section.banner-hero .owl-nav .owl-next,
section.banner-hero .owl-nav .owl-prev {
    margin: 0 15px;
    font-size: 28px;
  }
}
section.banner-hero .owl-nav .owl-next:hover,
section.banner-hero .owl-nav .owl-prev:hover {
  color: #ddaa01;
}
section.banner-hero .item {
  padding: 200px 15px;
  text-align: center;
}
@media (max-width: 768px) {
  section.banner-hero .item {
    padding: 100px 15px;
  }
}
section.banner-hero .item .content {
  color: white;
}
section.banner-hero .item .content .title {
  font-family: "Merriweather", serif;
  text-transform: uppercase;
  font-size: 60px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  section.banner-hero .item .content .title {
    font-size: 28px;
  }
  section.banner-hero .item .content .title br {
    display: none;
  }
}
section.banner-hero .item .content .tags {
  color: #ddaa01;
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 768px) {
  section.banner-hero .item .content .tags {
    font-size: 16px;
  }
}
section.banner-hero .item .content .tags .line {
  padding: 0 15px;
}

section.new-blog-hero .main-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 50px;
}

section.our-blog {
  padding: 50px 15px;
}
section.our-blog .main-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  section.our-blog .main-title {
    font-size: 28px;
    text-align: center;
  }
}
section.our-blog .single-col {
  margin-bottom: 20px;
}
section.our-blog .single-col .img {
  position: relative;
  display: block;
}
section.our-blog .single-col .img .overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  display: none;
}
section.our-blog .single-col .img .overlay span {
  font-size: 20px;
}
section.our-blog .single-col .img .overlay span i {
  margin-left: 15px;
}
section.our-blog .single-col .details {
  padding: 25px;
  background-color: #faf9ff;
}
section.our-blog .single-col .details .tags {
  margin-bottom: 8px;
}
section.our-blog .single-col .details .tags a {
  color: black;
  font-weight: 600;
}
section.our-blog .single-col .details .tags a:hover {
  color: #087369;
}
section.our-blog .single-col .details .tags a::before {
  content: "#";
  display: inline-block;
  margin-right: 5px;
}
section.our-blog .single-col .details .post-title {
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 10px;
}
section.our-blog .single-col .details .post-title a {
  display: block;
  font-size: 26px;
  font-weight: 500;
  color: black;
}
section.our-blog .single-col .details .post-title a:hover {
  color: #ddaa01;
}
section.our-blog .single-col .details .post-details {
  margin-bottom: 10px;
}
section.our-blog .single-col .details .post-details .date {
  font-size: 14px;
  color: #777;
}
section.our-blog .single-col .details .excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: gray;
}
section.our-blog .single-col .share-links {
  margin-top: 35px;
}
section.our-blog .single-col .share-links .share-text {
  color: gray;
  font-size: 18px;
}
section.our-blog .single-col:hover .img .overlay {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (max-width: 768px) {
  section.cta {
    padding: 50px 25px;
    text-align: center;
  }
}
section.cta .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  section.cta .info-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 25px;
  }
}
section.cta .info-col .content {
  max-width: 700px;
  margin: 0 auto;
}
section.cta .info-col .content .logo {
  margin-bottom: 15px;
  max-width: 250px;
  width: 100%;
}
section.cta .info-col .content .title {
  font-weight: 700;
  font-size: 44px;
  color: white;
}
@media (max-width: 768px) {
  section.cta .info-col .content .title {
    font-size: 28px;
  }
}
section.cta .info-col .content .info-p {
  color: white;
  line-height: 1.6;
}
section.cta .info-col .content .link {
  margin-top: 25px;
}
section.cta .info-col .content .fui-btn {
  color: black;
  font-size: 18px;
  font-weight: 500;
}
section.cta .img-col {
  padding-top: 50px;
}
@media (max-width: 768px) {
  section.cta .img-col {
    padding-top: 0;
  }
}

.other-new-blog-posts a.new-post-title:hover,
.other-new-blog-posts a.post-title:hover,
.new-main-blog-slider a.new-post-title:hover,
.new-main-blog-slider a.post-title:hover,
.tags-cloud a.new-post-title:hover,
.tags-cloud a.post-title:hover,
.new-single-blog-card a.new-post-title:hover,
.new-single-blog-card a.post-title:hover,
.new-single-post a.new-post-title:hover,
.new-single-post a.post-title:hover {
  text-shadow: 0 0 4px black;
  color: #ddaa01;
}
.other-new-blog-posts .tags,
.new-main-blog-slider .tags,
.tags-cloud .tags,
.new-single-blog-card .tags,
.new-single-post .tags {
  padding: 5px 0;
}
.other-new-blog-posts .tags a,
.new-main-blog-slider .tags a,
.tags-cloud .tags a,
.new-single-blog-card .tags a,
.new-single-post .tags a {
  display: inline-block;
  margin: 4px;
  color: #ddaa01;
  font-size: 14px;
}
.other-new-blog-posts .tags a::before,
.new-main-blog-slider .tags a::before,
.tags-cloud .tags a::before,
.new-single-blog-card .tags a::before,
.new-single-post .tags a::before {
  content: "#";
  display: inline-block;
}
@media (max-width: 768px) {
  .other-new-blog-posts .tags a,
.new-main-blog-slider .tags a,
.tags-cloud .tags a,
.new-single-blog-card .tags a,
.new-single-post .tags a {
    font-size: 12px !important;
  }
}

.new-single-blog-card {
  margin-bottom: 20px;
  padding-top: 300px !important;
}
.new-single-blog-card .details {
  padding: 15px;
}
.new-single-blog-card .new-post-title {
  font-size: 24px;
  color: white;
}
@media (max-width: 768px) {
  .new-single-blog-card .new-post-title {
    font-size: 22px !important;
    font-weight: 500 !important;
  }
}

section.new-blog-hero {
  padding: 50px 15px;
  background-color: #faf9ff;
}
section.new-blog-hero .new-single-blog-card {
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 768px) {
  section.new-blog-hero .new-single-blog-card {
    height: auto !important;
    padding-top: 150px !important;
  }
}
section.new-blog-hero .single-side-three .card {
  height: 190px;
  margin-bottom: 20px;
}

section.stacked-blog {
  padding: 50px 15px;
}
section.stacked-blog .main-title {
  font-weight: 600;
  margin-bottom: 50px;
  padding-left: 10px;
}
@media (max-width: 768px) {
  section.stacked-blog .main-title {
    font-size: 28px;
    text-align: center;
  }
}
section.stacked-blog .single-post {
  margin-bottom: 50px;
}
section.stacked-blog .single-post .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  section.stacked-blog .single-post .info-col {
    padding-top: 15px;
  }
}
section.stacked-blog .single-post .info-col .content {
  max-width: 700px;
}
section.stacked-blog .single-post .info-col .title {
  font-size: 28px;
}
section.stacked-blog .single-post .info-col .title a {
  color: black;
}
section.stacked-blog .single-post .info-col .title a:hover {
  color: #ddaa01;
}
section.stacked-blog .single-post .info-col .dates {
  color: gray;
  margin-bottom: 10px;
  font-weight: 300;
}
section.stacked-blog .single-post .info-col .excerpt {
  line-height: 1.5;
  color: gray;
  font-weight: 300;
}

/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index: 1;
}

/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index: 0;
}

.new-custom-fading-cta .active .arrow {
  -webkit-animation-duration: 600ms;
          animation-duration: 600ms;
  -webkit-animation-name: fadeInImage;
          animation-name: fadeInImage;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.new-custom-fading-cta .active .big-image {
  -webkit-animation-duration: 700ms;
          animation-duration: 700ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: showElement;
          animation-name: showElement;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.new-custom-fading-cta .active .top-title {
  -webkit-animation-duration: 200ms;
          animation-duration: 200ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: showElement;
          animation-name: showElement;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.new-custom-fading-cta .active .title {
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: showElement;
          animation-name: showElement;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.new-custom-fading-cta .active p {
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: showElement;
          animation-name: showElement;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.new-custom-fading-cta .active a {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: showElement;
          animation-name: showElement;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.new-custom-fading-cta .owl-nav {
  display: none !important;
}

.new-custom-fading-cta .about-to-fadeIn * {
  -webkit-transition: all 0.32s ease !important;
  transition: all 0.32s ease !important;
}
.new-custom-fading-cta .about-to-fadeIn .arrow {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-name: fadeInImage;
          animation-name: fadeInImage;
}
.new-custom-fading-cta .about-to-fadeIn .big-image {
  -webkit-animation-duration: 600ms;
          animation-duration: 600ms;
  -webkit-animation-name: hideElement;
          animation-name: hideElement;
}
.new-custom-fading-cta .about-to-fadeIn .top-title {
  -webkit-animation-duration: 100ms;
          animation-duration: 100ms;
  -webkit-animation-name: hideElement;
          animation-name: hideElement;
}
.new-custom-fading-cta .about-to-fadeIn .title {
  -webkit-animation-duration: 200ms;
          animation-duration: 200ms;
  -webkit-animation-name: hideElement;
          animation-name: hideElement;
}
.new-custom-fading-cta .about-to-fadeIn p {
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-name: hideElement;
          animation-name: hideElement;
}
.new-custom-fading-cta .about-to-fadeIn a {
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
  -webkit-animation-name: hideElement;
          animation-name: hideElement;
}

@-webkit-keyframes fadeOutImage {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOutImage {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hideElement {
  0% {
    top: 0;
    opacity: 1;
    position: relative;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hideElement {
  0% {
    top: 0;
    opacity: 1;
    position: relative;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes showElement {
  0% {
    position: relative;
    opacity: 0;
  }
  100% {
    position: relative;
    opacity: 1;
  }
}
@keyframes showElement {
  0% {
    position: relative;
    opacity: 0;
  }
  100% {
    position: relative;
    opacity: 1;
  }
}
section.new-quote-banner {
  padding: 50px 15px;
}
section.new-quote-banner .fui-container {
  max-width: 1000px;
}
@media (max-width: 768px) {
  section.new-quote-banner .fui-container .row .logo-col {
    text-align: center;
  }
}
section.new-quote-banner .fui-container .row .banner-col .card {
  height: 350px;
  padding: 50px;
  color: white;
}
@media (max-width: 768px) {
  section.new-quote-banner .fui-container .row .banner-col .card {
    padding: 25px;
    height: auto;
    text-align: center;
  }
}
section.new-quote-banner .fui-container .row .banner-col .card .title {
  font-weight: 600;
}
@media (max-width: 768px) {
  section.new-quote-banner .fui-container .row .banner-col .card .title {
    font-size: 28px;
    margin-bottom: 0;
  }
}
section.new-quote-banner .fui-container .main-quote {
  max-width: 600px;
  margin-top: -200px;
}
@media (max-width: 768px) {
  section.new-quote-banner .fui-container .main-quote {
    margin-top: 0;
  }
}
section.new-quote-banner .fui-container .main-quote .content {
  position: relative;
  z-index: 1;
  padding: 40px;
  color: #555;
  background-color: white;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
section.new-quote-banner .fui-container .main-quote .content .quote-lines {
  font-size: 28px;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
section.new-quote-banner .fui-container .main-quote .content .by {
  color: black;
}
section.new-quote-banner .fui-container .main-quote .content .fa {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 80px;
  opacity: 0.2;
}
@media (max-width: 768px) {
  section.new-quote-banner .fui-container .main-quote .content {
    padding: 20px;
  }
  section.new-quote-banner .fui-container .main-quote .content .quote-lines {
    font-size: 22px;
  }
  section.new-quote-banner .fui-container .main-quote .content .by {
    font-size: 18px;
  }
}

#freeSeoModal {
  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;
}
#freeSeoModal .fui-modal-container {
  max-width: 700px !important;
  border: none;
  padding-top: 15px;
  border-radius: 10px;
}
#freeSeoModal .fui-modal-container .modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}
#freeSeoModal .fui-modal-container .modal-close:hover {
  color: red;
}
#freeSeoModal .fui-modal-container .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#freeSeoModal .fui-modal-container .main-title {
  font-size: 28px;
  font-weight: 600;
}
#freeSeoModal .fui-modal-container .info-p {
  font-size: 20px;
  line-height: 1.8;
  color: gray;
}
#freeSeoModal .fui-modal-container .link {
  margin-top: 20px;
}

.fui-modal.modal-show .fui-modal-container {
  -webkit-animation: modalUp 0.5s ease-in-out;
          animation: modalUp 0.5s ease-in-out;
}

@-webkit-keyframes modalUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes modalUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
section.chart-cta {
  padding: 50px 15px;
}
section.chart-cta.active-cta .right-col {
  display: block;
}
@media (max-width: 768px) {
  section.chart-cta.active-cta .left-col {
    display: none;
  }
}
section.chart-cta .right-col {
  display: none;
}
section.chart-cta .logo {
  padding-bottom: 25px;
}
section.chart-cta .logo img {
  width: 250px;
}
section.chart-cta .main-title {
  font-weight: 600;
}
@media (max-width: 768px) {
  section.chart-cta .main-title {
    font-size: 28px;
  }
}
section.chart-cta .sub-p {
  font-size: 22px;
  max-width: 600px;
  margin: 10px auto;
  margin-bottom: -50px;
  font-weight: 300;
}
@media (max-width: 768px) {
  section.chart-cta .sub-p {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
section.chart-cta .right-col img,
section.chart-cta .left-col img {
  width: 100%;
}
section.chart-cta .center-col {
  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;
}
@media (max-width: 768px) {
  section.chart-cta .center-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
section.chart-cta .center-col .custom-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
section.chart-cta .center-col .custom-slide span {
  display: block;
  padding-left: 10px;
  font-weight: 600;
}
section.chart-cta .center-col .switch {
  display: inline-block;
  height: 25px;
  position: relative;
  width: 50px;
  margin: 0;
}
section.chart-cta .center-col .switch input {
  display: none;
}
section.chart-cta .center-col .slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
section.chart-cta .center-col .slider:before {
  background-color: #fff;
  bottom: 2px;
  content: "";
  height: 22px;
  left: 1px;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 22px;
}
section.chart-cta .center-col input:checked + .slider {
  background-color: #087369;
}
section.chart-cta .center-col input:checked + .slider:before {
  -webkit-transform: translateX(26px);
          transform: translateX(26px);
}
section.chart-cta .center-col .slider.round {
  border-radius: 34px;
}
section.chart-cta .center-col .slider.round:before {
  border-radius: 50%;
}
section.chart-cta .normal-results.active .normal {
  display: none;
}
section.chart-cta .normal-results.active .result {
  display: block !important;
}
section.chart-cta .normal-results .single strong {
  display: block;
  font-size: 18px;
  color: #087369;
}
section.chart-cta .normal-results .single span {
  display: block;
  margin-top: 15px;
  font-weight: 600;
}
section.chart-cta .normal-results .single .result {
  display: none;
  color: #ddaa01 !important;
}