.desktop{
    display: block !important;
}
.mobile{
    display: none !important;
}
/* slider dot css start */

ul.slick-dots {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0px;
    list-style: none;
    right: 0;
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 31px;
    margin: 0;
    padding: 13px 2px;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 5px;
    height: 5px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

li.slick-active button {
    border: 3px solid #ffffff87;
    border-radius: 50%;
}

.slick-dots li button:before {
    content: "•";
    font-size: 40px;
    line-height: 42px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 21px;
    height: 21px;
    text-align: center;
    opacity: 1.25;
    color: rgb(186 41 68 / 65%)
}

.slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    margin: auto;
    background-color: transparent;
    border-radius: 60px;
    border: 2px solid #fff;
    cursor: pointer;
    outline: none;
    z-index: 2;
    transition: background-color 0.3s ease;
}

.slick-arrow.slick-prev {
    left: 20px;
}

.slick-arrow.slick-next {
    right: 20px;
}

.slick-arrow:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

.slick-arrow:hover {
    background-color: #fd1e1f;
}

.slick-arrow.slick-prev:before {
    transform: rotate(-45deg) translate(2px, 2px);
}

.slick-arrow.slick-next:before {
    transform: rotate(135deg) translate(2px, 2px);
}

.slider-progress span.active {
    width: 100%;
}



/* slider dot css end */

.marquee-container {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.marquee-content {
    display: flex;
    animation: marquee 20s linear infinite;
}

.marquee-content:hover {
    animation-play-state: running;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.marquee-item {
    flex: 0 0 auto;
    margin-right: 2rem;
    display: flex;
    align-items: center;
}
  .main-slider-two__arrow-down span img {

    transition: transform 500ms ease;
    animation: textRotate 10s linear 0s forwards infinite alternate;
}
@keyframes textRotate {
    0% {
      transform: rotate(0deg);
    }

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


  @keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.animate-marquee3 {
  animation: marquee 50s linear infinite;
}
.about-agency {
    position: relative;
    padding: 160px 0 80px;
}

.about-agency::before {
    content: '';
    position: absolute;
    left: -120px;
    top: 50%;
    width: 386px;
    height: 400px;
    background: url('../images/about-agency-bg.png') no-repeat center;
    background-size: contain;
    opacity: 0.06;
    z-index: -1;
    animation: circlerotate 20s linear infinite;
}

@keyframes circlerotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



.agency-item-content h3:after{
	content: '';
	position: absolute;
	top: 0;
	left: -60px;
	background: url('../images/dot-green-icon.png') no-repeat;
	background-position: left center;
	background-size: cover;
	width: 20px;
	height: 20px;
}

.agency-item-content p:last-child{
	margin: 0;
}


/* .section-title h2::before{
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url('../images/icon-sub-accent-heading2.png') no-repeat;
    background-position: left center;
    background-size: cover;
    width: 20px;
    height: 20px;
} */

.section-title p{
	margin-top: 20px;
	margin-bottom: 0;
}

.section-content-btn .section-title-content{
	margin-bottom: 30px;
}

.section-title-content p{
	margin: 0;
}

.service-thirteen {
    position: relative;
    z-index: 1;
    padding: 120px 0 90px;
    counter-reset: count;
  }
  @media (max-width: 767px) {
    .service-thirteen {
      padding: 80px 0 50px;
    }
  }
  .service-thirteen__bg {
    position: absolute;
    background-color: #F5F5F5;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 574px;
  }
  .service-thirteen__item {
    position: relative;
    z-index: 2;
    text-align: center;
    overflow: hidden;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.08));
    counter-increment: count;
    margin: 0 0 30px;
  }
  .service-thirteen__item__normal {
    position: relative;
    z-index: 1;
    padding: 30px 0 0;
    height: 100%;
    width: 100%;
  }
  .service-thirteen__item__shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 201px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }
  .service-thirteen__item__number {
    position: relative;
    line-height: 1;
    width: 81px;
    height: 81px;
    background-color: #bc354c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
  }
  .service-thirteen__item__number::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;

  }
  .service-thirteen__item__title {
    line-height: 30px;
    font-size: 24px;
    font-weight: 700;
    margin: 14px 0px;
    color: black;
}
  .service-thirteen__item__text {
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    margin: 0 35px 14px;
  }
  .service-thirteen__item__image {
    position: relative;
    width: 100%;
  }
  /* .service-thirteen__item__image img {
    width: 100%;
    height: auto;
    mask: url('../images/black-bg.svg');
    mask-repeat: no-repeat;
    mask-position: top center;
    mask-size: cover;
  } */
  .service-thirteen__item__hover {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 0.4s;
    transform: translatex(50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
    padding: 35px;
  }
  .service-thirteen__item__hover__shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ff8585c0;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto;
  }
  .service-thirteen__item__hover__number {
    position: relative;
    line-height: 1;
    width: 81px;
    height: 81px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    font-weight: 700;
    color:white;
    font-size: 30px;
  }

  .service-thirteen__item__hover__title {
    position: relative;
    line-height: 1;
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    text-transform: capitalize;
    color: #fff;
    margin: 23px 0 16px;
  }
  .service-thirteen__item__hover__title a {
    color: #900000;
    background: linear-gradient(to right, r#900000 0%, r#900000 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
  }
  .service-thirteen__item__hover__title a:hover {
    background-size: 100% 1px;
  }
  .service-thirteen__item__hover__text {
    position: relative;
    line-height: 1;
    color: black;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
  }

  .service-thirteen__item__hover__link{
    position: relative;
    line-height: 1;
    color: black;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    border: 1px solid #e9e9e9;
    padding: 4px 11px;
    margin-top: 1rem;
    border-radius: 10px;
    background-color: white;
  }
  .service-thirteen__item:hover .service-thirteen__item__hover {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0);
  }
  @media only screen and (max-width:1450px) {
    .header-layout5 .menu-wrap:after {
        right: 181px;
    }
}
/************************************/
/***     11. How It Work css      ***/
/************************************/

.how-it-work{
	position: relative;
	padding: 80px 0 50px;
}


@keyframes roundrotate{
	from{
		transform: translateY(0) rotate(0);
	  }
	to{
		transform: translateY(100px) rotate(360deg);
	}
}

.work-process-item:hover{
	transform: translateY(-5px);
}
.work-process-item:hover .work-process-btn .readmore-btn img{
	transform: rotate(45deg);
}
.work-process-icon-box::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    border-radius: 30px 0 30px 0;
    transform: translate(100%, 100%);
    transition: all 0.4s ease-in-out;
}

.work-process-item:hover .work-process-icon-box::before{
	transform: translate(0);
}

@media only screen and (max-width:768px) {
    .slidersection::after {
        content: '';
        position: absolute;
        top: -1px;
        width: 80px;
        height: calc(68% + 1px);
        z-index: -1;
    }
    .about-agency{
        padding: 80px 0 40px;
    }
    .slidersection::before,
    .slidersection::after{
        display: none;
    }

    .about-agency::before{
        opacity: 0.1;
    }
    .slick-arrow{
        display: none !important;
    }
    .desktop{
        display: none !important;
    }
    .mobile{
        display: block !important;
    }
}


.project-thirteen {
    position: relative;
    background-color: var(--thm-black);
    padding: 120px 0;
  }
  @media (max-width: 767px) {
    .project-thirteen {
      padding: 80px 0;
    }
  }
  .project-thirteen .sec-title-thirteen__tagline,
  .project-thirteen .sec-title-thirteen__title {
    color: #fff;
  }
  .project-thirteen__wrapper {
    position: relative;
    padding-left: 100px;
    margin-top: -18px;
  }
  @media (max-width: 767px) {
    .project-thirteen__wrapper {
      padding-left: 0;
    }
  }
  .project-thirteen__progress-wrapper {
    position: absolute;
    left: 0;
    top: 20px;
    width: 70px;
    height: calc(100% - 20px);
    border-radius: 35px;
    background-image: linear-gradient(180deg, rgb(208, 204, 255) 0%, rgba(208, 204, 255, 0) 100%);
    padding: 72px 14px;
  }
  @media (max-width: 767px) {
    .project-thirteen__progress-wrapper {
      position: relative;
      width: 100%;
      height: 70px;
      padding: 14px 72px;
      margin: 20px 0 0;
    }
  }
  .project-thirteen__progress {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 21px;
    background-image: linear-gradient(0deg, rgba(33, 31, 56, 0) 0%, rgb(113, 102, 245) 93%);
    background-repeat: no-repeat;
    background-size: 100% 0;
    transition: background-size 0.4s ease-in-out;
  }
  @media (max-width: 767px) {
    .project-thirteen__progress {
      background-size: 0 100%;
    }
  }
  .project-thirteen__progress .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .project-thirteen__carousel {
    position: relative;
  }
  .project-thirteen__carousel .slick-arrow {
    width: 50px;
    height: 50px;
    background-color: var(--thm-black);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: -90px;
    top: 30px;
    z-index: 2;
    transform: rotate(90deg);
    transition: all 500ms ease;
  }
  @media (max-width: 767px) {
    .project-thirteen__carousel .slick-arrow {
      top: auto;
      bottom: -100px;
      left: 10px;
      transform: none;
    }
  }
  .project-thirteen__carousel .slick-arrow:hover {
    background-color: #fff;
    color: var(--thm-base);
  }
  .project-thirteen__carousel .slick-arrow.next {
    top: auto;
    bottom: 10px;
    background-color: #fff;
    color: var(--thm-base);
  }
  @media (max-width: 767px) {
    .project-thirteen__carousel .slick-arrow.next {
      left: auto;
      right: 10px;
      top: auto;
      bottom: -100px;
    }
  }
  .project-thirteen__carousel .slick-arrow.next:hover {
    background-color: var(--thm-black);
    color: #fff;
  }
  .project-thirteen__item {
    position: relative;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    padding: 39px 40px 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    margin-top: 18px;
    transition: all 500ms ease;
  }
  @media (max-width: 991px) {
    .project-thirteen__item {
      padding: 39px 25px 35px;
    }
  }
  @media (max-width: 767px) {
    .project-thirteen__item {
      display: block;
    }
  }
  .project-thirteen__item__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1) rotate(5deg);
    transition: all 500ms ease;
  }
  .project-thirteen__item__image::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(33, 31, 56, 0.46);
  }
  .project-thirteen__item__content {
    position: relative;
    z-index: 1;
    min-width: 350px;
  }
  @media (max-width: 1199px) {
    .project-thirteen__item__content {
      min-width: 250px;
    }
  }
  @media (max-width: 991px) {
    .project-thirteen__item__content {
      min-width: 230px;
    }
  }
  .project-thirteen__item__meta {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 6px;
    display: inline-block;
    background-color: var(--thm-base);
    border-radius: 6px;
    padding: 0px 14px;
    line-height: 32px;
    transition: all 400ms ease;
  }
  .project-thirteen__item__title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
    color: #fff;
  }
  .project-thirteen__item__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
  }
  .project-thirteen__item__title a:hover {
    background-size: 100% 1px;
  }
  .project-thirteen__item__text {
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    opacity: 0.6;
    margin: 0;
    margin-right: auto;
  }
  .single-portfolio .portfolio-data:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    background-image: url('../images/portfolio-hover-bg.png');
    background-size: cover;
    background-position: top bottom;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

.single-portfolio:hover .portfolio-data:before {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);

}

.single-portfolio:hover .portfolio-inner .portfolio-hover {
    transform: translate();
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
    margin-top: 20px;
    height: auto;
}

.single-portfolio:hover .portfolio-inner {
    background: #0F0F11;
    backdrop-filter: blur(42px);
    border-radius: 10px;
}

  @-webkit-keyframes float-bob-x {
    0% {
      transform: translateX(-30px);
    }

    50% {
      transform: translateX(-10px);
    }

    100% {
      transform: translateX(-30px);
    }
  }

  @keyframes float-bob-x {
    0% {
      transform: translateX(-30px);
    }

    50% {
      transform: translateX(-10px);
    }

    100% {
      transform: translateX(-30px);
    }
  }
  .float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  @media (max-width: 767px) {
    .project-thirteen__item__text {
      margin: 20px 0;
    }
    .project-thirteen__item__text br {
      display: none;
    }

  }


