#background-wrap.clouds-pack.remove{
  z-index: 0!important;
  visibility: hidden;
}
.new-virtualeffect{
  margin-bottom: 40px;
}
.new-virtualeffect::after{
  content: "";
  background: linear-gradient(180deg, rgba(22, 30, 238, 0.252) 0%, rgba(13, 21, 201, 0.6) 100%);
  display: block;
  width: 100%;
  height: 183px;
  position: absolute;
  left: 0;
}
.mt-bm{
  bottom: -113px;
z-index: 9;
}
.mt-143{
  margin-top: 143px
}
.magiq-mountain-btm::before{
  animation: unset
}
.hide-div.remove{
  animation:fadeInUp 1s ease backwards;
}
@keyframes fadeInUp{
  0%{transform:translate(0px, 0); opacity: 1;}
  100%{transform:translate(0px, -100px); opacity: 0;}
}
@keyframes fadeInDown{
  0%{transform:translate(0px, 0); opacity: 0;}
  100%{transform:translate(0px, 100px); opacity: 1;}
}
.left-stickylogo{
  width: 128px;
  left: 50px;
  height: 130px;
  position: absolute;
  top: -160px;
  background-color: #FFFFFF;
  border-radius: 0px 0px 80px 80px;
  padding: 14px 25px;
  transition: all 0.2s ease-in ;
}
.left-stickylogo img{
  width: 100%
}
.sticky .left-stickylogo{
  top: 0;

}
.sticky .page-mark{
  animation:fadeInUp 1s ease backwards;
  opacity: 0
}
.page-template  .left-stickylogo,.page-template .left-stickylogo,.single  .left-stickylogo,.single .left-stickylogo,.error404  .left-stickylogo,.error404 .left-stickylogo{
  top: 0;
}
.page-template .page-mark,.page-template .page-mark,.single .page-mark,.single .page-mark,.error404 .page-mark,.error404 .page-mark{
  opacity: 0;
  display: none;
}
.page-template-aboutus .menu-icon,.page-template-aboutus .nav::after{
  background: #1CEDA5;
}
.page-template-4Disciplines .menu-icon,.page-template-4Disciplines .nav::after{
  background-color: #8B1BED;
}
.page-template-casestudies .menu-icon,.page-template-casestudies .nav::after,.page-template-insights .menu-icon,.page-template-insights .nav::after{
  background-color: #1d62ed;
}
.page-template-contact_us  .menu-icon,.page-template-contact_us .nav::after{
  background-color: #F22FA8;
}
/* Header menu Content fixed  */
.menu-icon {
	 height: 30px;
	 width: 30px;
	 position: fixed;
	 z-index: 2;
	 right: 50px;
	 top: 50px;
	 cursor: pointer;
}
.menu-icon{
  width: 60px;
  height: 60px;
  background: #2D92EC;
  border-radius: 100px;
}
.menu-icon__line {
  height: 3px;
  width: 28px;
  display: block;
  background-color: #FFFFFF;
  margin-bottom: 6px;
  transition: transform 0.2s ease, background-color 0.5s ease;
  border-radius: 5px;
  position: relative;
  top: 20px;
  left: 16px;
}
 .menu-icon__line-left {
	 /* width: 15px; */
}
 .menu-icon__line-right {
	 /* width: 15px; */
	 /* float: right; */
}
 .nav {
	 position: fixed;
	 z-index: 1;
   left: 0;
}
 .nav:before, .nav:after {
	 content: "";
	 position: fixed;
	 width: 100vw;
	 height: 100vh;
	 background: #1D2EED;
	 z-index: -1;
	 transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
	 transform: translateX(0%) translateY(-100%);
}
 .nav:after {
	 background: #1D2EED;
	 transition-delay: 0s;
}
 .nav:before {
	 transition-delay: 0.1s;
}
.menu-item a{
  color: #fff;
  font-weight: bold
}
 .nav__content {
	 position: fixed;
	 top: 50%;
	 transform: translate(0%, -50%);
	 width: 100%;
	 text-align: center;
	 font-size: calc(2vw + 10px);
	 font-weight: 200;
	 cursor: pointer;
   visibility: hidden;
   margin-left: 90px;
   /* display: none; */
}
.farami-hip{
  margin-left: 20px;
  font-family: inherit;
}
 .menu-item {
	 position: relative;
	 display: inline-block;
	 transition-delay: 0.8s;
	 opacity: 0;
	 transform: translate(0%, 100%);
	 transition: opacity 0.2s ease, transform 0.3s ease;
   text-transform: uppercase;
	 margin-right: 35px;
}
.nav__list{
  /* justify-content: space-around;
  display: flex; */
}
 .menu-item a:before {
	 content: "";
	 position: absolute;
	 background: #fff;
	 width: 0px;
	 height: 3px;
	 top: 100%;
	 transform: translate(0%, 0%);
	 transition: all 0.3s ease;
	 z-index: -1;
}
 .menu-item:hover a:before {
	 width: 100%;
}
 body.nav-active .menu-icon__line {
	 background-color: #fff!important;
	 transform: translateX(0px) rotate(-45deg);
}
 body.nav-active .menu-icon__line-left {
  transform: translateX(8px) rotate(45deg);
  opacity: 0;

	 /* transform: translateX(3px) rotate(45deg); */
}
 body.nav-active .menu-icon__line-right {
	 transform: translate(0px,-10px) rotate(45deg);
	 background-color: #fff!important;

}
 body.nav-active .nav {
	 visibility: visible;
}
 body.nav-active .nav:before, body.nav-active .nav:after {
	 transform: translateX(0%) translateY(0%);
}
 body.nav-active .nav:after {
	 transition-delay: 0.1s;
}
 body.nav-active .nav:before {
	 transition-delay: 0s;
}
 body.nav-active .nav__content{
   /* display: block; */
   visibility: visible;
 }
 body.nav-active .menu-item {
	 opacity: 1;
	 transform: translateX(0%);
	 transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
}
 body.nav-active .menu-item:nth-child(0) {
	 transition-delay: 0.5s;
}
 body.nav-active .menu-item:nth-child(1) {
	 transition-delay: 0.6s;
}
 body.nav-active .menu-item:nth-child(2) {
	 transition-delay: 0.7s;
}
 body.nav-active .menu-item:nth-child(3) {
	 transition-delay: 0.8s;
}
 body.nav-active .menu-item:nth-child(4) {
	 transition-delay: 0.9s;
}
body.nav-active .menu-item:nth-child(5) {
  transition-delay: 1s;
}
body.nav-active .menu-item:nth-child(6) {
  transition-delay: 1.1s;
}
/* Header Fixie  */
/* Waves  */

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-5px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 20s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% {
    transform: translate3d(85px,0,0);
  }
}
.small-left-mount{
  position: absolute;
  left: 0;
  bottom: 112px;
}
.small-right-mount{
  position: absolute;
  right: 0;
  bottom: 112px;
}
.pr-31{
  padding-right: 31px;
}
.empty-glify{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -40px;
}
.pt-200{
  padding-top: 200px
}
/* hero Animation Cap  */
#super-wave{
  animation: super-move 5s linear  infinite;
  position:absolute;
}
#super-wave2{
  animation: super-move2 5s linear  infinite;
  position:absolute;
}
@keyframes super-move {
 0%,100% {
  transform: translate(-10px, -20px);
 }
 30%{
  transform: translate(10px, -60px) rotate(5deg);
 }
 60%{
   transform:translate(18px, -23px);
 }
}
@keyframes super-move2 {
 0%,100% {
  transform: translate(-10px, -20px);
 }
 30%{
  transform: translate(30px, -50px) rotate(5deg);
 }
 60%{
   transform:translate(28px, -16px)
 }
}
.w-161{
  width: 161px
}
.w-225{
  width: 225px;
}
/* Hero cap animation css  */
.j-centie{
  justify-content: center;
  margin-bottom: 41px;
}
.z-index{
  z-index: 8;
}
.magiq-mountain-btm::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 8, 219, 0.378) 0%, rgba(0, 8, 219, 0.9) 100%);
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  left: 0;
}
.first-section{
  overflow: hidden;
  position: relative;
}
/* Cloud changie  */
.x2 .cloud::before{
  top: -60px;
}
.x2 .cloud::after{
  height: 180px;
  top: -80px;
  width: 190px;
}
.x3 .cloud::after{
  left: 60px;
  top: -60px;
}
.zig-zag{
  padding: 100px 40px;
  width: 70%;
  background: #1C24EC;
  border-radius: 6px;
  position: relative;
}
.grid-temp{
  grid-template-columns: 50% 50%;
  /* grid-gap: 28px; */
}
.zig-zag{
  transform: scale(0.9);
  transition: all 0.2s ease-in-out;
  align-items: center;
  display: flex;
  justify-content: center;
}
.hover-wrapper{
  width:100%
}
.hover-wrapper p,.hover-wrapper span{
  width: 100%!important
}
.zig-zag-left-right{
  height: 52px;
  width: 52px;
  bottom: 0;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background: #fff;
  position: absolute;
  right: -20px;
  margin: auto 0;
  top: 0;
  transform: rotate(-90deg);
  z-index: 2;
  transition: all 0.2s ease-in-out;
}
.zig-zag.a .hover-card,.zig-zag.a,.zig-zag.a::before{
  background-image: unset;
  background: #1CEDA5;
}
.zig-zag.b .hover-card,.zig-zag.b,.zig-zag.b::before{
  background-image: unset;
  background: #1C24EC;
}
.zig-zag.c .hover-card,.zig-zag.c::before,.zig-zag.c{
  background-color: #8B1BED;
  background-image: unset;
}
.zig-zag.c .zig-zag-right-left.zig-zag-rotate,.zig-zag.c .zig-zag-right-bottom.zig-zag-rotate,.zig-zag:hover .zig-zag-right-left.zig-zag-rotate{
  background: #8b1bed;
}
.zig-zag.b .zig-zag-right-left,.zig-zag.b .zig-zag-right-bottom{
  background: #1c24ec;
}
.zig-zag.d .hover-card,.zig-zag.d.zig-zag.d::before{
  background-image: unset;
  background-color: #F22FA8;
}
.zig-zag-left-bottom{
  height: 52px;
  width: 52px;
  bottom: -20px;
  left: 0;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background: #fff;
  position: absolute;
  right: 0;
  margin: auto;
  z-index: 2;
}
.zig-zag:hover p.show{
  opacity: 1;
}
.zig-zag-right-bottom {
  height: 32px;
  width: 52px;
  bottom: -30px;
  left: 0;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background: #1a24da;
  position: absolute;
  right: 0;
  margin: auto;
  z-index: 1;
  transition: all 0.6s ease-in;
}
.zig-zag.d{
  /* z-index: -1 */
}
.zig-zag:hover .hover-card{
  opacity: 0;
}
.zig-zag p{
  width: 80%;
  z-index: 1;
position: relative;
margin: auto;
}
.zig-zag:hover p{
  z-index: 0;
}
.zig-zag::before{
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  background: #1C24EC;
  opacity: 0.9;
  top: 0;
  left: 0;
  border-radius: 6px;
}
.zig-zag.a::after{
  content: "";
  background-image: url('../img/zig-zag/02.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.a{
  background-image: url('../img/home/slider/01.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  margin-left: auto;
}
.b{
  background-image: url('../img/home/slider/02.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  margin-right: auto;
}
.c{
  background-image: url('../img/home/slider/03.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  margin-top: 0px;
  margin-left: auto;
}
.d{
  background-image: url('../img/home/slider/04.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0px;
}
.zig-zag-right-left.zig-zag-rotate{
  background: #2e34e9;
}
.zig-zag-right-bottom.zig-zag-rotate{
  background: #2c34e8;
}
.col-pos-absol{
  position: absolute;
left: -100px;
width: 250px;
}
.center-col{
  margin: auto;
  text-align: center;
}
/* .zig-zag-right-bottom::before {
    content: "";
    display: block;
    background: #fff;
    height: 10px;
    width: 5px;
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
    margin-top: 14px;
}
.zig-zag-right-bottom::after{
  content: "";
  display: block;
  background: #fff;
  height: 10px;
  width: 5px;
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  margin-top: 14px;
  position: absolute;
  right: 0;
  top: 2px;
  transform: rotate(160deg);
} */
.zig-zag-right-left {
  height: 32px;
  width: 52px;
  bottom: 0;
  left: -40px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background: #1920d5;
  position: absolute;
  margin: auto;
  top: 0;
  transition: all 0.6s ease-in;
  transform: rotate(90deg);
}

.zig-zag-right-left.zig-zag-rotate {
    top: -30px;
    height: 32px;
    transform: rotate(180deg);
    bottom: unset;
    left: 0;
    right: 0;
    transition: all 0.6s ease-in;
}
.zig-zag-right-bottom.zig-zag-rotate {
  bottom: 0;
  height: 32px;
  top: 0;
  right: -40px;
  left: unset;
  transform: rotate(-90deg);
  z-index: 1;
  transition: all 0.6s ease-in;
}
.zig-zag-left-bottom.zig-zag-rotate {
  bottom: unset;
  top: -30px;
  transform: rotate(180deg);
}
.zig-zag-left-right.zig-zag-rotate {
  right: unset;
  left: -30px;
  transform: rotate(90deg);
}
.zig-zag p{
  color: #fff
}
.zig-zag:hover .hover-card{
  /* transform:scaleY(1); */
  /* opacity: 1; */
}
.zig-zag .hover-card{
  opacity: 1;
  z-index: 1;
}
.zig-zag:hover .zig-zag-right-bottom{
  background: #1c24ec;
}
.zig-zag:hover .zig-zag-right-left.zig-zag-rotate{
  /* transform: translateY(-30px) rotate(180deg); */
}
.zig-zag:hover .zig-zag-right-bottom.zig-zag-rotate{
  /* transform: translateX(20px) rotate(-90deg); */
}
.zig-zag:hover .zig-zag-right-left{
  /* transform: rotate(90deg) translateY(25px); */
}
.zig-zag:hover .zig-zag-right-bottom{
    /* transform: translateY(20px); */
}
.zig-zag:hover{
  transform: scale(1);
}
/* Zig zag not donie  */
.al-end{
  align-items: end
}
.no-body{
  align-items: center;
  display: flex;
}
.clrWhite{
  color: #fff
}

.circle-ripple {
	 background-color: #35ffc3;
	 /* width: 1em;
	 height: 1em; */
	 border-radius: 50%;
}
.ripple:hover .circle-load{
  /* animation: ripples 2s linear 0.2s infinite; */

}
@keyframes ripples {
  0% {
  box-shadow: 0 0 0 0 rgba(28, 237, 165, 0.3), 0 0 0 1em rgba(28, 237, 165, 0.3), 0 0 0 1em rgba(28, 237, 165, 0.3), 0 0 0 2em rgba(28, 237, 165, 0.3);
}
100% {
  box-shadow: 0 0 0 1em rgba(28, 237, 165, 0.3), 0 0 0 1em rgba(28, 237, 165, 0.3), 0 0 0 3em rgba(28, 237, 165, 0.3), 0 0 0 4em rgba(28, 237, 165, 0);
}
}
.circle-load span{
  color: #000;
  font-size: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  padding-top: 20px;
  margin-top: 20px;
  display: block;
}
.ripple .circle-load{
  position: absolute;
  background: #1CEDA5;
  color: #fff;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  align-items: center;
  /* transform: scaleX(0); */
  transition: all 0.3s ease-in-out;
  transform-origin: bottom center;
  border-radius: 50%;
  display: grid;
  align-content: center;
  justify-content: center;
  text-align: center;
  /* animation: ripples 0.7s linear infinite; */
  opacity: 0;

  grid-gap: 12px;
}
.circlex {
  border-radius: 50%;
  background-color:#1CEDA5;
  width: inherit;
  height: inherit;
  position: absolute;
  opacity: 0;
  z-index: -1;
  animation: scaleInc 6s infinite linear;
}
@keyframes scaleInc {
  from {
    transform: scale(.5, .5);
    opacity: .5;
  }
  to {
    transform: scale(1.5,1.5);
    opacity: 0;
  }
}
.ripple div .head{
  display: block;
  font-size: 22px;
  font-weight: bold;
}
.ripple:hover div{
  opacity: 1;
}
.text-right{
  text-align: right;
}
.w-214{
  width: 214px
}
.tiny-magiqPs p{
  font-size: 20px;
  line-height: 28px;
  /* margin-bottom: 24px; */
  margin-bottom: 40px;
}
.text-right{
  text-align: right;
}
.w-60{
  width: 60%
}
.left-stickylogo {
  filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.03));
}
.rotate-demon{
    transform: scale(-1,1);
}
.pb-50{
  padding-bottom: 50px
}
/* Wave new test  */
.wave-cus {
  background: url(../img/misc/wave21.svg) repeat-x;
  position: absolute;
  /* opacity:0.2; */
  /* bottom: 0px; */
  width: 3840vw;
  height: 198px;
  animation: wave-cus 10s linear infinite;
  transform: translate3d(0, 0, 0);
  animation-delay: -2s;
animation-duration: 20s;

}

@keyframes wave-cus {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1920px;
  }
}
.wid-centie{
  /* width: 75%; */
  margin: auto;
}
.still-wave img{
  width: 100%;
  margin-bottom: -14px;
}
.no-body p{
  background: #0048D9;
  border-radius: 10px 10px 10px 0px;
  padding: 24px 30px;
  position: relative;
}
.no-body p::after{
  content: "";
  background-image: url('../img/misc/knob.svg');
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 26px;
  bottom: -20px;
}
.no-body{
  position: relative;
}
.no-body img{
  width: 90px;
  position: absolute;
  right: -40px;
  bottom: -2px;
}
.content.a .no-body p,.content.c .no-body p{
  border-radius: 10px 10px 0px 10px;
}
.content.a .no-body p::after,.content.c .no-body p::after{
  content: "";
  background-image: url('../img/misc/knob.svg');
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: -2px;
  left: unset;
  width: 30px;
  height: 26px;
  bottom: -20px;
  transform: rotate(90deg);
}
.content.a .no-body img {
  width: 100px;
  position: absolute;
  left: -60px;
  bottom: 0px;
  z-index: 1;
}
.content.c .no-body img {
  width: 100px;
  position: absolute;
  left: -80px;
  bottom: 0px;
  z-index: 1;
}
.content.a .no-body img.devilm{
  width: 130px;
  left: -90px;
  bottom: -30px;
}
.scalize .content.a{
  left: 185px;
  top: 25px;
}
.scalize .content.c{
  left: 70px;
  /* top: 110px !important; */
}
.content.c .no-body img.hero-height{
	/* width: 130px;
	left: -90px; */
}
/* New staked papers  */
.letter.color-purple{
  background: #8B1BED;
}
.letter.color-purple::after{
  background: #6400BC;
}
.letter {
  background: #1D62ED;
  width: 100%;
  height: fit-content;
  padding: 50px 44px;
  position: relative;
  color: #fff;
}
.letter p{
  color: #fff;
}
.letter .headie{
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.02em;
  margin-bottom: 18px;
  color: #FFFFFF;
}
 .letter:after {
    content: "";
    background: #0045D1;
    /* box-shadow: 0 0 8px rgba(0,0,0,0.2), inset 0 0 300px rgba(222,198,122,0.7); */
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -2;
    transition: .5s;
}

.letter:before {
  content: "";
  background-image: url('../img/misc/tape.svg');
  width: 130px;
  height: 134px;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  mix-blend-mode: multiply;
}

.letter:after {
    right: -3px;
    top: 0px;
    transform: rotate(2.4deg);
}

/* .letter:hover:before {
transform: rotate(0deg);
border: solid rgba(111,99,61,0.4);
border-width: 0px 0px 0px 1px;
left: -6px;
top: -6px;
} */

.letter:hover:after {
transform: rotate(0deg);
border: solid rgba(111,99,61,0.4);
border-width: 0px 0px 0px 1px;
right: 3px;
top: -3px;
}
.letter.even::after{
  transform: rotate(1.3deg);
}
.letter.even:hover:after{
  transform: rotate(0deg);
}
.mb-20{
  margin-bottom: 20px
}
.plr-20{
  padding: 0 20px;
}
.letter a{
  color: #1CEDA5;
  text-decoration-style: solid;
  text-decoration-line: underline;
  font-weight: bold;
}
.letter a.custom{
  color: #fff;
  font-weight: 400;
  position: relative;
  text-decoration-style: unset;
  text-decoration-line: unset;
}
.letter a.custom::after{
  content: "";
  background-image: url(../img/misc/link.svg);
  width: 46px;
  height: 41px;
  display: block;
  background-repeat: no-repeat;
  margin-left: 10px;
}
.sect1.negative{
  background: #8B1BED;
}
.wave-cus.neg{
  background: url(../img/misc/neg.svg) repeat-x;
}
.wave-cus.green{
  background: url(../img/misc/green.svg) repeat-x;
}
.wave-cus.blue-wave{
  background: url(../img/misc/blue-wave.svg) repeat-x;
}
.wave-cus.purple-wave{
  background: url(../img/misc/purple.svg) repeat-x;
}
.wave-cus.pink-wave{
  background: url(../img/misc/pink.svg) repeat-x;
}
.circle1 {
  border-radius: 50%;
  background-color: #1CEDA5;
  width: 150px;
  height: 150px;
  position: absolute;
  opacity: 0;
  animation: scaleInOut 4s infinite cubic-bezier(.36, .11, .89, .32);
    animation-delay: 0s;
}
@-webkit-keyframes scaleInOut{
  0% {
  transform: scale(.5, .5);
  opacity: .5;
}
100% {
  transform: scale(2.5, 2.5);
  opacity: 0;
}
}
.hover-card.plain-card{
  transform: scaleY(1);
  opacity: 1;
  background-color: #1C24EC;
  display: grid;
  position: relative;
  grid-template-rows: 60px 240px auto;
}
.slick-plain:nth-child(even) .hover-card.plain-card{
  background-color: #8B1BED;
}
.hover-card.plain-card span::after{
  margin-left: 0
}
.hover-card.plain-card span:last-child::after{
  content: unset
}
@keyframes spin {
  from {
    transform: rotate(0deg);
 }
  to {
    transform: rotate(360deg);
 }
}
input[type=submit] {
  background: #F22FA8;
  border-radius: 27px;
  width: fit-content;
  padding: 15px 35px 9px;
  height: fit-content;
  border-bottom: unset;
}
input[type=submit]:hover {
  text-decoration: none;
  color: #fff;
  background: #F22FA8;
  text-shadow: -1px 0px 1px #F22FA8;
}
input[type=submit]:active {
  background-color: #2c3f5a;
  background: linear-gradient(top, #1b2738, #2c3f5a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b2738', endColorstr='#2c3f5a');
}
input[type=submit]:disabled {
  cursor: default;
  background: #ddd;
  text-shadow: -1px 0px 1px #bbb;
}
input[type=submit].uploading {
  text-indent: -9999px;
  padding: 0;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 2px solid #F22FA8;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spin 1s 0.4s infinite linear;
}
.show-tabB{
  display: none;
}
.show-tabBhide{
  /* display: none; */
}
.four-dis {
  margin-top: 40px;
  padding-bottom: 40px;
  /* border-bottom: 1px solid #c6c7c8; */
}
.four-dis .four-head {
  font-weight: bold;
  font-size: 28px;
  line-height: 44px;
  margin-bottom: 20px;
}
.four-dis .four-span{
  font-size: 16px;
  line-height: 19px;
}
.four-dis .new-Parg {
  margin-top: 20px;
}
.grid-teamie{
  display: grid;
  grid-template-columns: 90px auto;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #c6c7c8;
}
.grid-teamie .sec-titie{
  margin-left: 20px;
}
.grid-teamie .sec-titie .head{
  font-size: 22px;
  font-weight: bold;
}
.grid-teamie .sec-titie .desig{
  font-size: 18px;
  margin-top: 8px;
}
.mt-40{
  margin-top: 40px;
}
.no-lastbtm.grid-teamie:last-child{
  border-bottom: none;
}
.line .four-dis:last-child{
  border-bottom: 0px;
}

.show-mobileonly{
  display: none;
}
.hide-mobileonly{}
.sec-titie a{
  color: #F22FA8;
  text-decoration: underline;
  font-size: 14px;
}
.case-b p{
  margin-top: 24px;
}
.case-b a{
  color: #F22FA8;
  text-decoration: underline;
}
.menu-item{
  width: fit-content;
}
.w-hero_img {
  position: absolute;
  right: 20%;
  top: 0;
  z-index: 1;
}
.show-ytTab{
  display: none;
}
.hide-ytTab{
  display: block;
}
.team-row.nw-tm p{
  margin-bottom: 14px;
}
.team-row.nw-tm.mt-90 {
  margin-top: 50px;
}
.team-row.nw-tm.mt-90 img{
  filter: grayscale(100%);
}
.team-row.nw-tm h4{
  margin-bottom: 30px;
}
.showon-about{
  display: none;
}
.devil_img_tempt{
  width: 250px;
  height: 420px;
  position: relative;
  transform: scale(-1,1);
}
.swing {
  animation: swing linear 5s infinite;
  position: absolute;
}
/* nail */
.swing:before{
  content: '';
  position: absolute;
  width: 5px; height: 5px;
  top: -14px;left: 54%;
  z-index: 5;
  border-radius: 50% 50%;
  background: #000;
}

@keyframes swing {
  0%, 100% {
      transform: translate(0px, 65px) rotate(-7deg);
    }
    30% {
      transform: translate(8px, -45px) rotate(5deg);
    }
    60% {
      transform: translate(-2px, -3px);
    }
}
.reflect{
  transform: scale(-1,1);
}
.show-t{
  display: none;
}
#recent-casestudy .carousel-indicators{
  margin-bottom: -40px;
}
.grid-wholesome{
  display: grid;
  /* grid-template-columns: 100% 50%; */
}
.grid-wholesome .letter{
  width: 100%;
}
.blog .grid-wholesome .sidebar{
  margin: 0;
}
.bdr-liniy{
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #c6c6c6;
}
.show-tabM{
  display: none;
}
.newheader-mob{
  display: none;
}
.hide-onmobheader{
  display: block;
}
.nav__list .menu-item a{
  width: fit-content;
  display: block;
  position: relative;
  font-family: 'HighVoltage';
  letter-spacing: 1px;
}
.mobile-view{
  display: none;
}
.show-onlytabM{
  display: none;
}

.fotter-wave-hide-relative{
  width: 100%;
  position: relative;
  transform: rotate(180deg);
  height: 170px;
}
@media  (max-width:1024px){
  .letter a.custom::after{
      background-size: 100% 100%;
      /* width: 120px!important;
      margin-left: -20px!important; */
  }
}
@media  (max-width:991px)  {
  .hide-onlytabM{
    display: none;
  }
  .show-onlytabM{
    display: block;
  }
  .tab-pt-0{
    padding-top: 0;
  }
  .tab-pb-0{
    padding-bottom: 0;
  }
  .blg-hr{
    margin: auto;
    margin-bottom: 50px;
    margin-top: 50px!important;
    width: 40%!important;
  }
  .tab-pt-50{
    padding-top: 50px;
  }
  .tab-pb-50{
    padding-bottom: 50px;
  }
  .desktop-view{
      display: none;
  }
  .mobile-view{
      display: block;
  }
  .hero_img{
      display: none;
  }
  .letter{
      width: 100%!important;
      margin-bottom: 60px!important;
  }
  .dm-auto{
      display: block;
      margin: auto;
  }

  .mv-top{
      margin-top: 50px;
  }
}
@media only screen and (max-width: 780px) {

	.nav__content{
		margin-left: 0px;
	}
  .nav__list{
    margin-left: 0px;
  }
  .nav__list .menu-item{
    width: 100%;
    justify-content: center;
    display: grid;
  }
  .nav__list .menu-item a{
  font-size: 42px;
  text-align: center;
  letter-spacing: 0.02em;
 }
 .newflex-grp {
  left: 0;
  right: 0;
  justify-content: center;
}
  }
@media  (max-width:768px)  {
  .desktop-view{
      display: none;
  }
  .mobile-view{
      display: block;
  }
  .hero_img{
      display: none;
  }
  .letter{
      width: 100%!important;
  }
  .dm-auto{
      display: block;
      margin: auto;
  }
  .mv-top{
      margin-top: 50px;
  }
  .mb-0{
      margin-bottom: 0px!important;
  }
}
@media (max-width:425px){
  .letter a.custom::after{
      background-size: 100% 100%;
      /* width: 140px!important;
      margin-left: 0x!important; */
  }
}
/* @media  (max-width:320px){
  footer .row .second {
      gap: 17px;
  }
} */
@keyframes swing  {
  0% { transform: translate(-2px, -25px) rotate(2deg); }
  50% { transform: translate(20px, 140px) rotate(-23deg); }
  100% { transform: translate(-2px, -25px) rotate(2deg); }
}
.w-414{
  width: 414px;
}  
.demon-width{
  width: 350px!important;
}

.grid-zigsaw .green-clr{
  background: #1CEDA5;
}
.grid-zigsaw  .green-clr.four-dis .four-head ,.grid-zigsaw  .green-clr.four-dis .four-span,.grid-zigsaw .green-clr.four-dis .new-Parg{
  color: #000;
}
.grid-zigsaw .four-dis{
  margin-top: -10px;
  padding: 40px 30px;
  border-radius: 6px;
  border: unset;
  position: relative;
  padding-bottom: 80px;
}
.grid-zigsaw .four-dis .four-span{
  font-weight: bold;
}
.grid-zigsaw  .four-dis .four-head ,.grid-zigsaw  .four-dis .four-span,.grid-zigsaw .four-dis .new-Parg{
  color: #fff;
}
.grid-zigsaw .blue-clr{
  background-color: #1C24EC;
}
.grid-zigsaw .purple{
  background-color: #8B1BED;
}
.grid-zigsaw .pink{
  background-color: #F22FA8;
}
.grid-zigsaw .blue-clr .zig-zag-right-left.zig-zag-rotate{
  z-index: 1;
  background: #1c24ec;
}
.grid-zigsaw .pink .zig-zag-right-left.zig-zag-rotate{
  background-color: #F22FA8;
}
.grid-zigsaw .purple  .zig-zag-right-left.zig-zag-rotate{
  background-color: #8B1BED;
}
.grid-zigsaw .zig-zag-left-bottom{
  z-index: 0;
}
.grid-zigsaw .four-dis:last-child{
  padding-bottom: 40px;
}
.insight-tiny img{
  filter: grayscale(100%);
}
.tiny-a{
  color: #1CEDA5;
  text-decoration-style: solid;
  text-decoration-line: underline;
  font-weight: bold;
}
#mycanvas{
  position: absolute;
  width: 100%;
  height: 100%;
}
.ft-h2 span{
  position: relative;
  font-family: inherit;
}
.letterm-pad .col-md-6:last-child .letter{
  margin-top: 100px;
}
@media (max-width:1399px) {
	.wrap-outerAnnotate{
		width: 65%;
	}
	.wrap-innerAnnotate{
		width: 36%;
	}
	.scalize .content.b{
    right: 30px;
    top: 109px;
	}
	.scalize .content.a{
		left: 95px;
	}
  .scalize .content.c{
    left: unset;
    left: 25%;
  }
  .content.c .no-body p::after{
    right: unset;
    left: -0px;
    transform: rotate(0deg);
    bottom: -26px;
  }
  .content.c .no-body p{
    border-radius: 10px 10px 10px 0px;
  }
  .scalize .content.c{
    top: 130px!important;
    width: 380px !important;
  }
  .btm-annotation .wrap-innerAnnotate {
    width: 60%;
  }
  .btm-annotation .wrap-outerAnnotate {
    width: 54%;
  }
  .scalize.btm-annotation .content.b{
    right: 50px;
  }
  .scalize.btm-annotation .content.b .no-body img{
    right: -60px!important;
  }
  .scalize.btm-annotation .content.c{
    top: 350px !important;
    left: 300px;
  }
  .scalize.btm-annotation .content.a{
    left: 270px;
    top: 108px;
  }
  .scalize.btm-annotation .content.a p{
    border-radius: 10px 10px 10px 0px;
  }
  .scalize.btm-annotation .content.a p::after{
    right: unset;
    left: -0px;
    transform: rotate(0deg);
    bottom: -26px;
  }
  .col-pos-absol{
    left: -60px;
  }
  .letter a.custom::after{
    background-size: 100% 100%;
    /* width: 120px!important;
    margin-left: -20px!important; */
  }
  .letter a.custom.dispil::after{
    width: 90px;
  }
}

@media(max-width:1199px){
  .wrap-innerAnnotate {
    width: 43%;
  }
  .wrap-outerAnnotate {
    width: 76%;
  }
  .btm-annotation .wrap-innerAnnotate {
    width: 72%;
  }
  .btm-annotation .wrap-outerAnnotate {
    width: 63%;
  }
  .no-body img{
    display: none;
  }
  .scalize .content.a{
    left: 5px;
  }
  .scalize .content.c {
    top: 130px !important;
    left: 21%;
  }
  .scalize .content.b{
    right: -53px;
  }
  .scalize.btm-annotation .content.a{
    left: 170px;
    top: 110px;
  }
  .scalize.btm-annotation .content.a p{
    border-radius: 10px 10px 10px 0px;
  }
  .scalize.btm-annotation .content.a p::after{
    right: unset;
    left: -0px;
    transform: rotate(0deg);
    bottom: -26px;
  }
  .scalize.btm-annotation .content.b {
    right: 210px
  }
  .scalize.btm-annotation .content.b p{
    border-radius: 10px 10px 0px 10px;
  }
  .scalize.btm-annotation .content.b p::after{
    right: -2px;
    left: unset;
    transform: rotate(90deg);
  }
  .scalize.btm-annotation .content.c{
    left: 210px;
  }
  .scalize.btm-annotation .content.c p::after{
    transform: rotate(0deg);
  }
  .zig-zag{
    width: 90%;
  }
}
@media (max-width:991px) {
  .hide-about{
    display: none;
  }
  .hide-t{
    display: none;
  }
  .show-t{
    display: block;
  }
  .showon-about{
    display: block;
  }
  .hideonmobonly{
    display: block!important;
  }
  .tabie-pt-50{
    padding-top: 50px;
  }
  .banner_h{
    font-size: 60px;
    line-height: 104px;
    text-align: center;
  }
  .banner_h.banner_centie{
    text-align: left;
    margin-top: 20px;
  }
  .wrap-innerAnnotate {
		width: 56%;
	  }
	  .wrap-outerAnnotate {
		width: 100%;
	  }
    .scalize .content.b {
      right: 130px;
      top: 90px;
    }
    .scalize .content.a{
      top: 5px;
    }
    .scalize .content.b .no-body p{
      border-radius: 10px 10px 0px 10px;
    }
    .scalize .content.b .no-body p::after{
      right: -2px;
      transform: rotate(90deg);
      left: unset;
    }
    .scalize .content.a {
      left: 200px;
    }
    .content.a .no-body p{
      border-radius: 10px 10px 10px 0px
    }
    .scalize .content.c {
      top: 120px !important;
      left: 13%;
    }
    ul.upselling{
      flex-wrap: wrap;
      margin-top: 0;
      margin-bottom: 50px;
    }
    .upselling li{
      width: 50%;
      margin-top: 50px;
    }
    .content.a .no-body p::after{
      right: unset;
      left: -0px;
      transform: rotate(0deg);
      bottom: -26px;
    }
    .btm-annotation .wrap-innerAnnotate {
      width: 95%;
    }
    .btm-annotation .wrap-outerAnnotate {
      width: 85%;
    }
    .scalize.btm-annotation .content.a {
      left: 60px;
      top: 90px;
    }
    .scalize.btm-annotation .content.b {
      right: 90px;
      top: 190px;
    }
    .scalize.btm-annotation .content.c {
      left: 90px;
      top: 310px !important;
    }
    .scalize.btm-annotation .wrap-outerAnnotate .item-point.circle.btm-right-annotate{
      left: 28px !important;
    }
    .hide-tab-pl{
      display: none;
    }
    .show-tabB{
      display: block;
    }
    .letter.blogM {
      width: 75%!important;
      margin: auto;
      margin-bottom: 40px;
    }
    .p-bcopy{
      width: 100%;
      font-size: 48px;
      line-height: 56px;
    }
    footer span:first-child{
      margin: auto;
      margin-bottom: 20px;
    }
    footer .row .second{
      margin: auto;
    }
    footer .row .second span{
      margin-bottom: 0;
    }
    .zig-zag{
      width: 100%;
    }
    .show-ytTab{
      display: block;
    }
    .hide-ytTab{
      display: none;
    }
    #yt .carousel-indicators{
      margin-bottom: -20px;
    }
    .letter a.custom{
      width: fit-content;
      margin-left: auto;
      margin-right: auto;
    }
}
@media (max-width:767px) {
  .grid-zigsaw .four-dis p.four-head{
    color: #fff!important;
  }
  .grid-zigsaw .four-dis p.four-head, .grid-zigsaw .four-dis .four-span p, .grid-zigsaw .four-dis .new-Parg p{
    color: #fff;
  }
  .left-stickylogo {
    width: 104px;
    height: 100px;
    left: 10px;
    top: 0;
  }
  .sticky .page-mark{
    display: none;
  }
  .page-mark{
    height: 114px;
    width: 120px;
    display: none;
  }
 
  .show-tabM{
    display: block;
  }
  .show-tabBhide {
    display: none;
  }
  .left-stickylogo{
    width: 115px;
    height: 110px;
  }
  #logoanimate .carousel-item{
    /* mix-blend-mode: multiply; */
  }
  #logoanimate .carousel-indicators{
    margin-bottom: -10px;
  }
  #logoanimate .carousel-indicators .press-multipy{
    height: 175px;
    margin-top: 24px;
  }
  .p-bcopy{
    font-size: 38px;
    line-height: 49px;
  }
  .mountain-bckbg{
    width: 100%;
  }
  .mob-padr31{
    padding-right: 31px;
  }
  .new-modal.modal.show{
    z-index: 2;
  }
  .modal-backdrop.fade.show{
    display: none;
  }
  .new-modal.modal.show {
    z-index: 4;
  }
  .new-modal .modal-content.bg{
    background: rgba(29, 98, 237, 0.9);
    border-radius: 10px;
    border: unset;
  }
  .new-modal .modal-content.bg .btn-close{
    margin-left: auto;
    margin-right: 10px;
    margin-top: 10px;
    position: absolute;
    right: 0px;
    top: -2px;
    height: 6px;
    width: 4px;
  }
  .btn-close:focus{
    box-shadow: unset;
  }
  .new-modal .modal-content.bg .btn-close{
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(342deg) brightness(99%) contrast(103%);
    z-index: 11;
  }
  .new-modal .modal-body p{
    color: #fff;
    font-size: 18px;
    line-height: 24px;
  }
  .new-modal .modal-body{
    padding: 24px 24px;
    /* padding-top: 40px; */
  }
  .wrap-innerAnnotate{
    width: 63%;
    height: 49%;
  }
  .wrap-outerAnnotate{
    height: 100%;
  }
  .scalize .wrap-outerAnnotate .item-point.circle.btm-right-annotate{
    left: 50px !important;
    bottom: 113px;
  }
  .scalize .wrap-outerAnnotate .item-point.circle.btm-last-annotate{
    bottom: 140px;
    right: 90px;
  }
  .btm-annotation .wrap-innerAnnotate {
    width: 100%;
  }
  .btm-annotation .wrap-innerAnnotate.show-mobileonly .btm-top-right-annotate{
    right: 69px;
    bottom: 290px;
  }
  .btm-annotation .wrap-outerAnnotate {
    width: 94%;
  }
  .scalize.btm-annotation .wrap-outerAnnotate .item-point.circle.btm-right-annotate{
    left: 46px !important;
    bottom: 308px;
  }
  .btm-top-left-annotate{
    left: 53px;
    bottom: 115px;
    top: 53%;
  }
  .btm-annotation .wrap-innerAnnotate .btm-top-right-annotate{
    right: 69px;
  }
  .team-row.nw-tm{
    row-gap: 20px;
  }
  .team-row.nw-tm .col-md-4,.team-row.nw-tm h1,.team-row.nw-tm h4{
    text-align: center;
    justify-content: center;
  }
  #team .team-row.nw-tm  h1{
    font-size: 26px;
    margin-bottom: 15px;
    line-height: 34px;
  }
  .team-row.nw-tm h4 {
    margin-bottom: 30px;
  }
  .tiny-magiqP{
    font-size: 18px;
    line-height: 28px;
  }
  .team-row.nw-tm img{
    width: 50%!important;
    margin: auto ;
  }
  #team p{
    text-align: center;
  }
  .nav__list{
    margin-left: 0px;
  }
  .nav__list .menu-item{
    width: 100%;
    justify-content: center;
    display: grid;
  }
  .nav__list .menu-item a{
  font-size: 42px;
  text-align: center;
  letter-spacing: 0.02em;
 }
 .mob-header{
    display: block;
    height: 60px;
    background: #FFFFFF;
  }
  body.nav-active .menu-icon__line {
    background-color: #fff !important;
  }
  .left-stickylogo{
    left: 10px;
  }
  .menu-icon{
    height: 60px;
    width: 60px;
    right: 0px;
    top: 9px;
    background-color: unset!important;
    /* background-color: #fff; */
    padding: 10px;
    /* box-shadow: 0px 4px 8px rgba(0, 210, 138, 0.09); */
    border-radius: 30px;
    padding-top: 17px;
  }
  .newflex-grp{
    left: 0;
    right: 0;
    justify-content: center;
  }
  .menu-icon__line{
    height: 2px;
    background-color: #939393;
  }
  body.nav-active .menu-icon__line-right{
    background-color: #fff !important;
  }
  body.nav-active .menu-icon__line{
    background-color: #fff !important;
  }
  .menu-icon__line{
    width: 24px;
    margin-bottom: 4px;
    margin-left: auto;
    /* margin-right: auto; */
    left: unset;
    top: 0px;
  }

  body.nav-active .menu-icon__line{
    transform: translate(3px,-6px) rotate(-45deg);
    margin-top: 5px;
  }
  body.nav-active .menu-icon__line-right {
    transform: translate(3px,-13px) rotate(45deg);
  }
}
@media (max-width:486px) {
  .hero-section h1{
    font-size: 38px;
  }
  .hideonmobonly{
    display: none!important;
  }
  .wid-centie{
    width: 100%;
  }
  .show-tabM.hideon-Mob{
    display: none;
  }
  .p-bcopy {
    font-size: 24px;
    line-height: 36px;
  }
  #team .team-row.nw-tm h1{
    font-size: 24px;
    line-height: 21px;
  }
  #team .team-row.nw-tm h4{
    font-size: 18px;
  }
  .btm-annotation .wrap-innerAnnotate .btm-top-left-annotate{
    left: 31px;
  }
  .left-stickylogo {
    width: 104px;
    height: 100px;
    left: 10px;
    top: 0;
  }
  .sticky .page-mark{
    display: none;
  }
  .page-mark{
    height: 114px;
    width: 120px;
    display: none;
  }
 
  .letter{
    padding:50px 14px
  }

  .mob-hide{
    display: none;
  }
  .upselling li {
    width: 100%;
  }
  .show-tabM.hideon-Mob{
    display: none;
  }
  .show-mobileonly{
    display: block;
  }
  .wrap-innerAnnotate.show-mobileonly{
    width: 94%;
    height: 100%;
  }
  .btm-top-left-annotate {
    left: unset;
    bottom: 40%;
    right: 47px;
    top: 48%;
  }
  .item-point.btm-right-annotate.circle.pulse2{
    top: unset !important;
    left: 30px;
    bottom: 32%;
  }
  .item-point.btm-right-annotate.circle.pulse2.mob-resize{

  }
  .item-point.btm-last-annotate.circle.pulse2{
    left: 26%;
    top: 28%; 
  }
  .btm-annotation .wrap-innerAnnotate .btm-top-left-annotate {
    left: 9%;
  }
  .btm-annotation .wrap-innerAnnotate.show-mobileonly .btm-top-right-annotate{
    right: 22px;
    bottom: 60%;
  }
  .btm .btm-annotation .wrap-innerAnnotate .btm-top-left-annotate {
    left: 23%;
  }
  .btm  .item-point.btm-right-annotate.circle.pulse2{
    bottom: 62%;
  }
  .btm  .btm-annotation .wrap-innerAnnotate .btm-top-right-annotate {
    right: 9%;
    top: 30%;
    bottom: unset;
  }
  #team{
    padding-left: 30px;
    padding-right: 30px;
  }
  .hide-mobile-only{
    display: none;
  }
  .hide-onmobheader{
    display: none;
  }
  .menu-item{
    width: 100%;
    font-weight: bold;
    font-size: 44px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
  }
  .nopadr-hide{
    padding-right: 0px;
  }
  .mob-pt-50 {
    padding-top: 50px;
  }
  .mob-pb-50{
    padding-bottom: 50px;
  }
  .mob-pb-0{
    padding-bottom: 0;
  }
  .mob-pt-0{
    padding-top: 0;
  }
  .wave-hide-relative{
    width: 100%;
    position: relative;
    height: 100px;
  }
  .rotate-180{
    transform: rotate(180deg);
  }
  .mob-text-center{
    text-align: center;
  }
  .spinner-top .wpcf7-spinner{
    position: absolute;
    top: 40px;
    left: 110px;
    right: 0;
    margin: auto;
  }
  .wpcf7-not-valid-tip{
    position: absolute;
    bottom: -40px;
  }
  .wpcf7 form.invalid .wpcf7-response-output{
    border-color: #1c24ec;
    border-radius: 6px;
  }
}
@media (max-width:400px) {
  .btm-top-left-annotate{
    right: 37px;
  }
  .item-point.btm-right-annotate.circle.pulse2{
    left: 22px;
  }
  .btm-annotation .wrap-innerAnnotate.show-mobileonly .btm-top-right-annotate {
    right: 26px;
    bottom: 55%;
  }
}
@media (max-height:700px) {
  .newflex-grp{
    bottom: -90px;
  }
}
@media(max-height:635px){
  .newflex-grp{
    bottom: -50px;
  }
}