/* @import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Outfit:wght@100..900&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shantell+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gochi+Hand&family=Manrope:wght@200..800&display=swap');
h1,
h2,
h3,
h4,
h5,
button {
  font-family: "Outfit", sans-serif;
}

h6,
p,
a,
input,
label,span {
  font-family: "DM Sans", sans-serif;
}
.new-font{
    font-family: "Gochi Hand", cursive !important;
}
a {
  text-decoration: none !important;
}

a:focus {
  outline: none !important;
}

button:focus {
  outline: none !important;
}

/*.color{
  color:#2659FF !important;
}*/
li {
    font-family: "DM Sans", sans-serif;
  list-style: none !important;
}

p {
  color: #333;
}


.header-section {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 999;
  box-shadow: 0px 1px 5px #5b555570;
}

.website-logo {
  max-height: 80px;
}

.header2-right-nav li {
  position: relative;
  padding: 10px 12px;
}

.header2-right-nav li a {
  color: #000;
  font-weight: 600;
  position: relative;
}

.header2-right-nav li a::after {
  content: "";
  bottom: -8px;
  left: 5%;
  position: absolute;
  display: block;
  height: 3px;
  width: 90%;
  background: #73D1B8;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all .5s ease-out 0s;
  -o-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.current-menu-item a::after {
  transform: scaleX(1) !important;
}

.header2-right-nav .sub-menu {
  padding: 5px;
  position: absolute;
  top: 45px;
  right: 0;
  left: 0;
  width: 210px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  z-index: 999;
  background: #fff;
}

.header2-right-nav :hover .sub-menu {
  visibility: visible;
  opacity: 1;
  background-color: #f5f5f5;
}

.header-top {
  position: relative;
  padding: 6px;
  background-color: #026177;
}

.header-top .top-left-cont ul {
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  justify-content: flex-end;
}

/* .header-top .top-left-cont ul li:first-child {
    margin-left: 0;
    border-right: solid 1px #fff;
    padding-right: 15px;
} */

.header-top .top-left-cont ul li {
  color: #fff;
  margin: 0 12px;
  display: flex;
  align-items: center;
}

.header-top .top-left-cont ul li i {
  color: #fff;
  font-size: 22px;
  padding-right: 5px;
}

.header-top .top-left-cont ul li a {
  color: #fff;
  font-size: 16px;
  padding: 0 5px;
}

.header-main-menu-sec ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-buttons-sec ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
}

.enquire-nowbtn {
  background-color: #026177;
  color: #fff;
  padding: 10px 15px;
  font-size: 12px;
  border-radius: 8px;
  font-weight: 600;
}

.enquire-nowbtn-container {
  margin-left: 40px;
}

.menu-item-28:after {
  font-family: bootstrap-icons;
  content: "\F282";
  color: #000;
  position: absolute;
  margin: auto 0;
  padding-left: 3px;
  font-weight: 600;
  font-size: 12px;
  top: 12px;
}



.tc-header-main {
  position: relative;
  background: #fff;
  padding: 30px 0;
}

.header-logo
 {
    width: 300px;
}
.nav-ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  gap: 20px;
  justify-content: flex-start;
  padding-left: 0;
}

.nav-ul li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #111111;
}

.con-btn {
  border: 1px solid #F9B800;
  background: #F9B800;
  color: #212121 !important;
  padding: 15px 17px;
  font-weight: 500 !important;
  border-radius: 100px;
  font-family: "Outfit", sans-serif;
}

.con-btn:hover {
  background-color: #fff;
  color: #000 !important;
  border: 1px solid #F9B800;
  transition: 0.4s;
}

.con-btn .con-btn-a-img {
  width: 30px;
  height: 30px;
}

.con-btn:hover .con-btn-a-img {
  transform: rotate(45deg);
  transition: transform 0.3s;
}



.con-btn-login {
  border: 1px solid #F9B800;
  background: transparent;
  color: #212121 !important;
  padding: 15px 17px;
  font-weight: 500 !important;
  border-radius: 100px;
  font-family: "Outfit", sans-serif;
}

.con-btn-login:hover {
  background-color: #000;
  color: #F9B800 !important;
  border: 1px solid #000;
  transition: 0.4s;
}

.con-btn-login img {
  width: 28px;
  height: 28px;
}

.tc-header-main-r1 {
  align-items: center;
}



/* banner section */
.home-banner-sec {

  padding: 50px 0;
  position: relative;
  /* background: linear-gradient(90deg, rgb(2 99 121) 0%, rgb(2 99 121) 50%, rgb(2 99 121) 100%); */
  background: #E0F0FF;
  z-index: 1;
}

.home-banner-sec::before {
  content: '';
  position: absolute;
  /* background-color: #026379; */

  background: url(../images/bannerimage-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 300px;
  height: 145px;
  bottom: 0;
  left: 30%;
  z-index: 2;
}

.home-banner-sec::after {
  content: '';
  position: absolute;
  background: url(../images/bannerimage-bg-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
    width: 212px;
    height: 175px;
  bottom: 0;
  left: 39%;
  z-index: 2;
}

.home-banner-right-img {
  width: 100%;
}

.home-banner-right img {
  width: 100%;
}

.home-banner-sec-r1 {
  align-items: center;
}

.banner-left-head-h3 {
  font-size: 50px;
  font-weight: 400;
  color: #2B2B2B;
  line-height: 56px;
}

.banner-left-head-h3-span {
  font-weight: 600;
}

.banner-left-head-para {
  color: #1D1D1D;
  margin-top: 20px;
  width: 80%;
  font-weight: 500;
}

.banner-left-head-ul-li {
  font-family: "Shantell Sans", cursive !important;
  padding: 0;
  margin: 0;
}

.banner-left-head-ul-li li {
  color: #1F353F;
/*font-family: "Shantell Sans";*/
font-size: 18px;
font-weight: 400;
    margin-bottom: 15px;
}

.get-us-left-a {
  margin-top: 40px;
}
.get-us-left-a-left-svg{
        border-radius: 100px;
        transform: rotateY(0deg);
            margin-left: 3px;
  /*transform:rotate(-55deg);*/
  /*transition: transform 0.3s; */
  /*color:#fff;*/
}
.banner-left-a {
  color: #111;
  font-size: 18px;
  border: 1px solid #ffc000;
   padding: 16px 6px 16px 16px;
  background: #ffc000;
  border-radius: 100px;
      font-weight: 500;
          padding: 8px 6px 8px 16px;
    display: inline-flex
;
    width: fit-content;
    align-items: center;
    gap: 10px;
    justify-content: center;
  transition: 1s;
}

.banner-left-a:hover {
    color: #fff;
    border: 1px solid #212121;
    background: #212121;
    transition: 1s;
}
.banner-left-a:hover .get-us-left-a-left-svg {
    transform: rotateY(180deg);
    transition: transform 1s;
}
.banner-left-a:hover .get-us-left-a-left-svg rect {
    fill: #FBB900;
    transition: transform 1s;
}

.banner-left-a:hover .get-us-left-a-left-svg path {
    fill: #212121;
    transition: transform 1s;
}


.get-start-a-img {
  width: 35px;
}

.banner-left-a:hover .get-start-a-img {
  transform:rotate(-55deg);
  transition: transform 0.3s;
}

.home-banner-right {
  position: relative;
}

.home-banner-right-animation {
  position: absolute;
  top: 0;
}

.home-banner-right-animation-img {
  /* margin: 38px; */
  width: 130px;
  height: 130px;
  border-radius: 130px;
  animation: rotate-animation 10s infinite linear;
  text-align: center;
}

.home-banner-right-animation-img {
  transform: scale(0.7);
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}




/* new svg */
/* svg {
  width: 200px;
  height: 200px;
}

text {
  fill: white;
  font-size: 14px;
  letter-spacing: 1px;
} */






/* banner-logo- filp css  */

/* .logo-flipper {
  position: relative;
  width: 137px;
  height: 133px;
  perspective: 1000px;
}

.logo-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: transform 1s;
  border-radius: 10px;
}

.logo-icon.front {
  transform: rotateY(0deg);
  animation: flipFront 5s infinite;
}

.logo-icon.back {
  transform: rotateY(180deg);
  animation: flipBack 5s infinite;
}




@keyframes flipFront {
  0%, 45% {
    transform: rotateY(0deg);
  }
  50%, 100% {
    transform: rotateY(180deg);
  }
}

@keyframes flipBack {
  0%, 45% {
    transform: rotateY(180deg);
  }
  50%, 100% {
    transform: rotateY(360deg);
  }
} */





/* Common flip setup for all logos */
.logo-flipper {
  position: relative;
  width: 137px;
  height: 133px;
  perspective: 1000px;
}

.logo-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: transform 1s;
  border-radius: 10px;
}

/* Initial flip animation for the front and back */
.logo-icon.front {
  transform: rotateY(0deg);
  animation: flipFront 5s infinite;
}

.logo-icon.back {
  transform: rotateY(180deg);
  animation: flipBack 5s infinite;
}

/* Animation for the front flip */
@keyframes flipFront {

  0%,
  45% {
    transform: rotateY(0deg);
  }

  50%,
  100% {
    transform: rotateY(180deg);
  }
}

/* Animation for the back flip */
@keyframes flipBack {

  0%,
  45% {
    transform: rotateY(180deg);
  }

  50%,
  100% {
    transform: rotateY(360deg);
  }
}

/* Additional flip animations for the sec-front and sec-back */
.logo-icon.sec-front {
  transform: rotateY(0deg);
  animation: flipFrontSec 5s infinite;
  animation-delay: 2.5s;
  /* Delay starts after first flip */
}

.logo-icon.sec-back {
  transform: rotateY(180deg);
  animation: flipBackSec 5s infinite;
  animation-delay: 2.5s;
  /* Delay starts after first flip */
}

/* Keyframes for the second set of flips */
@keyframes flipFrontSec {

  0%,
  45% {
    transform: rotateY(0deg);
  }

  50%,
  100% {
    transform: rotateY(180deg);
  }
}

@keyframes flipBackSec {

  0%,
  45% {
    transform: rotateY(180deg);
  }

  50%,
  100% {
    transform: rotateY(360deg);
  }
}


/* 
@keyframes autoFlip {
  0%, 49.99% {
    transform: rotateY(0deg);
  }
  50%, 100% {
    transform: rotateY(180deg);
  }
} */



.home-banner-right-1 {
  display: grid;
  justify-content: space-around;
  margin-top: 40px;
  grid-template-columns: auto auto auto auto auto;
  gap: 10px;
}

/* end of banner-logo- filp css  */
.what-we-do-sec {
  margin-top: 60px;
}

.order-now-left {
  text-align: center;
}

.order-now-left .testi-txt{
   font-family: "Gochi Hand", cursive !important; 
}

.new-para-order-now-left{
      color: #171717;
      font-size: 24px;
        font-weight: 500;
}
.order-now-left-p {
  color: #181818;
  font-family: "Shantell Sans";
  font-size: 25px;
  font-weight: 500;
}
.order-now-left-para{
    color: #171717;
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 600;
}

.order-now-left-h2 {
  color: #171717 !important;
  margin-bottom: 10px;
text-align: center;
font-family: "Gochi Hand";
font-size: 50px;
font-style: normal;
font-weight: 400;
   margin: 0 auto 30px auto;
    position: relative;
    width: fit-content;
}

.order-now-left-h2::before{
    content: '';
    position: absolute;
    background: url(../images/our-digitizing-process-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 215px;
    height: 23px;
    bottom: -18px;
    right: 0%;
      z-index: 0;
         
}
.order-now-left-h2-home {
  color: #171717 !important;
  margin-bottom: 10px;
text-align: center;
font-family: "Gochi Hand";
font-size: 50px;
font-style: normal;
font-weight: 400;
   margin: 0 auto 30px auto;
    position: relative;
    width: fit-content;
}

.order-now-left-h2-home::before{
    content: '';
    position: absolute;
    background: url(../images/faq-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 215px;
    height: 23px;
    bottom: -18px;
    right: 0%;
      z-index: 0;
         
}
.what-we-do-em1 {
    width: 350px !important;
   margin-bottom: -83px;
    position: relative;
    z-index: -1;
}
.what-we-do-img-31-new{
    width: 300px;
    position: absolute;
    right: 0;
    bottom: -30px;
    z-index: 1;

}
.what-we-do-img-31-new-data-img{
        width: 250px;
}
.what-we-do-img-31-new-data{
    position: relative !important;
    top: -150px;
    z-index: 2;
}
.what-we-do-img-21-new{
    width: 80% !important;
    margin: 0 auto;
    display: flex;
}
.what-we-do-img-21-new-img{
        width: 77% !important;
    margin: 0 auto;
    display: flex;
}
.what-we-do-right {
  text-align: right;
  /* float: right; */
}
.what-we-do-img-coloreel-11{
        width: 390px !important;
            position: relative;
    bottom: -57px;
}
.what-we-do-right-a {
  color: #fff;
  background: #000;
  padding: 20px 10px 20px 10px;
  border-radius: 100px;
  transition: transform 0.3s;
}

.what-we-do-right-a-img {
  width: 35px;
  transition: transform 1s;
  /* margin-right: -12px; */
}

.what-we-do-right-a:hover {
  color: #fff;
  transition: transform 0.3s;
}

.what-we-do-right-a:hover .what-we-do-right-a-img {
  /*transform: rotate(-55deg);*/
  /*transition: transform 0.3s;*/
      transform: rotate(360deg);
    transition: transform 1s;
}

.content-title-a1 {
  position: relative;
  transition: all 300ms ease-out;
  will-change: transform;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}

.content-title-a1:hover {
  color: #000;

}

.content-title-a1:hover {
  /* -webkit-transform: translate3d(-1rem, 0, 0);
          transform: translate3d(-1rem, 0, 0); */
}

.content-title-a1 .content-title-a1-img {
  position: absolute;
  width: 20px;
    right: -1.8rem;
    opacity: 1;
    top: 48%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 300ms ease-out;
  will-change: right, opacity;
}

.content-title-a1:hover .content-title-a1-img {
  opacity: 1;
  right: -2rem;
}

.what-we-do-content-para {
  margin-top: 30px;
  color: #4E4E4E;
  font-size: 18px;
}

.what-we-do-content-h2 {
  color: #363636;
  font-weight: 600;
  font-size: 36px;
}

.what-we-do-content-a {
  margin-top: 30px;
}

.what-we-do-sec-r1 {
  margin-bottom: 100px;
  margin-top: 50px;
  align-items: center;
}
.what-we-do-sec-r1-margin{
    margin-bottom: -100px; 
}

.what-we-do-sec-head-r {
  margin-bottom: 20px;
  align-items: center;
}

.what-we-do-img-1 img{
   /*width: 22%;*/
}
.new-what-we-do-rotate img{
    /*transform: rotate(337deg);*/
        margin-bottom: -60px;
    z-index: 4;
    position: relative;
    left: -20px;
}
.what-we-do-img-2 {
  width: 100%;
  margin: -34px auto;
    position: relative;
    z-index: 1;
}
.what-we-do-img-2 img{
    width:90%;
}

.what-we-do-img-3 {
  position: absolute;
  right: 0;
  bottom: -30px;
  
    z-index: 1;
}

.what-we-do-img-3 {
  /* float: right; */
  text-align: right;
}

.what-we-do-img-left {
  position: relative;
}

.what-we-do-img-left::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 100%;
  /* background: #f9f9f9; */
  background-image: url(../images/what-we-do-img-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}


/* Working Process */
.working-process-section {
  background: url(../images/working-process-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0px;
}

.word-process-grid-section {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 50px;
}

.workprocess-indi-1 {
  position: relative;
  text-align: center;
}

.workprocess-indi-1::after {
  position: absolute;
  content: '';
  background: url(../images/work-process-arrow-down.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 62px;
  top: 17%;
  /* left: 0; */
  right: -28%;
}

.workprocess-indi-1 img {
  width: 80%;
}

.workprocess-indi-2 {
  position: relative;
  text-align: center;
  margin-top: 55px;
}

.workprocess-indi-2::after {
  position: absolute;
  content: '';
  background: url(../images/work-process-arrow-up.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 62px;
  top: 17%;
  /* left: 0; */
  right: -35%;
}

.workprocess-indi-2 img {
  width: 80%;
}

.workprocess-indi-3 {
  position: relative;
  text-align: center;
  margin-top: 45px;
}

.workprocess-indi-3 img {
  width: 80%;
}

.workprocess-indi-1 h5,
.workprocess-indi-2 h5,
.workprocess-indi-3 h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #1B1B1B;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
}

.workprocess-cta {
  text-align: center;
}

.workprocess-cta-a {
  color: #fff;
  background: #000;
  padding: 20px 10px 20px 10px;
  border-radius: 100px;
  transition: transform 0.3s;
}

.workprocess-cta-a-img {
  width: 40px;
  transition: transform 0.3s;
  /* margin-right: -12px; */
}

.workprocess-cta-a:hover {
  color: #fff;
  transition: transform 0.3s;
}

.workprocess-cta-a:hover .workprocess-cta-a-img {
  transform: rotate(45deg);
  transition: transform 0.3s;
}





/* home-work */

.home-work-sec {
  position: relative;
  padding: 70px 0;
  background-image: url(../images/work-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;

}

.home-work-sec-r1 {
  background: #fff;
  padding: 40px;
  border-radius: 5px;
  align-items: center;
}

.home-work-sec-left-h2 {
  font-size: 36px;
  font-weight: 600;
}

.home-work-sec-left-p {
  color: #01141F;
  font-size: 20px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}

.home-work-sec-left-a {
  margin-top: 60px;
}


/* btn */
.home-work-sec-left-a1 {
  border: 1px solid #F9B800;
  background: #F9B800;
  color: #212121;
  padding: 16px 16px;
  font-weight: 600;
  border-radius: 100px;
  font-size: 22px;
  box-shadow: 0 4px 27.6px 0 rgba(76, 76, 76, 0.25);
transition: 1s;
}

.home-work-sec-left-a1:hover {
  background-color: #000000;
  color: #F9B800;
  border: 1px solid #000000;
  transition: 1s;
}

.home-work-sec-left-a1-icon {
  width: 22px;
  height: 22px;
}

/*.home-work-sec-left-a1-icon path {*/
/*  fill: #212121;*/
/*}*/
.home-work-sec-left-a-svg path {
  transition: 1s;
}
.home-work-sec-left-a1:hover .home-work-sec-left-a-svg path {
  fill: #FFC000;
  transition: 1s;
}
.what-we-do-img-1{
    position: relative;
    z-index: 1;
}

/*end of  btn */


.home-work-sec-right-img {
  width: 100%;
}

/* end of  home-work */


/* counter */
.counter-sec {
        overflow: hidden;
  padding: 60px 0;
  /* background: #171717; */
}

.counter-sec .container {
  padding: 50px 0px;
}

.stats-data-h2 {
  color: #1B1B1B;
  font-size: 48px;
  font-weight: 600;
	    margin: 0 10px;
}

.stats-data {
  text-align: center;
  align-items: center;
  justify-content: center;

}

.stats-data-line {
    margin: 0 10px;
  border-right: 1px dashed #9E9E9E;
}

.stats-data-h5 {
  /* margin-left: 20px; */
  font-size: 20px;
  text-align: center;
  /* line-height: 24px; */
  /* letter-spacing: 1px; */
  /* font-weight: 300; */
  color: #5A5A5A;
}

/* end of counter */

/* why-choose-us */
.why-choose-us-sec {
  position: relative;
  padding: 50px 0 0px 0;
  background-image: url(../images/why-choose-us-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.why-choose-us-sec::after {
    background: linear-gradient(45deg, #14141400 20px, #ffffff 0), linear-gradient(-45deg, transparent 20px, #ffffff 0);
    background-size: 24px 24px;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    z-index: 0;
    /*filter: invert(100%);*/
    transform: rotate(180deg);
}

.why-choose-us-sec::before {
  background: linear-gradient(45deg, #14141400 20px, #ffffff 0), linear-gradient(-45deg, #141414 20px, #ffffff 0);
  background-size: 20px 20px;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
}

.why-choose-us-sec-left {
  /* margin-bottom: -7%; */
  height: 100%;
}
.why-choose-us-sec-r1-new{
    display: flex;
    align-items: flex-end;
}
.why-choose-us-sec-left-img {
  width: 100%;
  /*height: 100%;*/
  text-align: left;
}

.why-choose-us-sec-right-head-p {
  color: #F9B800;
  font-family: "Shantell Sans";
  font-size: 25px;
  font-weight: 500;
}
.why-choose-us-sec-right-head .testi-txt{
    color: #FFC000;
font-family: "Gochi Hand", cursive !important;
font-size: 25px;
font-weight: 400;
}

.why-choose-us-sec-right-head-h2 {
  color: #ffffff;
  font-weight: 600;
  font-size: 40px;
}

.why-choose-us-sec-right-list {
  display: flex;
  align-items: center;
  /* margin-bottom: 30px; */
}

.why-choose-us-sec-right-list-text-p {
  margin-bottom: 0;
  color: #fff;
  font-size: 17px;
}

.why-choose-us-sec-right-para {
  color: #878787;
  margin: 30px 0;
}

.why-choose-us-sec-right-list-text {
  margin-left: 15px;
}

.why-choose-us-sec-right-icon-sec {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.right-icon-sec-indi {
  border-radius: 6px;
  border: 1px solid #3E3E3E;
  padding: 15px 12px;
}

.right-icon-sec-indi:hover .why-choose-us-sec-right-list-img-1
 {
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-name: tpshake;
    transition: .2s ease-in-out;
    animation-timing-function: ease-in-out;
}








/* end of why-choose-us */

/* marquee home page */



/* marquee */
:root {
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 14);
  --duration: 40s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}


@keyframes scroll-x2 {
  from {
    transform: translateX(var(--scroll-end));
  }

  to {
    transform: translateX(var(--scroll-start));
  }
}

@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }

  to {
    transform: translateX(var(--scroll-end));
  }
}

.marquee-whole-sec {
  /*background: url(../images/marquee-bg-img.png);*/
  /*background-size: cover;*/
  /*background-repeat: no-repeat;*/
    padding: 60px 0px;
    margin-top: 10px;
}


.marquee-heading-sec .marquee-h31 {
  color: #171717;
  text-align: center;
  font-family: "Shantell Sans";
  font-size: 47px;
  font-weight: 400;
}

.marquee-heading-sec .marquee-h32 {
  color: #171717;
  text-align: center;
  font-family: "Gochi Hand", cursive;
  font-size: 64px;
  font-weight: 500;
      margin: 0 auto 35px auto;
    position: relative;
    width: fit-content;
}

.marquee-heading-sec .marquee-h32::before{
    content: '';
    position: absolute;
    background: url(../images/faq-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 215px;
    height: 23px;
    bottom: -18px;
    right: 0%;
      z-index: 0;
         
}
.marquee-heading-sec h5{
    color: #575757;
text-align: center;
font-family: Outfit;
font-size: 19px;
font-weight: 500;
}

.marquee-heading-sec .marquee-h2 {
  font-family: "Shantell Sans";
  color: #FE9815;
  text-align: center;
  font-size: 70px;
  font-weight: 600;
  line-height: 130%;
  text-shadow: 2px 2px #000;
}

.slide-logo {
  width: 260px;
}

.marquee-main-sec {
  padding: 100px 0px;
  text-align: center;
  position: relative;
}
.marquee-main-sec::before{
    content: '';
    position: absolute;
    background: url(../images/marquee-bg-img.png);
    background-size: 100% 59%;
    background-repeat: no-repeat;
    width: 100%;
    height: 84%;
    bottom: -17%;
    left: 0;
    z-index: -1;
}

.marquee-main-sec-img{
        animation: floatSlow 3s ease-in-out infinite;
}
.marquee-main-sec-img1{
        animation: floatSlowres 3s ease-in-out infinite;
}

.marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.marquee_group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}

.marquee-reverse .marquee_group {
  animation-direction: reverse;
  animation-delay: -3s;
}

.marquee2 {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);

}

.marquee_group2 {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x2 var(--duration) linear infinite;
    
}


.marquee_group2 {
  animation-direction: initial;
  animation-delay: -3s;
}




.fa {
  font-size: 70px !important
}

.marquee .fa {
  display: grid;
  place-items: center;
  width: var(--size);
  fill: var(--color-text);
  background: var(--color-bg-accent);
  aspect-ratio: 19/9;
  padding: calc(var(--size) / 10);
  /* border-radius: 0.5rem; */
}

.marquee2 .fa {
  display: grid;
  place-items: center;
  width: var(--size);
  fill: var(--color-text);
  background: var(--color-bg-accent);
  aspect-ratio: 19/9;
  padding: calc(var(--size) / 10);
  /* border-radius: 0.5rem; */
}

.wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin: auto;
  max-width: 100vw;
  margin-top: 0px;
}

.wrapper2 {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin: auto;
  max-width: 100vw;
  margin-top: 0px;
  
    position: relative;
}

.wrapper2::before{
    /*content: '';*/
    /*position: absolute;*/
    /*background: url(../images/home-trial-right-img.png);*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*width: 270px;*/
    /*height: 277px;*/
    /*bottom: 15px;*/
    /*right: 9%;*/
    /*z-index: -2;*/
    /*transform: rotate(11deg);*/
}
.marquee_group-data {
  display: flex;
  align-items: center;
}

.marquee_group-data-p {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 600;
  color: #fff;
}
.marquee_group-data-p-span {
    color: #FFC000;
    font-size: 30px;
}
.img-sec-slider {
  background: #6F6F6E;
  padding: 0px 0;
  transform: rotate(6.738deg);
}

.img-sec-slider2 {
  transform: rotate(-7.399deg);
  background: #1A1A18;
  padding: 0px 0;
}

.marquee_vector {
    width: 78px;
    margin-right: 14px;
   transform: rotate(187deg);
  
}
.marquee_vector-new {
    width: 78px;
    margin-left: 14px;
   transform: rotate(5deg);
  
}

/* end fo marquee home page */


/* portfolio */
.ourwork-section {
  position: relative;
  padding: 50px 0;
  /* background-image: url(../images/home-portfolio-bg.png); */
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.ourwork-section .main-img {
  width: 100%;
}

.our-works {
  padding-top: 20px;
  position: relative;
  padding-bottom: 20px;
}

.our-works:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -43px;
  background-image: url(../images/bottom-curve-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 140px;
  z-index: 1;
  /* background-size: contain;

    clip-path: polygon(0 25%, 51% 9%, 100% 23%, 100% 100%, 0% 100%);
    clip-path: polygon(0 47%, 51% 15%, 100% 47%, 100% 100%, 0% 100%); */

}

.our-works:before {
  position: absolute;
  content: "";
  left: 0;
  top: -51px;
  background-image: url(../images/bottom-curve.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 128px;
  z-index: 2;

}

/* end of portfolio */


.swiper-img-1 {
  width: 100%;
}

/* testimonials-sec */
.testimonials-sec {
  position: relative;
  padding: 50px 0;
  background-image: url(../images/testimonials-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.testimonials-ul-li-icon {
  width: auto;
}

.testimonials-ul {
  display: flex;
  align-items: center;
  gap: 5px;
}

.testimonials-sec-r1 {
  position: relative;
  margin-top: 60px;
  /* overflow: visible; */
  overflow: hidden;
}

.testimonials-sec-r1 .swiper-wrapper {
  /* overflow: hidden; */
}

.testimonials-data {
  background: #1A1A1A;
  padding: 20px;
  border: 1px dotted #636363;
  margin: 0 10px;
}

.testimonials-data-name-h2 {
  color: #fff;
  font-size: 30px;
}

.testimonials-data-p {
  color: #B3B3B3;
  width: 80%;
}

.testimonials-data-name {
  padding-top: 20px;
  border-top: 1px solid #3E3E3E;
}

.testimonials-client-name-h5 {
  margin-bottom: 10px;
  color: #fff;
  font-style: italic;
}

.testimonials-sec .swiper-button-prev {
  color: #CCCCCCCC;
  left: 73%;
  top: 20%;
  padding: 20px;
  border-radius: 100px;
  border: 1px solid #CCCCCC;
  position: absolute;
  background-color: #FFFFFF;
}

.testimonials-sec .swiper-button-next {
  color: #CCCCCCCC;
  right: 19%;
  top: 20%;
  padding: 20px;
  border-radius: 100px;
  border: 1px solid #CCCCCC;
  position: absolute;
  background-color: #FFFFFF;
}

.testimonials-sec .swiper-button-prev:after {
  content: '';
}

.testimonials-sec .swiper-button-next:after {
  content: '';
}

/*end of  testimonials-sec */


/* home-cta-sec */
.home-cta-sec {
  padding: 60px 0;
  background: #B4D9ED;
}

.home-cta-sec-a {
  margin-top: 50px;
}

.home-cta-sec-left-h2 {
  color: #1F1F1F;
  font-family: "Gochi Hand", cursive !important;
  font-size: 50px;
  font-weight: 500;
}

.home-cta-sec-left-p {
  color: #4E4E4E;
  margin-top: 30px;
  width: 95%;
  font-size: 18px;
}

.home-cta-sec-right-img-1 {
  width: 95%;
  margin: 0 auto -60px auto;
  display: flex;
}

.home-cta-sec-right {
  position: relative;
  z-index: 0;
  
}
.home-cta-sec-right::before{
    /*content: '';*/
    /*position: absolute;*/
    /*width: 60%;*/
    /*height: 86%;*/
    /*margin: 0 auto;*/
    /*border-radius: 100%;*/
    /*background: #E1F0F7;*/
    /*background-repeat: no-repeat;*/
    /*background-size: contain;*/
    /*top: 0;*/
    /*left: 40px;*/
    /*right: 0;*/
    /*z-index: -1;*/

}
.home-cta-sec-right-img-2 {
  position: absolute;
  top: 10%;
  left: 0px;
}

.home-cta-sec-r1 {
  align-items: center;
}









/* footer */

.footer-top {
  background: #e1f0f775;
  padding: 63px 0;
     position: relative;
z-index:1;
}
.footer-top::before{
  content: '';
  position: absolute;
  background: url(../images/footerbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0%;
z-index: -1;
}

.quick-links-data {
  margin-left: 70px;
}

.footer-link-para {
  color: #404040;
}

.f-widget-title h5 {
  color: #404040;
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  position: relative;
  font-weight: 600;
    position: relative;
    text-align: left;
}
.f-widget-title h5::before{
    content: '';
    position: absolute;
    background: url(../images/quick-links-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    width: 70px;
    height: 2px;
    bottom: -7px;
    left: 0;
z-index: -1;
}

.footer-link ul li i {
  color: #171717;
  margin-right: 5px;

}

.footer-link ul li i::before {
  font-size: 15px;
}

.footer-link ul li {
  margin-bottom: 10px;
  color: #171717;
  display: flex;
  gap: 5px;
}

.footer-link ul li a {
  color: #171717;
  font-size: 20px;
  display: flex;
  text-align: left;
}

.footer-link ul li a:hover {

  color: #F8AA00;
}

.footer-link ul li a:hover i {
  color: #F8AA00;
}

.footer-link-ul-address-ul {
  padding-left: 0;
}

.footer-link-ul {
  padding-left: 0;
}

.footer-social-a {
  /* color: #404040; */

}

.footer-social-a-svg {
  width: 45px;
  height: 45px;
  color: #F8AA00;
  background: #404040;
  border-radius: 100px;
  margin-right: 5px;
  padding: 10px 11px;
}


.copyright-text p {
  color: #d1d1d1;
  font-size: 16px;
  margin-bottom: auto;
}

.design-company {
  text-align: right;
  color: #fff;
  float: right;
}

.design-company a {
  color: #8d8d8d;
  font-size: 6px;
  cursor: pointer;
}

.design-company-a {
  display: block;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  position: relative;
  margin-top: -6px;
}

.copyright-area {
  padding: 10px 0;
  /* margin-top: 40px; */
  background: #343434;
}

.row.copyright-area-r1 {
  display: flex;
  align-items: center;
}

.footer-li-add-a {
  color: #171717;
  font-size: 16px;
  display: flex !important;
  gap: 4px;
  cursor: pointer
}

.footer-li-add-a:hover {
  color: #171717;
}

.footer-li-add-a i {
  color: #F8AA00 !important;
}

.footer-link-ul-address-ul i {
  color: #F8AA00 !important;
}


/* Career Page */
.career-banner {
  background-image: url(../images/careerbanner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  width: 100%;
  height: 280px;
}

.career-banner .container {
  display: flex;
}

.career-banner .left-sec {
  margin-top: 50px;
}

.career-banner .left-sec h1 {
  color: #ffff;
  font-size: 60px;
  font-weight: 600;
}

.career-banner .left-sec p,
.career-banner .left-sec a {
  color: #FBB900;
  font-size: 19px;
}


.career-shape-future {
  text-align: center;
  padding: 70px 20px;
}

.career-shape-future .container {
  /* width: 55%; */
}

.career-thrive-p {
  color: #181818;
  font-size: 20px;
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
}

.career-thrive-h2 {
  color: #181818;
  font-size: 40px;
  font-weight: 500;
}

.career-thrive-para {
  color: #181818;
  font-size: 18px;
  margin-top: 20px;
  width: 56%;
  margin: 10px auto;
}

.start-journey {
  text-align: center;
  margin-top: 30px;
}

.start-journey-a {
  color: #fff;
  background: #232323;
  font-weight: 600;
  padding: 10px 23px;
  border-radius: 85px;
  transition: transform 0.3s;
}

.start-journey-a:hover {
  color: #000;
  background: #F9B800;
  transition: 0.4s;
}

.career-thrive-imgs {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.career-thrive-imgs img {
  width: 100%;
}

.why-join-sign {
        padding: 40px 0;
  background: linear-gradient(180deg, rgba(228, 245, 255, 0.60) 0%, rgba(238, 246, 251, 0.77) 68.62%, rgba(238, 246, 251, 0.00) 113.69%);
}

.why-join-sign .container {
  display: flex;
  padding: 70px 20px;
}

.why-join-sign-h2 {
  font-size: 38px;
  margin-bottom: 20px;
  font-weight: 600;
}

.why-join-sign-p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: #4E4E4E;
  margin-top: 20px;
}

.why-join-sign-ul {
  margin: 0px;
  padding: 0px;
  margin-top: 25px;
  margin-bottom: 30px;
}

.why-join-sign-ul li {
  color: #4E4E4E;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 25px;
  font-family: "DM Sans", sans-serif;
}
.why-join-sign-ul-li-svg{
        width: 27px;
    height: 27px;
}
.why-join-sign-left img {
  width: 90%;
}

.inside-sign {
  padding: 50px 20px;
}

.inside-sign-h2 {
  font-size: 40px;
  margin-bottom: 0px;
  color: #171717;
  font-weight: 600;
}

.inside-sign-p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: #4E4E4E;
  margin-top: 20px;
}

.inside-sign-bxs-section {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 50px;
  gap: 20px;
  justify-content: center;
}

.inside-sign-box {
  border-radius: 5px;
  border: 1px solid #ACC7D9;
  background: #ffff;
  padding: 15px;
}

.inside-sign-box:hover {
  background: #E0F3FF;
}

.inside-sign-box p {
  color: #4E4E4E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-top: 20px;
}

.opportunities-sec {
  background-color: #FFC000;
  padding: 70px 20px;
}

.opportunities-h2 {
  text-align: center;
  color: #363636;
  font-size: 38px;
}

.opportunities-para {
  text-align: center;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400;
  color: #4E4E4E;
  margin-top: 20px;
      width: 66%;
    margin: 14px auto;

}

.opportunities-bxs-section {
  margin-top: 35px;
  margin-bottom: 35px;
}
.opportunities-bxs-section-r1-new{
        border-radius: 6px;
    border: 1px solid #b3b2b1;
    background: #ffff;
    display: flex
;
    padding: 25px 25px;
    margin-bottom: 20px;
    align-items: center;
    width: 90%;
    justify-content: center;
       margin: 0 auto 30px auto;
}


.opportunities-box {
  border-radius: 6px;
  border: 1px solid #b3b2b1;
  background: #ffff;
  display: flex;
  padding: 25px 0px;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 20px;
}

.opportunities-box:hover {
  background: #FEF5D9;
}

.opportunities-box p {
  margin-bottom: 0px;
  color: #5A5A5A;
  font-family: Outfit;
  font-size: 22px;
  font-weight: 400;
}

.opportunity-sec2 {
  display: block;
  text-align: center;
}

/* btn */
    .apply-now-a{
            text-align: right;
    }
.apply-now-a1 {
  background: #FEF5D9;
  color: #212121;
  padding: 10px 18px 10px 24px;
  font-weight: 500;
  border-radius: 50px;
  font-size: 20px;
}
.apply-now-a1:hover {
  background-color: #111111;
  color: #fff;
  transition: 0.3s;
}
.opportunities-box:hover .apply-now-a1 {
  background-color: #111111;
  color: #fff;
  transition: 0.3s;
}

.apply-now-a1-icon {
  width: 22px;
  height: 22px;
}

.apply-now-a1-icon path {
  fill: #212121;
}

.opportunities-box:hover .apply-now-a1-icon path {
  fill: #fff;
}

.apply-now-a1:hover .apply-now-a1-icon path {
  fill: #fff;
}


/*end of  btn */

.opportunities-last-section {
  text-align: center;
  margin-top: 50px;
}

.opportunities-last-section p {
  color: #4E4E4E;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
}

.opportunities-last-section a {
  color: #3E3E3E;
  font-size: 26;
  font-weight: 600;
}




/*portfolio page*/
.portfolio-section img {
  width: 100%;
}

.gallery-img {
  width: 100%;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.3s ease;
  display: block;
  margin-bottom: 15px;
}

.gallery-img:hover {
  transform: scale(1.03);
}

.gallery-grid {
  gap: 15px;
  column-count: 4;
  column-gap: 0.5rem;
}

.tab-btn {
  border: none;
  background-color: #f0f0f0;
  padding: 8px 18px;
  margin: 5px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s;
  font-family: 'Outfit';
  color: #000;
}

.tab-btn.active {
  background-color: #000 !important;
  color: #fff !important;
}


.fst-tab-haa {
  font-family: "DM Sans", sans-serif;
  color: #111111;
  font-size: 40px;
  font-weight: 550;
  text-align: center;
}

.fst-tab-ptag {
  font-family: "DM Sans", sans-serif;
  color: #585858;
  text-align: center;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 20px;
}

/*.digitize-btn {*/
/*  display: inline-flex;*/
/*  align-items: center;*/
/*  padding: 8px 16px;*/
/*  background: #fff;*/
/*  border-radius: 30px;*/
/*  font-weight: 550;*/
/*  text-decoration: none;*/
/*  color: #000;*/
/*  gap: 12px;*/
/*}*/

/*.digitize-btn:hover {*/
/*  color: #000;*/
/*}*/
/*.digitize-btn:hover img {*/
/*    transform: rotate(360deg);*/
/*    transition: transform 1s;*/
/*}*/

.icon-circle {
  width: 30px;
  height: 30px;
  background-color: #fbbc05;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s ease;
}

.digitize-btn:hover .icon-circle {
  transform: rotate(90deg);
}

.icon-circle svg {
  width: 14px;
  height: 14px;
  fill: black;
}



@keyframes floatSlow {

  0%,
  100% {
    transform: translateX(-7px);
    /* Left position */
  }

  50% {
    transform: translateX(7px);
    /* Right position */
  }
}

@keyframes floatSlowAdvanced {

  0%,
  100% {
    transform: translate(-5px, -2px);
    /* Left + slight up */
  }

  25% {
    transform: translate(0px, 2px);
    /* Center + slight down */
  }

  50% {
    transform: translate(5px, -2px);
    /* Right + slight up */
  }

  75% {
    transform: translate(0px, 2px);
    /* Center + slight down */
  }
}

.cta-banner-imgcon {
  background-image: url(../images/footer-doll-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #111111;
  position: relative;
  padding: 90px 0px;
  /* margin-top: 75px; */
}


.cta-doll {
  position: absolute;
  width: 16%;
  z-index: 10;
  left: 66%;
  bottom: 0;
  /*animation: floatSlow 3s ease-in-out infinite;*/
  will-change: transform;
}

.cta-abt-doll {
  position: absolute;
    width: 50%;
    z-index: 10;
    left: 45%;
    bottom: 0;
}
   .cta-abt-doll {
      opacity: 1;
      transform: translateY(20px);  /* Start from below */
      transition: opacity 0.5s ease-out, transform 0.5s ease-out;
    }

    /* When the class 'fade-up-active' is added, trigger the animation */
    .cta-abt-doll.fade-up-active {
      animation: fadeUp 1s ease-out forwards;
    }

    /* Define the fade-up animation */
    @keyframes fadeUp {
      0% {
        opacity: 0;
        transform: translateY(20px);  /* Start from below */
      }
      100% {
        opacity: 1;
        transform: translateY(0);  /* End at normal position */
      }
    }


.cta-hea-h1 {
    color: #f0f0f0;
    font-family: "Gochi Hand", cursive !important;
    font-weight: 500;
    font-size: 50px;
}

.ctn-button-rot {
  margin-top: 35px;
}

.cta-sign-sec {
  position: relative;
  margin-top: 0px;
  background: url(../images/footer-doll-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-doll-2 {
  position: absolute;
  width: 32%;
  z-index: 10;
  left: 66%;
  bottom: 0%;
}

.cta-doll-advanced {
  animation: floatSlowAdvanced 3s ease-in-out infinite;
}





/* About Page */

.about-banner {
  background-image: url(../images/about-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  width: 100%;
}

.about-banner .container {
  display: flex;
  align-items: center;
  padding: 60px 0px;
}

.about-banner .left-sec h1 {
  color: #ffff;
  font-size: 60px;
  font-weight: 600;
}

.about-banner .left-sec p,
.about-banner .left-sec a {
  color: #F9B800;
  font-size: 19px;
}

.about-who-we {
  padding: 50px 0px;
  text-align: center;
}

.about-who-we p {
  width: 70%;
  margin: 20px auto;
}

.about-who-we h2 {
  color: #171717;
  font-family: Outfit;
  font-size: 40px;
  font-weight: 600;
}


.our-execution-sec {
  padding: 60px 0;
}
.our-execution-sec-new-r1{
    align-items: center;
}

.our-execution-sec .container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.our-execution-sec .left-sec-img img {
  width: 100%;
}

.our-execution-sec .right-sec .who-we-cta {
  margin-top: 30px;
}

.our-execution-sec .right-sec .who-we-cta a {
  border-radius: 50px;
  background: #000;
  padding: 14px 15px;
  color: #FFF;
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 600;
}

.our-execution-sec .right-sec .who-we-cta a img {
  width: 35px;
}

/* over write  */
.our-execution-sec .right-sec h5 {
  color: #171717;
  font-family: Outfit;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* new css for about  */
.abt-top-right-para {
  margin-bottom: 4px;
}

.abt-top-right-h3 {
  font-size: 24px;
  margin-top: 12px;
  
}
.abt-top-right-h3-bg{
   position: relative; 
   width: fit-content;
}

.abt-top-right-h3-bg::before{
    /*content: '';*/
    /*position: absolute;*/
    /*background: url(../images/faq-bg.png);*/
    /*background-size: contain;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*width: 172px;*/
    /*height: 11px;*/
    /*bottom: -15px;*/
    /*right: -6%;*/
    /*z-index: 0;*/
}
.abt-main-head-h3 {
  color: #171717;
  font-family: "Gochi Hand", cursive;
    font-size: 50px;
    font-weight: 500;
   margin: 0 auto 50px 0;
    position: relative;
    width: fit-content;
}

.abt-main-head-h3::before{
    content: '';
    position: absolute;
    background: url(../images/faq-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 215px;
    height: 23px;
    bottom: -18px;
    right: 0%;
      z-index: 0;
         
}
.abt-future-sign-h3{
        margin: 0 auto 50px auto;    
}
.abt-future-sign-sec {
  padding: 50px 0;
  background: #f9f9f9;
}

.abt-future-sign-img {
  width: 75%;
}

.abt-future-sign-data {
  text-align: center;
}

.abt-future-sign-data-h4 {
  margin-top: 20px;
  color: #363636;
  font-size: 26px;
  font-weight: 600;

}

.abt-future-sign-data-para {
  color: #4E4E4E;
}

.abt-our-core-sec {
  padding: 60px 0;
}

.abt-our-core-data {
  padding: 20px;
  border: 1px solid #ACC7D9;
  border-radius: 10px;
  margin-bottom: 20px;
  min-height: 245px;
  transition: 0.3s;
}

.abt-our-core-data:hover {
  background: #e3f5fb;
}

.abt-our-core-data-head-h3 {
  color: #000;
  font-size: 24px;
  margin-top: 35px;
}

.abt-our-core-data-head-para {
  color: #4E4E4E;
  margin-bottom: 0;
}

.abt-our-core-sec-r1 {
  margin-top: 20px;
}

.abt-our-core-data-icon {
  width: auto;
}

.abt-team-sign-video-sec {
  position: relative;
  padding: 70px 0;
  background-image: url(../images/abt-team-sign-video-sec-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.abt-team-sign-video-head {
  margin-bottom: 20px;
}

.abt-team-sign-video-sec-img {
  width: 100%;
}

.client-success-image {
  position: relative;
}

.client-success-image .play-button {
  position: absolute;
  top: 40%;
  left: 0%;
  right: 0;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.client-success-image .play-button i {
  width: 85px;
  height: 85px;
  background-color: #ffffff3b;
  border-radius: 100px;
  line-height: 85px;
  font-size: 35px !important;
  backdrop-filter: blur(3px);
  color: #fff;
  animation: 1.5s ease-in-out infinite blink
}

@keyframes blink {
  0% {
    box-shadow: 0 0 0 0 #FFC000
  }

  100% {
    box-shadow: 0 0 0 16px rgba(187, 222, 251, .3)
  }
}

.abt-our-founder-sec {
  padding: 70px 0;
}

.abt-our-founder-sec .row {
  align-items: center;
}

.abt-our-founder-sec-data {
  margin-bottom: 20px;
}

.abt-our-founder-para {
  color: #4E4E4E;
}

.abt-our-founder-img {
  width: 100%;
      border-radius: 10px;
}

.abt-our-core-data:hover .abt-our-core-data-icon {
  animation-duration: .4s;
  animation-iteration-count: 1;
  animation-name: tpshake;
  transition: .2s ease-in-out;
  animation-timing-function: ease-in-out;
}


@keyframes tpshake {
  10% {
    transform: translateY(-10px)
  }

  50% {
    transform: skew(15deg)
  }

  80% {
    transform: rotate(10deg)
  }

  to {
    transform: translate(0)
  }
}

.abt-our-team-data-list {
  display: grid;
  justify-content: space-around;
  margin-top: 40px;
  grid-template-columns: auto auto auto auto auto;
  gap: 10px;

}

.w-20 {
  width: 20%;
}

.abt-our-team-sec-data {
  padding: 10px;
  border: 1px dotted #9C9C9C;
  border-radius: 15px;
  margin-bottom: 20px;
  text-align: center;
  min-height: 435px;
}

.abt-our-team-sec-data-h4 {
  color: #0D0D0D;
  margin-top: 20px;
  font-weight: 500;
  font-size: 20px;
}

.abt-our-team-sec-data-pos {
  color: #222222;
  font-weight: 500;
  font-size: 16px;
}

.abt-our-team-sec-data-details {
  color: #4E4E4E;
  font-style: italic;
  font-size: 16px;
}

.abt-our-team-sec {
  margin-top: 50px;
  margin-bottom: 70px;
}

.abt-our-team-sec-r1 {
  margin-top: 30px;
  justify-content: center;
}



.subbanner-wrap {
    padding: 100px 0;
    /*padding: 150px 0;*/
    position: relative;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}
.subbanner-wrap::before {
    content: '';
    position: absolute;
    /*background: #06060678;*/
 /*background: #ffffff2e;*/
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}
.banner-title h1 {
    /*color: #fff;*/
    color:#fff;
    /*background: #f1f1f1;*/
    width: fit-content;
    
    /*padding: 0 10px;*/
    text-align:center;
}
#crumbs a {
    /*color: #ffffff;*/
     color:#FBB900;
    text-decoration: none;
    font-size: 20px;
        font-weight: 600;
}
.divider {
     /*color: #ffffff;*/
      color:#FBB900;
    font-size: 18px;
}
.current {
    font-size: 18px;
    color: #FBB900;
    font-weight: 600;
}



.cta-sign-sec-foo-a {
    position: relative;
    margin-top: 100px;
}


.abt-down-sec{
    /*margin-top: 140px;*/
}
/*.footer-sec-btn-a{*/
/*    color:#000;*/
/*    font-weight: 600;*/
/*    text-decoration: underline !important;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/
/*.footer-sec-btn-a:hover{*/
/*    color:#000;*/
/*}*/






                                                                        /*awards page*/


.si-award-sec-h2 {
  color: #171717;
  text-align: center;
  font-family: Outfit;
  font-size: 40px;
  font-weight: 600;
  margin: 0 auto 50px auto;
    position: relative;
    width: fit-content;
}

.si-award-sec-h2::before{
    content: '';
    position: absolute;
    background: url(../images/faq-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 198px;
    height: 14px;
    bottom: -10px;
    right: -4%;
    z-index: 0;
         
}

.award-img-h2 {
  margin-bottom: 30px;
  color: #171717;
  font-family: Outfit;
  font-size: 40px;
  font-weight: 600;
}

.sign-fst-p {
  color: #585858;
  margin-bottom: 10px;
  font-size: 17px;
}

.sign-award-fstsection {
  margin-top: 50px;
}
.sign-award-fstsectio-r1{
        align-items: center;
        padding-bottom: 40px;
    border-bottom: 1px solid #1A1A1A40;
}
.award-img-h2 {
  text-align: center;
}


.award-si-imgg {
  width: 80%;
}

.awa-imgg-para {
    padding: 20px 35px;
    text-align: center;
    color: #323232;
    font-weight: 500;
    font-size: 18px;
    width: 46%;
    margin: 0 auto;
}

.award-imgg-contentdiv .row {
  display: flex;
  align-items: center;
}

.award-imgg-contentdiv {
  margin-bottom: 10px;
}

.award-imgg-section {
  margin-top: 40px;
}



.img-ani-div {
  position: relative;
  display: inline-block;
  overflow: hidden;

}


.img-ani-div:hover .award-si-imgg {
  filter: contrast(120%) brightness(110%);
}

.img-ani-div::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 30%;
  height: 100%;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.7) 50%,
      rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  z-index: 2;
  transition: left 0.9s ease-in-out;
}

.img-ani-div:hover::before {
  left: 150%;
}

@keyframes floatSlow {

  0%,
  100% {
    transform: translateX(-8px);
    /* Left position */
  }

  50% {
    transform: translateX(8px);
    /* Right position */
  }
}
@keyframes floatSlowres {

  0%,
  100% {
    transform: translateX(8px);
    /* Left position */
  }

  50% {
    transform: translateX(0px);
    /* Right position */
  }
}

.cta-doll-2-advanced {
  animation: floatSlowAdvanced 3s ease-in-out infinite;
}





                                                                    /*Nooloviyan page*/




.nool-main-section .nool-para1 {
  color: #F2F2F2;
    text-align: center;
    font-family: "Gochi Hand";
    font-size: 50px;
    font-weight: 400;
    padding: 30px 0px 60px 0;
    width: 80%;
    margin: 0 auto;
}

.nool-main-section {
  background: url('../images/nool-main-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px 80px 0px;
  background-color: #1B1B1B;
}

.nool-main-section .nool-with-img-sec {
  /*display: flex;*/
  align-items: center;
  /*column-gap: 50px;*/
  margin:50px 0px;
}

.nool-with-img-sec .left-sec-img img {
  width: 100%;
}

.nool-with-img-sec .right-sec-con h4 {
    color: #F9B800;
    font-family: Outfit;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 20px;

}

.nool-with-img-sec .right-sec-con p {
  color: #F2F2F2;
  font-family: "DM Sans";
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 10px;
}

.nool-main-section .nool-para2 {
  color: #FFF;
  font-family: Outfit;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}

.nool-main-section .nool-para-last {
  color: #EEE;
  text-align: center;
  font-family: "DM Sans";
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}
.nool-main-section .nool-para-last span{
  color: #F9B800;
font-family: "DM Sans";
font-size: 22px;
font-weight: 600;
}
.nool-main-section .nool-para-last span a{
  color: #F9B800;
font-family: "DM Sans";
font-size: 22px;
font-weight: 600;
}
.nool-cta{
      margin-top: 40px;
}
.nool-cta-a {
  color: #0D0D0D;
  background: #fff;
  font-weight: 600;
  padding: 15px 10px 15px 10px;
  border-radius: 100px;
  transition: transform 0.3s;
}

.nool-cta-a-img {
  width: 38px;
  transition: transform 0.3s;
  /* margin-right: -12px; */
}

.nool-cta-a:hover {
  color: #0D0D0D;
  transition: transform 0.3s;
}

.nool-cta-a:hover .nool-cta-a-img {
  transform: rotate(45deg);
  transition: transform 0.3s;
}



                                                                        /*embroidery page*/



.emo-img{
    width: 100%;
    float: left;
    padding: 0px 20px;
        margin-top: -80px;
}
.emo-fst-p{
    font-style: normal !important;
    color: #4E4E4E;
}
.emo-fst-p-c{
     color: #4E4E4E;
     margin-top: 30px;
}
.embo-cen-pdiv {
    margin-top: 20px;
}

.fst-embro-sectionmain{
    margin-top: 80px;
}
.fst-embro-sectionmain-r1-new{
    justify-content: center;
        /*align-items: flex-start;*/
        align-items: center;
}
.emo-h2{
    font-weight:600;
}

/* did you section */
.didyou-p{
    color: #4E4E4E;
    padding-right: 30px;
  
}
.did-img{
    width: 80%;
    
}

.did-section-main{
    margin-top: 50px;
}
.did-section-main .did-youh2{
    color: #171717;
font-family: "Gochi Hand";
font-size: 40px;
font-weight: 400;
}
.did-youh2 {
   margin: 0 auto 50px 0;
    position: relative;
    width: fit-content;
}

.did-youh2::before{
    content: '';
    position: absolute;
    background: url(../images/faq-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 198px;
    height: 14px;
    bottom: -10px;
    right: -5%;
    z-index: 0;
         
}
.why-choose-section-embro-h2-1{
    position: relative; 
    width: fit-content;
}
.why-choose-section-embro-h2-1::before{
    content: '';
    position: absolute;
    background: url(../images/faq-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 180px;
    height: 14px;
    bottom: -10px;
    right: -5%;
    z-index: 0;
         
}
.did-section-main-r1{
   align-items: center;
}
.did-section-main .row{
   align-items: center;
}

.why-head-em{
    font-weight:600;
    text-align: left;
    margin-bottom: 40px;
    font-family: "Gochi Hand";
}
.embro-img-para{
    color: #181818;
    font-size: 20px;
   text-align: center;
}

.embro-img{
  padding-right: 10px;
  
}
.em-price-h2{
    color: #171717;
text-align: center;
font-family: "Gochi Hand";
font-size: 40px;
font-weight: 400;
text-transform: capitalize;
   margin: 0 auto 30px auto;
    position: relative;
    width: fit-content;
}

.em-price-h2::before{
    content: '';
    position: absolute;
    background: url(../images/faq-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 215px;
    height: 23px;
    bottom: -18px;
    right: 0%;
      z-index: 0;
         
}
.em-price-p{
    color: #404040;
text-align: center;
font-size: 20px !important;
font-weight: 400;
}
.gray-border{
    border-bottom: 1px solid #E9E9E9;
}
.em-price-button{
    text-decoration: none;
    color: #111111;
     /*background-color: #F5F5F5;*/
          background-color: #f9b800;
    padding: 12px 90px;
     border: 1px solid #F5F5F5;
}
.em-price-buttondiv{
    margin-top: 40px;
    font-size: 16px;
    font-weight: 500;
}
.price-contentdiv{
    margin:30px 0px;
}
.price-iterm-con-c{
 
     border-radius: 20px;
    background-color: #FFFFFF;
    padding: 25px 20px;
    text-align: center;
    border: 1px solid #F9B800;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.price-iterm-con{
    border-radius: 20px;
    background-color: #FFFFFF;
    padding: 25px 20px;
    text-align: center;
       min-height: 310px;
    border: 1px solid #ffffff;
    border: 1px solid #F9B800;
     box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.page-id-26 .price-iterm-con {

    min-height: 284px;
}
.em-price-buttondiv-c{
  margin-top: 40px;
    font-size: 16px;
    font-weight: 500;  
}
.em-price-button-c{
    text-decoration: none;
    color: #111111;
    background-color: #F9B800;
    padding: 12px 90px;
    border: 1px solid #F9B800;
        border-radius: 5px;
}
.em-price-button-c:hover{
    background-color: #ffffff;
    color:#000;
     border: 1px solid #F9B800;
     transition: 0.4s;
}
.em-price-button:hover{
    background-color: #ffffff;
    color:#000;
     border: 1px solid #F9B800;
     transition: 0.4s;
}
.price-iterm-con:hover{
     border: 1px solid #F9B800;
     transition: 0.4s;
    background-color:#F9B800 ;
   
    
}
.em-price-section{
  padding:50px 0px;
}


.price-bottom-p{
    display: inline;
    padding: 10px;
    color: #4E4E4E;
      font-family: "DM Sans", sans-serif;
    font-size: 18px;
    margin: 0;
}
.em-content-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.em-content-icon ul li{
display: flex;
    align-items: center;
}
.em-content-icon ul{
    display: flex;
    gap: 15px;
        padding-left: 0;
}
.em-bottom-con-maindiv{
margin-top: 40px;}

.em-h4-why{
    margin-top: 15px;
    color: #363636;
    font-weight:600;
      font-family: "DM Sans", sans-serif;
}



.em-p-why{
    color: #4E4E4E;
      font-family: "DM Sans", sans-serif;
}
.why-sec-content-maindiv-2{
    margin-top: 15px;
}
.why-sec-content-a{
    background-color: #ffffff;
   padding: 12px 18px;
   border-radius: 20px;
  
   
}
.why-choose-section-embro{
    background-color: #E1F0F7;
    padding: 30px 0px;
    margin-top: 50px;
}


.em-form-section{
  background-color: #eaf6fd;
   font-family: "Outfit", sans-serif;
margin-top: 50px;
    padding: 30px 0;
}
.em-form-section-r1{
   align-items: center;
}
    .order-box {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
      padding: 30px;
    }

    .form-control, .form-control:focus {
      border-radius: 8px;
      box-shadow: none;
      border-color:#E2E2E2;
    }

    .form-label {
      font-weight: 500;
    }

    .upload-area {
        
      text-align: center;
      border-radius: 10px;
      color: #666;
      background-color: #fff;
    }

    .upload-area .btn {
      border-radius: 6px;
      font-weight: 500;
      margin-top: 10px;
    }
.btn-enquire:hover{
   border: 1px solid #000;
  background-color: #ffff;
  transition: 0.3s;
}
    .btn-enquire {
      background-color: #ffc107;
      color: #000;
      font-weight: bold;
      border-radius: 8px;
      padding: 10px 20px;
      width: 100%;
       border: 1px solid #ffc107 ;
    }
    
    
    
    
    .em-form-img{
    padding-right: 10px;
}
.form-icon-con li{
margin-bottom: 20px;
    font-weight: 600;
        font-size: 18px;

font-family: 'DM Sans', sans-serif;

}
.em-price-h4{
    font-family: 'DM Sans', sans-serif;
	font-weight: 600;
}
    .em-form-p{
        margin-top: 36px;
        font-size: 20px;
        color: #4E4E4E;
         font-family: 'DM Sans', sans-serif ;
    }

    .form-lapara{
         margin-top: 27px;
        font-size: 20px;
        color: #4E4E4E;
    }
    .form-icon-con li{
        color: #2D2D2D;
        font-size: 18px;
    }
    .em-form-h2{
        font-size: 33px;
        line-height: 1.5;
        font-family: 'DM Sans', sans-serif  !important;
    }
    .em-form-h2-new span{
            color: #fbb900;
    font-family: "Gochi Hand";

    }
    .fw-bold{
        font-size: 30px;
    }
    .em-form-left{
        padding: 0px 10px;
        font-family: 'DM Sans', sans-serif ;
font-family: 'DM Sans', sans-serif  !important;
    }
    .em-form-left h2{
        color: #171717;
font-family: "Gochi Hand";
font-size: 40px;
font-weight: 400;
    }

    
    .form-bo-para{
        text-align: left;
    }
    .form-bo-para-fi{
       margin-bottom: 0px;
        text-align: left;
        margin-top: 10px;
    }

    .form-bo-para{
        font-size: 15px;
    }

    .custom-upload{
        border: 1px solid #E2E2E2;
        padding: 20px 10px;
        background-color: #ffff;
    }

  .em-faq-section{
    font-family: 'DM Sans', sans-serif;
    background-color: #f8f9fa;
    margin-top: 50px;
  }
  .faq-gris-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 40px 15px;
  }

  .faq-gris-title {
    font-size: 50px;
    font-weight: 500;
    color: #171717;
    text-align: center;
    margin: 0 auto 50px auto;
    position: relative;
    width: fit-content;
}

  .faq-gris-title::before{
    content: '';
    position: absolute;
    background: url(../images/faq-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 215px;
    height: 23px;
    bottom: -18px;
    right: 0%;
      z-index: 0;
         
}
  .cta-sign-sec-v{
    margin: 50px 0px;
    position: relative;
    margin-top: 0px;
  }

  .faq-gris-accordion .accordion-item {
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
    margin-bottom: 15px;
    overflow: hidden;
    transition: border 0.3s ease;
  }

  .faq-gris-accordion .accordion-item.show-border {
    border: 1px solid #00aaff;
  }

  .faq-gris-accordion .accordion-button {
    font-weight: 600;
    font-size: 1.3rem;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    padding: 1rem 1.25rem;
  }

  .faq-gris-accordion .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #f9f9f9;
  }

  .faq-gris-accordion .accordion-body {
    font-size: 0.95rem;
    color: #333;
    padding: 15px 20px;
    background-color: #fff;
    border-top: 1px solid #eee;
    font-family: "DM Sans", sans-serif;
  }

  .embro-img-para-1 {
    color: #181818;
    font-size: 20px;
    text-align: center;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
  }
  .embro-img-1 {
    padding-right: 10px;
  }
  .cta-doll-emg{
          position: absolute;
    width: 16%;
    z-index: 10;
    left: 66%;
    bottom: 0;
  }
  
  
  
                                                                     /*Vectorart page*/
  
 .vec-left-img{
      width: 70%;
    margin: 0 auto;
    display: flex;
}
.vector-fst-section{
    padding:50px 0px;
}
.vector-fst-section .row{
    display: flex;
    align-items: center;
}
.vec-right-div ul li{
    list-style: disc !important;
    font-size: 18px;
    font-weight: 500;
}
.em-form-h2.vector-form-sec-h2-new {
    margin-bottom: 60px;
}
.vector-form-sec-h2-new-para {
    font-weight: 400;
    font-size: 38px;
}
.vector-form-sec-h2-new{
    
}
.vec-right-P{
    color:#4E4E4E ;
      font-family: "DM Sans", sans-serif;
}
.vec-right-h4{
  color: #171717;
font-size: 40px;
font-weight: 600;
}

.vector-why-choose-section{
    background-color: #E1F0F7;
    padding: 50px 0px;
}
.vector-why-hea{
    margin-bottom: 35px;
    color: #171717;
    text-align: left;
    font-family: "Gochi Hand";
    font-size: 50px !important;
    font-weight: 600;
}
.vector-grid-para{
    color: #4E4E4E;
    margin-bottom: 0px;
}
.vector-grid-para-span {
    font-weight: 600;
}
.vector-content-main{
    background-color: #ffffff;
    border-radius: 15px;
    border: 1px solid #93C8EA;
    padding: 15px 20px;
}

.vector-grid-content-2{
    margin-top: 25px;
}
/* grid-animation-2 */
.vector-separate-condiv {
  transition: box-shadow 0.4s ease;
  margin-bottom:20px;
}

.vector-separate-condiv:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  border-radius:15px;
}

.why-service-hea{
    text-align: center;
    color: #171717;
    margin-bottom: 40px;
font-family: "Gochi Hand";
font-weight: 400;
}

.vector-why-service-section{
    background-image: url(../images/vector-bac.png);
    background-repeat: no-repeat;
    background-size: cover; 
    padding: 45px 0px;
}

.why-ser-ptag{
    margin-top: 15px;
    color: #4E4E4E;
    margin-bottom: 0px;
}

.why-ser-grid-content{
    background-color: #ffffff;
    border-radius: 15px;
    padding: 13px 22px;
        min-height: 196px;
}
.vecto-form-section {
        overflow: hidden;
    background: #E1F0F7;
}
.vecto-form-section-r1{
        align-items: center;
}
.vecto-order-box{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 20px;background: rgb(255, 255, 255);  border-radius: 12px;  padding: 30px;
}

.wpcf7 input[type="file"]{
        width: -webkit-fill-available;
}
.inside-sign-new-r1{align-items:center;}

/*price code */

.gray-border{
    border-bottom: 1px solid #E9E9E9;
}
 
  
  .vecto-form-img {
  padding-right: 10px;
}

.vecto-form-icon-con li {
  margin-bottom: 18px;
  font-family: 'DM Sans', sans-serif;
  color: #2D2D2D;
  font-size: 18px;
}

.vecto-form-p {
  margin-top: 36px;
  font-size: 20px;
  color: #4E4E4E;
  font-family: 'DM Sans', sans-serif;
}

.vecto-form-lapara {
  margin-top: 27px;
  font-size: 20px;
  color: #4E4E4E;
}

.vecto-form-h2 {
  font-size: 33px;
  line-height: 1.5;
}

.fw-bold {
  font-size: 30px;
}

.vecto-form-left {
  padding: 0px 10px;
  font-family: 'DM Sans', sans-serif;
}

.vecto-form-bo-para-fi {
  margin-bottom: 0px;
  margin-top: 10px;
  text-align: left;
     
}

.vecto-form-bo-para {
    font-size: 17px !important;
    text-align: left;
    color: #7C7C7C;
     margin-top: 15px;
}

.vecto-custom-upload {
  border: 1px solid #E2E2E2;
  padding: 20px 10px;
  background-color: #fff;
      border-radius: 10px;
}

.vecto-custom-upload p:nth-of-type(3) {
  margin-left:180px;
}

.vecto-upload-area {
text-align: center;    border-radius: 10px;   color: #666;    background-color: #ffffff;
}


.vecto-btn-enquire-1:hover{
  border: 1px solid #000;
  background-color: #ffff;
  transition: 0.3s;
}
.vecto-btn-enquire-1 {
  background-color: #ffc000 ;
  color: #000;
  font-weight: bold;
  border-radius: 8px;
  padding: 10px 20px;
  width: 100%;
  border: 1px solid #ffc000 ;
  
}
  
  
 .form-icon-con ul{
         padding-left: 0;
 }
  
  
/* faq */
   .custom-faq-container {
    max-width: 1200px;
    margin: auto;
    padding: 40px 15px;
   
  }

  .section-main-title-headh2 {

    text-align: center;
    margin-bottom: 40px;
    color: #171717;
text-align: center;
font-family: "Gochi Hand";
font-size: 40px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    width: fit-content;
    margin: 0 auto 60px auto;
  }
  
  .section-main-title-headh2::after{
    content: '';
    position: absolute;
    background: url(../images/faq-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 215px;
    height: 23px;
    bottom: -18px;
    right: 0%;
    z-index: -1;
  }

  .section-subtitle-ptagg {
    color: #181818;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
  }

  .title-icon-faqq {
    padding-right: 10px;
  }
.custom-accordion-style .accordion-item:active{
  border: none !important;
}
  .custom-accordion-style .accordion-item {
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
    margin-bottom: 15px;
    overflow: hidden;
    transition: border 0.3s ease;
  }

  .custom-accordion-style .accordion-item.active-border {
    border: 1px solid #00aaff;
  }

  .custom-accordion-style .accordion-button {
    font-weight: 600;
    font-size: 1.3rem;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    padding: 1rem 1.25rem;
  }

  .custom-accordion-style .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #f9f9f9;
    
  }

  .custom-accordion-style .accordion-body {
    font-size: 0.95rem;
    color: #333;
    padding: 15px 20px;
    background-color: #fff;
    border-top: 1px solid #ffff;
    font-family: "DM Sans", sans-serif;
  }
.cta-hea-para-new-sec-p {
    color: #CDCDCD;
    margin-bottom: 7px;
    font-size: 18px !important;
}

                                                                                        /*coloreel page*/
.coloreel-top-sec{
    margin-top:50px;
}
.coo-leftimg{
    width: 100%;
}

.coleral-fst-p{
    color: #4E4E4E;
}

.coleral-fst-h2{
    color: #171717;
}

.coleral-fsth5{
    font-size: 22px;
    color: #404040;
}
.coleral-fsth5-new{
     color: #171717;
    font-size: 48px;
    margin-bottom: 15px;
}
.coleral-fstlast-con{
    color: #272727;
    border-bottom: 1px solid #272727;
    display: inline;

}

/* why colorel section */
.colorel-why-choose-section{
    margin-top: 50px;
    background-color: #E1F0F7;
    padding: 40px 0px;
}
.colorel-why-choose-section .row{
    align-items:center;
}
.colorel-why-choose-section-new-h2{
    position: relative; 
    width: fit-content;
}
.colorel-why-choose-section-new-h2::before{
    content: '';
    position: absolute;
    background: url(../images/faq-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 180px;
    height: 14px;
    bottom: -10px;
    right: -5%;
    z-index: 0;
         
}
.vector-why-hea-2{
color: #171717;
    font-weight: 600;
    font-size: 35px;
}
.vector-why-choose-section-new-h2{
    position: relative; 
    width: fit-content;
}
.vector-why-choose-section-new-h2::before{
    content: '';
    position: absolute;
    background: url(../images/faq-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 180px;
    height: 14px;
    bottom: -10px;
    right: -5%;
    z-index: 0;
         
}
.vector-grid-para-2{
    color: #4E4E4E;
    margin-bottom: 0px;
}
.vector-content-main-2{
    background-color: #ffffff;
    border-radius: 15px;
    border: 1px solid #93C8EA;
    padding: 15px 12px;
}
.vector-grid-content-2{
    margin-top: 30px;
}
.vector-grid-content-3{
    margin-top: 25px;
}

.why-service-hea-2{
    text-align: center;
    color: #171717;
    margin-bottom: 35px;
    font-weight: 600;
}
.colorel-right-pp{
    color: #4E4E4E;
}


/* grid-animation */
.vector-separate-condiv-2 {
  transition: box-shadow 0.4s ease;
}

.vector-separate-condiv-2:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  border-radius:15px;
}



@keyframes shake-once {
  0% { transform: translateY(0); }
  25% { transform: translateY(-5px); }
  50% { transform: translateY(5px); }
  75% { transform: translateY(-3px); }
  100% { transform: translateY(0); }
}


.cta-sign-sec-cta-doll {
    position: absolute;
    width: 16%;
    z-index: 10;
    left: 66%;
    bottom: 0;
    /*animation: floatSlow 3s ease-in-out infinite;*/
    will-change: transform;
    top: 10%;
}




/* why should colorel */
.why-service-hea-3{
    text-align: center;
    color: #171717;
    margin-bottom: 35px;
    font-weight: 500;
}

.colorel-why-service-section{
    margin-top: 0px;
    background-image: url(../images/vector-bac.png);
    background-repeat: no-repeat;
    background-size: cover; 
    padding: 45px 0px;
}

.why-ser-ptag-3{
    margin-top: 19px;
    color: #4E4E4E;
    margin-bottom: 0px;
}

.why-ser-grid-content-3{
    background-color: #ffffff;
    border-radius: 15px;
    padding: 20px 30px;
    min-height: 240px;
    
}


/* grid-animation-2 */
.why-ser-grid-content-3 {
  transition: box-shadow 0.4s ease;
}

.why-ser-grid-content-3:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  border-radius:15px;
}










/* colorel machine */
.colo-mac-h2{
    color: #171717;
    font-size: 40px;
    font-weight: 600;
  margin: 0 auto 35px auto;
    position: relative;
    width: fit-content;
}

.colo-mac-h2::before{
    content: '';
    position: absolute;
    background: url(../images/faq-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 215px;
    height: 23px;
    bottom: -18px;
    right: 0%;
      z-index: 0;
         
}
.colo-mac-h2-new{
        color: #171717;
    font-size: 40px;
    font-weight: 500;
}
.colorel-machine-section{
    margin-top: 50px;
}

.colo-mac-p{
    color: #404040;
}

.colo-mac-h5{
   color: #363636;
font-family: "DM Sans";
font-size: 22px;
font-weight: 600;
}

.cole-machine-img{
    width: 100%;
}


.colorel-iocn-contentdiv-2{
    margin-top: 15px;
}

.machine-icon-p{
    color: #4E4E4E;
    margin-top: 10px;
    margin-bottom: 0px;
  
}
.abt-our-founder-img-new-div{
    position: sticky;
    top: 20px;
}
/* grid-animation-2 */
.colerol-icon-content-div {
  transition: box-shadow 0.4s ease;
   padding: 10px;
    margin-top: 20px;
        min-height: 300px;
    border: 1px solid #ffffff;
}

.colerol-icon-content-div:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  border-radius:15px;
  border: 1px solid #93C8EA;
  transition: 0.3s;
  /*background-color:#E1F0F7;*/
}
.colo-mac-new-para-sec{
    color: #171717;
    font-size: 24px !important;
    font-weight: 600;
}



 .colorelfst-imgdiv {
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 8px; /* Optional: smooth edges */
  }

  .coo-leftimg {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
  }

  .colorelfst-imgdiv::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.4) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-20deg);
    filter: blur(1px);
  }

  .colorelfst-imgdiv:hover::after {
    animation: professional-shine 1s ease forwards;
  }

  @keyframes professional-shine {
    from {
      left: -100%;
    }
    to {
      left: 120%;
    }
  }
.left-aw-imgg-div {
    text-align: center;
}




















/*signa page*/





.our-story-sec-signa{
    padding: 70px 0;
    background-color: #1c1c1c;
}
.our-story-sec-signa-r1-new{
    align-items:center;
}
.our-story-sec-signa .our-story-left-img{
    width: 95%;
}
.our-story-sec-signa .story-txt{
        color: #F9B800;
    font-family: "Shantell Sans";
    font-size: 25px;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.our-story-sec-signa .story-h1{
    color: #FBB900;
    font-weight: 600;
    font-size: 38px;
}
.our-story-sec-signa .story-h2{
        color: #FBB900;
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 15px;
}
.our-story-sec-signa .story-p1{
    color: #F2F2F2;
    font-weight: 400;
    font-size: 18px;
}
.our-story-sec-signa .story-p2{
        color: #F2F2F2;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 35px;
}
.our-story-sec-signa .story-btn{
    background-color: #fff;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    padding: 20px 10px;
    color:#0D0D0D;
}
.our-story-sec-signa .story-btn:hover .story-btn-img{
 transform: rotate(45deg);
    transition: transform 0.3s;

}



.our-story-sec-signa .story-line{
    color: #FFFFFF1A;
    margin-top: 60px;
}

.why-signa-sec{
      background-color: #1c1c1c;
      padding-bottom: 60px;
}
.why-signa-sec .why-signa-sec-h{
    color: #FBB900;
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 40px;
} 
.why-signa-sec .why-signa-box{
    background-color: #212121;
    padding: 15px;
    border-radius: 18px;
    height: 270px;
}
.why-signa-sec .why-signa-box-h{
    color: #FFFFFF;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 8px;
}
.why-signa-sec .why-signa-box-p{
    color: #F2F2F2;
    font-weight: 400;
    font-size: 18px;
}
.why-signa-sec .why-signa-box-img{
    margin-bottom: 20px;
}


.purpose-sec{
    background-image: url("../images/purpose-bg-img.webp");
    background-repeat:no-repeat;
    background-size: cover;
    padding: 60px 0px;
}
.purpose-sec .purpose-sec-h{
        color: #FBB900;
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 40px;
    text-align: center;
      margin: 0 auto 50px auto;
    position: relative;
    width: fit-content;
}

.purpose-sec .purpose-sec-h::before{
    content: '';
    position: absolute;
    background: url(../images/faq-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 215px;
    height: 23px;
    bottom: -18px;
    right: 0%;
      z-index: 0;
         
}

.purpose-sec .purpose-box{
    background-color: #292929;
    min-height: 420px;
    border-radius: 25px;
}
.purpose-sec .purpose-box-img{
    width: 100%;
}
.purpose-sec .purpose-content-div{
    padding: 15px;
        min-height: 240px;
}
.purpose-sec .purpose-box-h{
    color: #FFFFFF;
    font-weight: 600;
    font-size: 22px;
    min-height: 65px;
}
.purpose-sec .purpose-point-div{
    display: flex;
    gap: 10px;
}
.purpose-sec .purpose-point-txt{
    color:#FFFFFF;
    font-weight: 400;
    font-size: 17px;
    display: flex;
    gap: 2px;
}
.collections-sec{
    padding: 60px 0;
    background-color: #1c1c1c;
}
.collections-sec .collections-sec-h{
color: #FBB900;
    font-weight: 600;
    font-size: 38px;
   margin: 0 auto 50px auto;
        position: relative;
        width: fit-content;
}

.collections-sec .collections-sec-h::before{
    content: '';
    position: absolute;
    background: url(../images/faq-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 215px;
    height: 23px;
    bottom: -18px;
    right: 0%;
      z-index: 0;
         
}
.collections-sec .collec-img{
    width: 100%;
}



.signa-testimonial-sec{
    background-image: url("../images/signa-testimonial-bg-img.webp");
    background-color: #0D0D0D;
    padding: 50px 0;
    overflow: hidden;
}
.signa-testimonial-sec .signa-testimonial-sec-h{
        color: #fff;
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 40px;
    position: relative;
    width: fit-content;
}
.signa-testimonial-sec .signa-testimonial-sec-h::before{
    content: '';
    position: absolute;
    background: url(../images/faq-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 215px;
    height: 23px;
    bottom: -18px;
    right: 0%;
    z-index: 0;
}
.signa-testimonial-sec .testi-txt{
    color: #F9B800;
    font-family: "Gochi Hand", cursive !important;
    font-size: 25px;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
}

    /* Swiper Styling */
     .signa-testimonial-sec   .swiper {
            padding: 2rem 0 4rem 0;
            overflow: visible;
        }

     .signa-testimonial-sec   .swiper-slide {
            height: auto;
            display: flex;
            justify-content: center;
                margin:0px -30px;


        }

        /* Sticky Note Cards */
   .signa-testimonial-sec     .sticky-note {
            /*background: #fff;*/
          
            padding: 2rem;
            border-radius: 16px;
            position: relative;
            box-shadow:
                0 4px 8px rgba(0,0,0,0.1),
                0 8px 32px rgba(0,0,0,0.1),
                inset 0 1px 0 rgba(255,255,255,0.3);
            transform: rotate(-2deg);
            transition: all 0.3s ease;
            cursor: pointer;
    
            line-height: 1.6;
        }

      .signa-testimonial-sec  .sticky-note:hover {
            transform: rotate(0deg) scale(1.05);
            box-shadow: 
                0 8px 16px rgba(0,0,0,0.2),
                0 16px 48px rgba(0,0,0,0.15);
            z-index: 10;
            background-color: #F9B800;
        }
        .signa-testimonial-sec  .sticky-note:hover .star{
            color: #fff;

        }


   

        /* Pin Effect */
       .signa-testimonial-sec .sticky-note::before {
            /*content: '';*/
            /*position: absolute;*/
            /*top: -8px;*/
            /*right: 20px;*/
            /*width: 16px;*/
            /*height: 16px;*/
            /*background: #e74c3c;*/
            /*border-radius: 50%;*/
            /*box-shadow: */
            /*    0 2px 4px rgba(0,0,0,0.3),*/
            /*    inset 0 1px 0 rgba(255,255,255,0.3);*/
                margin: 0 auto;
    content: '';
    position: absolute;
    top: -8px;
    right: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background: #e74c3c;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
        }

       .signa-testimonial-sec .sticky-note::after {
            content: '';
            position: absolute;
            top: -4px;
            right: 0px;
            left: 0;
            margin: 0 auto;
            width: 8px;
            height: 8px;
            background: #c0392b;
            border-radius: 50%;
        }

      .signa-testimonial-sec  .testimonial-text {
        /*color: #363636;*/
         color: #fff;
        font-weight: 500;
        font-size: 18px;
        }

      .signa-testimonial-sec  .rating {
            display: flex;
            gap: 2px;
                justify-content: flex-end;
            margin-bottom: 1rem;
            
            /*position: absolute;*/
            /*bottom: 0;*/
        }

       .signa-testimonial-sec .star {
            color: #fbbf24;
            font-size: 22px;
        }

       .signa-testimonial-sec .author {
            font-weight: 600;
            font-size: 1rem;
            opacity: 0.9;
           
        }

       .signa-testimonial-sec .company {
            font-size: 0.9rem;
            opacity: 0.7;
         
            margin-top: 0.25rem;
        }

        /* Swiper Navigation */

  .signa-testimonial-sec  .swiper-button-prev{
    position: absolute;
    top: -20%;
    left: unset;
    right:5%;



    

  }
  .signa-testimonial-sec  .swiper-button-next{
      position: absolute;
 top: -20%;
      right:0;


  }
  .signa-testimonial-sec .swiper-button-next::after,.signa-testimonial-sec .swiper-button-prev::after {
    content: "";
    display: none;
}

      .signa-testimonial-sec  .swiper-button-next,
      .signa-testimonial-sec  .swiper-button-prev {
            color: white;
            background: #F9B800;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,0.3);
            transition: all 0.3s ease;
        }

      .signa-testimonial-sec  .swiper-button-next:hover,
        .swiper-button-prev:hover {
           
            transform: scale(1.1);
        }

      .signa-testimonial-sec  .swiper-button-next::after,
        .swiper-button-prev::after {
            font-size: 18px;
            font-weight: bold;
        }

        /* Swiper Pagination */
     .signa-testimonial-sec   .swiper-pagination-bullet {
            background: rgba(255,255,255,0.5);
            opacity: 1;
            transition: all 0.3s ease;
        }

      .signa-testimonial-sec  .swiper-pagination-bullet-active {
            background: white;
            transform: scale(1.2);
        }





/*hamburger */
.hamburger {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 12px;
}

.hamburger .bar {
  width: 25px;
  height: 3px;
  background-color: #333;
  transition: 0.3s;
}

/* Mobile menu panel */
.mobile-menu {
  position: fixed;
  top: 0;
 right:0;
  width: 25%;
  height: 100vh;
  background: #FBB900;
  color: white;
  z-index: 9999;
  display: none;
  flex-direction: column;
  padding: 20px;
  overflow-y: auto;
}

.mobile-menu.open {
  display: flex;
}

.menu-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
}

.close-icon {
    font-size: 27px;
    cursor: pointer;
    color: #FBB900;
    background: #000;
    padding: 22px;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: flex
;
    align-items: center;
    justify-content: center;
}

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

.mobile-menu ul li {
  /*border-bottom: 1px solid #444;*/
}

.mobile-menu ul li a {
  display: block;
  padding: 15px 10px;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  border-radius: 10px;
  transition: .6s ease-in-out;
}
/*.mobile-menu ul li a::before {*/
  /*content: "";*/
  /*display: inline-block;*/
  /*width: 44px;  */
  /*height: 44px; */
  /*background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2244%22%20height%3D%2244%22%20viewBox%3D%220%200%2044%2044%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%200H13.3334L24%2012L13.3334%2024H0L10.6667%2012L0%200Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E');*/
  /*background-size: contain;*/
  /*background-repeat: no-repeat;*/
  /*margin-right: 10px; */
  /*opacity: 1;*/
/*}*/
.mobile-menu ul li a:hover {
  background: #000;
      color: #fff;
    margin-left: 10px;
    transition: .6s ease-in-out;
}

.mobile-menu ul li a:hover .header-mobile-menu-cta-svg path{
     transition: .6s ease-in-out;
      fill: #fff;
}
.header-mobile-menu-cta-svg {
    width: 35px;
    height: 35px;
}

.mobile-menu .dropdown {
  display: none;
  list-style: none;
  padding-left: 15px;
  background: transparent;
}

.mobile-menu .dropdown a {
  font-size: 16px;
}

.mobile-menu .has-dropdown.open > .dropdown {
  display: block;
}

.new-menu-hamburger {
    float: right;
}


.dropdown-toggle{
    position: relative;
}
.dropdown-toggle::after {
    content: "";
border-top: none;
    border-right: none;
    border-bottom: 0;
    border-left: none;
    position: absolute;
    top: 33%;
    right: 16px;
    content: "\F229";
    font-family: bootstrap-icons;
      transition: transform 0.3s ease;
  animation: rotate-arrow 0.3s ease-out forwards;
}
.has-dropdown.open .dropdown-toggle::after {
  transform: rotate(180deg); /* Up arrow */
    transition: transform 0.3s ease;
  animation: rotate-arrow 0.3s ease-out forwards;
}
/*contact page*/

.contact-top-sec-new{
    padding:50px 0 0 0;
}
  .con-fst-h2 {
     font-family: 'Outfit';
    color: #111111;
    font-size: 40px;
    font-weight: 550;
    text-align: center;
    margin-bottom: 20px;
  }

  .con-fst-ptag {
    font-family: "DM Sans", sans-serif;
    color: #585858;
    text-align: center;
    /*width: 70%;*/
    /*margin: 0 auto 40px;*/
  }
.pet-section .left-contact-img{
    width: 80%;
    margin: 0 auto;
    display: flex;
}
  .icon-section-maindiv {
    padding: 17px 0;
  }

  .sign-con-icondiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
  }

  .icon-bac-colour-div {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    height: 100px;
 width: 100px;
 background-color: #ffc107;
  }

  .icon-con-h5 {
    color: #555;

    margin-bottom: 10px;
    font-weight: 500;
    margin-top: 10px;
  }

  .icon-con-h3 {
   color: #111;
  font-size: 18px;
 font-family: 'DM Sans';
    font-weight: 500;
  }

  .icon-con-p {
    color: #777;
    font-size: 16px;
    margin-bottom: 0;
  }

  .left-content {
    padding-right: 30px;
  }

  /* gorm code */
  .pet-section {
    padding: 60px 0;
  }

  .left-content h2 {
    font-size: 36px;
    font-weight: 600;
    font-family: "DM Sans", sans-serif;
  }

  .tab-icon {
    font-size: 24px;
    color: #fc5d35;
  }

  .location-tab {
    border-bottom: 2px solid transparent;
    padding: 10px 20px;
    cursor: pointer;
  }

  .location-tab.active {
    border-color: #fc5d35;
  }

  .location-card {
    background-color: #f8f9fa;
    padding: 12px;
    border-radius: 8px;
    padding-bottom: 0px;

  }

  .map-responsivea {
    /*margin-top: 35px;*/
    /*padding: 0px 15px;*/
  }

  .con-fdst-ptag {
    margin-bottom: 0px;

  }

  .form-add-p {
    font-size: 20px;
    padding-left: 10px;
  }


 .con-ph {
    color: #212529;
    text-decoration: none;
  }

  .ro-image {
    width: 11%;
    position: absolute;
    z-index: -1;
    top: 180px;
  }

  .form-add-ptag {
    margin-bottom: 0px;
    color: #292727;
  }

  .form-add-ptag i {
    color: #58717c;
  }


  .ro-image {

    transition: transform 0.5s linear;
    display:none;
  }

  .icon-bac-colour-div {


    transition: transform 0.3s ease;
  }
.icon-bac-colour-div i{
    font-size: 3em;
}
  /* Hover Animations */
  .sign-con-icondiv:hover .ro-image {
    animation: infiniteRotate 3s linear infinite;
  }

  .sign-con-icondiv:hover .icon-bac-colour-div {
    animation: oneTimeShake 0.5s ease;
  }

  /* Keyframes */
  @keyframes infiniteRotate {
    from {
      transform: rotate(0deg);
    }

    to {
      transform: rotate(360deg);
    }
  }

  @keyframes oneTimeShake {

    0%,
    100% {
      transform: rotate(0deg);
    }

    20% {
      transform: rotate(10deg);
    }

    40% {
      transform: rotate(-10deg);
    }

    60% {
      transform: rotate(5deg);
    }

    80% {
      transform: rotate(-5deg);
    }
  }

 .custom-select-box select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 50px;
    padding: 12px 50px 12px 20px;

    background-color: #fff;
    width: 100%;
    font-size: 16px;
    color: #333;
    font-weight: 500;
  }

  .custom-select-box::after {
    content: "\25BC";
    /* Unicode down arrow ▼ */
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border: 2px solid #b0cedb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #111;
    background-color: #fff;
    pointer-events: none;
  }

  .custom-select-box {
    position: relative;
    width: 100%;
  }



      .coloreel-embroidery-right-img{
          width:100%;
    border-radius: 10px;
      }
      .coloreel-embroidery-sec{
          margin-top:50px;
      }
      .coloreel-embroidery-sec-head{
          margin-bottom:50px;
      }
      .coloreel-embroidery-sec-new-r11{
              align-items: center;
      }
      .comparison-images-sec{
           margin-top:50px;
          padding:50px 0;
          background:#E1F0F7;
      }
      .ctn-comparison-images-sec{
           margin-top:30px;
               text-align: center;

      }
      .comparison-images-sec-head{
          margin-bottom:50px;
      }
      .coleral-fstlast-con-new-a{
              background: #FFCC00;
    color: #000;
        padding: 5px 10px;
    /* border-bottom: 1px solid #272727; */
    display: inline;
    border-radius: 5px;
        text-decoration: underline;
      }
      
      .comparison-images-sec .slider {
      position: relative;
      width: 100%;
      aspect-ratio: 1 / 1;
      overflow: hidden;
      border-radius: 12px;
      border: 2px solid #000;
      background: #fff;
    }

    .comparison-images-sec .before {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
    }
    .comparison-images-sec .after {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
    }

    .comparison-images-sec .before img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      pointer-events: none;
    }
      .comparison-images-sec .after img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      pointer-events: none;
    }

    .comparison-images-sec .after {
      width: 60%;
      overflow: hidden;
      z-index: 1;
    }

    .comparison-images-sec .scroller {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 60%;
      width: 4px;
      background: white;
      border-left: 2px solid black;
      border-right: 2px solid black;
      cursor: ew-resize;
      z-index: 2;
    }

    .comparison-images-sec .scroller::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 14px;
      height: 14px;
      background: black;
      border: 2px solid white;
      border-radius: 50%;
    }
 
 
    .award-imgg-contentdiv .swiper-button-next, .award-imgg-contentdiv .swiper-button-prev {
    color: white;
    background: #F9B800;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}
.award-imgg-contentdiv .swiper-button-next:after {
    content: '';
}
.award-imgg-contentdiv .swiper-button-prev:after {
    content: '';
}
.right-aw-div-h3{
    font-size:34px;
    color:#171717;
    margin-bottom:30px;
    font-weight:600;
}
.left-dr-imgg {
    width: 100%;
}

/*                            .award-imgg-contentdiv .swiper-button-next, .signa-testimonial-sec .swiper-button-prev {*/
/*    color: white;*/
/*    background: #F9B800;*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    border-radius: 50%;*/
/*    backdrop-filter: blur(10px);*/
/*    border: 1px solid rgba(255, 255, 255, 0.3);*/
/*    transition: all 0.3s ease;*/
/*}*/
           
             .page-id-35 .cta-sign-sec-foo-a{
          margin-top: 0;
  }    
        
    
    
    
    
    
    /*befroe after*/
    .slider-container {
  margin: 0 auto;
  /*margin-top: 5rem;*/
  position: relative;
  width: 100%;
  max-width: 800px;
  /*height: 400px;*/
  height: 500px;
  border-radius: 0.7rem;
  overflow: hidden;
}

.before-image,
.after-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* Styling the Before/After text */
.before-text,
.after-text {
  position: absolute;
  font-family: system-ui;
  font-size: 14px;
  font-weight: 600;
  color: #3a3a3a;
  z-index: 4;
  padding: 10px 20px;
  background-color: #ffffff9e;
  border-radius: 0.3rem;
  letter-spacing: 2px;
  transition: opacity 0.3s ease-in-out;
}

/* Before text */
.before-text {
  left: 20px; /* Position text to the left */
  top: 20px;
  z-index: 5;
}

/* After text */
.after-text {
  right: 20px; /* Position text to the right */
  top: 20px;
  z-index: 3;
}

/* Hide the After text initially */
.after-image .after-text {
  visibility: visible;
  z-index: 3;
}

.after-image {
  clip-path: inset(0 50% 0 0);
}

/*.slider-handle {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 50%;*/
/*  width: 0px;*/
/*  height: 100%;*/
/*  background-color: #fff;*/
/*  cursor: pointer;*/
/*  z-index: 2;*/
/*}*/

.slider-handle {
    position: absolute;
    top: 34px;
    left: 50%;
    width: 2px;
    height: 88%;
    background-color: #fff;
    cursor: pointer;
    z-index: 2;
    display: flex
;
    align-items: baseline;
}
.slider-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  z-index: 1;
}






/*.tooltip {*/
/*  display: none;*/
/*  position: absolute;*/
  /*top: -30px; */
/*  left: 50%;*/
/*  transform: translateX(-50%);*/
/*  background-color: #333;*/
/*  color: #fff;*/
/*  padding: 5px 10px;*/
/*  border-radius: 5px;*/
/*  font-size: 12px;*/
/*  white-space: nowrap;*/
/*  opacity: 0;*/
/*  transition: opacity 0.3s ease-in-out;*/
/*}*/

/*.slider-line svg:hover + .tooltip {*/
/*  display: block;*/
/*  opacity: 1;*/
/*}*/








.pulse-container {
  position: relative;
  display: inline-block;
}

.pulse-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px; /* Larger than the SVG */
  height: 70px;
  border-radius: 50%;
  background-color: #ffffff; /* Color of the pulse */
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}



.slider-line svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
}
/* Prevent text/image selection while dragging */
.slider-container,
.before-image img,
.after-image img {
  user-select: none; /* Disable selection on most browsers */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

.slider-handle,
.slider-line {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.before-image img{
    width:100%;
}
 
.after-image img{
    width:100%;
}   
    
.marquee-main-sec-img1 {
    display: none;
} 
    
    
    
    
    
   .marquee-heading-sec-new-a {
  margin-top: 40px;
      text-align: center;
}

.marquee-heading-sec-new-a1 {
  color: #111;
  font-size: 18px;
  border: 1px solid #ffc000;
  padding: 14px 6px;
    background: #ffc000;
    border-radius: 100px;
        padding: 8px 6px 8px 16px;
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 10px;
    justify-content: center;
    font-weight: 500;
    transition: 1s;

}

.marquee-heading-sec-new-a1:hover {
    color: #fff;
    border: 1px solid #212121;
    background: #212121;
    transition: 1s;
}
.marquee-heading-sec-new-a-svg{
        border-radius: 100px;
        transform: rotateY(0deg);
        transition: transform 1s;         
  /*transform:rotate(-55deg);*/
  /*transition: transform 0.3s; */
  /*color:#fff;*/
} 
.marquee-heading-sec-new-a1:hover .marquee-heading-sec-new-a-svg {
    transform: rotateY(180deg);
    transition: transform 1s;
}
.marquee-heading-sec-new-a1:hover .marquee-heading-sec-new-a-svg rect {
    fill: #FBB900;
    transition: transform 1s;
}

.marquee-heading-sec-new-a1:hover .marquee-heading-sec-new-a-svg path {
    fill: #212121;
    transition: transform 1s;
}    
    
    
    
    
    
  .cta-btn {
    display: inline-flex;
    align-items: center;
   
    font-size: 22px;
    text-decoration: none;
    color: #080808;
    position: relative;
  }
.cta-btn:hover {
    color: #776a4c;
}
  .arrow-wrapper {
    position: relative;
    width: 44px;
    height: 44px;
    margin-left: 0px;
  }

  .arrow-yellow,
  .arrow-black {
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
     transition: transform 0.4s ease-in-out, opacity 0.3s ease-in-out;
    /*transition: all 0.3s ease;*/
  }

  .arrow-yellow {
    transform: translateX(4px); /* initially slightly behind */
    z-index: 0;
  }

  .arrow-black {
    z-index: 1;
  }

  .cta-btn:hover .arrow-yellow {
    transform: translateX(8px); /* move yellow arrow right on hover */
 
    z-index: 99;
    
  }
  .cta-btn:hover .arrow-black {
    transform: translateX(1px); /* Sync the black arrow movement with yellow arrow */
  
  }

  .cta-btn:hover .arrow-black {
    opacity: 1; /* Keep black arrow visible with smooth transition */
  }

  .cta-btn .arrow-black {
    opacity: 0.8; /* Slightly transparent when not hovering */
  }
    
    
    
    
.home-cta-we-do-right-a {
  color: #fff;
  font-size: 18px;
  border: 1px solid #000;
  padding: 14px 6px;
  background: #000;
  border-radius: 100px;
      font-weight: 500;
  transition: 1s;
}

.home-cta-we-do-right-a:hover {
    color: #000;
    border: 1px solid #FFC000;
    background: #FFC000;
    transition: 1s;
}
.home-cta-we-do-right-a-svg{
        border-radius: 100px;
        transform: rotateY(0deg);
        transition: transform 1s;        
  /*transform:rotate(-55deg);*/
  /*transition: transform 0.3s; */
  /*color:#fff;*/
} 
.home-cta-we-do-right-a:hover .home-cta-we-do-right-a-svg {
    transform: rotateY(180deg);
    transition: transform 1s;
}
.home-cta-we-do-right-a:hover .home-cta-we-do-right-a-svg rect {
    fill: #000;
    transition: transform 1s;
}

.home-cta-we-do-right-a:hover .home-cta-we-do-right-a-svg path {
    fill: #FFC000;
    transition: transform 1s;
}    
    
    
    

.digitize-btn {
    color: #000;
    font-size: 18px;
    border: 1px solid #fff;
    /*padding: 16px 16px;*/
        /*padding: 16px 6px 16px 16px;*/
    background: #fff;
    border-radius: 100px;
    font-weight: 500;
        padding: 8px 6px 8px 16px;
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 10px;
    justify-content: center;
    transition: 1s;
}

.digitize-btn:hover {
    color: #000;
    border: 1px solid #FFC000;
    background: #FFC000;
    transition: 1s;
}
.ctn-comparison-images-a-svg{
        border-radius: 100px;
        transform: rotateY(0deg);
           margin-left: 5px;
        transition: transform 1s;
  /*transform:rotate(-55deg);*/
  /*transition: transform 0.3s; */
  /*color:#fff;*/
} 
.digitize-btn:hover .ctn-comparison-images-a-svg {
    transform: rotateY(180deg);
    transition: transform 1s;
}
.digitize-btn:hover .ctn-comparison-images-a-svg rect {
    fill: #000;
    transition: transform 1s;
}

.digitize-btn:hover .ctn-comparison-images-a-svg path {
    fill: #FFC000;
    transition: transform 1s;
}    
    

    
    
    
    
     
    

.cta-banner-imgcon-new {
    color: #000;
    font-size: 18px;
    border: 1px solid #FFC000;
    padding: 16px 16px;
    background: #FFC000;
    border-radius: 100px;
    font-weight: 500;
    transition: 1s;
}

.cta-banner-imgcon-new:hover {
    color: #fff;
    border: 1px solid #000;
    background: #000;
    transition: 1s;
}

.cta-banner-imgcon-new-a-svg{
        border-radius: 100px;
        transform: rotateY(0deg);
        transition: transform 1s;
            margin-left: 10px;

} 

.cta-banner-imgcon-new:hover .cta-banner-imgcon-new-a-svg {
    transform: rotateY(180deg);
    transition: transform 1s;
}
.cta-banner-imgcon-new:hover .cta-banner-imgcon-new-a-svg rect {
    fill: #FFC000;
    transition: transform 1s;
}

.cta-banner-imgcon-new:hover .cta-banner-imgcon-new-a-svg path {
    fill: #000;
     /*transform: rotateY(180deg);*/
    transition: transform 1s;
}    
    
.page-id-32 .cta-sign-sec-cta-doll{
        /*transform: scaleX(-1);*/
}
                     











.footer-sec-btn-a {
  color: #111;
  font-size: 18px;
  border: 1px solid #ffc000;
 /*padding: 16px 6px 16px 16px;*/
  background: #ffc000;
  border-radius: 100px;
      font-weight: 500;
          padding: 8px 6px 8px 16px;
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 10px;
    justify-content: center;
  transition: 1s;
}

.footer-sec-btn-a:hover {
    color: #fff;
    border: 1px solid #212121;
    background: #212121;
    transition: 1s;
}
.footer-sec-btn-a:hover .get-us-left-a-left-svg {
    transform: rotateY(180deg);
    transition: transform 1s;
}
.footer-sec-btn-a:hover .get-us-left-a-left-svg rect {
    fill: #FBB900;
    transition: transform 1s;
}

.footer-sec-btn-a:hover .get-us-left-a-left-svg path {
    fill: #212121;
    transition: transform 1s;
}

.icon-con-para-new {
    margin-bottom: 0;
    color: #111;
    font-size: 18px !important;
    font-weight: 600;
}

.em-price-last-contact-para{
    text-align: center;
    margin-top: 16px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 0;
}

.contact-form-right-col-form{
	    width: 49%;
    margin: 0 auto;
}

.top-contact-page-r1{
	align-items: baseline;
}
.sticky-note-1{
	background:#939393;
}

.sticky-note-2{
	background:#3a3a3a;
}
.sticky-note-3{
	background:#939393;
}
.sticky-note-4{
	background:#3a3a3a;
}

.sticky-note-5{
	background:#939393;
}

.sticky-note-6{
	background:#3a3a3a;
}





.cf7-file-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.file-upload-input {
  display: inline-block;
}

.file-name {
  font-size: 14px;
  font-style: italic;
}

.remove-file-btn {
  background-color: #d63638;
  color: #fff;
  border: none;
  padding: 5px 10px;
  border-radius: 3px;
  cursor: pointer;
}
.remove-file-btn:hover {
  background-color: #a30000;
}





.testimonial-text-cat-h3 {
    text-align: center;
    color: #fff;
}

.testimonial-text-data-inner-p {
    text-align: right;
    color: #fff;
        margin-bottom: 0;
}

.testimonial-text-data-inner {
    text-align: right;
    display: flex;
    margin-bottom: 0;
    flex-direction: column;
}

.form-control-message1 {
    height: 70px;
        resize: none;
}

.form-control-mess1 {
    height: 320px;
    resize:none;
}


                                                                            /*blog page*/
 
.blog-sec-top {
    text-align: center;
    padding: 137px 0;
    background: #e1e1e1;
}
.blog-sectop-p {
    color: #000;
    font-weight: 600;
}
.blog-sectop-h2 {
    font-weight: 600;
    color: #000;
}

 .blog-sec{
position: relative;
padding: 50px 0;
    display: none;
}
.blog-header{
    text-align: center;
}
.blog-header-top-p{
    background: #fff;
    /* width: fit-content; */
    padding: 5px 10px;
    border-radius: 100px;
    color: #000;
    font-weight: 500;
    text-align: center;
}
.blog-header-h2{
    font-weight: 600;
    position: relative;
    color: #000;
    text-transform: uppercase;
    font-size: 36px;
}
.blog-header-h2::before{
    content: 'NEWS & EVENTS';
    top: -100px;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 120px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #00000099;
    -webkit-text-fill-color: transparent;
    z-index: 0;
    opacity: 0.1;
    left: 0;
    right: 0;    
}

.blog-info-img{
    width: 100%;
}
.overlay{
    position: relative;
}
.news-info.blogs-news {
    border: 1px solid #c3c3c3;
}
.blogs-date-info{
    position: absolute;
    top: -53px;
    background: #fff;
    right: 10px;
    display: flex;
    flex-direction: column;
    padding: 5px 8px;
    border-top: 2px solid #EE403D;
    box-shadow: 0px 2px 5px 0px #b1b1b1;
    text-align: center;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 2em 1.4em;
    background: none;
}
.blogs-date-info-span1{
        font-size: 22px;
    color: #000;
    font-weight: 600;
}
.blogs-date-info-inner{
    padding: 20px;
    min-height: 155px;

}
.blogs-date-info-inner-h4{
    font-size: 16px;
    color: #EE403D;
    font-weight: 600;
}
.blogs-date-info-inner-p{
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
.blog-content-a {
    color: #EE403D;
    font-size: 14px;
    font-weight: 600;
}
.blog-content-a:hover {
    color: #EE403D;
}
.blog-sec-r1{
    margin-top: 20px;
}                                                                           
                                                                            
 
 .sent-popup-messs-data{
    padding: 100px 0;
 }
 
  .sent-popup-messs-data-h3{
   color:#000;
   font-weight: 500;
   text-align: center;
   
 }
   .footer-payment-data {
    text-align: right;
}                                                                         
.start-your-free-bg{
    width: fit-content;
    position: relative;
}                                                                            
.start-your-free-bg::before
 {
    content: '';
    position: absolute;
    background: url(../images/faq-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 204px;
    height: 11px;
    bottom: -4px;
    right: 0%;
    left: 0;
    z-index: 0;
    margin: 0 auto;
}
.copyright-text {
    display: flex;
    gap: 14px;
}                                                               
                                                                            
  .pum-theme-70 .pum-container, .pum-theme-lightbox .pum-container{
    padding: 18px;
    border-radius: 20px !important;                                                
                                                                            
                                                                            
                                                                            
                                                                            
}                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
