/** Shopify CDN: Minification failed

Line 1361:25 Unexpected ")"

**/

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
   background: linear-gradient(90deg, #000000 25%, #1A0060 100%);
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
   background: linear-gradient(145deg, #FF61D3 25%, #1092FF 100%);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(145deg, #1092FF 25%, #FF61D3 100%);
}

/* Navigation */
  #menu-drawer .list-menu__item{
    justify-content: center;
    font-size: 24px;
    text-transform: uppercase;
 }
 #menu-drawer .menu-drawer__menu-item--active {
   background: linear-gradient(to right, #FF61D3 0%, #1092FF 100%);
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
 }
  #menu-drawer .menu-drawer__menu-item{
   color:black;
 }
  #menu-drawer .menu-drawer__menu-item:hover{
   color:black;
 }
/* navigation end */
.img-responsive , img {
    max-width: 100%;
    height: auto;
  }

.center-block {
    display:block;
    margin-right:auto;
    margin-left:auto;
}
.container-fluid{
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}
.container-box {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
  }
  @media (min-width: 576px) {
    .container-box{
      max-width: 540px;
    }
  }
  @media (min-width: 768px) {
    .container-box {
      max-width: 720px;
    }
  }
  @media (min-width: 992px) {
    .container-box {
      max-width: 960px;
    }
  }
  @media (min-width: 1200px) {
    .container-box {
      max-width: 1140px;
    }
  }
  @media (min-width: 1400px) {
    .container-box {
      max-width: 1320px;
    }
  }
.row-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  }
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  
  .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  
  .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  
  .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  
  .col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  
  .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  
  .col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  
  .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  
  .col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  
  .col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  
  .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .align-center{
      display: flex;
      align-items: center;
  }
  

  @media (max-width: 767px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

body{
  background: linear-gradient(to right, #000000 0%, #1A0060 100%);
}
::selection{
  color:#FF61D3;
  background-color: #1A0060;
}

.pad-0{
  padding: 0 !important;
}
.mrg-0{
  margin: 0px !important;
}
/* HOME PAGE START FROM HERE */
#home-banner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 450px;
  width: 100%;
  overflow: hidden;
}
#home-banner .title{
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  font-size: 50px;
  text-align: center;
  margin:0px 0px 30px 0px ;
  padding:0px;
  text-transform: uppercase;
	background: linear-gradient(to right, #FF61D3 0%, #1092FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#home-banner .para{
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 32px;
  text-align: center;
  margin:0px;
  padding:0px;
  width: 60%;
  margin: 0 auto;
  line-height: 1.4;
}

#home-banner .img-wrapper {
  position:absolute;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
#home-banner .img-wrapper .img-box{
  position:absolute;
}
#home-banner .img-wrapper .img-box1{
  top:50%;
  left:15%;
  transform: translate(-50%,-50%);
  animation: icon-move 8s ease infinite;
}
#home-banner .img-wrapper .img-box2{
  top: 13%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#home-banner .img-wrapper .img-box3{
  top:50%;
  left:85%;
  transform: translate(-50%,-50%);
  animation: icon-move3 8s ease infinite;
}
#home-banner .img-wrapper .icon-contain{
  position: relative;
}
#home-banner .img-wrapper .icon-contain .circle-img {
  position: relative;
  width: 100px;
  height: 100px;
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#home-banner .img-wrapper .icon-contain .icon-box img {
  width:60px;
}
#home-banner .img-wrapper .icon-contain 
.icon-box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#home-banner .text-wrapper .btn-box{
  margin-top: 60px;
  text-align: center;
}
#home-banner .text-wrapper .btn-box .btn-grad {
	background: linear-gradient(45deg, #FF61D3 25%, #1092FF 100%);
  padding: 15px 10px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Nunito Sans', sans-serif;
  text-decoration: none;
  font-size: 24px;
  border-radius: 10px;
  background-size: 180% 180%;
  animation: textAnimate 2s ease infinite;
  transition: all 0.3s linear;
}
 #our-service-banner .btn-box .btn-grad {
    background: linear-gradient(45deg, #FF61D3 25%, #1092FF 100%);
  padding: 15px 10px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Nunito Sans', sans-serif;
  text-decoration: none;
  font-size: 15px;
  border-radius: 10px;
  background-size: 180% 180%;
  animation: textAnimate 2s ease infinite;
  transition: all 0.3s linear;
 }
#home-banner .text-wrapper .btn-box .btn-grad:hover ,#our-service-banner .btn-box .btn-grad:hover{
  box-shadow: 0px 0px 10px 1px rgba(255,255,255,0.5);
  transition: all 0.3s linear;
}


/* End On Home Banner */

#our-client{
  position: relative;
  overflow: hidden;
  padding: 100px 0px;
}

#our-client .client-wrapper{
  background-color: #fff;
  padding: 20px 0px;
}
#our-client .logo-wrapper{
  width: 80%;
}
#our-client .text-wrapper{
  position: absolute;
  top: 50%;
  right: -25px;
  height: 300px;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #FF61D3 25%, #1092FF 100%);
      border-radius: 25px;
  border-radius: 100%;
  transform: translateY(-50%);
  box-shadow:10px 0px 1px 10px #1a0060, 10px -1px 1px 12px #fff;
}
#our-client .text-wrapper .title{
  font-family: 'Nunito Sans', sans-serif;
    font-weight: 100;
    font-size: 45px;
    text-align: center;
    width: 50%;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    color: #ffffff;
  line-height: 1.4;
}
#our-client .splide__pagination{
  bottom: -60px;
}
#our-client .splide__slide img{
  height: 150px;
  }
.splide__slide img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.splide__pagination__page{
  background: #FF61D3;
}
.splide__pagination__page.is-active {
  background: #FF61D3;
  transform: scale(1.2);
  z-index: 1;
  width:20px;
  border-radius: 20px;
}

/* End Of Our Client  */

#what-we-do{
  margin: 60px 0px;
}

#what-we-do .wwd-title-wrapper .title{
  font-family: 'Nunito Sans', sans-serif;
  font-size: 38px;
  text-align: left;
  margin:0px 0px 10px 0px ;
  padding:0px;
  color: #fff;
}

#what-we-do .wwd-title-wrapper .para {
  font-family: 'Nunito Sans', sans-serif;
  text-align: left;
  font-weight: 100;
  font-size: 24px;
  margin:0px;
  padding:0px;
  width: 50%;
  line-height: 1.4;
  color: #fff;
}
#what-we-do .service-wrapper{
  background-image: url(/cdn/shop/files/background-line.png?v=1672049512);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 120px 0px 90px 0px;
  box-shadow: 0px 10px 20px 0px rgba(255,255,255,0.2);
  border-radius: 15px;
  animation: service-move 5s ease infinite;
  align-items: self-start;
}
#what-we-do .service-col{
 flex: 0 0 30%;
 margin: 0px 1.63%;
}
#what-we-do .service-table{
  background: #11063C;
  padding: 20px;
  color: #fff;
  border-radius: 25px;
  position: relative;
  top: -50px;
  background: #fff;
  transition: all 0.5s ease;
}
#what-we-do .service-table:hover{
  background: linear-gradient(145deg, #1A0060 0%, #000000 100%);
}
#what-we-do .service-table .service-title{
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 38px;
  text-align: center;
  margin:0px 0px 30px 0px;
  padding:0px;
  color:#11063C;
  position: relative;
}
#what-we-do .service-table .service-title:after{
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 100px;
  height: 2px;
  background: #FF61D3;
  transform: translate(-50%);
}
#what-we-do .service-table  .service-list{
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  margin:0px 0px 20px 0px;
  padding:0px;
  color:#11063C;
  line-height:1.4;
}
#what-we-do .service-table:hover .service-list ,
#what-we-do .service-table:hover .service-title{
  color: #fff;
  transition: all 0.5s ease;
}
#what-we-do .service-table .service-btn{
  text-align: center;
  margin-top: 25px;
}
#what-we-do .service-table  .btn-grad{
  background: linear-gradient(45deg, #FF61D3 25%, #1092FF 100%);
  padding: 10px 25px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Nunito Sans', sans-serif;
  text-decoration: none;
  font-size: 18px;
  border-radius: 25px;
  background-size: 180% 180%;
  animation: textAnimate 2s ease infinite;
  transition: all 0.3s linear;
  display: inline-block;
}
#what-we-do .service-table .btn-grad:hover{
  box-shadow: 0px 0px 10px 1px rgba(255,255,255,0.5);
  transition: all 0.3s linear;
}

/* Explore our Work  */
#explore-our-work .sub_title{
   
  font-family: 'Nunito Sans', sans-serif;
  text-align: center;
  font-size: 22px;
   margin:0px 0px 10px 0px ; 
  color: #11063C;
  line-height: 1.4;
}
#explore-our-work{
  background: #fff;
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  padding: 75px 0px 90px;
  overflow: hidden;
}


#explore-our-work .explore-title-wrapper .title{
  
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  font-size: 38px;
  text-align: center;
  margin:0px 0px 30px 0px;
  padding:0px;
  color: #11063C;
   line-height: 1.4;
}
#explore-our-work #main-carousel{
  border-radius: 25px;
  margin-bottom: 30px;
}
#explore-our-work .splide__slide {
   background: linear-gradient(306deg,#1092ff 0%,rgb(255 255 255) 50%,rgba(255,255,255,1) 65%,#ff61d3 110%);
  border-radius: 25px;
}
#explore-our-work .splide__slide  img{
  border-radius: 25px;
}
#explore-our-work .thumbnails {
  display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0px;
}

#explore-our-work .thumbnail{
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  background: #fff;
  padding: 10px;
  cursor: pointer;
  opacity: 0.3;
  border-radius: 10px;
  border: 3px solid #11063C;
}
#explore-our-work .thumbnail.is-active{
  opacity: 1;
  border:none;
  position: relative;
}
#explore-our-work .thumbnail.is-active::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -4px;
  border-radius: inherit;
  background: linear-gradient(145deg, #FF61D3 25%, #1092FF 100%);
  transition: all 0.3s ease;
}

#explore-our-work .thumbnail img {
  width: 100%;
  height: auto;
}
#explore-our-work .splide__arrow--next{
  right: -1em;
}
#explore-our-work .splide__arrow--prev{
  left: -1em;
}
#explore-our-work .splide__arrow{
  background: unset;
  width: 30px;
  font-size: 50px;
}
#explore-our-work .splide__arrow svg{
  fill: #E6438F;
}
@media(max-width:767px){
   #explore-our-work .sub_title{
    font:size: 16px;
  } 
}
 
/* client testomnial */
#client-testimonial{
  margin: 30px 0px;
}

#client-testimonial .title-box .title{
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  font-size: 38px;
  text-align: center;
  margin:0px 0px 10px 0px ;
  padding:0px;
  color: #fff;
}


#client-testimonial .testimonial-container{
  margin: 30px 0px;
}
#client-testimonial .testimonial-col{
  flex: 0 0 30%;
  margin: 0px 1.63%;
 }

 #client-testimonial .testimonial-wrapper{
  background: #11063C;
  padding: 20px;
  color: #fff;
  border-radius: 25px;
  position: relative;
  top: -50px;
  background: #fff;
  transition: all 0.5s ease;
  position: relative;
}
#client-testimonial .testimonial-wrapper::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -6px;
  border-radius: inherit;
  background: linear-gradient(145deg, #FF61D3 25%, #1092FF 100%);
  transition: all 0.3s ease;
}
#client-testimonial .img-wrapper{
  text-align: center;
  margin-bottom: 20px;
}

#client-testimonial .client-avatar{
  height: 90px;
}

#client-testimonial .client-comment{
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  padding: 20px 0px 20px 0px;
  padding: 0px;
  color: #11063c;
  width: 90%;
  margin: 0 auto;
}

#client-testimonial  .splide__track{
padding-top: 70px;
padding-bottom: 20px;
}

#client-testimonial .client-name{
  font-family: "Roboto",sans-serif;
  font-weight: 600;
  font-size: 21px;
  text-align: center;
  margin: 20px 0px 0px 0px;
  padding: 0px;
  color: #11063c;
}
#client-testimonial .client-company-name{
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  color: #11063c;
  font-style: italic;
}
#client-testimonial-slider  .splide__arrow{
  top:unset;
  bottom: 0;
  transform: translateY(0);
}
#client-testimonial-slider .splide__arrow{
  align-items: flex-end;
}
#client-testimonial-slider .splide__arrow--next{
  right: 40%;
}
.splide__arrow--prev{
  left: 40%;
}

#client-testimonial-slider .splide__arrow{
  background: unset;
  width: 30px;
  font-size: 50px;
}
#client-testimonial-slider .splide__arrow svg{
  fill: #E6438F;
}
#client-testimonial-slider .splide__slide{
  transform: scale(0.9);
  filter: blur(1.5px);
}
#client-testimonial-slider .splide__slide.is-active{
  transform: scale(1);
  opacity: 1;
  filter: blur(0px);
  transition: all 0.3s ease;
}

/* Industries We Serve START from here */

#industries-we-serve{
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  padding: 75px 0px;
}

#industries-we-serve .title-box .title{
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  font-size: 38px;
  text-align: center;
  margin:0px 0px 10px 0px ;
  padding:0px;
  color: #11063C;
  line-height: 1.4;
}
#industries-we-serve .sub_title{
  font-family: 'Nunito Sans', sans-serif;
  text-align: center;
  font-size: 22px;
   margin:0px 0px 10px 0px ; 
  color: #11063C;
   line-height: 1.4;
}
#industries-we-serve .col-industries{
  flex: 0 0 21%;
  max-width: 21%;
  margin: 2%;
}


#industries-we-serve .industries-wrapper .img-wrapper{
  background: linear-gradient(45deg, #FF61D3 25%, #1092FF 100%);
  border-radius: 100%;
  padding: 20px;
}

#industries-we-serve .industries-wrapper{
  position: relative;
  background-color: #fff;
  border-radius: 10px;
}
#industries-we-serve .industries-wrapper .img-wrapper{
  background: linear-gradient(45deg, #FF61D3 25%, #1092FF 100%);
  border-radius: 100%;
  padding: 20px;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100px;
  height: 100px;
}


#industries-we-serve .industries-wrapper::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -3px;
  border-radius: 10px;
  background: linear-gradient(145deg, #FF61D3 25%, #1092FF 100%);
  transition: all 0.3s ease;
}
#industries-we-serve .text-wrapper{
  padding: 60px 0px 50px;
  margin-bottom: 45px;
}
#industries-we-serve .industries-bio{
  margin: 60px 0px 0px 0px;
      align-items: flex-start;
}
#industries-we-serve .text-wrapper .title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  text-align: center;
  margin:0px;
  padding:0px;
  color: #11063C;
  text-align: center;
  font-size: 21px;
  margin: 0;
  text-transform: capitalize;
}
@media(max-width: 767px){
  #industries-we-serve .title-box .title{
    line-height: 1.2;
  }
  
  #industries-we-serve .sub_title{
    font-size: 18px;
  }
  
  #industries-we-serve .industries-wrapper {
        border-radius: 5px;
  }
}
/*  Industries We Serve END from here */

/*  Contact Section START From Here */

#contact-section{
  margin: 60px 0px;
}
#contact-section .cs-wrapper{
  background: linear-gradient(306deg,#1092ff 0%,rgb(255 255 255) 50%,rgba(255,255,255,1) 65%,#ff61d3 110%);
        border-radius: 25px;
}

#contact-section .cs-wrapper .image-wrapper img{
  padding: 15px ;
  display: block;
  margin: 0 auto;
}

#contact-section .cs-wrapper .btn-wrapper{
  text-align: center;
  
}
#contact-section .cs-wrapper .btn-wrapper .btn-grad{
 padding: 5px 20px;
  color: #11063C;
  text-transform: uppercase;
  font-family: 'Nunito Sans', sans-serif;
  text-decoration: none;
  font-size: 18px;
/*   border-radius: 25px;
  transition: all .3s linear;
  display: inline-block;
  background: #fff; */
  background: linear-gradient(white, white) padding-box,
              linear-gradient(to right, #FF61D3 , #1092FF ) border-box;
  border-radius: 50em;
  border: 4px solid transparent;
}


#contact-section .cs-wrapper .text-wrapper .sub-title{
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  margin:0px;
  padding: 0px 0px 20px 0px;
  color: black;
}
#contact-section .cs-wrapper .text-wrapper .title{
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  font-size: 32px;
  text-align: center;
  padding: 0px 0px 10px 0px;
  width: 80%;
  margin: 0 auto;
  color: black;
}
#contact-section .cs-wrapper .btn-wrapper .btn-grad:hover {
  box-shadow: 0px 0px 20px 1px rgba(255,255,255,0.5);
}
 .header .header__icons {
    display:none
  }

/* I-pad */
@media (min-width:768px) and (max-width: 1100px) {
      #home-banner .title {          
          font-size: 54px;        
          margin: 0px 0 45px;
      }
      #home-banner .para{
         
        font-size: 32px;
      }
    #home-banner .text-wrapper .btn-box .btn-grad{
          font-size: 20px;
    }
    #our-client .logo-wrapper {
        width: 118%;
    }
    #our-client .client-wrapper {
    padding: 5px 0;
   }
    #industries-we-serve .text-wrapper {
      min-height: 185px;
   }
    #our-client .text-wrapper {
      height: 275px;
      width: 275px;
    }
    
    #what-we-do .service-col {
        flex: 0 0 60%;
        margin-top: 64px;
        margin-bottom: 0px;
    }
   #what-we-do .service-wrapper {
    flex-wrap: unset;
    overflow: hidden;
    overflow-x: scroll;
    margin: 30px 0;
    align-items: flex-start;
  }
    #explore-our-work .splide__arrow {
      display: none; 
    }
  #contact-section .cs-wrapper .text-wrapper .title {
        font-size: 19px;
 }
  #contact-section .cs-wrapper .text-wrapper .sub-title {
        font-size: 21px;
 }
  #contact-section .cs-wrapper .btn-wrapper .btn-grad {
    padding: 6px 18px;
  }
  #industries-we-serve .text-wrapper .title{
    width: 80%;
    margin: 0 auto;
    line-height: 1.4;
  }
    #shopify-section-footer .footer-block__heading{
        font-size: 24px;
      }
    #shopify-section-footer .list-menu__item--link{
      font-size: 15px  ;
    }
}

/* Mobile  Version From Home Page start from here  */
 

@media (max-width: 767px) {
  .header__heading-logo {
    max-width: 35px !important;
  }
  #home-banner{
    height: 320px;
  }
  #home-banner .title{
    font-size: 25px;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 20px;
}
  
  #home-banner .para{
    width: 75%;
    font-size: 16px;
  }
  #home-banner .text-wrapper .btn-box .btn-grad{
    font-size: 14px;
  }
  #home-banner .img-wrapper .icon-contain .circle-img{
    width:50px;
    height: 50px;
  }
  #home-banner .img-wrapper .img-box1{
    top:65%;
  }
  #home-banner .img-wrapper .img-box3{
    top: 65%;
  }
  #home-banner .img-wrapper .icon-contain .icon-box img{
    width:30px;
  }
  #our-client{
    padding: 45px 0px;
  }
  #our-client .logo-wrapper {
        width: 65%;
    }
  #our-client .text-wrapper {
    right: -10px;
    height: 150px;
    width: 150px;
  }
  #our-client .text-wrapper .title{
    font-size: 24px;
    width:70%;
  }
  #our-client .splide__slide img{
    height: 90px;
    margin-left:10px;
  }
  #our-client .client-wrapper{
    padding: 5px 0px;
  }
  #our-client .splide__pagination{
    bottom:-40px;
  }
  #what-we-do{
    margin: 45px 0px;
  }
  #what-we-do .wwd-title-wrapper .title{
    font-size: 28px;
  }
  #what-we-do .wwd-title-wrapper .para{
    width: 95%;
    font-size: 16px;
  }


  #what-we-do .service-wrapper{
    flex-wrap: unset;
    overflow: hidden;
    overflow-x: scroll;
    margin: 30px 0px;
    align-items: flex-start;
  }
  #what-we-do .service-col{
    flex: 0 0 70%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #what-we-do .service-table{
    top:0px;
    padding: 10px;
  }
  #what-we-do .service-table .service-list{
    font-size: 14px;
    margin-bottom:15px;
  }
  #what-we-do .service-table .service-title{
    font-size: 28px;
  }
  #what-we-do .service-table ul{
    padding-left: 20px;
  }
  #what-we-do .service-table .btn-grad{
    font-size: 14px;
    padding: 7px 20px;
  }
  #explore-our-work{
    padding: 60px 0px;
  }
 
  #explore-our-work .explore-title-wrapper .title{
    font-size: 28px;
    margin: 0px 0px 25px 0px;
    line-height: 1.2;
  }
 
  #explore-our-work .splide__slide{ 
    border-radius: 10px;
  }

  #explore-our-work .thumbnail{
   width: 60px;
   height: 60px;
   margin-right: 15px;
    }
  
    #explore-our-work .thumbnail{
      width: 60px;
      height: 60px;
      margin-right: 15px;
      align-items: flex-start;
      justify-content: flex-start;
    }
  
  #explore-our-work .thumbnail {
    flex: 0 0 60px;
    height:60px;
    margin:4px;
}
  #explore-our-work .thumbnails{
    align-items: flex-start;
    justify-content: flex-start;
    overflow:auto;
  }
  
    #client-testimonial{
      margin: 30px 0px;
    }
    #client-testimonial .title-box .title{
      font-size: 28px;
       line-height: 1.2;
    }
    #client-testimonial .client-comment{
      font-size: 12px;
      width: unset;
    }
    #client-testimonial .client-name{
      font-size: 16px;
    }
    #client-testimonial .client-company-name{
      font-size: 14px;
    }
    #client-testimonial .client-avatar{
      height: 60px;
    }
    #client-testimonial-slider .splide__arrow--next{
      right: 30%;
    }
    #client-testimonial-slider .splide__arrow--prev{
      left:30%;
    }
    #client-testimonial .testimonial-wrapper{
      padding: 10px;
    }
    #client-testimonial .testimonial-container{
      margin: 20px 0px;
    }

    #industries-we-serve .title-box .title{
      font-size: 28px;
    }
    #industries-we-serve{
      padding: 60px 0px 30px;
      clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 93%);
    }
    #industries-we-serve .col-industries{
      flex: 0 0 21%;
      max-width: 21%;
      margin: 2%;
    }
    #industries-we-serve .text-wrapper{
      padding: 35px 0px 15px 0px;
      margin-bottom: 40px;
      min-height: 100px;
    }
    #industries-we-serve .industries-wrapper .img-wrapper{
      width: 60px;
      height: 60px;
      padding: 10px;
    }
    #industries-we-serve .industries-bio{
      margin: 45px 0px 30px 0px;
    }
    #industries-we-serve .text-wrapper .title{
      font-size: 12px;
    }
    #industries-we-serve .industries-bio{
      margin:45px 0px 0px 0px;
    }
    #industries-we-serve .industries-wrapper::after{
      margin: -2px;
          border-radius: 5px;
    }
    #contact-section .cs-wrapper{
      padding: 20px;
    }
    #contact-section .cs-wrapper .text-wrapper .title{
      font-size: 20px;
      padding: 0px 0px 0px 0px;
    }
    #contact-section .cs-wrapper .image-wrapper img{
      width: 200px;
    }
   #client-testimonial-slider .splide__slide{
    width: calc(((100% + 60px) / 1.5) - 10px) !important;
  }
  #contact-section .cs-wrapper .text-wrapper .sub-title{
    font-size: 18px;
  
  }
    #contact-section .cs-wrapper .btn-wrapper .btn-grad {
       padding: 5px 15px;
      font-size: 15px;
    }
   #shopify-section-footer .footer-block__heading{
        font-size: 18px;
      }

    #shopify-section-footer .list-menu__item--link{
      font-size: 14px  ;
      margin:0;
      padding: 0px 0px 5px 0px;
    }
    #shopify-section-footer  .grid--4-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }
 #shopify-section-footer .footer-block.grid__item  {
     margin: 0;
 }

/*   #shopify-section-footer .footer-block {
     max-width: 100px;
     display: flex;
     justify-content: center;
     align-items: center;
  } */

 .header {
        grid-template-areas: ' icons heading left-icon';
        display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }

}


 
/* Keyframe  */
@keyframes spin {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
}

@keyframes icon-move {
  0% {
    transform: translate(-50%,-20%);
  }
  50% {
    transform: translate(-50%,-70%);
  }
  100% { 
    transform: translate(-50%,-20%);
  }
}
@keyframes icon-move3 {
  0% {
    transform: translate(-50%,-70%);
  }
  50% {
    transform: translate(-50%,-20%);
  }
  100% {
    transform: translate(-50%,-70%);
  }
}


@keyframes textAnimate {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes service-move{
  0% {
    box-shadow: 0px 10px 20px 0px rgba(255,255,255,0.2);
  }
  50% {
    box-shadow: 0px 10px 20px 0px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0px 10px 20px 0px rgba(255,255,255,0.2);
  }
}
/* header */
.header__menu-item:hover span {
  text-decoration: none;
  text-underline-offset: 0.3rem;
   background: linear-gradient(to right,#FF61D3 0%,#1092FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
 
/* twinkle star */
.main-star {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 1px;
    width: 1px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: -42vw -4vh 0px 0px #fff,25vw -41vh 0px 0px #fff,-20vw 49vh 0px 1px #fff,5vw 40vh 1px 1px #fff,29vw 19vh 1px 0px #fff,-44vw -13vh 0px 0px #fff,46vw 41vh 0px 1px #fff,-3vw -45vh 0px 1px #fff,47vw 35vh 1px 0px #fff,12vw -8vh 1px 0px #fff,-34vw 48vh 1px 1px #fff,32vw 26vh 1px 1px #fff,32vw -41vh 1px 1px #fff,0vw 37vh 1px 1px #fff,34vw -26vh 1px 0px #fff,-14vw -49vh 1px 0px #fff,-12vw 45vh 0px 1px #fff,-44vw -33vh 0px 1px #fff,-13vw 41vh 0px 0px #fff,-36vw -11vh 0px 1px #fff,-23vw -24vh 1px 0px #fff,-38vw -27vh 0px 1px #fff,16vw -19vh 0px 0px #fff,28vw 33vh 1px 0px #fff,-49vw -4vh 0px 0px #fff,16vw 32vh 0px 1px #fff,36vw -18vh 1px 0px #fff,-25vw -30vh 1px 0px #fff,-23vw 24vh 0px 1px #fff,-2vw -35vh 1px 1px #fff,-25vw 9vh 0px 0px #fff,-15vw -34vh 0px 0px #fff,-8vw -19vh 1px 0px #fff,-20vw -20vh 1px 1px #fff,42vw 50vh 0px 1px #fff,-32vw 10vh 1px 0px #fff,-23vw -17vh 0px 0px #fff,44vw 15vh 1px 0px #fff,-40vw 33vh 1px 1px #fff,-43vw 8vh 0px 0px #fff,-48vw -15vh 1px 1px #fff,-24vw 17vh 0px 0px #fff,-31vw 50vh 1px 0px #fff,36vw -38vh 0px 1px #fff,-7vw 48vh 0px 0px #fff,15vw -32vh 0px 0px #fff,29vw -41vh 0px 0px #fff,2vw 37vh 1px 0px #fff,7vw -40vh 1px 1px #fff,15vw 18vh 0px 0px #fff,25vw -13vh 1px 1px #fff,-46vw -12vh 1px 1px #fff,-18vw 22vh 0px 0px #fff,23vw -9vh 1px 0px #fff,50vw 12vh 0px 1px #fff,45vw 2vh 0px 0px #fff,14vw -48vh 1px 0px #fff,23vw 43vh 0px 1px #fff,-40vw 16vh 1px 1px #fff,20vw -31vh 0px 1px #fff,-17vw 44vh 1px 1px #fff,18vw -45vh 0px 0px #fff,33vw -6vh 0px 0px #fff,0vw 7vh 0px 1px #fff,-10vw -18vh 0px 1px #fff,-19vw 5vh 1px 0px #fff,1vw 42vh 0px 0px #fff,22vw 48vh 0px 1px #fff,39vw -8vh 1px 1px #fff,-6vw -42vh 1px 0px #fff,-47vw 34vh 0px 0px #fff,-46vw 19vh 0px 1px #fff,-12vw -32vh 0px 0px #fff,-45vw -38vh 0px 1px #fff,-28vw 18vh 1px 0px #fff,-38vw -46vh 1px 1px #fff,49vw -6vh 1px 1px #fff,-28vw 18vh 1px 1px #fff,10vw -24vh 0px 1px #fff,-5vw -11vh 1px 1px #fff,33vw -8vh 1px 0px #fff,-16vw 17vh 0px 0px #fff,18vw 27vh 0px 1px #fff,-8vw -10vh 1px 1px #fff;
  
/*   box-shadow: 24vw 9vh 1px 0px #fff,12vw -24vh 0px 1px #fff,-45vw -22vh 0px 0px #fff,-37vw -40vh 0px 1px #fff,29vw 19vh 0px 1px #fff,4vw -8vh 0px 1px #fff,-5vw 21vh 1px 1px #fff,-27vw 26vh 1px 1px #fff,-47vw -3vh 1px 1px #fff,-28vw -30vh 0px 1px #fff,-43vw -27vh 0px 1px #fff,4vw 22vh 1px 1px #fff,36vw 23vh 0px 0px #fff,-21vw 24vh 1px 1px #fff,-16vw 2vh 1px 0px #fff,-16vw -6vh 0px 0px #fff,5vw 26vh 0px 0px #fff,-34vw 41vh 0px 0px #fff,1vw 42vh 1px 1px #fff,11vw -13vh 1px 1px #fff,48vw -8vh 1px 0px #fff,22vw -15vh 0px 0px #fff,45vw 49vh 0px 0px #fff,43vw -27vh 1px 1px #fff,20vw -2vh 0px 0px #fff,8vw 22vh 0px 1px #fff,39vw 48vh 1px 1px #fff,-21vw -11vh 0px 1px #fff,-40vw 45vh 0px 1px #fff,11vw -30vh 1px 0px #fff,26vw 30vh 1px 0px #fff,45vw -29vh 0px 1px #fff,-2vw 18vh 0px 0px #fff,-29vw -45vh 1px 0px #fff,-7vw -27vh 1px 1px #fff,42vw 24vh 0px 0px #fff,45vw -48vh 1px 0px #fff,-36vw -18vh 0px 0px #fff,-44vw 13vh 0px 1px #fff,36vw 16vh 0px 1px #fff,40vw 24vh 0px 0px #fff,18vw 11vh 0px 0px #fff,-15vw -23vh 1px 0px #fff,-24vw 48vh 0px 1px #fff,27vw -45vh 1px 0px #fff,-2vw -24vh 0px 1px #fff,-15vw -28vh 0px 0px #fff,-43vw 13vh 1px 0px #fff,7vw 27vh 1px 0px #fff,47vw 5vh 0px 0px #fff,-45vw 15vh 1px 1px #fff,-5vw -28vh 0px 1px #fff,38vw 25vh 1px 1px #fff,-39vw -1vh 1px 0px #fff,5vw 0vh 1px 0px #fff,49vw 13vh 0px 0px #fff,48vw 10vh 0px 1px #fff,19vw -28vh 0px 0px #fff,4vw 7vh 0px 0px #fff,21vw 21vh 1px 1px #fff,-15vw -15vh 0px 1px #fff,-6vw -42vh 1px 0px #fff,-15vw 48vh 1px 1px #fff,-23vw 25vh 1px 1px #fff,-48vw 25vh 0px 1px #fff,-31vw -19vh 0px 1px #fff,4vw 37vh 1px 1px #fff,-43vw 28vh 0px 0px #fff,3vw -25vh 0px 1px #fff,-39vw 14vh 0px 1px #fff,-40vw 31vh 0px 1px #fff,35vw -36vh 1px 1px #fff,16vw 49vh 0px 0px #fff,6vw 39vh 0px 0px #fff,3vw -35vh 0px 1px #fff,-44vw -2vh 1px 0px #fff,-6vw 21vh 1px 0px #fff,48vw 9vh 1px 1px #fff,-43vw 30vh 1px 1px #fff,29vw -12vh 1px 1px #fff,-48vw 13vh 1px 0px #fff,-42vw 32vh 1px 1px #fff,34vw 15vh 1px 1px #fff,29vw -37vh 1px 1px #fff,28vw 2vh 0px 0px #fff; */
  animation: zoom1 20s alternate infinite; 
  display: block !important;
}

@keyframes zoom1 {
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.5);
    }
}

/* Broken star */
 

.broken-star { 
  position: relative;
  width: 1px;
  height: 1px;
  background-color: white;
  position: fixed;
  animation-name: particleAnimation;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  display:block !important; 
  transform: rotate(5deg);
}

.broken-star::before{  
  position: absolute;
  display: block;
  content: "";
  width: 100px;
  right: 1px;
  top: 0;
  height: 1px;
  background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(255,255,255,0.4) 100%); 
}

.broken-star:nth-of-type(1) { top: 25%; animation-duration: 20s; }
.broken-star:nth-of-type(2) { top: 50%; animation-duration: 10s; }
.broken-star:nth-of-type(3) { top: 75%; animation-duration: 24s; }
.broken-star:nth-of-type() { top: 100%; animation-duration: 16s; }
@keyframes particleAnimation {
	from {
  		left: -100px;
	}
	to {
		left: calc(100% + 100px);
	}
}




.whatsapp-float-product-page {
position: fixed;
    bottom: 75px;
    z-index: 1111;
    left: 25px;
    display: inline-block;
}

.whatsapp-plain-round-btn  {
  display:inline-block;
  cursor:pointer;
  text-decoration:none;
  color: #4B7E43;
  font-size:18px;
  background-color: #fff;
  padding:5px 10px;
  margin:10px;
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
  border-radius: 25px ;
  border: 2px solid #4B7E43;
  transition: all 0.3s linear ;
}
.whatsapp-plain-round-btn img{
  width: 32px;
    vertical-align: middle;
    margin-left: 5px;
}
.whatsapp-plain-round-btn:hover {
text-decoration: none;
    background-color: #4B7E43;
    color:#fff;
}
@media (min-width: 1px) and (max-width: 767px) {

  .whatsapp-plain-round-btn {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: #4B7E43;
    font-size: 12px;
    background-color: #fff;
    padding: 5px;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
    border-radius: 25px;
    border: 2px solid #4B7E43;
    transition: all 0.3s linear;
    position:relative;
    z-index:999;    
}
  .whatsapp-plain-round-btn img{
    width: 24px;
    vertical-align: middle;
    margin-left: 5px;
 }
}
#industries-we-serve .para{
      font-family: Nunito Sans,sans-serif;
    font-weight: 400;
    color: #11063c;
    text-align: center;
    font-size: 18px;
    width: 80%;
    margin: 0 auto;
    padding: 15px 0 0;
    line-height: 1.4;
    min-height: 140px;
}
.product-form__submit{
  background: transparent;
}
     /*  Why Choose Us */

#why-choose-us{
    background: #fff;
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    padding: 75px 0px;
  }
  
  #why-choose-us .title-box .title{
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    font-size: 38px;
    text-align: center;
    margin:0px 0px 10px 0px ;
    padding:0px;
    color: #11063C;
  }
  #why-choose-us .sub_title{
   
  font-family: 'Nunito Sans', sans-serif;
  text-align: center;
  font-size: 22px;
   margin:0px 0px 10px 0px ; 
  color: #11063C;
  line-height: 1.4;
}
  #why-choose-us .why-choose-industries{
    flex: 0 0 21%;
    max-width: 21%;
    margin: 2%;
  }
  
  
  #why-choose-us .why-choose-wrapper .img-wrapper{
    background: linear-gradient(45deg, #FF61D3 25%, #1092FF 100%);
    border-radius: 100%;
    padding: 20px;
  }
  
  #why-choose-us .why-choose-wrapper{
    position: relative;
    background-color: #fff;
    border-radius: 10px;
  }
  #why-choose-us .why-choose-wrapper .img-wrapper{
    background: linear-gradient(45deg, #FF61D3 25%, #1092FF 100%);
    border-radius: 100%;
    padding: 20px;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100px;
    height: 100px;
  }
  
  
  #why-choose-us .why-choose-wrapper::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -3px;
    border-radius: 10px;
    background: linear-gradient(145deg, #FF61D3 25%, #1092FF 100%);
    transition: all 0.3s ease;
  }
  #why-choose-us .text-wrapper{
    padding: 60px 0px 50px;
    margin-bottom: 45px;
  }
  #why-choose-us .why-choose-bio{
    margin: 60px 0px 0px 0px;
  }
  #why-choose-us .text-wrapper .title {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    margin:0px;
    padding:0px;
    color: #11063C;
    text-align: center;
    font-size: 24px;
    margin: 0;
  }
  #why-choose-us .text-wrapper .para {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    margin:0px;
    padding:0px;
    color: #11063C;
    text-align: center;
    font-size: 18px;
    width: 80%;
    margin:0 auto;
    padding: 15px 0px 0px 0px;
    line-height: 1.4;
    min-height: 140px;
  }
  @media(min-width: 768px) and (max-width:1100px){
      #why-choose-us .why-choose-industries {
    flex: 0 0 46%;
    max-width: 46%;
    margin: 2%;
    }
  
    #why-choose-us .text-wrapper .para {
      min-height: 145px;
    }
    #about-culture .culture-box .para{
      width: 80%;
    }
  }
  @media(max-width:767px){
    #why-choose-us .title-box .title{
        font-size: 28px;
       line-height: 1.2;
      margin: unset;
    }
      #why-choose-us{
        padding: 60px 0px 30px;
        clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 93%);
      }
      #why-choose-us .why-choose-industries{
        flex: 0 0 46%;
        max-width: 46%;
        margin: 2%;
      }
      #why-choose-us .text-wrapper{
        padding: 35px 0px 15px 0px;
        margin-bottom: 40px;
      }
      #why-choose-us .why-choose-wrapper .img-wrapper{
        width: 60px;
        height: 60px;
        padding: 10px;
      }
      #why-choose-us .why-choose-bio{
        margin: 45px 0px 30px 0px;
      }
      #why-choose-us .text-wrapper .title{
        font-size: 16px;
        font-weight: 800;
      }

      #why-choose-us .why-choose-wrapper::after{
        margin: -2px;
      }

      #why-choose-us .text-wrapper .para {
        line-height: 1.4;
        font-size: 14px;
        min-height: 140px;
      }
      #why-choose-us .sub_title{
        font-size: 16px;
      }
  }
/* Why chsoose us END from here */ 
/*  sticky contact us */
#sticky_preorder, .sticky-123{
       position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
}
/*  sticky contact us end */


.header__inline-menu .list-menu li:nth-last-child(2) {
    border: 1px solid  #FF61D3;
  border-radius: 5px;
/*     color: #fff; */
  background: linear-gradient(to right,#FF61D3 0%,#1092FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
 .header__inline-menu .list-menu li:nth-last-child(1) a span{
/*      color: #fff; */
/*        -webkit-text-fill-color: unset; */
 }
  .header__inline-menu .list-menu li:nth-last-child(1) a:hover{
/*      color: #fff !important; */
/*     -webkit-text-fill-color: unset; */
 }
#globo-formbuilder-4304   .globo-form-icon svg path {
  fill: #000 !important;
}
#globo-formbuilder-4304   .globo-form-app p {
  color: #fff;
}
#globo-formbuilder-4304   .globo-form-app p a {
 display: none !important;
}
#globo-formbuilder-4304   .iti__selected-dial-code ,#globo-formbuilder-4304 .iti__country-name{
  color: #000 !important;
}
 .iti__country{
    color: #000 !important;
}
.iti__flag{
  display: block !important;
}
#globo-formbuilder-4304  .globo-form-app .message+.footer {
    margin-top:0px;
}
#globo-formbuilder-4304 .globo-form-id-4304 .globo-form-app .footer button.submit{
  font-size: 22px;
  background:linear-gradient(90deg, rgba(255, 97, 211, 1), rgba(16, 146, 255, 1) 100%);
   padding:15px;
}
#globo-formbuilder-4304 .globo-form-id-4304 .globo-form-app .footer button{
  border: unset;
}
#globo-formbuilder-4304  .message p , #globo-formbuilder-4304  .message h4 {
  color: #11063c !important;
}

/* footer */
/* Footer */
footer {
  margin-top:0px !important;
}
 #shopify-section-footer .footer__content-top{
    padding-left: unset;
   padding-right: unset;
      padding: 0px 20px;
  
}
     #shopify-section-footer .footer-block__heading{
        font-size: 24px;
       position: relative;
      }

      #shopify-section-footer .footer-block__heading::after {
            content: "";
            position: absolute;
            bottom: -6px;
            left: 0px;
            width: 30px;
            height: 2px;
            margin: 0px 0px;
            background: #ff61d3;
      }

    #shopify-section-footer .list-menu__item--link{
      font-size: 16px  ;
    }
    .copyright__content{
      font-size:16px;
      margin:0px;
    }
    .footer__copyright{
      text-align:center !important;
      margin:0px;
    } 
 
 #shopify-section-footer .footer-block__newsletter {
    text-align: center; 
    display: flex; 
    align-items: center;
   gap: 20px;
   justify-content: center;
   margin-bottom: 20px;
   position: relative;
}
#shopify-section-footer .footer-block__newsletter:after{
  content: "";
    position: absolute;
    width: 100%;
    bottom: -10px; 
    height: 0.2px;
    background-color: #9e9e9e2e;
  
}
 #shopify-section-footer .footer-block__newsletter .newsletter-form{
   margin: unset;
 }
  #shopify-section-footer .text-feild-wrapper .list-social{
    justify-content: start;
    gap: 10px;
    margin: 20px 0px;
  }
   #shopify-section-footer .text-feild-wrapper .link {
     padding: unset;
   }
   #shopify-section-footer .text-feild-wrapper  .list-social__item .icon {
    height: 2.8rem;
    width: 2.8rem;
}
  #shopify-section-footer .text-feild-wrapper  img{
    width:100%;
    height: auto;
}
  #shopify-section-footer .text-feild-wrapper  .getin_touch_info_wrapper{
    display:flex;
    gap: 10px;
    margin: 5px 0px;
}
  #shopify-section-footer .text-feild-wrapper  .img_wrapper{
    flex: 0 0 20px;
}

  #shopify-section-footer .text-feild-wrapper  .info{
    color:#000;
    text-decoration: none;
    align-self: center;
    display: block;
    line-height: 1.4;
}
 #shopify-section-footer .footer__content-bottom-wrapper .footer__column--info {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
}
  #shopify-section-footer .links_wrapper{
        display: flex;
    justify-content: center;
    gap: 30px; 
    position: relative;
    padding: 20px 0px;
    
}
 #shopify-section-footer .links_wrapper:after{
    content: "";
    position: absolute;
    width: 100%;
    top: -10px; 
    height: 0.2px;
    background-color: #9e9e9e2e;
 }
  #shopify-section-footer .links_wrapper .link1{
    color:#000;
    text-decoration: none; 
    display: block;
    line-height: 1.4;
}
  #shopify-section-footer  .copyright__content ,#shopify-section-footer  .dr_logo_img_info,#shopify-section-footer .footer-block__details-content .list-menu__item--link{
  color:#000;
}
  #shopify-section-footer .footer__content-top{
    padding-bottom: 2rem;
  }
#shopify-section-footer .footer-block--newsletter{
  margin-top: 20px;
}
#shopify-section-footer .section-footer-padding {
    padding-top: 10px;
    padding-bottom: 10px;
}
#shopify-section-footer .footer-block--newsletter .footer-block__heading::after {
    content: unset;
}
  @media(max-width:767px){
      #shopify-section-footer .footer .grid {  
    display: flex;   
     flex-wrap:wrap;
  }
    #shopify-section-footer .grid--4-col-tablet .grid__item{
      width: unset;
    }
    #shopify-section-footer .footer-block--menu{ 
      width: 49%;
    }
#shopify-section-footer .custom_full_width{
  width: 100%;
}
     #shopify-section-footer .footer-block__details-content {
        margin-bottom: unset;
      }
       #shopify-section-footer .footer-block__heading::after {
            width: 35%;

      }
     .copyright__content{
        font-size:12px
     }
   
    #shopify-section-footer .footer-block__newsletter {
    text-align: left;
    display: block;
    margin-bottom: 1px;
    }
    #shopify-section-footer .footer-block__heading{
      font-size: 20px;
    }
    #shopify-section-footer .footer__content-bottom-wrapper .footer__column--info{
      flex-direction:column;
    }
    #shopify-section-footer .links_wrapper{
      gap:15px;
    }
    #shopify-section-footer .footer-block-image{
      text-align: left;
    }
    #shopify-section-footer  .list-menu__item--link{
      font-size: 12px;
    }
    #shopify-section-footer .footer__content-top {
    padding-bottom: 0rem;
}

#shopify-section-footer .footer-block__newsletter .footer-block__heading{
  text-align: center;
}
    #shopify-section-footer .footer-block--newsletter{
      margin-top: unset;
    }
  }
 #dummy-chat-button-iframe , #ShopifyChat{
       bottom: 75px !important;
 }
button#dummy-chat-button.chat-toggle--text-button{
   height: 45px !important;
   box-shadow: 0 0 5px rgb(255 255 255 / 81%) !important;
 }


/* cart drawer  */
#CartDrawer .drawer__inner ,#CartDrawer .drawer__header ,.cart-drawer thead , #CartDrawer .quantity, #CartDrawer .drawer__footer,#CartDrawer  .drawer__inner-empty{
  background-color: #11063c !important;
}

#contact_from .description h3{
  color: #000;
}
ul.menu-drawer__menu li:last-child a {
	border: 1px solid #FF61D3;
	border-radius: 5px;
	background: linear-gradient(to right,#FF61D3 0%,#1092FF 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	margin: 20px;
}




li.indexer5 {
    background-color: #01b55c;
    margin-left: 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
}
li.indexer5 a {
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    text-decoration:none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header-drawer li.indexer5 a img {
    width: 22px;
    height: 22px;
}
li.indexer5 a span {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin-right: 10px;
}
header-drawer {
    display: flex;
    align-items: center;
}