@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;    
}

.home .block-hero-video + div section:not(.aos-animate) {
	opacity: 0
}

@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
}

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

    50% {
        transform: translateY(-35px);
    }

    100% {
        transform: translateY(0);
    }
}

.content-img.group-mockup-img .item {
    animation: floatUpDown 3s ease-in-out infinite;
}

/* Optional: Add delay for staggered animation effect */
.content-img .item:nth-child(2) {
    animation-delay: 0.3s;
}

.content-img .item:nth-child(3) {
    animation-delay: 0.6s;
}

.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: 20px 40px;
    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 {
    filter: grayscale(1) brightness(1);
    mix-blend-mode: multiply;
    transition: all 0.4s;
    max-height: 90%;
    max-width: 150px;
}

.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: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #CDBFD6;
}

.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: 20px 20px 50px rgba(0, 0, 0, 0.04);
    padding: 32px 40px;
    border-radius: 10px !important;
    position: relative;
}

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

.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;
}

.team-box .image img {
    width: 100%;
    height: 100%;
}

.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;
}

.custom-portfolio > .container > h3 {
	position: sticky;
	top: 80px;
}

/*
.custom-portfolio > .container {
    position: sticky;
    top: 80px;
    transform: scale(0.96);
}

.custom-portfolio > .container > div:nth-child(3) {
    top: 95px;
    transform: scale(0.97);
}

.custom-portfolio > .container > div:nth-child(4) {
    top: 110px;
    transform: scale(0.98);
}

.custom-portfolio > .container > div:nth-child(5) {
    top: 125px;
    transform: scale(0.99);
}

.custom-portfolio > .container > div:nth-child(6) {
    top: 140px;
    transform: scale(1);
} */

.cards {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 150px;
  display: grid;
  grid-template-rows: repeat(var(--cards-count), var(--card-height));
  gap: 150px 0;
}

.card-item {
  position: sticky;
  top: 150px;
}

.about-timeline .text-center {
	position: sticky;
	top: 80px;
}

.about-timeline .card-item {
  top: 180px;
}

.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: red;
}

body.page-id-1220 .process-slider .box.style8 p i[class*="xmark"] {
    background: red;
}

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 {
    margin-left: 15px;
    font-size: 20px;
}

.about-me a: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: 36px;
}

.single-post-content .content-text h3 {
    font-size: 30px;
}

.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: 768px) {
	
.pxc-portfolio > .container > .row > [class*="col-"]:last-child,
.page-id-1792 .l-blocks-wrap > section:first-child > .container > .row > [class*="col-"]:last-child {
	display: none;
}

}

@media(max-width: 767px) {

.pxc-portfolio > .container > .row > [class*="col-"]:nth-last-child(2),
.page-id-1792 .l-blocks-wrap > section:first-child > .container > .row > [class*="col-"]:nth-last-child(2) {
	display: none;
}
	
}

@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;
}