﻿@import "https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;900&display=swap";
@import "component.min.css";
@import "layout.min.css";
:root {
  --primary: #f89b09;
  --secondry: #2d353f;
  --black: #000;
  --text-color: #828282;
  --white: #fff;
}
::selection {
  background: var(--primary); /* color:var(--white); */
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.8);
}
html,
body {
  height: 100%;
  overflow-x: hidden;
}
html {
  font-size: 16px;
  line-height: 1;
}
body {
  background: var(--white);
  color: #030303;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1;
}
a,
button {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover,
button:hover {
  text-decoration: none;
}
p {
  font-size: 1rem;
  line-height: 1.6;
  margin: 1rem 0;
  color: var(--text-color);
}
img {
  max-width: 100%;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
section {
  padding: 3rem 0;
  position: relative;
}
h3 {
  font-size: 1.87rem;
  color: var(--secondry);
}
h4 {
  font-size: 2.5rem;
  color: var(--secondry);
  font-weight: 600;
  text-transform: capitalize;
}
h6 {
  font-size: 1.25rem;
  color: var(--secondry);
  font-weight: 600;
  margin-bottom: 1rem;
}
a.logo {
  width: 100px;
}
.home-banner {
  background: url(../images/wall.png) no-repeat center/cover;
  min-height: calc(100dvh - 70.53px);
  padding-top: clamp(2rem, 7vw, 6rem);
  padding-bottom: 2rem;
}
.home-banner .banner-wood {
  margin-top: 40px;
}
@media screen and (min-width: 1800px) {
  .home-banner .banner-wood {
    margin-top: 66px;
  }
}
@media screen and (max-width: 768px) {
  .home-banner h1 {
    font-size: 3rem;
  }
}
.slide-cover {
  object-fit: contain;
  z-index: 1;
  margin-bottom: -116px;
  width: 430px;
  height: auto;
  max-width: max-content;
}
@media screen and (min-width: 1400px) {
  .slide-cover {
    margin-bottom: -105px;
    width: 650px;
    height: 428px;
  }
}
.mainBanner {
  background: #2d343f url(../images/banner/banner.webp) center/cover no-repeat;
  height: calc(100% - 8.125rem);
  display: flex;
  align-items: center;
  min-height: 33rem;
  position: relative;
  align-items: center !important;
  padding: 0;
}
.mainBanner h4 {
  font-size: 2.5rem;
  color: var(--white);
}
.mainBanner h6 {
  font-weight: 600;
  color: var(--white);
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: left;
  margin: 1rem 0;
}
.mainBanner p {
  color: var(--white);
  width: 80%;
}
.mainBanner figure {
  margin: 0;
}
.lpBanner {
  height: calc(100% - 4.5rem);
}
.lpBanner h4 {
  margin: 0 0 1rem 0;
}
.lpBanner h4 + h6 {
  margin: 3rem 0 1.5rem;
}
.lpBanner h4 span {
  color: var(--primary);
}
.lpBanner h6 {
  margin: 0;
}
.lpBanner .btnSec {
  margin-top: 4rem;
}
.lpBanner .themeBtn:not(.themeBtn2):after {
  content: "75% OFF";
  width: 90px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: disc ease infinite 1s;
  z-index: 2;
  background: var(--secondry);
  border: 1px solid var(--white);
  border-radius: 30px 30px 0 30px;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  padding: 3px 10px;
}
@keyframes disc {
  0% {
    color: var(--primary);
    border-color: var(--primary);
  }
  50% {
    color: var(--white);
    border-color: var(--white);
  }
  100% {
    color: var(--primary);
    border-color: var(--primary);
  }
}
.lpBanner .listStyled {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lpBanner .listStyled li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.lpBanner .listStyled li p {
  margin: 0;
}
.lpBanner .listStyled li p strong {
  font-weight: 600;
  color: var(--primary);
  transition: ease all 0.5s;
  animation: blink 1s infinite;
}
@keyframes blink {
  0% {
    color: #fff;
  }
  50% {
    color: var(--primary);
  }
  100% {
    color: #fff;
  }
}
.lpBanner .listStyled li i {
  color: var(--white);
  position: relative;
  top: 4px;
}
.btnSec {
  display: flex;
  gap: 1.5rem;
  margin-top: 3rem;
}
.logoSec {
  padding: 2rem 0 2rem;
}
.logoSec h3 {
  padding-bottom: 1rem;
  border-bottom: 3px solid var(--primary);
  display: inline-block;
  margin-bottom: 2rem;
}
.logoSlider .slick-slide img {
  margin: 0 auto;
}
.abtArrow {
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  top: auto;
  bottom: 0;
}
.abtSec figure {
  position: relative;
}
.abtSec {
  margin-bottom: 3rem;
}
.publishSec {
  background: url(../images/2.webp) left top/cover fixed no-repeat;
}
.pubHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4rem;
}
.pubBox {
  background: var(--white);
  border-radius: 5px;
  padding: 1.5rem 2rem;
  padding-bottom: 0;
  height: 100%;
  transition: all 0.5s ease;
}
.pubBox .pubHead h6 {
  margin: 0;
}
.publishSec h3 {
  color: var(--white);
  margin-bottom: 2rem;
}
.pubBox:hover {
  transform: scale(1.04);
}
.portfolioSec {
  background: url(../images/bg.webp) left top/cover fixed no-repeat;
}
.portfolioSec .slick-prev:before,
.portfolioSec .slick-next:before {
  content: "";
  color: var(--primary);
  font-family: "Font Awesome 5 Pro";
  font-size: 3rem;
}
.portfolioSec .slick-next:before {
  content: "";
}
.portfolioSec .slick-prev.slick-arrow {
  top: -5rem;
  left: 0;
}
.portfolioSec .slick-next.slick-arrow {
  right: 2rem;
  top: -5rem;
}
.portfolioSlider {
  margin-top: 10rem;
}
.portfolioSlider img {
  margin: 0 auto;
}
.portfolioSec .slick-dots {
  bottom: auto;
  top: -7rem;
  display: flex;
  justify-content: center;
}
.portfolioSec .slick-dots li button {
  width: 0.2rem;
  height: 2rem;
  background: var(--secondry);
}
.portfolioSec .slick-dots li.slick-active button {
  width: 0.2rem;
  height: 5rem;
  background: var(--primary);
}
.portfolioSec .btnSec {
  justify-content: center;
  margin-top: 1rem;
}
.publisherSec {
  background: var(--primary);
  padding: 10px 0;
}
.pubLogoCarousel .slick-track {
  display: flex;
  align-items: center;
}
.publisherSec img {
  filter: brightness(0) invert(0);
  margin: 0 auto;
}
.publisherSec:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 30%;
  background: linear-gradient(45deg, var(--primary), rgba(255, 255, 255, 0));
}
.publisherSec:after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 1;
  width: 30%;
  background: linear-gradient(270deg, var(--primary), rgba(255, 255, 255, 0));
}
.provideSec {
  background: url(../images/3.webp) top/contain no-repeat;
}
.provideBox {
  background: rgba(0, 0, 0, 0);
  padding: 2rem 1.5rem;
  border-radius: 15px;
  border: 3px solid rgba(0, 0, 0, 0);
  position: relative;
  margin: 0rem 1rem 0;
  transition: all 0.3s ease;
  overflow: hidden;
}
.provideBox .themeBtn {
  width: 100%;
  display: none;
  text-align: center;
  opacity: 0;
  transition: all 0.8s ease;
  position: relative;
  bottom: -6rem;
  margin: 1.5rem 0 0;
}
.provideBox h3 {
  font-size: 1.25rem;
  font-weight: 700;
}
.provideBox h6 {
  font-size: 1rem;
}
.provideBox ul li i {
  transform: rotate(-34deg);
  color: var(--primary);
}
.provideBox ul li {
  padding: 5px 0;
  display: flex;
  gap: 7px;
  align-items: baseline;
  line-height: 1.5;
}
.provideBox img {
  position: relative;
  margin-bottom: 1rem;
  transition: all 0.5s ease;
  filter: brightness(0);
}
.provideBox::before {
  content: "";
  position: absolute;
  inset: 1rem 0 0 2rem;
  background: var(--primary);
  width: 12%;
  height: 14%;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.provideBox:hover::before {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  inset: 0;
  z-index: -1;
  background: var(--secondry);
}
.provideBox:hover {
  border-color: var(--primary);
}
.provideBox:hover * {
  color: var(--white);
}
.provideBox:hover img {
  filter: invert(1) brightness(50);
}
.provideBox:hover .themeBtn {
  opacity: 1;
  color: var(--secondry);
  bottom: 0;
}
.provideSec .btnSec {
  justify-content: center;
  margin: 0;
}
.exceptionalSec {
  background: url(../images/4.webp) top center/cover fixed no-repeat;
  margin-bottom: 10rem;
}
.exceptionalSec h4 {
  color: var(--white);
  margin-bottom: 3rem;
}
.exceptionalSec ul {
  background: var(--secondry);
  padding: 4rem 2rem;
  border-radius: 20px;
  margin-bottom: -11rem;
  display: flex;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
}
.exceptionalSec ul li {
  color: var(--white);
  text-align: center;
  flex: 0 0 22%;
  line-height: 1.3;
}
.exceptionalSec ul li p span {
  font-weight: 700;
  display: block;
  min-height: 2rem;
}
.exceptionalSec ul li p {
  color: var(--white);
  margin-bottom: 0;
}
.exceptionalSec ul li img {
  display: block;
  margin: 0 auto;
}
.countSec h5 {
  color: var(--text-color);
  font-size: 1.25rem;
  letter-spacing: 2px;
}
.countSec ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 5rem;
}
.countSec ul li img {
  margin-bottom: 1rem;
}
.countSec ul li {
  border-right: 2px solid rgba(0, 0, 0, 0.1411764706);
  flex: 0 0 20%;
  padding: 0 1rem;
  text-align: center;
}
.countSec ul li:last-child {
  border: none;
}
.countSec ul li h6 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--secondry);
}
.bookKindBox h3 {
  font-size: 1.75rem;
  text-align: center;
  display: block;
  margin: 1rem 0;
  color: var(--black);
  font-weight: 600;
  text-transform: capitalize;
}
.bookKindBox {
  margin: 1rem 1rem 3rem;
  position: relative;
}
.bookKindBox img {
  border-radius: 20px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1098039216);
  width: 100%;
}
.bookKindBox figure {
  position: relative;
}
.bookKindBox figure::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  z-index: 1;
  transition: all 0.5s ease;
}
.bookKindBox:hover figure::before {
  background: rgba(0, 0, 0, 0);
}
.teamSec .title :is(h2, h5) {
  color: var(--black);
}
.teamSec .nav-tabs {
  justify-content: center;
  margin-bottom: 1rem;
  border: none;
  gap: 1.5rem;
}
.teamSec .nav-tabs .nav-link {
  background: var(--primary);
  border-radius: 5px;
  border: 0;
  padding: 1rem 1.5rem;
  color: var(--white);
  font-size: 1.12rem;
  font-weight: 500;
  position: relative;
  transition: all 0.5s ease;
}
.teamSec .nav-tabs .nav-item.show .nav-link,
.teamSec .nav-tabs .nav-link.active {
  background: var(--secondry);
  color: var(--primary);
}
.teamBox {
  position: relative;
  margin: 2rem 0;
  overflow: hidden;
  transition: ease all 0.5s;
  border-radius: 20px;
}
.teamBox:hover {
  transform: scale(1.05);
}
.teamBox .overlay-text {
  padding: 4px;
  border-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: var(--primary);
  position: absolute;
  z-index: 1;
  border-radius: 0;
  bottom: 0;
  width: 100%;
}
.teamBox .overlay-text:before {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--theme-color), transparent);
  z-index: 0;
}
.teamBox .overlay-text p {
  font-size: 1rem;
}
.teamBox .overlay-text:after {
  position: absolute;
  inset: 3px 3px 0 3px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7));
  z-index: 1;
}
.teamBox .overlay-text * {
  color: var(--secondry);
  margin: 0;
  position: relative;
  z-index: 2;
  text-transform: capitalize;
}
.teamSec h5 {
  font-weight: 300;
}
.teamBox img {
  width: 100%;
  height: 100%;
}
.teamSec .nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  inset: 0.5rem -0.5rem -0.5rem 0.5rem;
  border: 2px solid var(--primary);
  border-radius: 5px;
}
.teamSec .nav-tabs .nav-item.show .nav-link::before,
.teamSec .nav-tabs .nav-link.active::before {
  inset: 0;
  border-color: var(--primary);
}
.teamBox .overlay-text h4 {
  font-size: 1.25rem;
  text-transform: capitalize;
  margin: 0;
}
.teamBox figure {
  margin: 0;
}
.teamBox figure img {
  border-radius: 30px;
}
.contactSec {
  background: url(../images/5.webp) top center/cover fixed no-repeat;
}
.contactSec h4 {
  text-transform: capitalize;
  color: var(--white);
  margin-bottom: 3rem;
}
.contactSec h3 {
  margin-bottom: 1rem;
}
.contactSec p {
  font-size: 1.75rem;
  color: var(--primary);
  margin-bottom: 3rem;
}
.leadForm {
  background: unset;
  padding: 0;
  border-radius: 0;
}
.leadForm input:not(.iti__search-input) {
  width: 100%;
  height: 49px;
  padding: 0 1rem;
  margin: 5px 0;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.168627451);
  background: #f4f4f4;
}
.contactSec .accordionStyle .accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.168627451);
  background: #f4f4f4;
  border-radius: 10px;
}
.contactSec .accordionStyle .accordion-item .accordion-button {
  margin: 0;
  border-radius: 10px;
  background: #f4f4f4;
}
.leadForm button:not(.iti__selected-country) {
  width: 100%;
  margin: 5px 0;
  border: none;
}
.faqSec {
  background: url(../images/6.webp) top right/cover fixed no-repeat;
}
.accordionStyle .accordion-button:not(.collapsed) {
  background: var(--white);
  color: var(--black);
  border-radius: 30px;
  box-shadow: none;
}
.accordionStyle .accordion-item {
  margin: 5px 0;
  border: none;
  border-radius: 30px;
}
.accordionStyle .accordion {
  --bs-accordion-border-color: none;
}
.accordionStyle .accordion-item:first-of-type .accordion-button,
.accordionStyle .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 30px;
}
.accordionStyle .accordion-button {
  border-radius: 30px;
}
.accordion-button::after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  background: var(--primary);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  color: var(--white);
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: rotate(90deg);
}
.ctaSec {
  background: var(--secondry);
  margin-top: 2rem;
  padding: 0;
}
.ctaSec img {
  margin-bottom: -1rem;
  margin-top: -4rem;
  width: 20rem;
  scale: 1.1;
}
.ctaSec h4 {
  color: var(--white);
}
.ctaSec h6 {
  color: var(--primary);
}
.inputGroup {
  margin-top: 1rem;
}
.servicesList li {
  position: relative;
  margin: 0;
  border-radius: 0;
}
.servicesList li input,
.questionList li input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.servicesList .checkBoxStyle {
  display: flex;
  align-items: center;
  position: relative;
  padding: 14px 2rem;
  justify-content: space-between;
}
.servicesList li:last-child .checkBoxStyle {
  border-bottom: 0;
}
.servicesList .checkBoxStyle label {
  font-size: 1.125rem;
  font-weight: 500;
}
.servicesList .checkBoxStyle i {
  font-size: 1.25rem;
  color: #d6d6d6;
}
.servicesList li input:checked + .checkBoxStyle i {
  color: var(--primary);
}
.servicesForm .form-control,
.inputGroup .form-control {
  font-size: 0.9rem;
  height: 3rem;
  border-radius: 10px;
}
.inputGroup label {
  font-size: 1rem;
  font-weight: 500;
}
.inputGroup .form-control {
  margin: 10px 0;
}
.stepTwo .servicesForm .themeBtn2 {
  width: 35%;
}
.contactBoxs .accordion-button::after {
  color: var(--primary);
  background: none;
  font-size: 1.4rem;
  transform: rotate(90deg);
}
.reviewHead {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.reviewHead img {
  border: 3px solid var(--primary);
  border-radius: 50%;
  width: 5rem;
}
.reviewHead h3 {
  font-size: 1.45rem;
  color: var(--primary);
}
.reviewBox {
  padding: 2rem 1.5rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1411764706);
  border-radius: 10px;
  background: var(--white);
  margin: 1rem;
  min-height: 22rem;
  border: 1px solid var(--primary);
}
.reviewBox p {
  margin-top: 2rem;
}
.stepSec {
  background: url(../images/7.webp) top right/cover fixed no-repeat;
}
.stepBox img {
  filter: brightness(0) invert(1);
}
.stepBox h3 {
  font-size: 1.35rem;
  color: var(--primary);
  margin-top: 2rem;
  text-transform: capitalize;
}
.stepBox p {
  color: var(--white);
  margin: 1rem 0 0;
}
.arrow {
  margin-top: 2rem;
}
.stepSec h4 {
  color: var(--white);
}
.stepSec h6 {
  color: var(--white);
  font-size: 1.26rem;
  letter-spacing: 2px;
  font-weight: 300;
}
.infoBox i {
  font-size: 1.5rem;
  color: var(--primary);
}
.infoBox p {
  font-size: 1.15rem;
  color: var(--primary);
}
.infoBox {
  background: var(--white);
  padding: 10px;
  border-radius: 30px;
  text-align: center;
  min-height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--primary);
  box-shadow: 0 0 10px rgba(248, 155, 9, 0.2392156863);
}
.contactInner {
  margin-top: -7rem;
}
.blogBox h3 {
  margin: 1.8rem 0;
  font-size: 2.25rem;
  font-weight: 600;
}
.blogBox p {
  color: var(--black);
}
.blogBox .btnBlog {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3rem;
}
.blogBox .btnBlog span {
  font-size: 1.25rem;
  font-weight: 400;
}
.blogBox .btnBlog .themeBtn {
  padding: 1.25rem 3rem;
}
.blogBox {
  padding: 0 2rem;
  margin: 2rem 0;
}
.blogContnt {
  min-height: 16rem;
}
.portInner .blueBox {
  position: relative;
  padding: 3rem 0 2rem 2rem;
}
.portInner .blueBox::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(240, 240, 240, 0.5411764706);
  right: -30%;
  border-radius: 30px;
  z-index: -1;
  transition: all 0.5s ease;
}
.portInner .blueBox-2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(240, 240, 240, 0.5411764706);
  left: -30%;
  border-radius: 30px;
  z-index: -1;
  transition: all 0.5s ease;
  right: -10%;
}
.portInner .blueBox h4 {
  font-size: 2rem;
}
.portInner .blueBox p {
  font-size: 1.11rem;
}
.portInner .blueContnt {
  text-align: center;
}
.portInner .blueContnt h4 {
  color: var(--primary);
  margin-top: 3rem;
  font-size: 1.5rem;
}
.portInner .blueBox:hover::before {
  background: var(--secondry);
}
.portInner .blueBox:hover * {
  color: var(--white);
}
.portInner .blueBox-2 {
  padding: 3rem 2rem 2rem 0;
}
.reviewSlider {
  position: relative;
  padding: 10rem 0 0rem;
}
.portfolioSlider div {
  margin: 0 1rem;
}
.stepBanner {
  position: relative;
}
.stepBanner {
  background: url(../images/banner/33.webp) center/cover no-repeat;
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
.stepBanner * {
  color: var(--white);
  margin: 0 auto;
}
.stepBanner p {
  font-size: 1.5rem;
}
.stepBanner.congbanner p {
  font-size: 1.25rem;
  margin: 10px 0;
  line-height: 1.4;
}
.stepBanner .bookBannerOne {
  position: absolute;
  left: 10%;
  top: 40%;
  width: 5rem;
}
.stepBanner .bookBannerTwo {
  position: absolute;
  right: 5%;
  bottom: 5%;
  width: 15rem;
  z-index: 1;
}
.stepBanner .bookBannerThree {
  position: absolute;
  left: 8%;
  bottom: 5%;
  width: 5rem;
  z-index: 1;
}
.servicesForm h2 {
  font-size: 1.65rem;
  background: #fff;
  position: absolute;
  top: -1rem;
  padding: 0 11px;
}
.discountStrip {
  background: var(--primary);
  color: var(--white);
  text-align: center;
  padding: 1rem;
  margin: -4.5rem 0 3rem;
  border-radius: 10px;
}
.discountStrip > span {
  font-size: 1.5rem;
}
.discountStrip h2 {
  margin: 0;
  font-size: 3rem;
  line-height: 1;
}
.chooseService {
  position: relative;
  padding: 0 0 5rem;
}
.chooseService .serviceTwo {
  position: absolute;
  top: 15%;
  left: 10%;
  width: 6rem;
}
.chooseService .serviceOne {
  position: absolute;
  left: 10%;
  bottom: 10%;
  width: 12rem;
}
.chooseService .serviceThree {
  position: absolute;
  left: 68%;
  bottom: 15%;
  z-index: 0;
}
.servicesForm {
  background: var(--white);
  border: 1px solid #d4d4d4;
  border-radius: 1.5rem;
  box-shadow: 0 1.125rem 4.44rem rgba(248, 155, 9, 0.08);
  padding: 2.5rem 2rem 2rem;
  position: relative;
  z-index: 1;
}
.servicesList {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 15px;
}
.questionList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 15px;
}
.servicesForm p {
  margin: 0;
}
.inputGroup {
  margin-top: 1rem;
}
.servicesList li,
.questionList li {
  position: relative;
}
.servicesList li input,
.questionList li input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.servicesList .checkBoxStyle {
  display: flex;
  align-items: center;
  position: relative;
  padding: 14px 2rem;
  justify-content: space-between;
}
.servicesList li:last-child .checkBoxStyle {
  border-bottom: 0;
}
.servicesList .checkBoxStyle label {
  font-size: 1.125rem;
  font-weight: 500;
}
.servicesList .checkBoxStyle i {
  font-size: 1.25rem;
  color: #d6d6d6;
}
.servicesList li input:checked + .checkBoxStyle i {
  color: var(--primary);
}
.servicesForm .form-control,
.inputGroup .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border-radius: 10px;
}
.inputGroup label {
  font-size: 1rem;
  font-weight: 500;
}
.inputGroup .form-control {
  margin: 10px 0;
}
.stepTwo .servicesForm .themeBtn2 {
  width: 35%;
}
.stepTwo {
  padding-top: 5rem;
}
.questionList li {
  display: flex;
  flex-flow: row wrap;
  gap: 10px 3rem;
  padding: 1rem 0;
  border-bottom: 1px solid #d4d4d4;
}
.questionList li:last-child {
  border-bottom: 0;
}
.questionList li > label {
  width: 100%;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 5px;
}
.questionList .radioStyle {
  position: relative;
}
.questionList .radioStyle label {
  font-weight: 500;
  display: flex;
  align-items: center;
}
.questionList .radioStyle label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #eee;
  border: 1px solid #d7d7d7;
  border-radius: 100px;
  margin-right: 10px;
}
.questionList .radioStyle input:checked + label:before {
  border: 6px solid var(--primary);
}
.servicesForm .themeBtn {
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-top: 1.25rem;
  padding: 0.8rem 2.5rem;
  background: var(--primary);
  color: var(--white);
  border: none;
  padding: 1.25rem 2rem;
}
.stepBanner .headingStyleThree .stokeText {
  color: rgba(0, 0, 0, 0);
  font-size: 6rem;
  -webkit-text-stroke: 1px #fff;
}
.stepBanner .headingStyleThree h2 {
  font-size: 5rem;
  color: var(--primary);
}
.stepBanner .headingStyleThree h6 {
  margin-top: 10px;
  font-weight: 400;
}
.stepBanner .headingStyleThree h6 span {
  display: block;
  font-weight: 700;
}
.congbanner {
  background: url(../images/banner/44.webp) top right/cover no-repeat;
  padding: 2rem 0;
}
.congsContnt {
  margin: 8rem auto -2rem;
}
.congsContnt p a {
  font-weight: 700;
}
.congsContnt p {
  font-size: 20px;
  line-height: 1.3;
}
.congbanner .bookBannerTwo {
  top: 3rem;
}
.congbanner .bookBannerThree {
  bottom: 15rem;
}
.congbanner .bookBannerOne {
  top: 10%;
}
.congsContnt p a:hover {
  color: var(--primary);
}
.servicesList li {
  border-bottom: 1px solid rgba(130, 130, 130, 0.3098039216);
}
.questionList {
  flex-direction: column;
}
.stepTwo .discountStrip {
  margin: -8.5rem 0 3rem;
}
.servicesForm .themeBtn:hover {
  background: #fff;
  color: var(--primary);
}
.chooseService .servicesList li {
  margin: 0;
  border: none;
  border-bottom: 1px solid rgba(130, 130, 130, 0.3098039216);
  border-radius: 0;
}
.chooseService .servicesList li:last-child {
  border-bottom: 0;
}
.chooseService .servicesList {
  border: 1px solid rgba(130, 130, 130, 0.3098039216);
}
.term-first-wrapper h5 {
  font-size: 1.75rem;
  margin: 1rem 0;
  font-weight: 700;
}
.terms-first-wrap-text h4 {
  font-size: 3rem;
  margin: 2rem 0 1rem;
}
.term-first-wrapper ul li {
  color: var(--text-color);
  padding: 8px 0;
}
.term-first-wrapper a {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--text-color);
}
.contactBanner {
  align-items: end !important;
}
.stepSec .text-center h4 {
  margin-top: 3rem;
  font-size: 2.5rem;
  margin-bottom: 0;
}
.reviewSec {
  padding-bottom: 1rem;
}
#contactForm .error,
#serviceForm .error,
footer .error,
#contactColpsErrors,
#footerColpsErrors {
  color: red;
  font-size: 14px;
  margin-bottom: 10px;
}
#serviceForm .error {
  color: red;
  margin-bottom: 10px;
}
#serviceForm .servicesList .error {
  color: red;
  font-weight: 600;
  margin: 10px 0 0 2rem;
}
footer .servicesList .error {
  color: red;
  margin-left: 10px;
}
.js-errors {
  background: #f93337;
  border-radius: 4px;
  color: #fff;
  font-size: 0.8em;
  list-style-type: square;
  margin-bottom: 1em;
  padding: 1em;
}
.js-errors {
  display: none;
}
.js-errors li {
  margin-left: 1em;
  margin-bottom: 0.5em;
  padding-left: 0;
}
ul.error input[type="checkbox"] + label::before,
ul.error input[type="radio"] + label::before {
  border-color: #f93337;
}
ul.error input[type="checkbox"] + label,
ul.error input[type="radio"] + label {
  color: #f93337;
}
#collapsefooter.collapse:not(.show),
footer #collapsefooter.collapse:not(.show) {
  display: block;
  height: 0px;
  overflow: hidden;
}
#servicesFormStepTwo .alert-danger li:nth-child(2),
#servicesFormStepTwo .alert-danger li:last-child {
  display: none !important;
}
#servicesFormStepTwo .alert-danger {
  margin-top: 1rem;
}
.chooseService.stepTwo .themeBtn {
  background: var(--primary);
  color: var(--white);
}
.chooseService.stepTwo .themeBtn:hover {
  background: var(--white);
  color: var(--primary);
}
.contactBoxs .accordion-button.collapsed:focus {
  box-shadow: none;
}
.stepHeader .topBar ul li a i {
  color: var(--primary);
}
.lpBanner ul:not(.iti__country-list) {
  margin: 2rem 0 3rem;
}
.lpBanner h6 {
  color: var(--primary);
}
.mainBanner.lpBanner .signupForm {
  padding: 1.5rem;
  border-radius: 1rem;
  margin-left: 7rem;
  background: var(--primary);
  position: relative;
  padding-block: 1.5rem;
}
.mainBanner.lpBanner .signupForm h4 {
  color: var(--white);
  margin-bottom: 0px;
  font-size: 20px;
}
.mainBanner.lpBanner .signupForm h4 span {
  color: var(--secondry);
  display: block;
  font-size: 30px;
  font-weight: 800;
  margin-top: 8px;
}
.mainBanner.lpBanner .signupForm form {
  margin-top: 1rem;
}
.lpBanner .listStyle {
  background: rgba(0, 0, 0, 0);
  padding: 0;
}
.mainBanner.lpBanner .signupForm .themeBtn {
  border: none;
  width: 100%;
  margin-top: 1.5rem;
}
.mainBanner.lpBanner .contactBoxs {
  position: relative;
}
.schtech1 {
  right: -2rem;
  left: auto !important;
  transform: rotate(322deg) !important;
}
.mainBanner.lpBanner .contactBoxs .schtech,
.schtech1 {
  position: absolute;
  top: -3rem;
  left: 5rem;
  width: 70px;
  z-index: 3;
  transform: rotate(35deg);
}
.leadLp .signupForm input,
.leadLp .signupForm textarea {
  background: var(--white);
  color: var(--black);
  height: 49px;
  border: 0;
  margin-bottom: 0.7rem;
}
.leadLp .accordionStyle {
  background: var(--white);
  border-radius: 10px;
}
.leadLp .accordionStyle .accordion-item {
  background: var(--white);
}
.leadLp .accordionStyle .accordion-item .accordion-button {
  color: var(--black);
  padding: 8px 1rem;
  font-size: 1rem;
}
.leadLp .servicesList .checkBoxStyle label,
.leadLp .iti--separate-dial-code .iti__selected-dial-code,
.leadLp .iti__arrow {
  color: var(--black);
}
.leadLp .signupForm input::placeholder,
.leadLp .signupForm textarea::placeholder {
  color: var(--black);
}
.leadLp
  .accordionStyle
  .accordion-item
  .accordion-button[aria-expanded="true"]:hover {
  color: var(--black);
}
.leadLp .accordion-button::after {
  color: #000;
  font-size: 1rem;
}
.leadLp .servicesList {
  margin: 0;
  border: 1px solid rgba(130, 130, 130, 0.3098039216);
  border-radius: 15px;
}
.mainBanner.lpBanner .signupForm h4 {
  text-align: center;
}
.phone-container .phone1 {
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
}
.servicesList li:last-child {
  border: none;
}
.mainBanner.lpBanner .signupForm .themeBtn::after {
  display: none;
}
.select {
  position: relative;
  display: flex;
  height: 4.5rem;
  line-height: 3;
  overflow: hidden;
  border-radius: 0.25em;
}
.select option {
  height: 300px;
}
.select::after {
  content: "▼";
  position: absolute;
  top: 1rem;
  right: 0;
  padding: 0 1em;
  background: var;
  cursor: pointer;
  pointer-events: none;
  transition: 0.25s all ease;
  color: var(--primary);
}
.select:hover::after {
  color: var(--primary);
}
.radioOption {
  position: relative;
}
.radioOption input {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
}
.radioOption label {
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.radioOption label:before {
  content: "";
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0);
  display: block;
  border-radius: 100px;
  border: 2px solid var(--primary);
}
.radioOption label:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  background: var(--primary);
  border-radius: 100px;
  opacity: 0;
}
.radioOption input:checked + .radiOpt label:after {
  opacity: 1;
}
.radioOption .redWrap {
  padding: 0;
  border: 10px solid var(--grey);
  background: var(--grey);
  position: relative;
  overflow: hidden;
}
.radioOption input:checked + .radiOpt .redWrap {
  border: 10px solid var(--secondry);
  background: var(--secondry);
}
.radioOption input:checked + .radiOpt .redWrap p {
  color: var(--white);
}
.servicesForm label {
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 5px;
}
.btnUplod p {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.25rem;
  display: inline-flex;
  align-items: center;
  z-index: -1;
}
.btnUplod {
  position: relative;
  border: 1px dashed #000;
  padding: 15px;
  border-radius: 10px;
  margin-top: 10px;
}
.btnUplod input {
  width: 100%;
  opacity: 0;
}
.btnUplod p i {
  font-size: 2.25rem;
  padding-right: 10px;
}
.btnUplod p span {
  color: var(--primary);
  padding-left: 5px;
}
.listProcess li {
  border: none;
  padding: 8px 0;
}
.listProcess {
  padding: 0;
  border: none;
  margin-bottom: 1rem;
}
.listProcess .checkBoxStyle {
  padding: 0;
}
.listProcess .checkBoxStyle label {
  padding-left: 10px;
}
.summary {
  background: var(--grey);
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1333333333);
}
.summary ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 2rem 0;
}
.summary ul li span {
  display: flex;
  justify-content: space-between;
  font-size: 1.1rem;
  font-weight: 600;
}
.summary ul li span a {
  display: block;
  font-size: 12px;
  color: red;
}
.summary .foot {
  display: flex;
  justify-content: space-between;
  font-size: 1.35rem;
  font-weight: 700;
  border-top: 1px solid rgba(0, 0, 0, 0.168627451);
  padding: 10px 0 0;
}
.paySec {
  position: sticky;
  top: 0;
}
.packageBox {
  border: 2px solid var(--primary);
  border-radius: 20px;
  padding: 1rem 1.5rem;
  transition: all 0.5s ease;
  margin: 0;
  background: #fafafa;
  position: relative;
}
.packageBox h4 {
  font-size: 3rem;
  color: var(--secondry);
  position: relative;
  font-weight: 800;
  margin: 0;
  text-align: center;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 1rem 0;
}
.packageBox h4 span {
  font-size: 1rem;
  color: #000;
  position: relative;
  font-weight: 600;
  display: block;
}
.packageBox h3 {
  color: var(--primary);
  font-weight: 600;
  font-size: 2.5rem;
  text-align: center;
}
.packageBox .listStyle {
  list-style-type: disc;
  padding-left: 1.5rem;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 1rem 0 0 2rem;
  transition: all 0.5s ease;
  margin: 1rem 0;
  height: 300px;
  overflow: auto;
}
.packageBox .listStyle li {
  padding: 7px 0;
  font-weight: 500;
  line-height: 1;
}
.packageBox .themeBtn {
  text-align: center;
  padding: 8px 2.25rem;
}
.packageBox .btnSec {
  justify-content: center;
  margin: 0 auto;
}
.packageBox:hover,
.packageBox.active {
  background: var(--primary);
}
.packageBox:hover *,
.packageBox.active * {
  color: var(--white);
}
.packageBox:hover h4,
.packageBox.active h4 {
  border-color: var(--white);
}
.packageBox:hover ul,
.packageBox.active ul {
  background: #d38204;
}
.packageBox:hover .themeBtn,
.packageBox.active .themeBtn {
  background: var(--white);
  color: var(--primary);
}
.step3Form h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--grey);
  padding: 0;
  border-radius: 10px;
  font-weight: 700;
  font-size: 2.5rem;
}
.whiteBox h4 span {
  color: var(--primary);
}
.servicesForm p span {
  color: var(--primary);
}
.servicesForm img {
  width: 20rem;
}
.bannerDis {
  position: absolute;
  width: 11%;
  top: 74%;
  transform: rotate(-15deg);
  left: 16rem;
  z-index: 111;
  animation: zoom-in-zoom-out 3s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1) rotate(-15deg);
  }
  50% {
    transform: scale(1.1, 1.1) rotate(-15deg);
  }
  100% {
    transform: scale(1, 1) rotate(-15deg);
  }
}
.tag {
  background: var(--primary);
  padding: 6px 1.5rem;
  border-radius: 20px;
  text-align: center;
  color: var(--white);
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1rem;
}
.packageBox:hover .tag,
.packageBox.active .tag {
  background: #d38204;
}
.packageBox p {
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-top: 10px;
  font-size: 14px;
}
.summary h2 {
  font-size: 1.25rem;
}
.pakageSteps .btnSec {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1600px) {
  .bannerDis {
    top: 81%;
    left: 13rem;
  }
}
@media only screen and (max-width: 1366px) {
  .bannerDis {
    top: 80%;
    left: 14rem;
    width: 11rem;
  }
}
@media only screen and (max-width: 1200px) {
  .bannerDis {
    top: 80%;
    left: 10rem;
    width: 11rem;
  }
}
@media only screen and (max-width: 1199px) {
  .bannerDis {
    top: 75%;
    left: 8rem;
    width: 11rem;
  }
}
@media only screen and (max-width: 991px) {
  .servicesForm {
    margin-top: 2rem;
  }
  .bannerDis {
    top: 73%;
    left: 0;
    width: 9rem;
  }
  .packageBox {
    margin: 1rem 0;
  }
}
@media only screen and (max-width: 576px) {
  .bannerDis {
    top: 70%;
    left: 0;
    width: 9rem;
  }
  .stepBanner {
    padding: 1rem 0 3rem;
  }
}
.pakageSteps .themeBtn {
  background: var(--primary);
  color: var(--white);
  padding: 1rem 2.5rem;
  border: none;
}
.pakageSteps .themeBtn:hover {
  background: var(--white);
  color: var(--primary);
}
.paySec .themeBtn {
  background: var(--primary);
  color: var(--white);
}
.paySec .themeBtn:hover {
  background: var(--white);
  color: var(--primary);
}
.hidden {
  display: none;
}
.someData {
  max-width: 768px;
  height: 150px;
  display: none;
  padding: 1%;
}
.radiOpt {
  margin: 8px 0;
}
.inputGroup label {
  font-size: 1rem;
  font-weight: 500;
}
.inputGroup .form-control {
  margin: 10px 0;
}
.stepOne .form-control {
  margin: 10px 0;
}
.stepTwo .servicesForm .themeBtn2 {
  width: 35%;
}
.chooseService .phone-container .iti--allow-dropdown {
  width: 100%;
  border: 1px solid #ced4da;
  font-size: 0.9rem;
  height: 3.5rem;
  border-radius: 10px;
}
.chooseService .phone-container .phone1 {
  border-radius: 10px;
  border: 0;
  height: 100%;
  width: 100%;
}
.chooseService .phone-container .phone1:focus-visible {
  outline: 0;
}
.stepBanner h2,
.stepWrap h2 {
  font-size: 2.5rem;
  font-weight: 600;
}
.stepBanner p {
  font-size: 1.5rem;
  line-height: 1;
}
.packageBox:hover .themeBtn:before {
  border: 2px solid #fff;
}
.summary h2 {
  font-size: 1.25rem;
}
.blogbg {
  height: auto;
  position: relative;
  z-index: 0;
}
.blogbg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6901960784);
}
.blogbg .bannerContnt {
  position: relative;
  z-index: 1;
}
.logoForm {
  display: flex;
  justify-content: center;
}
.logoForm .logoRowOne {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.lpContactSec .logoForm .logoRowOne,
.lpContactSec .logoForm .logoRowTwo,
.lpContactSec .logoForm .logoRowThree {
  flex: 0 0 33.33%;
  justify-content: space-evenly;
  display: flex;
}
.lpContactSec .logoForm .logo {
  width: 12rem;
  height: 7rem;
  border-radius: 10px;
  border: 2px solid var(--primary);
}
.logoForm .logo4 img {
  width: 7rem;
  margin: 0 auto;
}
.logoForm .logo4 img {
  width: 7rem;
  margin: 0 auto;
}
.logoForm .logo {
  width: 9rem;
  height: 9rem;
  padding: 1rem;
  background: #fff;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.1411764706);
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
}
.lpContactSec .logoForm .logo:hover {
  transform: scale(1.05);
}
.signupForm .accordion-button {
  height: 49px;
}
@media screen and (max-width: 768px) {
  .mainBanner.lpBanner .signupForm h4 {
    font-size: 22px;
  }
  .mainBanner.lpBanner .signupForm h4 span {
    font-size: 30px;
  }
  .mainBanner.lpBanner .signupForm {
    padding-block: 2.5rem;
  }
  .signupForm .themeBtn {
    padding: 1.5rem 1.5rem;
    font-size: 16px;
  }
  .signupForm form > * {
    margin-bottom: 1rem !important;
  }
}
.iti {
  width: 100%;
}
.vscomp-ele {
  border-radius: 14px;
}
.signupForm input {
  background: #fff;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  border-radius: 10px;
}
.signupForm input::placeholder {
  color: rgba(0, 0, 0, 0.726);
}
.signupForm input:focus {
  background: #fff;
}
.signupForm .virtual-select,
footer .virtual-select {
  width: 100%;
  max-width: 100%;
}
.signupForm .iti__tel-input {
  height: 48px;
  border-radius: 10px;
  border: none;
}
.virtual-select {
  max-width: 100% !important;
}
.virtual-select .vscomp-wrapper {
  font-family: inherit !important;
}
.virtual-select .vscomp-option-text {
  line-height: 1.5;
}
.vscomp-option.focused {
  background: rgba(255, 255, 255, 0.3) !important;
}
.vscomp-option.selected {
  background: var(--primary) !important;
}
.signupForm .virtual-select .vscomp-toggle-button,
footer .virtual-select .vscomp-toggle-button,
.leadForm .virtual-select .vscomp-toggle-button {
  width: 100%;
  height: 48px;
  padding-left: 1rem;
  border-radius: 10px;
  border: 1px solid #fff;
  background: #fff;
  color: #000;
  font-weight: 500;
}
footer .virtual-select .vscomp-toggle-button {
  height: 45px;
}
.signupForm .virtual-select .vscomp-arrow::after,
footer .virtual-select .vscomp-arrow::after {
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: #000;
  border-right-color: #000;
}
.signupForm .virtual-select .vscomp-dropbox,
footer .virtual-select .vscomp-dropbox {
  font-weight: 500;
}
.signupForm
  .virtual-select
  .vscomp-wrapper.multiple
  .vscomp-option.selected
  .checkbox-icon::after,
footer
  .virtual-select
  .vscomp-wrapper.multiple
  .vscomp-option.selected
  .checkbox-icon::after {
  border-color: #fff;
  border-left-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
}
.vscomp-wrapper .checkbox-icon.checked::after {
  border-color: var(--blue);
  border-left-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
}
.leadForm .vscomp-toggle-button {
  background: #f4f4f4 !important;
  border-radius: 10px !important;
  border: 1px solid rgba(0, 0, 0, 0.168627451) !important;
}
.vscomp-value {
  opacity: 1 !important;
}
.leadForm .phone {
  border: 1px solid rgba(0, 0, 0, 0.168627451);
}
.banner-form .phone,
.banner-form select {
  height: 45px !important;
  width: 100% !important;
}
.banner-form input {
  font-size: 15px;
}
@media screen and (min-width: 1024px) {
  .vscomp-option {
    height: 33px !important;
  }
  .vscomp-options-list {
    height: 140px !important;
  }
}
.form-error {
  border: 2px solid red !important;
  border-radius: 10px;
}
.form-error .vscomp-value {
  color: red !important;
  opacity: 1 !important;
}
.form-error::placeholder {
  color: red !important;
}
.vscomp-toggle-button {
  padding: 7px 30px 7px 20px !important;
}
.vscomp-search-wrapper {
  display: none;
}
.vscomp-option-text {
  --vscom-option-font-size: 15px;
}
@media screen and (max-width: 575px) {
  .exceptionalSec {
    margin-bottom: 9rem;
  }
}
.slider-wrapper {
  position: relative;
  width: 100%;
  height: 100px;
}
@media screen and (min-width: 1440px) {
  .slider-wrapper {
    margin-bottom: 216px;
  }
}
.slider {
  position: relative;
  width: 100%;
  height: auto;
}
.slider-item {
  position: absolute;
  width: 100%;
  height: auto;
  opacity: 0;
}
@media screen and (min-width: 1440px) {
  .slider-item img {
    margin: 0;
  }
}
.slider-item.active {
  opacity: 1;
} /*# sourceMappingURL=custom.min.css.map */
a.fixed_disc {
  position: fixed;
  bottom: 10px;
  left: 0;
  width: 150px;
  z-index: 9999;
}
/*Popup*/
.entry-right input {
  border-radius: 5px;
  height: 51px;
  padding-left: 20px;
  border: 2px solid #e3e3e3;
  box-shadow: none;
  background: #fafafa;
  margin: 5px 0;
}

.offr-frm .close {
  background-color: #000;
  color: #fff;
  border-radius: 23px;
  width: 33px;
  height: 32px;
  position: absolute;
  right: 10px;
  z-index: 1;
  top: 15px;
  font-weight: 700;
  cursor: pointer;
  opacity: 1;
  font-size: 20px;
}

#entry-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999990;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.entry-box {
  background: #fff;
  text-align: center;
  padding-top: 0;
  padding-bottom: 30px;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0 0 50px 0 #000;
  position: relative;
  overflow: hidden;
  pointer-events: auto;
}

.entry-box h1 {
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 60px;
}

.entry-box h1 span {
  color: #ffd800;
}

.entry-left {
  text-align: center;
  background: #f89334;
}

.entry-box h1 {
  text-shadow: 0 5px 10px rgb(0 0 0 / 35%);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 60px;
}

.entry-right .text {
  position: relative;
  margin: 25px 0 30px;
}

.entry-right .text h2 {
  font-size: 30px;
  color: #313131;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}

.entry-right .text h2 span {
  color: #f89334;
}

.entry-right .text:before {
  content: "";
  width: 6px;
  height: 50px;
  background: #000;
  border-radius: 20%;
  position: absolute;
  left: 0;
  top: -10px;
  overflow: hidden;
}

.form-control.error {
  border-color: red !important;
}

label.error {
  display: none !important;
}

.entry-right .text strong {
  text-transform: uppercase;
  font-weight: 600;
}

.entry-right .form-control:focus {
  border-color: #e2001b;
  box-shadow: 0 0 5px 0 #dee2e4;
  background-color: #fff;
  box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.2);
}

.entry-right input {
  border-radius: 5px;
  height: 51px;
  padding-left: 20px;
  border: 1px solid #e3e3e3;
  box-shadow: none;
  background: #fafafa;
  margin: 5px 0;
}

.entry-right input[type="email"],
.leaving-box input[type="email"] {
  background-color: #fff !important;
  color: #555 !important;
}

.entry-right .intl-tel-input {
  width: 100%;
}

.entry-right .intl-tel-input.separate-dial-code .selected-dial-code {
  padding-left: 0;
}

.entery-submit {
  width: 60%;
  background: #000 !important;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  border: none !important;
  padding: 10px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  border-radius: 30px;
}

.entry-right a {
  height: 60px;
  line-height: 60px;
  display: block;
  width: 100%;
  background-color: #ffd800;
  border-radius: 50px;
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.entry-right a i {
  margin-left: 6px;
}

span.help-block.form-error {
  display: none;
}

.entry-right p {
  color: #343434;
  font-size: 14px;
  margin: 0;
  font-weight: 600;
}

.entry-right .form-group {
  margin-bottom: 10px;
}

a#entry-box_close {
  position: absolute;
  right: 5px;
  background-color: #69c626;
  width: 40px;
  height: 40px;
  border-radius: 50pc;
  color: #fff;
  font-size: 29px;
  top: 10px;
  z-index: 9;
}

.btn__effect__trans__blcktext {
  background-color: rgba(255, 255, 255, 0);
  font: inherit;
  letter-spacing: inherit;
  padding: 1em 1em;
  border: none;
  border: 2px solid #000;
  border-radius: 5px;
  text-transform: capitalize;
  transition: color 1s;
  color: #000 !important;
  width: 100%;
}

.listing-style li svg {
  margin-right: 15px;
}

.entry-box .entry-right {
  padding: 0px 30px;
}

.modal-backdrop.hide {
  opacity: 0 !important;
}

/*Packages Section Begin*/

.packages__head h2 {
  letter-spacing: 0;
  color: var(--black);
  font-size: 67px;
  line-height: 104px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.packages__Sec__main {
  background: #f8f8f8;
}

.packages__head h2 span {
  color: var(--theme);
}

.packages__head p {
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
}

.package__box__sec {
  background: #e9e9e9 0% 0% no-repeat padding-box;
  border-radius: 22px;
  padding: 40px 20px;
  margin-bottom: 30px;
  transition: 0.5s ease-in-out;
}

.packages__name {
  text-align: center;
}

.packages__name span {
  font-size: 21px;
  font-weight: bold;
  color: #000;
  height: 40px;
  display: block;
}

.packages__amount span {
  text-align: center;
  letter-spacing: -2.4px;
  color: var(--primary_color);
  font-size: 50px;
  font-weight: bold;
  line-height: 80px;
  margin-bottom: 20px;
  display: inline-block;
  background: linear-gradient(to right, var(--primary) 0%, var(--primary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.per__amount {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.packages__amount {
  text-align: center;
}

.per__amount span {
  letter-spacing: -0.57px;
  font-size: 21px;
  padding: 0 10px;
}

.per__amount span:nth-last-child(1) {
  text-decoration: line-through;
}

.list__packages ul {
  height: 290px;
  overflow-y: scroll;
}

.list__packages ul::-webkit-scrollbar {
  width: 7px;
  border-radius: 10px;
}

.list__packages ul::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px #e6e5e5; */
  border-radius: 10px;
  background: #e6e5e5;
}
.list__packages ul::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 10px;
}
.list__packages ul::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
}

.list__packages ul li {
  font-size: 16px;
  padding-bottom: 16px;
  padding-left: 10px;
  position: relative;
}

.list__packages ul li:before {
  content: "";
  position: absolute;
  background: url(../images/packages-icon.svg);
  width: 10px;
  height: 10px;
  left: 0;
  top: 6px;
}

.list__packages {
  padding-bottom: 30px;
}

.btn__pkg {
  text-align: center;
}

/*.btn__pkg a {*/
/*    background: var(--primary_color);*/
/*    width: 100%;*/
/*    display: inline-block;*/
/*    padding: 20px;*/
/*    border-radius: 10px;*/
/*    color: var(--white);*/
/*    font-size: 18px;*/
/*    background: transparent linear-gradient(73deg, var(--primary_color) 0%, var(--secondary_color) 100%) 0% 0% no-repeat padding-box;*/
/*}*/

.package__box__sec:hover {
  background: var(--primary_color);
  transition: 0.5s ease-in-out;
  background: var(--primary);
}

.package__box__sec:hover .packages__name span {
  color: #fff;
}

.package__box__sec:hover .packages__amount span {
  color: var(--theme);
  -webkit-text-fill-color: snow;
}

.package__box__sec:hover .per__amount span {
  color: #c3c2c2;
}

.package__box__sec:hover .list__packages ul li {
  color: #fff;
}

/*.package__box__sec:hover .btn__pkg a {*/
/*    background: var(--white);*/
/*    color: var(--primary_color);*/
/*}*/

.package__box__sec:hover .list__packages ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #4b4b4b;
  border-radius: 10px;
  background: #4b4b4b;
}
.package__box__sec:hover .list__packages ul::-webkit-scrollbar-thumb {
  background: var(--white);
  border-radius: 10px;
}
.package__box__sec:hover .list__packages ul::-webkit-scrollbar-thumb:hover {
  background: var(--white);
}

.packages__list__menu ul li a {
  background: #e9e8e8;
  padding: 20px 30px;
  color: var(--primary_color);
  font-size: 19px;
  border: 0 !important;
  border-radius: 10px !important;
  font-weight: 500;
  border: 1px solid #f55d2d !important;
}

.packages__list__menu ul {
  justify-content: center;
  border: 0;
}

.packages__list__menu ul li {
  padding: 0 9px;
  margin-bottom: 20px !important;
}

.packages__list__menu ul li a:hover,
.packages__list__menu ul li a.active {
  color: #fff !important;
  background: transparent
    linear-gradient(73deg, var(--primary) 0%, var(--primary) 100%) 0% 0%
    no-repeat padding-box;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement {
  display: none;
}
::-webkit-scrollbar-track-piece {
  background-color: #ecedf1;
  /* -webkit-border-radius: 0; */
  /* border-left: 1px solid #fff; */
}
::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0;
  background: #0a0a2d;
}

.view_btn {
  margin: 16px 0;
  text-align: center;
}

.view_btn a.v-detail {
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: underline;
  color: #000;
}

.package__box__sec:hover .view_btn a.v-detail {
  color: #fff;
}

.packages__head {
  text-align: center;
  margin-bottom: 1rem;
}

section.packages__Sec__main.padding__120 {
  padding-top: 70px;
  padding-bottom: 60px;
}

/*Packages Section End*/
/*packages inner pages css start*/

.works-wrap {
  padding: 170px 0 60px;
  position: relative;
  background-color: #fff;
  z-index: 2;
  border-bottom: 1px solid #eaeaea;
}

.subscribe-fold .myheading {
  position: relative;
  padding-bottom: 40px;
  font-size: 44px;
  color: #160c28;
  line-height: 1.1em;
  margin-bottom: 30px;
  padding: 0;
}

.subs-pac {
  /* box-shadow: 0 3px 30px #0000001f; */
  display: block;
  width: 100%;
  text-align: center;
  /* height: 505px; */
  margin: 0 0 60px;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /* border-radius: 10px; */
  padding: 75px 0 0;
  background-color: #f0f0f0;
}

.bronze {
  border: 1px solid transparent;
}

.subscribe-fold h3 {
  font-size: 24px;
  margin: 0;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
  font-weight: 800;
  width: 100%;
  text-align: center;
}

.subs-pac h6 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  display: inline-block;
  line-height: 0.9;
  margin: 30px 0 0;
  position: relative;
  padding: 0 20px;
}

.subs-pac h6 span.old {
  position: absolute;
  right: 0;
  left: 0;
  top: -30px;
  text-decoration: line-through;
  font-weight: 700;
  margin: 0;
  font-size: 16px;
}

.subs-pac h6 span {
  font-size: 16px;
  color: #687087;
  display: inline-block;
  margin: 30px 0 0;
  padding: 0;
  position: relative;
  line-height: 1.3;
}

.subs-pac h6 span b.monthss {
  position: absolute;
  right: -61px;
  font-size: 20px;
  top: -37px;
  color: #555;
}

.subs-pac h6 b {
  position: relative;
  font-size: 20px;
  display: inline-block;
  top: -28px;
  color: #555;
}

.subs-pac a.ordrrrr {
  text-align: center;
  margin: 30px auto 0;
  border: none;
  padding: 14px 60px;
  color: #fff;
  box-shadow: none;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  background: transparent
    linear-gradient(74deg, var(--primary) 0%, var(--secondary_color) 100%) 0% 0%
    no-repeat;
}

.subs-pac .actions a.chatbtn {
  font-size: 14px;
  font-weight: 600;
  padding: 35px 0;
  display: inline-block;
  color: #000;
  margin: 0;
}

.subs-pac .actions a.numberbtn {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 0;
  color: #000;
  display: inline-block;
  margin: 0;
}

.subs-pac .actions a.numberbtn {
  font-size: 14px;
  font-weight: 600;
  padding: 35px 0;
  color: #000;
  display: inline-block;
  margin: 0;
}

.sub-list {
  padding-left: 40px;
}

.subscribe-fold .table-packages {
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
}

.subscribe-fold .table-packages .head {
  width: 100%;
  margin-bottom: 23px;
}

.subscribe-fold .table-packages .head h5 {
  text-align: left;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #160c28;
}

.subscribe-fold .table-packages .body .subscription-list {
  height: 430px;
  margin-top: 20px;
  padding: 0;
}

.innerContentScroll {
  height: 400px;
  overflow-y: scroll;
}

.subscribe-fold .table-packages .body ul li {
  text-align: left;
  padding: 14px 0 14px 0;
  border-bottom: 1px solid #eaeaea;
  width: 95%;
}

.subscribe-fold .table-packages .body ul li h6 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-family: var(--primary-font-family);
}

.subscribe-fold .table-packages .body ul li span.tick {
  font-size: 20px;
  color: #01e252;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
  height: 32px;
  line-height: 1.6;
  float: right;
}

.subscribe-fold .table-packages .body ul li span.tick:before {
  content: "";
  position: absolute;
  background: url(../images/packages-icon.svg);
  background-repeat: no-repeat;
  width: 15px;
  background-size: cover;
  height: 15px;
  left: 0;
  top: 6px;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement {
  display: none;
}
::-webkit-scrollbar-track-piece {
  background-color: #ecedf1;
  -webkit-border-radius: 0;
  /* border-left: 1px solid #fff; */
}
::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0;
  background: #0a0a2d;
}

.view_btn {
  margin: 16px 0;
  text-align: center;
}

.view_btn a.v-detail {
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: underline;
}

.package__box__sec:hover .view_btn a.v-detail {
  color: #fff;
}
.subs-pac a.btn1 {
  width: 70%;
  margin: 10px auto 0;
  color: #fff;
}
.packg header {
  background: #000;
}
li.algnsetup {
  display: flex !important;
}

li.algnsetup a {
  color: #fff;
}
/*packages inner pages css end*/

.btn__pkg .btn2 {
  font-size: 18px;
  color: #2b2b2b;
  font-weight: 500;
  border: 1px solid #f55d2d;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  line-height: 1;
  height: 45px;
  /* width: fit-content; */
  padding: 0px 0;
  border-radius: 30px;
  padding-right: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
section.packages__Sec__main.padding__120 .swiper-slide.col-md-4 {
  width: 33.33333333%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.our-banner h1 {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  margin: 0 0 20px;
  position: relative;
  z-index: 1;
}

.our-banner h1 span {
  display: block;
  color: #f89b09;
  text-transform: uppercase;
  font-size: 63px;
}

.our-banner h1 strong {
  display: block;
  font-size: 60px;
}

.our-banner h5 {
  color: #313131;
  margin: 0 0 20px;
  font-size: 22px;
  width: 60%;
  line-height: 30px;
}

.btn {
  border-radius: 0;
  border: 0;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 30px;
  position: relative;
  /* z-index: 2; */
}

.btn-light {
  background: #393939;
  color: white;
}

.btn-block a {
  margin-right: 27px;
}

.btn-dark {
  background: #f89b09;
}

.btn:before {
  background: #e79b23ab;
  content: "";
  height: 80%;
  width: 100px;
  position: absolute;
  right: -7px;
  bottom: -7px;
  z-index: -1;
}

.signupForm {
  padding: 1.5rem;
  border-radius: 1rem;
  margin-left: 2rem;
  background: var(--primary);
  position: relative;
  padding-block: 1.5rem;
}

.seal img {
  /* max-width: 80%; */
  animation: blinker 1s linear 0s infinite normal none running;
}

@keyframes blinker {
  0% {
    opacity: 1;
  }

  49% {
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.seal {
  position: absolute;
  top: -40px;
  right: -30px;
}

.our-banner {
  background: url("../images/images-banner.webp") no-repeat;
  height: 780px;
  width: 100%;
  background-size: cover;
  /* margin-top: -60px; */
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-position: 40% 100%;
}

.our-banner h1 span {
  display: block;
  color: #f89b09;
  text-transform: uppercase;
  font-size: 63px;
}

.info-banner ul li {
  display: block;
  color: #000;
  font-size: 20px;
  margin-bottom: 11px;
  position: relative;
  padding-left: 19px;
}
.info-banner ul {
  margin: 0 0 30px;
}

.info-banner ul li:before {
  background: #e79b23;
  position: absolute;
  left: 0;
  content: "";
  padding: 5px;
  border-radius: 50px;
  top: 10px;
}
.banner-btm {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 30px;
  border-top: 1px solid #fff;
  padding-top: 30px;
}
.banner-btm h5 {
  margin: 0;
  width: 100%;
  font-size: 34px;
}

.our-allow {
  background: #faf4eb;
  position: relative;
  overflow: hidden;
}
.our-allow:before {
  content: "";
  background: url(../images/our-allow-before.png) no-repeat;
  height: 213px;
  width: 215px;
  position: absolute;
  left: -30px;
  bottom: -100px;
}
.our-allow h2 {
  font-family: "Zilla Slab", serif;
  margin: 0;
  font-size: 37px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.our-allow h2:after {
  content: "";
  position: absolute;
  background: white;
  left: -16px;
  top: 0;
  height: 100%;
  width: 60px;
  border-radius: 50px;
  z-index: -1;
  box-shadow: -5px 0 0px 1px #f89b09;
}
.our-allow:after {
  content: "";
  background: url(../images/our-allow-after.png) no-repeat;
  height: 437px;
  width: 376px;
  position: absolute;
  right: -30px;
  top: -70px;
}

.our-publishing {
  position: relative;
  clear: both;
  overflow: hidden;
}

.our-publishing h2 {
  position: relative;
  font-weight: 600;
  display: table;
  margin: 0 auto 30px;
}

.our-publishing .txt {
  background: #f5f6fa;
  height: 360px;
  position: relative;
  padding-top: 40px;
  z-index: 1;
}

.our-publishing .txt:before {
  content: "";
  background: url(../images/our-pub-img.jpg) no-repeat;
  position: absolute;
  left: -60px;
  top: -20px;
  height: 499px;
  width: 332px;
  background-size: 85%;
  opacity: 0.7;
}

.our-publishing .txt ul li {
  display: block;
  padding-left: 186px;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}

.our-publishing .txt:after {
  content: "";
  background: url(../images/our-pub-txt-after.png) no-repeat;
  position: absolute;
  right: -20px;
  bottom: -70px;
  height: 129px;
  width: 130px;
}

.our-publishing:after {
  content: "";
  background: url(../images/our-pub-before.png) no-repeat;
  height: 718px;
  width: 1320px;
  position: absolute;
  right: -350px;
  top: -60px;
  z-index: -9;
}

.our-publishing p {
  font-size: 16px;
  color: #515259;
  line-height: 26px;
  width: 80%;
  margin-left: 40px;
}

.btn-block {
  display: block;
  width: 100%;
  padding: 5px 0;
  margin-bottom: 3px;
}

.our-publishing .btn-block {
  margin-left: 40px;
}

.our-publishing h2:after {
  content: "";
  position: absolute;
  background: #f89b09;
  left: 0px;
  top: 0;
  height: 100%;
  width: 50px;
  border-radius: 50px;
  z-index: -1;
  box-shadow: -3px 0 0px 1px #f8f8f8;
}

.our-author {
  background: url(../images/our-author.jpg) no-repeat;
  height: 425px;
  width: 100%;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  z-index: 11;
}
.our-author h2 {
  font-size: 44px;
  color: #fff;
  font-weight: 300;
  line-height: 47px;
  margin: 0 0 20px;
  position: relative;
}
.our-author h2:after {
  content: "";
  position: absolute;
  background: #000;
  left: 0;
  top: 0;
  height: 86%;
  width: 50px;
  border-radius: 50px;
  z-index: -1;
  box-shadow: -7px 0 0 5px #f89b09;
  bottom: 0;
  margin: auto;
}

.our-author p {
  color: #faf4eb;
  font-size: 18px;
  margin: 0 0 20px;
}
.our-author .seal {
  top: 40px;
  right: -10px;
}

.btn-dark {
  background: #f89b09;
}

.btn-block {
  display: block;
  width: 100%;
  padding: 5px 0;
  margin-bottom: 3px;
}

.our-process {
  position: relative;
}
.our-process:before {
  content: "";
  background: url(../images/process-before.png) no-repeat;
  height: 717px;
  width: 880px;
  position: absolute;
  left: 0;
  top: 0;
}
.our-process h2 {
  position: relative;
  font-weight: 600;
  display: table;
  margin: 0 auto 25px;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.our-process h2:before {
  content: "";
  position: absolute;
  background: #f89b09;
  left: 60px;
  top: 0;
  height: 119%;
  width: 40px;
  border-radius: 50px;
  z-index: -1;
  box-shadow: -3px 0 0px 1px #f8f8f8;
}

.our-process h3 {
  font-size: 17px;
  color: #515259;
  font-weight: 400;
  width: 70%;
  margin: 0 auto 40px;
  text-align: center;
  line-height: 25px;
}

.our-process .process {
  border-top: 3px solid #19161c;
  border-bottom: 3px solid #19161c;
  padding: 20px 10px;
  height: 220px;
}
.our-process .process h5 {
  background: #f89b09;
  display: inline-block;
  color: #754618;
  font-size: 12px;
  letter-spacing: 6px;
  padding: 5px 10px;
  border-radius: 20px;
  margin: 0 0 15px;
}
.our-process .process h4 {
  font-size: 24px;
  font-family: "Zilla Slab", serif;
  font-weight: 500;
  line-height: 25px;
  margin: 0 0 10px;
}
.our-process .process p {
  font-size: 13px;
  color: #515259;
  margin: 0;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-process .owl-nav {
  margin: 0;
  position: relative;
  /* width: 16%; */
  margin: 60px auto 0;
}
.owl-process .owl-nav {
  position: relative;
}

.owl-process.owl-dots.disabled,
.owl-process .owl-nav.disabled {
  display: block;
}
.owl-process .owl-nav:before {
  content: "";
  height: 67px;
  width: 67px;
  background: #faf4eb;
  position: absolute;
  border-radius: 50%;
  top: -19px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.owl-process .owl-nav .owl-next {
  background: url(../images/owl-arrow-next.png) no-repeat !important;
  right: 0;
  left: inherit;
}
.owl-process .owl-nav .owl-prev {
  background: url(../images/owl-arrow-prev.png) no-repeat !important;
  left: 0;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.seal {
  position: absolute;
  top: -40px;
  right: -30px;
}

.our-author .seal {
  top: 40px;
  right: 49%;
}

.our-amazon {
  background: url(../images/amazon-bg.jpg) no-repeat;
  height: 319px;
  width: 100%;
  background-size: cover;
  position: relative;
  text-align: center;
  z-index: 1;
}
.our-amazon h2 {
  color: white;
  font-size: 48px;
  font-weight: 300;
  margin: 0 0 12px;
}
.zila {
  font-family: "Zilla Slab", serif;
}
.our-amazon h3 {
  color: white;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 30px;
}

.our-amazon .btn-block {
  /* margin-left: 20px; */
  display: inline;
}
.our-amazon .btn-light {
  background: black;
  color: #fff !important;
}
.btn-dark {
  background: #f89b09;
}
.btn:before {
  background: #e79b23ab;
  content: "";
  height: 80%;
  width: 100px;
  position: absolute;
  right: -7px;
  bottom: -7px;
  z-index: -1;
}

.our-counter {
  background: url(../images/counter-bg.jpg) no-repeat;
  height: 319px;
  width: 100%;
  background-size: cover;
  background-position: 100%;
  position: relative;
}
.our-counter:before {
  content: "";
  background: url(../images/counter-before.jpg) no-repeat;
  height: 441px;
  width: 664px;
  position: absolute;
  left: -190px;
  top: -70px;
}
.our-counter .row {
  align-items: center;
  height: 100%;
}
.our-counter h6 {
  font-size: 80px;
  color: #f89b09;
  text-align: center;
  font-weight: 600;
  margin: 0 0 0;
}
.our-counter p {
  font-size: 18px;
  color: #faf4eb;
  text-align: center;
  margin: 0;
  line-height: 23px;
  text-transform: capitalize;
}

.text-uppercase {
  text-align: center;
  font-size: 21px;
}
@media only screen and (max-width: 1372px) {
  .our-banner {
    height: 800px;
  }
  .text-uppercase {
    text-align: center;
    font-size: 30px;
  }

  .our-banner h1 span {
    font-size: 50px;
  }
  .our-banner h1 strong {
    font-size: 46px;
  }
  .signupForm {
    margin-left: 0rem;
  }
  .info-banner ul li {
    display: block;
    color: #000;
    font-size: 16px;
    margin-bottom: 21px;
    position: relative;
    padding-left: 19px;
  }
  .info-banner ul li:before {
    top: 2px;
  }
  h4 {
    font-size: 1.4rem;
  }
  .packages__head h2 {
    font-size: 60px;
  }

  .our-publishing .txt ul li {
    font-size: 13px;
  }
  .portfolioSec h4 {
    font-size: 2.6rem;
  }
  .our-counter h6 {
    font-size: 70px;
    margin-left: 19px;
  }
}

.our-amazon {
  background: url(../images/amazon-bg.jpg) no-repeat;
  height: 319px;
  width: 100%;
  background-size: cover;
  position: relative;
  text-align: center;
  z-index: 1;
}

/* Begin: Button Style */

.themeBtn {
  background-color: var(--primary);
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--white);
  /* z-index: 2; */
  transition: all 0.4s ease-in-out;
  position: relative;
  padding: 1rem 1.5rem;
  display: inline-block;
  border-radius: 5px;
}

.themeBtn:before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid var(--primary);
  left: 0.5rem;
  right: -0.5rem;
  top: 0.5rem;
  bottom: -0.5rem;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
}

.themeBtn:hover {
  background-color: #fff;
  color: var(--primary);
}

.themeBtn:hover::before {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.themeBtn2 {
  background: var(--primary);
  color: var(--secondry);
}

.themeBtn2:before {
  border-color: var(--primary);
}

.themeBtn2:hover::before {
  border-color: var(--primary);
}

.themeBtn-Black {
  background: var(--secondry);
  color: var(--white);
}

.themeBtn-Black:hover {
  color: var(--secondry);
}

.themeBtn-Black:before {
  border-color: var(--secondry);
}

.themeBtn-Black:hover::before {
  border-color: var(--secondry);
}

/* END: Button Style */
.slick-dots {
  bottom: -3rem;
  display: flex;
  justify-content: center;
}

.slick-dots li button {
  width: 0.8rem;
  height: 0.6rem;
  background: var(--primary);
  border-radius: 100px;
  transition: ease all 0.5s;
}

.slick-dots li.slick-active button {
  width: 6rem;
}

.slick-dots li {
  width: auto;
}

.slick-dots li button:before {
  content: none;
}

.slick-prev:before,
.slick-next:before {
  content: "\f177";
  color: var(--primary);
  font-family: "Font Awesome 5 Pro";
  font-size: 3rem;
}

.slick-next:before {
  content: "\f178";
}

.slick-prev.slick-arrow {
  top: -5rem;
  left: 0;
}

.slick-next.slick-arrow {
  right: 2rem;
  top: -5rem;
}

.provideSlider {
  margin-top: 8rem;
}

.slick-dots {
  bottom: auto;
  top: -7rem;
  display: flex;
  justify-content: center;
}

.slick-dots li button {
  width: 0.2rem;
  height: 2rem;
  background: var(--secondry);
}

.slick-dots li.slick-active button {
  width: 0.2rem;
  height: 5rem;
  background: var(--primary);
}

.reviewSec .slick-next.slick-arrow,
.reviewSec .slick-prev.slick-arrow {
  top: 3rem;
  z-index: 1111;
}

.reviewSec .slick-dots {
  top: 3rem;
}

/* Begin: Header CSS */

.topBar {
  background: var(--primary);
  padding: 8px 0;
  transition: all 0.5s ease;
}
body {
  overflow-x: hidden;
}
.topBar ul {
  display: flex;
  justify-content: center;
  gap: 4rem;
}

.topBar ul li a i {
  padding-right: 2px;
}

.topBar ul li a {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--secondry);
}

header {
  /* background: var(--secondry); */
  position: relative;
  top: 0;
  z-index: 11;
  width: 100%;
  transition: all 0.5s ease;
}

header .navbar {
  padding: 12px 0;
  width: 100%;
}

.contOpt {
  display: none;
}

header.sticky {
  background: var(--secondry);
  top: 0;
  position: fixed;
}

header.sticky .navbar-brand img {
  width: 150px;
}

header .navbar .navbar-nav {
  gap: 2rem;
}

header .navbar .navbar-nav .nav-item .nav-link {
  color: var(--white);
  font-size: 1rem;
  text-transform: capitalize;
  padding: 0;
  font-weight: 500;
}

header.sticky .topBar {
  display: none;
}

.navbar-nav .dropdown-menu {
  border: 0;
  background: var(--secondry);
  padding: 5px 0;
  overflow: hidden;
  top: 3rem;
  border-radius: 0;
}

.navbar-nav .dropdown-menu li a {
  padding: 8px 1rem;
  display: block;
  color: var(--white);
  position: relative;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: var(--primary);
  color: var(--white);
}

.navbar-nav .dropdown-menu li a::before {
  content: "\f105";
  margin-right: 8px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 800;
}

header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--primary);
}

header .topBar .contList {
  justify-content: flex-end;
  gap: 3rem;
}

.stepHeader .topBar ul li a {
  color: var(--white);
  font-size: 1rem;
  font-weight: 400;
}

.stepHeader .logo img {
  width: 5rem;
}

.stepHeader .topBar {
  background: var(--secondry);
}
.lpHeader {
  padding: 10px 0;
}

.lpHeader img {
  width: 180px;
}

.lpHeader .btnOpt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
}

.lpHeader .btnOpt .themeBtn {
  font-size: 1rem;
  padding: 10px 1rem;
}
/* END: Header */

/* Begin: footer */

footer {
  background: var(--secondry);
  padding-top: 3rem;
}

footer h4,
footer span.h4 {
  font-size: 1.475rem;
  color: var(--white);
  margin: 2rem 0;
  display: block;
}

footer ul li a {
  color: var(--white);
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.5s ease;
  padding: 8px 0;
}

footer ul li a i {
  /* transform: rotate(44deg); */
  font-size: 13px;
  color: var(--primary);
  transition: all 0.5s ease;
}

footer ul li a:hover i {
  transform: none;
}

footer ul li a:hover {
  color: var(--primary);
}

footer p {
  color: var(--white);
  font-size: 1.15rem;
}

.socailicons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.socailicons li a {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.socailicons li a i {
  transform: none;
  font-size: 1.25rem;
  color: var(--primary);
  transform: scale(1) rotate(0);
}

.socailicons li a:hover i,
.socailicons li a:hover img {
  transform: scale(1) rotate(-360deg);
}

.socailicons li a:hover {
  border-color: var(--white);
}

.socailicons li a img {
  width: 22px;
  transform: scale(1) rotate(0);
  position: relative;
  transition: all 0.5s ease;
}

.socailicons li a:hover i {
  color: var(--primary);
}

footer form input,
footer form textarea {
  width: 100%;
  height: 49px;
  padding-left: 1rem;
  border-radius: 10px;
  border: none;
  font-size: 13px;
  margin: 3px 0;
}
#footerForm .accordion-button {
  height: 49px;
}

footer form textarea {
  height: 100px;
  padding: 1rem;
}

footer form .themeBtn {
  display: inline-block;
  width: 100%;
  border: none;
}

.copyRight {
  padding: 1rem 0;
}
.copyRight p {
  margin: 0;
}
.copyRight ul {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.copyRight ul li {
  color: var(--white);
}
.contStrip .listNum {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 3rem;
  margin: 3rem 0 0rem;
  background: #0003;
  border: 1px solid #00000059;
  border-radius: 10px;
}

.contStrip .listNum li {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.contStrip .listNum li i {
  color: var(--primary);
  transform: rotate(0deg);
  font-size: inherit;
}
.socialFooter {
  margin-top: 3rem;
}

.disclaimer {
  padding: 10px 0 5px;
  border-top: 5px solid var(--primary);
}

.disclaimer p {
  margin: 0;
}

.contactBoxs .servicesList li input:checked + .checkBoxStyle i {
  color: var(--primary);
}

.contactBoxs .accordion-button::after {
  color: #000;
}

.contactBoxs .accordionStyle .accordion-item {
  background: #fff;
  border-radius: 15px;
}

.contactBoxs .accordionStyle {
  margin: 5px 0;
}

.contactBoxs
  .accordionStyle
  .accordion-item
  .accordion-button[aria-expanded="true"]:hover {
  color: #000;
}

.contactBoxs .servicesList .checkBoxStyle label {
  color: #9b9b9b;
}

.contactBoxs .accordionStyle .accordion-item .accordion-button {
  padding: 12px 1rem;
  color: #767676;
}

footer .form-control {
  height: 3rem;
  margin: 8px 0;
  border-radius: 10px;
  border: none;
}

.contactBoxs .accordionStyle .accordion-item:first-of-type .accordion-button,
.contactBoxs
  .accordionStyle
  .accordion-item:last-of-type
  .accordion-button.collapsed {
  border-radius: 10px;
}

.contactBoxs .accordion-body {
  padding-top: 0;
}

.disclaimer p {
  font-size: 14px;
}

footer.contactBoxs .accordionStyle .accordion-item .accordion-button {
  padding: 8px 1rem;
}

/* END: footer */

.accordion .inner {
  padding-left: 1em;
  overflow: hidden;
  display: none;
}
.accordion li {
  margin-bottom: 10px;
}
.accordion .question {
  background: white;
  width: 100%;
  display: block;
  padding: 20px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #000;
}
.accordion .answer {
  background: white;
  margin: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 20px;
  color: #000;
}

.disclaimer{
  font-size: 14px;
}