@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Sora:wght@100..800&display=swap');
.crev-header {
    min-height: 100vh;
    position: relative;
    padding: 190px 0 0px;
}
.crev-header .caption h1 {
    font-size: 85px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Epilogue", sans-serif !important;
    color: #222;
}
.crev-header .stroke {
    color: transparent;
    -webkit-text-stroke: 1px #1d1d1d;
}
.crv-butn-vid .vid {
    min-width: 120px;
    padding-left: 15px;
    padding-right: 40px;
    height: 50px;
    border: 1px solid #555;
    border-radius: 30px;
    position: relative;
}

.crv-butn-vid .vid .text {
    line-height: 50px;
}
.crv-butn-vid .vid .sub-title {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.crv-butn-vid .vid .icon {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 53px;
    color: #fff;
}
.main-colorbg4 {
    background-image: var(--green-btn);
    background-size: 200%, 1px;
}
.crv-butn-vid .vid {
    min-width: 132px;
    padding-left: 15px;
    padding-right: 40px;
    height: 50px;
    border: 1px solid #555;
    border-radius: 30px;
    position: relative;
    display: inline-block;
}
.circle-button {
    position: relative;
    display: inline-block;
}
.circle-button.in-bord:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}
.circle-button.in-bord:after {
    content: '';
    position: absolute;
    top: 55px;
    left: 55px;
    right: 55px;
    bottom: 55px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}
.hover-this .hover-anim {
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.text-u {
    text-transform: uppercase !important;
}

.circle-button .rotate-circle svg {
    width: 210px;
    fill: #1d1d1d;
}

.circle-button .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-20px) translateY(-20px);
    -ms-transform: translateX(-20px) translateY(-20px);
    transform: translateX(-20px) translateY(-20px);
    display: inline-block;
    width: 0;
    height: 0;
}
.circle-button .arrow svg {
    width: 40px;
    height: 40px;
}

.crev-header .main-img {
  height: 400px;
  width: 60%;
  margin-left: 40%;
  margin-top: -185px;
}
.crev-header .bg-pattern {
    height: auto;
    bottom: 100px;
}
.crev-header .bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.crev-header .bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.crev-header .main-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    border-radius: 10px;
}
.clients-carso2 .swiper-wrapper img {
  width: 100%;
  height: 45px;
  object-fit: contain;
}
.crev-header .caption .text p {
  padding-right: 31px;
}

.mt-30 {
    margin-top: 30px !important;
}
.hover-this {
  font-size: 35px;
  display: inline-block;
}
.section-padding {
  padding: 120px 0;
}

.sec-lg-head .dot-titl-non {
  padding: 14px 30px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  display: inline-block;
  line-height: 1;
}
.d-rotate.animated .rotate-text {
  -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
  opacity: 1;
}
/* .d-rotate .rotate-text {
  display: block;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: translate3d(0px, 50px, -50px) rotateX(-45deg) scale(0.95);
  transform: translate3d(0px, 50px, -50px) rotateX(-45deg) scale(0.95);

  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
} */
.d-rotate {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}



.about-intro .imgs .img1 {
  width: 70%;
  margin-top: 30px;
}
.about-intro .imgs {
  position: relative;
}
.about-intro .imgs .img1 img {
  position: relative;
  top: -30px;
}
.sub-font {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 500;
}
.full-width {
  width: 100% !important;
}
.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}
.intro-feat .bg-img {
  padding: 50px 0;
  border-radius: 150px;
  position: relative;
}

.fz-14 {
  font-size: 14px !important;
}
.cont h3 {
  font-size: 40px;
  color: #222;
  font-weight: 600;
  font-family: "Epilogue", sans-serif !important;
}

.bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.bg-repeat {
  background-size: auto;
  background-repeat: repeat;
}

.mt-100 {
  margin-top: 100px !important;
}

.process-crev .item {
  padding: 30px;
  padding-left: 50px;
  border-right: 1px solid #ccc;
}
.intro-feat .bg-img .play-button .butn-ply .circle {
  fill: #fff;
  stroke-dasharray: 301.59px 301.59px;
  stroke-dashoffset: 301.59px;
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0.08, 0, 0.97);
  -o-transition: all 0.8s cubic-bezier(0.4, 0.08, 0, 0.97);
  transition: all 0.8s cubic-bezier(0.4, 0.08, 0, 0.97);
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.circle {
  border-radius: 50%;
}
.intro-feat .bg-img .play-button .butn-ply i {
  position: absolute;
  top: 49%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 24px;
  color: #222;
}
.process-crev h5 {
  font-family: "Epilogue", sans-serif !important;
  font-size: 18px;
  color: #222;
}

.fw-600 {
  font-weight: 600 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}


.process-crev h6 {
  font-family: "Epilogue", sans-serif !important;
  color: #222;
}

.services .arrow .circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
  display: inline-block;
  font-size: 20px;
}

.process-crev .arrow {
  font-size: 12px;
}
.process-crev .arrow .text-u {
  margin-right: 10px;
}
.ux-process {
  padding: 120px 0px;
}
.position-re{
  position: relative !important;
}
.o-hidden {
  overflow: hidden;
}
.bg-gray1 {
  background: #EFF2F5;
}
.ontop {
  position: relative;
  z-index: 7;
}
.bg-repeat {
  background-size: auto !important;
  background-repeat: repeat !important;
}
.marquee {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  width: calc(100% + 60px);
  margin-left: -30px;
  background: #fff;
}
.marquee:before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -30px;
  right: -30px;
  pointer-events: none;
  background: -webkit-linear-gradient(right, #f1f3f5, transparent 300px, transparent calc(100% - 300px), #f1f3f5);
  background: -o-linear-gradient(right, #f1f3f5, transparent 300px, transparent calc(100% - 300px), #f1f3f5);
  background: linear-gradient(to left, #f1f3f5, transparent 300px, transparent calc(100% - 300px), #f1f3f5);
  z-index: 3;
}
.rest {
  padding: 0 !important;
  margin: 0 !important;
}
.main-marq {
  position: relative;
  padding: 0;
}
.main-marq .slide-har {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slide-har {
  position: relative;
}
.slide-har.st1 .box {
  position: relative;
  -webkit-animation: slide-har 80s linear infinite;
  animation: slide-har 80s linear infinite;
}
.main-marq .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-marq .box .item {
  padding: 0 30px;
}
.main-marq .box .item h4 {
  white-space: nowrap;
  line-height: 1;
  margin: 0;
  font-size: 50px;
  font-weight: 700;
}
.main-marq .non-strok .item h4 {
  color: #1d1d1d !important;
  -webkit-text-stroke: 0 !important;
}
.main-marq .box .item h4 .icon {
  font-family: 'Sora', sans-serif;
  margin-bottom: -15px;
}
.stroke {
  color: transparent;
  -webkit-text-stroke: 1px #1d1d1d;
}

.fz-50 {
  font-size: 50px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.clients-carso2 .img {
  margin: auto;
  opacity: .8;
}
.icon-img-100 {
  width: 100px;
}
.clients-carso2 {
  padding: 60px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.clients-carso2 .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px;
}
.serv-box .lg-pad {
  padding: 60px;
}
.serv-box .serv-item {
  padding: 60px 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 454px;
}
.radius-5 {
  border-radius: 5px;
}

.icon-img-50 {
  width: 50px;
}

.mb-40 {
  margin-bottom: 40px !important;
}
.opacity-7 {
  opacity: .7 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.serv-box h6 {
  font-size: 24px;
  color: #222;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 600;
  font-family: "Epilogue", sans-serif !important;
}
.serv-box .crv-more a {
  width: 100%;
  padding: 15px 0px 15px 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  position: relative;
  display: block;
  font-size: 12px;
}
.serv-box .crv-more a svg {
  position: absolute;
  top: -1px;
  right: 0;
  width: 50px;
  height: 50px;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 50%;
}
.serv-box .crv-more a:hover {
  background: #f7f7f7 !important;
  color: #181314;
}
.mb-80 {
  margin-bottom: 80px !important;
}


.sec-lg-head h2 {
  font-size: 50px;
  font-weight: 700;
  color: #222;
  line-height: 1.6;
  font-family: "Epilogue", sans-serif !important;
}

.main-color2 {
  color: #f08f74 !important;
}
.underline a {
  text-decoration: underline !important;
}
.fz-70 {
  font-size: 70px !important;
}
 .call-box {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.call-box h2 {
  font-size: 80px;
  line-height: 1;
  font-family: 'Epilogue', sans-serif;
  margin-bottom: 0;
  color: #000;
}
.call-action-center {
  padding: 69px 0px;
}
.call-box .arrow svg {
  width: 80px;
  height: 80px;
}
.blog-list2 .item:hover {
  border-bottom-color: #ccc;
}
.blog-list2 .item:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-list2 .item {
  padding: 40px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.blog-list2 .item .categ a {
  padding: 8px 25px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
}
.blog-list2 .item:hover .title a {
  text-decoration: underline;
}

.blog-list2 .item .img {
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
}
.blog-list2 .item:hover .img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.opacity-7 {
  opacity: .7 !important;
}
.fz-13 {
  font-size: 13px !important;
}

.blog-list2 .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.project-ux h5 {
  font-family: 'Sora', sans-serif;
  font-size: 24px;
  color: #222;
}
.sub-font {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 500;
}
.heading-ui-ux h6 {
  font-size: 20px;
  font-weight: 500;
  color: #222;
  font-family: 'Sora', sans-serif;
}
.heading-ui-ux h3 {
  font-size: 40px;
  color: #222;
  font-family: 'Sora', sans-serif;
}


/* Cursor
-----------------------------------------------------------------*/
.hover-this .hover-anim {
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  }
  
  .cursor {
    pointer-events: none;
    position: fixed;
    padding: 0.3rem;
    background-color: #fff;
    border-radius: 50%;
    mix-blend-mode: difference;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, opacity 0.4s ease;
    transition: transform 0.3s ease, opacity 0.4s ease;
    transition: transform 0.3s ease, opacity 0.4s ease, -webkit-transform 0.3s ease;
    z-index: 99999;
  }
  
  .cursor-active {
    -webkit-transform: translate(-50%, -50%) scale(8);
    -ms-transform: translate(-50%, -50%) scale(8);
    transform: translate(-50%, -50%) scale(8);
    opacity: .1;
  }
  
  .rolling-text {
    display: inline-block;
    overflow: hidden;
    line-height: 50px;
    height: 50px;
  }
  
  .rolling-text.butn {
    padding: 0 35px;
  }
  
  .social-text .rolling-text {
    line-height: 30px;
    height: 30px;
  }
  
  .rolling-text:hover .letter,
  .rolling-text.play .letter {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  
  .rolling-text .letter {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    -o-transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  }
  
  .letter:nth-child(1) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  
  .letter:nth-child(2) {
    -webkit-transition-delay: 0.015s;
    -o-transition-delay: 0.015s;
    transition-delay: 0.015s;
  }
  
  .letter:nth-child(3) {
    -webkit-transition-delay: 0.03s;
    -o-transition-delay: 0.03s;
    transition-delay: 0.03s;
  }
  
  .letter:nth-child(4) {
    -webkit-transition-delay: 0.045s;
    -o-transition-delay: 0.045s;
    transition-delay: 0.045s;
  }
  
  .letter:nth-child(5) {
    -webkit-transition-delay: 0.06s;
    -o-transition-delay: 0.06s;
    transition-delay: 0.06s;
  }
  
  .letter:nth-child(6) {
    -webkit-transition-delay: 0.075s;
    -o-transition-delay: 0.075s;
    transition-delay: 0.075s;
  }
  
  .letter:nth-child(7) {
    -webkit-transition-delay: 0.09s;
    -o-transition-delay: 0.09s;
    transition-delay: 0.09s;
  }
  
  .letter:nth-child(8) {
    -webkit-transition-delay: 0.105s;
    -o-transition-delay: 0.105s;
    transition-delay: 0.105s;
  }
  
  .letter:nth-child(9) {
    -webkit-transition-delay: 0.12s;
    -o-transition-delay: 0.12s;
    transition-delay: 0.12s;
  }
  
  .letter:nth-child(10) {
    -webkit-transition-delay: 0.135s;
    -o-transition-delay: 0.135s;
    transition-delay: 0.135s;
  }
  
  .letter:nth-child(11) {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  
  .letter:nth-child(12) {
    -webkit-transition-delay: 0.165s;
    -o-transition-delay: 0.165s;
    transition-delay: 0.165s;
  }
  
  .letter:nth-child(13) {
    -webkit-transition-delay: 0.18s;
    -o-transition-delay: 0.18s;
    transition-delay: 0.18s;
  }
  
  .letter:nth-child(14) {
    -webkit-transition-delay: 0.195s;
    -o-transition-delay: 0.195s;
    transition-delay: 0.195s;
  }
  
  .letter:nth-child(15) {
    -webkit-transition-delay: 0.21s;
    -o-transition-delay: 0.21s;
    transition-delay: 0.21s;
  }
  
  .letter:nth-child(16) {
    -webkit-transition-delay: 0.225s;
    -o-transition-delay: 0.225s;
    transition-delay: 0.225s;
  }
  
  .letter:nth-child(17) {
    -webkit-transition-delay: 0.24s;
    -o-transition-delay: 0.24s;
    transition-delay: 0.24s;
  }
  
  .letter:nth-child(18) {
    -webkit-transition-delay: 0.255s;
    -o-transition-delay: 0.255s;
    transition-delay: 0.255s;
  }
  
  .letter:nth-child(19) {
    -webkit-transition-delay: 0.27s;
    -o-transition-delay: 0.27s;
    transition-delay: 0.27s;
  }
  
  .letter:nth-child(20) {
    -webkit-transition-delay: 0.285s;
    -o-transition-delay: 0.285s;
    transition-delay: 0.285s;
  }
  
  .letter:nth-child(21) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  
  .progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    mix-blend-mode: difference;
  }
  
  .progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  
  .progress-wrap::after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    content: '\f077';
    text-align: center;
    line-height: 44px;
    font-size: 13px;
    font-weight: 900;
    color: #ccc;
    left: 0;
    top: 0;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
  }
  
  .progress-wrap svg path {
    fill: none;
  }
  
  .progress-wrap svg.progress-circle path {
    stroke: #ccc;
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
  }
  
  /* Extra
  -----------------------------------------------------------------*/
  .d-rotate {
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  
  .d-rotate .rotate-text {
    display: block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: translate3d(0px, 50px, -50px) rotateX(-45deg) scale(0.95);
    transform: translate3d(0px, 50px, -50px) rotateX(-45deg) scale(0.95);
    opacity: 0;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
  }
  
  .d-rotate.animated .rotate-text {
    -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
    transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
    opacity: 1;
  }
  
  .d-slideup .sideup-text {
    overflow: hidden;
    display: block;
  }
  
  .d-slideup .sideup-text:first-of-type .up-text {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
  }
  
  .d-slideup .sideup-text:nth-of-type(2) .up-text {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
  }
  
  .d-slideup .sideup-text:nth-of-type(3) .up-text {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
  }
  
  .d-slideup .sideup-text:nth-of-type(4) .up-text {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  
  .d-slideup .sideup-text:nth-of-type(5) .up-text {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
  }
  
  .d-slideup .sideup-text .up-text {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
  }
  
  .d-slideup.animated .up-text {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  
  .main-marq {
    position: relative;
    padding: 0;
  }
  
  .main-marq:after {
    position: absolute;
    top: -30px;
    bottom: -30px;
    left: -30px;
    right: -30px;
    pointer-events: none;
    background: -webkit-linear-gradient(right, #181818, rgba(255, 255, 255, 0) 220px, rgba(255, 255, 255, 0) calc(100% - 220px), #181818);
    background: -o-linear-gradient(right, #181818, rgba(255, 255, 255, 0) 220px, rgba(255, 255, 255, 0) calc(100% - 220px), #181818);
    background: linear-gradient(to left, #181818, rgba(255, 255, 255, 0) 220px, rgba(255, 255, 255, 0) calc(100% - 220px), #181818);
  }
  
  .main-marq.lrg .box .item h4 {
    font-size: 6vw;
    font-weight: 700;
  }
  
  .main-marq.xlrg .box .item {
    padding: 0 30px;
  }
  
  .main-marq.xlrg .box .item h4 {
    font-size: 10vw;
    font-weight: 800;
  }
  
  .main-marq .slide-har {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .main-marq .strok .item h4 {
    color: transparent !important;
    -webkit-text-stroke: 0.5px #1d1d1d;
  }
  
  .main-marq .strok .item h4 a {
    color: transparent !important;
    -webkit-text-stroke: 0.5px #1d1d1d;
  }
  
  .main-marq .non-strok .item h4 {
    color: #1d1d1d !important;
    -webkit-text-stroke: 0 !important;
  }
  
  .main-marq .non-strok .item h4 a {
    color: #1d1d1d !important;
    -webkit-text-stroke: 0 !important;
  }
  
  .main-marq .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .main-marq .box .item {
    padding: 0 30px;
  }
  
  .main-marq .box .item h4 {
    white-space: nowrap;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}
  
  .main-marq .box .item h4 .icon {
    font-family: 'Sora', sans-serif;
    margin-bottom: -15px;
  }
  
  .main-marq .box .item h2 {
    line-height: 1;
    margin: 0;
  }
  
  .main-marq .box .item:nth-of-type(even) h4 {
    color: transparent;
    -webkit-text-stroke: 0.5px #1d1d1d;
  }
  
  .main-marq .box .item:nth-of-type(even) h4 a {
    color: transparent;
    -webkit-text-stroke: 0.5px #1d1d1d;
  }
  
  .main-marq .box:last-of-type .item:nth-of-type(even) h4 {
    color: #1d1d1d;
    -webkit-text-stroke: 0;
  }
  
  .main-marq .box:last-of-type .item:nth-of-type(even) h4 a {
    color: #1d1d1d;
    -webkit-text-stroke: 0;
  }
  
  .main-marq .box:last-of-type .item:nth-of-type(odd) h4 {
    color: transparent;
    -webkit-text-stroke: 1px #1d1d1d;
  }
  
  .main-marq .box:last-of-type .item:nth-of-type(odd) h4 a {
    color: transparent;
    -webkit-text-stroke: 1px #1d1d1d;
  }
  
  .dark-text {
    color: #000 !important;
  }
  
  .dark-text .box .item h4,
  .dark-text .box:last-of-type .item:nth-of-type(even) h4 {
    color: #000 !important;
  }
  
  .dark-text .strok .box .item h4,
  .dark-text .box .item:nth-of-type(even) h4,
  .dark-text .box:last-of-type .item:nth-of-type(odd) h4 {
    -webkit-text-stroke: 1px #000;
  }
  
  .light-text {
    color: #fff;
  }
  
  .light-text .box .item h4,
  .light-text .box:last-of-type .item:nth-of-type(even) h4 {
    color: #fff;
  }
  
  .light-text .box .item:nth-of-type(even) h4,
  .light-text .box:last-of-type .item:nth-of-type(odd) h4 {
    -webkit-text-stroke: 1px #fff;
  }
  
  .slide-har {
    position: relative;
  }
  
  .slide-har.st1 .box {
    position: relative;
    -webkit-animation: slide-har 80s linear infinite;
    animation: slide-har 80s linear infinite;
  }
  
  .slide-har.st2 .box {
    position: relative;
    -webkit-animation: slide-har-revers 80s linear infinite;
    animation: slide-har-revers 80s linear infinite;
  }
  
  @-webkit-keyframes slide-har {
    0% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
    100% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  
  @keyframes slide-har {
    0% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
    100% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  
  @-webkit-keyframes slide-har-revers {
    100% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
    0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  
  @keyframes slide-har-revers {
    100% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
    0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  
  .main-marqv {
    position: relative;
    padding: 0;
  }
  
  .main-marqv:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0) 80px, rgba(255, 255, 255, 0) calc(100% - 80px), #fff);
    background: -o-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0) 80px, rgba(255, 255, 255, 0) calc(100% - 80px), #fff);
    background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0) 80px, rgba(255, 255, 255, 0) calc(100% - 80px), #fff);
    pointer-events: none;
  }
  
  .main-marqv .slide-vertical {
    overflow: hidden;
    height: 600px;
    margin: 0 auto;
    position: relative;
  }
  
  .main-marqv .slide-vertical:hover .box {
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important;
  }
  
  .main-marqv .slide-vertical .box {
    position: relative;
    -webkit-animation: slide-vertical 50s linear infinite;
    animation: slide-vertical 50s linear infinite;
  }
  
  @-webkit-keyframes slide-vertical {
    0% {
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
    }
    100% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
  }
  
  @keyframes slide-vertical {
    0% {
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
    }
    100% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
  }
  
  .imago {
    -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transition: -webkit-clip-path .8s ease-in-out .3s, -webkit-transform .8s ease-in-out 1.1s, -webkit-filter .8s ease-in-out 1.1s;
    transition: -webkit-clip-path .8s ease-in-out .3s, -webkit-transform .8s ease-in-out 1.1s, -webkit-filter .8s ease-in-out 1.1s;
    -o-transition: clip-path .8s ease-in-out .3s, transform .8s ease-in-out 1.1s, filter .8s ease-in-out 1.1s;
    transition: clip-path .8s ease-in-out .3s, transform .8s ease-in-out 1.1s, filter .8s ease-in-out 1.1s;
    transition: clip-path .8s ease-in-out .3s, transform .8s ease-in-out 1.1s, filter .8s ease-in-out 1.1s, -webkit-clip-path .8s ease-in-out .3s, -webkit-transform .8s ease-in-out 1.1s, -webkit-filter .8s ease-in-out 1.1s;
    position: relative;
  }
  
  .imago.animated {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  
  .imago.simpl {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }

  .svg-animation.star line, .svg-animation.star path {
    -webkit-animation: starPathRotate;
    animation: starPathRotate;
    animation-direction: alternate-reverse;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  
  @-webkit-keyframes starPathRotate {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    5% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    40% {
      -webkit-transform: rotate(var(--transform));
      transform: rotate(var(--transform));
    }
    60% {
      -webkit-transform: rotate(var(--transform));
      transform: rotate(var(--transform));
    }
    95% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @keyframes starPathRotate {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    5% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    40% {
      -webkit-transform: rotate(var(--transform));
      transform: rotate(var(--transform));
    }
    60% {
      -webkit-transform: rotate(var(--transform));
      transform: rotate(var(--transform));
    }
    95% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }






  @media only screen and (max-width: 767px) {

    .crev-header {
      min-height: auto;
      position: relative;
      padding: 114px 20px 20px;
  }

  .crev-header .caption h1 {
    font-size: 32px;
  }
  .md-hide {
    display: none;
}

.crev-header .main-img {
  height: 204px;
  width: 58%;
  margin-left: 42%;
  margin-top: -89px;
}
.crev-header .caption .text p {
  padding-right: 15px;
  padding-bottom: 10px;
}
.main-marq .box .item {
  padding: 0 15px;
}
.marquee {
  width: calc(100% + -2px);
  margin-left: 0;
  padding: 20px 0;
}
.main-marq .box .item h4 {
  font-size: 25px;
  font-weight: 700;
}
.clients-carso2 .swiper-wrapper {
  gap: 20px;
}
.section-padding {
  padding: 60px 0;
}

.sec-lg-head.mb-80 {
  margin-bottom: 20px !important;
}
.sec-lg-head h2 {
  font-size: 35px;
  line-height: 1.3;
}

.serv-box .serv-item {
  margin-bottom: 20px;
}
.blog-list2 .item .img {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-47%);
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 33;
}
.blog-list2 .item .categ a {
  padding: 8px 0px;
}
.heading-ui-ux h3 {
  font-size: 30px;
}

.project-ux h5 {
  font-size: 20px;
}
.cont h3 {
  font-size: 30px;
}
.crev-header .col-lg-9 {
  padding: 0;
}
.process-crev .item {
  padding: 30px;
  padding-left: 30px;
}
.process-crev.mt-100 {
  margin-top: 50px !important;
}

}


