html {
  scroll-behavior: smooth;
  overflow-x:hidden;
}

body {
  position: relative;
  font-family: "AvertaStd";
  background: #fff;
  overflow-x: hidden;
  z-index: 1;
}

.container {
  max-width: 1600px;
}

:root {
  --montserrat: "Montserrat", sans-serif;
  --poppins: "Poppins", sans-serif;
  --heading-color: #ffffff;
  --gary-color: #727272;
  --lightgary-color: #b2b9bd;
}

@font-face {
  font-family: "AvertaStd";
  src: url("../fonts/AvertaStd-Regular.eot");
  src: url("../fonts/AvertaStd-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AvertaStd-Regular.woff2") format("woff2"),
    url("../fonts/AvertaStd-Regular.woff") format("woff"),
    url("../fonts/AvertaStd-Regular.ttf") format("truetype"),
    url("../fonts/AvertaStd-Regular.svg#AvertaStd-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

p {
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  color: #5e5e5e;
  font-family: "AvertaStd";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

img {
  transition: 0.3s ease-in-out;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* menu css start  */

.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -100%;
  overflow-x: hidden;
  transition: 0.5s;
  background: linear-gradient(to left, #a12c91 85%, #6f3567 50%);
}

.menuList {
  display: flex;
  justify-content: center;
  border-left: 2px solid #fff;
  height: 100%;
  padding: 5rem 0 6rem;
  position: relative;
}

.menuList ul li a {
  font-size: 4.375rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}

.menuList ul li a i {
  font-size: 24px;
  vertical-align: middle;
  transform: translateX(0);
  transition: all 0.5s ease;
  opacity: 0;
}

.menuList ul li span {
  margin-left: 0;
  color: #d3d3d3;
  font-size: 1.25rem;
}

.menuList ul li+li {
  margin-top: 65px;
}

.servMenuList,
.workMenuList {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  background-color: #6e3165;
}

.servMenuList ul,
.workMenuList ul {
  height: 100%;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.workMenuList li a,
.servMenuList li a {
  font-size: 3.125rem !important;
}

.workMenuList li a:hover,
.servMenuList li a:hover {
  color: #a23694;
}

.backWorkMenu,
.backservMenu {
  border-radius: 50%;
  color: var(--heading-color) !important;
  background-color: #a23694 !important;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}

.tp-widget-wrapper {
    text-align: left!important;
}

.workMenuList li a.backWorkMenu i,
.servMenuList li a.backservMenu i {
  transform: none !important;
  opacity: 1 !important;
}

.workMenuList li a.backWorkMenu:hover,
.servMenuList li a.backservMenu:hover {
  background-color: #0000ed;
  color: #a23694;
}

/*.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}*/
.overlay-content {
  height: 100%;
}

.menuContent {
  padding: 5rem 0 0 1.6rem;
}

.menuContent h2 {
  font-size: 2.1875rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.menuContent h3 {
  font-size: 1.5625rem;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.menuContent p {
  color: #d3d3d3;
  font-size: 1.0625rem;
  line-height: 35px;
  margin: 0 0 25px;
}

.menuCal h4 {
  color: #012964;
  font-size: 1.25rem;
  margin: 30px 0 0;
}

.menuCal a {
  color: #ffffff;
  font-size: 1.25rem;
  display: inline-block;
  margin-bottom: 0;
}

.menuContent ul {
  display: flex;
  align-items: center;
  margin-left: 10px;
  margin-top: 30px;
}

.menuContent ul li a {
  border-width: 2px;
  border-color: rgb(36, 87, 162);
  border-style: solid;
  border-radius: 50%;
  background-color: rgb(1, 41, 100);
  width: 57px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -5px;
}

/*.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}*/

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 0;
  right: 35px;
  font-size: 50px;
  z-index: 11;
  color: #ffffff;
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.mainMenu span {
  position: relative;
  cursor: pointer;
  display: table;
  margin-left: auto;
}

.mainMenu span .line {
  transition: all 0.1s ease-in-out;
  display: inline-block;
  position: relative;
  height: 4px;
  width: 35px;
  border-radius: 1px;
  background: #fff;
  vertical-align: middle;
  border-radius: 20px;
}

.mainMenu span .line:before {
  display: inline-block;
  position: absolute;
  content: "";
  height: 4px;
  border-radius: 1px;
  background: #fff;
  transition: all 200ms;
  width: 35px;
  right: 0;
  border-radius: 20px;
  top: -15px;
}

.mainMenu span .line:after {
  display: inline-block;
  position: absolute;
  content: "";
  height: 4px;
  border-radius: 1px;
  background: #fff;
  transition: all 200ms;
  width: 35px;
  right: 0;
  border-radius: 20px;
  bottom: -15px;
}

.mainMenu span i {
  color: #fff;
  font-size: 25px;
}

/* menu css end  */

.main-slider {
  background: url(../images/slidebg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 14% 0;
  position: relative;
  z-index: 9;
  transition: all 0.3s ease-in-out;
  zoom: 0.9;
  min-height: 100vh;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 10;
  padding: 0 30px;
  transition: 0.3s;
  padding: 20px 20px;
}
.main-slider .carousel-caption {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.slideContent {
  text-align: center;
  position: relative;
  z-index: 9;
}

.slideContent h2 {
  font-size: 2.5rem;
  color: var(--heading-color);
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
}

.slideContent img {
  display: block;
  margin: auto;
  height: 469px;
  padding: 20px 0;
}

.slideContent a {
  font-size: 1rem;
  color: var(--heading-color);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  border-bottom: 1px solid;
  display: inline-block;
  position: relative;
  top: 10px;
}
.brandLogo ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
  gap: 40px;
}
.brandLogo ul li a {
  background-color: rgb(255, 255, 255);
  width: 204px;
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.multiLogo {
  background-color: #f9f9f9;
  padding: 60px 0;
}

.brandLogo ul li a:hover {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 12px 88.2px 9.8px rgba(197, 197, 197, 0.23);
}

.circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  text-align: center;
}
.circle svg circle {
  width: 800px;
  height: 800px;
}

.fillPath {
  stroke-dasharray: 2110;
  stroke-dashoffset: -2180;
}

image.lineOne {
  x: 595;
  y: 70;
}

image.lineTwo {
  y: 493;
  x: 377;
}

image.lineThree {
  y: 500;
  x: 17;
}

image.lineFour {
  x: -3;
  y: 74;
}
image.lineFive {
  x: 150;
  y: -1;
}
.circle svg image {
  display: none;
}
.circle svg image.lineOne {
  display: block;
}

/*.circle svg {
    width: 100%;
    height: 100%;
}*/

.swiper-container.mySwiper {
  overflow: unset !important;
  position: relative;
}
.mySwiper .swiper-pagination {
  width: 800px !important;
  height: 680px;
  margin: auto;
  left: 50% !important;
  transform: translateX(-50%) !important;
  /*z-index: 9999999 !important;*/
}

.mySwiper .swiper-pagination .swiper-pagination-bullet {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  /* background-color: #dd9619; */
  border: 1px solid #fff;
  /* pointer-events: none; */
  opacity: 1;
}
.mySwiper .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
  right: 164px;
  top: 79px;
}
.mySwiper .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
  right: 27px;
  bottom: 145px;
}
.mySwiper .swiper-pagination .swiper-pagination-bullet:nth-child(3) {
  bottom: -105px;
  left: 0;
  right: 0;
  margin: auto !important;
  text-align: center;
}
.mySwiper .swiper-pagination .swiper-pagination-bullet:nth-child(4) {
  left: 26px;
  bottom: 148px;
}
.mySwiper .swiper-pagination .swiper-pagination-bullet:nth-child(5) {
  left: 150px;
  top: 90px;
}

.mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

/*  */



.hero-banner {
  height: 100vh;
  min-height: 1000px;
  padding: 14% 0;
  position: relative;
  background: rgb(0 0 0 / 20%);
  display: flex;
  align-items: center;
}

.main-progress {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  aspect-ratio: 1;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25) inset;
  z-index: 3;
}

.main-progress svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.main-progress svg rect {
  width: 100%;
  height: 100%;
  stroke: white;
  stroke-width: 7px;
}


.swiper-container.mySwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}



/*  */

.subHeading {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #5e5e5e;
  font-weight: 600;
  letter-spacing: 4px;
  display: flex;
  align-items: center;
}

.subHeading span {
  width: 49px;
  height: 1px;
  background-color: #5e5e5e;
  margin-right: 10px;
}

.mainHeading {
  font-size: 3.125rem;
  color: #00051d;
  font-weight: bold;
}


.projectBtn {
  text-align: right;
  margin-right: 0;
}

.themeBtn {
  background-color: rgb(0 0 0);
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
  padding: 0.25em 0.5em 0.25em 1.5em;
  border-radius: 50px;
  font-size: 1.125rem;
  color: #fff;
  font-family: "AvertaStd";
  position: relative;
}

.themeBtn i {
  border-radius: 50%;
  background-color: rrgb(161 44 145);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  animation: none !important;
  -webkit-animation: none !important;
}

.themeBtn:hover {
  color: #fff;
  background-color: #000;
}

.themeBtn:hover i {
  /* transform: translateX(25px); */
  color: #fff;
  animation: move 0.9s infinite alternate !important;
  -webkit-animation: move 0.9s infinite alternate !important;
}

.srvcBox a {
  font-size: 1.5625rem;
  color: #00051d;
  font-weight: 600;
}

.srvcBox a span {
  display: inline-block;
  margin-left: 20px;
  text-transform: capitalize;
}

.srvcBoxtwo a {
  font-size: 1.125rem;
}

/*.srvcBoxtwo {
  margin-top: 1.5rem;
}*/
.srvcBox:hover {
  transform: scale(1.05);
}

.srvcBox {
  transition: all 0.5s ease;
}

.servcSec {
  padding: 7rem 0;
}

.workTab {
  text-align: center;
  padding-bottom: 4.5rem;
}

.workTab .subHeading {
  justify-content: center;
  letter-spacing: 1px;
}

.workTab .subHeading span {
  margin: 0 8px 0 -20px;
}

.workTab .nav-tabs {
  border-bottom: none;
  justify-content: center;
  background-color: #ebebeb;
  display: inline-flex;
  border-radius: 50px;
}

.workTab .nav-tabs .nav-item {
  margin-bottom: 0;
}

.workTab .nav-tabs .nav-item .nav-link {
  all: unset;
  background-color: #ebebeb;
  font-size: 1rem;
  color: #00051d;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  padding: 1.13em 2.3em;
  border-radius: 50px;
  cursor: pointer;
}

.workTab .mainHeading {
  margin: 0 0 25px;
}

.workTab .nav-tabs .nav-item .nav-link.active {
  background-color: #1ea1f7;
  color: #fff;
}

.srvcBox a figure {
  position: relative;
  overflow: hidden;
}

.srvcBox a figure::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.srvcBox:hover a figure::before {
  -webkit-animation: circle 0.85s;
  animation: circle 0.85s;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.srvcBox figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}

.srvcBox:hover figure img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.wrkImg {
  transform: scale(1);
  transition: all 0.5s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border: 1px solid #cccccc6b;
  margin-bottom: 1rem;
}

.hovereffects-det {
  background: rgb(146 227 96 / 83%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 5;
  transition: 0.6s;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  opacity: 0;
}

.flavour {
  background: rgb(78 23 1 / 25%);
}

.Elevated {
  background: rgb(240 139 51 / 70%);
}

.Catalyst {
  background: rgb(251 1 2 / 60%);
}

.Eniris {
  background: rgb(136 29 45 / 50%);
}

.Digital {
  background: rgb(0 163 68 / 70%);
}

.btnstyles-nn {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.btnstyles-nn a {
  color: #fff;
  border-radius: 50%;
  font-size: 0.5rem;
  font-weight: 500;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #1ea1f7;
}

.btnstyles-nn a i {
  margin: 0 5px;
  font-size: 1.5rem;
}

.wrkImg:hover .hovereffects-det {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.wrkImg figure img {
  height: 364px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.wrkImg figure {
  margin: 0;
}

.viewBtn {
  text-align: center;
  margin: 3rem 0 0;
  position: absolute;
  left: 0;
  right: 0;
}

.workSec {
  background-color: #f9fafc;
  padding: 5rem 0;
}

.swiper-pagination .swiper-pagination-bullet {
  background: white;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active~.swiper-pagination-bullet {
  background: transparent;
}

.testimonialHead {
  text-align: center;
  padding-bottom: 2rem;
}

.testimonialSec {
  padding: 6rem 0;
}

.testimonialHead span {
  display: block;
  margin: 1.3rem 0 0.5rem;
}

.testimonialHead span i {
  color: #fdb620;
}

.testimonialHead p {
  font-size: 1.1875rem;
  line-height: 29px;
  padding: 0 10px;
}

.reviewBox {
  border-width: 1px;
  border-color: rgb(222, 226, 230);
  border-style: solid;
  border-radius: 7px;
  padding: 50px 20px;
  height: 490px;
  overflow: auto;
}

.reviewBox ul li {
  display: flex;
  align-items: center;
}

.reviewBox ul li h2 {
  color: #2d2e37;
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 0 25px;
}

.reviewBox p {
  font-style: italic;
  line-height: 28px;
  margin: 0;
}

.reviewBox ul {
  margin: 0 0 35px;
}

.reviewBox ul li figure {
  margin: 0;
  position: relative;
}

.reviewBox ul li figure:before {
  content: "";
  position: absolute;
  left: -4px;
  right: 0;
  bottom: -10px;
  border-radius: 50%;
  box-shadow: 0px 21px 20px 0px rgba(45, 46, 55, 0.19);
  width: 110px;
  height: 110px;
}

.testimonialSlider .slick-slide.slick-current.slick-active.slick-center .reviewBox {
  min-height: 530px;
  box-shadow: 0px 29px 38px 0px rgb(144 144 144 / 30%);
  border-radius: 7px;
}

.testimonialSlider .slick-track {
  padding: 0 0 0;
  min-height: 600px;
}

.testimonialSlider .slick-prev {
  font-size: 1.5rem;
  color: #848484;
  display: flex;
  align-items: center;
  flex-flow: row-reverse;
  gap: 10px;
  left: -3rem;
}

.testimonialSlider .slick-prev:before {
  content: "PREV";
  font-size: 12px;
  color: #000;
  font-family: "AvertaStd";
  font-weight: 500;
}

.testimonialSlider .slick-next {
  font-size: 1.5rem;
  color: #848484;
  display: flex;
  align-items: center;
  gap: 10px;
  right: -3rem;
}

.testimonialSlider .slick-next:before {
  content: "NEXT";
  font-size: 12px;
  color: #000;
  font-family: "AvertaStd";
  font-weight: 500;
}

.slick-dots li button {
  width: 5px;
  height: 5px;
  border: 2px solid #d0d2de;
  border-radius: 50px;
}

.slick-dots li.slick-active button {
  background-color: #a12c91;
  border: 2px solid #a12c91;
}

.slick-dots li button:before {
  content: "";
}

.getEstimate {
  background-color: #703869;
  padding: 4rem 0;
}

.getEstimate ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.getEstimate ul li .subHeading {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 0;
}

.getEstimate ul li h3 {
  font-size: 2.25rem;
  font-weight: 500;
  margin: 0;
  color: #fff;
}

.getEstimate ul li a i {
  color: #fff;
  font-size: 38px;
}

.getEstimate ul li .subHeading span {
  background-color: #fff;
}

.getIntouch {
  background-color: #ffffff;
  padding: 7rem 0;
}

.getIntouch .subHeading {
  color: #000;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 0 0 10px;
}

.getIntouch .subHeading span {
  display: none;
}

.getIntouch .mainHeading {
  color: #000;
  font-size: 3.125rem;
}

.getIntouch .srvcHead {
  padding-bottom: 4rem;
}

.getForm {}

.getForm label {
  display: block;
  font-size: 0.875rem;
  color: #000;
  font-family: "AvertaStd";
  font-weight: 500;
  margin: 0 0 0.6rem;
}

.getForm input {
  width: 100%;
  border: 0;
  background-color: transparent;
  border-bottom: 2px solid #33516d;
  font-size: 0.875rem;
  color: #000;
  font-family: "AvertaStd";
  padding: 0 0 15px;
  margin-bottom: 25px;
  outline-color: transparent;
}

.getForm textarea {
  width: 100%;
  height: 110px;
  border: 0;
  background-color: transparent;
  border-bottom: 2px solid #33516d;
  font-size: 0.875rem;
  color: #000;
  font-family: "AvertaStd";
  padding: 0 0 15px;
  margin-bottom: 45px;
  outline-color: transparent;
}

.getForm .themeBtn {
  background-color: #000000;
  border: 0;
}

.getForm .themeBtn i {
  background-color: #a23694;
  right: 10px;
}

.getForm .themeBtn:hover {
  background-color: #6f3567;
}

.getForm input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #536c84;
}

.getForm input::-moz-placeholder {
  /* Firefox 19+ */
  color: #536c84;
}

.getForm input:-ms-input-placeholder {
  /* IE 10+ */
  color: #536c84;
}

.getForm input:-moz-placeholder {
  /* Firefox 18- */
  color: #536c84;
}

.getForm textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #536c84;
}

.getForm textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #536c84;
}

.getForm textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #536c84;
}

.getForm textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #536c84;
}

footer {
  padding-top: 100px;
}

.ftrList ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #5e5e5e;
  line-height: 1;
  text-align: left;
  display: inline-block;
  margin-bottom: 35px;
}

.ftrSocial a,
.ftrLogo a {
  font-size: 1rem;
  font-weight: 600;
  line-height: 25px;
  color: #5e5e5e;
  display: block;
  font-family: "AvertaStd";
  margin-bottom: 30px;
}

.ftrSocial a:hover,
.ftrLogo a:hover {
  text-decoration: underline !important;
}

.ftrLogo p {
  margin: 55px 0 0 0;
}

.ftrSocial ul {
  display: flex;
  align-items: center;
  gap: 0 1.5rem;
}

.ftrSocial ul li a {
  color: #5d5d5d;
  font-size: 18px;
}

.copyRight {
  border-top: 1px solid rgb(202, 202, 202);
  padding: 15px 0;
  align-items: center;
  margin-top: 40px;
}

.copyRight p {
  margin-bottom: 0;
}

.copyRight ul {
  display: flex;
  gap: 0 1.5rem;
}

.copyRight ul li a {
  font-size: 15px;
  font-family: "AvertaStd";
  color: #5e5e5e;
  line-height: 3.333;
  text-align: left;
  font-weight: 600;
}

.getForm .themeBtn:hover i {
  background-color: #000000;
}

.brandLogo ul li a img {
  filter: grayscale(100%);
}

.brandLogo ul li a:hover img {
  filter: grayscale(0%);
}

.bounce-element {
  animation: bounce 0.9s infinite alternate;
  -webkit-animation: bounce 0.9s infinite alternate;
}

@keyframes bounce {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-15px);
  }
}

@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-15px);
  }
}

.bounce2 {
  animation: move 0.9s infinite alternate;
  -webkit-animation: move 0.9s infinite alternate;
}

@keyframes move {
  from {
    transform: translateX(5px);
  }

  to {
    transform: translateX(-5px);
  }
}

@-webkit-keyframes bounce {
  from {
    transform: translateX(0px);
  }

  to {
    transform: translateX(-5px);
  }
}

.ftrList ul li a:hover,
.ftrSocial ul li a:hover,
.copyRight ul li a:hover,
.ftrSocial a:hover {
  color: #000000;
}

.btnstyles-nn h2 {
  font-size: 1.4375rem;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 4px #2b2b2b;
  margin: 0;
  text-transform: uppercase;
}

.btnstyles-nn p {
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 0 5rem;
  margin: 1rem 0;
  text-shadow: 0 0 4px #000000;
}

header.wow.fadeInDown.sticky {
  background-color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 15px 20px;
  box-shadow: 0 0 11px #000;
}

header.wow.fadeInDown.sticky .mainMenu span i {
  color: #000;
}

.brandLogo ul li:nth-child(1) a:hover {
  box-shadow: 0px 0px 7px 0px #00900052;
}

.brandLogo ul li:nth-child(2) a:hover {
  box-shadow: 0px 0px 7px 0px rgb(71 175 9 / 30%);
}

.brandLogo ul li:nth-child(3) a:hover {
  box-shadow: 0px 0 9px 0px #eb5c004a;
}

.brandLogo ul li:nth-child(4) a:hover {
  box-shadow: 0px 0px 7px 0px #007a705c;
}

.brandLogo ul li:nth-child(5) a:hover {
  box-shadow: 0px 0 9px 0px #f5caba;
}

.brandLogo ul li:nth-child(6) a:hover {
  box-shadow: 0px 0px 7px 0px #00ff7254;
}

.showOne {
  display: none;
}

header.wow.fadeInDown.sticky .showtwo {
  display: none;
}

header.wow.fadeInDown.sticky .showOne {
  display: block;
}

header.wow.fadeInDown.sticky .showOne img {
  width: 190px;
}

.alert-success {
  text-align: center;
  margin: 20px 0 0;
}

.mainMenu span:hover .line {
  width: 41px;
}

header.wow.fadeInDown.sticky .mainMenu span .line,
header.wow.fadeInDown.sticky .mainMenu span .line:before,
header.wow.fadeInDown.sticky .mainMenu span .line:after {
  background-color: #000;
}

.reviewBox ul li figure img {
  border-radius: 50%;
}

.reviewBox::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.reviewBox::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.reviewBox::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.reviewBox::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.logoDesign .wrkImg figure img {
  height: auto;
}

.logoDesign .hovereffects-det {
  background-color: rgb(0 0 0 / 52%);
}

.an-svg-lines path {
  fill: none;
  stroke: red;
  stroke-dasharray: 1000;
  stroke-dashoffset: -1000px;
  transition: 1s;
}

.an-svg-lines path.active {
  stroke-dashoffset: 0px;
}

.an-svg-lines path {
  fill: none;
  stroke: white;
  stroke-dasharray: 1000;
  stroke-dashoffset: -1000px;
  transition: 1s;
  stroke-width: 4px;
}

.an-svg-lines path.active {
  stroke-dashoffset: 0px;
}

.an-svg-lines {
  position: absolute;
  top: -5px;
  left: 18px;
  width: 765px;
  height: 769px;
}

.circle .an-svg-lines1 path {
  fill: none;
  stroke-width: 4px;
  stroke: hsl(0deg 0% 100% / 17%);
}

.circle .an-svg-lines1 {
  position: absolute;
  top: -5px;
  left: 18px;
  width: 765px;
  height: 769px;
}

.menuLogo {
  margin: 2.5rem 0rem 0 2.5rem;
}

.menuList ul li a:hover i {
  opacity: 1;
  transform: translateX(15px);
}

.menuContent ul li a:hover {
  background-color: #4ed1f9;
  border-color: #4ed1f9;
  /*color: #000;*/
}

.mainMenu span:hover .line:before,
.mainMenu span:hover .line:after {
  width: 50px;
}

.attractions-loading-images {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  background-color: #a23694;
  z-index: 9999;
}

.attractions-loading-images h2 {
  font-size: 6.25rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
  font-family: var(--montserrat);
  font-weight: bold;
}

.attractions-loading-images .img-item {
  position: absolute;
  top: 0;
  background-color: #a23694;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transform-origin: center;
}

.attractions-loading-images .img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.an-svg-lines path.active {
  stroke-dasharray: -1000px;
  stroke-dashoffset: 0px;
  transition: 5s !important;
}

.an-svg-lines path {
  transition: 0s !important;
}

.mySwiper .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

/*.childrenDesign {
  background:url(../images/chldrenbg.webp) no-repeat top center/ cover;
}*/
.childrenDesign .carousel-caption {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.youngBox {
  background-color: #d5ead7;
  text-align: left;
  padding: 2em 2.5em;
  position: relative;
}

.youngBox h2 {
  font-size: 2.625rem;
  color: #4d3903;
  font-weight: 900;
  margin: 0;
}

.youngBox p {
  font-size: 1.125rem;
  color: #4d3903;
  font-weight: 400;
  margin: 20px 0 15px;
  line-height: 34px;
}

.youngBox ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 2rem;
}

.youngBox ul li a {
  font-size: 0.9375rem;
  color: #4d3903;
  font-weight: bold;
}

.youngBox ul li a i.fal.fa-long-arrow-right {
  font-size: 3.125rem;
  vertical-align: middle;
}

.youngBox:before {
  content: "";
  position: absolute;
  left: 8px;
  right: 0;
  background-color: #cdf8d1;
  width: 100%;
  height: 97.92%;
  z-index: -1;
  top: 10px;
}

.childrenDesign .carousel-control-prev {
  left: 3rem;
  height: 0;
  top: 50%;
  width: auto;
  opacity: 1;
  color: #fff;
  font-size: 55px;
}

.childrenDesign .carousel-control-prev {
  left: 3rem;
  height: 0;
  top: 50%;
  width: auto;
  opacity: 1;
  color: #fff;
  font-size: 55px;
}

.childrenDesign .carousel-control-next {
  right: 3rem;
  height: 0;
  top: 50%;
  width: auto;
  opacity: 1;
  color: #fff;
  font-size: 55px;
}

.childrenDesign .carousel-indicators li {
  width: 12px;
  height: 9px;
  opacity: 1;
  background-color: #4d3903;
  margin: 0 5px;
}

.childrenDesign .carousel-indicators .active {
  background-color: #fff;
}

.childrenDesign .carousel-indicators {
  bottom: 20px;
}

/* Case Study Page */
.main-slider.slideChair {
  background-image: url(../images/slidebg2.webp);
}

.main-slider.headphone {
  background-image: url(../images/slidebg3.webp);
}

.main-slider.amsador {
  background-image: url(../images/slidebg4.webp);
}

.main-slider.bitcoin {
  background-image: url(../images/slidebg5.webp);
}

#caseStudyPage {
  /* zoom: 0.65; */
}

#caseStudyPage figure {
  margin: 0;
}

#caseStudyPage figure img {
  transform-origin: center;
  transition: 0.3s ease-in-out;
}

#caseStudyPage figure:hover img {
  transform: scale(1.02);
}

#caseStudyPage p {
  line-height: 2;
  font-weight: 400;
  font-size: 17px;
}

.pageHeading {
  font-size: 3.75rem;
  font-family: var(--montserrat);
  color: var(--heading-color);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  /* opacity: 0; */
  transform-origin: 100% 0;
}

.pageBnnrHdg {
  font-size: 1.875rem;
  font-family: var(--poppins);
  font-weight: 300;
  color: var(--heading-color);
  transform-origin: 100% 0;
  line-height: 1.5;
}

.secSpacing {
  padding: 6rem 0;
}

.logoSection {
  background-color: #ff9527;
}

.greyBg {
  background-color: #f0efee;
}

.titleheading {
  font-size: 1.125rem;
  font-weight: 600;
  font-family: var(--montserrat);
  color: #00051d;
  line-height: 1;
}

.colourSlider .slick-prev::before,
.colourSlider .slick-next::before {
  color: #000000;
  display: none;
}

.colourSlider .slick-prev,
.colourSlider .slick-next {
  color: #000000;
  font-size: 24px;
  top: auto;
  bottom: -6rem;
}

.colourSlider .slick-prev {
  left: -35%;
}

.colourSlider .slick-next {
  right: 130%;
}

.colorInfo {
  position: relative;
  padding: 15px 0;
}

.colorInfo img {
  display: block;
  margin: 0 auto;
}

@keyframes rotater {
  0% {
    transform: rotate(0) scale(1);
  }

  50% {
    transform: rotate(30deg) scale(1.05);
  }

  100% {
    transform: rotate(0deg) scale(1);
  }
}

.colorInfo:nth-child(even) img {
  animation: rotater infinite 8s;
}

.colorInfo:nth-child(odd) img {
  animation: rotater infinite 6s;
}

.colorInfo .content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.colorInfo .content h4 {
  font-size: 15px;
  font-family: var(--montserrat);
  color: var(--heading-color);
  font-weight: 700;
  line-height: 1;
  margin: 0 0 1rem;
}

.colorInfo .content p {
  font-size: 15px;
  font-weight: 300;
  font-family: var(--poppins);
  color: var(--heading-color);
  line-height: 1;
}

.colorInfo .content span {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--poppins);
  color: var(--heading-color);
  line-height: 1;
}

.colorInfo.dark .content span,
.colorInfo.dark .content h4,
.colorInfo.dark .content p {
  color: #000000;
}

.fontInfo h1 {
  font-size: 3.125rem;
  font-family: var(--montserrat);
  color: #00051d;
  font-weight: bold;
  line-height: 1;
}

.fontInfo h2 {
  font-size: 1.875rem;
  font-family: var(--montserrat);
  color: #00051d;
  font-weight: bold;
  line-height: 1;
}

.caseImgFirst {
  position: relative;
}

.caseImgFirst>.topImg {
  position: absolute;
  right: 10rem;
  top: -3rem;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.caseImgFirst>.topImg:hover {
  animation: rotater infinite 2s;
}

.caseSecond h2 {
  font-size: 3.125rem;
  font-family: var(--montserrat);
  color: #00051d;
  font-weight: bold;
  line-height: 1;
}

.caseSecond h2 span {
  font-weight: 500;
}

.caseSecond p {
  font-size: 1.375rem;
  font-weight: 400;
  font-family: "AvertaStd";
  line-height: 1.682;
}

.caseSecond ul {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 100px;
  max-width: 500px;
}

.casePageFour ul {
  max-width: 800px;
}

.caseSecond ul li {
  font-size: 1.1875rem;
  font-weight: 700;
  font-family: "AvertaStd";
  color: #5e5e5e;
  line-height: 1.789;
  text-align: left;
}

.caseThird figure {
  border: 3px solid #e1e1e1;
  padding: 3rem;
}

.caseThird figure img,
.caseFourth figure img,
.caseFifth figure img {
  box-shadow: 0px 5px 38px 0px rgba(223, 223, 223, 0.5);
}

.caseFifth {
  background-color: #71b431;
}

.caseSix {
  background-color: #09090a;
}

.caseSixcontent {
  padding: 0rem 10rem 0;
  text-align: left;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.caseSevenContent p,
.caseSixcontent p,
.caseSixcontent span {
  color: var(--heading-color);
  font-size: 17px;
  font-family: "AvertaStd";
  line-height: 2;
}

.caseSeven {
  background-color: #1b1b1d;
  padding-bottom: 0;
}

.caseSevenContent {
  padding: 0 5rem 5rem 0;
  text-align: left;
}

.caseSevenContent .mainHeading {
  color: var(--heading-color);
}

.caseEight {
  padding-bottom: 0;
}

.caseEight p {
  line-height: 2;
}

.caseEight figure img {
  margin-bottom: 2rem;
}

.prevBtn,
.nextBtn {
  position: relative;
  display: block;
  overflow: hidden;
}

.prevBtn .content,
.nextBtn .content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 2rem;
}

.prevBtn .content h3,
.nextBtn .content h3 {
  font-size: 2.5rem;
  font-family: var(--montserrat);
  color: var(--heading-color);
  font-weight: 700;
  line-height: 1;
}

.prevBtn img,
.nextBtn img {
  transform-origin: left;
}

.prevBtn:hover img,
.nextBtn:hover img {
  transform: scale(1.1);
}

.backBtn {
  color: var(--heading-color);
  font-size: 20px;
  font-family: var(--montserrat);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
  position: absolute;
  right: 2rem;
  bottom: 1.5rem;
}

.backBtn i {
  margin-right: 10px;
}

.backBtn:hover {
  color: #e9672b;
}

.srvcHead button {
  background-color: #000000;
  border: 0;
}

.srvcHead button i {
  background-color: #a23694;
  right: 10px;
}

.overviewSec {
  position: relative;
}

.sideBar {
  background-color: #1b1b1d;
  position: absolute;
  right: 0;
  top: 0;
  padding: 8rem 2rem 2rem 5rem;
  height: 1100px;
  max-width: 800px;
  width: 30%;
  z-index: 1;
}

.sideBar ul {
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
  position: absolute;
}

.sideBar ul li h4 {
  font-size: 16px;
  font-family: var(--montserrat);
  color: var(--heading-color);
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

.sideBar ul li a,
.sideBar ul li span {
  font-size: 14px;
  font-weight: 300;
  font-family: var(--poppins);
  color: var(--heading-color);
  line-height: 1;
  position: relative;
}

.sideBar ul li a::after {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -10px;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.3s ease-in-out;
  background-color: #ff9527;
}

.sideBar ul li a i {
  color: #ff9527;
  margin-left: 10px;
}

.sideBar ul li a:hover {
  color: #ff9527;
}

.sideBar ul li a:hover::after {
  transform: scaleX(1);
}

.logoCaseTwo {
  background-color: #e9672b;
  padding: 8rem 0;
}

.caselogo h2 {
  font-size: 9.375rem;
  font-family: var(--poppins);
  color: var(--heading-color);
  font-weight: bold;
  line-height: 1;
}

.logoCaseThree {
  padding: 8rem 0;
  background-color: #8737f0;
}

.orangeBg {
  background-color: #e9672b;
}

.purpleBg {
  background-color: #8737f0;
}

.logoCaseFour {
  padding: 8rem 0;
  background-color: #000000;
}

.darkBg {
  background-color: #1c1c1c;
}

.lightGreyBg {
  background-color: #f1f1f1;
}

.bitcoinBg {
  background-color: #f29023;
}

.educationBg {
  background-color: #c8102e;
}

.zoomplus {
  background-color: #ebb23d;
}

.zoomBg {
  background-color: #57a81d;
}

.sportBglight {
  background-color: #3080de;
}

.sportBgDark {
  background-color: #0000ed;
}

.kierBg {
  background-color: #0098a5;
}

.kierBgBtm {
  background-color: #c8102e;
}

.securitySol .sideBar {
  background-color: #041f30;
}

.securitySol .main-slider {
  padding-bottom: 0;
}

.securitySol .logoSection,
.securityBg {
  background-color: #fc273f;
}

.beautyCase .main-slider {
  padding: 22%;
}

.beautyCase .main-slider p,
.beautyCase .main-slider h2 {
  color: #000;
}

.beautyCase .logoSection {
  background-color: #88af98;
}

.beautyBg {
  background-color: #e0696e;
}

.designCase .mainHeading {
  font-size: 1.875rem;
}

.educationCase .sideBar {
  background-color: #003865;
}

.autocars .logoSection {
  background-color: #b21212;
}

.autocars .sideBar {
  background-color: #003865;
}

.autocars .autocarBg {
  background-color: #c8102e;
}

.grocery .logoSection {
  background-color: #406100;
}

.grocery .sideBar {
  background-color: #003865;
}

.grocery .groceryBg {
  background-color: #7bb722;
}

.lawSociety .logoSection {
  background-color: #01574c;
}

.lawSociety .sideBar {
  background-color: #004038;
}

.lawSociety .lawSocietyBg {
  background-color: #004038;
}

.secSpacing.greyBg,
.overviewSec {
  padding: 4rem 0;
}

.workCard {
  /* border: 1px solid #ededed; */
  /* padding: 3rem 5rem; */
  /* position: relative; */
  /* margin: 0.5rem 0; */
}

.workCard .title {
  font-size: 15px;
  font-family: var(--montserrat);
  color: var(--white);
  text-transform: uppercase;
  line-height: 1.667;
  text-align: left;
  writing-mode: vertical-rl;
  transform: scale(-1);
  position: absolute;
  left: 1.5rem;
  top: 0;
  opacity: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.workCard .cardCount {
  font-size: 1.375rem;
  font-weight: 500;
  text-align: right;
  display: block;
  font-family: var(--montserrat);
  color: #00051d;
  text-transform: uppercase;
  line-height: 1.136;
  opacity: 0;
}

.workCard h3 {
  font-size: 1.5rem;
  font-family: var(--montserrat);
  color: #00051d;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  opacity: 0;
  margin: 10px 0 0;
}

.workCard img {
  transition: 0.5s ease-in-out;
  width: 100%;
}

.workSlider .swiper-slide.swiper-slide-next :is(.title, .cardCount, h3) {
  /* display: block; */
  opacity: 1;
}

.workSlider .swiper-slide.swiper-slide-next  {
  /* padding-top: 1.5rem; */
  /* padding-bottom: 1.5rem; */
  transform: scale(1.2);
  position: relative;
  z-index: 11;
}

/* .workCard.slick-current.slick-active.slick-center img {
  height: 100%;
  max-height: 365px;
  object-fit: cover;
  transform: scale(0.975);
  transition: 0.5s ease-in-out;
  width: 100%;
} */
.workSlider .slick-track {
  margin-left: -28%;
}

.workSlider .sliderArrow::before {
  content: none;
  display: none;
}

.workSlider .sliderArrow {
  height: 50px;
  width: 50px;
  display: grid;
  place-items: center;
  z-index: 1;
  background-color: #000000;
  color: var(--heading-color);
  font-size: 16px;
  bottom: -15px;
  top: auto;
  border: 1px solid #000;
}

.workSlider .slick-prev.sliderArrow {
  left: 67.5%;
}

.workSlider .slick-next.sliderArrow {
  right: 27.5%;
}

.workSlider .sliderArrow:is(:hover, :focus) {
  background-color: #fff;
  color: #000;
}

/* About page Start */
/*
.aboutBanner {
   background: url(../images/aboutBg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 14% 0; 
  /*background-color: #2457a2;
  background: url(../images/abutbg1.webp) no-repeat top center/ cover;
  position: relative;
  z-index: 9;
  transition: all 0.3s ease-in-out;
}
.aboutContent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
} */
.aboutInner {
  background-image: url(../images/abutbg1.webp);
  padding: 18%;
}

.aboutInner h3 {
  font-size: 2.8125rem;
  font-family: var(--montserrat);
  color: var(--heading-color);
  font-weight: 600;
  line-height: 1.5;
}

/* .aboutBreadcrum {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--montserrat);
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  margin-top: 3rem;
} */

.visionSec h4 {
  font-size: 20px;
  font-family: var(--montserrat);
  color: #00051d;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
}

.visionSec h3 {
  font-size: 3.125rem;
  font-family: var(--montserrat);
  color: #00051d;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
}

.visionSec .visBorder {
  border-right: 4px solid #a12c91;
}

.visionSec .container {
  padding-bottom: 5rem;
  border-bottom: 1px solid #d7d7d7;
}

.valueBox h3 {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--montserrat);
  color: #00051d;
  line-height: 1.25;
  margin-bottom: 1rem;
}

.valueBox p {
  font-size: 15px;
  font-weight: normal;
  color: #5e5e5e;
  line-height: 1.667;
  padding: 0 1rem;
}

.valueBox .imgWrap {
  background-color: rgb(243, 243, 243);
  width: 175px;
  height: 175px;
  display: grid;
  place-items: center;
  transform: rotate(45deg) scale(0.9);
  margin-bottom: 3rem;
}

.valueBox .imgWrap img {
  transform: rotate(-45deg);
  transition: 0.3s ease-in-out;
}

.valueBox:hover .imgWrap img {
  transform: rotate(315deg);
}

.abtServIconList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  gap: 1rem;
  margin-top: 4rem;
}

.abtServIconList li span {
  display: block;
  position: relative;
  margin: 1.5rem 0;
  border-bottom: 1px solid #d7d7d7;
}

.abtServIconList li span::after {
  content: "";
  height: 15px;
  width: 15px;
  background-color: #a12c91;
  transform: rotate(45deg) translateX(-50%);
  position: absolute;
  left: 50%;
  top: -2px;
}

.abtServIconList li h4 {
  text-transform: capitalize;
  font-size: 1.125rem;
  font-weight: 700;
}

.servSecList .container {
  border-bottom: 0;
  padding-bottom: 0;
}

@-webkit-keyframes wave {
  0% {
    opacity: 0.2;
    transform: scale(1.3) rotateX(25deg) rotateY(25deg);
  }

  50% {
    opacity: 1;
    transform: scale(1.5) rotateX(12deg) rotateY(-25deg);
  }

  100% {
    opacity: 0.2;
    transform: scale(1.3) rotateX(25deg) rotateY(25deg);
  }
}

@keyframes wave {
  0% {
    opacity: 0.2;
    transform: scale(1.3) rotateX(25deg) rotateY(25deg);
  }

  50% {
    opacity: 0.5;
    transform: scale(1.5) rotateX(12deg) rotateY(-25deg);
  }

  100% {
    opacity: 0.2;
    transform: scale(1.3) rotateX(25deg) rotateY(25deg);
  }
}

.bannerline {
  width: 100vw;
  height: 2vh;
  max-height: 2vh;
  margin: 0 0 2vh 0;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0.3;
  -webkit-animation: wave 5s ease-in-out infinite;
  animation: wave 5s ease-in-out infinite;
}

.bannerline:nth-of-type(1) {
  -webkit-animation-delay: -150ms;
  animation-delay: -150ms;
}

.bannerline:nth-of-type(2) {
  -webkit-animation-delay: -300ms;
  animation-delay: -300ms;
}

.bannerline:nth-of-type(3) {
  -webkit-animation-delay: -450ms;
  animation-delay: -450ms;
}

.bannerline:nth-of-type(4) {
  -webkit-animation-delay: -600ms;
  animation-delay: -600ms;
}

.bannerline:nth-of-type(5) {
  -webkit-animation-delay: -750ms;
  animation-delay: -750ms;
}

.bannerline:nth-of-type(6) {
  -webkit-animation-delay: -900ms;
  animation-delay: -900ms;
}

.bannerline:nth-of-type(7) {
  -webkit-animation-delay: -1050ms;
  animation-delay: -1050ms;
}

.bannerline:nth-of-type(8) {
  -webkit-animation-delay: -1200ms;
  animation-delay: -1200ms;
}

.bannerline:nth-of-type(9) {
  -webkit-animation-delay: -1350ms;
  animation-delay: -1350ms;
}

.bannerline:nth-of-type(10) {
  -webkit-animation-delay: -1500ms;
  animation-delay: -1500ms;
}

.bannerline:nth-of-type(11) {
  -webkit-animation-delay: -1650ms;
  animation-delay: -1650ms;
}

.bannerline:nth-of-type(12) {
  -webkit-animation-delay: -1800ms;
  animation-delay: -1800ms;
}

.bannerline:nth-of-type(13) {
  -webkit-animation-delay: -1950ms;
  animation-delay: -1950ms;
}

.bannerline:nth-of-type(14) {
  -webkit-animation-delay: -2100ms;
  animation-delay: -2100ms;
}

.bannerline:nth-of-type(15) {
  -webkit-animation-delay: -2250ms;
  animation-delay: -2250ms;
}

.bannerline:nth-of-type(16) {
  -webkit-animation-delay: -2400ms;
  animation-delay: -2400ms;
}

.bannerline:nth-of-type(17) {
  -webkit-animation-delay: -2550ms;
  animation-delay: -2550ms;
}

.bannerline:nth-of-type(18) {
  -webkit-animation-delay: -2700ms;
  animation-delay: -2700ms;
}

.bannerline:nth-of-type(19) {
  -webkit-animation-delay: -2850ms;
  animation-delay: -2850ms;
}

.bannerline:nth-of-type(20) {
  -webkit-animation-delay: -3000ms;
  animation-delay: -3000ms;
}

.bannerline:nth-of-type(21) {
  -webkit-animation-delay: -3150ms;
  animation-delay: -3150ms;
}

.bannerline:nth-of-type(22) {
  -webkit-animation-delay: -3300ms;
  animation-delay: -3300ms;
}

.bannerline:nth-of-type(23) {
  -webkit-animation-delay: -3450ms;
  animation-delay: -3450ms;
}

.bannerline:nth-of-type(24) {
  -webkit-animation-delay: -3600ms;
  animation-delay: -3600ms;
}

.bannerline:nth-of-type(25) {
  -webkit-animation-delay: -3750ms;
  animation-delay: -3750ms;
}

.bannerline:nth-of-type(26) {
  -webkit-animation-delay: -3900ms;
  animation-delay: -3900ms;
}

.bannerline:nth-of-type(27) {
  -webkit-animation-delay: -4050ms;
  animation-delay: -4050ms;
}

.bannerline:nth-of-type(28) {
  -webkit-animation-delay: -4200ms;
  animation-delay: -4200ms;
}

.bannerline:nth-of-type(29) {
  -webkit-animation-delay: -4350ms;
  animation-delay: -4350ms;
}

.bannerline:nth-of-type(30) {
  -webkit-animation-delay: -4500ms;
  animation-delay: -4500ms;
}

.bannerline:nth-of-type(31) {
  -webkit-animation-delay: -4650ms;
  animation-delay: -4650ms;
}

.bannerline:nth-of-type(32) {
  -webkit-animation-delay: -4800ms;
  animation-delay: -4800ms;
}

.bannerline:nth-of-type(33) {
  -webkit-animation-delay: -4950ms;
  animation-delay: -4950ms;
}

.bannerline:nth-of-type(34) {
  -webkit-animation-delay: -5100ms;
  animation-delay: -5100ms;
}

.bannerline:nth-of-type(35) {
  -webkit-animation-delay: -5250ms;
  animation-delay: -5250ms;
}

.bannerline:nth-of-type(36) {
  -webkit-animation-delay: -5400ms;
  animation-delay: -5400ms;
}

.bannerline:nth-of-type(37) {
  -webkit-animation-delay: -5550ms;
  animation-delay: -5550ms;
}

.bannerline:nth-of-type(38) {
  -webkit-animation-delay: -5700ms;
  animation-delay: -5700ms;
}

.bannerline:nth-of-type(39) {
  -webkit-animation-delay: -5850ms;
  animation-delay: -5850ms;
}

.bannerline:nth-of-type(40) {
  -webkit-animation-delay: -6000ms;
  animation-delay: -6000ms;
}

/* logoDesign */
.logoDesign {
  background-image: url(../images/logoDesignBg.webp);
}

.logoPackaging .pageHeading,
.webCmsDev .pageHeading,
.logoDesign .pageHeading {
  font-size: 3.125rem;
  font-family: var(--montserrat);
  color: var(--heading-color);
  text-transform: none;
  line-height: 1.2;
}

.logoPackaging .pageBnnrHdg,
.webCmsDev .pageBnnrHdg,
.logoDesign .pageBnnrHdg {
  font-size: 18px;
  font-family: "AvertaStd";
  color: var(--heading-color);
  line-height: 1.611;
}

.customDSec {
  background-color: #d7d7d7;
  padding: 6rem 0;
}

.customDesignList {
  display: flex;
  align-items: center;
  justify-content: center;
}

.customDesignList li a {
  font-size: 13.352px;
  font-family: var(--montserrat);
  color: #000000;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  border: 1px solid #dee0e3;
  background-color: #ffffff;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 4px 0px 0px rgba(209, 214, 219, 0.55);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 260px;
  height: 260px;
  position: relative;
}

.customDesignList li a:hover {
  box-shadow: 0px 3px 90px 0px rgba(165, 165, 165, 0.68);
  z-index: 1;
}

.customDSec .themeBtn {
  position: relative;
  bottom: -125px;
}

.recentDSec {
  padding: 6rem 0;
}

.recentDSec p {
  font-size: 16px;
  font-family: "AvertaStd";
  color: #5e5e5e;
  line-height: 1.75;
  text-align: center;
}

.our-tabs ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin: 1rem 0 3rem;
}

.our-tabs ul li a {
  font-size: 14px;
  font-weight: 600;
  font-family: "AvertaStd";
  color: #000000;
  text-transform: capitalize;
  line-height: 1;
  text-align: center;
  position: relative;
  padding: 0 0.25rem;
}

.our-tabs ul li a::after {
  content: "";
  height: 4px;
  width: 100%;
  background-color: #1194f6;
  position: absolute;
  bottom: -5px;
  left: 0;
  transform-origin: left;
  transform: scaleX(0);
  transition: 0.3s ease-in-out;
}

.our-tabs ul li a.active {
  background-color: transparent !important;
  color: #000 !important;
}

.our-tabs ul li a.active::after,
.our-tabs ul li a:hover::after {
  transform: scaleX(1);
}

.recentDSec .logoBox {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.5rem;
}

/* faqSec */
.faqSec {
  padding: 0 0 5rem 0;
}

.accordionStyle {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2rem 0;
}

.faqCard .cardHeader button {
  font-size: 1.375rem;
  color: #000;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #37b869;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.5rem 0.5rem 0.5rem 5rem;
  border: 1px solid #e1e1e1;
  border-radius: 50px;
  background-color: #f3f5f7;
  position: relative;
}

.faqCard .cardHeader button span {
  position: absolute;
  left: 1.5rem;
}

.faqCard .cardHeader button i {
  font-size: 18px;
  color: #fff;
  background-color: #a12c91;
  height: 80px;
  width: 80px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  text-align: center;
}

.faqCard .cardHeader button p {
  margin: 0;
  max-width: 80%;
}

.accordionStyle .faqCard .cardHeader button[aria-expanded="true"] p {
  color: #fff;
}

.accordionStyle .faqCard .cardHeader button[aria-expanded="true"] .fas:before {
  content: "\f068";
}

.accordionStyle .faqCard .cardHeader button[aria-expanded="true"] {
  background-color: #a12c91;
  color: #fff;
}

.accordionStyle .faqCard .cardHeader button[aria-expanded="true"] i {
  background-color: #fff;
  color: #a12c91;
}

.faqCard p {
  font-size: 16px;
  font-weight: 400;
  font-family: "AvertaStd";
  color: #5e5e5e;
  line-height: 1.5;
}

.contentBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  min-height: 50px;
  margin-top: 2rem;
}

.sliderContent {
  display: flex !important;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}

.icoWrap img {
  border-radius: 10px;
}

.logoDSlider .slick-dots {
  bottom: -3rem;
}

.logoDSlider .slick-dots li button {
  background-color: #fff;
}

.logoDSlider .slick-dots li.slick-active button {
  background-color: #147bfe;
}

/* Form logo design page*/

.getEstimate ul li p {
  margin-top: 0.5rem;
  font-size: 18px;
  font-weight: 400;
  font-family: "AvertaStd";
  color: #fff;
  line-height: 1.667;.proRadioBtn .btn
}

.proReqForm .mainHeading {
  font-size: 1.55rem;
}

.checkboxWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 3rem;
}

.checkboxWrap .form-inline {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 1rem;
}

.checkboxWrap .form-inline label {
  margin-bottom: 0;
  font-size: 16px;
  font-family: "AvertaStd";
  color: #000000;
  line-height: 1;
}

.checkboxWrap .form-inline input {
  width: 25px;
  height: 25px;
  border-radius: 10px;
  margin: 0;
  padding: 0;
}

.proRadioBtn {
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.proRadioBtn .btn {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 5px !important;
  padding: 0.75em 1em;
}

.proRadioBtn .btn.active {
  background-color: #000000;
  color: #fff;
  border-color: #000000;
}

.proReqForm .dropLine {
  font-size: 1.6rem;
  color: #000;
  font-weight: lighter;
  line-height: 1;
  margin-left: 3rem;
}

.proReqForm .dropLine strong {
  font-weight: bold;
  margin-right: 2rem;
}

.packagingSec .themeBtn {
  display: inline-flex;
}

.packagingSec .themeBtn::after,
.packagingSec .themeBtn::before {
  display: none;
}

.packagingSec a {
  display: block;
  position: relative;
  overflow: hidden;
}

.logoBox img,
.packagingSec a img {
  transition: 0.3s ease-in-out;
}

.workLogoCard .imgBox::after,
.logoBox::after,
.packagingSec a::after {
  content: "";
  height: calc(100% - 4rem);
  width: calc(100% - 4rem);
  position: absolute;
  left: 2rem;
  right: 2rem;
  top: 2rem;
  bottom: 2rem;
  z-index: 1;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: 0.3s ease-in-out;
  transform: scaleX(0);
  transform-origin: center;
}

.workLogoCard .imgBox::before,
.logoBox::before,
.packagingSec a::before {
  content: "";
  height: calc(100% - 2rem);
  width: calc(100% - 6rem);
  position: absolute;
  left: 3rem;
  right: 3rem;
  top: 1rem;
  top: 1rem;
  bottom: 1rem;
  z-index: 1;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: 0.3s ease-in-out;
  transform: scaleY(0);
  transform-origin: center;
}

.logoBox:hover img,
.packagingSec a:hover img {
  transform: scale(1.15);
}

.workLogoCard:hover .imgBox::after,
.logoBox:hover::after,
.packagingSec a:hover::after {
  transform: scaleX(1);
}

.workLogoCard:hover .imgBox::before,
.logoBox:hover::before,
.packagingSec a:hover::before {
  transform: scaleY(1);
}

.scroll-down {
  font-size: 14px;
  z-index: 1000;
  gap: 8rem 0;
  line-height: 20px;
  position: absolute;
  writing-mode: vertical-rl;
  transform: scale(-1);
  font-family: var(--montserrat);
  color: #ffffff;
  text-transform: uppercase;
  top: 50%;
  left: 5rem;
  animation: customBounce 0.9s infinite alternate;
  -webkit-animation: customBounce 0.9s infinite alternate;
}

.scroll-down:hover {
  color: #012964;
}

@keyframes customBounce {
  from {
    transform: scale(-1) translateY(0px);
  }

  to {
    transform: scale(-1) translateY(-15px);
  }
}

@-webkit-keyframes customBounce {
  from {
    transform: scale(-1) translateY(0px);
  }

  to {
    transform: scale(-1) translateY(-15px);
  }
}

.contactPage {
  padding: 10rem 0 2rem;
}

.contactPage h3 {
  font-size: 1.875rem;
  font-family: var(--montserrat);
  color: rgb(51, 64, 70);
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.contactPage a {
  display: flex;
  flex-direction: column;
  color: rgb(51, 64, 70);
  align-items: center;
  line-height: 1.6;
  font-family: "AvertaStd";
  gap: 1rem;
  justify-content: center;
}

.contactPage a i {
  display: block;
  font-size: 2rem;
}

.contactPage a span {
  font-size: 20px;
  text-decoration: underline;
}

.contactPage a address {
  font-size: 20px;
  font-family: "AvertaStd";
  text-align: center;
}

.contactPage .col-md-3+.col-md-3 {
  border-left: 1px solid #d7d7d7;
}

/* webCmsDev */
.webWorkPage {
  padding: 6rem 0;
}

.webCmsDev {
  display: flex;
  align-items: center;
  background-image: url(../images/webBg.webp);
}

.webCmsDev .btn-group {
  gap: 1.5rem;
  margin-top: 1rem;
}

.webCard {
  position: relative;
  margin-bottom: 2rem;
}

.webCard img {
  width: 100%;
}

.webCard .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transform-origin: left;
  transform: scaleX(0);
  transition: 0.3s ease-in-out;
  background-color: rgb(30 161 247 / 60%);
}

.webCard .content img {
  transition: 0.3s ease-in-out;
}

.webCard:hover img {
  opacity: 0.3;
}

.webCard h3 {
  font-size: 1.875rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--poppins);
  color: var(--heading-color);
  line-height: 1;
  margin: 0;
}

.webCard p {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: var(--poppins);
  color: var(--heading-color);
  line-height: 1.667;
  margin-bottom: 0;
}

.webCard a {
  border-radius: 50%;
  color: var(--heading-color);
  background-color: #a23694;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}

.webCard:hover .content {
  transform: scaleX(1);
}

.webCard a:hover {
  background-color: #0000ed;
}

.logoPackaging p,
.workLogo p {
  font-size: 26px;
}

.workLogo .form-group select {
  margin: 1rem 0;
  border: 0;
  padding: 0.5rem 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  background-color: transparent;
  font-family: var(--montserrat);
}

.workLogoSec {
  padding: 3rem 0 6rem;
}

.workLogoCard {
  margin-bottom: 3rem;
  display: block;
}

.workLogoCard h4 {
  font-size: 1.125rem;
  font-family: var(--montserrat);
  color: rgb(0, 5, 29);
  font-weight: bold;
  line-height: 1;
}

.workLogoCard p {
  font-size: 16px;
  font-family: "AvertaStd";
  color: #5e5e5e;
  line-height: 1.563;
  text-align: left;
}

.workLogoCard .imgBox {
  overflow: hidden;
  position: relative;
}

.workLogoCard .imgBox img {
  width: 100%;
  transition: 0.3s ease-in-out;
}

.logoPackaging {
  background-image: url(../images/packingBg.webp);
}

.packingLogoSec {
  padding: 6rem 0;
}

.contactBody header {
  background-color: #f6f6f6;
}

.contactBody header .mainMenu span .line:before,
.contactBody header .mainMenu span .line::after,
.contactBody header .mainMenu span .line {
  background-color: #000000;
}

.crtificationImg {}

.crtificationImg .sectionHeading {
  font-size: 3.125rem;
  font-family: var(--montserrat);
  color: #00051d;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 3rem;
  text-align: center;
}

.crtificationImg figure {
  box-shadow: 0 0 11px rgb(17 149 247 / 49%);

  display: table;

  margin: auto;
}

.crtificationImg figure img {
  /* width: 100%; */
}

.getpckgnLogo {
  background-color: #703869;
}

.valueBox.wow.fadeInUp {
  text-align: center;
}

.valueBox.wow.fadeInUp .imgWrap {
  margin: 0 auto 4rem;
}

.caseFourth .mainHeading {
  margin: 0 0 50px;
  text-transform: capitalize;
}

#logoDesignSlider .carousel-indicators li {
  height: 15px;
  width: 15px;
  margin: 0;
  border-radius: 50%;
  background: #fff;
  flex: unset;
  border: none;
  opacity: 1;
}

#logoDesignSlider .carousel-indicators .active {
  background: #022962;
}

#logoDesignSlider .carousel-indicators {
  margin: 0;
  gap: 0.5rem;
  bottom: -3rem;
}

.anloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1111;
}

.anloader>div {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #a12c91;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.anloader img {
  filter: brightness(0) invert(1);
  animation: bounce 0.9s infinite alternate;
  -webkit-animation: bounce 0.9s infinite alternate;
}

@keyframes bounce {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-15px);
  }
}

@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-15px);
  }
}

/* .workSection {
  overflow-x: hidden;
} */

.proRadioBtn .btn input {
  width: fit-content;
}

.mainAbsImg {
  position: absolute;
  z-index: -22;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
}
.workSlider {
  padding: 3rem 0 3rem;
}

.workCard figure {
  margin: 0;
}

.workSlider .swiper-wrapper {
  align-items: center;
}
.workSlider .swiper-slide {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.workSlider .swiper-button-prev {
  height: 60px;
  width: 60px;
  z-index: 1;
  background-color: #703869;
  color: var(--heading-color);
  font-size: 16px;
  top: 0;
  border: 1px solid #703869;
  left: 35rem;
  margin: auto;
  bottom: 0;
}

.workSlider .swiper-button-prev:after {
  font-size: 1rem;
}

.workSlider .swiper-button-next {
  height: 60px;
  width: 60px;
  z-index: 1;
  background-color: #703869;
  color: var(--heading-color);
  font-size: 16px;
  top: 0;
  border: 1px solid #703869;
  right: 35rem;
  margin: auto;
  bottom: 0;
}

.workSlider .swiper-button-next:after {
  font-size: 1rem;
}
.testimonialSlider {
  padding-bottom: 5rem;
}

.testimonialSlider .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border: 2px solid #d0d2de;
  border-radius: 50px;
  opacity: 1;
}

.testimonialSlider .swiper-pagination {
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.testimonialSlider .swiper-pagination .swiper-pagination-bullet-active {
  background: #703869;
  border-color: #703869;
}

.testimonialSec .swiper-button-prev {
  left: -3rem;
  font-size: 1.5rem;
  color: #848484;
  gap: 10px;
}

.testimonialSec .swiper-button-prev:after {
  display: none;
}

.testimonialSec .swiper-button-prev span {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
}

.testimonialSec .swiper-button-next {
  right: -3rem;
  font-size: 1.5rem;
  color: #848484;
  gap: 10px;
  flex-flow: row-reverse; 
}

.testimonialSec .swiper-button-next:after {
  display: none;
}

.testimonialSec .swiper-button-next span {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
}
.swiper-slide.swiper-slide-next .reviewBox {
  min-height: 530px;
  box-shadow: 0px 29px 38px 0px rgb(144 144 144 / 30%);
  border-radius: 7px;
}

.testimonialSlider .swiper-wrapper {
  align-items: center;
}

.fixedFoter {
    position: fixed;
    bottom: 1.5rem;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 1.5rem;
    z-index: 9;
}
.fixedFoter .whatsap {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    background-position: center;
    background-size: 35px 35px;
    background-repeat: no-repeat;
    background: #25d366;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 2rem;
}



