:root {
  --dark-color: 29, 29, 29;
  --light-bg-color: 255, 255, 255;
  --clr-1: 209, 43, 110;
  --clr-2: 250, 46, 18;
}
html,
select {
  scrollbar-color: rgba(var(--clr-2), 1) transparent;
  scrollbar-width: thin;
}
::-webkit-scrollbar {
  width: 8px;
}
body,
select {
  scrollbar-width: 8px;
  scrollbar-color: rgba(var(--clr-2), 1) transparent;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: linear-gradient(
    rgba(var(--clr-2), 1),
    rgba(var(--clr-2), 1)
  );
}
html {
  font: 500 16px/1.5 "Open Sans";
  scroll-behavior: smooth;
}
body {
  margin: 0;
  right: 0;
  -webkit-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  font-family: "Open Sans";
  color: #333333;
  overflow-x: hidden;
  background-color: #f7f8fa;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position-x: -20vw, 78vw;
  background-position-y: -4vh, 51vh;
}
.banner,
footer,
section {
  overflow-x: hidden;
  overflow-y: clip;
}

* {
  box-sizing: border-box;
}

*,
:after,
:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
a {
  outline: 0;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition-duration: 0.8s;
  position: relative;
}
a.active,
a:active,
a:focus,
a:hover {
  color: rgba(var(--clr-2), 1) !important;
  outline: 0 !important;
  text-decoration: none;
}
b,
strong {
  font-weight: 700;
}
audio,
img,
video {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Josefin Sans";
  font-weight: 700;
  font-style: normal;
}
h1 {
  font-size: 80px;
}
h2 {
  font-size: 70px;
}
h3 {
  font-size: 35px;
}
.clr-1 {
  color: #1a2127;
}
.clr-2 {
  color: #ef4841;
}
.clr-3 {
  color: #ec1a35;
}
.clr-4 {
  color: #636364;
}
.f-46 {
  font-size: 46px;
}
.f-42 {
  font-size: 42px;
}
.f-34 {
  font-size: 34px;
}
.f-30 {
  font-size: 30px;
}
.f-24 {
  font-size: 24px;
}
.f-60 {
  font-size: 55px;
}
.f-52 {
  font-size: 52px;
}
.f-20 {
  font-size: 20px;
}
.f-18 {
  font-size: 18px;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.btn,
button {
  background: #ef4841;
  padding: 16px 55px;
  color: #fff;
  transition-duration: 0.5s;
  border-radius: 5px;
  border: none;
  position: relative;
  border: none;
}
.btn:active,
.btn:focus,
.btn:hover,
button:active,
button:focus,
button:hover {
  transition-duration: 0.5s;
  outline: 0;
  color: #ec1a35 !important;
  background: unset;
  outline: 2px solid red !important;
  outline-offset: -3px;
}
.form-control,
input,
select {
  background: white;
  color: rgb(241 100 72);
  border: 2px solid #ef4841;
  padding: 12px 15px;
  box-shadow: 0px 26px 25px rgb(0 0 0 / 4%);
  transition-duration: 0.8s;
  height: auto;
  border-radius: 5px;
}
.form-control:focus,
input:focus {
  outline: 0;
  background: white;
  color: rgb(255 0 0);
  border: 2px solid red;
  box-shadow: none;
}
.text-white .form-control,
.text-white input,
.text-white select {
  border-color: #fff;
  color: #f05a45;
}
.text-white .form-control:focus,
.text-white input:focus {
  background: white;
  border: 1px solid white;
}
.text-white .form-control::placeholder,
.text-white input::placeholder {
  color: #ef4841;
  opacity: 1;
}
.form-control:focus::placeholder,
input:focus::placeholder {
  color: #ef4841;
}
.form-control::placeholder,
input::placeholder {
  color: #ef48419d;

  opacity: 1;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
label.h {
  position: absolute;
  opacity: 0;
  z-index: -999999999;
}
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  font-size: 16px;
}
.inputicon label {
  position: absolute;
  padding: 14px 15px;
  background: linear-gradient(rgba(var(--clr-3), 1), rgba(var(--clr-4), 1));
  border-radius: 5px;
}
.bg {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.overlay {
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
  background-size: cover;
}
.dropdown-cont {
  width: 250px;
  height: auto;
  background-color: #ec1a35;
  transition: all 0.5s ease-in-out;
  z-index: 9999;
  transform-origin: left top;
  transform: scaleY(0);
  font-size: 13px;
  box-shadow: -8px 8px 0px #ef4841;
  color: white;
}
.dropdown:hover .dropdown-cont {
  transform: scaleY(1);
}
.mask1 {
  -webkit-mask-image: url(../img/banner-shape.svg);
  mask-image: url(../img/banner-shape.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.banner-img-b::before {
  content: "";
  position: absolute;
  width: 98%;
  height: 90%;
  border: 1px solid rgb(112 112 112 / 30%);
  z-index: -1;
  top: -10px;
  left: -8px;
  border-radius: 70% 37% 65% 42% / 70% 38% 62%;
  animation: rounded-animate 20s infinite;
}
.banner-img-b::after {
  content: "";
  position: absolute;
  width: 105%;
  height: 78%;
  border: 1px solid rgb(112 112 112 / 30%);
  z-index: -1;
  top: 40px;
  left: -24px;
  animation: neg-rounded-animate 10s infinite;
  border-radius: 50%;
}
.banner-text:before {
  content: "";
  position: absolute;
  left: -7%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #000;
}
.banner-image:before {
  content: url(../img/b-i-b.png);
  position: absolute;
  top: 75%;
  left: -2vw;
}
.banner-text::after {
  content: "";
  position: absolute;
  border-radius: 61% 39% 72% 28% / 62% 32% 68% 38%;
  background: #ee3a3d;
  height: 20px;
  width: 20px;
  bottom: -13vh;
  right: 14%;
}
.gradient-text {
  background: #ff0000;
  background: -webkit-linear-gradient(to right, #ff0000, #9932cc);
  background: linear-gradient(to top, #ec1a35, #ef4841);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.service-icon {
  width: 90px;
  height: 80px;
}
.service-icon img {
  width: 100%;
  height: 100%;
}
.service {
  padding: 45px 33px;
  border-radius: 5px;
  box-shadow: 0px 22px 46px rgb(0 0 0 / 4%);
  transition-duration: 0.4s;
  min-height: 452px;
}
.service:hover .clr-change {
  color: #ec1a35 !important;
  transition-duration: 0.4s;
}
.sec-shape::before {
  content: url("../img/sec-shape.png");
  position: absolute;
  right: 203px;
  bottom: -406px;
  z-index: -1;
}
.sec-shape::after {
  content: url("../img/sec-shape-2.png");
  position: absolute;
  left: 207px;
  bottom: -729px;
  z-index: -1;
  animation: rounded-animate 10s infinite;
}
@keyframes rounded-animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes neg-rounded-animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

@keyframes sided {
  50% {
    transform: scale(0);
  }
  100% {
    transform: rotate(0.1);
  }
}
.mask-2 {
  -webkit-mask-image: url(../img/mask-2.svg);
  mask-image: url(../img/mask-2.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.p-55 {
  padding: 70px;
  border-radius: 20px;
  box-shadow: 0px 0px 99px rgb(0 0 0 / 4%);
}
.section-img-2::before {
  position: absolute;
  right: -50px;
  top: -14px;
}
@supports (-moz-appearance: none) {
  SELECT {
    -moz-appearance: none !important;
    /* background: transparent url(data:image/gif;base64,R0lGODlhBgAGAKEDAFVVVX9/f9TU1CgmNyH5BAEKAAMALAAAAAAGAAYAAAIODA4hCDKWxlhNvmCnGwUAOw==) right center no-repeat !important; */
    background-position: calc(100% - 5px) center !important;
  }
}
.overlayS {
  width: 100%;
  height: 100vh;
  background: #0a0a0a;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9;
  transition: 2s ease;
  top: 0;
  clip-path: circle(141.2% at 100% 0);
}
.overlayS.hide {
  clip-path: circle(0% at 100% 0);
  /*display:none;*/
}

.overlayS svg {
  position: relative;
  width: 100vw;
  overflow: visible;
  margin-top: 0;
}
#Group_178 {
  animation: righttop 2s;
}
#Group_179 {
  animation: lefttop 2s;
}
g#Group_180 {
  animation: rightbottom 2s;
}
g#Group_181 {
  animation: leftbottom 2s;
}
g#Group_185 {
  animation: text 4s;
}
@keyframes text {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  70% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lefttop {
  0% {
    transform: translate(-30vw, -30vh);
    /*transform: translate();*/
  }
  50% {
    transform: translate(140px, -30vh);
  }
  75% {
    transform: translate(140px, 0);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes righttop {
  0% {
    transform: translate(30vw, -30vh);
    /*transform: translateY();*/
  }
  50% {
    transform: translate(140px, -30vh);
  }
  75% {
    transform: translate(140px, 0);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes leftbottom {
  0% {
    transform: translate(-30vw, 30vh);
    /*transform: translate();*/
  }
  50% {
    transform: translate(140px, 30vh);
  }
  75% {
    transform: translate(140px, 0);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes rightbottom {
  0% {
    transform: translate(30vw, 30vh);
    /*transform: translateY();*/
  }
  50% {
    transform: translate(140px, 30vh);
  }
  75% {
    transform: translate(140px, 0);
  }
  100% {
    transform: translate(0);
  }
}

header {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
}
.banner {
  height: 100vh;
}
.inner-banner {
  height: 70vh;
}
.nav-tabs {
  border-bottom: unset;
}
.nav-tabs .nav-link.active {
  color: #ffffff !important;
  background-color: #ec1a35;
  border-color: unset;
}
.nav-tabs .nav-link {
  color: #ec1a35 !important;
  background-color: #ffffff;
  border: 2px solid #ec1a35;
  padding: 13px 35px;
  text-transform: uppercase;
}
.sec-overlay {
  height: 550px;
  width: 100%;
}
.position-absolute2 {
  background: url("../img/video-bg.jpg");
  height: 550px;
  background-position: bottom !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.service-icon-2 {
  width: 130px;
  height: auto;
}
.service-icon-2 img {
  width: 100%;
  height: 100%;
}
.play-button {
  background: white;
  padding: 26px;
  border-radius: 50%;
  color: #ef4841;
  box-shadow: 0px 0px 50px white;
  font-size: 35px;
  transition-duration: 0.3s;
}
.play-button:hover {
  background: #ef4841;
  padding: 26px;
  border-radius: 50%;
  box-shadow: 0px 0px 50px #ef4841;
  color: white;
  transition-duration: 0.3s;
  font-size: 35px;
}
.position-absolute2::before {
  content: url(../img/sec-before.png);
  position: absolute;
  right: -50px;
  top: -50px;
}
.position-absolute2::after {
  content: url(../img/sec-shape.png);
  position: absolute;
  bottom: -35px;
  left: -64px;
  z-index: -1;
  transform: rotate(-90deg);
}
.review-bg {
  background: url("../img/review-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.comma-bg {
  background: #ef4841;
  padding: 24px 20px;
  border-radius: 50%;
  font-size: 25px;
}
.fsi {
  font-style: italic;
}
.footer-icons::before {
  content: "\e912";
  position: absolute;
  left: -23px;
  bottom: -6px;
  color: red;
  font-size: 22px;
}
footer::before {
  content: url(../img/sec-shape.png);
  position: absolute;
  right: -31px;
  transform: rotate(270deg);
  top: 200px;
}
footer::after {
  content: url(../img/footer-shape.png);
  position: absolute;
}
.services-slider .slick-prev {
  top: 0%;
  left: 0;
}
.services-slider .slick-next {
  top: 0%;
  right: 599px;
}
.slick-next:before,
.slick-prev:before {
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(230, 0, 0);
}
.slick-next:before {
  content: "\ea3c";
}
.slick-prev:before {
  content: "\ea40";
}
.slick-prev {
  top: 110%;
  left: 0;
}
.slick-next {
  top: 110%;
  right: 500px;
}
.slick-next,
.slick-prev {
  background: #fdfdfd;
  box-shadow: 0 20px 40px #0000001a;
  border: 2px solid red;
  padding: 10px;
  height: auto;
  width: auto;
  color: rgb(255, 0, 0);
  border-radius: 50%;
}
.footer-dot::before {
  content: ".";
  position: absolute;
  left: -16px;
  bottom: 23px;
  color: red;
  font-size: 70px;
}
.footer-dot-2::before {
  content: ".";
  position: absolute;
  left: -22px;
  bottom: -16px;
  color: red;
  font-size: 70px;
}
.line-hi {
  line-height: 33px;
}
.w-75 {
  width: 75%;
}
.overview-col {
  background: white;
  border-radius: 10px;
  box-shadow: 0px 39px 55px rgb(0 0 0 / 4%);
  transition-duration: 0.3s;
}
.overview-col:hover {
  background: white;
  border-radius: 10px;
  box-shadow: 0px 39px 55px rgb(241 100 72 / 13%);
  transform: translate(0px, -13px);
  color: white;
  transition-duration: 0.3s;
  color: #ef4841;
}
.sec-box-img {
  height: 600px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url("../img/acco-img.jpg");
}
.cta {
  box-shadow: 0px 39px 31px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
}
.modal-header {
  background: #ec1f36;
  border-bottom: unset !important;
  box-shadow: 0px 20px 16px #0000002b;
  z-index: 99999;
}
.modal-body {
  /* background: linear-gradient(to top, #EC1A35, #ef4841); */
  background: #f7f7f7; /* color: black; */
}
.btn-close {
  color: white !important;
}
.modal {
  background: #0000003b;
}
.modal-content {
  box-shadow: 0px 0px 30px #00000029;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  background-color: white;
}
table tr {
  border-bottom: 1px solid #e7e7e7;
}
table th {
  background: #1a2127;
  font-size: 16px;
  color: #ffffff;
  padding: 10px 20px;
  border: 1px solid #ddd;
}
table tr td {
  padding: 5px 20px;
  font-size: 16px;
  color: #6b6b6b;
  border: 1px solid #e8e6e6;
  transition-duration: 0.4s;
}
table tr td .btn {
  display: block;
  margin: auto;
  text-align: center;
  padding: 8px 0px;
  /* display\: ; */
  font-size: 12px;
}
table tr td:hover {
  box-shadow: 0px 5px 6px #ef484117;
  transition-duration: 0.4s;
}
footer .f-24 {
    font-size: 20px;
}
footer h4.f-24 {
    font-size: 17px;
}
footer .last-col p {
    margin-bottom: 10px;
}
footer .last-col .list-unstyled:last-child {
    margin: 0;
}
footer .last-col .list-unstyled {
    margin-bottom: 10px;
}
@media (max-width: 1367px) {
  .banner {
    height: 130vh;
  }
  h1 {
    font-size: 64px;
  }
  h2 {
    font-size: 48px;
  }
  .f-60 {
    font-size: 45px;
  }
  .sec-shape::after {
    left: 75px;
    bottom: -777px;
  }
  .sec-shape::before {
    right: 71px;
    bottom: -442px;
  }
  .slick-next {
    top: 110%;
    right: 79%;
  }
  .w-75 {
    width: 85% !important;
  }
  p {
    font-size: 18px !important;
  }
  h2 {
    font-size: 46px !important;
  }
  .inner-banner {
    height: 105vh;
  }
}
@media (max-width: 1181px) {
  .banner {
    height: 100vh;
  }
}
@media (max-width: 1025px) {
  .w-75 {
    width: 95% !important;
  }
  .banner {
    height: 105vh;
  }
  .f-60 {
    font-size: 33px;
  }
  .inner-banner {
    height: 55vh;
  }
}
@media (max-width: 821px) {
  .banner {
    height: 70vh;
  }
  /* nav ul li:hover .navbar-cust-dropdown-cont {
    transform: translateY(0) !important;
}
.navbar-cust-dropdown-cont {
    position: relative;
    background: none;
    transform: translateY(0) !important;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    display: none;
    height: 100px;
    background: #033e5f;
} */
  .nav-bar {
    position: fixed;
    background: #141414;
    top: 0;
    right: 0;
    z-index: 3;
    box-shadow: -10px 0 16px #11141126;
    height: 100vh;
    transform: translateX(100vw);
    transition-duration: 0.8s;
    color: white;
  }
  .f-46 {
    font-size: 35px;
  }
  .services-anchor {
    pointer-events: none;
  }
  .nav-bar.active {
    transform: translateX(0);
  }
  .service-icon-2 {
    width: 86px;
    height: auto;
  }

  .f-60 {
    font-size: 30px !important;
  }
  .nav-tabs .nav-link {
    padding: 13px 15px;
    font-size: 13px;
  }

  .position-absolute2::after {
    display: none !important;
  }
  .slick-next {
    right: 612px;
  }
  h1 {
    font-size: 50px;
  }
  .banner-hei {
    height: unset !important;
  }
  .banner-img-b::before {
    top: 18px;
    left: 2px;
  }
  .banner-img-b::after {
    top: 80px;
    left: 2px;
  }
  h2 {
    font-size: 39px !important;
  }
  .sec-shape::before {
    display: none !important;
  }
  .sec-shape::after {
    display: none !important;
  }

  .p-55 {
    padding: 25px;
  }
  .banner-text:before {
    left: -3%;
  }
}
@media screen and (max-width: 576px) {
  .btn,
  button {
    width: 100%;
  }
  .f-46 {
    font-size: 36px !important;
  }
  .f-42 {
    font-size: 32px !important;
  }
  .f-30 {
    font-size: 24px !important;
  }
  .f-24 {
    font-size: 16px;
  }
  h1 {
    font-size: 43px !important;
  }
  .slick-next {
    right: 258px;
  }
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    padding: unset !important;
  }

  .banner {
    height: unset;
    padding: 110px 0;
}

  .nav-bar {
    position: fixed;
    background: #141414;
    top: 0;
    right: 0;
    z-index: 3;
    box-shadow: -10px 0 16px #11141126;
    height: 100vh;
    transform: translateX(100vw);
    transition-duration: 0.8s;
    padding: 22px;
    color: white;
  }
  .nav-bar.active {
    transform: translateX(0);
  }
  
  /* New CSS */
  
    section.about-us .satisfied .col-6 {
        width: 100%;
        flex: 0 0 100% !important;
    }
    section.about-us .satisfied .d-flex {
        display: block !important;
        text-align: center;
        margin-bottom: 20px;
    }
    section.about-us .satisfied .d-flex span.float-right.ps-4 {
        padding: 0 !important;
    }
    section.about-us .satisfied .d-flex h2 {
        font-size: 40px !important;
    }
    .list-section .list-unstyled {
        margin-bottom: 0;
    }
    .list-section a.btn {
        margin-top: 30px;
    }
}
@media screen and (max-width: 390px) {
  .inner-banner {
    height: 89vh;
  }
  h3 {
    font-size: 17px !important;
  }
  h3.transform-cta {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 376px) {
  .reviews .slider .slick-list {
    padding: 0 50px 0 0 !important;
  }
  .slick-next {
    right: 0;
  }
}


@media screen and (max-width: 660px) {
    .servicelists .list-unstyled {
        padding-left: 32px;
        margin: 0;
    }
    .servicelists .col-lg-4 {
        padding: 0 !important;
    }
}


@media screen and (min-width: 1367px) {
    .services-slider .service {
        padding: 20px 20px;
        min-height: 420px;
    }
    .services-slider .service p {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 821px) {
    .nav-bar li.dropdown span.label {
        position: absolute;
        right: 0;
        top: 22px;
        transform: translate(0, -50%);
        width: 30px;
        height: 30px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .nav-bar li.dropdown span.label:after {
        content: "\ea3c";
        position: absolute;
        font-size: 14px;
        color: #fff;
        font-weight: 100;
        font-family: icomoon !important;
        transform: rotate(87deg);
    }
    .dropdown-cont {
        position: revert;
    }
    ul.list-unstyled.dropdown-cont {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .inner-banner {
        height: 60vh;
    }
}

.brand-sec {
    padding: 30px 0;
    background: linear-gradient(to top, #ec1a35, #ef4841);
}
.brand-sec .row {
    align-items: center;
}
.brand-sec h3 {
    margin: 0;
    color: #fff;
}
.brand-list .bdBox {
    height: 70px;
    display: flex;
    align-items: center;
    padding: 30px;
}
.brand-list .bdBox img {
    height: 10%;
    object-fit: cover;
}
.brand-list {
    border-left: 1px solid rgb(179 179 179 / 26%);
}
footer a, footer p,footer li {
    font-size: 15px;
}

.servicelists ul.list-unstyled {
    margin-left: 18px;
}

section.counter.bg-gradient.counter-ecommerce {
    background-color: transparent;
    background-image: linear-gradient(281deg, rgb(231 69 59) 0%, rgb(231 69 59) 69%, rgb(145 27 20) 100%) !important;
    padding: 100px 0;
    margin-top: 80px;
}

section.counter.bg-gradient.counter-ecommerce h1 {
    padding-bottom: 50px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 2.5rem;
}

section.counter.bg-gradient.counter-ecommerce .counter {
    color: #fff;
}

section.counter.bg-gradient.counter-ecommerce .counter span.plus {
    font-size: 29px;
    color: #fff;
}

section.counter.bg-gradient.counter-ecommerce .counter  .count-number {
    color: #ffffff;
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0.625rem;
    line-height: 1;
    z-index: 3;
    position: relative;
}
