/*Main Site*/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
  font-family: "myraid";
  src: url("../fonts/Myriad Pro Regular.ttf") format("truetype");
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

p {
  font-size: 0.9em !important;
}

h2,
h2 {
  text-transform: capitalize;
}

html,
body {
  width: 100%;
  height: auto;
}

:root {
  --dark-green: #9cc675;
  --dark-yellow: #e89a3d;
  --extra-light-brown: #fdf0d7;
  --light-brown: #ecd5ab;
  --dark-brown: #915b40;
  --light-yellow: #f8e3a8;
  --light-red: #f3ac99;
  --light-teal: #a6c8cc;
  --light-gray: #ddd5d6;
  --theme-color2: #c70039;
}

@keyframes lightning {

  0%,
  100% {
    filter: none;
  }

  50% {
    filter: drop-shadow(0 0 0.3rem rgb(90 61 65 / 70%));
  }
}

@keyframes neonglow {

  0%,
  100% {
    box-shadow: 0px 0px 5px white, 0px 0px 10px white, 0px 0px 80px white;
  }

  50% {
    box-shadow: 0px 0px 6px white, 0px 0px 12px white, 0px 0px 80px white;
  }
}

@keyframes neonglowblink {

  0%,
  100% {
    box-shadow: 0px 0px 5px #ffffff91, 0px 0px 10px #ffffff91,
      0px 0px 20px white;
  }

  50% {
    box-shadow: 0px 0px 6px white, 0px 0px 12px white, 0px 0px 40px white;
  }
}

@keyframes neonglowless {

  0%,
  100% {
    box-shadow: 0px 0px 5px white, 0px 0px 10px white, 0px 0px 20px white;
  }

  50% {
    box-shadow: 0px 0px 6px white, 0px 0px 12px white, 0px 0px 20px white;
  }
}

@keyframes neonglowgreen {

  0%,
  100% {
    box-shadow: 0px 0px 5px #237c82, 0px 0px 10px #237c82, 0px 0px 20px #237c82;
  }

  50% {
    box-shadow: 0px 0px 6px #237c82, 0px 0px 12px #237c82, 0px 0px 20px #237c82;
  }
}

@keyframes neonglowred {

  0%,
  100% {
    box-shadow: 0px 0px 5px #c70039, 0px 0px 10px #c70039, 0px 0px 20px #c70039;
  }

  50% {
    box-shadow: 0px 0px 8px #c70039, 0px 0px 15px #c70039, 0px 0px 30px #c70039;
  }
}

@keyframes neonglowredblink {

  0%,
  100% {
    box-shadow: 0px 0px 5px #12c3bfb8, 0px 0px 10px #12c3bfb8,
      0px 0px 20px #12c3bfb8;
  }

  50% {
    box-shadow: 0px 0px 6px #12c3bfb8, 0px 0px 12px #12c3bfb8,
      0px 0px 40px #12c3bfb8;
  }
}

@keyframes neonglowredblinknew {

  0%,
  100% {
    box-shadow: 0px 0px 5px #12c3bf, 0px 0px 10px #12c3bf, 0px 0px 20px #12c3bf;
  }

  50% {
    box-shadow: 0px 0px 12px #12c3bf, 0px 0px 20px #12c3bf, 0px 0px 30px #12c3bf;
  }
}

@keyframes neonglowyellowblink {

  0%,
  100% {
    box-shadow: 0px 0px 5px #1f1f1f87, 0px 0px 10px #1f1f1f87,
      0px 0px 20px #1f1f1f87;
  }

  50% {
    box-shadow: 0px 0px 12px #1f1f1f87, 0px 0px 20px #1f1f1f87,
      0px 0px 30px #1f1f1f87;
  }
}

@keyframes neonglowredless {

  0%,
  100% {
    box-shadow: 0px 0px 5px #c70039, 0px 0px 10px #c70039, 0px 0px 10px #c70039;
  }

  50% {
    box-shadow: 0px 0px 6px #c70039, 0px 0px 12px #c70039, 0px 0px 15px #c70039;
  }
}

@keyframes neonglowredmore {

  0%,
  100% {
    box-shadow: 0px 0px 5px #c70039, 0px 0px 10px #c70039, 0px 0px 40px #c70039;
  }

  50% {
    box-shadow: 0px 0px 6px #c70039, 0px 0px 12px #c70039, 0px 0px 40px #c70039;
  }
}

.navbar-logo img {
  height: 120px;
  width: 100%;
  z-index: 9999;
  position: relative;
}

.owl-nav {
  display: none;
}

.owl-dots {
  display: none;
}

body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-track {
  background: #c7003978;
}

body::-webkit-scrollbar-thumb {
  background-color: #013054;
  border-radius: 1px;
}

section.section-one .anim1 {
  position: relative;
  z-index: 10;
  transform: translateY(50px);
}

@keyframes sliderShape {

  0%,
  100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }

  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}

body {
  font-family: "Poppins";
  background-color: #fff;
  overflow-x: hidden;
}

.checked {
  color: orange;
}

.top-bar {
  background: #013054;
}

ul.top-info-list li {
  display: inline-flex;
}

ul.top-info-list li a {
  color: #fff;
  font-size: 0.8em;
  text-decoration: none;
}

ul.top-info-list {
  padding: 12px 0px;
  margin: 0;
}

ul.top-info-list li a,
ul.top-info-list li a i {
  margin-right: 8px;
}

ul.top-info-list li a i {
  background: #fff;
  color: #013054;
  padding: 5px 5px;
  border-radius: 50%;
}

.info-list-2 {
  text-align: right;
}

a.nav-link img {
  width: 70%;
}

.hori-selector {
  height: 2px !important;
  top: 32px !important;
}

.header-navigation-home {
  background: url("../img/banner.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top;
}

.header-navigation-publishing {
  background: url("../img/publishing/banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.header-navigation-marketing {
  background: url("../img/marketing/banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.header-navigation-contact {
  background: url("../img/contact/banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.header-navigation-blogs {
  background: url("../img/blogs/banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.header-navigation-creative {
  background: url("../img/creative/banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.header-navigation-thankyou {
  background: url("../img/thankyou/banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.header-navigation-details1 {
  background: url("../img/publishing/banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.header-navigation-details2 {
  background: url("../img/publishing/banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.header-navigation-book-printing {
  background: url("../img/printing/banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.header-navigation-details {
  background: url("../img/publishing/banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.header-navigation-lp {
  background: url("../img/landing-page/banner.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
}

.landing-sec1 {
  background: url("../img/landing-page/sec1-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: initial;
  position: relative;
}

.landing-section-three {
  background: url("../img/landing-page/lp-sec-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 4rem 0rem;
}

section.landing-newsletter {
  background: url("../img/landing-page/newsletter-layer.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.landing-footer {
  background: url("../img/landing-page/footer-bg2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

#testimonial-sec {
  background: url("../img/landing-testi/testi-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-color: #fcfcfc59;
}

#innerpage-content>div {
  height: auto;
  padding: 2em 0em;
}

.navbar-logo {}

.navbar-mainbg {
  background-color: transparent;
  padding: 0px;
}

#navbarSupportedContent {
  overflow: hidden;
  position: relative;
  margin: -40px 0 0;
}

#navbarSupportedContent ul {
  padding: 0px;
  margin: 0 0 0;
}

#navbarSupportedContent ul li a i {
  margin-right: 10px;
}

#navbarSupportedContent li {
  list-style-type: none;
  float: left;
}

#navbarSupportedContent ul li a {
  color: rgb(255 255 255);
  text-decoration: none;
  font-size: 12px;
  display: block;
  padding: 22px 23px;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
  text-transform: capitalize;
}

#navbarSupportedContent>ul>li.active>a {
  background-color: transparent;
  transition: all 0.7s;
}

#navbarSupportedContent a:not(:only-child):after {
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  transition: 0.5s;
}

#navbarSupportedContent .active>a:not(:only-child):after {
  transform: rotate(90deg);
}

.line:before {
  content: "";
  position: absolute;
  height: 0.1px;
  background: #ffffff63;
  width: 100%;
  margin-top: 85px;
  left: 0;
  z-index: 1;
}

.order-now {
  padding: 7px 23px !important;
}

.order-now:hover {
  background: #fff;
  color: #000 !important;
  transition: 0.3s ease-in;
}

.hori-selector {
  display: inline-block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0px;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  transform: translateY(28px);
  /*z-index: 999;*/
}

.hori-selector .right,
.hori-selector .left {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: transparent;
  bottom: 10px;
}

.hori-selector .right {
  right: -25px;
}

.hori-selector .left {
  left: -25px;
}

.hori-selector .right:before,
.hori-selector .left:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
}

.hori-selector .right:before {
  bottom: 0;
  right: -25px;
}

.hori-selector .left:before {
  bottom: 0;
  left: -25px;
}

@media (min-width: 992px) {
  .navbar-expand-custom {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-custom .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-custom .navbar-toggler {
    display: none;
  }

  .navbar-expand-custom .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media (max-width: 991px) {
  #navbarSupportedContent ul li a {
    padding: 12px 30px;
  }

  .hori-selector {
    margin-top: 0px;
    margin-left: 10px;
    border-radius: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  .hori-selector .left,
  .hori-selector .right {
    right: 10px;
  }

  .hori-selector .left {
    top: -25px;
    left: auto;
  }

  .hori-selector .right {
    bottom: -25px;
  }

  .hori-selector .left:before {
    left: -25px;
    top: -25px;
  }

  .hori-selector .right:before {
    bottom: -25px;
    left: -25px;
  }
}

.banner-content>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #fff;
}

#lp-banner>div {
  height: auto;
}

div#lp-banner>div:first-child p {
  margin-top: 0;
  margin-bottom: 1rem;
  margin-left: 0;
}

.banner-content h5 {
  font-size: 1em;
  font-weight: 300;
}

.banner-content h1 {
  font-size: 3em;
  font-weight: 700;
}

.banner-content {
  width: 60%;
  margin: auto;
  padding: 5rem 0rem;
  padding-bottom: 10rem;
}

.banner-content.size {
  padding: 1rem 0rem;
  padding-bottom: 3rem;
}

.banner-btn a {
    background: #d39e00;
    color: #ffffff;
  border-radius: 8px;
  font-size: 0.9em;
  text-decoration: none;
  font-weight: 500;
  padding: 11px 30px;
}

.banner-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateY(35px);
}

.banner-content p {
  margin-bottom: 1em !important;
  width: 85%;
  margin: auto;
}

.banner-btn a:hover {
  background: #fff;
  color: #000000;
  transition: 0.3s ease-in;
  animation-name: neonglowless;
}

.header-btn {
  background: #d39e00;
  padding: 10px 22px !important;
  border-radius: 6px;
}
.pulse {
    animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse {
  0%, 100% { 
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(214, 146, 1, 0.7);
  }
  50% { 
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(214, 146, 1, 0);
  }
}

section.contributers {
  padding: 0em 0em;
}

.contributer-carousal .item img {
  width: 90% !important;
  margin: auto;
}

.contributer-carousal {
  padding: 2em 0em;
}

section.section-one {
  padding: 3em 0em;
}

section.section-one h2 {
  font-size: 2.5em;
  font-weight: 700;
}

section.section-one img {
  width: 100%;
}

h2 span {
  color: #013054;
}

section.section-one h5 {
  font-size: 1.2em;
  color: #000000e0;
  padding-bottom: 15px;
}

section.section-one p {
  font-size: 0.9em;
  font-weight: 400;
  text-align: justify;
  width: 85%;
  padding-bottom: 15px;
}

.section-one-btn a {
  background: #d39e00;
  color: #fff;
  padding: 11px 30px;
  margin-right: 15px;
  border-radius: 7px;
  font-size: 0.9em;
  font-weight: 500;
  text-decoration: none;
}

.section-one-btn {
  position: relative;
  transform: translateY(30px);
}

.section-one-btn a:hover {
  background: #013054;
  color: #fff;
  transition: 0.3s ease-in;
  box-shadow: 0px 0px 14px 9px #00000021;
}

section.section-one .row>div:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

section.section-one .anim1:before {
  position: absolute;
  content: "";
  left: -2%;
  top: -5%;
  width: 590px;
  height: 560px;
  background: #d39e00;
  border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
  will-change: border-radius, transform, opacity;
  animation: sliderShape 5s linear infinite;
  display: block;
  z-index: -1;
  -webkit-animation: sliderShape 5s linear infinite;
}

section.section-two {
  background: url("../img/sec2-bg.webp");
  margin-top: 4em;
  padding-bottom: 4em;
  padding-top: 2em;
  background-size: cover;
}

section.section-two.creative {
  background: url("../img/creative/creative-bg.webp");
  margin-top: 0;
  padding-bottom: 2em;
  padding-top: 2em;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}

.section-row-container-one {
  background: url("../img/sec2-img.webp");
  text-align: center;
  padding-top: 2em;
  position: relative;
  top: -75px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: 89%;
  background-position: right;
}

.section-row-container-one h5 {
  font-size: 0.9em;
  color: #013054;
  width: 80%;
  margin-left: auto;
}

.section-row-container-one h2 {
  font-size: 2.5em;
  font-weight: 700 !important;
  width: 80%;
  padding: 13px 0px;
  margin-left: auto;
  color: #000 !important;
}

section.section-two h2 {
  color: #fff;
  font-size: 2.5em;
  font-weight: 600;
}

section.section-two h2 span {
  color: #013054;
}

section.section-two h4 {
  color: #bfd4ef;
  font-size: 1em;
  position: relative;
  top: 18px;
  font-weight: 400;
}

section.section-two h4 a {
  color: #fff;
}

.video-sec {
  background: #d39e00;
  padding: 15px 0px;
  width: 50%;
  text-align: center;
  border-radius: 7px;
}

.video-sec a {
  color: #000;
  padding: 7px 10px;
  border-radius: 24px;
  font-size: 30px;
}

.section-row-container-one p {
  font-size: 1em;
  color: #000;
  width: 80%;
  padding-bottom: 2em;
  text-align: justify;
  margin-left: auto;
}

section.section-three {
  padding: 5em 0em;
}

section.section-three h2 {
  font-size: 2.5em;
  font-weight: 700;
  width: 85%;
  margin: auto;
  padding: 13px 0px;
  text-align: center;
}

p.sec3-p {
  text-align: center;
  width: 70%;
  margin: auto;
  color: #000000b8;
  font-weight: 400;
  line-height: 1.8;
}

.owl-item a {
  text-decoration: none !important;
  color: initial;
}

.sec3-carousal .item,
.printing-carousal .item {
  border: 1px solid #00000036;
  padding: 30px 30px;
  height: 270px;
  cursor: pointer;
}

.pub-car .item h2 {
  text-align: left;
  width: 100%;
  margin: inherit;
  padding: initial;
}

.pub-car2 .item h2 {
  text-align: center;
  width: 100%;
  margin: inherit;
  padding: initial;
}

.printing-item:hover h2 {
  color: #c70039;
}

section.section-one.author {
  padding-bottom: 0;
}

.sec3-carousal .item img,
.printing-carousal .item img {
  width: 50px !important;
  height: 56px;
}

.sec3-carousal .item h2,
.printing-carousal .item h2 {
  font-size: 1.2em;
  font-weight: 600;
  width: 80%;
}

.sec3-carousal .item p,
.printing-carousal .item p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.sec3-carousal .item:hover,
.printing-carousal .item:hover {
  border-bottom: 3px solid #c70039;
  transition: 0.3s ease-in;
}

.sec3-carousal .item:hover img,
.printing-carousal .item:hover img {
  background: #c70039;
  transition: 0.3s ease-in;
  border-radius: 40%;
}

.sec3-carousal .item:hover h2,
.printing-carousal .item:hover h2 {
  color: #c70039;
  transition: 0.3s ease-in;
}

.sec3-carousal,
.printing-carousal {
  margin-top: 30px;
}

section.section-four {
  padding: 3em 0em;
  background: url("../img/sec4-bg.webp   ");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

section.section-four h2 {
  font-size: 2.5em;
  font-weight: 700;
  width: 70%;
  margin: auto;
  padding: 13px 0px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

section.section-four p {
  color: #fff;
  width: 40%;
  margin: auto;
  text-align: center;
  font-weight: 300;
}

.book-carousal {
  margin: 3em 0em;
}

.book-carousal .item {
  border: 2px solid #00000038;
  height: 50vh;
  padding: 18px 25px;
  box-shadow: 0px 0px 5px 4px #00000021;
  cursor: pointer;
  display: flex;
}

.book-carousal .item:hover {
  background: #000;
  transition: 0.3s ease-in;
}

.book-btn a {
  color: #fff;
  padding: 15px 50px;
  background: #c70039;
  border-radius: 7px;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: 500;
  padding: 14px 44px;
  animation-name: neonglowredless;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.book-btn a:hover {
  background: #fff;
  color: #000;
  transition: 0.3s ease-in;
  box-shadow: 0px 0px 14px 9px #00000021;
  animation-name: neonglowless;
}

.book-btn {
  text-align: center;
}

section.blogs h2 {
  font-size: 2.5em;
  font-weight: 700;
  width: 70%;
  margin: auto;
  padding: 13px 0px;
  text-align: center;
}

.blogs .item h2 a {
  color: #000;
  text-decoration: none;
}

.blogs.sec3-p {
  text-align: center;
  width: 60%;
  margin: auto;
  color: #000000c7;
}

.blogs .item h2 {
  font-size: 1.2em;
  text-align: left;
  width: 100%;
  font-weight: 600;
}

.blogs .item p {
  font-size: 0.9em;
  color: #000000c7;
  text-align: justify;
}

.blogs .item span {
  position: relative;
  top: 7px;
  font-size: 0.9em;
  color: #000000a6;
}

.blogs .item a {
  color: #013054;
}

.blog-carousal {
  padding-top: 3em;
  padding-bottom: 3em;
}

section.contact .container {
  padding: 40px 0em 40px;
  background: #013054;
  border-radius: 12px;
  max-width: 85%;
}

section.contact .container img {
  width: 100%;
  padding: 35px 20px 35px 88px;
}

section.contact-info img {
  width: 100%;
}

.newsletter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0em 0em;
}

.newsletter h2 {
  color: #fff;
  font-size: 2.5em;
  font-weight: 700;
  text-transform: uppercase;
}

.newsletter p {
  color: #fff;
  font-size: 0.9em;
  width: 90%;
}

.form-area input[type="text"],
.form-area input[type="email"],
textarea,
.form-area input[type="number"] {
  width: 90%;
  margin-bottom: 10px;
  background: #00000017;
  border: none;
  padding: 17px 14px;
  border-radius: 5px;
  color: #fff;
  font-size: 0.9em;
}

.form-area input::placeholder,
textarea::placeholder {
  color: #ffffffa6;
}

.form-area input[type="submit"] {
  border: none;
  border-radius: 6px;
  font-size: 0.9em;
  padding: 11px 30px;
}

.form-area input[type="submit"]:hover {
  background: #000;
  color: #fff;
  transition: 0.3s ease-in;
}

section.contact {
  margin-bottom: -17em;
  position: relative;
  z-index: 10;
  padding-bottom: 0;
}

.btn {
  border-radius: 5px;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 12px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  padding: 14px 30px;
  cursor: pointer;
}

.btn-theme {
  background: var(--theme-color1);
  color: #212121;
}

.c-container {
  margin: auto;
  width: 93%;
  position: relative;
  z-index: 1;
}

.btn-outline-white {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: none;
  border-width: 2px;
  border-color: #fff;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn {
  border-radius: 5px;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 12px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  padding: 14px 30px;
  cursor: pointer;
}

.btn-outline-white:hover {
  background-color: #fff;
  color: var(--text-dark);
}

.testimonial p {
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 35px;
}

.testimonial .name {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 35px;
  text-align: left;
}

.testimonial .designation {
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #fff;
  opacity: 0.65;
}

.unt {
  margin-bottom: 20px;
  margin-top: 60px;
}

.hero-text {
  font-size: 30px;
  letter-spacing: 0.02em;
  color: #fff;
}

.gallery-thumbs {
  height: 100%;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gallery-thumbs .swiper-wrapper {
  align-items: center;
}

.gallery-thumbs .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 250px !important;
  height: 330px;
  position: relative;
}

.gallery-thumbs .swiper-slide img {
  filter: contrast(0.5) blur(1px);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.gallery-thumbs .swiper-slide-active img {
  filter: contrast(1) blur(0px) !important;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.flex-row .flex-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.gallery-thumbs .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-section .quote {
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  padding-left: 100px;
  padding-right: 100px;
}

.swiper-container.testimonial {
  height: 50vh;
}

.testimonial-section .user-saying {
  background: #013054;
  width: 60%;
  color: #fff;
  height: auto;
}

.testi-user-img {
  width: 40%;
}

.testimonial-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin: 0 0 60px;
}

.testimonial-section .quote p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8;
  font-style: italic;
  margin: 0;
}

section.spacer {
  padding-bottom: 0em;
  padding-top: 2em;
}

section.spacer h2 {
  font-size: 2.5em;
  font-weight: 700;
  width: 45%;
  margin: auto;
  padding: 13px 0px;
  text-align: center;
}

section.spacer p.sec3-p {
  text-align: center;
  width: 60%;
  margin: auto;
  color: #000000c7;
  padding-bottom: 3em;
}

.quote-icon {
  width: 38px;
  display: block;
  margin-bottom: 30px;
}

.publishing-table {
  background: url(../img/publishing/table-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.publishing-table img {
  width: 100%;
  padding: 2em 0em;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.publishing-table p.sec3-p {
  padding: 10px 0px;
  text-align: justify;
}

.marketing-section-row-one {
  margin-bottom: 15px;
}

.marketing .item {
  border: 1px solid #0000001c;
  padding: 30px 30px;
  height: 370px;
  width: 28.33%;
  float: left;
  cursor: pointer;
  margin: 18px 20px;
}

.marketing a {
  color: initial;
}

.marketing .item:hover {
  border-bottom: 3px solid #c70039;
  transition: 0.3s ease-in;
}

.marketing .item h2 {
  font-size: 1.2em;
  font-weight: 600;
  width: 80%;
}

.marketing .item img {
  width: 50px !important;
  height: 56px;
}

.marketing .item:hover img {
  background: #c70039;
  transition: 0.3s ease-in;
  border-radius: 40%;
}

.marketing-section-two {
  background: url("../img/marketing/marketing-sec.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 5em 0em;
}

section.marketing-section-two h2 {
  color: #fff;
  font-size: 2em;
  font-weight: 700;
}

section.marketing-section-two a {
  background: #d39e00;
  color: #fff;
  padding: 11px 40px;
  border-radius: 8px;
  font-size: 0.9em;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  top: 15px;
}

section.marketing-section-two p {
  color: #ffffffc4;
  font-size: 0.9em;
  width: 80%;
  text-align: justify;
}

section.marketing-section-two a:hover {
  background: #fff;
  color: #013054;
  transition: 0.3s ease-in;
}

.marketing .item p {
  font-size: 0.9em;
  color: #000000ab;
  text-align: justify;
}

button.btn-view.btn-load-more {
  background: #d39e00;
  color: #fff;
  padding: 11px 30px;
  margin-right: 15px;
  border-radius: 7px;
  font-size: 0.9em;
  font-weight: 500;
  text-decoration: none;
  border: 0;
}

.view-more-btn {
  width: 100%;
  text-align: center;
}

button.btn-view.btn-load-more:hover {
  background: transparent;
  color: #000;
  transition: 0.3s ease-in;
  box-shadow: 0px 0px 14px 9px #00000021;
}

section.contact-info {
  padding: 2em 0em;
}

.contact-info i {
  color: #c70039;
  border: 1px solid;
  padding: 20px;
  border-radius: 50%;
}

.contact-info h5 {
  font-size: 1em;
  font-weight: 600;
}

.contact-info h5 a,
.contact-info a {
  color: #000000bd;
  font-weight: 400;
  font-size: 0.9em;
}

section.contact-info h2 {
  font-size: 2.5em;
  font-weight: 700;
  width: 70%;
  margin: auto;
  padding: 13px 0px;
  text-align: center;
}

section.contact-info p {
  text-align: center;
  width: 60%;
  margin: auto;
  color: #000000c7;
  margin-bottom: 25px;
}

section.blogs-page h2 {
  font-size: 2.5em;
  font-weight: 700;
  width: 70%;
  margin: auto;
  padding: 13px 0px;
  text-align: center;
}

section.blogs-page p {
  text-align: center;
  width: 60%;
  margin: auto;
  color: #000000c7;
  margin-bottom: 25px;
}

.blog-lists .item img {
  width: 100%;
}

.blog-lists .item h6 {
  font-size: 0.8em;
  padding: 6px 15px;
  color: #000000a1;
  margin-top: 15px;
}

.blog-lists .item h2 {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2;
  padding: 0px 15px;
  text-align: left;
  width: 100%;
}

.blog-lists .item p {
  width: 100%;
  text-align: justify;
  padding: 0px 14px;
  font-size: 0.8em;
  color: #0009;
  font-weight: 400;
}

.blog-lists .item {
  border: 1px solid #00000021;
  height: 500px;
  margin: 15px 0px;
  cursor: pointer;
}

.blog-lists .item a {
  color: #c70039;
  padding: 0px 15px;
  position: relative;
  bottom: 10px;
}

.columns.search_column form {
  display: flex;
}

.columns.search_column input {
  border: 1px solid #00000012;
  padding: 5px 18px;
  border-right: none;
}

.columns.search_column button {
  border: 1px solid #00000012;
  padding: 3.9px 10px;
  background: transparent;
  border-left: none;
  transform: translateY(10px);
}

.columns.search_column input::placeholder {
  color: #00000040;
  font-size: 0.9em;
}

.columns.search_column button i {
  color: #00000040;
}

.columns.categories,
.columns.posts {
  padding: 10px 0px;
}

.columns.categories span,
.columns.posts span.title {
  font-size: 1.2em;
  font-weight: 600;
}

.columns.categories a {
  display: block;
  color: #00000085;
  font-size: 0.89em;
  padding: 3px 0px;
  text-decoration: none;
}

.columns.categories a:before {
  content: ">";
  margin-right: 10px;
  text-decoration: none;
}

.columns.categories a:hover {
  color: #c70039;
  transition: 0.2s ease-in;
}

.columns.categories section,
.columns.posts section {
  padding: 13px 0px;
}

.columns.categories span:after,
.columns.posts span.title:after {
  position: absolute;
  content: "";
  width: 93%;
  height: 1px;
  background: #00000017;
  left: 18px;
  margin-top: 35px;
}

.columns.posts section a {
  display: inline-flex;
  margin: 9px 0px;
}

.columns.posts section a p {}

.post-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.post-title h6:first-child {
  color: #000000db;
  padding: 0px 20px;
  font-size: 0.9em;
}

.post-title h6:nth-child(2) {
  color: #00000069;
  font-size: 0.9em;
  padding: 0px 20px;
}

.columns.categories {
  margin-top: 20px;
}

.columns.search_column {
  padding-top: 16px;
}

.thankyou-sec2 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 6rem 0rem;
}

.sec1,
.sec2,
.sec3 {
  padding: 2rem 0rem;
  text-align: center;
}

.thankyou-sec2 h2 {
  font-size: 8em;
  font-weight: 800;
}

.thankyou-sec2 h6 {
  font-size: 1.3em;
  width: 70%;
  margin: auto;
  color: #000000c4;
}

.sec1-row1 p {
  font-size: 0.9em;
  padding: 1rem 13rem;
}

.thankyou-sec2 a {
  background: #c70039;
  color: #fff;
  text-decoration: none;
  padding: 13px 80px;
  border-radius: 7px;
  font-size: 0.9em;
}

.thankyou-sec2 a:hover {
  background: #fff;
  color: #000;
  transition: 0.3s ease-in;
  box-shadow: 0px 0px 14px 9px #00000021;
}

.pub-details-1 p,
.pub-details-2 p {
  text-align: center;
  width: 70%;
  margin: auto;
  color: #000000c7;
}

.pub-details-1 .section-one-btn,
.pub-details-2 .section-one-btn {
  text-align: center;
  top: 0;
  padding: 40px 0px;
}

img.pub-details-img1 {
  width: 50% !important;
  padding-bottom: 10px;
}

.printing-item {
  background: #fff;
  height: 245px;
  padding: 20px 15px;
  cursor: pointer;
  margin-bottom: 2em;
}

.printing-sec .printing-item h2 {
  color: #000 !important;
  font-size: 1em !important;
  width: 75% !important;
  height: 50px;
  text-transform: capitalize;
  text-align: left;
  margin: inherit;
  padding: inherit;
  font-weight: 500;
}

.printing-item p {
  color: #000000b5 !important;
  width: 100% !important;
  text-align: left !important;
  margin-bottom: 20px !important;
  height: 80px;
  font-size: 0.8em !important;
  text-overflow: ellipsis;
  overflow: hidden;
}

.printing-item a {
  background: #c70039;
  color: #fff;
  padding: 11px 30px;
  margin-right: 15px;
  border-radius: 7px;
  font-size: 0.9em;
  font-weight: 500;
  text-decoration: none;
}

.printing-item:hover {
  border-bottom: 5px solid #c70039;
  transition: 0.3s ease-in;
}

.printing-item:hover a {
  background: #000;
  color: #fff;
  transition: 0.3s ease-in;
}

.row.section-row-two {
  padding: 2em 0em;
}

footer {
  background: url("../img/footer-bg.webp");
  background-size: 100% 100%;
  background-position: right;
  background-repeat: no-repeat;
  padding-top: 17em;
}

a.footer-logo img {
  width: 270px;
  height: auto;
}

.container-fluid.copyright-area {
  text-align: center;
  padding-top: 16px;
  color: #fff;
}

.row.footer-row1 {
  padding: 2em 0em;
}

.footer-row1>div:nth-child(1) p {
  color: #fff;
  font-size: 0.9em;
  padding-top: 0em;
  font-weight: 300;
  line-height: 1.8;
}

a.footer-logo img {}

.row.footer-row1 h4 {
  color: #fff;
  font-size: 1.3em;
  font-weight: 500;
  padding-top: 0.8em;
}

ul.footer-links {
  padding: 0em 0em;
}

ul.footer-links li a {
  color: #fff;
  font-size: 0.9em;
  font-weight: 300;
  text-transform: uppercase;
}

ul.footer-links li {
  padding-top: 0.5em;
  list-style-type: none;
}

ul.footer-links {
  padding-top: 0em;
}

ul.contact-links {
  padding: 0em 1em;
}

ul.contact-links .col-md-3 {
  flex: 0;
}

ul.contact-links h5 a {
  color: #fff;
}

ul.contact-links h5 {
  font-size: 1em;
  font-weight: 300;
  word-break: break-all;
}

ul.contact-links {
  list-style-type: none;
  padding: 1em 0em;
}

ul.contact-links a {
  font-size: 0.9em;
  font-weight: 300;
  color: #fff;
}

ul.contact-links i {
  color: #fff;
  background: #d39e00;
  padding: 5px 5px;
  border-radius: 15px;
  font-size: 15px;
  width: 24px;
}

ul.contact-links .col-md-9 {
  padding: 0;
}

.consultant {
  padding-top: 3.4em;
}

.consultant img:nth-child(1) {
  width: 100%;
  position: relative;
  top: 12px;
}

.payment-img {
  text-align: center;
}

.consultant h4 {
  font-size: 0.9em !important;
  font-weight: 400 !important;
}

.consultant p a {
  color: #fff;
  font-size: 0.9em;
}

ul.footer-social-links {
  padding: 0;
  list-style-type: none;
  text-align: center;
}

ul.footer-social-links li {
  display: inline-block;
  padding: 0.8em;
}

ul.footer-social-links li i {
  color: #fff;
}

ul.footer-social-links li i:hover {
  color: #d39e00;
}

.footer-row1>div:nth-child(1) h3 {
  color: #fff;
  padding-top: 9px;
}

.footer-padding {
  padding-top: 5em;
}

.payment-img img {
  width: 65% !important;
}

.copyright-area p {
  color: #fff;
}

#selectableModal {
  background: url(../img/popup-images/thanks-giving-popup-bg.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 2rem 0rem;
  font-family: "Poppins";
  height: auto;
  width: 60%;
}

#selectableModal .popup-img {
  width: 100%;
}

#selectableModal .popup-img img {
  width: 100%;
}

#selectableModal .popup-row-col1 h2 {
  font-family: poppins;
  color: #fff;
  font-size: 3em;
  text-align: center;
  width: 100%;
  margin: auto;
  font-weight: 700;
}

#selectableModal .fb-btn img,
.google-btn img {
  width: 20px;
  height: 20px;
}

#selectableModal .fb-btn,
.google-btn {
  text-align: center;
  margin: 32px 0px;
}

#selectableModal .fb-btn a {
  background: #2b7de8;
  color: #fff;
  padding: 15px 20px;
  border-radius: 22px;
  font-size: 0.9em;
  text-decoration: none;
  font-family: "Poppins";
}

#selectableModal .google-btn a {
  color: #fff;
  padding: 15px 20px;
  border-radius: 22px;
  background: #f1b315;
  font-size: 0.9em;
  text-decoration: none;
  font-family: "Poppins";
}

#selectableModal .popup-text {
  position: absolute;
  top: -65px;
  background: #000;
  color: #fff;
  max-width: 350px;
  padding: 31px 34px;
  left: -141px;
  z-index: 999;
  box-shadow: 0px 0px 14px 8px #00000030;
}

#selectableModal .form-area h2 {
  font-family: "Poppins";
  color: #c70039;
  font-size: 2em;
  text-align: center;
  margin: auto;
  text-transform: uppercase;
  font-weight: 700;
}

#selectableModal .form-area h2 {
  text-align: center;
  font-size: 1em;
  color: #fff;
}

#selectableModal form#popup-form input,
#selectableModal form#popup-form textarea {
  width: 100%;
  margin: 7px 0px;
  padding: 11px 15px;
  border: 1px solid #00000012;
  border-radius: 4px;
  font-size: 1em;
  background: #fff;
  color: #000;
}

#selectableModal form#popup-form {
  width: 75%;
  margin: auto;
}

#selectableModal form#popup-form input::placeholder,
#selectableModal form#popup-form textarea::placeholder {
  font-size: 0.8em;
  color: #000000d6;
}

#selectableModal form#popup-form input[type="submit"] {
  background: #c70039;
  color: #fff;
  font-weight: 700;
  padding: 15px 15px;
}

#selectableModal form#popup-form p {
  text-align: center;
  font-size: 0.8em;
  font-weight: 500;
  color: #fff;
}

#selectableModal button.fancybox-button.fancybox-close-small {
  background: #000;
  color: #fff;
  border-radius: 100%;
}

#selectableModal .popup-text p {
  font-size: 1.5em;
  font-weight: 700;
}

#selectableModal .popup-connect-area {
  margin-top: auto;
}

#selectableModal .popup-row-col1 {
  display: flex;
}

#selectableModal button.fancybox-button.fancybox-close-small {}

.fancybox-button {
  position: absolute;
  top: 0px !important;
  right: 0px !important;
  opacity: 100%;
}

.fancybox-button::after {
  background: transparent;
}

#selectableModal .form-area {
  background: #000000b8;
  padding: 20px 0px;
}

#selectableModal .popup-text {
  display: none;
}

.countdown-container {
  -moz-transform: translateY(-50%);
  text-align: center;
}

.clock-item .inner {}

.clock-canvas {}

.text {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
  width: 100%;
}

.text .val {
  font-size: 34px !important;
  font-family: "Poppins";
  font-weight: 600;
  position: relative;
  top: 26px;
}

.text .type-time {
  font-size: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .clock-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .clock-item {
    margin: 0px 30px 30px 30px;
  }
}

div#lp-banner {
  width: 100%;
  display: flex;
  margin: auto;
  padding: initial;
  padding-bottom: initial;
}

div#lp-banner>div {
  text-align: left;
  align-items: start;
  justify-content: center;
}

div#lp-banner .banner-btn {
  display: flex;
  flex-direction: row;
}

div#lp-banner .banner-btn a {
  margin-right: 25px;
  animation-name: neonglowredless;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

div#lp-banner .banner-btn a:hover {
  animation-name: neonglowless;
}

.countdown-container h3 {
  font-size: 1.2rem;
  text-align: center;
  position: relative;
  top: 32%;
  font-weight: 700;
}

canvas {
  left: -3px !important;
  top: -3px !important;
}

.kineticjs-content {
  width: 70px !important;
  height: 70px !important;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  border: 2px solid #fff;
  top: 92px;
}

p.type-time {
  margin-bottom: 0;
  padding: 6px 0;
  font-size: 10px !important;
  font-weight: 400;
  margin-top: 0;
}

.banner-form {
  background: #fff;
  width: 90%;
  margin: auto;
  padding: 2rem 0rem;
  border-radius: 9px;
  position: relative;
  z-index: 999;
  box-shadow: 0px 0px 6px 4px #00000014;
  position: relative;
  top: 11px;
}

.banner-form h3 {
  color: #c70039;
  font-size: 24px;
  font-weight: 800;
  text-align: left;
  padding: 0px 32px;
  text-transform: uppercase;
}

.banner-form img {
  position: absolute;
  z-index: 1;
  top: -8%;
  right: -91px;
  width: 50%;
}

input[type="text"],
input[type="email"],
input[type="number"] {
  background: transparent;
  border: none;
  border-bottom: 1px solid #00000052;
  margin: 10px 0px;
  width: 100%;
  font-size: 0.9rem;
  padding: 10px 0px;
}

form#bannerform {
  width: 80%;
  margin: auto;
}

input::placeholder {
  color: #00000052;
  font-size: 14px;
}

input#lead-signup {
  background: #c70039;
  border: none;
  font-size: 0.9rem;
  color: #fff;
  padding: 10px 45px;
  border-radius: 7px;
  margin-top: 25px;
  animation-name: neonglowredless;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

input#lead-signup:hover {
  background: #fff;
  color: #c70039;
  transition: 0.3s ease-in;
  animation-name: neonglowredless;
}

div#lead-signup-field {
  text-align: center;
}

.landing-row1 {
  padding: 2rem 0rem;
  padding-bottom: 6rem;
}

.landing-row2 h2 {
  font-size: 2.5em;
  font-weight: 700;
  width: 70%;
  margin: auto;
  padding: 13px 0px;
  text-align: center;
}

.landing-row2 p.sec3-p {
  width: 60%;
  text-align: center;
}

.book-item {
  padding: 15px;
  border-radius: 20px;
  margin-bottom: 25px;
  cursor: pointer;
  box-shadow: 0px 0px 12px 4px #0000000f;
}

.book-item:hover {
  background: #e791aa;
  transition: 0.3s ease-in;
}

.book-items {
  padding: 2rem 0rem;
}

.landing-sec1 .section-one-btn {
  text-align: left;
}

.landing-section-three h5 {
  color: #fff;
}

.landing-section-three h2 {
  font-weight: 700;
  color: #fff;
}

.landing-section-three p {
  color: #fff;
}

.landing-details {
  display: flex;
  color: #fff;
}

.landing-details ul {
  padding: 0 18px;
  font-size: 0.9em;
}

.landing-section-one-btn a {
  height: 42px;
  width: 170px;
  margin-right: 20px;
  color: #fff;
  padding: 15px 50px;
  background: #c70039;
  border-radius: 10px;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: 500;
  padding: 11px 30px;
  animation-name: neonglowredless;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  text-align: center;
}

.landing-section-three img {
  width: 100%;
  padding: 25px;
}

section.landing-newsletter {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 2rem;
}

section.landing-newsletter h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
}

section.landing-newsletter p {
  color: #fff;
}

section.landing-newsletter a {
  color: #fff;
  background: #c70039;
  border-radius: 10px;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: 500;
  padding: 16px 40px;
  border: 1px solid #fff;
  margin-right: 10px;
  animation-name: neonglowredless;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.newsletter-buttons {
  text-align: right;
  margin-top: 60px;
}

.landing-copyright-area {
  background: #c70039;
}

section.landing-newsletter a:hover {
  background: #fff;
  color: #c70039;
  transition: 0.3s ease-in;
  animation-name: neonglowless;
}

.landing-copyright-area a {
  color: #fff;
  text-decoration: none;
}

.landing-copyright-area p {
  color: #fff;
}

.landing-copyright-area {
  background: #c70039;
}

.landing-copyright-area a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9em;
}

.landing-copyright-area p {
  color: #fff;
}

.landing-top-bar {
  text-align: center;
  color: #fff;
  padding-top: 0;
}

ul.footer-links img {
  width: 140px;
  margin-bottom: 20px;
}

ul.landing-links {
  text-align: center;
  padding-top: 1em;
}

footer.landing-footer {
  padding-top: 0em;
  color: #fff;
}

li.livechat {
  background: #c70039;
  text-align: center;
  padding: 8px 0px;
  border-radius: 10px;
  margin-bottom: 14px;
}

a.livechat-btn {
  text-decoration: none;
}

#landing-contact-links {
  padding: 2em 0em;
}

.landing-section-three-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.landing-slide-main {
  position: absolute;
  right: 0;
}

.guarantee {
  display: block;
  position: absolute;
  left: -20px;
  top: -25px;
  z-index: 999;
}

.guarantee img {
  width: 60% !important;
}

.landing-carousal .active .guarantee {
  display: block !important;
}

.landing-slide.item h6 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.landing-sec3-img img {
  width: 100%;
  position: relative;
  top: 170px;
}

.landing-sec3-img {
  margin: auto;
}

.landing-section-three {
  padding-bottom: 20rem;
}

section.pricing-sec {
  background: white;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 3rem;
}

section.pricing-sec .pricing-main {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

section.pricing-sec .pricing-main .pricing-head {}

section.pricing-sec .pricing-main .pricing-head h2 {
  color: #1f1f1f;
  font-size: 2.5rem;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Poppins";
  position: relative;
  margin: 0 auto;
  width: 58%;
  line-height: 1.1;
  font-weight: 700;
}

section.pricing-sec .pricing-main .package {
  background: white;
  box-shadow: 0px 0px 8px 1px #918f8f5e;
  border-radius: 5px;
  width: 97%;
}

section.pricing-sec .pricing-main .pricing-packages {
  padding-top: 3rem;
}

section.pricing-sec .pricing-main .package .img-pkg {
  height: 210px;
  text-align: center;
}

section.pricing-sec .pricing-main .package .img-pkg img {
  margin-top: -140px;
  animation: bob 2s ease-in-out infinite;
}

section.pricing-sec .pricing-main .package .package-head .pkg-hcontent {
  border-bottom: 1px solid #e5221e;
  padding-top: 1.2rem;
  padding-bottom: 0.4rem;
}

section.pricing-sec .pricing-main .package .package-head .pkg-hcontent h2 {
  color: #151515;
  text-transform: uppercase;
  font-family: poppins;
  font-size: 1.4rem;
  font-weight: normal;
  padding-bottom: 0.5rem;
  width: 90%;
  margin: 0 auto;
  font-weight: 700;
}

section.pricing-sec .pricing-main .package .package-head .pkg-hcontent h3 {
  color: #ca203b;
  font-size: 2rem;
  font-weight: bold;
  font-family: poppins;
}

section.pricing-sec .pricing-main .package .pkg-bottom {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

section.pricing-sec .pricing-main .package .pkg-bottom .list-pkg ul {
  list-style: none;
  padding-left: 0px;
  height: 170px;
  overflow-y: scroll;
  width: 70%;
  margin: 0 auto;
  padding-top: 1rem;
  padding-right: 1rem;
}

section.pricing-sec .pricing-main .package .pkg-bottom .list-pkg ul li {
  padding-bottom: 0.8rem;
  color: #151515;
  font-size: 0.9rem;
  font-weight: normal;
  font-family: poppins;
}

section.pricing-sec .pricing-main .best-seller {
  position: relative;
}

.best-ribbon {
  position: absolute;
  overflow: hidden;
  top: -10px;
  right: -10px;
  width: 114px;
  height: 112px;
}

.best-ribbon::before {
  top: 0px;
  left: 0px;
}

.best-ribbon::before,
.best-ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #b21a30;
  border-top-color: transparent;
  border-left-color: transparent;
}

.best-ribbon::after {
  bottom: 0;
  right: 0;
}

.best-ribbon span {
  position: absolute;
  display: block;
  width: 160px;
  padding: 10px 0;
  background-image: linear-gradient(45deg, #ca203b, #500000);
  box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  right: -35px;
  top: 25px;
  transform: rotate(45deg);
  font-family: poppins;
}

section.pricing-sec .pricing-main .package .pkg-bottom .btn-pkg a {
  background: transparent;
  text-decoration: none;
  color: #ca203b;
  font-size: 0.9rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding: 11px 45px;
  border-radius: 30px;
  border: 2px solid #ca203b;
  animation-name: neonglowredless;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

section.pricing-sec .pricing-main .package .pkg-bottom .btn-pkg {
  padding-top: 3rem;
}

section.pricing-sec .pricing-main .package .pkg-bottom .btn-pkg p {
  padding-top: 1.2rem;
  color: #151515;
  font-size: 17px;
  font-weight: normal;
  font-family: "Poppins";
}

section.pricing-sec .pricing-main .package .pkg-bottom .list-pkg ul::-webkit-scrollbar {
  width: 0.5em;
}

section.pricing-sec .pricing-main .package .pkg-bottom .list-pkg ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #c7c7c7;
  background: #c7c7c7;
}

section.pricing-sec .pricing-main .package .pkg-bottom .list-pkg ul::-webkit-scrollbar-thumb {
  background-color: #ca203b;
}

section.pricing-sec .pricing-main .pricing-head h2:before {
  content: "";
  position: absolute;
  left: -2%;
  top: -40px;
  width: 78px;
  height: 78px;
  background: url(../images/text-before.webp);
  background-repeat: no-repeat;
  animation-name: lightning;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

section.pricing-sec .pricing-main .pricing-head h2:after {
  content: "";
  position: absolute;
  right: -2%;
  top: -40px;
  width: 78px;
  height: 78px;
  background: url(../images/text-after.webp);
  background-repeat: no-repeat;
  animation-name: lightning;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

section.pricing-sec .pricing-main .package:hover {
  background: #00233d;
  transition: 0.2s all linear;
}

section.pricing-sec .pricing-main .package:hover .package-head .pkg-hcontent h2 {
  color: white;
  transition: 0.2s all linear;
}

section.pricing-sec .pricing-main .package:hover .package-head .pkg-hcontent h3 {
  transition: 0.2s all linear;
  color: white;
}

section.pricing-sec .pricing-main .package:hover .package-head .pkg-hcontent {
  border-bottom: 1px solid white;
  transition: 0.2s all linear;
}

section.pricing-sec .pricing-main .package:hover .pkg-bottom .list-pkg ul li {
  transition: 0.2s all linear;
  color: white;
}

section.pricing-sec .pricing-main .package:hover .pkg-bottom .btn-pkg p {
  transition: 0.2s all linear;
  color: white;
}

section.pricing-sec .pricing-main .package:hover .pkg-bottom .btn-pkg a {
  transition: 0.2s all linear;
  background-color: white;
  border: none;
  animation-name: neonglowless;
}

.row.book-items .section-one-btn {
  text-align: center;
}

.landing-section-one-btn img {
  width: 93%;
  text-align: right;
  transform: translate(40px, -70px);
}

input:focus-visible {
  outline: none;
}

.banner-form {
  border-bottom: 20px solid #c70039;
}

.landing-top-bar .lg-wdt1 p {
  margin: 0;
  padding: 11px 0px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: myraid;
  letter-spacing: -0.1px;
  color: #ffffffe6;
}

.header-navigation-lp:before {
  content: "";
  position: absolute;
  height: 0.1px;
  background: #ffffff63;
  width: 100%;
  margin-top: 85px;
  left: 0;
}

div#lp-banner h2 {
  text-transform: uppercase;
}

.clock {
  display: inline-flex;
}

.clock-item {
  padding: 0 6px;
}

.landing-row1 p {
  width: 92%;
}

.header-navigation-lp div#navbarSupportedContent {
  flex-grow: unset;
}

.header-navigation-lp .navbar-expand-custom {
  justify-content: space-between;
}

.copyright-text1 {
  text-align: left;
}

.copyright-text3 {
  text-align: right;
}

.landing-section-one-btn a:hover {
  background: #fff;
  color: #c70039;
  transition: 0.3s ease-in;
  animation-name: neonglowless;
}

.hero {
  --border-radius: 12px;
  --transition-duration: 1000ms;
  position: relative;
  width: 100%;
}

.hero__fullsize {
  position: absolute;
  top: 55px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 20;
  float: left;
  max-width: 800px;
}

.hero__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  filter: drop-shadow(0 5px 5px #0007);
  transition: left var(--transition-duration), width var(--transition-duration),
    height var(--transition-duration), border-radius var(--transition-duration),
    transform var(--transition-duration), opacity var(--transition-duration);
}

.hero__content--hidden {
  visibility: hidden;
  transition: none;
  transform: none;
  opacity: 1;
  z-index: 0;
}

.hero__content--bottom {
  opacity: 0;
  transform: scale(1.5);
  z-index: 1;
}

.hero__content--top {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  z-index: 2;
}

.hero__content--show-text::before {
  transform: translateX(0);
  transition: transform 300ms;
}

.hero__content--grow::before {
  transform: translateX(-100%);
  transition: none;
}

.hero__content--show-text .content__title {
  transform: translateY(0);
  transition: transform 300ms;
}

.hero__content--show-text .content__title .word {
  clip-path: inset(0);
  transition: clip-path 300ms;
}

.hero__content--grow .content__title {
  visibility: hidden;
  transform: translateY(48px);
  transition: none;
}

.hero__content--grow .content__title .word {
  clip-path: inset(0 0 48px);
  transition: none;
}

.hero__content--show-text .content__desc {
  transform: translateY(0px);
  transition: transform 300ms;
}

.hero__content--show-text .content__desc .word {
  clip-path: inset(0);
  transition: clip-path 300ms;
}

.hero__content--grow .content__desc {
  visibility: hidden;
  transform: translateY(18px);
  transition: none;
}

.hero__content--grow .content__desc .word {
  clip-path: inset(0 0 18px);
  transition: none;
}

.hero__swiper {
  position: relative;
  width: 100%;
  aspect-ratio: 2.5 / 1;
  bottom: 40px;
  padding: 15px 0;
  z-index: 10;
  user-select: none;
  float: left;
  top: 125px;
  transform: scale(0.8);
  left: 0%;
  transform: translateX(100px);
}

.swiper-new {
  --swiper-navigation-size: 20px;
  visibility: hidden;
}

.swiper-new.swiper-initialized {
  visibility: visible;
}

.swiper-new .swiper-slide-prev,
.swiper-new .swiper-slide-active {
  opacity: 0;
}

.swiper-new .swiper-slide {
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

.swiper-new .content {
  display: flex;
  position: relative;
  width: 100%;
  filter: drop-shadow(12px 36px 14px #0007);
  overflow: hidden;
  z-index: 999;
  padding: 46px 0px;
}

.content--slide {
  position: relative !important;
  border-radius: var(--border-radius, 0);
}

.content__text {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #fff;
}

.content__desc {
  margin: 0;
}

.content--slide .content__title {
  font-size: 12px;
  margin: auto 0 0;
  padding: 0.35em 0.75em;
  background-color: #0007;
}

.content--slide .content__desc {
  position: absolute;
  left: 0;
  visibility: hidden;
}

.content--hero {
  padding: 100px 16px 0;
  border-radius: 0;
}

.content--hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, hsl(49deg 70% 5% / 67%), transparent);
  pointer-events: none;
  z-index: -1;
}

.content--hero .content__title {
  font-size: 42px;
  margin: 0 0 0.2em;
}

.content--hero .content__text {
  width: 100%;
}

.content__image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.swiper-new .swiper-button-next {
  right: auto !important;
  left: calc((100% - -88px * 2) / 2.5);
  top: calc(50% - 20px) !important;
  width: 40px;
  height: 40px;
  background-color: #fffb;
  border-radius: 50%;
  color: forestgreen;
}

.swiper-slide-next .content__text,
.swiper-slide-next+.swiper-slide .content__text {
  opacity: 0;
}

.hero__fullsize .content img {
  opacity: 0 !important;
  display: none !important;
}

.content--hero::before {
  display: none;
}

.hero {
  background: url(../img/landing-page/lp-sec-bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 0rem 0rem;
  padding-bottom: 0rem;
}

.swiper-slide.swiper-slide-prev #content__text {
  display: none;
}

.swiper-slide.swiper-slide-active #content__text {
  display: none;
}

.swiper-slide.swiper-slide-duplicate {
  opacity: 0;
}

.swiper-slide.swiper-slide-duplicate.swiper-slide-duplicate-active {
  opacity: 1 !important;
}

.swiper-slide.swiper-slide-duplicate.swiper-slide-next {
  opacity: 1;
}

.swiper-slide.swiper-slide-next {
  transform: translateX(100px);
  transition: 0.5s ease-in;
  transform: translateX(130px) scale(1.4);
}

div#content__text p {
  font-weight: 300;
  width: 80%;
}

div#content__text h2 {
  font-weight: 700;
  font-size: 4em;
  text-transform: capitalize;
}

div#content__text ul li {
  font-weight: 300;
}

div#content__text ul {
  margin-bottom: 40px;
}

.swiper-slide.swiper-slide-duplicate.swiper-slide-next+div {
  opacity: 50%;
  transform: scale(1.25);
  transform: translateX(0px) scale(1.2);
}

.swiper-slide.swiper-slide-next+div {
  opacity: 50%;
  transform: scale(0.92);
  transform: translateX(10px) scale(1.3);
}

.testi-img img {
  width: 100%;
}

section#testimonial-sec {
  padding-top: 12rem;
}

section#testimonial-sec>div>div {}

.testi-txt p {
  color: #000;
  font-family: "myraid";
  width: 75%;
  font-size: 1.2rem !important;
}

.testi-txt h6 {
  font-family: "myraid";
  font-size: 0.9rem;
  color: #0000005c;
}

.testi-txt h4 {
  font-family: "myraid";
  font-size: 1rem;
}

section#testimonial-sec .owl-dots {
  display: block;
  transform: rotate(90deg);
  position: absolute;
  right: 0;
  top: 35%;
}

section#testimonial-sec .owl-dots span {
  border-radius: inherit;
}

section#testimonial-sec .owl-dots .active span {
  background: #cd132d;
}

section#testimonial-sec h2 {
  font-size: 2.5em;
  font-weight: 700;
  width: 40%;
  margin: auto;
  padding: 13px 0px;
  text-align: center;
}

section#testimonial-sec p.sec3-p {
  width: 60%;
  text-align: center;
}

.landing-section-one-btn>div {
  width: 270px;
  right: 0px;
  transform: translateX(15px);
}

div#testi_carousel {
  padding: 1rem 0rem;
}

.testi-item::before {
  content: "";
  position: absolute;
  background: url(../img/landing-testi/testi-icon.webp);
  background-size: contain;
  width: 65px;
  height: 50px;
  background-repeat: no-repeat;
  top: 5px;
}

.testi-item::after {
  content: "";
  position: absolute;
  background: url(../img/landing-testi/testi-icon.webp);
  background-size: contain;
  width: 65px;
  height: 50px;
  background-repeat: no-repeat;
  right: 50%;
  bottom: 15%;
}

.testi-item {
  padding: 60px 0px;
}

.landing-section-one-btn {
  display: inline-flex;
}

.swiper-button-next {
  opacity: 0;
}

div#lp-banner>div:first-child {
  text-align: left;
  align-items: start;
  justify-content: start;
  transform: translateY(22%);
}

img#guarantee {
  width: 100px;
  height: 100px;
  position: relative;
  z-index: 999;
  left: 60px;
  top: -40px;
}

.swiper-slide.swiper-slide-next+div img:first-child {
  -webkit-filter: brightness(20%);
  filter: brightness(100%);
  opacity: 0;
}

.swiper-slide.swiper-slide-next+div img {
  -webkit-filter: brightness(20%);
  filter: brightness(50%);
}

em {
  font-style: normal;
}

.form-area {
  width: 95%;
}

.form-area textarea {
  height: auto;
}

.swiper-container.testimonial {
  height: 50vh;
}

/*Mobile Version*/
@media only screen and (max-width: 767px) {

  ul.top-info-list {
    text-align: center;
  }

  ul.top-info-list.info-list-2 {
    position: relative;
    left: 11px;
  }

  ul.top-info-list li a {
    font-size: 0.7em;
  }

  .banner-content>div {
    padding: 4em 0em;
    height: auto;
  }

  .hori-selector {
    display: none;
  }

  .owl-nav,
  .owl-dots {
    display: none;
  }

  .section-row-container-one {
    background-size: cover;
    background-position: center;
  }

  .navbar-logo img {
    position: relative;
    top: 10px;
    width: 100%;
    height: 90px;
  }

  .contributer-carousal .item img {
    width: 100% !important;
    margin: auto;
  }

  .banner-content {
    width: 100%;
    padding: 0;
  }

  .banner-content h1 {
    font-size: 2em;
  }

  a.nav-link img {
    width: 10%;
  }

  .banner-content p {
    text-align: center;
    width: 100%;
  }

  .owl-nav,
  .owl-dots {
    display: none;
  }

  section.contributers {
    padding: 0em 0em;
  }

  section.section-one .row {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 1rem;
  }

  section.section-one .anim1:before {
    width: 370px;
    height: 345px;
  }

  section.section-one {
    text-align: center;
  }

  section.section-one .anim1 {
    margin-bottom: 35px;
    transform: initial;
  }

  .section-one-btn {
    display: flex;
    flex-direction: column;
  }

  .section-one-btn a {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .section-row-container-one {
    width: 100%;
  }

  .section-row-container-one h1 {
    width: 100%;
  }

  .section-row-container-one p {
    width: 100%;
    text-align: justify;
  }

  .video-sec {
    width: 100%;
    margin-top: 27px;
  }

  section.section-two h4 {
    text-align: center;
  }

  section.section-two h2 {
    text-align: center;
  }

  section.section-three h1 {
    width: 100%;
  }

  p.sec3-p {
    width: 100%;
  }

  .sec3-carousal .item {
    height: 245px;
    text-align: center;
  }

  .sec3-carousal .item img {
    margin: auto;
  }

  .sec3-carousal .item h2 {
    width: 100%;
  }

  section.section-four h1 {
    width: 100%;
  }

  section.section-four p {
    width: 100%;
  }

  .book-carousal .item {
    height: 500px;
  }

  .newsletter p {
    width: 100%;
    text-align: justify;
  }

  .form-area {
    text-align: center;
    padding: 0 2em;
  }

  section.spacer h1 {
    width: 100%;
  }

  section.spacer p.sec3-p {
    width: 100%;
  }

  .testimonial-section {
    display: block;
    width: 100%;
    height: 100%;
  }

  .testi-user-img {
    width: 100%;
  }

  .testimonial-section .user-saying {
    width: 100%;
  }

  .testimonial-section .quote {
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
  }

  .gallery-thumbs .swiper-slide {
    width: 200px !important;
    height: auto;
  }

  footer {
    text-align: center;
    background-size: cover;
  }

  ul.contact-links .col-md-3 {
    flex: auto;
    margin: 0.8em 0em;
  }

  .marketing .item {
    width: 100%;
    margin: 23px 0;
    text-align: center;
    height: 300px;
  }

  .marketing .item h2 {
    width: 100%;
  }

  section.contact-info {
    text-align: center;
  }

  .contact-info h5:first-child {
    padding: 6px 0px;
  }

  section.contact-info p {
    width: 100%;
  }

  section.contact-info h1 {
    font-size: 2em;
    width: 100%;
  }

  .thankyou-img img {
    width: 100%;
  }

  .thankyou-sec2 h1 {
    font-size: 5em;
  }

  .sec1-row1 p {
    padding: 1em 0em;
    text-align: justify;
  }

  .thankyou-sec2 h6 {
    width: 100%;
    text-align: justify;
  }

  section.blogs-page p {
    text-align: justify;
    width: 100%;
  }

  .popup-row-col1 {
    flex-direction: column;
  }

  .popup-text {
    position: static;
  }

  .popup-row-col2 {
    left: 0px;
  }

  .consultant {
    padding-top: 0em;
  }

  #selectableModal .popup-text {
    display: none;
  }

  #selectableModal .fb-btn a,
  #selectableModal .google-btn a {
    font-size: 0.8em;
  }

  .consultant img:nth-child(1) {
    width: auto;
    top: 0;
  }

  div#lp-banner {
    flex-direction: column;
  }

  div#lp-banner>div {
    text-align: center;
    align-items: center;
    padding-bottom: 0;
    transform: none !important;
  }

  .countdown-container {
    margin-top: 0rem;
  }

  .clock.row {
    flex-wrap: nowrap;
    position: relative;
    top: -72px;
  }

  .clock.row>div {
    display: inline-flex;
    padding: 0;
    margin: 0;
  }

  canvas {
    display: none;
  }

  .text .val {
    padding: 30px 0px;
    text-align: center;
    margin-bottom: 0 !important;
    top: 0;
  }

  .text .type-time {
    padding-top: 0px;
    text-align: center;
  }

  .banner-form {
    margin-top: 0rem;
    position: relative;
    top: -30px;
  }

  .banner-form img {
    position: absolute;
    top: -1%;
    right: -39px;
    width: 35%;
  }

  .banner-form h3 {
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    padding: 0px 42px;
  }

  input::placeholder {
    text-align: center;
    font-size: 13px;
  }

  .landing-row2 p.sec3-p,
  .landing-row2 h1 {
    width: 100%;
  }

  .book-items a {
    text-align: center;
  }

  section.landing-section-three {
    text-align: center;
  }

  .landing-details {
    display: block;
    color: #fff;
  }

  .landing-details ul {
    list-style-type: none;
  }

  .landing-slide.item {
    position: relative;
    left: -8px;
    z-index: 999;
  }

  .landing-sec3-img {
    top: -15pc;
    left: -18px;
  }

  section.pricing-sec {
    padding-top: 0rem;
  }

  section.pricing-sec .pricing-main .pricing-head h2 {
    font-size: 2rem;
    width: 100%;
  }

  section.pricing-sec .pricing-main .package {
    width: 100%;
    margin-bottom: 2rem;
  }

  section.pricing-sec .pricing-main {
    padding-bottom: 0rem;
  }

  section.landing-newsletter {
    text-align: center;
  }

  footer.landing-footer {
    padding-top: 1em;
  }

  section.landing-newsletter a {
    padding: 11px 11px;
  }

  .landing-slide-main {
    position: relative;
    top: 50px;
  }

  .landing-section-one-btn img {
    width: 90%;
    transform: translate(0px, 0px);
  }

  .landing-section-three p {
    text-align: justify;
  }

  .banner-btn a {
    padding: 11px 15px;
  }

  div#lp-banner .banner-btn {
    position: relative;
    left: 40px;
  }

  .header-navigation-lp {
    background-size: cover;
  }

  .landing-sec1 .section-one-btn {
    text-align: center;
    transform: none;
  }

  .hero__fullsize {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 20;
    float: left;
    top: 0;
  }

  .hero {
    background-size: cover;
    padding: 20rem 0rem;
    text-align: justify;
  }

  .hero__swiper {
    position: relative;
    z-index: 100;
    left: -70%;
    top: 260px;
    padding-top: 2rem;
  }

  .landing-sec3-img img {
    width: 100%;
    position: absolute;
    top: 502px;
    left: 14px;
  }

  section#testimonial-sec h1 {
    width: 100%;
  }

  section#testimonial-sec p.sec3-p {
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
  }

  .newsletter-buttons {
    text-align: center;
    margin-top: 26px;
  }

  .testi-item::after {
    right: 20%;
  }

  div#content__text p {
    font-weight: 300;
    width: 85%;
  }

  .kineticjs-content {
    margin-left: 4px;
  }

  section.section-one p {
    width: 100%;
  }

  .landing-section-one-btn a {
    font-size: 0.7em;
    padding: 11px 10px;
  }

  .landing-section-one-btn>div {
    transform: translate3d(-4px, -40px, 10px);
  }

  ul.footer-social-links {
    text-align: center !important;
  }

  .swiper-slide.swiper-slide-next {
    transition: 0.5s ease-in;
    transform: translateX(0px) scale(1) !important;
  }

  img#guarantee {
    width: 40px !important;
    height: 40px !important;
    position: relative;
    z-index: 999;
    left: 30px !important;
    top: -1px !important;
  }

  .copyright-text1 {
    text-align: center !important;
  }

  .copyright-text3 {
    text-align: center !important;
  }

  .header-navigation-home {
    background-size: cover;
  }

  section.contact .container img {
    padding: 15px;
  }

  .line:before {
    margin-top: 111px;
  }

  section.marketing-section-two {
    background-position: left;
  }

  section.marketing-section-two p {
    width: 100%;
  }

  section.contact-info img {
    width: auto;
  }

  .swiper-new .content {
    padding: 0px 0px;
  }

  .swiper-slide.swiper-slide-next+div {
    transform: translateX(10px) scale(1);
  }

  section#testimonial-sec {
    padding-top: 6rem;
  }

  .header-navigation-lp:before {
    margin-top: 112px;
  }

  #navbarSupportedContent li {
    list-style-type: none;
    float: initial;
    text-align: center;
  }

  .section-row-container-one h5 {
    width: 100%;
  }

  section.contact .container {
    padding: 2em 0em;
  }

  .form-area {
    width: 100%;
  }

  .newsletter h1 {
    font-size: 2em;
  }

  a.footer-logo img {
    width: 100%;
  }


  .testimonial-section {
    display: grid !important;
    height: auto;
    width: auto;
  }

  section.spacer h2,
  section.section-three h2,
  .section-row-container-one h2,
  .section-row-container-one h2 {
    width: 100%;
  }


  section.section-three p,
  .section-row-container-one p,
  .section-row-container-one p {
    text-align: center;
  }

  #selectableModal {
    width: 90%;
    top: -70px;
  }

  #selectableModal .popup-img {
    display: none;
  }

  .form-area textarea {
    height: 80px;
  }

  #selectableModal form#popup-form p {
    display: none;
  }

  #selectableModal form#popup-form {
    width: 85%;
    margin: auto;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .section-row-container-one {
    background-size: cover;
  }

  .banner-content {
    width: 100%;
    padding: 0;
  }

  .owl-nav,
  .owl-dots {
    display: none;
  }

  section.section-one .anim1:before {
    width: 365px;
    height: 420px;
  }

  .section-one-btn a {
    font-size: 0.8em;
  }

  .section-row-container-one h1 {
    width: 100%;
  }

  section.section-two h2 {
    font-size: 2em;
  }

  .sec3-carousal .item {
    text-align: center;
  }

  .sec3-carousal .item h2 {
    width: 100%;
  }

  .sec3-carousal .item img {
    height: auto;
    margin: auto;
    transform: scale(1.5);
  }

  .sec3-carousal .item {
    height: 230px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .book-carousal .item {
    height: auto;
    width: 50%;
    margin: auto;
  }

  a.nav-link img {
    width: 7%;
  }

  ul.top-info-list {
    display: flex;
  }

  ul.info-list-2 {
    display: block;
  }

  .testimonial-section .quote {
    width: 100%;
  }

  .banner-content>div {
    height: 50vh;
  }

  ul.footer-social-links li {
    padding: 0.4em;
  }

  .marketing .item {
    width: 45%;
    margin: 18px 10px;
  }

  section.contact-info {
    text-align: center;
  }

  section.contact .container img {
    padding: 10px;
  }

  section.contact .row>div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .sec1-row1 p {
    font-size: 0.9em;
    padding: 1rem 0rem;
  }

  .testimonial-section .user-saying {
    margin-bottom: 35px;
  }

  .swiper-container.testimonial {
    height: 38vh;
  }

  .testimonial-section .quote {}

  .popup-text {
    left: -65px;
  }

  .consultant h4,
  .consultant p {
    text-align: center;
  }

  ul.footer-social-links {
    text-align: center;
  }

  .payment-img img {
    width: 100%;
  }

  .contributer-carousal .item img {
    width: 100% !important;
  }

  ul.top-info-list li a,
  ul.top-info-list li a i {
    word-break: break-all;
  }

  div#lp-banner {
    padding-top: 4rem;
  }

  .banner-form {
    width: 100%;
  }

  .text {
    top: 100%;
    left: 11px;
  }

  .banner-form img {
    top: -8%;
    right: -31px;
  }

  .banner-form h3 {
    text-align: left;
  }

  .banner-btn a {
    padding: 11px 15px;
  }

  .landing-row1 .anim1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .landing-row1 .anim1:before {
    top: 18% !important;
  }

  .landing-sec3-img {
    top: -21pc;
  }

  footer.landing-footer {
    padding-top: 0em;
  }

  .hideOverflow {
    margin-bottom: 2rem;
  }

  canvas {
    display: none;
  }

  section.landing-newsletter p {
    text-align: justify;
  }

  .newsletter-buttons {
    margin-top: 10px;
    transform: translate(10px, 40%);
  }

  .testi-img img {
    transform: translate(10px, 40%);
  }

  .landing-sec1 .section-one-btn {
    text-align: left;
  }

  .section-one-btn a {
    padding: 11px 13px;
  }

  .landing-row1 {
    padding: 4rem 0rem;
  }

  div#lp-banner>div:first-child {
    transform: translateY(5%);
  }

  .header-navigation-lp {
    background-size: cover;
  }

  .landing-sec3-img img {
    width: 100%;
    position: relative;
    top: 41pc;
  }

  .hero {
    height: 75vh;
  }

  .swiper-slide.swiper-slide-next {
    transform: translateX(90px) scale(2);
  }

  img#guarantee {
    width: 70px;
    height: 70px;
    left: 30px;
    top: -30px;
  }

  section#testimonial-sec {
    padding-top: 8rem;
  }

  section#testimonial-sec h1 {
    width: 80%;
  }

  .landing-section-one-btn a {
    font-size: 0.7em;
  }

  .banner-content p {
    margin-top: 0;
  }

  .section-row-container-one p {
    margin-right: auto;
  }

  .section-row-container-one h5 {
    margin-right: auto;
  }

  .hori-selector {
    transform: translateY(5px);
  }

  section.section-one .anim1 {
    transform: translateY(-25px);
  }

  .landing-section-one-btn a {
    width: 270px;
  }

  .landing-section-one-btn>div {
    transform: translateX(10px);
  }

  .landing-section-one-btn img {
    width: 100%;
    transform: translate(-5px, -20px);
  }

  section.landing-newsletter a {
    padding: 16px 25px;
  }

  .hero__fullsize {
    width: 70%;
  }

  .text {
    width: 125%;
  }

  .form-area {
    width: 95%;
  }

  a.footer-logo img {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
  .book-carousal .item {
    width: 100%;
  }

  .swiper-container.testimonial {
    height: 50vh;
  }
}

@media screen and (max-width: 736px) and (orientation: landscape) {
  .book-carousal .item img {
    width: 100%;
    margin: auto;
  }

  .book-carousal .item {
    width: 50%;
    margin: auto;
  }

  .swiper-container.testimonial {
    height: 80vh;
  }

  .testimonial-section .quote {
    padding-top: 0px;
  }

}

@media only screen and (max-width: 1200px) {
  .section-row-container-one {
    background-size: cover;
  }
}

/*Swipper*/
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}

.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*Carousel*/
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.webp) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*Owl Carousel*/
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*Owl carousel 2*/
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.webp") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

footer .trust-icons ul {
  padding-left: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  display: inline-flex;
  list-style: none;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

footer .trust-icons ul li {
  list-style: none;
}

footer .trust-icons ul li img {
  width: 100%;
  height: 25px;
}

footer .trust-icons ul li a {
  text-decoration: none;
}

footer .trust-icons {
  padding-top: 8px;
}

footer .trust-icons li.trustpilot-icon img {
  height: 35px;
}

section.section-one p a {
  color: #c70039;
}

.header-navigation-terms {
  background: url(../img/printing/banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.header-navigation-privacy {
  background: url(../img/printing/banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

section.terms-sec {
  padding: 60px 0px;
}

.blogs .item h2 {
  text-align: center;
}

section#favorite_section_main .container {
  background-image: url(../img/ctaImage.d500a8c5.webp);
  padding: 50px 50px 80px;
  border-radius: 40px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: relative;
  z-index: 1;
}

section#favorite_section_main .container:after {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #c72a57 13.78%, rgba(255, 127, 62, 0));
  border-radius: 40px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

section#favorite_section_main {
  padding: 150px 0 100px;
}

section#favorite_section_main h2 {
  color: #fff;
}

section#favorite_section_main p {
  color: #fff;
  margin: 0;
  width: 100%;
}

section#favorite_section_main ul li {
  color: #fff;
}

#chidla .item {
  border: 1px solid #0000001c;
  padding: 30px 20px;
  margin-top: 30px;
}

#chidla .item h2 {
  font-size: 1.2em;
  color: #000;
  text-align: left;
  margin: 0;
  font-weight: 600;
}

#chidla .item p {
  text-align: left;
  font-size: 0.9em;
  color: #000000ab;
  text-align: unset;
}

#chidla a:hover {
  text-decoration: none !important;
}

#illustration-chil .anim1:before {
  display: none;
}
#illustration-chil .anim1{
  transform: unset;
}
#illustration-chil .container {
    background-image: url(../img/writtingcta.webp);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
    padding: 50px 30px;
}
#illustration-chil  img{
  border-radius: 30px;
}
.illustrator_contnt_box {
    background: #fff;
    border: 1px solid #ff7f3e;
    box-shadow: 4px 7px 19px rgba(167, 187, 210, .3);
    border-radius: 20px;
    text-align: center;
    margin-top: 30px;
}
.illustrator_contnt_box img
 {
    height: 280px;
    width: auto;
    margin: 40px 0;
}
.illustrator_contnt_box h2 {
    background: #fff6e9;
    border-top: 1px solid #ff7f3e;
    box-shadow: 4px 7px 19px rgba(167, 187, 210, .3);
    border-radius: 0 0 20px 20px;
    padding: 25px 0px !important;
    font-weight: 600 !important;
    font-size: 22px !important;
    line-height: 28px ;
    letter-spacing: -.239634px;
    color: #393939;
    font-family: 'Poppins';
    margin: 0 !important;
    width: 100% !important;
}
.header-navigation-home .container{
  max-width: 1440px;
}
#bnhhsd a:after{
  display: none !important;
}

ul.contact-links li{
  padding-bottom: 10px;
}