/*Main Css */
::-moz-selection {
  background: #87ceeb;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #87ceeb;
  color: #fff;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 8px;
  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: #dedede;
}

::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #7F54B3;
}

/* Tabbing CSS */
[class^=box-] {
  display: none;
}

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

.ovr-hiddn {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Hemenix";
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: normal;
}

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

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

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

a:hover {
  color: #e00000;
}

p,
a {
  font-size: 16px;
  font-weight: normal;
  color: #000000;
}

p {
  line-height: 26px;
  display: block;
}

span {
  display: inline-block;
}

/* Custom Slick Css */
.slick-list {
  margin: 0 -15px;
}

.slick-slide {
  margin: 0 15px;
}

ul.slick-dots {
  padding: 50px 0 0;
  text-align: center;
}

ul.slick-dots li {
  margin: 0 20px 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::after {
  display: none;
}

.slick-dots li button {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  padding: 0px;
  background: #d6d6d6;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
}

.slick-dots li.slick-active button {
  background: #f3c919;
  width: 11px;
  height: 11px;
}

span.arrows {
  width: 40px;
  height: 40px;
  border: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 2;
  cursor: pointer;
  line-height: 39px;
  font-size: 12px;
  text-align: center;
  font-weight: 300;
  top: 0;
  border-radius: 0;
  background: #f7f7f7;
  color: #696969;
}

span.arrows.next {
  right: 1%;
}

textarea,
select,
input[type],
textarea,
select,
button {
  background: transparent;
  border: none;
  border-radius: 0px;
  font-family: "Hemenix";
  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;
}

.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;
}

.transform-rotate-90 {
  transform: rotate(90deg);
}

.mn-groupBtn {
  display: flex;
  align-items: center;
  gap: 20px;
}

.themeBtn {
  border-radius: 100px;
  background: #7F54B3;
  display: inline-flex;
  padding: 20px 50px 17px;
  align-items: center;
  gap: 12px;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 0.8;
}
.themeBtn:hover {
  color: #fff;
  background-color: #2B2B2B;
}
.themeBtn.withe {
  background: #FFF;
  color: #7F54B3;
  box-shadow: 0px 19px 42.2px 0px rgba(0, 0, 0, 0.15);
}
.themeBtn.withe:hover {
  background: #2B2B2B;
  color: #FFF;
}

.chatBtn {
  display: inline-flex;
  flex-direction: column;
  gap: 7px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
}
.chatBtn:hover {
  color: #7f54b3;
}
.chatBtn span {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 8px;
}
.chatBtn span i {
  color: #7f54b3;
  font-size: 12px;
}

.telBtn {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 0.8;
}
.telBtn:hover {
  color: #7f54b3;
}
.telBtn i {
  font-size: 0.8em;
  margin-top: -5px;
}

.telBtn2 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 3px;
  margin-top: 20px;
}
.telBtn2 em {
  color: #333;
  font-weight: 400;
}
.telBtn2 i {
  color: #7F54B3;
}
.telBtn2:hover {
  color: #7F54B3;
}

.mn-hd .hd1 {
  color: #333;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.12;
}
.mn-hd p {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5; /* 150% */
}

.fs-0 {
  font-size: 0;
}

.w-130 {
  width: 130% !important;
}

.rowGap70 {
  row-gap: 70px;
}

.rowGap42 {
  row-gap: 42px;
}

.rowGap28 {
  row-gap: 28px;
}

.rowGap23 {
  row-gap: 23px;
}

.padX5 {
  padding-right: 5%;
  padding-left: 5%;
}

.padX8 {
  padding-right: 8%;
  padding-left: 8%;
}

.padX10 {
  padding-right: 10%;
  padding-left: 10%;
}

.padX12 {
  padding-right: 12%;
  padding-left: 12%;
}

.padX15 {
  padding-right: 15%;
  padding-left: 15%;
}

.padX18 {
  padding-right: 18%;
  padding-left: 18%;
}

.padX20 {
  padding-right: 20%;
  padding-left: 20%;
}

.hd-pad {
  padding-bottom: 60px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt70 {
  padding-top: 70px;
}

.pt120 {
  padding-top: 120px !important;
}

/* header CSS */
header {
  transition: all 0.4s ease-In-out;
}

.top-header {
  background-color: #2b2b2b;
  padding: 10px 85px;
}

.header-social ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-social ul li a {
  color: #a5a5a5;
}
.header-social ul li a:hover {
  color: #fff;
}

.topHeader-action ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
}
.topHeader-action ul li a {
  color: #a5a5a5;
  font-family: "Hemenix";
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 13px;
}
.topHeader-action ul li a:hover {
  color: #fff;
}

.main-header {
  padding: 18px 0;
}

.logo {
  display: inline-block;
}

.logo img {
  display: block;
}

/* Menu Css */
.menu {
  font-size: 0px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}
.menu li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.menu li a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.menu li:hover a, .menu li.active a {
  color: #7f54b3;
}
.menu li.nav-btn a {
  border-radius: 41px;
  background: #7f54b3;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px 30px 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.menu li.nav-btn a i {
  font-size: 16px;
}
.menu li.nav-btn a:hover {
  background-color: #2b2b2b;
}

/* 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;
  }
}
.dropdown-nav {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

.dropdown-nav:hover {
  overflow: visible;
}

.dropdown {
  position: absolute;
  width: 320px;
  left: 0px;
  margin: auto;
  background: #fff;
  padding: 5px;
  text-align: left;
  border-radius: 5px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.0784313725);
  opacity: 0;
  animation: btotreverse 0.5s forwards;
}

.dropdown li {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.dropdown li a {
  padding: 10px 15px;
  font-size: 14px;
  color: #000 !important;
  display: block;
  width: 100%;
  margin: 0;
  text-align: left;
  font-weight: 600;
  background: transparent !important;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
}

.dropdown li.last a {
  margin-bottom: 0px;
}

.dropdown li a:hover {
  color: #fff !important;
  background-color: #7f54b3 !important;
}

.dropdown-nav:hover .dropdown {
  animation: btot 0.5s forwards;
  z-index: 9;
}

/* 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: #ffff00;
  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 {
  background: #b70404;
}

.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;
}

.textBanner {
  padding: 170px 0;
  background: #303A42;
}
.textBanner .textBanner-cont {
  text-align: center;
}
.textBanner .textBanner-cont h2 {
  color: #FFF;
  font-size: 60px;
  font-weight: 700;
  line-height: 1; /* 100% */
  padding-bottom: 30px;
}
.textBanner .textBanner-cont p {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.reviewSection1 {
  padding-top: 80px;
  padding-bottom: 170px;
}
.reviewSection1 .reviewSec1-cont .reviewSec1-head {
  padding-bottom: 96px;
}
.reviewSection1 .reviewSec1-cont .reviewSec1-head h6 {
  color: #333;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}
.reviewSection1 .reviewSec1-cont .reviewSec1-head p {
  color: #333;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
}
.reviewSection1 .reviewSec1-cont .reviewSec1-head p a {
  font-size: 24px;
  font-weight: 400;
  color: #7F54B3;
}
.reviewSection1 .reviewSec1-cont .reviewSec1-head p a:hover {
  text-decoration: underline;
}
.reviewSection1 .reviewSec1-cont .reviewSec1-body .reviewCard {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 46px;
  padding: 50px 40px;
  border-radius: 10px;
  background: #FFF;
  transition: all 0.4s ease-in-out;
}
.reviewSection1 .reviewSec1-cont .reviewSec1-body .reviewCard:hover {
  box-shadow: 0px 22px 60px 0px rgba(0, 0, 0, 0.1);
}
.reviewSection1 .reviewSec1-cont .reviewSec1-body .reviewCard h5 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.reviewSection1 .reviewSec1-cont .reviewSec1-body .reviewCard p {
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 0.72px;
}
.reviewSection1 .reviewSec1-cont .reviewSec1-body .reviewCard h6 {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 13px;
}
.reviewSection1 .reviewSec1-cont .reviewSec1-body .reviewCard h6 span {
  display: flex;
  align-items: center;
}
.reviewSection1 .reviewSec1-cont .reviewSec1-body .reviewCard h6 span i {
  color: #F3D943;
  font-size: 16px;
}
.reviewSection1 .reviewSec1-cont .reviewSec1-body .faqCard {
  padding: 55px 20px;
  background: #ECECEC;
}
.reviewSection1 .reviewSec1-cont .reviewSec1-body .faqCard h5 {
  color: #0D0E0E;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.56px;
  padding-bottom: 22px;
}
.reviewSection1 .reviewSec1-cont .reviewSec1-body .faqCard h2 {
  color: #1C1E21;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.48px;
  padding-bottom: 50px;
}
.reviewSection1 .reviewSec1-cont .reviewSec1-body .faqCard p {
  color: #0D0E0E;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.64px;
}

.faqSection1 {
  padding-top: 62px;
  padding-bottom: 123px;
}

.maintenanceSec1 {
  padding: 144px 0;
}
.maintenanceSec1 .maintenanceSec1-head {
  padding-bottom: 60px;
}

.reviewSection {
  padding-top: 130px;
  padding-bottom: 95px;
  background: #F9F9F9;
}
.reviewSection .slick-prev, .reviewSection .slick-next {
  z-index: 1;
  width: 60px;
  height: 60px;
  top: 35%;
}
.reviewSection .slick-prev:before {
  content: "\f177";
}
.reviewSection .slick-next:before {
  content: "\f178";
}
.reviewSection .slick-prev:before, .reviewSection .slick-next:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  line-height: 1;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  border: 2px solid #00B67A;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: grid;
  place-content: center;
  place-items: center;
  z-index: 9;
}
.reviewSection .reviewSec-cont .reviewSec-topCont h2 {
  color: #333;
  text-align: center;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.14;
}
.reviewSection .reviewSec-cont .reviewSec-topCont .reviewSec-cardSec {
  padding-top: 80px;
}
.reviewSection .reviewSec-cont .reviewSec-topCont .reviewSec-cardSec .reviewSec-topCard {
  border-radius: 15px;
  background: #FFF;
  padding: 40px;
  height: 100%;
}
.reviewSection .reviewSec-cont .reviewSec-topCont .reviewSec-cardSec .reviewSec-topCard h4 {
  color: #333;
  font-size: 90px;
  font-weight: 500;
  line-height: normal;
}
.reviewSection .reviewSec-cont .reviewSec-topCont .reviewSec-cardSec .reviewSec-topCard h6 {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 23px;
}
.reviewSection .reviewSec-cont .reviewSec-topCont .reviewSec-cardSec .reviewSec-topCard p {
  color: #999;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.16;
}
.reviewSection .reviewSec-cont .reviewSec-bottomCont {
  padding-top: 150px;
}
.reviewSection .reviewSec-cont .reviewSec-bottomCont .reviewSec-sliderSec {
  padding-bottom: 90px;
}
.reviewSection .reviewSec-cont .reviewSec-bottomCont .reviewSec-sliderSec .reviewSec-sliderItem {
  padding: 0 60px;
}
.reviewSection .reviewSec-cont .reviewSec-bottomCont .reviewSec-sliderSec .reviewSec-sliderItem p {
  color: #333;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.66;
}
.reviewSection .reviewSec-cont .reviewSec-bottomCont p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}
.reviewSection .reviewSec-cont .reviewSec-bottomCont p .avatarGroup {
  display: flex;
  padding-left: 25px;
  padding-right: 10px;
}
.reviewSection .reviewSec-cont .reviewSec-bottomCont p .avatarGroup img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #FFF;
  margin-left: -15px;
}
.reviewSection .reviewSec-cont .reviewSec-bottomCont p b {
  font-weight: 700;
  padding-right: 8px;
}
.reviewSection .reviewSec-cont .reviewSec-bottomCont p em {
  font-weight: 300;
  padding-right: 8px;
}

.ctaSection {
  background: #2A282C;
}
.ctaSection .ctaCont {
  padding: 55px 0;
}
.ctaSection .ctaCont p {
  color: #FFF;
  font-size: 23px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  display: flex;
  gap: 13px;
  align-items: center;
  justify-content: center;
}
.ctaSection .ctaCont p i {
  color: #FF6C6C;
}
.ctaSection .ctaCont p span {
  font-size: 22px;
  font-weight: 500;
}
.ctaSection .ctaCont .cta-mainCont {
  display: flex;
  gap: 33px;
  align-items: center;
  justify-content: center;
  padding-top: 48px;
}
.ctaSection .ctaCont .cta-mainCont .cta-mainItem {
  display: flex;
  align-items: center;
  gap: 32px;
}
.ctaSection .ctaCont .cta-mainCont .cta-mainItem h6 {
  color: #FFF;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.17;
}

.lastSection {
  padding-top: 145px;
  padding-bottom: 90px;
}
.lastSection .faq-sec {
  padding-bottom: 90px;
}
.lastSection .faq-sec .faqHeading {
  padding-right: 18%;
}
.lastSection .faq-sec .faqHeading h6 {
  color: #333;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 24px;
}
.lastSection .faq-sec .faqHeading p {
  color: #333;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
}
.lastSection .faq-sec .faqHeading p a {
  font-size: 24px;
  color: #7F54B3;
  font-weight: 700;
}
.lastSection .contact-sec .contact-cont h6 {
  color: #333;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.25;
  padding-bottom: 38px;
}
.lastSection .contact-sec .contact-cont form .row {
  row-gap: 48px;
}
.lastSection .contact-sec .contact-cont form .contact-field input {
  padding-bottom: 30px;
  border: none;
  border-bottom: 1px solid #333;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  width: 100%;
}
.lastSection .contact-sec .contact-cont p {
  color: #999;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}
.lastSection .contact-sec .contact-cont p em {
  text-decoration: underline;
}
.lastSection .contact-sec .contact-cont .guide {
  padding-top: 30px;
  padding-bottom: 40px;
}
.lastSection .contact-sec .contact-cont .audio-record {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.lastSection .contact-sec .contact-cont .dragInput {
  padding: 30px 20px;
  border-radius: 15px;
  border: 1px dashed #999;
  background: #F4F4F4;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.lastSection .contact-sec .contact-cont .dragInput .hidden {
  display: none;
}
.lastSection .contact-sec .contact-cont .dragInput input[type=file] {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
}
.lastSection .contact-sec .contact-cont .dragInput h5 {
  color: #9F9F9F;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.28;
}
.lastSection .contact-sec .contact-cont .dragInput .dragBtn {
  padding: 6px 30px;
  border-radius: 15px;
  background: #00B67A;
  cursor: pointer;
}
.lastSection .contact-sec .contact-cont .dragInput .dragBtn#stopButton {
  background-color: #FF6C6C;
}
.lastSection .contact-sec .contact-cont .dragInput .dragBtn.inactive {
  display: none;
}
.lastSection .contact-sec .contact-cont .dragInput .dragBtn i {
  color: #FFF;
  font-size: 18px;
}
.lastSection .contact-sec .contact-cont .dragInput .textBtn {
  color: #000;
  font-size: 10px;
  font-weight: 600;
  line-height: normal;
  padding: 10px 13px 8px;
  border-radius: 15px;
  border: 1px solid #00B67A;
  background: #FFF;
  cursor: pointer;
}
.lastSection .contact-sec .contact-cont .contact-lastCont {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-top: 37px;
}
.lastSection .contact-sec .contact-cont .contact-lastCont button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  gap: 14px;
  width: 190px;
  padding: 20px;
  border-radius: 41px;
  background: #7F54B3;
  border: 1px solid #7F54B3;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  transition: all 0.4s ease-in-out;
}
.lastSection .contact-sec .contact-cont .contact-lastCont button i {
  color: #FFF;
  font-size: 18px;
  transition: all 0.4s ease-in-out;
}
.lastSection .contact-sec .contact-cont .contact-lastCont button:hover {
  background: transparent;
  color: #000;
}
.lastSection .contact-sec .contact-cont .contact-lastCont button:hover i {
  color: #000;
}

.faqSec-body .accordion {
  list-style: none;
  padding: 0;
  margin: 0;
}
.faqSec-body .accordion li {
  background-color: #fff;
  will-change: border;
  transition: all 0.4s ease-in-out;
  padding: 22px 30px;
  border-bottom: 1px solid #BDBDBD;
}
.faqSec-body .accordion li.active i {
  transform: rotate(180deg);
}
.faqSec-body .accordion li .acc_title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  cursor: pointer;
  font-size: 20px;
  line-height: 2;
  font-weight: 700;
  color: #303A42;
  transition: all 0.4s ease-in-out;
}
.faqSec-body .accordion li .acc_title i {
  color: #000;
  font-size: 24px;
  transition: 0.35s ease-out;
  font-weight: 500;
}
.faqSec-body .accordion li .acc_desc {
  padding-top: 20px;
}
.faqSec-body .accordion li .acc_desc p {
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #303A42;
  transition: all 0.4s ease-in-out;
}
.faqSec-body .accordion li .acc_desc p b {
  font-weight: 700;
}
.faqSec-body .accordion li .acc_desc ul li {
  background-color: #FFF;
  border-top: 0px solid transparent;
  border-bottom: 0px solid #dfdfdf;
  will-change: border;
  transition: all 0.4s ease-in-out;
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  padding-left: 15px;
  color: #303a42;
}

footer {
  background: #000;
  padding-top: 86px;
  padding-bottom: 40px;
}
footer .footer-cont .footer-cont-top {
  padding-bottom: 80px;
}
footer .footer-cont .footer-cont-top .footer-cont-left h6 {
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}
footer .footer-cont .footer-cont-top .footer-cont-left .compant-details {
  padding-top: 38px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
footer .footer-cont .footer-cont-top .footer-cont-left .compant-details p, footer .footer-cont .footer-cont-top .footer-cont-left .compant-details a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
footer .footer-cont .footer-cont-top .footer-cont-left .compant-details .company-contact {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
footer .footer-cont .footer-cont-top .footer-cont-left .compant-details .company-contact p {
  width: 60px;
}
footer .footer-cont .footer-cont-top .footer-cont-left .compant-details .company-contact a {
  font-weight: 300;
}
footer .footer-cont .footer-cont-top .footer-cont-left .compant-details .company-contact a:hover {
  color: #7F54B3;
}
footer .footer-cont .footer-cont-top .footer-cont-right {
  display: flex;
  gap: 50px;
}
footer .footer-cont .footer-cont-top .footer-cont-right .footer-menu h6 {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 18px;
}
footer .footer-cont .footer-cont-top .footer-cont-right .footer-menu ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
footer .footer-cont .footer-cont-top .footer-cont-right .footer-menu ul li a {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
footer .footer-cont .footer-cont-top .footer-cont-right .footer-menu ul li a span {
  color: #7F54B3;
  font-size: 12px;
}
footer .footer-cont .footer-cont-top .footer-cont-right .footer-menu ul li a:hover {
  color: #7F54B3;
}
footer .footer-cont .footer-cont-bottom ul {
  display: flex;
  align-items: center;
  gap: 44px;
  justify-content: center;
}

.copyright {
  background: #2A282C;
}
.copyright .copyright-cont {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copyright .copyright-cont ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.copyright .copyright-cont ul li a {
  color: #A5A5A5;
  font-size: 18px;
}
.copyright .copyright-cont ul li a:hover {
  color: #7F54B3;
}
.copyright .copyright-cont p {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  line-height: 1.42;
}
.copyright .copyright-cont p span {
  color: #999;
  font-weight: 700;
}
.copyright .copyright-cont p a {
  font-size: 14px;
  color: #999;
  text-decoration: underline;
  font-weight: 700;
}
.copyright .copyright-cont p a:hover {
  color: #7F54B3;
}
/* Main Banner CSS */
.mainBanner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  padding: 60px 0;
  background: #EBF1F3;
}
.mainBanner .scrollDown {
  position: absolute;
  left: 3%;
  top: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 60px;
  width: 20px;
  height: 230px;
  margin: auto;
  cursor: pointer;
}
.mainBanner .scrollDown span {
  color: #666;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  transform: rotate(-90deg);
  padding-top: 3px;
  text-wrap: nowrap;
}
.mainBanner.pb-0 .maniBanner-cont {
  padding: 80px 60px 80px 0;
}
.mainBanner .mainBanner-img {
  font-size: 0;
}
.mainBanner .maniBanner-cont {
  padding-right: 60px;
}
.mainBanner .maniBanner-cont h2 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 20px;
}
.mainBanner .maniBanner-cont h1 {
  color: #000;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 35px;
}
.mainBanner .maniBanner-cont h1 b {
  font-weight: 700;
}
.mainBanner .maniBanner-cont p {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 45px;
}
.mainBanner .maniBanner-cont img {
  margin-top: 40px;
}

.slider-nav {
  padding: 20px 100px 0;
}
.slider-nav .slick-slide {
  margin: 0 7.5px;
}
.slider-nav .slick-list {
  margin: 0 -7.5px;
}

.topSection {
  border-bottom: 1px solid #F1F1F1;
  padding: 25px 0;
}
.topSection h3 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
}

.section1 {
  padding: 110px 0;
}
.section1 .sec1-hd {
  padding-bottom: 175px;
}
.section1 .sec1-hd .mn-groupBtn {
  padding-top: 35px;
}
.section1 .sec1-hd .sec1-hdCont {
  padding-left: 20%;
}

.sec1-card {
  display: flex;
  flex-direction: column;
  gap: 30px;
  transition: all 0.2s ease-in-out;
  will-change: transform;
}
.sec1-card:hover {
  transform: scale(1.03);
}
.sec1-cardHead {
  display: flex;
  align-items: center;
  gap: 15px;
}
.sec1-cardHead .icon {
  flex: 0 0 75px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #F2F2F2;
  padding: 8px;
  display: grid;
  place-content: center;
  place-items: center;
}
.sec1-cardHead h6 {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}
.sec1-cardHead h6 b {
  font-weight: 700;
}
.sec1-cardBody p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.priceSection1 {
  background: #F9F9F9;
  padding: 100px 0;
}
.priceSection1 .mn-hd {
  padding-bottom: 60px;
}
.priceSection1 .priceSec1-btn {
  text-align: center;
  padding-top: 90px;
}

.priceCard1 {
  border-radius: 30px;
  background: #FFF;
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.priceCard1:hover {
  box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.1);
}
.priceCard1-top h6 {
  color: #2A3342;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.6px;
  padding-bottom: 10px;
}
.priceCard1-top p {
  color: #8896AB;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
}
.priceCard1-price {
  display: flex;
  align-items: center;
  gap: 8px;
}
.priceCard1-price h6 {
  color: #7F54B3;
  font-size: 90px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1.8px;
  margin-bottom: -20px;
}
.priceCard1-price span {
  border-radius: 15px;
  background: #ECECEC;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #000;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}
.priceCard1-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.priceCard1-body h6 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.priceCard1-body ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  padding-right: 5px;
}
.priceCard1-body ul li {
  display: flex;
  gap: 15px;
  color: #556987;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
.priceCard1-body ul li i {
  color: #00B67A;
}
.priceCard1-btn {
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.section2 {
  padding: 110px 0 100px;
}
.section2 .mn-hd {
  text-align: center;
  padding-bottom: 60px;
}
.section2 .sec2-bottom {
  justify-content: center;
  padding-top: 50px;
}

.sec2-card {
  border-radius: 15px;
  background: #F7F6F6;
  display: flex;
  padding: 50px 30px 0;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.sec2-card:hover {
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
}
.sec2-card .cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.sec2-card .cont h6 {
  color: #333;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.sec2-card .cont p {
  color: #333;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
.sec2-card .cont a {
  border: 2px solid transparent;
}
.sec2-card .cont a:hover {
  border-color: #7F54B3;
  color: #333;
  background-color: transparent;
}
.sec2-card .cont a:hover i {
  color: #7f54b3;
}
.sec2-card .img {
  font-size: 0;
}

.coffeeSection {
  position: relative;
  background: #F7F6F6;
}
.coffeeSection .after {
  position: absolute;
  top: 20px;
  left: 60px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.1);
  color: transparent;
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
}
.coffeeSection .coffeeSec-cont {
  position: relative;
  z-index: 2;
  padding: 40px 0;
}
.coffeeSection .coffeeSec-cont .hd1 {
  font-weight: 700;
  padding-bottom: 20px;
}
.coffeeSection .coffeeSec-cont p {
  font-size: 18px;
  color: #000;
}
.coffeeSection .coffeeSec-cont .mn-groupBtn {
  padding-top: 80px;
}

.section3 {
  padding: 100px 0 55px;
}

.section4 {
  padding: 55px 0;
  position: relative;
}
.section4 .sec4-left {
  position: sticky;
  top: 55px;
}
.section4 .sec4-cont ul {
  display: flex;
  flex-direction: column;
  gap: 0 !important;
  background-color: #fff;
}
.section4 .sec4-cont ul li {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 30px;
  padding: 30px 0;
  background-color: #fff;
  border-bottom: 1px solid #D4D4D4;
  position: sticky;
  top: 50px;
}
.section4 .sec4-cont ul li.last {
  border-bottom: none;
  padding-bottom: 0;
}
.section4 .sec4-cont ul li .sec4-contHd {
  flex: 0 0 45%;
}
.section4 .sec4-cont ul li .sec4-contHd span {
  position: relative;
  color: #6C6CFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.16;
  display: inline-block;
}
.section4 .sec4-cont ul li .sec4-contHd span::after {
  content: "";
  background-image: linear-gradient(180deg, #FFF 0%, #FFC498 100%);
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  position: absolute;
  top: -8px;
  right: -5px;
  border-radius: 50%;
  z-index: -1;
}
.section4 .sec4-cont ul li .sec4-contHd h6 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.16;
  padding-top: 20px;
}
.section4 .sec4-cont ul li .sec4-contBody p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.section5 {
  background-color: #2B2B2B;
  margin-top: 100px;
}
.section5 .sec5-cont {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 60px 0;
}
.section5 .sec5-cont .hd1 {
  color: #fff;
}
.section5 .sec5-cont ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section5 .sec5-cont ul li {
  display: flex;
  gap: 7px;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.section5 .sec5-cont ul li .fas {
  color: #FFC498;
  padding-top: 3px;
}
.section5 .sec5-img {
  width: 125%;
  margin-left: -20%;
  margin-top: -120px;
  font-size: 0;
  height: 100%;
}
.section5 .sec5-img img {
  width: 100%;
}

.designSliderWrp {
  margin-top: 20px;
}

.porWrp {
  text-align: center;
  transition: ease 1.8s;
}

.porWrp img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

ul.designSlider {
  margin-bottom: 25px;
}

ul.designSlider_two {
  margin-bottom: 35px;
}

.design-card-list--large .design-card-list__item {
  width: 33.33vw;
}

.section6 {
  padding: 85px 0;
}
.section6 .sec6-cont .mn-hd .hd1 {
  font-size: 30px;
  font-weight: 700;
  color: #333;
  padding-bottom: 30px;
}
.section6 .sec6-cont .mn-hd p {
  font-size: 20px;
  color: #000;
  padding-bottom: 50px;
}
.section6 .sec6-right {
  border-radius: 15px;
  background: #F9F9F9;
  display: flex;
  padding: 50px 30px;
}
.section6 .sec6-right ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.section6 .sec6-right ul li {
  display: flex;
  gap: 30px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  transition: all 0.4s ease-in-out;
}
.section6 .sec6-right ul li:hover {
  gap: 20px;
}
.section6 .sec6-right ul li i {
  color: #FFC498;
}

.sec6-cardList {
  display: flex;
  gap: 12px;
}
.sec6-cardList .sec6-card {
  flex: 1 0 auto;
  padding: 60px 23px;
  border-radius: 15px;
  border: 1px solid #7F54B3;
  background: #FFF;
  display: flex;
  flex-direction: column;
  gap: 35px;
  align-items: center;
  justify-content: center;
}
.sec6-cardList .sec6-card span {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
}
.sec6-cardList .sec6-card p {
  color: #7F54B3;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}
.sec6-cardList .sec6-card em {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
}

.innerSection1 {
  background-image: url(../images/innerSec1/bg.jpg);
  background-size: cover;
  background-position: 45% 0%;
  background-repeat: no-repeat;
  padding: 110px 0;
}
.innerSection1 .innerSec1-cont .mn-hd .hd1 {
  color: #fff;
  padding-bottom: 40px;
}
.innerSection1 .innerSec1-cont .mn-hd p {
  color: #fff;
  padding-bottom: 40px;
  padding-right: 60px;
}
.innerSection1 .innerSec1-cont ol {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.innerSection1 .innerSec1-cont ol li:hover h6 {
  gap: 15px;
}
.innerSection1 .innerSec1-cont ol li:hover p {
  color: #fff;
}
.innerSection1 .innerSec1-cont ol li h6 {
  display: flex;
  gap: 25px;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 25px;
  transition: all 0.4s ease-in-out;
}
.innerSection1 .innerSec1-cont ol li h6 i {
  color: #FFC498;
}
.innerSection1 .innerSec1-cont ol li p {
  color: #969697;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  transition: all 0.4s ease-in-out;
}
.innerSection1 .innerSec1-cont ol li p b {
  font-weight: 700;
  color: #FFC498;
}
.innerSection1 .innerSec1-cont ul {
  padding-bottom: 45px;
}
.innerSection1 .innerSec1-cont ul li {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
}
.innerSection1 .innerSec1-cont ul li span {
  color: #FFC498;
  font-weight: 700;
}
.innerSection1 .innerSec1-cont ul li.last {
  padding-bottom: 0;
}
.innerSection1 .innerSec1-cont ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
.innerSection1 .innerSec1-cont .chatBtn {
  color: #fff;
}
.innerSection1 .innerSec1-cont .chatBtn span {
  color: #fff;
}
.innerSection1 .innerSec1-cont .chatBtn:hover {
  color: #7f54b3;
}

.innerSection2 {
  padding: 95px 0 50px;
}

.innerSec2-card {
  padding: 30px;
  border-radius: 15px;
  background: #F7F6F6;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.innerSec2-card:hover {
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
}
.innerSec2-card .icon {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.innerSec2-card .icon img, .innerSec2-card .icon svg {
  max-height: 100%;
}
.innerSec2-card .cont h6 {
  color: #333;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 30px;
}
.innerSec2-card .cont h6 span {
  font-weight: 400;
}
.innerSec2-card .cont p {
  color: #333;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
}

.innerCta {
  padding: 100px 0;
}
.innerCta .innerCta-main {
  border-radius: 15px;
  background: #2A282C;
  padding: 45px 50px;
}
.innerCta .innerCta-main .row {
  align-items: center;
}
.innerCta .innerCta-main .innerCta-cont h6 {
  padding-bottom: 15px;
  color: #fff;
}
.innerCta .innerCta-main .innerCta-cont p {
  color: #fff;
}
.innerCta .innerCta-main .innerCta-btn {
  text-align: center;
}
.innerCta .innerCta-main .innerCta-btn a {
  border-radius: 41px;
  background: #FF6C6C;
  padding: 26px 75px;
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}
.innerCta .innerCta-main .innerCta-btn a:hover {
  background-color: #7F54B3;
}

.innerSection3 {
  background: #F9F9F9;
  padding: 100px 0;
}

.innerSec3-card {
  border-radius: 15px;
  background: #FFF;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  transition: all 0.4s ease-in-out;
}
.innerSec3-card:hover {
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
}
.innerSec3-card .cont h6 {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 15px;
}
.innerSec3-card .cont p {
  color: #999;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.16;
}
.innerSec3-card .icon {
  height: 35px;
}
.innerSec3-card .icon img, .innerSec3-card .icon svg {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.technologySection {
  background: #2A282C;
  padding: 110px 0 150px;
  margin-bottom: 50px;
}
.technologySection .techSec-hd h6 {
  color: #fff;
  padding-bottom: 20px;
}
.technologySection .techSec-hd p {
  color: #fff;
}
.technologySection .techSec-nav {
  padding-bottom: 90px;
}
.technologySection .techSec-nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.technologySection .techSec-nav ul li.current a {
  color: #FF6C6C;
}
.technologySection .techSec-nav a {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
.technologySection .techSec-nav a:hover {
  color: #7F54B3;
}
.technologySection .techSec-main ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 70px;
}
.technologySection .techSec-main ul li {
  flex: 0 0 20%;
  max-width: 20%;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.technologySection .techSec-main ul li .icon {
  height: 45px;
}
.technologySection .techSec-main ul li .icon svg, .technologySection .techSec-main ul li .icon img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.technologySection .techSec-main ul li .icon svg path, .technologySection .techSec-main ul li .icon img path {
  transition: all 0.4s ease-in-out;
}
.technologySection .techSec-main ul li p {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  padding-top: 30px;
}
.technologySection .techSec-main ul li:hover {
  transform: scale(1.08);
}
.technologySection .techSec-main ul li:hover .icon svg path {
  fill: #fff;
}

.wooThemeDev {
  background-image: none;
  background-color: #F9F9F9;
}
.wooThemeDev .innerSec1-cont .mn-hd .hd1, .wooThemeDev .innerSec1-cont .mn-hd p {
  color: #000;
  padding-right: 0;
}
.wooThemeDev .innerSec1-cont ul li {
  color: #000;
}
.wooThemeDev .innerSec1-cont ul li::before {
  background-color: #000;
}
.wooThemeDev .innerSec1-cont .chatBtn {
  color: #000;
}
.wooThemeDev .innerSec1-cont .chatBtn span {
  color: #000;
}

.themeSection {
  padding: 95px 0 70px;
}
.themeSection .themeSec-main {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.themeSection .themeSec-cont h5 {
  color: #333;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}
.themeSection .themeSec-cont h6 {
  color: #333;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 25px;
}
.themeSection .themeSec-cont p {
  color: #333;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}
.themeSection .themeSec-cont ul {
  padding-top: 55px;
}
.themeSection .themeSec-cont li {
  color: #333;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 15px;
}
.themeSection .themeSec-cont li.last {
  padding-bottom: 0;
}
.themeSection .themeSec-cont li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #333;
  display: inline-block;
  line-height: 0;
  margin-top: -3px;
}

.conversionSection {
  padding: 70px 0 45px;
}

.converSec-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 15px;
  background: #F7F6F6;
  padding: 30px 32px;
  transition: all 0.4s ease-in-out;
  height: 100%;
}
.converSec-card:hover {
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
}
.converSec-cardHead {
  display: flex;
  align-items: center;
  gap: 15px;
}
.converSec-cardHead .icon {
  flex: 0 0 85px;
  height: 85px;
}
.converSec-cardHead .icon img, .converSec-cardHead .icon svg {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.converSec-cardHead .hd h6 {
  color: #333;
  font-size: 30px;
  font-weight: 700;
  line-height: 1; /* 100% */
}
.converSec-cardBody ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.converSec-cardBody ul li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}
.converSec-cardBody ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #333;
  display: inline-block;
  border-radius: 50%;
  flex: 0 0 6px;
  margin-top: 7px;
}

.innerSection3.themeSec3 {
  background-color: #fff;
}
.innerSection3.themeSec3 .innerSec3-card {
  background: #F7F6F6;
  padding: 20px 24px;
}

.unlockingSection {
  padding: 65px 0 150px;
}
.unlockingSection .unlockingSec-card {
  display: flex;
  align-items: center;
  gap: 30px;
  border-radius: 15px;
  background: #F7F6F6;
  padding: 30px 32px;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.unlockingSection .unlockingSec-card:hover {
  background-color: #7F54B3;
}
.unlockingSection .unlockingSec-card:hover .hd h6 {
  color: #fff;
}
.unlockingSection .unlockingSec-card:hover .hd p {
  color: #fff;
}
.unlockingSection .unlockingSec-card:hover .icon svg path {
  fill: #fff;
}
.unlockingSection .unlockingSec-card .icon {
  width: 65px;
  height: 65px;
  flex: 0 0 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.unlockingSection .unlockingSec-card .icon svg, .unlockingSection .unlockingSec-card .icon img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.unlockingSection .unlockingSec-card .icon svg path, .unlockingSection .unlockingSec-card .icon img path {
  transition: all 0.4s ease-in-out;
}
.unlockingSection .unlockingSec-card .hd {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.unlockingSection .unlockingSec-card .hd h6 {
  color: #333;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}
.unlockingSection .unlockingSec-card .hd p {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
}

.logoDesignSection1 {
  padding: 75px 0 65px;
}
.logoDesignSection1 .logoDesignSec1-card {
  display: flex;
  flex-direction: column;
  gap: 35px;
  transition: all 0.4s ease-in-out;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
.logoDesignSection1 .logoDesignSec1-card:hover {
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
}
.logoDesignSection1 .logoDesignSec1-card .img img {
  border-radius: 20px 20px 0 0;
}
.logoDesignSection1 .logoDesignSec1-card .cont {
  display: flex;
  flex-direction: column;
  gap: 35px;
  text-align: center;
  padding: 15px;
}
.logoDesignSection1 .logoDesignSec1-card .cont h6 {
  color: #333;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  padding: 0 30px;
}
.logoDesignSection1 .logoDesignSec1-card .cont p {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.logoDesignSection2 {
  padding: 20px 0;
}
.logoDesignSection2 .logoDesignSec2-card {
  border-radius: 15px;
  background: #FFE8DC;
  padding: 50px;
  position: relative;
  height: 100%;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.logoDesignSection2 .logoDesignSec2-card:hover {
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
}
.logoDesignSection2 .logoDesignSec2-card.right {
  background: rgba(217, 217, 217, 0.5);
}
.logoDesignSection2 .logoDesignSec2-card.right .cont a.lds2c-btn {
  background: #7F54B3;
}
.logoDesignSection2 .logoDesignSec2-card.right .cont a.lds2c-btn:hover {
  background-color: #6C6CFF;
}
.logoDesignSection2 .logoDesignSec2-card .img {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.logoDesignSection2 .logoDesignSec2-card .cont {
  position: relative;
  z-index: 1;
  width: 65%;
}
.logoDesignSection2 .logoDesignSec2-card .cont h6 {
  color: #333;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 30px;
}
.logoDesignSection2 .logoDesignSec2-card .cont p {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
  padding-bottom: 30px;
}

a.lds2c-btn {
  border-radius: 41px;
  background: #FF6C6C;
  padding: 20px 45px 18px;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  text-wrap: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
a.lds2c-btn i {
  color: #FA6;
  margin-top: -3px;
}
a.lds2c-btn:hover {
  background-color: #6C6CFF;
}

.lds2c-tel {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 3px;
  margin-top: 20px;
}
.lds2c-tel em {
  color: #333;
  font-weight: 400;
}
.lds2c-tel i {
  color: #7F54B3;
}
.lds2c-tel:hover {
  color: #7F54B3;
}

.logoDesignSection3 {
  padding: 150px 0;
}
.logoDesignSection3 .logoDesignSec3-main ul {
  display: flex;
  flex-wrap: wrap;
}
.logoDesignSection3 .logoDesignSec3-main ul li {
  flex: 0 0 25%;
  padding: 12px;
}
.logoDesignSection3 .logoDesignSec3-main.row-wrap3 ul li {
  flex: 0 0 33.33%;
}
.logoDesignSection3 a.lds2c-btn {
  background: #7F54B3;
}
.logoDesignSection3 a.lds2c-btn:hover {
  background-color: #6C6CFF;
}

.webDesignSec2-main .innerSec2-card {
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
}
.webDesignSec2-main .innerSec2-card .icon {
  height: 65px;
}
.webDesignSec2-main .innerSec2-card .cont h6 {
  text-align: left;
  font-size: 24px;
  padding-bottom: 25px;
}
.webDesignSec2-main .innerSec2-card .cont p {
  text-align: left;
}

.socialBanner {
  padding: 80px 0;
  background-size: cover;
  background-position: bottom;
}
.socialBanner .maniBanner-cont {
  padding-right: 30px;
}

.socialSec2-main .innerSec2-card .icon {
  height: 65px;
  width: 65px;
  background-color: #FF6C6C;
  border-radius: 50%;
}

.digitalSection {
  background: #333;
  padding: 110px 0;
  margin-top: 60px;
}
.digitalSection .digitalSec-hd {
  padding-bottom: 90px;
}
.digitalSection .digitalSec-hd h6 {
  color: #fff;
}
.digitalSection .digitalSec-hd p {
  color: #fff;
  font-size: 24px;
}
.digitalSection .digitalSec-card {
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: center;
}
.digitalSection .digitalSec-card span, .digitalSection .digitalSec-card p {
  color: #FFF;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.13;
  padding: 0 20px;
}
.digitalSection .digitalSec-cont {
  display: flex;
  padding: 65px 52px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 28px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 15px;
  background: #FFF;
  width: 85%;
  margin: auto;
  margin-right: 0;
}
.digitalSection .digitalSec-cont h6 {
  color: #333;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.13;
}
.digitalSection .digitalSec-cont p {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.66;
}

.domainSec2-main .innerSec2-card .cont a {
  margin-top: 60px;
  display: inline-flex;
  gap: 12px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.domainSec2-main .innerSec2-card .cont a:hover {
  color: #7f54b3;
}

.domainSection1 {
  background: #E5EBF5;
  padding: 90px 0 80px;
  margin-top: 65px;
}
.domainSection1 .domainSec-card {
  background: #FFF;
  display: flex;
  padding: 30px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 23px;
  height: 100%;
}
.domainSection1 .domainSec-card h6 {
  color: #FF6C6C;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.25;
}
.domainSection1 .domainSec-card p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  padding-right: 10px;
}
.domainSection1 .domainSec-bottom {
  text-align: center;
  padding-top: 45px;
}

.domainSection2 {
  background: #333;
  padding: 80px 0;
}
.domainSection2 .domainSec2-hd h6, .domainSection2 .domainSec2-hd p {
  color: #fff;
}
.domainSection2 .domainSe2c-main ul {
  display: flex;
  align-items: center;
  gap: 70px;
  justify-content: space-around;
}

.contactBanner {
  background-color: #7F54B3;
  padding: 110px 0 240px;
}
.contactBanner .contactBanner-cont h1 {
  color: #FFF;
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 15px;
}
.contactBanner .contactBanner-cont p {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.contactSection1 {
  position: relative;
  margin-top: -140px;
  padding-bottom: 130px;
}
.contactSection1 .contactSec1-form {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 24px 80px 0px rgba(0, 0, 0, 0.15);
  padding: 60px 40px 75px;
}
.contactSection1 .contactSec1-form .contactSec1-formHd {
  padding-bottom: 60px;
}
.contactSection1 .contactSec1-form .contactSec1-formHd h6 {
  color: #000;
  font-size: 42px;
  font-weight: 600;
  line-height: 0.7;
  padding-bottom: 23px;
}
.contactSection1 .contactSec1-form .contactSec1-formHd p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.66;
}
.contactSection1 .contactSec1-form .contactSec1-formFeild {
  padding-bottom: 50px;
}
.contactSection1 .contactSec1-form .contactSec1-formFeild label {
  display: flex;
  gap: 6px;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.45;
  padding-bottom: 10px;
}
.contactSection1 .contactSec1-form .contactSec1-formFeild label span {
  color: #f96363;
}
.contactSection1 .contactSec1-form .contactSec1-formFeild select, .contactSection1 .contactSec1-form .contactSec1-formFeild input, .contactSection1 .contactSec1-form .contactSec1-formFeild textarea {
  border: 1px solid #DFDFDF;
  background: #FFF;
  padding: 20px 30px;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.contactSection1 .contactSec1-form .contactSec1-formFeild select:hover, .contactSection1 .contactSec1-form .contactSec1-formFeild input:hover, .contactSection1 .contactSec1-form .contactSec1-formFeild textarea:hover {
  border-color: #6C6CFF;
}
.contactSection1 .contactSec1-form .contactSec1-formFeild select:active, .contactSection1 .contactSec1-form .contactSec1-formFeild select:focus, .contactSection1 .contactSec1-form .contactSec1-formFeild input:active, .contactSection1 .contactSec1-form .contactSec1-formFeild input:focus, .contactSection1 .contactSec1-form .contactSec1-formFeild textarea:active, .contactSection1 .contactSec1-form .contactSec1-formFeild textarea:focus {
  border-color: #7F54B3;
}
.contactSection1 .contactSec1-form .contactSec1-formFeild textarea {
  height: 130px;
  resize: none;
}
.contactSection1 .contactSec1-form .contactSec1-formBtn button, .contactSection1 .contactSec1-form .contactSec1-formBtn input {
  border-radius: 41px;
  background: #FF6C6C;
  display: inline-flex;
  width: 256px;
  padding: 20px 51px 16px;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-wrap: nowrap;
  transition: all 0.4s ease-in-out;
}
.contactSection1 .contactSec1-form .contactSec1-formBtn button:hover, .contactSection1 .contactSec1-form .contactSec1-formBtn input:hover {
  background-color: #6C6CFF;
}
.contactSection1 .contactSec1-social {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 76.8px 0px rgba(0, 0, 0, 0.15);
  padding: 55px 20px;
}
.contactSection1 .contactSec1-social ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.contactSection1 .contactSec1-social ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 5px;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
}
.contactSection1 .contactSec1-social ul li a:hover {
  background-color: rgba(127, 84, 179, 0.1960784314);
  color: #7F54B3;
}
.contactSection1 .contactSec1-social ul li a .icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  background-color: #7F54B3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}
.contactSection1 .contactSec1-social h6 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 40px;
  padding-top: 65px;
}
.contactSection1 .contactSec1-social p {
  color: #999;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.66;
}
.contactSection1 .contactSec1-social p a {
  font-size: 1em;
  color: #999;
  font-weight: 700;
  line-height: 1.66;
}
.contactSection1 .contactSec1-social p a:hover {
  text-decoration: underline;
}
.contactSection1 .contactSec1-map {
  padding-top: 65px;
}

.overlay {
  background-color: rgba(8, 32, 50, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  display: none;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.closingPopUpSha {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 1050px;
  height: auto;
  z-index: 9999999;
  overflow: visible;
  display: none;
  border-radius: 4px;
  max-width: 90%;
  max-height: 97%;
  border-radius: 25px;
  align-items: stretch;
}
.closingPopUpSha .closingPopUpSha-main {
  display: flex;
  align-items: stretch;
}
.closingPopUpSha .popupImage {
  width: 50%;
  position: relative;
}
.closingPopUpSha .popupImage img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px 0 0 30px;
}
.closingPopUpSha .popupImage h5 {
  position: absolute;
  top: 60px;
  left: 38px;
  color: #FFF;
  font-size: 43px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.86px;
}
.closingPopUpSha .popupImage h5 span {
  color: #FF3D2E;
}
.closingPopUpSha .popupImage a {
  color: #333;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.6px;
  display: flex;
  align-items: flex-end;
  padding: 25px 35px;
  border-radius: 72px;
  background: #FFF;
  position: absolute;
  bottom: 65px;
  left: -55px;
}
.closingPopUpSha .popupImage a span {
  color: #000;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  padding: 0 23px;
  padding-bottom: 10px;
  margin: 0 10px;
}
.closingPopUpSha .popupImage a span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #333;
  bottom: 0;
  left: 0;
}
.closingPopUpSha .popupCont {
  width: 50%;
  padding: 0 38px;
  background: #FFF;
  position: relative;
  border-radius: 0 30px 30px 0;
}
.closingPopUpSha .popupCont .close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}
.closingPopUpSha .popupCont .close-btn i {
  font-size: 30px;
  font-weight: 400;
}
.closingPopUpSha .popupCont .popup-all-cont {
  padding-top: 55px;
  background: #F7F7F7;
}
.closingPopUpSha .popupCont .popup-all-cont h5 {
  color: #333;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1px;
  padding: 0 28px;
  padding-bottom: 15px;
}
.closingPopUpSha .popupCont .popup-all-cont h6 {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  padding: 0 30px;
  padding-bottom: 24px;
}
.closingPopUpSha .popupCont .popup-all-cont p {
  color: #FF3D2E;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  line-height: normal;
  padding: 10px;
  background: #000;
}
.closingPopUpSha .popupCont .popup-all-cont form {
  padding: 50px 35px;
}
.closingPopUpSha .popupCont .popup-all-cont form .popup-field {
  padding-bottom: 15px;
}
.closingPopUpSha .popupCont .popup-all-cont form .popup-field input, .closingPopUpSha .popupCont .popup-all-cont form .popup-field textarea {
  padding: 15px;
  font-size: 16px;
  border-radius: 5px;
  background: #FFF;
  border: 1px solid #F7F7F7;
  width: 100%;
}
.closingPopUpSha .popupCont .popup-all-cont form .popup-field textarea {
  height: 100px;
  resize: none;
}
.closingPopUpSha .popupCont .popup-all-cont form .popupFormBtn button {
  border-radius: 6px;
  text-align: center;
  padding: 20px;
  font-size: 22px;
  font-weight: 700;
  width: 100%;
  color: #FFF;
  background-color: rgb(10, 211, 10);
}

@media (max-width: 1660px) {
  .mainBanner .scrollDown {
    left: 1%;
  }
  .w-130 {
    width: 110% !important;
  }
}
@media (max-width: 1399px) {
  .mainBanner .maniBanner-cont {
    padding-right: 30px;
    padding-left: 20px;
  }
  .mainBanner .maniBanner-cont h1 {
    font-size: 42px;
    padding-bottom: 15px;
  }
  .mainBanner .maniBanner-cont p {
    font-size: 17px;
    padding-bottom: 35px;
  }
  .section1 .sec1-hd {
    padding-bottom: 90px;
  }
  .section1 .sec1-hd .sec1-hdCont {
    padding-left: 0%;
  }
  .sec1-cardHead h6 {
    font-size: 20px;
    line-height: 1.2;
  }
  .sec1-cardBody p {
    font-size: 14px;
    line-height: 1.5;
  }
  .priceCard1-top h6 {
    font-size: 24px;
    letter-spacing: 0px;
    padding-bottom: 10px;
  }
  .priceCard1-top p {
    font-size: 18px;
  }
  .priceCard1-price h6 {
    font-size: 52px;
    letter-spacing: -0.4px;
    margin-bottom: -12px;
  }
  .priceCard1-price span {
    border-radius: 8px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.4;
  }
  .priceCard1-body h6 {
    font-size: 16px;
  }
  .priceCard1-body ul li {
    gap: 10px;
    font-size: 16px;
  }
  .priceSection1 .priceSec1-btn {
    padding-top: 70px;
  }
  .sec6-cardList .sec6-card span {
    font-size: 14px;
  }
  .sec6-cardList .sec6-card p {
    font-size: 25px;
  }
  .sec6-cardList .sec6-card em {
    font-size: 14px;
  }
  .sec6-cardList .sec6-card {
    padding: 30px 15px;
  }
  .section6 .sec6-right {
    padding: 30px 20px;
  }
  .section6 .sec6-right ul {
    gap: 30px;
  }
  .section6 .sec6-right ul li {
    gap: 20px;
    font-size: 18px;
  }
  .section6 .sec6-right ul li:hover {
    gap: 15px;
  }
  .reviewSection {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .reviewSection .reviewSec-cont .reviewSec-topCont .reviewSec-cardSec .reviewSec-topCard h4 {
    font-size: 52px;
  }
  .reviewSection .reviewSec-cont .reviewSec-topCont .reviewSec-cardSec .reviewSec-topCard h6 {
    font-size: 15px;
    padding-bottom: 12px;
  }
  .reviewSection .reviewSec-cont .reviewSec-topCont .reviewSec-cardSec .reviewSec-topCard {
    border-radius: 10px;
    padding: 20px;
  }
  .reviewSection .reviewSec-cont .reviewSec-bottomCont {
    padding-top: 80px;
  }
  .reviewSection .reviewSec-cont .reviewSec-bottomCont .reviewSec-sliderSec {
    padding-bottom: 40px;
  }
  .reviewSection .reviewSec-cont .reviewSec-bottomCont .reviewSec-sliderSec .reviewSec-sliderItem p {
    font-size: 22px;
    line-height: 1.6;
  }
  .ctaSection .ctaCont p {
    font-size: 18px;
    gap: 8px;
    flex-direction: column;
  }
  .ctaSection .ctaCont p span {
    font-size: 16px;
  }
  .ctaSection .ctaCont .cta-mainCont .cta-mainItem {
    gap: 15px;
  }
  .ctaSection .ctaCont .cta-mainCont .cta-mainItem h6 {
    font-size: 18px;
  }
  .ctaSection .ctaCont .cta-mainCont .cta-mainItem .item-img {
    width: 40px;
  }
  .ctaSection .ctaCont .cta-mainCont .cta-mainItem .item-img svg, .ctaSection .ctaCont .cta-mainCont .cta-mainItem .item-img img {
    width: 100%;
  }
  .lastSection {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .lastSection .faq-sec .faqHeading {
    padding-right: 5%;
  }
  .lastSection .faq-sec .faqHeading h6 {
    font-size: 42px;
    padding-bottom: 20px;
  }
  .lastSection .faq-sec .faqHeading p {
    font-size: 22px;
    line-height: 1.2;
  }
  .lastSection .faq-sec .faqHeading p a {
    font-size: 1em;
    line-height: 1.2;
  }
  .faqSec-body .accordion li {
    padding: 15px;
  }
  .faqSec-body .accordion li .acc_title {
    font-size: 18px;
    line-height: 1;
  }
  .lastSection .contact-sec .contact-cont form .row {
    row-gap: 30px;
  }
  .lastSection .contact-sec .contact-cont form .contact-field input {
    padding-bottom: 12px;
    font-size: 16px;
  }
  .lastSection .contact-sec .contact-cont .guide {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  footer {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  footer .footer-cont .footer-cont-top .footer-cont-right .footer-menu h6 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  footer .footer-cont .footer-cont-top .footer-cont-right .footer-menu ul {
    gap: 10px;
  }
  footer .footer-cont .footer-cont-top .footer-cont-right .footer-menu ul li a {
    gap: 10px;
    font-size: 14px;
    line-height: 1.2;
  }
  footer .footer-cont .footer-cont-top .footer-cont-left h6 {
    color: #FFF;
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
  }
  footer .footer-cont .footer-cont-top .footer-cont-left .compant-details {
    padding-top: 25px;
    gap: 10px;
  }
  .logoDesignSection2 .logoDesignSec2-card {
    border-radius: 10px;
    padding: 25px;
  }
  .logoDesignSection2 .logoDesignSec2-card .img {
    right: 0;
    bottom: -4px;
    margin: auto;
    width: 200px;
  }
  .logoDesignSection2 .logoDesignSec2-card .cont h6 {
    font-size: 22px;
    padding-bottom: 15px;
  }
  .logoDesignSection2 .logoDesignSec2-card .cont p {
    font-size: 14px;
    padding-bottom: 20px;
  }
  a.lds2c-btn {
    border-radius: 40px;
    padding: 12px 20px 9px;
    font-size: 14px;
    gap: 7px;
  }
  .lds2c-tel {
    font-size: 14px;
    gap: 3px;
    margin-top: 20px;
  }
  .reviewSection1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .reviewSection1 .reviewSec1-cont .reviewSec1-head {
    padding-bottom: 60px;
  }
  .reviewSection1 .reviewSec1-cont .reviewSec1-head h6 {
    font-size: 42px;
  }
  .reviewSection1 .reviewSec1-cont .reviewSec1-head p {
    font-size: 18px;
    line-height: 1.4;
  }
  .reviewSection1 .reviewSec1-cont .reviewSec1-head p a {
    font-size: 1em;
    line-height: 1.4;
  }
  .reviewSection1 .reviewSec1-cont .reviewSec1-body .reviewCard {
    gap: 20px;
    padding: 20px 15px;
    border-radius: 10px;
  }
  .reviewSection1 .reviewSec1-cont .reviewSec1-body .reviewCard h5 {
    font-size: 20px;
  }
  .reviewSection1 .reviewSec1-cont .reviewSec1-body .reviewCard p {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .reviewSection1 .reviewSec1-cont .reviewSec1-body .reviewCard h6 {
    font-size: 10px;
    gap: 10px;
  }
  .contactBanner {
    padding: 50px 0 200px;
  }
  .contactBanner .contactBanner-cont h1 {
    font-size: 40px;
    padding-bottom: 15px;
  }
  .contactBanner .contactBanner-cont p {
    font-size: 14px;
  }
  .contactSection1 .contactSec1-form {
    border-radius: 5px;
    padding: 30px 20px 35px;
  }
  .contactSection1 .contactSec1-form .contactSec1-formHd h6 {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .contactSection1 .contactSec1-form .contactSec1-formHd p {
    font-size: 14px;
    line-height: 1.4;
  }
  .contactSection1 .contactSec1-form .contactSec1-formHd {
    padding-bottom: 30px;
  }
  .contactSection1 .contactSec1-form .contactSec1-formFeild label {
    gap: 6px;
    font-size: 16px;
    line-height: 1.2;
    padding-bottom: 5px;
  }
  .contactSection1 .contactSec1-form .contactSec1-formFeild {
    padding-bottom: 20px;
  }
  .contactSection1 .contactSec1-form .contactSec1-formFeild select, .contactSection1 .contactSec1-form .contactSec1-formFeild input, .contactSection1 .contactSec1-form .contactSec1-formFeild textarea {
    padding: 15px 15px;
  }
  .contactSection1 .contactSec1-form .contactSec1-formBtn button, .contactSection1 .contactSec1-form .contactSec1-formBtn input {
    justify-content: center;
    width: 200px;
    padding: 12px 20px 10px;
    font-size: 18px;
  }
  .contactSection1 .contactSec1-social {
    border-radius: 5px;
    padding: 20px 15px;
  }
  .contactSection1 .contactSec1-social ul li a {
    gap: 10px;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
  }
  .contactSection1 .contactSec1-social h6 {
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 25px;
  }
  .contactSection1 .contactSec1-social p {
    font-size: 12px;
    line-height: 1.6;
  }
  .contactSection1 .contactSec1-map {
    padding-top: 25px;
  }
  .mainBanner.pb-0 .maniBanner-cont {
    padding: 30px 20px 30px 0;
  }
  .innerSec2-card {
    padding: 15px;
    border-radius: 10px;
    gap: 10px;
    height: 100%;
  }
  .innerSec2-card .icon, .webDesignSec2-main .innerSec2-card .icon {
    height: 60px;
  }
  .innerSec2-card .cont h6, .webDesignSec2-main .innerSec2-card .cont h6 {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .innerSec2-card .cont p {
    font-size: 14px;
    line-height: 1.33;
  }
  .innerCta .innerCta-main .innerCta-btn a {
    padding: 20px 45px;
    font-size: 20px;
  }
  .logoDesignSection1 .logoDesignSec1-card {
    gap: 20px;
  }
  .logoDesignSection1 .logoDesignSec1-card .cont {
    gap: 15px;
  }
  .logoDesignSection1 .logoDesignSec1-card .cont h6 {
    font-size: 20px;
    padding: 0 0px;
  }
  .logoDesignSection1 .logoDesignSec1-card .cont p {
    font-size: 14px;
    line-height: 1.4;
  }
  .logoDesignSection3 {
    padding: 80px 0;
  }
  .hd-pad {
    padding-bottom: 40px;
  }
  .unlockingSection .unlockingSec-card {
    gap: 15px;
    border-radius: 5px;
    padding: 20px;
  }
  .unlockingSection .unlockingSec-card .hd h6 {
    font-size: 18px;
  }
  .unlockingSection .unlockingSec-card .icon {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
  }
  .innerSection1 .innerSec1-cont .mn-hd .hd1 {
    padding-bottom: 20px;
  }
  .innerSection1 .innerSec1-cont .mn-hd p {
    padding-bottom: 25px;
  }
  .themeSection .themeSec-cont h5 {
    font-size: 22px;
  }
  .themeSection .themeSec-cont h6 {
    font-size: 32px;
    padding-bottom: 10px;
  }
  .themeSection .themeSec-cont p {
    font-size: 18px;
    line-height: 1.4;
  }
  .themeSection .themeSec-cont ul {
    padding-top: 30px;
  }
  .themeSection .themeSec-cont li {
    font-size: 18px;
    line-height: 1.2;
    gap: 10px;
    padding-bottom: 10px;
  }
  .themeSection .themeSec-main {
    gap: 40px;
  }
  .converSec-cardHead .hd h6 {
    font-size: 24px;
  }
  .converSec-cardBody ul {
    gap: 10px;
  }
  .converSec-cardBody ul li {
    gap: 10px;
    font-size: 14px;
    line-height: 1.3;
  }
  .converSec-card {
    gap: 15px;
    border-radius: 5px;
    padding: 20px;
  }
  .innerCta {
    padding: 80px 0;
  }
  .closingPopUpSha .popupCont .popup-all-cont h5 {
    font-size: 42px;
  }
  .closingPopUpSha .popupCont .popup-all-cont h6 {
    font-size: 20px;
  }
  .closingPopUpSha .popupCont .popup-all-cont h6 br {
    display: none;
  }
  .closingPopUpSha .popupCont .popup-all-cont p {
    font-size: 18px;
  }
  .closingPopUpSha .popupCont .popup-all-cont form {
    padding: 30px 25px;
  }
  .closingPopUpSha .popupImage h5 {
    font-size: 40px;
  }
  .closingPopUpSha .popupImage a {
    font-size: 22px;
  }
  .closingPopUpSha .popupImage a span {
    font-size: 18px;
    padding: 0 18px;
    padding-bottom: 10px;
  }
  .closingPopUpSha .popupCont .popup-all-cont {
    padding-top: 40px;
  }
  .closingPopUpSha .popupImage a {
    padding: 20px 30px;
    left: 10px;
  }
  .pt120 {
    padding-top: 80px !important;
  }
  .padX20 {
    padding-right: 10%;
    padding-left: 10%;
  }
  .mn-hd .hd1, .lastSection .contact-sec .contact-cont h6 {
    font-size: 36px;
  }
  .mn-hd p {
    font-size: 18px;
  }
  .section1 {
    padding: 80px 0;
  }
}
@media (max-width: 1199px) {
  .slider-nav {
    padding: 20px 20px 0;
  }
  .contactSection1 {
    padding-bottom: 40px;
  }
  .padX8 {
    padding-right: 2%;
    padding-left: 2%;
  }
  .topSection h3 {
    font-size: 20px;
  }
  .themeBtn {
    padding: 15px 30px 13px;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
  }
  .chatBtn {
    gap: 5px;
    font-size: 18px;
    line-height: 1;
  }
  .chatBtn span {
    font-size: 0.6em;
    line-height: 1;
    gap: 5px;
  }
  footer .footer-cont .footer-cont-top .footer-cont-right {
    gap: 15px;
  }
  footer .footer-cont .footer-cont-top .footer-cont-right .footer-menu ul li a {
    align-items: flex-start;
  }
  .footer-cont-bottom {
    padding: 0 15%;
  }
  .copyright .copyright-cont p {
    font-size: 10px;
    line-height: 1.4;
  }
  .copyright .copyright-cont p a {
    font-size: 1em;
    line-height: 1.4;
  }
  .copyright-img {
    width: 15%;
  }
  .copyright-img img {
    width: 100%;
  }
  .copyright .copyright-cont ul li a {
    font-size: 12px;
  }
  .copyright .copyright-cont ul {
    gap: 12px;
  }
  footer .footer-cont .footer-cont-top .footer-cont-left h6 {
    font-size: 20px;
  }
  footer .footer-cont .footer-cont-top .footer-cont-left .compant-details p, footer .footer-cont .footer-cont-top .footer-cont-left .compant-details a {
    font-size: 14px;
  }
  footer .footer-cont .footer-cont-top .footer-cont-right .footer-menu h6 {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .left-img svg {
    width: 120px;
    height: auto;
  }
  .footer-menu {
    flex: 0 0 25%;
  }
  .footer-menu:nth-last-child(1) {
    flex: 0 0 45%;
  }
  .menu {
    gap: 15px;
  }
  .menu li {
    gap: 5px;
  }
  .menu li a {
    font-size: 14px;
  }
  .menu li.nav-btn a {
    border-radius: 40px;
    gap: 10px;
    padding: 10px 20px 8px;
    font-size: 14px;
  }
  .menu li.nav-btn a i {
    font-size: 1em;
  }
  .digitalSection {
    padding: 80px 0;
    margin-top: 40px;
  }
  .digitalSection .digitalSec-hd {
    padding-bottom: 60px;
  }
  .digitalSection .digitalSec-hd p {
    font-size: 20px;
  }
  .digitalSection .digitalSec-card span, .digitalSection .digitalSec-card p {
    font-size: 20px;
    padding: 0 10px;
  }
  .digitalSection .digitalSec-card {
    gap: 10px;
  }
  .digitalSection .digitalSec-cont {
    padding: 25px 20px;
    gap: 15px;
    border-radius: 5px;
    width: 90%;
  }
  .digitalSection .digitalSec-cont h6 {
    font-size: 22px;
    line-height: 1.1;
  }
  .digitalSection .digitalSec-cont p {
    font-size: 14px;
    line-height: 1.5;
  }
  .pb20 {
    padding-bottom: 10px;
  }
  .domainSection1 {
    padding: 60px 0;
    margin-top: 40px;
  }
  .textBanner {
    padding: 80px 0;
  }
  .textBanner .textBanner-cont h2 {
    font-size: 42px;
    padding-bottom: 20px;
  }
  .textBanner .textBanner-cont p {
    font-size: 16px;
  }
  .reviewSection1 .reviewSec1-cont .reviewSec1-body .faqCard {
    padding: 15px;
  }
  .reviewSection1 .reviewSec1-cont .reviewSec1-body .faqCard h5 {
    font-size: 12px;
    letter-spacing: 0;
    padding-bottom: 10px;
  }
  .reviewSection1 .reviewSec1-cont .reviewSec1-body .faqCard h2 {
    font-size: 18px;
    line-height: 1.2;
    padding-bottom: 15px;
  }
  .reviewSection1 .reviewSec1-cont .reviewSec1-body .faqCard p {
    font-size: 14px;
    letter-spacing: 0;
  }
  .unlockingSection {
    padding: 60px 0 80px;
  }
}
@media (max-width: 991px) {
  .top-header {
    padding: 10px 10px;
  }
  .header-social ul {
    gap: 10px;
  }
  .header-social ul li a {
    font-size: 12px;
  }
  .topHeader-action ul li a {
    font-size: 12px;
    gap: 5px;
  }
  .main-header {
    padding: 10px 0;
  }
  .logo {
    width: 150px;
  }
  .menu {
    gap: 12px;
  }
  .menu li a {
    font-size: 12px;
  }
  .menu li .chv svg {
    width: 6px;
    height: auto;
    margin-bottom: 4px;
  }
  .mainBanner {
    padding: 40px 0;
  }
  .mainBanner .maniBanner-cont h1 {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .mainBanner .maniBanner-cont p {
    font-size: 14px;
    padding-bottom: 20px;
  }
  .mainBanner .maniBanner-cont {
    padding-right: 0px;
    padding-left: 0px;
  }
  .mainBanner .maniBanner-cont img {
    margin-top: 25px;
  }
  .topSection h3 {
    font-size: 16px;
  }
  .topSection {
    padding: 15px 0;
  }
  .section1 {
    padding: 30px 0;
  }
  .mn-hd .hd1, .lastSection .contact-sec .contact-cont h6 {
    font-size: 24px;
  }
  .section1 .sec1-hd .mn-groupBtn {
    padding-top: 20px;
  }
  .mn-hd p {
    font-size: 14px;
  }
  .section1 .sec1-hd {
    padding-bottom: 30px;
  }
  .sec1-cardHead {
    gap: 10px;
  }
  .sec1-cardHead .icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    padding: 5px;
  }
  .sec1-cardHead h6 {
    font-size: 14px;
    line-height: 1.2;
  }
  .sec1-card {
    gap: 10px;
  }
  .sec1-cardBody p {
    font-size: 12px;
    line-height: 1.5;
  }
  .rowGap70 {
    row-gap: 30px;
  }
  .priceSection1 {
    padding: 40px 0;
  }
  .priceSection1 .mn-hd {
    padding-bottom: 30px;
  }
  .priceCard1 {
    border-radius: 5px;
    padding: 15px;
    gap: 10px;
  }
  .priceCard1-top h6 {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .priceCard1-top p {
    font-size: 12px;
  }
  .priceCard1-price h6 {
    font-size: 32px;
    letter-spacing: 0;
    margin-bottom: -6px;
  }
  .priceCard1-price span {
    border-radius: 2px;
    padding: 5px 10px;
    font-size: 9px;
    line-height: 1;
  }
  .priceCard1-body h6 {
    font-size: 10px;
  }
  .priceCard1-body ul li {
    gap: 5px;
    font-size: 12px;
  }
  .themeBtn {
    padding: 12px 20px 10px;
    gap: 7px;
    font-size: 12px;
    font-weight: 600;
  }
  .telBtn {
    gap: 10px;
    font-size: 14px;
    line-height: 0.8;
  }
  .priceSection1 .priceSec1-btn {
    padding-top: 30px;
  }
  .section2 {
    padding: 40px 0;
  }
  .section2 .mn-hd {
    padding-bottom: 30px;
  }
  .sec2-card {
    border-radius: 5px;
    padding: 15px 10px 0;
    gap: 20px;
    height: 100%;
    justify-content: space-between;
  }
  .sec2-card .cont {
    gap: 10px;
  }
  .sec2-card .cont h6 {
    font-size: 17px;
  }
  .sec2-card .cont p {
    font-size: 12px;
  }
  .coffeeSection {
    padding: 40px 0;
  }
  .coffeeSection .after {
    top: 20px;
    left: 20px;
    font-size: 60px;
  }
  .coffeeSection .coffeeSec-cont .hd1 {
    padding-bottom: 5px;
  }
  .coffeeSection .coffeeSec-cont p {
    font-size: 14px;
  }
  .coffeeSection .coffeeSec-cont .mn-groupBtn {
    padding-top: 15px;
  }
  .design-card-list--large .design-card-list__item {
    padding-top: 0px;
  }
  .design-card-list__item + .design-card-list__item {
    margin-right: 5px;
  }
  br {
    display: none;
  }
  .section4 .sec4-cont ul {
    gap: 10px;
  }
  .section4 .sec4-cont ul li {
    padding-bottom: 15px;
  }
  .section4 .sec4-cont ul li .sec4-contHd {
    flex: 0 0 40%;
  }
  .section4 .sec4-cont ul li .sec4-contHd span {
    font-size: 18px;
    line-height: 1;
  }
  .section4 .sec4-cont ul li .sec4-contHd span::after {
    width: 18px;
    height: 18px;
    top: -6px;
    right: -4px;
  }
  .section4 .sec4-cont ul li .sec4-contHd h6 {
    font-size: 16px;
    line-height: 1.2;
    padding-top: 10px;
  }
  .section4 .sec4-cont ul li .sec4-contBody p {
    font-size: 12px;
    line-height: 1.4;
  }
  .section5 {
    margin-top: 40px;
  }
  .section5 .sec5-cont {
    gap: 10px;
    padding: 20px 0;
  }
  .section5 .sec5-cont ul {
    gap: 10px;
  }
  .section5 .sec5-cont ul li {
    gap: 7px;
    font-size: 12px;
    line-height: 1.2;
  }
  .section5 .sec5-cont ul li .fas {
    padding-top: 1px;
    font-size: 0.7em;
  }
  .section5 .sec5-img {
    width: 125%;
    margin-left: -25%;
    margin-top: -50px;
  }
  .section6 {
    padding: 40px 0;
  }
  .section6 .sec6-cont .mn-hd .hd1 {
    padding-bottom: 10px;
  }
  .section6 .sec6-cont .mn-hd p {
    font-size: 14px;
    padding-bottom: 20px;
  }
  .section6 .sec6-right {
    padding: 15px;
    border-radius: 5px;
  }
  .section6 .sec6-right ul {
    gap: 15px;
  }
  .section6 .sec6-right ul li {
    gap: 8px;
    font-size: 14px;
  }
  .section6 .sec6-right ul li:hover {
    gap: 5px;
  }
  .sec6-cardList {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  .sec6-cardList .sec6-card {
    padding: 12px 10px;
    gap: 10px;
    border-radius: 5px;
    flex: 1 0 calc(50% - 10px);
  }
  .reviewSection .reviewSec-cont .reviewSec-topCont .reviewSec-cardSec {
    padding-top: 20px;
  }
  .reviewSection .reviewSec-cont .reviewSec-topCont .reviewSec-cardSec .reviewSec-topCard {
    border-radius: 5px;
    padding: 15px;
  }
  .reviewSection .reviewSec-cont .reviewSec-topCont .reviewSec-cardSec .reviewSec-topCard h4 {
    font-size: 26px;
  }
  .reviewSection .reviewSec-cont .reviewSec-topCont .reviewSec-cardSec .reviewSec-topCard h6 {
    font-size: 12px;
    padding-bottom: 10px;
  }
  .reviewSection .reviewSec-cont .reviewSec-topCont .reviewSec-cardSec .reviewSec-topCard p {
    font-size: 10px;
    line-height: 1.1;
  }
  .reviewSection .slick-prev:before, .reviewSection .slick-next:before {
    font-size: 16px;
    width: 35px;
    height: 35px;
  }
  .reviewSection .reviewSec-cont .reviewSec-bottomCont .reviewSec-sliderSec {
    padding-bottom: 20px;
  }
  .reviewSection .reviewSec-cont .reviewSec-bottomCont .reviewSec-sliderSec .reviewSec-sliderItem {
    padding: 0 20px;
  }
  .reviewSection .slick-next {
    right: -55px;
  }
  .reviewSection .slick-prev {
    left: -35px;
  }
  .mainBanner .scrollDown {
    left: 1%;
    gap: 35px;
    width: 20px;
    height: 190px;
  }
  .mainBanner .scrollDown span {
    font-size: 10px;
  }
  .reviewSection .slick-prev, .reviewSection .slick-next {
    top: 22%;
  }
  .reviewSection .reviewSec-cont .reviewSec-bottomCont .reviewSec-sliderSec .reviewSec-sliderItem p {
    font-size: 16px;
    line-height: 1.4;
  }
  .reviewSection .reviewSec-cont .reviewSec-bottomCont p {
    font-size: 14px;
  }
  .reviewSection .reviewSec-cont .reviewSec-bottomCont p .avatarGroup img {
    width: 30px;
    height: 30px;
    margin-left: -12px;
  }
  .ctaSection .ctaCont {
    padding: 40px 0;
  }
  .ctaSection .ctaCont .cta-mainCont {
    gap: 15px;
    padding-top: 25px;
    flex-wrap: wrap;
  }
  .ctaSection .ctaCont .cta-mainCont .cta-mainItem {
    gap: 5px;
    flex: 1 0 calc(50% - 15px);
    flex-direction: column;
  }
  .lastSection .faq-sec .faqHeading h6 {
    font-size: 24px;
    padding-bottom: 15px;
  }
  .lastSection .faq-sec .faqHeading p {
    font-size: 16px;
    line-height: 1.2;
  }
  .lastSection .faq-sec .faqHeading p a {
    font-size: 0.9em;
    line-height: 1.2;
  }
  .lastSection .faq-sec .faqHeading {
    padding-right: 0%;
    padding-top: 20px;
  }
  .faqSec-body .accordion li {
    padding: 10px;
  }
  .faqSec-body .accordion li .acc_title {
    font-size: 16px;
  }
  .faqSec-body .accordion li .acc_title i {
    font-size: 12px;
  }
  .faqSec-body .accordion li .acc_desc p {
    font-size: 12px;
    line-height: 1.4;
  }
  .lastSection .faq-sec {
    padding-bottom: 30px;
  }
  .lastSection .contact-sec .contact-cont h6 {
    padding-bottom: 20px;
  }
  .lastSection .contact-sec .contact-cont form .row {
    row-gap: 12px;
  }
  .lastSection .contact-sec .contact-cont form .contact-field input {
    padding-bottom: 7px;
    font-size: 12px;
  }
  .lastSection .contact-sec .contact-cont .guide {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .lastSection .contact-sec .contact-cont .dragInput {
    padding: 10px 10px;
    border-radius: 5px;
    gap: 5px;
  }
  .lastSection .contact-sec .contact-cont .dragInput h5 {
    font-size: 10px;
    line-height: 1.4;
  }
  .lastSection .contact-sec .contact-cont .contact-lastCont {
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
    padding-top: 20px;
  }
  .lastSection .contact-sec .contact-cont .contact-lastCont button {
    gap: 10px;
    width: 100px;
    padding: 10px 5px 8px;
    border-radius: 40px;
    font-size: 14px;
  }
  .lastSection .contact-sec .contact-cont .contact-lastCont button i {
    font-size: 1em;
  }
  .left-img svg {
    width: 70px;
    height: auto;
  }
  footer .footer-cont .footer-cont-top .footer-cont-left .compant-details .company-contact {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
  footer .footer-cont .footer-cont-top .footer-cont-right .footer-menu h6 {
    font-size: 14px;
    padding-bottom: 12px;
  }
  footer .footer-cont .footer-cont-top .footer-cont-right .footer-menu ul li a {
    gap: 10px;
    font-size: 10px;
    line-height: 1.2;
  }
  footer .footer-cont .footer-cont-top .footer-cont-right .footer-menu ul li a span {
    font-size: 10px;
  }
  footer .footer-cont .footer-cont-top {
    padding-bottom: 40px;
  }
  .footer-cont-bottom {
    padding: 0 5%;
  }
  .logoDesignSection2 .logoDesignSec2-card .img {
    opacity: 0.5;
    width: 100%;
    height: 100%;
    display: none;
  }
  .logoDesignSection2 .logoDesignSec2-card .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .logoDesignSection2 .logoDesignSec2-card .cont {
    width: 100%;
  }
  .logoDesignSection2 .logoDesignSec2-card {
    display: flex;
    align-items: center;
  }
  .reviewSection1 .reviewSec1-cont .reviewSec1-head h6 {
    font-size: 28px;
  }
  .reviewSection1 .reviewSec1-cont .reviewSec1-head p {
    font-size: 14px;
    line-height: 1.4;
  }
  .reviewSection1 .reviewSec1-cont .reviewSec1-head {
    padding-bottom: 20px;
  }
  .reviewSection1 .reviewSec1-cont .reviewSec1-body .reviewCard h5 {
    font-size: 16px;
  }
  .reviewSection1 .reviewSec1-cont .reviewSec1-body .reviewCard p {
    font-size: 12px;
  }
  .reviewSection1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .innerSection1 {
    background-position: 50% 0%;
    padding: 40px 0;
  }
  .innerSection1 .innerSec1-cont .mn-hd .hd1 {
    padding-bottom: 10px;
  }
  .innerSection1 .innerSec1-cont .mn-hd p {
    padding-bottom: 20px;
    padding-right: 0px;
  }
  .innerSection1 .innerSec1-cont ul {
    padding-bottom: 25px;
  }
  .innerSection1 .innerSec1-cont ul li {
    font-size: 12px;
    gap: 5px;
    padding-bottom: 6px;
  }
  .innerSection1 .innerSec1-cont ol {
    gap: 20px;
    padding-top: 10px;
  }
  .innerSection1 .innerSec1-cont ol li h6 {
    gap: 10px;
    font-size: 16px;
    padding-bottom: 5px;
  }
  .innerSection1 .innerSec1-cont ol li p {
    color: #969697;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
  }
  .innerSection1 .innerSec1-cont ol li h6 i {
    font-size: 0.9em;
  }
  .rowGap42 {
    row-gap: 24px;
  }
  .innerSec2-card .cont h6, .webDesignSec2-main .innerSec2-card .cont h6 {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .innerSec2-card .cont p {
    font-size: 12px;
  }
  .innerCta .innerCta-main {
    border-radius: 5px;
    padding: 25px 20px;
  }
  .innerCta .innerCta-main .innerCta-btn a {
    padding: 14px 25px;
    font-size: 14px;
  }
  .innerSec3-card {
    border-radius: 5px;
    padding: 15px;
    gap: 10px;
  }
  .innerSec3-card .cont h6 {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .section6 .sec6-cont .mn-hd .hd1, .mn-hd .hd1, .lastSection .contact-sec .contact-cont h6 {
    font-size: 24px;
  }
  .pt120 {
    padding-top: 40px !important;
  }
  .section3, .section4, .reviewSection, .lastSection, footer, .innerSection2, .innerCta, .innerSection3 {
    padding: 40px 0;
  }
  .hd-pad {
    padding-bottom: 20px;
  }
  .padX5, .padX8, .padX10 {
    padding-right: 0%;
    padding-left: 0%;
  }
  .padX20 {
    padding-right: 3%;
    padding-left: 3%;
  }
  .padX12 {
    padding-right: 5%;
    padding-left: 5%;
  }
  .technologySection .techSec-nav {
    padding-bottom: 40px;
  }
  .technologySection .techSec-nav a {
    font-size: 14px;
  }
  .technologySection .techSec-main ul li p {
    font-size: 12px;
    padding-top: 10px;
  }
  .technologySection .techSec-main ul {
    row-gap: 20px;
  }
  .technologySection {
    padding: 40px 0;
    margin-bottom: 30px;
  }
  .digitalSection .digitalSec-hd p {
    font-size: 14px;
  }
  .digitalSection .digitalSec-hd {
    padding-bottom: 30px;
  }
  .digitalSection .digitalSec-cont {
    padding: 15px;
    gap: 15px;
    border-radius: 5px;
  }
  .digitalSection {
    padding: 40px 0;
    margin-top: 20px;
  }
  .digitalSec-main .row {
    row-gap: 20px;
  }
  .w-130 {
    width: 100% !important;
  }
  .digitalSection .digitalSec-cont {
    padding: 15px;
    gap: 10px;
    border-radius: 5px;
    width: 100%;
  }
  .pb20 {
    padding-bottom: 5px;
  }
  .domainSection1 .domainSec-card {
    padding: 12px;
    gap: 5px;
  }
  .domainSection1 .domainSec-card h6 {
    font-size: 26px;
    line-height: 1;
  }
  .domainSection1 .domainSec-card p {
    font-size: 12px;
    padding-right: 0px;
  }
  .rowGap28 {
    row-gap: 20px;
  }
  .domainSection1 .domainSec-bottom {
    padding-top: 25px;
  }
  .domainSection1 .domainSec-bottom p {
    font-size: 14px;
    font-weight: 400;
  }
  .domainSection1 {
    padding: 40px 0;
    margin-top: 20px;
  }
  .domainSection2 {
    padding: 40px 0;
  }
  .domainSection2 .domainSe2c-main ul {
    gap: 40px;
  }
  .domainSec2-main .innerSec2-card .cont a {
    margin-top: 25px;
    gap: 10px;
    font-size: 12px;
  }
  .faqSection1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .reviewSec1-body .row {
    row-gap: 15px;
  }
  .logoDesignSection1, .logoDesignSection3 {
    padding: 40px 0;
  }
  .logoDesignSection3 .logoDesignSec3-main ul li {
    flex: 0 0 25%;
    padding: 1px 3px;
    font-size: 0;
  }
  .pt70 {
    padding-top: 30px;
  }
  .unlockingSection .unlockingSec-card {
    gap: 10px;
    padding: 10px;
  }
  .unlockingSection .unlockingSec-card .hd h6 {
    font-size: 14px;
    line-height: 1.1;
  }
  .unlockingSection .unlockingSec-card .icon {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
  }
  .rowGap23 {
    row-gap: 15px;
  }
  .unlockingSection {
    padding: 40px 0;
  }
  .unlockingSection .unlockingSec-card .hd {
    gap: 10px;
  }
  .unlockingSection .unlockingSec-card .hd p {
    font-size: 14px;
    line-height: 1.3;
  }
  .mainBanner .maniBanner-cont h2 {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .themeSection {
    padding: 40px 0;
  }
  .themeSection .themeSec-cont h5 {
    font-size: 16px;
  }
  .themeSection .themeSec-cont h6 {
    font-size: 22px;
    padding-bottom: 5px;
  }
  .themeSection .themeSec-cont p {
    font-size: 14px;
  }
  .themeSection .themeSec-cont ul {
    padding-top: 15px;
  }
  .themeSection .themeSec-cont li {
    font-size: 14px;
    gap: 5px;
    padding-bottom: 5px;
  }
  .themeSection .themeSec-cont li::before {
    width: 4px;
    height: 4px;
    margin-top: -3px;
  }
}
@media (max-width: 767px) {
  .menu {
    gap: 12px;
    justify-content: center;
  }
  .main-header .col-md-3 {
    text-align: center;
    padding-bottom: 10px;
  }
  .mainBanner .row, .sec1-hd .row {
    row-gap: 25px;
  }
  .section6 .sec6-cont .mn-hd .hd1, .mn-hd .hd1, .lastSection .contact-sec .contact-cont h6 {
    font-size: 22px;
  }
  .main-header .col-md-3 {
    text-align: left;
    padding-bottom: 0;
    padding-top: 4px;
  }
  .topHeader-action ul {
    justify-content: center;
    padding-top: 5px;
  }
  .header-social ul {
    justify-content: center;
    padding-bottom: 5px;
  }
  .menu-Bar span {
    background-color: #7f54b3;
  }
  .mainBanner .scrollDown {
    display: none;
  }
  .topSection h3 {
    font-size: 14px;
    text-align: center;
    padding-bottom: 10px;
  }
  .priceSection1 .mn-hd {
    padding-bottom: 20px;
  }
  .priceCard1-btn {
    justify-content: flex-start;
    gap: 10px;
    flex-direction: row;
  }
  .section2 .sec2-bottom {
    padding-top: 30px;
  }
  .container.p-0, .container-fluid.p-0, .container-lg.p-0, .container-md.p-0, .container-sm.p-0, .container-xl.p-0, .container-xxl.p-0 {
    padding-right: var(--bs-gutter-x, 0.75rem) !important;
    padding-left: var(--bs-gutter-x, 0.75rem) !important;
  }
  .section4 .col-md-4 {
    padding-bottom: 20px;
  }
  .section4 .sec4-cont ul {
    gap: 20px;
  }
  .section4 .sec4-cont ul li {
    padding-bottom: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .section5 {
    margin-top: 10px;
  }
  .section5 .sec5-img {
    width: 100%;
    margin-left: 0%;
    margin-top: -20px;
  }
  .section6 .sec6-right {
    margin-top: 20px;
  }
  .reviewSection .reviewSec-cont .reviewSec-bottomCont {
    padding-top: 35px;
    padding-right: 10%;
    padding-left: 10%;
  }
  .reviewSection .slick-prev, .reviewSection .slick-next {
    z-index: 1;
    width: 35px;
    height: 35px;
    top: 30%;
  }
  .reviewSection .slick-next {
    right: -35px;
  }
  .reviewSection .reviewSec-cont .reviewSec-bottomCont .reviewSec-sliderSec .reviewSec-sliderItem {
    padding: 0 6px;
  }
  .reviewSection .reviewSec-cont .reviewSec-bottomCont .reviewSec-sliderSec .reviewSec-sliderItem p {
    font-size: 14px;
    line-height: 1.4;
  }
  .reviewSection .reviewSec-cont .reviewSec-bottomCont p {
    font-size: 12px;
    gap: 5px;
    flex-wrap: wrap;
  }
  .ctaSection .ctaCont .cta-mainCont .cta-mainItem h6 {
    font-size: 16px;
    text-align: center;
  }
  .lastSection .faq-sec .faqHeading {
    padding-right: 0%;
    padding-top: 0;
    padding-bottom: 20px;
  }
  .faqSec-body .accordion li .acc_title {
    font-size: 14px;
    font-weight: 500;
  }
  .contact-img {
    padding-top: 20px;
  }
  footer .footer-cont .footer-cont-top .footer-cont-left .compant-details {
    padding-top: 15px;
    gap: 7px;
    padding-bottom: 20px;
  }
  footer .footer-cont .footer-cont-top .footer-cont-right {
    gap: 20px;
    flex-wrap: wrap;
  }
  .footer-menu, .footer-menu:nth-last-child(1) {
    flex: 1 0 auto;
  }
  footer .footer-cont .footer-cont-top {
    padding-bottom: 30px;
  }
  .footer-cont-bottom {
    padding: 0 0%;
  }
  footer .footer-cont .footer-cont-bottom ul {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
  }
  .copyright .copyright-cont {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
  }
  .copyright-img {
    width: 150px;
  }
  .contactSection1 .contactSec1-social {
    margin-top: 20px;
  }
  .contactBanner {
    padding: 40px 0 170px;
  }
  .contactBanner .contactBanner-cont h1 {
    font-size: 28px;
    padding-bottom: 10px;
  }
  .mainBanner.pb-0 .maniBanner-cont {
    padding: 0px 0px 0px 0;
  }
  .pt35 {
    padding-top: 10px;
  }
  .innerSection1 {
    background-position: left;
  }
  .priceSec1-main .row, .sec2-main .row, .coffeeSection .row, .reviewSec-cardSec .row, .logoDesignSection2 .row, .innerSection1 .row {
    row-gap: 20px;
  }
  .technologySection .techSec-main ul {
    justify-content: center;
  }
  .technologySection .techSec-main ul li {
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .padX12 {
    padding-right: 0%;
    padding-left: 0%;
  }
  .technologySection .techSec-nav {
    padding-bottom: 20px;
  }
  .technologySection .techSec-nav a {
    font-size: 12px;
  }
  .technologySection {
    margin-bottom: 10px;
  }
  .domainSection1 .domainSec-card {
    padding: 12px;
    gap: 5px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .domainSection2 .domainSe2c-main ul {
    gap: 20px;
  }
  .padX20 {
    padding-right: 0%;
    padding-left: 0%;
  }
  .faqSec-body .accordion li .acc_desc {
    padding-top: 10px;
  }
  .reviewSection1 .reviewSec1-cont .reviewSec1-body .faqCard h2 {
    font-size: 16px;
    line-height: 1.2;
    padding-bottom: 5px;
  }
  .reviewSection1 .reviewSec1-cont .reviewSec1-body .faqCard p {
    font-size: 12px;
    letter-spacing: 0;
  }
  .textBanner {
    padding: 40px 0;
  }
  .textBanner .textBanner-cont {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
  .textBanner .textBanner-cont h2 {
    font-size: 28px;
    padding-bottom: 10px;
  }
  .textBanner .textBanner-cont p {
    font-size: 14px;
  }
  .logoDesignSec1-main .row {
    gap: 20px;
  }
  .logoDesignSection1 .logoDesignSec1-card {
    text-align: center;
  }
  .telBtn2 {
    font-size: 12px;
    line-height: 1.2;
    gap: 4px;
    margin-top: 10px;
  }
  .mn-groupBtn {
    gap: 10px;
  }
  .mn-groupBtn {
    gap: 10px;
    flex-wrap: wrap;
  }
  .mainBanner {
    background-position: left;
  }
  .converSec-cardHead .icon {
    flex: 0 0 50px;
    height: 50px;
  }
  .converSec-cardHead .hd h6 {
    font-size: 20px;
  }
  .converSec-cardBody ul li::before {
    width: 4px;
    height: 4px;
    flex: 0 0 4px;
    margin-top: 5px;
  }
  .conversionSection {
    padding: 40px 0;
  }
  .themeSection .themeSec-main {
    gap: 30px;
  }
  .themeSection .themeSec-main .row {
    gap: 20px;
  }
  .themeSection .themeSec-main .row:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .innerCta-main .row {
    row-gap: 20px;
    text-align: center;
  }
  .closingPopUpSha .popupCont, .closingPopUpSha .popupCont .popup-all-cont {
    border-radius: 10px;
  }
  .closingPopUpSha .popupImage {
    display: none;
  }
  .closingPopUpSha .popupCont {
    width: 100%;
    padding: 0;
  }
  .closingPopUpSha .popupCont .popup-all-cont h5 {
    font-size: 34px;
  }
  .closingPopUpSha .popupCont .popup-all-cont p {
    font-size: 16px;
  }
  .closingPopUpSha .popupCont .popup-all-cont form .popupFormBtn button {
    font-size: 20px;
    padding: 15px;
  }
  .closingPopUpSha .popupCont .popup-all-cont form .popup-field input, .closingPopUpSha .popupCont .popup-all-cont form .popup-field textarea {
    padding: 12px;
    font-size: 14px;
    border-radius: 5px;
  }
  .closingPopUpSha .popupCont .popup-all-cont form .popup-field {
    padding-bottom: 10px;
  }
  .closingPopUpSha .popupCont .popup-all-cont form {
    padding: 15px;
  }
  .closingPopUpSha .popupCont .popup-all-cont form .popupFormBtn button {
    font-size: 16px;
    padding: 15px;
  }
  .closingPopUpSha .popupCont .popup-all-cont {
    text-align: center;
  }
  .closingPopUpSha .popupCont .popup-all-cont h6 {
    font-size: 14px;
    padding: 0 35px;
    padding-bottom: 10px;
  }
  .closingPopUpSha .popupCont .popup-all-cont h5 {
    font-size: 24px;
    padding: 5px 25px 5px;
  }
  .closingPopUpSha .popupCont .close-btn {
    right: 6px;
    top: 5px;
  }
  .closingPopUpSha .popupCont .close-btn i {
    font-size: 20px;
  }
  .closingPopUpSha .popupCont .popup-all-cont {
    padding-top: 30px;
  }
  .closingPopUpSha .popupCont .popup-all-cont p {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .menu-Bar {
    display: block;
    top: 0px;
  }
  .menuWrap {
    position: fixed;
    left: -210%;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #333;
    height: 100vh;
    transition: all 0.4s ease;
    z-index: 3;
    width: 340px;
    max-width: calc(100% - 50px);
    padding: 20px 0px 80px;
  }
  .menuWrap.open {
    display: flex;
    left: 0px;
  }
  .menu {
    gap: 15px;
    padding: 0 10px;
    justify-content: center;
    flex-direction: column;
    justify-content: flex-start;
  }
  .menu li {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .menu li a {
    color: #fff;
    font-size: 16px;
  }
  .menu li .chv svg {
    width: 9px;
    height: auto;
    margin-bottom: 0;
  }
  .menu li .chv svg path {
    fill: #fff;
  }
  .menu li.nav-btn.last {
    position: absolute;
    bottom: 0;
    left: 0px;
    padding: 10px;
    width: 100%;
  }
  .menu li.nav-btn.last a {
    width: 100%;
    margin: 0;
    padding: 15px 25px;
    text-align: center;
    justify-content: center;
    gap: 20px;
    border-radius: 3px;
  }
  .container {
    position: relative;
  }
  header .top-header {
    display: none;
  }
  .rowGap28 {
    row-gap: 12px;
  }
  .dropdown {
    position: relative;
    width: 100%;
    height: auto;
    background: transparent;
    padding: 0;
    border-radius: 0px;
    box-shadow: none;
    animation: none !important;
    display: none;
    opacity: 1;
  }
  .dropdown ul li a {
    font-size: 14px;
    padding: 6px 6px 3px;
    font-weight: 400;
    color: #fff !important;
  }
  .show .chv {
    transform: rotate(180deg);
  }
  .priceCard1-btn {
    flex-wrap: wrap;
  }
}

/* Country Code */
.newcountrycode {
    position: relative;
    display: flex;
    align-items: center;
    /* padding-left: 40px; */
    background: #FFF;
    border: 1px solid #F7F7F7;
    height: 45px;
    border-radius: 5px;
}
.newcountrycode select {
    width: 56px;
    border: 0;
    padding: 0px 19px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    background: transparent;
}
.newcountrycode .countrycode {
    width: 70px !important;
    border: 0 !important;
    background: #f9f9f9 !important;
    text-align: center !important;
    padding: 5px !important;
    border-radius: 5px !important;
    margin: 0 10px !important;
}
.newcountrycode .phone-field {
    width: 100%;
    padding: 0 !important;
    background: transparent !important;
}
.newcountrycode input {
    border: 0;
}
/* Country Code */

/* Custom CSS Styling *//*# sourceMappingURL=style.css.map */