
*,
ol,
ul {
  padding: 0;
  margin: 0;
}
.footer-copyright .social-links li,
.footer-widgets .widget .social-links li,
.slick-dots li,
.slick-slide img,
.template-footer.webinar-footer .copyright-area .footer-nav li,
a,
span {
  display: inline-block;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bg-cover-center,
.bg-cover-left {
  background-size: cover;
  background-repeat: no-repeat;
}
.animate-float-bob,
.animate-float-bob-x,
.animate-float-bob-y,
.animate-rotate-me,
.animate-zoom-fade,
.animate-zoominout {
  -webkit-animation-iteration-count: infinite;
}
.nice-select .list .option.selected,
body {
  font-weight: 400;
}
.form a,
a:hover {
  text-decoration: none;
}
:root {
  --color-primary: #473bf0;
  --color-primary-2: #0040e5;
  --color-primary-3: #e95e6c;
  --color-primary-4: #3377ff;
  --color-primary-5: #5580ff;
  --color-primary-6: #42a66c;
  --color-primary-7: #ff5d0c;
  --color-secondary: #f4732a;
  --color-secondary-2: #f6b9a7;
  --color-secondary-3: #8208fe;
  --color-secondary-4: #2b354f;
  --color-secondary-5: #343351;
  --color-secondary-6: #fdf5e2;
  --color-secondary-7: #e0fafb;
  --color-heading: #161c2d;
  --color-heading-2: #1a1b1e;
  --color-heading-3: #36234b;
  --color-heading-4: #1f1f1f;
  --color-heading-5: #000002;
  --color-body: #6e727d;
  --color-body-2: #6f667b;
  --color-body-3: #7a7a7a;
  --color-body-4: #656871;
  --color-dark: #1b202f;
  --color-dark-2: #16171b;
  --color-dark-3: #191a1e;
  --color-dark-4: #282a33;
  --color-white: #fff;
  --color-grey: #f5f3f5;
  --color-soft-grey: #f2f5fe;
  --color-soft-grey-2: #f4f7fa;
  --color-offwhite: #e7e8ea;
  --font-cs-bold: 'HelveticaNowText', sans-serif;;
  --font-cs-medium: 'HelveticaNowText', sans-serif;;
  --font-cs-book: 'HelveticaNowText', sans-serif;;
}
@font-face {
  font-family: 'HelveticaNowText';
  src: url(helveticaneue.ttf);
}


body {
  color: var(--color-body);
  font-family: var(--font-cs-book);
  font-size: 17px;
  line-height: 1.8;
  overflow-x: hidden !important;
}
.iconic-boxes-v1 .iconic-box:hover .box-link,
.template-header.bordered-header .nav-menu li .sub-menu a,
.template-header.nav-primary-3 .nav-menu > ul > li > a,
.template-header.nav-primary-5 .nav-menu > ul > li > a,
.text-pullquote,
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  color: var(--color-heading);
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-cs-bold);
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
ol,
ul {
  list-style-type: none;
}
p {
  margin: 0;
}
a {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.border-bottom-primary {
  border-bottom: 1px solid rgba(71, 59, 240, 0.1);
}
.border-top-primary {
  border-top: 1px solid rgba(71, 59, 240, 0.1);
}
.border-bottom-primary-3 {
  border-bottom: 1px solid rgba(233, 94, 108, 0.12);
}
.border-top-primary-3 {
  border-top: 1px solid rgba(233, 94, 108, 0.12);
}
.border-bottom-off-white {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.border-top-off-white {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}
.border-top-secondary {
  border-top: 1px solid rgba(22, 28, 45, 0.1);
}
.border-bottom-secondary {
  border-bottom: 1px solid rgba(22, 28, 45, 0.1);
}
.section-inner-line {
  height: 1px;
  width: 100%;
  background-color: var(--color-heading-3);
  opacity: 0.1;
}
.slick-dots {
  text-align: center;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slick-dots li {
  position: relative;
  line-height: 1;
  height: 12px;
  width: 12px;
  background: #dad8fc;
  border-radius: 50%;
  margin: 0 10px;
  cursor: pointer;
}
.slick-dots li button {
  width: 100%;
  height: 100%;
  font-size: 0;
  background-color: transparent;
  border: none;
}
.slick-dots li::after {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  background: 0 0;
  border-radius: 50%;
  left: -9px;
  top: -9px;
  border: 2px solid var(--color-primary);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 1;
}
.bg-primary-color,
.coming-soon-page .template-header .off-canvas-btn span,
.common-heading.heading-white.tagline-boxed .tagline,
.slick-dots li.slick-active {
  background-color: var(--color-primary);
}
.counter-items-v1 .counter-item:hover .icon::after,
.slick-dots li.slick-active::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.text-pullquote {
  position: relative;
  padding-left: 30px;
  font-family: var(--font-cs-medium);
}
.text-pullquote::after {
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  background-color: var(--color-primary-2);
  height: 90%;
  width: 4px;
}
.latest-news-v1 .latest-news-box .title a,
.testimonial-slider-v1.testimonial-v1-boxed
  .testimonial-item
  .author-info
  .name,
.text-pullquote.pullquote-secondary-color {
  color: var(--color-heading-2);
}
.bg-secondary-color,
.counter-section-bordered.bordered-secondary-bg .counter-section-inner,
.counter-section-bordered.bordered-secondary-bg .counter-section-inner::before,
.fancy-check-list-v2.color-heading-3 li .list-inner::before,
.latest-news-v1.color-secondary .latest-news-box .post-tag a,
.progress-bars .single-progress:nth-child(2) .progress-line .line-inner,
.template-header.submenu-seconday-color .nav-menu li .sub-menu a:hover,
.template-header.submenu-seconday-color.sticky-on .nav-menu li a::before,
.testimonial-slider-v1.testimonial-v1-boxed .slick-dots li.slick-active,
.text-pullquote.pullquote-secondary-color::after {
  background-color: var(--color-secondary);
}
.container-1420 {
  max-width: 1450px;
}
.container-1430 {
  max-width: 1460px;
}
.container-1380 {
  max-width: 1410px;
}
.container-1470 {
  max-width: 1500px;
}
.container-1600 {
  max-width: 1630px;
}
@media (min-width: 1400px) {
  .container-fluid.fluid-gap-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 600px) {
  #form-container,
  #form-div,
  #video,
  .form {
    width: 100% !important;
  }
  .template-header {
    padding: 2px 0 !important;
  }
  .template-header .navbar-toggler {
    width: 45px !important;
    padding: 5px !important;
    font-size: 0;
    border: 2px solid var(--color-heading);
    border-radius: 5px;
  }
  #main_logo {
    content: url("logo-mobile.png");
  }
  #form-container {
    box-shadow: none !important;
  }
  #banner-div {
    display: none !important;
  }
  .form {
    padding: 0 !important;
  }
  .form .field {
    width: 80% !important;
    left: 10% !important;
  }
}
.fluid-in-container-left {
  padding-left: calc((100% - 1200px) / 2);
}
.fluid-in-container-right {
  padding-right: calc((100% - 1200px) / 2);
}
.bg-cover-center {
  background-position: center center;
}
.bg-cover-left {
  background-position: left center;
}
.app-landing-page,
.iconic-boxes-v1 .iconic-box p,
.testimonial-slider-v1.testimonial-v1-boxed
  .testimonial-item
  .author-info
  .title {
  color: var(--color-body-2);
}
.app-landing-page h1,
.app-landing-page h1 a,
.app-landing-page h2,
.app-landing-page h2 a,
.app-landing-page h3,
.app-landing-page h3 a,
.app-landing-page h4,
.app-landing-page h4 a,
.app-landing-page h5,
.app-landing-page h5 a,
.app-landing-page h6,
.app-landing-page h6 a,
.fancy-check-list-v2.color-heading-3 li {
  color: var(--color-heading-3);
}
.fintech-landing-page,
.webinar-landing {
  color: var(--color-body-3);
}
.fintech-landing-page h1,
.fintech-landing-page h1 a,
.fintech-landing-page h2,
.fintech-landing-page h2 a,
.fintech-landing-page h3,
.fintech-landing-page h3 a,
.fintech-landing-page h4,
.fintech-landing-page h4 a,
.fintech-landing-page h5,
.fintech-landing-page h5 a,
.fintech-landing-page h6,
.fintech-landing-page h6 a,
.software-landing-page h1,
.software-landing-page h1 a,
.software-landing-page h2,
.software-landing-page h2 a,
.software-landing-page h3,
.software-landing-page h3 a,
.software-landing-page h4,
.software-landing-page h4 a,
.software-landing-page h5,
.software-landing-page h5 a,
.software-landing-page h6,
.software-landing-page h6 a {
  color: var(--color-heading-4);
}
.e-wallet-landing {
  background-color: var(--color-dark-2);
  color: var(--color-body-4);
}
.back-to-top:hover,
.blog-post-items .single-blog-post.thumbnail-cover .post-meta li a,
.blog-post-items .single-blog-post.thumbnail-cover .post-title a,
.common-heading-2.heading-white .tagline,
.common-heading-2.heading-white .title,
.common-heading.heading-white .tagline,
.common-heading.heading-white .title,
.counter-items-v2 .counter-item.white-color .counter,
.counter-items-v2 .counter-item.white-color .suffix,
.counter-items-v2 .counter-item.white-color .title,
.e-wallet-landing h1,
.e-wallet-landing h1 a,
.e-wallet-landing h2,
.e-wallet-landing h2 a,
.e-wallet-landing h3,
.e-wallet-landing h3 a,
.e-wallet-landing h4,
.e-wallet-landing h4 a,
.e-wallet-landing h5,
.e-wallet-landing h5 a,
.e-wallet-landing h6,
.e-wallet-landing h6 a,
.fancy-icon-boxes-v1 .fancy-icon-box:hover .box-content,
.fancy-icon-boxes-v1 .fancy-icon-box:hover .box-icon,
.fancy-icon-boxes-v1 .fancy-icon-box:hover .title,
.fancy-icon-boxes-v1 .fancy-icon-box:hover .title a,
.fancy-icon-boxes-v1.boxes-white-version .fancy-icon-box .box-icon,
.fancy-icon-boxes-v1.boxes-white-version .fancy-icon-box .title,
.fancy-icon-boxes-v1.boxes-white-version .fancy-icon-box .title a,
.icon-boxes-v3 .iconic-box.box-version-white,
.icon-boxes-v3 .iconic-box.box-version-white .title a,
.portfolio-box-one .content .title a,
.pricing-table-three.style-two .plan-feature li:not(.hidden-feature) i,
.pricing-table-three.style-two.featured-plan .plan-name,
.pricing-table-three.style-two.featured-plan .plan-subtitle,
.pricing-table-three.style-two:hover .plan-name,
.pricing-table-three.style-two:hover .plan-subtitle,
.template-btn.bordered-btn:hover,
.template-btn.primary-bg-4.bordered-btn:hover,
.template-footer.footer-bordered .footer-widgets .widget .widget-title,
.template-footer.footer-bordered .footer-widgets .widget a:hover,
.template-footer.footer-secondary-4-bg .footer-widgets .widget .widget-title,
.template-footer.footer-secondary-4-bg .footer-widgets .widget a:hover,
.template-footer.footer-white-color .footer-copyright,
.template-footer.footer-white-color .footer-copyright a,
.template-footer.footer-white-color .footer-widgets .widget,
.template-footer.footer-white-color .footer-widgets .widget .widget-title,
.template-footer.footer-white-color .footer-widgets .widget a,
.template-footer.footer-white-color .footer-widgets .widget a:hover,
.template-footer.footer-white-color
  .footer-widgets
  .widget.contact-widget
  li
  a
  i,
.template-header.bordered-header .nav-menu li a,
.template-header.bordered-header .nice-select,
.template-header.bordered-header .search-btn,
.template-header.bordered-header .user-login,
.template-header.nav-white-color:not(.sticky-on) .nav-menu > ul > li > a,
.template-header.nav-white-color:not(.sticky-on) .nice-select,
.template-header.nav-white-color:not(.sticky-on) .nice-select::before,
.template-header.nav-white-color:not(.sticky-on) .search-btn,
.template-header.nav-white-color:not(.sticky-on) .user-login {
  color: var(--color-white);
}
.e-wallet-boxed-container {
  max-width: 1600px;
  margin: auto;
  background-color: var(--color-dark-3);
  border-radius: 12px;
}
.e-wallet-boxed-container.boxed-bordered {
  border-right: 7px solid var(--color-primary-6);
  border-bottom: 7px solid var(--color-primary-6);
}
.benefit-section .e-wallet-boxed-container,
.contact-form-v2 .input-field,
.cta-section,
.cta-section-with-bg,
.cta-with-particle.cta-with-particle .container,
.e-wallet-boxed-container.boxed-shape,
.hero-area-v2 .hero-content .hero-title span,
.hero-area-v3 .hero-content .hero-title span,
.hero-area-v4 .hero-content .hero-title span,
.hero-area-v5 .container,
.hero-area-v8 .hero-img .hero-img-inner,
.icon-boxes-v3 .iconic-box .icon,
.newsletter-form-2,
.page-title-area .page-title-content,
.portfolio-box-one,
.preview-blob-image.with-floating-icon,
.preview-image-v1,
.preview-image-v2,
.preview-image-v3,
.preview-image-v5,
.section-author-particle,
.section-dots-pattern,
.section-half-dots-pattern,
.section-half-dots-pattern-fixed,
.section-line-dots,
.section-one-third-left-map,
.section-one-third-right-map,
.section-with-map-bg,
.service-tab-section,
.team-members .member-box {
  position: relative;
  z-index: 1;
}
.e-wallet-boxed-container.boxed-shape::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/e-wallet-boxed-shape.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.booking-form form input:focus,
.template-header.nav-primary-7 .nav-menu > ul > li > a,
.webinar-landing h1,
.webinar-landing h1 a,
.webinar-landing h2,
.webinar-landing h2 a,
.webinar-landing h3,
.webinar-landing h3 a,
.webinar-landing h4,
.webinar-landing h4 a,
.webinar-landing h5,
.webinar-landing h5 a,
.webinar-landing h6,
.webinar-landing h6 a {
  color: var(--color-heading-5);
}
.template-header .nav-menu li a,
.template-header .search-btn,
.template-header .user-login {
  color: var(--color-heading);
  font-size: 18px;
}
.bg-primary-color-2,
.bg-primary-color-2, .image-boxes-v1.image-thumbnail-boxed .image-box:before {
  background-color: #000000;
}
.bg-primary-color-4,
.recent-projects .recent-project-item .read-more-btn:hover,
.template-header.submenu-primary-4 .nav-menu li .sub-menu a:hover,
.template-header.submenu-primary-4.sticky-on .nav-menu li a::before,
.testimonial-slider-v2 .slick-dots li.slick-active,
.video-cta .landio-video .play-btn::before {
  background-color: var(--color-primary-4);
}
.bg-secondary-color-3 {
  background-color: var(--color-secondary-2);
}
.bg-secondary-color-2 {
  background-color: var(--color-secondary-3);
}
.bg-secondary-color-4,
.template-footer.footer-secondary-4-bg {
  background-color: var(--color-secondary-4);
}
.bg-secondary-color-5 {
  background-color: var(--color-secondary-5);
}
.bg-heading-color,
.newsletter-form-2 button:hover,
.sign-in-up-wrapper .field-group button:hover,
.template-header .navbar-toggler span,
.template-header .off-canvas-btn span {
  background-color: var(--color-heading);
}
.bg-heading-color-2 {
  background-color: var(--color-heading-2);
}
.bg-heading-color-3,
.landio-video .play-btn.color-heading-3,
.landio-video .play-btn.color-heading-3::before {
  background-color: var(--color-heading-3);
}
.bg-grey-color {
  background-color: var(--color-grey);
}
.bg-soft-grey-color {
  background-color: var(--color-soft-grey);
}
.bg-soft-grey-color-2,
.coming-soon-area,
.nice-select .list .option.focus,
.nice-select .list .option.selected,
.nice-select .list .option.selected.focus,
.nice-select .list .option:hover,
.page-title-area {
  background-color: var(--color-soft-grey-2);
}
.bg-dark-color,
.hero-area-v6 {
  background-color: var(--color-dark);
}
.bg-dark-color-3 {
  background-color: var(--color-dark-3);
}
.color-primary-4,
.iconic-boxes-v2 .iconic-box .title a:hover,
.template-footer.footer-secondary-4-bg
  .footer-widgets
  .widget.contact-widget
  li
  a
  i,
.template-header.submenu-primary-4.sticky-on .nav-menu li.active > a,
.template-header.submenu-primary-4.sticky-on .nav-menu > ul > li > a:hover {
  color: var(--color-primary-4);
}
.color-primary-5,
.footer-widgets .widget .download-links li a:hover,
.template-header.nav-primary-5 .language-selection .nice-select::before,
.template-header.nav-primary-5 .nav-menu > ul > li.active > a {
  color: var(--color-primary-5);
}
.color-primary-6,
.footer-copyright .social-links li a:hover,
.template-header.bordered-header .nice-select::before,
.template-header.bordered-header .user-login i {
  color: var(--color-primary-6);
}
.bg-secondary-color-7 {
  background-color: var(--color-secondary-7);
}
.bg-heading-color-5,
.template-footer.webinar-footer .newsletters-form form button:hover,
.template-header.nav-primary-7 .template-btn:hover {
  background-color: var(--color-heading-5);
}
.slick-initialized .slick-slide:focus,
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hero-area-v6 .hero-content .template-btn,
.search-area .modal-content:focus,
.template-btn.white-bg,
input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
::placeholder {
  color: inherit;
  opacity: 1;
}
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.nice-select,
input,
select,
textarea {
  width: 100%;
  height: 65px;
  padding: 0 30px;
  background-color: var(--color-soft-grey);
  border: none;
  color: var(--color-body);
  border-radius: 0;
  font-size: 16px;
}
textarea {
  padding-top: 20px;
  height: 200px;
  display: inherit;
}
.blog-sidebar .widget.latest-post-widget .popular-posts-item,
.brand-items .slick-track,
.counter-items-v2 .counter-item.counter-left,
.nice-select,
.template-header .branding-and-language-selection,
.template-header .header-center,
.template-header .header-left,
.template-header .header-right,
.template-header .header-right .header-extra,
.template-header .nav-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nice-select .list {
  width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid var(--color-soft-grey-2);
}
.nice-select .list .option {
  padding: 5px 30px;
  font-size: 16px;
  height: auto;
}
.nice-select .list .option:not(:last-child) {
  border-bottom: 1px solid var(--color-soft-grey-2);
}
.nice-select::after {
  content: "\f107";
  border: none;
  position: absolute;
  line-height: 1;
  right: 30px;
  top: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-origin: unset;
  transform-origin: unset;
  width: auto;
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  font-family: "Font Awesome 5 Pro";
}
.hero-area-v1 .hero-content .title-tag,
.hero-area-v2 .hero-content .title-tag,
.hero-area-v9 .hero-content p,
.mobile-slide-panel .mobile-menu li a,
.template-header .language-selection .nice-select,
.template-header .nav-menu li a,
.template-header .user-login {
  font-weight: 500;
  font-family: var(--font-cs-medium);
}
.nice-select.open::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes circle {
  0%,
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0%,
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: rotate(0) scale(0.7);
    transform: rotate(0) scale(0.7);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg) scale(0.7);
    transform: rotate(360deg) scale(0.7);
    opacity: 0;
  }
}
@keyframes zoomInOut {
  0% {
    -webkit-transform: rotate(0) scale(0.7);
    transform: rotate(0) scale(0.7);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg) scale(0.7);
    transform: rotate(360deg) scale(0.7);
    opacity: 0;
  }
}
@-webkit-keyframes zoom-fade {
  0%,
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes zoom-fade {
  0%,
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes float-bob {
  0%,
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
@keyframes float-bob {
  0%,
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
@-webkit-keyframes float-bob-x {
  0%,
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
@keyframes float-bob-x {
  0%,
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
@-webkit-keyframes float-bob-y {
  0%,
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes float-bob-y {
  0%,
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.animate-zoominout {
  -webkit-animation-name: zoomInOut;
  animation-name: zoomInOut;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.animate-float-bob,
.animate-zoom-fade {
  -webkit-animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.animate-zoom-fade {
  -webkit-animation-name: zoom-fade;
  animation-name: zoom-fade;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}
.animate-float-bob {
  -webkit-animation-name: float-bob;
  animation-name: float-bob;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
}
.animate-float-bob-x,
.animate-float-bob-y {
  -webkit-animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.animate-float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  animation-timing-function: linear;
}
.animate-float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  animation-timing-function: linear;
}
.animate-rotate-me {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 24s;
  animation-duration: 24s;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.hover-overly-left-to-right,
.hover-overly-zoom,
.preview-square-oval-image .square-image {
  position: relative;
  overflow: hidden;
}
.hover-overly-left-to-right::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0.7)),
    to(rgba(255, 255, 255, 0.3))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.7) 0,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(25deg);
  transform: skewX(25deg);
  z-index: 2;
}
.hover-overly-left-to-right:hover:before {
  -webkit-animation: 1.5s shine;
  animation: 1.5s shine;
}
.hover-overly-zoom:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: "";
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
}
.hover-overly-zoom:hover:before {
  -webkit-animation: 0.95s circle;
  animation: 0.95s circle;
}
.template-header {
  position: relative;
  z-index: 999;
}
.template-header .header-inner {
  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;
}
.template-header .language-selection .nice-select {
  background-color: var(--color-soft-grey-2);
  border: 0;
  width: 175px;
  height: 50px;
  padding: 0 30px 0 50px;
  border-radius: 50px;
  z-index: 1;
  color: var(--color-heading);
  font-size: 18px;
}
.template-header .language-selection .nice-select .list {
  -webkit-box-shadow: 0 8px 20px rgba(55, 125, 255, 0.08);
  box-shadow: 0 8px 20px rgba(55, 125, 255, 0.08);
}
.template-header .language-selection .nice-select .list .option {
  padding: 3px 10px;
  color: var(--color-body);
}
.blog-details-content .post-meta li a:hover,
.blog-details-content .social-links a:hover,
.blog-post-items .single-blog-post .post-meta li a:hover,
.blog-sidebar .widget.category-widget li a:hover,
.blog-sidebar
  .widget.latest-post-widget
  .popular-posts-item
  .popular-posts-title
  a:hover,
.contact-info-boxes-v1 .contact-info-box .title span,
.counter-items-v1 .counter-item:hover .icon,
.footer-widgets .widget .copyright-text a,
.footer-widgets .widget a:not(.template-btn):hover,
.footer-widgets .widget.contact-widget li a:hover,
.footer-widgets .widget.text-block-widget .contact-link i,
.image-boxes-v2 .image-box:hover .box-link,
.mobile-slide-panel .mobile-menu li.active > a,
.sign-in-up-wrapper .forgot-password:hover,
.template-header .language-selection .nice-select .list .option.selected,
.template-header .nav-menu li a:hover,
.template-header .nav-menu li.active > a,
.template-header .user-login:hover {
  color: var(--color-primary);
}
.template-header .language-selection .nice-select::before {
  content: "\f0ac";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 25px;
  font-size: 18px;
  color: var(--color-primary);
}
.template-header .language-selection.bg-transparent .nice-select {
  width: 100px;
  background-color: transparent;
  padding: 0 0 0 25px;
}
.cta-with-particle.cta-with-particle .particle-left,
.template-header .language-selection.bg-transparent .nice-select::before,
.template-header.navbar-left .nav-menu > ul > li:first-child > a::before {
  left: 0;
}
.cta-with-particle.cta-with-particle .particle-right,
.template-header .language-selection.bg-transparent .nice-select::after {
  right: 0;
}
.template-header .branding-and-language-selection .nice-select,
.template-header
  .branding-and-language-selection.branding-border-right
  .nice-select {
  margin-left: 50px;
}
.template-header
  .branding-and-language-selection.branding-border-right
  .language-selection {
  position: relative;
  z-index: 1;
  padding-left: 20px;
}
.template-header
  .branding-and-language-selection.branding-border-right
  .language-selection::before {
  content: "";
  position: absolute;
  left: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  background-color: var(--color-dark-4);
}
.template-header .nav-menu li {
  line-height: 100px;
  margin: 0 15px;
  position: relative;
}
.template-header .nav-menu li a {
  position: static;
  padding: 5px;
  line-height: 1.4;
}
.template-header .nav-menu li a .dd-trigger {
  padding-left: 6px;
  font-size: 15px;
}
.template-header .nav-menu li a::before {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  width: 0;
  top: 0;
  height: 5px;
  background-color: var(--color-primary);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
.template-header .nav-menu li a:hover::before {
  width: calc(100% - 10px);
  visibility: visible;
  opacity: 1;
}
.mobile-slide-panel .mobile-menu li.active > a::before,
.template-header .nav-menu li.active > a::before {
  visibility: visible;
  opacity: 1;
  width: calc(100% - 10px);
}
.template-header .nav-menu .sub-menu {
  display: block;
  position: absolute;
  width: 220px;
  background-color: var(--color-white);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: 99;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 29, 35, 0.05);
  box-shadow: 0 2px 8px 0 rgba(0, 29, 35, 0.05);
  left: 0;
  top: calc(100% + 40px);
  visibility: hidden;
  opacity: 0;
}
.template-header .nav-menu .sub-menu li {
  line-height: 1;
  margin: 0;
}
.template-header .nav-menu .sub-menu li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 29, 35, 0.05);
}
.blog-sidebar .widget.testimonial-widget .slick-dots li::after,
.contact-form-v2 .textarea-field label,
.fancy-icon-boxes-v1.boxes-white-version .fancy-icon-box::before,
.template-header .nav-menu .sub-menu li a::before,
.template-header .nav-menu .sub-menu li::before,
.template-header.sticky-header .sticky-logo,
.template-header.sticky-header.sticky-on .main-logo,
.testimonial-dots-2 .slick-dots li::after,
.testimonial-dots-3 .slick-dots li::after {
  display: none;
}
.template-header .nav-menu .sub-menu li a {
  font-size: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  line-height: 1.4;
}
.template-header .nav-menu .sub-menu li a .dd-trigger i {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.blog-details-content .related-tags a:hover,
.blog-sidebar .widget.widget-tag-cloud .tags a:hover,
.footer-widgets .widget .social-links li a:hover,
.footer-widgets .widget .social-links.bordered-style li a:hover,
.portfolio-filter ul li.active,
.portfolio-filter ul li:hover,
.template-header .nav-menu .sub-menu li a:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.template-header .nav-menu .sub-menu .sub-menu {
  left: 100%;
  top: 50%;
}
.template-header .nav-menu li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.template-header .nav-menu .sub-menu li:hover > .sub-menu,
.template-header.nav-border-bottom:not(.sticky-on)
  .nav-menu
  .sub-menu
  li:hover
  > .sub-menu {
  top: 0;
}
.template-header .search-btn.search-border-right {
  margin-right: 40px;
  padding-right: 30px;
  border-right: 2px solid #dcdde0;
}
.template-header .user-login i {
  margin-right: 5px;
}
.template-header .user-login.user-login-border-right {
  padding-right: 30px;
  border-right: 2px solid var(--color-dark-4);
}
.preview-square-oval-image .counter-item .count-details,
.template-header .header-extra > li {
  line-height: 1;
}
.template-header .header-extra > li:not(:first-child) {
  margin-left: 35px;
}
.template-header .off-canvas-btn {
  width: 50px;
}
.template-header .off-canvas-btn span {
  display: block;
  height: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.template-header .off-canvas-btn span:nth-child(2) {
  margin: 10px 0;
}
.image-boxes-v2 .image-box .box-content .box-link i,
.image-boxes-v3 .image-box .box-content .box-link i,
.latest-news-v1 .latest-news-box .read-more-btn i,
.screenshot-arrows .slick-arrow.next-arrow,
.template-header .off-canvas-btn span:first-child {
  margin-left: 8px;
}
.latest-news-v1 .latest-news-box .post-meta a i,
.template-header .off-canvas-btn span:nth-child(3) {
  margin-right: 8px;
}
.template-header .off-canvas-btn:hover span:first-child {
  margin-left: 0;
  margin-right: 8px;
}
.template-header .off-canvas-btn:hover span:nth-child(3) {
  margin-right: 0;
  margin-left: 8px;
}
.template-header .template-btn {
  padding: 13px 32px;
}
.template-header .navbar-toggler {
  width: 55px;
  padding: 10px;
  font-size: 0;
  border: 2px solid var(--color-heading);
  border-radius: 5px;
}
.template-header .navbar-toggler span {
  display: block;
  height: 3px;
}
.template-header .navbar-toggler span:nth-child(2) {
  margin: 6px 0;
}
.template-header.navbar-right .nav-menu ul > li:last-child {
  margin-right: 0;
}
.template-header.navbar-right .nav-menu ul > li:last-child > a {
  padding-right: 0;
}
.template-header.navbar-right .nav-menu ul > li:last-child > a::before {
  left: auto;
  right: 0;
}
.template-header.navbar-right .header-right .header-extra {
  margin-left: 40px;
}
.template-header.navbar-left .nav-menu > ul > li:first-child {
  margin-left: 0;
}
.template-header.navbar-left .nav-menu > ul > li:first-child > a {
  padding-left: 0;
}
.template-header.navbar-left .header-left .brand-logo {
  margin-right: 100px;
}
.template-header.logo-center .header-left,
.template-header.logo-center .header-right {
  max-width: 42%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42%;
  flex: 0 0 42%;
}
.template-header.logo-center .header-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.template-header.logo-center .header-center {
  max-width: 16%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16%;
  flex: 0 0 16%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.template-header.absolute-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.template-header.bordered-header .header-inner {
  border-bottom: 1px solid var(--color-dark-4);
}
.screenshot-arrows .slick-arrow.next-arrow,
.screenshot-arrows .slick-arrow:hover,
.template-header.bordered-header .nav-menu li a::before {
  background-color: var(--color-primary-6);
}
.pricing-table-three .plan-tag,
.pricing-table-three.featured-plan .pricing-btn,
.pricing-table-three:hover .pricing-btn,
.template-header.bordered-header .nav-menu li .sub-menu a:hover {
  background-color: var(--color-primary-6);
  color: var(--color-white);
}
.hero-slider .slick-dots li::after,
.template-header.bordered-header .navbar-toggler,
.template-header.nav-white-color:not(.sticky-on) .navbar-toggler,
.video-cta .video-cta-text-block .template-btn:not(:hover) {
  border-color: var(--color-white);
}
.blog-post-items .single-blog-post.no-thumbnail .post-read-more:not(:hover),
.hero-slider .slick-dots li.slick-active,
.pricing-table-three.style-two .plan-tag,
.template-header.bordered-header .navbar-toggler span,
.template-header.nav-primary-3 .language-selection .nice-select,
.template-header.nav-primary-5 .language-selection .nice-select,
.template-header.nav-white-color:not(.sticky-on)
  .nav-menu
  > ul
  > li
  > a::before,
.template-header.nav-white-color:not(.sticky-on) .navbar-toggler span,
.template-header.nav-white-color:not(.sticky-on) .off-canvas-btn span {
  background-color: var(--color-white);
}
.template-header.nav-primary-3 .nav-menu > ul > li > a::before,
.template-header.submenu-primary-3 .nav-menu li .sub-menu a:hover {
  background-color: var(--color-primary-3);
}
.latest-news-v2 .latest-news-box .title a:hover,
.template-header.nav-primary-3 .language-selection .nice-select::before,
.template-header.nav-primary-3 .nav-menu > ul > li.active > a {
  color: var(--color-primary-3);
}
.template-header.nav-primary-5 .nav-menu > ul > li > a::before,
.template-header.submenu-primary-5 .nav-menu li .sub-menu a:hover {
  background-color: var(--color-primary-5);
}
.brand-sectioin-title span,
.hero-area-v2 .hero-content .play-btn,
.pricing-table.pricing-secondary-1 .plan-cost .currency,
.pricing-table.pricing-secondary-1
  .plan-feature
  li:not(.disabled-feature)::after,
.template-header.submenu-seconday-color.sticky-on .nav-menu li.active > a,
.template-header.submenu-seconday-color.sticky-on .nav-menu > ul > li > a:hover,
.testimonial-slider-v1.testimonial-v1-boxed .testimonial-item .quote-icon {
  color: var(--color-secondary);
}
.booking-form form button:hover,
.landio-video .play-btn.color-primary-7,
.landio-video .play-btn.color-primary-7::before,
.template-header.nav-primary-7 .nav-menu li .sub-menu a:hover,
.template-header.nav-primary-7 .nav-menu > ul > li > a::before {
  background-color: var(--color-primary-7);
}
.pricing-table-three.style-two .plan-name,
.pricing-table-three.style-two .plan-tag,
.template-footer.webinar-footer .copyright-area .copyright-text a,
.template-header.nav-primary-7 .nav-menu > ul > li.active > a {
  color: var(--color-primary-7);
}
.template-header.nav-primary-7 .template-btn {
  background-color: var(--color-primary-7);
  border-radius: 0;
  text-transform: uppercase;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  line-height: 1;
  padding: 18px 30px;
}
.template-header.nav-border-bottom:not(.sticky-on) .nav-menu li,
.template-header.sticky-header.sticky-on .nav-menu ul li {
  line-height: 95px;
}
.fancy-icon-boxes-v2 .fancy-icon-box::after,
.template-header.nav-border-bottom:not(.sticky-on) .nav-menu li a::before {
  top: auto;
  bottom: 0;
}
.template-header.nav-border-bottom:not(.sticky-on)
  .nav-menu
  li:hover
  > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.template-header.sticky-header.sticky-on {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-animation: 1.2s sticky;
  animation: 1.2s sticky;
  -webkit-box-shadow: 0 8px 20px rgba(55, 125, 255, 0.08);
  box-shadow: 0 8px 20px rgba(55, 125, 255, 0.08);
  background-color: var(--color-white);
}
.template-header.sticky-header.sticky-on .sticky-logo {
  display: block;
}
.template-header.sticky-header.bordered-header.sticky-on {
  background-color: var(--color-dark-3);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 2px solid var(--color-dark-4);
}
.template-header.sticky-header.bordered-header.sticky-on .header-inner {
  border-bottom: 0;
}
.search-area {
  background: rgba(23, 26, 33, 0.85);
}
#preloader,
.hero-area-v1 {
  background-position: center center;
  background-repeat: no-repeat;
}
.search-area .modal-dialog {
  border: none;
  outline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.search-area form {
  max-width: 555px;
  position: relative;
}
.search-area .modal-content {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.search-area input {
  padding-left: 0;
  background: 0 0;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  color: var(--color-white);
  margin-bottom: 0;
  height: 50px;
  width: 100%;
  padding-right: 40px;
}
.search-area .search-btn {
  position: absolute;
  background: 0 0;
  top: 10px;
  right: 0;
  color: var(--color-white);
  border: none;
}
.mobile-slide-panel,
.off-canvas-wrapper {
  position: fixed;
  right: 0;
  top: 0;
  background-color: transparent;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.mobile-slide-panel .panel-inner,
.off-canvas-wrapper .canvas-inner {
  max-width: 400px;
  height: 100vh;
  background-color: var(--color-white);
  padding: 40px;
  position: relative;
  z-index: 2;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-right: -400px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.mobile-slide-panel .panel-overlay,
.off-canvas-wrapper .canvas-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--color-heading);
  cursor: pointer;
  z-index: 1;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  opacity: 0;
  visibility: hidden;
}
.mobile-slide-panel .panel-close,
.off-canvas-wrapper .canvas-close {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 2;
  font-size: 28px;
  line-height: 1;
  color: var(--color-heading);
}
.mobile-slide-panel .panel-inner {
  width: 300px;
  margin-right: -300px;
  padding: 40px 30px;
}
.check-list-3 li:not(:last-child),
.footer-widgets .widget.text-block-widget img,
.icon-boxes-v4 .icon,
.iconic-boxes-v2 .iconic-box .icon,
.image-boxes-v1 .image-box .thumb,
.mobile-slide-panel .mobile-logo,
.preview-galley-v2 .image-1,
.preview-galley-v2 .image-2 {
  margin-bottom: 30px;
}
.mobile-slide-panel .mobile-menu li a {
  position: relative;
  display: block;
  line-height: 1.5;
  padding: 10px 45px 10px 0;
  border-bottom: 1px solid #e5e5e5;
  color: var(--color-heading);
  font-size: 15px;
}
#preloader,
.footer-widgets .widget .social-links li a,
.hero-area-v4 .hero-content .user-images,
.hero-area-v8 .hero-img,
.off-canvas-wrapper .contact-us li i,
.post-pagination,
.post-pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
}
.mobile-slide-panel .mobile-menu li a .dd-trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  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;
  line-height: 1;
  z-index: 2;
  border-left: 1px solid #e5e5e5;
}
.mobile-slide-panel .mobile-menu li .sub-menu {
  display: none;
  padding-left: 10px;
}
.off-canvas-wrapper .canvas-widget-title {
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #e8e9ec;
  font-weight: 600;
  color: var(--color-heading);
}
.template-btn.bordered-btn:hover,
.template-btn:hover {
  border-color: var(--color-heading);
  background-color: var(--color-heading);
}
.check-list li,
.contact-info-boxes-v2 .contact-info-box,
.contact-info-boxes-v2 .contact-info-box a,
.footer-widgets .widget a:not(.template-btn),
.off-canvas-wrapper .contact-us li,
.off-canvas-wrapper .contact-us li a {
  color: #000000;
}
.comments-template .comments-list .comment:not(:last-child),
.off-canvas-wrapper .about-us,
.off-canvas-wrapper .canvas-logo,
.off-canvas-wrapper .contact-us {
  margin-bottom: 40px;
}
.off-canvas-wrapper .contact-us li {
  position: relative;
  padding-left: 60px;
}
.booking-form form .input-field:not(:last-child),
.off-canvas-wrapper .contact-us li:not(:last-child) {
  margin-bottom: 25px;
}
.off-canvas-wrapper .contact-us li i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: var(--color-primary);
  border-radius: 50%;
  font-size: 14px;
  color: var(--color-white);
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact-form-v2 input:focus + label,
.contact-form-v2 textarea:focus + label,
.mobile-slide-panel.panel-on,
.off-canvas-wrapper.canvas-on,
.testimonial-slider-v2 .slick-current .testimonial-item::before {
  opacity: 1;
  visibility: visible;
}
.mobile-slide-panel.panel-on .panel-inner,
.off-canvas-wrapper.canvas-on .canvas-inner {
  visibility: visible;
  opacity: 1;
  margin-right: -18px;
}
.mobile-slide-panel.panel-on .panel-overlay,
.off-canvas-wrapper.canvas-on .canvas-overlay {
  opacity: 1;
  visibility: visible;
  opacity: 0.4;
}
#preloader {
  position: fixed;
  background-color: var(--color-heading);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
#preloader .preloader-image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-blend-mode: multiply;
}
.template-btn {
  display: inline-block;
  color: var(--color-white);
  padding: 15px 40px;
  font-size: 15px;
  font-family: var(--font-cs-bold);
  font-weight: 700;
  line-height: 1.4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  border-radius: 50px;
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary);
  -webkit-box-shadow: 0 10px 30px 0 rgba(71, 59, 240, 0.36);
  box-shadow: 0 10px 30px 0 rgba(71, 59, 240, 0.36);
  overflow: hidden;
}
.hero-area-v1,
.hero-area-v1 .hero-content {
  padding-bottom: 135px;
  position: relative;
  z-index: 1;
}
.blog-post-items .single-blog-post .post-read-more i,
.booking-form form button i,
.recent-projects .recent-project-item .read-more-btn i,
.template-btn i {
  margin-left: 10px;
}
.template-btn:hover {
  color: var(--color-white);
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}
.contact-form-v1 .nice-select,
.contact-form-v1 input,
.contact-form-v1 textarea,
.template-btn.template-btn-2 {
  border-radius: 7px;
}
.template-btn.bordered-btn {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--color-heading);
  border-color: rgba(71, 59, 240, 0.1);
}
.template-btn.bordered-body-4 {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--color-body-4);
  border-color: #282a33;
}
.template-btn.primary-bg-4,
.template-btn.primary-bg-4.bordered-btn:hover {
  background-color: var(--color-primary-4);
  border-color: var(--color-primary-4);
}
.template-btn.bordered-body-4:hover {
  background-color: var(--color-primary-6);
  color: var(--color-white);
  border-color: var(--color-primary-6);
}
.template-btn.primary-bg-2:not(:hover) {
  background-color: var(--color-primary-2);
  border-color: var(--color-primary-2);
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 64, 229, 0.36);
  box-shadow: 0 10px 30px 0 rgba(0, 64, 229, 0.36);
}
.template-btn.primary-bg-2:hover,
.template-btn.secondary-bg:hover {
  background-color: var(--color-heading-2);
  border-color: var(--color-heading-2);
}
.template-btn.primary-bg-3:not(:hover) {
  background-color: var(--color-primary-3);
  border-color: var(--color-primary-3);
  -webkit-box-shadow: 0 10px 30px 0 rgba(226, 92, 106, 0.36);
  box-shadow: 0 10px 30px 0 rgba(226, 92, 106, 0.36);
}
.template-btn.primary-bg-4 {
  -webkit-box-shadow: 0 10px 30px 0 rgba(51, 119, 255, 0.36);
  box-shadow: 0 10px 30px 0 rgba(51, 119, 255, 0.36);
}
.template-btn.primary-bg-4.bordered-btn {
  background-color: transparent;
  border-color: rgba(71, 59, 240, 0.1);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.template-btn.primary-bg-5:not(:hover) {
  background-color: var(--color-primary-5);
  border-color: var(--color-primary-5);
  -webkit-box-shadow: 0 10px 30px 0 rgba(85, 128, 255, 0.36);
  box-shadow: 0 10px 30px 0 rgba(85, 128, 255, 0.36);
}
.template-btn.primary-bg-5:hover {
  background-color: var(--color-heading-4);
}
.template-btn.primary-bg-6:not(:hover) {
  background-color: var(--color-primary-6);
  border-color: var(--color-primary-6);
  -webkit-box-shadow: 0 3px 30px 0 rgba(66, 166, 108, 0.36);
  box-shadow: 0 3px 30px 0 rgba(66, 166, 108, 0.36);
}
.template-btn.primary-bg-6:hover {
  background-color: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-heading);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.template-btn.secondary-bg:not(:hover) {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  -webkit-box-shadow: 0 10px 30px 0 rgba(244, 115, 42, 0.36);
  box-shadow: 0 10px 30px 0 rgba(244, 115, 42, 0.36);
}
.template-btn.secondary-2-bg:not(:hover) {
  background-color: var(--color-secondary-2);
  border-color: var(--color-secondary-2);
  -webkit-box-shadow: 0 10px 30px 0 rgba(246, 185, 167, 0.61);
  box-shadow: 0 10px 30px 0 rgba(246, 185, 167, 0.61);
  color: var(--color-heading-3);
}
.template-btn.secondary-3-bg:not(:hover) {
  background-color: var(--color-secondary-3);
  border-color: var(--color-secondary-3);
  -webkit-box-shadow: 0 10px 30px 0 rgba(130, 8, 254, 0.36);
  box-shadow: 0 10px 30px 0 rgba(130, 8, 254, 0.36);
}
.template-btn.heading-3-bg:not(:hover) {
  background-color: var(--color-heading-3);
  border-color: var(--color-heading-3);
  -webkit-box-shadow: 0 10px 30px 0 rgba(54, 35, 75, 0.36);
  box-shadow: 0 10px 30px 0 rgba(54, 35, 75, 0.36);
}
.template-btn.bg-soft-grey-color {
  background-color: var(--color-soft-grey);
  border-color: var(--color-soft-grey);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--color-heading);
}
.template-btn.white-bg,
.template-btn.white-bg.bordered-btn:hover {
  background-color: var(--color-white);
  color: var(--color-heading-2);
  border-color: var(--color-white);
}
.template-btn.white-bg:hover {
  background-color: var(--color-heading);
  border-color: var(--color-heading);
  color: var(--color-white);
}
.template-btn.white-bg.bordered-btn {
  background-color: transparent;
  color: var(--color-white);
  border-color: rgba(255, 255, 255, 0.15);
}
.template-btn.template-btn-3 {
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: rgba(0, 0, 2, 0.15);
  font-size: 14px;
  color: var(--color-heading-5);
  text-transform: uppercase;
}
.template-btn.template-btn-3:hover {
  border-color: var(--color-heading-5);
  color: var(--color-white);
  background-color: var(--color-heading-5);
}
.hero-btns {
  margin: -5px;
}
.cta-btns li,
.hero-btns li {
  padding: 5px;
}
.hero-btns .play-btn {
  height: 54px;
  width: 54px;
  background-color: var(--color-white);
  color: var(--color-primary);
  font-size: 14px;
  text-align: center;
  line-height: 54px;
  border-radius: 50px;
  position: relative;
  z-index: 1;
}
.hero-area-v1 {
  background-image: url(../img/hero/hero-1-overly.png);
  background-size: 100% 100%;
  overflow: hidden;
}
.hero-area-v1 .hero-content {
  padding-top: 130px;
  text-align: center;
}
.hero-area-v1 .hero-content .title-tag {
  margin-bottom: 20px;
  color: var(--color-primary);
  font-size: 18px;
  line-height: 1.3;
  background-color: transparent;
}
.hero-area-v1 .hero-content .title-tag span {
  background-color: #d3d3f8;
  border-radius: 25px;
  padding: 5px 15px;
  margin-right: 12px;
}
.hero-area-v1 .hero-content .hero-title {
  font-size: 85px;
  line-height: 1.15;
  margin-bottom: 45px;
  letter-spacing: -1px;
}
.hero-area-v1 .hero-content .hero-title span {
  color: var(--color-primary);
  padding: 5px 20px;
  position: relative;
  z-index: 1;
}
.hero-area-v1 .hero-content .hero-title span::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  background-image: url(../img/particle/heading-line.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
  background-attachment: scroll;
  background-position: bottom;
  top: auto;
  bottom: 0;
  height: 100%;
}
.hero-area-v2,
.hero-area-v2 .hero-content .hero-title span::after,
.hero-area-v3::after {
  background-size: contain;
  background-repeat: no-repeat;
}
.hero-area-v1 .hero-content::after {
  position: absolute;
  content: "";
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: url(../img/hero/hero-1-shadow.png) 0 0/100% 100% no-repeat;
}
.blog-sidebar .widget.search-widget form,
.comments-template .comments-respond .input-field,
.footer-widgets .widget .newsletter-form form,
.hero-area-v1 .container,
.hero-area-v3,
.latest-news-v1 .latest-news-box .post-thumbnail,
.newsletter-area,
.newsletter-form .input-field,
.sign-in-up-wrapper .field-group,
video {
  position: relative;
}
.hero-area-v1 .hero-img img {
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(225, 223, 255, 0.36);
  box-shadow: 0 10px 30px 0 rgba(225, 223, 255, 0.36);
}
.hero-area-v1 .hero-particle-effect {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#banner-div,
#form-div,
.eye-icon,
.form,
.hero-area-v1 .hero-particle-effect img,
.icon-login,
.newsletter-area .newsletter-particle-effect img,
.page-title-area .page-title-effect img,
.play-btn::after,
.play-btn:before {
  position: absolute;
}
.hero-area-v1 .hero-particle-effect .particle-1 {
  top: 100px;
  left: -120px;
}
.hero-area-v1 .hero-particle-effect .particle-2 {
  left: -55px;
  top: 160px;
}
.hero-area-v1 .hero-particle-effect .particle-3 {
  right: 20px;
  top: 80px;
}
.hero-area-v1 .hero-particle-effect .particle-4 {
  bottom: 130px;
  left: 0;
}
.hero-area-v1 .hero-particle-effect .particle-5 {
  right: 0;
  bottom: 100px;
}
.hero-area-v2 {
  background-color: var(--color-primary-2);
  background-image: url(../img/hero/hero-map-bg.png);
  background-position: top center;
  padding: 155px 0 40px;
}
.hero-area-v2 .hero-content-wrapper {
  padding-left: calc((100% - 1200px) / 2);
  padding-bottom: 100px;
}
.hero-area-v2 .hero-content .title-tag {
  margin-bottom: 30px;
  color: var(--color-white);
  font-size: 18px;
  line-height: 1.3;
  background-color: transparent;
}
.hero-area-v2 .hero-content .title-tag span {
  background-color: var(--color-secondary);
  border-radius: 25px;
  padding: 5px 15px;
  margin-right: 12px;
}
.hero-area-v2 .hero-content .hero-title {
  font-size: 90px;
  line-height: 1.15;
  margin-bottom: 65px;
  letter-spacing: -2px;
  color: var(--color-white);
}
.hero-area-v2 .hero-content .hero-title span::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  z-index: -1;
  background-position: bottom;
  bottom: -18px;
  height: 39px;
  background-image: url(../img/particle/title-line-white.png);
}
.hero-area-v2 .hero-content .template-btn.bordered-btn {
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--color-white);
}
.hero-area-v2 .hero-content .template-btn.bordered-btn:hover {
  border-color: var(--color-white);
  background-color: var(--color-white);
  color: var(--color-secondary);
}
.hero-area-v3 {
  z-index: 1;
  background-color: var(--color-heading-3);
  background-image: url(../img/hero/hero-leaf-bg.jpg);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
.hero-area-v3::after {
  position: absolute;
  content: "";
  height: 340px;
  width: 270px;
  left: 0;
  top: 0;
  z-index: -1;
  background-image: url(../img/hero/hero-3-line.png);
  background-position: top left;
}
.hero-area-v5 .hero-thumbnail-wrap .hero-thumbnail,
.hero-area-v6 .single-slider {
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.hero-area-v3 .hero-content .hero-title span::after,
.hero-area-v4 .hero-content .hero-title span::after,
.hero-area-v5::before {
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.hero-area-v3 .hero-content {
  padding-top: 265px;
  padding-bottom: 150px;
}
.hero-area-v3 .hero-content .hero-title {
  font-size: 85px;
  line-height: 1.15;
  margin-bottom: 60px;
  letter-spacing: -3px;
  color: var(--color-white);
}
.hero-area-v3 .hero-content .hero-title span::after {
  position: absolute;
  width: 65%;
  left: 0;
  z-index: -1;
  background-attachment: scroll;
  background-position: bottom;
  bottom: -15px;
  height: 39px;
  background-image: url(../img/particle/title-line-white-2.png);
}
.hero-area-v3 .hero-content p {
  color: var(--color-white);
  margin-bottom: 35px;
}
.hero-area-v3 .hero-img {
  padding-left: 50px;
}
.hero-area-v3 .particle-1 {
  position: absolute;
  left: 6%;
  top: 22%;
}
.hero-area-v3 .particle-2 {
  position: absolute;
  left: 12%;
  bottom: 10%;
}
.hero-area-v4 {
  background-color: #f0f6ff;
  background-image: url(../img/hero/hero-curve-bg.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 52%;
  overflow: hidden;
  padding-bottom: 50px;
}
.hero-area-v4 .hero-content {
  padding-top: 260px;
  padding-bottom: 110px;
}
.hero-area-v4 .hero-content .hero-title {
  font-size: 90px;
  line-height: 1;
  margin-bottom: 45px;
}
.hero-area-v5 .hero-content .hero-title,
.hero-area-v6 .hero-content .hero-title {
  line-height: 1.12;
  margin-bottom: 40px;
  color: var(--color-white);
  letter-spacing: -2px;
}
.hero-area-v4 .hero-content .hero-title span::after {
  position: absolute;
  right: 0;
  z-index: -1;
  background-image: url(../img/particle/heading-line-2.png);
  background-position: right center;
  top: auto;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.hero-area-v4 .hero-content .user-images {
  margin-top: 35px;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hero-area-v4 .hero-content .user-images li {
  width: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}
.hero-area-v4 .hero-content .user-images li:not(:first-child) {
  margin-left: -25px;
}
.hero-area-v4 .hero-content .user-images li img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid var(--color-white);
}
.hero-area-v4 .hero-content .user-images li.note {
  margin-left: 20px;
  font-size: 20px;
  font-family: var(--font-cs-bold);
  font-weight: 700;
  line-height: 1;
  color: var(--color-heading);
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.hero-area-v4 .hero-content .user-images .more-icon {
  display: block;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  background-color: #ffc001;
  color: var(--color-heading);
  font-size: 15px;
  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;
}
.hero-area-v4 .hero-content .user-images .more-icon:hover {
  background-color: var(--color-primary-3);
  color: var(--color-white);
}
.hero-area-v4 .hero-preview-galley {
  position: relative;
  z-index: 1;
  height: 700px;
  width: 100%;
}
.hero-area-v4 .hero-preview-galley img,
.preview-galley-v9 .icons img {
  position: absolute;
  z-index: 1;
}
.hero-area-v4 .hero-preview-galley img.main-image-1 {
  left: 0;
  top: 0;
}
.hero-area-v4 .hero-preview-galley img.main-image-2 {
  right: -250px;
  bottom: 0;
}
.hero-area-v4 .hero-preview-galley .preview-inner {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.hero-area-v4 .hero-preview-galley .preview-inner img {
  border-radius: 15px;
}
.hero-area-v4 .hero-preview-galley .preview-inner img.image-1 {
  right: 20px;
  top: 94px;
  z-index: 2;
}
.hero-area-v4 .hero-preview-galley .preview-inner img.image-2 {
  right: 50px;
  bottom: 160px;
  z-index: 2;
  -webkit-box-shadow: 0 10px 30px 0 rgba(89, 89, 89, 0.18);
  box-shadow: 0 10px 30px 0 rgba(89, 89, 89, 0.18);
}
.hero-area-v4 .hero-preview-galley .preview-inner img.image-3 {
  right: 180px;
  bottom: 105px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(89, 89, 89, 0.1);
  box-shadow: 0 10px 30px 0 rgba(89, 89, 89, 0.1);
}
.hero-area-v5 {
  background-color: var(--color-dark);
  padding-top: 330px;
  padding-bottom: 230px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hero-area-v5::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/hero/map-bg.png);
  background-position: center;
  opacity: 0.2;
}
.hero-area-v5 .hero-thumbnail-wrap {
  height: 685px;
  width: 740px;
  position: absolute;
  right: -100px;
  top: -148px;
  z-index: -1;
}
.hero-area-v5 .hero-thumbnail-wrap .hero-thumbnail {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.hero-area-v5 .hero-thumbnail-wrap .hero-thumbnail::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: var(--color-dark);
  opacity: 0.5;
}
.hero-area-v5 .hero-thumbnail-wrap::before {
  position: absolute;
  content: "";
  top: 10px;
  right: -10px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--color-primary);
}
.hero-area-v5 .hero-thumbnail-wrap .hero-thumbnail,
.hero-area-v5 .hero-thumbnail-wrap .hero-thumbnail::after,
.hero-area-v5 .hero-thumbnail-wrap::before {
  border-radius: 50%/0 50% 50%;
}
.hero-area-v5 .hero-content .hero-title {
  font-size: 90px;
}
.hero-area-v5 .hero-content p,
.hero-area-v6 .hero-content p {
  font-size: 17px;
  color: var(--color-white);
  position: relative;
  padding-left: 32px;
  margin-bottom: 35px;
}
.hero-area-v5 .hero-content p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: var(--color-primary);
}
.hero-area-v6 .single-slider::after,
.hero-area-v7::after {
  z-index: -1;
  position: absolute;
  top: 0;
  height: 100%;
  content: "";
}
.hero-area-v6 .single-slider::after {
  width: 100%;
  left: 0;
  background: linear-gradient(
    310deg,
    rgba(9, 16, 35, 0.2902) 0,
    rgba(6, 14, 34, 0.58) 61%,
    rgba(4, 13, 34, 0.87843) 100%
  );
}
.hero-area-v6 .hero-content {
  padding-top: 280px;
  padding-bottom: 180px;
}
.hero-area-v6 .hero-content .hero-title {
  font-size: 80px;
}
.hero-area-v6 .hero-content p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: var(--color-white);
}
.hero-area-v6 .hero-content .play-text-btn {
  font-size: 15px;
  font-family: var(--font-cs-bold);
  color: var(--color-white);
  position: relative;
  margin-left: 14px;
}
.hero-area-v6 .hero-content .play-text-btn:after {
  position: absolute;
  content: "";
  height: 3px;
  width: 100%;
  background-color: var(--color-white);
  bottom: -2px;
  left: 0;
}
.hero-area-v7 {
  position: relative;
  z-index: 1;
  padding-left: calc((100% - 1200px) / 2);
  padding-top: 200px;
  padding-bottom: 125px;
}
.hero-area-v7::after {
  right: 0;
  width: 50%;
  background-color: var(--color-soft-grey);
}
.hero-area-v7 .hero-img {
  position: absolute;
  left: 50%;
  bottom: 0;
  max-width: 50%;
  max-height: 90%;
}
.hero-area-v7 .hero-content {
  max-width: 35%;
}
.hero-area-v7 .hero-content .hero-title {
  font-size: 80px;
  line-height: 1.05;
  letter-spacing: -2px;
  margin-bottom: 45px;
}
.hero-area-v7 .hero-content p {
  font-size: 17px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 45px;
}
.hero-area-v7 .hero-content p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #dde6ff;
}
.hero-area-v7 .hero-content .notice {
  margin-top: 35px;
  display: block;
  font-size: 17px;
}
.blog-details-content .social-links li,
.hero-area-v7 .hero-content .notice img {
  margin-right: 15px;
}
.hero-area-v8 {
  background-color: var(--color-dark-2);
  overflow: hidden;
}
.hero-area-v8 .hero-content {
  padding: 280px 60px 150px 0;
  position: relative;
  z-index: 6;
}
.hero-area-v8 .hero-content .hero-title {
  font-size: 80px;
  line-height: 1.05;
  letter-spacing: -2px;
  color: var(--color-white);
  margin-bottom: 45px;
}
.hero-area-v8 .hero-content p {
  font-size: 17px;
  color: #abb0bf;
  position: relative;
  padding-left: 30px;
  margin-bottom: 45px;
}
.hero-area-v8 .hero-content p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #abb0bf;
}
.hero-area-v8 .hero-content .notice {
  margin-top: 35px;
  display: block;
  color: #abb0bf;
  font-size: 17px;
}
.hero-area-v8 .hero-content .notice i {
  margin-right: 8px;
  color: #f7d71e;
}
.hero-area-v8 .hero-img {
  position: relative;
  z-index: 2;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero-area-v8 .hero-img .circle-shape {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-42%, -42%);
  transform: translate(-42%, -42%);
  z-index: -1;
  opacity: 0.15;
}
.hero-area-v8 .hero-img::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
  height: 100%;
  width: 150%;
  background-image: url(../img/hero/hero-v8-overly.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.hero-area-v9 {
  padding: 220px 0 0;
  background-color: var(--color-secondary-6);
  position: relative;
  z-index: 1;
}
.hero-area-v9::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: transparent;
  background-image: radial-gradient(
    at center left,
    var(--color-primary-7) 0,
    var(--color-secondary-6) 56%
  );
  opacity: 0.5;
}
.hero-area-v9 .hero-content {
  position: relative;
  z-index: 2;
}
.hero-area-v9 .hero-content .hero-title {
  font-size: 200px;
  line-height: 0.85;
  letter-spacing: -0.027em;
  color: var(--color-heading-5);
  margin-bottom: 30px;
}
.hero-area-v9 .hero-content p {
  font-size: 18px;
  color: var(--color-heading-5);
  margin-bottom: 30px;
}
.hero-area-v9 .hero-images,
.preview-image-v6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hero-area-v9 .hero-images .image-one,
.hero-area-v9 .hero-images .image-three {
  width: 60%;
  max-width: 60%;
}
.hero-area-v9 .hero-images .image-one .image-inner {
  margin: 15px -200px 0 0;
}
.hero-area-v9 .hero-images .image-four,
.hero-area-v9 .hero-images .image-two {
  width: 40%;
  max-width: 40%;
}
.hero-area-v9 .hero-images .image-two .image-inner {
  margin: -70px -300px 0 230px;
}
.hero-area-v9 .hero-images .image-three .image-inner {
  margin: 30px 30px -30px -150px;
}
.hero-area-v9 .hero-images .image-four .image-inner {
  margin: 30px -150px 0 0;
}
.hero-slider .slick-dots {
  position: absolute;
  right: 13%;
  top: 50%;
  display: block;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.check-list-2 li::before,
.hero-slider .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}
.hero-slider .slick-dots li {
  display: block;
  margin: 20px 0;
  background-color: var(--color-white);
}
.hero-slider .slick-arrow {
  position: absolute;
  right: 4%;
  bottom: 0;
  height: 50px;
  width: 50px;
  background-color: var(--color-white);
  border: none;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--color-heading);
  font-size: 18px;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.check-list-2 li::before,
.check-list-3 li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  border-radius: 50%;
  position: absolute;
  left: 0;
}
.hero-slider .slick-arrow.prev-arrow {
  right: calc(4% + 52px);
}
.hero-slider .slick-arrow:hover,
.recent-projects .recent-project-item:hover .read-more-btn,
.template-footer.footer-secondary-4-bg
  .footer-widgets
  .widget
  .social-links
  li
  a:hover {
  background-color: var(--color-primary-4);
  color: var(--color-white);
}
.common-heading .tagline {
  font-size: 18px;
  font-family: var(--font-cs-medium);
  line-height: 1.4;
  margin-bottom: 15px;
}
.common-heading .title {
  font-size: 42px;
  letter-spacing: -2px;
  line-height: 1.2;
}
.common-heading.tagline-boxed .tagline {
  background-color: #d3d4f8;
  color: #473bf0;
  padding: 0px 18px 1px;
  border-radius: 30px;
  margin-bottom: 25px;
}
.common-heading.tagline-boxed-two .tagline {
  background-color: #e5ecfc;
  color: var(--color-primary-2);
  padding: 4px 18px;
  border-radius: 30px;
  margin-bottom: 25px;
}
.common-heading.title-line .title span {
  color: var(--color-primary-2);
  position: relative;
  z-index: 1;
}
.common-heading.title-line .title span img {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -25px;
}
.common-heading.title-line.line-less-bottom .title span img {
  bottom: -10px;
}
.common-heading.title-line-bottom .heading-line,
.simple-icon-boxes p {
  margin-top: 10px;
}
.common-heading.heading-white.tagline-boxed-two .tagline {
  background-color: #1a53e8;
}
.common-heading-2 .tagline {
  font-size: 14px;
  font-family: var(--font-cs-bold);
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 4px;
  word-spacing: 2px;
}
.common-heading-2 .title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1.2;
}
.check-list li {
  font-size: 18px;
  position: relative;
  z-index: 1;
  padding-left: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog-details-content .related-tags,
.blog-sidebar .widget.category-widget li:not(:last-child),
.check-list li:not(:last-child),
.footer-widgets .widget.contact-widget li:not(:last-child),
.footer-widgets .widget.nav-widget ul li:not(:last-child),
.pricing-table .plan-feature li:not(:last-child),
.pricing-table-two .plan-feature li:not(:last-child) {
  margin-bottom: 10px;
}
.check-list li::after {
  position: absolute;
  content: "\f00c";
  left: 0;
  top: 2px;
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  color: var(--color-primary);
  font-weight: 800;
}
.check-list-2 li {
  position: relative;
  z-index: 1;
  padding-left: 40px;
  color: var(--color-heading);
}
.check-list-2 li::before {
  height: 25px;
  width: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--color-primary-3);
  color: var(--color-white);
  font-size: 13px;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.check-list-3 li::before,
.icon-box {
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
}
.check-list-2 li:not(:last-child) {
  margin-bottom: 12px;
}
.check-list-3 li {
  position: relative;
  padding-left: 50px;
}
.check-list-3 li::before {
  top: 0;
  width: 30px;
  height: 30px;
  background-color: var(--color-primary-6);
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--color-white);
  font-size: 15px;
}
.check-list-3 li .title {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;
}
.simple-icon-boxes .icon {
  margin-bottom: 20px;
  font-size: 40px;
  color: var(--color-primary);
  line-height: 0.5;
}
.simple-icon-boxes .title {
  font-size: 20px;
  line-height: 1.15;
}
.icon-box {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
.icon-box .icon {
  color: var(--color-primary-7);
  margin-right: 15px;
  font-size: 50px;
  line-height: 0.5;
}
.icon-box h5 {
  font-size: 35px;
  letter-spacing: -0.2px;
}
.icon-box span {
  font-size: 18px;
}
.image-boxes-v1 .image-box {
  background: transparent;
  -webkit-box-shadow: 0 10px 30px 0 rgba(225, 223, 255, 0.4);
  box-shadow: 0 10px 30px 0 rgba(225, 223, 255, 0.4);
  padding: 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.image-boxes-v1 .image-box .title {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
}
.image-boxes-v1 .image-box .box-link {
  height: 55px;
  width: 55px;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  color: var(--color-primary);
  border: 2px solid #000000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.image-boxes-v1 .image-box.active::before,
.image-boxes-v1 .image-box:hover::before,
.image-boxes-v2 .image-box:hover .box-link::after,
.team-members-two .member-box .member-photo img {
  width: 100%;
}
.image-boxes-v1 .image-box.active .box-link,
.image-boxes-v1 .image-box:hover .box-link {
  border-color: #473bf0;
}
.image-boxes-v1.image-thumbnail-boxed .image-box {
  padding: 45px 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
}
.image-boxes-v1.image-thumbnail-boxed .image-box .thumb {
  height: 180px;
  width: 180px;
  margin: 0 auto 30px;
  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;
  background-image: linear-gradient(297deg,#cb4900 33%,#ff6b00 58%);
  box-shadow: 0 25px 1px -10px rgba(0,0,0,.15);
  border: 5px solid #3d3b40;
}
.image-boxes-v2 .image-box .box-content .box-link,
.image-boxes-v3 .image-box .box-content .box-link {
  margin-top: 12px;
  position: relative;
  z-index: 1;
  line-height: 1;
  font-family: var(--font-cs-bold);
  font-weight: 700;
}
.image-boxes-v1.image-thumbnail-boxed .image-box .thumb img,
.testimonial-boxes-v1 .testimonial-box .author-brand {
  max-width: 120px;
}
.image-boxes-v1.image-thumbnail-boxed .image-box .title {
  font-size: 22px;
}
.image-boxes-v1.image-thumbnail-boxed .image-box .box-link {
  color: #000000;
}
.image-boxes-v1.image-thumbnail-boxed .image-box:hover .box-link {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}
.image-boxes-v2 .image-box .box-image {
  border-radius: 7px;
  overflow: hidden;
  width: 100%;
  height: 210px;
  position: relative;
  z-index: 1;
}
.image-boxes-v2 .image-box .box-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.image-boxes-v2 .image-box .box-content {
  background-color: var(--color-white);
  border-radius: 0 0 7px 7px;
  padding: 30px;
}
.image-boxes-v2 .image-box .box-content .title {
  font-size: 18px;
  margin-bottom: 15px;
}
.image-boxes-v2 .image-box .box-content .box-link {
  color: #7a7a7a;
  font-size: 15px;
}
.image-boxes-v2 .image-box .box-content .box-link::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  background-color: var(--color-primary);
  left: 0;
  bottom: -4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog-post-items .single-blog-post:hover img,
.image-boxes-v2 .image-box:hover .box-image img,
.latest-news-v2 .latest-news-box:hover .post-thumbnail img,
.portfolio-box-two:hover .portfolio-thumb a {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.image-boxes-v3 .image-box {
  background-color: var(--color-white);
  border-radius: 15px;
  padding: 40px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.image-boxes-v3 .image-box .box-image {
  width: 130px;
  height: 130px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  margin-right: 35px;
}
.image-boxes-v3 .image-box .box-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}
.image-boxes-v3 .image-box .box-content .title {
  font-size: 24px;
  margin-bottom: 10px;
}
.image-boxes-v3 .image-box .box-content .box-link {
  color: var(--color-body-3);
  font-size: 15px;
}
.image-boxes-v3 .image-box::after,
.image-boxes-v3 .image-box::before {
  content: "";
  position: absolute;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  border-radius: 15px;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.image-boxes-v3 .image-box::before {
  opacity: 0;
  visibility: hidden;
  left: -5px;
  top: -5px;
  z-index: -1;
  background-color: var(--color-primary-4);
  -webkit-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
  -webkit-transform-origin: left;
  transform-origin: left;
}
.image-boxes-v3 .image-box::after {
  left: 0;
  top: 0;
  background-color: var(--color-white);
  opacity: 1;
}
.image-boxes-v3 .image-box:hover {
  -webkit-box-shadow: 0 10px 45px 0 rgba(71, 59, 240, 0.1);
  box-shadow: 0 10px 45px 0 rgba(71, 59, 240, 0.1);
}
.iconic-boxes-v1.icon-boxes-square-bordered .iconic-box:hover::after,
.iconic-boxes-v1.icon-boxes-square-bordered .iconic-box:hover::before,
.image-boxes-v3 .image-box:hover::before,
.team-members .member-box:hover .member-info .social-links li {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.iconic-boxes-v1 .iconic-box {
  position: relative;
  z-index: 1;
  padding: 45px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 60px 0 rgba(189, 189, 189, 0.3);
  box-shadow: 0 10px 60px 0 rgba(189, 189, 189, 0.3);
}
.iconic-boxes-v1 .iconic-box.no-shadow {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.iconic-boxes-v1 .iconic-box .icon {
  height: 60px;
  width: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--color-primary);
  color: var(--color-white);
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  margin-bottom: 30px;
}
.iconic-boxes-v1 .iconic-box .icon.icon-gradient-1 {
  background: linear-gradient(130deg, #7839f3 0, #b31de1 59%, #ed00ce 100%);
  -webkit-box-shadow: 0 10px 60px 0 rgba(218, 9, 212, 0.28);
  box-shadow: 0 10px 60px 0 rgba(218, 9, 212, 0.28);
}
.iconic-boxes-v1 .iconic-box .icon.icon-gradient-2 {
  background-image: linear-gradient(
    130deg,
    #ff9200 0,
    #f64967 59%,
    #ed00ce 100%
  );
  -webkit-box-shadow: 0 10px 60px 0 rgba(253, 132, 19, 0.28);
  box-shadow: 0 10px 60px 0 rgba(253, 132, 19, 0.28);
}
.iconic-boxes-v1 .iconic-box .icon.icon-gradient-3 {
  background-image: linear-gradient(
    130deg,
    #f33946 0,
    #c81d9a 59%,
    #9c00ed 100%
  );
  -webkit-box-shadow: 0 10px 60px 0 rgba(218, 9, 212, 0.28);
  box-shadow: 0 10px 60px 0 rgba(218, 9, 212, 0.28);
}
.iconic-boxes-v1 .iconic-box .icon.icon-gradient-4 {
  background-image: linear-gradient(
    130deg,
    #4639f3 0,
    #711df0 59%,
    #9c00ed 100%
  );
  -webkit-box-shadow: 0 10px 60px 0 rgba(84, 54, 240, 0.28);
  box-shadow: 0 10px 60px 0 rgba(84, 54, 240, 0.28);
}
.iconic-boxes-v1 .iconic-box .icon.icon-gradient-5 {
  background-image: linear-gradient(
    130deg,
    #1f5dfb 0,
    #10a5cf 59%,
    #00eda2 100%
  );
  -webkit-box-shadow: 0 10px 60px 0 rgba(33, 113, 238, 0.28);
  box-shadow: 0 10px 60px 0 rgba(33, 113, 238, 0.28);
}
.iconic-boxes-v1 .iconic-box .icon.icon-gradient-6 {
  background-image: linear-gradient(
    130deg,
    #fdba1a 0,
    #f55d64 59%,
    #ed00ad 100%
  );
  -webkit-box-shadow: 0 10px 60px 0 rgba(218, 9, 212, 0.28);
  box-shadow: 0 10px 60px 0 rgba(218, 9, 212, 0.28);
}
.iconic-boxes-v1 .iconic-box .title,
.iconic-boxes-v2 .iconic-box .title {
  font-size: 22px;
  margin-bottom: 15px;
}
.iconic-boxes-v1 .iconic-box .box-link {
  color: var(--color-body-2);
  font-size: 15px;
  font-family: var(--font-cs-bold);
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  line-height: 1;
  margin-top: 20px;
}
.iconic-boxes-v1 .iconic-box .box-link i {
  padding-left: 10px;
}
.iconic-boxes-v1 .iconic-box .box-link::after,
.iconic-boxes-v1 .iconic-box .box-link::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background-color: var(--color-body-2);
  left: 0;
  bottom: -3px;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.iconic-boxes-v1 .iconic-box .box-link::after {
  width: 40%;
  background-color: var(--color-heading);
  opacity: 0;
}
.iconic-boxes-v1 .iconic-box:hover .box-link::after {
  width: 100%;
  opacity: 1;
}
.iconic-boxes-v1.icon-boxes-square-bordered {
  border-left: 1px solid rgba(54, 35, 75, 0.07);
  border-top: 1px solid rgba(54, 35, 75, 0.07);
}
.iconic-boxes-v1.icon-boxes-square-bordered .iconic-box {
  padding: 38px 35px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  border-right: 1px solid rgba(54, 35, 75, 0.07);
  border-bottom: 1px solid rgba(54, 35, 75, 0.07);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.iconic-boxes-v1.icon-boxes-square-bordered .iconic-box::after,
.iconic-boxes-v1.icon-boxes-square-bordered .iconic-box::before {
  content: "";
  position: absolute;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  border-radius: 10px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
  -webkit-transform-origin: left;
  transform-origin: left;
}
.iconic-boxes-v1.icon-boxes-square-bordered .iconic-box::before {
  left: -20px;
  top: -20px;
  bottom: -10px;
  right: -10px;
  background-color: var(--color-secondary);
}
.iconic-boxes-v1.icon-boxes-square-bordered .iconic-box::after {
  left: -15px;
  top: -15px;
  bottom: -15px;
  right: -15px;
  background-color: var(--color-white);
  -webkit-box-shadow: 0 10px 60px 0 rgba(189, 189, 189, 0.3);
  box-shadow: 0 10px 60px 0 rgba(189, 189, 189, 0.3);
}
.iconic-boxes-v1.icon-boxes-square-bordered .iconic-box:hover {
  z-index: 2;
}
.fancy-icon-boxes-v1 .fancy-icon-box .box-icon i,
.fancy-icon-boxes-v1 .fancy-icon-box .box-icon img,
.fancy-icon-boxes-v2 .fancy-icon-box .box-icon i,
.fancy-icon-boxes-v2 .fancy-icon-box .box-icon img,
.iconic-boxes-v2 .iconic-box .icon i,
.iconic-boxes-v2 .iconic-box .icon img {
  -webkit-transition: 1s;
  transition: 1s;
}
.iconic-boxes-v2 .iconic-box .box-link {
  margin-top: 30px;
  color: var(--color-primary-4);
  border: 2px solid #37f;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  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;
  position: relative;
  z-index: 1;
}
.iconic-boxes-v2 .iconic-box .box-link::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  z-index: -1;
  background-color: var(--color-primary-4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.iconic-boxes-v2 .iconic-box:hover .box-link {
  color: var(--color-white);
  border-color: var(--color-primary-4);
}
.iconic-boxes-v2 .iconic-box:hover .box-link::after {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.fancy-icon-boxes-v1 .fancy-icon-box:hover .box-icon i,
.fancy-icon-boxes-v1 .fancy-icon-box:hover .box-icon img,
.fancy-icon-boxes-v2 .fancy-icon-box:hover .box-icon i,
.fancy-icon-boxes-v2 .fancy-icon-box:hover .box-icon img,
.iconic-boxes-v2 .iconic-box:hover .icon i,
.iconic-boxes-v2 .iconic-box:hover .icon img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.iconic-boxes-v2 .iconic-box.color-1 .title a:hover {
  color: #19cb55;
}
.iconic-boxes-v2 .iconic-box.color-1 .box-link {
  color: #19cb55;
  border-color: #19cb55;
}
.iconic-boxes-v2 .iconic-box.color-1 .box-link::after {
  background-color: #19cb55;
}
.iconic-boxes-v2 .iconic-box.color-1:hover .box-link {
  color: var(--color-white);
  border-color: #19cb55;
}
.iconic-boxes-v2 .iconic-box.color-2 .title a:hover {
  color: #1d79fb;
}
.iconic-boxes-v2 .iconic-box.color-2 .box-link {
  color: #1d79fb;
  border-color: #1d79fb;
}
.iconic-boxes-v2 .iconic-box.color-2 .box-link::after {
  background-color: #1d79fb;
}
.iconic-boxes-v2 .iconic-box.color-2:hover .box-link {
  color: var(--color-white);
  border-color: #1d79fb;
}
.iconic-boxes-v2 .iconic-box.color-3 .title a:hover {
  color: #f95f75;
}
.iconic-boxes-v2 .iconic-box.color-3 .box-link {
  color: #f95f75;
  border-color: #f95f75;
}
.iconic-boxes-v2 .iconic-box.color-3 .box-link::after {
  background-color: #f95f75;
}
.iconic-boxes-v2 .iconic-box.color-3:hover .box-link {
  color: var(--color-white);
  border-color: #f95f75;
}
.iconic-boxes-v2 .iconic-box.color-4 .title a:hover {
  color: #ff8500;
}
.iconic-boxes-v2 .iconic-box.color-4 .box-link {
  color: #ff8500;
  border-color: #ff8500;
}
.iconic-boxes-v2 .iconic-box.color-4 .box-link::after {
  background-color: #ff8500;
}
.iconic-boxes-v2 .iconic-box.color-4:hover .box-link {
  color: var(--color-white);
  border-color: #ff8500;
}
.icon-boxes-v3 .iconic-box .icon i {
  height: 65px;
  width: 65px;
  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;
  color: var(--color-white);
  border-radius: 50%;
  background-color: var(--color-primary-5);
  font-size: 24px;
  line-height: 0.5;
  margin-bottom: 30px;
}
.icon-boxes-v3 .iconic-box.have-icon-overly .icon::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 72px;
  background-color: var(--color-white);
  z-index: -1;
  border-radius: 50%;
  opacity: 0.07;
}
.icon-boxes-v3 .iconic-box .title {
  font-size: 24px;
  margin-bottom: 15px;
  letter-spacing: -1px;
}
.icon-boxes-v3 .iconic-box .title a:hover {
  color: inherit;
}
.icon-boxes-v3 .iconic-box .box-btn {
  border: 2px solid var(--color-body);
  color: var(--color-body-4);
  font-weight: 700;
  line-height: 1;
  padding: 13px 30px;
  border-radius: 30px;
  margin-top: 30px;
  font-size: 15px;
}
.icon-boxes-v3 .iconic-box .box-btn i,
.pricing-table-three .pricing-btn i,
.template-footer.webinar-footer .copyright-area .copyright-text a i {
  margin-left: 5px;
}
.icon-boxes-v3 .iconic-box .box-btn:hover {
  background-color: var(--color-primary-5);
  border-color: var(--color-primary-5);
  color: var(--color-white);
}
.icon-boxes-v3 .iconic-box.color-v1 .box-btn:hover,
.icon-boxes-v3 .iconic-box.color-v1 .icon i {
  background-color: #2ecea8;
  border-color: #2ecea8;
}
.icon-boxes-v3 .iconic-box.color-v2 .box-btn:hover,
.icon-boxes-v3 .iconic-box.color-v2 .icon i {
  background-color: #fead44;
  border-color: #fead44;
}
.icon-boxes-v3 .iconic-box.color-v3 .box-btn:hover,
.icon-boxes-v3 .iconic-box.color-v3 .icon i {
  background-color: #f0f;
  border-color: #f0f;
}
.icon-boxes-v3 .iconic-box.color-v4 .box-btn:hover,
.icon-boxes-v3 .iconic-box.color-v4 .icon i {
  background-color: #009fe3;
  border-color: #009fe3;
}
.icon-boxes-v3 .iconic-box.box-version-white .box-btn:not(:hover) {
  border-color: #46446b;
  color: #afade9;
}
.icon-bordered-box {
  padding: 30px;
  border: 1px solid #eaeaed;
}
.icon-bordered-box .title {
  font-size: 22px;
  letter-spacing: -1px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.icon-bordered-box .icon {
  font-size: 30px;
  color: var(--color-primary-5);
  line-height: 0.5;
  margin-bottom: 20px;
}
.icon-bordered-box.icon-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.icon-bordered-box.icon-left .icon {
  margin: 0 20px 0 0;
}
.icon-boxes-v4 {
  position: relative;
  padding-right: 50px;
}
.icon-boxes-v4 .title {
  font-size: 20px;
  line-height: 1.42;
  margin-bottom: 20px;
}
.fancy-icon-boxes-v1 .fancy-icon-box {
  border: 2px solid rgba(71, 59, 240, 0.07);
  padding: 45px 50px 45px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  border-radius: 7px;
}
.fancy-icon-boxes-v2 .fancy-icon-box,
.preview-galley-v4 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
}
.fancy-icon-boxes-v1 .fancy-icon-box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../img/fancy-icon-box/fancy-circle-dots.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.fancy-icon-boxes-v1 .fancy-icon-box .box-icon {
  font-size: 75px;
  line-height: 0.5;
  max-width: 75px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75px;
  flex: 0 0 75px;
  color: var(--color-primary);
}
.fancy-icon-boxes-v1 .fancy-icon-box .box-content,
.fancy-icon-boxes-v2 .fancy-icon-box .box-content,
.preview-square-oval-image.with-counter-box {
  padding-left: 40px;
}
.fancy-icon-boxes-v1 .fancy-icon-box .title {
  font-size: 24px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.fancy-icon-boxes-v1 .fancy-icon-box:hover {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
.fancy-icon-boxes-v1 .fancy-icon-box:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  border-radius: 0;
}
.fancy-icon-boxes-v1.boxes-white-version .fancy-icon-box {
  border-color: #262c3c;
}
.fancy-icon-boxes-v1.boxes-white-version .fancy-icon-box .box-content {
  color: #a8acb7;
}
.fancy-icon-boxes-v1.boxes-white-version .fancy-icon-box:hover {
  background-color: transparent;
}
.fancy-icon-boxes-v2 .fancy-icon-box {
  border-radius: 7px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(219, 219, 219, 0.41);
  box-shadow: 0 10px 30px 0 rgba(219, 219, 219, 0.41);
  padding: 50px;
  display: flex;
}
.fancy-icon-boxes-v2 .fancy-icon-box::after,
.fancy-icon-boxes-v2 .fancy-icon-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 0%;
  background-color: #ff0101;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  visibility: hidden;
  border-radius: 2.5px;
}
.fancy-icon-boxes-v2 .fancy-icon-box .box-icon {
  color: #ff0101;
  font-size: 55px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55px;
  flex: 0 0 55px;
  line-height: 0.5;
}
.fancy-icon-boxes-v2 .fancy-icon-box .box-icon img {
  max-width: 55px;
}
.fancy-icon-boxes-v2 .fancy-icon-box .box-content .title {
  font-size: 24px;
  margin-bottom: 15px;
}
.fancy-icon-boxes-v2 .fancy-icon-box .box-content .title a:hover {
  color: #ff0101;
}
.fancy-icon-boxes-v2 .fancy-icon-box:hover::after,
.fancy-icon-boxes-v2 .fancy-icon-box:hover::before {
  height: 100%;
  visibility: visible;
}
.fancy-icon-boxes-v2 .fancy-icon-box.color-2 .box-icon,
.fancy-icon-boxes-v2 .fancy-icon-box.color-2 .title a:hover {
  color: #dc64ff;
}
.fancy-icon-boxes-v2 .fancy-icon-box.color-2::after,
.fancy-icon-boxes-v2 .fancy-icon-box.color-2::before {
  background-color: #dc64ff;
}
.fancy-icon-boxes-v2 .fancy-icon-box.color-3 .box-icon,
.fancy-icon-boxes-v2 .fancy-icon-box.color-3 .title a:hover {
  color: #2f84fb;
}
.fancy-icon-boxes-v2 .fancy-icon-box.color-3::after,
.fancy-icon-boxes-v2 .fancy-icon-box.color-3::before {
  background-color: #2f84fb;
}
.fancy-icon-boxes-v2 .fancy-icon-box.color-4 .box-icon,
.fancy-icon-boxes-v2 .fancy-icon-box.color-4 .title a:hover {
  color: #ff6c02;
}
.fancy-icon-boxes-v2 .fancy-icon-box.color-4::after,
.fancy-icon-boxes-v2 .fancy-icon-box.color-4::before {
  background-color: #ff6c02;
}
.preview-galley-v1 {
  position: relative;
  height: 500px;
  display: flex;
  justify-content: space-between;
}
.preview-galley-v1 img {
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(185, 182, 235, 0.4);
  box-shadow: 0 10px 30px 0 rgba(185, 182, 235, 0.4);
  position: relative;
  z-index: 1;
}
.preview-galley-v1 img.preview-image-2 {
  position: absolute;
  left: 26%;
  z-index: 2;
  top: 75px;
}
.preview-galley-v1 img.preview-image-3 {
  position: absolute;
  right: 80px;
  z-index: 3;
  top: 25px;
}
.preview-galley-v1 img.preview-image-4 {
  position: absolute;
  left: 30px;
  z-index: 1;
  bottom: 0;
}
.preview-galley-v1 img.preview-image-5 {
  position: absolute;
  right: 20%;
  z-index: 4;
  bottom: 78px;
}
.preview-galley-v1 img.preview-image-6 {
  position: absolute;
  right: 65px;
  bottom: 40%;
  z-index: 1;
}
.preview-galley-v2 {
  position: relative;
  z-index: 1;
  padding: 80px 70px 80px 0;
}
.preview-galley-v2::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 75%;
  height: 100%;
  background-color: #f2f1fe;
  background-image: url(../img/preview-gallery/preview-2-line.png);
  z-index: -1;
  filter: blur(27px);
}
.preview-galley-v2 img {
  border-radius: 10px;
  vertical-align: top;
}
.preview-galley-v2 .image-1 img,
.preview-galley-v2 .image-2 img {
  -webkit-box-shadow: 0 10px 30px 0 rgba(184, 179, 252, 0.49);
  box-shadow: 0 10px 30px 0 rgba(184, 179, 252, 0.49);
}
.preview-galley-v2 .image-4 img {
  margin-top: -80px;
}
.preview-galley-v3 {
  position: relative;
  z-index: 1;
  text-align: center;
}
.preview-galley-v3::after {
  position: absolute;
  content: "";
  background-image: url(../img/hero/count-down-main-thumbnail-border.png);
  background-repeat: no-repeat;
  background-size: 90% 100%;
  top: -95px;
  right: 0;
  height: 150%;
  width: 100%;
  z-index: -1;
}
.preview-galley-v4::after,
.preview-galley-v5::after,
.preview-image-v1::after,
.preview-image-v3::after {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.preview-galley-v3 img.preview-image-2 {
  position: absolute;
  top: -60px;
  right: 70px;
  z-index: 1;
}
.preview-galley-v3 img.preview-image-3 {
  position: absolute;
  bottom: -40px;
  left: 30px;
  z-index: 1;
}
.preview-galley-v4 {
  z-index: 1;
  text-align: center;
  width: 600px;
  height: 470px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.preview-galley-v5,
.preview-galley-v6 {
  display: -webkit-box;
  display: -ms-flexbox;
  position: relative;
}
.preview-galley-v4 img {
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
.preview-galley-v4 img.preview-image-2 {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preview-galley-v4::after,
.preview-galley-v5::after {
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  background-image: url(/vi-vn/assets/img/gradient-background.png);
  position: absolute;
}
.preview-galley-v4 img.preview-image-3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-box-shadow: 0 10px 30px 0 rgba(22, 22, 44, 0.18);
  box-shadow: 0 10px 30px 0 rgba(22, 22, 44, 0.18);
}
.preview-galley-v4 img.preview-image-4 {
  position: absolute;
  right: 0;
  bottom: 40px;
  z-index: 1;
  -webkit-box-shadow: 0 10px 30px 0 rgba(22, 22, 44, 0.18);
  box-shadow: 0 10px 30px 0 rgba(22, 22, 44, 0.18);
}
.preview-galley-v4::after {
  width: 130%;
  height: 180%;
  transform: translate(-50%, -50%);
  z-index: -2;
}
.preview-galley-v5 {
  z-index: 1;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.preview-galley-v5 .preview-image-one img {
  border-radius: 18px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(193, 193, 193, 0.18);
  box-shadow: 0 10px 30px 0 rgba(193, 193, 193, 0.18);
}
.preview-galley-v5 .preview-image-two {
  margin-left: -100px;
}
.preview-galley-v5 .preview-image-two img {
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(173, 173, 173, 0.24);
  box-shadow: 0 10px 30px 0 rgba(173, 173, 173, 0.24);
}
.preview-galley-v5::after {
  width: 150%;
  height: 125%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.preview-galley-v6 .preview-image-top,
.preview-galley-v7 .preview-image-top {
  top: 0;
  right: 0;
}
.preview-galley-v6 {
  z-index: 1;
  min-height: 435px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.preview-galley-v6 .preview-image-bottom,
.preview-galley-v6 .preview-image-top,
.preview-galley-v7 .preview-image-bottom,
.preview-galley-v7 .preview-image-top {
  position: absolute;
  z-index: 2;
}
.preview-galley-v6 .preview-image-bottom img,
.preview-galley-v6 .preview-image-top img {
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 60px 0 rgba(51, 119, 255, 0.15);
  box-shadow: 0 10px 60px 0 rgba(51, 119, 255, 0.15);
}
.preview-galley-v6 .preview-image-bottom {
  bottom: 0;
  left: 0;
}
.preview-galley-v7 {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 50px 60px 60px;
}
.preview-galley-v7 .main-img img {
  border-radius: 7px;
  width: 100%;
}
.preview-galley-v7 .preview-image-bottom {
  left: 0;
  bottom: 0;
}
.preview-galley-v7 .preview-image-bottom img {
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 60px 0 rgba(51, 119, 255, 0.15);
  box-shadow: 0 10px 60px 0 rgba(51, 119, 255, 0.15);
}
.preview-galley-v8 {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 550px;
}
.preview-galley-v8 img {
  -webkit-box-shadow: 0 10px 30px 0 rgba(71, 59, 240, 0.1);
  box-shadow: 0 10px 30px 0 rgba(71, 59, 240, 0.1);
  border-radius: 30px;
}
.preview-galley-v8 img.preview-three {
  position: absolute;
  left: 15%;
  bottom: 20px;
}
.preview-galley-v8 img.preview-two {
  position: absolute;
  left: 45px;
  top: 80px;
}
.preview-galley-v9 {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 430px;
  margin: auto;
}
.preview-galley-v9 .image-two {
  position: absolute;
  left: 0;
  top: 30%;
  z-index: 2;
}
.preview-image-v1::after,
.preview-image-v2:after,
.preview-image-v3::after {
  position: absolute;
  z-index: -1;
  content: "";
}
.preview-galley-v9::after,
.preview-galley-v9::before {
  content: "";
  position: absolute;
  height: 300px;
  width: 150px;
  z-index: -1;
  background-color: #1d1e22;
}
.preview-galley-v9::before {
  left: 0;
  top: -40px;
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
}
.preview-galley-v9::after {
  bottom: -40px;
  right: 0;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 300px;
}
.preview-galley-v9 .icons .icon-one {
  right: 35px;
  top: 0;
}
.preview-galley-v9 .icons .icon-two {
  right: 20px;
  bottom: 15px;
}
.preview-galley-v9 .icons .icon-three {
  left: 10px;
  bottom: 100px;
}
.preview-image-v1::after {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/preview-gallery/oval-gradient.png);
}
.preview-image-v2:after {
  height: 275px;
  width: 275px;
  background-color: var(--color-white);
  top: -75px;
  right: -100px;
  border-radius: 50%;
}
.preview-image-v2 img {
  border-radius: 35px;
  -webkit-box-shadow: 0 10px 80px rgba(54, 35, 75, 0.27);
  box-shadow: 0 10px 80px rgba(54, 35, 75, 0.27);
}
.preview-image-v3::after {
  left: 50%;
  top: 50%;
  width: 140%;
  height: 120%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../img/preview-gallery/oval-gradient-2.png);
}
.preview-image-v4 {
  padding-right: 80px;
}
.preview-image-v4 img {
  border-radius: 20px;
}
.preview-image-v4 .image-two {
  margin-top: -170px;
  margin-right: -80px;
  position: relative;
  z-index: 2;
  text-align: right;
}
.preview-image-v5 img {
  border-radius: 260px;
  width: 100%;
}
.preview-image-v5::after,
.preview-image-v5::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 260px;
}
.preview-image-v5::after {
  background-color: var(--color-primary-5);
  bottom: -10px;
  right: -10px;
}
.preview-image-v5::before {
  left: -10px;
  top: -20px;
  border: 3px solid var(--color-soft-grey);
  background-color: transparent;
}
.preview-square-oval-image {
  position: relative;
  padding-right: 107.5px;
  z-index: 1;
}
.preview-square-oval-image .square-image::before {
  position: absolute;
  top: 0;
  left: -100%;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0.7)),
    to(rgba(255, 255, 255, 0.3))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.7) 0,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(25deg);
  transform: skewX(25deg);
  z-index: 2;
}
.preview-square-oval-image .oval-image {
  position: absolute;
  right: 0;
  bottom: 80px;
  width: 215px;
  height: 215px;
  border-radius: 50%;
  z-index: 3;
  -webkit-box-shadow: 0 10px 45px 0 rgba(71, 59, 240, 0.3);
  box-shadow: 0 10px 45px 0 rgba(71, 59, 240, 0.3);
  overflow: hidden;
}
.preview-square-oval-image .oval-image img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border: 10px solid var(--color-white);
}
.preview-square-oval-image .oval-image::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  content: "";
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.preview-square-oval-image .counter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 10px 45px 0 rgba(71, 59, 240, 0.3);
  box-shadow: 0 10px 45px 0 rgba(71, 59, 240, 0.3);
  border-radius: 12px;
  position: absolute;
  top: 65px;
  left: -30px;
  z-index: 5;
  background-color: var(--color-white);
  padding: 15px 30px;
}
.preview-square-oval-image .counter-item .count-icon {
  margin-right: 15px;
  background-color: var(--color-primary);
  height: 50px;
  width: 50px;
  font-size: 20px;
  border-radius: 50%;
  color: var(--color-white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  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;
}
.preview-square-oval-image .counter-item .count-details .counter {
  font-size: 24px;
  font-weight: 500;
  font-family: var(--font-cs-bold);
  font-line-height: 1;
  color: var(--color-heading);
  margin-bottom: 8px;
}
.preview-square-oval-image .counter-item .count-details p {
  font-size: 17px;
  font-weight: 500;
  font-family: var(--font-cs-medium);
}
.fancy-check-list-v1 li::before,
.fancy-check-list-v2 li .list-inner::before {
  z-index: -1;
  left: 30px;
  color: var(--color-white);
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  font-weight: 900;
  width: 30px;
  height: 30px;
}
.preview-blob-image.with-floating-icon .floating-icons img {
  position: absolute;
  max-width: 50px;
  z-index: -1;
}
.preview-blob-image.with-floating-icon .floating-icons .icon-1 {
  left: 8%;
  top: 5%;
}
.preview-blob-image.with-floating-icon .floating-icons .icon-2 {
  right: 10%;
  top: 17%;
}
.preview-blob-image.with-floating-icon .floating-icons .icon-3 {
  left: 25%;
  bottom: -5%;
}
.preview-image-showcase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.preview-image-showcase .images-left,
.preview-image-showcase .images-right {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.preview-image-showcase .images-left,
.testimonial-slider-v2 .slick-dots {
  margin-top: 60px;
}
.preview-image-showcase img {
  border-radius: 12px;
  margin-bottom: 30px;
}
.preview-image-v6 .image-one {
  max-width: 35%;
  width: 35%;
  text-align: left;
  padding: 70px 30px 0 0;
}
.preview-image-v6 .image-two {
  max-width: 65%;
  width: 65%;
  text-align: right;
}
.preview-image-v6 .video-wrap {
  width: 35%;
  max-width: 35%;
  margin: -85px -60px 0 55px;
  padding: 50px 0;
  border: 7px solid var(--color-white);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.preview-image-v6 .video-wrap .popup-video {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--color-primary-7);
  font-size: 12px;
  color: var(--color-white);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.counter-items-v1 .counter-item .icon {
  font-size: 30px;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  color: var(--color-white);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.counter-items-v1 .counter-item .icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  background-color: var(--color-white);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.counter-items-v1 .counter-item .counter-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 42px;
  line-height: 1;
  color: var(--color-white);
}
.counter-items-v1 .counter-item .title {
  color: var(--color-white);
  margin-top: 15px;
  line-height: 1.4;
}
.counter-items-v2 .counter-item .counter-wrap {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.counter-items-v2 .counter-item .counter {
  font-size: 85px;
  line-height: 0.8;
  color: var(--color-heading);
}
.counter-items-v2 .counter-item .suffix {
  font-size: 20px;
  top: -10px;
  position: absolute;
  right: -25px;
  line-height: 0.9;
  color: var(--color-secondary);
}
.counter-items-v2 .counter-item .title {
  padding-top: 10px;
  font-size: 18px;
  line-height: 1.4;
  font-family: var(--font-cs-medium);
  font-weight: 500;
}
.counter-items-v2 .counter-item.counter-left .counter-wrap {
  min-width: 95px;
}
.counter-items-v2 .counter-item.counter-left .title {
  padding-top: 0;
  padding-left: 25px;
}
.fancy-check-list-v1 li {
  padding: 35px 35px 35px 80px;
  position: relative;
  z-index: 1;
}
.fancy-check-list-v1 li:first-child {
  background-color: var(--color-white);
  border-radius: 15px;
  -webkit-box-shadow: 0 10px 60px 0 rgba(189, 189, 189, 0.3);
  box-shadow: 0 10px 60px 0 rgba(189, 189, 189, 0.3);
}
.fancy-check-list-v1 li:not(:last-child) {
  margin-bottom: 5px;
}
.fancy-check-list-v1 li::before {
  position: absolute;
  top: 35px;
  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-radius: 50%;
  background-color: var(--color-secondary);
}
.fancy-check-list-v1 li .title {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.fancy-check-list-v2 li {
  color: var(--color-heading);
  font-size: 20px;
  font-family: var(--font-cs-bold);
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fancy-check-list-v2 li .list-inner {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 10px 60px 0 rgba(189, 189, 189, 0.28);
  box-shadow: 0 10px 60px 0 rgba(189, 189, 189, 0.28);
  padding: 20px 35px 20px 85px;
  border-radius: 10px;
  background-color: var(--color-white);
}
.fancy-check-list-v2 li .list-inner::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-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;
  border-radius: 50%;
  background-color: var(--color-primary);
}
.blog-sidebar .widget.latest-post-widget .popular-posts-item:not(:last-child),
.contact-form-v1 .input-field .nice-select,
.contact-form-v1 .input-field:not(:last-child),
.fancy-check-list-v2 li:not(:last-child),
.landio-accordion-v1 .accordion-item:not(:last-child),
.landio-accordion-v1.accordion-bordered .accordion-item:not(:last-child),
.landio-accordion-v2 .accordion-item:not(:last-child),
.latest-news-v2 .latest-news-box .post-meta,
.portfolio-info-box ul li:not(:last-child),
.pricing-table-three .plan-feature li:not(:last-child),
.sign-in-up-wrapper .field-group:not(:last-child) {
  margin-bottom: 15px;
}
.fancy-check-list-v2 li:first-child,
.fancy-check-list-v2 li:nth-child(4) {
  margin-left: 15px;
}
.fancy-check-list-v2 li:nth-child(2),
.fancy-check-list-v2 li:nth-child(5) {
  margin-left: 30px;
}
.brand-items .brand-item,
.sign-in-up-wrapper,
.testimonial-slider-v1 .testimonial-item {
  text-align: center;
}
.testimonial-slider-v1 .testimonial-item .quote-icon {
  color: var(--color-primary);
  font-size: 90px;
  line-height: 0.5;
  margin-bottom: 20px;
}
.testimonial-slider-v1 .testimonial-item p {
  font-size: 20px;
  color: var(--color-heading);
  font-family: var(--font-cs-medium);
  line-height: 1.7;
}
.testimonial-slider-v1 .testimonial-item .author-info {
  margin-top: 25px;
}
.testimonial-slider-v1 .testimonial-item .author-info img,
.testimonial-slider-v2 .testimonial-item .author-quote img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.testimonial-slider-v1 .testimonial-item .author-info .name {
  font-size: 18px;
  color: var(--color-heading);
  margin-top: 20px;
}
.testimonial-slider-v1 .testimonial-item .author-info .title {
  display: block;
  font-size: 15px;
  line-height: 1;
  font-family: var(--font-cs-medium);
  font-weight: 500;
  margin-top: 8px;
  color: var(--color-body);
}
.testimonial-slider-v1.testimonial-slider-extra-gap {
  margin-left: -40px;
  margin-right: -40px;
}
.testimonial-slider-v1.testimonial-slider-extra-gap .col,
.testimonial-slider-v1.testimonial-slider-extra-gap [class*="col-"] {
  padding-left: 40px;
  padding-right: 40px;
}
.testimonial-slider-v1.testimonial-v1-boxed .testimonial-item {
  background-color: var(--color-white);
  border-radius: 12px;
  padding: 45px 45px 50px;
  -webkit-box-shadow: -5px -5px 0 0 var(--color-secondary);
  box-shadow: -5px -5px 0 0 var(--color-secondary);
}
.testimonial-slider-v1.testimonial-v1-boxed .testimonial-item p {
  font-size: 18px;
  color: var(--color-heading-2);
}
.testimonial-slider-v1.testimonial-v1-boxed .slick-dots li {
  background: #544466;
}
.testimonial-slider-v1.testimonial-v1-boxed .slick-dots li::after {
  border: 2px solid var(--color-secondary);
}
.testimonial-slider-v1.testimonial-v1-fancy-boxed .testimonial-item {
  background-color: var(--color-white);
  padding: 60px 50px;
  position: relative;
  z-index: 1;
  margin: 45px;
  border-radius: 12px;
}
.testimonial-slider-v1.testimonial-v1-fancy-boxed .testimonial-item::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: -30px;
  right: -30px;
  top: 95px;
  bottom: 95px;
  background-color: var(--color-white);
  border-radius: 12px;
}
.testimonial-slider-v1.testimonial-v1-fancy-boxed .testimonial-item::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 12px;
  background-color: var(--color-white);
  -webkit-box-shadow: 0 10px 45px 0 rgba(71, 59, 240, 0.1);
  box-shadow: 0 10px 45px 0 rgba(71, 59, 240, 0.1);
}
.testimonial-slider-v1.testimonial-v1-fancy-boxed .slick-arrow {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: var(--color-heading);
  border: 2px solid rgba(27, 32, 47, 0.1);
  background-color: var(--color-soft-grey);
  font-size: 15px;
  position: absolute;
  left: -60px;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  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-transition: 0.3s;
  transition: 0.3s;
}
.testimonial-slider-v1.testimonial-v1-fancy-boxed .slick-arrow.next-arrow {
  left: auto;
  right: -60px;
}
.testimonial-slider-v1.testimonial-v1-fancy-boxed .slick-arrow.next-arrow,
.testimonial-slider-v1.testimonial-v1-fancy-boxed .slick-arrow:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}
.testimonial-slider-v1.testimonial-v1-fancy-boxed.testimonial-extra-margin {
  margin-right: 75px;
  margin-left: 0;
}
.testimonial-slider-v2 .testimonial-item {
  border-radius: 12px;
  background-color: var(--color-white);
  -webkit-box-shadow: 0 5px 15px 0 rgba(71, 59, 240, 0.1);
  box-shadow: 0 5px 15px 0 rgba(71, 59, 240, 0.1);
  padding: 40px 80px 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  margin: 15px;
}
.testimonial-slider-v2 .testimonial-item::before {
  content: "";
  position: absolute;
  left: -15px;
  top: -15px;
  bottom: 15px;
  right: 15px;
  border-radius: 12px;
  background-color: var(--color-primary-4);
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
.testimonial-slider-v2 .testimonial-item .author-quote {
  margin-right: 30px;
  width: 80px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  position: relative;
}
.testimonial-slider-v2 .testimonial-item .author-quote i {
  font-size: 56px;
  color: var(--color-primary-4);
  position: absolute;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 0.5;
}
.testimonial-slider-v2 .testimonial-item .author-name {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1;
}
.testimonial-slider-v2 .testimonial-item .author-position {
  display: block;
  margin-top: 10px;
  color: var(--color-primary-4);
  font-size: 15px;
  font-family: var(--font-cs-medium);
  font-weight: 500;
}
.testimonial-slider-v2 .slick-dots li {
  background-color: #d5e1fd;
}
.testimonial-slider-v2 .slick-dots li::after {
  border-color: var(--color-primary-4);
}
.testimonial-boxes-v1 .testimonial-box {
  background-color: var(--color-white);
  text-align: left;
  padding: 45px;
  border-radius: 7px;
}
.testimonial-boxes-v1 .testimonial-box .author-rating {
  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;
  margin-bottom: 15px;
}
.comments-template .comments-list .comment .comment-body,
.testimonial-boxes-v1 .testimonial-box .rating-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testimonial-boxes-v1 .testimonial-box .rating-review li {
  display: inline-block;
  color: #ff8a00;
  font-size: 15px;
  margin-right: 5px;
}
.testimonial-boxes-v1 .testimonial-box .author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  margin-top: 20px;
}
.testimonial-boxes-v1 .testimonial-box .author-info img {
  width: 55px;
  height: 55px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55px;
  flex: 0 0 55px;
  margin-right: 20px;
}
.testimonial-boxes-v1 .testimonial-box .author-info .name {
  font-size: 18px;
  line-height: 1;
}
.testimonial-boxes-v1 .testimonial-box .author-info .name .title {
  display: block;
  color: var(--color-body);
  font-size: 15px;
  font-family: var(--font-cs-medium);
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 10px;
}
.testimonial-slider-v1.quote-left-bordered .testimonial-item {
  padding: 40px 40px 40px 160px;
  text-align: left;
  border: 1px solid var(--color-offwhite);
  position: relative;
}
.testimonial-slider-v1.quote-left-bordered .testimonial-item .quote-icon {
  position: absolute;
  top: 45px;
  left: 40px;
  color: var(--color-primary-5);
}
.testimonial-slider-v1.quote-left-bordered .testimonial-item .author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonial-slider-v1.quote-left-bordered .testimonial-item .author-info img {
  margin: 0 20px 0 0;
  width: 70px;
  height: 70px;
}
.testimonial-slider-v1.quote-left-bordered .testimonial-item .name {
  margin-top: 0;
}
.testimonial-slider-v1.quote-left-bordered .slick-dots {
  margin-top: 60px;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.testimonial-slider-v1.quote-left-bordered .slick-dots li {
  background-color: var(--color-offwhite);
  margin: 0 10px;
}
.testimonial-slider-v1.quote-left-bordered .slick-dots li.slick-active {
  background: var(--color-primary-5);
}
.testimonial-slider-v1.quote-left-bordered .slick-dots li::after {
  border-color: var(--color-primary-5);
}
.testimonial-boxes-v2 .testimonial-box {
  position: relative;
  padding: 35px 30px;
  font-size: 17px;
  line-height: 30px;
  border: 1px solid var(--color-dark-4);
  border-radius: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.testimonial-boxes-v2 .testimonial-box:hover {
  border-color: var(--color-primary-6);
}
.testimonial-boxes-v2 .testimonial-box::before {
  position: absolute;
  top: 40px;
  right: 20px;
  width: 45px;
  height: 45px;
  background-color: #59b4f3;
  border-radius: 50%;
  content: "\f099";
  font-family: "Font Awesome 5 Brands";
  color: var(--color-white);
  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;
}
.testimonial-boxes-v2 .testimonial-box .title {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 30px;
  margin-bottom: 15px;
}
.testimonial-boxes-v2 .testimonial-box .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.testimonial-boxes-v2 .testimonial-box .rating li {
  margin-right: 8px;
  font-size: 13px;
  line-height: 1;
  color: var(--color-primary-6);
}
.testimonial-boxes-v2 .testimonial-box .author-name {
  margin-top: 25px;
  padding-left: 35px;
  display: block;
  line-height: 1;
  position: relative;
  font-size: 18px;
}
.testimonial-boxes-v2 .testimonial-box .author-name::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  width: 20px;
  background-color: var(--color-primary-6);
}
.comments-template,
.testimonial-dots-2 .slick-dots {
  margin-top: 70px;
}
.testimonial-dots-2 .slick-dots li {
  margin: 0 4px;
  height: 10px;
  width: 10px;
  background-color: var(--color-white);
  border-radius: 50%;
  line-height: 1;
  font-size: 0;
  opacity: 0.15;
}
.testimonial-dots-2 .slick-dots li.slick-active {
  background-color: var(--color-primary-6);
  opacity: 1;
}
.pricing-table .template-btn,
.testimonial-dots-3 .slick-dots {
  margin-top: 50px;
}
.testimonial-dots-3 .slick-dots li {
  margin: 0 4px;
  height: 10px;
  width: 10px;
  background-color: var(--color-heading-5);
  border-radius: 50%;
  line-height: 1;
  font-size: 0;
  opacity: 0.2;
}
.partner-logo a:hover img,
.testimonial-dots-3 .slick-dots li.slick-active {
  opacity: 1;
}
.pricing-table {
  padding: 50px 40px;
  border: 2px solid #e5ecfc;
  border-radius: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pricing-table:hover {
  border-color: var(--color-primary);
  -webkit-box-shadow: 0 10px 60px 0 rgba(215, 212, 255, 0.7);
  box-shadow: 0 10px 60px 0 rgba(215, 212, 255, 0.7);
}
.pricing-table .plan-name {
  font-size: 17px;
  line-height: 1;
  color: var(--color-white);
  background-color: var(--color-primary);
  padding: 10px 20px;
  display: inline-block;
  border-radius: 30px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(71, 59, 240, 0.36);
  box-shadow: 0 10px 30px 0 rgba(71, 59, 240, 0.36);
}
.pricing-table .plan-icon {
  display: block;
  margin: auto;
}
.pricing-table .plan-title-area {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
.pricing-table .plan-title-area .plan-shape {
  position: absolute;
  right: 0;
  top: -20px;
  z-index: -1;
  width: 225px;
  height: 220px;
}
.pricing-table .plan-title-area .plan-shape .blob {
  fill: #edf2fd;
  fill-rule: evenodd;
  opacity: 0.7;
}
.pricing-table .plan-cost {
  margin-bottom: 35px;
  line-height: 1;
  letter-spacing: -1px;
}
.pricing-table .plan-cost .currency {
  color: var(--color-primary);
  font-size: 24px;
  top: -25px;
  position: relative;
}
.pricing-table .plan-cost .price {
  font-size: 65px;
  line-height: 1;
  color: var(--color-heading);
}
.pricing-table .plan-cost .plan-type {
  color: #606060;
  font-size: 17px;
  margin-left: 5px;
}
.pricing-table .plan-feature li {
  color: #606060;
  font-size: 17px;
  position: relative;
  line-height: 1.5;
}
.pricing-table .plan-feature li:after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  font-weight: 900;
  color: var(--color-primary);
}
.pricing-table .plan-feature li.disabled-feature:after,
.pricing-table-two .plan-feature li.disabled-feature:after {
  color: #b2c5f7;
}
.pricing-table.pricing-secondary-1:hover {
  border-color: var(--color-secondary);
  -webkit-box-shadow: 0 10px 30px 0 rgba(244, 115, 42, 0.18);
  box-shadow: 0 10px 30px 0 rgba(244, 115, 42, 0.18);
}
.pricing-table.pricing-secondary-1 .plan-name {
  background: linear-gradient(145deg, #ff4e00 0, #ff7200 59%, #fe9500 100%);
  -webkit-box-shadow: 0 7px 25px 0 rgba(255, 78, 0, 0.4);
  box-shadow: 0 7px 25px 0 rgba(255, 78, 0, 0.4);
}
.pricing-table.pricing-secondary-1 .template-btn {
  background-color: var(--color-secondary);
  -webkit-box-shadow: 0 10px 30px 0 rgba(244, 115, 42, 0.36);
  box-shadow: 0 10px 30px 0 rgba(244, 115, 42, 0.36);
  border-color: var(--color-secondary);
}
.pricing-table.pricing-secondary-1 .template-btn:hover {
  background-color: var(--color-heading);
  border-color: var(--color-heading);
}
.pricing-table-two {
  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;
  gap: 50px;
  background-color: var(--color-white);
  padding: 45px;
  border: 2px solid #e5ecfc;
  border-radius: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pricing-table-two:hover {
  border-color: transparent;
  -webkit-box-shadow: 0 10px 30px 0 rgba(206, 189, 224, 0.36);
  box-shadow: 0 10px 30px 0 rgba(206, 189, 224, 0.36);
}
.pricing-table-two .left-content,
.pricing-table-two .right-content {
  width: 50%;
}
.pricing-table-two .plan-name {
  font-size: 17px;
  line-height: 1;
  color: var(--color-white);
  background-color: #473bf0;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 30px;
  margin-bottom: 35px;
  -webkit-box-shadow: 0 7px 25px 0 #007bff;
  box-shadow: 0 7px 25px 0 #1b82f191;
}
.pricing-table-two .plan-cost {
  line-height: 1;
  letter-spacing: -1px;
}
.pricing-table-two .plan-cost .currency {
  color: var(--color-secondary);
  font-size: 24px;
  top: -25px;
  position: relative;
}
.pricing-table-two .plan-cost .price {
  font-size: 65px;
  line-height: 1;
  color: var(--color-heading-3);
}
.pricing-table-two .plan-cost .plan-type {
  color: var(--color-body-2);
  font-size: 17px;
  margin-left: 5px;
}
.pricing-table-two .plan-feature li {
  color: var(--color-body-2);
  font-size: 17px;
  position: relative;
  line-height: 1.5;
}
.pricing-table-two .plan-feature li:after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  font-weight: 900;
  color: var(--color-secondary);
}
.pricing-table-two .template-btn,
form {
  margin-top: 30px;
}
.pricing-table-three {
  padding: 60px 55px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 2px solid var(--color-dark-4);
  border-radius: 7px;
}
.pricing-table-three .plan-name {
  font-size: 15px;
  letter-spacing: 4px;
  color: var(--color-primary-6);
  text-transform: uppercase;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pricing-table-three .price {
  font-size: 65px;
  line-height: 1;
  color: var(--color-white);
  letter-spacing: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pricing-table-three .price .currency {
  font-size: 24px;
  margin-right: 10px;
  position: relative;
  top: 10px;
}
.pricing-table-three .plan-subtitle {
  color: #abb0bf;
  margin-bottom: 35px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.5;
  font-size: 17px;
  font-family: var(--font-cs-medium);
  font-weight: 500;
}
.pricing-table-three .plan-feature li {
  font-size: 17px;
  line-height: 1.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-white);
}
.pricing-table-three .plan-feature li i {
  color: var(--color-primary-6);
  font-size: 15px;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pricing-table-three .plan-feature li.hidden-feature,
.pricing-table-three .plan-feature li.hidden-feature i,
.template-footer.footer-bordered .footer-copyright,
.template-footer.footer-bordered .footer-copyright a,
.template-footer.footer-bordered .footer-widgets .widget,
.template-footer.footer-bordered .footer-widgets .widget a,
.template-footer.footer-bordered .footer-widgets .widget.contact-widget li a i {
  color: var(--color-body-4);
}
.pricing-table-three .pricing-btn {
  margin-top: 35px;
  background-color: var(--color-dark-4);
  color: var(--color-body-4);
  line-height: 1.4;
  padding: 15px 45px;
  border-radius: 30px;
  font-size: 15px;
  font-family: var(--font-cs-bold);
  font-weight: 700;
}
.pricing-table-three .plan-tag {
  font-size: 13px;
  font-family: var(--font-cs-medium);
  font-weight: 500;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 30px;
  padding: 8px 15px;
}
.pricing-table-three.featured-plan,
.pricing-table-three:hover {
  background-color: #1d1e22;
  border-color: #1d1e22;
}
.landio-accordion-v1.accordion-bordered .accordion-item .accordion-body,
.pricing-table-three.style-two,
.pricing-table-three.style-two .pricing-btn {
  border-radius: 0;
}
.pricing-table-three.style-two.featured-plan .pricing-btn,
.pricing-table-three.style-two:hover .pricing-btn {
  color: var(--color-primary-7);
  background-color: var(--color-white);
}
.pricing-table-three.style-two::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/pricing-shape.png);
  background-repeat: no-repeat;
  background-position: left top;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
}
.pricing-table-three.style-two.featured-plan,
.pricing-table-three.style-two:hover {
  background-color: var(--color-primary-7);
  border-color: var(--color-primary-7);
}
.pricing-table-three.style-two.featured-plan .plan-feature li.hidden-feature,
.pricing-table-three.style-two:hover .plan-feature li.hidden-feature {
  color: var(--color-white);
  opacity: 0.4;
}
.pricing-table-three.style-two.featured-plan::before,
.pricing-table-three.style-two:hover::before {
  visibility: visible;
  opacity: 0.07;
}
.team-members .member-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-primary);
  border-radius: 6px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  z-index: 2;
  opacity: 0;
}
.team-members .member-box .member-photo img {
  width: 100%;
  border-radius: 7px;
}
.team-members .member-box .member-info {
  background-color: var(--color-white);
  border-radius: 7px;
  padding: 25px 15px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  z-index: 3;
  left: 20px;
  right: 20px;
  bottom: -10px;
  opacity: 0;
  visibility: hidden;
}
.team-members .member-box .member-info .name {
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 1.2;
}
.team-members .member-box .member-info .title {
  color: var(--color-secondary);
  font-size: 15px;
  font-family: var(--font-cs-medium);
  font-weight: 500;
  line-height: 1.3;
}
.blog-details-content .post-author-box .social-links,
.team-members .member-box .member-info .social-links {
  margin-top: 15px;
}
.team-members .member-box .member-info .social-links li {
  display: inline-block;
  margin: 0 2px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  position: relative;
  left: 3px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.team-members .member-box .member-info .social-links li a {
  display: block;
  background-color: #e5eeff;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  color: var(--color-primary);
  border-radius: 50%;
  font-size: 13px;
}
.team-members .member-box .member-info .social-links li.facebook a {
  background-color: #0040e5;
  color: #fff;
}
.team-members .member-box .member-info .social-links li.twitter a {
  background-color: #ddeffb;
  color: #55aded;
}
.team-members .member-box .member-info .social-links li.youtube a {
  background-color: #ffe5e5;
  color: #ff0303;
}
.team-members .member-box .member-info .social-links li.behance a {
  background-color: #e5eeff;
  color: #0057ff;
}
.team-members .member-box:hover::before {
  opacity: 0.6;
  -webkit-transform: perspective(400px) rotateX(0);
  transform: perspective(400px) rotateX(0);
}
.team-members .member-box:hover .member-info {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
.team-members .member-box:hover .member-info .social-links li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.team-members .member-box:hover .member-info .social-links li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.team-members .member-box:hover .member-info .social-links li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.team-members.team-masonry {
  margin-top: -175px;
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.team-members.team-masonry .masonry-item {
  max-width: 33.333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  padding-left: 15px;
  padding-right: 15px;
}
.team-members.team-masonry .masonry-item:first-child {
  margin-top: 240px;
}
.team-members.team-masonry .masonry-item:nth-child(3) {
  margin-top: 90px;
}
.team-members.team-masonry .masonry-item:nth-child(4) {
  margin-top: -210px;
  margin-left: 33.333333%;
}
.team-members.team-masonry .masonry-item:nth-child(5) {
  margin-top: -60px;
}
.team-members-two .member-box {
  position: relative;
  padding-bottom: 50px;
}
.team-members-two .member-box .member-info {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  background-color: var(--color-white);
  border-top: 5px solid var(--color-primary-7);
  padding: 20px 15px 25px;
  text-align: center;
  line-height: 1;
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 2, 0.1);
  box-shadow: 0 10px 60px 0 rgba(0, 0, 2, 0.1);
}
.team-members-two .member-box .member-info h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
.seo-score-box {
  position: relative;
  z-index: 2;
  border-radius: 12px;
  background: linear-gradient(110deg, #0040e5 0, #028ceb 59%, #04d7f1 100%);
  padding: 80px 0;
  text-align: center;
}
.seo-score-box .score-box-title {
  font-size: 50px;
  line-height: 1.2;
  color: var(--color-white);
  margin-bottom: 15px;
}
.blog-sidebar .widget.testimonial-widget .single-testimonial,
.blog-sidebar .widget.testimonial-widget .single-testimonial .name,
.seo-score-box p {
  color: var(--color-white);
  font-size: 18px;
}
.seo-score-box .score-box-form {
  margin-top: 35px;
}
.seo-score-box .form-group {
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.seo-score-box .form-group:after {
  position: absolute;
  content: "";
  height: 40px;
  width: 3px;
  background-color: #e5ecfc;
  left: 45%;
}
.seo-score-box .form-group input {
  height: 80px;
  padding: 0 20px;
  border: 0;
  font-size: 18px;
  color: var(--color-heading-2);
}
.seo-score-box .form-group input:first-of-type {
  border-radius: 50px 0 0 50px;
  padding-left: 45px;
  width: 45%;
}
.seo-score-box .form-group input:last-of-type {
  border-radius: 0 50px 50px 0;
  padding-right: 213px;
  width: 55%;
  padding-left: 25px;
}
.seo-score-box .form-group button {
  position: absolute;
  right: 15px;
}
.seo-score-box .seo-images {
  position: absolute;
  height: 80%;
  width: 100%;
  bottom: 0;
  background-image: url("../img/particle/announcement.png"),
    url("../img/particle/launch-rocket.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 20px 0, bottom right;
  z-index: -1;
}
.seo-score-box.particle-image-two {
  background: var(--color-primary);
}
.seo-score-box.particle-image-two .seo-images {
  height: 100%;
  background-image: url("../img/particle/announcement.png"),
    url("../img/particle/seo-lines.png");
  background-position: 2% 100%, top right;
  background-size: inherit;
}
.landio-accordion-v1 .accordion-item .accordion-header .accordion-button {
  padding: 20px 30px;
  width: 100%;
  text-align: left;
  background-color: var(--color-white);
  font-family: var(--font-cs-bold);
  font-size: 18px;
  line-height: 1.2;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  position: relative;
  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;
  color: var(--color-heading-2);
}
.landio-accordion-v1
  .accordion-item
  .accordion-header
  .accordion-button::after {
  font-family: "Font Awesome 5 Pro";
  background-image: none;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  content: "\f105";
  margin-left: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  margin-top: 2px;
  color: var(--color-heading-2);
  font-weight: 600;
}
.landio-accordion-v1 .accordion-item .accordion-body {
  background-color: var(--color-white);
  padding: 0 30px 25px;
  border-radius: 0 0 30px 30px;
}
.landio-accordion-v1 .accordion-item .accordion-button[aria-expanded="true"] {
  border-radius: 30px 30px 0 0;
}
.landio-accordion-v1
  .accordion-item
  .accordion-button[aria-expanded="true"]::after,
.landio-accordion-v1.accordion-bordered
  .accordion-item
  .accordion-button[aria-expanded="true"]::after,
.landio-accordion-v2
  .accordion-item
  .accordion-button[aria-expanded="true"]::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.landio-accordion-v1.accordion-bordered .accordion-item {
  border: 2px solid #edf2fd;
  border-radius: 7px;
}
.landio-accordion-v1.accordion-bordered
  .accordion-item
  .accordion-header
  .accordion-button {
  padding: 16px 30px;
  border-radius: 0;
  line-height: 1.4;
}
.landio-accordion-v1.accordion-bordered
  .accordion-item
  .accordion-header
  .accordion-button::after {
  content: "\f0a9";
  font-weight: 400;
}
.landio-accordion-v2 .accordion-item {
  background-color: var(--color-white);
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 2, 0.06);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 2, 0.06);
  padding: 0 35px;
}
.landio-accordion-v2 .accordion-item .accordion-header .accordion-button {
  padding: 16px 0;
  width: 100%;
  background-color: transparent;
  font-family: var(--font-cs-medium);
  font-size: 18px;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  position: relative;
  color: var(--color-heading-5);
  text-align: left;
  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;
}
.landio-accordion-v2
  .accordion-item
  .accordion-header
  .accordion-button::before {
  content: "\f105";
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  text-align: center;
  line-height: 30px;
  margin-right: 15px;
  border-radius: 50%;
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  font-weight: 600;
  color: var(--color-white);
  background-image: none;
  background-color: var(--color-primary-7);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.landio-accordion-v2 .accordion-item .accordion-body {
  padding: 0 0 25px 45px;
}
.accordion-tab .nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
  margin-bottom: 40px;
}
.landio-video,
.landio-video .play-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  position: relative;
}
.accordion-tab .nav .nav-item {
  margin: 3px;
}
.accordion-tab .nav .nav-link {
  border: 0;
  border-radius: 5px;
  margin: 0;
  font-family: var(--font-cs-medium);
  font-size: 16px;
  line-height: 1.4;
  color: var(--color-heading-5);
  background-color: transparent;
  padding: 8px 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.landio-video .play-btn,
.landio-video .play-btn::before {
  border-radius: 50%;
  background-color: var(--color-primary);
}
.accordion-tab .nav .nav-link.active,
.accordion-tab .nav .nav-link:hover {
  background-color: var(--color-primary-7);
  color: var(--color-white);
}
.landio-video {
  z-index: 3;
  height: 650px;
  border-radius: 12px;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.landio-video .play-btn {
  height: 80px;
  width: 80px;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--color-white);
  z-index: 1;
}
.landio-video .play-btn::before,
.landio-video::after {
  height: 100%;
  z-index: -1;
  width: 100%;
  position: absolute;
  content: "";
}
.landio-video .play-btn::before {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.4);
  transform: translate(-50%, -50%) scale(1.4);
  opacity: 0.15;
}
.landio-video::after {
  background: var(--color-heading-3);
  border-radius: 10px;
  opacity: 0.3;
}
.info-boxes-wrapper {
  border-radius: 15px;
  background-color: #0146f6;
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 64, 229, 0.59);
  box-shadow: 0 2px 14px 0 rgba(0, 64, 229, 0.59);
  position: relative;
  z-index: 1;
  padding: 70px 105px;
  border-top: 4px solid #dce5fb;
}
.info-boxes-wrapper::after {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #215ffb;
  top: 15%;
  bottom: 15%;
  right: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.info-boxes-wrapper .info-boxes {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 250px;
}
.info-boxes-wrapper .box-item {
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.info-boxes-wrapper .box-item .box-icon {
  margin-right: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  width: 80px;
  font-size: 80px;
  line-height: 0.5;
}
.info-boxes-wrapper .box-item .box-title {
  font-size: 24px;
  font-family: var(--font-cs-medium);
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--color-white);
}
.brand-items.brand-effect-one img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.brand-items.brand-effect-one img:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.brands-item-grid img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
.brands-item-grid img:hover {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.brand-sectioin-title {
  font-size: 30px;
  font-family: var(--font-cs-medium);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -1px;
}
.partner-logo img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}
.latest-news-v1 .latest-news-box {
  background: var(--color-white);
  padding: 20px 20px 35px;
  border-radius: 10px;
}
.booking-form .form-title::after,
.cta-section-with-bg,
.portfolio-box-one .thumb,
.portfolio-box-two .portfolio-thumb a {
  background-size: cover;
  background-position: center;
}
.latest-news-v1 .latest-news-box .post-thumbnail img {
  border-radius: 10px;
  width: 100%;
}
.latest-news-v1 .latest-news-box .post-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 2;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.latest-news-v1 .latest-news-box .post-tag a {
  display: block;
  background-color: var(--color-primary);
  color: var(--color-white);
  padding: 8px 15px;
  border-radius: 7px;
  line-height: 1;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--font-cs-bold);
}
.latest-news-v1 .latest-news-box .post-content {
  padding: 35px 15px 0;
}
.latest-news-v1 .latest-news-box .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  line-height: 1;
}
.latest-news-v1 .latest-news-box .post-meta a {
  color: var(--color-body);
  line-height: 1;
  font-size: 15px;
  font-family: var(--font-cs-medium);
  font-weight: 500;
}
.latest-news-v1 .latest-news-box .title {
  font-size: 22px;
  margin-bottom: 28px;
  line-height: 1.3;
}
.latest-news-v1 .latest-news-box .read-more-btn {
  background-color: #e5ecfc;
  font-size: 15px;
  font-family: var(--font-cs-bold);
  font-weight: 700;
  color: var(--color-heading-2);
  border-radius: 30px;
  line-height: 1.4;
  padding: 15px 30px;
}
.latest-news-v1 .latest-news-box:hover .read-more-btn,
.template-footer.footer-white-color
  .footer-widgets
  .widget
  .social-links
  li
  a:hover {
  background-color: var(--color-heading);
  color: var(--color-white);
}
.latest-news-v1.color-secondary .latest-news-box:hover .read-more-btn {
  background-color: var(--color-heading-2);
  color: var(--color-white);
}
.latest-news-v2 .latest-news-box .post-thumbnail {
  overflow: hidden;
  border-radius: 7px;
}
.latest-news-v2 .latest-news-box .post-thumbnail img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.latest-news-v2 .latest-news-box .post-content {
  -webkit-box-shadow: 0 10px 30px 0 rgba(219, 219, 219, 0.41);
  box-shadow: 0 10px 30px 0 rgba(219, 219, 219, 0.41);
  margin-left: 40px;
  padding: 20px 35px 25px;
  margin-top: -40px;
  position: relative;
  background-color: var(--color-white);
  z-index: 1;
  border-radius: 7px 0 7px 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.latest-news-v2 .latest-news-box .post-meta li a {
  color: #606060;
  line-height: 1;
  font-size: 15px;
  font-family: var(--font-cs-medium);
  font-weight: 500;
}
.latest-news-v2 .latest-news-box .post-meta li a i {
  margin-right: 8px;
  color: var(--color-primary-3);
}
.latest-news-v2 .latest-news-box .title {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.latest-news-v2 .latest-news-box .post-author img {
  margin-right: 12px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.latest-news-v2 .latest-news-box .post-author a {
  color: #87888b;
  font-size: 18px;
  font-family: var(--font-cs-medium);
  font-weight: 500;
}
.latest-news-v2 .latest-news-box:hover .post-content {
  margin-left: 0;
  border-top-left-radius: 0;
}
.contact-info-boxes-v1 .contact-info-box {
  background-color: var(--color-white);
  -webkit-box-shadow: 0 10px 45px 0 rgba(71, 59, 240, 0.1);
  box-shadow: 0 10px 45px 0 rgba(71, 59, 240, 0.1);
  padding: 40px 55px 45px;
  border-radius: 7px;
  margin-bottom: 25px;
}
.contact-info-boxes-v1 .contact-info-box .title {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 25px;
}
.contact-info-boxes-v1 .contact-info-box .template-btn {
  padding: 12px 30px;
}
.contact-info-boxes-v2 .contact-info-box .info-body {
  -webkit-box-shadow: 0 0 30px 0 rgba(234, 234, 234, 0.5);
  box-shadow: 0 0 30px 0 rgba(234, 234, 234, 0.5);
  padding: 80px 35px 35px;
  margin-top: -45px;
  text-align: center;
  border-radius: 5px;
  line-height: 1.6;
  font-weight: 500;
  font-family: var(--font-cs-medium);
}
.contact-info-boxes-v2 .contact-info-box .title {
  font-size: 24px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.contact-info-boxes-v2 .contact-info-box .icon {
  height: 90px;
  width: 90px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 40px;
  line-height: 0.5;
  border-radius: 50px;
  background-color: var(--color-primary);
  color: var(--color-white);
  -webkit-box-shadow: 0 10px 30px 0 rgba(71, 59, 240, 0.36);
  box-shadow: 0 10px 30px 0 rgba(71, 59, 240, 0.36);
  position: relative;
  z-index: 2;
}
.contact-info-boxes-v2 .contact-info-box .icon.icon-gradient-1 {
  background-image: linear-gradient(
    135deg,
    #f33946 0,
    #c81d9a 59%,
    #9c00ed 100%
  );
  -webkit-box-shadow: 0 10px 60px 0 rgba(218, 9, 212, 0.28);
  box-shadow: 0 10px 60px 0 rgba(218, 9, 212, 0.28);
}
.contact-info-boxes-v2 .contact-info-box .icon.icon-gradient-2 {
  background-image: linear-gradient(
    135deg,
    #4639f3 0,
    #711df0 59%,
    #9c00ed 100%
  );
  -webkit-box-shadow: 0 10px 60px 0 rgba(84, 54, 240, 0.28);
  box-shadow: 0 10px 60px 0 rgba(84, 54, 240, 0.28);
}
.contact-info-boxes-v2 .contact-info-box .icon.icon-gradient-3 {
  background-image: linear-gradient(
    135deg,
    #fdba1a 0,
    #f55d64 59%,
    #ed00ad 100%
  );
  -webkit-box-shadow: 0 10px 60px 0 rgba(218, 9, 212, 0.28);
  box-shadow: 0 10px 60px 0 rgba(218, 9, 212, 0.28);
}
.contact-form-v1 {
  padding: 58px 45px;
  border: 2px solid #efeff0;
  border-radius: 7px;
}
.contact-form-v1 textarea {
  height: 160px;
}
.contact-form-v2 label {
  font-size: 18px;
  font-family: var(--font-cs-medium);
  font-weight: 500;
  line-height: 1;
  color: var(--color-heading);
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  margin: 0;
}
.contact-form-v2 input,
.contact-form-v2 textarea {
  border-radius: 7px;
  background-color: rgba(71, 59, 240, 0.07);
  height: 75px;
  border: 2px solid transparent;
  padding: 0 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-form-v2 input:focus,
.contact-form-v2 textarea:focus {
  border-color: var(--color-primary);
  padding-left: 115px;
}
.contact-form-v2 textarea {
  padding-top: 25px;
  height: 255px;
}
.contact-form-v2 textarea:focus {
  padding-left: 30px;
}
.contact-map {
  width: 100%;
  height: 620px;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.progress-bars .single-progress:not(:last-child) {
  margin-bottom: 35px;
}
.progress-bars .single-progress .progress-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
}
.progress-bars .single-progress .percentage,
.progress-bars .single-progress .title {
  color: var(--color-heading);
  font-size: 18px;
  font-family: var(--font-cs-bold);
  font-weight: 700;
  line-height: 1;
}
.progress-bars .single-progress .progress-line {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 3px;
  background-color: var(--color-white);
}
.progress-bars .single-progress .progress-line .line-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--color-primary);
  -webkit-transition: 1s linear;
  transition: 1s linear;
}
.progress-bars .single-progress:nth-child(3) .progress-line .line-inner {
  background-color: #00b9ee;
}
.newsletter-form .input-field input {
  width: 100%;
  height: 95px;
  background-color: var(--color-white);
  border-radius: 45px;
  padding-left: 45px;
  padding-right: 250px;
  font-size: 17px;
  font-weight: 500;
}
.newsletter-form .input-field .template-btn {
  position: absolute;
  right: 15px;
  bottom: 15px;
  top: 15px;
}
.newsletter-form.form-two .input-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.newsletter-form.form-two .input-field input {
  border-radius: 7px;
  height: 65px;
  padding-left: 30px;
  padding-right: 0;
  width: calc(100% - 230px);
}
.newsletter-form.form-two .input-field .template-btn {
  position: unset;
}
.newsletter-form.form-two.have-form-radius .template-btn,
.newsletter-form.form-two.have-form-radius input {
  border-radius: 50px;
}
.newsletter-form-2 input {
  -webkit-box-shadow: 0 10px 30px 0 rgba(188, 183, 255, 0.36);
  box-shadow: 0 10px 30px 0 rgba(188, 183, 255, 0.36);
  border-radius: 30px;
  width: 100%;
  font-size: 17px;
  padding: 0 70px 0 30px;
  height: 65px;
  background-color: var(--color-white);
}
.newsletter-form-2 button {
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: var(--color-primary);
  border: none;
  border-radius: 50%;
  color: var(--color-white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recent-projects .recent-project-item .project-thumbnail {
  overflow: hidden;
  border-radius: 7px 7px 0 0;
}
.recent-projects .recent-project-item .project-thumbnail img {
  width: 100%;
  border-radius: 7px 7px 0 0;
}
.recent-projects .recent-project-item .project-content {
  border: 2px solid rgba(51, 119, 255, 0.1);
  border-radius: 0 0 7px 7px;
  border-top: 0;
  padding: 40px 35px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color-white);
}
.recent-projects .recent-project-item .project-cat {
  color: var(--color-primary-4);
  margin-bottom: 15px;
  line-height: 1.3;
}
.recent-projects .recent-project-item .title {
  font-size: 22px;
  letter-spacing: -1px;
  line-height: 1.4;
}
.recent-projects .recent-project-item .read-more-btn {
  display: inline-block;
  padding: 15px 40px;
  font-size: 15px;
  font-family: var(--font-cs-bold);
  font-weight: 700;
  margin-top: 25px;
  background-color: var(--color-soft-grey);
  color: var(--color-heading);
  line-height: 1.4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  vertical-align: middle;
  border-radius: 50px;
}
.recent-projects .recent-project-item:hover .project-content {
  -webkit-box-shadow: 0 10px 45px 0 rgba(71, 59, 240, 0.1);
  box-shadow: 0 10px 45px 0 rgba(71, 59, 240, 0.1);
  border-color: transparent;
}
.video-cta .video-cta-text-block {
  background-color: var(--color-primary-4);
  padding: 60px 50px;
  text-align: center;
  color: var(--color-white);
  border-radius: 7px;
}
.video-cta .video-cta-text-block .title {
  font-size: 36px;
  color: var(--color-white);
  margin-bottom: 25px;
}
.video-cta .video-cta-text-block .template-btn {
  margin-top: 25px;
  padding: 14px 30px;
}
.video-cta .landio-video {
  min-height: 350px;
  height: 100%;
  border-radius: 7px;
}
.video-cta .landio-video .play-btn {
  width: 75px;
  height: 75px;
  background-color: var(--color-primary-4);
}
.video-cta .landio-video::after {
  background-color: var(--color-secondary-4);
  opacity: 0.5;
}
.service-tab .service-tab-nav {
  margin-bottom: 80px;
}
.service-tab .service-tab-nav .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  margin: -15px;
}
.service-tab .service-tab-nav .nav-tabs .nav-item {
  padding: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.service-tab .service-tab-nav .nav-tabs .nav-link {
  margin: 0;
  border: none;
  line-height: 1.2;
  font-size: 18px;
  font-family: var(--font-cs-bold);
  font-weight: 700;
  color: var(--color-heading-4);
  letter-spacing: -0.5px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(71, 59, 240, 0.1);
  box-shadow: 0 10px 30px 0 rgba(71, 59, 240, 0.1);
  background-color: var(--color-white);
  padding: 20px 25px;
  display: block;
}
.blog-details-content .post-meta li i,
.blog-post-items .single-blog-post .post-meta li i,
.service-tab .service-tab-nav .nav-tabs .nav-link i {
  margin-right: 10px;
}
.service-tab .service-tab-nav .nav-tabs .nav-link.active,
.service-tab .service-tab-nav .nav-tabs .nav-link:hover {
  color: var(--color-white);
  background-color: var(--color-primary-5);
  -webkit-box-shadow: 0 10px 30px 0 rgba(85, 128, 255, 0.75);
  box-shadow: 0 10px 30px 0 rgba(85, 128, 255, 0.75);
}
.service-tab-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 66%;
  z-index: -1;
  background-color: #f7f7f7;
}
.screenshot-slider .screenshot-item img {
  width: 100%;
  border-radius: 30px;
}
.screenshot-arrows .slick-arrow {
  width: 45px;
  height: 45px;
  border-radius: 7px;
  font-size: 18px;
  color: var(--color-white);
  background-color: var(--color-dark-4);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
}
.booking-form {
  background-color: var(--color-white);
  -webkit-box-shadow: 0 10px 60px 0 rgba(232, 232, 232, 0.77);
  box-shadow: 0 10px 60px 0 rgba(232, 232, 232, 0.77);
  padding: 30px;
}
.booking-form .form-title {
  font-size: 24px;
  position: relative;
  z-index: 1;
  background-color: var(--color-primary-7);
  color: var(--color-white);
  letter-spacing: -0.3px;
  line-height: 1;
  padding: 18px 40px;
}
.booking-form .form-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/booking-title-line.png);
  opacity: 0.1;
}
.booking-form form {
  padding: 40px;
  background-color: #fdf5e2;
}
.booking-form form input {
  height: 55px;
  background-color: var(--color-white);
  font-size: 15px;
  font-style: italic;
  padding: 0 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.booking-form form button {
  height: 55px;
  background-color: var(--color-heading-5);
  color: var(--color-white);
  text-transform: uppercase;
  font-family: var(--font-cs-medium);
  font-size: 14px;
  border: none;
  padding: 0 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sign-in-up-wrapper form {
  -webkit-box-shadow: 0 10px 30px 0 rgba(225, 223, 255, 0.36);
  box-shadow: 0 10px 30px 0 rgba(225, 223, 255, 0.36);
  border-radius: 5px;
}
.sign-in-up-wrapper .form-groups {
  padding: 30px;
}
.sign-in-up-wrapper .form-note {
  padding: 15px 30px;
  border-top: 1px solid var(--color-offwhite);
  font-size: 16px;
  line-height: 1.7;
}
.portfolio-info-box .box-title,
.sign-in-up-wrapper .form-title {
  font-size: 24px;
  margin-bottom: 25px;
}
.sign-in-up-wrapper .field-group .icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 55px;
  text-align: center;
  font-size: 15px;
  border-right: 1px solid var(--color-offwhite);
  line-height: 30px;
  color: var(--color-heading);
}
.sign-in-up-wrapper .field-group input {
  padding-left: 75px;
  height: 60px;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: left;
}
.sign-in-up-wrapper .field-group input:focus {
  border-color: var(--color-primary);
  color: var(--color-heading);
  background-color: transparent;
}
.sign-in-up-wrapper .field-group button {
  width: 100%;
  height: 55px;
  border: none;
  background-color: var(--color-primary);
  color: var(--color-white);
  font-family: var(--font-cs-bold);
  font-size: 15px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog-details-content .related-tags a,
.portfolio-filter ul li,
.sign-in-up-wrapper .forgot-password {
  font-family: var(--font-cs-medium);
  font-weight: 500;
}
.sign-in-up-wrapper .forgot-password {
  margin-top: 25px;
  color: var(--color-heading);
  font-size: 15px;
}
.portfolio-filter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.portfolio-filter ul li {
  background-color: var(--color-soft-grey);
  color: var(--color-heading);
  font-size: 15px;
  line-height: 1.4;
  padding: 15px 30px;
  margin: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog-details-content blockquote cite,
.blog-details-content blockquote p,
.blog-post-items .single-blog-post .post-read-more,
.comments-template .comments-list .comment .author-name,
.portfolio-info-box ul li .info-title,
.post-pagination a {
  font-family: var(--font-cs-bold);
  font-weight: 700;
}
.portfolio-box-one .content,
.portfolio-box-one::before {
  -webkit-transition: 0.3s;
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.portfolio-box-one::before {
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: var(--color-heading);
  content: "";
  transition: 0.3s;
}
.portfolio-box-one .thumb {
  width: 100%;
  height: 320px;
  background-repeat: no-repeat;
}
.portfolio-box-one .content {
  right: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 3;
  padding: 0 30px;
  transition: 0.3s;
}
.portfolio-box-one .content .tags {
  margin-bottom: 8px;
}
.portfolio-box-one .content .tags a {
  font-size: 14px;
  line-height: 1.4;
  color: var(--color-white);
}
.portfolio-box-one .content .title {
  font-size: 20px;
}
.portfolio-box-one:hover::before {
  opacity: 0.8;
  visibility: visible;
}
.portfolio-box-one:hover .content {
  top: 50%;
  visibility: visible;
  opacity: 1;
}
.portfolio-box-two .portfolio-thumb {
  height: 0;
  overflow: hidden;
  border-radius: 5px;
  padding-bottom: 100%;
}
.portfolio-box-two .portfolio-thumb a {
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.portfolio-box-two .title {
  font-size: 20px;
  margin-bottom: 3px;
  margin-top: 25px;
  line-height: 1.2;
}
.blog-details-content .social-links a,
.portfolio-box-two .tags a {
  color: var(--color-body);
  line-height: 1;
}
.portfolio-info-box {
  background-color: var(--color-soft-grey);
  padding: 40px 45px;
  position: relative;
  z-index: 1;
}
.portfolio-info-box ul li span {
  display: block;
  font-size: 15px;
  line-height: 1.8;
}
.portfolio-info-box ul li .info-title {
  font-size: 18px;
  line-height: 1.4;
  color: var(--color-heading);
  margin-bottom: 5px;
}
.portfolio-details-content .portfolio-title {
  font-size: 38px;
  margin-bottom: 30px;
}
.counter-section-bordered .counter-section-inner {
  background-color: var(--color-primary);
  background-image: url(../img/particle/section-curve-shape.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding: 75px 100px 35px;
  margin: 20px;
  position: relative;
  z-index: 1;
  border-radius: 12px;
}
.counter-section-bordered .counter-section-inner::before {
  content: "";
  position: absolute;
  left: -20px;
  top: -20px;
  right: -20px;
  bottom: -20px;
  background-color: var(--color-primary);
  opacity: 0.1;
  border-radius: 12px;
}
.counter-section-bordered .counter-section-inner .counter-item {
  padding-bottom: 40px;
}
.service-with-counter .counter-section {
  position: relative;
  z-index: 2;
  margin-bottom: -115px;
}
.service-with-counter .service-section {
  padding-bottom: 130px;
  padding-top: 245px;
}
.faq-with-seo-score-box .faq-section {
  padding-bottom: 130px;
  padding-top: 270px;
}
.faq-with-seo-score-box .seo-score-box {
  position: relative;
  z-index: 2;
  margin-bottom: -150px;
}
.testimonial-with-video .testimonials-section {
  padding-top: 335px;
  padding-bottom: 130px;
}
.testimonial-with-video .landio-video {
  margin-bottom: -245px;
}
.collaborate-section {
  margin-bottom: 115px;
}
.collaborate-section .collaborate-text-block {
  padding-bottom: 130px;
  padding-top: 140px;
}
.collaborate-section .preview-image-v2 {
  margin-bottom: -115px;
}
.collaborate-section .preview-image-v2 img {
  max-height: 800px;
}
.cta-with-particle.cta-with-particle .particle-left,
.cta-with-particle.cta-with-particle .particle-right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  max-width: 160px;
}
.cta-btns,
.footer-widgets .widget.instagram-feed .instagram-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}
.cta-section-with-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}
.cta-section .cta-absolute-image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.section-with-map-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/section-map.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.section-one-third-left-map::before,
.section-one-third-right-map::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 33.33%;
  height: 100%;
  z-index: -1;
  background-color: var(--color-heading-3);
  background-image: url(../img/section-map-2.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-line-dots::before,
.simple-cta::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
}
.section-one-third-left-map::before {
  right: auto;
  left: 0;
}
.section-line-dots::before {
  background-image: url(../img/dots-line-pattern-bg.png);
  background-repeat: no-repeat;
}
.simple-cta {
  background-color: var(--color-primary);
  padding: 40px 0;
  position: relative;
  z-index: 1;
}
.simple-cta .cta-title {
  color: var(--color-white);
  letter-spacing: -1px;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 400;
  font-family: var(--font-cs-book);
}
.simple-cta::before {
  background-image: url(../img/cta/simple-cta-bg.png);
}
.section-dots-pattern::before,
.section-half-dots-pattern-fixed::before,
.section-half-dots-pattern::before {
  background-image: url(../img/dots-pattern-bg.png);
  width: 100%;
  background-repeat: no-repeat;
  content: "";
  left: 0;
  top: 0;
}
.latest-news-with-seo-box .latest-news-section {
  padding-bottom: 130px;
  padding-top: 320px;
}
.latest-news-with-seo-box .seo-score-box {
  position: relative;
  z-index: 2;
  margin-bottom: -200px;
}
.section-half-dots-pattern-fixed::before,
.section-half-dots-pattern::before {
  position: absolute;
  height: 50%;
  background-color: var(--color-soft-grey);
  background-size: cover;
  background-position: center;
}
.section-half-dots-pattern-fixed::before {
  background-size: contain;
  background-position: top center;
  background-attachment: fixed;
}
.service-details-content .service-title {
  font-size: 42px;
  margin-bottom: 30px;
}
.service-details-content .service-subtitle {
  font-size: 30px;
  margin-bottom: 25px;
}
.counter-with-vide-cta .counter-section {
  padding-top: 130px;
  padding-bottom: 305px;
}
.counter-with-vide-cta .video-cta {
  position: relative;
  z-index: 2;
  margin-top: -305px;
}
.section-author-particle .author-particle-image img {
  position: absolute;
  z-index: -1;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 60px 0 rgba(51, 119, 255, 0.49);
  box-shadow: 0 10px 60px 0 rgba(51, 119, 255, 0.49);
}
.section-author-particle .author-particle-image img.image-1 {
  left: 9.5%;
  top: 31.5%;
}
.section-author-particle .author-particle-image img.image-2 {
  left: 5%;
  bottom: 23%;
}
.section-author-particle .author-particle-image img.image-3 {
  right: 9.5%;
  top: 31.5%;
}
.section-author-particle .author-particle-image img.image-4 {
  right: 5%;
  bottom: 23%;
}
.benefit-section .container {
  position: static;
}
.benefit-section .benefit-content {
  padding-top: 110px;
  padding-bottom: 110px;
}
.benefit-section .benefit-preview-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.benefit-section .benefit-preview-images .image-one {
  margin-top: -140px;
}
.benefit-section .benefit-preview-images .image-two {
  margin-bottom: -140px;
}
.newsletter-area .newsletter-particle-effect img.particle-1 {
  left: 10%;
  top: 15%;
}
.newsletter-area .newsletter-particle-effect img.particle-2 {
  left: 15%;
  bottom: 20%;
}
.newsletter-area .newsletter-particle-effect img.particle-3 {
  right: 15%;
  top: 20%;
}
.newsletter-area .newsletter-particle-effect img.particle-4 {
  left: 25%;
  bottom: 8%;
}
.section-dots-pattern::before {
  position: absolute;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.blog-post-items .single-blog-post:not(:last-child) {
  margin-bottom: 60px;
}
.blog-details-content .post-thumbnail,
.blog-post-items .single-blog-post .post-thumbnail {
  overflow: hidden;
  margin-bottom: 35px;
}
.blog-details-content .post-thumbnail img,
.blog-post-items .single-blog-post .post-thumbnail img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog-details-content .post-meta,
.blog-post-items .single-blog-post .post-meta {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.blog-details-content .post-meta li,
.blog-post-items .single-blog-post .post-meta li {
  margin-bottom: 15px;
  line-height: 1;
}
.blog-details-content .post-meta li a,
.blog-post-items .single-blog-post .post-meta li a {
  margin: 0;
  display: block;
  font-size: 17px;
  color: var(--color-body);
}
.blog-details-content .post-meta li:not(:last-child),
.blog-post-items .single-blog-post .post-meta li:not(:last-child) {
  margin-right: 25px;
}
.blog-details-content .post-title,
.blog-post-items .single-blog-post .post-title {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.blog-post-items .single-blog-post .post-read-more {
  display: inline-block;
  padding: 15px 40px;
  font-size: 15px;
  line-height: 1.4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  vertical-align: middle;
  border-radius: 50px;
  background-color: var(--color-offwhite);
  border-color: var(--color-offwhite);
  color: var(--color-heading);
  margin-top: 35px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.blog-post-items .single-blog-post .post-read-more:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  -webkit-box-shadow: 0 10px 30px 0 rgba(71, 59, 240, 0.36);
  box-shadow: 0 10px 30px 0 rgba(71, 59, 240, 0.36);
}
.blog-post-items .single-blog-post.no-thumbnail {
  background-color: var(--color-offwhite);
  padding: 40px 45px;
}
.blog-post-items .single-blog-post.thumbnail-cover {
  position: relative;
  z-index: 1;
  padding: 40px 45px;
}
.blog-post-items .single-blog-post.thumbnail-cover .post-thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  margin: 0;
}
.blog-post-items .single-blog-post.thumbnail-cover .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.blog-post-items .single-blog-post.thumbnail-cover::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--color-heading);
  opacity: 0.8;
}
.blog-post-items .single-blog-post.thumbnail-cover .post-read-more {
  margin-top: 15px;
  color: var(--color-white);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  -webkit-box-shadow: 0 10px 30px 0 rgba(71, 59, 240, 0.36);
  box-shadow: 0 10px 30px 0 rgba(71, 59, 240, 0.36);
}
.blog-details-content blockquote {
  background-color: var(--color-offwhite);
  padding: 45px 50px;
  margin: 40px 0;
}
.blog-details-content blockquote p {
  font-size: 24px;
  color: var(--color-heading);
  line-height: 1.5;
  margin-bottom: 10px;
}
.blog-details-content blockquote cite {
  font-size: 18px;
  font-style: normal;
  color: var(--color-heading);
  line-height: 1;
  position: relative;
  padding-left: 60px;
}
.blog-details-content blockquote cite::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 40px;
  background: var(--color-primary);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog-details-content .post-subtitle {
  font-size: 30px;
  margin-bottom: 15px;
}
.blog-details-content .related-tags,
.blog-details-content .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-details-content .related-tags .item-heading,
.blog-details-content .social-links .item-heading {
  color: var(--color-heading);
  min-width: 120px;
  font-size: 18px;
  font-family: var(--font-cs-bold);
  font-weight: 700;
}
.blog-details-content .related-tags li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.blog-details-content .related-tags a {
  color: var(--color-heading);
  display: block;
  background-color: var(--color-offwhite);
  padding: 0 11px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 15px;
}
.blog-details-content .post-author-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color-offwhite);
  padding: 35px 50px;
  margin-top: 70px;
}
.blog-details-content .post-author-box .author-thumbnail {
  width: 160px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  margin-right: 35px;
}
.blog-details-content .post-author-box .author-thumbnail img {
  border-radius: 50%;
}
.blog-details-content .post-author-box .name {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 10px;
}
.blog-sidebar .widget:not(:last-child) {
  margin-bottom: 55px;
}
.blog-sidebar .widget .widget-title {
  border-bottom: 1px solid var(--color-offwhite);
  padding-bottom: 15px;
  font-size: 24px;
  line-height: 1.1;
  position: relative;
  margin-bottom: 30px;
}
.blog-sidebar .widget .widget-title::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 60px;
  background-color: var(--color-primary);
  left: 0;
  bottom: -2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog-sidebar .widget .widget-title:hover::after {
  -webkit-transform: translate(15px, 0);
  transform: translate(15px, 0);
}
.blog-sidebar .widget.category-widget {
  background-color: #f3f6f9;
  padding: 30px 35px;
}
.blog-sidebar .widget.category-widget li a {
  color: var(--color-heading);
  font-size: 17px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: capitalize;
  display: block;
  position: relative;
}
.blog-sidebar .widget.category-widget li a::after {
  display: inline-block;
  position: absolute;
  right: 0;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.blog-sidebar
  .widget.latest-post-widget
  .popular-posts-item
  .popular-posts-thumbnail {
  width: 75px;
  height: 75px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  margin-right: 20px;
  border-radius: 7px;
  overflow: hidden;
}
.blog-sidebar
  .widget.latest-post-widget
  .popular-posts-item
  .popular-posts-thumbnail
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 7px;
}
.blog-sidebar
  .widget.latest-post-widget
  .popular-posts-item
  .popular-posts-title {
  font-size: 18px;
  line-height: 1.4;
}
.blog-sidebar .widget.latest-post-widget .popular-posts-item .posts-date {
  color: var(--color-body);
  font-size: 16px;
}
.blog-sidebar .widget.latest-post-widget .popular-posts-item .posts-date i {
  margin-right: 7px;
}
.blog-sidebar .widget.widget-tag-cloud .tags a {
  display: inline-block;
  padding: 3px 20px;
  background-color: var(--color-offwhite);
  border-radius: 50px;
  font-size: 17px;
  color: var(--color-body);
  margin: 0 5px 10px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog-sidebar .widget.search-widget {
  background-color: var(--color-primary);
  padding: 25px 30px;
}
.blog-sidebar .widget.search-widget h4 {
  color: var(--color-white);
  margin-bottom: 15px;
  text-transform: capitalize;
}
.blog-sidebar .widget.search-widget form input {
  height: 60px;
  width: 100%;
  border-radius: 30px;
  background-color: #f3f6f9;
  padding-left: 25px;
  padding-right: 55px;
}
.blog-sidebar .widget.search-widget form button {
  height: 45px;
  width: 45px;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  right: 8px;
  background: var(--color-primary);
  color: var(--color-white);
  border: none;
}
.blog-sidebar .widget.testimonial-widget {
  padding: 35px;
  background-color: var(--color-heading);
}
.blog-sidebar .widget.testimonial-widget .single-testimonial .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}
.blog-sidebar .widget.testimonial-widget .single-testimonial .author img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-right: 10px;
}
.blog-sidebar .widget.testimonial-widget .single-testimonial .position {
  display: block;
  color: #a5abbc;
  font-size: 15px;
  text-transform: capitalize;
  margin-top: 10px;
}
.blog-sidebar .widget.testimonial-widget .slick-dots {
  margin-top: 40px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.blog-sidebar .widget.testimonial-widget .slick-dots li {
  margin: 0 10px 0 0;
}
.blog-sidebar .widget.testimonial-widget .slick-dots li:not(.slick-active) {
  background-color: #393e4c;
}
.post-pagination {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 70px;
}
.post-pagination li {
  margin-right: 10px;
  margin-top: 10px;
}
.post-pagination a {
  border: 2px solid var(--color-offwhite);
  border-radius: 5px;
  color: var(--color-heading);
  height: 50px;
  width: 50px;
  font-size: 18px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.post-pagination a.active {
  background: var(--color-primary);
  color: var(--color-white);
  border: 2px solid var(--color-primary);
  -webkit-box-shadow: 0 10px 30px 0 rgba(71, 59, 240, 0.5);
  box-shadow: 0 10px 30px 0 rgba(71, 59, 240, 0.5);
}
.comments-template .template-title {
  font-size: 24px;
  margin-bottom: 40px;
}
.comments-template .comments-list .comment .children {
  margin-top: 40px;
  padding-left: 60px;
}
.comments-template .comments-list .comment .avatar {
  width: 100px;
  height: 100px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  margin-right: 30px;
}
.comments-template .comments-list .comment .author-name {
  color: var(--color-heading);
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 14px;
}
.comments-template .comments-list .comment .author-name .date {
  font-size: 17px;
  font-family: var(--font-cs-medium);
  font-weight: 500;
}
.comments-template .comments-list .comment .reply {
  font-size: 17px;
  font-family: var(--font-cs-medium);
  font-weight: 500;
  color: #415674;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 5px;
  text-transform: uppercase;
}
.comments-template .comments-list .comment .reply::after {
  content: "\f178";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  padding-left: 10px;
}
.comments-template .comments-respond {
  margin-top: 70px;
  padding-top: 70px;
  border-top: 1px solid var(--color-offwhite);
}
.footer-widgets .widget .download-links,
.form .field {
  margin-top: 20px;
}
.comments-template .comments-respond .input-field .icon {
  color: var(--color-primary);
  font-size: 17px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.comments-template .comments-respond .input-field.textarea-field .icon {
  top: 20px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.comments-template .comments-respond input,
.comments-template .comments-respond textarea {
  height: 65px;
  background-color: transparent;
  border: 2px solid var(--color-offwhite);
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 50px;
}
.comments-template .comments-respond textarea {
  height: 140px;
}
.footer-widgets .widget {
  position: relative;
  margin-bottom: 50px;
  color: var(--color-body);
}
.footer-widgets .widget .social-links li a {
  height: 35px;
  width: 35px;
  background: #ecebfd;
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 5px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--color-heading);
}
.footer-widgets .widget .social-links.primary-color-3 a:hover {
  background-color: var(--color-primary-3);
  color: var(--color-white);
  -webkit-box-shadow: 0 10px 30px 0 rgba(226, 92, 106, 0.36);
  box-shadow: 0 10px 30px 0 rgba(226, 92, 106, 0.36);
}
.footer-widgets .widget .social-links.bordered-style li a {
  background-color: transparent;
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
}
.footer-widgets .widget .download-links li {
  display: inline-block;
  margin-right: 15px;
  line-height: 1;
}
.footer-widgets .widget .download-links li a {
  font-size: 24px;
}
.footer-widgets .widget .widget-title {
  font-size: 22px;
  margin-bottom: 35px;
}
.footer-widgets .widget.text-block-widget .contact-link {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-heading);
  font-family: var(--font-cs-bold);
  margin-top: 15px;
}
.footer-widgets .widget.nav-widget ul li a {
  padding-left: 20px;
  position: relative;
}
.footer-widgets .widget.nav-widget ul li a::before {
  content: "\f054";
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 800;
  font-size: 14px;
  top: 2px;
}
.footer-widgets .widget.contact-widget li a {
  position: relative;
  padding-left: 35px;
}
.footer-widgets .widget.contact-widget li a i {
  position: absolute;
  left: 0;
  top: 7px;
  color: var(--color-primary);
}
.footer-widgets .widget.instagram-feed .instagram-images .single-img {
  padding: 5px;
  border-radius: 7px;
  position: relative;
}
.footer-widgets .widget.instagram-feed .instagram-images .single-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 7px;
}
.footer-widgets .widget.instagram-feed .instagram-images .single-img::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  z-index: 1;
  background-color: var(--color-primary-4);
  border-radius: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.footer-widgets .widget.instagram-feed .instagram-images .single-img a {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  z-index: 2;
  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;
  color: var(--color-white);
  font-size: 24px;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.footer-widgets
  .widget.instagram-feed
  .instagram-images
  .single-img:hover::after {
  opacity: 0.75;
  visibility: visible;
}
.footer-widgets .widget.instagram-feed .instagram-images .single-img:hover a {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.footer-widgets .widget .newsletter-form form input {
  height: 70px;
  border: 2px solid var(--color-dark-4);
  background-color: transparent;
  border-radius: 7px;
  padding-right: 80px;
  padding-left: 30px;
}
.footer-widgets .widget .newsletter-form form button {
  position: absolute;
  z-index: 2;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 45px;
  width: 45px;
  border-radius: 50%;
  border: none;
  background-color: var(--color-primary-6);
  color: var(--color-white);
  font-size: 15px;
}
.footer-copyright {
  padding: 30px 0;
}
.footer-copyright .social-links li a {
  font-size: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 15px;
  color: var(--color-body-4);
}
.back-to-top {
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 999;
  width: 40px;
  height: 40px;
  background-color: var(--color-heading);
  color: var(--color-white);
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  border: 1px solid var(--color-white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.back-to-top.show {
  right: 30px;
  visibility: visible;
  opacity: 1;
}
.template-footer.footer-with-image {
  position: relative;
  z-index: 1;
  border-bottom: 5px solid var(--color-primary);
  background-image: url(../img/footer-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
.template-footer.footer-white-color .footer-widgets .widget .social-links li a {
  background-color: var(--color-white);
  color: var(--color-heading);
}
.template-footer.footer-white-color
  .footer-widgets
  .widget
  .social-links.bordered-style
  li
  a {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.15);
  color: var(--color-white);
}
.template-footer.footer-white-color
  .footer-widgets
  .widget
  .social-links.bordered-style
  li
  a:hover {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: var(--color-white);
}
.template-footer.footer-secondary-4-bg .footer-copyright,
.template-footer.footer-secondary-4-bg .footer-copyright a,
.template-footer.footer-secondary-4-bg .footer-widgets .widget,
.template-footer.footer-secondary-4-bg .footer-widgets .widget a {
  color: #8496c6;
}
.template-footer.footer-secondary-4-bg
  .footer-widgets
  .widget
  .social-links
  li
  a {
  background-color: #404767;
  color: #8496c6;
}
.template-footer.footer-secondary-4-bg .footer-copyright {
  border-top: 1px solid #394565;
}
.template-footer.footer-bordered .footer-widgets {
  padding-top: 80px;
  padding-bottom: 30px;
}
.template-footer.footer-bordered .footer-copyright {
  border-top: 1px solid var(--color-dark-4);
  padding: 20px 0;
}
.template-footer.footer-bordered .footer-widget-left {
  padding-right: 80px;
  position: relative;
}
.template-footer.footer-bordered .footer-widget-left::after {
  content: "";
  position: absolute;
  width: 1px;
  top: -80px;
  bottom: -80px;
  right: 20px;
  background-color: var(--color-dark-4);
}
.template-footer.webinar-footer .newsletters-title h4 {
  font-size: 45px;
}
.template-footer.webinar-footer .newsletters-form form {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#banner-div,
#form-div {
  display: inline-block;
  height: 650px;
}
.template-footer.webinar-footer .newsletters-form form input {
  height: 55px;
  padding: 0 30px;
  font-size: 17px;
  font-weight: 500;
}
.template-footer.webinar-footer .newsletters-form form button {
  height: 55px;
  padding: 0 35px;
  margin-left: 10px;
  background-color: var(--color-primary-7);
  color: var(--color-white);
  font-size: 14px;
  text-transform: uppercase;
  border: none;
  min-width: 200px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.template-footer.webinar-footer .copyright-area {
  padding: 30px 0;
  border-top: 1px solid #e0e0e0;
}
.template-footer.webinar-footer
  .copyright-area
  .footer-nav
  li:not(:first-child) {
  margin-left: 25px;
}
.template-footer.webinar-footer .copyright-area .footer-nav li a {
  color: var(--color-body);
  font-size: 17px;
}
.template-footer.webinar-footer .copyright-area .copyright-text {
  font-size: 17px;
}
.page-title-area {
  padding-top: 145px;
  padding-bottom: 145px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.page-title-area .page-title {
  font-size: 65px;
  margin-bottom: 20px;
}
.page-title-area .breadcrumb-nav {
  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;
}
.page-title-area .breadcrumb-nav li {
  position: relative;
  line-height: 1;
  font-size: 24px;
  font-family: var(--font-cs-medium);
  font-weight: 500;
  color: var(--color-heading);
}
.page-title-area .breadcrumb-nav li:not(:last-child)::after {
  display: inline-block;
  content: "\f105";
  padding-left: 12px;
  padding-right: 12px;
  font-family: "Font Awesome 5 Pro";
  font-size: inherit;
  color: var(--color-heading);
  position: relative;
  top: 2px;
}
.page-title-area .page-title-effect .particle-1 {
  top: 30%;
  left: 15%;
}
.page-title-area .page-title-effect .particle-2 {
  top: 45%;
  left: 19%;
}
.page-title-area .page-title-effect .particle-3 {
  right: 26%;
  top: 20%;
}
.page-title-area .page-title-effect .particle-4 {
  left: 25%;
  bottom: 15%;
}
.page-title-area .page-title-effect .particle-5 {
  right: 15%;
  bottom: 36%;
}
.error-page-content h2 {
  margin-bottom: 20px;
  font-size: 85px;
  line-height: 1;
}
.error-page-content p {
  font-size: 30px;
  font-family: var(--font-cs-medium);
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-heading);
}
.coming-soon-area {
  padding: 150px 0 100px;
}
.coming-soon-area .title {
  margin-bottom: 25px;
  font-size: 92px;
  line-height: 1;
  letter-spacing: -1px;
}
.coming-soon-area .newsletter-notice {
  color: var(--color-heading);
  font-size: 20px;
  font-family: var(--font-cs-medium);
  padding-top: 30px;
}
.coming-soon-page .template-header {
  padding: 20px 0;
  border-bottom: 2px solid rgba(220, 221, 224, 0.5);
}

.container_f,
.container_f_login {
  z-index: 10;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
  display: none;
}
.form .field,
.line {
  position: relative;
  width: 100%;
}
.form {
  width: 400px;
  height: 650px;
  padding: 30px;
  background: #fff;
}
.ldk {
  cursor: pointer;
}
.form.signup,
.forms.show-signup .form.login {
  opacity: 0;
  pointer-events: none;
}
.forms.show-signup .form.signup {
  opacity: 1;
  pointer-events: auto;
}
header {
  font-size: 28px;
  font-weight: 600;
  color: #232836;
  text-align: center;
}
.form .field {
  height: 50px;
  border-radius: 6px;
}
#bt_dk,
#bt_dn,
.field button,
.field input {
  height: 100%;
  width: 100%;
  border: none;
  font-size: 16px;
  font-weight: 400;
  border-radius: 6px;
}
.field input {
  padding-left: 75px;
  height: 60px;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: left;
  border-radius: 0;
}
.field input:focus {
  border-bottom-width: 2px;
}
.eye-icon {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 18px;
  color: #8b8b8b;
  cursor: pointer;
  padding: 5px;
}
#bt_dk,
#bt_dn,
.field button {
  color: #fff;
  background-color: #0171d3;
  transition: 0.3s;
  cursor: pointer;
}
#bt_dk:hover,
#bt_dn:hover,
.field button:hover {
  background-color: #016dcb;
}
.form-link {
  text-align: center;
  margin-top: 10px;
}
.form-link a,
.form-link span {
  font-size: 14px;
  font-weight: 400;
  color: #232836;
}
.form a {
  color: #0171d3;
}
.form-content a:hover {
  text-decoration: underline;
}
.line {
  height: 1px;
  margin: 36px 0;
  background-color: #d4d4d4;
}
.line::before {
  content: "Hoặc";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  color: #8b8b8b;
  padding: 0 15px;
}
.media-options a {
  display: flex;
  align-items: center;
  justify-content: center;
}
a.facebook {
  color: #fff;
  background-color: #4267b2;
}
a.facebook .facebook-icon {
  height: 28px;
  width: 28px;
  color: #0171d3;
  font-size: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.facebook-icon,
img.google-img {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
img.google-img {
  height: 20px;
  width: 20px;
  object-fit: cover;
}
a.google {
  border: 1px solid #cacaca;
}
a.google span {
  font-weight: 500;
  opacity: 0.6;
  color: #232836;
}
.clickbox {
  color: #fff !important;
}
.thong_bao {
  text-align: center !important;
  margin-top: 20px !important;
  display: block;
}
#bt_dk,
#bt_dn {
  display: block;
  text-align: center;
  padding-top: 10px;
  border-radius: 0;
}
#form-container {
  display: block;
  width: 975px;
  height: 650px;
  position: fixed;
  background: #fff;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 30px 0 rgba(151, 151, 151, 0.151);
}
#banner-div {
  width: 575px;
  top: 0;
  left: 0;
}
#form-div {
  width: 400px;
  top: 0;
  right: 0;
}
.icon-login {
  left: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 55px;
  text-align: center;
  font-size: 15px;
  border-right: 1px solid var(--color-offwhite);
  line-height: 30px;
  color: var(--color-heading);
}
.alert-message,
.play-btn {
  position: relative;
  display: block;
}
.nsm7Bb-HzV7m-LgbsSe {
  border-radius: 0 !important;
}
.nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-BPrWId {
  width: 290px;
}
.alert-message {
  background-color: #f2dede;
  border-radius: 3px;
  line-height: 30px;
  margin-top: 20px;
  left: 0;
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.6);
  background: #4e657ce6;
}
#notify {
  z-index: 10000;
  position: fixed;
  min-width: 50%;
  display: block;
  left: 50%;
  top: -120px;
  opacity: 0;
  transition-duration: 0.3s;
  margin-top: 20px;
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}
#l_noti {
  display: inline;
}

.landio-video .play-btn::before, .landio-video::after {
  height: 150%;
  width: 150%;
}

.landio-video .play-btn::before {
  left: unset;
  top: unset; 

}
.play-btn:before {

  -webkit-animation: 2s infinite pulsate1;
  animation: 2s infinite pulsate1;

}
@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0 0 25px 3px rgba(255, 255, 255, 0.75),
      0 0 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0 0 25px 3px rgba(255, 255, 255, 0.75),
      0 0 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
.landio-video::after {
  background: unset;

}
@media (max-width: 424px){
  .lnwnqlkqwf {
    height: 380px!important;
  }
}
.step_div{
  -webkit-text-size-adjust: 100%;
    font-feature-settings: normal;
    tab-size: 4;
    line-height: inherit;
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    -webkit-font-smoothing: antialiased;
    color: rgb(24 25 27/var(--tw-text-opacity));
    font-family: EuclidCircularA,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    text-align: center;
    border: 0 solid;
    box-sizing: border-box;
    display: grid;
    align-items: flex-start;
    justify-items: center;
    gap: 3rem;
    grid-template-columns: repeat(3,minmax(0,1fr));
}
.step_div_li{
  -webkit-text-size-adjust: 100%;
    font-feature-settings: normal;
    tab-size: 4;
    line-height: inherit;
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    -webkit-font-smoothing: antialiased;
    color: rgb(24 25 27/var(--tw-text-opacity));
    font-family: EuclidCircularA,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    text-align: center;
    border: 0 solid;
    box-sizing: border-box;
    display: grid;
    grid-auto-flow: row;
    justify-items: center;
    gap: .5rem;
}


@media only screen and (max-width: 600px) {
  .step_div{
    -webkit-text-size-adjust: 100%;
    font-feature-settings: normal;
    tab-size: 4;
    line-height: inherit;
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    -webkit-font-smoothing: antialiased;
    color: rgb(24 25 27/var(--tw-text-opacity));
    font-family: EuclidCircularA,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    text-align: center;
    border: 0 solid;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(1,minmax(0,1fr));
    align-items: flex-start;
    justify-items: center;
    gap: 3rem;
  }
  .hero-area-v1{
    padding-bottom: 30px;
  }
  body > section.hero-area-v1 > div.container-fluid > div > img{
    box-shadow: 0 15px 0 -10px rgba(0,0,0,.15)!important;
    border-radius: 5px!important;
  }
  #dich-vu{
    margin-bottom: 30px!important;
  }
  .data-analysis-section{
    padding-top: 50px!important;
  }
  .p-t-130{
    padding-top: 50px!important;
  }
}

.flag {
  position: relative;
  display: block;
  background-color: transparent;
  width: 30px;
  height: 30px;
  margin: 7px 0px;
  box-shadow: 0px 0px 10px 6px rgb(0 0 0);
  border-radius: 50%;
  opacity: 0.4;
}
.thumb{
  padding: 10px;
}
.illustration-vertical {
  -webkit-text-size-adjust: 100%;
  font-family: Helveticanowtext,sans-serif;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  width: 200px;
  height: 100%;
  color: #fdfdfd;
  background-repeat: no-repeat,repeat;
  border: 5px solid #3d3b40;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
  display: flex;
  box-shadow: 0 25px 0 -10px rgba(0,0,0,.15);
  background-position: 50% 90%,0 0;
  background-size: 200px,auto;
  position: relative;
  background-size: 110px;
  transition-duration: 0.3s;
}
.illustration-vertical:hover,.thumb:hover{
  transform: scale(1.1);
}
.thumb{
  transition-duration: 0.3s;
}