.about-text p,
body,
p {
    font-family: Lexend, sans-serif
}

#myBtn,
.float {
    position: fixed
}

html {
    scroll-behavior: smooth
}

body {
    overflow-x: hidden
}


.bg-retail {
    background-image: url('../images/landing/ecommerce.webp');
}

.bg-health {
    background-image: url('../images/landing/medical.webp');
}

.bg-realestate {
    background-image: url('../images/landing/real-estate.webp');
}

.bg-edu {
    background-image: url('../images/landing/education.webp');
}

.bg-finance {
    background-image: url('../images/landing/finance.webp');
}

.bg-saas {
    background-image: url('../images/landing/technology.webp');
}

.bg-travel {
    background-image: url('../images/landing/travel.webp');
}

.bg-const {
    background-image: url('../images/landing/construction.webp');
}

/* New Industry Backgrounds */
.bg-auto {
    background-image: url('../images/landing/automotive.webp');
}

.bg-manu {
    background-image: url('../images/landing/industries.webp');
}

.bg-media {
    background-image: url('../images/landing/media.webp');
}

.bg-food {
    background-image: url('../images/landing/food.webp');
}


.footer-socialss {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0
}

.footer-socialss li {
    margin-right: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    align-self: center;
    border-radius: 50px;
    text-align: center
}


.modify {
    margin-top: 5rem
}

::-webkit-scrollbar {
    width: 10px !important
}

::-webkit-scrollbar-track {
    background: rgb(240 238 244 / .6) !important;
    border-radius: 6px !important
}

::-webkit-scrollbar-thumb {
    border-radius: 8px !important;
    background: #00afef !important
}

::-webkit-scrollbar-thumb:hover {
    cursor: pointer
}

.float {
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100
}

.my-float {
    margin-top: 16px
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(images/Home/toggle-buttom.webp) !important
}

.common-spacing {
    padding-left: 200px;
    padding-right: 200px
}

a,
h2,
h3 {
    font-size: 14px
}

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

.about-text p,
p {
    color: #5b5b5b
}

#myBtn i,
.bg-theme-gradient-odd:nth-child(odd) .rbt-testimonial-box .clint-info-wrapper .client-info .title,
.feature-block-one:hover .inner-box .text,
.feature-block-one:hover .inner-box h5,
.feature-block-one:hover .inner-box h5 a,
.footer-socialss li a,
.theme-btn:hover,
button {
    color: #fff
}

li {
    list-style: none
}

h1 {
    font-size: 30px;
    font-weight: 600
}

#myBtn i,
.service-block-three .inner-box .icon-box .bg-layer i,
h4 {
    font-size: 20px
}

p {
    font-size: 16px;
    font-weight: 300;
    line-height: 33px
}

.font-new {
    font-size: 16px;
    font-weight: 300;
    line-height: 33px
}

.about-text p {
    line-height: 1.7;
    font-size: 15px;
    font-weight: 400
}

.development-content h1,
.news-block-one .inner-box .hover-move h3 {
    font-size: 25px
}

.banner-button button,
.newsfeed-wrapper .banner-button button {
    font-size: 16px;
    font-weight: 300;
    background-color: #fff0;
    padding: 5px 10px
}

.banner-button button {
    border: 1px solid #fff;
    color: #fff;
    border-radius: inherit
}

.newsfeed-wrapper .banner-button button {
    border: 1px solid #000;
    color: #000;
    border-radius: inherit
}

button {
    border-radius: inherit;
    border: 1px solid #000;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
    background-color: #000
}

#myBtn {
    display: none;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: 0;
    background-color: #ff5a01;
    cursor: pointer;
    padding: 15px;
    border-radius: 30px
}

#myBtn:hover {
    background-color: #555
}

@media(max-width:1500px) {
    .common-spacing {
        padding-left: 50px;
        padding-right: 50px
    }

    .modify {
        margin-top: 0
    }
}

@media(max-width:1200px) {
    h1 {
        font-size: 30px
    }
}

@media(max-width:992px) {
    h1 {
        font-size: 25px
    }

    .h2-title {
        font-size: 20px
    }

    .logo-box p,
    a {
        font-size: 14px
    }

    .contact-section {
        height: 150px
    }

    .contact-content h1 {
        font-size: 12px
    }

    button {
        padding: 5px 10px
    }

    .service-accordin li {
        line-height: 22px;
        font-size: 14px
    }

    .service-box {
        height: inherit !important;
        padding: 15px 10px !important
    }
}

@media(max-width:768px) {
    h1 {
        font-size: 20px;
        font-weight: 600
    }

    h2,
    h3,
    h4 {
        font-size: 14px
    }

    .h2-title {
        padding-top: 15px
    }

    .accordion .card h2 {
        font-size: 22px !important
    }
}

@media(max-width:577px) {
    .common-spacing {
        padding-left: 15px;
        padding-right: 15px
    }

    button {
        font-size: 10px
    }

    .accordion .card h2 {
        font-size: 20px !important;
        background-size: 15px
    }

    .service-accordin li {
        line-height: 20px;
        font-size: 10px
    }

    .accordion .card {
        padding: 15px !important
    }
}

.carousel-control {
    bottom: 0 !important;
    width: 100%;
    text-align: center
}

@media only screen and (min-width:300px) and (max-width:400px) {
    .width-300 {
        width: 250px
    }

    .banner-rotate {
        position: absolute;
        top: 28% !important;
        text-align: center;
        left: 33% !important;
        font-size: 27px !important;
        color: #fff;
        font-weight: 700;
        line-height: 1.5
    }
}

@media only screen and (min-width:401px) and (max-width:599px) {
    .width-300 {
        width: 300px
    }

    .banner-rotate {
        position: absolute;
        top: 29% !important;
        text-align: center;
        left: 34% !important;
        font-size: 30px !important;
        color: #fff;
        font-weight: 700;
        line-height: 1.5
    }
}

@media only screen and (min-width:600px) and (max-width:767px) {
    .width-300 {
        width: 350px
    }

    .banner-rotate {
        position: absolute;
        top: 30% !important;
        text-align: center;
        left: 35% !important;
        font-size: 30px !important;
        color: #fff;
        font-weight: 700;
        line-height: 1.5
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .width-300 {
        width: 400px
    }

    .banner-rotate {
        position: absolute;
        top: 28% !important;
        text-align: center;
        left: 36% !important;
        font-size: 43px !important;
        color: #fff;
        font-weight: 700;
        line-height: 1.5
    }
}

@media only screen and (min-width:1701px) and (max-width:1800px) {
    .container {
        max-width: 1650px
    }
}

@media only screen and (min-width:1801px) and (max-width:1920px) {
    .container {
        max-width: 1750px
    }
}

@media only screen and (min-width:1500px) and (max-width:1700px) {
    .container {
        max-width: 1450px
    }
}

@media only screen and (min-width:1300px) and (max-width:1499px) {
    .container {
        max-width: 1250px
    }
}

@media only screen and (min-width:1500px) and (max-width:1920px) {
    .containersss {
        max-width: 95% !important
    }
}

@media only screen and (min-width:1200px) and (max-width:1300px) {
    .contain-max {
        max-width: 95% !important
    }
}

.header-wrapper {
    background-color: unset
}

.fixed {
    transition: top .1s
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.flo-left,
.floa-left,
.fw-theme-steps.steps-6 .fw-theme-steps-wrap:nth-child(odd) .fw-step-right-part .item-text {
    float: left
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .width-300 {
        width: 400px
    }

    .banner-rotate {
        position: absolute;
        top: 29% !important;
        text-align: center;
        left: 27% !important;
        font-size: 47px !important;
        color: #fff;
        font-weight: 700;
        line-height: 1.5
    }

    .hei-130 {
        height: 180px !important
    }

    .dropdown-header {
        font-size: 12px !important
    }
}

@media only screen and (min-width:1200px) and (max-width:1500px) {
    .hei-130 {
        height: 150px !important
    }
}

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

    .sec-title h2,
    .seo-heading-h1,
    .web-list h2 {
        font-size: 21px !important
    }

    .pag-wi-50,
    .project-inquiry .image-inner .image-box .image-1 img {
        width: 100% !important
    }

    #image_block_16 .image-box .bg-layer,
    #image_block_16 .image-box .image-1,
    .banner-style-six .image-shap,
    .feature-style-seven .pattern-bg1,
    .feature-style-seven .pattern-bg2 {
        display: none
    }

    #content_block_16 .content-box .download-btn .app-store-btn {
        margin-right: 20px
    }

    .btm-set {
        position: fixed;
        bottom: 40px !important;
        right: 30px !important;
        z-index: 99999;
        display: inline-block
    }

    .btm-set .tooltip-text {
        position: absolute;
        bottom: 70px;
        right: 0;
        background-color: #25D366;
        color: #fff;
        padding: 8px 12px;
        border-radius: 6px;
        font-size: 14px;
        white-space: nowrap;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease;
        transform: translateY(5px);
        box-shadow: 0 2px 8px rgb(0 0 0 / .2)
    }

    .btm-set .tooltip-text::after {
        content: "";
        position: absolute;
        top: 100%;
        right: 20px;
        border-width: 6px;
        border-style: solid;
        border-color: #25D366 #fff0 #fff0 #fff0
    }

    .btm-set:hover .tooltip-text {
        visibility: visible;
        opacity: 1;
        transform: translateY(0)
    }

    .btm-set.show-tooltip .tooltip-text {
        visibility: visible;
        opacity: 1;
        transform: translateY(0)
    }

    .mobile-center {
        text-align: center !important
    }

    .hei-130 {
        height: 180px !important
    }

    .floa-left {
        float: unset !important
    }

    .feature-style-six .content-box,
    .feature-style-six .inner-box:last-child .image-box,
    .pricing-style-three .content-box {
        margin: 0 0 30px !important
    }

    .addre-check .addre-img,
    .pag-wi-50 {
        margin-bottom: 20px
    }

    .feature-style-six .inner-box:first-child .image-box {
        margin: 0 !important
    }

    #image_block_14 .image-box .bg-layer,
    #image_block_36 .image-box .bg-layer,
    #image_block_37 .image-box .bg-layer,
    .anim-icons,
    .betterlook-section .pattern-bg1,
    .betterlook-section .pattern-bg2,
    .crm-programming .image-layer,
    .dis-n,
    .feature-style-11 .inner-content .inner-box:first-child .image-box .bg-layer,
    .feature-style-11 .inner-content .inner-box:last-child .image-box .bg-layer,
    .feature-style-11 .inner-content .inner-box:nth-child(2) .image-box .bg-layer,
    .feature-style-11 .inner-content .inner-box:nth-child(3) .image-box .bg-layer,
    .feature-style-11 .inner-content .inner-box:nth-child(4) .image-box .bg-layer,
    .testimonial-style-11 .inner-container .bg-layer {
        display: none !important
    }

    .feature-style-13 .inner-box:first-child .content-box,
    .feature-style-13 .inner-box:last-child .image-box {
        margin: 0 0 20px !important
    }

    .feature-style-13 .inner-box .content-box {
        margin-top: 0
    }

    .dis-b {
        display: block !important
    }

    .seo-heading-h1 {
        font-weight: 700;
        color: #000;
        padding-top: 15px
    }

    .addre-check {
        display: unset !important;
        align-items: center;
        gap: 0
    }

    .footer-socialss {
        justify-content: center;
        margin-bottom: 15px;
    }

    .take-control {
        padding: 40px 0 !important
    }

    .enterprise-section {
        padding: 35px 0 !important
    }

    .take-control .sec-title h2 {
        line-height: 35px !important
    }

    #content_block_38 .content-box .sec-title h2 {
        margin-bottom: 30px !important
    }

    .project-inquiry .image-inner {
        margin-bottom: 20px !important
    }

    .project-inquiry .image-inner .image-box .image-1 {
        float: none !important;
        margin-bottom: 30px !important
    }

    .project-inquiry .image-inner .image-box .image-2 {
        position: relative !important;
        bottom: 0 !important;
        text-align: center !important
    }

    .enterprise-section .single-column:nth-child(2) .single-item .inner-box,
    .enterprise-section .single-column:nth-child(3) .single-item .inner-box,
    .enterprise-section .single-item .inner-box {
        padding: 50px 30px !important
    }

    .enterprise-section .single-column:nth-child(2) .single-item .inner-box .image-box,
    .enterprise-section .single-column:nth-child(3) .single-item .inner-box .image-box,
    .enterprise-section .single-item .inner-box .image-box {
        position: relative !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        margin-bottom: 30px !important
    }

    .service-style-three .sec-title h2 {
        font-size: 21px !important;
        line-height: 35px
    }

    #content_block_40 .inner-box .single-items:nth-child(2) {
        margin-left: 0 !important
    }

    .pag-wi-50 {
        position: relative;
        padding: 10px !important
    }

    .screen {
        height: 300px !important
    }

    .mission-list li {
        font-size: 18px !important
    }

    .padd-80 {
        padding: 30px 0 !important
    }

    .matrimony-wrapper {
        background-image: unset !important;
        background-color: #000
    }

    .footer-menu {
        margin-top: 20px !important
    }

    #image_block_14 .image-box .image-1 img {
        max-width: 100% !important;
        float: none !important
    }

    #content_block_38 .content-box {
        margin-bottom: 50px !important
    }

    .feature-style-13 .inner-box:first-child .image-box img {
        float: none !important;
        max-width: 100% !important;
        width: 100%
    }

    .inside-software .content-box {
        margin: 0 0 50px
    }

    .inside-software .content-box .text {
        padding-right: 0 !important
    }

    .inside-software .inner-content {
        margin: 0 !important;
        padding: 0
    }

    .inside-software .inner-content .single-column {
        padding: 0 15px !important
    }

    .feature-block-one .inner-box {
        margin-bottom: 30px
    }

    .betterlook-section .content-box {
        margin-bottom: 30px !important;
        margin-right: 0 !important
    }

    #image_block_30 .image-box img,
    #image_block_32 .image-box img,
    .banner-style-13 .image-box img,
    .feature-style-ten .inner-container .inner-box .image-box img,
    .security-invisible .image-box img,
    .software-product .image-box img,
    .solution-section #image_block_31 .image-box img,
    .streamline-section .image-box img {
        max-width: 100% !important;
        float: none !important;
        width: 100% !important
    }
}

.marquee,
.marquee-block {
    box-sizing: border-box;
    position: relative
}

#image_block_16 .image-box .image-1 img,
.mobile-menu {
    max-width: 100%
}

@media only screen and (max-width:599px) {
    .feature-style-six .inner-box:first-child .image-box .image-1 {
        margin-bottom: 30px
    }

    #image_block_14 .image-box .image-2 {
        position: relative !important;
        left: 0 !important;
        bottom: 0 !important;
        text-align: center !important
    }

    .mb-ma-tp-100 {
        margin-top: 100px
    }
}

@media only screen and (max-width:575px) {
    .wi-50-img-200 {
        width: 50%
    }

    .wi-50-img-200 img {
        max-width: 150px
    }
}

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

    #image_block_16 .image-box .image-1,
    #image_block_16 .image-box .image-2 {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        display: none;
        text-align: center;
        margin-bottom: 20px
    }

    #content_block_16 .content-box .text {
        padding-right: 0
    }

    .icon-box,
    .wi-50-tab {
        margin-bottom: 20px
    }

    #image_block_16 .image-box {
        margin: 0 !important
    }

    .small-tab-dis-n {
        display: none !important
    }

    .small-tab-dis-b {
        display: block !important
    }

    .download-apps {
        padding: 40px 0 30px !important
    }

    .wi-50-tab {
        width: 50% !important
    }

    .feature-style-six .inner-box:last-child .image-box img {
        max-width: none;
        float: none;
        width: 100%
    }

    .feature-style-13 {
        padding-bottom: 50px
    }

    .feature-style-13 .inner-box:first-child,
    .feature-style-six .inner-box:first-child {
        margin-bottom: 30px !important
    }

    .feature-style-six .inner-box:first-child .image-box {
        padding-top: 30px !important
    }

    .main-wrapper {
        background-image: unset !important;
        background-color: #000
    }

    .hei-130 {
        height: unset !important
    }
}

.icon-box {
    margin-bottom: 40px
}

.hei-130 {
    height: 130px
}

.marquee {
    top: 300px;
    animation: 45s linear infinite marquee;
    margin: 0 auto;
    text-align: center;
    color: #fff
}

@keyframes marquee {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(-150%)
    }
}

.clr-000 {
    color: #000 !important
}

#content_block_14 .inner-content .feature-block-one:hover .icon-box,
.bg-theme-gradient-odd:nth-child(odd) .rbt-testimonial-box .description p,
.btn-marq-white a,
.clr-fff {
    color: #fff !important
}

.fnt-we-600 {
    font-weight: 600 !important
}

.fnt-we-500 {
    font-weight: 500 !important
}

.txt-jus {
    text-align: justify !important
}

.padd-both-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.padd-both-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.padd-both-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.padd-both-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

.padd-tp-20 {
    padding-top: 20px !important
}

.padd-tp-30 {
    padding-top: 30px !important
}

.marg-tp-20 {
    margin-top: 20px !important
}

.marg-tp-30 {
    margin-top: 30px !important
}

.form-group,
.marg-btm-20 {
    margin-bottom: 20px !important
}

.marg-btm-10,
ul.list-styled-1 li,
ul.list-styled-2 li {
    margin-bottom: 10px !important
}

.marg-btm-30 {
    margin-bottom: 30px !important
}

.marg-both-10 {
    margin: 10px 0 !important
}

.marg-both-20 {
    margin: 20px 0 !important
}

.marg-both-30 {
    margin: 30px 0 !important
}

.marg-both-40 {
    margin: 40px 0 !important
}

.dis-c {
    display: contents
}

.dis-f {
    display: flex
}

.marquee-block {
    width: 100%;
    height: 740px;
    overflow: hidden;
    margin: 20px 0;
    padding: 0
}

.marquee-inner {
    position: absolute;
    margin: 0
}

.marquee-inner.to-left {
    animation: 25s linear infinite marqueeTop;
    animation-play-state: start
}

.marquee-inner.to-left:hover,
.marquee-inner.to-right:hover {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    cursor: pointer
}

.marquee-inner.to-right {
    animation: 25s linear infinite marqueeBottom
}

.marquee-item {
    width: 100% transition:all .2s ease-out
}

.icon-box:hover img,
.marquee-item img:hover {
    filter: unset !important
}

@keyframes marqueeTop {
    0% {
        top: 0
    }

    100% {
        top: -100%
    }
}

@keyframes marqueeBottom {
    0% {
        top: -100%
    }

    100% {
        top: 0
    }
}

.btn-marq-white a {
    padding: 10px 25px;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 400;
    background: 0 0;
    border-radius: inherit
}

.btn-marq-black a,
.btn-marq-white:hover a {
    color: #000 !important;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 400
}

.btn-marq-black i,
.btn-marq-white i {
    margin-left: 1em
}

.btn-marq-white:hover a {
    border: 1px solid #fff;
    background-color: #fff !important;
    border-radius: inherit;
    border-radius: 30px
}

.btn-marq-black:hover i,
.btn-marq-white:hover i {
    transform: translate(7px) rotate(0)
}

.rbt-section-gap {
    padding: 30px 0
}

.overflow-hidden {
    overflow: hidden !important
}

.scroll-animation-wrapper {
    position: relative;
    z-index: 1
}

.scroll-animation.scroll-right-left {
    -webkit-animation: 80s linear infinite forwards scroll;
    -moz-animation: 80s linear infinite forwards scroll;
    animation: 80s linear infinite forwards scroll
}

.scroll-animation.scroll-left-right {
    -webkit-animation: 80s linear infinite forwards scrollLeft;
    -moz-animation: 80s linear infinite forwards scrollLeft;
    animation: 80s linear infinite forwards scrollLeft
}

.scroll-animation {
    display: flex;
    width: 7200px;
    position: relative
}

.scroll-animation .single-column-20 {
    padding: 0 9px
}

.rbt-testimonial-box {
    position: relative;
    z-index: 2;
    border-radius: var(--radius)
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .rbt-testimonial-box .inner {
        padding: 15px
    }
}

.rbt-testimonial-box .inner {
    position: relative;
    padding: 15px;
    z-index: 2;
    background: #fff;
    border-radius: 15px;
    text-align: center
}

.rbt-testimonial-box.style-2 .icons {
    display: flex;
    align-items: center;
    justify-content: center
}

.rbt-testimonial-box.style-2 .icons img {
    max-height: 50px
}

.rbt-testimonial-box .description {
    margin-top: 20px
}

.rbt-testimonial-box.style-2 .clint-info-wrapper {
    display: flex;
    align-items: center;
    margin-top: 22px;
    justify-content: center
}

.jobs-card,
.mainss {
    flex-direction: column
}

.rbt-testimonial-box.style-2 .clint-info-wrapper .thumb {
    height: 40px;
    padding: 2px;
    min-width: 40px
}

.rbt-testimonial-box .clint-info-wrapper .thumb {
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 70px;
    padding: 3px;
    background: #fff;
    border-radius: 100%;
    overflow: hidden;
    min-width: 70px;
    border: 2px solid var(--primary-opacity)
}

.rbt-testimonial-box .clint-info-wrapper .thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 100%
}

.rbt-testimonial-box.style-2 .clint-info-wrapper .client-info {
    padding-left: 15px
}

.rbt-testimonial-box.style-2 .clint-info-wrapper .client-info .title span {
    line-height: inherit;
    display: inline-block;
    font-size: inherit
}

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

    to {
        -webkit-transform: translateX(-webkit-calc(-250px * 7));
        transform: translateX(-1750px)
    }
}

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

    to {
        -moz-transform: translateX(-moz-calc(-250px * 7));
        transform: translateX(-1750px)
    }
}

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

    to {
        -webkit-transform: translateX(-webkit-calc(-250px * 7));
        -moz-transform: translateX(-moz-calc(-250px * 7));
        transform: translateX(-1750px)
    }
}

@-webkit-keyframes scrollLeft {
    0% {
        -webkit-transform: translateX(-webkit-calc(-250px * 7));
        transform: translateX(-1750px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-moz-keyframes scrollLeft {
    0% {
        -moz-transform: translateX(-moz-calc(-250px * 7));
        transform: translateX(-1750px)
    }

    to {
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes scrollLeft {
    0% {
        -webkit-transform: translateX(-webkit-calc(-250px * 7));
        -moz-transform: translateX(-moz-calc(-250px * 7));
        transform: translateX(-1750px)
    }

    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

.btn-marq-black a {
    border: 1px solid #000;
    background: 0 0;
    border-radius: 30px
}

.btn-marq-black:hover a {
    padding: 10px 25px;
    border: 1px solid #000;
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    background-color: #000 !important;
    border-radius: 30px
}

.contact a,
.footer-menu a,
.service-box a,
.service-box:hover a {
    font-weight: 400 !important
}

.marg-0-auto {
    margin: 0 auto
}

.padd-80 {
    padding: 80px 0
}

.news-section {
    position: relative;
    padding: 40px 0
}

.news-section .sec-title {
    margin-bottom: 65px
}

#image_block_14 .image-box,
#image_block_15 .image-box,
#image_block_30 .image-box,
#image_block_36 .image-box,
#image_block_37 .image-box,
.contact-section,
.faq-section .accordion-box,
.fw-theme-steps .fw-theme-step-wrap .fw-step-center-part,
.main-menu .navigation>li>.mega-menu .mega-menu-bar,
.main-page-port,
.main-page-port .mobile-portfolo,
.main-page-port .mobile-portfolo .imgss-mobile,
.news-block-one .inner-box,
.p-relative,
.screenshots.style-11 .links .img,
.screenshots.style-11 .main-img,
.screenshots.style-14 .img,
.tp-demo-thumb-overlay,
.web-list {
    position: relative
}

.news-block-one:hover .inner-box .image-box {
    position: relative;
    background: #000000f5;
    overflow: hidden
}

.news-block-one .inner-box .image-box img {
    width: 100%;
    transition: .5s
}

.news-block-one:hover .inner-box .image-box img {
    transform: scale(1.1);
    opacity: .2
}

.news-block-one .inner-box .lower-content {
    position: relative;
    padding: 27px 0
}

.news-block-one .inner-box .lower-content .post-date {
    position: relative;
    display: block;
    font-size: 16px;
    color: #777;
    margin-bottom: 16px
}

.news-block-one .inner-box .lower-content .post-date i {
    margin-right: 8px
}

.news-block-one .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    color: #222;
    margin-bottom: 27px
}

#content_block_05 .content-box .download-btn a:hover i,
#content_block_16 .content-box .download-btn a:hover i,
.faq-section .accordion-box .block .acc-btn.active .icon-outer,
.news-block-one .inner-box .lower-content .link-btn a:hover,
.news-block-one .inner-box .lower-content h3 a {
    color: #222
}

#content_block_14 .inner-content .single-column:last-child .feature-block-one:first-child .icon-box,
#content_block_38 .content-box .lower-content .single-item h3 a:hover,
#content_block_40 .inner-box .single-items .box h2 a:hover,
.designe-process .single-item .inner-box h4 a:hover,
.faq-section .faq-sidebar .list-item li a:hover,
.feature-style-two .feature-block:nth-child(2) .feature-block-one .inner-box .icon-box,
.main-menu .navigation>li>ul>li>a:hover,
.main-menu .navigation>li>ul>li>ul>li:hover>a,
.news-block-one .inner-box .lower-content h3 a:hover,
.service-block-three .inner-box h3 a:hover {
    color: #4527a4
}

.news-block-one .inner-box .lower-content .link-btn a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: #4527a4;
    border-bottom: 2px solid #4527a4
}

.news-block-one:hover .inner-box .hover-move {
    display: block;
    position: absolute;
    bottom: 6%;
    left: 6%;
    color: #fff
}

.fw-theme-steps.steps-5 .fw-theme-step-wrap:nth-child(2n) .fw-step-left-part .year:after,
.fw-theme-steps.steps-6 .fw-theme-steps-wrap:last-child .fw-step-center-part:before,
.hiddenss,
.news-block-one .inner-box .hover-move,
.sticky-header .main-menu .navigation>li:before,
.sticky-header .main-menu .navigation>li>a:before {
    display: none
}

.news-block-one .inner-box .hover-move a {
    font-size: 14px;
    color: #fff
}

.news-block-one .inner-box .hover-move a i {
    font-size: 14px;
    color: #fff;
    margin-left: 7px;
    position: relative;
    top: 1px
}

.marg-0 {
    margin: 0 !important
}

@keyframes rotateAnimation {
    from {
        transform: rotateY(45deg)
    }

    to {
        transform: rotateY(225deg)
    }
}

.spine2 {
    animation: 8s linear infinite spine
}

.spine {
    animation: 5s linear infinite spine;
    -webkit-animation: 30s linear infinite spine
}

@keyframes spine {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

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

@-webkit-keyframes spine {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

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

.banner-rotate {
    position: absolute;
    top: 32%;
    text-align: center;
    left: 34%;
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    line-height: 1.5
}

.service-box:hover a {
    color: #fff;
    margin-bottom: 15px;
    font-size: 14px !important
}

.service-box a {
    color: #000;
    margin-bottom: 15px
}

.service-box a,
.service-box:hover a i {
    font-size: 14px !important;
    margin-left: 7px;
    position: relative;
    top: 1px
}

.icon-box img {
    filter: brightness(0) invert(1)
}

.mission-list {
    padding-left: 0
}

.mission-list li {
    color: #000;
    display: flex;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.5
}

.mission-list li i {
    color: #000;
    margin-right: 15px;
    position: relative;
    top: 7px;
    font-size: 16px
}

.web-list h2 {
    font-size: 40px;
    color: #000;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 25px
}

.padd-both-50 {
    padding: 50px 0 !important
}

.dropdown-item {
    padding: 12px .5rem
}

.sidebarss {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 5%
}

.mainss {
    display: flex
}

.pagination-container {
    display: flex;
    align-items: center;
    bottom: 0;
    padding: 1rem 0;
    justify-content: center
}

.pagination-button,
.pagination-number {
    font-size: 1.1rem;
    background-color: #fff0;
    border: 1px solid #ff5a01;
    margin: .25rem;
    cursor: pointer;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: .2rem;
    color: #ff5a01
}

#content_block_05 .content-box .sec-title h2:after,
.main-header.home-1 .menu-area .mobile-nav-toggler .icon-bar,
.main-header.home-11 .menu-area .mobile-nav-toggler .icon-bar,
.main-header.home-16 .menu-area .mobile-nav-toggler .icon-bar,
.main-header.home-3 .menu-area .mobile-nav-toggler .icon-bar,
.main-header.home-7 .menu-area .mobile-nav-toggler .icon-bar,
.main-header.home-8 .menu-area .mobile-nav-toggler .icon-bar,
.main-header.home-9 .menu-area .mobile-nav-toggler .icon-bar,
.pagination-button:not(.disabled):hover,
.pagination-number:hover,
.take-control .sec-title h2:after {
    background: #fff
}

.pagination-number.active,
.pagination-number:hover {
    color: #fff !important;
    background: #ff5a01
}

.pag-wi-50 {
    width: 50%;
    margin-bottom: 20px;
    position: relative;
    padding: 15px
}

.pagli-unorder {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0
}

.pagli-unorder-1 {
    column-count: 1;
    column-gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none
}

@media (min-width:576px) {
    .pagli-unorder-1 {
        column-count: 1
    }
}

#content_block_13 .content-box .image-box img,
.owl-carousel .owl-item .mb-fix-size img,
.pag-wi-50 img {
    width: 100%
}

.service-style-three {
    position: relative;
    padding-top: 40px
}

.service-style-three .image-layer {
    position: absolute;
    width: 345px;
    height: 880px;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat
}

.service-style-three .sec-title h2 {
    line-height: 60px;
    margin-bottom: 135px;
    font-size: 45px;
    font-weight: 200
}

.service-block-three {
    position: relative;
    margin-bottom: 140px
}

.service-block-three .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 0 40px 55px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / .1);
    transition: .5s
}

.service-block-three:hover .inner-box {
    transform: translateY(-15px);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / .2)
}

.service-block-three .inner-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 45px;
    color: #fff;
    width: 170px;
    height: 160px;
    line-height: 160px;
    text-align: center;
    margin-top: -75px;
    z-index: 1;
    margin-bottom: 32px
}

.service-block-three .inner-box .text,
ul.list-styled-1 li {
    line-height: 31px;
    letter-spacing: .5px;
    font-size: 17px;
    font-style: normal;
    font-weight: 300
}

.service-block-three .inner-box .icon-box .bg-layer {
    position: absolute;
    width: 170px;
    height: 160px;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    z-index: -1;
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s
}

.service-block-three:hover .inner-box .icon-box .bg-layer {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.service-style-three .inner-container {
    position: relative;
    margin: 0 -10px
}

.service-style-three .single-column {
    padding: 0 25px
}

.service-block-three .inner-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #222;
    margin-bottom: 17px
}

.service-block-three .inner-box h3 a {
    display: inline-block;
    color: #222;
    font-size: 25px
}

.service-block-three .inner-box .text {
    position: relative;
    display: block;
    color: #262626;
    text-align: justify;
    font-family: Lexend;
    padding-top: 1rem;
    margin-bottom: 34px
}

.service-block-three .inner-box .link-btn a {
    position: relative;
    display: inline-block;
    font-size: 40px;
    line-height: 40px;
    color: #4527a4;
    font-weight: 700
}

.service-block-three:hover .inner-box .link-btn a {
    color: #ff0101
}

.service-style-three .single-column:nth-child(2) {
    padding-top: 190px
}

.service-style-three .single-column:last-child {
    padding-top: 90px
}

ul.list-styled-1,
ul.list-styled-2 {
    color: #262c31;
    list-style: none;
    padding: 0
}

ul.list-styled-1 li {
    color: #000
}

ul.list-styled-1 li:before {
    color: #000;
    content: "\f0a1";
    font-family: fontawesome;
    font-size: 22px;
    margin-right: 15px;
    position: relative;
    top: 0
}

.fnt-20 {
    font-size: 20px !important
}

.fnt-18 {
    font-size: 18px !important
}

.fnt-22 {
    font-size: 22px !important
}

.fnt-24 {
    font-size: 24px !important
}

ul.list-styled-2 li:before {
    color: #0041c2;
    content: "\f091";
    font-family: fontawesome;
    font-size: 16px;
    margin-right: 15px;
    position: relative;
    top: 0
}

.fnt-30 {
    font-size: 30px !important
}

.designe-process.service-page {
    padding: 40px 0
}

.designe-process.service-page .image-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center
}

.designe-process-three.service-page {
    background: #f9f9f9
}

.designe-process {
    position: relative;
    padding: 80px 0 90px
}

.designe-process .sec-title h2 {
    line-height: 60px;
    margin-bottom: 30px;
    font-size: 45px;
    font-weight: 200
}

.designe-process .single-item {
    position: relative;
    text-align: center;
    margin-bottom: 30px
}

.designe-process .single-item .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 70px 30px 65px;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / .1);
    transition: .5s
}

.designe-process .single-item .inner-box .icon-box {
    position: relative;
    display: inline-block;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    margin-bottom: 46px;
    z-index: 1
}

.designe-process .single-item .inner-box .icon-box:before {
    position: absolute;
    content: '';
    background: #4527a4;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
    transform: rotate(45deg);
    transition: .5s
}

.designe-process .single-item:hover .inner-box .icon-box:before {
    transform: rotate(0)
}

.designe-process .single-item .inner-box .icon-box:after {
    position: absolute;
    content: '';
    border: 1px dashed #4527a4;
    width: 80px;
    height: 80px;
    left: 0;
    top: 0;
    border-radius: 10px;
    z-index: -1
}

.designe-process .single-column:nth-child(2) .single-item .inner-box .icon-box:before {
    background: #34c700
}

.designe-process .single-column:nth-child(2) .single-item .inner-box .icon-box:after {
    border-color: #34c700
}

.designe-process .single-column:nth-child(3) .single-item .inner-box .icon-box:before,
.youtube-clr {
    background: red
}

.designe-process .single-column:nth-child(3) .single-item .inner-box .icon-box:after {
    border-color: red
}

.designe-process .single-column:nth-child(4) .single-item .inner-box .icon-box:before {
    background: #ff8500
}

.designe-process .single-column:nth-child(4) .single-item .inner-box .icon-box:after {
    border-color: #ff8500
}

.designe-process .single-column:nth-child(5) .single-item .inner-box .icon-box:before {
    background: #f0f
}

.designe-process .single-column:nth-child(5) .single-item .inner-box .icon-box:after {
    border-color: #f0f
}

.designe-process .single-column:last-child .single-item .inner-box .icon-box:before {
    background: #E85100
}

.designe-process .single-column:last-child .single-item .inner-box .icon-box:after {
    border-color: #E85100
}

.designe-process .single-item .inner-box .icon-box i {
    position: relative;
    display: inline-block;
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    border: 1px dotted #fff;
    font-weight: 700
}

.designe-process .single-item .inner-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #222;
    margin-bottom: 19px
}

.designe-process .single-item .inner-box h4 a {
    display: inline-block;
    color: #222;
    font-size: 22px;
    font-weight: 400
}

.designe-process .single-item .inner-box .text {
    position: relative;
    display: block;
    color: #262626;
    font-family: Lexend;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 31px
}

.designe-process .single-item .inner-box .left-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    display: block
}

.designe-process .single-item .inner-box .right-layer {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    display: block
}

.designe-process .single-item .inner-box .left-layer:before,
.designe-process .single-item .inner-box .right-layer:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 50%;
    height: 0%;
    display: block;
    background-color: #f4f4f4;
    -webkit-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s
}

.designe-process .single-item .inner-box .left-layer:after,
.designe-process .single-item .inner-box .right-layer:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 50%;
    height: 0%;
    display: block;
    background-color: #f4f4f4;
    -webkit-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s
}

.designe-process .single-item:hover .inner-box .left-layer:after,
.designe-process .single-item:hover .inner-box .left-layer:before,
.designe-process .single-item:hover .inner-box .right-layer:after,
.designe-process .single-item:hover .inner-box .right-layer:before,
.mobile-menu .navigation li.current>a:before {
    height: 100%
}

.download-section {
    position: relative;
    overflow: hidden;
    background: #000
}

.download-section .bg-layer {
    position: absolute;
    width: 1280px;
    height: 345px;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat
}

#content_block_05 .content-box {
    position: relative;
    display: block;
    padding: 35px 0 0
}

#content_block_05 .content-box .sec-title h2 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 45px;
    font-weight: 200
}

#content_block_05 .content-box .text {
    position: relative;
    color: #fff;
    line-height: 40px;
    font-size: 20px;
    font-weight: 200
}

#content_block_05 .content-box .download-btn a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 21px;
    font-weight: 500;
    color: #fff;
    background: 0 0;
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 12px 21px 12px 80px
}

#content_block_05 .content-box .download-btn a:hover {
    background: #fff;
    color: #4527a4;
    box-shadow: 0 5px 25px rgb(0 0 0 / .5)
}

#content_block_05 .content-box .download-btn a span,
#content_block_16 .content-box .download-btn a span {
    position: relative;
    display: block;
    font-size: 12px
}

#content_block_05 .content-box .download-btn a i,
#content_block_16 .content-box .download-btn a i {
    position: absolute;
    left: 30px;
    top: 14px;
    font-size: 36px;
    color: #fff;
    transition: .5s
}

#content_block_05 .content-box .download-btn .app-store-btn {
    margin-right: 37px
}

#iamge_block_04 .image-box {
    position: relative;
    min-height: 595px;
    margin: 30px -55px -30px 30px
}

#iamge_block_04 .image-box .image-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    box-shadow: 0 -10px 30px rgb(0 0 0 / .2);
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    z-index: 1
}

#iamge_block_04 .image-box .image-2 {
    position: absolute;
    right: 0;
    bottom: 0
}

.contact-section .contact-form-area .form-inner .message-btn,
figure {
    margin: 0
}

@media only screen and (max-width:767px) {
    .service-style-three {
        padding-top: 30px
    }

    #content_block_05 .content-box {
        padding-bottom: 0;
        padding-top: 70px
    }
}

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

    .service-style-three .single-column:last-child,
    .service-style-three .single-column:nth-child(2) {
        padding-top: 0
    }

    .service-block-threess {
        margin-bottom: 30px !important
    }

    .service-block-three .inner-box {
        padding: 0 15px 55px
    }

    .designe-process .sec-title h2 {
        font-size: 25px !important
    }

    #iamge_block_04 .image-box {
        margin: 0
    }
}

@media only screen and (min-width:300px) and (max-width:370px) {
    #iamge_block_04 .image-box .image-1 {
        left: -22px
    }
}

footer h4 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}


.faq-section {
    position: relative;
    padding: 150px 0 120px
}

.faq-section .faq-sidebar {
    position: relative;
    background: #fff;
    padding: 51px 30px 55px 50px;
    margin-right: 30px;
    border-radius: 10px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / .15)
}

.faq-section .faq-sidebar h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #222;
    font-weight: 500;
    margin-bottom: 38px
}

.faq-section .faq-sidebar .online-purchase a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #4527a4;
    font-weight: 500;
    line-height: 22px;
    border-bottom: 1px solid #4527a4;
    margin-bottom: 21px
}

.faq-section .faq-sidebar .list-item li {
    position: relative;
    display: block;
    margin-bottom: 17px
}

#content_block_39 .content-box .text p:last-child,
#content_block_40 .inner-box .single-items:last-child,
.faq-section .accordion-box .block:last-child,
.faq-section .faq-sidebar .list-item li:last-child,
.menu-area .mobile-nav-toggler .icon-bar:last-child,
.mobile-menu .contact-info ul li:last-child {
    margin-bottom: 0
}

.faq-section .faq-sidebar .list-item li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #777
}

.faq-section .accordion-box .block {
    position: relative;
    margin-bottom: 15px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / .1);
    border-radius: 10px;
    padding: 0 28px
}

.faq-section .accordion-box .block .acc-btn h4 {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #777;
    padding: 20px 30px 19px 0;
    cursor: pointer;
    transition: .5s
}

.faq-section .accordion-box .block .acc-btn.active h4 {
    color: #4527a4;
    padding-top: 29px
}

.faq-section .accordion-box .block .acc-content {
    position: relative;
    display: none;
    padding-top: 6px;
    padding-bottom: 27px
}

.faq-section .accordion-box .block .acc-content.current {
    display: block
}

.faq-section .accordion-box .block .content .text {
    position: relative;
    display: block;
    font-size: 16px;
    color: #777;
    padding-right: 40px
}

.faq-section .accordion-box .block .acc-btn .icon-outer {
    position: absolute;
    top: 16px;
    right: 25px;
    font-size: 14px;
    color: #4527a4;
    font-weight: 900;
    text-align: center;
    cursor: pointer;
    transition: .5s;
    z-index: 1
}

.faq-section .accordion-box .block .acc-btn.active .icon-outer i:before {
    position: relative;
    font-size: 14px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin: 0;
    content: "\f068"
}

.faq-section .faq-content .sec-title h2 {
    font-size: 30px;
    margin-bottom: 48px
}

.frm-cntrl {
    height: 50px;
    padding: 0 15px;
    border: 1px solid #eef1f2 !important;
    color: #74787c;
    background-color: #fff;
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px !important
}

.form-btnss {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 16px;
    font-weight: 500 !important;
    margin-top: 20px;
    color: #fff;
    background: #0040ff;
    border-radius: 30px;
    text-align: center;
    padding: 10px 30px;
    cursor: pointer;
    z-index: 1;
    transition: .5s
}

.clr-red {
    color: red !important;
    margin-left: 8px
}

.contact-section .info-content .single-info-box {
    position: relative;
    padding: 0 30px
}

.contact-section .info-content .single-info-box .icon-box {
    position: relative;
    display: inline-block;
    margin-bottom: 25px
}

.contact-section .info-content .single-info-box .icon-box img {
    position: relative;
    width: auto;
    transition: .5s
}

.contact-section .info-content .single-info-box:hover .icon-box img {
    transform: scale(1.05)
}

.contact-section .info-content .single-info-box h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    color: #222;
    font-weight: 500;
    margin: 18px
}

.contact-section .info-content .single-info-box .text {
    position: relative;
    font-size: 16px;
    margin-bottom: 14px
}

.contact-section .info-content .single-info-box a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #4527a4
}

.contact-section .info-content .single-info-box a:hover,
.mobile-menu .contact-info ul li a:hover {
    text-decoration: underline
}

.contact-section .image-container,
.contact-section .info-content {
    position: relative;
    margin-bottom: 110px
}

.contact-section .contact-form-area .form-inner .form-group {
    position: relative;
    margin-bottom: 30px
}

.contact-section .contact-form-area .form-inner .form-group i {
    position: absolute;
    top: 23px;
    right: 30px;
    font-size: 15px;
    font-weight: 700;
    color: #777;
    z-index: 1
}

.contact-section .contact-form-area .form-inner .form-group input[type=date],
.contact-section .contact-form-area .form-inner .form-group input[type=email],
.contact-section .contact-form-area .form-inner .form-group input[type=text],
.contact-section .contact-form-area .form-inner .form-group select,
.contact-section .contact-form-area .form-inner .form-group textarea {
    position: relative;
    width: 100%;
    height: 60px;
    background: #fff;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
    border: 1px solid #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / .1);
    transition: .5s
}

.contact-section .contact-form-area .form-inner .form-group textarea {
    height: 200px;
    resize: none;
    border-radius: 20px
}

.contact-section .contact-form-area .form-inner .form-group input:focus,
.contact-section .contact-form-area .form-inner .form-group textarea:focus {
    border-color: #aabfff
}

.contact-section .contact-form-area .form-inner .message-btn .theme-btn-two {
    padding: 13px 38px;
    font-weight: 400
}

.contact-section .contact-form-area .sec-title h2 {
    margin-bottom: 63px
}

.padd-both-30 {
    padding: 30px 0 !important
}

.testimonial-style-ten .user-thumb {
    position: relative;
    display: block;
    margin-left: -30px;
    margin-right: -30px
}

.testimonial-style-ten .user-thumb .thumb-box {
    position: relative;
    width: 620px;
    height: 620px
}

.testimonial-style-ten .user-thumb .thumb-box .pattern-bg1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    animation-name: rotateme;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 60s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 60s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 60s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 60s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

.testimonial-style-ten .user-thumb .thumb-box .pattern-bg2 {
    position: absolute;
    width: 795px;
    height: 415px;
    right: -75px;
    top: 130px;
    background-repeat: no-repeat
}

.testimonial-style-ten .user-thumb .thumb-box .thumb {
    position: absolute;
    border-radius: 50%
}

.testimonial-style-ten .user-thumb .thumb-box .thumb img {
    border-radius: 50%
}

.testimonial-style-ten .user-thumb .thumb-box .thumb-1 {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.testimonial-style-ten .user-thumb .thumb-box .thumb-2 {
    left: 70px;
    top: 40px;
    -webkit-animation: 2s linear infinite zoom-fade;
    animation: 2s linear infinite zoom-fade
}

.testimonial-style-ten .user-thumb .thumb-box .thumb-3 {
    left: 270px;
    top: 10px;
    -webkit-animation: 3s linear infinite zoom-fade;
    animation: 3s linear infinite zoom-fade
}

.testimonial-style-ten .user-thumb .thumb-box .thumb-4 {
    left: 125px;
    top: 200px;
    -webkit-animation: 2s linear infinite zoom-fade;
    animation: 2s linear infinite zoom-fade
}

.testimonial-style-ten .user-thumb .thumb-box .thumb-5 {
    left: 95px;
    bottom: 35px;
    -webkit-animation: 2s linear infinite zoom-fade;
    animation: 2s linear infinite zoom-fade
}

.testimonial-style-ten .user-thumb .thumb-box .thumb-6 {
    right: 120px;
    top: 190px;
    -webkit-animation: 3s linear infinite zoom-fade;
    animation: 3s linear infinite zoom-fade
}

.testimonial-style-ten .user-thumb .thumb-box .thumb-7 {
    right: 0;
    bottom: 140px;
    -webkit-animation: 2s linear infinite zoom-fade;
    animation: 2s linear infinite zoom-fade
}

.testimonial-style-ten .user-thumb .thumb-box .thumb-8 {
    right: 250px;
    bottom: 105px;
    -webkit-animation: 3s linear infinite zoom-fade;
    animation: 3s linear infinite zoom-fade
}

@keyframes zoom-fade {

    0%,
    100% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes rotateme {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotateme {
    from {
        -moz-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@-o-keyframes rotateme {
    from {
        -o-transform: rotate(0)
    }

    to {
        -o-transform: rotate(360deg)
    }
}

.transactions-work {
    position: relative;
    padding: 60px 0 50px
}

#content_block_39 .content-box .sec-title h2 {
    margin-bottom: 47px
}

.transactions-work .content-box {
    position: relative;
    margin-top: 48px
}

#content_block_39 .content-box h5 {
    position: relative;
    font-size: 18px;
    color: #4527a4;
    font-weight: 500;
    margin-bottom: 37px
}

#content_block_39 .content-box .text {
    position: relative;
    margin-bottom: 54px
}

#content_block_39 .content-box .text p {
    position: relative;
    font-size: 16px;
    margin-bottom: 30px
}

#content_block_39 .content-box .theme-btn-two {
    font-size: 18px;
    padding: 15px 38px
}

#content_block_40 .inner-box .single-items {
    position: relative;
    padding-left: 100px;
    margin-bottom: 85px
}

#content_block_40 .inner-box .single-items:nth-child(2) {
    margin-left: 150px
}

#content_block_40 .inner-box .single-items .box {
    position: relative;
    padding: 14px 15px 14px 70px;
    background: #fff;
    max-width: 310px;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / .1)
}

#content_block_40 .inner-box .single-items .box .pattern-bg .pattern-1 {
    position: absolute;
    width: 65px;
    height: 169px;
    top: -9px;
    right: -62px;
    background-repeat: no-repeat
}

#content_block_40 .inner-box .single-items .box .pattern-bg .pattern-2 {
    position: absolute;
    width: 258px;
    height: 80px;
    top: -21px;
    right: -42px;
    z-index: -1;
    background-repeat: no-repeat
}

#content_block_40 .inner-box .single-items .count-box {
    position: absolute;
    left: 0;
    top: 13px;
    width: 136px;
    height: 116px;
    line-height: 115px;
    text-align: center;
    font-size: 60px;
    font-weight: 500;
    color: #fff;
    background-repeat: no-repeat;
    z-index: 1;
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s
}

#content_block_40 .inner-box .single-items .box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #222;
    line-height: 30px;
    margin-bottom: 10px
}

#content_block_40 .inner-box .single-items .box h2 a {
    display: inline-block;
    color: #222;
    font-size: 22px
}

#content_block_40 .inner-box .single-items .box .text {
    position: relative;
    font-size: 16px;
    line-height: 24px
}

.transactions-work .inner-box .single-items .count-box:before {
    position: absolute;
    content: '';
    width: 32px;
    height: 29px;
    top: -26px;
    right: -4px;
    transition: .5s
}

.transactions-work .inner-box .single-items:hover .count-box:before {
    transform: scale(1.1)
}

.transactions-work .inner-box .single-items .count-box:after {
    position: absolute;
    content: '';
    background: url(images/webimages/shap-18.png) no-repeat;
    width: 89px;
    height: 76px;
    right: -15px;
    bottom: -45px;
    transition: 3s
}

.transactions-work .inner-box .single-items:hover .count-box:after {
    transform: rotate(360deg)
}

.transactions-work .inner-box .single-items:nth-child(2) .count-box:after {
    background: url(images/webimages/shap-24.png) no-repeat
}

.transactions-work .inner-box .single-items:last-child .count-box:after {
    background: url(images/webimages/shap-26.png) no-repeat
}

@media only screen and (max-width:499px) {
    .take-control .single-item .inner-box {
        padding: 0 !important;
        margin-bottom: 30px !important
    }

    .take-control .single-item .inner-box .image-box {
        position: relative !important;
        margin-bottom: 15px !important
    }

    .download-apps .content-box .download-btn {
        width: 220px
    }

    #content_block_40 .inner-box .single-items {
        margin-bottom: 15px;
        padding: 0
    }

    #content_block_40 .inner-box .single-items .box .pattern-bg .pattern-1,
    #content_block_40 .inner-box .single-items .box .pattern-bg .pattern-2,
    #content_block_40 .inner-box .single-items .count-box {
        display: none
    }

    #content_block_40 .inner-box .single-items .box {
        max-width: 100%;
        box-shadow: none;
        padding: 0
    }

    #content_block_40 .inner-box .single-items:last-child {
        margin-bottom: 0 !important
    }
}

.download-apps {
    position: relative;
    padding: 100px 0 30px
}

#content_block_16 .content-box .download-btn a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 21px;
    font-weight: 500;
    color: #fff;
    background: #4527a4;
    border-radius: 10px;
    padding: 10px 21px 14px 80px
}

#content_block_16 .content-box .download-btn a:hover {
    background: #fff;
    color: #4527a4;
    box-shadow: 0 5px 25px rgb(0 0 0 / .2)
}

#content_block_16 .content-box .download-btn .app-store-btn {
    margin-right: 40px
}

#content_block_16 .content-box .text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 42px;
    padding-right: 100px;
    margin-bottom: 59px
}

#content_block_16 .content-box .sec-title h2 {
    margin-bottom: 73px
}

#image_block_16 .image-box {
    position: relative;
    margin-left: -60px;
    margin-right: 60px
}

#image_block_16 .image-box .bg-layer {
    position: absolute;
    width: 815px;
    height: 785px;
    top: 0;
    right: 10px;
    background-repeat: no-repeat
}

#image_block_16 .image-box .image-1 {
    position: relative;
    left: 40px
}

#image_block_16 .image-box .image-2 {
    position: absolute;
    left: 0;
    top: -80px;
    z-index: 1
}

.download-apps .anim-icons .icon-1 {
    top: 50px;
    right: 50%;
    background-repeat: no-repeat;
    -webkit-animation: 2s linear infinite zoom-fade;
    animation: 2s linear infinite zoom-fade
}

.download-apps .anim-icons .icon-2 {
    top: 180px;
    right: 240px;
    background-repeat: no-repeat
}

.download-apps .anim-icons .icon-3 {
    bottom: 200px;
    right: 240px;
    background-repeat: no-repeat;
    -webkit-animation: 2s linear infinite zoom-fade;
    animation: 2s linear infinite zoom-fade
}

.download-apps .anim-icons .icon-4 {
    right: 42%;
    bottom: 100px;
    background-repeat: no-repeat
}

.project-inquiry {
    position: relative;
    padding-bottom: 50px
}

.project-inquiry .image-layer {
    position: absolute;
    width: 100%;
    height: 1110px;
    left: 0;
    top: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.main-menu .navigation>li .mega-menu-bar .column,
.project-inquiry .image-inner {
    position: relative;
    margin-bottom: 10px
}

.mobile-menu .navigation li,
.project-inquiry .image-inner .image-box,
.sec-title {
    position: relative;
    display: block
}

.main-menu,
.project-inquiry .image-inner .image-box .image-1 {
    position: relative;
    float: left
}

.project-inquiry .image-inner .image-box .image-2 {
    position: absolute;
    right: 0;
    bottom: 25px
}

.inside-software {
    position: relative;
    padding: 120px 0 160px
}

.inside-software .image-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center
}

.inside-software .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 59px;
    padding-right: 100px
}

.inside-software .content-box {
    position: relative;
    margin-top: 12px
}

#content_block_13 .content-box .btn-box {
    position: relative;
    display: flex;
    margin-bottom: 93px
}

#content_block_13 .content-box .btn-box .theme-btn {
    text-transform: uppercase
}

#content_block_13 .content-box .image-box {
    position: relative;
    margin-right: 10px
}

#content_block_13 .content-box .sec-title h2 {
    margin-bottom: 57px
}

#content_block_14 .feature-block-one .icon-box {
    position: relative;
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
    color: #e86600;
    margin-bottom: 31px;
    transition: .5s
}

#content_block_14 .feature-block-one,
#content_block_38 .content-box .sec-title {
    margin-bottom: 50px
}

.inside-software .inner-content {
    position: relative;
    margin: 0 -15px
}

.inside-software .inner-content .single-column {
    padding: 0 30px
}

#content_block_14 .feature-block-one .inner-box {
    padding: 57px 30px 56px
}

#content_block_14 .feature-block-one .inner-box h5 {
    margin-bottom: 20px
}

#content_block_14 .feature-block-one .inner-box .hover-content:before {
    left: -100px;
    top: -290px
}

#content_block_14 .feature-block-one .inner-box .hover-content:after {
    left: -163px;
    top: -340px
}

#content_block_14 .feature-block-one .inner-box:before {
    left: -107px;
    top: -345px
}

#content_block_14 .inner-content .single-column:first-child .feature-block-one:last-child .icon-box {
    color: #3295ed
}

#content_block_14 .inner-content .single-column:last-child .feature-block-one:last-child .icon-box {
    color: #27ce00
}

#content_block_14 .inner-content .single-column:last-child {
    padding-top: 60px
}

.feature-style-two {
    position: relative;
    padding: 110px 0 100px
}

.feature-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 68px 30px 62px;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / .1);
    z-index: 1;
    transition: .5s
}

.feature-block-one .inner-box:before {
    content: '';
    width: 493px;
    height: 493px;
    background: #6046b1;
    border-radius: 50%;
    position: absolute;
    top: -330px;
    left: -60px;
    z-index: -1;
    transform: translate(-50%, -50%);
    opacity: 0
}

.feature-block-one:hover .hover-content:before,
.feature-block-one:hover .inner-box:before {
    opacity: 1;
    transform: translate(0, 0);
    transition: .9s linear
}

.feature-style-two .feature-block:nth-child(2) {
    padding-top: 80px
}

.feature-style-two .feature-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
    color: #fe5681;
    margin-bottom: 62px;
    padding: 37px 64px 35px 53px;
    z-index: 1
}

.feature-style-two .feature-block:last-child .feature-block-one .inner-box .icon-box {
    color: #48d019
}

.feature-style-two .feature-block-one .inner-box .icon-box .bg-layer {
    position: absolute;
    width: 165px;
    height: 146px;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    z-index: -1
}

.feature-block-one .inner-box h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #222;
    font-weight: 500;
    margin-bottom: 18px;
    transition: .5s
}

.feature-block-one .inner-box h5 a {
    position: relative;
    display: inline-block;
    color: #222;
    font-size: 20px
}

.feature-block-one .inner-box .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.8;
    transition: .5s
}

.feature-block-one .inner-box .hover-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #4527a4;
    z-index: -3;
    opacity: 0;
    transition: .3s linear
}

.feature-block-one .inner-box .hover-content:before {
    content: '';
    width: 493px;
    height: 493px;
    background: #573cad;
    border-radius: 50%;
    position: absolute;
    top: -260px;
    left: -60px;
    z-index: 1;
    transform: translate(-50%, -50%);
    opacity: 0
}

.feature-block-one .inner-box .hover-content:after {
    content: '';
    width: 602px;
    height: 602px;
    background: #4e32a9;
    border-radius: 50%;
    position: absolute;
    top: -295px;
    left: -110px;
    z-index: -1;
    transform: translate(-50%, -50%);
    opacity: 0
}

.feature-block-one:hover .hover-content {
    opacity: 1
}

.feature-block-one:hover .hover-content:after {
    opacity: 1;
    transform: translate(0, 0);
    transition: 1.3s linear
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 48px;
    color: #222;
    font-weight: 500;
    padding-bottom: 31px;
    margin-bottom: 31px
}

.sec-title h2:before {
    position: absolute;
    content: '';
    background: #ccc;
    width: 130px;
    height: 2px;
    left: 0;
    bottom: 0
}

.sec-title h2:after {
    position: absolute;
    content: '';
    background: #777;
    width: 45px;
    height: 4px;
    left: 0;
    bottom: 0;
    transition: .5s;
    -webkit-mask-image: linear-gradient(-75deg, rgb(244 55 55 / .6) 50%, #f43737 50%, #000000 70%);
    -webkit-mask-size: 200%;
    animation: 2s infinite shine
}

.line-h-18 {
    line-height: 1.8 !important
}

.line-h-2 {
    line-height: 2 !important
}

.fnt-we-700 {
    font-weight: 700 !important
}

.fnt-we-800 {
    font-weight: 800 !important
}

.fnt-16 {
    font-size: 16px !important
}

.theme-btn,
.theme-btn i {
    height: 50px;
    font-size: 15px
}

.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 12px 80px 12px 40px;
    background: 0 0;
    line-height: 26px;
    color: #fe5900;
    border: 1px solid #fe5900;
    font-weight: 500;
    border-radius: 30px;
    text-transform: capitalize;
    transition: .5s;
    cursor: pointer;
    z-index: 1
}

.theme-btn:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #fe5900;
    border-radius: 30px;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
    -moz-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
    -o-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
    transition: transform .5s cubic-bezier(.86, 0, .070, 1);
    -webkit-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
    -moz-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
    -o-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
    transition-timing-function: cubic-bezier(.86, 0, .070, 1)
}

.theme-btn i {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: #fe5900;
    color: #fff;
    border-radius: 50%;
    transition: .9s
}

.theme-btn:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left
}

.theme-btn:hover i {
    background: #fff;
    color: #000
}

.betterlook-section {
    position: relative;
    background: #f5f9ff;
    padding: 80px 0;
    overflow: hidden
}

#content_block_31 .content-box {
    position: relative;
    margin-right: 50px
}

#content_block_31 .content-box .text {
    position: relative;
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 52px
}

#content_block_31 .content-box .sec-title h2 {
    margin-bottom: 41px
}

#content_block_31 .content-box .theme-btn-two {
    padding: 15px 40px
}

#image_block_30 .image-box img {
    max-width: none;
    width: auto
}

.betterlook-section .anim-icons .icon-1 {
    position: absolute;
    left: -150px;
    top: -115px;
    width: 400px;
    height: 400px;
    background: #f5f9ff;
    border-radius: 50%;
    -webkit-animation: 10s linear infinite zoom-fade;
    animation: 10s linear infinite zoom-fade
}

.betterlook-section .anim-icons .icon-2 {
    position: absolute;
    left: 50%;
    bottom: -120px;
    width: 400px;
    height: 400px;
    background: #4527a4;
    border-radius: 50%;
    -webkit-animation: 10s linear infinite zoom-fade;
    animation: 10s linear infinite zoom-fade
}

.feature-style-13 .anim-icons .icon-1,
.feature-style-13 .anim-icons .icon-2 {
    background-image: -webkit-linear-gradient(0deg, #fe40a0 0, #6242aa 100%);
    width: 145px;
    height: 145px;
    border-radius: 50%;
    box-shadow: 0 20px 30px 0 rgb(0 0 0 / .1)
}

.betterlook-section .pattern-bg1 {
    position: absolute;
    left: -30px;
    bottom: -150px;
    width: 285px;
    height: 390px;
    background-repeat: no-repeat;
    -webkit-animation: 5s linear infinite zoom-fade;
    animation: 5s linear infinite zoom-fade
}

.betterlook-section .pattern-bg2 {
    position: absolute;
    top: -120px;
    left: 50%;
    width: 390px;
    height: 390px;
    background-repeat: no-repeat;
    -webkit-animation: 5s linear infinite zoom-fade;
    animation: 5s linear infinite zoom-fade
}

.feature-style-13 {
    position: relative;
    padding-bottom: 230px
}

#content_block_38 .content-box .sec-title h2 {
    line-height: 60px;
    margin-bottom: 71px
}

#content_block_38 .content-box .lower-content .single-item {
    position: relative;
    padding: 0 0 0 100px;
    margin-bottom: 41px
}

#content_block_38 .content-box .lower-content .single-item .icon-box {
    position: absolute;
    left: 0;
    top: 5px;
    color: #4527a4;
    font-size: 35px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #f1edff;
    border-radius: 50%
}

#content_block_38 .content-box .lower-content .single-item:last-child .icon-box {
    background: #fff1e1;
    color: #bd6e16
}

#content_block_38 .content-box .lower-content .single-item h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #222;
    margin-bottom: 18px
}

#content_block_38 .content-box .lower-content .single-item h3 a {
    display: inline-block;
    color: #222;
    font-size: 22px;
    font-weight: 600
}

#content_block_38 .content-box .lower-content .single-item .text {
    position: relative;
    font-size: 16px;
    line-height: 1.8
}

.feature-style-13 .inner-box .content-box {
    position: relative;
    margin-top: 52px
}

#image_block_36 .image-box img {
    position: relative;
    width: 100%
}

#image_block_36 .image-box .bg-layer {
    position: absolute;
    width: 990px;
    height: 920px;
    left: 70px;
    top: -80px;
    background-repeat: no-repeat
}

.feature-style-13 .inner-box:first-child {
    margin-bottom: 10px
}

.feature-style-13 .inner-box:last-child .content-box .lower-content .single-item:first-child .icon-box {
    background: #edfffa !important;
    color: #4527a4 !important
}

#image_block_37 .image-box img {
    position: relative;
    width: 100*
}

#image_block_37 .image-box .bg-layer {
    position: absolute;
    width: 1010px;
    height: 750px;
    right: 0;
    top: 0;
    background-repeat: no-repeat
}

.feature-style-13 .anim-icons .icon-1 {
    left: 100px;
    top: 0;
    -webkit-animation: 5s linear infinite zoom-fade;
    animation: 5s linear infinite zoom-fade
}

.feature-style-13 .anim-icons .icon-2 {
    right: 100px;
    bottom: 120px;
    -webkit-animation: 5s linear infinite zoom-fade;
    animation: 5s linear infinite zoom-fade
}

.feature-style-six {
    position: relative;
    padding: 100px 0
}

#content_block_15 .content-box {
    position: relative;
    margin: 30px 0
}

#content_block_15 .content-box .text {
    position: relative;
    display: block;
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.8;
    font-family: Lexend
}

#content_block_15 .content-box .sec-title h2 {
    margin-bottom: 33px
}

.feature-style-six .inner-box:first-child .image-box {
    margin-left: 70px
}

#image_block_14 .image-box .bg-layer {
    position: absolute;
    width: 750px;
    height: 735px;
    top: -85px;
    left: 235px;
    background-repeat: no-repeat
}

#image_block_14 .image-box .image-1 img {
    max-width: none;
    float: left
}

#image_block_14 .image-box .image-2 {
    position: absolute;
    left: -65px;
    bottom: -45px
}

.feature-style-six .inner-box:first-child {
    margin-bottom: 80px
}

.feature-style-six .inner-box:last-child .image-box {
    margin-right: 70px
}

#image_block_15 .image-box img {
    max-width: none;
    float: right
}

.letter-space-1 {
    letter-spacing: 1px !important
}

.iq-features {
    overflow: hidden;
    position: relative
}

.iq-features .top-img1 {
    width: 50%;
    -webkit-box-shadow: 0 10px 46px 0 rgb(0 0 0 / .05);
    -moz-box-shadow: 0 10px 46px 0 rgb(0 0 0 / .05);
    box-shadow: 0 10px 46px 0 rgb(0 0 0 / .05);
    border-radius: 32px
}

.iq-features .bg img {
    position: absolute;
    opacity: .1;
    width: 25%;
    left: -230px;
    top: 250px;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 100s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 100s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 100s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 100s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@media(max-width:600px) {
    .round {
        width: 320px;
        height: 320px;
        top: 0;
        left: 0
    }

    .breadcrumbs-after,
    .round {
        display: none
    }

    .contentCircle {
        top: -120px;
        position: absolute;
        width: 100%
    }

    .dotCircle {
        top: 50%;
        width: 300px
    }

    .holderCircle {
        width: 100%
    }
}

.centred,
.sec-title.center {
    text-align: center
}

.sec-title.center h2:after,
.sec-title.center h2:before {
    left: 50%;
    transform: translateX(-50%)
}

.enterprise-section {
    position: relative;
    padding: 65px 0
}

.enterprise-section .sec-title {
    margin-bottom: 76px
}

.enterprise-section .single-column,
.tp-demo-thumb {
    margin-bottom: 30px
}

.enterprise-section .single-item .inner-box {
    position: relative;
    display: block;
    background: #fff9ea;
    overflow: hidden;
    padding: 53px 270px 53px 45px;
    transition: .5s
}

.enterprise-section .single-column:first-child .single-item .inner-box {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px
}

.enterprise-section .single-item .inner-box:hover {
    box-shadow: 0 5px 30px 0 rgb(0 0 0 / .2)
}

.enterprise-section .single-item .inner-box .image-box {
    position: absolute;
    right: 25px;
    bottom: -5px
}

.enterprise-section .single-item .inner-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #222;
    padding-bottom: 24px;
    margin-bottom: 28px
}

.enterprise-section .single-item .inner-box h3:before {
    position: absolute;
    content: '';
    background: #0050db;
    height: 2px;
    width: 50px;
    left: 0;
    bottom: 0
}

.enterprise-section .single-item .inner-box .text {
    position: relative;
    display: block;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8
}

.enterprise-section .single-column:nth-child(2) .single-item .inner-box {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px
}

.enterprise-section .single-column:nth-child(2) .single-item .inner-box,
.enterprise-section .single-column:nth-child(3) .single-item .inner-box {
    background: #f3efff;
    padding: 53px 30px 53px 300px
}

.enterprise-section .single-column:nth-child(2) .single-item .inner-box .image-box,
.enterprise-section .single-column:nth-child(3) .single-item .inner-box .image-box {
    left: 25px;
    bottom: 0
}

.enterprise-section .single-column:nth-child(3) .single-item .inner-box {
    background: #f3f8ff;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px
}

.enterprise-section .single-column:last-child .single-item .inner-box {
    background: #f3ffdb;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px
}

.take-control {
    position: relative;
    width: 100%;
    padding: 103px 0 130px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center
}

.take-control .sec-title h2 {
    color: #fff;
    line-height: 60px;
    margin-bottom: 50px
}

.take-control .single-item .inner-box {
    position: relative;
    padding: 55px 0 20px 255px;
    margin-bottom: 54px
}

.take-control .single-column:last-child .single-item .inner-box,
.take-control .single-column:nth-child(3) .single-item .inner-box {
    padding: 55px 255px 20px 0
}

.take-control .single-item .inner-box .image-box {
    position: absolute;
    top: 0
}

.take-control .single-column:first-child .single-item .inner-box .image-box,
.take-control .single-column:nth-child(2) .single-item .inner-box .image-box {
    left: 0
}

.take-control .single-column:last-child .single-item .inner-box .image-box,
.take-control .single-column:nth-child(3) .single-item .inner-box .image-box {
    right: 0
}

.take-control .single-item .inner-box h3 {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 35px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px
}

.take-control .single-item .inner-box h3 a {
    display: inline-block;
    color: #fff;
    font-size: 25px;
    font-weight: 600
}

.mobile-menu .social-links li a:hover,
.take-control .single-item .inner-box h3 a:hover {
    color: #E85100
}

.take-control .single-item .inner-box .text {
    position: relative;
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    font-weight: 300
}

.fw-theme-steps .fw-theme-step-wrap>*,
.fw-theme-steps.steps-6 .fw-theme-steps-wrap>* {
    display: block;
    margin: 0 auto;
    position: relative;
    width: auto
}

.fw-theme-steps.steps-6 .fw-theme-steps-wrap .fw-step-center-part .item-dot {
    background: 0 0;
    display: inline-block;
    padding: 13px;
    position: relative;
    z-index: 3
}

.fw-theme-steps.steps-6 .fw-theme-steps-wrap .fw-step-center-part .item-dot span {
    background: #ff5a01;
    border: 8px solid #f7f6fb;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgb(0 0 0 / .1);
    display: inline-block;
    height: 33px;
    vertical-align: middle;
    width: 33px
}

@media(min-width:992px) {
    .fw-theme-steps.steps-6 .fw-theme-steps-wrap {
        margin-top: 25px !important;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-box-align: start;
        -webkit-box-pack: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center
    }

    .fw-theme-steps.steps-6 .fw-theme-steps-wrap:first-child {
        margin-top: 20px !important
    }

    .fw-theme-steps.steps-6 .fw-theme-steps-wrap:last-child {
        margin-bottom: 20px !important
    }

    .fw-theme-steps.steps-6 .fw-theme-steps-wrap:nth-child(2n) {
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .fw-theme-steps.steps-6 .fw-theme-steps-wrap:nth-child(odd) .fw-step-left-part {
        text-align: right
    }

    .fw-theme-steps.steps-6 .fw-theme-steps-wrap .fw-step-left-part {
        -webkit-flex-basis: 45%;
        flex-basis: 45%;
        margin-top: 0;
        max-width: none
    }

    .fw-theme-steps.steps-6 .fw-theme-steps-wrap .fw-step-center-part {
        -webkit-flex-basis: 10%;
        flex-basis: 10%;
        margin: 0;
        max-width: 50px
    }

    .fw-theme-steps.steps-6 .fw-theme-steps-wrap:nth-child(odd) .fw-step-right-part {
        text-align: left;
        font-size: 17px;
        font-weight: 300;
        line-height: 1.8
    }
}

.fw-theme-steps.steps-6 .fw-theme-steps-wrap .fw-step-right-part {
    -webkit-flex-basis: 45%;
    flex-basis: 45%;
    margin-top: 20px;
    max-width: none
}

.fw-theme-steps.steps-6 .fw-theme-steps-wrap:nth-child(2n) .fw-step-right-part,
.fw-theme-steps.steps-6 .fw-theme-steps-wrap:nth-child(odd) .fw-step-left-part {
    text-align: right;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8
}

.fw-theme-steps.steps-6 .fw-theme-steps-wrap .fw-step-center-part:after {
    content: "";
    background-image: url(images/webimages/stripe-v-1.png) !important;
    background-repeat: no-repeat;
    bottom: -105px;
    content: "";
    display: block;
    height: 109px;
    left: 50%;
    margin-left: 0;
    position: absolute;
    right: auto;
    width: 9px
}

.fw-theme-steps.steps-6 .fw-theme-steps-wrap:last-child .fw-step-center-part:after {
    background-image: url(images/webimages/stripe-v-2-1.png) !important;
    background-repeat: no-repeat;
    bottom: -110px;
    content: "";
    display: block;
    height: 109px;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    right: auto;
    width: 9px
}

.fw-theme-steps.steps-5 .fw-theme-step-wrap:nth-child(2n) .fw-step-left-part,
.fw-theme-steps.steps-5 .fw-theme-step-wrap:nth-child(odd) .fw-step-right-part,
.fw-theme-steps.steps-5 .fw-theme-step-wrap:nth-child(odd) .fw-step-right-part .step-title,
.fw-theme-steps.steps-6 .fw-theme-steps-wrap:nth-child(2n) .fw-step-left-part,
.fw-theme-steps.steps-6 .fw-theme-steps-wrap:nth-child(odd) .fw-step-right-part .item-title {
    text-align: left
}

.fw-theme-steps.steps-6 .fw-theme-steps-wrap .fw-step-right-part .item-title {
    margin-bottom: 11px !important;
    margin-top: 0
}

.fw-theme-steps .fw-theme-step-wrap .vertical-item .item-img:after,
.fw-theme-steps .fw-theme-step-wrap .vertical-item:first-child .item-img:before,
.fw-theme-steps .fw-theme-step-wrap .vertical-item:last-child .item-img:after {
    height: 14px;
    margin-top: -5px;
    top: 50%;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    content: "";
    margin-left: 0
}

.fw-theme-steps.steps-6 .fw-theme-steps-wrap .fw-step-right-part .item-text {
    max-width: 350px
}

.fw-theme-steps.steps-6 .fw-theme-steps-wrap {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.fw-theme-steps.steps-5 .fw-theme-step-wrap:nth-child(2n) .fw-step-right-part,
.fw-theme-steps.steps-5 .fw-theme-step-wrap:nth-child(2n) .fw-step-right-part .step-title,
.fw-theme-steps.steps-5 .fw-theme-step-wrap:nth-child(odd) .fw-step-left-part,
.fw-theme-steps.steps-6 .fw-theme-steps-wrap:nth-child(2n) .fw-step-right-part .item-title {
    text-align: right
}

.fw-theme-steps.steps-5 .fw-theme-step-wrap:nth-child(2n) .fw-step-right-part .step-text,
.fw-theme-steps.steps-6 .fw-theme-steps-wrap:nth-child(2n) .fw-step-right-part .item-text {
    float: right
}

.fw-theme-steps.style2 .fw-theme-steps-wrap .vertical-item:last-child .item-dot:after {
    background-image: url(images/webimages/stripe-h-3.png);
    height: 9px;
    width: 109px
}

.fw-theme-steps .fw-theme-step-wrap {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    z-index: 2
}

.fw-theme-steps .fw-theme-step-wrap .vertical-item {
    margin-bottom: 0;
    padding: 0 15px;
    position: relative
}

.fw-theme-steps .fw-theme-step-wrap .vertical-item .item-img {
    position: relative;
    z-index: 3
}

.fw-theme-steps .fw-theme-step-wrap .vertical-item .item-img img {
    border-radius: 50%;
    max-height: 190px;
    max-width: 190px
}

.fw-theme-steps .fw-theme-step-wrap .vertical-item .item-img:after {
    background-image: url(images/webimages/stripe-2.png);
    right: -106px;
    width: 162px
}

.fw-theme-steps .fw-theme-step-wrap .vertical-item:first-child .item-img:before {
    background-image: url(images/webimages/stripe-1.png);
    left: -75px;
    width: 122px
}

.fw-theme-steps .fw-theme-step-wrap .vertical-item:last-child .item-img:after {
    background-image: url(images/webimages/stripe-3.png);
    right: -55px;
    width: 102px
}

.fw-theme-steps .fw-theme-step-wrap .vertical-item .year {
    color: #a9c200;
    font-size: 36px;
    font-weight: 700;
    padding-top: 50px;
    position: relative
}

.fw-theme-steps .fw-theme-step-wrap .vertical-item .year:before {
    background-image: url(images/webimages/stripe-vertical.png);
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 30px;
    left: 50%;
    margin-left: 0;
    margin-top: 11px;
    position: absolute;
    top: 0;
    width: 2px
}

.fw-theme-steps .fw-theme-step-wrap .vertical-item .item-content h2.step-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 9px !important;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase
}

.fw-theme-steps .fw-theme-step-wrap .vertical-item .item-content .step-text {
    display: inline-block;
    margin-bottom: 23px;
    max-width: 240px
}

.fw-theme-steps .fw-theme-step-wrap .vertical-item:nth-child(2n) {
    top: 48px
}

.fw-theme-steps .fw-theme-step-wrap .vertical-item:nth-child(2n) .year {
    margin-top: 0;
    padding-bottom: 50px;
    padding-top: 0
}

.fw-theme-steps .fw-theme-step-wrap .vertical-item:nth-child(2n) .year:before {
    bottom: 10px;
    margin-left: 0;
    margin-top: 0;
    top: auto
}

.fw-theme-steps .fw-theme-step-wrap .vertical-item:nth-child(2n) .item-content h2.step-title {
    margin-top: 26px
}

.fw-theme-steps.steps-5 .fw-theme-step-wrap:first-child {
    margin-top: 65px !important
}

.fw-theme-steps.steps-5 .fw-theme-step-wrap {
    margin-bottom: 100px !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.fw-theme-steps.steps-5 .fw-theme-step-wrap:last-child {
    margin-bottom: 50px !important
}

.fw-theme-steps.steps-5 .fw-theme-step-wrap .year {
    color: #a9c200;
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: .8
}

.fw-theme-steps.steps-5 .fw-theme-step-wrap .year:after {
    background: #bebfc4;
    content: "";
    display: inline-block;
    height: 2px;
    left: 0;
    margin-left: 15px;
    position: relative;
    top: -10px;
    width: 34px
}

.fw-theme-steps.steps-5 .fw-theme-step-wrap .fw-step-right-part .step-title {
    text-transform: uppercase;
    margin-bottom: 9px !important;
    margin-top: 0
}

.fw-theme-steps.steps-5 .fw-theme-step-wrap:nth-child(2n) .fw-step-left-part .year:before {
    background: #bebfc4;
    content: "";
    display: inline-block;
    height: 2px;
    left: 0;
    margin-right: 15px;
    position: relative;
    top: -10px;
    width: 34px
}

.fw-theme-steps .fw-theme-step-wrap:nth-child(2n) {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.fw-theme-steps .fw-theme-step-wrap:nth-child(odd) {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row
}

.fw-theme-steps.steps-5 .fw-theme-step-wrap .fw-step-left-part,
.fw-theme-steps.steps-5 .fw-theme-step-wrap .fw-step-right-part {
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    margin-top: 0;
    max-width: none
}

.fw-theme-steps.steps-5 .fw-theme-step-wrap .fw-step-center-part {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    margin: 0;
    max-width: 120px
}

.fw-theme-steps.steps-5 .fw-theme-step-wrap .fw-step-center-part img {
    border-radius: 50%;
    max-width: 120px
}

.fw-theme-steps.steps-5 .fw-theme-step-wrap .step-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 24px;
    margin-top: 0;
    text-align: center
}

.fw-theme-steps.steps-5 .fw-theme-step-wrap {
    margin-top: 85px !important;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: visible
}

.fw-theme-steps.steps-5 .fw-theme-step-wrap .fw-step-right-part .step-text {
    max-width: 240px
}

.fw-theme-steps.steps-5 .fw-theme-step-wrap:first-child .fw-step-center-part:before {
    background-image: url(images/webimages/stripe-v1.png) !important;
    background-repeat: no-repeat;
    bottom: auto;
    content: "";
    display: block;
    height: 62px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    right: auto;
    top: -80px;
    width: 14px
}

.fw-theme-steps.steps-5 .fw-theme-step-wrap .fw-step-center-part:after {
    background-image: url(images/webimages/stripe-v2.png) !important;
    background-repeat: no-repeat;
    bottom: -92px;
    content: "";
    display: block;
    height: 82px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    right: auto;
    width: 14px
}

.fw-theme-steps.steps-5 .fw-theme-step-wrap:last-child .fw-step-center-part:after {
    background-image: url(images/webimages/stripe-v3.png) !important;
    bottom: -52px;
    height: 42px;
    width: 14px
}

@media(max-width:991px) {
    .fw-theme-steps.steps-6 .fw-theme-steps-wrap+.fw-theme-steps-wrap {
        margin-top: 30px
    }

    .fw-theme-steps .fw-theme-step-wrap .vertical-item .item-img:after,
    .fw-theme-steps .fw-theme-step-wrap .vertical-item:first-child .item-img:before,
    .fw-theme-steps .fw-theme-step-wrap .vertical-item:last-child .item-img:after,
    .fw-theme-steps.style2 .fw-theme-steps-wrap .vertical-item .item-dot:after,
    .fw-theme-steps.style2 .fw-theme-steps-wrap .vertical-item .item-dot:before,
    .fw-theme-steps.style2 .fw-theme-steps-wrap .vertical-item:first-child .item-dot:before {
        display: none
    }

    .fw-theme-steps .fw-theme-step-wrap .vertical-item:nth-child(2n) {
        top: 0
    }

    .fw-theme-steps .fw-theme-step-wrap .vertical-item+.vertical-item {
        margin-top: 75px
    }

    .fw-theme-steps .fw-theme-step-wrap .vertical-item:nth-child(2n) .item-content .step-text {
        margin-bottom: 0
    }

    .fw-theme-steps .fw-theme-step-wrap .vertical-item:after {
        background-image: url(images/webimages/stripe-v2.png) !important;
        background-repeat: no-repeat;
        bottom: -75px;
        content: "";
        display: block;
        height: 58px;
        left: 50%;
        margin-left: -5px;
        position: absolute;
        right: auto;
        width: 14px
    }

    .fw-theme-steps .fw-theme-step-wrap .vertical-item:last-child {
        margin-bottom: 50px
    }

    .fw-theme-steps .fw-theme-step-wrap {
        display: block
    }
}

#process-bg {
    background-image: url(images/webimages/process-bg.jpg);
    background-size: cover
}

.fnt-we-200 {
    font-weight: 200 !important
}

.black-bg-2 {
    background-color: var(--tp-common-black-2)
}

.z-index-1 {
    z-index: 1
}

#lineMarker {
    position: absolute;
    top: 7px;
    height: 35px;
    z-index: -1;
    border-radius: 100px;
    display: inline-block;
    background: #272f51;
    transition: .4s
}

.tp-demo-thumb {
    border-radius: 10px;
    transition: 5s linear;
    border: 0 solid #272f51;
    height: 300px;
    overflow: hidden;
    background-size: 100%;
    background-repeat: no-repeat
}

.tp-demo-thumb.transition-1 {
    transition: 7s linear
}

.tp-demo-thumb.transition-3 {
    transition: 3s linear
}

.tp-demo-thumb:hover {
    background-position: bottom
}

.tp-demo-thumb-overlay::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background: rgb(79 88 122 / .5);
    box-shadow: 0 2px 4px 0 rgb(23 23 24 / .1), 0 -1px 0 0 rgb(36 62 21 / .5);
    backdrop-filter: blur(12.5px)
}

.tp-demo-item {
    border-radius: 20px;
    background: #000;
    padding: 17px 17px 30px;
    box-shadow: 0 1px 1px 0 rgb(255 255 255 / .16) inset
}

.tp-demo-item:hover .tp-demo-title-sm a {
    background-size: 0 1px, 100% 1px
}

.tp-demo-title-sm {
    color: var(--tp-common-white);
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
    color: #fff;
    display: inline-block
}

.tp-demo-title-sm a {
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    display: inline;
    background-size: 0 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size .3s linear;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #fff !important
}

.tp-demo-big-title {
    font-size: 170px;
    font-weight: 400;
    line-height: 1;
    color: rgb(255 255 255 / .05);
    position: absolute;
    top: 18%;
    right: 0;
    z-index: -1
}

.tp-demo-item-sm .tp-demo-thumb {
    height: 260px
}

.jobs-card {
    display: flex;
    margin: 0 0 15px;
    background: #fff;
    border-radius: 15px;
    border: 1px solid #e0e0e0
}

.jobs-card:hover {
    box-shadow: 0 21px 10px 0 rgb(4 4 4 / .05)
}

.jobs-card .icon-box {
    margin: 0 0 15px;
    overflow: hidden;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 10px 18px 0 rgb(0 0 0 / .1)
}

.jobs-card .icon-box img {
    display: block;
    width: 100%;
    height: auto
}

.jobs-card .job-content-left {
    display: flex;
    padding: 15px 20px;
    flex-direction: column;
    align-items: center
}

.jobs-card .job-content-left h3 {
    margin: 0 0 5px;
    text-align: center
}

.jobs-card .job-content-left .meta {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #333
}

.jobs-card .job-content-left a {
    color: #333
}

.jobs-card .job-content-left .location-txt {
    display: flex;
    color: #444;
    font-weight: 400;
    margin: 0 0 10px;
    align-items: center
}

.jobs-card .job-content-left .location-txt i {
    margin-right: 10px
}

.jobs-card .job-content-right {
    display: flex;
    padding: 15px 20px;
    margin: 0 -1px -1px;
    border-radius: 15px;
    flex-direction: column;
    border: 1px solid #e0e0e0
}

@media (min-width:768px) {
    .pagli-unorder-1 {
        column-count: 2
    }

    .jobs-card {
        margin: 0 0 20px;
        flex-direction: row;
        justify-content: space-between
    }

    .jobs-card .icon-box {
        top: 20px;
        left: 20px;
        position: absolute
    }

    .jobs-card .job-content-left {
        align-items: flex-start;
        width: calc(100% - 220px);
        flex: 0 0 calc(100% - 220px);
        position: relative;
        padding: 20px 25px 20px 30px
    }

    .jobs-card .job-content-left h3 {
        text-align: left
    }

    .jobs-card .job-content-right {
        flex: 220px;
        flex: 0 0 220px;
        align-items: center;
        margin: -1px -1px -1px 0;
        padding: 20px;
        justify-content: space-between
    }
}

@media (min-width:1375px) {
    .jobs-card {
        margin: 0 0 30px;
        border-radius: 30px
    }

    .jobs-card .icon-box {
        top: 30px;
        left: 30px
    }

    .jobs-card .job-content-left {
        padding: 30px 30px 30px 75px;
        width: calc(100% - 280px);
        flex: 0 0 calc(100% - 280px)
    }

    .jobs-card .job-content-right {
        flex: 280px;
        flex: 0 0 280px;
        padding: 30px;
        border-radius: 30px
    }
}

@media (min-width:1550px) {
    .jobs-card .icon-box {
        top: 40px;
        left: 40px
    }

    .jobs-card .job-content-left {
        padding: 40px 40px 40px 50px
    }

    .jobs-card .job-content-right {
        padding: 40px 25px
    }
}

.jobs-card .price-box {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    flex-direction: column
}

@media (min-width:992px) {
    .pagli-unorder-1 {
        column-count: 2
    }

    .jobs-card .job-content-left .meta {
        margin: 0 0 10px;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 1px;
        color: #333
    }

    .jobs-card .job-content-left .location-txt {
        margin: 0 0 20px
    }

    .jobs-card .price-box {
        margin-bottom: 30px
    }
}

.section-theme-4 .tags-list,
.tags-list {
    list-style: none;
    padding: 0;
    display: flex;
    line-height: 1.5;
    margin: 0 0 3px -3px
}

.jobs-card .price-box .price {
    display: block;
    font-size: 16px;
    font-weight: 700
}

.jobs-card .price-box .price sub {
    font-size: 12px;
    font-weight: 400;
    position: relative;
    bottom: 1px
}

.jobs-card .price-box .txt {
    display: block;
    font-size: 14px
}

.jobs-card .btn.btn-green,
.jobs-card .btn.btn-purple {
    color: #ff5a01;
    background: #fff !important;
    border: 2px solid #ff5a01;
    border-radius: 50px
}

@media (min-width:768px) {

    .jobs-card .price-box .price,
    .jobs-card .price-box .price sub {
        font-size: 14px
    }

    .jobs-card .btn.btn-green,
    .jobs-card .btn.btn-purple {
        max-width: 156px;
        min-width: 156px;
        padding: 14px 30px;
        font-size: 16px
    }
}

.jobs-card .btn.btn-green:before,
.jobs-card .btn.btn-purple:before {
    z-index: 1;
    background: #7d29e6
}

.clr-ff5a01,
.jobs-card .btn.btn-green:hover,
.jobs-card .btn.btn-purple:hover {
    color: #ff5a01
}

.jobs-card .btn.btn-green span,
.jobs-card .btn.btn-purple span {
    z-index: 2;
    position: relative
}

.jobs-card .btn.btn-green {
    border-color: #20ca6f
}

.mobile-menu .navigation li,
.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgb(255 255 255 / .1)
}

.main-menu .navigation>li .mega-menu-bar h3,
.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgb(255 255 255 / .1)
}

.jobs-card .btn.btn-green:before {
    background: #20ca6f !important;
    opacity: 1
}

.section-theme-4 .tags-list {
    font-size: 12px;
    color: #666;
    flex-flow: row wrap
}

.tags-list {
    flex-flow: row wrap;
    font-size: 14px;
    color: #a7a7a7
}

.tags-list li {
    padding: 0 4px 7px 3px
}

.tags-list .tag {
    border: 1px solid #aeaeae;
    border-radius: 20px;
    padding: 4px 12px;
    display: block;
    text-align: center
}

@media (min-width:1200px) {
    .pagli-unorder-1 {
        column-count: 3
    }

    .jobs-card .job-content-left h3 {
        font-size: 28px
    }

    .tags-list {
        font-size: 16px
    }

    .tags-list .tag {
        min-width: 100px
    }
}

.btn-roundss {
    font-size: 25px;
    color: #000
}

.modal-header .close {
    margin: 0;
    padding: 0
}

.close {
    font-weight: 500;
    opacity: 1
}

.screenshots.style-4 {
    overflow: hidden;
    position: relative;
    height: 600px
}

.screenshots.style-4::after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    z-index: 10
}

.screenshots.style-4 .screenshots-slider,
.screenshots.style-4 .screenshots-slider1 {
    position: absolute;
    top: 28px;
    width: calc(100% + 120px);
    left: -60px
}

@media (min-width:1024px) and (max-width:1300px) {

    .screenshots.style-4 .screenshots-slider,
    .screenshots.style-4 .screenshots-slider1 {
        top: 20px;
        width: calc(100% + 80px);
        left: -12px
    }
}

@media (min-width:992px) and (max-width:1024px) {

    .screenshots.style-4 .screenshots-slider,
    .screenshots.style-4 .screenshots-slider1 {
        top: 25px;
        width: calc(100% + 60px);
        left: -4px
    }
}

.screenshots.style-4 .screenshots-slider .img {
    margin: 0 auto;
    height: 484px;
    width: 230px
}

.screenshots.style-4 .screenshots-slider .img img,
.screenshots.style-4 .screenshots-slider1 .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px
}

.screenshots.style-4 .screenshots-slider1 .img {
    margin: 0 auto;
    height: 484px;
    width: 230px
}

.screenshots.style-4 .mob-hand {
    pointer-events: none;
    position: absolute;
    transform: translateX(-33%);
    z-index: 10
}

@media (min-width:1024px) and (max-width:1199px) {
    .screenshots.style-4 .mob-hand {
        left: 22%;
        top: -19px;
        height: 571px
    }
}

@media (min-width:1200px) and (max-width:1439px) {
    .screenshots.style-4 .mob-hand {
        left: 26%;
        top: -18px;
        height: 570px
    }
}

.screenshots.style-4 .mob-hands {
    pointer-events: none;
    position: absolute;
    left: 43%;
    top: -3px;
    -webkit-transform: translateX(-33%);
    -ms-transform: translateX(-33%);
    transform: translateX(-33%);
    height: 600px;
    z-index: 10
}

@media (max-width:768px) {
    .screenshots.style-4 .mob-hands {
        left: 25%
    }
}

.screenshots.style-11 .links {
    text-transform: capitalize;
    padding-bottom: 130px;
    overflow: hidden;
    position: relative
}

.screenshots.style-11 .links .img img {
    width: 50px;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    position: relative;
    z-index: 10
}

.screenshots.style-11 .links .img::after {
    position: absolute;
    content: "";
    left: 25px;
    top: 25px;
    height: 1000px;
    width: 1px;
    border: 1px dashed rgb(153 153 153 / .2666666667);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top
}

.screenshots.style-11 .links .row .col-lg-2:first-of-type .img::after {
    -webkit-transform: rotate(-74deg);
    -ms-transform: rotate(-74deg);
    transform: rotate(-74deg)
}

.screenshots.style-11 .links .row .col-lg-2:nth-of-type(2) .img::after {
    -webkit-transform: rotate(-66deg);
    -ms-transform: rotate(-66deg);
    transform: rotate(-66deg)
}

.screenshots.style-11 .links .row .col-lg-2:nth-of-type(3) .img::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.screenshots.style-11 .links .row .col-lg-2:nth-of-type(4) .img::after {
    -webkit-transform: rotate(17deg);
    -ms-transform: rotate(17deg);
    transform: rotate(17deg)
}

.screenshots.style-11 .links .row .col-lg-2:nth-of-type(5) .img::after {
    -webkit-transform: rotate(57deg);
    -ms-transform: rotate(57deg);
    transform: rotate(57deg)
}

.screenshots.style-11 .links .row .col-lg-2:nth-of-type(6) .img::after {
    -webkit-transform: rotate(71deg);
    -ms-transform: rotate(71deg);
    transform: rotate(71deg)
}

.screenshots.style-11 .main-img .link-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / .0666666667);
    box-shadow: 0 0 15px rgb(0 0 0 / .0666666667);
    left: calc(50% - 28px);
    top: -25px;
    z-index: 20
}

.screenshots.style-14 .img .row .col-6:last-of-type .main-img {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.screenshots.style-14 .img::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--color-red1);
    top: 0;
    right: 0;
    -webkit-animation: 20s linear infinite alternate right_left;
    animation: 20s linear infinite alternate right_left
}

.screenshots.style-14 .img::before {
    position: absolute;
    content: "";
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background-color: #ecf0f3;
    bottom: -50px;
    right: 0;
    -webkit-animation: 5s linear -1s infinite alternate right_left;
    animation: 5s linear -1s infinite alternate right_left
}

.screenshots.style-14 .img .main-img {
    position: relative;
    z-index: 10
}

.screenshots.style-14 .info .text {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px
}

@-webkit-keyframes right_left {
    0% {
        right: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

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

@keyframes right_left {
    0% {
        right: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

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

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

    .pag-wi-25,
    .pag-wi-33 {
        width: 100% !important;
        margin-bottom: 20px;
        position: relative
    }

    .pag-wi-33 {
        padding: 10px !important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {

    .pag-wi-25,
    .pag-wi-33 {
        width: 50% !important;
        margin-bottom: 20px;
        position: relative
    }

    .pag-wi-33 {
        padding: 10px !important
    }
}

.pag-wi-25 {
    break-inside: avoid;
    margin-bottom: 10px
}

.pag-wi-25 .logo-box {
    background: unset
}

.pag-wi-25 .logo-box img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px
}

.pag-wi-33 {
    width: 33.33%;
    margin-bottom: 10px;
    position: relative;
    padding: 30px
}

.mobile-portfolo img {
    border-radius: 20px
}

.main-page-port .mobile-portfolo .imgss-mobile .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

.main-page-port .mobile-portfolo:hover .overlay-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.main-page-port .mobile-portfolo .imgss-mobile .overlay-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: -ms-linear-gradient(top, #fff0 0, #1c2c52 100%);
    background-image: -moz-linear-gradient(top, #fff0 0, #1c2c52 100%);
    background-image: -o-linear-gradient(top, #fff0 0, #1c2c52 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff0), color-stop(100, #1c2c52));
    background-image: -webkit-linear-gradient(top, #fff0 0, #1c2c52 100%);
    background-image: linear-gradient(to bottom, #fff0 0, #1c2c52 100%)
}

.main-page-port .mobile-portfolo .imgss-mobile .overlay-box .search-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    color: #0060ff;
    z-index: 1;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    line-height: 60px;
    margin-left: -30px;
    margin-top: -60px;
    border-radius: 50px;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.main-page-port .mobile-portfolo .imgss-mobile .overlay-box .content {
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 1
}

.main-page-port .mobile-portfolo .imgss-mobile .overlay-box .content h4 {
    position: relative;
    line-height: 1.3em;
    font-weight: 700
}

.main-page-port .mobile-portfolo .imgss-mobile .overlay-box .content h4 a {
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.main-page-port .mobile-portfolo .imgss-mobile .overlay-box .content .category {
    position: relative;
    margin-top: 5px;
    color: #fff
}

.main-page-port .mobile-portfolo .imgss-mobile .overlay-box .content .arrow {
    background-color: #0060ff
}

.main-page-port .mobile-portfolo .imgss-mobile .overlay-box .arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    width: 60px;
    height: 60px;
    z-index: 1;
    font-size: 22px;
    text-align: center;
    line-height: 60px;
    background-color: #0060ff
}

.main-page-port .mobile-portfolo .imgss-mobile img {
    position: relative;
    width: 100%;
    display: block
}

.main-header {
    position: relative;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.mobile-menu,
.sticky-header {
    position: fixed;
    visibility: hidden;
    top: 0
}

.sticky-header {
    opacity: 0;
    background: rgb(15 15 15 / .98);
    left: 0;
    box-shadow: 0 10px 20px rgb(0 0 0 / .2);
    width: 100%;
    z-index: 0;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.main-menu .navigation>li>ul,
.main-menu .navigation>li>ul>li>ul {
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / .05), -2px 0 5px 1px rgb(0 0 0 / .05);
    -ms-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / .05), -2px 0 5px 1px rgb(0 0 0 / .05);
    -o-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / .05), -2px 0 5px 1px rgb(0 0 0 / .05);
    -moz-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / .05), -2px 0 5px 1px rgb(0 0 0 / .05);
    box-shadow: 2px 2px 5px 1px rgb(0 0 0 / .05), -2px 0 5px 1px rgb(0 0 0 / .05)
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -op-animation-duration: .5s;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.main-header .outer-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.main-header .outer-container .logo-box .logo {
    position: relative
}

.main-menu .navbar-collapse {
    padding: 0;
    display: block !important
}

.main-menu .navigation {
    position: relative;
    margin: 0
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    z-index: 2;
    padding: 25px 0;
    margin: 0 30px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.main-menu .navigation>li:last-child {
    margin-right: 0 !important
}

.main-menu .navigation>li:first-child {
    margin-left: 0 !important
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    opacity: 1;
    color: #fff;
    padding: 0;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.main-menu .navigation>li>ul,
.mobile-menu .navigation li>a {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 280px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 20px 0;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    transition: .5s
}

.main-menu .navigation>li>ul.from-right,
.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0
}

.main-menu .navigation>li>ul>li,
.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0 30px
}

.main-menu .navigation>li>ul>li:last-child,
.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>a,
.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 6px 0;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: #222;
    text-align: left;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    z-index: 5
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: -2px;
    width: 230px;
    z-index: 100;
    display: none;
    padding: 20px 0;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px)
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .5s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    display: none
}

.menu-area .mobile-nav-toggler,
.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none
}

.menu-area .mobile-nav-toggler .icon-bar {
    position: relative;
    height: 2px;
    width: 30px;
    display: block;
    margin-bottom: 5px;
    background-color: #4527a4;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.main-menu .navigation .megamenu {
    width: 500px
}

.main-menu .navigation .megamenu:before {
    position: absolute;
    content: '';
    background: #e5e5e5;
    width: 2px;
    height: calc(100% - 60px);
    left: 42%;
    top: 30px
}

.main-menu .navigation>li>.megamenu li {
    position: relative;
    display: block;
    width: 50%;
    float: left
}

.mobile-menu {
    right: 0;
    width: 300px;
    padding-right: 30px;
    height: 100%;
    opacity: 0;
    z-index: 999999
}

.mobile-menu .navbar-collapse {
    display: block !important
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left
}

.mobile-menu-visible {
    overflow: hidden
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: .9s;
    -moz-transition: .9s;
    -webkit-transition: .9s;
    -ms-transition: .9s;
    -o-transition: .9s
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: .7;
    visibility: visible;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #000;
    padding: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%)
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mobile-menu .close-btn {
    position: absolute;
    right: 25px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: .9s;
    -moz-transition: .9s;
    -ms-transition: .9s;
    -o-transition: .9s;
    transition: .9s
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.mobile-menu .close-btn:hover {
    color: #4527a4;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    float: none
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    transition: .5s
}

.mobile-menu .navigation li.dropdown .dropdown-btn,
.mobile-menu .navigation li>a:before {
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.mobile-menu .navigation li ul li>a {
    font-size: 16px;
    margin-left: 3px;
    text-transform: capitalize
}

.mobile-menu .navigation li>a:before {
    content: '';
    left: 0;
    top: 0;
    height: 0;
    border-left: 5px solid #f65200;
    transition: .5s
}

.mobile-menu .navigation li.current>a,
.mobile-menu .navigation li>a:hover {
    color: #fe5900
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #000;
    background: #fff;
    cursor: pointer;
    border-radius: 2px;
    transition: .5s;
    z-index: 5
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    background: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
    padding: 0
}

.mobile-menu .social-links {
    position: relative;
    padding: 30px 25px
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0 10px 10px
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

div#mCSB_1_container {
    top: 0 !important
}

.mobile-menu .contact-info {
    position: relative;
    padding: 30px 30px 20px
}

.mobile-menu .contact-info h4 {
    position: relative;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px
}

.mobile-menu .contact-info ul li {
    position: relative;
    display: block;
    font-size: 15px;
    color: rgb(255 255 255 / .8);
    margin-bottom: 3px
}

.mobile-menu .contact-info ul li a {
    color: rgb(255 255 255 / .8)
}

.sticky-header .main-menu .navigation>li>a {
    padding: 25px 0;
    margin: 0 40px;
    color: #fff !important
}

.sticky-header .main-menu .navigation>li:first-child a {
    margin-left: 0
}

.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li:hover>a {
    color: #ff5a01 !important
}

.sticky-header .logo-box {
    position: relative;
    float: left;
    padding: 8px 0 7px
}

.sticky-header .menu-area {
    position: relative;
    float: right
}

.sticky-header .main-menu .navigation>li {
    padding: 0 !important;
    margin: 0 !important
}

.banner-section {
    position: relative;
    padding: 120px 0 0
}

@media only screen and (max-width:1200px) {
    .service-style-three .image-layer {
        display: none
    }

    .service-style-three .inner-container,
    .testimonial-style-ten .user-thumb {
        margin: 0
    }

    .service-style-three .single-column {
        padding: 0 15px
    }

    .dis-full-b-tab,
    .sticky-header {
        display: block !important
    }

    .dis-full-n-tab,
    .main-menu {
        display: none !important
    }

    .menu-area .mobile-nav-toggler {
        display: block;
        margin-top: 15px;
        padding: 10px
    }
}

.main-menu .navigation>li.has-mega-menu {
    position: static
}

.main-menu .navigation>li>.mega-menu {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 100%;
    background: #fff;
    padding: 20px 20px 10px;
    top: 100%;
    z-index: 100;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / .05), -2px 0 5px 1px rgb(0 0 0 / .05);
    -ms-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / .05), -2px 0 5px 1px rgb(0 0 0 / .05);
    -o-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / .05), -2px 0 5px 1px rgb(0 0 0 / .05);
    -moz-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / .05), -2px 0 5px 1px rgb(0 0 0 / .05);
    box-shadow: 2px 2px 5px 1px rgb(0 0 0 / .05), -2px 0 5px 1px rgb(0 0 0 / .05)
}

.main-menu .navigation>li:hover>.mega-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1)
}

.main-menu .navigation>li .mega-menu-bar h3 {
    position: relative;
    background: linear-gradient(135deg, #fe5900 40%, #fa7300 60%);
    background-position: 0 0;
    -webkit-animation: 3s linear infinite stripes;
    animation: 3s linear infinite stripes;
    background-clip: text;
    -webkit-background-clip: text;
    color: #fff0;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px
}

.main-menu .navigation>li .mega-menu-bar>ul {
    position: relative;
    padding: 0
}

.main-menu .navigation>li .mega-menu-bar h3 ul {
    padding: 0 !important
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
    text-transform: capitalize;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li:last-child {
    border: none
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li>a {
    position: relative;
    display: block;
    padding: 8px 5px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    text-align: left;
    font-size: 14px;
    text-transform: capitalize;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li>a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 0%;
    content: '.';
    color: #fff0;
    height: 1px;
    text-align: left;
    opacity: 0
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li>a:hover {
    z-index: 1;
    background: linear-gradient(135deg, #fe5900 40%, #fa7300 60%);
    background-clip: text;
    -webkit-background-clip: text;
    color: #fff0
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li>a:hover:after {
    z-index: -10;
    animation: 1s forwards fill;
    -webkit-animation: 1s forwards fill;
    -moz-animation: 1s forwards fill;
    opacity: 1
}

@media only screen and (max-width:1199px) {
    .dis-tab-none {
        display: none !important
    }

    .dis-tab-block {
        display: block !important
    }

    .main-menu .navigation>li.has-mega-menu,
    .mobile-menu .navigation>li.has-mega-menu {
        position: relative !important
    }

    .mobile-menu .navigation>li>.mega-menu {
        padding: 0 20px;
        border-top: none;
        display: none
    }

    .mobile-menu .navigation>li>.mega-menu .row {
        flex-direction: column;
        margin: 0
    }

    .mobile-menu .navigation>li>.mega-menu h3 {
        font-size: 15px;
        font-weight: 600;
        color: #081245;
        padding: 0 20px;
        margin-bottom: 10px
    }

    .mobile-menu .navigation>li .mega-menu-bar .column {
        padding: 0;
        margin: 20px 0 0;
        width: 100%;
        min-width: 100%;
        max-width: 100%
    }

    .main-menu .navigation>li>.mega-menu {
        padding: 0 !important;
        background: 0 0 !important;
        margin: 0 !important
    }

    .main-menu .navigation>li>.mega-menu .row {
        margin: 0;
        width: 100%
    }

    .main-menu .navigation>li .mega-menu-bar>ul,
    .main-menu .navigation>li>.mega-menu {
        position: relative;
        border: none;
        float: none;
        visibility: visible;
        opacity: 1;
        display: none;
        margin: 0;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        padding: 0;
        outline: 0;
        width: 100%;
        background: #2c2c2c;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        transition: none !important;
        -webkit-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        -moz-transition: none !important;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    .main-menu .navigation>li .mega-menu-bar .column>ul>li {
        border-top: 1px solid #fff !important;
        border-bottom: none;
        opacity: 1 !important;
        top: 0 !important;
        left: 0 !important;
        visibility: visible !important
    }
}

@media only screen and (min-width:768px) {

    .main-menu .navigation>li>.mega-menu,
    .main-menu .navigation>li>ul,
    .main-menu .navigation>li>ul>li>ul {
        display: block !important;
        visibility: hidden;
        opacity: 0
    }
}

@media only screen and (min-width:1200px) and (max-width:1299px) {
    .main-menu .navigation {
        position: relative;
        margin: 0;
        padding: 0 60px
    }

    .main-menu .navigation>li {
        margin: 0 30px
    }

    .sticky-header .main-menu .navigation>li>a {
        padding: 25px !important;
        margin: 0 !important
    }
}

@media only screen and (min-width:1300px) and (max-width:1399px) {
    .main-menu .navigation {
        position: relative;
        margin: 0;
        padding: 0 70px
    }

    .main-menu .navigation>li {
        margin: 0 30px
    }
}

@media only screen and (min-width:1400px) and (max-width:1549px) {
    .main-menu .navigation {
        position: relative;
        margin: 0;
        padding: 0 40px 0 65px
    }

    .main-menu .navigation>li {
        margin: 0 40px
    }
}

@media only screen and (min-width:1550px) and (max-width:1699px) {
    .main-menu .navigation {
        position: relative;
        margin: 0;
        padding: 0 100px 0 85px
    }

    .main-menu .navigation>li {
        margin: 0 40px
    }
}

@media only screen and (min-width:1700px) and (max-width:2000px) {
    .main-menu .navigation {
        position: relative;
        margin: 0;
        padding: 0 160px 0 85px
    }

    .main-menu .navigation>li {
        margin: 0 40px
    }
}

.rolling-text {
    display: inline-block;
    overflow: hidden;
    line-height: 50px;
    height: 50px
}

.rolling-text.play .letter,
.rolling-text:hover .letter {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.rolling-text .letter {
    display: inline-block;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.76, 0, .24, 1);
    transition: transform .5s cubic-bezier(.76, 0, .24, 1);
    -o-transition: transform .5s cubic-bezier(.76, 0, .24, 1);
    transition: transform .5s cubic-bezier(.76, 0, .24, 1), -webkit-transform .5s cubic-bezier(.76, 0, .24, 1)
}

.letter:first-child {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.letter:nth-child(2) {
    -webkit-transition-delay: 15ms;
    -o-transition-delay: 15ms;
    transition-delay: 15ms
}

.letter:nth-child(3) {
    -webkit-transition-delay: 30ms;
    -o-transition-delay: 30ms;
    transition-delay: 30ms
}

.letter:nth-child(4) {
    -webkit-transition-delay: 45ms;
    -o-transition-delay: 45ms;
    transition-delay: 45ms
}

.letter:nth-child(5) {
    -webkit-transition-delay: 60ms;
    -o-transition-delay: 60ms;
    transition-delay: 60ms
}

.letter:nth-child(6) {
    -webkit-transition-delay: 75ms;
    -o-transition-delay: 75ms;
    transition-delay: 75ms
}

.letter:nth-child(7) {
    -webkit-transition-delay: 90ms;
    -o-transition-delay: 90ms;
    transition-delay: 90ms
}

.letter:nth-child(8) {
    -webkit-transition-delay: 105ms;
    -o-transition-delay: 105ms;
    transition-delay: 105ms
}

.letter:nth-child(9) {
    -webkit-transition-delay: .12s;
    -o-transition-delay: .12s;
    transition-delay: .12s
}

.letter:nth-child(10) {
    -webkit-transition-delay: 135ms;
    -o-transition-delay: 135ms;
    transition-delay: 135ms
}

.letter:nth-child(11) {
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s
}

.letter:nth-child(12) {
    -webkit-transition-delay: 165ms;
    -o-transition-delay: 165ms;
    transition-delay: 165ms
}

.letter:nth-child(13) {
    -webkit-transition-delay: .18s;
    -o-transition-delay: .18s;
    transition-delay: .18s
}

.letter:nth-child(14) {
    -webkit-transition-delay: 195ms;
    -o-transition-delay: 195ms;
    transition-delay: 195ms
}

.letter:nth-child(15) {
    -webkit-transition-delay: .21s;
    -o-transition-delay: .21s;
    transition-delay: .21s
}

.letter:nth-child(16) {
    -webkit-transition-delay: 225ms;
    -o-transition-delay: 225ms;
    transition-delay: 225ms
}

.letter:nth-child(17) {
    -webkit-transition-delay: .24s;
    -o-transition-delay: .24s;
    transition-delay: .24s
}

.letter:nth-child(18) {
    -webkit-transition-delay: 255ms;
    -o-transition-delay: 255ms;
    transition-delay: 255ms
}

.letter:nth-child(19) {
    -webkit-transition-delay: .27s;
    -o-transition-delay: .27s;
    transition-delay: .27s
}

.letter:nth-child(20) {
    -webkit-transition-delay: 285ms;
    -o-transition-delay: 285ms;
    transition-delay: 285ms
}

.letter:nth-child(21) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .main-menu .navigation>li>.mega-menu {
        left: -25%;
        width: 120%;
        max-width: unset !important
    }

    .sticky-header .main-menu .navigation>li>a {
        padding: 25px 0;
        margin: 0 30px
    }
}

@media only screen and (min-width:1400px) and (max-width:1499px) {
    .main-menu .navigation>li>.mega-menu {
        left: -22%;
        width: 120%;
        max-width: unset !important
    }

    .sticky-header .main-menu .navigation>li>a {
        padding: 25px 0;
        margin: 0 30px
    }
}

@media only screen and (min-width:1500px) and (max-width:1599px) {
    .main-menu .navigation>li>.mega-menu {
        left: -38%;
        width: 123%;
        max-width: unset !important
    }
}

@media only screen and (min-width:1600px) and (max-width:1699px) {
    .main-menu .navigation>li>.mega-menu {
        left: -36%;
        width: 121%;
        max-width: unset !important
    }
}

@media only screen and (min-width:1700px) and (max-width:1800px) {
    .main-menu .navigation>li>.mega-menu {
        left: -51%;
        width: 128%;
        max-width: unset !important
    }
}

@media only screen and (min-width:1800px) and (max-width:1920px) {
    .main-menu .navigation>li>.mega-menu {
        left: -60%;
        width: 135%;
        max-width: unset !important
    }
}

@media only screen and (min-width:1921px) and (max-width:2000px) {
    .main-menu .navigation>li>.mega-menu {
        left: -60%;
        width: 135%;
        max-width: unset !important
    }
}

.fb-clr {
    background: #1877f2
}

.insta-clr {
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%)
}

.linkedin-clr {
    background: #0077b5
}

.twitter-clr {
    background: #373737
}

.blogwordswrp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    height: 55px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.addre-check {
    display: flex;
    align-items: center;
    gap: 40px
}

.addre-check .addre-deat p {
    padding: 0;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000
}

.marg-tp-10 {
    margin-top: 10px !important
}

.seo-heading-h1 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    padding-top: 15px
}

.seo-service-heading,
.seo-service-heading span a {
    font-size: 45px;
    font-weight: 200
}

.seo-service-heading span a:hover {
    font-size: 45px;
    font-weight: 200;
    color: #E85100
}

.btm-set {
    position: fixed;
    bottom: 100px !important;
    right: 30px !important;
    z-index: 99999;
    display: inline-block
}

.btm-set .tooltip-text {
    position: absolute;
    bottom: 70px;
    right: 0;
    background-color: #25D366;
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transform: translateY(5px);
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgb(0 0 0 / .25)
}

.btm-set .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 20px;
    border-width: 6px;
    border-style: solid;
    border-color: #25D366 #fff0 #fff0 #fff0
}

.btm-set:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.btm-set.show-tooltip .tooltip-text {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.mob-top-header {
    z-index: 1030;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / .05)
}

.mob-top-header .container {
    padding: 8px 15px;
    display: flex;
    justify-content: center;
    align-items: center
}

.business-enquiry-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333333 !important;
    transition: color 0.3s ease
}

.enquiry-label {
    font-size: .9rem;
    font-weight: 400;
    margin-right: 6px
}

.phone-number {
    font-size: .9rem;
    font-weight: 600;
    color: #000
}

.business-enquiry-link:hover {
    color: #0056b3 !important
}

@media (max-width:575.98px) {
    .mob-top-header .container {
        padding: 6px 15px
    }
}

.banner-quick-connect {
    display: flex;
    gap: 16px;
    width: 90%;
    max-width: 450px;
    padding: 20px 0
}

@media (max-width:767px) {
    .banner-quick-connect {
        display: none
    }
}

.contact-link {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 10px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    transition: background-color 0.3s ease, transform 0.1s ease, box-shadow 0.3s ease;
    cursor: pointer;
    line-height: 1.2;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgb(0 0 0 / .15)
}

.contact-link i {
    margin-right: 8px;
    font-size: 18px
}

.whatsapp-link {
    background-color: #25D366
}

.whatsapp-link:hover {
    background-color: #1AA74F;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgb(37 211 102 / .4)
}

.call-link {
    background-color: #ff5a01
}

.call-link:hover {
    background-color: #c3561b;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgb(59 89 152 / .4)
}

.tab-container-5x {
    --primary-color: #0069d9;
    --active-bg-color: #ffffff;
    --hover-bg-color: #f0f8ff;
    --text-color: #495057;
    --hover-text-color: #000;
    --animation-speed: 0.4s;
    --border-height: 4px
}

.tab-container-5x {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 30px auto;
    max-width: 1000px
}

.tab-item-5x {
    display: block;
    padding: 14px 28px;
    text-decoration: none;
    font-family: 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--text-color);
    position: relative;
    background-color: var(--active-bg-color);
    transition: color var(--animation-speed) ease, background-color var(--animation-speed) ease, transform 0.15s ease-out;
    margin: 0 5px;
    border-radius: 30px;
    flex-grow: 1;
    text-align: center
}

.tab-item-5x::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 0%;
    height: var(--border-height);
    background-color: var(--primary-color);
    transition: width var(--animation-speed) ease-in-out, left var(--animation-speed) ease-in-out;
    z-index: 10;
    border-radius: 2px
}

.tab-item-5x:hover {
    color: var(--hover-text-color);
    background-color: var(--hover-bg-color);
    cursor: pointer;
    transform: translateY(-2px)
}

.tab-item-5x:hover::after {
    width: calc(100% - 30px);
    left: 15px
}

.active-tab-5x {
    color: var(--primary-color);
    font-weight: 700;
    background-color: var(--active-bg-color);
    cursor: default
}

.active-tab-5x::after {
    width: calc(100% - 30px);
    left: 15px
}

.active-tab-5x:hover {
    background-color: var(--active-bg-color);
    transform: none
}

@media (max-width:768px) {
    .tab-container-5x {
        flex-direction: column;
        max-width: 90%;
        margin: 20px auto
    }

    .tab-item-5x {
        margin: 5px 0;
        border-radius: 8px;
        padding: 15px 20px
    }

    .tab-item-5x::after,
    .tab-item-5x:hover::after,
    .active-tab-5x::after {
        bottom: 0;
        left: 0;
        width: 4px;
        height: 100%;
        transition: none
    }

    .active-tab-5x::after {
        height: 100%
    }
}

.industry-grid-compact {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
    margin-top: 0;
    margin-bottom: 0
}

.category-card {
    width: 100%;
    min-height: 120px;
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgb(0 0 0 / .05);
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
    cursor: pointer
}

.category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 15px rgb(0 0 0 / .1);
    border-color: #E85100
}

.category-icon {
    font-size: 2rem;
    margin-bottom: 8px;
    color: #495057;
    transition: color 0.2s
}

.category-text {
    font-size: .9rem;
    font-weight: 600;
    line-height: 1.2;
    color: #333;
    word-break: break-word;
    max-width: 100%
}

.category-card:hover .category-icon,
.category-card:hover .category-text {
    color: #E85100
}

@media (max-width:767.98px) {
    .industry-grid-compact {
        --bs-gutter-x: 0.5rem;
        --bs-gutter-y: 0.5rem
    }

    .category-card.mobile-icon-only {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        min-height: 55px;
        padding: 10px 15px;
        aspect-ratio: auto
    }

    .category-card.mobile-icon-only .category-icon {
        font-size: 1.25rem;
        margin-bottom: 0;
        margin-right: 12px;
        flex-shrink: 0
    }

    .category-card.mobile-icon-only .category-text {
        display: block;
        font-size: .9rem;
        font-weight: 500;
        text-align: left;
        line-height: 1.2;
        flex-grow: 1;
        overflow: hidden
    }
}

.webbitech-form-container {
    position: relative;
    width: 95%;
    max-width: 900px;
    display: flex;
    justify-content: center;
    align-items: flex-start
}

.webbitech-lead-form {
    background-color: #fff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgb(0 0 0 / .15);
    max-width: 660px;
    width: 100%;
    border: 1px solid gray
}

.webbitech-form-title {
    font-size: 1.6rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 4px
}

.webbitech-form-subtitle {
    font-size: .95rem;
    color: #666;
    font-weight: 400;
    margin-bottom: 20px
}

.webbitech-input-group {
    margin-bottom: 20px
}

.webbitech-input-field {
    width: 100%;
    padding: 10px 0 10px 0;
    font-size: 15px;
    color: #333;
    background-color: #fff0;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
    transition: border-bottom-color 0.3s ease
}

.webbitech-input-field:focus {
    border-bottom-color: #ff5a01;
    outline: none;
    box-shadow: none;
    background-color: #fff0
}

.webbitech-select-wrapper {
    position: relative
}

.webbitech-input-field.webbitech-select-service {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    padding-right: 30px;
    padding: 10px
}

.webbitech-select-wrapper::after {
    content: '\2304';
    font-size: 1.1rem;
    color: #ff5a01;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 10
}

.webbitech-submit-btn {
    display: inline-block;
    width: 100%;
    padding: 14px 15px;
    font-size: 1.05rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #C74800;
    border: none;
    border-radius: 28px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.15s, box-shadow 0.3s;
    letter-spacing: .5px;
    margin-top: 20px;
    box-shadow: 0 6px 15px rgb(255 90 1 / .45)
}

.webbitech-submit-btn:hover {
    background-color: #A23A00;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgb(255 90 1 / .6)
}

.webbitech-input-field option {
    color: #333;
    background-color: #fff
}

.webbitech-input-field option:disabled {
    color: #999
}

.portfolio-showcase {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem;
    overflow: hidden;
    padding: 2rem 0;
    position: relative
}

.portfolio-column {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 220px
}

.portfolio-column img {
    width: 220px;
    height: 200px;
    border-radius: 1rem;
    object-fit: cover;
    box-shadow: 0 10px 25px rgb(0 0 0 / .15);
    transition: transform 0.5s ease, box-shadow 0.5s ease
}

.portfolio-column img:hover {
    transform: scale(1.08);
    box-shadow: 0 15px 35px rgb(0 0 0 / .2)
}

@keyframes scrollUp {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-50%)
    }
}

@keyframes scrollDown {
    0% {
        transform: translateY(-50%)
    }

    100% {
        transform: translateY(0)
    }
}

.column-up {
    animation: scrollUp 20s linear infinite
}

.column-down {
    animation: scrollDown 20s linear infinite
}

@media (max-width:768px) {
    .portfolio-showcase {
        flex-direction: row;
        gap: 1rem
    }

    .portfolio-column {
        width: 45%
    }

    .portfolio-column img {
        width: 100%;
        height: auto;
        border-radius: .75rem
    }
}

.main-banner-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%
}

.main-banner-visual img {
    max-height: 500px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    display: block
}

@media (max-width:991.98px) {
    .main-banner-visual {
        margin-top: 30px
    }
}

.webbitech-hero-actions {
    display: flex;
    gap: 15px;
    justify-content: start;
    margin-top: 30px;
    margin-bottom: 50px
}

.webbitech-hero-btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.2s ease
}

.webbitech-hero-btn i {
    margin-right: 8px;
    font-size: 18px
}

.webbitech-btn-whatsapp {
    background-color: #25d366;
    color: #fff;
    border: 2px solid #25d366
}

.webbitech-btn-whatsapp:hover {
    background-color: #128c7e;
    border-color: #128c7e;
    transform: translateY(-2px)
}

.webbitech-btn-call {
    background-color: #E85100;
    color: #fff;
    border: 2px solid #E85100
}

.webbitech-btn-call:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    transform: translateY(-2px)
}

@media (max-width:576px) {
    .webbitech-hero-actions {
        flex-direction: column;
        align-items: center
    }

    .webbitech-hero-btn {
        width: 100%;
        max-width: 300px;
        justify-content: center
    }
}

.tab-button.active {
    color: var(--primary-color);
    font-weight: 700
}

.tab-indicator {
    position: absolute;
    bottom: -2px;
    height: 3px;
    background-color: var(--primary-color);
    transition: left var(--transition-speed) ease, width var(--transition-speed) ease;
    z-index: 1
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-auto-rows: 10px;
    gap: 20px;
    transition: opacity var(--transition-speed) ease-in-out
}

.gallery-item {
    grid-row-end: span 25;
    position: relative;
    cursor: zoom-in;
    overflow: hidden;
    border-radius: .75rem;
    box-shadow: 0 10px 30px -5px rgb(0 0 0 / .15);
    transform-style: preserve-3d;
    transition: transform 0.4s ease-out
}

.gallery-item.tall {
    grid-row-end: span 35
}

.gallery-item:hover {
    transform: perspective(1000px) rotateX(1deg) rotateY(-1deg) scale(1.03);
    z-index: 10;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / .3)
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease
}

.gallery-item:hover img {
    transform: scale(1)
}

.item-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.25rem;
    background: linear-gradient(to top, rgb(0 0 0 / .95), rgb(0 0 0 / .1));
    color: #fff;
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.4s ease, opacity 0.4s ease;
    border-top: 3px solid var(--primary-color)
}

.gallery-item:hover .item-overlay {
    opacity: 1;
    transform: translateY(0)
}

.item-overlay .category-tag {
    font-size: .75rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 9999px;
    background-color: var(--primary-color);
    color: #1f2937
}

#lightbox-img {
    max-height: 80vh
}

.sticky-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    z-index: 100;
    align-self: flex-start
}

.service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.service-icon i {
    font-size: 38px;
    color: #E85100;
    transition: all 0.35s ease;
    line-height: 1
}

.service-icon:hover i {
    color: #ff4d00;
    transform: translateY(-6px) scale(1.12);
    filter: drop-shadow(0 12px 25px rgb(255 122 24 / .45))
}

.cms-icon {
    width: 180px;
    height: 50px;
    background: rgb(255 89 0 / .1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px
}

@media (max-width:576px) {
    .cms-icon {
        width: 38px;
        height: 38px
    }
}

.cms-icon i {
    font-size: 36px;
    color: #E85100
}

@media (max-width:576px) {
    .cms-icon i {
        font-size: 22px
    }
}

/* Base Service Box Styling */
.service-box {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 10px;
    height: 100%; /* Ensures all boxes in a row are same height */
    transition: all 0.3s ease-in-out;
    border: 1px solid #f0f0f0;
    margin-bottom: 30px;
}

.service-imgs {
    width: 60px;
    height: auto;
    object-fit: contain;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

/* Hover Effects */
.service-box:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-color: #E85100;
    transform: translateY(-5px);
}

.service-box:hover .service-imgs {
    transform: scale(1.1);
    /* Filter to match #E85100 */
    filter: invert(36%) sepia(94%) saturate(2438%) hue-rotate(1deg) brightness(101%) contrast(106%);
}



/* Mobile Responsiveness */
@media (max-width: 767px) {
    
.service-imgs {

    margin-bottom: 0px !important;
}

    .service-box {
        padding: 20px 15px;
        margin-bottom: 20px;
    }
    .hei-130 {
        height: auto !important; /* Allow height to adjust on mobile */
        margin-bottom: 15px;
    }
}

