/*Main Css */
:root {
  --primary: #4837FF;
  --bg-light: #ffdecc;
  --bg-gray: #f4f9ff;
  --black: #000000;
  --white: #ffffff;
  --dark: #333333;

  --font-heading: "Roboto", sans-serif;
  --font-accent: "Roboto", sans-serif;
  --font-body: "Roboto", sans-serif;

  --icon: "Font Awesome 6 Pro", sans-serif;
}
::selection {
  background: #000000;
  color: #fff;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: #000000;
}

/* Tabbing CSS */

[class^="box-"] {
  display: none;
}

[class^="box-"].showfirst {
  display: block;
}

body {
  font-family: var(--font-body);
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1;
  color: #333;
}
body.inner-header {
  /*padding-top: 200px; */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  display: block;
  font-weight: 700;
  color: #000;
}

*:hover,
*:focus,
* {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

a,
input[type="submit"] {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

span {
  display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
  font-family: var(--font-body);
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  opacity: 1;
}

/* Padding Classes */
.pad-zero {
  padding: 0px;
}
.pad-l-zero {
  padding-left: 0px;
}
.pad-r-zero {
  padding-right: 0px;
}
.ovr-hiddn {
  overflow: hidden;
}
.overlay:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.overlay {
  display: none;
}
.overlay.active {
  display: block;
}

/* Heading Classes */
.hding-1 h1 {
  font-size: 75px;
  font-weight: 700;
  line-height: 75px;
}
.highlighted {
  color: #ff5e14;
}

/* Custom Slick Css */
.slick-list {
  margin: 0 -15px;
}
.slick-slide {
  margin: 0 15px;
}
.slick-dots {
  padding: 50px 0 0;
  text-align: center;
}
.slick-dots li {
  margin: 0 10px 0 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
}
.slick-dots li button:before,
.slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 20px;
}
.slick-dots li button {
  height: 8px;
  width: 30px;
  border-radius: 100px;
  padding: 0px;
  background: #dddddd;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
}
.slick-dots li.slick-active button {
  background: #b6b9fc;
  width: 55px;
}

/*header css*/

.marquee-text {
  overflow: clip;
  background: var(--primary);
  padding: 10px 0;
}

.marquee-text-track {
  display: flex;
  padding-left: 4.8rem;
  gap: 1.25rem;
  width: max-content;
  animation: marquee-move-text 40s linear infinite forwards;
}

.marquee-text p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

@keyframes marquee-move-text {
  to {
    transform: translateX(-50%);
  }
}

header {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  position: absolute;
  background: transparent;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
}
header.sticky {
  /* background: #050505; */
  /* box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%), 0px 2px 4px -1px rgb(0 0 0 / 6%); */
  /* top: 0; */
  /* padding-bottom: 40px; */
}
.menuWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  display: inline-block;
  max-width: 200px;
}
.f-logo {
  max-width: 260px;
}
.logo img {
  display: block;
}

/* Hamburger Menu */
.menu-Bar {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0px;
  margin: auto;
  z-index: 22;
  display: none;
}
.menu-Bar span {
  display: block;
  height: 4px;
  width: 100%;
  background: var(--primary);
  position: absolute;
  transition: 0.6s all;
  border-radius: 100px;
}
.menu-Bar span:nth-child(1) {
  top: 0;
}
.menu-Bar span:nth-child(2) {
  top: 8px;
  transform-origin: left;
}
.menu-Bar span:nth-child(3) {
  top: 16px;
}
.menu-Bar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
  transform-origin: right-center;
}
.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
  transform-origin: right-center;
}

/* Menu Css */
.menu {
  font-size: 0px;
  display: inline-block;
  vertical-align: middle;
}
.menu > li {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 0 0px 26px;
}
.menu > li > a {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.header-btn {
  background: var(--primary);
  color: white !important;
  padding: 17px 30px;
  font-weight: 600 !important;
  border-radius: 35px;

  /* shadow/sm */
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);

  /* text-base/leading-6/font-semibold */
  font-size: 16px !important;
  line-height: 24px !important;
}
.header-btn:hover {
  transform: scale(1.03);
}
.menu > li :hover > a,
.menu > li .active > a {
  color: var(--primary);
}

@keyframes scale-display {
  0% {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes scale-display--reversed {
  0% {
    display: inline-flex;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  99% {
    display: inline-flex;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

/* Menu Dropdown CSS */
.has-child {
  position: relative;
  z-index: 1;
}
.dropdown {
  position: absolute;
  top: 100%;
  width: 300px;
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 10%);
  display: none;
  border-radius: 0 0 15px 15px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: #1b1a41;
  backdrop-filter: blur(20.3px);
  margin-top: 18px;
}

@keyframes slide {
  0% {
    height: 0;
  }
  100% {
    height: auto;
  }
}
.dropdown .dropdown {
  left: 100%;
  top: 0;
}
.dropdown ul li a {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  padding: 10px 20px;
}
.dropdown li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.chev.rotate {
  transform: rotate(180deg);
}
.chev {
  transition: 0.5s ease;
}
/* Dropdown CSS*/

@keyframes btotreverse {
  0% {
    top: 75px;
    opacity: 1;
  }
  100% {
    top: 115px;
    opacity: 0;
  }
}

@keyframes btot {
  0% {
    top: 115px;
    opacity: 0;
  }
  100% {
    top: 40px;
    opacity: 1;
  }
}

/* Main Banner CSS */
.mainBanner {
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  position: relative;
}
.banner-content {
  padding: 176px 0 140px;
}
h1.banner-heading {
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 70px; /* 116.667% */
}
span.sub-heading {
  font-size: 18px;
  line-height: 22px;
  color: var(--primary);
  font-weight: 500;
}
p.banner-text {
  margin-bottom: 24.5px;
  font-size: 20px;
  line-height: 30px; /* 150% */
}
.menu-wrap {
  border-radius: 54px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20.3px);
  padding: 18.5px 35px;
}
.main-header {
  padding-top: 40px;
}
.banner-content ul li {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 19px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.review-card {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(22.75px);
  display: flex;
  padding: 19px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  width: 394px;
  margin-bottom: 20px;
}
.review-card p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}
.review-card p span {
  /*color: var(--primary);*/
  color: #fff;
}
.banner-img {
  position: absolute;
  bottom: 6%;
  right: 17%;
}
.banner-img span svg {
  margin-left: -29px;
}
.sec-heading h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
}
.sec-1 {
  background: #f9f9f9;
  padding: 35.15px 0;
}
ul.trusted-clients {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: center;
  text-align: center;
  justify-content: center;
}
.successful-projects h3 {
  color: #26282c;
  font-size: 42px;
  line-height: normal;
  letter-spacing: -0.84px;
  padding-bottom: 20px;
}
.successful-projects p {
  color: #222525;
  font-size: 16px;
  line-height: 24px; /* 150% */
}
.successful-projects ul li {
  color: #222525;
  font-size: 16px;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 17px;
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 12px;
}
.successful-projects ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 31px;
}
section.sec-5 {
  border-radius: 30px 30px 0px 0px;
  background: #171717;
  overflow: hidden;
}
.sec-4 img.vector1 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.store-card h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.4px;
  padding-bottom: 30px;
}
.store-card p {
  color: #000;
  font-size: 16px;
  line-height: 27px; /* 168.75% */
}
.store-card .btn-wrap {
  margin: 48px 0 0;
}
section.sec-6 {
  background: #f4f4f4;
}

section.sec-8 {
  background: var(--primary);
}
.process-card ul li {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}
.process-card ul {
  list-style: disc;
  margin-left: 21px;
  padding: 24px 0;
}
.process-wrap .line.last {
  display: none;
}
.theme-btn.popstatic.bg-black {
  background: #000;
}
.theme-btn.popstatic.bg-black:hover {
    color: #fff;
}
/* -------------------------counter CSS------------------------  */
ul#counter {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 85px;
}
.counter-wrapper .counter {
  display: flex;
  align-items: center;
  gap: 20px;
}
.counter-wrapper .counter span.count {
  font-weight: 700;
  font-size: 45px;
  color: #000;
}
ul#counter li .counter > div {
  margin-bottom: 0rem;
  flex-shrink: 0;
  color: var(--primary);
  font-size: 90px;
  font-weight: 700;
  line-height: 50px; /* 55.556% */
}
ul#counter li {
  background-position: center;
  width: 100%;
  /* text-align: center; */
  line-height: 28px;
  border-radius: 15px;
  background: #fff;
  display: flex;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  /* gap: 39px; */
  flex: 1 0 0;
  align-self: stretch;
}
ul#counter li .counter span.text {
  color: #333;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px; /* 100% */
  margin: 30px 0;
}
.counter p {
  color: #999;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px; /* 127.778% */
}
section.sec-counter {
  background: #f9f9f9;
}
/* -------------------------counter CSS------------------------  */

.timeline {
  position: relative;
  margin: 50px auto;
}
.line {
  position: absolute;
  left: -25px;
  top: 0;
  width: 2px;
  height: 0;
  background: #000;
  transition: height 0.3s ease-out;
}
.section {
  display: flex;
  align-items: flex-start;
  margin-bottom: 23px;
  position: relative;
}
.circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  left: -50px;
  background: #000;
}
.content {
  padding: 0 0 0 40px;
  width: 100%;
}
.content h2 {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 20px;
}
.content p {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  padding: 20px 0;
}
.content ul li {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.content ul {
  list-style: disc;
  margin-left: 20px;
}
.line:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 2px;
  background: #cfcfcf;
  top: 0;
  left: 0;
}

/* Accordian */
.accordion2 {
  position: relative;
}
.accordion2 li {
  padding: 20px 24px 30px;
  cursor: pointer;
  width: 100%;
  margin: 0 auto;
  background: white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0;
  /* margin-bottom: 1.5rem; */
  border-bottom: 1px solid #bdbdbd;
}
ul.accordion2 li span {
  display: flex;
  position: relative;
}
.accordion2 li h3 {
  color: #303a42;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px; /* 133.333% */
  letter-spacing: 1px;
  max-width: 92%;
}
ul.accordion2 li h3:after {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
  right: 0;
  color: #9ca3af;
  transition: all 0.3s ease-in-out;
  font-size: 36px;
  font-weight: 300;
  top: 0;
}
ul.accordion2 li.active h3:after {
  content: "\f068";
}
.accordion2 .answer p {
  margin-top: 0;
  width: 100%;
  color: #303a42;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.accordion2 .answer {
  padding: 18px 0 0;
}
/* Accordian */

.sec-10 .sec-heading h2 {
  font-weight: 400;
  font-size: 55px;
}

/* Testimonials 2 */
.testi-card p {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px; /* 166.667% */
  margin-bottom: 55px;
}
.bottom .text h3 {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px; /* 150% */
  display: flex;
  align-items: center;
  gap: 10px;
}

a.arrow-btn {
  position: absolute;
  top: calc(50% - 54px);
  width: 58px;
  height: 58px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 1;
  font-size: 19px;
  color: #333;
  box-shadow: 0px 1.32566px 14px rgba(0, 0, 0, 0.08);
  border: 1px solid #000;
}
.testi-slider-2 a.arrow-btn.right.slick-arrow {
  right: 1%;
}
.testi-slider-2 a.arrow-btn.left.slick-arrow {
  left: 1%;
}
.testi-slider-2.slick-initialized.slick-slider {
  margin-top: 76px;
}
/* Testimonials 2 */

/* Accordian */
.accordion-list {
  position: relative;
  margin-top: 92px;
}
.accordion-list li {
  padding: 58px 0 70px;
  cursor: pointer;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #d1d5db;
  border-top: 1px solid #d1d5db;
  /* background: white; */
  /* box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05); */
  border-radius: 0;
  /* margin-bottom: 1.5rem; */
}
ul.accordion-list li span {
  display: flex;
  position: relative;
}
.accordion-list li h3 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  /* line-height: normal; */
  display: flex;
  align-items: center;
  gap: 33px;
}
ul.accordion-list li h3:after {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
  right: 0;
  color: #fff;
  transition: all 0.3s ease-in-out;
  font-size: 34px;
  font-weight: 600;
  top: 15px;
  width: 59px;
  height: 59px;
  border: 3px solid #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion-list li.active h4::after {
  color: #9ca3af;
  content: "\f077";
}
ul.accordion-list li.active h3:after {
  content: "\f067";
}
.answer p {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px; /* 125% */
  width: 514px;
}
.accordion-list li h3 strong {
  font-size: 90px;
}
.answer {
  display: flex;
  align-items: center;
  gap: 16rem;
  justify-content: center;
  padding: 38px 0 0;
}
.answer .btn-wrap {
  margin: 50px 0 0;
}
/* Accordian */

/* popup */
.overlay:after,
.overlay1:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
}

.overlay,
.overlay1 {
  display: none;
}

.overlay.active,
.overlay1.active {
  display: block;
}

.popup,
.popup-main {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 500px;
  height: 80%;
  z-index: 99;
}

.pop-inner,
.pop-inner1 {
  background-color: #fff;
  width: 100%;
  height: auto;
  padding: 35px;
  border-radius: 10px;
}

.closePop,
.closePop1 {
  position: absolute;
  top: -12px;
  right: 0;
  width: 35px;
  height: 35px;
  background: #59dfab;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.pop-inner h4,
.pop-inner1 h4 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding: 20px 0 20px;
  text-transform: uppercase;
  line-height: 1.3;
}

.pop-inner h3,
.pop-inner1 h3 {
  font-size: 40px;
  font-weight: 700 !important;
  font-weight: normal;
  color: #59dfab;
  text-align: center;
  text-transform: capitalize;
  padding: 0px 0 10px;

  line-height: 1.2;
}
.pop-inner h3 span,
.pop-inner1 h3 span {
  font-weight: bold;
  font-size: 26px;
  color: #59dfab;
  /*text-decoration: line-through;*/
}
.pop-inner h3 br,
.pop-inner1 h3 br {
  display: none;
}

.pop-inner p,
.pop-inner1 p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  text-align: center;
  padding: 0 0 20px;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
.pop-inner p::before,
.pop-inner1 p::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background-color: #59dfab;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
}

.pop-inner input,
.pop-inner1 input {
  width: 100%;

  padding: 15px 20px;
  font-size: 16px;
  font-weight: 100;
  color: #111;
  border: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
  border-radius: 15px;
}
.pop-inner .agree,
.pop-inner1 .agree {
  font-size: 12px;
  font-weight: 400;
  color: #111;
  line-height: 1;
  padding-bottom: 25px;
}
.pop-inner .agree input,
.pop-inner1 .agree input {
  display: inline-block;
  width: 15px;
  margin: 0;
}
.pop-inner .agree a,
.pop-inner1 .agree a {
  color: #111;
  font-weight: 500;
}
.pop-inner .sbt,
.pop-inner1 .sbt {
  text-align: center;
}
.pop-inner button,
.pop-inner1 button {
}
/* popup */

/* packages */
section.sec-3 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
.pckg-sec {
  background: #f5f5f5;
}
.pkg-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
.pkg-list .g-2 {
  grid-template-columns: repeat(2, 1fr);
}
.pkg-list .d2 .pckg {
  border: 1px solid #e5e7eb;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.pkg-list .d2 .pckg .upper {
  text-align: center;
}
.pkg-list .d2 .pckg .upper .price {
  justify-content: center;
}
.pkg-list .d2 .pckg .upper .title {
  font-size: 24px;
  line-height: 24px;
}
.pkg-list .d2 .pckg .upper .price .amount {
  font-weight: 800;
  font-size: 70px;
  line-height: 85px;
}
.pkg-list .d2 .pckg .bottom p {
  font-size: 18px;
  line-height: 26px;
  color: #6b7280;
}
.pckg.d2 {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
}
.pckg.d2 .upper .title {
  font-size: 24px;
  line-height: 24px;
}
.pckg.d2 .upper {
  text-align: center;
}
.pckg.d2 .upper .price {
  justify-content: center;
}
.pckg.d2 .upper .price .amount {
  font-size: 70px;
  line-height: 85px;
}
.pckg.d2 .bottom .hdng {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #525aec;
  margin-bottom: 1rem;
}
.pckg.d2 .bottom p {
  color: #6b7280;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 1rem;
}
.pckg {
  color: #000;
  display: flex;
  flex-direction: column;
  /* gap: 1rem; */
  justify-content: space-between;
  position: relative;
  transition: 0.3s;
  box-shadow: -10px 14px 30px rgb(0 0 0 / 7%);
  border: 1px solid transparent;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
}
.pckg .btn-wrap a {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.pckg .btn-wrap .btn-norm {
  color: var(--primary);
  transition: 0.5s ease;
}
.pckg .btn-wrap .btn-norm:hover {
  transform: scale(1.03);
}
.pckg .upper .title {
  color: #000;
  font-size: 30px;
  font-weight: 400;
  line-height: 47px; /* 156.667% */
  letter-spacing: -1.2px;
}
.pckg .upper .starting-in {
  font-size: 14px;
  line-height: 20px;
  color: #6b7280;
}
.pckg .upper p {
  color: #333;
  font-size: 16px;
  line-height: 20px; /* 125% */
}
.pckg .upper .price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0 16px;
}
.pckg .upper .price .amount {
  color: #000;
  font-size: 60px;
  line-height: 47px; /* 78.333% */
  letter-spacing: -2.4px;
}
.pckg .upper .price .uspto {
  font-weight: 500;
  color: #000;
  font-size: 18px;
  line-height: 23px; /* 127.778% */
  letter-spacing: -0.72px;
  opacity: 0;
}
.pckg .upper {
  /* border-bottom: 1px solid #E5E7EB; */
  padding: 18px 20px;
}
.pckg .bottom .includes {
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #111827;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
}
.pckg .bottom ul li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #999;
  font-size: 16px;
  line-height: 26px; /* 212.5% */
}
.pckg .bottom ul {
  margin: 0rem 0 3rem;
  /* max-height: 179px; */
  padding-right: 10px;
  height: 184px;
  overflow-y: auto;
}
.bottom span {
  color: #000;
  font-size: 24px;
  line-height: 47px; /* 195.833% */
}
.pckg .btn-wrap {
  flex-direction: column;
  margin: 0;
  padding-bottom: 20px;
}
span.tag {
  background: #fbbf24;
  color: #0b0b0b;
  font-size: 20px;
  font-weight: 700;
  padding: 16px 32px;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  border-radius: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52%;
}
.pckg:hover {
  border: 1px solid #009400;
}
.pckg h3.best-seller {
  background: #009400;
  color: #f9f9f9;
  font-size: 20px;
  font-weight: 400;
  line-height: 47px; /* 235% */
  text-align: center;
}
.pckg .tag {
  border-radius: 78.44px;
  background: #fd5a1e;
  color: #fff;
  font-size: 13.945px;
  /* line-height: 40.963px; */ /* 293.75% */
  letter-spacing: -0.558px;
  /* position: absolute; */
  top: 0;
  right: 0;
  padding: 10.25px 14px;
}
.off-price {
  border-radius: 30px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 43px; /* 238.889% */
  padding: 10px;
  text-align: center;
  width: fit-content;
  background: #94bfff;
}
.pckg .bottom {
  padding: 0 20px;
}
.tag-wrap {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 4px;
}
.pckg .btn-wrap .theme-btn {
  border-radius: 5px;
  background: transparent;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px; /* 120% */
}
.call-btn {
  color: #000;
  font-size: 22px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal !important;
}
.pckg:hover .off-price {
  background: var(--primary);
  color: #fff;
}
.pckg:hover .btn-wrap .theme-btn {
  background: var(--primary);
  color: #fff;
}
/* packages */

/* Sec Headings */
.sec-heading.center {
  text-align: center;
}
.sec-heading h2 {
  font-size: 60px;
  line-height: normal;
}
.sec-heading.white h2 {
  color: white;
}
.sec-heading p {
  margin: 1rem 0;
  color: #333;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}
.sec-heading .sub-heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  color: var(--primary);
  margin-bottom: 1rem;
}
/* Sec Headings */

/* sections */
section {
  padding: 3rem 0;
  position: relative;
}
.padding-2 {
  padding: 1rem 0;
}
/* sections */

/* Theme Buttons */
.btn-wrap {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 1rem 0;
}
.theme-btn {
  padding: 15.5px 40px;
  background: var(--primary);
  color: white;
  border: 2px solid var(--primary);
  transition: 0.5s ease;
  border-radius: 45px;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}
.btn-wrap .theme-btn.bordered {
  background: transparent;
  color: var(--black);
  border: transparent;
  padding: 15px 10px;
  font-size: 16px;
}
.theme-btn:hover {
  transform: scale(1.03);
  color: #000;
}
/* Theme Buttons */

.design-card-list .slick-slide,
.design-card-list-2 .slick-slide {
  margin: 0 10px;
}
.design-card-list-2 {
  direction: rtl;
}
.design-card-list,
.design-card-list-2 {
  padding-bottom: 2rem;
}
.design-card-list li,
.design-card-list-2 li {
  position: relative;
  display: flex !important;
  justify-content: center;
}
.design-card-list li .indusrtry-name,
.design-card-list-2 li .indusrtry-name {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 13px 50px;
  position: absolute;
  width: auto;
  height: 66px;
  bottom: 20px;
  z-index: 1;
  background: rgb(0 0 0 / 50%);
  border-radius: 25px;
  opacity: 0;
  transition: 0.5s ease;
}
.design-card-list li:hover .indusrtry-name,
.design-card-list-2 li:hover .indusrtry-name {
  opacity: 1;
}

/* -------------------------contact us-------------------------- */
/* contact-us section */

.contactus-bg {
  padding: 60px 38px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 24px 80px 0px rgba(0, 0, 0, 0.15);
}
.contactus-bg .sec-heading h2 {
  color: #000;
  font-size: 42px;
  font-weight: 600;
  line-height: 30px; /* 71.429% */
}
.contact-field label {
  padding-bottom: 12px;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 34.973px; /* 145.722% */
}
.contact-field input,
.contact-field select,
.contact-field textarea {
  border-radius: 4px;
  background: #fff;
  padding: 20px 30px;
  width: 100%;
  height: 68px;
  color: #999999;
  font-size: 18px;
  border: 1px solid #dfdfdf;
}
.contact-field textarea {
  height: 126px;
}
.contact-field {
  margin-bottom: 28px;
}
.contact-field button {
  background: var(--primary);
  color: white !important;
  padding: 15px 30px;
  border-radius: 100px;
  font-weight: 700 !important;
  font-size: 18px !important;
  border: 2px solid var(--primary);
}
.contactus-bg ul li span {
  height: 40px;
  width: 40px;
  background: var(--primary);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
}
.contactus-bg ul li {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.contactus-bg ul li a {
  color: #000000;
  font-size: 16px;
  line-height: 21px;
}
.sec-heading h5 {
  color: #000000;
  font-size: 20px;
  padding-bottom: 2rem;
}
.contactus-bg ul {
  margin-bottom: 38px;
}
.contactus-bg .sec-heading p {
  color: #333;
  font-size: 18px;
  line-height: 30px; /* 166.667% */
}
.map-image {
  margin-top: 30px;
}
/* -------------------------contact us-------------------------- */

/* ---------------------------footer------------------------------- */
footer {
  padding: 86px 0 38px;
  background: #111;
}
.copyright p,
.copyright a {
  text-align: center;
  color: #999;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
ul.f-link {
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer-sec p {
  color: #fff;
  line-height: 1.5;
  font-size: 16px;
  padding-top: 33px;
  opacity: 0.5;
  max-width: 80%;
}
.footer-hdng h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.f-menu li a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 48px;
  opacity: 0.5;
}
.footer-hdng p {
  color: #fff;
  line-height: normal;
  padding-bottom: 16px;
}
.copyright-sec {
  background: #000;
  padding: 18px 0;
}
.footer-hdng.pad-top {
  padding-top: 32px;
}
footer {
  padding: 86px 0 38px;
  background: #111;
}
.copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copyright p,
.copyright a {
  color: white;
}
ul.f-link {
  display: flex;
  align-items: center;
  gap: 20px;
}
.f-link li a {
  color: #fff;
}
.padding1 {
  padding: 38px 0 0;
}
.padding1 .footer-hdng h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}
.f-menu li a:hover {
  color: var(--primary);
}
/* ----------------------------------footer---------------------- */

/* 404 */
.error-text {
  font-size: 96px;
  line-height: 68px;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.error-heading {
  font-weight: 500;
  font-size: 52px;
  line-height: 68px;
}
.error-image {
  margin-top: 100px;
}
.thankyou-text {
  font-size: 20px;
  initial-letter: 30;
  line-height: 34px;
  margin-top: 20px;
}
/* 404 */

/* terms */
.terms ul {
  line-height: 25px;
  font-size: 16px;
  color: #333;
}
.terms ul li {
  margin-bottom: 1rem;
}
.terms ul li::marker {
  font-size: 22px;
  font-weight: 500;
}
.terms h4 {
  font-size: 24px;
  margin: 1rem 0;
}
.terms p {
  margin-bottom: 2rem;
}
ul.list-ul {
  list-style: disc;
  margin-left: 24px;
}
.terms-banner {
  padding: 180px 0 100px;
}
/* terms */

/* inner-page */
.inner-portfolio {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.mainBanner.inner-page .banner-content {
  padding: 176px 0 0px;
}
.bglight {
  background: #f4f4f4;
}
.successful-projects p.fs-30 {
  color: #333;
  font-size: 30px;
  line-height: 40px;
}
.successful-projects p.fs-30.fs-30.padtop {
  padding-top: 79px;
}
.project-image p {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 30px;
  line-height: 40px; /* 133.333% */
  position: absolute;
  bottom: 0;
  padding: 40px;
}
.project-image {
  position: relative;
}
.successful-projects.projects2 ul {
  grid-template-columns: repeat(3, 1fr);
}
.mainBanner.inner-page2 {
  background: #171717;
}

.testimonial-card {
  border-radius: 10px;
  border: 1px solid #d7d7d7;
  background: #fff;
  box-shadow: 0px 0px 21.6px 0px rgba(0, 0, 0, 0.1);
  padding: 35px 30px;
}
.testimonial-card p {
  color: #383737;
  font-size: 20px;
  line-height: 26px; /* 130% */
}
.testimonial-card .bottom span.name {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px; /* 62.5% */
  display: block;
}
.testimonial-card .bottom span.des {
  color: #808080;
  font-size: 20px;
  line-height: 15px;
}
.testimonial-card .bottom {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 50px 0 4px;
}
.process-card h3 strong {
  color: #0b0b0b;
  font-size: 90px;
  font-weight: 700;
  line-height: normal;
}
.process-card h3 {
  color: #0b0b0b;
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 30px;
}
.process-card-detail p {
  color: #0b0b0b;
  font-size: 24px;
  line-height: 30px; /* 125% */
  width: 578px;
  padding-bottom: 12px;
}
.process-card-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14rem;
  margin-top: 30px;
  padding: 0 0 0 120px;
}
.process-card {
  border-top: 1px solid #0b0b0b;
  border-bottom: 1px solid #0b0b0b;
  padding: 68px 0;
}
section.project-sec {
  padding: 150px 0;
}
.mainBanner.theme-page .banner-content {
  padding: 176px 0 0px;
}
.banner-side-image {
  text-align: end;
  font-size: 0;
}
.ecomstore-card {
  border-radius: 15px;
  background: #f5f5f5;
  overflow: hidden;
  height: 100%;
}
.ecomstore-card h3 {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.4px;
  padding: 30px;
}
.ecomstore-card img {
  width: 100%;
}
.ecom-store-sec .btn-wrap {
  flex-direction: column;
}
.price-btn {
  color: #666;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-decoration: underline;
}

.ecom-two-cards {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
  background: #fff;
  border-radius: 26px;
  overflow: hidden;
}
.ecom-two-cards img {
  width: 100%;
}
.ecom-two-cards h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 30px;
}
.ecom-two-cards p {
  color: #333;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 30px;
}
.ecomtwocards-pad {
  padding: 0 30px 40px;
}
.ecomstorecard-pad span {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}
.ecomstorecard-pad h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}
.ecomstorecard-pad p {
  color: #333;
  font-size: 20px;
  line-height: 30px;
}
.ecomstorecard-pad {
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.seo-strategies .sec-heading p {
  color: #333;
  font-size: 20px;
  line-height: 30px;
}
.sec-heading h6 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}
.seo-strategies .sec-heading {
  padding: 28px 30px;
}
.seo-bg {
  background: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
  font-size: 0;
}
.image1 {
  width: 100%;
}
.mainBanner.doneforyou-page {
  background-position: left;
}
.shipping-solution .sec-heading p {
  font-size: 16px;
  line-height: 27px;
}
.step-process a strong {
  color: #000;
  font-size: 90px;
  font-weight: 700;
  line-height: normal;
}
.step-process a {
  color: #000;
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 33px;
  padding-bottom: 10px;
}
.step-process p {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px; /* 108.333% */
  padding: 0 140px 0 133px;
}
.step-process {
  border-bottom: 1px solid #000;
  padding-bottom: 70px;
  margin-bottom: 70px;
}
.step-process a:hover {
  color: var(--primary);
}
.quality-card {
  border-radius: 15px;
  border: 1px solid #cfcfcf;
  background: #fff;
  display: flex;
  padding: 50px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-shrink: 0;
  height: 100%;
}
.quality-card h4 {
  color: #333;
  text-align: center;
  font-size: 35px;
  font-weight: 500;
  line-height: 45px; /* 128.571% */
  padding-bottom: 20px;
}
.quality-card p {
  color: #999;
  text-align: center;
  font-size: 20px;
  line-height: 26px; /* 100% */
}
.navbar2 .menu > li > a {
  color: #000;
}

@media (max-width: 1440px) {
  .mainBanner {
    background-position: bottom;
  }
  .menu > li > a {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  ul.menu.btns li {
    border-bottom: 0;
  }
  header {
    padding: 1rem 0;
  }
  .btns {
    margin: 1.5rem 0;
  }
  .dropdown {
    position: unset;
    box-shadow: none;
    width: 100%;
    margin-top: 0;
  }
  .dropdown ul li a {
    padding: 0;
    line-height: 1rem;
    /* padding: 0; */
    padding: 1rem;
    font-weight: 500;
  }
  .form-head .form-heading {
    white-space: normal;
    font-size: 20px;
  }
  .form-head {
    padding: 1rem;
  }
  .btn-normal {
    padding: 10px 8px;
  }
  .sub-menu a {
    color: #333 !important;
    margin-bottom: 0 !important;
  }
  .sub-menu {
    left: auto !important;
    padding-top: 16px;
    top: 24px;
  }
  a.header-btn {
    padding: 15px 20px !important;
    margin-bottom: 0 !important;
    display: flex !important;
    gap: 5px !important;
    align-items: center;
  }
  .menuWrap .menu:first-child {
    padding-left: 0;
    width: 100%;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .menu-Bar {
    display: block;
    top: 0px;
  }
  .menuWrap.open {
    display: flex;
    left: 0px;
  }
  .menuWrap {
    position: fixed;
    left: -210%;
    /* right: 0; */
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ffffff;
    height: 100dvh;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-flow: column;
    transition: all 0.4s ease;
    z-index: 3;
    width: 70%;
    overflow-y: auto;
    box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%),
      0px 2px 4px -1px rgb(0 0 0 / 6%);
  }
  ul.menu > li {
    display: flex;
    justify-content: center;
    gap: 5px;
    border-bottom: 1px solid #ddd;
    padding: 0;
    flex-direction: column;
  }
  ul.menu > li > a {
    margin-bottom: 10px;
    padding: 0;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    padding-right: 0px;
    margin-right: 0px;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
  }
  .container {
    position: relative;
  }
  header .main-header ul.menu > li > a {
    color: #333;
    width: 100%;
    text-align: left;
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
  }
  header .main-header ul.menu > li > a:before {
    display: none;
  }
  .menu-wrap {
    border-radius: 0;
    padding: 0;
    width: 100%;
  }
  .popup,
  .popup-main {
    width: auto;
  }
  .pop-inner h3,
  .pop-inner1 h3 {
    font-size: 28px;
  }
  .btn-wrap .theme-btn {
    font-size: 16px;
    padding: 15.5px 20px;
  }
  .mainBanner {
    background-position: bottom;
  }
  .sec-heading h3 {
    font-size: 20px;
  }
  ul#counter li {
    padding: 28px;
  }
  ul#counter li .counter > div {
    font-size: 60px;
  }
  ul#counter li .counter span.text {
    font-size: 24px;
    line-height: 30px;
    margin: 20px 0;
  }
  .sec-10 .sec-heading h2 {
    font-size: 44px;
  }
  .sec-heading p {
    font-size: 24px;
    line-height: 34px;
  }
  h1.banner-heading {
    font-size: 50px;
    line-height: 64px;
  }
  .sec-heading h2 {
    font-size: 46px;
  }
  .ecomstore-card h3 {
    font-size: 22px;
    padding: 16px;
  }
  .ecom-two-cards h2 {
    font-size: 36px;
  }
  .ecomtwocards-pad {
    padding: 0 24px 16px;
  }
  .ecomstorecard-pad {
    padding: 24px 12px;
  }
  .accordion2 li h3 {
    font-size: 28px;
    max-width: 90%;
  }
  .mainBanner.theme-page .banner-content {
    padding: 176px 0 100px;
  }
  .pkg-list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1rem;
  }
  .process-card-detail {
    gap: 2rem;
    margin-top: 0;
    padding: 0 0 0 20px;
  }
  .process-card-detail p {
    font-size: 20px;
    line-height: 30px;
    width: auto;
  }
  .successful-projects p.fs-30 {
    font-size: 18px;
    line-height: 28px;
  }
  .project-image p {
    font-size: 18px;
    line-height: 22px;
    padding: 26px;
  }
  .successful-projects p.fs-30.fs-30.padtop {
    padding-top: 20px;
  }
  .contactus-bg {
    padding: 34px 18px;
  }
  .footer-sec p {
    max-width: 100%;
  }
}

@media (max-width: 1025px) {
  .btn-wrap .theme-btn {
    font-size: 16px;
    padding: 15.5px 20px;
  }
  .overlap-slider {
    /* width: 180%; */
    width: 100%;
    position: relative;
  }
  .mainBanner.theme-page .banner-content {
    padding: 176px 0 100px;
  }
  .pkg-list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1rem;
  }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* Styles */
}
/* iPads (landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* Styles */
  .mainBanner {
    background-position: left;
  }
  .sec-heading h3 {
    font-size: 19px;
    line-height: 20px;
  }
  .sec-heading h2 {
    font-size: 45px;
  }
  .sec-heading p {
    font-size: 22px;
    line-height: 30px;
  }
  .store-card h3 {
    font-size: 34px;
    padding-bottom: 10px;
  }
  .circle {
    left: 0;
  }
  .line {
    left: 24px;
  }
  .content {
    padding: 0 0 0 62px;
  }
  ul#counter li {
    padding: 22px;
  }
  ul#counter li .counter > div {
    font-size: 50px;
  }
  ul#counter li .counter span.text {
    font-size: 20px;
    line-height: 24px;
    margin: 18px 0;
  }
  ul#counter {
    margin-top: 42px;
  }
  .testi-card p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 28px;
  }
  .sec-10 .sec-heading h2 {
    font-size: 34px;
  }
  .accordion2 li h3 {
    font-size: 24px;
    line-height: 28px;
    max-width: 92%;
  }
  .accordion2 li {
    padding: 20px 10px 22px;
  }
  ul.accordion2 li h3:after {
    font-size: 20px;
  }
  .accordion2 .answer p {
    font-size: 18px;
    line-height: 26px;
  }
  .f-menu li a {
    font-size: 14px;
    line-height: 36px;
  }
  .footer-hdng h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .padding1 .footer-hdng h4 {
    font-size: 22px;
    margin-bottom: 18px;
  }
  .accordion-list li h3 strong {
    font-size: 48px;
  }
  .accordion-list li h3 {
    font-size: 46px;
    gap: 23px;
  }
  ul.accordion-list li h3:after {
    font-size: 22px;
    top: 0;
    width: 45px;
    height: 45px;
  }
  .accordion-list li {
    padding: 34px 0 34px;
  }
  .answer {
    gap: 4rem;
  }
  .banner-side-image {
    display: none;
  }
  .mainBanner.theme-page .banner-content {
    padding: 176px 0 100px;
  }
  .ecomstore-card h3 {
    font-size: 18px;
    padding: 20px;
  }
  .ecom-two-cards h2 {
    font-size: 24px;
    padding-bottom: 14px;
  }
  .ecomtwocards-pad {
    padding: 0 16px 24px;
  }
  .ecomstorecard-pad {
    padding: 15px 14px;
  }
  .ecomstorecard-pad span {
    font-size: 18px;
    line-height: 20px;
  }
  .ecomstorecard-pad h4 {
    font-size: 22px;
  }
  .ecomstorecard-pad p {
    font-size: 16px;
    line-height: 24px;
  }
  .sec-heading h6 {
    font-size: 24px;
  }
  .seo-strategies .sec-heading p {
    font-size: 17px;
    line-height: 26px;
  }
  .quality-card {
    padding: 36px 22px;
  }
  .quality-card h4 {
    font-size: 32px;
    line-height: 38px;
  }
  .step-process a strong {
    font-size: 50px;
  }
  .step-process p {
    font-size: 20px;
    line-height: 30px;
    padding: 0 118px 0 96px;
  }
  .step-process {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  .pkg-list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1rem;
  }
  .process-card-detail {
    gap: 2rem;
    margin-top: 0;
    padding: 0 0 0 20px;
  }
  .process-card-detail p {
    font-size: 20px;
    line-height: 30px;
    width: auto;
  }
  .successful-projects p.fs-30 {
    font-size: 18px;
    line-height: 28px;
  }
  .project-image p {
    font-size: 18px;
    line-height: 22px;
    padding: 26px;
  }
  .successful-projects p.fs-30.fs-30.padtop {
    padding-top: 20px;
  }
  .contactus-bg {
    padding: 34px 18px;
  }
  .footer-sec p {
    max-width: 100%;
  }
}
/* iPads (portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* Styles */
  .pkg-list {
    grid-template-columns: repeat(2, 1fr);
  }
  header {
    padding: 1rem 0;
  }
  .banner-content {
    padding: 100px 0 20px;
  }
  span.sub-heading {
    margin-bottom: 1rem;
    font-size: 16px;
  }
  h1.banner-heading {
    font-size: 45px;
    line-height: 42px;
    margin-bottom: 1rem;
  }
  p.banner-text {
    max-width: 100%;
    font-size: 20px;
    line-height: 36px;
  }
  .sec-heading h2 {
    font-size: 42px;
    line-height: 46px;
  }
  .sec-heading p {
    font-size: 20px;
    line-height: 30px;
  }
  .sec-heading .sub-heading {
    margin-bottom: 0.5rem;
  }
  .copyright {
    flex-direction: column;
    gap: 12px;
  }
  .main-header {
    /*padding-top: 0;*/
  }
  .store-card-image img {
    display: none;
  }
  .mainBanner {
    background-position: left;
  }
  img.dnone {
    display: none;
  }
  .testi-image {
    display: none;
  }
  .line {
    left: 22px;
  }
  .store-card .btn-wrap {
    margin: 18px 0 0;
  }
  .project-image {
    display: none;
  }
  .banner-img {
    display: none;
  }
  ul.trusted-clients {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin: 20px 0 0;
  }
  .successful-projects h3 {
    font-size: 26px;
  }
  .successful-projects ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .sec-4 img.vector1 {
    display: none;
  }
  .accordion-list {
    margin-top: 18px;
  }
  .accordion-list li h3 strong {
    font-size: 16px;
  }
  .accordion-list li h3 {
    font-size: 20px;
    gap: 10px;
  }
  ul.accordion-list li h3:after {
    font-size: 20px;
    top: 0;
    width: 30px;
    height: 30px;
  }
  .accordion-list li {
    padding: 30px 0 30px;
  }
  .answer {
    gap: 1rem;
    padding: 20px;
  }
  .answer p {
    font-size: 18px;
    line-height: 26px;
    width: auto;
  }
  .store-card h3 {
    font-size: 24px;
    margin: 20px 0 10px;
    padding-bottom: 0px;
  }
  br {
    display: none;
  }
  .content {
    padding: 0 0 0 14px;
  }
  .circle {
    position: relative;
    left: 0;
    font-size: 22px;
  }
  .content p {
    font-size: 16px;
    line-height: 22px;
    padding: 8px 0;
  }
  .content ul li {
    font-size: 16px;
    line-height: 26px;
  }
  .content h2 {
    font-size: 24px;
  }
  ul#counter {
    margin-top: 28px;
    flex-direction: column;
  }
  ul#counter li .counter > div {
    font-size: 66px;
    line-height: 32px;
  }
  ul#counter li .counter span.text {
    font-size: 22px;
    line-height: 22px;
    margin: 20px 0;
  }
  a.arrow-btn {
    display: none !important;
  }
  .testi-card p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 18px;
  }
  .sec-10 .sec-heading h2 {
    font-size: 28px;
  }
  .accordion2 li h3 {
    font-size: 18px;
    line-height: 22px;
    max-width: 90%;
  }
  .accordion2 li {
    padding: 18px 10px 18px;
  }
  ul.accordion2 li h3:after {
    font-size: 20px;
  }
  footer {
    padding: 42px 0 38px;
  }
  .footer-hdng h4 {
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .f-menu li a {
    font-size: 14px;
    line-height: 28px;
  }
  .footer-hdng.pad-top {
    padding-top: 0;
  }
  .padding1 .footer-hdng h4 {
    font-size: 25px;
    margin-bottom: 22px;
  }
  .text-end {
    text-align: start !important;
  }

  .copyright p {
    margin: 10px 0;
  }
  .terms-banner {
    padding: 115px 0 50px;
  }
  .banner-side-image {
    display: none;
  }
  .ecomstore-card h3 {
    font-size: 22px;
    padding: 18px;
  }
  .ecomstore-card {
    height: auto;
    margin-bottom: 1rem;
  }
  .ecom-two-cards h2 {
    font-size: 22px;
    padding-bottom: 16px;
  }
  .ecomtwocards-pad {
    padding: 0 16px 0;
  }
  .ecom-two-cards p {
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 12px;
  }
  .ecom-two-cards {
    margin-bottom: 1rem;
  }
  .port-card {
    margin-bottom: 1rem;
  }
  .ecomstorecard-pad {
    padding: 20px 15px;
  }
  .ecomstorecard-pad span {
    font-size: 14px;
    line-height: 18px;
  }
  .ecomstorecard-pad h4 {
    font-size: 22px;
  }
  .ecomstorecard-pad p {
    font-size: 16px;
    line-height: 24px;
  }
  .mainBanner.theme-page .banner-content {
    padding: 120px 0 100px;
  }
  .sec-heading h6 {
    font-size: 22px;
  }
  .seo-strategies .sec-heading p {
    font-size: 15px;
    line-height: 24px;
  }
  .seo-strategies .sec-heading {
    padding: 18px 18px;
  }

  .step-process a strong {
    font-size: 30px;
  }
  .step-process a {
    font-size: 26px;
    gap: 10px;
  }
  .step-process p {
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 0 0px;
  }
  .step-process {
    padding-bottom: 24px;
    margin-bottom: 20px;
  }
  .quality-card {
    padding: 20px 20px;
    height: auto;
    margin-bottom: 1rem;
  }
  .quality-card h4 {
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 10px;
  }
  .quality-card {
    justify-content: center;
    align-items: center;
  }
  .quality-card p {
    font-size: 16px;
    line-height: 24px;
  }
  .process-card h3 strong {
    font-size: 25px;
  }
  .process-card h3 {
    font-size: 26px;
    gap: 10px;
  }
  .process-card-detail {
    gap: 0;
    margin-top: 12px;
    padding: 0 0 0 0px;
    flex-direction: column;
  }
  .process-card-detail img {
    display: none;
  }
  .process-card-detail p {
    width: auto;
    font-size: 15px;
    line-height: 24px;
  }
  .process-card {
    padding: 20px 0;
  }
  section.project-sec {
    padding: 40px 0;
  }
  .pckg .upper .title {
    font-size: 26px;
    font-weight: 500;
  }
  .pckg .bottom ul {
    margin: 0rem 0 2rem;
    height: 170px;
  }
  .testimonial-card {
    padding: 22px 18px;
  }
  .testimonial-card p {
    font-size: 16px;
    line-height: 22px;
  }
  .testimonial-card .bottom {
    margin: 26px 0 4px;
  }
  .testimonial-card .bottom span.name {
    font-size: 20px;
  }
  .testimonial-card .bottom span.des {
    font-size: 14px;
  }
  .testimonial-card {
    margin-bottom: 1rem;
  }
  .inner-portfolio {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .successful-projects p.fs-30 {
    font-size: 15px;
    line-height: 24px;
    padding: 20px 0;
  }
  .project-image p {
    font-size: 15px;
    line-height: 28px;
    padding: 20px 0 0 0;
    color: #000 !important;
  }
  .contactus-bg {
    padding: 30px 18px;
    margin: 20px 0;
  }
  .contactus-bg .sec-heading h2 {
    font-size: 27px;
    line-height: 20px;
  }
  .contact-field label {
    font-size: 20px;
    line-height: 18.973px;
  }
  .contact-field input,
  .contact-field select,
  .contact-field textarea {
    padding: 17px 14px;
    height: 60px;
    font-size: 14px;
  }
  .contact-field {
    margin-bottom: 18px;
  }
  .sec-heading h5 {
    padding-bottom: 0rem;
  }
  ul.f-menu {
    margin-top: 20px;
  }
  .accordion2 .answer p {
    font-size: 16px;
    line-height: 26px;
  }
  .successful-projects p.fs-30.fs-30.padtop {
    padding-top: 26px;
  }
  .footer-sec p {
    max-width: 100%;
  }
}

/* iPhone 6-8 Plus */
@media only screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait) {
  /* Styles */
}
@media only screen and (min-width: 414px) and (max-width: 736px) and (orientation: landscape) {
  /* Styles */
}

/* iPhone 6-8  */
@media only screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait) {
  /* Styles */
}
@media only screen and (min-width: 375px) and (max-width: 667px) and (orientation: landscape) {
  /* Styles */
}

/* Android (Pixel 2) */
@media only screen and (min-width: 412px) and (max-width: 684px) and (orientation: portrait) {
  /* Styles */
}
@media only screen and (min-width: 412px) and (max-width: 684px) and (orientation: landscape) {
  /* Styles */
}

/* Iphone X */
@media only screen and (min-width: 375px) and (max-width: 734px) and (orientation: portrait) {
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .pkg-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .accordion2 .answer p {
    font-size: 16px;
    line-height: 26px;
  }
  header {
    padding: 1rem 0;
  }
  .banner-content {
    padding: 100px 0 20px;
  }
  span.sub-heading {
    margin-bottom: 1rem;
    font-size: 16px;
  }
  h1.banner-heading {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 1rem;
  }
  p.banner-text {
    max-width: 100%;
    font-size: 16px;
    line-height: 25px;
  }
  .btn-wrap {
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .btn-wrap a {
    width: 100%;
    text-align: center;
  }
  .banner-img {
    display: none;
  }
  .sec-heading h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .sec-heading p {
    font-size: 16px;
    line-height: 26px;
  }
  .sec-heading .sub-heading {
    margin-bottom: 0.5rem;
  }
  .copyright {
    flex-direction: column;
    gap: 12px;
  }
  .main-header {
    /*padding-top: 0;*/
  }
  .mainBanner {
    background-position: left;
  }
  ul.trusted-clients {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin: 20px 0 0;
  }
  .successful-projects h3 {
    font-size: 26px;
  }
  .successful-projects ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .sec-4 img.vector1 {
    display: none;
  }
  .accordion-list {
    margin-top: 18px;
  }
  .accordion-list li h3 strong {
    font-size: 14px;
  }
  .accordion-list li h3 {
    font-size: 16px;
    gap: 10px;
    max-width: 90%;
    line-height: 22px;
  }
  ul.accordion-list li h3:after {
    font-size: 20px;
    top: 0;
    width: 30px;
    height: 30px;
  }
  .accordion-list li {
    padding: 30px 0 30px;
  }
  .answer {
    flex-direction: column;
    gap: 1rem;
    padding: 20px;
  }
  .answer p {
    font-size: 14px;
    line-height: 20px;
    width: auto;
  }
  .answer img {
    display: none;
  }
  .store-card h3 {
    font-size: 24px;
    margin: 20px 0 10px;
    padding-bottom: 0;
  }
  .store-card-image img {
    display: none;
  }
  br {
    display: none;
  }
  .content {
    padding: 0 0 0 14px;
  }
  .circle {
    position: relative;
    left: 0;
    font-size: 22px;
  }
  .content p {
    font-size: 16px;
    line-height: 22px;
    padding: 8px 0;
  }
  .content ul li {
    font-size: 16px;
    line-height: 26px;
  }
  .content h2 {
    font-size: 24px;
    line-height: 28px;
  }
  ul#counter {
    margin-top: 28px;
    flex-direction: column;
  }
  ul#counter li .counter > div {
    font-size: 50px;
    line-height: 32px;
  }
  ul#counter li .counter span.text {
    font-size: 22px;
    line-height: 22px;
    margin: 20px 0;
  }
  a.arrow-btn {
    display: none !important;
  }
  .testi-card p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 18px;
  }
  .sec-10 .sec-heading h2 {
    font-size: 28px;
  }
  .accordion2 li h3 {
    font-size: 18px;
    line-height: 22px;
    max-width: 90%;
  }
  .accordion2 li {
    padding: 18px 10px 18px;
  }
  ul.accordion2 li h3:after {
    font-size: 20px;
  }
  footer {
    padding: 42px 0 38px;
  }
  .footer-hdng h4 {
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .f-menu li a {
    font-size: 14px;
    line-height: 28px;
  }
  .footer-hdng.pad-top {
    padding-top: 0;
  }
  .padding1 .footer-hdng h4 {
    font-size: 25px;
    margin-bottom: 22px;
  }
  .text-end {
    text-align: start !important;
  }
  ul.f-link {
    justify-content: center;
  }
  .copyright p {
    margin: 10px 0;
  }
  .terms-banner {
    padding: 115px 0 50px;
  }
  .banner-side-image {
    display: none;
  }
  .ecomstore-card h3 {
    font-size: 22px;
    padding: 18px;
  }
  .ecomstore-card {
    height: auto;
    margin-bottom: 1rem;
  }
  .ecom-two-cards h2 {
    font-size: 22px;
    padding-bottom: 16px;
  }
  .ecomtwocards-pad {
    padding: 0 16px 0;
  }
  .ecom-two-cards p {
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 12px;
  }
  .ecom-two-cards {
    margin-bottom: 1rem;
  }
  .port-card {
    margin-bottom: 1rem;
  }
  .ecomstorecard-pad {
    padding: 20px 15px;
  }
  .ecomstorecard-pad span {
    font-size: 14px;
    line-height: 18px;
  }
  .ecomstorecard-pad h4 {
    font-size: 22px;
  }
  .ecomstorecard-pad p {
    font-size: 16px;
    line-height: 24px;
  }
  .mainBanner.theme-page .banner-content {
    padding: 120px 0 0px;
  }
  .sec-heading h6 {
    font-size: 22px;
  }
  .seo-strategies .sec-heading p {
    font-size: 15px;
    line-height: 24px;
  }
  .seo-strategies .sec-heading {
    padding: 18px 18px;
  }
  .image1 {
    display: none;
  }
  .step-process a strong {
    font-size: 26px;
  }
  .step-process a {
    font-size: 26px;
    gap: 10px;
  }
  .step-process p {
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 0 0px;
  }
  .step-process {
    padding-bottom: 24px;
    margin-bottom: 20px;
  }
  .quality-card {
    padding: 20px 20px;
    height: auto;
    margin-bottom: 1rem;
  }
  .quality-card h4 {
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 10px;
  }
  .quality-card {
    justify-content: center;
    align-items: center;
  }
  .quality-card p {
    font-size: 16px;
    line-height: 24px;
  }
  .process-card h3 strong {
    font-size: 20px;
  }
  .process-card h3 {
    font-size: 26px;
    gap: 10px;
  }
  .process-card-detail {
    gap: 0;
    margin-top: 12px;
    padding: 0 0 0 0px;
    flex-direction: column;
  }
  .process-card-detail img {
    display: none;
  }
  .process-card-detail p {
    width: auto;
    font-size: 15px;
    line-height: 24px;
  }
  .process-card {
    padding: 20px 0;
  }
  section.project-sec {
    padding: 40px 0;
  }
  .pckg .upper .title {
    font-size: 26px;
    font-weight: 500;
  }
  .pckg .bottom ul {
    margin: 0rem 0 2rem;
    height: 170px;
  }
  .testimonial-card {
    padding: 22px 18px;
  }
  .testimonial-card p {
    font-size: 16px;
    line-height: 22px;
  }
  .testimonial-card .bottom {
    margin: 26px 0 4px;
  }
  .testimonial-card .bottom span.name {
    font-size: 20px;
  }
  .testimonial-card .bottom span.des {
    font-size: 14px;
  }
  .testimonial-card {
    margin-bottom: 1rem;
  }
  .inner-portfolio {
    display: none;
  }
  .successful-projects p.fs-30 {
    font-size: 15px;
    line-height: 24px;
    padding: 20px 0;
  }
  .project-image p {
    font-size: 15px;
    line-height: 28px;
    padding: 20px 0 0 0;
    color: #000 !important;
  }
  .successful-projects.projects2 ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .contactus-bg {
    padding: 30px 18px;
  }
  .contactus-bg .sec-heading h2 {
    font-size: 27px;
    line-height: 20px;
  }
  .contact-field label {
    font-size: 20px;
    line-height: 18.973px;
  }
  .contact-field input,
  .contact-field select,
  .contact-field textarea {
    padding: 17px 14px;
    height: 60px;
    font-size: 14px;
  }
  .contact-field {
    margin-bottom: 18px;
  }
  .sec-heading h5 {
    padding-bottom: 0rem;
  }

  .footer-sec p {
    max-width: 100%;
  }
  .line {
    left: 20px;
  }
  .testi-image {
    display: none;
  }
  .mt-5 {
    margin-top: 0rem !important;
  }
}












/*table*/
.ovrx-auto {
    overflow-x: auto;
}
.comaparing ul li:hover, .comaparing ul li:nth-child(even):hover {
    background: #00000052;
}
.comaparing ul li:hover i {
    color: #FFF;
}
.comaparing .fa-check{
  color: #9100eb;
  font-size:15px;
}
.comaparing .fa-times{
  color: #DF0003;
  font-size:15px;
}

.no-pad{
    padding: 0px;
}

.comaparing ul li:nth-child(even) {
    background: #ffffff;
}

.compare-logo {
    text-align: center;
    padding: 20px 20px 0;
    border-bottom: 0px;
}
.comaparing h4 {
    margin: 0 10px 19px;
    font-size: 20px;
    color: #ffa400;
}
.comaparing ul li:last-child {
    border-bottom: 1px solid #e3e3e3;
}
.comaparing ul.text-left li {
    text-align: left;
    font-weight: 500;
}
.col-md-cstm {
    width: 20%;
    float: left;
}
.comaparing .sec-hd {
    margin: 0 0 40px;
}

table.comapare-box th {
    padding: 10px;
    vertical-align: middle;
}
table.comapare-box th h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
table.comapare-box th h1.pckg-title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}
table.comapare-box th h2.pckg-price {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: var(--primary);
}
table.comapare-box tr td {
    background: #ebecee;
    padding: 10px;
    width: 20%;
    text-align: center;
    font-size: 13px;
    border: 1px solid #e3e3e3;
    border-bottom: 0px;
    transition: all 0.4s ease;
    vertical-align: middle;
    color: #000;
}
table.comapare-box tr td i {
    display: block;
}
table.comapare-box tr td i.check {
    color: #5F8D3E;
}
table.comapare-box tr td i.cross {
    color: #ff2e2e;
}

table.comapare-box tr:nth-child(even) td{
    background: #FFF;
}

table.comapare-box tr td:hover{
    background: #00000052;
}
table.comapare-box tr td:hover i {
    color: #FFF;
}

table.comapare-box tr td:first-child {
    text-align: left;
    font-weight: 600;
    color: #000;
}
table.comapare-box thead th {
    border: 1px solid #e3e3e3;
}

table.comapare-box thead th:first-child {
    border: 0px;
}
table.comapare-box tbody tr:last-child {
    border: 1px solid #e3e3e3;
}
table.comapare-box tr,
table.comapare-box td {
    min-width: 200px;
}
/*table*/
