body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.container {
  max-width: 1140px;
}

figure {
  margin: 0;
  overflow: hidden;
}

a {
  text-decoration: none !important;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  line-height: unset !important;
}

.btn-blue {
  padding: 12px 27px;
  font-size: 16px;
  background: -webkit-linear-gradient(#009aff, #1c287b);
  border-radius: 30px;
  color: white;
  font-weight: 600;
  border: none;
  animation: 1s ease-out infinite pulse;
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 0 rgba(0, 153, 255, 0.205);
  }

  from {
    box-shadow: 0 0 0 14px rgba(0, 153, 255, 0.205);
  }
}
/* header css start */

a.navbar-brand img {
    max-width: 220px;
}

.sticky-nav a.navbar-brand img {
    filter: brightness(0) invert(1);
}

header {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  transition: all ease 0.5s;
  padding: 0px 0;
}

.sticky-nav {
    background: -webkit-linear-gradient(-90deg,rgb(184 0 93/69%) 0,rgb(93 16 13/85%) 100%);
    top: 0;
    position: fixed;
    transition: all ease 0.5s;
}
.menubar {
  position: absolute;
  z-index: 0;
  left: 50px;
  top: 30%;
}

.menubar a img {
  width: 50%;
}
.talltop {
  align-items: center;
  gap: 40px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}

.talltop a {
  color: white;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.talltop a img {
  background: #038aec;
  width: 50px;
  height: 50px;
  padding: 11px;
  border-radius: 60%;
  animation: 0.9s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite shake;
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

.top-sidemenu {
  background: repeating-linear-gradient(
    226deg,
    rgb(0 0 0),
    rgb(0 0 0) 1px,
    rgb(0 0 0) 1px,
    #470416 6px
  );
  width: 22%;
  padding-top: 50px;
  padding-left: 50px;
}

.top-sidemenu .text-reset {
  filter: brightness(0.5) invert(1);
  opacity: 1;
}

.top-sidemenu #offcanvasExample {
  padding: 0 !important;
}

.top-sidemenu .offcanvas-header {
  padding: 0;
  display: unset;
}
.menu-side {
  margin-top: 30px;
}

.dropdown-slides {
  padding-top: 50px;
}

.dropdown-slides li a {
  color: white !important;
  font-weight: 400;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 0;
  background: transparent !important;
}
.dropdown-slides li:hover a i {
  transform: rotate(45deg);
  transition: all ease 0.5s;
}
.dropdown-slides li a i {
  transform: rotate(0deg);
  transition: all ease 0.5s;
}
.dropdown-slides li a:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  background: white;
  height: 2px;
  width: 0;
  transition: all ease 0.5s;
}

.dropdown-slides li a:hover:before {
  width: 100%;
  transition: all ease 0.5s;
}

.dropdown-slides li {
  padding: 8px 0;
  padding-right: 50px;
}
.services-drop {
  position: absolute;
  z-index: 0;
  background: 0 0/4px 4px #250112;
  height: 160px;
  overflow-y: scroll;
  padding: 5px 0;
  transform: translateX(-220px);
  transition: all ease 1s;
}
.dropdown-slides .serivespag:hover .services-drop {
  transform: translateX(0px);
  transition: all ease 1s;
}
.dropdown-slides .serivespag {
  position: relative;
  z-index: 1;
}

.dropdown-slides .serivespag ul li {
  padding: 4px 10px !important;
}
.follow-links {
  padding-top: 60px;
}

.follow-links h4 {
  color: white;
  font-size: 20px;
  font-weight: 500;
}

.follow-links ul {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.438);
  padding-bottom: 16px;
  width: 65%;
}

.follow-links ul li a i {
  color: white;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% 0 50% 50%;
  transition: all ease 1s;
}
.follow-links ul li a i:hover {
  border-radius: 60%;
  transition: all ease 1s;
  transform: translateY(-10px);
  background: white;
  color: black;
}
.follow-links p {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 1px;
  color: white;
  width: 85%;
}

.services-drop::-webkit-scrollbar {
  width: 12px;
}
.services-drop::-webkit-scrollbar-track {
  background-color: black;
}
.services-drop::-webkit-scrollbar-thumb {
  background: linear-gradient(-45deg, #b20158, rgb(105 13 24));
}

/* header css end */

/* home-banner css start */

.home-banner {
  background-image: url(../images/2.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  display: flex;
  align-items: center;
}
.main-carousel {
  padding-top: 50px;
}
.slides-content h5 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 10px;
}

.slides-content h1 {
  font-size: 50px;
  font-weight: 700;
  color: white;
  line-height: 60px !important;
}
.slides-content h1 .gird-span {
  background: -webkit-linear-gradient(#009aff, #1c287b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 67px;
  font-weight: 900;
  text-transform: uppercase;
}
.slides-content p {
  color: white;
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
}
.grid-btn {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.grid-btn a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.red-btn {
  clip-path: polygon(
    0 0,
    90% 0%,
    100% 30%,
    100% 100%,
    80% 100%,
    10% 100%,
    0% 80%,
    0% 10%
  );
  transition: transform 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  background: #FFE482;
  padding: 15px 35px;
  color: #000000 !important;
}
.blue-curv {
  clip-path: polygon(
    0 0,
    90% 0%,
    100% 30%,
    100% 100%,
    80% 100%,
    10% 100%,
    0% 80%,
    0% 10%
  );
  transition: transform 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  background: -webkit-linear-gradient(#009aff, #1c287b);
  color: wheat;
  padding: 15px 35px;
  color: white !important;
}

.red-btn:hover {
  transition: transform 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  background: -webkit-linear-gradient(#009aff, #1c287b);
  clip-path: polygon(
    10% 0%,
    80% 0%,
    100% 0,
    100% 80%,
    90% 100%,
    20% 100%,
    0 100%,
    0% 20%
  );
  color: white!important;
}

.blue-curv:hover {
  transition: transform 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  background: #FFE482;
  clip-path: polygon(10% 0%,80% 0%,100% 0,100% 80%,90% 100%,20% 100%,0 100%,0% 20%);
  color: black!important;
}

.side-img-slides {
  animation: 2s ease-out infinite banner-img;
}

@keyframes banner-img {
  50% {
    transform: translateY(-10px) scale(1.065);
  }

  0% {
    transform: translateY(0) scale(1);
  }
}

/* home-banner css end */

/* slides-images css start */

.slides-images {
  background: #f3f3f3;
}

.main-upper-slides .swiper {
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
}
.main-upper-slides .swiper .swiper-slide {
  display: flex;
  align-items: center;
}

/* slides-images css end */

/* how-we-do css start */

.how-we-do {
  padding: 50px 0;
}

.grow-buisness h2 {
  font-size: 40px;
  font-weight: 700;
  color: black;
  line-height: 45px !important;
}

.grow-buisness p {
  color: black;
  font-weight: 400;
  font-size: 16px;
}
.mobile-app {
  padding-left: 300px;
  padding-top: 60px;
}
.back-google {
  background-image: url(../images/15.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 420px;
  padding: 2.5rem 3rem 0;
  position: relative;
}

.back-google h4 {
  font-weight: 700;
  font-size: 30px;
  color: white;
}

.back-google p {
  color: white;
  font-weight: 400;
  font-size: 16px;
  margin-top: 1.5rem;
}
.back-google img {
  position: absolute;
  z-index: 5;
  left: 50%;
  transform: translate(-50%) scale(1);
  bottom: -20px;
  object-fit: contain;
  transition: 0.2s linear;
}
.mobile-app .mySwiper2 {
  padding-bottom: 100px;
}
.design-google img {
  bottom: -70px;
}

/* how-we-do css end */

/* mobile-sec css start */

.mobile-growth h2 {
  font-weight: 800;
  font-size: 40px;
  color: #333;
  line-height: 45px !important;
}

.mobile-growth p {
  font-weight: 600;
  font-size: 20px;
  margin-top: 20px;
}

.mobile-sec {
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.mobile-sec:after {
  content: "MOBILE";
  font-size: 500px;
  font-weight: 900;
  color: #efefef;
  font-family: Oswald, sans-serif;
  position: absolute;
  top: -150px;
  letter-spacing: -50px;
  right: -10px;
  z-index: -11;
}

.mobile-slides {
  position: relative;
  z-index: 0;
}

.mobile-slides:before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 290px;
  height: 548px;
  background: url(../images/19.webp) 0 0 / contain no-repeat;
  top: -15px;
  left: -18px;
}
.back-cover-mob figure img {
  width: 85% !important;
  margin-left: 22px;
  margin-top: 1px;
}

.back-cover-mob {
  text-align: center;
}
/* mobile-sec css end */

/* tabs-portfolio css start */

.tabs-portfolio {
  padding: 80px 0 100px;
  position: relative;
  z-index: 0;
}
.tabs-portfolio:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  height: 80%;
  width: 100%;
  background: url(../images/20.1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.notch-portfolio h2 {
  text-align: center;
  color: white;
  font-weight: 800;
  font-size: 40px;
}

.main-tabs {
  padding-top: 50px;
  padding-bottom: 20px;
}
.main-tabs .nav-tabs {
  justify-content: space-evenly;
  gap: 100px;
  border: none;
  padding-bottom: 30px;
}
.main-tabs .nav-link.active {
  clip-path: polygon(
    0 0,
    90% 0%,
    100% 30%,
    100% 100%,
    80% 100%,
    10% 100%,
    0% 80%,
    0% 10%
  );
  background: -webkit-linear-gradient(#009aff, #1c287b);
  padding: 15px 55px;
  border: none;
}

.main-tabs .nav-link {
  color: white !important;
}

.main-tabs .tab-content {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}

.main-tabs .tab-content .tab-pane .tabs-img {
  margin: 0 10px;
}
.first-tabs {
  margin-top: 30px;
}

/* tabs-portfolio css end */

/* revamping-off css start */

.revamping-off {
  background: url(../images/54.1.png) 0 0 / contain no-repeat;
  background-position-x: right;
  padding: 70px 0;
  position: relative;
  z-index: 0;
  margin-top: 100px;
}

.revamping-off:before {
  position: absolute;
  z-index: 0;
  content: "";
  left: 0;
  top: -70px;
  width: 520px;
  height: 415px;
  background: url(../images/53.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.take-brand h2 {
  font-size: 40px;
  font-weight: 800;
  color: white;
  line-height: 45px !important;
  margin-bottom: 70px;
}
/* revamping-off css end */

/* have-to-offer  css start */

.have-to-offer {
  padding: 150px 50px;
}

.offer-what {
  text-align: center;
}

.offer-what h2 {
  font-weight: 800;
  color: #212529;
  font-size: 40px;
  margin-bottom: 10px;
}

.offer-what p {
  font-size: 16px;
  font-weight: 400;
  margin: auto;
  width: 83%;
}
.main-unique {
  padding: 2rem;
  transform: translateY(0);
  transition: 0.2s linear;
}
.unique-design h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.unique-design {
  padding: 20px 0;
}

.unique-design p {
  font-size: 16px;
  font-weight: 400;
}
.main-unique:hover {
  animation: 1s ease-out infinite sec7-item;
}

@keyframes sec7-item {
  50% {
    transform: translateY(-5px) scale(1.005);
    background-color: #e9e9e980;
    box-shadow: 13px 15px 1px 2px rgb(0 0 0 / 23%);
  }

  0% {
    transform: translateY(0) scale(1);
  }
}
/* have-to-offer  css end */

/* packages-prices  css start */

.packages-prices {
  background-image: url(../images/59.1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.basic-rates {
  background-image: url(../images/60.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem 1rem 11rem;
  position: relative;
  border-radius: 15px;
}

.basic-rates:before {
  content: "";
  width: 330px;
  height: 210px;
  background: url(../images/61.webp) 0 0 / contain no-repeat;
  position: absolute;
  left: -30px;
  bottom: -20px;
  z-index: 1;
  animation: 1s ease-out infinite banner-img;
}
@keyframes banner-img {
  50% {
    transform: translateY(-10px) scale(1.065);
  }

  0% {
    transform: translateY(0) scale(1);
  }
}

.basic-rates h5 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.basic-rates p {
  color: #fff;
  margin: 2rem 0;
  font-weight: 200;
  font-size: 13px;
}

.points-pack {
  background-image: url(../images/62.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem;
  border-radius: 15px;
}

.points-pack h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.points-pack ul {
  margin-top: 2rem;
  overflow-y: scroll;
  height: 250px;
}
.points-pack ul li {
  margin-bottom: 12px;
  padding-left: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.points-pack ul li .fa-check {
  font-size: 15px;
  background-color: #00d11e;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60%;
  color: white;
}

.points-pack ul .disabled {
  color: rgba(255, 255, 255, 0.102) !important;
}
.points-pack ul li .fa-xmark {
  font-size: 15px;
  background-color: red;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60%;
  color: white;
}
.plane-out .nav-link {
  padding: 20px !important;
  border-radius: 8px;
  border: 2px solid transparent !important;
  background: #01022a !important;
  display: flex;
  color: #fff !important;
  justify-content: space-between;
  align-items: center;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
  width: 100%;
}

.plane-out .nav-tabs {
  display: block;
}

.plane-out .nav-link.active {
  border: 2px solid #d80469 !important;
  background-image: -webkit-linear-gradient(
    -90deg,
    #b8005d 0,
    #5d100d 100%
  ) !important;
  clip-path: unset;
  padding: 0;
}
.plane-out .nav-link span {
  font-size: 17px;
}
.rs-pack {
  margin: 0;
  background-color: #810000;
  padding: 20px;
  border-radius: 8px;
  border: 2px solid transparent;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.points-pack ul::-webkit-scrollbar {
  width: 12px;
}
.points-pack ul::-webkit-scrollbar-track {
  background-color: black;
}
.points-pack ul::-webkit-scrollbar-thumb {
  background: linear-gradient(-45deg, #b20158, rgb(105 13 24));
}
.kickrates:before {
  background-image: url(../images/6.webp);
}
.can-basic:before {
  background-image: url(../images/63.webp);
}
.can-plan:before {
  background-image: url(../images/64.webp);
}
.can-stationary:before {
  background-image: url(../images/65.webp);
}
/* packages-prices  css end */

/* four-client  css start */

.four-client {
  padding: 60px 0;
}

.main-client {
  margin-top: 50px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.main-client .side-bar-client {
  background: -webkit-linear-gradient(#009aff, #1c287b);
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 1rem;
  position: absolute;
  z-index: 1;
  top: 0;
  color: #fff;
  gap: 30px;
  transition: transform 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.client-img {
  overflow: hidden;
}
.left-slides .side-bar-client {
  transform: translateX(-98%);
}
.top-slides .side-bar-client {
  transform: translateY(-98%);
}
.bottom-slides .side-bar-client {
  transform: translateY(98%);
}
.right-slides .side-bar-client {
  transform: translateX(98%);
}
.left-slides:hover .side-bar-client {
  transform: translateX(0%);
}
.top-slides:hover .side-bar-client {
  transform: translateY(0%);
}
.bottom-slides:hover .side-bar-client {
  transform: translateY(0%);
}
.right-slides:hover .side-bar-client {
  transform: translateX(0%);
}

.main-client:hover .client-img img {
  filter: grayscale(1);
  transform: scale(1.065);
}
/* four-client  css end */

/* footer css start */

footer {
  padding: 80px 0 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
footer::before {
  /* content: ""; */
  /* width: 1650px; */
  height: 550px;
  /* background: url(../images/73.webp) 0 0 / contain no-repeat; */
  position: absolute;
  top: 0;
  left: 60%;
  transform: translateX(-50%);
  z-index: -1;
}

.footer-side-form {
  padding: 50px 50px 10px 35px;
  background: url(../images/71.webp) right/cover no-repeat;
  position: relative;
  z-index: 0;
}
.footer-side-form::before {
  content: "";
  width: 139px;
  height: 150px;
  background: url(../images/72.webp) 0 0 / contain;
  position: absolute;
  top: -40px;
  left: 40%;
  transform: translateX(-50%);
}
.footer-side-form h5 {
  font-size: 35px;
  font-weight: 900;
  color: #fff;
  margin-top: 80px;
}
.footer-side-form p {
  color: #fff;
  margin: 30px 0 10px;
  font-weight: 200;
}

.footer-side-form .form-control {
  padding: 5px 0 10px;
  background: 0 0;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  outline: 0;
  margin-bottom: 45px;
  border-radius: 0;
}
.footer-side-form .form-control::placeholder {
  color: white;
}
.social-links h4 {
  font-size: 28px;
  font-weight: 800;
  color: #1c287b;
  animation: 0.2s linear infinite ft_icon;
  margin-bottom: 20px;
}

.social-links ul li {
  margin-bottom: 16px;
}

.social-links ul {
  padding-bottom: 2rem;
  border-bottom: 2px solid #f3f3f3;
}

.social-links ul li a {
  color: #000;
  font-weight: 600;
  display: flex;
  align-items: baseline;
  transition: 0.4s linear;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.social-links .threeul {
  column-count: 3;
}
.main-wb {
  display: flex;
  align-items: center;
  gap: 90px;
  margin: 30px 0;
}

.web-b p {
  width: 80%;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  display: flex;
  gap: 8px;
}

.web-b a {
  color: #000;
  font-weight: 500;
}
.pay-pal-main {
  padding-bottom: 40px;
}
.social-links ul li a i {
  color: #1c287b;
  /* animation: 0.6s linear infinite fticon; */
}
@keyframes fticon {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(5px);
  }
}

/* footer css end */

/* modal css start */

.modal-main .modal-dialog {
  width: 450px;
  border-radius: 23px;
  padding: 30px;
  border-bottom: 5px solid #b8005d;
  background: #fff;
  position: absolute;
  top: 10%;
  left: 35%;
  transform: translate(-50%, -50%);
  border: none;
}

.input-i {
  position: relative;
  z-index: 0;
}

.input-i i {
  position: absolute;
  z-index: 0;
  left: 12px;
  top: 15px;
  color: #b8005d;
}
.main-modal h5 {
  font-size: 40px;
  color: #b8005d;
  font-weight: 900;
  padding-left: 15px;
  border-left: 6px solid #b8005d;
  margin-bottom: 12px;
  line-height: 35px !important;
}

.main-modal p {
  line-height: 19px;
  font-size: 14px;
  margin-bottom: 12px;
}

.modal-form .form-control {
  background: #fff;
  border: 2px solid #dedede;
  padding: 10px 10px 10px 34px;
  width: 100%;
  border-radius: 6px;
  font-size: 14px;
  color: #000;
  box-shadow: none !important;
  outline: 0 !important;
  margin-bottom: 20px;
}
.modal-header {
  border: none;
  padding: 0;
}

.modal-content {
  border: none;
}

.modal-body {
  padding: 0;
}

.modal-form .blue-curv {
  background: -webkit-linear-gradient(-90deg, #b8005d 0, #5d100d 100%);
  color: #fff;
  font-size: 18px;
  border: 2px solid;
  text-transform: uppercase;
  font-weight: 600;
  padding: 9px 10px;
  letter-spacing: 1px;
  outline: 0;
  border-radius: 50px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  display: block;
  width: 100%;
  transition: 0.1s linear;
  clip-path: unset;
  margin-top: 20px;
}

.modal-main .btn-close {
  position: absolute;
  width: 34px;
  height: 34px;
  padding: 0;
  margin: 0;
  border: 3px solid #b8005d;
  border-radius: 72px;
  background: #fff;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  box-shadow: #000 0 0 10px;
  right: -44px;
  top: -44px;
  overflow: visible;
  outline: 0 !important;
  color: black;
  opacity: 1;
  font-size: 20px;
}
/* modal css end */

/* scrollbar css start */

::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background-color: black;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(-45deg, #b20158, rgb(105 13 24));
}

/* scrollbar css end */

.rs-pack p {
    color: white;
}
.side-bar-client h4 {
    color: white;
}

.side-bar-client p {
    color: white;
}

.side-bar-client h6 {
    color: white;
}
header.main-header {
    background: white;
}