a {
    text-decoration: none;
    transition: .3s;
    color: inherit;
    outline: none;
    border: none;
    background: rgba(0, 0, 0, 0);
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

.it-feature-4-item:hover img {
    filter: brightness(0) invert(1);
}

p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #5E5F62;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif;
    color: #0E2029;
}

.it-header-top-area {
    padding: 8px 0;
    background: #6C52EF;
}

ul {
    margin: 0;
    padding: 0;
}

.it-header-top-list-box ul li {
    display: inline-block;
    list-style-type: none;
    padding-left: 0;
    position: relative;
    padding-right: 37px;
    margin-right: 40px;
    border-right: 1px solid hsla(0, 0%, 100%, .21);
}



.it-header-top-list-box ul li span,
.it-header-top-list-box ul li a {
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.it-header-top-list-box ul li span i,
.it-header-top-list-box ul li span svg {
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 20px;
    color: #DC1D1C;
}

.it-header-top-list-box ul li span a {
    color: white;
    text-decoration: none;
    font-family: "Inter", sans-serif;
}

.it-header-top-social-box {
    margin-left: -50px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.it-header-top-social-box>span {
    font-weight: 400;
    font-size: 15px;
    display: inline-block;
    margin-right: 5px;
    color: #ffffff;
    font-family: "Inter", sans-serif;
}

.it-header-top-social-box a {
    font-size: 14px;
    text-align: center;
    display: inline-block;
    transition: .3s;
    margin: 0 7.5px;
    color: #ffffff;
    position: relative;
    top: -3px;
}

.tp-slider-1-plr {
    padding-top: 220px;
    padding-bottom: 220px;
}

.tp-slider-1-content-wrapp {
    position: relative;
    z-index: 2;
}

.tp-slider-1-active .swiper-slide-active .tp-slider-1-title-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: all 3000ms ease;
}

.tp-section-subtitle {
    font-weight: 700;
    font-size: 30px;
    display: block;
    color: #8338EC;
    margin-bottom: 12px;
    font-family: "Manrope", sans-serif;
}

.tp-slider-1-title {
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
    letter-spacing: -2px;
    margin-bottom: 25px;
    font-family: "Manrope", sans-serif;
}

.tp-slider-1-title-box p {
    color: #5E5F62;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 30.4px;
    width: 90%;
}

.tp-slider-1-active .swiper-slide-active .tp-slider-1-action-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: all 3000ms ease;
}

.tp-slider-1-action-box {
    transform: translateY(200px);
    opacity: 0;
    visibility: hidden;
}

.btn-pink {
    display: inline-block;
    font-weight: 500;
    padding: 18px 50px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #D356BA;
    color: white;
    font-family: "Inter", sans-serif;
    font-size: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.tp-slider-1-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 2500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 2500ms ease-in, -webkit-transform 7000ms ease;
    transition: transform 7000ms ease, opacity 2500ms ease-in;
    transition: transform 7000ms ease, opacity 2500ms ease-in, -webkit-transform 7000ms ease;
}

.tp-slider-1-shape-2 {
    position: absolute;
    right: -5px;
    bottom: -10px;
}

.tp-slider-1-shape-2 span {
    color: #e12454;
}


.tp-slider-1-shape-2 span svg path.line-1 {
    stroke: #8338EC;
    stroke-dasharray: 2300;
    stroke-dashoffset: 3500;
    animation: dash 5s linear forwards infinite;
}


@keyframes dash {
    to {
        stroke-dashoffset: 0px;
        stroke-dasharray: 3000;
    }
}

.tp-slider-1-active .swiper-slide-active .tp-slider-1-shape-1 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: all 3000ms ease;
}

.tp-slider-1-shape-1 {
    transform: translateY(-200px);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

section.tp-slider-1-area.tp-slider-1 {
    overflow: hidden;
}

ul.navbar-nav li a {
    color: #262222;
    font-family: "Inter", sans-serif;
    margin: 0 6px;
    font-weight: 500;
}

ul.navbar-nav li a:hover {
    color: #D356BA;
}


header {
    border-bottom: 1px solid #5E5F62;
}

.it-header-top-list-box ul li:last-child {
    border: 0;
    margin-right: 0;
    padding-right: 0;
}

.pt-120 {
    padding-top: 120px;
}

.it-feature-4-item {
    padding: 45px 35px 35px 50px;
    border: 1px solid #f2f4fb;
    border-radius: 30px;
    box-shadow: 0 20px 30px 0 rgba(1, 6, 20, .1);
    background: #fff;
    transition: .3s;
}

.mb-30 {
    margin-bottom: 30px;
}

.it-feature-4-icon {
    transition: .3s;
    display: inline-block;
    color: #8338EC;
}

.mb-35 {
    margin-bottom: 35px;
}

.it-feature-4-title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
    transition: .3s;
    color: #0E2029;
}

.border-line-white-2 {
    display: inline;
    background-repeat: no-repeat;
    background-size: 0 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    transition: background-size .3s linear;
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff);
}

.it-feature-4-item p {
    margin-bottom: 0;
    transition: .3s;
}

.it-feature-4-item-center .it-feature-4-icon {
    color: #D356BA;
}

.it-feature-4-item:hover {
    background-color: #D356BA;
}

.it-feature-4-item:hover .it-feature-4-icon,
.it-feature-4-item:hover .it-feature-4-title,
.it-feature-4-item:hover p {
    color: #ffffff;
}

.border-line-white-2:hover {
    background-size: 0 1px, 100% 1px;
}

.p-relative {
    position: relative;
}

.pb-140 {
    padding-bottom: 140px;
}

.pt-160 {
    padding-top: 160px;
}

.mb-20 {
    margin-bottom: 20px;
}

.it-section-subtitle {
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 20px;
    color: #D356BA;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.it-section-subtitle:before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 10px;
    transform: translateY(-3px);
    background-color: #D356BA;
}

.it-section-subtitle:after {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    margin-left: 10px;
    transform: translateY(-3px);
    background-color: #D356BA;
}

.it-section-title-3 {
    font-weight: 600;
    font-size: 44px;
    margin-bottom: 0;
    letter-spacing: -.01em;
    text-transform: capitalize;
}

.pb-15 {
    padding-bottom: 15px;
}

.it-about-4-text p {
    font-size: 20px;
    padding-right: 50px;
    margin-bottom: 18px;
}

.it-about-4-experience {
    position: absolute;
    top: 8%;
    left: 6.5%;
    display: inline-block;
    height: 148px;
    width: 148px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background-color: #8338EC;
}


.it-about-4-experience span {
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    display: block;
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
}

.it-about-4-experience i {
    font-size: 16px;
    font-style: normal;
    display: block;
    font-family: "Inter", sans-serif;
}

.it-about-4-thumb img {
    border-radius: 10px;
}

.image-height-auto {
    height: auto;
}

.it-about-4-thumb-sm {
    position: absolute;
    bottom: 35px;
    left: -3%;
    animation: ittranslateX 2s infinite alternate;
    border-radius: 10px;
}

@keyframes ittranslateX {
    0% {
        transform: translateX(-30px)
    }

    to {
        transform: translateX(20px)
    }
}

.btn-pink:hover {
    background-color: #8338EC;
    color: white;
}

.pt-100 {
    padding-top: 100px;
}

.pt-80 {
    padding-top: 80px;
}

.it-about-4-thumb-sm img {
    border-radius: 10px;
}

.it-service-4-area {
    background-repeat: no-repeat;
    background-size: cover;
}

.gray-bg-2 {
    background: #F3F3F3;
}

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

.pb-120 {
    padding-bottom: 120px;
}

.it-service-4-item {
    transition: .3s;
    overflow: hidden;
    border-radius: 10px;
    padding: 10px 10px 40px;
    background-color: #fff;
}

.zoom .img-zoom {
    overflow: hidden;
}

.it-service-4-thumb {
    border-radius: 10px;
    margin-bottom: 25px;
}

.zoom .img-zoom img {
    transition: all 1.3s ease;
}

.it-service-4-thumb img {
    border-radius: 10px;
    width: 100%;
}

.it-service-4-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 25px;
}

.it-service-4-item p {
    padding: 0 24px;
    font-size: 17px;
    transition: .3s;
}

.it-service-4-arrow {
    display: inline-block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    position: relative;
    background-color: #8338EC;
    transition: .3s;
}

.it-service-4-arrow i,
.it-service-4-arrow svg {
    position: relative;
    z-index: 2;
}

.it-service-4-arrow:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: .3s;
    border-radius: 50%;
    background-color: #1F0723;
}

.it-service-4-item:hover {
    background-color: #D356BA;
}

.zoom:hover .img-zoom img {
    transform: scale(1.15);
}

.it-service-4-item:hover .it-service-4-title {
    color: #ffffff;
}

.it-service-4-item:hover p {
    color: #ffffff;
}

.it-service-4-item:hover .it-service-4-arrow {
    color: #1F0723;
    background-color: #ffffff !important;
}

.mb-70 {
    margin-bottom: 70px;
}

.mt-50 {
    margin-top: 50px;
}

.theme-bg {
    background: #8338EC;
}

.rfm-marquee-container {
    overflow-x: hidden;
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
    transform: none;
}

.rfm-marquee {
    flex: 0 0 auto;
    min-width: 100%;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    animation: scroll 10.25625s linear 0s infinite;
    animation-play-state: running;
    animation-delay: 0s;
    animation-direction: normal;
}

@keyframes scroll {
    0% {
        transform: translateX(0%);
    }

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

.rfm-initial-child-container {
    flex: 0 0 auto;
    display: flex;
    min-width: auto;
    flex-direction: row;
    align-items: center;
}

.rfm-child {
    transform: none;
}

.it-text-slider-item {
    display: flex;
    align-items: center;
}

.it-text-slider-item span {
    font-weight: 700;
    font-size: 35px;
    line-height: 1;
    color: #ffffff;
    text-transform: capitalize;
    display: inline-block;
    font-family: "Inter", sans-serif;
}

.it-text-slider-item img {
    margin: 0 45px;
}

.it-text-slider-ptb {
    padding: 25px 0;
}

.it-testimonial-3-ratting-box {
    display: inline-block;
    padding: 20px 30px 20px 20px;
    border-radius: 5px;
    background-color: #0E2029;
}

.it-testimonial-3-ratting-icon {
    display: inline-block;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background-color: #ffffff;
}

.it-testimonial-3-ratting-content span {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    display: block;
    margin-bottom: 4px;
}

.it-testimonial-3-ratting-content span {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    display: block;
    font-family: "Inter", sans-serif;
    margin-bottom: 0;
}

.it-testimonial-3-ratting i {
    font-size: 14px;
}

.it-testimonial-3-ratting-content i {
    color: #fd7405;
}

.mr-15 {
    margin-right: 15px;
}

.mb-40 {
    margin-bottom: 40px;
}

.it-testimonial-3-wrap {
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
    background: #fff;
    overflow: hidden !important;
}

.it-testimonial-3-wrap .it-testimonial-text p {
    font-size: 20px;
}

.it-testimonial-text p {
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    margin-right: 55px;
    text-decoration: underline;
    color: #000000;
    font-family: "Inter", sans-serif;
}

.it-testimonial-3-wrap .it-testimonial-author-info .h5,
.it-testimonial-3-wrap .it-testimonial-author-info h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.it-testimonial-author-info .h5,
.it-testimonial-author-info h5 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #000000;
}

.it-testimonial-3-wrap .it-testimonial-author-info span {
    font-size: 14px;
}

.it-testimonial-author-info span {
    color: #D356BA;
    font-family: "Inter", sans-serif;
}

.it-testimonial-3-dots.swiper-pagination-bullets.swiper-pagination-horizontal {
    left: auto !important;
    width: inherit !important;
}

.it-testimonial-3-dots .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    opacity: 1;
    margin: 0 3px;
    transition: .3s;
    background-color: #8338EC;
    position: relative;
}

.it-testimonial-3-dots .swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #D356BA;
}

.it-testimonial-3-dots .swiper-pagination-bullet:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 9px;
    width: 9px;
    opacity: 0;
    transition: .3s;
    border-radius: 50%;
    text-align: center;
    transform: translateY(-50%);
    background-color: #D356BA;
}

.it-testimonial-3-dots {
    position: absolute;
    bottom: 50px;
    right: 40px;
    z-index: 2;
}

.it-testimonial-3-dots .swiper-pagination-bullet-active:after {
    opacity: 1;
}

.it-video-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background: #D356BA;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-110 {
    padding-top: 110px;
}

.it-funfact-icon {
    display: inline-block;
    height: 90px;
    width: 90px;
    line-height: 82px;
    border-radius: 50%;
    text-align: center;
    background-color: #FFFFFF;
}

.it-funfact-title {
    font-weight: 700;
    font-size: 45px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 2px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.it-funfact-content span.it-funfact-text-two {
    font-weight: 500;
    font-size: 25px;
    text-transform: capitalize;
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
}

.it-video-thumb {
    border: 5px solid #fff;
    border-radius: 30px 30px 0 0;
    position: relative;
}

.it-video-thumb img,
.it-video-thumb:after {
    width: 100%;
    border-radius: 30px 30px 0 0;
}

.it-video-icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.it-video-icon a {
    display: flex;
    height: 102px;
    width: 102px;
    text-align: center;
    line-height: 102px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #D356BA;
    align-items: center;
    justify-content: center;
}

.ripple-white {
    animation: ripple-white 1s linear infinite;
}

@keyframes ripple-white {
    0% {
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .2), 0 0 0 10px hsla(0, 0%, 100%, .2), 0 0 0 20px hsla(0, 0%, 100%, .2)
    }

    to {
        box-shadow: 0 0 0 10px hsla(0, 0%, 100%, .2), 0 0 0 20px hsla(0, 0%, 100%, .2), 0 0 0 30px hsla(0, 0%, 100%, 0)
    }
}

.counter {
    display: inline-block;
}

.it-step-4-item {
    position: relative;
}

.it-step-4-item-line {
    position: absolute;
    right: 8px;
    top: 2%;
    width: 61%;
}

.it-step-4-position {
    font-weight: 400;
    font-size: 14px;
    transition: .3s;
    display: inline-block;
    border-radius: 100px;
    padding: 6px 30px;
    text-align: center;
    margin-bottom: 30px;
    color: #ffffff;
    background-color: #0E2029;
    font-family: "Inter", sans-serif;
}

.it-step-4-icon {
    display: block;
    margin-bottom: 30px;
    color: #DC1D1C;
}

.it-step-4-title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    letter-spacing: -.01em;
}

.it-step-4-item-line img {
    width: 100%;
}

.it-blog-shape-1 {
    position: absolute;
    top: 40%;
    left: 53%;
    animation: itswing .9s infinite alternate forwards;
    transform-origin: bottom left;
}

@keyframes itswing {
    0% {
        transform: rotate(6deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.it-blog-item {
    padding: 30px 30px 40px;
    border-radius: 10px;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .1);
    background: #fff;
}

.it-blog-thumb,
.it-blog-thumb img {
    border-radius: 8px;
}

.it-blog-content {
    padding-left: 10px;
}

.it-blog-meta span:not(:last-child) {
    margin-right: 32px;
}

.it-blog-meta span {
    position: relative;
    padding-left: 25px;
    display: inline-block;
    font-size: 15px;
}

.it-blog-meta span img,
.it-blog-meta span svg {
    position: absolute;
    top: 3px;
    left: 0;
    color: red;
}

.it-blog-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
}

.border-line-black-2 {
    display: inline;
    background-repeat: no-repeat;
    background-size: 0 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    transition: background-size .3s linear;
    background-image: linear-gradient(#1F0723, #1F0723), linear-gradient(#1F0723, #1F0723);
}

.border-line-black-2:hover {
    background-size: 0 1px, 100% 1px;
}

.mb-25 {
    margin-bottom: 25px;
}

.btn-sm {
    padding: 12px 30px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pt-130 {
    padding-top: 130px;
}

.it-newsletter-wrap {
    padding: 58px 75px;
    border-radius: 10px;
    background-color: #8338EC;
}

.it-newsletter-wrap .it-newsletter-title {
    font-size: 34.5px;
}

.it-newsletter-title {
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 0;
    text-transform: capitalize;
    color: #ffffff;
}

.it-newsletter-wrap .it-newsletter-input-box {
    margin-left: 60px;
}

.it-newsletter-input-box {
    margin-left: 36px;
    position: relative;
}

.it-newsletter-wrap .it-newsletter-input-box input {
    padding-left: 25px;
    padding-right: 200px;
    width: 100%;
}

.it-newsletter-input-box input {
    height: 70px;
    line-height: 70px;
    padding-left: 35px;
    padding-right: 80px;
    border-radius: 10px;
    background-color: #ffffff;
}

.it-footer-bg.theme-bg {
    background-color: #0E2029;
}

.it-newsletter-input-btn.it-btn-red {
    padding: 16px 30px;
}

.it-newsletter-input-btn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.it-footer-3-wrap .it-footer-widget-text p {
    padding-right: 50px;
    color: #ffffff;
    font-family: "Inter", sans-serif;
}

.it-footer-widget-text p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #1F0723;
}

.it-footer-widget-tel-icon {
    display: inline-block;
    margin-right: 10px;
}

.it-footer-3-wrap .it-footer-widget-tel-info a,
.it-footer-3-wrap .it-footer-widget-tel-info span {
    color: #ffffff;
}

.it-footer-widget-tel-info a,
.it-footer-widget-tel-info span {
    font-weight: 400;
    font-size: 18px;
    display: block;
    letter-spacing: -.04em;
    color: #1F0723;
    margin-bottom: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.it-footer-col-2-2 {
    margin-left: 95px;
}

.it-footer-3-wrap .it-footer-widget-title {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 30px;
    text-transform: capitalize;
    color: #ffffff;
}

.it-footer-3-wrap .it-footer-widget-menu ul li a {
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
    font-family: "Inter", sans-serif;
}


.it-footer-3-wrap .it-footer-widget-menu ul {
    list-style: none;
}

.it-footer-3-wrap .it-footer-widget-menu ul li:not(:last-child) {
    margin-bottom: 15px;
}

.it-footer-3-wrap .it-footer-widget-menu ul li {
    padding-left: 0;
}

.border-line-white {
    display: inline;
    background-repeat: no-repeat;
    background-size: 0 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    transition: background-size .3s linear;
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff);
}

.border-line-white:hover {
    background-size: 0 1px, 100% 1px;
}

.it-copyright-border {
    border-top: 1px solid hsla(0, 0%, 100%, .1);
}

.it-copyright-ptb {
    padding: 11.5px 0;
}

.it-copyright-content p {
    font-weight: 500;
    font-size: 15px;
    color: #ffffff;
}

.it-copyright-border .it-copyright-content p a {
    text-decoration: none;
    color: #D356BA;
}

.mb-50 {
    margin-bottom: 50px;
}

.it-copyright-social>span {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
}

.it-copyright-social a {
    font-size: 16px;
    margin-left: 18px;
    color: #ffffff;
    position: relative;
    top: -3px;
}

.tp-contact-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tp-contact-thumb-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 800px;
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0px;
    background-position: center center;
}

.tp-contact-box {
    position: relative;
    top: 108px;
    padding: 20px 0;
    margin-left: 46px;
    border-radius: 15px;
    background-color: white;
    box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.06);
}

.tp-contact-content {
    margin: 0 20px;
    padding: 48px 60px;
    border-radius: 15px;
    border: 1px solid #e6e6e6;
}

.tp-contact-form .postbox-comment-input {
    margin-bottom: 20px;
}

.wpcf7-form p {
    margin-bottom: 0;
}

.tp-contact-form .postbox-comment-input input {
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: #f9f9f9;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 56px;
    width: 100%;
    line-height: 56px;
    padding-left: 26px;
    padding-right: 26px;
    color: #7A8A9E;
    font-size: 16px;
    font-family: "Manrope", sans-serif;
}

.tp-section-subtitle-1 {
    font-weight: 700;
    font-size: 16px;
    display: block;
    color: #D356BA;
    margin-bottom: 10px;
    font-family: "Manrope", sans-serif;
}

.tp-contact-form .postbox-comment-input textarea {
    border: 1px solid transparent;
    resize: none;
    height: 148px;
    border-radius: 15px;
    background-color: #f9f9f9;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 16px;
    font-family: "Manrope", sans-serif;
    padding-top: 15px;
    padding-left: 26px;
}

.tp-contact-shape-1 {
    position: absolute;
    right: 0;
    top: 14%;
}

.tp-contact-shape-1 span {
    color: #8338EC;
}

.tp-contact-shape-2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.it-video-icon a i {
    font-size: 30px;
}

.navbar .btn-pink {
    padding-left: 25px;
    padding-right: 25px;
}

.about-us {
    background-image: url(../img/about-banner.png);
}

.podcast {
    background-image: url(../img/podcast-banner.png);
}

.inner-banner {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}

.inner-banner h1 {
    text-align: center;
    color: #FFFFFF;
    font-size: 75px;
}

.inner-banner .tp-slider-1-shape-1 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    animation: floatUp 3s ease-in-out infinite alternate;
    z-index: 1;
    opacity: 0.1;
}

@keyframes floatUp {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-50px);
    }
}

.it-section-title-grotesk {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
    color: #0E2029;
}

.it-about-2-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #5E5F62;
    margin-bottom: 10px;
    padding-right: 0;
}


.it-about-2-more-info {
    border-radius: 5px;
    padding: 35px 21px;
    background-color: #ffffff;
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, .1);
    margin-top: 30px;
}

.it-about-2-more-icon {
    height: 57px;
    width: 57px;
    line-height: 57px;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 25px;
    display: inline-block;
    background-color: #D356BA;
}

.it-about-2-more-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 15px;
}

.it-about-2-more-info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
}

@media (min-width: 1400px) {
    .container-1750 {
        max-width: 1750px;
    }
}

.it-about-2-left-thumb {
    border-radius: 10px;
    overflow: hidden;
}

.img-anim-left {
    animation: img-anim-left 1.3s cubic-bezier(.645, .045, .355, 1) .4s forwards;
    opacity: 0;
}

@keyframes img-anim-left {
    0% {
        transform: translateX(-5%);
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        opacity: 0
    }

    to {
        transform: translateX(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

.it-about-2-left-thumb:hover img {
    transform: scale(1.1) rotate(-2deg);
}

.it-about-2-right-thumb {
    margin-left: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.img-anim-right {
    animation: img-anim-right 1.3s cubic-bezier(.645, .045, .355, 1) .4s forwards;
    opacity: 0;
}

.it-about-2-right-thumb img {
    border-radius: 10px;
    transition: all 1.3s ease;
}

@keyframes img-anim-right {
    0% {
        transform: translateX(5%);
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%);
        opacity: 0
    }

    to {
        transform: translateX(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

.it-about-2-left {
    margin-right: 50px;
}

.it-about-2-middle {
    padding-bottom: 0;
    padding-right: 45px;
}

.it-cta-ptb {
    padding-top: 125px;
    padding-bottom: 295px;
    position: relative;
    z-index: 1;
}

.section-bg {
    background-size: cover;
    background-repeat: no-repeat;
}

.it-cta-shape-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    opacity: .3;
}

.it-cta-ptb:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-color: rgba(18, 16, 18, .7);
}

.it-section-subtitle.white-subtitle {
    color: #ffffff;
}

.it-section-title {
    font-weight: 600;
    font-size: 42px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.it-section-subtitle.white-subtitle:after,
.it-section-subtitle.white-subtitle:before {
    background-color: #ffffff;
}

.z-index-2 {
    position: relative;
    z-index: 2;
}

.it-brand-top-box {
    line-height: 0;
}

.mb-65 {
    margin-bottom: 65px;
}

.it-brand-top-box span {
    font-weight: 500;
    font-size: 16px;
    padding: 8px 55px;
    border-radius: 100px;
    line-height: 1;
    z-index: 1;
    position: relative;
    display: inline-block;
    background-color: #f2ebe9;
    color: #DC1D1C;
}

.it-brand-wrap {
    margin-top: -190px;
    padding: 110px 70px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 16px 40px 0 rgba(15, 2, 17, .1);
}

.mr-100 {
    margin-right: 100px;
}

.it-brand-top-box:after {
    content: "";
    width: 100%;
    height: 1px;
    display: inline-block;
    background-color: #f2ebe9;
    transform: translateY(-20px);
}

.heart-img {
    position: absolute;
    right: 0%;
    top: -45%;
    z-index: -1;
    animation: itswing .9s infinite alternate forwards;
    transform-origin: bottom left;
    right: 15px;
}

.families-bg {
    background-image: url(../img/families-bg.png);
}

.dsps-bg {
    background-image: url(../img/dsps-bg.png);
}

.pb-60 {
    padding-bottom: 60px;
}

.agencies-bg {
    background-image: url(../img/agencies-bg.png);
}

.features-bg {
    background-image: url(../img/features-bg.png);
}

.postbox-left-style .sidebar-right {
    margin-left: 0;
    margin-right: -33px;
}

.sidebar-search-box input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    text-transform: capitalize;
    background-color: rgba(0, 0, 0, 0);
    padding-right: 60px;
    color: #1F0723;
    border: 1px solid #e2e1e1;
    border-radius: 5px;
    outline: none;
    font-family: "Inter", sans-serif;
}

.sidebar-search-button button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    border-radius: 50%;
    display: inline-block;
    color: #1F0723;
    font-size: 18px;
    background-color: transparent;
    border: 0;
    outline: 0;
}

.sidebar-widget-title {
    font-weight: 600;
    font-size: 24px;
    text-transform: capitalize;
}

.sidebar-widget-list {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border: 1px solid #e2e1e1;
    border-radius: 5px;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    color: #5E5F62;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    transition: .3s;
    font-family: "Inter", sans-serif;
}

.sidebar-widget-list span {
    transition: .3s;
    color: #1F0723;
}

.sidebar-widget-list.active,
.sidebar-widget-list:hover {
    background-color: #D356BA;
    border-color: #D356BA;
}

.mb-55 {
    margin-bottom: 55px;
}

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

.sidebar-widget-list.active,
.sidebar-widget-list.active span,
.sidebar-widget-list:hover {
    color: #ffffff;
}

.it-service-details-wrap {
    margin-left: 80px;
}

.it-portfolio-details-title {
    font-weight: 600;
    font-size: 45px;
    text-transform: capitalize;
}

.it-portfolio-details-content p {
    font-weight: 400;
    font-size: 16px;
    color: #5e5f62;
}

.it-portfolio-details-list ul li:not(:last-child) {
    margin-bottom: 10px;
}

.it-portfolio-details-list ul li {
    position: relative;
    list-style: none;
    padding-left: 30px;
}

.it-service-details-wrap .it-portfolio-details-list ul li span {
    color: #1F0723;
}

.it-portfolio-details-list ul li span {
    font-weight: 500;
    font-size: 20px;
    font-family: "Inter", sans-serif;
}

.it-portfolio-details-list ul li span i {
    position: absolute;
    color: #D356BA;
    top: 6px;
    left: 0;
    font-size: 20px;
}

.it-portfolio-details-thumb img {
    border-radius: 10px;
}

.it-service-details-box {
    margin-left: -55px;
}

.it-portfolio-details-content p {
    font-weight: 400;
    font-size: 16px;
    color: #5e5f62;
}

.it-service-details-wrap .it-portfolio-details-list.service-style ul li {
    border-radius: 5px;
    padding: 9px 25px 9px 55px;
    background-color: #f2ebe9;
}

.it-service-details-wrap .it-portfolio-details-list.service-style ul li span i,
.it-service-details-wrap .it-portfolio-details-list.service-style ul li span svg {
    left: 20px;
    top: 53%;
    transform: translateY(-50%);
}

.it-service-details-wrap .it-portfolio-details-list.service-style ul li span {
    font-size: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.contact-bg {
    background-image: url(../img/contact-bg.png);
}

.it-contact-innar-style .it-contact-form-box {
    margin: 0;
    padding: 58px 70px;
    background-color: #f2ebe9;
}


.it-contact-shape-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    opacity: .2;
}

.it-contact-innar-style.it-contact-style-2 .it-contact-input-box input {
    height: 58px;
    line-height: 58px;
    font-weight: 400;
    font-size: 16px;
    color: var(--it-common-black);
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    padding: 0 30px;
    letter-spacing: -.01em;
    width: 100%;
}

.it-contact-innar-style .it-contact-form-title {
    font-weight: 600;
    font-size: 30px;
    text-transform: capitalize;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(94, 95, 98, .1411764706);
}

.mb-45 {
    margin-bottom: 45px;
}

.it-contact-inner-list>span {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
    text-transform: uppercase;
    color: #1F0723;
}

.it-contact-inner-list ul li:not(:last-child) {
    margin-bottom: 25px;
}

.it-contact-inner-list ul li {
    display: block;
    list-style-type: none;
}

.it-contact-inner-list ul li span {
    font-weight: 500;
    font-size: 15px;
    position: relative;
    display: inline-block;
    padding-left: 35px;
    transition: .3s;
    color: #1F0723;
}

.it-contact-inner-list ul li span i,
.it-contact-inner-list ul li span svg,
.it-contact-inner-list ul li span img {
    position: absolute;
    top: 2px;
    left: 0;
    color: #D356BA;
}

.it-map-wrap {
    height: 100%;
}

.it-map-wrap iframe {
    height: 100%;
}

.apps-row {
    background-color: #0E2029;
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
}

.app-img {
    position: absolute;
    right: 4%;
    z-index: 1;
}

.apps-content h3 {
    color: #D356BA;
    font-size: 50px;
    margin-bottom: 0;
}

.apps-content h1 {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 65px;
    margin-bottom: 0;
}

.apps-content {
    padding-left: 100px;
}

.apps-content p {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
}

.apps-content ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.apps-content ul li a:hover img {
    transform: scale(1.05);
}

.apps-content ul li a img {
    transition: all 0.4s ease;
}

.it-feature-4-item p a {
    color: #D356BA;
}

.it-feature-4-item:hover p a {
    color: white;
}

.it-service-4-item p a {
    color: #D356BA;
}

.it-service-4-item:hover p a {
    color: white;
}

.it-step-4-content {
    width: 90%;
}

.audio-wrapper {
    padding: 20px;
    border: 1px solid #f2f4fb;
    border-radius: 30px;
    box-shadow: 0 20px 30px 0 rgba(1, 6, 20, .1);
    background: #fff;
    transition: .3s;
    text-align: center;
    margin: 15px 0px;
}

.audio-wrapper audio {
    width: 100%;
}

.audio-wrapper h4 {
    margin-bottom: 15px;
    font-size: 20px;
}

section.podcast-wrapper {
    padding: 80px 0px;
}

.navbar-brand {
    margin-right: 0;
}

a.navbar-brand img {
    width: 200px;
}

.blog-description ul {
    /* list-style: none; */
    padding-left: 1rem;
    margin-bottom: 1rem;
}

.blog-description ul li {
    color: #5E5F62;
    text-transform: capitalize;
}

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




.video-banner {
    position: relative;
    width: 100%;
    height: 100vh; /* or auto if you want video height */
    overflow: hidden;
}

.video-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.video-banner h1 {
    text-align: center;
    color: #fff;
    font-size: 75px;
}