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

* {
	outline: 0 !important;
}

body {
    margin: 0;
    padding: 0;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
	font-family: "DM Sans", sans-serif;
    color: #575757;
}

html,
body {
    height: 100%;
    position: relative;
    z-index: 1
}

a {
    color: #181818;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: #181818;
}

a:focus,
input:focus,
button:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

img {
    max-width: 100%;
    display: block
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #181818;
    margin-bottom: 8px;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 120%;
    font-weight: 700 !important;
    margin-bottom: 15px;
}

h1,
.h1 {
    font-size: 75px;
}

h2,
.h2 {
    font-size: 56px;
}

h3,
.h3 {
    font-size: 46px;
}

h4,
.h4 {
    font-size: 36px;
}

h5,
.h5 {
    font-size: 36px;
}

h6,
.h6 {
    font-size: 28px;
}

p {
    margin-bottom: 20px;
}


p:last-child {
    margin-bottom: 0 !important;
}

button {
    border: none;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background: transparent
}

.section,
section {
    padding: 70px 0
}

@media(max-width: 1200px) {
	
.main-wrapper {
    overflow-x: hidden
}
	
}

.container {
    max-width: 1200px
}

.container.smalls {
    max-width: 1100px
}

.container.wide {
    max-width: 1360px;
}

.container.smalls_100 {
    max-width: 1000px
}

.text_light,
.text_light>* {
    color: #CDBFD6
}

.text_gray,
.text_gray>* {
    color: #9D9D9D
}

.text_white,
.text_white>* {
    color: #fff
}

.text_pink,
.text_pink>* {
    color: #EA257D
}

.cta-btn {
    display: inline-block;
    padding: 13px 35px;
    border-radius: 35px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    line-height: 30px;
    border: 1px solid transparent;
    overflow: hidden;
	position: relative;
}

.cta-btn em {
    margin-left: 10px
}

.btn_default {
    background: #EA257D;
    color: #fff !important;
    border: none;
    background-size: 100% 100%;
	background: linear-gradient(45deg,  rgba(234,37,125,1) 0%,rgba(234,37,125,0.85) 61%,rgb(118 51 151) 100%);
	position: relative;
}

.btn_default:after {
	content: "";
	background: #000;
	position: absolute;
	width: 100%;
	height: 0%;
	left: 0%;
	top: auto;
	bottom: 0;
    transition: all .4s ease-in-out;
	opacity: 0.1;
}

.btn_default:hover:after {
	height: 100%;
	top: 0;
	bottom: auto;
}

.btn_default span,
.btn_default em {
	position: relative;
	z-index: 1;
}

.btn_dark {
    background: #181818;
    color: #fff !important;
	border: none;
}

.btn_dark span,
.btn_dark em {
	position: relative;
	z-index: 1;
}

.btn_dark:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 0%;
	left: 0%;
	top: auto;
	bottom: 0;
    transition: all .4s ease-in-out;
	background: linear-gradient(45deg,  rgba(234,37,125,1) 0%,rgba(234,37,125,0.85) 61%,rgb(118 51 151) 100%);
}

.btn_dark:hover:before {
	height: 100%;
	top: 0;
	bottom: auto;
}

.btn_border_white {
    color: #fff;
    border-color: #EA257D
}

.btn_border_white:hover,
.btn_border_light:hover {
    background: #EA257D;
    color: #fff;
    border-color: #EA257D
}

.btn_border_light {
    border-color: rgba(112, 112, 112, 0.42);
    color: #fff
}

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

.mainmenu ul li.menu-item-has-children>a::after {
    position: absolute;
    content: "";
    right: -10px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    top: 47%;
}

.mainmenu ul li.menu-item-has-children>a:hover::after {
    border-color: #EA257D
}

.mainmenu ul li {
    display: inline-block;
    margin-right: 25px;
    position: relative
}

.mainmenu ul li>ul {
    width: 260px;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 15px;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: all .4s;
    transition: all .4s;
    border-top: 4px solid #EA257D;
    text-align: left;
    box-shadow: 0 19px 51px rgba(0, 0, 0, 0.31);
    background-color: #ffffff;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.mainmenu ul li>ul>li {
    display: block;
    padding: 0;
    margin: 0;
}

.mainmenu ul li>ul>li a {
    padding: 7px;
    display: block;
    color: #181818;
    opacity: 1
}

.mainmenu ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
}

.mainmenu ul li a {
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #CDBFD6;
    opacity: 0.7;
    position: relative;
    padding: 10px 5px;
    text-decoration: none;
}

.mainmenu ul li a:hover {
    opacity: 1;
    color: #fff;
    text-decoration: none
}

.mainmenu ul li>ul>li a:hover {
    color: #EA257D;
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 15px;
    color: #EA257D;
    position: relative;
    text-decoration: none;
}

.header-btn span {
	transition: 0.3s all;
}

.header-btn:hover span {
	text-decoration: underline;
    text-underline-offset: 3px;
}	

.header-btn em {
    margin-left: 10px;
    position: relative;
    top: 2px;
    transition: all 0.4s;
    left: 0;
    transform: scale(1)
}

.header-btn:hover {
    color: #EA257D;
}

.header-btn:hover em {
    left: 5px
}

.header-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 20px 0;
}

.site-logo {
    max-width: 180px;
}

.hero-area {
    background: #19181D;
    position: relative;
    z-index: 1;
    padding-top: 150px
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    mix-blend-mode: luminosity
}

.hero-text .h1 em {
	font-style: normal;
	display: inline-block;
}

#revealText > em {
  display: block;
}

body #revealText > em em {
  display: inline-block;
  transform: translateY(120%);
  opacity: 0;
}

body.dom-loaded #revealText > em em {
  animation: revealUp var(--dur) cubic-bezier(.25,.46,.45,.94) forwards;
  animation-delay: var(--delay);
}

body.dom-loaded #revealText > em:nth-child(1) em {
  --delay: 0.1s;
  --dur: 0.4s;
}

body.dom-loaded #revealText > em:nth-child(2) em {
  --delay: 0.35s;
  --dur: 0.7s;
}

@keyframes revealUp {
  0% {
    transform: translateY(30%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

body .hero-bottom,
body .hero-text .cta-btn,
body .hero-text p {
  opacity: 0;
  transform: translateY(20px);
}

body.dom-loaded .hero-bottom,
body.dom-loaded .hero-text .cta-btn,
body.dom-loaded .hero-text p {
  animation: fadeUp .6s ease-out forwards;
  animation-delay: 0.8s;    
}

body.dom-loaded .hero-text .cta-btn {
  animation-delay: 1s;    
}

body.dom-loaded .hero-bottom {
  animation-delay: 1.2s;    
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-text {
    width: 68%;
    margin: 0 auto;
    font-size: 17px;
    color: rgba(205, 191, 214, 0.9);
    line-height: 140%
}

.hero-text p {
    margin: 15px 0 10px;
}

.hero-text .cta-btn {
    margin-top: 20px
}

.hero-bottom .icon-list {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0
}

.hero-bottom .icon-list li {
    margin-right: 20px;
    padding-right: 30px;
    flex: 1;
    position: relative;
    display: flex;
    height: 75px;
    align-items: center
}

.hero-bottom .icon-list li::after {
    position: absolute;
    content: "";
    top: 50%;
    width: 1px;
    height: 80%;
    transform: translateY(-50%);
    background: #707070;
    opacity: 0.5;
    right: 8px;
}

.hero-bottom .icon-list li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.hero-bottom .icon-list li:last-child::after {
    display: none;
}

.icon-teaser.v1 .icon-with-text {
    display: flex;
    align-items: center;
}

.icon-with-text img {
    margin-right: 15px;
}

.icon-with-text .info p {
    color: rgba(255, 255, 255, 0.58);
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
    margin: 0;
}

.hero-bottom {
    margin-top: 50px;
    padding-left: 50px
}

.hero-bottom .title {
    color: #B6B6B7;
    text-align: center;
    margin-bottom: 20px
}

.hero-text .h1 span {
    position: relative;
    display: inline-table;
	z-index: 1;
}

.hero-text .h1 span::after {
    position: absolute;
    content: "";
    bottom: -3px;
    height: 20px;
    width: 106%;
    background: url(../img/hero-line-shape.svg) no-repeat scroll center center/100%;
    left: -7px;
    transition: 0.3s all;
    transform: scaleX(0);
    transform-origin: left;
    z-index: -1;
}

.hero-text.aos-animate .h1 span::after {
    transform: scaleX(1);
    transition-delay: 1.5s;
}

.hero-text .h1 span {
    display: inline-block;
    color: transparent;
}

body .hero-text.aos-animate .h1 span  {
    -webkit-text-stroke: 2px #EA257D;
    animation: hustleFill 0.8s ease forwards;
    animation-delay: 1.1s;
}

@keyframes hustleFill {
    0% {
        color: transparent;
        -webkit-text-stroke: 2px #EA257D;
		transform:scale(1)
    }

    60% {
        color: transparent;
        -webkit-text-stroke: 2px #EA257D;
		transform:scale(0.9)
    }

    100% {
        color: #ffffff;
        -webkit-text-stroke: 0px transparent;
		transform:scale(1)		
    }
}

.box {
    display: block;
    margin-top: 30px
}

.box.style1 {
    border: 1px solid rgba(74, 37, 115, 0.14);
    padding: 30px;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    color: #575757;
    font-size: 14px;
    line-height: 24px;
    height: calc(100% - 30px)
}

.box.style1 .title {
    font-size: 24px;
    margin-bottom: 8px;
}

.fw_600 {
}

.box.style1 .icon {
    min-width: 62px;
    min-height: 62px;
    height: 62px;
    min-height: 62px;
    margin-right: 20px
}

.link_text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    color: #181818;
    position: relative;
    text-decoration: none;
    transition: all 0.4s
}

.link_text em {
    margin-left: 10px;
    position: relative;
    top: 2px;
    transition: all 0.4s;
    left: 0;
    transform: scale(1);
}

.box.style1:hover {
    background: rgba(205, 191, 214, 0.08);
    border-color: rgba(205, 191, 214, 0.08);
}

.box.style1:hover .link_text {
    color: #EA257D
}

.section-heading {
    margin-bottom: 30px
}

.award-area {
    position: relative;
    z-index: 1;
    background: #19181D
}

.award_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    object-position: top left;
}

.award-area .box-wrap {
  position: relative;
}

.award-area .box-wrap:before {
  content: '';
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  position: absolute;
  z-index: -1;
  filter: blur(10px);
  background-image: linear-gradient(270deg, #1f4397, #ea257d);
  background-size: 200% 200%;
  animation: hoverShadow 3s linear infinite;
  animation-play-state: paused; 
	transform: scale(0.7);
	opacity: 0;
	transition: 0.3s all;
}

.award-area .box-wrap:hover:before {
	transform: scale(1);
	opacity: 1;
  animation-play-state: running; 
}

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

.box.style2 {
    position: relative;
    display: block;
    height: 390px;
    margin-top: 0;
    overflow: hidden
}

.box.style2>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.4s;
    object-position: 15% top;
}

.box.style2:hover>img {
    transform: scale(1.1)
}

.box.style2 .info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 40px;
    z-index: 1;
    width: 100%
}

.box.style2 .title {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
	transition: 0.3s all;
}

.box.style2::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85px;
    background: linear-gradient(0deg, rgba(24, 24, 24, 1) 0%, rgba(24, 24, 24, 0) 100%);
    opacity: 0.58;
	transition: 0.3s all;
}

.box.style2:hover .title,
.box.style2:hover:after {
	opacity: 0;
}

.award-img {
    width: 60%;
    margin: 0 auto;
}

.award_shape {
    position: absolute;
    top: 0;
    width: 100%;
    transform: scale(1.1);
    z-index: 0;
}

.award-area .container {
    position: relative;
    z-index: 1
}

.award-area .section-heading {
    color: #CDBFD6
}

.section-action {
    margin-top: 40px
}

.list_disc {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px
}

.list_disc li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.list_disc li::before {
    position: absolute;
    content: "";
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #CDBFD6
}

.column_2 {
    column-count: 2
}

.content-img.group-mockup-img {
    display: flex
}

.content-img.group-mockup-img img {
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2)
}

.content-img.group-mockup-img .item {
    width: 33%;
    padding-right: 30px;
}


.py_140 {
    padding: 140px 0
}


.box-slider-area {
    background: #19181D;
    position: relative;
    z-index: 1
}

.box-slider-area .bg_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1
}

.box-carousel .slide {
    padding: 0 8px;
}

.box-carousel .slick-list {
    margin-left: -150px;
    margin-right: -150px
}

.box.style3 {
    display: block;
    position: relative;
    height: 420px;
    overflow: hidden;
    border-radius: 5px
}

.box.style2 {
	transition: 0.3s all;
}

.box.style3 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.box.style3 .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    z-index: 1;
}

.box.style3 .info p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.8);
}

.box.style3 .title {
    font-size: 22px
}

.box.style3::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(0deg, rgba(24, 24, 24, 1) 0%, rgba(24, 24, 24, 0) 100%);
    transition: all 0.4s
}

.box.style3::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to left bottom, #67002e, #4f1235, #371a33, #231b29, #181818);
    z-index: 1;
    opacity: 0;
    transition: all 0.4s;
    visibility: hidden
}

.box.style3:hover {
    transform: translateY(-10px)
}

.box.style3:hover::before {
    opacity: 0.8;
    visibility: visible
}

.box.style3:hover::after {
    opacity: 0
}

.box.style3 .btn_border_white {
    transition: all 0.4s
}

.box.style3:hover .btn_border_white {
    background: #EA257D;
    color: #fff;
    border-color: #EA257D
}

.box-carousel-arrows {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px
}

.box-carousel-arrows>div {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #EA257D;
    transition: all 0.4s;
    transform: scale(1);
    cursor: pointer
}

.box-carousel-arrows>div>em {
    transition: all 0.4s;
    opacity: 0.5
}

.box-carousel-arrows>div:hover {
    transform: scale(1.2)
}

.box-carousel-arrows>div:hover>em {
    opacity: 1
}

.box-carousel {
    margin-top: 40px
}

.box-carousel .slick-dots {
    position: inherit
}

.box-carousel .slick-dots button::before {
    display: none
}

.box-carousel .slick-dots button {
    padding: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: 0;
    opacity: 0.3
}

.box-carousel .slick-dots .slick-active button {
    opacity: 1
}

.box-carousel .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 8px
}

.review_badge {
    margin-left: 50px;
    width: 230px;
}

.testimonial-arrows {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px
}

.testimonial-arrows>div {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #181818;
    border: 1px solid rgba(24, 24, 24, 0.22);
    transition: all 0.4s;
    transform: scale(1);
    cursor: pointer
}

.testimonial-arrows>div:hover {
    background: #EA257D;
    border-color: #EA257D;
    color: #fff;
    transform: scale(1.2)
}

.testimonial-box {
    padding: 30px;
    font-style: italic;
    color: #575757;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 60px;
    border-bottom: 3px solid rgba(112, 112, 112, 0.45);
    position: relative;
    opacity: 0.4;
    transition: all 0.4s
}

.testimonial-box:hover {
    opacity: 1
}

.testimonial-box::after {
    position: absolute;
    content: "";
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 7px;
    background: #EA257D;
    opacity: 0;
    transition: all 0.4s
}

.testimonial-box:hover::after {
    opacity: 1
}

.testimonial-box .title {
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    color: #181818;
    margin-bottom: 10px;
    font-style: normal
}

.review-meta {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-top: 30px
}

.review-meta img {
    min-width: 60px;
    min-height: 60px;
    width: 60px;
    height: 60px;
    margin-right: 20px
}

.review-meta .name {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #181818;
    margin-bottom: 0px;
    font-style: normal;
    line-height: 100%
}

.testimonial-slider .slick-current+div .testimonial-box {
    opacity: 1
}

.testimonial-slider .slick-current+div .testimonial-box::after {
    opacity: 1
}

.testimonial-slider {
    margin-top: 40px
}

.client-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.company-box {
    padding: 17px 32px;
    border-radius: 10px;
    background: #F9F9F9;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    margin: 8px;
    transition: all 0.4s;
}

.company-box:hover {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
    background: #fff
}

.company-box img {
    mix-blend-mode: multiply;
    transition: all 0.4s;
    max-height: 90%;
    max-width: 181px;
}

.company-box img[src*="ahref"] {
    max-height: 30px;
}

.company-box img[src*="analytics"] ,
.company-box img[src*="woocommerce"] {
    max-height: 36px;
}

.company-box img[src*="manager"] {
    max-height: 65px;
}

.company-box img[src*="hubspot"] {
    max-height: 40px;
}

.company-box:hover img {
    filter: grayscale(0) brightness(1);
}

.cta-box.style1 {
    padding: 70px 150px;
    border-radius: 10px;
    background: #F9F9F9
}

.cta-box.style3 {
    padding: 70px 80px;
    border-radius: 10px;
    position: relative;
    z-index: 1
}

.cta-box.style1 .cta-btn {
    margin-top: 10px
}

.related-links {
    margin: 0;
    list-style: none;
    padding: 0;
    margin-top: 20px
}

.related-links li {
    display: inline-block;
    margin-right: 12px;
    margin-top: 12px
}

.related-links li a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 8px;
    background: #FBFAFC;
    color: #575757;
    font-style: italic;
    text-decoration: none
}

.related-links li a:hover {
    background: #EA257D;
    color: #fff
}

.bg_dark {
    background: #19181D;
}

.footer-cta {
    padding: 50px 0;
    background: #222027;
}

.footer-cta p {
    font-size: 18px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.53);
    margin-bottom: 10px;
}

.footer-cta a {
    font-weight: 700;
    color: #fff;
    font-size: 40px;
    text-decoration: none;
}

.counter.style2 {
    position: relative;
}

.counter.style2 .num_pos {
    color: #CDBFD6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 0%;
    overflow: hidden;
    white-space: nowrap;
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
    transition: width 3.6s ease;
}

.counter.style2 .num {
    font-size: 70px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #CDBFD6;
    display: block;
    margin-bottom: 4px;
    line-height: 1;
}


.counter.style2 p {
    color: #fff;
    font-size: 14px;
    font-style: normal;
}

.footer-cta .icon {
    margin-right: 20px;
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    border-radius: 50%;
    background: #EA257D;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px
}

.footer {
    padding: 70px 0;
}

.footer-logo {
    max-width: 200px;
    margin-bottom: 30px;
}

.footer p,
.footer a {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.footer-social {
    margin: 25px 0;
    padding: 0;
    list-style: none
}

.footer-social li {
    display: inline-block;
    margin-right: 10px;
}

.footer-social li:last-child {
    margin-right: 0;
}

.footer-social li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #19181D;
    text-decoration: none
}

.footer-social li a:hover {
    background: #EA257D;
    color: #fff;
}

.footer-partner-logo>a {
    display: block;
    margin-right: 20px;
    text-decoration: none
}

.footer-title {
    font-size: 28px;
    margin-bottom: 30px;
}

.footer-links {
    column-count: 2;
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-links li {
    display: block;
    margin-bottom: 8px;
}

.footer-links li a {
    text-decoration: none
}

.footer-links li a:hover {
    text-decoration: underline
}

.footer-contact {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-contact li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.footer-tel a {
    font-weight: 600;
    font-size: 24px;
}

.footer-contact li .icon {
    margin-right: 15px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.4s
}

.footer-contact li a {
    text-decoration: none;

}

.footer-contact li a:hover {
    text-decoration: underline
}

.footer-contact li:hover .icon {
    background: #EA257D;
    color: #fff;
}

.copyright a:hover {
    color: #EA257D;
    text-decoration: underline
}

.divider hr {
    margin: 0;
}

.divider hr {
    border-color: #707070;
    opacity: 0.15;
}

.bg_dark hr {
    border-color: #707070;
    opacity: 0.3;
}

.copyright {
    padding: 30px 0;
}

.copyright p,
.copyright a {
    font-size: 14px;
    color: #fff;
    text-decoration: none
}

.footer-logo-bottom {
    height: 170px;
    overflow: hidden
}

.footer-logo-bottom img {
    width: 100%
}

.banner-area {
    position: relative;
    z-index: 1;
    padding-top: 90px;
    background: #181818
}

.banner-area::before,
.hero-area::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    content: "";
    background: linear-gradient(180deg, rgba(24, 24, 24, 1) 0%, rgba(24, 24, 24, 0) 100%)
}

.banner-area .banner_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    mix-blend-mode: luminosity;
}

body:not(.page-id-1885) .banner-area .banner_bg {
    opacity: 0.04;
}

.banner-text p {
    color: #9d9d9d
}

.breadcrumb_navigation {
    padding-bottom: 60px;
    font-size: 15px;
}

.breadcrumb_navigation span.separator {
    margin: 0 8px;
}

.breadcrumb_navigation span {
    color: rgba(255, 255, 255, 0.61);
}

.breadcrumb_navigation a {
    color: #fff;
    opacity: 0.4;
    text-decoration: none
}

.link_text_down {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-top: 30px;
    text-decoration: none
}

.link_text_down strong {
    position: relative
}

.link_text_down strong::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s;
}

.link_text_down strong:hover::after {
    transform-origin: bottom left;
    transform: scaleX(1);
}

.link_text_down span {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #EA257D;
    display: block;
    position: relative;
    margin-left: 12px;
}

.link_text_down span::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 45%;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 7px;
    height: 7px;
}

.awards-box-container {
    position: relative;
}

.awards-box-container .inner-box {
    padding: 50px;
    transition: all 0.4s;
    border-radius: 10px;
    margin-left: 120px;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

.award-badges {
    position: absolute;
    left: -120px;
    top: 42px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.award-badges {
    position: absolute;
    left: -130px;
    top: 42px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #fff;
    padding: 16px;
    transition: all 0.4s
}

.award-badges img {
    position: relative;
    z-index: 1
}

.awards-box-container .inner-box:hover .award-badges {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.06);
}

.award-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.award-list li {
    padding-left: 85px;
    position: relative;
    margin-bottom: 30px;
}

.award-list li img {
    position: absolute;
    top: -3px;
    left: 0;
    width: 65px;
    mix-blend-mode: luminosity;
    filter: grayscale(1);
}


.awards-box-container .inner-box::after {
    position: absolute;
    top: 80px;
    left: -8px;
    width: 20px;
    height: 20px;
    content: "";
    background: #fff;
    transform: rotate(45deg);
}

.awards-box-container .inner-box:hover {
    box-shadow: 10px 30px 50px rgba(0, 0, 0, 0.08);
}

.awrads_year {
    color: #EA257D
}

.awards-box-container .line-container {
    height: calc(100% - 290px);
    width: 16px;
    margin: 0 auto;
    position: absolute;
    left: 23px;
    top: 70px;
}

.awards-box-container svg {
    height: 100%;
    width: 100%;
    display: block;

}

.awards-box-container .theLine {
    stroke: url(#lineGradient);
    stroke-width: 2;
    fill: none;
}

.banner_tags {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px
}

.banner_tags li {
    display: inline-block;
    margin-right: 10px
}

.banner_tags li a {
    display: block;
    padding: 7px 15px;
    border-radius: 3px;
    background: #EA257D;
    color: #fff;
    font-size: 14px;
    line-height: 100%;
    text-decoration: none
}

.banner-area .hero-bottom {
    margin-top: 20px;
    padding-left: 0;
}

.plain-content h2,
.plain-content h3,
.plain-content h4,
.plain-content h5,
.plain-content h6 {
    font-weight: 600
}


.plain-content img {
    margin: 30px 0;
}

.plain-content > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 25px
}

.plain-content > ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.plain-content > ul li::before {
    position: absolute;
    content: "";
    top: 9px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ea257d;
}

.post-author-box {
    margin-top: 30px;
    padding: 30px 0;
    border-top: 1px solid #EA257D;
    border-bottom: 1px solid #EA257D;
    display: flex
}

.post-author-box .image {
    min-width: 75px;
    width: 75px;
    max-width: 75px;
    min-height: 75px;
    height: 75px;
    max-height: 75px;
    border-radius: 50%;
    padding: 6px;
    border: 1px solid #EA257D;
    margin-right: 20px;
}

.post-author-box .image img {
    margin: 0;
    border-radius: 2222px;
}

.post-author-box .title {
    font-size: 24px;
    line-height: 37px;
    color: #181818;
    text-transform: capitalize;
}

.post-author-box p {
    font-style: italic;
}

.sidebar-widegt {
    margin-bottom: 40px;
}

.sidebar-widegt:last-child {
    margin-bottom: 0;
}

.post-right {
    position: sticky;
    top: 0;
}

.sidebar-widegt .side_form {
    background-color: #181818;
    border-radius: 10px;
    padding: 25px;
}

.side_form .title {
    font-size: 28px;
    line-height: 26px;
    margin-bottom: 10px;
}

.sidebar-widegt p {
    font-style: italic;
    font-size: 14px;
}

.side_form form {
    margin-top: 20px;
}

.side_form input {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    padding: 10px 20px;
    background: transparent;
    color: #fff;
    font-size: 16px;
}

.gform_fields label {
    display: none;
}

.side_form button {
    margin-top: 20px;
    padding: 13px 20px;
    font-size: 16px;
}

.post-single-page .main-wrapper {
    overflow: inherit;
}

.sidebar-widegt .title {
    font-size: 28px
}

.sidebar_links {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 18px
}

.sidebar_links li {
    margin-top: 8px;
}

.sidebar_links li a {
    color: #848484;
    text-decoration: none
}

.sidebar_links li a:hover {
    text-decoration: underline;
    color: #EA257D
}

.side-calculator {
    border-radius: 10px;
    padding: 30px;
    background: #FAFAFA;
    position: relative;
}

.side-calculator .inner {
    width: 50%;
}

.side-calculator img {
    position: absolute;
    width: 35%;
    top: -20px;
    right: 35px;
}

.side-calculator .cta-btn {
    margin-top: 25px;
    padding: 13px 20px;
    width: 100%;
}

.newsletter-area p {
    color: #9D9D9D;
}

.newsletter-form form {
    position: relative;
    height: 63px;
    width: 80%;
    border-radius: 10px;
    background: #fff;
    margin-top: 30px;
}

.newsletter-form input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    padding: 10px 20px;
    background: transparent;
    color: #181818;
    font-size: 16px;
}

.newsletter-form button {
    position: absolute;
    right: 7px;
    height: calc(100% - 15px);
    padding: 6px 15px;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
    min-width: 150px;
}

.newsletter-area .content-img {
    margin-top: -100px
}

.single-post-content {
    padding-bottom: 100px
}

.related-slider .slick-list {
    margin-left: -20px;
    margin-right: -20px;
}

.related-slider .slide {
    padding: 0 15px;
}

.box.style4 {
    position: relative;
    margin-top: 30px;
    z-index: 1;
    display: block;
    text-decoration: none
}

.box.style4 .image {
    overflow: hidden;
    border-radius: 10px;
    height: 260px
}

.box.style4 .image img {
    box-shadow: -30px 20px 50px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    transition: all 0.4s;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.box.style4 .text {
    padding-top: 20px;
}

.box.style4 ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 5px
}

.box.style4 li {
    display: inline-flex;
    align-items: center;
    color: #575757;
    margin-right: 20px;
    font-size: 14px;
}

.box.style4 li img {
    margin-right: 15px;
}

.box.style4 .title {
    font-size: 24px;
    color: #181818;
    line-height: 32px;
}

.box.style4:hover {
    transform: translateY(-15px);
}

.post_by img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.large-post .text {
    display: flex;
    justify-content: space-between
}

.large-post .text li {
    margin-right: 8px
}

.large-post .text li:last-child {
    margin-right: 0
}

.large-post .text li img {
    margin-right: 10px
}

.large-post .text ul {
    min-width: 255px;
    width: 255px
}

.large-post.box.style4 .image {
    height: 370px
}

.small-post.box.style4 .title {
    font-size: 17px;
    line-height: normal;
}

.small-post.box.style4 .image {
    height: 125px
}

.box.style4.small-post .text {
    padding-top: 0px;
}

.pt_40 {
    padding-top: 40px;
}

.pb_100 {
    padding-bottom: 100px
}

.paginations ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-left: 0
}

.paginations ul li {
    display: inline-flex;
    margin: 0 5px;
}

.paginations li a {
    color: #9D9D9D;
    opacity: 0.55;
    display: block;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.paginations li a:hover {
    opacity: 1;
    color: #EA257D;
}

.paginations .prev,
.paginations .next {
    color: #181818;
    font-size: 16px;
    opacity: 1;
    width: auto;
    height: auto
}

.paginations em {
    margin: 0 9px
}


.paginations {
    margin-top: 60px;
}

.banner-area.style2 {
    padding-bottom: 70px;
}

.banner-area.style2 .breadcrumb_navigation {
    padding-bottom: 70px;
    position: relative;
    z-index: 1;
}

.content-text .list_with_icon {
    margin: 20px 0;
    padding: 0;
    list-style: none
}

.list_with_icon li {
    margin-bottom: 15px;
    position: relative;
    display: flex;
    align-items: center;
}

.list_with_icon img {
    width: 40px;
    margin-right: 20px;
    height: 45px;
}

.about-area.alt {
    position: relative;
    z-index: 1;
}

.about-area {
    padding-top: 120px;
    height: 850px;
}

.about-area .container {
    position: relative;
}

.abt-1 {
    position: absolute;
    top: 0;
    width: 275px;
    left: 22%;
    box-shadow: 30px 30px 50px rgba(0, 0, 0, 0.12);
}

.alt .abt-1 {
    left: auto;
    right: -10%;
    top: 60px;
    width: 196px;
}

.abt-2 {
    position: absolute;
    top: -40px;
    width: 340px;
    left: -130px;
}

.abt-3 {
    position: absolute;
    left: -295px;
    width: 460px;
    bottom: -370px;
}

.about-area.alt .abt-3 {
    bottom: -435px;
}

.abt-4 {
    position: absolute;
    bottom: -400px;
    left: 265px;
    width: 665px;
}

.about-area.alt .abt-4 {
    bottom: -420px;
}

.abt-5 {
    position: absolute;
    right: -205px;
    width: 395px;
    bottom: -390px;
    box-shadow: -30px 30px 50px rgba(0, 0, 0, 0.12);
}

.about-area.alt .abt-5 {
    bottom: -440px;
}

.about-area .shape-2 {
    position: absolute;
    bottom: -300px;
    left: 0px;
    z-index: -1;
}

.text_70 {
    font-size: 70px;
    line-height: 100%
}

.about-area.alt {
    font-size: 22px;
    color: rgba(205, 191, 214, 0.9);
    line-height: 32px
}

.about-area.alt .shape_heading {
    margin-bottom: 20px
}

.shape_heading span {
    position: relative;
}

.shape_heading span::after {
    position: absolute;
    content: "";
    bottom: 15px;
    height: 15px;
    width: 106%;
    background: url(../img/heading-shape.svg) no-repeat scroll center center/contain;
    left: -7px;
    transition: 3s all;
    transform: scaleX(0);
    transform-origin: left;
    z-index: -1;
}

.aos-animate .shape_heading span::after,
.aos-animate.shape_heading span::after {
    transform: scaleX(1);
    transition-delay: 1.5s;
}

.counter_box {
    border-radius: 10px;
    margin: 14px 0;
    padding: 40px 14px;
    background: #F5F5F5;
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 15px;
}

.counter_box.style2 {
    background: rgba(245, 245, 245, 0.04);
}

.counter_box .num {
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 10px;
    display: flex !important;
    justify-content: center;
    align-items: flex-end;
    text-align: left;
    line-height: 100%
}

.counter_box.style2 p {
    color: #9D9D9D;
}

.counter_box em {
    color: #FF9502;
    font-size: 25px;
    margin-bottom: 15px;
    margin-left: 5px;
}

.about-circle-shape {
    position: absolute;
    right: -300px;
    z-index: -1;
}

.jobs-position-tag {
    margin: 0;
    padding: 0;
    list-style: none
}

.jobs-position-tag li {
    display: inline-block;
    background: rgba(157, 157, 157, 0.15);
    border-radius: 3px;
    font-size: 14px;
    line-height: 20px;
    color: #575757;
    margin-right: 5px;
    padding: 5px 10px;
    transition: all 0.4s;
    margin-bottom: 5px
}

.jobs-position-tag li a{
    text-decoration: none;
    
}
.jobpositions .accordion-button:not(.collapsed) .jobs-position-tag li a{
    color: #fff;
}

.jobs-position-tag li:last-child {
    margin-right: 0;
}

.jobpositions .accordion-button {
    border: none;
    border-radius: 0 !important;
    box-shadow: none;
    display: block;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 32px 40px;
    border-radius: 10px !important;
    position: relative;
}

.jobpositions .accordion-button:not(.collapsed) {
    background-color: #181818;
    color: #fff;
    box-shadow: none;
}

.jobpositions .accordion-button:not(.collapsed) .jobs-position-tag li {
    color: #fff;
    background: #EA257D;
}

.jobpositions .accordion-item {
    border: none;
    box-shadow: none;
    border-radius: 10px !important;
    margin-top: 20px;
}

.jobpositions .accordion-button span {
    font-size: 26px;
    
    margin-top: 20px;
    display: block;
}

.jobpositions .accordion-body {
    border-radius: 10px;
    background: #181818;
    color: #9D9D9D;
    padding: 40px;
    padding-top: 50px;
    margin-top: -50px;
}

.plus-minus {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
}

.plus-minus::after {
    width: 100%;
    height: 2px;
    background: #9D9D9D;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);

}

.plus-minus::before {
    width: 2px;
    height: 100%;
    background: #9D9D9D;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s;
}

.jobpositions .accordion-button:not(.collapsed) .plus-minus::before {
    opacity: 0;
}

.content-text .list_disc_pink,
.progress-content ul {
    margin: 20px 0;
    padding: 0;
    list-style: none
}

.list_disc_pink li,
.progress-content ul li {
    position: relative;
    padding-left: 20px;
    display: block;
    margin: 12px 0;
}

.list_disc_pink li::before,
.progress-content ul li:before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #EA257D;
    content: "";
}

.apply_form {
    padding: 26px;
    background-color: #fff;
    box-shadow: 30px 30px 50px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
}

.apply_form input {
    width: 100%;
    height: 60px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(157, 157, 157, 0.34);
    padding: 10px 0;
    font-size: 15px;
    
}

.apply_form #field_4_5 label {
    display: block;
    font-weight: bold;
    color: #000;
    padding-top: 15px;
}

.apply_form #field_4_5 label span {
    display: none;
}

.apply_form textarea {
    width: 100%;
    height: 110px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(157, 157, 157, 0.34);
    padding: 10px 0;
    font-size: 15px;
    
    margin-bottom: 10px;
}

.gfield_description.gform_fileupload_rules {
    display: none;
}

.apply_form input::placeholder {
    color: #181818;
    
    font-weight: 300;
    opacity: 1;
}

.apply_form form {
    margin-top: 10px;
}

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

.apply_form li {
    margin-bottom: 15px;
}

.apply_form button {
    width: 100%;
    display: block;
}

.file_upload label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: linear-gradient(to right, rgba(157, 157, 157, 0.34) 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 10px 1px;
    background-repeat: repeat-x;
    
    font-size: 15px;
    font-weight: 300;
    height: 60px;
    color: #181818;
}

.file_upload span {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: rgba(24, 24, 24, 0.27);
    font-size: 12px;
}

.file_upload input {
    display: none;
}

.file_upload img {
    margin-left: 10px;
}

.apply_form .title {
    font-size: 24px
}

.sticky_top {
    position: sticky;
    top: 0
}

.box.style5 {
    padding: 35px;
    border-radius: 10px;
    background: #FBFAFC;
    text-decoration: none;
    height: calc(100% - 30px)
}

.box.style5 .title {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 0
}

.box.style5 .title a,
.box.style5 .jobs-position-tag li a{
  text-decoration: none;
}

.box.style5:hover {
    background: #181818;
    transform: translateY(-10px);
    color: #fff;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.04)
}

.box.style5:hover .jobs-position-tag li {
    background: #EA257D;
    color: #fff;
}

.box.style5:hover .title a,
.box.style5:hover .jobs-position-tag li a {
    color: #fff
}

.contact-cta {
    padding: 25px;
    border-radius: 10px;
    background: #1D1D1D;
    margin-top: 30px;
}

.contact-cta .image {
    margin-right: 20px;
    width: 130px;
    height: 130px;
    min-width: 130px;
    max-width: 130px;
    min-height: 130px;
    max-height: 130px;
    border-radius: 50%;
    border: 1px solid #EA257D;
}

.contact-cta .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 10px;
    border-radius: 50%;
}

.banner-area .content-text .contact-cta p {
    font-size: 18px;
    color: #9D9D9D;
    font-style: italic;
}

.contact-cta a {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    
    text-decoration: none
}

.c_form {
    padding: 60px;
    border-radius: 10px;
    box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.04);
    margin-top: -450px;
    position: relative;
    background: #fff;
    z-index: 1;
}

.text_blue {
    color: #EA257D
}

.c_form form {
    margin-top: 30px;
}

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

.c_form .gfield {
    margin-bottom: 25px;
}

.c_form input,
.c_form textarea {
    width: 100%;
    height: 65px;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid rgba(157, 157, 157, 0.34);
    color: #181818;
    font-weight: 500;
    font-size: 16px;
    
}

.c_form input::placeholder,
.c_form textarea::placeholder {
    color: #181818
}

.c_form textarea {
    height: 170px;
}

.c_form button {
    display: block;
    width: 100%;
}

.map_img {
    position: relative;
}

.map_img em {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    font-size: 42px;
    color: #EA257D;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.map_img .inner {
    padding: 40px;
    border-radius: 10px;
    background: #181818;
    position: absolute;
    width: 340px;
    bottom: 50px;
    left: 70px;
}

.map_img p {
    font-style: italic;
    color: #CBCBCB;
}

.map_img .title {
    font-size: 40px;
    
}

.single_reviews {
    background: #fff;
    border: 1px solid rgba(87, 87, 87, 0.15);
    padding: 50px;
    border-radius: 10px
}

.testimonial .head {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 30px;
}

.testimonial .quotes-icon {
    margin-right: 20px;
    background: url(../img/quotes-icon-large.webp) no-repeat center;
    width: 65px;
    height: 55px;
    background-size: 100%;
    display: block;
}

.testimonial .title {
    color: #181818;
    font-size: 26px;
    
}

.single_reviews p {
    line-height: 34px;
    font-size: 22px;
    font-style: italic;
}

.testimonial.single_reviews .meta {
    margin-top: 30px;
}

.testimonial.single_reviews .meta .img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin-right: 20px;
    min-width: 65px;
}

.testimonial.single_reviews .meta img {
    width: 100%;
    height: 100%;
}

.testimonial.single_reviews .meta span {
    font-size: 20px;
    color: #181818;
    
}

.testimonial.single_reviews .meta p {
    font-size: 17px;
    font-style: normal;
    line-height: 1.4;
    padding-top: 6px;
}

.hero-bottom.centered {
    margin-top: 50px;
    padding-left: 50px;
}

.mx_img {
    max-width: 650px;
    float: right
}

.section-heading {
    width: 85%;
    margin: 0 auto 30px
}

.icon-teaser.style1 {
    margin-top: 30px;
    height: calc(100% - 30px);
    border: 1px solid rgba(87, 87, 87, 0.2);
    border-radius: 10px;
    padding: 40px;
    transition: all 0.4s
}

.icon-teaser.style1:not(.fill_box):hover,
.icon-teaser.style2:hover {
    border-color: #fff;
    background: #fff;
    box-shadow: 30px 0 50px rgba(0, 0, 0, 0.04)
}

.icon-teaser.style2:hover .title {
    color: #181818
}

.icon-teaser.style1 .title {
    font-size: 22px;
    font-weight: 600;
    
    margin-bottom: 15px
}

.icon-teaser.style1 img {
    height: 80px;
    margin-bottom: 20px
}

.bg_gradient_gray {
    background: linear-gradient(180deg, rgba(249, 249, 249, 0.67) 0%, rgba(249, 249, 249, 0) 100%)
}

.custom_radio li {
    display: inline-block;
    margin-right: 20px
}

.custom_radio label {
    padding-left: 32px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #575757;
    position: relative
}

.custom_radio label::before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #bababa
}

.custom_radio label::after {
    position: absolute;
    content: "";
    top: 6px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #EA257D;
    transform: scale(0);
    transition: all 0.4s
}

.custom_radio input[type="radio"]:checked+label::after,
.custom_radio input[type="checkbox"]:checked+label::after {
    transform: scale(1)
}

.range_slide .inner {
    margin: 10px 0;
}

.noUi-target {
    background: rgba(115, 115, 115, 0.1);
    border: none;
    box-shadow: none;
    height: 16px;
    border-radius: 20px;
}

.noUi-connect {
    background: #ea257d;
}

.noUi-handle {
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background: #fff;
    width: 20px !important;
    height: 20px !important;
    top: -3px !important;
}

.noUi-handle::before,
.noUi-handle::after {
    display: none
}

.noUi-horizontal .noUi-handle {
    margin-left: -8px;
}

.range_slide .price {
    font-weight: bold;
    background: #fff;
    padding: 8px 20px;
    min-width: 100px;
    text-align: center;
    margin-left: auto;
    border-radius: 5px
}

.noUi-connects {
    border-radius: 20px !important
}

.custom_radio label {
    margin-bottom: 0
}

.progress-circles {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-top: 50px;
}

.progress-circles .circle {
    width: 100px;
    height: 100px;
    position: relative;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.progress-circles .circle svg {
    transform: rotate(-90deg);
    width: 100px;
    height: 100px;
}

.progress-circles .circle circle {
    fill: none;
    stroke-width: 7;
    stroke-linecap: round;
}

.progress-circles .circle .bg {
    stroke: #ddd;
}

.progress-circles .circle .progress {
    stroke: transparent;
    /* Will be overridden in JS */
    stroke-dasharray: 0 100;
    transition: stroke 0.3s linear;
}

.progress-circles .circle .value {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    font-size: 26px;
    color: #000;
    transform: translateY(-50%);
    
    font-weight: 700
}

.progress-circles .circle .label {
    font-size: 12px;
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    color: #555;
}

.progress-circles .circle.scale-up {
    transform: scale(1.2);
    transition: transform 0.3s ease-in-out;
}

.progress-bar {
    width: 0%;
    transition: width 1s ease-in-out;
}

.bar_progress {
    margin-top: 60px;
}

.bar_progress .heading {
    font-size: 22px
}

.pr_heading {
    position: relative;
    padding-left: 20px;
    color: #575757;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}

.pr_heading::before {
    position: absolute;
    content: "";
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(87, 87, 87, 0.19);
}

.bar_progress .progress {
    background: #181818;
    border-radius: 50px
}

.bar_progress .progress-bar {
    background-color: #4caf50;
    border-radius: 30px;
}

.bar_progress .title {
    font-weight: 700;
    font-size: 12px
}

.pr_box {
    margin: 25px 0;
}

.mx_img_right {
    max-width: 1000px;
}

.cta-area.style2 {
    background: #181818;
    position: relative;
    z-index: 1;
    padding: 120px 0
}

.cta-area.style2 .bg_image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.cta-area.style2::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(24, 24, 24, 1) 0%, rgba(24, 24, 24, 1) 21%, rgba(24, 24, 24, 0.61) 100%)
}

.cta-area.style2 .container {
    position: relative;
    z-index: 1
}

.cta-text {
    color: #9D9D9D
}

.cta-area.style2 .shape {
    position: absolute;
    top: 0;
    left: -180px;
    height: 100%;
}

.cta-area.style2 .text_shape {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    z-index: 0;
    mix-blend-mode: overlay;
}

.timeline-content {
    padding: 50px 60px;
    background: #fff;
    box-shadow: 20px 0 50px rgba(0, 0, 0, 0.05)
}

.timeline-item {
    padding-top: 90px;
    position: relative;
    z-index: 11
}

.timeline-item:nth-child(2) {
    padding-top: 30px
}

.timeline-number {
    text-align: center;
    
    font-weight: 700;
    color: #181818;
    font-size: 40px;
    line-height: 120%;
}

.timeline-number .title span {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #F5F5F5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 7px;
    transition: all 0.4s
}

.scrolled-down.timeline-item .title span {
    background: #EA257D;
    color: #fff
}

.timeline-wrapper {
    position: relative
}

.timeline_shape {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 210px;
    z-index: 1;
}

.timeline_shape img {
    position: absolute;
    height: 88%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.timeline_shape span {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 100%);
    width: 100%;
    height: 100%;
    transition: 0.5s all;
}

.timeline_shape.t2-act span {
    height: 80%;
}

.timeline_shape.t3-act span {
    height: 60%;
}

.timeline_shape.t4-act span {
    height: 40%;
}

.timeline_shape.t5-act span {
    height: 20%;
}

.timeline_shape.t6-act span {
    height: 0%;
}

.cta-inner.style3 {
    padding: 60px;
    position: relative;
    z-index: 1;
}

.cta-inner.style3 .cta_img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 104%;
    object-fit: cover;
}

.cta-inner.style3 .shape {
    position: absolute;
    top: -50px;
    width: 700px;
    left: 43%;
    transform: translateX(-50%);
    z-index: -1;
}

.n_top_200 {
    padding-top: 270px;
    margin-top: -200px;
}

.faq-header a {
    display: block;
    border-radius: 10px;
    padding: 18px 30px;
    border: 1px solid rgba(112, 112, 112, 0.2);
    font-weight: 600;
    color: #181818;
    font-size: 16px;
    background: #fff;
    position: relative;
    
    text-decoration: none
}

.faq-body {
    padding: 30px 30px 40px 40px;
    background: rgba(239, 239, 239, 0.25);
    border-radius: 10px;
    padding-top: 50px;
    margin-top: -32px;
}

.faq-header a[aria-expanded="true"] {
    background: #181818;
    color: #fff;
}

.faq-card {
    margin-top: 20px;
}

.accordion_faq {
    margin-top: 50px;
}

.faq-header a span {
    position: absolute;
    top: 50%;
    right: 20px;
    border: 2px solid transparent;
    line-height: 1;
    text-align: center;
    border-radius: 50%;
    font-weight: 400;
    font-size: 17px;
    transform: translateY(-50%);
    transition: 0.3s all;
    color: #181818;
}

.faq-header a[aria-expanded="true"] span {
    transform: rotate(180deg) translateY(50%);
    color: #fff;
}

.sticky-sidebar {
    position: sticky;
    top: 20px;
}

.table_content {
    border-radius: 10px;
    border: 1px solid rgba(112, 112, 112, 0.16);
    margin-right: 50px;
    margin-top: 30px;
    list-style: none;
    padding: 0
}

.table_content li {
    display: block;
    border-bottom: 1px solid rgba(112, 112, 112, 0.16);
    padding: 0 !important;
}

.table_content li a {
    display: block;
    padding: 15px 30px;
    color: #9D9D9D;
    position: relative;
    text-decoration: none
}

.table_content li a.active {
    color: #575757;
    text-decoration: underline;
    padding-left: 38px;
}

.table_content li a::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 25px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #CDBFD6;
    opacity: 0;
    transition: all 0.4s;
}

.table_content li a:hover {
    color: #575757;
    text-decoration: underline;
    padding-left: 38px;
}

.table_content li a.active::after {
    opacity: 1;
}

.table_content li a:hover::after {
    opacity: 1;
}

.inner-content-text {
    margin-bottom: 30px;
}

.inner-content-text:last-child {
    margin-bottom: 0;
}

.inner-content-text img {
    margin: 30px 0;
}

.cta-box.style5 {
    background: #181818;
    position: relative;
    z-index: 1;
    font-size: 18px;
    color: #9d9d9d;
    padding: 110px 0
}

.cta-box.style5 .cta_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover
}

.banner-text {
    font-size: 18px;
    line-height: 30px
}

.banner-area.style2 .hero-bottom {
    margin-top: 50px
}

.icon-teaser.style2 {
    height: 100%;
    border: 1px solid rgba(87, 87, 87, 0.2);
    border-radius: 10px;
    padding: 40px;
    transition: all 0.4s
}

.icon-teaser.style2 img {
    height: 55px;
    margin-bottom: 20px;
}

.icon-teaser.style2 .title {
    font-size: 28px;
    font-weight: 600;
    
    margin-bottom: 15px;
}

.testimonial-box-alt {
    padding: 40px 50px;
    border-radius: 10px;
    background: #FBFAFC;
    position: relative;
    color: #575757
}

.testimonial-box-alt .meta {
    margin-top: 30px;
}

.testimonial-box-alt .meta .img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin-right: 20px;
    min-width: 65px;
}

.testimonial-box-alt .meta img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.testimonial-box-alt .meta span {
    font-size: 20px;
    color: #181818;
    
}

.testimonial-box-alt .head {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 15px;
}

.testimonial-box-alt .quotes-icon {
    margin-right: 20px;
    background: url(../img/quotes-icon-large.webp) no-repeat center;
    width: 65px;
    height: 55px;
    background-size: 100%;
    display: block;
}

.testimonial-box-alt .title {
    color: #181818;
    font-size: 26px;
    
}

.cta-box.style3.alt {
    border-radius: 0
}

.cta-box.style3.alt .cta-btn {
    margin-top: 30px
}

.icon-teaser.style2.alt .list_check {
    margin-top: 25px;
    padding: 0;
    list-style: none;
    margin-left: 0
}

.icon-teaser.style2.alt {
    margin-top: 30px;
    height: calc(100% - 30px)
}

.icon-teaser.style2.alt .title {
    font-size: 24px
}

.list_check li {
    margin-bottom: 14px;
    position: relative;
    padding-left: 40px;
}

.list_check li::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32.436" height="32.436" viewBox="0 0 32.436 32.436"><g id="Group_19137" data-name="Group 19137" transform="translate(-322 -2700.931)"><circle id="Ellipse_88" data-name="Ellipse 88" cx="11.852" cy="11.852" r="11.852" transform="translate(326.366 2705.297)" fill="%23ea257d"/><path id="Path_8149" data-name="Path 8149" d="M-8826.641-5887.516l2.879,2.879,4.536-8.593" transform="translate(9161.151 8606.082)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><g id="Ellipse_89" data-name="Ellipse 89" transform="translate(322 2700.931)" fill="none" stroke="%23EA257D" stroke-width="1" opacity="0.288"><circle cx="16.218" cy="16.218" r="16.218" stroke="none"/><circle cx="16.218" cy="16.218" r="15.718" fill="none"/></g></g></svg>') no-repeat scroll center center/100%;
}

.video-box {
    border-radius: 10px;
    overflow: auto;
    position: relative
}

.play_btn {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0.9);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    transition: all 0.4s;
}

.play_btn:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #EA257D;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.play_btn:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #EA257D;
    border-radius: 50%;
    transition: all 200ms;
}

.play_btn:hover {
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.play_btn span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 22px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.n_top_230 {
    margin-top: -230px;
    padding-top: 300px;
}

.text_box {
    padding: 40px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.bg_dark_alt {
    background-color: rgba(245, 245, 245, 0.02);
}

.h_100 {
    height: 100%
}

.bg_dark .icon-teaser.style2.alt {
    min-height: auto;
    color: #9D9D9D;
    border-color: rgba(112, 112, 112, 0.47);
    padding: 30px
}

.bg_dark .icon-teaser.style2.alt .title {
    font-size: 22px
}

.mobileSelect {
    display: none;
}

.content_tab .nav-tabs {
    position: relative;
    border: none;
    flex-wrap: nowrap;
    margin-bottom: 40px;
    justify-content: center
}

.content_tab .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    color: rgba(24, 24, 24, 0.7);
    font-weight: 700;
    font-size: 24px;
    padding: 20px 45px;
    
    text-align: left;
    border-radius: 10px;
    line-height: 34px;
}

.content_tab .nav-link.active {
    background: #FBFAFC;
    color: #181818;
}

.tab_content_text {
    padding: 70px 65px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 30px 30px 50px rgba(0, 0, 0, 0.05);
}

.case-study-slider .slide {
    padding: 0 15px;
}

.case-study-slider .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}

.box.style7 {
    background: #FBFBFB;
    margin-top: 30px;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none
}

.box.style7 .image {
    height: 225px
}

.box.style7 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.box.style7 .text {
    padding: 30px;
}

.box.style7 .title {
    font-size: 36px;
    margin-bottom: 25px;
    display: block;
}

.box.style7 .inner-box {
    margin: 25px 0;
}

.box.style7 .inner-box .numbers {
    font-size: 36px;
    margin-bottom: 10px;
    color: #EA257D
}

.box.style7 .inner-box p {
    line-height: 24px;
    font-size: 16px;
    font-style: italic;
    text-decoration: underline;
}

.box.style7 .cta-btn {
    width: 100%;
    transition: all 0.4s
}

.box.style7:hover {
    transform: translateY(-15px);
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.04);
}

.box.style7:hover .btn_dark {
    background: #EA257D
}

.retainer-plans-slider .slide {
    padding: 0 20px;
}

.retainer-plans-slider .slick-list {
    margin-left: -20px;
    margin-right: -20px;
}

.icon-teaser.v7 {
    border-radius: 10px;
    padding: 40px 30px;
    text-align: center;
    display: block;
    margin-top: 70px;
    color: #9D9D9D;
    text-decoration: none
}

.icon-teaser.v7 .icon {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -100px auto 30px;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.16);
}

.icon-teaser.v7 .icon img {
    height: 42px;
}

.icon-teaser.v7 .title {
    font-weight: 600;
    color: #fff;
    font-size: 24px;
    
}

.icon-teaser.v7 .price {
    color: #EA257D;
    font-size: 70px;
    font-weight: 600;
    line-height: 70px;
    margin: 4px 0;
    
}

.icon-teaser.v7 .price span {
    font-size: 18px;
    font-style: normal;
    color: #FFFFFF;
    opacity: 0.45;
    font-weight: 400;
}

.bg_dark .section-heading p {
    color: #FFFFFF;
    opacity: 0.45;
}

.icon-teaser.v7 .cta-btn {
    transition: all 0.4s
}

.icon-teaser.v7:hover .cta-btn {
    background: #EA257D;
    color: #fff;
    border-color: #EA257D
}

.icon-teaser.v7:hover {
    transform: translateY(-12px);
}

.form_heading {
    color: #9D9D9D
}

.lets_talk_form form {
    margin-top: 50px;
    margin-left: -20px;
    margin-right: -20px;
}

.lets_talk_form select,
.lets_talk_form input,
.lets_talk_form textarea {
    width: 100%;
    height: 70px;
    padding: 5px 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(157, 157, 157, 0.51);
    
    font-weight: 400;
    color: #fff;
}

 .lets_talk_form form {
     margin-left: 0;
     margin-right: 0;
 }

@media(min-width: 600px) {

    .lets_talk_form .gform_fields {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }

    .lets_talk_form .gform_fields > div {
        width: 100%;
        margin-bottom: 30px;
        padding: 0 15px;
    }
    
    .lets_talk_form .gform_fields > div:not(:last-child) {
        width: 50%;
    }
}

.lets_talk_form form li {
    margin-bottom: 30px;
}

.lets_talk_form .text-end {
	text-align: center !important;
}

.lets_talk_form input::placeholder,
.lets_talk_form textarea::placeholder {
    opacity: 1;
    color: #fff;
    font-weight: 400
}

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

.lets_talk_form textarea {
    height: 140px;
}

.select-hidden {
    display: none;
}

ul.select-options {
    display: none;
}

.select-styled {
    padding: 10px 0;
    background-color: transparent;
    color: #fff;
    
    width: 100%;
    position: relative;
    height: 70px;
    font-weight: normal;
    border-bottom: 1px solid rgba(157, 157, 157, 0.51) !important;
    font-weight: 400;
    cursor: pointer;
    padding-top: 22px;
}

.select-styled.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #fff
}

.select-styled:after {
    content: "";
    border: 2px solid #969696;
    width: 10px;
    height: 10px;
    position: absolute;
    top: calc(50% - 4px);
    right: 15px;
    z-index: 55;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.select-styled.active:after {
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
}

ul.select-options {
    display: none;
    background: #fff !important;
    position: absolute;
    top: 100%;
    z-index: 222;
    left: 0;
    padding: 20px 30px;
    box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.15);
    width: 100%;
}

.custom_select {
    position: relative;
}

ul.select-options li {
    cursor: pointer;
    margin-bottom: 5px;
}

ul.select-options li:hover {
    color: #EA257D
}

ul.select-options li:first-child {
    display: none;
}

.process-slider .slick-list {
    margin-left: -20px;
    margin-right: -20px;
}

.process-slider .slide {
    padding: 0 20px;
}

.box.style8 {
    padding: 35px;
    border-radius: 10px;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.04);
    color: #9D9D9D;
    text-decoration: none
}

.box.style8 .box_num {
    color: #fff;
    font-weight: 500;
    font-size: 36px;
    margin-top: 0 !important;
    border-bottom: 2px solid #EA257D;
    padding-bottom: 10px;
    display: inline-block;
    
}

.box.style8 .title {
    margin: 20px 0;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 37px;
    
    font-weight: 600
}

.box.style8:hover {
    transform: translateY(-10px);
}

.maintenance-list li {
    display: flex;
    padding: 30px 0px;
    align-items: center;
    font-size: 15px;
    color: #fff;
    font-style: italic;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 22px;
}

.maintenance-list li:last-child {
    border: none
}

.maintenance-list li .title {
    font-size: 60px;
    margin-right: 20px;
    color: #EA257D;
    
}

.icon-teaser.v4 {
    display: flex;
    align-items: center;
    padding: 35px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.04);
    border-bottom: 8px solid #EA257D;
    margin-top: 40px;
}

.icon-teaser.v4 .icon {
    margin-right: 25px;
}

.icon-teaser.v4 .title {
    font-weight: 500;
    color: #181818;
    font-size: 22px;
    line-height: 34px;
    
}

.pricing-area .tab-content>div {
    display: block;
    visibility: visible;
    opacity: 1;
}

.tooltip-inner {
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.17);
    opacity: 1 !important;
    color: #575757;
    font-style: italic;
    font-family: 'Gentium Book Plus', serif;
    padding: 10px;
}

.tooltip-arrow::before {
    display: none
}

.tooltip-arrow::after {
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    content: ""
}

.plan_features li em {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #E2E2E2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-style: italic;
    margin-left: 10px;
    color: #8C8C8C;
    min-width: 20px;
    min-height: 20px;
}

.pricing-box .plan_features h3 {
    height: 180px;
    display: flex;
    align-items: center;
    padding: 15px 30px;
    margin: 0;
    font-weight: 600;
    font-size: 28px;
    text-transform: capitalize;
    color: #000;
}

.pricing-box ul li {
    padding: 15px 30px;
    height: 75px;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 1.4;
    color: #575757;
    border-top: 1px solid rgba(112, 112, 112, 0.15);
    font-style: italic;
}

.pricing-box .panel-footer,
.pricing-box .plan-footer {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    flex-direction: column;
    text-align: center;
}

.pricing-box .plan-footer,
.pricing-box .panel-footer {
    border-top: 1px solid rgba(112, 112, 112, 0.15);
}

.pricing-box .plan-item {
    border-bottom: 0px solid rgba(112, 112, 112, 0.15);
}

.pricing-box .plan-item .plan-header {
    text-align: center;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 10px;
    position: relative
}

.plan-header .badge {
    font-weight: 500;
    font-size: 18px;
    color: #EA257D;
    background: #181818;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    border-radius: 0;
    
}

.pricing-box .plan-item .plan-header p {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 15px;
    line-height: 1;
    padding-top: 30px;
    letter-spacing: 2px;
    color: #1a3b61;
}

.pricing-box .plan-item .plan-header p {
    text-transform: uppercase;
}

.monthly-price.active,
.monthly-price:not(.active)+h3 {
    display: none;
}

.monthly-price span {
    font-size: 18px;
    color: #9D9D9D;
    font-family: 'Gentium Book Plus', serif;
    font-weight: 400;
    font-style: italic;
}

.monthly-price {
    font-size: 40px;
    line-height: 1;
    margin: 7px 0;
}

.plan-header .title {
    display: block;
    font-weight: 400;
    color: #9D9D9D;
    
    font-size: 16px;
}

.pricing-box .nth {
    background: #FBFAFC;
}

.panel-footer .cta-btn {
    min-width: inherit;
    padding: 10px 25px;
    font-size: 15px;
    line-height: normal;
}

.plan-footer img {
    height: 50px;
    mix-blend-mode: multiply;
}

.pricing-box ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.text_24 {
    font-size: 24px;
    line-height: 37px;
}

.max_620 {
    max-width: 620px;
}

.banner-img {
    position: relative
}

.banner-counter {
    background: #EA257D;
    border-radius: 10px;
    padding: 25px 15px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -80px;
    width: 150px;
    right: 110px;
    line-height: normal;
}

.banner-counter .title {
    
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    margin-bottom: 7px
}

.text_18 {
    font-size: 18px;
    line-height: 28px
}

.cs-box {
    height: 420px;
    text-decoration: none;
    display: block
}

.cs-box.style1 {
    display: block;
    background: #F6F6F6;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.cs-box.style1 img {
    position: absolute;
    top: 30px;
    left: 0;
    width: 85%;
    left: 50%;
    transform: translateX(-50%);
}

.cs-box.style1 .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px;

}

.cs-box.style1 .text * {
    position: relative;
    z-index: 1
}

.cs-box.style1 .title {
    font-size: 24px
}

.cs-box.style2 .title {
    font-size: 28px
}

.cs-box.style1::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(0deg, rgba(246, 246, 246, 1) 0%, rgba(246, 246, 246, 0) 100%)
}

.cs-box.style1 .link_text,
.cs-box.style2 .link_text {
    color: #737373;
    
    font-weight: 600
}

.cs-box.style2 {
    background: rgba(245, 245, 245, 0.84);
    padding: 40px;
    overflow: hidden
}

.cs-box.style2 .text {
    margin-bottom: 30px
}

.section-heading-alt {
    margin-bottom: 50px
}

.cs-box:hover {
    transform: translateY(-8px)
}

.cs-relative {
    position: relative;
}

.cs_shape_top {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.section-heading-alt {
    position: relative;
    z-index: 1
}

.cs_shape_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 50%
}

.pb_300 {
    padding-bottom: 300px;
}

.cta-box2 .inner {
    padding: 60px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.newsletter-form.alt form {
    width: 85%
}

.n_top_300 {
    margin-top: -300px;
}

.content_tab .content-img {
    height: 100%
}

.content_tab .content-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px
}

.icon-teaser.v3 {
    margin-top: 50px;
    font-style: italic
}

.icon-teaser.v3 .icon {
    margin-bottom: 20px;
}

.icon-teaser.v3 .title {
    margin-bottom: 6px;
    font-size: 24px;
    font-weight: 700;
    font-style: normal
}

.numbering_teaser {
    margin-top: 30px;
    position: relative;
    padding-left: 70px;
}

.numbering_teaser strong {
    color: #181818;
}

.numbering_teaser .num {
    background: #EA257D;
    border-radius: 100%;
    color: white;
    width: 38px;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 0;
    height: 38px;
    font-weight: 500;
    font-size: 22px;
    font-style: normal;
    
    display: flex;
    align-items: center;
    justify-content: center;
    top: 8px;
}

.numbering_teaser.alt .title {
    font-size: 26px;
    font-style: normal;
    margin-bottom: 15px;
}

.bg_dark .numbering_teaser {
    color: #9d9d9d;
}

.bg_dark .numbering_teaser strong {
    color: #fff;
}

.numbering_teaser .num:after {
    position: absolute;
    content: "";
    top: -6px;
    left: -6px;
    width: 50px;
    height: 50px;
    border: 1px solid #EA257D;
    border-radius: 50%;
    opacity: 0.29;
}

.numbering_teaser.alt.process .title {
    font-size: 36px;
}

.numbering_teaser.alt.process .num::after {
    display: none;
}

.numbering_teaser.alt.process .num {
    width: 60px;
    height: 60px;
    top: -12px;
    border: 10px solid #fff;
}

.numbering_teaser.alt.process {
    padding-left: 80px;
    padding-bottom: 50px;
    position: relative;
}

.numbering_teaser.alt.process::after {
    position: absolute;
    top: 20px;
    left: 30px;
    width: 2px;
    height: 100%;
    content: "";
    background: #9D9D9D;
    opacity: 0.29;
    z-index: -1;
}

.col-sm-12:last-child .numbering_teaser.alt.process {
    padding-bottom: 0;
}

.number-teaser-area {
    position: relative;
    z-index: 1
}

.number-teaser-area .shape {
    position: absolute;
    top: 0;
    right: -300px
}

.team-slider .slide {
    padding: 0 20px;
}

.team-slider {
    margin-top: 50px
}

.team-slider .slick-list {
    margin-left: -60px;
    margin-right: -60px;
}

.team-box .image {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: block;
	overflow: hidden;
}

.team-box .image img {
    width: 100%;
    height: 100%;
	object-fit: cover;
	object-position: top center;
}

.team-box {
    font-size: 15px
}

.team-box .title {
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 600
}

.icon-teaser.style1.fill_box {
    padding: 50px;
    display: flex;
    align-items: center;
}

.icon-teaser.style1.fill_box .title {
    font-size: 32px
}

.cta-area.style3 {
    padding: 130px 0;
    background: #181818;
    position: relative;
    z-index: 1;
}

.cta-area.style3 .bg_image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.cta-area.style3::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(24, 24, 24, 1) 0%, rgba(24, 24, 24, 1) 22%, rgba(24, 24, 24, 0) 100%);
}

.cta-area.style3 .shape {
    position: absolute;
    top: 0;
    left: -180px;
    height: 100%;
}

.cta-area.style3 .container {
    position: relative;
    z-index: 1;
}

.timeline_shape.alt {
    top: 140px
}

.bg_dark_alt {
    background: #222
}

.newsletter-form.mt-sm-0 form {
    margin: 0;
    width: 100%
}

.cta-box2.alt {
    position: relative;
    z-index: 1;
    margin-top: -100px;
}

.banner-area.v5 {
    padding-bottom: 170px;
}

.cta-box2.alt .newsletter-form button {
    height: 100%;
    right: 0;
    top: 0;
    transform: translateY(0);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.quotes-text img {
    height: 50px;
    margin-bottom: 20px;
}

.quotes-text {
    font-size: 20px;
    line-height: 32px;
    font-style: italic
}

.quotes-text .title {
    font-size: 28px;
    color: #181818;
    font-style: normal;
    margin-top: 30px;
    
}

.italic {
    font-style: italic
}

.maintenance-list.alt.dark {
    margin-top: 50px;
    padding-left: 0;
    list-style: none
}

.maintenance-list.alt.dark li span {
    font-size: 60px;
    margin-right: 20px;
    font-style: normal;
}

.maintenance-list.alt.dark li {
    color: #575757;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    padding: 0 15px;
    border: none;
}

.solution-slider .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}

.solution-slider .slide {
    padding: 15px;
    padding-bottom: 70px;
}

.box.style6 {
    padding: 35px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.04);
    margin-top: 0px;
}

.box.style6 .title {
    min-height: 65px;
    color: #181818;
    font-size: 24px
}

.box.style6 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.box.style6 ul li {
    margin: 25px 0;
    display: block;
}

.box.style6 ul li a {
    font-style: italic;
    color: #181818;
    font-size: 18px;
    text-decoration: underline;
}

.box.style6 ul li a:hover {
    text-decoration: none
}

.banner-area .link_text {
    color: #fff;
    font-weight: 600;
    font-style: italic;
    border-bottom: 1px solid #fff
}

.project-overview ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.project-overview ul li {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid #eee
}

.project-overview ul li span:first-child {
    font-weight: 700
}

.image-icon-teaser {
    background: rgba(157, 157, 157, 0.03)
}

.img-icons {
    margin: 15px 0;
}

.img-icons img {
    margin: 0 auto;
    display: block
}

.desktop-mockup {
    position: relative;
    overflow: hidden
}

.desktop-mockup .mockup_bg {
    position: absolute;
    top: 30px;
    left: 135px;
    width: 907px;
    height: 585px;
    object-fit: cover;
    object-position: top left;
}

.screenshot-carousel .slide {
    padding: 0 20px
}

.screenshot-carousel {
    padding-top: 90px
}

.screenshot-img img {
    height: 690px;
    width: 100%;
    object-fit: cover
}

.screens-carousel-area {
    position: relative
}

.screenshot-shape {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0.21;
    top: 60px;
}

.skew_area {
    position: relative;
    z-index: 1
}

.skew_area::after {
    position: absolute;
    content: "";
    background: #fff;
    top: -1px;
    left: 0;
    width: 100%;
    height: 300px;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 62%, 0% 100%);

}

.mobile-mockup-slider .slide {
    padding: 35px;
    transform: scale(0.9)
}

.mobile-mockup-slider .slick-list {
    margin-left: -180px;
    margin-right: -180px;
}

.mobile-mockup-area {
    position: relative
}

.mc-image {
    position: relative
}

.mc-image .bg_show {
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: calc(100% + 49px);
    object-fit: cover;
    object-position: top center;
    transform: scale(0.9);
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.mc-image .mobile-mockup-device {
    opacity: 0
}

.slick-current.slick-active.slick-center .mc-image .mobile-mockup-device,
.slick-current.slick-active.slick-center .mc-image .phone-camera {
    opacity: 1
}

.mobile-mockup-slider .slick-current.slick-active.slick-center {
    transform: scale(1.1)
}

.phone-camera {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

.banner-slider .slide {
    padding: 15px;
    padding-bottom: 0;
}

.banner-slider .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}

.banner-slider .slide a {
    display: block;
}

.banner-slider .slide a:hover {
    transform: translateY(-15px);
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.15);
}

.banner-slider {
    margin-top: 30px;
}

.slick-dots {
    position: inherit;
    bottom: auto;
    margin-top: 30px;
}

.slick-slider {
    margin-bottom: 0 !important;
}

.slick-dots li {
    margin: 0 2px;
    width: 16px;
}

.banner-area .slick-dots li.slick-active button::before {
    color: #EA257D;
    opacity: 1;
}

.banner-area .slick-dots li button:before {
    color: #fff;
    opacity: 0.12;
}

.banner-area.style2.v6 .breadcrumb_navigation {
    padding-bottom: 70px;
}

.banner-area.v6 {
    padding-bottom: 70px;
}

.clients-slider .slide {
    padding: 0 20px;
}

.clients-slider .slick-list {
    margin-left: -20px;
    margin-right: -20px;
}

.box.style9 {
    position: relative;
    margin-top: 30px;
    z-index: 1;
    display: block;
}

.box.style9 .title {
    position: absolute;
    left: 0px;
    bottom: 0px;
    margin: 0;
    line-height: normal;
    z-index: 1;
    transition: all 0.4s;
    font-size: 26px;
    padding: 30px;
}

.box.style9 .hover img {
    max-width: 260px;
}

.box.style9 .link_text {
    position: absolute;
    bottom: 30px;
    right: 50px;
}

.clients-slider .box.style9 .link_text {
    font-size: 18px;
    color: #fff
}

.box.style9::after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #181818 100%);
    opacity: 0.58;
    left: 0;
    transition: all 0.4s;
}

.box.style9:hover {
    transform: translateY(-15px);
}

.cs-box.alt.style2 .title {
    font-size: 40px;
}

.cs-box.alt.style2 {
    padding: 45px;
    height: 550px
}

.cs-item-box {
    padding: 10px;
    background: #fff;
    box-shadow: 30px 15px 50px rgba(0, 0, 0, 0.03);
    border-radius: 12px
}

.cs-item-box .cs-box {
    border-radius: 10px
}

.cs_tabs {
    border: 1px solid rgba(112, 112, 112, 0.17);
    padding: 6px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    margin-top: 15px
}

.cs_tabs button {
    display: inline-flex;
    padding: 10px 20px;
    align-items: center;
    color: #575757;
    transition: all 0.4s;
    opacity: 0.5
}

.cs_tabs button em {
    margin-right: 5px
}

.cs_tabs button.active {
    background: #fff;
    border-radius: 5px;
    opacity: 1
}

.cs_tabs button.active em {
    color: #EA257D
}

.cs-tab-mobile img {
    width: 46%;
    box-shadow: 30px -30px 50px rgba(0, 0, 0, 0.08);
    border-radius: 20px
}

.cs-tab-mobile {
    gap: 30px
}

.cs_testimonial_logo {
    width: 300px;
}

.cs_review {
    width: 90%;
    margin: 30px auto;
    font-size: 28px;
    font-style: italic;
    line-height: 140%;
    color: #2B2B2B
}

.cs_review_meta img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 25px;
}

.cs_name {
    
    font-size: 24px;
    font-weight: 600;
    color: #181818;
    font-style: italic;
    margin: 0 0 10px;
}

.cs_review_meta {
    font-size: 20px;
}

.cs_filter ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 2px solid rgba(112, 112, 112, 0.12);
    display: flex;
    flex-wrap: wrap
}

.cs_filter ul li {
    display: inline-block
}

.cs_filter li a {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    opacity: 0.5;
    font-size: 18px;
    position: relative
}

.cs_filter li a::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #EA257D;
    content: "";
    opacity: 0;
}


.cs_filter li a.active {
    opacity: 1;
    font-weight: 600
}

.cs_filter li a.active::after {
    opacity: 1
}

.cs-box.style2.alt.mini {
    border-radius: 12px
}

.cs-box.style2.alt.mini {
    height: auto;
}

.cs-box.style2.alt.mini img {
    height: 238px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 10px
}

.cs-box.alt.style2.alt.mini .title {
    font-size: 32px;
    margin-bottom: 20px
}

.cs-box.alt.style2.alt.mini .text {
    margin: 0
}

.cs_tags {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 3px;
    background: rgba(234, 37, 125, 0.11);
    color: #EA257D;
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.award-winning-cta {
    position: relative;
    z-index: 1;
    padding: 120px 0
}

.award-winning-cta .cta_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.award-winning-cta .content-img img {
    position: absolute;
    width: 620px;
    bottom: 15px;
}

.max_img_right {
    max-width: 700px;
}

.icon-teaser.v10 {
    border-radius: 10px;
    background: #F1F1F1;
    padding: 45px;
    margin-top: 45px;
}

.icon-teaser.v10 .icon {
    margin-bottom: 20px;
}

.icon-teaser.v10 .title {
    margin-bottom: 20px;
}

.banner-area .newsletter-form button {
    top: 0;
    right: 0;
    height: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transform: translateY(0)
}

.banner-area .newsletter-form form {
    width: 100%;
    border-radius: 6px;
}

.banner-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    min-width: 650px;
    padding-left: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.banner-logos li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex: auto;
    background: #f5f5f5;
    border-radius: 10px;
}

.banner-logos li img {
    mix-blend-mode: darken;
    height: 80px;
}

.testimonial-navigation .slide {
    padding: 0 10px;
}

.testimonial-navigation .slick-list {
    margin-left: -10px;
    margin-right: -10px;
}

.testimonial-navigation {
    margin-top: 30px;
}

.testimonial-video-wrapper {
    position: relative
}

.testimonial-video-wrapper .testimonial-arrows {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 11
}

.testimonial-video-wrapper .testimonial-arrows>div {
    border-color: #fff;
    color: #fff
}

.testimonial-video-wrapper .testimonial-arrows>div:hover {
    border-color: #EA257D
}

.testimonial-video .maintenance-list.alt.dark {
    margin-top: 30px;
}

.testimonial-video .maintenance-list p {
    font-size: 15px;
    line-height: 22px;
}

.testimonial-video .maintenance-list.alt.dark li span {
    font-size: 45px;
    margin-right: 10px;
    padding-left: 15px;
    border-left: 2px solid rgba(87, 87, 87, 0.2);
    line-height: 50px;
}

.video-quotes {
    margin-top: 70px;
}

.video-quotes .meta .img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 20px;
    padding: 5px;
    border: 1px solid #EA257D;
}

.video-quotes .meta img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.video-quotes .meta span {
    font-size: 20px;
    color: #181818;
}

.video-quotes .meta p {
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    
    color: #9D9D9D;
}

.testimonial-video {
    position: relative;
    z-index: 1;
}

.testimonial-video::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 52%;
    z-index: -1;
    background: #FBFAFC;
}

.testimonial-box.alt {
    border: none;
    padding: 0;
    padding-bottom: 40px;
}

.ts_grid {
    margin-top: 50px
}

.text_dark {
    color: #181818
}

.section-heading.full {
    width: 100%
}

.content-text .maintenance-list.alt.dark li {
    font-size: 15px;
    line-height: 23px;
    margin: 15px 0
}

.content-text .maintenance-list.alt.dark li span {
    font-size: 44px;
}

.circle_shape {
    position: absolute;
    left: -250px;
    top: 0;
    z-index: -1;
}

.box-slider .slide {
    padding: 20px
}

.box-slider .slick-list {
    margin-left: -20px;
    margin-right: -400px;
}

.box.style11 {
    border: 1px solid rgba(112, 112, 112, 0.15);
    padding: 40px;
    transition: all 0.4s;
    background: #fff;
    border-radius: 10px;
    height: 100%;
    margin: 0
}

.box.style11:hover {
    box-shadow: 20px 0px 50px rgba(0, 0, 0, 0.04);
    border-color: #fff
}

.box.style11 .title {
    font-size: 24px;
    color: #181818;
    margin-bottom: 10px
}

.box-slider .slick-track {
    display: flex !important;
}

.box-slider .slide {
    height: inherit !important
}

.box-slider-wrapper {
    position: relative
}

.box-slider-wrapper .testimonial-arrows {
    position: absolute;
    left: -22px;
    z-index: 1;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
}

.box-slider-dots .slick-dots {
    text-align: left
}

.mobile_btn {
    display: none
}

.box-slider-two-row .slide {
    padding: 0 15px
}

.box-slider-two-row .slick-list {
    margin-left: -15px;
    margin-right: -15px
}

.box-slider-two-row .slick-track {
    display: flex;
    flex-wrap: wrap
}

.box-slider-two-row .slick-track>div {
    min-width: 50% !important
}

.box-slider-two-row .slick-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    border: #EA257D;
    background: #EA257D;
    color: #fff;
    z-index: 1
}

.box-slider-two-row .slick-arrow em {
    font-size: 17px
}

.box-slider-two-row .slick-arrow::before {
    display: none
}

.box-slider-two-row .slick-prev {
    left: 0
}

.box-slider-two-row .slick-next {
    right: 0
}

.slick-dots li button:focus:before {
    opacity: 0.25;
}

.content_sticky {
    display: none
}

.footer-cta a {
    position: relative
}

.footer-cta a:hover {
    color: #EA257D
}

.footer-cta a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 6px;
    left: 0;
    background-color: #EA257D;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s;
}

.footer-cta a:hover::after {
    transform-origin: bottom left;
    transform: scaleX(1);
}

.hero-area video,
.banner-area video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero-area::after,
.video_bg::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #19181D;
    opacity: 0.9;
    z-index: -1;
}

.screen-scroll {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

.screen-scroll > span:not(.image-shop-scroll),
.screen-scroll .image-shop-scroll {
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 362px;
    top: 0;
    left: 0;
    background-size: 101%;
}

.screen-scroll:hover .image-shop-scroll {
    background-position: center 100% !important;
}

.right-side .screen-scroll > span:not(.image-shop-scroll),
.right-side .screen-scroll .image-shop-scroll {
    height: 500px
}

.cs-box {
    transition: all 0.4s
}
.inner-csp-screen .title{
    font-size: 22px
}
.c_popup {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100vh;
    overflow: auto;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    padding: 0px;
    background: rgba(0, 0, 0, 0.62);
    backdrop-filter: blur(2px);
    padding: 15px;
    display: none
}

.c_popup .close_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #181818;
    opacity: 0.3;
    font-size: 20px;
}

.c_popup .inner {
    padding: 35px;
    background: rgba(245, 245, 245, 1);
    max-width: 870px;
    width: 100%;
    position: relative;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.71);
    font-size: 14px;
    line-height: 20px;
    overflow: hidden
}

.c_popup.active {
    opacity: 1;
    visibility: visible;
    display: flex
}

.cs-box.style2.alt.mini {
    overflow: visible
}

.c_popup .screen-scroll > span:not(.image-shop-scroll),
.c_popup .screen-scroll .image-shop-scroll {
    height: 100%;
}

.c_popup .inner-csp-screen::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "";
    transition: all 0.4s;
    transition-delay: 0.8s
}
.c_popup.active .inner-csp-screen:hover::after{
    z-index: -1
}
.c_popup .hoverme{
    display: none
}


@keyframes bounce {
    from {
         background-position: center 100% !important;
    }

    to {
        background-position:  center top !important;
    }
}
.csp-small-box {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.cs-box.style1 .link_text:hover,
.cs-box.style2 .link_text:hover {
    color: #EA257D
}

.csp-small-box .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 30px;
    background: rgba(0, 0, 0, 0.29);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s
}

.csp-small-box:hover .overlay {
    opacity: 1;
    visibility: visible
}

.cs-box.style1.vv1 {
    padding: 30px
}

.cs-box.style1.vv1:hover .screen-scroll .image-shop-scroll {
    background-position: center 100% !important;
}



/*Responsive*/

#menu-toggle span {
    height: 2px;
    width: 95%;
    background: #fff;
    display: block;
    margin-top: 5px;
    position: relative;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border-radius: 5px;
    margin-right: auto;
    margin-left: 0;
}

#menu-toggle span:nth-child(1) {
    top: 4px;
}

#menu-toggle span:nth-child(2) {
    top: 6px;
    width: 75%;
}

#menu-toggle span:nth-child(3) {
    top: 8px;
    width: 65%
}

#menu-toggle {
    width: 42px;
    height: 42px;
    display: block;
    position: relative;
    background: transparent;
    padding: 4px 8px;
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
    display: none
}

@media(max-width:1600px) {
    .mainmenu ul li {
        margin-right: 15px;
    }

    .site-logo {
        max-width: 160px;
    }

    h1,
    .h1 {
        font-size: 64px;
        line-height: 120%;
    }

    h2,
    .h2 {
        font-size: 48px;
        line-height: 120%;
    }

    .hero-text {
        font-size: 20px;
    }

    .py_140 {
        padding: 70px 0;
    }

    .testimonial-slider .slick-list {
        margin-left: -120px;
        margin-right: -120px
    }

    .abt-5 {
        right: -260px;
    }

    .about-area.alt .abt-4 {
        bottom: -365px;
        width: 596px;
    }

    .text_70 {
        font-size: 55px;
        line-height: 100%;
    }

    .about-area {
        height: 750px;
    }

    .contact-cta .image {
        width: 100px;
        height: 100px;
        min-width: 100px;
        max-width: 100px;
        min-height: 100px;
        max-height: 100px;
    }

    .banner-area .content-text .contact-cta p {
        font-size: 15px
    }

    .contact-cta a {
        font-size: 30px
    }

    .calculator_form {
        padding: 40px
    }

    .range_slide .price {
        font-size: 15px
    }

    .icon-teaser.v4 {
        padding: 30px
    }

    .icon-teaser.v4 .title {
        font-size: 18px;
        line-height: 26px;
    }

    .box.style8 .title {
        font-size: 20px;
        line-height: 28px;
    }

    .box.style8 {
        padding: 25px;
    }

    .max_620 {
        max-width: 100%;
    }

    .newsletter-form.alt form {
        width: 100%
    }

    .award-winning-cta .content-img img {
        position: inherit;
        width: auto;
        bottom: auto
    }

    .award-winning-cta {
        padding: 50px 0
    }

    .box.style6 ul li a {
        font-size: 15px
    }

    .project-overview ul li {
        font-size: 14px
    }

    .img-icons img {
        width: 50px
    }

    .screenshot-img img {
        height: 400px;
    }

    .mc-image .bg_show {
        top: -15px;
        height: calc(100% + 30px);
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .banner-logos {
        min-width: 100%
    }

    .content-text .maintenance-list.alt.dark.v3 li {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
        text-align: left
    }

    .content-text .maintenance-list.alt.dark.v3 li span {
        margin-right: 0;
        margin-bottom: 15px;

    }

    .content_tab .nav-tabs .nav-link {
        font-size: 22px
    }

    .icon-teaser.v7 .price {
        font-size: 46px;
        line-height: 55px
    }
}

@media(max-width:991px) {
    .testimonial-slider .slick-list {
        margin-left: 0px;
        margin-right: 0px
    }

    nav#menu {
        position: absolute;
        top: 99%;
        left: 0;
        width: 100%;
        display: block;
        z-index: 999;
        min-height: calc(100vh - 55px);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        visibility: hidden;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }

    nav#menu.active {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        visibility: visible;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }

    .mainmenu ul {
        text-align: left;
    }

    nav#menu,
    nav#menu ul ul {
        overflow: hidden;
        max-height: 0;
        background: #181818;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    nav#menu,
    nav#menu ul ul {
        overflow: auto;
        padding: 50px 20px;
    }

    nav#menu li>span {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 16px;
        z-index: 2;
    }

    .header-action>* {
        margin-left: 15px;
    }

    nav#menu>li {
        display: block !important;
        margin: 0 !important;
        padding: 0
    }

    nav#menu ul ul,
    nav#menu ul ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        padding: 0;
        box-shadow: none
    }

    nav#menu ul ul.sub-menu.active {
        visibility: visible;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        max-height: 55em;
    }

    nav#menu li>a {
        display: block;
        position: relative;
        padding: 15px 0px;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        font-size: 16px;
    }

    nav#menu>li:last-child>a {
        border: none
    }

    .mainmenu li>ul {
        border: none
    }

    nav#menu li.menu-item-has-children>a:after {
        border: none;
        content: '+';
        position: absolute;
        top: 10px;
        right: 10px;
        display: block;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: auto;
        height: auto;
        font-size: 20px;

    }

    nav#menu li.menu-item-has-children>a.active:after {
        content: "-";

    }

    .sub-menu:before {
        height: 90% !important;
        left: 50% !important;
        -webkit-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
    }

    .sub-menu:after {
        display: none
    }

    nav#menu li.menu-item-has-children.current-menu-ancestor>a:after {
        content: "-";
        font-size: 20px
    }

    nav#menu ul>li a {
        padding: 13px 0px;
        line-height: normal;
        color: #fff;
        font-size: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    ul.sub-menu {
        padding-left: 20px;
    }

    #menu-toggle.active span:nth-child(2) {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

    #menu-toggle.active span:nth-child(1) {
        top: 14px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 100%
    }

    #menu-toggle.active span:nth-child(3) {
        top: 0px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 100%
    }

    .mainmenu ul li {
        display: block;
        margin: 0
    }

    .header-toggle {
        display: block;
        margin-left: 5px;
    }

    nav#menu ul {
        background: transparent;
        box-shadow: none;
        width: 100%;
        padding-left: 15px
    }

    #menu-toggle {
        display: block;
        margin-left: 10px;
        padding-right: 0
    }


    .header-action {
        display: flex;
        align-items: center;
        justify-content: flex-end
    }

    .header-area.active {
        background: #181818
    }

    .mainmenu ul li>ul {
        border: none
    }

    .site-logo {
        max-width: 140px;
    }

    nav#menu ul {
        margin: 0;
        padding: 0
    }

    nav#menu ul ul {
        padding-left: 15px
    }

    nav#menu ul>li a {
        opacity: 1;
        font-size: 16px
    }

    nav#menu ul ul a {
        font-size: 15px;
        opacity: 0.6
    }

    section,
    .section {
        padding: 50px 0
    }

    .icon-with-text .info p {
        font-size: 14px;
    }

    .icon-with-text img {
        margin-right: 10px;
        height: 25px;
    }

    .hero-bottom .icon-list li {
        margin-right: 15px;
        padding-right: 25px;
        height: 45px
    }

    .box.style1 .title {
        font-size: 22px;
    }

    .box.style1 {
        padding: 20px
    }

    .py_140 {
        padding: 50px 0
    }

    .box-carousel .slick-list {
        margin-left: 0;
        margin-right: 0;
    }

    .footer {
        padding: 40px 0;
    }

    .footer-widget {
        margin: 20px 0;
    }

    .footer-info p {
        font-size: 17px;
    }


    .footer p,
    .footer a {
        font-size: 15px;
        line-height: 26px;
    }

    .footer-title {
        font-size: 22px;
        text-align: left
    }

    .footer-links {
        text-align: left
    }

    .hero-area {
        padding-top: 110px;
    }

    h1,
    .h1 {
        font-size: 50px;
        line-height: 120%;
    }

    h2,
    .h2 {
        font-size: 42px;
        line-height: 120%;
    }

    h3,
    .h3 {
        font-size: 38px;
        line-height: 120%;
    }

    h4,
    .h4 {
        font-size: 34px;
    }

    h5,
    .h5 {
        font-size: 30px;
        line-height: 120%;
    }

    .hero-text {
        width: 68%;
        font-size: 20px;
    }

    .hero-text .cta-btn {
        margin-top: 0px;
    }

    .hero-text .h1 span::after {
        bottom: 0
    }

    .hero-bottom {
        margin-top: 30px;
        padding-left: 0px;
    }

    .hero-bottom .icon-list {
        margin-left: -20px;
        margin-right: -20px
    }

    br {
        display: none
    }

    .section-heading {
        width: 100%
    }

    .box.style2 {
        height: 300px;
    }

    .box.style2 .info {
        padding: 20px
    }

    .box.style2 .title {
        font-size: 22px;
    }

    .container {
        padding: 0 15px
    }

    .company-box {
        padding: 20px
    }

    .cta-box.style1 {
        padding: 50px
    }

    .footer-cta p {
        font-size: 15px
    }

    .footer-cta a {
        font-size: 32px;
    }

    .counter.style2 .num {
        font-size: 46px;
    }

    .footer-logo {
        margin: 0 auto 20px;
    }

    .footer-widget.footer-info {
        width: 60%;
        margin: 0 auto;
        text-align: center;
    }

    .footer-logo-bottom {
        height: 80px
    }

    .footer-partner-logo {
        justify-content: center
    }

    .footer-logo-bottom {
        position: absolute;
        bottom: 0;
        z-index: -1
    }

    .footer-area {
        position: relative;
        z-index: 1
    }

    .banner-text {
        font-size: 16px;
        line-height: 26px;
    }

    .awards-box-container .inner-box {
        padding: 20px
    }

    .newsletter-form form {
        width: 100%
    }


    .box.style4 .title,
    .small-post.box.style4 .title {
        font-size: 16px;
        line-height: 20px;
    }

    .banner-area.style2 .breadcrumb_navigation {
        padding-bottom: 30px;
    }

    .banner-area::before,
    .hero-area::before {
        height: 100px
    }

    .banner-area.style2 {
        padding-bottom: 50px;
    }

    .sidebar-widegt .title {
        font-size: 24px;
    }

    .side_form button {
        width: 100%
    }

    .side-calculator img {
        width: 23%;
        right: 15px
    }

    .side-calculator .inner {
        width: 83%;
    }

    .plain-content h2 {
        font-size: 30px
    }

    .plain-content h3 {
        font-size: 28px
    }

    .plain-content h4 {
        font-size: 26px
    }

    .plain-content h5 {
        font-size: 22px
    }

    .plain-content h6 {
        font-size: 18px
    }

    .cta-btn {
        font-size: 14px;
        line-height: 20px;
    }

    .side-calculator .cta-btn em {
        display: none
    }

    .plain-content a {
        word-wrap: break-word
    }

    .newsletter-area .content-img {
        margin-top: 0px;
    }

    .box.style4 .image {
        height: 160px;
    }

    .pb_100 {
        padding-bottom: 50px;
    }

    .paginations li a {
        width: 20px;
        height: 20px;
    }

    .paginations {
        margin-top: 30px;
    }

    .small-post:nth-child(2),
    .small-post:nth-child(3) {
        display: none;
    }

    .large-post .text {
        flex-direction: column
    }

    .box.style4.small-post .text {
        padding-top: 15px
    }

    .large-post.box.style4 .image {
        height: 200px;
    }

    .box.style4 li {
        margin-right: 10px;
        font-size: 12px;
    }

    .box.style4 li img {
        margin-right: 9px;
    }

    .list_with_icon img {
        width: 28px;
        margin-right: 15px;
        height: 32px;
    }

    .list_with_icon li {
        font-size: 15px;
        line-height: normal;
    }

    .box.style5 .title {
        font-size: 20px;
    }

    .box.style5 {
        padding: 20px
    }

    .counter_box.style2 {
        margin-top: 30px;
        margin-bottom: 0;
    }

    .counter_box .num {
        font-size: 35px;
        line-height: 45px;
    }

    .alt .abt-2 {
        display: block;
        top: 0px;
        width: 278px;
    }

    .about-area {
        padding-top: 50px;
        height: 750px;
        padding-bottom: 0;
    }

    .text_70 {
        font-size: 40px;
        line-height: 100%;
    }

    .about-area.alt .content-text {
        margin-left: 55px;
    }

    .shape_heading span::after {
        bottom: 0
    }

    .about-area.alt .abt-5 {
        display: none
    }

    .counter_box.style2 {
        height: calc(100% - 30px);
    }

    .contact-cta {
        padding: 15px;
    }

    .contact-cta .image {
        width: 65px;
        height: 65px;
        min-width: 65px;
        max-width: 65px;
        min-height: 65px;
        max-height: 65px;
    }

    .contact-cta .image img {
        padding: 5px;
    }

    .contact-cta a {
        font-size: 25px;
    }

    .map_img p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .map_img .title {
        font-size: 22px;
    }

    .testimonial .title {
        font-size: 22px;
    }

    .testimonial .quotes-icon {
        margin-right: 20px;
        width: 50px;
        height: 50px;
        min-width: 50px;
    }

    .testimonial .head {
        margin-bottom: 18px
    }

    .single_reviews p {
        line-height: 26px;
        font-size: 16px;
    }

    .testimonial.single_reviews .meta span {
        font-size: 18px;
    }

    .testimonial.single_reviews .meta .img {
        width: 55px;
        height: 55px;
        margin-right: 16px;
        min-width: 55px;
    }

    .c_form {
        margin-top: -370px;
        padding: 30px;
    }

    .counter_box {
        padding: 20px;
        height: calc(100% - 30px);
    }

    .single_reviews {
        padding: 30px
    }

    .map_img em {
        top: 15%;
        left: 44%;
    }

    .map_img .inner {
        width: 70%;
        bottom: 50px;
        left: 20px;
        bottom: 20px;
        padding: 20px
    }

    .mx_img {
        max-width: 100%;
        float: none;
    }

    .icon-teaser.style1 {
        padding: 20px
    }

    .icon-teaser.style1 img {
        height: 60px;
        margin-bottom: 20px;
    }

    .mx_img_right {
        max-width: 100%;
    }

    .cta-area.style2 {
        padding: 50px 0;
        text-align: center
    }

    .calculator_form {
        padding: 40px
    }

    .calculator_form .range_slide .inner {

        min-width: 40%;
        margin-left: 20px;
    }

    .progress-circles {
        flex-wrap: wrap
    }

    .timeline_shape {
        display: none
    }

    .progress-circles .circle {
        flex: 0 0 40%;
        margin: 15px 0
    }

    .cta-box.style5 {
        padding: 50px 0
    }

    .table_content li a {
        padding: 12px;
        font-size: 15px
    }

    .table_content {
        margin-right: 20px
    }

    .maintenance-list {
        padding-left: 0;
        margin-bottom: 0
    }

    .maintenance-list li .title {
        font-size: 46px;
    }

    .icon-teaser.v4 {
        display: block;
        text-align: center;
        padding: 20px
    }

    .icon-teaser.v4 .icon {
        width: 70px;
        height: 70px;
        margin: 0 auto;
    }

    .icon-teaser.v4 .title {
        font-size: 16px;
        line-height: 26px;
    }

    .lets_talk_form form {
        margin-top: 25px;
        margin-left: 0;
        margin-right: 0
    }

    .lets_talk_form form .row {
        margin-left: -12px;
        margin-right: -12px;
    }

    .lets_talk_form input,
    .lets_talk_form textarea {
        height: 45px;
        padding: 10px 0;
    }

    .select-styled {
        height: 45px;
        padding: 10px 0
    }

    .lets_talk_form form li {
        margin-bottom: 20px;
    }

    .lets_talk_form textarea {
        height: 100px
    }

    .process-slider .slide {
        padding: 0 8px;
    }

    .process-slider .slick-list {
        margin-left: -8px;
        margin-right: -8px
    }

    .box.style8 {
        padding: 25px
    }

    .monthly-price {
        font-size: 28px
    }

    .pricing-box ul li {
        font-size: 14px
    }

    .panel-footer .cta-btn {
        padding: 12px 14px;
        font-size: 12px;
    }

    .icon-teaser.style2 {
        padding: 25px
    }

    .banner-counter .title {
        font-size: 32px
    }

    .banner-counter {
        top: auto;
        width: 100px;
        right: 0;
        line-height: normal;
        bottom: 30px;
        font-size: 12px;
        padding: 10px;
    }

    .cs-box.style2 {
        padding: 20px
    }

    .cs-box.style1 .text {
        padding: 25px
    }

    .text_18 {
        font-size: 16px;
        line-height: 26px;
    }

    .cs-box.style2,
    .cs-box.style1 {
        height: 300px
    }

    .cta-box2 .inner {
        padding: 30px
    }

    .newsletter-form.alt form {
        width: 100%
    }

    .content_tab .nav-tabs .nav-link {
        font-size: 16px;
        padding: 15px;
        line-height: 22px;
    }

    .tab_content_text {
        padding: 30px
    }

    .content_tab .content-img {
        height: auto
    }

    .newsletter-form button {
        font-size: 0;
        min-width: inherit;
        width: 50px;
    }

    .newsletter-form button em {
        font-size: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0
    }

    .icon-teaser.v3 .title {
        font-size: 18px
    }

    .cta-area.style3 {
        padding: 50px 0
    }

    .cta-area.style3 .bg_image {
        opacity: 0
    }

    .icon-teaser.style1.fill_box {
        padding: 30px
    }

    .award-winning-cta {
        padding: 50px 0
    }

    .award-winning-cta .content-img img {
        position: inherit;
        width: auto;
        bottom: auto;
    }

    .cs_filter li a {
        padding: 10px;
        font-size: 16px;
    }

    .banner-area.style2 {
        overflow-x: hidden
    }

    .cs-box.alt.style2 .title {
        font-size: 28px;
    }

    .cs-box.alt.style2 {
        height: 400px;
    }

    .cs_review {
        font-size: 20px
    }

    .cs_name {
        font-size: 20px;
        margin: 0;
    }

    .cs-box.style2.alt.mini img {
        height: auto
    }

    .cs-box.alt.style2.alt.mini .title {
        font-size: 22px;
    }

    .banner-area.style2.v5 {
        padding-bottom: 90px;
    }

    .cta-box2.alt {
        margin-top: -70px;
    }

    .maintenance-list.alt.dark li {
        padding: 15px
    }

    .box.style6 .title {
        min-height: inherit;
        font-size: 20px;
    }

    .solution-slider .slide {
        padding: 0 15px
    }

    .box.style6 ul li a {
        font-size: 14px
    }

    .box.style6 ul li {
        margin: 14px 0;
    }

    .box.style6 {
        box-shadow: none;
        border: 1px solid rgba(112, 112, 112, 0.21);
        border-radius: 10px
    }

    .mobile-mockup-slider .slick-list {
        margin-left: -15px;
        margin-right: -15px;
    }

    .mc-image .mobile-mockup-device {
        opacity: 1;
    }

    .mobile-mockup-slider .slide {
        padding: 0 30px;
        transform: scale(1);
    }

    .phone-camera {
        opacity: 1
    }

    .project-overview ul li {
        padding: 10px 0;
        font-size: 16px;
        flex-direction: column;
    }

    .img-icons img {
        width: 40px
    }

    .screenshot-img img {
        height: 380px
    }

    .box.style9 .title {
        font-size: 20px;
        padding: 20px;
    }

    .icon-teaser.v10 {
        padding: 25px;
        margin-top: 30px
    }

    .banner-logos {
        min-width: 100%;
        gap: 15px
    }

    .banner-logos li {
        width: 28%;
        flex: 0 0 28%;
    }

    .testimonial-video-wrapper .testimonial-arrows>div {
        width: 40px;
        height: 40px;
    }

    .testimonial-video-wrapper .testimonial-arrows {
        bottom: 15px;
        right: 15px;
    }

    .video-quotes {
        margin-top: 30px
    }

    .testimonial-box.alt {
        margin-bottom: 20px;
        opacity: 1
    }

    .testimonial-box.alt::after {
        opacity: 1
    }


    .progress-circles {
        margin-top: 0
    }

    .box-slider-dots .slick-dots {
        text-align: center;
        margin-top: 0;
    }

    .box-slider .slick-list {
        margin-right: -20px
    }

    .cta-inner.style3 .cta_img {
        display: none
    }

    .timeline-content {
        padding: 30px
    }

    .timeline-item {
        padding-top: 40px
    }

    .icon-teaser.style2 .title {
        font-size: 22px
    }

    .testimonial-box-alt .title {
        font-size: 22px
    }

    .testimonial-box-alt .quotes-icon {
        min-width: 55px
    }

    .box.style7 .title {
        font-size: 26px;
    }

    .box.style7 .text {
        padding: 20px;
    }

    .box.style7 .inner-box p {
        line-height: 20px;
        font-size: 12px;
    }

    .box.style7 .inner-box .numbers {
        font-size: 30px;
        margin-bottom: 5px;
    }

    .icon-teaser.v7 .price {
        font-size: 46px;
        line-height: 55px
    }

    .testimonial-box-alt {
        padding: 30px
    }

    .testimonial-box-alt .meta span {
        font-size: 18px
    }

    .testimonial-box-alt .meta .img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin-right: 15px;
        min-width: 50px;
    }

    .n_top_230 {
        margin-top: -150px;
        padding-top: 200px;
    }

    .icon-teaser.v7 {
        padding: 25px
    }

    .screen-scroll .image-shop-scroll {
        height: 100%
    }

    .screen-scroll {
        height: 300px
    }

    .cs-box.style1 .link_text,
    .cs-box.style2 .link_text {
        font-size: 16px
    }

    .csp-small-box {
        height: 300px
    }

    .counter.style2 .num_pos {
        font-size: 46px
    }

}

@media(max-width:767px) {

    .banner-logos li img {
        height: 44px;
    }

    .cta-box2.alt {
        margin-top: -100px;
    }

    .footer-logo-bottom {
        height: 40px
    }

    .mobile_btn {
        display: block;
        margin-top: 15px
    }

    .header-action {
        display: none
    }

    .hero-text {
        width: 80%;
        font-size: 16px
    }

    h1,
    .h1 {
        font-size: 36px;
        line-height: 120%;
    }

    h2,
    .h2,
    .text_70 {
        font-size: 32px;
        line-height: 120%;
    }

    h3,
    .h3 {
        font-size: 30px;
        line-height: 120%;
    }

    h4,
    .h4 {
        font-size: 28px;
        line-height: 120%;
    }

    h5,
    .h5 {
        font-size: 24px;
        line-height: 120%;
    }

    h6,
    .h6 {
        font-size: 22px;
        line-height: 120%;
    }

    .hero-text .cta-btn {
        margin-top: 0;
    }

    .hero-area {
        padding-top: 100px;
    }

    .hero-bottom {
        margin-top: 30px;
        padding-left: 0px;
    }

    .hero-bottom .icon-list .slick-list {
        margin-left: -20px;
        margin-right: -20px
    }

    .section-heading {
        width: 100%;
        margin: 0 auto 20px;
    }

    .box-slider-two-row .slick-track {
        display: block !important
    }

    .box-slider-two-row .slick-track>div {
        min-width: inherit !important
    }

    .box.style1 {
        display: block;
        text-align: center;
        margin: 0
    }

    .box.style1 .icon {
        min-width: 55px;
        width: 55px;
        height: 55px;
        min-height: 55px;
        margin: 0 auto 20px;
        display: block;
    }

    .box.style1 .icon img {
        width: 100%;
        height: 100%
    }

    .box-slider-two-row .slick-dots {
        margin-top: 15px
    }

    .link_text {
        font-size: 14px
    }

    .box.style2 .info {
        padding: 20px
    }

    .box.style2 .title {
        font-size: 20px;
    }

    .box-carousel {
        margin-top: 0;
    }

    .box-carousel .slide {
        padding: 0 15px;
    }

    .box.style3 {
        height: 340px
    }

    .box.style3 .info {
        padding: 20px
    }

    .testimonial-box {
        opacity: 1
    }

    .testimonial-box .title {
        font-size: 22px;
    }

    .testimonial-box {
        font-size: 16px;
        line-height: 27px;
        padding-bottom: 30px
    }

    .review-meta .name {
        font-size: 17px;
    }

    .testimonial-box::after {
        opacity: 1;
        height: 3px
    }

    .testimonial-slider {
        margin-top: 15px;
    }

    .cta-box.style1 {
        padding: 30px
    }


    .cta-box.style1 .cta-btn {
        margin-top: 10px;
    }

    .related-links li a {
        padding: 7px 12px;
        font-size: 13px;
    }

    .related-links li {
        display: inline-block;
        margin-right: 5px;
        margin-top: 5px;
    }


    .footer-cta p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .footer-cta a {
        font-size: 24px
    }

    .footer-cta .icon {
        margin-right: 15px;
        width: 65px;
        height: 65px;
        min-width: 65px;
        min-height: 65px;
        font-size: 18px;
    }

    .counter.style2 .num {
        font-size: 40px;
    }

    .counter.style2 p {
        font-size: 12px;
    }

    .footer-cta {
        padding: 30px 0;
    }

    .footer-area {
        position: relative;
        z-index: 1
    }

    .box.style2 {
        height: 300px
    }

    .content-img.group-mockup-img img {
        border-radius: 10px
    }

    .review_badge {
        width: 180px;
        margin: 30px auto 0;
    }

    .company-box {
        padding: 15px;
        height: 60px;
    }

    .hero-text .h1 span::after {
        bottom: 0;
        height: 10px;
        background-size: cover;
    }

    .breadcrumb_navigation ul li {
        font-size: 12px;
        line-height: 18px;
        margin-left: 5px;
        padding-left: 10px;
    }

    .breadcrumb_navigation {
        padding-bottom: 30px;
    }

    .banner-area {
        padding-top: 70px;
    }

    .banner-area::before,
    .hero-area::before {
        display: none
    }

    .link_text_down {
        margin-top: 0
    }

    .awards-box-container .line-container {
        width: 10px;
        left: 19px;
        top: 40px;
        height: calc(100% - 390px)
    }

    .award-badges {
        left: -73px;
        width: 55px;
        height: 55px;
        padding: 0;
        top: 0;
    }

    .awards-box-container .inner-box {
        padding: 0;
        margin-left: 72px;
    }

    .award-list li img {
        top: 0px;
        left: 0;
        width: 50px;
    }

    .award-list li {
        padding-left: 65px;
    }

    .award-list {
        margin-top: 30px
    }

    .awards-box-container .inner-box::after {
        display: none
    }

    .banner-area.style2 .breadcrumb_navigation {
        padding-bottom: 30px;
    }

    .banner-area.style2 {
        padding-bottom: 50px;
    }

    .banner-area.style2 .hero-bottom {
        margin-top: 30px;
        padding: 0
    }


    .side-calculator {
        padding: 15px;
    }

    .post-right {
        position: inherit;
    }

    .banner-area {
        overflow-x: hidden
    }

    .sidebar-widegt .title {
        font-size: 22px;
    }

    .side_form button {
        width: 100%;
        margin-left: 0
    }

    .side-calculator img {
        width: 26%
    }

    .side-calculator .inner {
        width: 60%;
    }


    .newsletter-area .content-img {
        margin-top: 0;
    }

    .large-post.box.style4 .image {
        height: 180px;
    }

    .about-area .container>img {
        display: none;
    }

    .shape_heading span::after {
        bottom: 0
    }

    .about-area {
        padding-top: 50px;
        height: auto;
        padding-bottom: 0
    }

    .about-area.alt {
        font-size: 16px;
        line-height: 26px;
    }

    .jobpositions .accordion-button {
        padding: 20px
    }

    .jobpositions .accordion-body {
        padding: 20px;
        padding-top: 50px;
        margin-top: -40px;
    }

    .jobpositions .accordion-button span {
        font-size: 20px;
    }

    .plus-minus {
        top: 30px
    }

    .banner-area .content-text .contact-cta p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 5px
    }

    .map_img .inner {
        padding: 20px;
        bottom: 0px;
        left: 30px;
        width: calc(100% - 60px);
        text-align: center;
    }

    .calculator_form {
        padding: 20px
    }

    .calculator_form legend,
    .calculator_form .label,
    .calculator_form label {
        font-size: 14px
    }

    .calculator_form form>ul>li {
        margin-top: 16px;
    }

    .timeline-content {
        padding: 30px
    }

    .timeline-number {
        font-size: 28px;
        margin-bottom: 20px;
        text-align: left
    }

    .timeline-number .title span {
        width: 55px;
        height: 55px;
    }

    .timeline_shape {
        display: none
    }

    .timeline-item {
        padding-top: 30px
    }

    .cta-inner.style3 .cta_img {
        display: none
    }

    .cta-inner.style3 {
        padding: 30px;
        text-align: center;
        border-radius: 10px
    }

    .cta-box.style3 {
        padding: 30px
    }

    .faq-header a {
        padding: 18px;
        font-size: 15px;
        line-height: 20px;
        padding-right: 40px
    }

    .calculator_form .range_slide .inner {
        min-width: 40%;
        margin-right: 30px;
        margin-left: 30px;
    }

    .progress-circles {
        flex-wrap: wrap;

    }

    .mobile-pricing {
        display: flex;
    }

    .mobile-pricing>div {
        flex: 1;
        background: #181818;
        color: #fff;
        padding: 10px;
        text-align: center;
        font-size: 13px;
    }

    .mobile-pricing>div.active {
        background: #EA257D;
    }

    .pricing-box .plan_features h3 {
        padding: 15px;
        font-size: 20px;
        height: 130px
    }

    .monthly-price {
        font-size: 26px
    }

    .plan-header .title {
        font-size: 14px
    }

    .pricing-box .plan-item .plan-header {
        align-items: center;
        height: 130px
    }

    .pricing-box ul li {
        padding: 10px 15px
    }

    .pricing-box ul li {
        font-size: 15px
    }

    .plan-item img {
        height: 14px;
    }

    .plan-footer img {
        height: auto
    }

    .panel-footer .cta-btn {
        padding: 12px;
        font-size: 13px;
    }

    .panel-footer .cta-btn .arrows {
        display: none
    }

    .pricing-box .col-6:nth-child(even) {
        background: #F5F5F5;
    }

    .faq-body {
        padding: 50px 20px 20px 20px;
    }

    .box.style8 .title {
        font-size: 22px
    }

    .icon-teaser.style2.alt {
        font-size: 14px;
        line-height: 20px;
        padding: 20px
    }

    .icon-teaser.style2.alt .title {
        font-size: 18px;
    }

    .icon-teaser.v3 .icon {
        width: 50px;
        margin: 0 auto 15px;
    }

    .icon-teaser.v3 .title {
        font-size: 18px;
    }

    .icon-teaser.v3 {
        margin-top: 30px
    }

    .team-box .image {
        width: 110px;
        height: 110px;
    }

    .team-slider .slick-list {
        margin-left: -20px;
        margin-right: -20px;
    }

    .team-box .title {
        margin-bottom: 0px;
        font-size: 18px;
        font-weight: 600;
    }

    .icon-teaser.style1.fill_box {
        text-align: center;
        padding: 50px
    }

    .cs-box.alt.style2 {
        padding: 20px
    }

    .cs-box.alt.style2 .title {
        font-size: 24px;
    }

    .cs_testimonial_logo {
        width: 200px;
    }

    .cs_review {
        font-size: 18px
    }

    .cs_name {
        font-size: 20px;
        margin-bottom: 0
    }

    .cs_review_meta {
        font-size: 16px;
    }

    .cs-box.alt.style2 {
        height: 340px
    }

    .cs-box.style2.alt.mini img {
        height: auto
    }

    .cs-box.alt.style2.alt.mini .title {
        font-size: 24px
    }

    .banner-area.style2.v5 {
        padding-bottom: 150px;
    }

    .quotes-text {
        font-size: 18px;
        line-height: 28px;
    }

    .quotes-text .title {
        font-size: 22px;
    }

    .maintenance-list.alt.dark li span {
        font-size: 36px;
    }

    .maintenance-list.alt.dark li {
        font-size: 16px;
        padding: 15px;
    }

    .maintenance-list.alt.dark {
        margin-top: 30px;
    }

    .skew_area::after {
        height: 115px;
    }

    .screenshot-carousel .slide {
        padding: 0 10px;
    }

    .screenshot-carousel .slick-carouse {
        margin-left: -10px;
        margin-right: -10px
    }

    .screenshot-img img {
        height: 360px;
    }

    .screenshot-carousel {
        padding-top: 30px;
    }


    .img-icons img {
        width: 30px;
    }

    .banner-area.style2.v6 .breadcrumb_navigation {
        padding-bottom: 30px;
    }

    .box.style9 .title {
        font-size: 16px;
        padding: 15px;
    }

    .box.style11 {
        padding: 20px
    }

    .csp-small-box {
        height: 200px;
    }

    .c_popup .screen-scroll {
        height: 200px;
    }

    .counter.style2 .num_pos {
        font-size: 40px
    }

    .cs-box.style1.vv1 {
        padding: 15px
    }


}

@media(max-width:575px) {
    .screenshot-img img {
        height: 220px;
    }

    .img-icons img {
        width: auto;
    }

    .cs-box.style2 .title {
        font-size: 18px;
    }

    .post-single-page .main-wrapper {
        overflow-x: hidden;
    }

    .post-right {
        margin-top: 30px
    }

    .awards-box-container .line-container {

        height: calc(100% - 690px)
    }

    .hero-text {
        width: 80%
    }

    .footer-logo {
        margin: 0 0 20px;
    }

    .footer-widget.footer-info {
        width: 100%;
        margin: 0;
        text-align: left;
    }

    .related-links {
        text-align: center
    }

    .content-img.group-mockup-img img {
        border-radius: 20px
    }

    .cta-btn {
        width: 100%;
        padding: 12px 20px;
        font-size: 15px
    }

    .award-img {
        width: 80%;
    }

    .box.style2 {
        height: 180px;
    }

    .box.style2 .title {
        font-size: 18px;
    }

    .content-img {
        margin-bottom: 30px
    }


    .testimonial-box {
        text-align: center
    }

    .review-meta {
        flex-direction: column;
        gap: 15px;
    }

    .review-meta img {
        margin-right: 0
    }

    .company-box {
        padding: 10px;
        height: 50px;
        width: calc(33% - 16px);
    }

    .footer-counter {
        margin-top: 20px;
    }

    .banner-area .content-img {
        margin-top: 30px;
        margin-bottom: 0
    }


    .newsletter-area .content-img {
        display: none
    }


    .large-post .text {
        flex-direction: column
    }

    .box.style4.small-post .text {
        padding-top: 15px
    }

    .large-post.box.style4 .image {
        height: 200px;
    }

    .small-post.box.style4 .image {
        height: 200px;
    }

    .box.style4 .image {
        height: 200px;
    }

    .small-post:nth-child(2),
    .small-post:nth-child(3) {
        display: block;
    }

    .c_form {
        margin-top: 0px;
        padding: 30px;
    }

    .testimonial.single_reviews {
        margin-top: 30px;
        padding: 30px
    }

    .calculator_form .range_slide {
        flex-direction: column;
        align-items: flex-start
    }

    .calculator_form .range_slide .inner {
        min-width: 100%;
        margin-left: 0
    }

    .range_slide .label {
        text-align: left;
        display: block
    }

    .range_slide .price {
        padding: 8px 15px;
        min-width: 75px;
        font-size: 14px;
        color: #181818;
    }

    .calculator_form form>ul.row {
        margin-left: -10px;
        margin-right: -10px
    }

    .table-content {
        display: none
    }

    .content_sticky .table_content.dropdown-menu.show {
        display: block;
        width: 100%
    }

    .content_sticky .dropdown-toggle {
        width: 100%;
        padding: 15px;
        background: #101010;
        color: #fff;
        display: block;
        border-radius: 10px;
        font-size: 18px
    }

    .content_sticky .dropdown-toggle::after {
        position: absolute;
        right: 20px;
        top: 30px;
    }

    .content_sticky {
        display: block;
        margin-bottom: 30px;
    }

    .maintenance-list li:last-child {
        padding-bottom: 0
    }

    .banner-img {
        margin-top: 30px
    }

    .cs-box.style2,
    .cs-box.style1 {
        height: 230px;
    }

    .cs-box.style1 .text {
        padding: 15px
    }

    .cs-box.style1 .title {
        font-size: 18px;
        margin-bottom: 0
    }

    .cs-box.style1::after {
        height: 100%
    }

    .cta-box2 .inner {
        padding: 30px
    }


    .content_tab .dropdown {
        margin-bottom: 30px;
    }

    .content_tab .dropdown-menu {
        display: none
    }

    .content_tab .dropdown .dropdown-toggle.show+.dropdown-menu {
        border: none;
        background: #181818;
        border-radius: 0;
        box-shadow: none;
        border: none !important;
        text-align: left;
        margin: 0 !important;
        padding: 0;
        box-shadow: none !important;
        margin-top: -2px !important;
        width: 100%
    }

    .content_tab .dropdown .dropdown-toggle.show+.dropdown-menu {
        display: block;
    }

    .mobileSelect {
        display: block;
        width: 100%;
        height: 60px;
        background: #181818;
        color: #fff;
        font-weight: 500;
        text-align: left;
        padding: 10px 25px;
        
        font-size: 18px;
        border-radius: 10px
    }

    .content_tab .dropdown .dropdown-toggle.show.mobileSelect {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .dropdown-toggle.mobileSelect::after {
        float: right;
        position: relative;
        top: 12px;
    }

    .content_tab .nav-tabs .nav-link {
        padding: 10px 25px;
        border-radius: 0;
        background: transparent;
        color: #fff;
        font-size: 18px;
        font-weight: 500
    }

    .content_tab .dropdown {
        margin-bottom: 30px
    }

    .tab_content_text {
        padding: 0px;
        box-shadow: none
    }

    .content_tab .content-img {
        height: auto
    }

    .icon-teaser.style1.fill_box {
        text-align: center;
        padding: 20px
    }


    .cs-tab-mobile,
    .cs-tab-desktop {
        margin-bottom: 20px
    }

    .cs-box.alt.style2 {
        height: auto
    }

    .cs-box.style2.alt.mini img {
        margin: 15px 0;
        height: auto;
    }

    .apply_form {
        margin-top: 20px
    }

    .project-overview {
        margin-bottom: 30px
    }

    .icons-image-right {
        padding: 30px;
        padding-top: 0;
    }

    .pr-details-heading {
        margin-bottom: 0
    }

    .desktop-mockup .mockup_bg {
        top: 10px;
        left: 40px;
        width: 252px;
        height: 165px;
    }

    .skew_area {
        padding-bottom: 30px
    }

    .banner-slider .slick-list {
        padding-right: 60px;
    }

    .banner-slider .slide {
        padding: 0 8px
    }

    .banner-slider .slick-list {
        margin-left: -8px
    }

    .clients-slider .slide {
        padding: 0 8px;
    }

    .clients-slider .slick-list {
        margin-left: -8px;
        margin-right: -8px
    }

    .banner-logos {
        margin-top: 30px
    }

    .video-quotes {
        margin-top: 0;
    }

    .banner-logos li {
        width: 30%;
        flex: 0 0 30%;
    }

    .video-box.thankyou-video {
        margin-top: 30px
    }

    .progress-circles {
        margin-top: 30px
    }

    .testimonial-box-alt {
        padding: 30px;
        margin-top: 30px;
    }

    .n_top_230 {
        margin-top: -60px;
        padding-top: 100px;
    }

    .bg_dark_alt {
        padding: 20px;
        margin-bottom: 30px
    }

    .h_100 {
        height: auto
    }

    .cs_filter {
        overflow-x: scroll;
        padding-bottom: 0px;
        border-bottom: 2px solid rgba(112, 112, 112, 0.12);
        overflow-y: hidden;
        position: sticky;
        top: 0;
        z-index: 11;
    }

    .cs_filter ul {
        display: flex;
        flex-wrap: nowrap;
    }

    .cs_filter li a {
        white-space: nowrap
    }

    .cs_filter {
        display: none
    }

    .content_sticky .cs_filter {
        display: block;

    }

    .content_sticky {
        background: #000;
        border-radius: 6px;
        padding: 0 10px
    }

    .cs_filter li a {
        padding: 14px;
        font-size: 17px;
        color: #fff
    }

    .tab-content section {
        padding-top: 30px
    }

}

@media(max-width:420px) {
    .hero-text {
        width: 100%
    }

    .post-author-box {
        flex-direction: column
    }
}

.timeline-item.active .timeline-number .title span {
    background: #EA257D;
    color: #fff;
}

img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: auto !important;
}

.gform_validation_errors {
    display: none;
}

.validation_message {
    color: red;
    font-size: 12px;
}

.col-md-4 .large-post .text {
    display: block;
}

.col-md-4 .box.style4 .image {
    height: 260px;
}

.newsletter-form .validation_message {
    bottom: -30px;
    position: absolute;
}

@media(min-width: 1300px) {
	
.case-study-slider .box.style7 .title {
    font-size: 32px;
}
	
}

.team-v2 {
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    border: 1px solid #eee;
    padding: 40px 0;
    align-items: center;
}

.team-v2:nth-child(2n+1) {
    flex-direction: row-reverse;
}

.team-v2:not(:last-of-type) {
    margin-bottom: 40px;
}

.team-v2 > div {
    width: 35%;
}

.team-v2 > div:last-child {
    width: 65%;
    padding-right: 40px;
}

.team-v2 > div:first-child {
    text-align: center;
    padding: 0 40px;
}

.team-v2 > div:first-child img {
    max-width: 230px;
    margin: 0 auto 15px;
}

.team-v2:nth-child(2n+1) > div:last-child {
    padding-right: 0px;
    padding-left: 40px;
}

.tv-title {
    color: #181818;
    margin-bottom: 8px;
    
    font-weight: 600;
    font-size: 28px;
}

.tv-designation {
    font-size: 16px;
}

.team-v2 h3 {
    font-size: 28px;
    font-weight: 600;
}

.team-v2 ul {
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.team-v2 ul li {
    width: calc(33.3333% - 20px);
    padding: 20px 40px;
    border-radius: 10px;
    background: #F9F9F9;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    transition: all 0.4s;
}    

.team-v2 ul li img {
    max-height: 90%;
}

.tv-link {
    text-decoration: none;
    font-size: 18px;
    color: #181818;
    margin: 40px 0 0;
    display: inline-block;
}

.tv-link em {
    font-size: 14px;
    position: relative;
    top: 0.5px;
    margin-left: 5px;
}

.tv-link:hover {
    color: #EA257D;
}

.about-section {
    position: relative;
    overflow: hidden;
}

.about-section img {
    width: 2600px;
    max-width: inherit;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.about-inner {
    position: absolute;
    top: 150px;
    left: 50%;
    font-weight: 600;
}

.block-testimonials {
	overflow: hidden;
}

@media(min-width: 1600px) and (max-width: 2200px) {
	
.about-section img {
    width: 2200px;
}
	
.about-inner {
    top: 125px;
}
	
}

@media(min-width: 992px) and (max-width: 1599px) {

.about-section img {
    width: 1600px;
}
	
.about-inner {
    position: absolute;
    top: 44px;
    left: calc(50% - 50px);
    font-weight: 600;
    transform: scale(0.8);
}	

}

@media(max-width: 991px) {
	
	.about-section img {
		width: 995px;
	}

	.about-inner {
		position: absolute;
		top: 30px;
		left: calc(50% - 48px);
		font-weight: 600;
		transform: scale(0.8);
		font-size: 25px;
		width: 260px;
	}
	
	.about-section {
		padding: 20px 0 35px;
	}
	
	.tv-title {
		font-size: 24px;
	}

	.tv-designation {
		font-size: 14px;
	}

	.team-v2 h3 {
		font-size: 24px;
	}	
}

@media(max-width: 600px) {

	.team-v2 {
		display: block;
		padding: 30px;
	}

	.team-v2 > div {
		min-width: 100%;
		padding: 0px !important;
	}
	
    .team-v2 > div:first-child {
        border-bottom: 1px solid #eee;
        padding-bottom: 20px !important;
        margin-bottom: 20px;
    }
		
}

.calculator_form label {
	display: inline;
}

.calculator_form .gform_heading {
    display: none;
}

span.gfield_required {
    display: none;
}

.calculator_form .gfield--input-type-select label {
    display: block;
}

.calculator_form form {
    padding-top: 30px;
}

.calculator_form form .gfield > label {
    margin-bottom: 5px;
    display: block;
}

.calculator_form form .gfield {
    margin-bottom: 20px;
}

.gfield_radio {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.custom_radio label {
    padding-left: 29px;
    height: auto;
    display: flex !important;
    align-items: center;
}

.calculator_form .gform_page_footer {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    gap: 15px;
}

.calculator_form .gform-theme-button  {
    display: inline-block;
    padding: 13px 30px;
    border-radius: 6px;
    
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 30px;
    border: 1px solid transparent;
    overflow: hidden;
    background: #EA257D;
    color: #fff;
    border-color: #EA257D;
    width: auto;
    min-width: 130px;
}

.calculator_form .gform-theme-button :hover {
    background: #c7216b;
    color: #fff;
    border-color: #c7216b
}

.calculator_form textarea {
    background: rgba(115, 115, 115, 0.04);
    height: 110px;
    border-radius: 10px;
    padding: 10px 20px;
    width: 100%;
    border: none;
}

body.error404 header {
    background: #19181d;
}

section.error-page {
    padding: 200px 0 120px;
}

.custom-portfolio .cs-box.alt:hover {
    transform: translateY(0px);
}

.custom-portfolio > .container .cs-item-box {
    padding: 0px;
    box-shadow: none;
}

.cards {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.card__inner {
  will-change: transform;
  transform-origin: center top;
}

.custom-portfolio .cs_tabs {
    border: 1px solid rgba(255, 255, 255, 0.17);
}

.custom-portfolio .cs_tabs button:not(.active) {
    color: #fff;
}

.custom-portfolio .cs-box.alt.style2 .title {
    color: #fff;
}

.screen-scroll {
    top: 5px;
}

.custom-portfolio > h3 {
    margin-bottom: -40px;
    position: sticky;
    top: 60px;
}

.custom-portfolio {
    position: relative;
}

.custom-portfolio:after {
    content: "";
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 2;
}

.block-portfolio {
    background: #fff;
    position: relative;
}

body.page-id-1792 .cs-relative.pb_300 {
	padding-bottom: 70px;
}

.box-slider-two-row .slick-track {
    display: flex !important;
}

.box-slider-two-row .slick-slide {
    height: inherit !important;
}

.box-slider-two-row .box.style1 {
    padding-bottom: 55px;
    position: relative;
}

.box-slider-two-row .box.style1 .action {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

@media(max-width: 767px) {
	
.box-slider-two-row .box.style1 {
    padding-bottom: 75px;
}

.box-slider-two-row .box.style1 .action {
    right: 0;
    width: 100%;
    text-align: center;
}
	
}

.block-steps section {
    overflow: hidden;
}

.icon-teaser.style2 ul {
    margin: 0;
    padding: 0;
}

.icon-teaser.style2 ul li {
    list-style: none;
}

.box.style8 {
    transition: 0.3s all;    
}

.process-slider .slick-track {
    display: flex !important;
}

.process-slider .slick-slide {
    height: inherit !important;
}

.process-slider .box.style8 {
    height: calc(100% - 30px);
}

body.page-id-1220 .process-slider .box.style8 {
    padding-top: 10px;
}

body.page-id-1220 .process-slider .box.style8 p {
    display: flex;
    align-items: flex-start;
    margin: 0 0 10px;
    font-size: 15px;
}

body.page-id-1220 .process-slider .box.style8 p i {
    color: #fff;
    font-size: 15px;
    background: #2ad633;
    margin-right: 10px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    position: relative;
    top: 4px;
}

body.page-id-1220 .process-slider .box.style8 p i[class*="xmark"] {
background: #e4257a;
}

body.page-id-1955 .maintenance-list li {
    min-width: 100%;
}

body.page-id-1955 .maintenance-list li strong {
    min-width: 120px;
    display: inline-block;
}

.block-stats .content-area {
	overflow: hidden;
}

.about-me span.desg {
    display: block;
    margin-bottom: 20px;
    color: #9d9d9d;
    font-size: 18px;
}

.about-me .d-flex {
    margin-top: 30px;
}

.about-me small {
    text-transform: uppercase;
    color: #9d9d9d;
}

.about-me a:not(.cta-btn) {
    margin-left: 15px;
    font-size: 20px;
}

.about-me a:not(.cta-btn):hover {
    color: #EA257D;
}

.at-stacked .ats-item {
    border-radius: 10px;
    background: #181818;
    padding: 40px 35px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	position: relative;
}

.at-stacked .ats-item:after {
	content: "";
	border-left: 2px dashed #707070;
	opacity: 0.26;
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 72%;
}

.at-stacked .ats-item:before {
    content: "";
  width: 34px;
  height: 34px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34'><circle cx='17' cy='17' r='17' fill='%23ea257d' fill-opacity='0.193'/><circle cx='17' cy='17' r='9' fill='%23ea257d'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
position: absolute;
    top: calc(28% - 20px);
left: calc(50% - 16px);    
    transform: scale(0.85);
    z-index: 2;
}

.at-stacked .ats-item > div {
    width: 50%;
    padding: 0 50px;
}

.at-stacked .ats-item h4 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 15px;
}

.at-stacked .ats-item p {
	color: #fff;
	opacity: 0.74;
}

.at-stacked {
    position: relative;
    margin-bottom: 80px;
}

.at-stacked .ats-item:first-child {
    z-index: 8;
}

.at-stacked .ats-item:nth-child(2) {
    position: absolute;
    top: 20px;
    opacity: 0.9;
    left: 15px;
    width: calc(100% - 30px);
}

.at-stacked .ats-item:nth-child(3) {
    position: absolute;
    top: 35px;
    opacity: 0.8;
    left: 30px;
    width: calc(100% - 60px);
}

.at-stacked .ats-item:nth-child(4) {
    position: absolute;
    top: 50px;
    opacity: 0.7;
    left: 45px;
    width: calc(100% - 90px);
}

body .block-testimonials .ti-widget[data-layout-id='4'][data-set-id='light-minimal'] [class*="ti-col-"] .ti-review-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 !important;
}

@media(min-width: 1600px) {
	
body .block-testimonials .ti-widget[data-layout-id='4'][data-set-id='light-minimal'] [class*="ti-col-"] .ti-review-item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
	
}

@media(max-width: 991px) {
	
body .block-testimonials .ti-widget[data-layout-id='4'][data-set-id='light-minimal'] [class*="ti-col-"] .ti-review-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
	
}

@media(max-width: 585px) {
	
body .block-testimonials .ti-widget[data-layout-id='4'][data-set-id='light-minimal'] [class*="ti-col-"] .ti-review-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
	
}

body .block-testimonials .ti-widget[data-layout-id='4'][data-set-id='light-minimal'] [class*="ti-col-"] .ti-review-item .ti-name {
    font-weight: 600;
    
    color: #181818;
}

body .block-testimonials .ti-widget[data-layout-id='4'][data-set-id='light-minimal'] [class*="ti-col-"] .ti-review-item .ti-stars {
    display: none;
}

body .block-testimonials .ti-widget[data-layout-id='4'][data-set-id='light-minimal'] [class*="ti-col-"] .ti-review-item .ti-review-content {
    font-style: italic;
    color: #575757;
    font-size: 18px;
    line-height: 30px;
    min-height: 175px;
    display: block;
}

body .block-testimonials .ti-widget[data-layout-id='4'][data-set-id='light-minimal'] [class*="ti-col-"] .ti-review-item .ti-review-header {
    position: absolute;
    bottom: 30px;;
    left: 30px;
}

body .ti-footer {
    display: none;
}

body .block-testimonials .ti-widget[data-layout-id='4'][data-set-id='light-minimal'] [class*="ti-col-"] .ti-review-item>.ti-inner {
    padding-bottom: 90px !important;
    border-bottom: 3px solid rgba(112, 112, 112, 0.15) !important;
    position: relative;
    transition: all 0.4s;
    min-height: 310px;
}

body .block-testimonials .ti-widget[data-layout-id='4'][data-set-id='light-minimal'] [class*="ti-col-"] .ti-review-item>.ti-inner:after {
    position: absolute;
    content: "";
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 7px;
    background: #EA257D;
    opacity: 0;
    transition: all 0.4s;
}

body .block-testimonials .ti-widget[data-layout-id='4'][data-set-id='light-minimal'] [class*="ti-col-"] .ti-review-item>.ti-inner:hover:after {
    opacity: 1;
}

.ti-prev, .ti-next {
	opacity: 0 !important;
}

	.team-wrap [class*="col"] {
		margin-bottom: 30px;
	}

@media(min-width: 1200px) {
	.team-wrap {
	    margin: -20px 0 -40px;
	}
	
	.team-wrap [class*="col"] {
		width: 20%;
		margin-bottom: 50px;
	}
}

.podcast-slider .slick-track ,
.aso-slider .slick-track ,
.featured-projects-slider .slick-track {
    display: flex !important;
}

.podcast-slider .slick-slide ,
.aso-slider .slick-slide ,
.featured-projects-slider .slick-slide {
    height: inherit !important;
}

.podcast-slider .slick-list,
.aso-slider .slick-list ,
.featured-projects-slider .slick-list {
	margin: 0 -15px;
}

.podcast-slider .slide,
.aso-slider .slide ,
.featured-projects-slider .slide {
	padding: 0 15px;
}

.fp-item {
    border-radius: 10px;
    background: #fbfafc;
    overflow: hidden;
    height: 100%;
}

.fp-item img {
    height: 210px;
    object-fit: cover;
}

.fp-item > div {
    padding: 30px;
}

.fp-item > div ul {
    column-count: 1;
    gap: 20px;
    margin: 0 0 20px;
    padding: 0;
}

.fp-item > div ul li {
    list-style: none;
    font-size: 30px;
    letter-spacing: 0.01em;
    color: #ea257d;
    font-weight: 600;
	display: flex;
	flex-wrap: wrap;
}

.fp-item > div ul li span {
    display: block;
    font-family: Roboto;
    font-weight: normal;
    font-style: italic;
    text-decoration: underline;
    font-size: 16px;
    color: #575757;
	padding-left: 10px;
}

.fp-item > div .title {
    font-weight: 600;
    font-size: 26px;
    color: #181818;
    margin-bottom: 10px;
}

@media(min-width: 1200px) {
	
.podcast-slider .slick-list,
.aso-slider .slick-list {
	margin: 0 -10px;
}

.featured-projects-slider .slick-list {
	margin: 0 -20px;
}
	
.podcast-slider .slide,
.aso-slider .slide {
	padding: 0 10px;
}	
	
.featured-projects-slider .slide {
	padding: 0 20px;
}		
}

@media(min-width: 585px) {

.action-btns .cta-btn {
    margin: 0 8px;
}

}

@media(max-width: 584px) {

.action-btns .cta-btn {
    width: 100%;
    margin: 4px 0;
}

}

.aso-item {
    border-radius: 10px;
    background: #fff;
    box-shadow: 20px 0px 50px rgba(0, 0, 0, 0.05);
    height: 100%;
    padding: 30px;
}

.aso-item ul {
    margin: 0;
    padding: 0;
}

.aso-item .title {
    font-weight: 600;
    font-size: 18px;
    color: #181818;
}

.aso-item ul ,
.aso-item p {
    font-size: 15px;
    font-style: italic;
}

.podcast-wrap {
    background: rgba(249,249,249,0.68);
}

.ps-item img {
    filter: grayscale(1);
    transition: 0.3s all;
}

.ps-item:hover img {
    filter: grayscale(0);
}

.ps-item {
    position: relative;
}

.ps-item:before {
    content: "";
    width: 70px;
    height: 70px;
    background: #ea257d;
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    z-index: 2;
    border-radius: 50%;
}

.ps-item:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent #FFFFFF;
    display: block;
    width: 0;
    z-index: 1;
    right: -15px;
    top: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    z-index: 2;
}

.page-id-1938 .banner-area.style2 {
    padding-bottom: 30px;
}

.page-id-1938 .banner-area.style2 .breadcrumb_navigation {
     padding-bottom: 0;   
}

@media(max-width: 767px) {

	.at-stacked {
		margin: 0;
	}
	
.at-stacked .ats-item {
    padding: 0px 30px 30px;
}

.at-stacked .ats-item:after ,
.at-stacked .ats-item:before {
    display: none;
}

.at-stacked .ats-item > div {
    width: 100%;
    padding: 30px 0 0;
} 

	
	
	.ats-item:not(:first-child) {
		display: none;
	}
	
	.block-portfolio .row [class*="col-12"]:last-child {
		width: 50%;
	}
    
}

.page-id-1938 .banner-area::before {
	display: none;
}

.block-portfolio:not(#block_7c4797470863b9ad86a56ce1e35a024d) ,
.block-slider,
.block-number-list {
	overflow: hidden;
}

@media(max-width: 585px) {
    .company-box {
        padding: 10px;
        height: 55px;
        width: auto;
        max-width: 105px;
        margin: 4px;
    }
	
    .company-box img {
        max-width: 90%;
        max-height: 90% !important;
    }

    .company-box img[src*="manager"] {
        max-height: 36px !important;
    }

 .bg_dark .col-6 .icon-teaser.style2.alt {
    min-height: auto;
    color: #9D9D9D;
    border-color: rgba(112, 112, 112, 0.47);
    padding: 15px;
}

 .bg_dark .col-6 .icon-teaser.style2.alt .title {
    font-size: 15px;
    margin-bottom: 9px;
}

 .bg_dark .col-6 .icon-teaser.style2.alt p {
    font-size: 12px;
}	
	
.team-v2 ul {
    flex-wrap: inherit;
}

.team-v2 ul li {
    width: auto;
    padding: 10px 10px;
    height: 60px;
} 	
}

body .ti-widget[data-layout-id='4'][data-set-id='light-minimal'] .ti-read-more {
    display: none !important;
}

body .ti-widget[data-layout-id='4'][data-set-id='light-minimal'] .ti-review-content {
    overflow: auto !important;
	padding-right: 10px;
}

.single-post-content .content-text h2 {
    font-size: 30px;
}

.single-post-content .content-text h3 {
    font-size: 24px;
}

.single-post-content .content-text .wp-block-separator {
    border-bottom: 1px solid #eee;
    width: 100%;
    margin: 30px 0;
}

.single-post-content .content-text .block-faqs .content-area {
    border-top: 1px solid #eee;
    padding: 30px 0 20px;
    margin-top: 35px;
}

.single-post-content .content-text .block-faqs .content-area .container {
    padding: 0;
}

@media(min-width: 768px) {
	
.project-overview ul li span:last-child {
	text-align: right;
}
	
}

@media(min-width: 1600px) {
	
.award-img {
    width: 72%;
}
	
}

@media(min-width: 2000px) {
	
.award-img {
    width: 85%;
}
	
}

.cs-box.style2 .text .title em {
	font-style: normal;
}

[class*="col-"]:last-child .cs-box.style2 .text .title em {
	display: none;
}

.cs-box .col-6 + .col-6 .screen-scroll {
	top: 20px;
}

body.page-id-1792 .banner-area {
	background: #19181d;
	padding-bottom: 0;
}

body.page-id-1792 .banner-area > img {
	display: none;
}

body.page-id-1792 .banner-area.style2 .breadcrumb_navigation {
	padding: 0;
}

.cs-box.style2 .text {
	position: relative;
}

.cs_tabs > a {
	color: #c5c5c5;
	position: absolute;
	left: 260px;
	bottom: 17px;
	text-underline-offset: 3px;
}

.block-form-stats .counter_box .num {
	font-size: 50px;
}

.block-form-stats .counter_box p {
	font-size: 14px;
}

@media(max-width: 991px) {
	
.block-form-stats .counter_box .num {
	font-size: 35px;
}

.block-form-stats .counter_box p {
	font-size: 12px;
	line-height: 1.5
}

}

@media(max-width: 585px) {

.block-form-stats .row.gx-lg-5 {
	flex-direction: column-reverse;
}
	
}

.box.style2>img[src*="jorgeadeler"] ,
.box.style2>img[src*="cabinetselect"] {
	object-position: center;
}

.numbering_teaser br {
	display: none;
}

.numbering_teaser strong {
	display: block;
}

.block-text-slider {
	overflow: hidden;
}

.award-area {
    overflow: hidden;
}

.award-img {
	margin-bottom: 40px;
}

body.page-id-1941 .timeline_shape {
    top: 175px;
}

@media(max-width: 991px) {
	
.custom-portfolio > .container .cs-item-box {
    padding: 0px;
    box-shadow: none;
    transform: scale(1) !important;
    filter: brightness(1) !important;
    position: relative;
}

.cards {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px;
  display: grid;
  grid-template-rows: inherit;
  gap: 20px 0;
}

.card-item {
  position: relative !important;
  top: 0 !important;
  margin-bottom: 0px !important;
  display: table !important;
    padding: 0 !important
}
	
.cs_tabs button {
    display: inline-flex
;
    padding: 5px 10px;
    align-items: center;
    color: #575757;
    transition: all 0.4s;
    opacity: 0.5;
    font-size: 13px;
}

.cs_tabs > a {
    color: #c5c5c5;
    position: absolute;
    left: 188px;
    bottom: 14px;
    text-underline-offset: 3px;
    font-size: 14px;
}	
	
.card__inner {
    scale: 1 !important;
    filter: brightness(1) !important;
    opacity: 1 !important;
}	

.at-stacked .ats-item > div {
    padding: 0 30px;
}

.at-stacked .ats-item {
    padding: 40px 0;
}

.at-stacked .ats-item h4 {
    font-size: 20px;
}

.at-stacked .ats-item p {
    font-size: 14px;
    line-height: 1.6;
}

	.at-stacked.cards {
		margin: 0;
	}	
}

@media(min-width: 1200px) {

.hero-bottom .icon-list {
    position: relative;
    left: 30px;
}
	
}

@media (max-width: 991px) {
	body.menu-open {
		overflow: hidden;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

.team-v2 > div:first-child img {
    max-width: 185px;
}
	
.team-v2 {
    align-items: flex-start;
}	
	
.team-v2 ul li {
    width: auto;
    padding: 10px 15px;
}

.team-v2 ul li img {
    max-width: 111px;
}	
	
.team-v2 ul li img[src*="SEJ"] {
    max-width: 150px;
}
	
	.counter_box {
		padding: 20px 12px;
	}

	.counter_box p {
		font-size: 15px;
		line-height: 1.5
	}	

.header-left .h4 {
	min-width: 220px;
}
	
}

.c_popup .screen-scroll > span:not(.image-shop-scroll),
.c_popup .screen-scroll .image-shop-scroll {
    height: 100%;
    max-height: 362px;
}

.c_popup .screen-scroll {
    height: 362px;
}

@media(min-width: 768px) {
	
.terms-content .h4 {
	font-size: 25px;
}

.terms-content .h5 {
	font-size: 25px;
}
	
}

@media(max-width: 767px) {

.c_popup .screen-scroll > span:not(.image-shop-scroll),
.c_popup .screen-scroll .image-shop-scroll {
    height: 100%;
    max-height: 250px;
	background-size: cover;
}

.c_popup .screen-scroll {
    height: 250px;
}
 
}

.cs_shape_bottom + .container {
	position: relative;
	z-index: 2;
}


/*Animation CSS*/
.letter-anim {
    opacity: 0;
    display: inline-block;
    transform: translateY(20px);
    animation: fadeInUp 0.4s forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.about-inner p span,
.split-text-area .split-text span,
.stats-area .split-text span {
    display: inline-block;
    line-height: 1.2;  
}

.block-hero-image-text{
	overflow-x:hidden
}

.page-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 5px;
    width: 0%;
    background: #ea2d7d;
    z-index: 9999;
    transition: width 0.1s linear;
}

#ecommerceFields {
  display: none;
}

/* ----------- LAYOUT ----------- */
.calc-container {
    max-width: 1400px;
    margin: 40px auto;
    display: flex;
    gap: 35px;
    padding: 0 20px;
}

.calc-form { flex: 1; }

/* ----------- SECTIONS ----------- */
.calc-section {
    background: #fff;
    padding: 28px;
    margin-bottom: 28px;
    border-radius: 16px;
    border: 1px solid #ececec;
    box-shadow: 0 5px 18px rgba(0,0,0,0.06);
    transition: 0.25s ease;
}

.calc-section:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.09);
}

.section-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
}

/* -------------------------------
   CARD OPTIONS + ICONS + ANIMATION
--------------------------------*/
.card-options {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.card-option {
    flex: 1 1 calc(33% - 10px);
    min-width: 180px;
    padding: 18px 15px;
    text-align: center;
    background: #f8f8f8;
    border-radius: 14px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.25s ease;
    font-size: 15px;
    font-weight: 500;
    color: #191919;
}

.card-option:hover {
    transform: translateY(-4px);
    background: #f3f3f3;
}

.card-option .icon {
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
}

.card-option svg {
    width: 24px;
    height: 24px;
    stroke: #191919;
    transition: 0.25s ease;
}

.card-option.active {
    background: #fff;
    border-color: #ff005c;
    box-shadow: 0 8px 18px rgba(255,0,92,0.2);
}

.card-option.active svg {
    stroke: #ff005c;
    transform: scale(1.15);
}

.card-option:hover svg {
    transform: scale(1.15);
}

.multi-select .card-option {
    flex: 1 1 calc(33.33333% - 10px);
}

.conditional-field {
    margin-top: 18px;
    display: none;
}

.conditional-field label {
    font-weight: 600;
    margin-bottom: 8px;
}

.conditional-field input {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    background: #fff;
}

.checkbox-custom {
    position: relative;
    padding-left: 34px;
    cursor: pointer;
    display: block;
    margin-bottom: 12px;
    font-size: 15px;
}

.checkbox-custom input {
    position: absolute;
    opacity: 0;
}

.checkbox-custom .checkmark {
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border: 2px solid #ff005c;
    border-radius: 4px;
    transition: 0.2s ease;
}

.checkbox-custom input:checked ~ .checkmark {
    background: #ff005c;
}

.checkbox-custom .checkmark:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.checkbox-custom input:checked ~ .checkmark:after {
    opacity: 1;
}

/* ----------- RANGE ----------- */
.range-label {
    font-weight: 600;
    margin-bottom: 10px;
}

input[type="range"] {
    width: 100%;
    height: 4px;
    background: #e5e5e5;
    border-radius: 4px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #ff005c;
    border-radius: 50%;
    cursor: pointer;
}

/* ----------- SIDEBAR ----------- */
.calc-sidebar {
    width: 320px;
    background: #191919;
    padding: 25px;
    border-radius: 16px;
    height: max-content;
    position: sticky;
    top: 30px;
    color: #ffffff;
    box-shadow: 0 4px 18px rgba(0,0,0,0.2);
}

.calc-sidebar h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.price-line {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    font-size: 14px;
    color: #f1f1f1;
}

.total-price {
    font-size: 34px;
    margin-top: 16px;
    font-weight: 800;
    color: #ff005c;
}

.estimate-note {
    opacity: 0.7;
    font-size: 13px;
    margin-top: 8px;
    color: #e0e0e0;
}

/* ----------- RESPONSIVE ----------- */
@media (max-width: 992px) {
    .calc-container { flex-direction: column; }
    .calc-sidebar { width: 100%; position: relative; top: 0; }
}

@media (max-width: 600px) {
    .card-option { flex: 1 1 100%; }
    .multi-select .card-option { flex: 1 1 100%; }
}

.calc-container .gform_heading {
	display: none;
}

#gform_5 {
    transform: scale(0);
    height: 0;
	pointer-events: none;
}

.calc-step {
    display: none;
}

.calc-step.active {
    display: block;
}

.calc-step {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.calc-step.active {
    opacity: 1;
}

.calc-section input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    background: #ddd; 
    border-radius: 4px;
    outline: none;
    cursor: pointer;
}

.calc-section input[type="range"]::-webkit-slider-runnable-track {
    height: 6px;
    background: linear-gradient(to right, #ff005c var(--value-percent), #ddd var(--value-percent));
    border-radius: 4px;
}

.calc-section input[type="range"]::-moz-range-track {
    height: 6px;
    background: #ddd;
    border-radius: 4px;
}

.calc-section input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    background: #fff; 
    border-radius: 50%;
    border: 3px solid #ff005c;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    cursor: pointer;
    margin-top: -6px; 
}

.calc-section input[type="range"]::-moz-range-thumb {
    height: 18px;
    width: 18px;
    background: #fff;
    border-radius: 50%;
    border: 3px solid #ff005c;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    cursor: pointer;
}

.calc-section input[type="range"]:focus::-webkit-slider-thumb {
    box-shadow: 0 0 6px rgba(79, 70, 229, 0.6);
}

.next-step,
.prev-step {
	color: #ff005c;
}

.pf-video {
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
	object-fit: center;
	pointer-events: none;
}

.calc-steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 40px;
    counter-reset: stepCounter;
}

.calc-steps::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 85px;
    width: calc(100% - 170px);
    height: 3px;
    background: #e3e3e3;
    z-index: 1;
}

.calc-steps-line-fill {
    position: absolute;
    top: 13px;
    left: 85px;
    height: 3px;
    background: linear-gradient(45deg,  rgba(234,37,125,1) 0%,rgba(234,37,125,0.85) 61%,rgb(118 51 151) 100%);
    width: 0%;
    max-width: calc(100% - 170px);
    z-index: 2;
    transition: width 0.45s ease;
}

.step-item {
    text-align: center;
    width: 16%;
    z-index: 5;
}

.step-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 3px solid #cfcfcf;
    background: #f5f5f5;
    margin: 0 auto;
    transition: 0.3s ease;
    position: relative;
    transform: scale(1);
}

.step-item.active .step-icon {
    background: #fff;
    border-color: #ff005c;
}

.step-item.completed .step-icon {
    background: #ff005c;
    border-color: #ff005c;
}

.step-item.completed .step-label {
    color: #ff005c;
}

.step-item.completed .step-icon::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 6px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    top: 6px;
    left: 4px;
    transform: rotate(-45deg);
}

.step-label {
    margin-top: 8px;
    font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.calc-user-fields {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-top: 30px;
}

.calc-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.calc-field label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.calc-field input {
    width: 100%;
    padding: 14px 16px;
    border-radius: 8px;
    border: 1px solid #d6d6d6;
    background: #fafafa;
    font-size: 15px;
    transition: all 0.25s ease;
}

.calc-field input:focus {
    border-color: #ff005c;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(255, 0, 92, 0.15);
    outline: none;
}

#calc_submit {
	width: 220px;
}

.calc-steps-wrapper {
	margin: 50px 0 0;
}

/* === How We Work Section (hiw-) === */
.hiw-section {
    padding: 80px 0 50px;
    background: #131313;
    color: #ffffff;
    overflow: hidden;
}
.hiw-head {
    max-width: 640px;
    margin: 0 auto 55px;
    text-align: center;
}
.hiw-head h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #fff;
}
.hiw-head h2 span { color: #ff2e8a; }
.hiw-head p {
    color: #a7a7ad;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

/* --- Gradient progress bar --- */
.hiw-track {
    position: relative;
    height: 4px;
    border-radius: 4px;
    background: #2a2a2e;
    margin-bottom: 14px;
}
.hiw-track-fill {
    position: absolute;
    inset: 0;
    border-radius: 4px;
    background: linear-gradient(90deg, #ff2e8a 0%, #ff7a3d 55%, #ffd21e 100%);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 1.4s cubic-bezier(.65, 0, .35, 1);
}
.hiw-nums {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: 600;
    color: #5c5c63;
}
.hiw-nums span { transition: color .4s ease; }
.hiw-section.hiw-in-view .hiw-nums span { color: #c9c9cf; }

/* --- Cards --- */
.hiw-card {
    position: relative;
    height: calc(100% - 30px);
    background: #1d1d1f;
    border: 1px solid transparent;
    border-radius: 22px;
    padding: 46px 32px 45px;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .7s ease, transform .7s ease, background .35s ease, border-color .35s ease, box-shadow .35s ease;
    margin-bottom: 30px;
}

.hiw-section.hiw-in-view .hiw-card {
    opacity: 1;
    transform: translateY(0);
}
.hiw-section.hiw-in-view [class*="col-"]:nth-child(2) .hiw-card { transition-delay: .45s, .45s, 0s, 0s, 0s; }
.hiw-section.hiw-in-view [class*="col-"]:nth-child(3) .hiw-card { transition-delay: .85s, .85s, 0s, 0s, 0s; }
.hiw-section.hiw-in-view [class*="col-"]:nth-child(4) .hiw-card { transition-delay: 1.25s, 1.25s, 0s, 0s, 0s; }

/* --- Per-card hover accent --- */
.hiw-hover-pink:hover {
    background: transparent;
    border-color: #ff2e8a;
    box-shadow: 0 12px 40px rgba(255, 46, 138, .15);
}
.hiw-hover-pink .hiw-icon {
    background: rgba(255, 46, 138, .12);
    color: #ff2e8a;
}
.hiw-hover-pink-soft:hover {
    background: transparent;
    border-color: #f9c4dc;
    box-shadow: 0 12px 40px rgba(249, 196, 220, .12);
}
.hiw-hover-pink-soft .hiw-icon {
    background: rgba(249, 196, 220, .12);
    color: #f9c4dc;
}
.hiw-hover-yellow:hover {
    background: transparent;
    border-color: #ffd21e;
    box-shadow: 0 12px 40px rgba(255, 210, 30, .12);
}
.hiw-hover-yellow .hiw-icon {
    background: rgba(255, 210, 30, .12);
    color: #ffd21e;
}
.hiw-hover-pink:hover .hiw-arrow {
    background: #ff2e8a;
    color: #ffffff;
}
.hiw-hover-pink-soft:hover .hiw-arrow {
    background: #f9c4dc;
    color: #131313;
}
.hiw-hover-yellow:hover .hiw-arrow {
    background: #ffd21e;
    color: #131313;
}
.hiw-badge {
    position: absolute;
    top: -14px;
    left: 28px;
    display: inline-block;
    padding: 4px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    color: #141414;
}
.hiw-badge-pink { background: #ff2e8a; }
.hiw-badge-pink-soft { background: #f9c4dc; }
.hiw-badge-yellow { background: #ffd21e; }

.hiw-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #29292d;
    font-size: 22px;
    margin-bottom: 26px;
}

.hiw-icon img {
	width: 40px;
}
.hiw-icon-pink-soft { color: #f9c4dc; }
.hiw-icon-yellow { color: #ffd21e; }

.hiw-card h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #fff;
}
.hiw-tagline {
    color: #d5d5da;
    margin-bottom: 18px;
}
.hiw-desc {
    line-height: 1.75;
    color: #a7a7ad;
    margin-bottom: 24px;
}
.hiw-list {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}
.hiw-list li {
    position: relative;
    padding-left: 26px;
    color: #d5d5da;
    margin-bottom: 12px;
}
.hiw-list li em {
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 13px;
    color: #ff2e8a;
}
.hiw-list-yellow li em { color: #ffd21e; }

.hiw-arrow {
    position: absolute;
    right: 26px;
    bottom: 26px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: #29292d;
    color: #ffffff;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-8px);
    transition: transform .3s ease, background .3s ease, color .3s ease, opacity .3s ease, visibility .3s ease;
    text-decoration: none;
}
.hiw-card:hover .hiw-arrow,
.hiw-card:focus-within .hiw-arrow {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.hiw-arrow:hover { transform: translateX(4px); }

/* --- Responsive --- */
@media (max-width: 991.98px) {
    .hiw-section { padding: 60px 0; }
    .hiw-head h2 { font-size: 38px; }
}
@media (max-width: 575.98px) {
    .hiw-head h2 { font-size: 32px; }
    .hiw-card { padding: 40px 24px 30px; }
}
@media (prefers-reduced-motion: reduce) {
    .hiw-track-fill { transition: none; }
    .hiw-card { transition: none; opacity: 1; transform: none; }
}

.hiw-track-fill {
    background: linear-gradient(90deg, #ff2e8a 0%, #f9c4dc 50%, #ffd21e 100%);
}

.hiw-hover-pink-soft li em { color: #f9c4dc; }


.hiw-section {
	position: relative;
}

.hiw-section > .container {
	position: relative;
	z-index: 2;
}

.hiw-section > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hiw-card {
	background: rgba(255, 255, 255, 0.05);
}

.ciw-grid { --ciw-radius: 7px; margin-top: 20px; }

.ciw-card {
    position: relative;
    display: block;
    height: 420px;
    border-radius: var(--ciw-radius);
    overflow: hidden;
    text-decoration: none;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
    isolation: isolate;
}

.ciw-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
    z-index: 0;
}
.ciw-card:hover .ciw-img { transform: scale(1.06); }

.ciw-veil {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(10,6,15,.75) 0%, rgba(10,6,15,.25) 30%, transparent 55%);
    transition: background .4s ease;
}
.ciw-card:hover .ciw-veil { background: rgba(10,6,15,.9); }

.ciw-default {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    z-index: 2;
    padding: 1.75rem;
    color: #fff;
    opacity: 1;
    transition: opacity .35s ease;
}
.ciw-card:hover .ciw-default { opacity: 0; }

.ciw-hover {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.75rem;
    color: #fff;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .4s ease, transform .4s ease;
    pointer-events: none;
}
.ciw-card:hover .ciw-hover {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.ciw-title {
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.25;
    color: #fff;
}

.ciw-desc {
    font-size: .95rem;
    line-height: 1.55;
    color: rgba(255,255,255,.9);
    margin: .85rem 0 15px;
}

.ciw-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin-top: 1.1rem;
    padding: .6rem 1.4rem;
    border: 1px solid #fff;
    border-radius: 50px;
    font-size: .9rem;
    color: #fff;
    transition: background .3s ease;
}
.ciw-btn:hover { background: rgba(255,255,255,.14); }

@media (hover: none) {
    .ciw-veil { background: rgba(10,6,15,.85); }
    .ciw-default { opacity: 0; }
    .ciw-hover { opacity: 1; transform: none; pointer-events: auto; }
}

.cs-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
	transition: 0.3s all;
	opacity: 1;
}

.cs-logo img {
    max-height: 100px;
    max-width: 250px;
}

.has-video:hover .cs-logo {
	opacity: 0;
}

.has-video .info h3 {
	font-size: 26px;
	margin: 10px 0 10px;
}

.box.style2::after {
	display: none;
}

.pf-cta {
    height: 100%;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 4px solid transparent;
    border-radius: 10px;
  position: relative;                 
  background:
    linear-gradient(#18181c, #18181c) padding-box,
    linear-gradient(90deg, #ff2e8a, #f9c4dc, #ffd21e, #ff2e8a) border-box;
  background-size: 100% 100%, 300% 100%;
  animation: pf-slide 4s linear infinite;
}
@keyframes pf-slide { to { background-position: 0 0, -200% 0; } }

.pf-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;                        
  border-radius: inherit;
  background: linear-gradient(90deg, #ff2e8a, #f9c4dc, #ffd21e, #ff2e8a);
  background-size: 300% 100%;
  filter: blur(18px);
  opacity: 0;
  transition: opacity .4s ease;
  animation: pf-glow 4s linear infinite;   
}
@keyframes pf-glow { to { background-position: -200% 0; } }

.pf-cta:hover::after { opacity: .75; }   

.pf-cta h3 {
	color: #e3267a;
	margin: 0;
	font-size: 36px;
}

.pf-cta p {
	color: #fff;
	margin: 7px 0 20px;
}

.pf-cta a {
	color: #e3267a;
	text-decoration: none;
	font-weight: 700;
	border: 1px solid;
	padding: 12px 25px;
	display: table;
	margin: 0 auto;
	border-radius: 35px;
}

.pf-cta a i {
	font-size: 12px;
}

.pf-cta a:hover {
	color: #fff;
	background: #e3267a;
	border-color: #e3267a;
}

@media (min-width: 1250px) {
    img[src*="pxc-home.webp"] {
        min-width: 730px;
        position: relative;
        left: -30px;
        margin: -50px 0;
    }
}

body.home .block-hero-video + div section {
	transform: none !important;
	opacity: 1 !important;
}

.has-video .box.style2 {
    border-radius: 10px;
    overflow: hidden;
}

body.home .award-area {
    top: -60px;
    margin-bottom: -60px;
}

.atl *,
.atl *::before,
.atl *::after{ box-sizing: border-box; }

.atl-stream{
  position: relative;
  isolation: isolate;
}

.atl-entry{
  position: sticky;
  top: 104px;
  z-index: calc(var(--i) + 1);
  margin-bottom: 8vh;
}
.atl-entry:last-child{ margin-bottom: 24vh; }

.atl-depth{
  --depth: 0;
  display: block;
  transform-origin: center top;
  transform:
    translate3d(0, calc(var(--depth) * -14px), 0)
    scale(calc(1 - var(--depth) * 0.035));
  opacity: clamp(0, calc(1.9 - var(--depth) * 0.95), 1);
  will-change: transform, opacity;
}

.atl-panel{
  --p: 0;
  position: relative;
  overflow: hidden;
  background: #181818;
  border: 1px solid rgba(0,0,0,.06);
  border-top: 1px solid rgba(255,255,255,.13);
  border-radius: 10px;
  box-shadow: 0 28px 64px -34px rgba(17,18,20,.45);

  opacity: 0;
  transform: translateY(44px);
  transition: opacity .8s cubic-bezier(.16,1,.3,1), transform .95s cubic-bezier(.16,1,.3,1);
}
.atl-entry.is-in .atl-panel{ opacity: 1; transform: translateY(0); }

.atl-layout{
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 52px;
  align-items: center;
  padding: 44px 46px;
}

.atl-year{
  margin: 0 0 12px;
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  font-size: clamp(2rem, 3.1vw, 2.7rem);
  letter-spacing: -.03em;
  line-height: 1.06;
  color: #EA257D;
}

.atl-reel{ display: inline-block; overflow: hidden; line-height: 1.06; }
.atl-reel > i{
  display: block;
  font-style: normal;
  transform: translateY(112%);
  transition: transform .8s cubic-bezier(.34,1.56,.64,1);
}
.atl-entry.is-in .atl-reel > i{ transform: translateY(0); }

.atl-reel--gap{ width: .3em; }
.atl-reel--word{
  font-size: .48em;
  align-self: flex-end;
  opacity: .45;
  padding: 0 .32em .16em;
}

.atl-heading{
  margin: 0 0 16px;
  font-size: clamp(1.125rem, 1.6vw, 1.375rem);
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.24;
  color: #F4F4F5;
}

.atl-prose{
  color: #9A9C9F;
  font-size: .9375rem;
  line-height: 1.72;
}
.atl-prose > *:first-child{ margin-top: 0; }
.atl-prose > *:last-child{ margin-bottom: 0; }
.atl-prose a{ color: #EA257D; }
.atl-prose strong{ color: #F4F4F5; }

.atl-frame{
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 11;
  background: #232325;
  border: 1px solid rgba(255,255,255,.075);
  border-radius: 6px;
}

.atl-frame img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.12);
  transition: transform 1.5s cubic-bezier(.16,1,.3,1) .12s;
}
.atl-entry.is-in .atl-frame img{ transform: scale(1); }

.atl-frame::after{
  content: "";
  position: absolute;
  inset: 0;
  background: #E5127B;
  transform-origin: right;
  transform: scaleX(1);
  transition: transform .85s cubic-bezier(.16,1,.3,1) .14s;
  z-index: 2;
}
.atl-entry.is-in .atl-frame::after{ transform: scaleX(0); }

.atl-empty{
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 8px;
  text-align: center;
}
.atl-empty b{ font-size: .875rem; font-weight: 600; color: #9A9C9F; }
.atl-empty span{
  font-size: .625rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #5F6165;
}

.atl-stream.is-flat .atl-entry{ position: static; margin-bottom: 24px; }
.atl-stream.is-flat .atl-depth{ transform: none; opacity: 1; }
.atl-stream.is-flat .atl-panel{ box-shadow: 0 2px 8px rgba(17,18,20,.06); }
.atl-stream.is-flat .atl-panel::before{ width: 0; }

@media (max-height: 820px){
  .atl-entry{ top: 72px; }
  .atl-layout{ padding: 34px 38px; gap: 40px; }
}

@media (max-width: 900px){
  .atl-layout{ gap: 36px; padding: 34px; }
}

@media (max-width: 760px){
  .atl-entry{ top: 64px; }
  .atl-depth{ transform: translate3d(0, calc(var(--depth) * -10px), 0) scale(calc(1 - var(--depth) * 0.035)); }
  .atl-layout{
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 24px 22px 28px;
  }
  .atl-visual{ order: -1; }
  .atl-frame{ aspect-ratio: 16 / 10; }
}

@media (prefers-reduced-motion: reduce){
  .atl-entry{ position: static; margin-bottom: 24px; }
  .atl-depth{ transform: none; opacity: 1; }
  .atl-panel{ opacity: 1; transform: none; transition: none; box-shadow: 0 2px 8px rgba(17,18,20,.06); }
  .atl-panel::before{ width: 0; }
  .atl-frame::after{ transform: scaleX(0); transition: none; }
  .atl-frame img{ transform: none; transition: none; }
  .atl-reel > i{ transform: none; transition: none; }
}

.atl-entry:last-child{ margin-bottom: 0; }

.atl-stream{
  position: relative;
  isolation: isolate;
  padding-bottom: 0vh;
}

.atl-entry:last-child .atl-depth {
    position: relative;
    top: -70px;
}

.ops *,
.ops *::before,
.ops *::after{ box-sizing: border-box; }

.ops{
  background: #181818;
  padding: 70px 0;
  color: #F4F4F5;
}

.ops ::selection{ background: #E5127B; color: #fff; }

.ops-split{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  align-items: start;
}

.ops-title{
  margin: 0 0 24px;
  font-size: clamp(2.25rem, 3.6vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -.038em;
  line-height: 1.04;
  color: #F4F4F5;
}

.ops-lede{
  margin: 0 0 28px;
  max-width: 24ch;
  font-size: clamp(1.125rem, 1.5vw, 1.375rem);
  font-weight: 500;
  letter-spacing: -.015em;
  line-height: 1.42;
  color: #E4E5E6;
}

.ops-copy{
  margin: 0;
  max-width: 46ch;
  font-size: 1rem;
  line-height: 1.72;
  color: #9A9C9F;
}

.ops-list{
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255,255,255,.10);
}

.ops-point{
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 8px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255,255,255,.10);
  opacity: 0;
  transform: translateY(20px);
}

.ops.is-ready .ops-point.is-in{
  opacity: 1;
  transform: translateY(0);
  transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .8s cubic-bezier(.16,1,.3,1);
}

.ops-point:nth-child(2).is-in{ transition-delay: .1s; }
.ops-point:nth-child(3).is-in{ transition-delay: .2s; }

.ops-marker{
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.6;
  color: #EA257D;
}

.ops-point-title{
  margin: 0 0 8px;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: -.015em;
  line-height: 1.4;
  color: #F4F4F5;
}

.ops-point-copy{
  margin: 0;
  max-width: 42ch;
  font-size: .9375rem;
  line-height: 1.66;
  color: #9A9C9F;
}

.ops-stats{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 88px;
  padding-top: 56px;
  border-top: 1px solid rgba(255,255,255,.10);
}

.ops-stat{
  padding: 0 32px;
  border-left: 1px solid rgba(255,255,255,.10);
  opacity: 0;
  transform: translateY(20px);
}
.ops-stat:first-child{ padding-left: 0; border-left: 0; }
.ops-stat:last-child{ padding-right: 0; }

.ops.is-ready .ops-stat.is-in{
  opacity: 1;
  transform: translateY(0);
  transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .8s cubic-bezier(.16,1,.3,1);
}

.ops-stat:nth-child(2).is-in{ transition-delay: .08s; }
.ops-stat:nth-child(3).is-in{ transition-delay: .16s; }
.ops-stat:nth-child(4).is-in{ transition-delay: .24s; }

.ops-figure{
  margin: 0 0 12px;
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 800;
  line-height: 1;
  color: #F4F4F5;
  font-variant-numeric: tabular-nums;
}

.ops-figure em{
  font-style: normal;
  color: #EA257D;
}

.ops-label{
  margin: 0;
  max-width: 24ch;
  font-size: .875rem;
  line-height: 1.56;
  color: #9A9C9F;
}

@media (max-width: 1024px){
  .ops-split{ gap: 56px; }
  .ops-stats{ grid-template-columns: repeat(2, 1fr); row-gap: 48px; }
  .ops-stat:nth-child(3){ padding-left: 0; border-left: 0; }
}

@media (max-width: 820px){
  .ops{ padding: 80px 0; }
  .ops-split{ grid-template-columns: 1fr; gap: 56px; }
  .ops-stats{ margin-top: 64px; padding-top: 44px; }
}

@media (max-width: 560px){
  .ops-stats{ grid-template-columns: 1fr; row-gap: 36px; }
  .ops-stat{ padding: 0; border-left: 0; }
  .ops-label{ max-width: none; }
}

@media (prefers-reduced-motion: reduce){
  .ops-point,
  .ops-stat{ opacity: 1; transform: none; }
  .ops.is-ready .ops-point.is-in,
  .ops.is-ready .ops-stat.is-in{ transition: none; }
}

.block-hero-image-text {
    overflow: hidden;
}

.spk *,
.spk *::before,
.spk *::after{ box-sizing: border-box; }

.spk {
    background: #181818;
    padding: 70px 0;
    color: #F4F4F5;
    overflow: clip;
}

.spk ::selection{ background: #E5127B; color: #fff; }

.spk-intro{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 88px;
  align-items: start;
  margin-bottom: 70px;
}

.spk-title {
    margin: 0 0 24px;
    max-width: 12ch;
    font-size: clamp(2.25rem, 3.6vw, 3.25rem);
    font-weight: 800;
    letter-spacing: -.038em;
    line-height: 1.06;
    color: #fff;
}

.spk-copy{
  margin: 0;
  max-width: 46ch;
  font-size: 1.0625rem;
  line-height: 1.72;
  color: #9A9C9F;
}

.spk-figure{
  margin: 0;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 6px;
  overflow: hidden;
  background: #232325;
}

.spk-figure img {
    display: block;
    width: 100%;
    aspect-ratio: 24 / 11;
    object-fit: cover;
}

.spk-figure figcaption{
  padding: 18px 22px;
  font-size: .875rem;
  line-height: 1.5;
  color: #9A9C9F;
  border-top: 1px solid rgba(255,255,255,.10);
}

.spk-cols{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
  align-items: start;
}

.spk-col-title {
    margin: 0 0 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #E5127B;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -.015em;
    line-height: 1.4;
    color: #fff;
}

.spk-list{
  list-style: none;
  margin: 0;
  padding: 0;
}

.spk-item{
  padding: 22px 0;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.spk-row{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}

.spk-name{
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: -.015em;
  line-height: 1.36;
  color: #F4F4F5;
}

.spk-meta{
  flex: none;
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: -.01em;
  color: #EA257D;
  white-space: nowrap;
}

.spk-desc{
  margin: 8px 0 0;
  max-width: 34ch;
  font-size: .9375rem;
  line-height: 1.56;
  color: #9A9C9F;
}

@media (max-width: 1024px){
  .spk-intro{ gap: 48px; }
  .spk-cols{ grid-template-columns: repeat(2, 1fr); gap: 48px 40px; }
}

@media (max-width: 820px){
  .spk{ padding: 76px 0; }
  .spk-intro{ grid-template-columns: 1fr; gap: 40px; margin-bottom: 64px; }
  .spk-title{ max-width: none; }
}

@media (max-width: 560px){
  .spk-cols{ grid-template-columns: 1fr; gap: 44px; }
  .spk-row{ flex-direction: column; gap: 4px; }
  .spk-desc{ max-width: none; }
}

@media (max-width: 760px){

.atl-entry:last-child .atl-depth {
    position: relative;
    top: 0;
}

.atl-entry {
    margin-bottom: 4vh;
}

.atl-stream {
    padding-bottom: 5vh;
}
	
    .ops-stats {
        margin-top: -1px;
    }
	
	.spk,
    .ops {
        padding: 60px 0;
    }
}

.about-me img {
    width: 100%;
    aspect-ratio: 10 / 9;
    object-fit: cover;
    border-radius: 15px;
}

.about-me span.desg {
	display: none;
}

.about-me strong {
	font-size: 25px;
	color: #181818;
}

.about-me ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 0 20px;;
	padding: 0;
	gap: 25px;
}

.about-me ul li {
	position: relative;
}

.about-me ul li:before {
	content: "";
	background: #EA257D;
	position: absolute;
	right: -15px;
	width: 5px;
	height: 5px;
	top: calc(50% - 3px);
	border-radius: 50%;
}

.about-me ul li:last-child:before {
	display: none;
}

.cs-desktop {
	position: relative;
}

.cs-desktop span {
	background: #fff url(/wp-content/uploads/2026/07/addressbar.png) no-repeat left center;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 45px;
	background-size: 60px;
	background-position-x: 15px;
	display: table;
	z-index: 22;
}

.cs-device-mobile {
	position: relative;
}

.cs-device-mobile span {
	background: #fff url(/wp-content/uploads/2026/07/mobile-bar.webp) no-repeat center;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 45px;
	background-size: cover;
	display: table;
	z-index: 22;
}

.cs-device-mobile {
	height: 615px;
}

.cs-desktop {
	height: 615px;
}

.cs-desktop,
.cs-device-mobile{
  position: relative;
  overflow: hidden;
}
 
.cs-desktop img,
.cs-device-mobile img{
  display: block;
  width: 100%;
  height: auto;
  transform: translate3d(0,0,0);
  will-change: transform;
}
 
@media (prefers-reduced-motion: reduce){
  .cs-desktop img,
  .cs-device-mobile img{
    transform: none;
    transition: none;
  }
}
 
.pxc-tc-wrap img {
	max-height: 80px;
}

body.postid-3605 .curve_bg_white {
	display: none;
}

.content-area.container {
	position: relative;
}

.content-area .fixed-image {
	position: absolute;
	bottom: -30px;
	right: -200px;
	animation: float 2.2s ease-in-out infinite;
	transition: 0.4s all;
	max-width: 350px;
}

@keyframes float {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-20px);
	}
}

@media(max-width: 1200px) {
	.content-area .fixed-image {
		display: none;
	}
}

@media(min-width: 1201px) {

	body.postid-3605 .col-lg-5 .cs-image-wrapper {
		position: relative;
		top: -60px;
		margin-bottom: -60px
	}
	
	body.postid-3605 .cs-image-gallery {
		position: relative;
		top: -100px;
		margin-bottom: -120px
	}

	body.postid-3605 .cs-image-gallery .col-lg-7 img {
		position: relative;
		top: 100px;
	}
}

@media (max-width: 585px) {
    .company-box {
        padding: 10px;
        height: 65px;
        width: calc(50% - 20px);
        max-width: inherit;
        margin: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}




.case-study-banner.alt {
	margin-bottom: 200px;
	clip-path: none;
}

.case-study-banner.alt .container {
	position: relative;
}

.case-study-banner.alt img {
	position: absolute;
	right: -400px;
	top: 0px;
	z-index: 22;
}

.case-study-banner.alt .col-md-7 {
	position: relative;
	z-index: 22;
}

body .cs-banner-box.alt-left .item {
    flex: 0 0 66%;
    max-width: 66%;
}

body .cs-banner-box.alt-left .item:first-child ,
body .cs-banner-box.alt-left .item:nth-child(3) {
    flex: 0 0 34%;
    max-width: 34%;
}

.cs-image-gallery-alt {
	max-width: auto;
	width: calc(100% + 300px);
	position: relative;
	left: -150px;
	margin: 0px 0 70px;
}

.cs-image-gallery-alt:before {
	content: "";
	position: absolute;
	width: 884px;
	height: 884px;
	left: -150px;
	top: -200px;
	background: radial-gradient(50% 50% at 50% 50%, #EA257D 0%, rgba(234, 37, 125, 0) 100%);
	opacity: 0.22;
	z-index: -1;
}

.cs-image-gallery-alt [class*="col-"]:nth-child(2) {
	position: relative;
	top: 30px;
}

.cs-image-gallery-alt [class*="col-"]:nth-child(3) {
	position: relative;
	top: 60px;
}

#block_dccffdb6e3e4765f74788746c2f92df0 + section + section + section .pr-details-heading h2 em:first-child {
	color: #ea257d;
	display: block;
	font-size: 60px;
	line-height: 1;
}

#block_dccffdb6e3e4765f74788746c2f92df0 + section + section + section .pr-details-heading h2 em:nth-child(2) {
	font-style: normal;
	font-size: 18px;
	line-height: 25px;
	display: block;
	margin: 15px 0 0;
	color: #575757;
	font-weight: 500;
}

#block_dccffdb6e3e4765f74788746c2f92df0 + section + section + section + section  {
	padding: 0 0 70px !important;
	margin: -40px 0 0
}

body.postid-3610 .cs-deliverables {
	margin: -90px 0 0
}

.gl-dark-version {
    background: #18181A;
    color: #b2b2b2;
}

body.postid-3609 .case-study-banner.alt img {
    right: -317px;
    top: 11px;
}

body.postid-3609 .case-study-banner.alt {
    margin-bottom: 250px;
}

body.postid-3609 .cs-image-gallery .col-lg-5 .cs-image-wrapper {
	overflow: visible;
	border-radius: 0px;
	box-shadow: none;
}

body.postid-3609 .cs-image-gallery .col-lg-5 .cs-image-wrapper img {
	max-width: inherit;
	width: auto;
	float: right;
	max-width: 550px;
	margin-top: -220px;
}

.gl-dark-version .cs-image-gallery-alt:before {
    width: 800px;
    height: 800px;
}

.cs-video-device {
	position: relative;
}

.cs-video-device video {
	display: block;
	width: 100%;
	height: auto;
}

.cs-video-overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	background: rgba(10, 12, 18, 0.55);
	backdrop-filter: blur(2px);
	opacity: 1;
	transition: opacity 400ms ease, visibility 400ms ease;
	cursor: pointer;
}

.cs-video-device.is-playing .cs-video-overlay {
	opacity: 0;
	visibility: hidden;
}

.cs-play-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.35);
	color: #fff;
}

.cs-play-icon svg {
	margin-left: 3px;
}

.cs-play-icon::before,
.cs-play-icon::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.4);
	animation: cs-pulse 2s ease-out infinite;
}

.cs-play-icon::after {
	animation-delay: 1s;
}

@keyframes cs-pulse {
	0% {
		transform: scale(1);
		opacity: 0.8;
	}
	100% {
		transform: scale(1.7);
		opacity: 0;
	}
}

.cs-video-hint {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.85);
}

.cs-desktop.cs-video-device ,
.cs-device-mobile.cs-video-device {
    height: 548px;
}

.cs-video-overlay em {
	font-style: normal;
}

.catalog-section + div[class*="divider"] {
    background: #18181a;
	margin: 0 !important;
}


.cs-save-v2 .cs-flow-titles {
	margin: 15px 0 
}

.cs-save-v2 .cs-device {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
	max-height: 490px;
}

.curve-area + div[class*="divider"] {
	position: relative;
	z-index: 22;
	margin: 15px 0 0
}

.pxc-cs-logos {
	padding: 0 0 70px; 
}

.pxc-cs-logos ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 15px;
}

.pxc-cs-logos ul li img {
	filter: grayscale(1);
}

.pxc-cs-logos + section ,
.pxc-cs-logos + section + div ,
.pxc-cs-logos + section + div + section {
	background: #f8f8f8;
}

.pxc-tc-wrap h4 {
	font-size: 24px;
}

body.postid-3607 .pxc-tc-wrap ul li {
	display: flex;
	align-items: flex-start;
}

body.postid-3607 .pxc-tc-wrap ul li i {
	margin: 0 10px 0 0;
	position: relative;
	top: 5px;
}

body.postid-3607 .pxc-tc-wrap ul li i.fa-xmark {
	color: #f15353;
}

body.postid-3607 .pxc-tc-wrap ul li i.fa-check {
	color: #1ab006;
}

body.postid-3616 .cs-screens .col-lg-5 ,
body.postid-3607 .cs-screens .col-lg-5 ,
body.postid-3608 .cs-screens .col-lg-5 {
	width: 50%;
}

body.postid-3608 .cs-screens .col-lg-5 img {
	filter: grayscale(1);
}

body.postid-3616 .cs-screens .col-lg-7 ,
body.postid-3607 .cs-screens .col-lg-7 ,
body.postid-3608 .cs-screens .col-lg-7 {
	width: 50%;
}

body.postid-3616 .cs-screens .col-lg-7 [class*="col-"] ,
body.postid-3607 .cs-screens .col-lg-7 [class*="col-"] ,
body.postid-3608 .cs-screens .col-lg-7 [class*="col-"] {
	width: 100%;
}

body.postid-3607 .case-study-banner.alt {
    margin-bottom: 130px;
}

body.postid-3608 .cs-image-gallery .col-lg-5 {
	width: 100%;
}

body.postid-3608 .cs-image-gallery .col-lg-5 .cs-image-wrapper {
	border-radius: 0px;
	box-shadow: none;
}

body.postid-3608 .cs-image-gallery {
	position: relative;
}

body.postid-3608 .cs-image-gallery:before {
    content: "";
    position: absolute;
    width: 884px;
    height: 884px;
    left: -150px;
    top: -200px;
    background: radial-gradient(50% 50% at 50% 50%, #EA257D 0%, rgba(234, 37, 125, 0) 100%);
    opacity: 0.22;
    z-index: -1;
}

body.postid-3608 .banner-area + section + section,
body.postid-3608 .banner-area + section + section + div ,
body.postid-3608 .banner-area + section + section + div + section {
	background: #f8f8f8;
}

body.postid-3616 .case-study-banner.alt {
    margin-bottom: 140px;
}




css/* === Case Studies Area === */
.case-studies-area {
    position: relative;
    padding: 110px 0 120px;
    background: #0B0A0D;
    overflow: hidden;
}

.case-studies-area::before,
.case-studies-area::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(10px);
}

.case-studies-area::before {
    top: -260px;
    right: -220px;
    width: 720px;
    height: 720px;
    background: radial-gradient(circle, rgba(160, 20, 105, 0.22) 0%, transparent 65%);
}

.case-studies-area::after {
    bottom: -320px;
    left: -260px;
    width: 760px;
    height: 760px;
    background: radial-gradient(circle, rgba(80, 30, 160, 0.16) 0%, transparent 65%);
}

.case-studies-area .container { position: relative; z-index: 1; }

.case-studies-area .container.long { max-width: 1420px; }

/* === Section Head === */
.cs-head { margin-bottom: 64px; }

.cs-eyebrow {
    font-family: "IBM Plex Mono", monospace;
    font-size: 12px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: #FF2E7C;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.cs-eyebrow-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FF2E7C;
    box-shadow: 0 0 14px #FF2E7C;
    animation: cs-pulse 2.4s ease-in-out infinite;
}

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

.cs-title {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: clamp(56px, 8vw, 108px);
    line-height: 1;
    letter-spacing: -0.02em;
    color: #FAF7F2;
    margin-bottom: 28px;
}

.cs-title em {
    font-style: italic;
    background: linear-gradient(100deg, #FAF7F2 20%, #FF2E7C 85%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cs-lede {
    max-width: 560px;
    font-size: 17px;
    line-height: 1.7;
    color: #9A93A3;
    margin-bottom: 0;
}

.cs-head-meta { margin-top: 34px; gap: 18px; }

.cs-count {
    font-family: "Playfair Display", serif;
    font-size: 54px;
    line-height: 1;
    color: #FAF7F2;
    margin-bottom: 0;
}

.cs-count span {
    display: block;
    font-family: "IBM Plex Mono", monospace;
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #9A93A3;
    margin-top: 10px;
}

.cs-all-link {
    font-family: "IBM Plex Mono", monospace;
    font-size: 13px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #FAF7F2;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 6px;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.cs-all-link:hover { color: #FF2E7C; border-color: #FF2E7C; }

.cs-all-link .fa-arrow {
    font-style: normal;
    display: inline-block;
    transition: transform 0.3s ease;
}

.cs-all-link:hover .fa-arrow { transform: translateX(5px); }

/* === Cards === */
.cs-card {
    position: relative;
    height: 100%;
    background: #131017;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.45s ease, background 0.45s ease, box-shadow 0.45s ease;
}

.cs-card:hover {
    transform: translateY(-8px);
    background: #17131d;
    border-color: rgba(255, 46, 124, 0.55);
    box-shadow: 0 30px 60px -30px rgba(255, 46, 124, 0.35), 0 20px 50px -20px rgba(0, 0, 0, 0.7);
}

.cs-ghost {
    position: absolute;
    top: -34px;
    right: 14px;
    z-index: 2;
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-weight: 800;
    font-size: clamp(84px, 9vw, 128px);
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.16);
    pointer-events: none;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), -webkit-text-stroke-color 0.5s ease, color 0.5s ease;
}

.cs-card:hover .cs-ghost {
    transform: translateY(-8px) rotate(-4deg);
    color: #FF2E7C;
    -webkit-text-stroke: 1px #FF2E7C;
}

.cs-thumb {
    position: relative;
}

.cs-thumb img {
    height: 204px;
    object-fit: contain;
}

.cs-body {
    padding: 25px 0 0;
}

.cs-meta-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.cs-card {
    margin-bottom: 30px;
    height: calc(100% - 30px);
    padding: 30px 30px 55px;
	position: relative;
}

.cs-num {
    color: #FF2E7C;
    border: 1px solid rgba(255, 46, 124, 0.4);
    border-radius: 100px;
    padding: 3px 12px;
}

.cs-year { color: #9A93A3; }

.cs-card-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.12;
    letter-spacing: -0.01em;
    margin-bottom: 14px;
}

.cs-card-featured .cs-card-title { font-size: clamp(32px, 3.6vw, 50px); }

.cs-card-title a {
    color: #FAF7F2;
    text-decoration: none;
}

.cs-meta {
    font-size: 14.5px;
    line-height: 1.65;
    color: #9A93A3;
    margin-bottom: 20px;
}

.cs-meta strong { color: #FAF7F2; font-weight: 600; }

.cs-meta p:last-child { margin-bottom: 0; }

.cs-cta {
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #9A93A3;
    margin-bottom: 0;
    transition: color 0.4s ease;
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.cs-cta span {
    display: inline-block;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.cs-card:hover .cs-cta { color: #FF2E7C; }
.cs-card:hover .cs-cta span { transform: translateX(6px); }

/* === See More Card === */
.cs-card-more {
    padding: 30px 28px;
    background: linear-gradient(160deg, rgba(255, 46, 124, 0.12) 0%, #131017 45%);
    border-color: rgba(255, 46, 124, 0.35);
    min-height: 380px;
}

.cs-card-more:hover {
    background: linear-gradient(160deg, rgba(255, 46, 124, 0.2) 0%, #17131d 55%);
    border-color: #FF2E7C;
}

.cs-card-more .cs-ghost {
    top: -18px;
    right: 20px;
    font-style: normal;
}

.cs-more-count {
    font-weight: 700;
    font-size: clamp(64px, 6vw, 96px);
    line-height: 1;
    color: #FAF7F2;
    margin-bottom: 24px;
}

.cs-more-count span { color: #FF2E7C; }

.cs-more-title { margin-bottom: 12px; }

.cs-more-title em { font-style: italic; color: #FF2E7C; }

.cs-card-more .cs-cta { color: #FAF7F2; }

/* === Scroll Reveal === */

.cs-grid .reveal:nth-child(2) { transition-delay: 0.1s; }
.cs-grid .reveal:nth-child(3) { transition-delay: 0.05s; }
.cs-grid .reveal:nth-child(4) { transition-delay: 0.15s; }
.cs-grid .reveal:nth-child(5) { transition-delay: 0.25s; }
.cs-grid .reveal:nth-child(6) { transition-delay: 0.05s; }
.cs-grid .reveal:nth-child(7) { transition-delay: 0.15s; }
.cs-grid .reveal:nth-child(8) { transition-delay: 0.25s; }

/* === Responsive === */
@media (max-width: 991.98px) {
    .case-studies-area { padding: 70px 0 80px; }
    .cs-head { margin-bottom: 44px; }
    .cs-head-meta { margin-top: 26px; }
    .cs-count { font-size: 42px; }
}

@media (max-width: 575.98px) {
    .case-studies-area { padding: 56px 0 64px; }
    .cs-card { padding: 10px 10px 24px; }
    .cs-body { padding: 20px 10px 0; }
    .cs-ghost { top: -24px; font-size: 74px; }
    .cs-lede { font-size: 15.5px; }
}

/* === Reduced Motion === */
@media (prefers-reduced-motion: reduce) {
    .cs-card, .cs-ghost, .cs-thumb img, .cs-cta span { transition: none !important; }
    .cs-eyebrow-dot { animation: none !important; }
}

.card-item.is-hidden { display: none; }

.cs-filters { margin: 30px 0 40px; }

.cs-filters-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.cs-filters-buttons button {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #333;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 100px;
    padding: 9px 22px;
    cursor: pointer;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.cs-filters-buttons button:hover {
    border-color: #111;
    color: #111;
}

.cs-filters-buttons button.active {
    background: #111;
    border-color: #111;
    color: #fff;
}

.cs-filters-select { display: none; }

.cs-filters-select select {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #111;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23111' stroke-width='2'/%3E%3C/svg%3E") no-repeat right 16px center;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 13px 44px 13px 16px;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.cs-filters-select select:focus {
    outline: none;
    border-color: #111;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 767.98px) {
    .cs-filters-buttons { display: none; }
    .cs-filters-select { display: block; }
}


.custom-portfolio > h3 {
    margin-bottom: -40px;
    position: sticky;
    top: 60px;
}

.cs-sticky-head {
    position: sticky;
    top: 0;                 
    z-index: 5;             
    background: #fff;      
    padding: 25px 0 20px;
}

.cs-sticky-head h3 { margin-bottom: 20px; }

.cs-filters { margin: 0; }  

.cards {
    width: 100%;
    max-width: 1200px;
    margin: 30px 0 0;
    position: relative;
    z-index: 22;
}

.card-item {
    position: sticky;
    margin-bottom: 0px;
}

.card-item:last-child { margin-bottom: 0; }

.card-item.is-hidden { display: none; }

.card-item:nth-child(1) { top: 190px; }
.card-item:nth-child(2) { top: 200px; }
.card-item:nth-child(3) { top: 210px; }
.card-item:nth-child(4) { top: 220px; }
.card-item:nth-child(5) { top: 230px; }
.card-item:nth-child(6) { top: 240px; }
.card-item:nth-child(7) { top: 250px; }
.card-item:nth-child(8) { top: 260px; }

@media (max-width: 767.98px) {
    .card-item {
        position: static !important;
        top: auto !important;
        margin-bottom: 40px;
    }
}

.block-form-stats section {
	position: relative;
    z-index: 2;
}



/* === Score Report === */
.sr-report {
    max-width: 980px;
    margin: 0 auto;
    padding: 40px 0 50px;
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 30px;
}

/* --- Rings --- */
.sr-rings {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
}

.sr-ring {
    position: relative;
    width: 104px;
    padding-top: 118px;
    text-align: center;
}

.sr-ring::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background: conic-gradient(#0cce6a 0%, #0cce6a 55%, #0cce6a 100%);
}

.sr-ring::before {
    content: attr(data-value);
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 92px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    font-weight: 700;
    color: #111;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
}

.sr-ring-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #555;
}

/* --- Two Column Layout --- */
.sr-columns {display: flex; flex-wrap: wrap; margin: 0 -15px;}

.sr-columns .sr-bars {
    min-width: auto;
    margin-bottom: 0;
    width: 50%;
	padding: 0 15px;
}

.sr-heading {
    font-size: 17px;
    color: #111;
    margin-bottom: 18px;
}

.sr-row { margin-bottom: 14px; }
.sr-row:last-child { margin-bottom: 0; }

.sr-row-label {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 13.5px;
    color: #333;
    margin-bottom: 6px;
}

.sr-row-label::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c9c9c9;
    flex-shrink: 0;
}

.sr-row-num {
    margin-left: auto;
    font-size: 12px;
    font-weight: 700;
    color: #111;
}

.sr-track {
    height: 9px;
    background: #efefef;
    border-radius: 5px;
    overflow: hidden;
}

.sr-fill {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #0cce6a, #0cce6a);
    border-radius: 5px;
    transition: width 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.sr-ai .sr-fill {background: linear-gradient(90deg, #ea257d, #2563eb);}

.sr-ai .sr-row-num { color: #6d28d9; }

.sr-ai-badge {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(90deg, #ea257d, #2563eb);
    border-radius: 100px;
    padding: 0px 10px;
}

/* --- Responsive --- */
@media (max-width: 575.98px) {
    .sr-rings { gap: 18px; margin-bottom: 34px; }
    .sr-ring { width: 84px; padding-top: 96px; }
    .sr-ring::after { width: 84px; height: 84px; }
    .sr-ring::before { width: 74px; height: 74px; font-size: 23px; top: 5px; }
}

.sr-fill-num {
	display: none;
}

.content-img.group-mockup-img {
	position: relative;
}

.content-img.group-mockup-img svg {
	position: absolute;
	width: 450px;
	height: 450px;
	top: -25%;
	left: -15%;
}

.content-img.group-mockup-img .item {
    position: relative;
}

.pxc-pf-v2 {
	border: 1px solid #e5e5e5;
	padding: 20px;
	display: table;
	text-decoration: none;
	border-radius: 10px;
	transform: translateY(0px);
	transition: 0.3s all;
}

.pxc-pf-v2 img {
	height: auto;
	max-height: 210px;
	object-fit: contain;
	transform: scale(1);
	transition: 0.3s all;
}

.pxc-pf-v2 h3 {
	font-size: 20px;
	margin: 15px 0 0;
}

.pxc-pf-v2 h3 {
	font-size: 20px;
	margin: 15px 0 0;
}

.pxc-pf-v2:hover img {
	transform: scale(1.03);
	transition: 0.3s all;
}

.pxc-pf-v2:hover {
	transform: translateY(-7px);
}

.icon-teaser ul {
    margin: 0 0 -20px;
    padding: 0;
    line-height: 1.2;
}

.award-area .box-wrap .info {
	display: none;
}

body .pxc-custom-icon-teaser {
	margin: 0;
}

body .pxc-custom-icon-teaser [class*="col-"] {
	padding: 0;
	border-left: 1px solid #e8e4ec;
	border-right: 1px solid #e8e4ec;
	border-bottom: 1px solid #e8e4ec;
}
body .pxc-custom-icon-teaser [class*="col-"]:first-child {
	border-top: 1px solid #e8e4ec;
}

@media (min-width: 576px) {
	body .pxc-custom-icon-teaser [class*="col-"] {
		border-left: none;
	}
	body .pxc-custom-icon-teaser [class*="col-"]:nth-child(odd) {
		border-left: 1px solid #e8e4ec;
	}
	body .pxc-custom-icon-teaser [class*="col-"]:nth-child(2) {
		border-top: 1px solid #e8e4ec;
	}
}

body .pxc-custom-icon-teaser .box.style1 {
	display: block;
	height: 100%;
	margin: 0;
	border-radius: 0px;
	background: #fff;
	border: none;
	padding: 40px;
	padding-bottom: 70px;
	position: relative;
}
body .pxc-custom-icon-teaser .box.style1 .title {
	font-size: 23px;
	margin-bottom: 15px;
}
body .pxc-custom-icon-teaser .box.style1 .action {
	position: absolute;
	bottom: 40px;
	left: 40px;
}
body .pxc-custom-icon-teaser .box.style1 .action span {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	line-height: 1;
	color: #ea257d;
}
body .pxc-custom-icon-teaser .box.style1 .action span em {
	font-size: 12px;
	position: relative;
	top: 0px;
}

body .pxc-custom-icon-teaser .box.style1::after {
	content: "";
	position: absolute;
	inset: -1px;
	border: 1px solid #ea257d;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.25s ease;
	z-index: 2;
}
body .pxc-custom-icon-teaser .box.style1:hover::after {
	opacity: 1;
}

@media (max-width: 767px) {
	
body .pxc-custom-icon-teaser .box.style1 {
    padding: 25px;
    padding-bottom: 55px;
    text-align: left;
}

body .pxc-custom-icon-teaser .box.style1 .action {
    position: absolute;
    bottom: 25px;
    left: 25px;
}
	
}

.content-img img:only-child {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


@media(min-width: 1100px) {
	
.cta-box .h4 {
    font-size: 46px;
}	
	
.content-img img[src*="wordpress-design-services.webp"] {
    max-width: 1050px;
    float: right;
    position: relative;
    left: 20px;
    top: -15px;
    margin-bottom: -150px;
}	
	
}

.cs-banner-box .item:last-child {
    min-width: 200px;
}

.atr2-timeline {
    position: relative;
    max-width: 1080px;
    margin: 0 auto 40px;
    padding: 40px 0 0;
}
 
.atr2-timeline::before{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:50%;
  width:3px;
  transform:translateX(-50%);
  background:linear-gradient(to bottom, #e4e4df 0%, #e4e4df 85%, rgba(228,228,223,0) 100%);
  border-radius:3px;
}
 
.atr2-fill{
  position:absolute;
  top:0;
  left:50%;
  width:3px;
  height:0;
  transform:translateX(-50%);
  background:linear-gradient(180deg, #ff2e8a 0%, #f9c4dc 50%, #ffd21e 100%);
  background-repeat:no-repeat;
  border-radius:3px;
  box-shadow:0 0 14px rgba(234,37,125,.55);
}
 
.atr2-entry{
  position:relative;
  display:flex;
  align-items:center;
  margin:40px 0;
  opacity:0;
  transition:opacity .8s cubic-bezier(.22,.61,.36,1),
             transform .8s cubic-bezier(.22,.61,.36,1);
}
 
.atr2-entry:nth-child(odd){ transform:translateX(-48px); }
.atr2-entry:nth-child(even){ transform:translateX(48px); }
 
.atr2-entry.is-in{
  opacity:1;
  transform:translateX(0);
}
 
.atr2-side{
  width:50%;
  box-sizing:border-box;
}
 
.atr2-year{
  display:flex;
  align-items:center;
}
.atr2-year span{
  position:relative;
  font-size:38px;
  font-weight:700;
  line-height:1;
  letter-spacing:.01em;
  color:#ea257d;
}

.atr2-entry.is-in .atr2-year span::after{ width:56px; }
.atr2-entry:nth-child(odd) .atr2-year span::after{ left:auto; right:0; }
 
.atr2-info{ display:block; }
 
.atr2-entry::after{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:16px;
  height:16px;
  border-radius:50%;
  background:#fff;
  border:3px solid #e4e4df;
  transform:translate(-50%,-50%) scale(.4);
  opacity:0;
  z-index: 22222;
  transition:transform .55s cubic-bezier(.34,1.56,.64,1) .15s,
             opacity .4s ease .15s,
             border-color .4s ease;
}

.atr2-entry.is-in::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  border-color: var(--dot-color, #ea257d);
  box-shadow: 0 0 0 6px var(--dot-glow, rgba(234, 37, 125, .14));
}
 
.atr2-entry:nth-child(odd) .atr2-year{
  order:1; justify-content:flex-end; padding-right:52px; text-align:right;
}
.atr2-entry:nth-child(odd) .atr2-info{
  order:2; padding-left:52px; text-align:left;
}
 
.atr2-entry:nth-child(even) .atr2-info{
  order:1; padding-right:52px; text-align:right;
}
.atr2-entry:nth-child(even) .atr2-year{
  order:2; justify-content:flex-start; padding-left:52px; text-align:left;
}
 
.atr2-heading{
  margin:0 0 10px;
  font-size:21px;
  font-weight:600;
  line-height:1.3;
  color:#151515;
}
.atr2-prose{
  margin:0;
  font-size:15px;
  line-height:1.7;
  color:#4a4a45;
}
 
@media (max-width:768px){
  .atr2-timeline::before,
  .atr2-fill{ left:20px; transform:none; }
 
  .atr2-entry,
  .atr2-entry:nth-child(odd),
  .atr2-entry:nth-child(even){
    flex-direction:column;
    align-items:flex-start;
    padding-left:54px;
    transform:translateX(40px);
  }
  .atr2-entry.is-in{ transform:translateX(0); }
  .atr2-entry::after{ left:20px; }
 
  .atr2-side{ width:100%; }
 
  .atr2-entry:nth-child(odd) .atr2-year,
  .atr2-entry:nth-child(even) .atr2-year,
  .atr2-entry:nth-child(odd) .atr2-info,
  .atr2-entry:nth-child(even) .atr2-info{
    order:0; justify-content:flex-start; text-align:left; padding:0;
  }
  .atr2-entry:nth-child(odd) .atr2-year span::after{ left:0; right:auto; }
  .atr2-year{ margin-bottom:8px; }
  .atr2-year span{ font-size:28px; }
}
 
@media (prefers-reduced-motion:reduce){
  .atr2-entry,
  .atr2-entry:nth-child(odd),
  .atr2-entry:nth-child(even){ transform:none; opacity:1; transition:none; }
  .atr2-entry::after{ transform:translate(-50%,-50%); opacity:1; }
}

/* mobile: single column */
body .pxc-custom-icon-teaser [class*="col-"]:first-child .box.style1 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
body .pxc-custom-icon-teaser [class*="col-"]:last-child .box.style1 {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

@media (min-width: 576px) {
	body .pxc-custom-icon-teaser [class*="col-"]:first-child .box.style1,
	body .pxc-custom-icon-teaser [class*="col-"]:last-child .box.style1 {
		border-radius: 0;
	}
	body .pxc-custom-icon-teaser [class*="col-"]:nth-child(1) .box.style1 { border-top-left-radius:10px; }
	body .pxc-custom-icon-teaser [class*="col-"]:nth-child(2) .box.style1 { border-top-right-radius:10px; }
	body .pxc-custom-icon-teaser [class*="col-"]:nth-last-child(2) .box.style1 { border-bottom-left-radius:10px; }
	body .pxc-custom-icon-teaser [class*="col-"]:last-child .box.style1 { border-bottom-right-radius:10px; }
}

body .pxc-custom-icon-teaser [class*="col-"]:nth-child(1) .box.style1::after { border-top-left-radius:10px; }
body .pxc-custom-icon-teaser [class*="col-"]:nth-child(2) .box.style1::after { border-top-right-radius:10px; }
body .pxc-custom-icon-teaser [class*="col-"]:nth-last-child(2) .box.style1::after { border-bottom-left-radius:10px; }
body .pxc-custom-icon-teaser [class*="col-"]:last-child .box.style1::after { border-bottom-right-radius:10px; }

body .pxc-custom-icon-teaser [class*="col-"]:first-child {
	border-top: 1px solid #e8e4ec;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
body .pxc-custom-icon-teaser [class*="col-"]:last-child {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

@media (min-width: 576px) {
	body .pxc-custom-icon-teaser [class*="col-"]:first-child,
	body .pxc-custom-icon-teaser [class*="col-"]:last-child {
		border-radius: 0;
	}
	
	body .pxc-custom-icon-teaser [class*="col-"]:nth-child(1){ border-top-left-radius:10px; }
	body .pxc-custom-icon-teaser [class*="col-"]:nth-child(2){ border-top-right-radius:10px; }
	body .pxc-custom-icon-teaser [class*="col-"]:nth-last-child(2){ border-bottom-left-radius:10px; }
	body .pxc-custom-icon-teaser [class*="col-"]:last-child{ border-bottom-right-radius:10px; }
}

.block-form-stats .counter_box {
    background: #FFF;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    padding: 37px 15px;
}

.banner-svg {
	position: relative;
	top: -10px;
}

.banner-svg img {
	width: inherit;
	max-width: 650px;
}

[class*="col-"] .banner-text h1 {
	font-size: 50px;
}

.banner-area .row + .hero-bottom {
    margin-top: 30px;
}

.gallery-anim {
	width: calc(100% + 80px);
	position: relative;
	left: -30px;
	margin: -60px 0
}

body.home .block-hero-video + .block-hero-image-text .content-img {
	width: 900px;
	margin: -130px 0 -80px;
	position: relative;
	left: -150px;
}

body.home .block-hero-video + .block-hero-image-text img {
  opacity: 0;
  transition: opacity .4s ease;
}

body.home .block-hero-video + .block-hero-image-text img.is-playing { opacity: 1; }

.screen-scroll {
    overflow: hidden;
}

.screen-scroll .image-shop-scroll {
    display: block;
    width: 100%;
    height: auto !important;
}

.block-image-text-box + .block-testimonials .bg_gradient_gray {
	margin-top: 70px;
}

img[src*="Web-Design-Services.jpg"] + img {
	display: none;
}

@media (min-width: 1100px) {
    .page-id-1442 .cta-box .h4 {
        font-size: 35px;
    }
	
	.block-steps + .block-call-to-action .cta-box.style3 .h4 {
        font-size: 35px;
        margin-bottom: 25px;
    }
}

.block-steps + .block-call-to-action .cta-box.style3 {
    box-shadow: 1px -1px 10px 2px rgb(234 37 125 / 71%);
}

img[src*="ecommerce-seo-audit.webp"] {
	width: auto;
	max-width: inherit;
	float: right;
	position: relative;
	right: -40px;
	max-width: 700px;
}

.process-slider .box.style8 ul {
	padding: 0;
}

.c-table .content-text {
	max-width: 800px;
	margin: 0 auto;
}

.c-table .content-text h3 {
	text-align: center;
	font-size: 38px;
	margin-bottom: 20px;
}

.c-table .content-text table {
	overflow: hidden;
}

.c-table .content-text table thead {
	background: #19181d;
	color: #fff;
}

.c-table .content-text table tr th ,
.c-table .content-text table tr td {
	padding: 10px;
	border: 1px solid #dee2e6;
	line
}

.c-table .content-text table tr th {
	padding: 15px 10px;
	border: 1px solid #312f38;
	border-bottom: 3px solid #ea257d;
}

.timeline-content-wrap {
	position: relative;
}

.timeline-item:nth-child(even) .ts-shape {
	transform: scaleX(-1);
}

.timeline-content-wrap .ts-shape {
	position: absolute;
	left: -180px;
	top: 30%;
}

.timeline-item:nth-child(odd) .timeline-content-wrap .ts-shape {
	right: -180px;
	left: auto;
}

.timeline-content {
	position: relative;
	z-index: 22;
}

.timeline-content-wrap .ts-shape:after {
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 100%);
    width: 100%;
    height: 100%;
    transition: 0.7s all;
}

.timeline-item.active .ts-shape:after {
    height: 0%;
}

.timeline-item:nth-child(2) .ts-shape img {
	opacity: 1;
}

.timeline-item:nth-child(3) .ts-shape img {
	opacity: 0.8;
}

.timeline-item:nth-child(4) .ts-shape img {
	opacity: 0.7;
}

.timeline-item:nth-child(5) .ts-shape img {
	opacity: 0.6;
}

.timeline-item:nth-child(6) .ts-shape img {
	opacity: 0.5;
}

.timeline-item:nth-child(7) .ts-shape img {
	opacity: 0.4;
}

.custom-portfolio {
    background: linear-gradient(180deg, rgba(249, 249, 249, 0.67) 0%, rgba(249, 249, 249, 0) 100%);
}

.cs-sticky-head {
    top: 80px;
    padding: 0;
}

.cs-sticky-head h3 {
    font-size: 38px;
}

.card-item:nth-child(1) { top: 160px; }
.card-item:nth-child(2) { top: 170px; }
.card-item:nth-child(3) { top: 180px; }
.card-item:nth-child(4) { top: 190px; }
.card-item:nth-child(5) { top: 200px; }
.card-item:nth-child(6) { top: 210px; }
.card-item:nth-child(7) { top: 220px; }
.card-item:nth-child(8) { top: 230px; }
.card-item:nth-child(9) { top: 240px; }
.card-item:nth-child(10) { top: 250px; }
.card-item:nth-child(11) { top: 260px; }
.card-item:nth-child(12) { top: 270px; }
.card-item:nth-child(13) { top: 280px; }
.card-item:nth-child(14) { top: 290px; }
.card-item:nth-child(15) { top: 300px; }
.card-item:nth-child(16) { top: 310px; }
.card-item:nth-child(17) { top: 320px; }
.card-item:nth-child(18) { top: 330px; }
.card-item:nth-child(19) { top: 340px; }
.card-item:nth-child(20) { top: 350px; }

.card-item {
    margin-bottom: 30px;
}

.cs-thumb img {
    display: block;
    margin: 0 auto;
}

body.page-id-1792 .card-item:nth-child(1) { top: 220px; }
body.page-id-1792 .card-item:nth-child(2) { top: 230px; }
body.page-id-1792 .card-item:nth-child(3) { top: 240px; }
body.page-id-1792 .card-item:nth-child(4) { top: 250px; }
body.page-id-1792 .card-item:nth-child(5) { top: 260px; }
body.page-id-1792 .card-item:nth-child(6) { top: 270px; }
body.page-id-1792 .card-item:nth-child(7) { top: 280px; }
body.page-id-1792 .card-item:nth-child(8) { top: 290px; }
body.page-id-1792 .card-item:nth-child(9) { top: 300px; }
body.page-id-1792 .card-item:nth-child(10) { top: 310px; }
body.page-id-1792 .card-item:nth-child(11) { top: 320px; }
body.page-id-1792 .card-item:nth-child(12) { top: 330px; }
body.page-id-1792 .card-item:nth-child(13) { top: 340px; }
body.page-id-1792 .card-item:nth-child(14) { top: 350px; }
body.page-id-1792 .card-item:nth-child(15) { top: 360px; }
body.page-id-1792 .card-item:nth-child(16) { top: 370px; }
body.page-id-1792 .card-item:nth-child(17) { top: 380px; }
body.page-id-1792 .card-item:nth-child(18) { top: 390px; }
body.page-id-1792 .card-item:nth-child(19) { top: 400px; }
body.page-id-1792 .card-item:nth-child(20) { top: 410px; }

@media(max-width: 991px) {
	
	.timeline-content-wrap .ts-shape {
		display: none !important;
	}
	
img[src*="ecommerce-seo-audits.webp"] {
    width: auto;
    max-width: inherit;
    float: none;
    position: relative;
    right: 0;
    max-width: 100%;
}
	
}

@media(max-width: 767px) {

	[class*="col-"] .banner-text h1 {
		font-size: 32px;
	}

}

@media(max-width: 585px) {

    .cs-banner-box .item {
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: -1px;
    }
	
	body.home .block-hero-video + .block-hero-image-text .content-img {
		width: 500px;
		margin: -65px 0 10px;
		position: relative;
		left: -50px;
	}

	.award-area .box-wrap {
		margin-bottom: 15px;
	}

	.hiw-nums {
		display: none !important; 
	}
	
	.hiw-track {
		margin-bottom: 40px;
	}	

	.gallery-anim {
		width: 100%;
		position: relative;
		left: 0;
		margin: 0px 0 10px;
	}

	.banner-svg {
		position: relative;
		top: 25px;
		transform: scale(0.6);
		left: -20%;
		transform-origin: center top;
		margin-bottom: -100px;
	}	
	
    .cs-card {
        padding: 25px 15px 58px;
    }
	
	.cs-cta {
		left: 25px;
	}

	.column-content-text {
		padding-top: 10px;
		padding-bottom: 20px;
	}	
	
.case-study-banner.alt img,	
body.postid-3609 .case-study-banner.alt img {
    right: 15px;
    top: 71px;
    position: relative;
    width: calc(100% + 30px);
    max-width: inherit;
}	
	
body.postid-3609 .case-study-banner.alt {
    margin-bottom: 60px;
}
	
body.postid-3609 .cs-image-gallery .col-lg-5 .cs-image-wrapper img {
    max-width: inherit;
    width: auto;
    float: none;
    max-width: 100%;
    margin-top: 0;
}	
	
.cs-image-gallery-alt {
    max-width: auto;
    width: 100%;
    position: relative;
    left: 0;
}
	
.cs-desktop.cs-video-device, .cs-device-mobile.cs-video-device {
    height: auto;
    max-height: 500px;
}	
	
.case-study-banner.alt {
    margin-bottom: 60px;
}

.cs-banner-box.alt-left .item {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: -1px;
    border: 1px solid #3F3F3F !important;
}
	
.cs-image-gallery-alt {
    margin: 20px 0 70px;
}	
	
body .cs-banner-box.alt-left .inner-box {
    padding: 15px;
}
	
body .cs-banner-box .title {
    margin-bottom: 10px;
}	
	
body.postid-3616 .case-study-banner.alt {
    margin-bottom: 0px;
}	
}

.quote-video-trigger {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: .75rem;
    aspect-ratio: auto;
    background: #0e1116;
    cursor: pointer;
    isolation: isolate;
}

.quote-video-trigger img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s cubic-bezier(.2, .7, .3, 1), filter .3s ease;
}

.quote-video-trigger::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,10,14,.15), rgba(8,10,14,.45));
  transition: opacity .3s ease;
}

.quote-play-btn {
  --btn-size: clamp(3.5rem, 7vw, 5rem);
  --btn-bg: #fff;
  --btn-ink: #0e1116;

  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;                     
  translate: -50% -50%;
  display: grid;
  place-items: center;
  width: var(--btn-size);
  height: var(--btn-size);
  border-radius: 50%;
  background: var(--btn-bg);
  color: var(--btn-ink);
  font-size: calc(var(--btn-size) * .32);
  box-shadow: 0 .5rem 1.75rem rgba(0,0,0,.35);
  transition: scale .3s cubic-bezier(.2,.7,.3,1), background-color .3s ease, color .3s ease;
}

.quote-play-btn i {
  margin-left: .12em;            
  line-height: 1;
}

.quote-play-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid var(--btn-bg);
  animation: quote-pulse 2.4s ease-out infinite;
}

@keyframes quote-pulse {
  0%   { scale: 1;    opacity: .7; }
  70%  { scale: 1.55; opacity: 0; }
  100% { scale: 1.55; opacity: 0; }
}

.quote-video-trigger:hover img,
.quote-video-trigger:focus-visible img { transform: scale(1.05); }

.quote-video-trigger:hover::after,
.quote-video-trigger:focus-visible::after { opacity: .7; }

.quote-video-trigger:hover .quote-play-btn,
.quote-video-trigger:focus-visible .quote-play-btn {
  scale: 1.1;
  background: var(--pxc-accent, #ea257d);
  color: #fff;
}

.quote-video-trigger:hover .quote-play-btn::before { border-color: var(--pxc-accent, #ff5a1f); }
.quote-video-trigger:active .quote-play-btn { scale: 1.02; }

.quote-video-trigger:focus-visible {
  outline: 3px solid var(--pxc-accent, #ea257d);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .quote-play-btn::before { animation: none; }
  .quote-video-trigger img,
  .quote-play-btn { transition: none; }
}

.with-steps .row {
counter-reset: step;
}

.with-steps .icon-teaser.style1 {
counter-increment: step;
position: relative;
margin-top: 60px;
padding-top: 85px;
height: calc(100% - 90px);
margin-bottom: 30px;
box-shadow: none !important;
transition: 0.3s all;
}

.with-steps .icon-teaser.style1:hover {
border: 1px solid #e32479;
}

.with-steps .icon-teaser.style1::before {
content: counter(step, decimal-leading-zero);
position: relative;
z-index: 1;
display: block;
width: 110px;
height: 110px;
margin: 0 auto 28px;
border: 1px solid #dfdfdf;
border-radius: 50%;
background: #fff;
font-size: 44px;
font-weight: 800;
line-height: 108px;
letter-spacing: 1px;
color: transparent;
-webkit-text-stroke: 2px #e32479;
text-stroke: 2px #e32479;
margin: 0;
text-align: center;
position: absolute;
top: -60px;
transition: 0.3s all;
}

.with-steps .icon-teaser.style1:hover::before {
border: 1px solid #e32479;
}

.with-steps .icon-teaser.style1 .text {
position: relative;
z-index: 1;
}

.with-steps .section-action {
margin-top: 20px;
}

@media (max-width: 585px) {
.with-steps .icon-teaser.style1::before {
	width: 96px;
	height: 96px;
	line-height: 94px;
	font-size: 36px;
}

.with-steps .icon-teaser.style1 {
	margin-top: 45px;
	padding-top: 55px;
	height: calc(100% - 75px);
}
	
body .pxc-custom-icon-teaser [class*="col-"]:nth-child(1) .box.style1::after {
    border-top-right-radius: 10px;
}
	
body .pxc-custom-icon-teaser [class*="col-"]:last-child .box.style1::after {
    border-bottom-left-radius: 10px;
}
	
/*
.hiw-section .row {
	position: relative;
	padding-left: 45px;
}

.hiw-section .hiw-track-mob {
	position: absolute;
	height: calc(100% - 53px);
	top: 3px;
	left: 15px;
	width: 5px;
	overflow: hidden;
	padding: 0;
	border-radius: 50px;
	overflow: hidden;
}

.hiw-section .hiw-track-mob .hiw-track-fill {
	position: absolute;
	height: 100%;
	width: 5px;
	background: linear-gradient(180deg, #ff2e8a 0%, #f9c4dc 50%, #ffd21e 100%);
	top: 0;
	left: 0;
	z-index: 222;
	transform: scaleY(-0);
	transform-origin: top center;
}

.hiw-section.hiw-in-view .hiw-track-mob .hiw-track-fill {
	transform: scaleY(1);
}	

.hiw-in-view .col-12 article:before {
	content: "01";
	position: absolute;
	top: 0;
	left: -30px;
}

.hiw-in-view .col-12:nth-child(3) article:before {
	content: "02";
}

.hiw-in-view .col-12:nth-child(4) article:before {
	content: "03";
}
	
*/
	
}

.cs-more-inner .cs-meta {
    margin-bottom: 50px;
}

body.page-id-1938 .block-hero-image-text + div + .block-about-alex {
	padding-bottom: 25px
}

.blog-grid__heading {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 1.5rem;
}

.post-card {
	height: 100%;
	background: #fff;
	border: 1px solid #eceef2;
	border-radius: 14px;
	overflow: hidden;
	transition: box-shadow .25s ease, transform .25s ease;
}
.post-card:hover {
	box-shadow: 0 14px 34px rgba(16, 24, 40, .10);
	transform: translateY(-4px);
}

.post-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: inherit;
}

.post-card__media {
	position: relative;
	height: 215px;
	overflow: hidden;
}

.post-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s ease;
}

.post-card__badge {
    position: absolute;
    left: 12px;
    top: 12px;
    background: #EA257D;
    color: #fff;
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .03em;
    text-transform: uppercase;
    padding: 1px 10px;
    border-radius: 999px;
}

/* body */
.post-card__body {
	display: flex;
	flex-direction: column;
	gap: .6rem;
	padding: 1.1rem 1.2rem 1.3rem;
}

.post-card__meta {
	display: flex;
	align-items: center;
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: .82rem;
	color: #6b7280;
}
.post-card__author,
.post-card__time {
	display: flex;
	align-items: center;
	gap: .4rem;
	text-transform: capitalize;
}
.post-card__icon {
	flex-shrink: 0;
	color: #9ca3af;
}
.post-card:hover .post-card__icon { color: #ea257d; }

.post-card__title {
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.4;
	margin: 0;
	transition: color .2s ease;
	display: -webkit-box;
	-webkit-line-clamp: 2;              /* keeps cards even */
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.post-card:hover .post-card__title { color: #ea257d; }

.blog-pagination { margin-top: 3rem; }

.blog-pagination .page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: .5rem;
	list-style: none;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
}
.blog-pagination .page-numbers li { margin: 0; }

.blog-pagination a.page-numbers,
.blog-pagination span.page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 .6rem;
	border: 1px solid #e4e7ec;
	border-radius: 10px;
	background: #fff;
	color: #374151;
	font-weight: 600;
	font-size: .9rem;
	text-decoration: none;
	transition: all .2s ease;
}
.blog-pagination a.page-numbers:hover {
	border-color: #ea257d;
	color: #ea257d;
}
.blog-pagination span.page-numbers.current {
	background: #ea257d;
	border-color: #ea257d;
	color: #fff;
}
.blog-pagination span.page-numbers.dots {
	border: 0;
	background: transparent;
	color: #9ca3af;
}
.blog-pagination .prev,
.blog-pagination .next { font-size: 1.05rem; }






/* ============================================================
   Post meta (under the banner title)
   ============================================================ */
.post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem 1.4rem;
	list-style: none;
	margin: .9rem 0 0;
	padding: 0;
	font-size: .88rem;
	color: rgba(255, 255, 255, .85);      /* sits on the banner image */
}
.post-meta__item { display: flex; align-items: center; gap: .4rem; }
.post-meta__icon { flex-shrink: 0; opacity: .8; }
.post-meta__item a { color: inherit; text-decoration: none; }
.post-meta__item a:hover { color: #ea257d; }
@media (max-width: 575px) { .post-meta { justify-content: center; } }

/* ============================================================
   Featured image (above content)
   ============================================================ */
.post-featured {
	margin: 0 0 2rem;
}
.post-featured__img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 16px;
}

/* ============================================================
   Share
   ============================================================ */
.post-share {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
	margin-top: 2.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid #eceef2;
}
.post-share__label { font-weight: 600; font-size: .92rem; color: #374151; }
.post-share__buttons { display: flex; gap: .5rem; }
.post-share__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid #e4e7ec;
	border-radius: 50%;
	background: #fff;
	color: #6b7280;
	cursor: pointer;
	transition: all .2s ease;
}
.post-share__btn:hover {
	background: #ea257d;
	border-color: #ea257d;
	color: #fff;
	transform: translateY(-2px);
}
.post-share__copy.copied {
	background: #16a34a;
	border-color: #16a34a;
	color: #fff;
}


.author-box {
	display: flex;
	gap: 1.4rem;
	align-items: flex-start;
	margin-top: 2.5rem;
	padding: 1.6rem;
	background: #f8f9fb;
	border: 1px solid #eceef2;
	border-radius: 16px;
}
.author-box__avatar img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 4px 14px rgba(16, 24, 40, .08);
    min-width: 120px;
    max-height: 120px;
}
.author-box__label {
	display: block;
	font-size: .75rem;
	font-weight: 600;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: #9ca3af;
	margin-bottom: .2rem;
}
.author-box__name { margin: 0 0 .45rem; font-size: 1.15rem; font-weight: 700; }
.author-box__name a {
    color: #111827;
    text-decoration: none;
    text-transform: capitalize;
}

.author-box__name a:hover { color: #ea257d; }
.author-box__bio { margin: 0 0 .7rem; font-size: .92rem; line-height: 1.6; color: #4b5563; }
.author-box__link { font-size: .88rem; font-weight: 600; color: #ea257d; text-decoration: none; }
.author-box__link:hover { text-decoration: underline; }
@media (max-width: 575px) {
	.author-box { flex-direction: column; align-items: center; text-align: center; }
}


.post-nav {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
	margin-top: 2.5rem;
}
.post-nav__card {
	display: flex;
	flex-direction: column;
	gap: .35rem;
	padding: 1.1rem 1.3rem;
	border: 1px solid #e4e7ec;
	border-radius: 14px;
	text-decoration: none;
	transition: all .2s ease;
}
.post-nav__card--next { text-align: right; }
.post-nav__card:hover {
	border-color: #ea257d;
	box-shadow: 0 10px 26px rgba(16, 24, 40, .08);
}
.post-nav__dir { font-size: .78rem; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; color: #9ca3af; }
.post-nav__title {
	font-weight: 600;
	color: #111827;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.post-nav__card:hover .post-nav__title { color: #ea257d; }
@media (max-width: 575px) {
	.post-nav { grid-template-columns: 1fr; }
	.post-nav__card--next { text-align: left; }
}


@media (max-width: 585px) {

.timeline-item:nth-child(2) {
    padding-top: 0px;
}
	
    .timeline-wrapper {
        position: relative;
        padding-left: 34px;
    }

    .timeline-rail {
        position: absolute;
        top: 20px;
        bottom: 0;
        left: 9px;
        width: 3px;
        border-radius: 3px;
        background: rgba(0, 0, 0, .10);
        overflow: hidden;
        height: calc(100% + 53px);
    }

    .timeline-rail__fill {
        display: block;
        width: 100%;
        height: 0;
        border-radius: 3px;
		background: linear-gradient(to bottom,  #EA257D 0%,#EA257D 17%,#EA257D 33%,#EA257D 67%,#EA257D 75%,#f9c1d7 100%);
        transition: height .12s linear;
        will-change: height;
    }

    .timeline-item {
        position: relative;
    }

    .timeline-item::before {
        content: "";
        position: absolute;
        left: -34px;
        top: 46px;
        width: 21px;
        height: 21px;
        border-radius: 50%;
        background: #fff;
        border: 3px solid rgba(0, 0, 0, .10);
        transition: border-color .25s ease, transform .25s ease;
        z-index: 2;
    }

    .timeline-item.timeline-item-1::before {
        top: 18px;
    }	
	
    .timeline-item.is-active::before {
        border-color: #EA257D;
        transform: scale(1.12);
    }

    .timeline-item .row > [class*="col-"] {
        order: 0 !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .timeline-rail__fill,
    .timeline-item::before {
        transition: none;
    }
}


.wp-block-rank-math-toc-block {
    --toc-accent: #ea257d;
    --toc-bg: #fbfaf8;
    --toc-line: #ece9e2;
    --toc-muted: 
color-mix(in srgb, currentColor 55%, transparent);
    position: relative;
    background: var(--toc-bg);
    border: 1px solid var(--toc-line);
    border-radius: 16px;
    padding: 25px;
    margin: 20px 0;
}

.wp-block-rank-math-toc-block > h2,
.wp-block-rank-math-toc-block > h3,
.wp-block-rank-math-toc-block > h4 {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 25px !important;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 22px;
	padding: 0;
	line-height: 1;
}

.wp-block-rank-math-toc-block > :is(h2, h3, h4)::after {
	content: "";
	flex: 1;
	height: 1px;
	background: var(--toc-line);
}

.wp-block-rank-math-toc-block ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wp-block-rank-math-toc-block li {
	margin: 0;
	padding: 0;
}

.wp-block-rank-math-toc-block a {
	display: block;
	text-decoration: none;
	border-bottom: 0;
	color: inherit;
	line-height: 1.45;
	transition: color .18s ease, background .18s ease;
}

.wp-block-rank-math-toc-block > nav > ul {
	counter-reset: toc;
	display: grid;
	gap: 0px;
}

.wp-block-rank-math-toc-block > nav > ul > li {
	counter-increment: toc;
}

.wp-block-rank-math-toc-block > nav > ul ul {
	display: none;
}

.wp-block-rank-math-toc-block > nav > ul > li > a {
	position: relative;
	display: flex;
	align-items: baseline;
	gap: 14px;
	font-weight: 550;
	font-size: 1.02rem;
	padding: 9px 12px 9px 14px;
	border-radius: 10px;
	margin-left: -14px;
}

.wp-block-rank-math-toc-block > nav > ul > li > a::before {
	content: counter(toc, decimal-leading-zero);
	flex: none;
	width: 1.6em;
	font-size: .72em;
	font-weight: 600;
	font-variant-numeric: tabular-nums;
	letter-spacing: .04em;
	color: var(--toc-accent);
	opacity: .55;
	transition: opacity .18s ease;
}

.wp-block-rank-math-toc-block > nav > ul > li > a:hover {
	background: color-mix(in srgb, var(--toc-accent) 7%, transparent);
	color: var(--toc-accent);
}

.wp-block-rank-math-toc-block > nav > ul > li > a:hover::before {
	opacity: 1;
}

.wp-block-rank-math-toc-block ul ul {
	display: grid;
	gap: 1px;
	padding: 2px 0 10px 46px;
	position: relative;
}

.wp-block-rank-math-toc-block ul ul::before {
	content: "";
	position: absolute;
	left: 21px;
	top: 2px;
	bottom: 12px;
	width: 1px;
	background: var(--toc-line);
}

.wp-block-rank-math-toc-block ul ul a {
	font-size: .93rem;
	color: var(--toc-muted);
	padding: 5px 12px;
	border-radius: 8px;
	margin-left: -12px;
}

.wp-block-rank-math-toc-block ul ul a:hover {
	color: var(--toc-accent);
	background: color-mix(in srgb, var(--toc-accent) 6%, transparent);
}

.wp-block-rank-math-toc-block a.is-current,
.wp-block-rank-math-toc-block a:focus-visible {
	color: var(--toc-accent);
	background: color-mix(in srgb, var(--toc-accent) 9%, transparent);
	outline: none;
}

.wp-block-rank-math-toc-block a.is-current::before {
	opacity: 1;
}

@media (max-width: 575.98px) {
	.wp-block-rank-math-toc-block {
		padding: 24px 20px 20px;
		border-radius: 14px;
	}
	.wp-block-rank-math-toc-block ul ul {
		padding-left: 34px;
	}
	.wp-block-rank-math-toc-block ul ul::before {
		left: 14px;
	}
}

html { scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.wp-block-rank-math-toc-block a { transition: none; }
}

.footer-partner-logo {
	flex-wrap: wrap;
}

.footer-partner-logo > img {
	margin-right: 5px;
	margin-bottom: 10px;
}

.footer-partner-logo img {
	max-height: 38px;
}

.footer-partner-logo a {
	border: 1px solid #dddddd0d;
	padding: 15px;
	width: calc(100% - 15px);
	display: flex;
	justify-content: center;
	border-radius: 5px;
	margin: 0;
}

.footer-partner-logo a img {
	max-height: 25px;
}

.breadcrumb-area .container {
	padding: 0;
}

body.archive .banner-area.style2 .breadcrumb_navigation ,
body.single-post .banner-area.style2 .breadcrumb_navigation {
    padding-bottom: 30px;
}

body.archive .banner-area.style2 ,
body.single-post .banner-area.style2 {
    padding-bottom: 40px;
}

body.single-post .plain-content > ul > li a:hover,
body.single-post .plain-content > p a:hover {
	text-decoration: underline;
	color: #EA257D;
}

body.archive [class*="col-"] .banner-text h1.h4 {
    font-size: 40px;
}

.wp-block-table thead {
    border-bottom: 3px solid;
    background: #111;
    color: #fff;
    border: 1px solid #111 !important;
}

.wp-block-table thead th {
    border: 1px solid #111 !important;
}

body.archive .banner-area.style2, body.single-post .banner-area.style2 .container {
	position: relative;
	z-index: 2;
}

@media (min-width: 992px) {

body.single-post .banner-text h1.h3 {
    font-size: 40px !important;
}
	
}

@media (max-width: 767px) {

.hiw-section.hiw-in-view .hiw-card {
    margin-top: 20px;
    margin-bottom: 0;
}

.hiw-track {
        margin-bottom: 20px;
    }
	
}

@media (max-width: 991px) {

body.single-post .banner-text h1.h3 ,
body.archive .banner-text h1.h4 {
    font-size: 32px !important;
}
	
}

body.page-id-1938 .company-box img {
    max-height: 100%;
    max-width: 150px;
}

.slick-dots li button {
	padding: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ddd;
}

.slick-dots li button:before {
	display: none;
}

.slick-dots li.slick-active button {
	background: #ea257d;
}

.related-posts {
    background: #f8f9fb;
	padding: 40px 0 75px;
}

.related-posts .h3 {
	font-size: 36px;
}

body.page-id-1792 .pxc-portfolio {
	padding-top: 30px;
}

.cs-card-more.alt {
	min-height: auto;
    background: linear-gradient(45deg, #181818 0%, rgba(234, 37, 125, 0.85) 61%, rgb(118 51 151) 100%);	
	margin: 30px 0 0 0;
}

.cs-card-more.alt h2 {
	color: #fff;
}

.cs-card-more.alt a {
	text-decoration: none !important;
}

.cs-card-more.alt .cs-meta {
    color: #fff;
    opacity: 0.6;
    margin-top: -5px;
}

.post-meta__item a + a::before {
	content: ", ";
	color: rgba(255, 255, 255, .85) !important;
}

.ps-item:after,
.ps-item:before {
	pointer-events: none;
}

