﻿@charset "UTF-8";

@font-face {
    font-family: Mont;
    src: url(../fonts/Mont-Regular.eot);
    src: local("☺"), url(../fonts/Mont-Regular.woff) format("woff"), url(../fonts/Mont-Regular.ttf) format("truetype"), url(../fonts/Mont-Regular.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Mont;
    src: url(../fonts/Mont-Bold.eot);
    src: local("☺"), url(../fonts/Mont-Bold.woff) format("woff"), url(../fonts/Mont-Bold.ttf) format("truetype"), url(../fonts/Mont-Bold.svg) format("svg");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: Mont;
    src: url(../fonts/Mont-Heavy.eot);
    src: local("☺"), url(../fonts/Mont-Heavy.woff) format("woff"), url(../fonts/Mont-Heavy.ttf) format("truetype"), url(../fonts/Mont-Heavy.svg) format("svg");
    font-weight: 800;
    font-style: normal;
}

* {
    outline: 0 !important;
}

body {
    margin: 0;
    padding-left: 64.5px;
    font-family: Mont;
    font-size: 17px;
    color: #282828;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #5f5f5f;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

    a:hover {
        text-decoration: underline;
        color: #282828;
    }

    a:active {
        text-decoration: underline;
    }

img {
    max-width: 100%;
}

p {
    line-height: 1.5;
}

input[type="email"],
input[type="text"] {
    width: 100%;
    border: 1px solid #eee;
    border: 1px solid #d5d5d5;
    padding: 0 20px;
}

textarea {
    width: 100%;
    height: 160px;
    border: 1px solid #eee;
    border: 1px solid #d5d5d5;
    padding: 15px 20px;
}

button[type="submit"] {
    height: 58px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    border: none;
    margin: 0;
    padding: 0;
}

    button[type="submit"] * {
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

    button[type="submit"] strong {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        height: 58px;
        border: 1px solid #282828;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 0 30px;
        padding-top: 18px;
        background: #282828;
        color: #f4c32d;
    }

        button[type="submit"] strong:hover {
            text-decoration: none;
        }

    button[type="submit"] b {
        width: 20px;
        height: 1px;
        background: #f4c32d;
        display: inline-block;
        margin-left: 20px;
        margin-top: 8px;
    }

    button[type="submit"] i {
        width: 0;
        height: 0;
        display: inline-block;
        margin-left: 0;
        margin-right: auto;
        border-style: solid;
        border-width: 4px 0 4px 4px;
        border-color: transparent transparent transparent #f4c32d;
        opacity: 1;
        margin-top: 5px;
    }

    button[type="submit"]:hover b {
        width: 50px;
        margin-left: 20px;
    }

    button[type="submit"]:hover i {
        opacity: 0;
    }

@media (min-width: 1240px) {
    .container {
        max-width: 1200px;
    }
}

.color-dark {
    background-color: #282828;
}

    .color-dark .left-side ul {
        width: 100vh;
        line-height: 1;
        display: block;
        margin: 0;
        margin-top: 50vh;
        margin-left: -9px;
        padding: 0;
        transform: rotate(-90deg);
        transform-origin: 0 0;
        position: absolute;
        left: 50%;
        top: 50%;
        text-align: center;
    }

        .color-dark .left-side ul li {
            display: inline-block;
            margin: 0 10px;
            padding: 0;
            list-style: none;
        }

            .color-dark .left-side ul li a {
                display: block;
                font-size: 13px;
                font-weight: 500;
                position: relative;
                padding: 0 8px;
                color: #fff;
            }

                .color-dark .left-side ul li a:hover {
                    text-decoration: none;
                }

                .color-dark .left-side ul li a:before {
                    content: "";
                    display: block;
                    position: absolute;
                    left: 0;
                    bottom: 6px;
                    height: 1px;
                    width: 0;
                    transition: width 0s ease, background 0.25s ease;
                }

                .color-dark .left-side ul li a:hover:after {
                    width: 100%;
                    background: 0 0;
                    transition: all 0s ease;
                }

    .color-dark .left-side .gotop img {
        -webkit-filter: invert(100%);
        filter: invert(100%);
    }

.color-light {
    background-color: #fff;
}

.color-undefined {
    background-color: transparent;
}

.overflow {
    overflow: hidden;
}

.odometer {
    line-height: 1;
}

    .odometer .odometer-digit {
        padding: 0;
    }

    .odometer .odometer-digit-inner {
        left: 0;
    }

.pagination {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .pagination li.page-item {
        margin-right: 5px;
    }

        .pagination li.page-item:first-child a.page-link {
            padding-left: 0;
        }

        .pagination li.page-item.active a.page-link {
            border: 1px solid #282828;
            background: 0 0;
        }

        .pagination li.page-item a.page-link {
            border: none;
            color: #282828;
            font-size: 13px;
            font-weight: 600;
            border-radius: 50%;
        }

            .pagination li.page-item a.page-link:hover {
                background: 0 0;
                opacity: 0.5;
            }

            .pagination li.page-item a.page-link:focus {
                border: none;
                background: 0 0;
                box-shadow: none;
            }

.transition-overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    right: calc(-100% - 200px);
    bottom: 0;
    background: #282828;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    visibility: hidden;
}

    .transition-overlay:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 200px 100vh 0;
        border-color: transparent #282828 transparent transparent;
        position: absolute;
        left: -200px;
        top: 0;
    }

    .transition-overlay.active {
        right: 0;
        visibility: visible;
    }

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    width: 100vw;
    height: 100vh;
    background: #282828;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    z-index: 99;
    transition-delay: 0.65s;
}

    .preloader * {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
        -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    .preloader:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 200px 100vh 0;
        border-color: transparent #282828 transparent transparent;
        position: absolute;
        left: -200px;
        top: 0;
    }

    .preloader:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 100vh 0 0 200px;
        border-color: transparent transparent transparent #282828;
        position: absolute;
        right: -200px;
        top: 0;
    }

    .preloader .inner {
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

        .preloader .inner .logo {
            display: inline-block;
            margin: 0;
        }

            .preloader .inner .logo img {
                height: 50px;
            }

        .preloader .inner .percentage {
            width: 100%;
            font-size: 70vh;
            line-height: 1;
            font-weight: 800;
            color: #fff;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            text-align: center;
            opacity: 0.05;
            transition-delay: 0.1s;
        }

.page-loaded.preloader {
    left: calc(-100% - 200px);
    visibility: hidden;
}

    .page-loaded.preloader .logo {
        transform: translateX(-100px);
        opacity: 0;
    }

    .page-loaded.preloader .percentage {
        margin-left: 100px;
        opacity: 0;
    }

.burger {
    margin-top: 1px;
    z-index: 3;
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 0;
    border: none;
    outline: 0;
    cursor: pointer;
}

.isNavOpen {
    overflow: hidden;
}

.burger-svg__base {
    fill: #fff;
}

.burger-svg__bars {
    fill: #5f5f5f;
}

.navigation-menu {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    right: calc(-100% + -200px);
    top: 0;
    z-index: 2;
    background: #282828;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    visibility: hidden;
}

    .navigation-menu:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 200px 100vh 0;
        border-color: transparent #282828 transparent transparent;
        position: absolute;
        left: -200px;
        top: 0;
    }

    .navigation-menu.active {
        right: 0;
        visibility: visible;
    }

        .navigation-menu.active .inner {
            opacity: 1;
            transform: translateX(0);
        }

    .navigation-menu #map {
        width: 600px;
        height: 450px;
        display: none;
        border: none;
    }

    .navigation-menu .inner {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        padding: 0 10%;
        color: #fff;
        transform: translateX(40%);
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
        -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
        transition-delay: 0.35s;
        padding-top: 80px;
    }

        .navigation-menu .inner .side-menu {
            width: 100%;
            float: right;
            display: none;
        }

            .navigation-menu .inner .side-menu ul {
                float: right;
                margin: 0;
                padding: 0;
                text-align: right;
            }

                .navigation-menu .inner .side-menu ul li {
                    display: block;
                    list-style: none;
                    margin-bottom: 5px;
                }

                    .navigation-menu .inner .side-menu ul li a {
                        font-size: 8vw;
                        color: #fff;
                        font-weight: 600;
                    }

        .navigation-menu .inner .sides {
            flex: 1;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            justify-content: center;
        }

            .navigation-menu .inner .sides:last-child {
                padding-left: 50px;
            }

        .navigation-menu .inner h2 {
            display: block;
            margin-bottom: 20px;
            line-height: 1.7;
            font-size: 25px;
        }

            .navigation-menu .inner h2 strong {
                font-weight: 600;
            }

        .navigation-menu .inner figure {
            display: block;
            margin: 0;
            background: #fff;
            padding: 6px;
            position: relative;
        }

            .navigation-menu .inner figure a {
                width: 50px;
                height: 50px;
                line-height: 44px;
                position: absolute;
                right: 6px;
                top: 6px;
                background: #fff;
                text-align: center;
            }

        .navigation-menu .inner address {
            display: block;
            font-size: 19px;
        }

            .navigation-menu .inner address a {
                display: block;
                color: #fff;
                text-decoration: underline;
            }

.preloader {
    display: none;
}

.reveal-effect {
    float: left;
    overflow: hidden;
    position: relative;
}

    .reveal-effect a {
        color: #fff;
    }

    .reveal-effect.animated:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #eee;
        position: absolute;
        left: 0;
        top: 0;
        animation: 1s reveal linear forwards;
        -webkit-animation-duration: 1s;
        z-index: 1;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -ms-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
        animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }

    .reveal-effect.animated > * {
        animation: 1s reveal-inner linear forwards;
    }

@-webkit-keyframes reveal {
    0% {
        left: 0;
        width: 0;
    }

    50% {
        left: 0;
        width: 100%;
    }

    51% {
        left: auto;
        right: 0;
    }

    100% {
        left: auto;
        right: 0;
        width: 0;
    }
}

@-webkit-keyframes reveal-inner {
    0% {
        visibility: hidden;
        opacity: 0;
    }

    50% {
        visibility: hidden;
        opacity: 0;
    }

    51% {
        visibility: visible;
        opacity: 1;
    }

    100% {
        visibility: visible;
        opacity: 1;
    }
}

.titles {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-top: 66px;
    padding-right: 50%;
    margin-bottom: 48px;
}

    .titles h2 {
        font-weight: 600;
        margin-bottom: 20px;
        letter-spacing: 2px;
        color: #f4c32d;
    }

    .titles p {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 0;
        font-weight: 300;
    }

.custom-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .custom-link * {
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

    .custom-link a {
        display: inline-block;
        margin-right: 15px;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
    }

        .custom-link a:hover {
            text-decoration: none;
        }

    .custom-link span {
        width: 20px;
        height: 1px;
        background: #282828;
        display: inline-block;
        margin: 0;
    }

    .custom-link i {
        width: 0;
        height: 0;
        display: inline-block;
        margin-left: 0;
        margin-right: auto;
        border-style: solid;
        border-width: 4px 0 4px 4px;
        border-color: transparent transparent transparent #282828;
        opacity: 1;
    }

    .custom-link:hover a {
        margin-left: 20px;
    }

    .custom-link:hover span {
        width: 50px;
        margin-left: 20px;
    }

    .custom-link:hover i {
        opacity: 0;
    }

.custom-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}

    .custom-btn * {
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

    .custom-btn a {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        height: 58px;
        border: 1px solid #282828;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 0 30px;
        padding-top: 18px;
        background: #282828;
        color: #f4c32d;
    }

        .custom-btn a:hover {
            text-decoration: none;
        }

    .custom-btn span {
        width: 20px;
        height: 1px;
        background: #f4c32d;
        display: inline-block;
        margin-left: 20px;
        margin-top: 8px;
    }

    .custom-btn i {
        width: 0;
        height: 0;
        display: inline-block;
        margin-left: 0;
        margin-right: auto;
        border-style: solid;
        border-width: 4px 0 4px 4px;
        border-color: transparent transparent transparent #f4c32d;
        opacity: 1;
        margin-top: 5px;
    }

    .custom-btn:hover span {
        width: 50px;
        margin-left: 20px;
    }

    .custom-btn:hover i {
        opacity: 0;
    }

.header {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

    .header .navbar {
        width: 100%;
        margin-bottom: 0;
        transition: 0.5s ease-in all;
    }

    .header .page-title {
        width: 100%;
        margin-bottom: 60px;
        margin-top: 50px;
    }

        .header .page-title h2 {
            text-align: center;
            font-size: 7vw;
            font-weight: 800;
            line-height: 1;
            margin: 0;
            padding-bottom: 5px;
            color: #353535;
        }

        .header .page-title h4 {
            padding-right: 40%;
            line-height: 1.7;
        }

    .header .headlines {
        width: 100%;
        margin-bottom: 30px;
        margin-top: 30px;
    }

        .header .headlines h1 {
            font-size: 3vw;
            font-weight: 600;
            line-height: 1;
            margin: 0;
            padding-bottom: 5px;
            color: #484848;
            display: flex;
            padding-left: 10px;
        }

            .header .headlines h1 span {
                padding-left: 20px;
            }

#clientele-headline h1 span {
    padding-left: 20px;
}

@media (max-width: 767px) {
    .header .headlines h1 {
        flex-direction: column;
        font-size: 9vw;
    }

        .header .headlines h1 span {
            padding-left: 0;
        }

    #clientele-headline h1 span {
        padding-left: 5px;
    }

    #clientele-headline {
        margin: 40px 0 35px;
    }
}

.navbar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    position: relative;
    z-index: 9;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

    .navbar.hide {
        transform: translateY(-100px);
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

    .navbar.light {
        color: #fff;
    }

        .navbar.light .logo a img {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
        }

        .navbar.light .main-menu ul li a {
            color: #fff;
        }

            .navbar.light .main-menu ul li a:after {
                background: #fff;
            }

            .navbar.light .main-menu ul li a:hover:before {
                background: #fff;
            }

    .navbar .logo {
        margin-left: 0;
    }

        .navbar .logo a {
            margin: 0;
        }

            .navbar .logo a img {
                height: 42px;
                padding-left: 10px;
            }

    .navbar .phone {
        margin-left: 50px;
    }

    .navbar .main-menu {
        margin-left: auto;
    }

        .navbar .main-menu ul {
            margin: 0;
            padding: 0;
        }

            .navbar .main-menu ul li {
                display: inline-block;
                margin: 0 18px;
                padding: 0;
            }

                .navbar .main-menu ul li a {
                    display: block;
                    font-size: 15px;
                    font-weight: 500;
                    position: relative;
                    padding: 0 2px;
                }

                    .navbar .main-menu ul li a:hover {
                        text-decoration: none;
                    }

                    .navbar .main-menu ul li a:before {
                        content: "";
                        display: block;
                        position: absolute;
                        left: 0;
                        bottom: 0;
                        height: 1px;
                        width: 0;
                        transition: width 0s ease, background 0.25s ease;
                    }

                    .navbar .main-menu ul li a:after {
                        content: "";
                        display: block;
                        position: absolute;
                        right: 0;
                        bottom: 0;
                        height: 1px;
                        width: 0;
                        background: #282828;
                        transition: width 0.25s ease;
                    }

                    .navbar .main-menu ul li a:hover:before {
                        width: 100%;
                        background: #282828;
                        transition: width 0.25s ease;
                    }

                    .navbar .main-menu ul li a:hover:after {
                        width: 100%;
                        background: 0 0;
                        transition: all 0s ease;
                    }

    .navbar .hamburger-menu {
        margin-right: 0;
        margin-left: 30px;
    }

.left-side {
    width: 65px;
    height: 100%;
    position: fixed;
    left: 0;
    background: #484848;
    background: #282828;
    top: 0;
}

    .left-side .logo {
        width: 100%;
        display: block;
        height: 42px;
        text-align: center;
        margin-top: 35px;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        opacity: 0;
        transform: translateY(-30px);
        display: none;
    }

        .left-side .logo img {
            height: 30px;
            margin: auto;
        }

        .left-side .logo.sticky {
            opacity: 1;
            transform: translateY(0);
        }

    .left-side ul {
        width: 100vh;
        line-height: 1;
        display: block;
        margin: 0;
        margin-top: 50vh;
        margin-left: -9px;
        padding: 0;
        transform: rotate(-90deg);
        transform-origin: 0 0;
        position: absolute;
        left: 50%;
        top: 50%;
        text-align: center;
    }

        .left-side ul li {
            display: inline-block;
            margin: 0 10px;
            padding: 0;
            list-style: none;
            position: relative;
        }

            .left-side ul li a {
                display: block;
                font-size: 13px;
                font-weight: 500;
                position: relative;
                padding: 0 16px;
                color: #fff;
            }

            .left-side ul li svg {
                color: #fff;
                position: absolute;
                left: -11px;
                top: -3px;
                font-size: 18px;
                cursor: pointer;
            }

                .left-side ul li svg :hover {
                    color: #fff;
                }

            .left-side ul li a:hover {
                color: #fff;
                text-decoration: none;
            }

    .left-side .gotop {
        width: 50px;
        padding: 14px;
        position: absolute;
        right: 8px;
        bottom: 35px;
        display: none;
    }

        .left-side .gotop img {
            display: block;
        }

.slider {
    width: 100%;
    height: 560px;
    display: flex;
    flex-wrap: wrap;
    background: #282828;
    margin-right: -50px;
    overflow: hidden;
    position: relative;
}

    .slider:hover .swiper-button-next span {
        width: 100%;
    }

    .slider .swiper-container {
        width: 100%;
        height: 100%;
        position: relative;
    }

        .slider .swiper-container .swiper-slide {
            width: calc(100% + 120px);
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            opacity: 0.3;
            -webkit-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            -ms-transition: all 0.25s ease-in-out;
            -o-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
            overflow: hidden;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
        }

        .slider .swiper-container .swiper-slide-active {
            opacity: 1;
            z-index: 2;
        }

        .slider .swiper-container .slide-inner {
            width: 100%;
            opacity: 0;
            -webkit-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            -ms-transition: all 0.25s ease-in-out;
            -o-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
        }

            .slider .swiper-container .slide-inner figure {
                display: block;
                margin-bottom: 10px;
            }

                .slider .swiper-container .slide-inner figure img {
                    max-width: 120px;
                }

            .slider .swiper-container .slide-inner h2 {
                font-size: 52px;
                font-weight: 600;
                color: #fff;
                margin-left: -3px;
            }

            .slider .swiper-container .slide-inner .link {
                display: block;
                margin-top: 50px;
            }

                .slider .swiper-container .slide-inner .link a {
                    display: inline-block;
                    font-weight: 600;
                    color: #fff;
                    font-size: 13px;
                    position: relative;
                }

                    .slider .swiper-container .slide-inner .link a:before {
                        content: "";
                        width: 100%;
                        height: 6px;
                        background: #fff;
                        position: absolute;
                        left: 0;
                        bottom: 0;
                        opacity: 0.3;
                    }

                    .slider .swiper-container .slide-inner .link a:after {
                        content: "";
                        width: 0;
                        height: 6px;
                        background: #fff;
                        position: absolute;
                        right: 0;
                        bottom: 0;
                        -webkit-transition: all 0.25s ease-in-out;
                        -moz-transition: all 0.25s ease-in-out;
                        -ms-transition: all 0.25s ease-in-out;
                        -o-transition: all 0.25s ease-in-out;
                        transition: all 0.25s ease-in-out;
                    }

                    .slider .swiper-container .slide-inner .link a:hover {
                        text-decoration: none;
                    }

                        .slider .swiper-container .slide-inner .link a:hover:after {
                            width: 100%;
                        }

.swiper-button-next {
    width: 80px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: auto;
    right: 20px;
    top: 0;
    z-index: 2;
    background: 0 0;
    text-align: right;
}

    .swiper-button-next span {
        width: 50%;
        height: 1px;
        margin-left: auto;
        background: #fff;
        display: inline-block;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

    .swiper-button-next b {
        font-weight: 600;
        display: block;
        font-size: 12px;
        color: #fff;
        margin-top: 5px;
    }

.swiper-pagination-bullet {
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    height: 40px;
    width: 40px;
    background: 0 0;
    text-align: center;
    transform: scaleX(-1) scale(0.7);
    margin: 0;
}

    .swiper-pagination-bullet:before {
        content: "";
        width: 100%;
        height: 100%;
        border: 3px solid rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0;
    }

.swiper-pagination-bullet-active {
    color: #fff;
    background: 0 0;
}

    .swiper-pagination-bullet-active:after {
        content: "";
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -7px;
        margin-top: -7px;
    }

.swiper-pagination-bullet svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    transform: rotateY(-180deg) rotateZ(-90deg);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active svg circle {
    animation-play-state: running;
    stroke-width: 3px;
    animation: countdown 6s linear forwards;
}

.swiper-pagination-bullet svg circle {
    stroke-dasharray: 113px;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke-width: 0;
    stroke: #fff;
    fill: none;
    animation: none;
    animation-play-state: paused;
    animation-fill-mode: none;
}

.page-header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: 0 0;
    margin-bottom: 108px;
}

    .page-header .video-bg {
        width: 100%;
    }

        .page-header .video-bg video {
            width: 100%;
            display: flex;
        }

    .page-header iframe {
        width: 100%;
        height: 500px;
        display: block;
        border: none;
    }

.object {
    animation: MoveUpDown 7s linear infinite;
    margin-top: 130px;
    margin-left: 25px;
    width: 350px;
    height: 350px;
    position: relative;
}

@keyframes MoveUpDown {
    0%, 100% {
        bottom: 0;
    }

    50% {
        bottom: 100px;
    }
}

.header-img {
    flex: 0 0 50%;
    max-width: 50%;
}

.imgHeadBox {
    position: relative;
    width: 395px;
    height: 395px;
    border: 2px solid transparent;
    background-color: #edb121;
    border-radius: 50%;
    text-align: center;
    margin: auto;
}

    .imgHeadBox::before {
        content: "";
        width: 100px;
        height: 100px;
        position: absolute;
        background-color: #f3c55b;
        border-radius: 50%;
        z-index: -1;
        top: -15%;
    }

    .imgHeadBox::after {
        content: "";
        width: 100px;
        height: 100px;
        position: absolute;
        background-color: #f0c663;
        border-radius: 50%;
        top: 20%;
        left: 320px;
        z-index: -1;
    }

@media (max-width: 600px) {
    .imgHeadBox {
        width: 350px;
        height: 350px;
    }

        .imgHeadBox::before {
            width: 80px;
            height: 80px;
        }

        .imgHeadBox::after {
            width: 80px;
            height: 80px;
        }

    .header-inner-info p:after {
        display: none;
    }
}

@media (max-width: 500px) {
    .imgHeadBox {
        width: 260px;
        height: 248px;
    }

        .imgHeadBox::before {
            width: 50px;
            height: 50px;
            top: -11px;
        }

        .imgHeadBox::after {
            width: 50px;
            height: 50px;
            left: 230px;
        }

    .page-header img {
        margin-left: 8px;
    }
}

.header-inner-info p {
    position: relative;
}

    .header-inner-info p:after {
        content: "";
        position: absolute;
        width: 521px;
        transform: scaleX(0);
        height: 1px;
        bottom: -10px;
        left: 0;
        background-color: #edb121;
        background: linear-gradient(to right, #000, #000);
        transform-origin: bottom right;
        transition: transform 0.9s ease-out;
    }

    .header-inner-info p:hover:after {
        transform: scaleX(1);
        transform-origin: bottom left;
    }

.header-info {
    max-width: 94%;
    position: relative;
    padding: 50px;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 100px;
}

    .header-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 170px;
        left: 30px;
        background-color: #802288;
    }

    .header-info .thoughts p {
        font-weight: 600;
    }

#para1 {
    font-size: 25px;
}

#para2 {
    font-size: 20px;
}

@media (max-width: 500px) {
    #para1 {
        font-size: 20px;
    }
}

@media (max-width: 400px) {
    #para1 {
        font-size: 17px;
    }

    #para2 {
        font-size: 15px;
    }
}

.header-service-title h5 {
    text-align: center;
    font-size: 1.5rem;
    padding: 20px 0;
    padding-bottom: 50px;
}

.main-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main-head-divi {
    width: 100%;
}

.main-head-column {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    justify-content: center;
    padding: 16px;
}

.head-content h3 {
    color: #edb121;
    max-width: 100%;
    max-height: auto;
}

.head-content p {
    max-width: 100%;
}

.head-img {
    flex: 0 0 15%;
    max-width: 15%;
}

.about-intro {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

    .about-intro h2 {
        font-size: 4vw;
        font-weight: 700;
        margin-bottom: 50px;
        color: #353535;
        max-width: 100%;
        height: auto;
    }

    .about-intro p {
        line-height: 2;
        margin: 0;
        max-width: 100%;
        height: auto;
        margin: 22px 0;
    }

.creative-img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.creative-maininfo {
    padding: 50px 0;
}

.creative-img .creative-comp-logo {
    margin-left: 25px;
}

.creative-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.btn-shine {
    transform: translate(-50%, -50%);
    color: #fff;
    background: #38383a;
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 7s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    font-weight: 800;
    font-size: 20px;
    text-decoration: none;
}

@-moz-keyframes shine {
    0% {
        background-position: 0;
    }

    30% {
        background-position: 200px;
    }

    60% {
        background-position: 580px;
    }

    100% {
        background-position: 980px;
    }
}

@-webkit-keyframes shine {
    0% {
        background-position: 0;
    }

    30% {
        background-position: 200px;
    }

    60% {
        background-position: 580px;
    }

    100% {
        background-position: 980px;
    }
}

@-o-keyframes shine {
    0% {
        background-position: 0;
    }

    30% {
        background-position: 200px;
    }

    60% {
        background-position: 580px;
    }

    100% {
        background-position: 980px;
    }
}

@keyframes shine {
    0% {
        background-position: 0;
    }

    30% {
        background-position: 200px;
    }

    60% {
        background-position: 580px;
    }

    100% {
        background-position: 980px;
    }
}

.creative-content h4 {
    color: #000;
    font-weight: 600;
    margin: 21px 0;
}

.creative-content p {
    padding: 19px 0;
}

.creative-include-info {
    padding-bottom: 100px;
}

.include-title h4 {
    font-size: 25px;
    padding-top: 36px;
    padding-left: 25px;
}

.inner-include-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 18px 24px;
}

    .inner-include-info h4 {
        padding-left: 35px;
    }

.main-include {
    position: relative;
    padding-bottom: 60px;
    padding-left: 10px;
}

@media (max-width: 1024px) {
    .include-title {
        padding: 0 30px;
    }
}

.socialheader {
    display: flex;
}

.social-img {
    width: 40%;
    height: 600px;
    background: #952e9c;
    position: relative;
}

    .social-img img {
        width: 400px;
        height: 300px;
        box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
        position: absolute;
        top: 25%;
        left: 42%;
        z-index: 1;
    }

.social-content {
    width: 60%;
    height: 600px;
    background: #f4c32d;
    padding: 50px;
}

    .social-content p {
        margin: 50px;
    }

.social-img {
    position: relative;
}

.social-icon svg {
    color: #fff;
    font-size: 36px;
    position: absolute;
    opacity: 0.2;
}

    .social-icon svg:nth-child(1) {
        right: 267px;
        top: 52px;
    }

    .social-icon svg:nth-child(2) {
        right: 90px;
        bottom: 45px;
    }

    .social-icon svg:nth-child(3) {
        top: 394px;
        left: 85px;
    }

    .social-icon svg:nth-child(4) {
        top: 10px;
        right: 8px;
    }

    .social-icon svg:nth-child(5) {
        left: 175px;
        bottom: 66px;
    }

    .social-icon svg:nth-child(6) {
        left: 17px;
        top: 261px;
    }

    .social-icon svg:nth-child(7) {
        right: 27px;
        top: 119px;
    }

    .social-icon svg:nth-child(8) {
        left: 27px;
        top: 3px;
    }

    .social-icon svg:nth-child(9) {
        left: 87px;
        top: 120px;
    }

    .social-icon svg:nth-child(10) {
        left: 10px;
        bottom: 10px;
    }

.social-content {
    position: relative;
    display: flex;
    align-items: center;
}

.right-social-icon svg {
    color: #fff;
    font-size: 36px;
    position: absolute;
    opacity: 0.2;
}

    .right-social-icon svg:nth-child(1) {
        top: 10px;
        right: 300px;
    }

    .right-social-icon svg:nth-child(2) {
        top: 157px;
        right: 16px;
    }

    .right-social-icon svg:nth-child(3) {
        top: 569px;
    }

    .right-social-icon svg:nth-child(4) {
        top: 391px;
        left: 210px;
    }

    .right-social-icon svg:nth-child(5) {
        top: 90px;
    }

    .right-social-icon svg:nth-child(6) {
        top: 610px;
        right: 239px;
    }

    .right-social-icon svg:nth-child(7) {
        top: 510px;
        right: 139px;
    }

@media (max-width: 1680px) {
    .socialheader {
        max-width: 100%;
    }

    .social-img img {
        left: 45%;
    }

    .social-content p {
        max-width: 100%;
    }
}

@media (max-width: 1440px) {
    .socialheader {
        max-width: 100%;
    }

    .social-img img {
        left: 32%;
    }

    .social-content p {
        max-width: 100%;
    }
}

@media (max-width: 1360px) {
    .socialheader {
        max-width: 100%;
    }

    .social-img img {
        left: 27%;
    }

    .social-content p {
        max-width: 100%;
    }
}

@media (max-width: 1280px) {
    .socialheader {
        max-width: 100%;
    }

    .social-img img {
        top: 29%;
        left: 24%;
        width: 350px;
        height: 250px;
    }

    .social-content p {
        display: flex;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    .socialheader {
        max-width: 100%;
    }

    .social-img img {
        left: 16%;
    }

    .social-content p {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .socialheader {
        max-width: 100%;
    }

    .social-img img {
        left: 19%;
    }

    .social-content p {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .socialheader {
        display: block;
    }

    .social-img {
        width: 100%;
        height: 300px;
    }

    .social-content {
        width: 100%;
        height: 400px;
        padding: 50px;
    }

        .social-content p {
            display: flex;
            flex: 0 0 100%;
            max-width: 100%;
            margin: 23px 0;
        }

    .social-img img {
        left: 26%;
    }

    .social-main {
        margin-bottom: 85px;
    }
}

@media (max-width: 600px) {
    .socialheader {
        display: block;
    }

    .social-img {
        max-width: 100%;
    }

    .social-content {
        max-width: 100%;
        padding: 50px;
    }

        .social-content p {
            display: flex;
            flex: 0 0 100%;
            max-width: 100%;
            margin: 23px;
        }

    .social-img img {
        left: 23%;
        top: 45%;
        width: 300px;
        height: 200px;
    }

    .social-main {
        margin-bottom: 85px;
    }
}

@media (max-width: 500px) {
    .socialheader {
        display: block;
    }

    .social-img {
        max-width: 100%;
    }

    .social-content {
        max-width: 100%;
        padding: 50px;
    }

        .social-content p {
            display: flex;
            flex: 0 0 100%;
            max-width: 100%;
            margin: 23px;
        }

    .social-img img {
        left: 24%;
        top: 41%;
        width: 250px;
        height: 200px;
    }

    .social-main {
        margin-bottom: 30px;
    }
}

@media (max-width: 400px) {
    .social-img img {
        left: 17%;
        top: 42%;
        width: 250px;
        height: 200px;
    }

    .social-content p {
        display: flex;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .social-content {
        max-width: 100%;
        padding: 37px 0;
        padding-right: 20px;
    }
}

@media (max-width: 320px) {
    .social-img img {
        left: 16%;
        top: 49%;
        width: 208px;
        height: 173px;
    }
}

.main-services {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 95px;
    text-align: center;
}

.works {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 80px 0;
    padding-bottom: 0;
}

    .works .titles {
        display: block;
        padding-right: 15%;
        margin-bottom: 20px;
    }

        .works .titles h2 {
            font-size: 18px;
            font-weight: 600;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #f4c32d;
        }

        .works .titles p {
            font-size: 20px;
            line-height: 1.5;
            margin-bottom: 40px;
            font-weight: 300;
            color: #5f5f5f;
        }

    .works ul {
        margin-bottom: 0;
        margin-left: -30px;
        margin-right: -30px;
        padding: 0;
    }

        .works ul li {
            width: 50%;
            margin: 40px 0;
            padding: 0 30px;
            list-style: none;
        }

@media (max-width: 576px) {
    .works ul li {
        margin-top: 20px;
    }
}

.project-box {
    width: 100%;
    display: block;
}

    .project-box .project-image {
        width: 100%;
        display: block;
    }

        .project-box .project-image a {
            display: block;
        }

            .project-box .project-image a img {
                width: 100%;
            }

    .project-box .project-content {
        width: 100%;
        display: block;
    }

        .project-box .project-content h3 {
            font-size: 27px;
            display: block;
        }

            .project-box .project-content h3 a {
                display: block;
                color: #f4c32d;
            }

                .project-box .project-content h3 a:hover {
                    text-decoration: none;
                }

        .project-box .project-content small {
            display: block;
            color: #952e9c;
        }

.case-detail {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.descContent {
    width: 600px;
    margin: 20px 0 0 140px;
    padding: 40px 20px;
    border: 4px solid #ffb400;
    margin-bottom: 50px;
    position: relative;
    background: #fff;
}

    .descContent::after {
        content: "";
        position: absolute;
        background: #ffb400;
        width: 700px;
        height: 330px;
        bottom: -130px;
        right: -300px;
        z-index: -1;
    }

.doughnut {
    border: 15px solid #ffb400;
    border-radius: 100px;
    height: 150px;
    width: 150px;
    position: absolute;
    left: -80px;
    top: -80px;
    z-index: -1;
    box-shadow: 0 0 0 0 rgb(237, 177, 35, 0.7);
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgb(237, 177, 35, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgb(237, 177, 35, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgb(237, 177, 35, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgb(237, 177, 35, 0);
    }
}

.descContent p {
    margin-bottom: 0 !important;
    font-size: 16px;
}

.descContent h2,
.descContent h4 {
    text-align: center;
    text-transform: uppercase;
}

.descContent h4 {
    font-size: 20px;
}

.descContent h2 {
    font-weight: 600;
    font-size: 32px;
    padding: 20px 0;
}

.descContent p {
    text-align: center;
}

.descImage img {
    max-width: 75%;
    border: 6px solid #ffb400;
    position: absolute;
    bottom: -410px;
    left: -69px;
}

.descImage2 img {
    width: 300px !important;
    height: 403px;
    border: 6px solid #ffb400;
    position: absolute;
    left: 450px;
}

.service_blocks {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

    .service_blocks .container {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        justify-content: center;
        -webkit-box-pack: justify;
        flex-wrap: wrap;
    }

        .service_blocks .container .service {
            flex: 0 0 30%;
            max-width: 30%;
            padding: 16px;
            margin: 10px;
            background: #fff;
            box-sizing: border-box;
            box-shadow: 1px 1px 10px #e6e6e6;
            border-radius: 5px;
            height: 250px;
            text-align: center;
            transition: 0.65s all ease;
            position: relative;
        }

.service img {
    margin: 0 auto;
}

.service_blocks .container .service:hover {
    background: #ffb400;
}

    .service_blocks .container .service:hover .num span,
    .service_blocks .container .service:hover a,
    .service_blocks .container .service:hover h4 {
        color: #fff;
    }

.service_blocks .container .service figure,
.service_blocks .container .service h4 {
    text-align: center;
}

.service_blocks .container .service h4 {
    font-size: 20px;
    min-height: 50px;
}

.service_blocks .container .service a {
    font-size: 14px;
    color: #ffb400;
}

.service_details {
    width: 400px;
    padding: 25px 20px;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 101;
    box-shadow: 1px 1px 10px #e6e6e6;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.service_details1,
.service_details2,
.service_details3,
.service_details4,
.service_details5 {
    display: none;
}

.service_details .close {
    width: 35px;
    height: 35px;
    background: #ffb400;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    position: absolute;
    right: -15px;
    top: -15px;
    opacity: 1;
    cursor: pointer;
}

.overlay {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffb400;
    z-index: 100;
    display: none;
}

.service .num {
    position: absolute;
    top: -10px;
    right: 10px;
    opacity: 0.5;
}

    .service .num span {
        font-size: 70px;
        font-weight: 600;
        color: #ffb400;
    }

@media (max-width: 1199px) {
    .descContent {
        width: 611px;
        margin: 0 auto 0 80px;
    }

        .descContent::after {
            width: 650px;
            height: 335px;
            right: -150px;
        }

    .descImage img {
        max-width: 50%;
        bottom: -196px;
        left: 24px;
    }

    .descImage2 img {
        left: 420px;
        top: 267px;
    }
}

.case-detail figure {
    display: block;
    margin-bottom: 50px;
}

    .case-detail figure img {
        width: 100%;
    }

.case-detail h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.case-detail h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.case-detail h3 {
    font-size: 50px;
    font-weight: 800;
    margin-top: 100px;
}

.case-detail p {
    display: block;
    padding: 0 16px;
    text-align: justify;
}

.featured-services {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    color: #fff;
}

    .featured-services .col-lg-3:nth-child(2n + 2) {
        margin-top: 134px;
    }

    .featured-services figure {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        position: relative;
        margin: 15px 0;
        border: 1px solid rgba(255, 255, 255, 0.05);
    }

        .featured-services figure:hover {
            background: #fff;
        }

            .featured-services figure:hover img {
                margin: 0;
                filter: invert(100%);
            }

            .featured-services figure:hover figcaption {
                color: #282828;
            }

        .featured-services figure img {
            opacity: 0.1;
            padding: 0 35%;
            filter: blur(10px);
        }

        .featured-services figure figcaption {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 20px;
            text-align: center;
        }

            .featured-services figure figcaption span {
                font-size: 13px;
                font-weight: 600;
                margin-bottom: 10px;
            }

            .featured-services figure figcaption h4 {
                font-size: 17px;
                font-weight: 600;
                margin-bottom: 0;
            }

.recent-news {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

    .recent-news .row {
        margin-left: -25px;
        margin-right: -25px;
    }

    .recent-news .col-lg-4 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .recent-news .col-12 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .recent-news .inner h3 {
        font-size: 20px;
    }

    .recent-news .content-box {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin-bottom: 80px;
        padding-bottom: 40px;
        border-bottom: 1px solid rgba(40, 40, 40, 0.1);
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        position: relative;
    }

        .recent-news .content-box:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            bottom: -1px;
            height: 1px;
            width: 0;
            transition: width 0s ease, background 0.25s ease;
        }

        .recent-news .content-box:after {
            content: "";
            display: block;
            position: absolute;
            right: 0;
            bottom: -1px;
            height: 1px;
            width: 0;
            background: #282828;
            transition: width 0.25s ease;
        }

        .recent-news .content-box:hover:before {
            width: 100%;
            background: #282828;
            transition: width 0.25s ease;
        }

        .recent-news .content-box:hover:after {
            width: 100%;
            background: 0 0;
            transition: all 0s ease;
        }

        .recent-news .content-box.selected {
            padding-bottom: 80px;
        }

            .recent-news .content-box.selected h3 {
                font-size: 4vw;
                font-weight: 600;
            }

        .recent-news .content-box small {
            opacity: 0.5;
            margin-bottom: 10px;
        }

        .recent-news .content-box h3 {
            display: block;
            margin-bottom: 20px;
            padding-bottom: 20px;
        }

            .recent-news .content-box h3 a {
                display: block;
            }

                .recent-news .content-box h3 a:hover {
                    text-decoration: none;
                }

        .recent-news .content-box span {
            display: block;
            font-weight: 600;
        }

.our-awards {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
}

    .our-awards .titles {
        text-align: center;
        padding: 0 20%;
    }

    .our-awards ul {
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
    }

        .our-awards ul li {
            width: 20%;
            float: left;
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .our-awards ul li:last-child figure {
                border-right: 0;
            }

            .our-awards ul li figure {
                width: 100%;
                margin-bottom: 40px;
                padding: 0 30%;
                border-right: 1px solid rgba(40, 40, 40, 0.1);
            }

            .our-awards ul li h5 {
                font-weight: 600;
                font-size: 15px;
                margin-bottom: 15px;
            }

            .our-awards ul li small {
                display: block;
                opacity: 0.6;
                margin-bottom: 5px;
            }

            .our-awards ul li .odometer {
                font-size: 60px;
                font-weight: 800;
            }

.showreel {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 150px;
}

    .showreel .video {
        width: 100%;
        float: left;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        position: relative;
    }

        .showreel .video::after {
            position: absolute;
            content: "";
            background: #38383a;
            width: 100%;
            height: 100%;
            top: 0;
            z-index: 100;
            opacity: 0.4;
        }

        .showreel .video h2 {
            width: 100%;
            height: 200px;
            line-height: 200px;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -100px;
            text-align: center;
            color: #fff;
            font-size: 4vw;
            font-weight: 800;
        }

        .showreel .video video {
            width: 100%;
            min-width: 100%;
            min-height: 100%;
            float: left;
        }

.team {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 100px 0;
    color: #fff;
}

    .team figure {
        display: block;
        margin: 0;
    }

        .team figure img {
            width: 100%;
            display: block;
            margin-bottom: 20px;
        }

        .team figure figcaption {
            display: block;
            margin: 0;
        }

            .team figure figcaption span {
                display: block;
                font-size: 14px;
                opacity: 0.5;
                margin-bottom: 10px;
            }

            .team figure figcaption h5 {
                display: block;
                font-weight: 600;
                margin-bottom: 0;
            }

            .team figure figcaption a {
                color: #fff;
                margin-right: 10px;
                margin-bottom: 10px;
            }

.logos {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .logos ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
        position: relative;
        border-left: 1px solid rgba(40, 40, 40, 0.1);
        border-top: 1px solid rgba(40, 40, 40, 0.1);
    }

        .logos ul li {
            width: 20%;
            float: left;
            list-style: none;
            border-right: 1px solid rgba(40, 40, 40, 0.1);
            border-bottom: 1px solid rgba(40, 40, 40, 0.1);
            text-align: center;
        }

            .logos ul li:hover figure {
                opacity: 1;
            }

            .logos ul li figure {
                display: block;
                height: 80px;
                margin: 30px 0;
                -webkit-transition: all 0.25s ease-in-out;
                -moz-transition: all 0.25s ease-in-out;
                -ms-transition: all 0.25s ease-in-out;
                -o-transition: all 0.25s ease-in-out;
                transition: all 0.25s ease-in-out;
                position: relative;
            }

                .logos ul li figure img {
                    display: none;
                    height: 80px;
                    position: absolute;
                    left: 50%;
                    top: 0;
                    transform: translateX(-50%);
                }

.post-header {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .post-header .post-image {
        width: 100%;
        margin: 0;
    }

        .post-header .post-image img {
            width: 100%;
        }

.post-body {
    width: 100%;
    margin-bottom: 50px;
}

    .post-body .avatar {
        width: 100%;
        margin-bottom: 20px;
        font-size: 13px;
    }

        .post-body .avatar img {
            height: 60px;
            margin-right: 20px;
            border-radius: 50%;
        }

        .post-body .avatar a {
            text-decoration: underline;
        }

    .post-body .post-title {
        display: block;
        margin-bottom: 15px;
        font-weight: 700;
        font-size: 3vw;
    }

    .post-body .post-date {
        display: block;
        margin-bottom: 30px;
        opacity: 0.5;
    }

    .post-body .post-intro {
        display: block;
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 1.7;
    }

    .post-body .image-left {
        width: 50%;
        float: left;
        margin-right: 30px;
        margin-bottom: 20px;
        margin-top: 5px;
    }

        .post-body .image-left img {
            width: 100%;
        }

    .post-body .image-right {
        width: 50%;
        float: right;
        margin-left: 30px;
        margin-bottom: 20px;
        margin-top: 5px;
    }

        .post-body .image-right img {
            width: 100%;
        }

    .post-body .image-full {
        width: 100%;
        display: inline-block;
        margin: 30px 0;
    }

        .post-body .image-full img {
            width: 100%;
        }

    .post-body h5 {
        font-weight: 600;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .post-body ul {
        padding-left: 20px;
        margin-bottom: 30px;
    }

        .post-body ul li {
            margin-bottom: 5px;
        }

    .post-body blockquote {
        display: inline-block;
        padding: 40px;
        margin-top: 20px;
        margin-bottom: 40px;
        background: #282828;
        position: relative;
        color: #fff;
        background: url(../images/quote-bg.svg) left top no-repeat #282828;
        background-size: contain;
    }

        .post-body blockquote p {
            display: block;
        }

        .post-body blockquote h5 {
            font-weight: 600;
            margin: 0;
        }

.post-navigation {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #f9f9f9;
}

    .post-navigation a {
        font-weight: 600;
        font-size: 18px;
        padding: 40px 25px;
    }

        .post-navigation a:nth-child(1) {
            width: 50%;
            float: left;
            border-right: 1px solid #eee;
        }

        .post-navigation a:nth-child(2) {
            width: 50%;
            float: right;
            padding-left: 25px;
        }

.blog {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}

    .blog .post {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 100px;
    }

        .blog .post .post-image {
            width: 100%;
            margin-bottom: 30px;
        }

            .blog .post .post-image img {
                width: 100%;
            }

        .blog .post .post-content {
            width: 100%;
            margin: 0;
        }

            .blog .post .post-content .avatar {
                width: 100%;
                margin-bottom: 20px;
                font-size: 13px;
            }

                .blog .post .post-content .avatar img {
                    height: 60px;
                    margin-right: 20px;
                    border-radius: 50%;
                }

                .blog .post .post-content .avatar a {
                    text-decoration: underline;
                }

            .blog .post .post-content .post-title {
                display: block;
                margin-bottom: 15px;
                font-weight: 700;
                font-size: 2.2vw;
            }

            .blog .post .post-content .post-date {
                display: block;
                margin-bottom: 30px;
                opacity: 0.5;
            }

            .blog .post .post-content .post-intro {
                display: block;
                margin-bottom: 20px;
                font-size: 18px;
                line-height: 1.7;
            }

            .blog .post .post-content .post-link {
                display: inline-block;
                font-weight: 700;
                padding-bottom: 8px;
                position: relative;
            }

                .blog .post .post-content .post-link:hover {
                    text-decoration: none;
                }

                    .blog .post .post-content .post-link:hover:after {
                        width: 0;
                    }

                .blog .post .post-content .post-link:before {
                    content: "";
                    width: 100%;
                    height: 3px;
                    background: #eee;
                    position: absolute;
                    left: 0;
                    bottom: 0;
                }

                .blog .post .post-content .post-link:after {
                    content: "";
                    width: 100%;
                    height: 3px;
                    background: #282828;
                    position: absolute;
                    right: 0;
                    bottom: 0;
                    -webkit-transition: all 0.25s ease-in-out;
                    -moz-transition: all 0.25s ease-in-out;
                    -ms-transition: all 0.25s ease-in-out;
                    -o-transition: all 0.25s ease-in-out;
                    transition: all 0.25s ease-in-out;
                }

    .blog .sidebar {
        width: calc(100% - 50px);
        display: flex;
        flex-wrap: wrap;
        margin-left: auto;
        border: 1px solid rgba(40, 40, 40, 0.1);
        padding: 25px;
    }

        .blog .sidebar .widget {
            width: 100%;
            border-bottom: 1px solid rgba(40, 40, 40, 0.1);
            padding-bottom: 25px;
            margin-bottom: 25px;
        }

            .blog .sidebar .widget:last-child {
                margin-bottom: 0;
                padding-bottom: 50px;
                border-bottom: none;
            }

#about-det {
    display: inline;
    color: #000;
    font-weight: 600;
}

.blog .sidebar .widget .title {
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

    .blog .sidebar .widget .title:after {
        content: "";
        width: 30%;
        height: 3px;
        background: #282828;
        position: absolute;
        left: -25px;
        bottom: 0;
    }

.blog .sidebar .widget form {
    display: block;
}

    .blog .sidebar .widget form input[type="text"] {
        margin-bottom: 10px;
    }

    .blog .sidebar .widget form button[type="submit"] {
        font-weight: 600;
        font-size: 14px;
        color: #fff;
        background: #282828;
        padding: 0 30px;
    }

.blog .sidebar .widget .categories {
    display: block;
    margin: 0;
    padding: 0;
}

    .blog .sidebar .widget .categories li {
        display: block;
        margin: 0;
        padding: 3px 0;
        list-style: none;
    }

        .blog .sidebar .widget .categories li:before {
            content: "";
            width: 5px;
            height: 5px;
            float: left;
            border-radius: 50%;
            background: #282828;
            margin-right: 15px;
            margin-top: 11px;
        }

        .blog .sidebar .widget .categories li span {
            float: right;
            opacity: 0.5;
        }

.blog .sidebar .widget .tags {
    display: block;
    margin: 0;
    padding: 0;
}

    .blog .sidebar .widget .tags li {
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 10px;
        padding: 0;
        list-style: none;
    }

        .blog .sidebar .widget .tags li a {
            display: inline-block;
            border: 1px solid rgba(40, 40, 40, 0.1);
            line-height: 30px;
            font-size: 14px;
            padding: 0 10px;
        }

            .blog .sidebar .widget .tags li a:hover {
                text-decoration: none;
                border: 1px solid #282828;
                background: #282828;
                color: #fff;
            }

.blog .sidebar .widget .works {
    display: block;
    margin: 0;
    margin-left: -5px;
    margin-right: -5px;
    padding: 0;
}

    .blog .sidebar .widget .works li {
        width: 33.33333%;
        float: left;
        margin: 0;
        padding: 5px;
        list-style: none;
    }

.post-sticky {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

    .post-sticky .post-image {
        width: 100%;
        margin-bottom: 0;
    }

        .post-sticky .post-image img {
            width: 100%;
        }

    .post-sticky .post-content {
        width: 100%;
        margin: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        color: #fff;
        padding: 50px;
        padding-right: 30%;
    }

        .post-sticky .post-content .avatar {
            width: 100%;
            margin-bottom: 20px;
            font-size: 13px;
        }

            .post-sticky .post-content .avatar img {
                height: 60px;
                margin-right: 20px;
                border-radius: 50%;
            }

            .post-sticky .post-content .avatar a {
                text-decoration: underline;
                color: #fff;
            }

        .post-sticky .post-content .post-title {
            display: block;
            margin-bottom: 15px;
            font-weight: 700;
            font-size: 4vw;
        }

            .post-sticky .post-content .post-title a {
                display: block;
                color: #fff;
            }

        .post-sticky .post-content .post-date {
            display: block;
            margin-bottom: 30px;
        }

        .post-sticky .post-content .post-intro {
            display: block;
            margin-bottom: 20px;
            font-size: 18px;
            line-height: 1.7;
        }

        .post-sticky .post-content .post-link {
            display: inline-block;
            font-weight: 700;
            padding-bottom: 8px;
            position: relative;
            color: #fff;
        }

            .post-sticky .post-content .post-link:hover {
                text-decoration: none;
            }

                .post-sticky .post-content .post-link:hover:after {
                    width: 0;
                }

            .post-sticky .post-content .post-link:before {
                content: "";
                width: 100%;
                height: 3px;
                background: rgba(255, 255, 255, 0.2);
                position: absolute;
                left: 0;
                bottom: 0;
            }

            .post-sticky .post-content .post-link:after {
                content: "";
                width: 100%;
                height: 3px;
                background: #fff;
                position: absolute;
                right: 0;
                bottom: 0;
                -webkit-transition: all 0.25s ease-in-out;
                -moz-transition: all 0.25s ease-in-out;
                -ms-transition: all 0.25s ease-in-out;
                -o-transition: all 0.25s ease-in-out;
                transition: all 0.25s ease-in-out;
            }

.work-with-us {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 100px 0;
    color: #fff;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

    .work-with-us h6 {
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 20px;
        color: #9935a0;
    }

    .work-with-us h2 {
        font-size: 3vw;
        font-weight: 800;
        color: #5f5f5f;
    }

    .work-with-us h1 {
        font-size: 25px;
        font-weight: 600;
        border-bottom: 1px solid #38383a;
        margin-bottom: 50px;
        color: #353535;
        width: fit-content;
    }

    .work-with-us p {
        margin: 0;
        font-size: 25px;
        color: #353535;
        font-weight: 600;
    }

    .work-with-us a {
        color: #952e9c;
        text-decoration: underline;
        margin-left: 46px;
    }

    .work-with-us small {
        display: block;
        margin: 15px 0;
        color: #353535;
    }

@media (max-width: 767px) {
    .work-with-us h1 {
        font-size: 18px;
    }

    .work-with-us p {
        font-size: 18px;
    }
}

.inner-fadeup-logo {
    display: flex;
    position: relative;
}

    .inner-fadeup-logo svg {
        position: absolute;
        color: #353535;
        left: 0;
        top: 1px;
        width: 24px;
        height: auto;
    }

.address-main a {
    color: #fff;
}

.contact {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
}

    .contact h5 {
        font-weight: 600;
        margin-bottom: 20px;
        display: block;
    }

    .contact address {
        display: block;
        margin-bottom: 50px;
    }

        .contact address p {
            margin: 0;
        }

        .contact address a {
            text-decoration: underline;
        }

    .contact .contact-form {
        display: block;
        margin-top: 0 !important;
    }

        .contact .contact-form h5 {
            margin-bottom: 40px;
        }

        .contact .contact-form #contact {
            display: block;
        }

            .contact .contact-form #contact .form-group {
                display: block;
                position: relative;
                margin-bottom: 35px;
            }

                .contact .contact-form #contact .form-group span {
                    width: 100%;
                    line-height: 54px;
                    position: absolute;
                    left: 0;
                    top: 0;
                    padding: 0 20px;
                    z-index: 0;
                    -webkit-transition: all 0.25s ease-in-out;
                    -moz-transition: all 0.25s ease-in-out;
                    -ms-transition: all 0.25s ease-in-out;
                    -o-transition: all 0.25s ease-in-out;
                    transition: all 0.25s ease-in-out;
                }

                    .contact .contact-form #contact .form-group span.label-up {
                        font-size: 13px;
                        line-height: 16px;
                        top: -20px;
                        font-weight: 600;
                    }

                .contact .contact-form #contact .form-group input[type="email"],
                .contact .contact-form #contact .form-group input[type="text"] {
                    background: 0 0;
                    position: relative;
                    z-index: 1;
                }

                .contact .contact-form #contact .form-group input:focus + span {
                    font-size: 13px;
                    line-height: 16px;
                    top: -20px;
                    font-weight: 600;
                }

                .contact .contact-form #contact .form-group textarea {
                    background: 0 0;
                    position: relative;
                    z-index: 2;
                }

                    .contact .contact-form #contact .form-group textarea:focus + span {
                        font-size: 13px;
                        line-height: 16px;
                        top: -20px;
                        font-weight: 600;
                    }

                .contact .contact-form #contact .form-group label.error {
                    color: red;
                    margin-top: 5px;
                    margin-bottom: 0;
                    font-weight: 600;
                    font-size: 13px;
                }

#error,
#success {
    float: left;
}

#error {
    background: red;
    color: #fff;
}

#success {
    background: green;
    color: #fff;
}

.alert {
    border: none;
    border-radius: 0;
    padding: 20px 30px;
}

.footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0 0;
    background: #282828;
}

    .footer .career {
        display: block;
        border-bottom: 1px solid rgba(40, 40, 40, 0.1);
        padding-bottom: 100px;
        margin-bottom: 100px;
    }

        .footer .career h6 {
            font-size: 17px;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .footer .career h2 {
            font-size: 3vw;
            font-weight: 800;
            margin-bottom: 50px;
        }

    .footer .logo {
        display: block;
        margin: 0;
    }

        .footer .logo img {
            height: 42px;
        }

    .footer h5 {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 20px;
        color: #ffb400;
    }

.footer-address {
    display: flex;
    align-items: center;
}

    .footer-address svg {
        margin-right: 10px;
    }

    .footer-address a {
        display: block;
        color: #fff;
    }

.divLast {
    background: #ffb400;
}

.inner-logo-info {
    display: flex;
}

    .inner-logo-info svg {
        color: #ffb400;
        margin-right: 8px;
    }

.page-footer {
    background-color: #000;
}

.footer address {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 40px;
    text-align: left;
}

.footer .sub-footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    font-size: 13px;
}

    .footer .sub-footer ul {
        display: inline-block;
        margin-left: 0;
        margin-right: auto;
        margin-bottom: 0;
        padding: 0;
    }

        .footer .sub-footer ul li {
            display: inline-block;
            margin-right: 20px;
            padding: 0;
            list-style: none;
        }

            .footer .sub-footer ul li a {
                display: block;
                position: relative;
                padding: 0 2px;
            }

                .footer .sub-footer ul li a:hover {
                    text-decoration: none;
                }

                .footer .sub-footer ul li a:before {
                    content: "";
                    display: block;
                    position: absolute;
                    left: 0;
                    bottom: 8px;
                    height: 1px;
                    width: 0;
                    transition: width 0s ease, background 0.25s ease;
                }

                .footer .sub-footer ul li a:after {
                    content: "";
                    display: block;
                    position: absolute;
                    right: 0;
                    bottom: 8px;
                    height: 1px;
                    width: 0;
                    background: #282828;
                    transition: width 0.25s ease;
                }

                .footer .sub-footer ul li a:hover:before {
                    width: 100%;
                    background: #282828;
                    transition: width 0.25s ease;
                }

                .footer .sub-footer ul li a:hover:after {
                    width: 100%;
                    background: 0 0;
                    transition: all 0s ease;
                }

    .footer .sub-footer span {
        margin-right: 0;
        color: #ecb020;
        margin: auto;
    }

@keyframes countdown {
    from {
        stroke-dashoffset: 113px;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
    body {
        padding: 0;
    }

    .left-side {
        display: none;
    }

    .navbar {
        padding: 30px;
    }

    .slider {
        width: 100%;
        margin-right: 0;
    }

        .slider .swiper-container .slide-inner {
            padding: 0 60px;
        }

    .works .titles {
        padding-right: 0;
        padding-top: 0;
    }
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    .slider .swiper-container .slide-inner {
        padding: 0 30px;
    }

    .preloader .inner .percentage {
        font-size: 50vh;
    }

    .navigation-menu .inner .side-menu {
        display: block;
    }

    .navbar .main-menu {
        display: none;
    }

    .navbar .phone {
        margin-right: auto;
    }

    .navigation-menu .inner .sides {
        display: none;
    }

    .slider .swiper-container .swiper-slide {
        width: 100%;
    }

    .slider:hover .swiper-container .swiper-slide {
        margin-left: 0;
    }

    .header .page-title h4 {
        padding-right: 0;
    }

    .titles {
        padding-right: 0;
    }

    .works ul li {
        width: 50%;
    }

    .our-awards ul li {
        width: 33%;
        float: none;
        display: inline-block;
        margin: 0 6%;
    }

        .our-awards ul li figure {
            border-right: none;
        }

        .our-awards ul li .odometer {
            margin-bottom: 40px;
        }

    .team figure {
        margin-bottom: 40px;
    }

    .logos ul li {
        width: 33.33333%;
    }

        .logos ul li:nth-child(n + 10) {
            display: none;
        }

    .our-awards .titles {
        padding: 0 5%;
    }

    .post-sticky .post-content {
        padding-right: 0;
    }

        .post-sticky .post-content .post-intro {
            display: none;
        }

    .blog {
        padding-top: 40px;
    }

        .blog .sidebar {
            width: 100%;
            margin-top: 0;
        }

    .swiper-button-next {
        display: none;
    }

    .footer .logo {
        margin-bottom: 40px;
    }

    .footer .career h2 {
        font-size: 6vw;
    }

    input[type="email"],
    input[type="text"] {
        border-radius: 0 !important;
        -webkit-appearance: none;
    }

    textarea {
        border-radius: 0 !important;
        -webkit-appearance: none;
    }

    .header .page-title {
        margin-bottom: 19px;
        margin-top: 35px;
    }
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .preloader .inner .percentage {
        font-size: 30vh;
    }

    .navbar {
        padding: 30px 15px;
    }

        .navbar .phone {
            display: none;
        }

    .slider .swiper-container .slide-inner {
        padding: 0 30px;
    }

        .slider .swiper-container .slide-inner h2 {
            font-size: 35px;
        }

    .recent-news .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .recent-news .col-lg-4 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .recent-news .col-12 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .works ul li {
        width: 100%;
    }

    .works ul {
        width: 100%;
        margin: 0 !important;
    }

    .our-awards .titles {
        padding: 0;
    }

    .logos ul li {
        width: 50%;
    }

        .logos ul li:nth-child(9) {
            display: none;
        }

    .post-sticky .post-content {
        padding: 20px 30px;
    }

        .post-sticky .post-content .post-link {
            display: none;
        }

    .blog .post .post-content .post-title {
        font-size: 6vw;
    }

    .post-body .post-title {
        font-size: 6vw;
    }

    .post-navigation a:nth-child(1) {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #eee;
    }

    .post-navigation a:nth-child(2) {
        width: 100%;
    }

    .work-with-us h2 {
        font-size: 20px;
    }

    .logos ul li figure {
        height: 65px;
    }

        .logos ul li figure img {
            height: 65px;
        }

    .about-intro h2 {
        font-size: 8vw;
    }

    .main-services .titles {
        padding: 0;
    }

    .footer .career h2 {
        font-size: 9vw;
    }

    .footer .sub-footer ul {
        margin-bottom: 15px;
    }
}

.featured-services p,
.logos p {
    color: #f4c32d;
}

.webDev_list {
    padding-left: 10px;
    list-style: none;
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .blog .post {
        margin-bottom: 50px;
    }
}

#generic_price_table .generic_content {
    background-color: #fff;
}

    #generic_price_table .generic_content .generic_head_price {
        background-color: #f6f6f6;
    }

        #generic_price_table
        .generic_content
        .generic_head_price
        .generic_head_content
        .head_bg {
            border-color: #eeb630 transparent transparent #eeb630;
        }

        #generic_price_table
        .generic_content
        .generic_head_price
        .generic_head_content
        .head
        span {
            color: #525252;
        }

        #generic_price_table
        .generic_content
        .generic_head_price
        .generic_price_tag
        .price
        .sign {
            color: #414141;
        }

        #generic_price_table
        .generic_content
        .generic_head_price
        .generic_price_tag
        .price
        .currency {
            color: #414141;
        }

        #generic_price_table
        .generic_content
        .generic_head_price
        .generic_price_tag
        .price
        .cent {
            color: #414141;
        }

        #generic_price_table
        .generic_content
        .generic_head_price
        .generic_price_tag
        .month {
            color: #414141;
        }

    #generic_price_table .generic_content .generic_feature_list ul li {
        color: #a7a7a7;
    }

        #generic_price_table .generic_content .generic_feature_list ul li span {
            color: #414141;
        }

        #generic_price_table .generic_content .generic_feature_list ul li:hover {
            background-color: #e4e4e4;
            border-left: 5px solid #2ecc71;
        }

    #generic_price_table .generic_content .generic_price_btn a {
        border: 1px solid #802288;
        color: #802288;
    }

    #generic_price_table
    .generic_content.active
    .generic_head_price
    .generic_head_content
    .head_bg,
    #generic_price_table
    .generic_content:hover
    .generic_head_price
    .generic_head_content
    .head_bg {
        border-color: #802288 transparent transparent #802288;
        color: #fff;
    }

    #generic_price_table
    .generic_content.active
    .generic_head_price
    .generic_head_content
    .head
    span,
    #generic_price_table
    .generic_content:hover
    .generic_head_price
    .generic_head_content
    .head
    span {
        color: #fff;
    }

    #generic_price_table .generic_content.active .generic_price_btn a,
    #generic_price_table .generic_content:hover .generic_price_btn a {
        background-color: #802288;
        color: #fff;
    }

#generic_price_table {
    margin: 20px 0 50px 0;
    font-family: Raleway, sans-serif;
}

.row .table {
    padding: 28px 0;
}

#generic_price_table .generic_content {
    overflow: hidden;
    position: relative;
    text-align: center;
}

    #generic_price_table
    .generic_content
    .generic_head_price
    .generic_head_content {
        margin: 0 0 50px 0;
    }

        #generic_price_table
        .generic_content
        .generic_head_price
        .generic_head_content
        .head_bg {
            border-style: solid;
            border-width: 90px 1411px 23px 399px;
            position: absolute;
        }

        #generic_price_table
        .generic_content
        .generic_head_price
        .generic_head_content
        .head {
            padding-top: 40px;
            position: relative;
            z-index: 1;
        }

            #generic_price_table
            .generic_content
            .generic_head_price
            .generic_head_content
            .head
            span {
                font-family: Raleway, sans-serif;
                font-size: 28px;
                font-weight: 400;
                letter-spacing: 2px;
                margin: 0;
                padding: 0;
                text-transform: uppercase;
            }

    #generic_price_table .generic_content .generic_head_price .generic_price_tag {
        padding: 0 0 20px;
    }

        #generic_price_table
        .generic_content
        .generic_head_price
        .generic_price_tag
        .price {
            display: block;
        }

            #generic_price_table
            .generic_content
            .generic_head_price
            .generic_price_tag
            .price
            .sign {
                display: inline-block;
                font-family: Lato, sans-serif;
                font-size: 28px;
                font-weight: 400;
                vertical-align: middle;
            }

            #generic_price_table
            .generic_content
            .generic_head_price
            .generic_price_tag
            .price
            .currency {
                font-family: Lato, sans-serif;
                font-size: 60px;
                font-weight: 300;
                letter-spacing: -2px;
                line-height: 60px;
                padding: 0;
                vertical-align: middle;
            }

            #generic_price_table
            .generic_content
            .generic_head_price
            .generic_price_tag
            .price
            .cent {
                display: inline-block;
                font-family: Lato, sans-serif;
                font-size: 24px;
                font-weight: 400;
                vertical-align: bottom;
            }

        #generic_price_table
        .generic_content
        .generic_head_price
        .generic_price_tag
        .month {
            font-family: Lato, sans-serif;
            font-size: 18px;
            font-weight: 400;
            letter-spacing: 3px;
            vertical-align: bottom;
        }

    #generic_price_table .generic_content .generic_feature_list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #generic_price_table .generic_content .generic_feature_list ul li {
            font-family: Lato, sans-serif;
            font-size: 14px;
            padding: 15px 0;
            transition: all 0.3s ease-in-out 0s;
        }

            #generic_price_table .generic_content .generic_feature_list ul li:hover {
                transition: all 0.3s ease-in-out 0s;
                -moz-transition: all 0.3s ease-in-out 0s;
                -ms-transition: all 0.3s ease-in-out 0s;
                -o-transition: all 0.3s ease-in-out 0s;
                -webkit-transition: all 0.3s ease-in-out 0s;
            }

            #generic_price_table .generic_content .generic_feature_list ul li .fa {
                padding: 0 10px;
            }

    #generic_price_table .generic_content .generic_price_btn {
        margin: 20px 0 32px;
    }

        #generic_price_table .generic_content .generic_price_btn a {
            border-radius: 50px;
            -moz-border-radius: 50px;
            -ms-border-radius: 50px;
            -o-border-radius: 50px;
            -webkit-border-radius: 50px;
            display: inline-block;
            font-family: Lato, sans-serif;
            font-size: 18px;
            outline: medium none;
            padding: 12px 30px;
            text-decoration: none;
            text-transform: uppercase;
        }

        #generic_price_table .generic_content,
        #generic_price_table
        .generic_content
        .generic_head_price
        .generic_head_content
        .head
        h2,
        #generic_price_table
        .generic_content
        .generic_head_price
        .generic_head_content
        .head_bg,
        #generic_price_table .generic_content .generic_price_btn a,
        #generic_price_table .generic_content .price,
        #generic_price_table .generic_content:hover,
        #generic_price_table
        .generic_content:hover
        .generic_head_price
        .generic_head_content
        .head
        h2,
        #generic_price_table
        .generic_content:hover
        .generic_head_price
        .generic_head_content
        .head_bg,
        #generic_price_table .generic_content:hover .generic_price_btn a,
        #generic_price_table .generic_content:hover .price {
            transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            -ms-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            -webkit-transition: all 0.3s ease-in-out 0s;
        }

@media (max-width: 767px) {
    #generic_price_table .generic_content {
        margin-bottom: 75px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #generic_price_table .col-md-3 {
        float: left;
        width: 50%;
    }

    #generic_price_table .col-md-4 {
        float: left;
        width: 50%;
    }

    #generic_price_table .generic_content {
        margin-bottom: 75px;
    }
}

#generic_price_table_home {
    font-family: Raleway, sans-serif;
}

.text-center h1,
.text-center h1 a {
    color: #7885cb;
    font-size: 30px;
    font-weight: 300;
    text-decoration: none;
}

.demo-pic {
    margin: 0 auto;
}

    .demo-pic:hover {
        opacity: 0.7;
    }

#generic_price_table_home ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: table;
}

#generic_price_table_home li {
    float: left;
}

    #generic_price_table_home li + li {
        margin-left: 10px;
        padding-bottom: 10px;
    }

    #generic_price_table_home li a {
        display: block;
        width: 50px;
        height: 50px;
        font-size: 0;
    }

#generic_price_table_home .blue {
    background: #3498db;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .emerald {
    background: #2ecc71;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .grey {
    background: #7f8c8d;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .midnight {
    background: #34495e;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .orange {
    background: #e67e22;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .purple {
    background: #9b59b6;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .red {
    background: #e74c3c;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .turquoise {
    background: #1abc9c;
    transition: all 0.3s ease-in-out 0s;
}

    #generic_price_table_home .blue:hover,
    #generic_price_table_home .emerald:hover,
    #generic_price_table_home .grey:hover,
    #generic_price_table_home .midnight:hover,
    #generic_price_table_home .orange:hover,
    #generic_price_table_home .purple:hover,
    #generic_price_table_home .red:hover,
    #generic_price_table_home .turquoise:hover {
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        transition: all 0.3s ease-in-out 0s;
    }

#generic_price_table_home .divider {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px;
}

    #generic_price_table_home .divider span {
        width: 100%;
        display: table;
        height: 2px;
        background: #ddd;
        margin: 50px auto;
        line-height: 2px;
    }

#generic_price_table_home .itemname {
    text-align: center;
    font-size: 50px;
    padding: 50px 0 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    text-decoration: none;
    font-weight: 300;
}

#generic_price_table_home .itemnametext {
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}

#generic_price_table_home .footer {
    padding: 40px 0;
}

.price-heading {
    text-align: center;
}

    .price-heading h1 {
        color: #666;
        margin: 0;
        padding: 0 0 50px 0;
    }

.demo-button {
    background-color: #333;
    color: #fff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.bottom_btn {
    background-color: #333;
    color: #fff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}

.demo-button:hover {
    background-color: #666;
    color: #fff;
    text-decoration: none;
}

.bottom_btn:hover {
    background-color: #666;
    color: #fff;
    text-decoration: none;
}

.circles {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

    .circles li {
        position: absolute;
        display: block;
        list-style: none;
        width: 20px;
        height: 20px;
        background: #9935a0;
        animation: animate 25s linear infinite;
        bottom: calc(-150px - 20vh);
    }

        .circles li:nth-child(1) {
            left: 25%;
            width: 80px;
            height: 80px;
            animation-delay: 0s;
            animation-duration: 20s;
            border-radius: 50%;
            background: #f4c224;
            opacity: 0.5;
        }

        .circles li:nth-child(2) {
            left: 10%;
            width: 20px;
            height: 20px;
            animation-delay: 0s;
            animation-duration: 25s;
            border-radius: 50%;
            background: #6d6969;
            opacity: 0.5;
        }

        .circles li:nth-child(3) {
            left: 70%;
            width: 20px;
            height: 20px;
            animation-delay: 0s;
            animation-duration: 20s;
            border-radius: 50%;
            background: #9935a0;
            opacity: 0.5;
        }

        .circles li:nth-child(4) {
            left: 40%;
            width: 60px;
            height: 60px;
            animation-delay: 0s;
            animation-duration: 15s;
            border-radius: 50%;
            background: #f4c224;
            opacity: 0.5;
        }

        .circles li:nth-child(5) {
            left: 65%;
            width: 20px;
            height: 20px;
            animation-delay: 0s;
            animation-duration: 20s;
            border-radius: 50%;
            background: #6d6969;
            opacity: 0.5;
        }

        .circles li:nth-child(6) {
            left: 75%;
            width: 90px;
            height: 90px;
            animation-delay: 0s;
            animation-duration: 25s;
            border-radius: 50%;
            background: #9935a0;
            opacity: 0.5;
        }

        .circles li:nth-child(7) {
            left: 35%;
            width: 50px;
            height: 50px;
            animation-delay: 0s;
            animation-duration: 30s;
            border-radius: 50%;
            background: #f4c224;
            opacity: 0.5;
        }

        .circles li:nth-child(8) {
            left: 50%;
            width: 25px;
            height: 25px;
            animation-delay: 0s;
            animation-duration: 35s;
            border-radius: 50%;
            background: #6d6969;
            opacity: 0.5;
        }

        .circles li:nth-child(9) {
            left: 20%;
            width: 15px;
            height: 15px;
            animation-delay: 0s;
            animation-duration: 40s;
            border-radius: 50%;
            background: #9935a0;
            opacity: 0.5;
        }

        .circles li:nth-child(10) {
            left: 85%;
            width: 50px;
            height: 50px;
            animation-delay: 0s;
            animation-duration: 45s;
            border-radius: 50%;
            background: #f4c224;
            opacity: 0.5;
        }

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0);
        opacity: 0;
    }

    50% {
        transform: translateY(-60vh) rotate(360deg);
        opacity: 1;
    }

    100% {
        transform: translateY(-120vh) rotate(720deg);
        opacity: 0;
    }
}

div.bhoechie-tab-container {
    z-index: 10;
    background-color: #fff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 20px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    opacity: 0.97;
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

    div.bhoechie-tab-menu div.list-group {
        margin-bottom: 0;
    }

.bhoechie-tab-menu .list-group li {
    margin-bottom: 0;
    cursor: pointer;
    padding: 20px 5px;
}

div.bhoechie-tab-menu div.list-group > li .fa,
div.bhoechie-tab-menu div.list-group > li .glyphicon {
    color: #5a55a3;
}

div.bhoechie-tab-menu div.list-group > li:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group > li:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}

.bhoechie-tab-menu .list-group .list-group-item.active,
.bhoechie-tab-menu .list-group .list-group-item.active .fa,
.bhoechie-tab-menu .list-group .list-group-item.active .glyphicon {
    background-color: #f4c224 !important;
    background-image: #f4c224 !important;
    color: #fff;
    border-color: #f4c224;
}

.bhoechie-tab-menu .list-group li.active:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #f4c224;
}

div.bhoechie-tab-content {
    background-color: #fff;
    padding: 15px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

.mobile_view {
    display: none;
}

.innerSoftwareHeader {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

    .innerSoftwareHeader .contentSoftware,
    .innerSoftwareHeader .imageSoftware {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 15px;
    }

    .innerSoftwareHeader .contentSoftware {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

.softwareService {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.softwareBox {
    flex: 0 0 50%;
    max-width: 50%;
}

.borderBox {
    max-width: 300px;
    height: 480px;
    margin: auto;
    position: relative;
    padding: 30px 20px;
    background: #210454;
    margin-bottom: 100px;
    color: #fff;
    margin-top: 100px;
}

    .borderBox::before {
        content: "";
        position: absolute;
        height: 350px;
        width: 200px;
        background: #ffb400;
        top: -50px;
        right: -50px;
        z-index: -1;
        opacity: 0.8;
    }

    .borderBox::after {
        content: "";
        position: absolute;
        height: 250px;
        width: 250px;
        border: 2px solid #ffb400;
        border-radius: 100%;
        top: 50%;
        transform: translateY(-30%);
        right: -100px;
        z-index: 0;
        opacity: 0.7;
    }

.dots {
    position: absolute;
    left: -50px;
    bottom: -50px;
    z-index: -1;
}

.mobile-dev-main {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    margin: 24px 0;
}

    .mobile-dev-main .mobile-dev-para {
        color: #000;
        position: relative;
        width: 100%;
        height: 351px;
        padding: 10px;
        margin: 50px 19px;
        box-shadow: rgba(50, 50, 93, 0.25) 0 6px 12px -2px, rgba(0, 0, 0, 0.3) 0 3px 7px -3px;
        padding-bottom: 20px;
    }

        .mobile-dev-main .mobile-dev-para h2 {
            background-color: #a8a8a8;
            color: #fff;
            width: 46px;
            height: 100px;
            position: relative;
            top: -53px;
        }

            .mobile-dev-main .mobile-dev-para h2:hover {
                background-color: #8a8a8a;
            }

.mobile-app-main {
    background: #802288;
    position: relative;
    top: -42px;
    z-index: -1;
}

    .mobile-app-main img {
        width: 100%;
    }

@media (max-width: 1024px) {
    .mobile-app-main {
        max-width: 100%;
    }

    .mobile-dev-icons svg {
        margin: 0;
    }

    .mobile-dev-main .mobile-dev-para {
        max-width: 100%;
        margin: 33px 11px;
    }
}

@media (max-width: 991px) {
    .mobile-app-main {
        max-width: 100%;
        margin-top: 70px;
    }
}

@media (max-width: 767px) {
    .mobile-dev-main {
        display: grid;
    }

    .mobile-app-main {
        max-width: 100%;
    }

    .mobile-dev-icons svg {
        margin: 0;
    }

    .mobile-dev-main .mobile-dev-para {
        max-width: 80%;
        margin: 36px auto;
    }

    .mobile-dev-icons svg:nth-child(1) {
        top: 252px;
        right: 209px;
    }

    .mobile-dev-icons svg:nth-child(2) {
        top: 252px;
        right: 254px;
    }

    .mobile-dev-icons svg:nth-child(3) {
        top: 252px;
        right: 296px;
    }

    .mobile-dev-icons svg:nth-child(4) {
        top: 252px;
        right: 337px;
    }

    .mobile-dev-icons svg:nth-child(5) {
        top: 252px;
        right: 380px;
    }

    .mobile-dev-icons svg:nth-child(6) {
        top: 252px;
        right: 168px;
    }

    .mobile-dev-icons svg:nth-child(7) {
        top: 252px;
        right: 209px;
    }

    .mobile-dev-icons svg:nth-child(8) {
        top: 206px;
        right: 381px;
    }

    .mobile-app-main::before {
        top: 234px;
        right: 87px;
    }
}

@media (max-width: 600px) {
    .mobile-dev-main {
        display: grid;
    }

    .mobile-app-main {
        max-width: 100%;
    }

    .mobile-dev-icons svg {
        margin: 0;
    }

    .mobile-dev-icons svg {
        position: absolute;
        width: 15px;
        height: 15px;
    }

    .mobile-app-main::before {
        top: 160px;
        right: 71px;
    }

    .mobile-dev-main .mobile-dev-para {
        max-width: 80%;
        margin: 36px auto;
    }

    .mobile-dev-icons svg:nth-child(1) {
        top: 182px;
        right: 141px;
    }

    .mobile-dev-icons svg:nth-child(2) {
        top: 182px;
        right: 173px;
    }

    .mobile-dev-icons svg:nth-child(3) {
        top: 182px;
        right: 207px;
    }

    .mobile-dev-icons svg:nth-child(4) {
        top: 182px;
        right: 242px;
    }

    .mobile-dev-icons svg:nth-child(5) {
        top: 182px;
        right: 278px;
    }

    .mobile-dev-icons svg:nth-child(6) {
        top: 155px;
        right: 278px;
    }

    .mobile-dev-icons svg:nth-child(7) {
        top: 182px;
        right: 141px;
    }

    .mobile-dev-icons svg:nth-child(8) {
        top: 182px;
        right: 141px;
    }
}

.softwareDisc {
    font-size: 14px;
    margin-top: 25px;
}

.headingCircle h2 {
    position: relative;
}

    .headingCircle h2::after {
        content: "";
        position: absolute;
        height: 2px;
        width: 100px;
        background: #fff;
        bottom: -10px;
        left: 0;
        display: block;
    }

.softwareDisc p {
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 14;
    text-align: left;
}

#ser-inc {
    font-size: 25px;
    color: #210454;
    font-weight: 500;
}

.softwareDisc svg {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 0;
}

.header-services {
    width: 90%;
    margin: auto;
    padding-bottom: 59px;
}

@media (max-width: 767px) {
    .mobile_view {
        display: flex;
        justify-content: center;
        margin: 0;
    }

        .mobile_view .column h2 {
            font-size: 3vw;
            margin-bottom: 0;
            padding: 20px 15px;
            text-align: center;
        }

        .mobile_view .column p {
            padding: 11px;
            height: calc(400px - 52px);
            background: #fff;
            border-radius: 10px;
        }

        .mobile_view .column {
            margin: 10px;
            padding: 0;
            box-shadow: 1px 1px 10px #e6e6e6;
            background: #f4c224;
            min-height: 318px;
            border-radius: 10px;
        }

    .desktop_view {
        display: none !important;
    }
}

@media (max-width: 575px) {
    .mobile_view {
        padding-left: 16px;
        padding-right: 16px;
    }
}

#success.showSuccess {
    display: block;
}

@media (max-width: 991px) {
    .descContent {
        margin: 0 auto 0 0;
    }

        .descContent::after {
            width: 650px;
            height: 335px;
            right: -100px;
        }

    .innerSoftwareHeader {
        flex-direction: column-reverse;
        margin-bottom: 50px;
    }

        .innerSoftwareHeader .contentSoftware,
        .innerSoftwareHeader .imageSoftware {
            flex: 0 0 100%;
            max-width: 100%;
            text-align: center;
        }

    .softwareBox {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contentSoftware p {
        text-align: left;
        padding-top: 15px;
    }
}

@media (max-width: 1440px) {
    .header-img {
        max-width: 100%;
        max-height: 100%;
        margin-left: 35px;
    }

    .page-header img {
        max-width: 100%;
        max-height: 100%;
    }

    .header-inner-info {
        padding: 12px;
    }

        .header-inner-info p {
            margin-bottom: 47px;
            max-width: 100%;
        }

    .header-img::after {
        margin-left: 30px;
    }
}

@media (max-width: 1440px) {
    .thoughts {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 1440px) {
    .head-img img {
        max-width: 100%;
    }
}

@media (max-width: 1366px) {
    .header-img {
        max-width: 100%;
        max-height: 100%;
        margin-left: 35px;
    }

    .page-header img {
        max-width: 100%;
        max-height: 100%;
    }

    .header-inner-info {
        padding: 12px;
    }

        .header-inner-info p {
            margin-bottom: 47px;
            max-width: 100%;
        }

    .header-img::after {
        margin-left: 30px;
    }
}

@media (max-width: 1366px) {
    .thoughts {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 1366px) {
    .head-img img {
        max-width: 100%;
    }
}

@media (max-width: 1280px) {
    .header-img {
        max-width: 100%;
        max-height: 100%;
        margin-left: 35px;
    }

    .page-header img {
        max-width: 100%;
        max-height: 100%;
    }

    .header-inner-info {
        padding: 12px;
    }

        .header-inner-info p {
            margin-bottom: 0;
            max-width: 100%;
        }

    .header-img::after {
        margin-left: 10px;
    }
}

@media (max-width: 1280px) {
    .thoughts {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 1280px) {
    .head-img img {
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    .header-inner-info p {
        margin-left: 0;
        max-width: 100%;
    }

    .header-img::before {
        margin-left: 20px;
    }
}

@media (max-width: 1024px) {
    .head-img img {
        margin-left: 8px;
        max-width: 100%;
    }

    .header-service-title {
        text-align: center;
        margin: 30px;
        padding: 0;
    }
}

@media (max-width: 991px) {
    .page-header {
        display: block;
        margin-bottom: 0;
    }

    .header-img {
        max-width: 100%;
        margin: auto;
        padding-top: 26px;
    }

    .header-inner-info {
        padding: 0;
        max-width: 100%;
        display: block;
        margin-left: 0;
        padding: 59px 56px 0;
    }

        .header-inner-info p {
            max-width: 100%;
            padding: 59px 10px;
            padding-top: 67px;
            line-height: 1.5;
        }

    .header-img::after {
        margin-left: 39px;
    }
}

@media (max-width: 991px) {
    .thoughts {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    .header-info {
        position: relative;
        margin: auto;
    }
}

@media (max-width: 991px) {
    .header-services p {
        max-width: 100%;
    }

    .header-services h3 {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .head-content h3 {
        max-width: 100%;
        text-align: center;
    }

    .head-content p {
        max-width: 100%;
        text-align: justify;
        padding: 0 15px;
    }
}

@media (max-width: 991px) {
    .header-service-title {
        text-align: center;
        margin: 0 30px;
        padding: 0;
    }
}

@media (max-width: 991px) {
    .head-img img {
        max-width: 100%;
        margin: 10px auto;
    }

    .head-img {
        flex: unset;
        max-width: unset;
        text-align: center;
    }

    .main-head-column {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        height: 260px;
        margin: 37px auto;
    }
}

@media (max-width: 767px) {
    .main-head-column {
        max-width: 100%;
        margin: 10px;
    }

    .main-header {
        display: flex;
        flex-direction: column;
        flex: 100%;
    }
}

@media (max-width: 400px) {
    .header-inner-info {
        padding: 40px 16px 0;
    }
}

@media (max-width: 767px) {
    .doughnut {
        left: -60px;
    }

    .case-detail .container {
        max-width: 100% !important;
        margin: 0 auto;
    }

    .case-detail {
        margin: 0 auto;
    }

    .descContent {
        width: 540px;
        margin-left: 50px;
    }

    .descImage2 img {
        left: 260px;
        top: 320px;
    }

    .descImage img {
        bottom: -147px;
        left: -24px;
    }

    .service_blocks .container {
        max-width: 95%;
    }

        .service_blocks .container .service {
            flex: 0 0 45%;
            max-width: 45%;
        }

    .descContent::after {
        overflow-x: hidden;
    }
}

@media (max-width: 650px) {
    .descContent {
        width: 100%;
        margin-left: 0;
    }

        .descContent::after {
            width: 100%;
            right: 0;
        }

    .descImage2 img {
        top: 300px;
    }

    .descContent::after {
        display: none;
    }

    .case-detail {
        position: relative;
    }

    .softwareDetails::after {
        display: none;
    }

    .descImage img {
        z-index: 10;
        max-width: 50%;
        left: 5%;
        transform: translateX(-8%);
        bottom: -450px;
    }

    .service_blocks {
        padding-top: 100px;
    }
}

@media (max-width: 600px) {
    .descImage2 img {
        display: none;
    }

    .descImage img {
        max-width: 100%;
        left: 50%;
        transform: translateX(-50%);
        bottom: -450px;
    }

    .service_blocks .container .service h4 {
        font-size: 16px;
    }

    .service_blocks .container .service a {
        font-size: 12px;
    }

    .service_blocks {
        padding-top: 150px;
    }
}

@media (max-width: 480px) {
    .descContent p {
        font-size: 14px;
    }

    .descContent h2 {
        font-size: 25px;
    }

    .header .page-title h2 {
        font-size: 32px;
    }

    .navbar {
        padding: 15px;
        box-shadow: 1px 1px 5px #e6e6e6;
    }

    .descImage img {
        bottom: -260px;
    }

    .service_blocks {
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .service_blocks .container .service {
            flex: 0 0 100%;
            max-width: 100%;
        }

    .case-detail {
        overflow-x: hidden;
    }
}

.work-with-us h2 {
    color: #353535;
}

@media (max-width: 1024px) {
    .works .titles h2 {
        font-size: 16px;
    }

    .works .titles p {
        font-size: 14px;
    }

    .project-box .project-content h3 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .featured-services .col-lg-3:nth-child(2n + 2) {
        margin-top: 0;
    }
}

@media (max-width: 576px) {
    .works ul li {
        padding: 0;
    }

    .titles p {
        font-size: 14px;
    }

    .work-with-us a {
        font-size: 14px;
    }

    .featured-services figure figcaption h4 {
        font-size: 14px;
    }

    .header .headlines {
        margin: 50px 0 45px;
    }
}

.typewrite .wrap {
    color: #f4c32d;
}

.slider-sec {
    position: relative;
}

.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 100%;
}

    .owl-theme .owl-nav .owl-next,
    .owl-theme .owl-nav .owl-prev {
        position: absolute;
        width: 40px;
        height: 40px;
        background: #ffffff78 !important;
    }

        .owl-theme .owl-nav .owl-next:hover,
        .owl-theme .owl-nav .owl-prev:hover {
            background: #fff !important;
        }

    .owl-theme .owl-nav .owl-prev {
        left: 0;
    }

    .owl-theme .owl-nav .owl-next {
        right: 0;
    }

    .owl-theme .owl-nav .owl-prev span {
        display: flex;
        display: -webkit-flex;
        display: -webkit-box;
        display: -moz-box;
        justify-content: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-box-align: center;
        transition: 0.5s ease all;
    }

    .owl-theme .owl-nav .owl-next:hover span,
    .owl-theme .owl-nav .owl-prev:hover span {
        color: #000;
    }

.owl-next {
    position: absolute;
    right: 0;
}

.owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 0;
}

    .owl-theme .owl-dots .owl-dot span {
        width: 15px;
        height: 15px;
        background: 0 0;
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: #fff;
        border: 1px solid #f4c224;
    }

@media (max-width: 576px) {
    .header .headlines {
        margin: 15px 0 10px;
    }

    .featured-services,
    .logos,
    .showreel,
    .work-with-us,
    .works {
        padding-top: 40px;
    }

    .titles {
        padding-top: 23px;
    }
}

.main-client {
    width: 100%;
    text-align: center;
    padding: 50px;
}

    .main-client img {
        width: 100%;
    }

.clientele {
    padding-top: 50px;
}

    .clientele h2 {
        text-align: center;
        font-size: 6vw;
        font-weight: 800;
        line-height: 1;
        margin: 0;
        padding-bottom: 5px;
        color: #353535;
    }

.typewriter {
    text-align: center;
    padding-top: 30px;
}

.typewriter-text {
    display: inline-block;
    overflow: hidden;
    letter-spacing: 2px;
    animation: typing 5s steps(30, end), blink 0.75s step-end infinite;
    white-space: nowrap;
    font-size: 25px;
    font-weight: 500;
    box-sizing: border-box;
}

@keyframes typing-mob {
    from {
        width: 0%;
    }

    to {
        width: 75%;
    }
}

@keyframes typing {
    from {
        width: 0%;
    }

    to {
        width: 40%;
    }
}

.about-main-container {
    display: grid;
    place-items: center;
}

.the-3c-text {
    box-sizing: content-box;
    height: 50px;
    padding: 53px 50px 0 0;
    padding-bottom: 50px;
    display: flex;
}

    .the-3c-text h2 {
        padding-top: 12px;
        font-size: 3vw;
        line-height: 1;
        color: #9935a0;
    }

.c-words {
    overflow: hidden;
}

    .c-words span {
        display: block;
        height: 100%;
        padding-left: 20px;
        color: #9935a0;
        font-size: 45px;
        font-weight: 800;
        animation: spin_words 6s infinite;
    }

        .c-words span:nth-child(1) {
            visibility: hidden;
        }

@keyframes spin_words {
    10% {
        transform: translateY(-112%);
    }

    25% {
        transform: translateY(-100%);
    }

    35% {
        transform: translateY(-212%);
    }

    50% {
        transform: translateY(-200%);
    }

    60% {
        transform: translateY(-312%);
    }

    75% {
        transform: translateY(-300%);
    }

    85% {
        transform: translateY(-412%);
    }

    100% {
        transform: translateY(-400%);
    }
}

.main-section-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.about-main-header {
    text-align: center;
    padding-top: 20px;
}

    .about-main-header h2 {
        font-size: 7vw;
        font-weight: 700;
        margin-bottom: 50px;
        color: #353535;
        max-width: 100%;
        height: auto;
    }

.about-page-main-para p {
    font-size: 20px;
    width: 90%;
    max-width: 100%;
    margin: auto;
    padding: 20px 0;
    text-align: center;
    color: #000;
}

    .about-page-main-para p span {
        font-weight: 800;
    }

.para-wave-main {
    padding: 38px 0;
}

.inner-about-para {
    position: relative;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

    .inner-about-para::before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        box-shadow: rgba(207, 1, 1, 0.1) 0 4px 12px;
        box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px, rgba(0, 0, 0, 0.23) 0 3px 6px;
        box-shadow: rgba(9, 30, 66, 0.25) 0 4px 8px -2px, rgba(9, 30, 66, 0.08) 0 0 0 1px;
        border-radius: 100%;
        top: 5px;
        left: 15px;
    }

    .inner-about-para::after {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        box-shadow: rgba(207, 1, 1, 0.1) 0 4px 12px;
        box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px, rgba(0, 0, 0, 0.23) 0 3px 6px;
        box-shadow: rgba(9, 30, 66, 0.25) 0 4px 8px -2px, rgba(9, 30, 66, 0.08) 0 0 0 1px;
        border-radius: 100%;
        top: 5px;
        right: 15px;
    }

    .inner-about-para p {
        padding: 40px;
        max-width: 100%;
    }

.three-c {
    width: 600px;
    height: 600px;
    border-radius: 100%;
    background-color: rgb(244 194 42);
    position: relative;
    right: -230px;
    z-index: -1;
}

.three-c-inner {
    width: 400px;
    height: 400px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 16%;
    left: 16%;
    z-index: -1;
}

.inner-words {
    width: 300px;
    text-align: center;
}

    .inner-words h4 {
        position: absolute;
        width: 200px;
        height: 100px;
        padding: 30px 0;
        background-color: #fff;
        font-weight: 700;
    }

    .inner-words :nth-child(1) {
        box-shadow: 1px 1px 10px #e6e6e6;
        left: -123px;
    }

    .inner-words :nth-child(2) {
        box-shadow: 1px 1px 10px #e6e6e6;
        bottom: 0;
        left: -123px;
    }

    .inner-words :nth-child(3) {
        box-shadow: 1px 1px 10px #e6e6e6;
        top: 143px;
    }

.about-all-3 {
    padding: 20px;
}

    .about-all-3 p {
        margin: 0 30px;
        color: #9935a0;
        font-size: 1.6rem;
        font-weight: 700;
    }

.main-below-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 20px;
    margin: 41px;
    background: #f4c22a;
}

    .main-below-head::after {
        content: "";
        position: absolute;
        width: 5px;
        height: 70%;
        background-color: #6d6969;
        left: 50%;
    }

.para-below-head p {
    width: 74%;
    font-size: 18px;
    line-height: 2.7;
    margin: 40px auto;
}

.lean-section {
    position: relative;
    width: 95%;
    margin: 10px auto;
    text-align: center;
    margin-bottom: 75px;
}

.lean-title {
    padding: 46px 0;
}

.lean-points h4 {
    display: grid;
    grid-template-columns: auto auto;
    position: absolute;
    font-size: 23px;
    font-weight: 600;
    color: #6d6969;
}

    .lean-points h4:nth-child(1) {
        top: 222px;
        left: 156px;
        width: 191px;
    }

    .lean-points h4:nth-child(2) {
        top: 222px;
        left: 699px;
        width: 191px;
    }

    .lean-points h4:nth-child(3) {
        top: 393px;
        left: 434px;
        width: 191px;
    }

    .lean-points h4:nth-child(4) {
        bottom: 64px;
        right: 57px;
        width: 191px;
    }

@media (max-width: 1680px) {
    .lean-points h4:nth-child(1) {
        top: 222px;
        left: 156px;
        width: 191px;
    }

    .lean-points h4:nth-child(2) {
        top: 222px;
        left: 744px;
        width: 191px;
    }

    .lean-points h4:nth-child(3) {
        top: 408px;
        left: 461px;
        width: 191px;
    }

    .lean-points h4:nth-child(4) {
        bottom: 64px;
        right: 302px;
        width: 191px;
    }
}

@media (max-width: 1440px) {
    .about-main-para p {
        max-width: 100%;
        line-height: 2;
        font-size: 24px;
    }

    .about-all-3 p {
        font-size: 1.3rem;
    }

    .para-below-head p {
        max-width: 90%;
    }

    .inner-words h4 {
        position: absolute;
    }

    .lean-points h4:nth-child(4) {
        bottom: 64px;
        right: 68px;
        width: 191px;
        font-size: 20px;
    }
}

@media (max-width: 1366px) {
    .three-c {
        width: 600px;
        height: 600px;
        border-radius: 100%;
        background-color: rgb(244 194 42);
        position: relative;
        right: -230px;
        z-index: -1;
    }

    .three-c-inner {
        width: 400px;
        height: 400px;
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        top: 16%;
        left: 16%;
        z-index: -1;
    }

    .about-main-para p {
        max-width: 100%;
        line-height: 2;
        font-size: 24px;
    }

    .about-all-3 p {
        font-size: 1.3rem;
    }

    .para-below-head p {
        max-width: 90%;
    }

    .inner-words h4 {
        position: absolute;
    }

    .lean-points h4:nth-child(1) {
        top: 225px;
        left: 141px;
        width: 191px;
        font-size: 19px;
    }

    .lean-points h4:nth-child(2) {
        top: 222px;
        left: 703px;
        width: 191px;
        font-size: 19px;
    }

    .lean-points h4:nth-child(3) {
        top: 396px;
        left: 432px;
        width: 191px;
        font-size: 19px;
    }
}

@media (max-width: 1280px) {
    .three-c {
        width: 600px;
        height: 600px;
        border-radius: 100%;
        background-color: rgb(244 194 42);
        position: relative;
        right: -230px;
        z-index: -1;
    }

    .three-c-inner {
        width: 400px;
        height: 400px;
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        top: 16%;
        left: 16%;
        z-index: -1;
    }

    .about-main-para p {
        max-width: 100%;
        line-height: 2;
        font-size: 24px;
    }

    .about-all-3 p {
        font-size: 1.3rem;
    }

    .para-below-head p {
        max-width: 90%;
    }

    .inner-words h4 {
        position: absolute;
    }

    .lean-points h4:nth-child(1) {
        top: 214px;
        left: 128px;
        width: 190px;
    }

    .lean-points h4:nth-child(2) {
        top: 214px;
        left: 647px;
        width: 190px;
    }

    .lean-points h4:nth-child(3) {
        top: 380px;
        left: 395px;
        width: 190px;
    }

    .lean-points h4:nth-child(4) {
        bottom: 54px;
        right: 65px;
        width: 154px;
    }
}

@media (max-width: 1024px) {
    .lean-points h4:nth-child(1) {
        top: 207px;
        left: 98px;
        width: 190px;
    }

    .lean-points h4:nth-child(2) {
        top: 206px;
        left: 540px;
        width: 190px;
    }

    .lean-points h4:nth-child(3) {
        top: 341px;
        left: 328px;
        width: 190px;
    }

    .lean-points h4:nth-child(4) {
        bottom: 45px;
        right: 39px;
        width: 154px;
    }
}

@media (max-width: 991px) {
    .main-section-cont {
        display: block;
        overflow: hidden;
    }

    .three-c {
        width: 500px;
        height: 500px;
        border-radius: 100%;
        background-color: rgb(244 194 42);
        position: relative;
        z-index: -1;
    }

    .three-c-inner {
        width: 350px;
        height: 350px;
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        top: 15%;
        left: 15%;
        z-index: -1;
    }

    .inner-words {
        width: 100px;
    }

        .inner-words :nth-child(1) {
            margin: auto;
            padding: 15px;
            height: 60px;
        }

        .inner-words :nth-child(2) {
            margin: auto;
            padding: 15px;
            height: 60px;
        }

        .inner-words :nth-child(3) {
            margin: auto;
            padding: 15px;
            height: 60px;
            left: -18px;
        }

    .lean-points h4:nth-child(1) {
        top: 205px;
        left: 108px;
        width: 165px;
    }

    .lean-points h4:nth-child(2) {
        top: 202px;
        left: 534px;
        width: 165px;
    }

    .lean-points h4:nth-child(3) {
        top: 334px;
        left: 330px;
        width: 165px;
    }

    .lean-points h4:nth-child(4) {
        bottom: 45px;
        right: 38px;
    }
}

@media (max-width: 767px) {
    .about-main-para p {
        max-width: 86%;
        font-size: 20px;
        margin: 29px auto;
    }

    .about-all-3 p {
        font-size: 1.2rem;
        margin: 30px auto;
    }

    .main-below-head {
        max-width: 90%;
        display: block;
        position: relative;
        background: #f4c22a;
    }

    .para-below-head {
        margin: 10px;
    }

        .para-below-head p {
            max-width: 100%;
            line-height: 2;
            margin: 15px auto;
            padding: 17px;
        }

    .main-below-head::after {
        content: "";
        position: absolute;
        width: 70%;
        height: 5px;
        background-color: #6d6969;
        left: 17%;
        top: 53%;
    }

    .main-section-cont {
        display: block;
    }

    .three-c {
        width: 450px;
        height: 450px;
        border-radius: 100%;
        background-color: rgb(244 194 42);
        position: relative;
        left: 138px;
        z-index: -1;
    }

    .three-c-inner {
        width: 300px;
        height: 300px;
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        top: 16%;
        left: 16%;
        z-index: -1;
    }

    .inner-words :nth-child(3) {
        margin: auto;
        padding: 15px;
        height: 60px;
        left: -18px;
        top: 122px;
    }

    .lean-points h4:nth-child(1) {
        top: 185px;
        left: 89px;
        width: 109px;
    }

    .lean-points h4:nth-child(2) {
        top: 189px;
        left: 421px;
        width: 109px;
        font-size: 15px;
    }

    .lean-points h4:nth-child(3) {
        top: 290px;
        left: 252px;
        width: 133px;
        font-size: 15px;
    }

    .lean-points h4:nth-child(4) {
        top: 299px;
        right: 34px;
        width: 109px;
        font-size: 15px;
    }
}

@media (max-width: 600px) {
    .about-main-para p {
        max-width: 96%;
        font-size: 20px;
        margin: 29px auto;
    }

    .about-all-3 p {
        font-size: 1.2rem;
    }

    .main-below-head {
        max-width: 90%;
        display: block;
        position: relative;
        background: #f4c22a;
    }

    .para-below-head {
        margin: 10px;
    }

        .para-below-head p {
            max-width: 100%;
            line-height: 2;
            margin: 20px auto;
            padding: 10px;
            line-height: 1.6;
        }

    .main-below-head::after {
        content: "";
        position: absolute;
        width: 70%;
        height: 5px;
        background-color: #6d6969;
        left: 17%;
        top: 53%;
    }

    .main-section-cont {
        display: block;
    }

    .three-c {
        width: 450px;
        height: 450px;
        border-radius: 100%;
        background-color: rgb(244 194 42);
        position: relative;
        left: 98px;
        z-index: -1;
    }

    .three-c-inner {
        width: 300px;
        height: 300px;
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        top: 16%;
        left: 16%;
        z-index: -1;
    }

    .inner-words :nth-child(3) {
        margin: auto;
        padding: 15px;
        height: 60px;
        left: -18px;
        top: 122px;
    }

    .lean-img img {
        display: none;
    }

    .lean-points {
        width: 90%;
        display: flex;
        flex-direction: column;
    }

        .lean-points h4 {
            display: flex;
            justify-content: center;
            flex-direction: column;
            margin: 20px auto;
            color: #fff;
            padding: 20px 0;
            opacity: 0.88;
        }

            .lean-points h4:nth-child(1) {
                position: relative;
                background-color: #9935a0;
                width: 50%;
                font-weight: 100;
                top: 0;
                left: 0;
            }

            .lean-points h4:nth-child(2) {
                position: relative;
                width: 50%;
                font-weight: 100;
                top: 0;
                left: 0;
                background-color: #f4c22a;
                border-radius: 60% 40% 40% 20%;
            }

            .lean-points h4:nth-child(3) {
                position: relative;
                background-color: #9935a0;
                width: 50%;
                font-weight: 100;
                top: 0;
                left: 0;
            }

            .lean-points h4:nth-child(4) {
                position: relative;
                width: 50%;
                font-weight: 100;
                background-color: #f4c22a;
                border-radius: 60% 40% 40% 20%;
                top: 0;
                left: 0;
            }
}

@media (max-width: 1024px) {
    .typewriter-text {
        animation: typing-mob 5s steps(30, end), blink 1s step-end infinite;
        white-space: nowrap;
        box-sizing: border-box;
    }
}

@media (max-width: 600px) {
    .typewriter-text {
        animation: typing-mob 5s steps(50, end), blink 1s step-end infinite;
        white-space: nowrap;
        box-sizing: border-box;
    }
}

@media (max-width: 500px) {
    .three-c {
        width: 400px;
        height: 400px;
        border-radius: 100%;
        background-color: rgb(244 194 42);
        position: relative;
        left: 59px;
        z-index: -1;
    }

    .three-c-inner {
        width: 250px;
        height: 250px;
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        top: 18%;
        left: 19%;
        z-index: -1;
    }

    .inner-words :nth-child(3) {
        margin: auto;
        padding: 15px;
        height: 60px;
        left: -18px;
        top: 98px;
    }

    .main-below-head::after {
        content: "";
        position: absolute;
        width: 70%;
        height: 5px;
        background-color: #6d6969;
        left: 17%;
        top: 52%;
    }
}

@media (max-width: 420px) {
    .main-below-head::after {
        content: "";
        position: absolute;
        width: 70%;
        height: 5px;
        background-color: #6d6969;
        left: 17%;
        top: 48%;
    }
}

@media (max-width: 500px) {
    .typewriter-text {
        font-size: 20px;
    }
}

@media (max-width: 400px) {
    .typewriter-text {
        font-size: 14px;
    }
}

section {
    position: relative;
}

    section .main {
        margin-bottom: 50px;
        background: #282828;
    }

#clientele img {
    display: block;
    margin: 0 auto;
    margin-left: 187px;
}

#clientele img {
    width: 800px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 1px;
    background: 0 0;
    border: 1px solid #fff;
}

@media (max-width: 1700px) {
    #clientele img {
        margin: 0 auto;
    }
}

@media (max-width: 1680px) {
    #clientele img {
        margin: 0 auto;
    }
}

@media (max-width: 1440px) {
    #clientele img {
        margin: 0 auto;
    }
}

@media (max-width: 1366px) {
    #clientele img {
        margin: 0 auto;
    }
}

@media (max-width: 1024px) {
    #clientele img {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    #clientele img {
        padding-left: 15px;
    }

    #clientele img {
        width: 600px;
    }
}

@media (max-width: 600px) {
    #clientele img {
        padding-left: 15px;
    }

    #clientele img {
        width: 500px;
    }
}

@media (max-width: 420px) {
    #clientele img {
        padding-left: 15px;
    }

    #clientele img {
        width: 350px;
    }
}

.headlines h1 {
    font-size: 5vw;
    font-weight: 800;
    line-height: 1;
    margin: 0;
    padding-bottom: 5px;
    color: #000;
}

.innerAboutUs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

    .innerAboutUs .aboutContent {
        flex: 0 0 40%;
        max-width: 40%;
        background: #f4c22a;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        padding: 50px 0;
    }

    .innerAboutUs .aboutImg {
        flex: 0 0 60%;
        max-width: 60%;
    }

        .innerAboutUs .aboutImg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.innerAboutContent {
    width: 70%;
    margin: auto;
}

    .innerAboutContent p a {
        font-weight: 600;
        color: #9935a0;
    }

.innerAboutUs .aboutContent .innerAboutContent h2 {
    font-weight: 600;
}

.rw-words-1 {
    font-size: 20px;
    font-weight: 600;
}

    .rw-words-1 span {
        position: absolute;
        opacity: 0;
        overflow: hidden;
        -webkit-animation: rotateWord 12s linear infinite 0s;
        -ms-animation: rotateWord 12s linear infinite 0s;
        animation: rotateWord 12s linear infinite 0s;
        color: #fff;
        font-weight: 600;
    }

        .rw-words-1 span:nth-child(2) {
            -webkit-animation-delay: 4s;
            -ms-animation-delay: 4s;
            animation-delay: 4s;
        }

        .rw-words-1 span:nth-child(3) {
            -webkit-animation-delay: 8s;
            -ms-animation-delay: 8s;
            animation-delay: 8s;
        }

@-webkit-keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        -webkit-transform: translateX(0);
    }

    5% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }

    17% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }

    20% {
        opacity: 0;
        -webkit-transform: translateX(0);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        -ms-transform: translateX(0);
    }

    5% {
        opacity: 1;
        -ms-transform: translateX(0);
    }

    17% {
        opacity: 1;
        -ms-transform: translateX(0);
    }

    20% {
        opacity: 0;
        -ms-transform: translateX(0);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    5% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    17% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.ourPrinciplesArea {
    padding: 100px 0;
}

.innerOurPrinciples {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

    .innerOurPrinciples .principleHeaderTxt {
        flex: 0 0 30%;
        max-width: 30%;
        padding: 15px 30px 15px 15px;
    }

        .innerOurPrinciples .principleHeaderTxt h2 {
            font-weight: 600;
        }

    .innerOurPrinciples .principlesPoints {
        flex: 0 0 70%;
        max-width: 70%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -webkit-box-pack: justify;
        justify-content: space-between;
        position: relative;
    }

        .innerOurPrinciples .principlesPoints::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 120px;
            background: #9935a0;
            display: block;
            right: 0;
            top: 0;
            z-index: -1;
        }

        .innerOurPrinciples .principlesPoints .principleBox {
            flex: 0 0 22%;
            max-width: 22%;
            padding: 16px;
            margin: 45px 10px 10px;
            background: #fff;
            box-shadow: 1px 1px 5px #e6e6e6;
            border-radius: 5px;
        }

            .innerOurPrinciples .principlesPoints .principleBox img {
                margin-bottom: 15px;
            }

.ourProcessArea {
    background: #f4c22a;
    padding: 100px 0;
}

.innerOurProcess {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
}

.ourProcessPoints {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ourProcessHeader {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 16px 40px;
}

.ourProcessPoints .processBox {
    flex: 0 0 30%;
    max-width: 30%;
    margin-bottom: 15px;
}

    .ourProcessPoints .processBox img {
        margin-bottom: 15px;
    }

    .ourProcessPoints .processBox .title {
        font-weight: 600;
    }

.ourProcessHeader h2 {
    font-weight: 600;
}

.mob-app-section {
    padding-bottom: 40px;
}



.box-icon {
    padding: 20px 0;
}

.box-body {
    text-align: justify;
}

@media (max-width: 1280px) {
    .innerAboutContent {
        width: 80%;
    }

    .innerOurPrinciples .principlesPoints {
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        justify-content: center;
    }

        .innerOurPrinciples .principlesPoints .principleBox {
            flex: 0 0 45%;
            max-width: 45%;
        }
}

@media (max-width: 768px) {
    .innerAboutUs {
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -webkit-box-orient: vertical;
    }

        .innerAboutUs .aboutContent {
            width: 100%;
            padding: 50px 15px;
        }

    .innerAboutContent {
        width: 100%;
    }

    .ourPrinciplesArea,
    .ourProcessArea {
        padding: 50px 0;
    }

    .innerOurPrinciples {
        flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
    }

        .innerAboutUs .aboutContent,
        .innerAboutUs .aboutImg,
        .innerOurPrinciples .principleHeaderTxt,
        .innerOurPrinciples .principlesPoints {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .innerOurPrinciples .principleHeaderTxt {
            padding: 15px 0;
        }

    .ourProcessPoints .processBox {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .ourProcessHeader {
        padding: 0 0 40px;
    }

    .ourProcessPoints {
        padding: 0;
    }

    .innerOurPrinciples .principlesPoints .principleBox {
        flex: 0 0 90%;
        max-width: 90%;
    }

    .ourProcessPoints .processBox {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .innerOurPrinciples .principlesPoints .principleBox {
        flex: 0 0 90%;
        max-width: 90%;
    }

    .ourProcessPoints .processBox {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.login-form-main {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

.main-contact-form {
    padding: 100px 0;
}

@media (max-width: 1024px) {
    .login-form-main {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (max-width: 400px) {
    .contact {
        padding: 10px;
    }
}

.contactaddresssection {
    padding: 21px 15px 7px 40px;
    box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px, rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
}

#float {
    position: fixed;
    bottom: 40px;
    right: 40px;
    border-radius: 50px;
    box-shadow: 2px 2px 3px #000;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.main-logo-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 180, 0, 0.3);
    background: rgba(255, 180, 0, 0.005);
    text-align: center;
    border-radius: 20px;
    gap:1rem;
    padding: 3rem 5px;
}

    .main-logo-section .img-logo-icon {
        flex: 0 0 18%;
        max-width: 18%;
        display: block;
        border: 1px solid rgba(255, 180, 0, 0.125);
        padding: 10px;
        transition: all 0.6s ease-in-out;
        border-radius: 20px;
    }

        .main-logo-section .img-logo-icon img {
            width: 90px;
            height: 90px;
            margin: auto;
            cursor: pointer;
            opacity: 0.45;
            -webkit-transition: all 0.6s ease-in-out;
            transition: all 0.6s ease-in-out;
            animation: autochange 10s linear infinite;
        }
.img-logo-icon:hover {
    border: 1px solid rgba(255, 180, 0, 0.5);
}
    .img-logo-icon:hover.img-logo-icon img {
        filter: none;
        opacity: 1;
    }

    .main-logo-section .img-logo-icon img:hover {
        filter: none;
        opacity: 1;
    }

        .main-logo-section .img-logo-icon .view-all-section a svg {
            font-size: 25px;
            color: #852b8d;
        }

        .main-logo-section .img-logo-icon .view-all-section h5 {
            color: #852b8d;
            font-weight: 600;
        }

        .main-logo-section .img-logo-icon .view-all-section img {
            opacity: 1;
        }

@media (max-width: 991px) {
    .main-logo-section {
        display: flex;
        flex-wrap: wrap;
    }

        .main-logo-section .img-logo-icon {
            flex: 0 0 25%;
            max-width: 25%;
        }
}

@media (max-width: 767px) {
    .main-logo-section {
        display: flex;
        flex-wrap: wrap;
    }

        .main-logo-section .img-logo-icon {
            flex: 0 0 33.33%;
            max-width: 33.33%;
        }
}

@media (max-width: 600px) {
    .main-logo-section {
        display: flex;
        flex-wrap: wrap;
    }

        .main-logo-section .img-logo-icon {
            flex: 0 0 20%;
            max-width: 20%;
            padding:2px;
        }
            .main-logo-section .img-logo-icon img {
                width: 100%;
                height: auto;
                margin: auto;
                cursor: pointer;
                opacity: 0.85;
                -webkit-transition: all 0.6s ease-in-out;
                transition: all 0.6s ease-in-out;
                animation: autochange 10s linear infinite;
            }

}

.main-clientele-container {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding-bottom: 50px;
}

.main-clientele-box {
    flex: 0 0 25%;
    max-width: 25%;
    border-bottom: 1px solid #adadad;
    position: relative;
    transition: 1s;
}

    .main-clientele-box:hover {
        -webkit-transform: scale(1.2);
    }

    .main-clientele-box::after {
        content: "";
        background: #adadad;
        position: absolute;
        height: 100%;
        width: 1px;
        left: 0;
    }

    .main-clientele-box img {
        width: 90px;
        height: auto;
        -webkit-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
        margin: 30px 0;
    }

@media (max-width: 991px) {
    .main-clientele-box {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media (max-width: 576px) {
    .main-clientele-box {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

#mobile-banner {
    display: none;
}

@media (max-width: 767px) {
    #desktop-banner {
        display: none;
    }

    #mobile-banner {
        display: block;
    }
}

.client-new-content {
    padding-top: 100px;
    padding-bottom: 50px;
}

.bg-box {
    position: relative;
    width: 600px;
    height: 500px;
    background: #f4c32d;
    margin: auto;
}

.content-box {
    position: absolute;
    width: 400px;
    padding: 20px;
    bottom: 175px;
    right: 0;
    background: #fff;
}

    .content-box p {
        font-size: 35px;
        font-weight: 600;
        text-align: right;
    }

.contact-us-box {
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.contact-address-box,
.contact-number-box {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 20px;
}

    .contact-address-box h1,
    .contact-number-box h1 {
        font-weight: 600;
        color: #353535;
    }

.contact-address-box-2 {
    display: flex;
    justify-content: space-between;
}

    .contact-address-box-2 p {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 300;
        color: #5f5f5f;
        text-decoration: none;
        cursor: text;
        padding-left: 15px;
    }

.contact-number-box p {
    font-size: 16px;
    font-weight: 300;
    color: #5f5f5f;
}

.iconwithus a {
    padding-left: 15px;
}

.contact-us-details {
    padding-top: 50px;
}

@media (max-width: 767px) {
    .contact-us-box {
        flex-direction: column;
    }

    .contact-number-box {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contact-address-box {
        flex: 0 0 100%;
        max-width: 100%;
    }

        .contact-address-box h1,
        .contact-number-box h1 {
            font-size: 25px;
        }

    .contact-us-details {
        padding-top: 5px;
    }

    .bg-box {
        position: relative;
        width: 500px;
        height: 400px;
        background: #f4c32d;
        margin: auto;
    }

    .content-box {
        position: absolute;
        width: 400px;
        padding: 15px;
        bottom: 124px;
        right: -60px;
        background: #fff;
    }

        .content-box p {
            font-size: 30px;
        }
}

@media (max-width: 576px) {
    .bg-box {
        position: relative;
        width: 350px;
        height: 250px;
        background: #f4c32d;
        margin: auto;
    }

    .content-box {
        position: absolute;
        width: 200px;
        padding: 10px;
        bottom: 12px;
        right: 0;
        background: #fff;
    }

        .content-box p {
            font-size: 16px;
        }

    .client-new-content {
        padding-top: 10px;
        padding-bottom: 50px;
    }
}

.more-info-section {
    padding-top: 500px;
}

.more-inner-content {
    display: flex;
    justify-content: space-around;
    background-color: #38383a;
    background-color: #fff;
    color: #fff;
    color: #000;
}

.moreLeft {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 40px;
}

    .moreLeft p {
        text-align: justify;
    }

        .moreLeft p span {
            color: #ffb400;
        }

.moreRight {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 40px;
    background: #ffb400;
}

    .moreRight h3 {
        position: relative;
        font-size: 35px;
        padding-bottom: 15px;
        color: #fff;
        color: #000;
        font-weight: 600;
    }

    .moreRight h6 {
        color: #fff;
        color: #000;
        font-size: 20px;
        padding-top: 15px;
    }

.moreRight-things {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 25px 0;
}

.moreRight-img {
    flex: 0 0 10%;
    min-width: 10%;
}

.moreRightpara {
    flex: 0 0 90%;
    min-width: 90%;
}

.inner-check {
    display: flex;
}

.inner-check-icon {
    flex: 0 0 5%;
    min-width: 5%;
}

    .inner-check-icon svg {
        color: #ffb400;
    }

.inner-check-points {
    flex: 0 0 95%;
    min-width: 95%;
}

.hero-para {
    padding-top: 100px;
}

    .hero-para h2 {
        font-weight: 600;
        text-align: center;
        font-size: 25px;
    }

@media (max-width: 1024px) {
    .more-inner-content {
        flex-direction: column-reverse;
    }

    .moreRight {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 50px;
    }

    .moreLeft {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 50px;
    }

    .moreRight h3 {
        padding-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .moreRight {
        padding: 40px;
    }

    .moreLeft {
        padding: 40px;
    }

    .moreRight h3 {
        font-size: 30px;
        padding-bottom: 5px;
    }

    .moreRight h6 {
        font-size: 17px;
        padding-top: 5px;
    }

    .inner-check-icon {
        flex: 0 0 10%;
        min-width: 10%;
    }

    .inner-check-points {
        flex: 0 0 90%;
        min-width: 90%;
    }
}

@media (max-width: 576px) {
    .moreRight-img {
        flex: 0 0 15%;
        min-width: 15%;
    }

    .moreRightpara {
        flex: 0 0 85%;
        min-width: 85%;
    }

    .moreRight h3 {
        font-size: 25px;
    }

    .moreRight h6 {
        font-size: 15px;
    }
}

@media (max-width: 425px) {
    .inner-check-icon {
        flex: 0 0 15%;
        min-width: 15%;
    }

    .inner-check-points {
        flex: 0 0 85%;
        min-width: 85%;
    }

    .moreRight h3 {
        font-size: 20px;
    }

    .moreRight h6 {
        font-size: 12px;
    }

    .more-info-section {
        padding-top: 100px;
    }

    .moreLeft p {
        font-size: 15px;
    }

    .moreRight-img {
        flex: 0 0 15%;
        min-width: 15%;
    }

    .moreRightpara {
        flex: 0 0 85%;
        min-width: 85%;
    }
}

@media (max-width: 375px) {
    .moreRight-img {
        flex: 0 0 20%;
        min-width: 20%;
    }

    .moreRightpara {
        flex: 0 0 80%;
        min-width: 80%;
    }
}

/*.clienteleClients {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px 0 70px;
}*/
.clienteleClients {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 180, 0, 0.3);
    background: rgba(255, 180, 0, 0.005);
    text-align: center;
    border-radius: 20px;
    gap: 1rem;
    padding: 3rem 5px;
}

    .clienteleClients img {
        flex: 0 0 10%;
        max-width: 10%;
        padding: 30px;
        border: 1px solid rgba(255, 180, 0, 0.3);
        border-collapse: collapse;
        border-radius:24px;
    }

@media (max-width: 1690px) {
    .clienteleClients img {
        flex: 0 0 15%;
        max-width: 15%;
    }
}

@media (max-width: 991px) {
    .clienteleClients img {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 767px) {
    .clienteleClients img {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 576px) {
    .clienteleClients img {
        flex: 0 0 28%;
        max-width: 28%;
    }

    .clienteleClients {
        padding: 10px 0 55px;
    }
}

@media (max-width: 480px) {
    .clienteleClients img {
        flex: 0 0 28%;
        max-width: 28%;
    }
}

.service-item {
}

@media (max-width: 540px) {
    .service-item {
        margin-bottom: 1rem;
    }
}

.service-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 15px;
    border-radius: 4px;
    /*border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    background: rgb(128,35,136);
    background: linear-gradient(313deg, rgba(128,35,136,1) 0%, rgba(204,156,40,1) 100%);
    padding: 0.25rem;
    transition: 1.5s ease-in-out;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.5);*/
    overflow: hidden;
}

    .service-image img {
        border-radius: 100% 100% 0% 100% / 100% 100% 0% 100%;
    }
/*.service-image:hover {
        transform: scale(1.01);
        transition: 0.5s ease-in-out;
        background: radial-gradient(circle, rgba(133,43,130,1) 6%, rgba(188,130,61,1) 37%, rgba(128,35,136,1) 93%, rgba(204,156,40,1) 100%);
    }*/

.service-title {
    font-size: 1.2rem;
    margin-bottom: 10px;
    padding: 0 0.25rem;
}

.service-intro {
    font-size: 0.9rem;
    margin-bottom: 15px;
    padding: 0 0.25rem;
}

.service-link {
    display: inline-block;
    padding: 5px 15px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

    .service-link:hover {
        background-color: #0056b3;
    }

.main-services .titles {
    padding: 0 20%;
    color: #000;
}

.main-services figure {
    display: inline-block;
    margin-bottom: 0;
}

    .main-services figure img {
        height: 60px;
        display: inline-block;
    }

.main-services article {
    width: 100%;
    float: left;
    margin-bottom: 50px;
    color: #000;
    position: relative;
    padding: 0 30px;
}

    .main-services article span {
        display: block;
        font-weight: 700;
        font-size: 40px;
        opacity: 0.1;
    }

    .main-services article h4 {
        display: block;
        margin-top: -25px;
        font-weight: 600;
        font-size: 18px;
    }

.text-yellow {
    color: #edb121;
}

.text-black {
    color: black !important;
}

.fw-bold {
    font-weight: 550 !important;
}
/*.service-item{
    border:1px solid transparent;
    padding:0.5rem 0.5rem;
}
.service-item:hover{
    border:1px solid #edb121;
    border-radius:1rem;
}*/
.carousel-indicators {
    margin-top: 20px;
}

    .carousel-indicators button,
    .carousel-indicators li {
        background-color: #888;
        border: none;
        width: 20px;
        height: 8px;
        border-radius: 4px;
        margin: 5px;
        transition: background-color 0.3s ease, transform 0.3s ease;
    }

    .carousel-indicators .active {
        background-color: #f1c40f;
        width: 20px;
        height: 8px;
    }

    .carousel-indicators button:hover {
        background-color: #f39c12;
    }

.carousel-indicators {
}

/*.bg-purple {
    background-color: #802288;
}*/
.stat-item {
    border: 1px solid #f3f3f3;
}

    .stat-item:hover {
        border: 1px solid #cecece;
    }

#request-app-development .form-label {
    font-weight: 100;
}

.icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0, 0.019);
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.input-group-text {
    border-radius: 0 !important;
}

input[type="email"],
input[type="text"] {
    border-color: #d1be9e;
    line-height: 45px !important;
}

.form-control:focus {
    border-color: #edb121;
    box-shadow: 0 0 5px rgba(243, 156, 18, 0.5);
}

    .form-control:focus + .form-icon {
        color: #edb121 !important;
    }
.automation {
    background: rgba(255, 180, 0, 0.5);
    border-radius: 20px;
    border: 2px solid rgb(153, 53, 160,0.1);
    box-shadow: 0 10px 15px rgb(153, 53, 160,0.15);
}
    .automation img {
        top: auto;
        filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.5)); /* Offset-X, Offset-Y, Blur-Radius, Color */
        margin-top:-70px !important;
    }

    .d-radius{
        border-radius:0 50px 0; 
    }
    .bg-yellow{
        background-color:#f4c32d;
    }
    .product-card{
        border-radius:8px;
    }
.custom-dropdown {
    border: none;
    border-radius: 12px;
    padding: 20px 10px !important;
    min-width: 220px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

    .custom-dropdown .dropdown-item {
        padding: 12px 8px;
        font-weight: 500;
        font-size: 15px;
        margin:5px auto !important;
        color: #333;
        border-radius: 8px;
        transition: all 0.25s ease;
    }

        .custom-dropdown .dropdown-item:hover {
            background:transparent !important;
            /*color: #fff;*/
            transform: translateX(5px);
        }

.nav-item.dropdown:hover .custom-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: block;
}
.dropdown-toggle::after{
    display:none !important;
}