@font-face {
  font-family: "Whitney";
  src: url("../fonts/Whitney-Bold.eot");
  src: url("../fonts/Whitney-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Whitney-Bold.woff2") format("woff2"), url("../fonts/Whitney-Bold.woff") format("woff"), url("../fonts/Whitney-Bold.ttf") format("truetype"), url("../fonts/Whitney-Bold.svg#Whitney-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Whitney";
  src: url("../fonts/Whitney-Medium.eot");
  src: url("../fonts/Whitney-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Whitney-Medium.woff2") format("woff2"), url("../fonts/Whitney-Medium.woff") format("woff"), url("../fonts/Whitney-Medium.ttf") format("truetype"), url("../fonts/Whitney-Medium.svg#Whitney-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Whitney";
  font-optical-sizing: auto;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  color: #403E42;
}

a, a:hover {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

.btn.focus,
.btn:focus,
.form-control:focus {
  box-shadow: none;
}

a,
.btn {
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}

.formLabel {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
}

.formControl,
.formControl:focus {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 10px 16px;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.formControl:placeholder {
  color: #838383;
  opacity: 1;
}

input.formControl {
  height: 58px;
}

textarea.formControl {
  height: 190px;
}

/**** custom *******/
.xlTitle {
  font-size: 46px;
  line-height: 1.2;
}

.lgTitle {
  font-size: 25px;
  line-height: 1.16;
}

.mdTitle {
  font-size: 20px;
}

.xsTitle {
  font-size: 14px;
}

.lgSpacer {
  padding: 160px 0;
}

.mdSpacer {
  padding: 120px 0;
}

.xsSpacer {
  padding: 60px 0;
}

.innerTopSpace {
  padding-top: 60px;
}

.gradientText {
  background: linear-gradient(to right, #FE02E3 0%, #B0009D 50%, #2065CD 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bold {
  font-weight: 700;
}

.xlContainer {
  max-width: 1200px;
}

.lgContainer {
  max-width: 1170px;
}

.mlContainer {
  max-width: 1120px;
}

.mdContainer {
  max-width: 998px;
}

.smContainer {
  max-width: 776px;
}

.lightBg {
  background-color: #FBF8F6;
}

.darkBg {
  background-color: #051835;
}

.lightText {
  opacity: 0.8;
}

.gradientBg {
  background: linear-gradient(145deg, #fff7e5 10%, #fbd3f7 25%, #b1d5ff 50%, #fbd3f7 75%, #fff7e5 90%);
  background-size: 180% 180%;
  animation: gradientBG 15s ease infinite;
  -webkit-animation: gradientBG 15s ease infinite;
}

.innerBanner {
  min-height: 310px;
}

.leftShape {
  position: relative;
}
.leftShape::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: -1px;
  height: 140px;
  background-color: #FFFFFF;
  clip-path: polygon(100% 0%, 0 100%, 100% 100%);
}

.rightShape {
  position: relative;
}
.rightShape::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  bottom: auto;
  height: 140px;
  background-color: #FFFFFF;
  clip-path: polygon(0 0, 0 100%, 100% 0);
}

.leftTopShape {
  position: relative;
}
.leftTopShape::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  bottom: auto;
  height: 140px;
  background-color: #FFFFFF;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.cSpaceTop {
  padding-top: 60px;
}

.blankLink {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.gradientBg2 {
  background: linear-gradient(to bottom, #FFFFFF 0%, #FAF7F5 100%);
}

h1, h2, h3, h4, h5, h6 {
  color: #111417;
}

/**** custom *******/
.titleCol h2.xlTitle {
  text-transform: capitalize;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #403E42 #FBF8F6;
}

*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: #FFFFFF;
}

*::-webkit-scrollbar-thumb {
  background-color: #403E42;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
}

/* ===== Scrollbar CSS End ===== */
/*** Button ***/
.btnStyle {
  border: 0;
  padding: 12px 26px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
  font-size: 18px;
  display: inline-block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.btnStyle > span {
  position: relative;
}
.btnStyle > span + span {
  margin-left: 6px;
}
.btnStyle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 50%;
  opacity: 0;
  background-color: transparent;
  -webkit-transition: all 600ms ease 0s;
  transition: all 600ms ease 0s;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.productInner .btnStyle {
  margin: 0 auto;
}

.btnStyle:hover:before {
  height: 600%;
  opacity: 1;
}

.btnPrimary {
  color: #FFFFFF;
  background-color: #1C73F6;
}
.btnPrimary::before {
  background-color: #FE02E3;
}

.btnPrimary:hover {
  color: #FFFFFF;
}

.btnLight {
  color: #111417;
  background-color: #FFFFFF;
}
.btnLight::before {
  background-color: #FE02E3;
}

.btnLight:hover {
  color: #FFFFFF;
}

.btnSecondary {
  color: #FFFFFF;
  background-color: #D21932;
}
.btnSecondary::before {
  background-color: #FFB612;
}

.btnSecondary:hover {
  color: #FFFFFF;
}

.btnDark {
  color: #FFFFFF;
  background-color: #111417;
}
.btnDark::before {
  background-color: #403E42;
}
.btnDark:focus-visible {
  color: #FFFFFF;
  background-color: #403E42;
}
.btnDark:active {
  color: #FFFFFF !important;
  background-color: #403E42 !important;
}

.btnDark:hover {
  color: #FFFFFF;
}

/*** Button ***/
/*** toggle css start ****/
.menuToggle {
  width: 28px;
  cursor: pointer;
}
.menuToggle > svg {
  display: block;
  width: 100%;
}

/*** toggle css end ****/
/** Header **/
.headerSection {
  position: sticky;
  top: 0;
  z-index: 9;
  z-index: 999;
  padding: 20px 0;
  background-color: #FFFFFF;
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.headerSection .logoCol {
  width: 200px;
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.headerSection .logoCol a {
  display: block;
}
.headerSection .logoCol a img {
  display: block;
  width: 100%;
}
.headerSection.fixedHeader {
  padding: 15px 0;
  -webkit-box-shadow: 0 4px 28px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 4px 28px rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.07);
}
.headerSection.fixedHeader .logoCol {
  width: 180px;
}
.headerSection.homeheader {
  background-color: transparent;
}
.headerSection.homeheader.fixedHeader {
  background-color: #FFFFFF;
}

.menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
}
.menu li {
  position: relative;
}
.menu li.ddrop > a {
  padding-right: 24px;
}
.menu li.ddrop > a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -o-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border: solid #111417;
  border-width: 0 2px 2px 0;
  margin-top: -3px;
}
.menu li.ddrop > a.active::before {
  border-color: #1C73F6;
}

.navLink {
  font-size: 18px;
  color: #111417;
  display: block;
  position: relative;
  line-height: 1;
}
.navLink.active {
  color: #1C73F6;
}
.navLink:hover {
  color: #1C73F6;
}

.sMenuDD {
  position: absolute;
  min-width: 150px;
  z-index: 999;
  top: calc(100% + 20px);
  left: auto;
  right: 0;
  opacity: 0;
  padding-top: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  pointer-events: none;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}

.ddrop:hover .sMenuDD {
  top: 100%;
  pointer-events: initial;
  opacity: 1;
}

.subMenuCol {
  text-align: left;
  position: relative;
  background-color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.14);
  min-width: 180px;
  padding: 5px 0;
}
.subMenuCol ul li a {
  display: block;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.4;
  background-color: #FFFFFF;
}
.subMenuCol ul li a.active {
  background-color: #FFF7E5;
  color: #111417;
}
.subMenuCol ul li a:hover {
  background-color: #FFF7E5;
  color: #111417;
}
.subMenuCol ul li:first-child > a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.subMenuCol ul li:last-child > a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/******/
.homebanner {
  overflow: hidden;
  padding: 170px 0 0;
  position: relative;
  margin-top: -92px;
}
.homebanner .bannerContent {
  padding: 0 20px 50px 0;
}
.homebanner .bannerContent p {
  padding-right: 60px;
  margin: 0;
  line-height: 1.4;
}
.homebanner .animateCol p.mdTitle.slideup2 {
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.homebanner .bannerInner {
  position: relative;
}
.homebanner .bannerInner .bannerImg {
  margin-left: -40px;
  position: relative;
}
.homebanner .bannerInner .bannerImg .banner_arrow {
  position: absolute;
  left: -50px;
  top: 0;
}
.homebanner .bannerInner .bannerImg img {
  max-width: 880px;
}
.homebanner .bannerInner .bannerIcon {
  position: absolute;
  bottom: 120px;
  left: 42%;
}
.homebanner .bannerBtn {
  margin-top: 0;
}

.animateCol h2.xlTitle {
  font-size: 42px;
}

.bannerBtn {
  margin-top: 30px;
}

@keyframes gradientBG {
  0% {
    background-position: 0% 10%;
  }
  50% {
    background-position: 100% 10%;
  }
  100% {
    background-position: 0% 10%;
  }
}
.bannerTextSwipe .swiper-slide {
  opacity: 0;
  visibility: hidden;
  min-height: 140px;
}
.bannerTextSwipe .swiper-slide .animText {
  --animation-time: 9s;
  --animation-name: lichange5;
}
.bannerTextSwipe .swiper-slide .slideup1, .bannerTextSwipe .swiper-slide .slideup2 {
  opacity: 0;
  -webkit-animation-duration: var(--animation-time);
  animation-duration: var(--animation-time);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.bannerTextSwipe .swiper-slide .slideup1 {
  -webkit-animation-delay: calc(var(--animation-time) * 0);
  animation-delay: calc(var(--animation-time) * 0);
}
.bannerTextSwipe .swiper-slide .slideup2 {
  -webkit-animation-delay: calc(var(--animation-time) * 1);
  animation-delay: calc(var(--animation-time) * 0.04);
}
.bannerTextSwipe .swiper-slide.swiper-slide-active {
  opacity: 1;
  visibility: visible;
}
.bannerTextSwipe .swiper-slide.swiper-slide-active .slideup1, .bannerTextSwipe .swiper-slide.swiper-slide-active .slideup2 {
  -webkit-animation-name: var(--animation-name);
  animation-name: var(--animation-name);
}
@keyframes lichange5 {
  0%, 10% {
    opacity: 0;
    transform: translateY(20px);
  }
  20%, 80% {
    opacity: 1;
    transform: translateY(0);
  }
  85%, 100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.vTabSection {
  text-align: center;
  margin-top: 30px;
}

.vTabInner {
  margin-top: 40px;
}
.vTabInner .navTabCol {
  margin-top: 30px;
}
.vTabInner .navTabCol .vPlatformSlider2 {
  padding-top: 25px;
}
.vTabInner .navTabCol .vPlatformSlider2 .swiper-wrapper {
  justify-content: center;
}
.vTabInner .navTabCol .vPlatformSlider2 .swiper-wrapper .swiper-slide {
  max-width: 160px;
}
.vTabInner .navTabCol .vPlatformSlider2 .swiper-wrapper .swiper-slide:last-child .ctLine {
  display: none;
}

.nav_tablink > span.navTabIcon {
  background-color: #AAAEB2;
  width: 57px;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 15px;
  margin: 0 auto;
  position: relative;
}
.nav_tablink > span.navTabIcon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: rgba(28, 115, 246, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
  width: 68px;
  height: 68px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.nav_tablink > span.navTabIcon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #1C73F6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  scale: 0;
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.nav_tablink > span.navTabIcon img {
  position: relative;
  z-index: 1;
}
.nav_tablink > span.navTabIcon .ctLine {
  position: absolute;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  background: #EBE9F6;
  height: 2px;
  width: 200px;
  z-index: -1;
  opacity: 0.6;
}
.nav_tablink span.navTabText {
  font-size: 16px;
  margin-top: 15px;
  display: block;
  text-transform: capitalize;
  line-height: 1.5;
}
.nav_tablink:hover > span.navTabIcon::after {
  scale: 1;
}
.nav_tablink:hover {
  color: #111417;
}

.vPlatformSlider2 .swiper-slide-thumb-active .nav_tablink > span.navTabIcon::after {
  scale: 1;
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  box-sizing: content-box;
  display: block;
  width: 60px;
  height: 60px;
  padding: 18px 20px 18px 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.video-play-button::before {
  content: "";
  color: #FFFFFF;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
}
.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.video-play-button span {
  display: flex;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 18px solid #051835;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  justify-content: center;
  align-items: center;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.vPlatformSlider1 {
  max-width: 650px;
  height: 370px;
  margin: 0 auto;
  border: 8px solid;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FBF8F6;
}
.vPlatformSlider1 .tabvdCol {
  height: 100%;
}
.vPlatformSlider1 .tabvdCol img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
  object-fit: cover;
}
.vPlatformSlider1 .swiper-button-next {
  right: 20px;
  opacity: 1;
  width: 52px;
  height: 20px;
  justify-content: end;
  margin-top: 0;
}
.vPlatformSlider1 .swiper-button-next::after {
  display: none;
}
.vPlatformSlider1 .swiper-button-next::before {
  display: none;
}
.vPlatformSlider1 .swiper-button-prev {
  left: 20px;
  opacity: 1;
  width: 52px;
  height: 20px;
  justify-content: start;
  margin-top: 0;
}
.vPlatformSlider1 .swiper-button-prev::after {
  display: none;
}
.vPlatformSlider1 .swiper-button-prev::before {
  display: none;
}
.vPlatformSlider1 .dis_arrowIcon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  height: 24px;
  opacity: 0;
  filter: brightness(0) invert(1);
}
.vPlatformSlider1 .s_arrowIcon {
  filter: brightness(0) invert(1);
  opacity: 0.6;
}
.vPlatformSlider1 .swiper-button-disabled .s_arrowIcon {
  opacity: 0;
}
.vPlatformSlider1 .swiper-button-disabled .dis_arrowIcon {
  opacity: 1;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.embedvideoModel .modal-dialog {
  max-width: 680px;
  margin: 0 auto;
}
.embedvideoModel .modal-dialog .modal-content {
  border: 0;
  padding: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.embedvideoModel .modal-dialog .btn-close {
  position: absolute;
  right: -30px;
  top: -30px;
  opacity: 1;
  filter: invert(1);
}
.embedvideoModel .modal-dialog .modal-body {
  padding: 0;
  height: 380px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.embedvideoModel .modal-dialog iframe {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border: 0;
  margin: 0;
  padding: 0;
}

.dexSection {
  background-image: url(../images/bg-gradient.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}

.pLogoCol {
  overflow: hidden;
}
.pLogoCol .pLogoInner .col .pLogoStyle {
  padding: 15px;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C5C5C5;
  margin: 2px;
}
.pLogoCol .pLogoInner .col .pLogoStyle img {
  max-width: 160px;
  max-height: 100px;
  object-fit: contain;
}

.technologyCardCol {
  margin-bottom: 40px;
}

.cardStyle {
  position: relative;
  height: 100%;
}
.cardStyle .cardImg {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: end;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  min-height: 360px;
}
.cardStyle .cardImg .countText {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 48px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1;
}
.cardStyle .cardImg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cardStyle .cardContent {
  background-color: #FFFFFF;
  margin: -50px 15px 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding: 15px 20px 20px;
  position: relative;
  box-shadow: 0 4px 34px rgba(0, 0, 0, 0.08);
  z-index: 2;
  min-height: 215px;
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.cardStyle .cardContent::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  height: 80%;
  z-index: -1;
  background-color: #FFFFFF;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-transform: skewY(-6deg);
  -moz-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  -o-transform: skewY(-6deg);
  transform: skewY(-6deg);
}
.cardStyle .cardContent .cardIcon {
  background-color: #1C73F6;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 15px;
  position: absolute;
  right: 20px;
  top: -35px;
}
.cardStyle .cardContent h3 {
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 50px;
}
.cardStyle .cardContent p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}
.cardStyle:hover .cardContent {
  -webkit-transform: translate(0, -12px);
  -moz-transform: translate(0, -12px);
  -ms-transform: translate(0, -12px);
  -o-transform: translate(0, -12px);
  transform: translate(0, -12px);
}
.cardStyle:hover .cardContent h3 {
  color: #1C73F6;
}

.chooseSection {
  position: relative;
  margin-top: 50px;
  background: linear-gradient(to bottom, #ffffff 0%, #f3efe9 50%, #ffffff 100%);
}
.chooseSection::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../images/meet-orderart-bg.svg);
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.tlSection {
  margin-top: -180px;
  position: relative;
}
.tlSection .tlColInner {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.tlSection .tlColInner .tSliderCol {
  width: 560px;
  display: flex;
  justify-content: center;
  height: 100%;
  padding: 15px 0 0;
}

.tlContent {
  text-align: center;
  position: relative;
  padding: 35px;
}
.tlContent .tlCommentIcon {
  position: absolute;
  left: 20px;
  top: 0;
  z-index: -1;
}
.tlContent .tlCommentIcon img {
  width: 55px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  object-fit: contain;
}
.tlContent > p {
  font-size: 18px;
  line-height: 1.8;
}
.tlContent > h5 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 5px;
}
.tlContent > span {
  display: block;
  font-size: 20px;
  line-height: 1;
}

.menuTsCol {
  position: relative;
  height: 100%;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -ms-border-radius: 0 10px 10px 0;
  -o-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
}
.menuTsCol img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -ms-border-radius: 0 10px 10px 0;
  -o-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
}

.testimonialSlider .swiper-wrapper {
  height: auto;
}
.testimonialSlider .swiper-button-next {
  top: auto;
  bottom: 20px;
  right: 30px;
  opacity: 1;
  width: 52px;
  height: 20px;
  justify-content: end;
}
.testimonialSlider .swiper-button-next::after {
  display: none;
}
.testimonialSlider .swiper-button-next::before {
  display: none;
}
.testimonialSlider .swiper-button-prev {
  top: auto;
  bottom: 20px;
  left: 30px;
  opacity: 1;
  width: 52px;
  height: 20px;
  justify-content: start;
}
.testimonialSlider .swiper-button-prev::after {
  display: none;
}
.testimonialSlider .swiper-button-prev::before {
  display: none;
}
.testimonialSlider .dis_arrowIcon {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  height: 24px;
  opacity: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.testimonialSlider .swiper-button-disabled .s_arrowIcon {
  opacity: 0;
}
.testimonialSlider .swiper-button-disabled .dis_arrowIcon {
  opacity: 1;
}

.iconAnimationCol {
  width: 100%;
  position: relative;
}
.iconAnimationCol.animationCol1 {
  padding-right: 45px;
}
.iconAnimationCol.animationCol1 .cLogo1 {
  top: -42px;
  left: -10px;
}
.iconAnimationCol.animationCol1 .cLogo2 {
  top: 75px;
  left: 75px;
}
.iconAnimationCol.animationCol1 .cLogo3 {
  top: 190px;
  left: 212px;
}
.iconAnimationCol.animationCol1 .cLogo4 {
  top: 130px;
  right: 120px;
}
.iconAnimationCol.animationCol1 .cLogo5 {
  bottom: -5px;
  right: 15px;
}
.iconAnimationCol.animationCol2 {
  padding-left: 45px;
}
.iconAnimationCol.animationCol2 .cLogo.cLogo1::before {
  background: rgba(52, 164, 34, 0.15);
}
.iconAnimationCol.animationCol2 .cLogo.cLogo2::before {
  background: rgba(28, 115, 246, 0.15);
}
.iconAnimationCol.animationCol2 .cLogo.cLogo3::before {
  background: rgba(254, 2, 227, 0.15);
}
.iconAnimationCol.animationCol2 .cLogo.cLogo4::before {
  background: rgba(255, 182, 18, 0.15);
}
.iconAnimationCol.animationCol2 .cLogo.cLogo5::before {
  background: rgba(255, 182, 18, 0.15);
}
.iconAnimationCol.animationCol2 .cLogo5 {
  top: -42px;
  right: -10px;
}
.iconAnimationCol.animationCol2 .cLogo4 {
  top: 85px;
  right: 80px;
}
.iconAnimationCol.animationCol2 .cLogo3 {
  top: 190px;
  right: 200px;
}
.iconAnimationCol.animationCol2 .cLogo2 {
  top: 130px;
  left: 120px;
}
.iconAnimationCol.animationCol2 .cLogo1 {
  bottom: -5px;
  left: 15px;
}
.iconAnimationCol .cLogo {
  position: relative;
  z-index: 2;
}
.iconAnimationCol .cLogo::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(255, 182, 18, 0.15);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.iconAnimationCol .cLogo.cLogo3::before {
  background: rgba(254, 2, 227, 0.15);
}
.iconAnimationCol .cLogo.cLogo4::before {
  background: rgba(28, 115, 246, 0.15);
}
.iconAnimationCol .cLogo.cLogo5::before {
  background: rgba(52, 164, 34, 0.15);
}
.iconAnimationCol .cLogo {
  position: absolute;
}

.titleCol p {
  margin-top: 30px;
}

.productSection {
  overflow: hidden;
}
.productSection .themeSlider {
  margin-top: 50px;
}
.productSection .themeSlider .swiper-wrapper {
  transition-delay: 0s !important;
  transition-timing-function: linear !important;
  pointer-events: none;
 height: auto;
}
.productSection .themeSlider .swiper-wrapper .swiper-slide {
  width: auto;
/*   max-width: 500px; */
}
.productSection .themeSlider .swiper-wrapper .swiper-slide img {
  -webkit-aspect-ratio: 500 / 380; 
  aspect-ratio: 500 / 380;
  width: 500px;
  object-fit: cover;
}
.productSection .themeSlider .swiper-wrapper .swiper-slide img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.btnCol {
  max-width: 200px;
  margin: 75px auto 0;
}

.cardStyle1 {
  height: 100%;
  overflow: hidden;
}
.cardStyle1 a {
  background-color: #FFFFFF;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #C5C5C5;
  padding: 30px 25px;
  height: 100%;
  display: block;
  position: relative;
  -webkit-transition: all 0.7s ease-in-out 300ms;
  transition: all 0.7s ease-in-out 300ms;
  width: 100%;
  overflow: hidden;
}
.cardStyle1 a .cs1Content {
  position: relative;
  z-index: 1;
}
.cardStyle1 a .cs1Content .cs1badge {
  padding: 4px 22px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  font-size: 15px;
  color: #FFFFFF;
  display: inline-block;
  margin-bottom: 25px;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.cardStyle1 a .cs1Content h2 {
  margin-bottom: 20px;
}
.cardStyle1 a .cs1Content p {
  margin-bottom: 0;
}
.cardStyle1 a .cs1hoverEffect {
  aspect-ratio: 1/1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  left: 85%;
  min-height: 5%;
  min-width: 5%;
  opacity: 0;
  position: absolute;
  top: 90%;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.cardStyle1 a:hover .cs1hoverEffect {
  opacity: 1;
  -webkit-transform: scale(50);
  transform: scale(50);
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}
.cardStyle1 a:hover h2 {
  color: #FFFFFF;
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}
.cardStyle1 a:hover p {
  color: #FFFFFF;
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}
.cardStyle1.cs1 a:hover {
  border-color: #FFB612;
}
.cardStyle1.cs1 a:hover .cs1hoverEffect {
  background: #FFB612;
}
.cardStyle1.cs1 a:hover .cs1badge {
  background-color: #FFFFFF;
  color: #FFB612;
}
.cardStyle1.cs2 a:hover {
  border-color: #FE02E3;
}
.cardStyle1.cs2 a:hover .cs1hoverEffect {
  background: #FE02E3;
}
.cardStyle1.cs2 a:hover .cs1badge {
  background-color: #FFFFFF;
  color: #FE02E3;
}
.cardStyle1.cs3 a:hover {
  border-color: #1C73F6;
}
.cardStyle1.cs3 a:hover .cs1hoverEffect {
  background: #1C73F6;
}
.cardStyle1.cs3 a:hover .cs1badge {
  background-color: #FFFFFF;
  color: #1C73F6;
}
.cardStyle1.cs1 .cs1badge {
  background-color: #FFB612;
}
.cardStyle1.cs2 .cs1badge {
  background-color: #FE02E3;
}
.cardStyle1.cs3 .cs1badge {
  background-color: #1C73F6;
}

.counterCol .counterStyle {
  border: 1px solid #C5C5C5;
  background-color: #FFFFFF;
  padding: 32px 15px;
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  height: 100%;
}
.counterCol .counterStyle .counterStyleIcon {
  width: 36px;
  height: 36px;
  display: block;
  margin: 0 auto 10px;
}
.counterCol .counterStyle .counterStyleIcon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.counterCol .counterStyle h3 {
  font-size: 36px;
  font-weight: 700;
}
.counterCol .counterStyle p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.2;
}

.faqSection {
  position: relative;
}
.faqSection::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../images/bg-gradient.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.7;
}
.faqSection .ordInnerCol {
  position: relative;
}

.faqCol .accordion-item {
  background-color: #FFFFFF;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  border: 0;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
}
.faqCol .accordion-item + .accordion-item {
  margin-top: 10px;
}
.faqCol .accordion-item .accordion-button {
  border: 0;
  color: #1C73F6;
  background-color: transparent;
  font-size: 24px;
  font-weight: 700;
  padding: 24px 50px 24px 30px;
  box-shadow: none;
}
.faqCol .accordion-item .accordion-button::after {
  position: absolute;
  right: 20px;
  top: 30px;
}
.faqCol .accordion-item .accordion-button.collapsed {
  color: #111417;
}
.faqCol .accordion-item .accordion-body {
  padding: 0 50px 24px 30px;
  font-size: 20px;
}
.faqCol .accordion-item:focus {
  box-shadow: none;
}

.footerSection {
  padding: 85px 0 60px;
}
.footerSection .footerColLeft {
  width: 400px;
}
.footerSection .footerColLeft .footerLogo {
  max-width: 200px;
  display: block;
  margin-bottom: 40px;
}
.footerSection .footerCol > h3 {
  font-size: 20px;
  color: #FFFFFF;
  padding-bottom: 25px;
}
.footerSection .footerCol .footerLinks li + li {
  margin-top: 10px;
}
.footerSection .footerCol .footerLinks li a {
  color: #FFFFFF;
  font-size: 16px;
  opacity: 0.7;
}
.footerSection .footerCol .footerLinks li a:hover {
  opacity: 1;
}
.footerSection .footerText {
  padding-top: 40px;
  border-top: 1px solid;
  margin-top: 80px;
}
.footerSection .footerText p {
  color: #FFFFFF;
  opacity: 0.7;
  margin-bottom: 0;
}

.socialLinks li {
  display: inline-block;
  vertical-align: top;
}
.socialLinks li + li {
  margin-left: 15px;
}
.socialLinks li a {
  width: 55px;
  height: 55px;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  position: relative;
}
.socialLinks li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #4c596c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  scale: 0;
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.socialLinks li a:hover {
  border-color: #403E42;
}
.socialLinks li a:hover::before {
  scale: 1;
}
.socialLinks li a img {
  position: relative;
  z-index: 1;
}

/***** feature page start ****/
.bannerSection {
  padding: 80px 0;
}
.bannerSection .bannerContent {
  padding-right: 60px;
}
.bannerSection .bannerContent h1.xlTitle {
  max-width: 500px;
  padding-bottom: 10px;
}

.stramTabStyle {
  text-align: center;
  margin-top: 30px;
}
.stramTabStyle .nav {
  gap: 10px;
  padding: 10px;
  display: inline-flex;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #E3E3E3;
}
.stramTabStyle .nav.nav-pills .nav-link {
  background-color: #FBF8F6;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 15px;
  color: #111417;
}
.stramTabStyle .nav.nav-pills .nav-link span {
  display: inline-block;
  vertical-align: middle;
}
.stramTabStyle .nav.nav-pills .nav-link span svg {
  display: block;
  margin-right: 8px;
}
.stramTabStyle .nav.nav-pills .nav-link.active {
  color: #FFFFFF;
  background-color: #1C73F6;
}
.stramTabStyle .nav.nav-pills .nav-link.active svg {
  filter: brightness(0) invert(1);
}

.cardStyle2 {
  border: 1px solid #E3E3E3;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding: 40px 30px;
  height: 100%;
  background-color: #FFFFFF;
  min-height: 465px;
}
.cardStyle2 .cs1Icon {
  height: 50px;
  display: inline-block;
  margin-bottom: 20px;
  max-width: 60px;
}
.cardStyle2 .cs1Icon img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.cardStyle2 p {
  padding-top: 15px;
  margin-bottom: 0;
}

.prBg {
  background-color: rgba(28, 115, 246, 0.05);
}

.stBg {
  background-color: rgba(255, 182, 18, 0.05);
}

.sdBg {
  background-color: rgba(254, 2, 227, 0.05);
}

/*** delivery page start ***/
.partnerLogoSwiper {
  text-align: center;
}
.partnerLogoSwiper .swiper-wrapper {
  justify-content: center;
  align-items: center;
}
.partnerLogoSwiper .swiper-wrapper .swiper-slide {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 88px;
}
.partnerLogoSwiper .swiper-wrapper .swiper-slide img {
  height: 100%;
  object-fit: contain;
}

.legacySectionSection .titleCol p {
  padding: 0 80px;
  margin-bottom: 0;
}
.legacySectionSection .counterCol .counterStyle h3 {
  font-size: 25px;
  font-weight: 700;
}
.legacySectionSection .counterCol .counterStyle p {
  font-size: 16px;
}

.dlCardSection {
  max-width: 1060px;
  margin: 0 auto;
}

.dlCardCol + .dlCardCol {
  margin-top: 75px;
}
.dlCardCol .dlContent {
  max-width: 500px;
}
.dlCardCol .dlContent.dlContentRight {
  margin-left: auto;
}
.dlCardCol .dlContent .ctStyle {
  color: rgba(255, 182, 18, 0.2);
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  -webkit-text-stroke: 1px #FFB612;
  padding-bottom: 10px;
  display: block;
}
.dlCardCol .dlContent > p {
  font-size: 18px;
  margin: 0;
}
.dlCardCol .dlCardImg {
  max-width: 440px;
}
.dlCardCol .dlCardImg > img {
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.1);
}
.dlCardCol .dlCardImg.dlRightCol {
  margin-left: auto;
}

.deliverySection {
  position: relative;
}
.deliverySection::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(to bottom, #fffeff 0%, #f6f8ff 50%, #fffeff 100%);
}

.addInnerCol {
  position: relative;
}
.addInnerCol .addServiceSwiper {
  padding-top: 70px;
  padding-bottom: 40px;
}
.addInnerCol .addServiceSwiper .cardStyle .cardContent {
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.06);
}
.addInnerCol .swiper-button-next,
.addInnerCol .swiper-button-prev {
  opacity: 1;
  top: 10px;
  margin-top: 0;
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  border-radius: 50%;
  color: #111417;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.addInnerCol .swiper-button-next::after,
.addInnerCol .swiper-button-prev::after {
  font-size: 16px;
  font-weight: 700;
}
.addInnerCol .swiper-button-next {
  left: auto;
  right: 0;
}
.addInnerCol .swiper-button-prev {
  left: auto;
  right: 60px;
}
.addInnerCol .titleCol {
  padding-right: 140px;
}

.psCardCol {
  border-radius: 20px;
  padding: 35px;
  height: 100%;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.1);
  background: linear-gradient(135deg, rgba(255, 247, 229, 0.15) 0%, rgba(251, 211, 247, 0.15) 50%, rgba(177, 213, 255, 0.15) 100%);
}
.psCardCol .psCardContent {
  padding-top: 30px;
}
.psCardCol .psCardContent > h3 {
  font-size: 25px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.psCardCol .psCardContent > p {
  font-size: 14px;
  margin: 0;
}
.psCardCol .psCardImg {
  text-align: center;
  max-width: 310px;
  height: 245px;
  margin: 0 auto;
}
.psCardCol .psCardImg > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lsInnerContent {
  padding: 60px;
  border-radius: 30px;
}

.embedvideoModel.mtVideo .modal-body iframe {
  min-height: 400px;
  height: 100%;
}

.privacyPolicyContent p strong {
  color: #111417;
  font-size: 120%;
}
.privacyPolicyContent ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 15px;
}

/**** Contact Page Start ****/
.contactInnerCol {
  margin-top: 80px;
}

.contactBtn {
  min-width: 115px;
}

.cardStyle3 {
  box-shadow: 0 14px 20px rgba(0, 0, 0, 0.1);
  padding: 25px 35px;
  border-radius: 20px;
  min-height: 278px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cardStyle3 .cardIcon {
  margin-bottom: 25px;
}
.cardStyle3 .cardDesc p {
  margin: 0;
}
.cardStyle3 .cardDesc.cardLgText {
  font-size: 18px;
}

.nlCol {
  border-radius: 30px;
  padding: 80px 50px;
}
.nlCol .inputCol {
  max-width: 630px;
  margin: 40px auto 0;
  position: relative;
}
.nlCol .inputCol .form-control {
  border: 0;
  padding: 24px 180px 24px 30px;
  font-size: 18px;
  border-radius: 50px;
}
.nlCol .inputCol .btn {
  position: absolute;
  right: 8px;
  top: 8px;
  bottom: 8px;
  min-width: 150px;
  font-size: 20px;
}

.tBreak {
  display: block;
}

.prothemeCol {
  padding-bottom: 100px;
}

.spCardInner .cardStyle2 {
  min-height: auto;
}

.contactInfoCol .cardStyle3 {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  padding: 35px 30px 30px;
  border-radius: 20px;
  min-height: auto;
  display: block;
  height: 100%;
}

/* CSS styles for the CAPTCHA container */
.captcha-container {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  justify-content: space-between;
}
.captcha-container .captchaColLeft {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.captcha-container .captcha-image {
  width: 165px;
  height: 55px;
  background-color: #FBF8F6;
  border: 1px solid #C5C5C5;
  border-radius: 10px;
  text-align: center;
  line-height: 55px;
  font-size: 18px;
  font-weight: bold;
}
.captcha-container .captcha-input, .captcha-container .captcha-input:focus {
  width: 100%;
  min-width: 280px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 15px 16px;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.captcha-container .btnRf {
  width: 55px;
  height: 55px;
  padding: 8px;
  background-color: #FBF8F6;
  border-radius: 10px;
  border: 1px solid #C5C5C5;
}

.captcha-input:placeholder {
  color: #838383;
  opacity: 1;
}

canvas {
  max-width: 100%;
}

.skbasesSection {
  padding-top: 60px;
}
.skbasesSection .stramTabStyle {
  text-align: left;
  margin-top: 0;
}

.linkStyle {
  font-size: 20px;
  font-weight: 500;
  color: #1C73F6;
}

.listStyle {
  padding: 50px 50px 40px 0;
}
.listStyle > li {
  padding-left: 35px;
  position: relative;
  font-size: 18px;
  line-height: 1.5;
}
.listStyle > li + li {
  margin-top: 20px;
}

.listIcon {
  position: absolute;
  left: 0;
  top: 0;
}
.listIcon svg {
  display: block;
}

.dlCardImg2 > img {
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.1);
}

/***** support *****/
.formBtn {
  display: flex;
  flex-direction: column;
  gap: 34px;
  max-width: 170px;
  padding-top: 40px;
}
.formBtn > .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.formBtn > .btn > span {
  display: inline-block;
  vertical-align: middle;
}
.formBtn > .btn > span > svg {
  width: 20px;
  display: block;
}

.formRCol {
  padding: 30px;
  border-radius: 30px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
}

.form-select.formControl {
  height: 58px;
}
.form-select.formControl:focus {
  box-shadow: none;
}

.formStyle1 label.formLabel {
  line-height: 1.2;
  margin-bottom: 10px;
}

.formStyle1 textarea.formControl {
  height: 120px;
  resize: none;
}

.helpInner {
  padding: 100px 50px;
  border-radius: 30px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 75px rgba(0, 0, 0, 0.1);
}
.helpInner .helpImg {
  min-height: 420px;
  height: 100%;
  position: relative;
  width: 500px;
}
.helpInner .helpImg > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 20px;
  object-position: center;
}

.hlColContent {
  max-width: 300px;
  margin-top: 50px;
}
.hlColContent > h4 {
  opacity: 0.8;
  font-size: 20px;
}
.hlColContent > p {
  font-size: 16px;
  line-height: 1.5;
}

.linkStyle1 {
  font-size: 16px;
  font-weight: 500;
  color: #1C73F6;
  text-decoration: underline;
}

.phoneCol > span {
  display: inline-block;
  vertical-align: middle;
}
.phoneCol + span {
  margin-left: 5px;
}

/*************************************
********* MEDIA QAURY START *****
************************************/
@media (min-width: 991px) {
  .sMenuDD {
    display: block !important;
  }
}
@media (max-width: 1600px) {
  .homebanner .bannerInner .bannerImg img {
    max-width: 800px;
  }
}
@media (max-width: 1460px) {
  .homebanner .bannerInner .bannerImg img {
    max-width: 100%;
  }
  .homebanner .bannerInner .bannerIcon img {
    max-width: 60px;
  }
}
@media (max-width: 1399px) {
  .animateCol h2.xlTitle {
    font-size: 36px;
  }
  .xlTitle {
    font-size: 40px;
  }
  .lgTitle {
    font-size: 20px;
  }
  .mdTitle {
    font-size: 18px;
  }
  .homebanner .bannerInner .bannerIcon {
    bottom: 60px;
    margin-left: -20px;
  }
  .homebanner .bannerInner .bannerIcon > img {
    width: 50px;
  }
  .banner_arrow > img {
    max-width: 180px;
  }
  .homebanner .bannerInner .bannerImg .banner_arrow {
    left: -30px;
    top: -20px;
  }
  .homebanner .bannerInner .bannerImg .banner_arrow > img {
    max-width: 60px;
  }
  .mdSpacer {
    padding: 100px 0;
  }
  .cardStyle .cardImg {
    min-height: 300px;
  }
  .iconAnimationCol .cLogo {
    width: 60px;
    display: block;
  }
  .iconAnimationCol .cLogo svg {
    width: 100%;
  }
  .iconAnimationCol .cLogo::before {
    width: 66px;
    height: 66px;
  }
  .cs2Col .cs2Content::before {
    border-width: 2px;
  }
  .iconAnimationCol.animationCol1 {
    padding-right: 35px;
  }
  .iconAnimationCol.animationCol1 .cLogo2 {
    top: 65px;
    left: 65px;
  }
  .iconAnimationCol.animationCol1 .cLogo3 {
    top: 162px;
    left: 186px;
  }
  .iconAnimationCol.animationCol1 .cLogo4 {
    top: 105px;
    right: 100px;
  }
  .iconAnimationCol.animationCol1 .cLogo5 {
    bottom: -15px;
    right: 7px;
  }
  .iconAnimationCol.animationCol2 {
    padding-left: 35px;
  }
  .iconAnimationCol.animationCol2 .cLogo1 {
    bottom: -15px;
    left: 7px;
  }
  .iconAnimationCol.animationCol2 .cLogo2 {
    top: 105px;
    left: 100px;
  }
  .iconAnimationCol.animationCol2 .cLogo3 {
    top: 162px;
    right: 186px;
  }
  .iconAnimationCol.animationCol2 .cLogo4 {
    top: 65px;
    right: 70px;
  }
  .cardStyle1 a {
    padding: 20px;
  }
  .cardStyle1 a .cs1Content h2 {
    margin-bottom: 15px;
  }
  .faqCol .accordion-item .accordion-button {
    font-size: 20px;
    padding: 25px 50px 25px 25px;
  }
  .faqCol .accordion-item .accordion-button::after {
    right: 25px;
    top: 30px;
  }
  .faqCol .accordion-item .accordion-body {
    padding: 0 40px 20px 20px;
    font-size: 16px;
  }
  .socialLinks li + li {
    margin-left: 10px;
  }
  .socialLinks li a {
    width: 45px;
    height: 45px;
    padding: 12px;
  }
  .footerSection .footerText {
    padding-top: 30px;
    margin-top: 70px;
  }
}
@media (max-width: 1199px) {
  .homebanner .bannerInner .bannerImg .banner_arrow {
    left: 0;
    top: -30px;
  }
  .homebanner .bannerInner .bannerImg .banner_arrow > img {
    max-width: 50px;
  }
  .menu {
    gap: 30px;
  }
  .btn {
    padding: 10px 20px;
    font-size: 16px;
  }
  .banner_arrow > img {
    max-width: 120px;
  }
  .innerTopSpace {
    padding-top: 50px;
  }
  .xlTitle {
    font-size: 36px;
  }
  .mdTitle {
    font-size: 16px;
  }
  .mdContainer {
    max-width: 780px;
  }
  .smContainer {
    max-width: 626px;
  }
  .cardStyle .cardImg .countText {
    right: 15px;
    top: 10px;
    font-size: 28px;
  }
  .mdSpacer {
    padding: 80px 0;
  }
  .lgSpacer {
    padding: 120px 0;
  }
  .cardStyle .cardImg {
    min-height: 270px;
    border-radius: 20px;
  }
  .pLogoCol .pLogoInner .col .pLogoStyle img {
    max-width: 130px;
    max-height: 60px;
  }
  .cardStyle .cardContent .cardIcon {
    width: 40px;
    height: 40px;
    padding: 10px;
    right: 15px;
    top: -20px;
  }
  .cardStyle .cardContent {
    margin: -35px 10px 0;
    border-radius: 20px;
    padding: 15px 15px 20px;
  }
  .cardStyle .cardContent::before {
    top: -25px;
    border-radius: 20px;
  }
  .cardStyle .cardContent h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .menu li.ddrop > a {
    padding-right: 20px;
  }
  .menu li.ddrop > a::before {
    width: 8px;
    height: 8px;
    margin-top: -2px;
  }
  .homebanner .bannerInner .bannerImg {
    margin-left: -30px;
  }
  .leftShape::before, .leftTopShape::after, .rightShape::before {
    height: 80px;
  }
  .pLogoCol .pLogoInner .col .pLogoStyle {
    min-height: 120px;
  }
  .iconAnimationCol .cLogo {
    width: 50px;
  }
  .iconAnimationCol .cLogo::before {
    width: 58px;
    height: 58px;
  }
  .iconAnimationCol.animationCol1 .cLogo2 {
    top: 45px;
    left: 55px;
  }
  .iconAnimationCol.animationCol1 .cLogo3 {
    top: 125px;
    left: 155px;
  }
  .iconAnimationCol.animationCol1 .cLogo4 {
    top: 80px;
    right: 92px;
  }
  .iconAnimationCol.animationCol1 .cLogo5 {
    right: 12px;
  }
  .iconAnimationCol.animationCol2 .cLogo4 {
    top: 45px;
    right: 55px;
  }
  .iconAnimationCol.animationCol2 .cLogo3 {
    top: 125px;
    right: 152px;
  }
  .iconAnimationCol.animationCol2 .cLogo2 {
    top: 80px;
    left: 90px;
  }
  .counterCol .counterStyle {
    padding: 20px 15px;
  }
  .counterCol .counterStyle .counterStyleIcon {
    width: 30px;
    height: 30px;
  }
  .counterCol .counterStyle h3 {
    font-size: 24px;
  }
  .counterCol .counterStyle p {
    font-size: 16px;
    line-height: 1.2;
  }
  .tlContent > p {
    font-size: 16px;
  }
  .tlContent > h5 {
    font-size: 20px;
  }
  .tlContent > span {
    font-size: 16px;
  }
  .faqCol .accordion-item .accordion-button {
    font-size: 18px;
    padding: 20px 45px 20px 20px;
  }
  .faqCol .accordion-item .accordion-button::after {
    right: 15px;
    top: 22px;
  }
  .video-play-button {
    width: 50px;
    height: 50px;
    padding: 10px;
  }
  .video-play-button::before {
    width: 55px;
    height: 55px;
  }
  .video-play-button span {
    border-left-width: 14px;
    border-top-width: 9px;
    border-bottom-width: 9px;
  }
  .productInner.cSpaceTop {
    padding-top: 0;
  }
  /** features **/
  .bannerSection .bannerContent {
    padding-right: 0;
  }
  .stramTabStyle .nav.nav-pills .nav-link span svg {
    margin-right: 5px;
    width: 16px;
  }
  .tlSection .tlColInner .tSliderCol {
    width: 500px;
  }
  .btnPrimary span svg, .btnLight span svg {
    width: 7px;
  }
  .dlCardCol .dlContent > p {
    font-size: 16px;
  }
  .dlCardCol .dlContent .xlTitle {
    font-size: 30px;
  }
  .dlCardCol .dlContent .ctStyle {
    font-size: 40px;
  }
  .dlCardCol .dlCardImg > img {
    box-shadow: 0 14px 20px rgba(0, 0, 0, 0.06);
  }
  .partnerLogoSwiper .swiper-wrapper .swiper-slide {
    height: 60px;
  }
  .psCardCol .psCardImg {
    max-width: 220px;
    height: 200px;
  }
  .psCardCol {
    padding: 20px;
  }
  .psCardCol .psCardContent {
    padding-top: 20px;
  }
  .psCardCol .psCardContent > h3 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .footerSection {
    padding: 60px 0 30px;
  }
  .footerSection .footerColLeft {
    width: 280px;
  }
  .footerSection .footerText {
    padding-top: 15px;
    margin-top: 60px;
  }
  .animateCol h2.xlTitle {
    font-size: 32px;
  }
  .bannerTextSwipe .swiper-slide {
    min-height: 124px;
  }
  .legacySectionSection .counterCol .counterStyle h3 {
    font-size: 20px;
  }
  .prothemeCol {
    padding-bottom: 50px;
  }
  .captcha-container .captcha-input,
  .captcha-container .captcha-input:focus {
    min-width: 200px;
    padding: 16px 12px;
    font-size: 14px;
  }
  .helpInner .helpImg {
    min-height: 300px;
    width: 360px;
  }
  .hlColContent {
    max-width: 100%;
    margin-top: 30px;
  }
  .hlColContent > p {
    font-size: 14px;
  }
  .helpInner {
    padding: 60px 30px;
  }
  .formStyle1 label.formLabel {
    font-size: 16px;
  }
  .skbasesSection .stramTabStyle .nav.nav-pills .nav-link {
    font-size: 14px;
    padding: 8px 16px;
  }
  .listStyle {
    padding: 50px 0 40px 0;
  }
  .listStyle > li {
    padding-left: 30px;
    font-size: 16px;
  }
  .listStyle > li + li {
    margin-top: 15px;
  }
  .listIcon svg {
    max-width: 20px;
  }
}
@media (max-width: 991px) {
  .btn {
    font-size: 14px;
    padding: 8px 14px;
  }
  .xlTitle {
    font-size: 28px;
  }
  .mdTitle {
    font-size: 14px;
    line-height: 1.6;
  }
  .headerSection.fixedHeader {
    background-color: #FFFFFF;
  }
  .menuCol {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #FFFFFF;
    z-index: 99;
    padding: 30px 0;
    -webkit-transition: all 600ms ease-in-out 0s;
    -o-transition: all 600ms ease-in-out 0s;
    transition: all 600ms ease-in-out 0s;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .actNav .menuCol {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  html.actNav {
    overflow: hidden;
  }
  .menuCloseTrigger {
    position: fixed;
    right: 0;
    top: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: #1C73F6;
  }
  .menuHeader {
    padding: 40px 15px 30px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: #FFFFFF;
  }
  .menu {
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 100px);
    padding: 80px 15px 0;
  }
  .navLink {
    padding: 15px 0;
    border-bottom: 1px solid #C5C5C5;
    font-size: 16px;
  }
  .navLink:hover::before {
    border-color: #1C73F6;
  }
  .menu li.ddrop .navLink {
    padding-right: 40px;
  }
  .menu li.ddrop > a::before {
    right: 10px;
  }
  .subMenuCol {
    box-shadow: none;
  }
  .navCol > ul > li:hover .sMenuDD {
    min-width: 100%;
  }
  .sMenuDD {
    position: static;
    min-width: initial;
    opacity: 1;
    padding-top: 0;
    display: none;
    transition: none;
    pointer-events: initial;
  }
  .subMenuCol {
    border-radius: 0;
    box-shadow: none;
  }
  .subMenuCol > ul > li + li {
    margin-top: 4px;
  }
  .subMenuCol > ul > li:first-child > a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .subMenuCol > ul > li:last-child > a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .headerBtn {
    margin: 15px 0;
  }
  .homebanner {
    padding: 130px 0 0;
  }
  .tlSection .tlColInner .tSliderCol {
    width: 100%;
    padding: 20px 0 10px;
  }
  .leftShape::before,
  .leftTopShape::after,
  .rightShape::before {
    height: 60px;
  }
  .homebanner .bannerContent {
    padding: 0 0 50px 0;
  }
  .bannerContent {
    padding-bottom: 40px;
  }
  .homebanner .bannerInner .bannerImg {
    margin-left: 0;
  }
  .banner_arrow > img {
    max-width: 100px;
  }
  .bannerBtn {
    margin-top: 20px;
  }
  .homebanner .bannerInner .bannerIcon, .homebanner .bannerInner .bannerImg .banner_arrow {
    display: none;
  }
  .homebanner .btnCol {
    margin-top: 20px;
  }
  .pLogoCol .pLogoInner .col .pLogoStyle {
    min-height: 95px;
    padding: 15px;
  }
  .pLogoCol .pLogoInner .col .pLogoStyle img {
    max-width: 100%;
    max-height: 45px;
  }
  .innerTopSpace {
    padding-top: 40px;
  }
  .iconAnimationCol.animationCol1 {
    padding-right: 20px;
  }
  .iconAnimationCol.animationCol2 {
    padding-left: 20px;
  }
  .iconAnimationCol .cLogo {
    width: 40px;
  }
  .iconAnimationCol .cLogo::before {
    width: 50px;
    height: 50px;
  }
  .iconAnimationCol.animationCol1 .cLogo1 {
    top: -40px;
    left: 0;
  }
  .iconAnimationCol.animationCol1 .cLogo2 {
    top: 28px;
    left: 40px;
  }
  .iconAnimationCol.animationCol1 .cLogo3 {
    top: 85px;
    left: 110px;
  }
  .iconAnimationCol.animationCol1 .cLogo4 {
    top: 55px;
    right: 60px;
  }
  .iconAnimationCol.animationCol1 .cLogo5 {
    right: 2px;
    bottom: -30px;
  }
  .iconAnimationCol.animationCol2 .cLogo1 {
    bottom: -30px;
    left: 2px;
  }
  .iconAnimationCol.animationCol2 .cLogo2 {
    top: 55px;
    left: 60px;
  }
  .iconAnimationCol.animationCol2 .cLogo3 {
    top: 85px;
    right: 110px;
  }
  .iconAnimationCol.animationCol2 .cLogo4 {
    top: 28px;
    right: 40px;
  }
  .iconAnimationCol.animationCol2 .cLogo5 {
    top: -40px;
    right: 0;
  }
  .titleCol p {
    margin-top: 20px;
  }
  .cardStyle1 a .cs1Content .cs1badge {
    padding: 2px 15px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .socialLinks li a {
    width: 35px;
    height: 35px;
    padding: 10px;
  }
  .socialLinks li a img {
    height: 15px;
  }
  .stramTabStyle .nav {
    max-width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    display: inline-block;
    border: 0;
    padding: 0 0 10px;
    border-radius: 0;
  }
  .stramTabStyle .nav li.nav-item {
    display: inline-block;
  }
  .stramTabInner.innerTopSpace {
    padding-top: 20px;
  }
  .cardStyle2 {
    padding: 20px;
    border-radius: 20px;
    min-height: auto;
  }
  .cardStyle2 .cs1Icon {
    height: 40px;
    margin-bottom: 15px;
    max-width: 50px;
  }
  .cardStyle2 p {
    padding-top: 5px;
  }
  .menuTsCol {
    max-height: 520px;
  }
  .menuTsCol img {
    min-height: 100%;
    border-radius: 10px 10px 0 0;
  }
  .partnerLogoSwiper .swiper-wrapper {
    justify-content: inherit;
  }
  .partnerLogoSwiper .swiper-wrapper .swiper-slide {
    height: 72px;
  }
  .addInnerCol .swiper-button-next,
  .addInnerCol .swiper-button-prev {
    top: 0;
    width: 35px;
    height: 35px;
  }
  .legacySectionSection .titleCol p {
    padding: 0;
  }
  .addInnerCol .swiper-button-prev {
    right: 50px;
  }
  .mdSpacer.pLogoSection {
    padding: 40px 0;
  }
  .partnerLogoSwiper .swiper-wrapper .swiper-slide {
    height: 60px;
  }
  .addInnerCol .addServiceSwiper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .mdSpacer.addSection {
    padding: 40px 0 60px;
  }
  .footerSection .footerColLeft {
    width: 100%;
    margin-bottom: 40px;
  }
  .embedvideoModel .modal-dialog .modal-content {
    padding: 10px;
  }
  .nlCol {
    padding: 40px;
  }
  .nlCol .inputCol .form-control {
    padding: 20px 150px 20px 24px;
    font-size: 16px;
  }
  .nlCol .inputCol .btn {
    right: 6px;
    top: 6px;
    bottom: 6px;
    min-width: 130px;
    font-size: 18px;
  }
  .animateCol h2.xlTitle {
    font-size: 28px;
    line-height: 1.1;
  }
  .homebanner .animateCol p.mdTitle.slideup2 {
    margin-bottom: 15px;
  }
  .bannerSection .bannerContent {
    padding-bottom: 0;
  }
  .skbasesSection {
    padding-top: 30px;
  }
  .skbasesSection .dlCardImg2 img {
    width: 100%;
  }
  .skbasesSection .stramTabStyle {
    margin-top: 40px;
  }
  .listStyle {
    padding: 20px 0;
  }
  .linkStyle {
    font-size: 16px;
  }
  .formBtn {
    flex-direction: inherit;
    max-width: 100%;
    padding-top: 10px;
    justify-content: center;
    gap: 10px;
  }
  .formLCol {
    padding-bottom: 30px;
    text-align: center;
  }
  input.formControl, .form-select.formControl {
    height: 48px;
  }
  .helpInner {
    padding: 20px;
    border-radius: 15px;
  }
  .helpInner .helpImg {
    width: 100%;
    margin-bottom: 20px;
  }
  .helpContent {
    padding-bottom: 20px;
  }
  .hlColContent > p {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .productSection .themeSlider {
    margin-top: 10px;
  }
  .productSection .themeSlider .swiper-wrapper .swiper-slide {
    max-width: 150px;
  }
  .productSection .themeSlider .swiper-wrapper .swiper-slide img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  .productSection .btnCol {
    max-width: initial;
  }
  .productSection .btnCol a {
    display: inline-block;
  }
  body {
    font-size: 14px;
    line-height: 1.6;
  }
  .bannerBtn,
  .btnCol {
    margin: 0 auto;
  }
  .mdSpacer {
    padding: 60px 0;
  }
  .lgSpacer {
    padding: 80px 0;
  }
  .headerSection .logoCol, .headerSection.fixedHeader .logoCol {
    width: 160px;
  }
  .homebanner.leftShape::before {
    display: none;
  }
  .homebanner .bannerContent {
    padding: 0;
  }
  .bannerContent {
    text-align: center;
    padding-bottom: 20px;
  }
  .bannerSection .bannerContent {
    margin-bottom: 30px;
  }
  .menuTsCol {
    max-height: 380px;
  }
  .vPlatformSlider1 {
    max-width: 100%;
    height: 300px;
    border-width: 4px;
    border-radius: 15px;
  }
  .vTabInner .navTabCol .navTab li .nav_tablink > span.navTabIcon {
    width: 45px;
    height: 45px;
    padding: 12px;
  }
  .vTabInner .navTabCol .navTab li .nav_tablink > span.navTabIcon::before {
    width: 58px;
    height: 58px;
  }
  .vTabInner .navTabCol .navTab li .nav_tablink > span.navTabIcon .ctLine {
    width: 100px;
  }
  .vTabInner .navTabCol .navTab li .nav_tablink span.navTabText {
    font-size: 14px;
  }
  .vTabInner .navTabCol {
    margin-top: 20px;
  }
  .leftShape::before,
  .leftTopShape::after,
  .rightShape::before {
    height: 30px;
  }
  .intigrationInner {
    margin-top: 40px;
  }
  .iconAnimationCol .cLogo {
    --circleWidth: 40px;
    width: var(--circleWidth);
  }
  .iconAnimationCol.animationCol1 .cLogo2 {
    top: 15px;
    left: calc(24% - var(--circleWidth) / 2);
  }
  .iconAnimationCol.animationCol1 .cLogo3 {
    top: 65px;
    left: calc(47% - var(--circleWidth) / 2);
  }
  .iconAnimationCol.animationCol1 .cLogo4 {
    top: 0;
    right: calc(28% - var(--circleWidth) / 2);
  }
  .iconAnimationCol.animationCol1 .cLogo5 {
    bottom: auto;
    top: -40px;
  }
  .iconAnimationCol.animationCol2 {
    margin-top: 30px;
  }
  .iconAnimationCol.animationCol2 {
    padding-left: 0;
    padding-right: 20px;
  }
  .iconAnimationCol.animationCol2 .cLogo1 {
    bottom: auto;
    left: 0;
    top: -40px;
  }
  .iconAnimationCol.animationCol2 .cLogo2 {
    top: 12px;
    left: calc(24% - var(--circleWidth) / 2);
  }
  .iconAnimationCol.animationCol2 .cLogo3 {
    top: 65px;
    right: auto;
    left: calc(47% - var(--circleWidth) / 2);
  }
  .iconAnimationCol.animationCol2 .cLogo4 {
    top: 0;
    right: calc(28% - var(--circleWidth) / 2);
  }
  .faqCol .accordion-item .accordion-button {
    font-size: 16px;
    padding: 15px 40px 15px 15px;
  }
  .faqCol .accordion-item .accordion-button::after {
    right: 10px;
    top: 18px;
    width: 15px;
    height: 15px;
    background-size: 15px auto;
  }
  .faqCol .accordion-item .accordion-body {
    padding: 0 15px 15px 15px;
    font-size: 14px;
    line-height: 1.6;
  }
  .cardStyle1 a {
    border-radius: 15px;
  }
  .intigrationSection {
    overflow: hidden;
  }
  .tlSection {
    margin-top: -140px;
  }
  .stramTabStyle {
    margin-top: 15px;
  }
  .stramTabStyle .nav.nav-pills .nav-link {
    padding: 6px 16px;
    font-size: 14px;
  }
  .stramTabStyle .nav.nav-pills .nav-link span.stIcon {
    display: none;
  }
  .video-play-button, .video-play-button::after {
    width: 40px;
    height: 40px;
  }
  .video-play-button span {
    border-left-width: 10px;
    border-top-width: 8px;
    border-bottom-width: 6px;
  }
  .video-play-button::before {
    width: 38px;
    height: 38px;
  }
  .embedvideoModel .modal-dialog .btn-close {
    right: 0;
  }
  .embedvideoModel .modal-dialog {
    max-width: 520px;
  }
  .embedvideoModel.mtVideo .modal-body iframe {
    min-height: 316px;
  }
  .technologyCardCol {
    margin-bottom: 20px;
  }
  .cardStyle .cardContent {
    min-height: auto;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  }
  .cardStyle .cardContent::before {
    top: -20px;
    -webkit-transform: skewY(-4deg);
    -moz-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    -o-transform: skewY(-4deg);
    transform: skewY(-4deg);
  }
  .dlCardCol .dlContent {
    max-width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .dlCardCol .dlCardImg {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .addInnerCol .swiper-button-next,
  .addInnerCol .swiper-button-prev {
    top: auto;
    bottom: 0;
  }
  .dlCardCol + .dlCardCol {
    margin-top: 50px;
  }
  .addInnerCol {
    text-align: center;
  }
  .addInnerCol .titleCol {
    padding-right: 0;
  }
  .addInnerCol .addServiceSwiper {
    padding-top: 30px;
    padding-bottom: 70px;
  }
  .cardStyle .cardContent h3 {
    padding-right: 0;
    font-size: 20px;
  }
  .menuCloseTrigger {
    width: 60px;
    height: 60px;
  }
  .mdSpacer.addSection {
    padding: 20px 0 40px;
  }
  .psCardCol {
    text-align: center;
    height: auto;
    margin-bottom: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  }
  .psCardCol .psCardContent {
    padding-top: 15px;
  }
  .psCardCol .psCardContent > h3 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .lsInnerContent {
    padding: 30px;
    border-radius: 20px;
  }
  .footerSection {
    padding: 60px 0 20px;
  }
  .footerSection .footerCol > h3 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .footerCol {
    margin-bottom: 40px;
  }
  .footerSection .footerText {
    padding-top: 10px;
    margin-top: 0;
    text-align: center;
  }
  .footerSection .footerCol .footerLinks li + li {
    margin-top: 8px;
  }
  .footerSection .footerColLeft .footerLogo {
    max-width: auto;
    margin-bottom: 30px;
    width: 180px;
  }
  .bannerBtn .btnStyle {
    margin: 0 auto;
  }
  .nlCol .inputCol .form-control {
    padding: 15px 130px 15px 20px;
    font-size: 14px;
  }
  .nlCol .inputCol .btn {
    right: 4px;
    top: 4px;
    bottom: 4px;
    min-width: 110px;
    font-size: 16px;
  }
  .homebanner .bannerContent p {
    padding-right: 0;
  }
  .bannerTextSwipe .swiper-slide {
    min-height: 95px;
  }
  .homebanner .animateCol p.mdTitle.slideup2 {
    margin-bottom: 10px;
  }
  .innerTopSpace {
    padding-top: 30px;
  }
  .productSection .themeSlider {
    margin-top: 40px;
  }
  body > section {
    max-width: 100vw;
  }
  .prothemeCol {
    padding-bottom: 30px;
  }
	
  .eapps-pricing-table-columns-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
	}
}
@media (max-width: 585px) {
  .btn {
    padding: 8px 16px;
    font-size: 14px;
  }
  .cSpaceTop {
    padding-top: 20px;
  }
  .innerTopSpace {
    padding-top: 20px;
  }
  .headerSection .logoCol, .headerSection.fixedHeader .logoCol {
    width: 140px;
  }
  .vTabInner .navTabCol .navTab {
    gap: 15px;
    max-width: 100%;
  }
  .vTabInner .navTabCol .navTab li .nav_tablink > span.navTabIcon {
    width: 35px;
    height: 35px;
    padding: 8px;
  }
  .vTabInner .navTabCol .navTab li .nav_tablink > span.navTabIcon::before {
    width: 45px;
    height: 45px;
  }
  .vPlatformSlider1 .swiper-button-prev, .vPlatformSlider1 .swiper-button-next {
    width: 40px;
    height: 15px;
  }
  .vPlatformSlider1 .swiper-button-prev {
    left: 15px;
  }
  .vPlatformSlider1 .swiper-button-next {
    right: 15px;
  }
  .tlContent > p {
    font-size: 14px;
  }
  .tlContent .tlCommentIcon {
    left: 15px;
  }
  .tlContent .tlCommentIcon img {
    width: 40px;
  }
  .embedvideoModel .modal-dialog {
    max-width: 100%;
    margin: 0 15px;
  }
  .embedvideoModel.mtVideo .modal-body iframe {
    min-height: 246px;
  }
  .faqCol .accordion-item {
    border-top: 8px;
  }
  .dlCardCol .dlContent > p {
    font-size: 14px;
  }
  .dlCardCol .dlContent .xlTitle {
    font-size: 24px;
  }
  .menuHeader {
    padding: 30px 15px 20px;
  }
  .menu {
    padding: 60px 15px 0;
    height: calc(100vh - 80px);
  }
  .footerSection {
    padding: 40px 0 20px;
  }
  .nlCol .inputCol {
    max-width: 100%;
    margin: 20px auto 0;
  }
  .nlCol {
    padding: 40px 20px;
  }
  .homebanner .bannerBtn {
    max-width: 125px;
  }
  .homebanner .btn {
    padding: 6px 10px;
  }
  .formRCol {
    padding: 30px 15px;
    border-radius: 15px;
  }
  .contactInnerCol {
    margin-top: 40px;
  }
  .formLabel {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 485px) {
  .lgSpacer {
    padding: 40px 0;
  }
  .xsSpacer {
    padding: 40px 0;
  }
  .mdSpacer {
    padding: 40px 0;
  }
  .xlTitle {
    font-size: 26px;
  }
  .headerSection,
  .headerSection.fixedHeader {
    padding: 15px 0;
  }
  .bannerBtn {
    margin-top: 20px;
  }
  .bannerSection {
    padding: 60px 0;
  }
  .iconAnimationCol .cLogo {
    --circleWidth: 34px;
  }
  .iconAnimationCol .cLogo::before {
    width: 40px;
    height: 40px;
  }
  .iconAnimationCol.animationCol1 .cLogo3 {
    top: 40px;
  }
  .iconAnimationCol.animationCol1 .cLogo4 {
    right: calc(29% - var(--circleWidth) / 2);
  }
  .iconAnimationCol.animationCol2 .cLogo3 {
    top: 40px;
  }
  .vTabInner .navTabCol .navTab li .nav_tablink span.navTabText {
    display: none;
  }
  .vPlatformSlider1 {
    height: 240px;
  }
  .leftShape::before,
  .leftTopShape::after,
  .rightShape::before {
    height: 15px;
  }
  .cardStyle .cardContent {
    margin: -35px 0 0;
    border-radius: 15px;
    padding: 15px 15px 20px;
  }
  .cardStyle .cardContent::before {
    border-radius: 15px;
  }
  .tlContent {
    padding: 35px 20px 20px;
  }
  .tlContent > h5 {
    margin: 0;
  }
  .tlContent .tlCommentIcon {
    left: 10px;
    top: 10px;
  }
  .tlContent .tlCommentIcon img {
    width: 30px;
  }
  .testimonialSlider .swiper-button-next {
    bottom: 15px;
    right: 15px;
  }
  .testimonialSlider .swiper-button-prev {
    bottom: 15px;
    left: 15px;
    width: 42px;
  }
  .tlSection .tlColInner .tSliderCol {
    padding: 0;
  }
  .cardStyle1 a {
    padding: 15px;
  }
  .cardStyle1 a .cs1Content h2 {
    margin-bottom: 10px;
  }
  .cardStyle1 a .cs1Content .cs1badge {
    margin-bottom: 15px;
  }
  .counterCol .counterStyle h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .counterCol .counterStyle p {
    font-size: 14px;
  }
  .counterCol .counterStyle .counterStyleIcon {
    width: 26px;
    height: 26px;
  }
  .menuTsCol {
    max-height: 300px;
  }
  .pLogoCol .pLogoInner .col .pLogoStyle {
    min-height: 80px;
  }
  .mdSpacer.pLogoSection {
    padding: 24px 0;
  }
  .partnerLogoSwiper .swiper-wrapper .swiper-slide {
    height: 45px;
  }
  .lsInnerContent {
    padding: 20px 15px;
    border-radius: 20px;
  }
  .footerSection .footerCol .footerLinks li + li {
    margin-top: 6px;
  }
  .footerSection .footerCol .footerLinks li a {
    font-size: 14px;
  }
  .nlCol .inputCol .form-control {
    padding: 12px 120px 12px 15px;
    font-size: 14px;
  }
  .nlCol .inputCol .btn {
    min-width: 100px;
    font-size: 14px;
  }
  .chooseSection {
    margin-top: 100px;
  }
  .faqCol .accordion-item .accordion-button {
    font-size: 15px;
    padding: 12px 35px 12px 15px;
  }
  .subMenuCol ul li a {
    padding: 5px 10px;
  }
  .captcha-container {
    display: block;
  }
  .captcha-container .captchaColLeft {
    justify-content: start;
    margin-bottom: 15px;
  }
  .captcha-container .captcha-image {
    width: 150px;
    height: 50px;
  }
  .captcha-container .btnRf {
    width: 50px;
    height: 50px;
  }
  .captcha-container .captcha-input,
  .captcha-container .captcha-input:focus {
    min-width: 100%;
    font-size: 14px;
  }
  .helpInner .helpImg {
    min-height: 260px;
  }
  .helpInner .helpImg > img {
    border-radius: 12px;
  }
  .helpInner {
    padding: 15px;
  }
  .formBtn > .btn > span > svg {
    width: 15px;
  }
  .formBtn > .btn {
    gap: 0;
  }
  .formBtn > .btn {
    padding: 5px 10px;
  }
  .formStyle1 label.formLabel {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media (max-width: 385px) {
  .animateCol h2.xlTitle {
    font-size: 20px;
  }
  .bannerTextSwipe .swiper-slide {
    min-height: 80px;
  }
  .iconAnimationCol .cLogo {
    --circleWidth: 28px;
  }
  .iconAnimationCol.animationCol2 {
    margin-top: 20px;
  }
  .iconAnimationCol .cLogo::before {
    width: 35px;
    height: 35px;
  }
  .iconAnimationCol.animationCol1 .cLogo3, .iconAnimationCol.animationCol2 .cLogo3 {
    top: 35px;
  }
  .vPlatformSlider1 {
    height: 220px;
  }
  .xlTitle {
    font-size: 24px;
  }
  .nlCol {
    padding: 30px 15px;
    border-radius: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
