@import url(../css/color.css);
@import url(../css/typography.css);
@import url(../css/button.css);
@import url(../css/cookie.css);
@import url(../css/rangeSlider.css);
@import url(../css/checkRadio.css);
@import url(../css/jquery.steps.css);
@import url('mobile.css');
body {
    font-family: Inter, sans-serif;
    font-weight: 400;
    color: var(--black-2)
}
.container {
    max-width: 1166px
}

.wrapper {
    padding-top: 92px
}

.design-system-wrapper {
    padding-top: 80px
}

.overflow-hidden {
    overflow: hidden
}

.cursor-pointer {
    cursor: pointer
}

.firstletterCaps {
    text-transform: lowercase
}

    .firstletterCaps::first-letter {
        text-transform: capitalize !important
    }

video media-controls {
    display: none !important
}

video::-webkit-media-controls {
    display: none !important
}

.expolore-link {
    font-size: 24px;
    color: var(--blue-2);
    font-weight: 500;
    text-decoration: underline
}

.carousel-item {
    position: relative
}

    .carousel-item::after {
        content: "";
        display: block;
        height: 82px;
        background: transparent linear-gradient(180deg,#00000000 0,#000 100%) 0 0 no-repeat padding-box;
        opacity: .3;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%
    }

    .carousel-item.owl-carousel .owl-stage {
        padding-top: 40px
    }

    .carousel-item.owl-carousel .owl-item:hover {
        margin-top: -26px;
        height: 100%;
        transition: all 1s ease-in-out
    }

        .carousel-item.owl-carousel .owl-item:hover .technology-card .card-header {
            padding: 20px 0;
            transition: all 1s ease-in-out
        }

        .carousel-item.owl-carousel .owl-item:hover .technology-card .card-body {
            padding-bottom: 90px
        }

    .carousel-item.owl-carousel .owl-nav button {
        position: absolute;
        outline: 0;
        top: 50%;
        height: 50px !important;
        line-height: 1
    }

        .carousel-item.owl-carousel .owl-nav button:hover {
            background-color: transparent
        }

        .carousel-item.owl-carousel .owl-nav button.owl-next, .carousel-item.owl-carousel .owl-nav button.owl-prev {
            font-size: 44px;
            height: 50px !important;
            color: #fff;
            font-weight: 600
        }

        .carousel-item.owl-carousel .owl-nav button.owl-prev {
            left: -40px
        }

        .carousel-item.owl-carousel .owl-nav button.owl-next {
            right: -40px
        }

        .carousel-item.owl-carousel .owl-nav button span {
            height: 50px !important
        }

.navbar {
    z-index: 8;
    background: #0f2f65;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0
}

    .navbar.fixed-navbar {
        z-index: 10
    }

.logo {
    max-width: 110px
}

.navbar-nav .btn {
    background: #fff;
    border-radius: 8px
}

.nav-item {
    font-size: 16px;
    font-weight: 500
}

.right-toggle {
    color: #fff
}

.navbar-toggler:focus {
    outline: 0
}

.navbar .right-toggle {
    color: #fff
}

.navbar.scrolled {
    box-shadow: 0 2px 4px 0 rgba(7,26,62,.36);
    background: #fff
}

    .navbar.scrolled .right-toggle {
        color: #000
    }

    .navbar.scrolled .nav-link {
        color: #333
    }

.bluelogo {
    display: none
}

.navbar.scrolled .bluelogo {
    display: block
}

.navbar.scrolled .whitelogo {
    display: none
}

.navbar.scrolled .btn {
    background-color: var(--yellow-1);
    border-color: var(--yellow-1);
    color: #544217
}

    .navbar.scrolled .btn:focus {
        box-shadow: none
    }

    .navbar.scrolled .btn:hover {
        box-shadow: none;
        background-color: #d39e00;
        border-color: #d39e00
    }

.navbar .nav-link, .navbar.navactive .nav-link {
    color: #fff;
    font-weight: 500
}

    .navbar .nav-link::first-letter {
        text-transform: capitalize
    }

    .navbar .nav-link.active {
        color: #416fb8
    }

.multilevel > li {
    padding-top: 18px;
    padding-bottom: 18px
}

    .multilevel > li > a {
        border-bottom: 4px solid transparent
    }

    .multilevel > li:hover > a {
        border-color: var(--yellow-1)
    }

    .multilevel > li.multilevel-none:hover > a {
        border-color: transparent
    }

    .multilevel > li:hover .submenu {
        display: block
    }

.submenu {
    margin-top: 18px;
    position: absolute;
    width: 100%;
    left: 0;
    background: var(--white);
    box-shadow: 0 8px 6px -6px rgba(7,26,62,.36);
    display: none
}

    .submenu::before {
        content: "";
        position: absolute;
        top: -10px;
        left: 0;
        width: 100%;
        height: 10px;
        box-shadow: 0 4px 3px 0 rgba(7,26,62,.1111);
        z-index: 5
    }

.submenu {
    min-height: 300px
}

    .submenu .submenu-left-col h5 {
        position: relative;
        top: 50%;
        transform: translateY(-50%)
    }

    .submenu .nav-pills {
        border-left: 1px solid var(--gray-5)
    }

        .submenu .nav-pills li {
            padding: 0 16px;
            position: relative
        }

        .submenu .nav-pills .nav-link {
            color: #70716d;
            border-radius: 0;
            padding: 0;
            text-align: center
        }

        .submenu .nav-pills li {
            margin-bottom: 8px
        }

            .submenu .nav-pills li .submenu-pageicon {
                text-align: center
            }

        .submenu .nav-pills .nav-link:last-child {
            margin-bottom: 0
        }

        .submenu .nav-pills .nav-link span {
            display: inline-block
        }

        .submenu .nav-pills .nav-link:hover span {
            color: var(--black-2);
            background-color: transparent
        }

        .submenu .nav-pills .submenu-pageicon span {
            display: inline-block;
            margin-bottom: 20px
        }

        .submenu .nav-pills .nav-link .submenu-hover-icon, .submenu .nav-pills .nav-link:hover .submenu-default-icon {
            display: none
        }

        .submenu .nav-pills .nav-link:hover .submenu-hover-icon {
            display: inline-block
        }

        .submenu .nav-pills .nav-link:hover .submenu-default-icon {
            display: none
        }

.lang-btn {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    display: none;
    color: var(--white)
}

    .lang-btn.active {
        display: block
    }

.navbar.scrolled .lang-btn {
    color: #333
}

.navbar.des-navbar {
    background-image: linear-gradient(135deg,#1467c7,#339ede)
}

.des-navbar .logo {
    font-size: 20px;
    font-weight: 600;
    color: var(--white);
    max-width: 100%;
    margin-left: 5px
}

.footer_sec {
    background: #333;
    padding: 80px 0
}

    .footer_sec h2 {
        color: #fff;
        font-size: 40px
    }

        .footer-from label::first-letter, .footer_sec h2::first-letter {
            text-transform: uppercase
        }

.footer-from label {
    margin-bottom: 8px
}

.footer-from .form-control, .footer-from label, .secondary_footer {
    color: #8d8d8d
}

.footer-from .form-control {
    background: #404040;
    border: 1px solid #5c5c5c;
    border-radius: 0
}

    .footer-from .form-control:focus {
        outline: 0;
        box-shadow: none
    }

.secondary_footer p a {
    color: #8d8d8d
}

    .secondary_footer p a:hover {
        color: #fff
    }

.footer-media .media-body {
    font-size: 20px;
    line-height: 32px
}

    .footer-media .media-body a {
        color: #fff
    }

.footer_social_link {
    padding-left: 3px
}

    .footer_social_link a {
        display: inline-block;
        padding: 0 7px
    }

        .footer_social_link a:first-child {
            padding-left: 0
        }

.secondary_footer {
    background: #292929;
    border-top: 1px solid #5c5c5c;
    padding: 18px 0
}

    .secondary_footer.design-footer {
        border-top: none;
        background: var(--white)
    }

.termas-list li {
    position: relative;
    margin-right: 40px
}

    .termas-list li:last-child {
        margin-right: 0
    }

    .termas-list li:first-child::before {
        display: none
    }

    .termas-list li::before {
        content: "";
        display: block;
        width: 2px;
        background: #8d8d8d;
        height: 16px;
        position: absolute;
        top: 50%;
        margin-top: -8px;
        left: -20px
    }

    .termas-list li a {
        display: inline-block;
        color: #8d8d8d;
        font-size: 16px;
        text-decoration: none
    }

.banner {
    background: url(../images/home/header-bg.png) right top no-repeat;
    background-size: cover;
    padding: 80px 0 238px;
    position: relative;
    overflow: hidden
}

    .banner .polygon_a .shine, .banner .polygon_b .shine {
        display: none !important
    }

.polygon_a {
    background: url(../images/home/polygon1.png) no-repeat;
    width: 108px;
    height: 126px;
    display: inline-block;
    transition-duration: 3s
}

.polygon_b {
    background: url(../images/home/polygon2.png) no-repeat;
    width: 58px;
    height: 66px;
    display: inline-block;
    transition-duration: 3s
}

.banner .polygon_a, .banner .polygon_b {
    position: absolute
}

.banner .polygon_a {
    top: 20px;
    right: 50px
}

.banner .polygon_b {
    bottom: 110px;
    left: 50%
}

.yellowball {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    overflow: hidden
}

    .yellowball > img {
        width: 480px
    }

.whiteimage {
    background: url(../images/home/header-corner.png) right bottom no-repeat;
    width: 409px;
    height: 82px;
    position: absolute;
    right: -1px;
    bottom: -12px;
    transform: skewY(-1deg)
}

.bannerline {
    position: absolute;
    z-index: 3;
    background: url(../images/home/banner-line-img.png) right bottom no-repeat;
    height: 475px;
    width: calc(100%);
    right: 0;
    bottom: 64px
}

.bannerAnimation.banner .polygon_b {
    left: 100px;
    transition-duration: 3s
}

.bannerAnimation.banner .polygon_a {
    right: 30%;
    transition-duration: 3s
}

.bannerAnimation .yellowball {
    width: 400px;
    transition-duration: 3s
}

.banner .home-content {
    position: relative;
    z-index: 5
}

.bt-content-info p {
    font-size: 24px;
    color: #333
}

    .bt-content-info p.font20 {
        font-size: 20px
    }

.bt-content-info .content-info-title {
    color: #333;
    font-size: 52px;
    line-height: 72px;
    font-weight: 600
}

.home-services {
    padding-top: 40px;
    padding-bottom: 160px;
    background: url(../images/home/bg-ball-1.webp) right bottom no-repeat;
    background-size: 85%;
    background-position: 37vw 21vh
}

.bt-home-services {
    position: relative
}

    .bt-home-services .bt-services-col {
        position: absolute;
        background: #fff;
        box-shadow: 0 7px 16px #00000029;
        border-radius: 10px 0 10px 10px
    }

    .bt-home-services .bt-services-one {
        left: -40px;
        max-width: 299px;
        width: 100%;
        top: 50%;
        transform: translateY(-50%)
    }

    .bt-home-services .bt-services-two {
        bottom: -40px;
        right: -33px;
        max-width: 320px;
        width: 100%
    }

        .bt-home-services .bt-services-two q::after, .bt-home-services .bt-services-two q::before {
            font-size: 0
        }

        .bt-home-services .bt-services-two i {
            display: block;
            margin-bottom: 10px;
            color: rgba(65,111,184,.5);
            font-size: 14px
        }

    .bt-home-services .bt-services-col .col-info small, .bt-home-services .bt-services-col .col-info span, .bt-home-services .bt-services-col .col-info2 small, .bt-home-services .bt-services-col .col-info2 span {
        display: block
    }

    .bt-home-services .bt-services-col .col-info span {
        font-size: 20px;
        font-weight: 600
    }

    .bt-home-services .bt-services-col .col-info2 span {
        font-size: 32px;
        line-height: 1.3
    }

.head-content p {
    font-size: 24px;
    color: rgba(255,255,255,.5)
}

.skill-box {
    text-align: center
}

    .skill-box h6 {
        font-size: 24px;
        line-height: 40px;
        color: #fff;
        padding-top: 30px
    }

.btn-link {
    font-size: 24px;
    font-weight: 700
}

.roadmap-sec {
    padding-top: 90px;
    padding-bottom: 220px;
    overflow: hidden;
    position: relative;
    background-color: #194488;
    background: #194488;
    background-size: contain
}

.roadmapline-end, .roadmapline-start {
    display: block;
    position: absolute
}

.roadmapline-start {
    background: url(../images/home/roadmap-line-start.png) left bottom no-repeat;
    width: calc(39%);
    height: 40px;
    margin-left: -37%;
    left: 0;
    bottom: -8px;
    background-size: 100%
}

.roadmapline-end {
    background: url(../images/home/roadmap-line-end.png) no-repeat;
    max-width: 585px;
    width: 100%;
    height: 392px;
    margin-right: calc(-58.66%);
    right: 0;
    bottom: -76px;
    background-size: 100%
}

.roadmap-sec .polygon1 .shine, .roadmap-sec .polygon2 .shine {
    display: none
}

.roadmap-sec .polygon1, .roadmap-sec .polygon2 {
    position: absolute
}

.roadmap-sec .polygon1 {
    right: 5%;
    top: 0
}

.roadmap-sec .polygon2 {
    top: 30%;
    right: 23%
}

.roadmap-innerbox1 {
    margin-bottom: 108px
}

.roadmap-innerbox2 {
    position: relative
}

    .roadmap-innerbox2 div span {
        display: inline-block;
        position: relative
    }

    .roadmap-innerbox2 .discover1 i {
        display: block;
        width: 20px;
        height: 20px;
        background: #fff;
        margin-left: 70px;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        bottom: -7px
    }

    .roadmap-innerbox2 .discover2 i, .roadmap-innerbox2 .discover3 i {
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #fff;
        border-radius: 50%;
        position: absolute;
        bottom: -10px;
        left: 50%
    }

    .roadmap-innerbox2 .discover2, .roadmap-innerbox2 .discover3 {
        top: -8px
    }

        .roadmap-innerbox2 .discover3 i {
            margin-left: -5px
        }

    .roadmap-innerbox2 .discover4 {
        position: relative;
        margin-top: -24px
    }

.roadmap-sec .roadmap-col h6 {
    font-size: 24px;
    font-weight: 600
}

.roadmap-sec .roadmap-col span {
    font-size: 18px;
    font-weight: 300;
    color: rgba(255,255,255,.7)
}

.home-technology-section {
    background: url(../images/home/vertical-line.png) no-repeat;
    background-position: 82vw 100px;
    background-size: contain
}

    .home-technology-section .shine {
        display: none
    }

.home-technology {
    background: url(../images/home/bg-ball-2.webp) left bottom no-repeat;
    background-size: 100%;
    background-position: -50vw 70vh
}

.tech-box:hover a {
    text-decoration: none
}

.tech-box h6 {
    font-size: 24px;
    font-weight: 700;
    padding: 35px 0 10px
}

.tech-box ul li {
    margin-bottom: 10px;
    font-size: 20px;
    color: #70716d
}

    .tech-box ul li a {
        color: #70716d
    }

.doc-card-title {
    color: #333;
    line-height: 64px
}

.doc-card {
    box-shadow: 0 0 30px 5px #d3defd;
    border-radius: 10px
}

    .doc-card .shine {
        display: none !important
    }

    .doc-card img {
        border-radius: 10px
    }

    .doc-card h2 {
        position: absolute;
        bottom: 5%;
        left: 40px
    }

.customer-exeperince .doc-card {
    box-shadow: 0 23px 46px #0000001c
}

.customer-exeperince .project-card-info h2 {
    font-weight: 700
}

.project-card-info h6 {
    font-size: 20px;
    color: #333
}

.project-card-info h2 {
    font-size: 52px
}

.project-card-info p {
    font-size: 24px;
    color: #70716d;
    line-height: 48px;
    font-weight: 300
}

.about-col h5::first-letter {
    text-transform: capitalize
}

.about-col h5, .process-col h5 {
    color: #416fb8
}

.about-col p, .process-col p {
    font-size: 24px;
    color: #6a6a6a
}

.project {
    padding-top: 40px;
    padding-bottom: 50px;
    background: #f7f9fc url(../images/home/bg-ball-1.webp) no-repeat;
    background-size: 70%;
    background-position: 60vw 20vh
}

.aboutrow {
    padding-bottom: 40px;
    margin-bottom: 90px;
    background: url(../images/home/vertical-line2.webp) no-repeat;
    background-size: contain;
    background-position: 82vw 0
}

    .aboutrow .aboutrow-col {
        padding-top: 4%;
        background: url(../images/home/bg-ball-4.webp) no-repeat;
        background-size: 82%;
        background-position: -25vw -45vh
    }

.bt-products {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #0000001a
}

    .bt-products:hover {
        box-shadow: 0 15px 46px #00000019
    }

    .bt-products .products-body .card-title {
        font-size: 24px;
        line-height: 36px;
        font-weight: 600
    }

    .bt-products .products-body .card-text {
        font-size: 20px;
        line-height: 32px;
        color: #70716d
    }

.process-one {
    padding-top: 84px;
    background: #194488;
    position: relative
}

    .process-one .shine, .process-two .shine {
        display: none
    }

    .process-one .polygon1, .process-one .polygon2, .process-two .polygon1, .process-two .polygon2 {
        position: absolute;
        transition-duration: 3s
    }

    .process-one .polygon1 {
        right: 5%;
        top: 20%
    }

    .process-one .polygon2 {
        right: 23%
    }

.process-two {
    padding-top: 100px;
    padding-bottom: 195px;
    position: relative;
    background: url(../images/home/bottom-line.png) left bottom no-repeat;
    background-size: contain
}

    .process-two .polygon1 {
        right: 5%;
        top: 20%
    }

    .process-two .polygon2 {
        right: 23%
    }

.technology-card {
    height: 337px;
    border-radius: 8px 8px 0 0;
    background: transparent linear-gradient(90deg,#4eb0f7 0,#4e95f7 100%) 0 0 no-repeat padding-box
}

    .technology-card .card-header {
        background: transparent linear-gradient(90deg,#4eb0f7 0,#4e95f7 100%) 0 0 no-repeat;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        border-radius: 8px 8px 0 0
    }

    .technology-card .card-body {
        border-radius: 8px 8px 0 0 !important;
        background: #fff;
        box-shadow: -1px -3px 8px #1190f4
    }

    .technology-card ul li {
        margin-bottom: 24px;
        display: flex;
        align-items: center
    }

        .technology-card ul li > img {
            max-width: 48px;
            vertical-align: middle;
            margin-right: 8px
        }

        .technology-card ul li > span {
            display: inline-block;
            font-size: 20px;
            font-weight: 600
        }

.graybg {
    background: #f7fafd
}

.middlenav, .portfolio-banner {
    background: #0a6dc1
}

.portfolio-banner {
    color: #fff;
    padding: 100px 0 350px
}

    .portfolio-banner.adjust-project-banner {
        padding-bottom: 100px
    }

.portfolio-banner-graybg {
    background: #c1a775
}

.portfolio-banner-greenbg {
    background: #39a82d
}

.portfolio-banner-bluebg {
    background: #3b83e6
}

.portfolio-banner-yellowbg {
    background: #feef4f
}

.portfolio-banner-purple {
    background: #ef6e6f
}

.portfolio-banner-purple-dark {
    background: transparent linear-gradient(241deg,#f46b95 0,#be6392 100%) 0 0 no-repeat
}

.portfolio-banner-fitness {
    background: transparent linear-gradient(68deg,#f28642 0,#fb4845 100%) 0 0 no-repeat
}

.portfolio-banner-gray-dark {
    background: transparent linear-gradient(68deg,#1b212b 0,#384250 100%) 0 0 no-repeat
}

.portfolio-banner-darkbluebg {
    background: #0350cb
}

.portfolio-banner h6 {
    font-size: 26px;
    color: rgba(256,256,256,.8);
    margin-bottom: 30px
}

.portfolio-banner h1 {
    font-size: 36px;
    line-height: 1.3
}

.portfolio-banner-img {
    position: relative;
    z-index: 5;
    margin-top: -280px;
    margin-bottom: 50px
}

.adjust-portfolio-banner {
    margin-bottom: 8%
}

.owlcarousel_slider.owl-theme .owl-item, .owlcarousel_slider.owl-theme .owl-item div, .owlcarousel_slider.owl-theme .owl-item div img {
    border-radius: 20px !important
}

.portfolio-banner-img img {
    border-radius: 12px
}

.portfolio-banner-img.adjust-portfolio-banner img {
    border-radius: 24px
}

.portfolio-banner-yellowbg h1, .portfolio-banner-yellowbg h6 {
    color: #000
}

.portfolio-application h6 {
    color: #416fb8;
    font-size: 26px
}

.portfolio-application h3 {
    line-height: 1.64
}

.portfolio-application ul li {
    position: relative;
    margin: 0 0 10px 9px;
    border-radius: 7px
}

    .portfolio-application ul li:focus, .portfolio-application ul li:hover {
        background: #fff;
        box-shadow: 0 2px 16px #3e3e3e14
    }

    .portfolio-application ul li a {
        font-size: 18px;
        color: #6a6a6a;
        text-decoration: none;
        padding: 9px 20px 9px 50px;
        display: block
    }

        .portfolio-application ul li a:before {
            content: "";
            display: block;
            width: 24px;
            height: 24px;
            position: absolute;
            top: 12px;
            left: 15px
        }

.portfolio-application li:nth-of-type(1) a:before {
    background: url(../images/portfolio/icons/analysis.png) no-repeat
}

.portfolio-application li:nth-of-type(2) a:before {
    background: url(../images/portfolio/icons/user_personas.png) no-repeat
}

.portfolio-application li:nth-of-type(3) a:before {
    background: url(../images/portfolio/icons/wireframes.png) no-repeat
}

.portfolio-application li:nth-of-type(4) a:before {
    background: url(../images/portfolio/icons/customer_journey.png) no-repeat
}

.portfolio-application li:nth-of-type(5) a:before {
    background: url(../images/portfolio/icons/style_guide.png) no-repeat
}

.portfolio-application li:nth-of-type(6) a:before {
    background: url(../images/portfolio/icons/CMS_integration.png) no-repeat
}

.portfolio-application-icon1 li:nth-of-type(1) a:before {
    background: url(../images/portfolio/icons/product_research.png) no-repeat
}

.portfolio-application-icon2 li:nth-of-type(1) a:before {
    background: url(../images/portfolio/icons/user_research.png) no-repeat
}

.portfolio-framebox h4 {
    font-size: 31px;
    text-transform: capitalize;
    font-weight: 600
}

.portfolio-palette h4 {
    font-size: 32px;
    font-weight: 600
}

.portfolio-palette p {
    font-size: 24px;
    color: #6a6a6a;
    line-height: 2
}

.color-palette h6 {
    font-size: 16px;
    font-weight: 400;
    color: #919191
}

.middlenav {
    position: fixed;
    top: 93px;
    width: 100%;
    height: 70px;
    z-index: 9;
    height: 78px;
    box-shadow: 0 2px 4px 0 rgba(7,26,62,.36)
}

    .middlenav ul a {
        display: inline-block;
        font-size: 20px;
        font-weight: 400;
        color: rgba(255,255,255,.6);
        padding: 24px 10px;
        position: relative;
        text-transform: capitalize
    }

        .middlenav ul a::after {
            content: "";
            display: block;
            height: 5px;
            background: 0 0;
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%
        }

        .middlenav ul a.active::after {
            background: rgba(255,255,255,.5)
        }

        .middlenav ul a.active {
            color: #fff
        }

.technology-col h5 {
    color: #416fb8;
    font-size: 24px
}

.technology-col h6 {
    font-size: 20px;
    font-weight: 400;
    color: #32332b
}

.technology-col img {
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    width: 71px;
    height: inherit;
    display: block;
    margin-right: auto;
    margin-left: auto
}

.technology-col:hover .iconcol {
    display: none
}

.technology-col .iconcol-hover {
    display: none
}

.technology-col:hover .iconcol-hover {
    display: block
}

.technologyicon-width-adjust .technology-col img {
    width: 66px;
    height: 66px
}

.cardtechnology-item .technology-col img {
    width: 48px
}

.next-box img, .next-box svg {
    position: relative
}

@keyframes mymove {
    from {
        left: 0
    }

    to {
        left: 50px
    }
}

.next-box:hover img, .next-box:hover svg {
    animation: mymove 5s infinite
}

.next-box .nextbtn {
    font-size: 56px;
    font-weight: 300;
    color: #333;
    text-decoration: none;
    display: inline-block
}

.next-box.adjust-next-box:hover {
    background: 0 0
}

.next-box.adjust-next-box .nextbtn {
    font-size: 24px;
    font-weight: 600
}

.rotate-left {
    transform: rotate(3deg)
}

.rotate-right {
    transform: rotate(-12deg)
}

.vecular-rotate-ipad {
    transform: rotate(3deg)
}

.vecular-rotate-iphone {
    transform: rotate(3deg)
}

.vecular-rotate-row div:nth-of-type(2) {
    position: relative;
    margin-left: -7%
}

.imprint-heading1 {
    font-size: 40px;
    font-weight: 400
}

.imprint-heading3 {
    font-size: 26px;
    font-weight: 600
}

.imprint-address, .imprint-address a, .imprintcol p {
    font-size: 26px;
    font-weight: 300;
    color: #6a6a6a
}

    .imprint-address a:hover {
        color: #0a6dc1;
        text-decoration: none
    }

.imprintcol h3 {
    margin-bottom: 28px
}

.imprintcol p {
    line-height: 48px
}

.imprintcol {
    margin-bottom: 80px
}

.wevdev h2 {
    font-size: 40px
}

.wevdev p {
    font-size: 24px;
    line-height: 48px;
    color: #6a6a6a
}

.wevdev h4 {
    font-size: 32px;
    line-height: 1.5
}

.wevdev-title {
    font-size: 30px;
    color: #6c6c6c
}

.devlopment-list .media h5 {
    font-size: 32px;
    color: #3c3c3c
}

.devlopment-list .media .media-body {
    font-size: 24px;
    line-height: 48px;
    color: #6a6a6a
}

.devlopment-list li > div img {
    position: relative;
    margin-top: -23px
}

.imprintsection {
    background: #f7f9fc url(../images/home/imprint-bg.webp) no-repeat;
    background-size: 90%;
    background-position: 40vw -380px
}

.imprint-box .imprint-title {
    font-size: 40px;
    font-weight: 500
}

.imprint-box .imprint-subtitle {
    font-weight: 700
}

.imprint-box .imprint-subtitle, .imprint-box .imprint-title {
    color: #333
}

.imprint-box address, .imprint-box p, .imprint-box ul li {
    font-size: 26px;
    color: #6a6a6a;
    line-height: 48px
}

    .imprint-box ul li a {
        color: #6a6a6a;
        text-decoration: none
    }

.imprint-box small {
    font-size: 100%;
    font-weight: 600
}

.flip-card {
    background-color: transparent;
    width: 100%;
    perspective: 1000px
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform .6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2)
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg)
}

.flip-card-back, .flip-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.flip-card-front {
    background-color: #bbb;
    color: #000
}

.flip-card-back {
    background-color: #0a6dc1;
    color: #fff;
    transform: rotateY(180deg);
    padding: 50px 20px
}

    .flip-card-back h3 {
        font-size: 32px
    }

.flip-card-adjust1, .flip-card-adjust1 .flip-card-front img {
    height: 700px
}

.flip-card-adjust2, .flip-card-adjust2 .flip-card-front img {
    height: 496px
}

.pagenot-found h1 {
    font-size: 40px;
    line-height: 64px;
    color: #4b4b4b;
    font-weight: 300
}

.pagenot-found h6 {
    font-size: 24px;
    color: #4b4b4b
}

.development-banner {
    padding: 125px 0 250px 0
}

    .development-banner.webdevelopment-banner-bg {
        padding-top: 30px
    }

.webdevelopment-banner-bg {
    background: transparent linear-gradient(132deg,#0a6dc1 0,#053761 100%) 0 0 no-repeat
}

    .webdevelopment-banner-bg .web-banner-info::after {
        position: absolute;
        content: "";
        display: inline-block;
        top: 0;
        right: 0;
        width: 60%;
        background: url(../images/cluod.svg) right no-repeat;
        min-height: 600px;
        background-size: contain
    }

.development-banner .web-banner-info h6 {
    font-size: 24px;
    color: rgba(255,255,255,.7);
    position: relative;
    font-weight: 400
}

    .development-banner .web-banner-info h6::before {
        position: absolute;
        top: -28px;
        content: " ";
        display: block;
        width: 52px;
        height: 10px;
        background-color: var(--white);
        opacity: 1
    }

.development-banner .web-banner-info h1 {
    font-size: 40px;
    font-weight: 300;
    line-height: 64px;
    color: var(--white)
}

.webdevelopment-secondary {
    position: relative;
    z-index: 4;
    margin-top: -65px
}

.web-development-card {
    border: 0;
    box-shadow: 0 0 10px #00000029;
    border-radius: 5px
}

    .web-development-card .card-title {
        font-size: 20px
    }

    .web-development-card .card-text {
        color: var(--gray-1);
        font-weight: 300
    }

.web-development-section h4 span {
    color: var(--black-2)
}

.web-development-section {
    background: url(../images/blurredcircle2.webp) left bottom no-repeat;
    background-size: 80%;
    background-position: -40vw -20vh
}

.web-development-inner {
    background: url(../images/blurredcircle2.webp) no-repeat;
    background-size: 90%;
    background-position: 40vw 190vh
}

    .web-development-inner div .adjust:last-child {
        margin-bottom: 0 !important
    }

.web-quotes {
    background-color: var(--blue-2)
}

    .web-quotes h3 {
        font-weight: 400;
        line-height: 60px;
        border-left: 8px solid var(--white);
        padding-left: 40px
    }

.home-technology.webdevelopment-tech {
    background-image: none
}

.development-banner.appdevelopment-banner-bg {
    padding: 80px 0 0 0
}

.appdevelopment-banner-bg {
    background: transparent linear-gradient(131deg,#7c7bf0 0,#7c7bf0 36%,#6adcf0 100%) 0 0 no-repeat
}

    .appdevelopment-banner-bg .web-banner-info h6::before {
        background-color: var(--syan-1)
    }

    .appdevelopment-banner-bg .web-banner-info hgroup {
        padding-top: 110px
    }

.webdevelopment-banner hgroup {
    padding-top: 44px
}

.process-banner hgroup {
    padding-top: 106px
}

.media-technology-row > div:nth-of-type(1) .media-technology {
    background: transparent linear-gradient(121deg,#f8c346 0,#feef4f 100%) 0 0 no-repeat
}

.media-technology-row > div:nth-of-type(2) .media-technology {
    background: transparent linear-gradient(134deg,#acb6eb 0,#f4afe9 100%) 0 0 no-repeat
}

.media-technology-row > div:nth-of-type(3) .media-technology {
    background: transparent linear-gradient(121deg,#6adcf0 0,#b9e6ee 100%) 0 0 no-repeat
}

.media-technology-row > div:nth-of-type(4) .media-technology {
    background: transparent linear-gradient(130deg,#5b8ede 0,#fff 100%) 0 0 no-repeat
}

.media-technology {
    box-shadow: 0 0 10px #00000029;
    border-radius: 5px
}

    .media-technology span {
        display: inline-block;
        width: 72px;
        height: 72px;
        border-radius: 50%;
        background-color: var(--white);
        display: flex;
        justify-content: center;
        align-items: center
    }

    .media-technology h5 {
        font-size: 20px
    }

    .media-technology p {
        color: var(--gray-1)
    }

.customize-tab-section {
    background: url(../images/blurredcircle2.webp) left bottom no-repeat;
    background-size: 80%;
    background-position: -45vw -25vh
}

.customize-tab-item .nav-link {
    margin: 0;
    width: calc(93% / 2);
    border: 2px solid #dedede;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    background-color: var(--white)
}

    .customize-tab-item .nav-link.active {
        background-color: var(--blue-2);
        border-color: var(--blue-2)
    }

.customize-tab-content {
    font-size: 24px
}

.customize-tab-content {
    line-height: 1.8
}

.apps-tab {
    border-bottom: 2px solid #dedede
}

    .apps-tab .nav-link {
        font-size: 20px;
        color: var(--black-1);
        padding: 15px 30px;
        border-radius: 0;
        position: relative;
        bottom: -2px;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-color: transparent;
        font-weight: 400;
        transition: all .4s linear
    }

        .apps-tab .nav-link.active {
            background-color: transparent;
            color: var(--blue-2);
            border-color: var(--blue-2)
        }

.customize-tab-item .nav-link.active .svgicon-tech path {
    fill: #fff !important
}

.apps-tab-content > img, .shadow-40 {
    box-shadow: 0 0 40px #e9e9e9
}

.apps-tab-content {
    border-radius: 40px
}

    .apps-tab-content > img {
        border-radius: 38px
    }

.webdesign-banner-bg {
    background: transparent linear-gradient(122deg,#000 0,#272727 39%,#000 68%,#000 100%) 0 0 no-repeat;
    position: relative;
    padding-bottom: 140px;
    padding-top: 80px
}

.process-banner {
    background: transparent linear-gradient(122deg,#9a3335 0,#9b3333 22%,#2f2fac 100%) 0 0 no-repeat;
    margin-bottom: 55px;
    padding: 84px 0 130px
}

.webdevelopment-banner {
    background: transparent linear-gradient(122deg,#bb09d1 0,#000 45%,#3e3df8 100%) 0 0 no-repeat;
    padding: 0 !important
}

    .webdevelopment-banner .banner-inner-col {
        background: url(../images/process/puzzle_bg.webp) left top repeat;
        padding: 84px 0 194px
    }

.webdesign-banner-bg .webdesign-banner-col {
    margin-bottom: 80px;
    position: relative
}

.webdesign-banner-bg .web-banner-info {
    padding-top: 110px
}

.webdesign-banner-bg .webdesign-banner-col::after {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(50%);
    height: 500px;
    content: "";
    display: block;
    background: url(../images/webdesign_banner2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% top
}

.webdesign-banner-bg .web-banner-info h6::before {
    background-color: var(--yellow-1)
}

.webdesign-process .process-row {
    margin-bottom: 150px
}

    .webdesign-process .process-row:nth-child(1n) div img {
        transform: rotate(5deg);
        border-radius: 22px
    }

    .webdesign-process .process-row:nth-child(2n) div img {
        transform: rotate(-5deg);
        border-radius: 22px;
        margin-left: 50px
    }

.business-col {
    border-radius: 5px;
    background: #f9fcfc
}

.business-col-inner {
    background: url(../images/polygon1.svg) left top no-repeat,url(../images/polygon2.svg) right bottom no-repeat;
    background-size: 27%
}

.interface-section {
    background: url(../images/circle.svg) center 11% no-repeat,url(../images/tringleshape.svg) 60vw 30% no-repeat
}

.process-section.interface-section {
    background: 0 0;
    background: url(../images/home/bg-ball-2.webp),url(../images/home/bg-ball-1.webp),url(../images/tringleshape.svg);
    background-repeat: no-repeat,no-repeat,no-repeat;
    background-position: -52% 8%,-46% 92%,63vw 47%;
    background-size: 50%,50%,auto
}

.rotate5 {
    transform: rotate(5deg)
}

.rotate-reverse5 {
    transform: rotate(-5deg)
}

.tab-pane.fade {
    transition: all .2s;
    transform: translateY(1rem)
}

    .tab-pane.fade.show {
        transform: translateY(0)
    }

.des-banner {
    background-image: linear-gradient(82deg,#1467c7,#339ede);
    padding: 110px 0 180px
}

.des-banner-info {
    position: relative;
    z-index: 4
}

    .des-banner-info h1 {
        line-height: 1.6
    }

.wave_three {
    margin: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -25%;
    width: calc(100%)
}

.guideline-banner {
    background-color: #0f2f65;
    height: 800px;
    background-image: url(../images/vsg/header_banner.webp);
    background-repeat: no-repeat;
    background-position: 100% 50%
}

.guideline-banner-info {
    padding-top: 245px
}

    .guideline-banner-info p {
        font-size: 24px;
        color: rgba(255,255,255,.7)
    }

.guideline-cover {
    position: relative;
    margin-top: -210px;
    z-index: 5
}

    .guideline-cover img {
        border-radius: 22px
    }

.guideline-overview-section {
    background-image: url(../images/home/yellow-ball.png),url(../images/vsg/polygon2.webp),url(../images/vsg/polygon1.webp);
    background-repeat: no-repeat,no-repeat,no-repeat;
    background-size: 39%,40px,90px;
    background-position: -20% 310px,80% 100px,52% 86%
}

.guideline-overview-section-inner {
    background: url(../images/vsg/waveline1.webp) center bottom no-repeat;
    background-size: contain;
    padding-bottom: 370px
}

.guideline-heading-row span {
    display: block;
    font-size: 24px;
    margin-bottom: 15px;
    color: var(--blue-6)
}

.guideline-heading-row h3, .guideline-heading-row h4, .guideline-heading-row h5 {
    font-weight: 600;
    text-transform: lowercase;
    color: var(--blue-5)
}

.guideline-heading-row h3 {
    font-size: 72px
}

.guideline-heading-row h4 {
    font-size: 60px
}

.guideline-heading-row h5 {
    font-size: 40px
}

    .guideline-heading-row h3::first-letter, .guideline-heading-row h4::first-letter, .guideline-heading-row h5::first-letter {
        text-transform: uppercase
    }

.guideline-heading-info p {
    font-size: 24px;
    color: var(--blue-6);
    line-height: 1.6;
    margin-bottom: 40px
}

.guideline-logo-section {
    background: url(../images/vsg/logo_sunline.webp);
    background-repeat: no-repeat;
    background-size: content;
    background-position: -10px 100%
}

.guideline-logo-section-inner {
    background: url(../images/vsg/polygon2.webp);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 60% 80%;
    padding-bottom: 520px
}

.guideline-logotype {
    height: 198px;
    border: 1px solid var(--gray-1);
    border-radius: 25px
}

.guideline-logotype-text {
    font-size: 20px
}

.guideline-safe-section {
    background: url(../images/vsg/logo_sun_wave2.webp);
    background-repeat: no-repeat;
    background-size: content;
    background-position: 100% 100%;
    margin-bottom: 110px
}

.guideline-safe-section-inner {
    background: url(../images/vsg/polygon3.webp);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 15% 95%;
    padding-bottom: 310px
}

.guideline-color-section {
    background-image: url(../images/home/yellow-ball.png),url(../images/vsg/polygon1.webp);
    background-repeat: no-repeat,no-repeat;
    background-size: 36%,90px;
    background-position: -15% 375px,80% 80px
}

.guideline-color-section-inner {
    background-image: url(../images/vsg/waveline3.webp);
    background-repeat: no-repeat;
    background-position: 0 100%;
    padding-bottom: 390px
}

.guideline-color-card span {
    display: block;
    border-radius: 25px;
    height: 180px
}

.guideline-color-card ul li {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 18px
}

.guideline-typography-section {
    background-image: url(../images/home/yellow-ball.png),url(../images/vsg/polygon3.webp),url(../images/vsg/aa.webp);
    background-repeat: no-repeat,no-repeat,no-repeat;
    background-size: 38%,80px;
    background-position: 115% 320px,56% 81%,107% 93.3%
}

.guideline-typography-section-inner {
    background-image: url(../images/vsg/waveline4.webp);
    background-repeat: no-repeat;
    background-position: 0 100%;
    padding-bottom: 515px
}

.guideline-typography-list li {
    font-size: 32px;
    font-weight: 500;
    color: var(--blue-6);
    text-transform: lowercase;
    width: 82px;
    height: 82px
}

    .guideline-typography-list li::first-letter {
        text-transform: uppercase
    }

.guideline-photography-section {
    background-image: url(../images/home/yellow-ball.png),url(../images/vsg/polygon3.webp);
    background-repeat: no-repeat,no-repeat;
    background-size: 36%,60px;
    background-position: -15% 250px,80% 100px
}

.guideline-photography-item img {
    border-radius: 18px
}

.des-prebuilt-section {
    background-color: var(--black-3);
    box-shadow: 0 10px 25px #00000034;
    border-radius: 8px
}

.design-form-section .col-form-label, .design-form-section .switch-lebeltext {
    color: var(--white)
}

.switch-lebeltext {
    font-size: 11px;
    display: inline-block;
    margin-bottom: 10px
}

.accent-colorlist li, .neutral-colorlist li {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    opacity: .8;
    cursor: pointer
}

    .accent-colorlist li + li, .neutral-colorlist li + li {
        margin-left: 10px
    }

.neutral-colorlist li {
    border-color: var(--white)
}

    .neutral-colorlist li:nth-of-type(1) {
        background-color: #0c4e62
    }

    .neutral-colorlist li:nth-of-type(2) {
        background-color: #5e3a35
    }

    .neutral-colorlist li:nth-of-type(3) {
        background-color: #89303f
    }

    .neutral-colorlist li:nth-of-type(4) {
        background-color: #4a5568
    }

    .neutral-colorlist li:nth-of-type(5) {
        background-color: #2f3746
    }

.accent-colorlist li:nth-of-type(1) {
    background-color: var(--accent-1)
}

.accent-colorlist li:nth-of-type(2) {
    background-color: var(--accent-2)
}

.accent-colorlist li:nth-of-type(3) {
    background-color: var(--accent-3)
}

.accent-colorlist li:nth-of-type(4) {
    background-color: var(--accent-4)
}

.accent-colorlist li:nth-of-type(5) {
    background-color: var(--accent-5)
}

.design-fremwork-item {
    border-color: var(--gray-5);
    border-radius: 8px;
    height: 100%
}

    .design-fremwork-item .design-fremwork-logo {
        position: relative;
        display: block;
        width: 80px;
        height: 80px;
        border-radius: 8px;
        border: 1px solid var(--gray-5);
        display: flex;
        justify-content: center;
        align-items: center;
        margin: -40px auto;
        background: var(--white)
    }

        .design-fremwork-item .design-fremwork-logo img {
            max-width: 65px;
            height: auto
        }

    .design-fremwork-item .card-body {
        padding-top: 62px
    }

    .design-fremwork-item .card-title, .design-utilities-item .card-title {
        font-size: 20px;
        font-weight: 600
    }

    .design-fremwork-item .card-text, .design-utilities-item .card-text {
        color: rgba(74,85,104,.7);
        line-height: 1.6
    }

.design-utilities-item {
    height: 100%;
    position: relative;
    z-index: 1;
    background: var(--syan-2);
    border-radius: 12px;
    border: none;
    min-height: 220px;
    transition: transform 330ms ease-in-out
}

    .design-utilities-item .card-body {
        position: relative;
        z-index: 2;
        padding-top: 26px;
        background: var(--white);
        border-radius: 8px;
        border: 1px solid var(--gray-5);
        height: 100%;
        transition: transform 330ms ease-in-out
    }

    .design-utilities-item:hover > .card-body {
        box-shadow: 0 -1px 26px #00000034;
        transition: transform 330ms ease-in-out;
        transform: translate(0,-50px);
        -webkit-transform: translate(0,-50px);
        -o-transform: translate(0,-50px);
        -moz-transform: translate(0,-50px)
    }

    .design-utilities-item:hover .getrow {
        display: block
    }

    .design-utilities-item .card-body .tringle {
        display: block;
        position: absolute;
        right: -1px;
        top: -1px;
        width: 60px;
        height: 60px;
        border-top-right-radius: 8px;
        overflow: hidden
    }

        .design-utilities-item .card-body .tringle span {
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            width: 0;
            height: 0;
            border-top: 58px solid var(--syan-2);
            border-left: 58px solid transparent
        }

        .design-utilities-item .card-body .tringle small {
            position: absolute;
            top: -54px;
            right: 4px;
            font-size: 20px;
            color: var(--white);
            font-weight: 700
        }

    .design-utilities-item .getrow {
        display: none;
        position: absolute;
        width: 100%;
        bottom: 0
    }

        .design-utilities-item .getrow a {
            text-decoration: none;
            padding: 15px 0;
            display: block
        }

.des-client-mobile, .des-client-section {
    background-color: var(--white)
}

    .des-client-mobile .form-control, .des-client-section .form-control {
        background-color: transparent
    }

.des-client-section {
    border-radius: 8px 8px 0 0;
    box-shadow: 0 0 10px rgba(0,0,0,.2)
}

.des-client-mobile {
    border-style: solid;
    border-width: 2px;
    border-color: var(--black-2);
    background-color: var(--white);
    position: absolute;
    z-index: 5;
    border-radius: 8px;
    max-width: 250px;
    width: 100%;
    box-sizing: border-box;
    left: 25%;
    transform: translateX(-75%)
}

    .des-client-mobile .des-client-info h5 {
        font-size: 18px
    }

.des-client-info h5 {
    font-size: 24px
}

.des-client-info p {
    color: rgba(74,85,104,.7);
    font-size: 12px
}

.des-client-main-section {
    background-color: var(--white);
    box-shadow: 0 0 10px #d0e1e4;
    border-radius: 8px
}

    .des-client-main-section.active {
        box-shadow: 0 0 10px rgba(0,0,0,.2)
    }

.des-client-main-border {
    border-top-color: var(--gray-1);
    border-top-width: 2px;
    border-top-style: solid;
    opacity: .5
}

.des-client-main-section .form-check label, .des-client-main-section .form-group .form-control, .des-client-main-section .form-group label {
    font-size: 12px
}

.des-client-profile > img {
    width: 42px;
    height: 42px;
    border-radius: 8px
}

.des-client-profile .btn {
    font-size: 8px;
    padding: 2px 10px;
    border-radius: 15px;
    font-weight: 600
}

    .des-client-profile .btn:focus {
        box-shadow: none
    }

.des-client-profile .btnprimary {
    background: rgba(76,201,240,.3);
    color: var(--syan-2)
}

.des-client-profile .btndanger {
    background: rgba(239,35,60,.3);
    color: var(--accent-3);
    opacity: .6
}

.des-btn-info {
    background-color: var(--syan-2);
    color: var(--white)
}

    .des-btn-info:focus {
        box-shadow: none
    }

.darkTheme-designsystem, .darkTheme-designsystem .des-banner, .darkTheme-designsystem .navbar.des-navbar, .darkTheme-designsystem .secondary_footer.design-footer {
    background-image: linear-gradient(135deg,#000,#000)
}

    .darkTheme-designsystem .des-build-text, .darkTheme-designsystem .des-theme-info, .darkTheme-designsystem .des-theme-info p, .darkTheme-designsystem .design-fremwork-item .card-title, .darkTheme-designsystem .design-utilities-item .card-title {
        color: var(--white) !important
    }

    .darkTheme-designsystem .sun_icon_des {
        display: inline-block
    }

    .darkTheme-designsystem .moon_icon_des {
        display: none
    }

.sun_icon_des {
    display: none
}

.darkTheme-designsystem .design-fremwork-item, .darkTheme-designsystem .design-utilities-item .card-body {
    background-color: #2f3746;
    border-color: #2f3746
}

    .darkTheme-designsystem .design-fremwork-item .card-text, .darkTheme-designsystem .design-utilities-item .card-text {
        color: #a0aec0
    }

    .darkTheme-designsystem .design-fremwork-item:hover .card-title, .darkTheme-designsystem .design-utilities-item:hover .card-title {
        color: var(--black-2) !important
    }

    .darkTheme-designsystem .design-fremwork-item:hover .card-text, .darkTheme-designsystem .design-utilities-item:hover .card-text {
        color: #4a5568
    }

    .darkTheme-designsystem .design-fremwork-item:hover, .darkTheme-designsystem .design-utilities-item:hover .card-body {
        background-color: var(--white)
    }

.darkTheme-designsystem .design-utilities-item:hover .card-body {
    border-color: var(--white)
}

.darkTheme-designsystem .design-footer .border-top {
    border-color: rgba(222,226,230,.2) !important
}

.des-client-mobile.darkTheme-darkmodes, .des-client-mobile.darkTheme-darkmodes .des-client-main-section, .des-client-section.darkTheme-darkmodes, .des-client-section.darkTheme-darkmodes .des-client-main-section {
    background-image: linear-gradient(135deg,#000,#000)
}

    .des-client-mobile.darkTheme-darkmodes .des-client-info, .des-client-mobile.darkTheme-darkmodes .des-client-info p, .des-client-mobile.darkTheme-darkmodes .form-check-inline, .des-client-mobile.darkTheme-darkmodes .form-control, .des-client-mobile.darkTheme-darkmodes .form-group label, .des-client-mobile.neutralColor-theme .des-client-info, .des-client-mobile.neutralColor-theme .des-client-info p, .des-client-mobile.neutralColor-theme .form-check-inline, .des-client-mobile.neutralColor-theme .form-control, .des-client-mobile.neutralColor-theme .form-group label, .des-client-section.darkTheme-darkmodes .des-client-info, .des-client-section.darkTheme-darkmodes .des-client-info p, .des-client-section.darkTheme-darkmodes .form-check-inline, .des-client-section.darkTheme-darkmodes .form-control, .des-client-section.darkTheme-darkmodes .form-group label, .des-client-section.neutralColor-theme .des-client-info, .des-client-section.neutralColor-theme .des-client-info p, .des-client-section.neutralColor-theme .form-check-inline, .des-client-section.neutralColor-theme .form-control, .des-client-section.neutralColor-theme .form-group label {
        color: var(--white)
    }

.banner-hire {
    background: #2f2fac;
    padding: 94px 0 80px
}

.banner-hire-info h1 {
    font-size: 130px;
    font-weight: 300
}

.banner-hire-info p {
    color: rgba(255,255,255,.5);
    font-size: 24px
}

.hire-miancontent {
    padding: 130px 0
}

.ecommerce-section-gallery {
    background-color: #f4769d
}

.fitness-section-gallery {
    background: transparent linear-gradient(36deg,#f28642 0,#fb4845 100%) 0 0 no-repeat
}

.vego-section-gallery {
    background-color: #f43443
}

.profiletheme-section-gallery {
    background-color: #2db3e0
}

.profiletheme-padding-row .profiletheme-col:nth-child(odd) div {
    padding-right: 10px
}

.profiletheme-padding-row .profiletheme-col:nth-child(even) div {
    padding-left: 10px
}

.vego-brand-gallery img, .vego-section-gallery img {
    border-radius: 20px
}

.blog-banner {
    background-color: #0a6dc1;
    position: relative;
    margin-bottom: 120px
}

.blog-banner-inner {
    padding: 80px 0;
    background: url(../images/blogs/header-circle.png) no-repeat;
    background-position: 127% -320px;
    background-size: 500px
}

.blog-banner::before {
    position: absolute;
    left: 50%;
    margin-left: -50%;
    content: '';
    display: block;
    background-color: #52afff;
    height: 100%;
    width: 22%
}

.bloglist-img-radius {
    border-radius: 10px
}

.blog-banner-info span {
    opacity: .6;
    font-size: 20px
}

.blog-banner-info h4 {
    line-height: 1.5;
    font-size: 32px
}

.blog-list-row {
    padding-bottom: 120px
}

    .blog-list-row img {
        border-radius: 10px
    }

.blogdetails-col, .blogdetails-content {
    word-break: break-word
}

    .blogdetails-col h3 {
        letter-spacing: .88px;
        line-height: 64px;
        font-weight: 400
    }

    .blogdetails-content h4 {
        font-size: 30px;
        margin-bottom: 22px
    }

        .blogdetails-content h4:first-child {
            margin-bottom: 70px
        }
    .blogdetails-content p img {
        margin-bottom: 25px;
        margin-top: 45px;
        max-width: 100% !important;
        height: auto !important;
    }

    .blogdetails-col p img {
        max-width: 100% !important;
        height: auto !important;
    }

    .blogdetails-content p:nth-of-type(1) img {
        margin-top: 0
    }

    .blogdetails-col p, .blogdetails-content p {
        font-size: 24px;
        letter-spacing: .53px;
        line-height: 2;
        color: #6a6a6a
    }

    .blogdetails-content ul {
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px
    }

        .blogdetails-content ul li {
            list-style: none;
            font-size: 24px;
            font-weight: 600;
            width: 33%;
            margin-bottom: 20px
        }

    .blogdetails-content h6 {
        padding-top: 90px
    }

.testimonial-row {
    padding: 60px 0 40px 0;
    background-color: #194488
}

.quote-item {
    border-radius: 10px;
    padding: 30px 20px 30px 90px;
    font-size: 18px;
    line-height: 32px;
    color: var(--black-1)
}

    .quote-item:before {
        font-size: 70px;
        content: '\201C';
        position: absolute;
        top: 44px;
        left: 38px;
        display: inline-block;
        color: #2ec5ce
    }

    .quote-item:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 46px;
        width: 0;
        height: 0;
        border-top: solid 14px var(--white);
        border-left: solid 14px transparent;
        border-right: solid 14px transparent
    }

.owl-carousel.crousel-testimonial .owl-item .media {
    margin: 30px 0 0 30px
}

    .owl-carousel.crousel-testimonial .owl-item .media img {
        width: 56px;
        height: 56px;
        border-radius: 50px
    }

.faq-section {
    padding: 85px 0
}

.accordion .card {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid var(--gray-1) !important
}

    .accordion .card .card-header {
        border: 0;
        border-radius: 2px;
        padding: 0;
        background-color: var(--white)
    }

        .accordion .card .card-header .btn-header-link {
            display: block;
            text-align: left;
            padding: 16px 0;
            font-size: 20px;
            color: var(--black-1)
        }

            .accordion .card .card-header .btn-header-link:hover {
                text-decoration: none
            }

            .accordion .card .card-header .btn-header-link i {
                font-size: 16px
            }

    .accordion .card .collapsing {
        line-height: 30px
    }

    .accordion .card .collapse {
        border: 0
    }

        .accordion .card .collapse.show {
            line-height: 30px
        }

.accordion .card-body {
    padding: 10px 0 22px;
    color: var(--gray-1)
}

.aside-contact-form {
    position: fixed;
    top: 110px;
    right: -320px;
    width: 318px;
    z-index: 9;
    background-color: var(--black-2)
}

    .aside-contact-form .inner {
        box-shadow: 0 0 4px #1d1d1d;
        padding: 1px
    }

    .aside-contact-form .form-group {
        margin-bottom: 20px
    }

.aside-contactbtn {
    width: auto;
    border-radius: 8px;
    font-size: 24px;
    position: absolute;
    transform: rotate(-90deg);
    top: 50%;
    margin-top: -23px;
    left: -140px;
    width: 230px
}