@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
:root {
    --primary-color: #0053c1;
    --secondary-color: #808080;
    --dark-color: #000;
    --roboto: 'roboto', sans-serif;
    --poppins: 'Poppins', sans-serif;
    --josefin: 'Josefin Sans', sans-serif
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--poppins)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 !important;
    font-family: var(--roboto)
}

a {
    color: var(--dark-color);
    text-decoration: none;
    font-size: 14px
}

a:hover {
    text-decoration: none
}

p {
    font-size: 14px;
    padding: 0 !important;
    margin: 0 !important;
    color: var(--dark-color)
}

ul {
    margin: 0 !important;
    padding: 0 !important
}

li {
    list-style: none !important;
    font-size: 14px
}

#back2Top {
    width: 42px;
    height: 38px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999991;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 38px;
    right: 0;
    background: var(--secondary-color);
    color: #fff !important;
    text-align: center;
    font-size: 30px;
    text-decoration: none
}

#back2Top:hover {
    background: #ccc;
    color: var(--primary-color) !important
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
    background: #0053c1
}

.border-none {
    border: none !important
}

.mr-auto {
    margin: 0 auto
}

.section-padding {
    padding: 60px 0
}

.single-sec-pt {
    padding-top: 60px
}

.single-sec-pb {
    padding-bottom: 60px
}

.global-sec-title {
    padding: 0 0 30px 0
}

.global-sec-title .gst-heading {
    font-size: 42px;
    font-weight: 900;
    color: var(--dark-color);
    font-family: var(--roboto);
    padding: 0 0 5px 0 !important;
    position: relative;
    margin: 0 0 10px 0 !important;
    text-transform: capitalize
}

.global-sec-title .gst-heading::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 4px;
    background: var(--dark-color)
}

.global-sec-title p {
    font-size: 18px;
    line-height: 22px
}

header {
    position: absolute;
    left: 0;
    padding: 5px 15px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    top: 0;
    z-index: 1
}

nav {
    display: flex;
    align-items: center
}

.desktop-nav ul li {
    display: inline-block;
    margin: 0 10px;
    padding: 1px 0 0 0
}

.desktop-nav ul li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase
}

.nav-toggle {
    margin-left: 20px
}

.nav-toggle img {
    width: 20px
}

.slide-menu-wrap {
    float: left;
    overflow: hidden
}

.slide-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 325px;
    height: 100%;
    background: #fff;
    z-index: 99;
    box-shadow: 0 0 10px;
    padding: 15px;
    visibility: hidden;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transition: .45s;
    -webkit-transition: .45s;
    -moz-transition: .45s;
    -ms-transition: .45s;
    -o-transition: .45s;
    overflow-y: scroll;
    z-index: 1100
}

.nav-toggle-close {
    position: absolute;
    right: 10px;
    top: 10px
}

.nav-toggle-close img {
    width: 28px
}

.show-slide {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    visibility: visible
}

#slideMenuTab {
    margin-top: 30px !important;
    border: 0
}

#slideMenuTab li {
    display: inline-block !important
}

.slide-menu .nav-tabs .nav-link {
    padding: 5px 10px !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    line-height: 16px;
    background: #e4e4e4;
    border-bottom: 0;
    border: 0;
    color: var(--dark-color)
}

.slide-menu .nav-tabs .nav-link:hover {
    color: #fff;
    background-color: #0053c1 !important
}

.slide-menu .nav-tabs .nav-item.show .nav-link,
.slide-menu .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #0053c1 !important;
    border: 0
}

.slide-menu .tab-content {
    margin: 15px 0 0 0
}

.slide-menu .tab-content ul {
    margin-left: 15px !important
}

.slide-menu .tab-content ul li a {
    display: inline-block;
    transition: .25s;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s
}

.slide-menu .tab-content ul li a:hover {
    color: var(--dark-color);
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px)
}

.slide-menu .menu-title {
    font-size: 16px;
    border-bottom: 1px solid #eaeaea;
    margin-top: 30px !important;
    padding: 0 0 7px 0;
    font-weight: 600;
    margin-bottom: 15px !important
}

.slide-menu-contact {
    padding: 30px 0 10px
}

.slide-menu-contact .slide-menu-mobile {
    font-size: 20px
}

.slide-menu-contact .slide-menu-mobile:hover {
    color: var(--dark-color)
}

.slide-menu-contact .slide-menu-mobile img {
    width: 22px;
    margin-top: -6px;
    margin-right: 7px
}

.slide-menu-contact ul li {
    margin: 0 0 5px 0 !important
}

.slide-menu-primary ul li {
    display: inline-block;
    margin: 0 10px 0 0
}

.slide-menu-primary ul li:first-child {
    padding-left: 50px;
    position: relative
}

.slide-menu-primary ul li:first-child::before {
    content: "";
    width: 43px;
    height: 1px;
    background: var(--dark-color);
    position: absolute;
    left: 0;
    bottom: 8px
}

.slide-menu-primary ul li a {
    font-size: 13px;
    text-transform: uppercase
}

.slide-menu-primary ul li a:hover {
    color: var(--dark-color)
}

.home-banner {
    background: url('../img/header-bg.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 690px;
    position: relative;
    overflow: hidden
}

.home-banner-wrap {
    width: 100%;
    height: 100%;
    padding: 90px 0 0 0
}

.digital-content {
    width: 100%;
    padding-top: 90px
}

.digital-head {
    font-size: 12.4vw;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    font-family: var(--poppins);
    font-weight: 600;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    text-align: left
}

.marketing-head {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 5vw;
    line-height: 1;
    font-family: var(--poppins);
    position: relative;
    bottom: 20px;
    text-shadow: 2px 2px #261c5b;
    float: right
}

.swipe-desc {
    color: #fff;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 1.84vw;
    line-height: 1;
    font-family: var(--poppins);
    position: relative;
    bottom: 16px;
    float: right
}

.mobile-function-wrap {
    position: relative;
    width: 468px;
    height: 520px;
    float: right
}

.mobile-circle-bg {
    display: flex;
    align-items: center
}

.mobile-case {
    position: absolute;
    top: -26px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 264px;
    overflow: hidden
}

.mobile-screen-wrap {
    width: 236px;
    height: 497px;
    margin: 0 auto;
    background: url(../img/mobile-wallpaper.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 13px;
    left: 1px;
    right: 0;
    border-radius: 27px;
    overflow: hidden
}

.screen-header {
    display: flex;
    justify-content: space-between
}

.screen-header .screen-header-item ul {
    line-height: 1;
    padding-top: 2px !important
}

.screen-header .screen-header-item ul li {
    color: #000;
    font-size: 9px;
    font-weight: 600;
    display: inline-block;
    font-family: var(--poppins)
}

.screen-timedate h4 {
    font-family: var(--poppins);
    font-size: 26px;
    font-weight: 600;
    line-height: 1
}

.screen-timedate p {
    font-family: var(--poppins);
    font-size: 12px
}

.lock-screen {
    padding-top: 100px
}

.lock-screen-bottom {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 7px;
    padding: 0 7px;
    left: 0;
    right: 0
}

.lsb-item {
    position: relative
}

.lsb-unlock {
    background: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 0px 9px;
    height: 30px;
    min-width: 30px
}

#unlockbtn {
    background: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 18px 14px;
    height: 30px;
    min-width: 30px;
    position: relative;
    overflow: hidden;
    z-index: 0
}

#unlockbtn::before {
    content: '';
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: #399953;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(#399953, #399953), linear-gradient(#fbb300, #fbb300), linear-gradient(#d53e33, #d53e33), linear-gradient(#377af5, #377af5);
    animation: rotate 4s linear infinite
}

#unlockbtn::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 3px;
    top: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background: white;
    border-radius: 30px
}

@keyframes rotate {
    100% {
        transform: rotate(1turn)
    }
}

.lsb-unlock img {
    width: 12px
}

.lsb-unlock .unlockimg {
    -webkit-animation: bounce-left 0.8s 3s infinite backwards;
    animation: bounce-left 0.8s 3s infinite backwards
}

@keyframes bounce-left {
    0% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1
    }
    24% {
        opacity: 1
    }
    40% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    65% {
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    82% {
        -webkit-transform: translateX(0px);
        transform: translateX(-6.5px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    93% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    25%,
    55%,
    75%,
    87%,
    98% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }
}

.lsb-unlock p {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    font-family: var(--poppins);
    padding-left: 5px !important
}

.home-screen {
    padding: 10px 7px 0 7px;
    display: none
}

.app-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.app-wrap .app-item {
    width: 30%
}

.app-wrap .app-item .app-item-box {
    background: #fff;
    box-shadow: 0px 0px 5px 0px #c55153;
    padding: 3px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 64px
}

.app-wrap .app-item a:hover {
    color: #000
}

.app-wrap .app-item img {
    width: 64px
}

.app-wrap .app-item h6 {
    font-size: 11px;
    text-align: center;
    line-height: 1;
    padding: 5px 0 10px 0 !important;
    font-family: var(--poppins);
    font-weight: 600
}

.home-screen-bottom {
    position: relative;
    top: 27px;
    display: flex;
    justify-content: space-between;
    left: 0;
    width: 100%;
    padding: 0 5px
}

.home-screen-bottom .hsb-item-inner {
    background: #b74445;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center
}

.service-screen-wrap {
    background: #e6e6e6;
    display: none
}

.service-screen-wrap .screen-header {
    background: #00000021;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 2px 0;
    z-index: 1;
    position: relative
}

.service-screen-wrap .screen-header .screen-header-item ul li {
    color: #fff
}

.ssw-breadcrumb {
    background: linear-gradient( 91deg, #261c5b, #F071C3);
    padding: 50px 0 7px 0;
    width: 100%;
    z-index: 0;
    margin-top: -20px
}

.ssw-title h5 {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: var(--poppins);
    margin-bottom: 15px !important
}

.ssw-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 7px
}

.ssw-menu-item img {
    width: 20px
}

.ssw-menu-item .ssw-menu-tab li {
    display: inline-block
}

.ssw-menu-item .ssw-menu-tab li a {
    background: #fde40b;
    border-radius: 30px;
    padding: 3px 5px;
    font-size: 11px;
    color: #000;
    font-weight: 600;
    font-family: var(--poppins)
}

.ssw-banner {
    padding: 5px
}

.ssw-feature-wrap {
    padding: 0 5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.ssw-feature-item {
    background: #fff;
    width: 47%;
    flex: 47% 0 0;
    margin: 0 3px 7px 0;
    text-align: center;
    padding: 7px;
    border-radius: 5px
}

.sswf-item-icon {
    border-radius: 50%;
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    margin: 0 auto
}

.sswf-item-icon img {
    width: 40px
}

.ssw-feature-item h6 {
    font-family: var(--poppins);
    font-size: 12px;
    font-weight: 600
}

.ssw-icon-01 {
    background: #baf4f6
}

.ssw-icon-02 {
    background: #ffe2b6
}

.ssw-icon-03 {
    background: #b9ffca
}

.ssw-icon-04 {
    background: #ffc9cb
}

.ssw-usp {
    padding: 3px 7px 0 7px
}

.ssw-usp ul {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.ssw-usp ul li {
    width: 20%
}

.ssw-usp ul li a {
    background: #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    text-align: center;
    display: inline-block;
    line-height: 44px;
    cursor: initial
}

.ssw-usp ul li p {
    text-align: center;
    font-size: 11px;
    font-family: var(--poppins);
    font-weight: 500
}

.ssw-footer-menu {
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    background: #fff;
    border-top: 1px solid #d2d2d2;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 24px
}

.ssw-footer-item i {
    font-size: 12px;
    color: #262626
}

.payment-gateway {
    background: url(../img/dark-cloud-bg.jpg);
    background-size: cover;
    width: 100%;
    height: 600px;
    background-position: center;
    padding: 100px 0
}

.payment-get-title {
    text-align: right;
    position: relative;
    margin-bottom: 30px
}

.payment-get-title h3 {
    font-size: 42px;
    font-weight: 900;
    color: #fff;
    font-family: var(--roboto);
    padding: 0 0 5px 0 !important;
    position: relative;
    margin: 0 0 10px 0 !important;
    text-transform: capitalize
}

.payment-get-title h3::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 4px;
    background: #fff
}

.payment-get-title p {
    font-size: 16px;
    line-height: 18px;
    color: #fff
}

.payment-screen {
    margin-top: -130px
}

.gateway-key-featured {
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 3px;
    margin: 15px 0;
    transition: .25s;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    min-height: 100px;
    background: #fff !important
}

.gateway-key-featured.gkf-1 {
    background: #790c0c
}

.gateway-key-featured.gkf-2 {
    background: #268200
}

.gateway-key-featured.gkf-3 {
    background: #03a9f4
}

.gateway-key-featured.gkf-4 {
    background: #009688
}

.gateway-key-featured.gkf-5 {
    background: #3c2d28
}

.gateway-key-featured h4 {
    color: #000;
    font-size: 16px;
    padding: 0 0 10px 0;
    font-weight: 900;
    text-transform: uppercase
}

.gateway-key-featured p {
    line-height: 16px;
    color: #000;
    font-size: 13px
}

.getway-apply {
    font-size: 18px;
    color: #fff;
    transition: .25s;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    display: inline-block
}

.getway-apply:hover {
    color: var(--primary-color);
    transform: translateX(7px);
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -o-transform: translateX(7px)
}

.home-about-sec {
    padding: 0px 0 180px 0
}

.home-about-item {
    text-align: center
}

.home-about-sec h3 {
    font-family: var(--roboto);
    font-weight: 900;
    font-size: 26px;
    margin-top: 15px !important;
    color: var(--dark-color)
}

.home-about-sec h4 {
    font-family: var(--roboto);
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px !important
}

.home-about-sec p {
    padding: 0 15px 10px 15px !important
}

.home-about-sec a {
    transition: .25s;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    display: block;
    width: 120px;
    margin: 0 auto
}

.home-about-sec a:hover {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    color: var(--dark-color)
}

.home-service-sec {
    background: #f3f8ff;
    width: 100%;
    min-height: 600px
}

.home-service-wrap {
    position: relative;
    top: -100px;
    z-index: 0
}

.home-service-wrap::before {
    content: "";
    position: absolute;
    right: -36px;
    top: -28px;
    background: #e2eeff;
    width: 470px;
    height: 340px
}

.home-service-wrap::after {
    content: "";
    position: absolute;
    left: -40px;
    bottom: -14px;
    background: #e2eeff;
    width: 300px;
    height: 420px;
    z-index: -1
}

.home-service-why {
    background: #fff;
    height: calc(100% - 10px);
    padding: 30px 15px 15px 15px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 30%)
}

.home-service-why h3 {
    font-weight: 600
}

.home-service-why ul li {
    font-size: 14px
}

.home-service-why ul li i {
    font-size: 9px
}

.home-service-content {
    background: #fff;
    height: calc(100% - 10px);
    padding: 0
}

.home-service-content h3 {
    color: var(--dark-color);
    font-size: 24x;
    line-height: 26px
}

.home-service-content p {
    color: var(--dark-color)
}

.service-col {
    padding: 0 10px 0 0 !important
}

.home-service-item {
    width: 100%;
    height: 425px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin: 0 0 10px 0;
    padding: 0px;
    background: #fff;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 30%)
}

.hsi-body {
    position: relative;
    padding: 0 15px;
    margin-top: -20px
}

.hsi-body h4 {
    color: #262626;
    text-align: right;
    font-weight: 900;
    padding-bottom: 2px;
    font-family: var(--roboto)
}

.hsi-body h5 {
    color: var(--dark-color);
    text-transform: uppercase;
    font-family: var(--josefin);
    font-weight: 400;
    font-size: 14px;
    text-align: right
}

.hsi-body p {
    margin-top: 15px !important;
    text-align: right
}

.hsi-body ul {
    margin: 15px 0 0 0 !important
}

.hsi-body ul li {
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: baseline
}

.hsi-body ul li i {
    padding-right: 7px;
    font-size: 9px
}

.company-reg-service {
    width: 100%;
    height: 246px
}

.company-reg-service .hsi-body {
    padding: 15px;
    margin: 0
}

.design-vector {
    position: absolute;
    right: 0;
    bottom: 0
}

.building {
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.leaves-vector {
    position: absolute;
    right: 10px;
    bottom: 10px;
    max-width: 47%
}

.web-tech-logo {
    margin-top: 40px
}

.after-service-sec {
    background: #fff;
    padding: 120px 0 60px 0
}

.after-service-title h3 {
    font-size: 42px;
    font-weight: 900;
    color: var(--dark-color);
    font-family: var(--roboto);
    padding: 0 0 5px 0 !important;
    position: relative;
    margin: 0 0 10px 0 !important;
    text-transform: capitalize
}

.after-service-title h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 4px;
    background: var(--dark-color)
}

.after-service-title p {
    font-size: 18px;
    line-height: 20px
}

.ass-content {
    padding: 30px 0
}

.ass-content p {
    padding-bottom: 15px !important
}

.ass-content ul {
    margin: 0 0 0 30px !important
}

.ass-content ul li {
    list-style: disc !important;
    font-size: 14px
}

.home-contact-form {
    background: url('../img/mouse-key-bg1.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 480px;
    padding: 60px 0 120px 0
}

.hcf-title {
    text-align: right;
    position: relative;
    margin-bottom: 30px
}

.hcf-title h3 {
    font-size: 42px;
    font-weight: 900;
    color: var(--dark-color);
    font-family: var(--roboto);
    padding: 0 0 5px 0 !important;
    position: relative;
    margin: 0 0 10px 0 !important;
    text-transform: capitalize
}

.hcf-title h3::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 4px;
    background: #000
}

.hcf-title p {
    font-size: 18px;
    line-height: 20px;
    color: var(--dark-color)
}

.hcf-form .col-group {
    display: flex;
    justify-content: space-between
}

.hcf-form .col-group .form-control {
    width: 49.5%
}

.hcf-form .form-control {
    background: transparent !important;
    color: var(--dark-color) !important;
    border: 0 !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    margin-bottom: 15px !important
}

.hcf-form .form-control::placeholder {
    color: var(--dark-color) !important
}

.hcf-form .form-control:focus {
    outline: 0 !important;
    box-shadow: none !important
}

.hcf-form button {
    color: var(--dark-color);
    border: 1px solid var(--dark-color);
    padding: 7px 26px;
    background: transparent;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    float: right
}

.stats {
    padding: 60px 0
}

.stats-container {
    background-size: cover;
    background-position: center;
    width: 90%;
    margin: 0px auto 0 auto;
    min-height: 250px;
    position: relative;
    border-radius: 4px;
    background-attachment: fixed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.stats-title {
    position: relative;
    text-align: center
}

.stats-title h3 {
    font-size: 42px;
    font-weight: 900;
    color: var(--dark-color);
    font-family: var(--roboto);
    padding: 0 0 5px 0 !important;
    position: relative;
    margin: 0 0 10px 0 !important;
    text-transform: capitalize
}

.stats-title h3::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 100px;
    height: 4px;
    background: var(--dark-color)
}

.stats-title p {
    font-size: 18px;
    line-height: 20px
}

.stats-wrap {
    position: relative;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.stats-item {
    width: 33.33%;
    text-align: center
}

.stats-item img {
    width: 48px
}

.stats-item .counter {
    color: #0053c1;
    font-size: 64px;
    font-weight: 900
}

.stats-item h4 {
    color: var(--dark-color);
    text-transform: uppercase;
    font-size: 16px
}

.stats-item h5 {
    color: var(--dark-color);
    text-transform: uppercase;
    font-size: 12px
}

.client-logo-sec {
    padding: 60px 0
}

.client-logo-title {
    width: 70%;
    margin: 0 auto
}

.client-logo-title h3 {
    font-size: 42px;
    font-weight: 900;
    color: var(--dark-color);
    font-family: var(--roboto);
    padding: 0 0 7px 0 !important;
    position: relative;
    margin: 0 0 24px 0 !important
}

.client-logo-title h3::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 100px;
    height: 4px;
    background: var(--dark-color)
}

.client-logo-title p {
    font-size: 18px;
    line-height: 20px;
    color: var(--dark-color)
}

.client-logo-owl img {
    filter: grayscale(100);
    -webkit-filter: grayscale(100);
    opacity: 0.35;
    transition: .25s;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s
}

.client-logo-owl img:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    opacity: 1
}

.testimonial-sec {
    position: relative;
    padding: 60px 0;
    min-height: 520px
}

.testimonial-img {
    background: url(../img/testimonial-bg-01.jpg);
    background-size: cover;
    width: 70%;
    height: 520px;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0
}

.testimonial-item-wrap {
    background: linear-gradient(45deg, #0053c1, #002c66);
    padding: 15px;
    width: 620px;
    position: absolute;
    left: 44%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    top: 120px
}

.testimonial-item-inner {
    border: 1px solid #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    width: 100%;
    height: 100%;
    padding: 15px
}

.testimonila-title h3 {
    color: #fff;
    font-size: 42px;
    font-weight: 900;
    font-family: var(--roboto);
    padding: 0 0 5px 0 !important;
    position: relative;
    margin: 0 0 10px 0 !important;
    text-transform: capitalize
}

.testimonila-title h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 4px;
    background: #fff
}

.testimonila-title img {
    width: 40px;
    float: right;
    margin-top: -38px
}

.testimonial-owl {
    padding: 30px 0 0 0
}

.testimonial-item h5 {
    color: #fff;
    margin: 0 0 10px 0 !important;
    font-size: 16px
}

.testimonial-item p {
    color: #fff
}

.testimonial-item h6 {
    color: #fff;
    padding: 10px 0 0 0 !important
}

.footer-usp {
    background: #f9f9f9;
    padding: 60px 0 130px 0;
    margin-top: 60px
}

.f-usp-item-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.f-usp-item {
    border-right: 1px solid #ccc;
    width: 20%;
    flex: 20% 0 0;
    text-align: center
}

.f-usp-item:last-child {
    border: none !important
}

.f-usp-item img {
    width: 50px
}

.f-usp-item h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    padding: 10px 0 0 0
}

.f-usp-item h5 {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase
}

footer {
    background: #171717;
    padding: 60px 0 30px 0
}

.footer-col-title h4 {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    border-bottom: 1px solid #313131;
    padding: 0 0 7px 0
}

.footer-col ul {
    margin-top: 15px !important
}

.footer-col ul li a {
    color: #a5a5a5;
    transition: .25s;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    display: inline-block
}

.footer-col ul li a:hover {
    color: #fff;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px)
}

.footer-contact {
    background: #f5f5f5;
    padding: 15px;
    margin-top: -135px
}

.fc-desc {
    padding: 10px 0 0 0
}

.fc-social {
    border-bottom: 1px solid var(--primary-color);
    padding: 0 0 15px 0
}

.fc-social ul {
    margin-top: 15px !important
}

.fc-social ul li {
    display: inline-block;
    margin: 0 10px 0 0 !important
}

.fc-social ul li a i {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid var(--dark-color);
    color: var(--dark-color);
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 14px
}

.fc-social ul li a i:hover {
    background: linear-gradient(45deg, #0053c1, #002c66);
    color: #fff
}

.fc-details {
    margin-top: 15px
}

.fc-details-item {
    margin-bottom: 15px
}

.fc-details-item h4 {
    font-size: 14px;
    color: var(--dark-color);
    font-weight: bold
}

.fc-details-item ul li {
    display: inline-block
}

.fc-details-item ul li a:hover {
    color: var(--dark-color)
}

.footer-copyright {
    border-top: 1px solid #313131;
    text-align: center;
    margin: 30px 0 0 0;
    padding: 30px 0 0 0
}

.footer-copyright h4 {
    font-size: 16px;
    color: #a5a5a5
}

.footer-copyright p {
    color: #777;
    margin-bottom: 15px !important
}

.footer-copyright a {
    color: #777;
    transition: .25s;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s
}

.footer-copyright a:hover {
    color: #fff
}

.footer-certification {
    padding-top: 15px
}

.footer-certification ul li {
    display: inline-block;
    margin: 0 10px 15px 0;
    width: 150px;
    cursor: pointer
}

.footer-certification ul li img {
    width: 100%;
    filter: grayscale(100%)
}

.footer-certification ul li img:hover {
    filter: grayscale(0)
}

.fti-location {
    width: 20px
}

.global-breadcrumb {
    background: url(../img/header-bg.jpg);
    padding: 150px 0 60px 0;
    text-align: center;
    position: relative;
    overflow: hidden
}

.gb-content {
    width: 60%;
    margin: 0 auto;
    z-index: 111;
    position: relative
}

.gb-content h1 {
    color: #fff;
    font-weight: 900
}

.gb-content p {
    color: #fff
}

.gb-content ul {
    margin: 15px 0 0 0 !important
}

.gb-content ul li {
    display: inline-block;
    margin: 0 10px 0 0
}

.gb-content ul li a {
    border: 1px solid #fff;
    padding: 10px 10px;
    transition: .25s;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    color: #fff
}

.gb-content ul li i {
    color: #fff
}

.gb-content ul li a:hover {
    color: var(--primary-color);
    background: #fff
}

.gb-plant {
    position: absolute;
    bottom: -100px;
    left: 100px;
    max-width: 100%;
    z-index: 1
}

.leaf-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden
}

.leaf-item {
    position: absolute
}

.leaf-item-01 {
    top: -23px;
    right: 40px
}

.leaf-item-02 {
    top: 70px;
    right: 0px
}

.leaf-item-03 {
    top: 160px;
    right: 60px
}

.leaf-item-03 img {
    width: 40px
}

.leaf-item-04 {
    top: 201px;
    right: 4px
}

.leaf-item-04 img {
    width: 70px
}

.leaf-item-05 {
    bottom: -8px;
    right: 70px
}

.leaf-item-05 img {
    width: 84px
}

.leaf-item-06 {
    top: 90px;
    right: 110px
}

.leaf-item-06 img {
    width: 84px
}

.leaf-item-07 {
    top: 145px;
    right: 142px
}

.leaf-item-08 {
    top: 110px;
    right: 194px
}

.leaf-item-08 img {
    width: 84px
}

.leaf-item-09 {
    top: 42px;
    right: 200px
}

.leaf-item-09 img {
    width: 35px
}

.leaf-item-10 {
    bottom: 0;
    left: 380px
}

.leaf-item-10 img {
    width: 80px
}

.leaf-item-11 {
    top: 108px;
    right: 0;
    left: 0;
    display: none
}

.leaf-item-11 img {
    width: 100px
}

.leaf-item-12 {
    top: 60px;
    left: 80px
}

.leaf-item-12 img {
    width: 30px
}

.leaf-item-13 {
    top: 160px;
    left: 80px
}

.leaf-item-14 {
    top: 194px;
    left: 40px
}

.leaf-item-14 img {
    width: 90px
}

.leaf-item-15 {
    top: 94px;
    left: 0
}

.leaf-item-15 img {
    width: 114px
}

.leaf-item-16 {
    bottom: 0px;
    left: 0
}

.leaf-item-17 {
    top: 87px;
    left: 150px;
    z-index: 0
}

.leaf-item-18 {
    bottom: 43px;
    left: -23px
}

.leaf-item-18 img {
    width: 90px
}

.black-leaf-wrap img {
    width: 100% !important
}

.about-digmarkt {
    padding: 60px 0
}

.about-digimarkt-body ul {
    margin-top: 7px;
}

.about-digimarkt-body ul li {
    font-size: 14px
}

.about-digimarkt-body p {
    padding: 0 0 7px 0 !important
}

.about-digmarkt img {
    float: right
}
.service-list-under-service{
    /* margin-top: 15px !important; */
}
.service-list-under-service li{
    display: inline-block;
    margin: 12px 3px 12px 0;
}
.service-list-under-service li a {
    background: #e8f2ff;
    border-left: 3px solid #0053c1;
    padding: 10px;
    text-transform: uppercase;
    color: #0053c1;
    font-weight: 600;
}
.color-about-digmarkt{
    background: url(../img/header-bg.jpg);
    /* padding: 150px 0 60px 0; */
    position: relative;
    overflow: hidden;
}
.color-about-digmarkt .gst-heading{
    color: #fff;
}
.color-about-digmarkt .gst-heading::before{
    background: #fff;
}
.color-about-digmarkt p{
    color: #fff;
}
/* End */
.contact-banner-sec {
    background: url(../img/dark-cloud-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 60px 0 80px 0
}

.cbs-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.cbs-left {
    width: 60%
}

.cbs-left h3 {
    color: #fff;
    padding: 0 0 7px 0 !important
}

.cbs-left p {
    color: #fff;
    padding-bottom: 15px !important
}

.cbs-right {
    width: 30%
}

.cbs-right ul li {
    display: inline-block
}

.cbs-right ul li a {
    border: 1px solid #fff;
    color: #fff;
    padding: 12px 20px;
    transition: .25s;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s
}

.cbs-right ul li a:hover {
    background: #fff;
    color: var(--dark-color)
}

.cbs-right .fill-btn {
    background: #fff;
    color: var(--dark-color)
}
.cbs-right .fill-btn:hover {
    background: transparent;
    color: #fff
}

.digital-marketing-explain {
    padding: 60px 0 0 0
}

.digital-marketing-explain .global-sec-title {
    background: #fff;
    padding: 15px;
    text-align: right;
    margin-top: -110px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%)
}

.digital-marketing-explain .gst-heading {
    color: var(--dark-color)
}

.digital-marketing-explain .gst-heading::before {
    left: initial;
    right: 0;
    background: var(--dark-color)
}

.digital-marketing-explain .global-sec-title h4 {
    font-size: 20px;
    color: var(--dark-color)
}

.digital-marketing-explain .global-sec-title p {
    color: var(--dark-color) !important
}

.dme-body-wrap {
    padding: 60px 0 0 0
}

.dme-item {
    background: #e4efff;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 0 0 30px 0;
    min-height: 515px;
}
.dme-items{
    border: 1px solid #ccc;
    padding: 20px 20px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 0 0 30px 0;
    min-height: 360px;

}
.dme-items h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 16px 0 7px 0 !important;
}
.dme-items p{
    font-size: 16px;
}
.dme-items ul li a {
    padding: 12px;
    border: 1px solid #fff;
    color: #fff;
    transition: .25s;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    display: inline-block;
    margin: 15px 0 0 0;
    background: #0046a5;
}

.dme-item-title {
    position: absolute;
    top: 106px;
    left: 0;
    right: 0;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: linear-gradient(45deg, #0053c1, #002c668c);
    margin: 0 auto;
    padding-top: 38px;
    overflow: hidden;
    transition: .25s;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s
}

.dme-item-title::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s
}

.dme-item:hover .dme-item-title::before {
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    z-index: 0
}

.dme-item h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 25px 0 4px 0 !important;
    background: white;
    color: #0053c1;
    padding: 9px 0 4px 0;
    z-index: 1;
    position: relative
}

.dme-item h4 span {
    font-weight: 900
}

.dme-item h5 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 15px 0 !important;
    z-index: 1;
    position: relative;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    color: #fff;
    font-family: var(--poppins)
}

.dme-item:hover h5 {
    color: #0053c1
}

.dme-item p {
    padding: 15px 0 0 0 !important
}

.dme-item ul {
    margin: 24px 0 10px 0 !important
}

.dme-item ul li {
    display: inline-block
}

.dme-item ul li a {
    padding: 12px 20px;
    border: 1px solid var(--dark-color);
    color: var(--dark-color);
    transition: .25s;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s
}

.dme-item ul li a:hover {
    background: var(--primary-color);
    color: #fff
}

.dme-item ul li .fill-btn {
    background: var(--primary-color);
    color: #fff
}

.dme-item ul li .fill-btn:hover {
    border: 1px solid var(--dark-color);
    color: var(--dark-color);
    background: transparent
}

.website-design-flow-wrap {
    padding-bottom: 60px
}

.website-design-flow .global-sec-title h4 {
    text-transform: capitalize
}

.wdf-desc {
    padding: 60px 0
}

.flow-item {
    position: relative
}

.flow-item-title {
    background: #f6f3ff;
    width: 240px;
    height: 240px;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    margin: 0 auto
}

.flow-item-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 65%;
    background: #ede7ff;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s
}

.flow-item-title:hover::before {
    height: 100%
}

.fit-content {
    position: absolute;
    top: 46%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s
}

.flow-item-title:hover .fit-content {
    transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s
}

.flow-item-title h4 {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    line-height: 20px
}

.flow-item-title h5 {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    margin: 2px 0 0 0 !important
}

.flow-item-title img {
    width: 64px;
    margin: 7px 0 0 0
}

.dotted-arrow {
    width: 64px;
    position: absolute;
    right: -20px;
    bottom: 0
}

.detail-web-sec {
    background: #f5f5f5
}

.dws-item {
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%);
    margin: 0 0 30px 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    min-height: 386px
}

.dws-item-title {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.dws-item-title h4 {
    font-size: 20px
}

.dws-item img {
    width: 100px;
    margin: 0 0 7px 0
}

.dws-item a {
    background: var(--primary-color);
    color: #fff;
    padding: 9px 10px;
    display: block;
    width: 110px;
    text-align: center;
    margin: 10px 0 0 0 !important;
    border: 1px solid var(--dark-color)
}

.dws-item a i {
    transition: .25s;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s
}

.dws-item a:hover i {
    transform: translateX(7px);
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -o-transform: translateX(7px)
}

.dws-testimonial {
    background: #ede7ff;
    padding: 24px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    position: relative
}

.dws-testimonial::before {
    content: "";
    border: 1px solid #0053c1;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.dws-testimonial-owl {
    padding: 30px 0 0 0
}

.dws-testimonial .quote {
    width: 64px
}

.dws-quote-wrap {
    position: absolute;
    right: -2px;
    top: -36px;
    background: #ede7ff;
    width: 80px;
    text-align: center;
    border-radius: 4px
}

.dws-clientel {
    background: var(--dark-color);
    margin-top: 15px;
    position: relative;
    padding: 24px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.dws-clientel::before {
    content: "";
    border: 1px solid var(--primary-color);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.dws-clientel-title h3 {
    color: var(--primary-color);
    font-size: 20px;
    background: #000;
    position: relative;
    bottom: 20px;
    width: 90px;
    text-align: center
}

.dws-clientel-owl a {
    background: #fff;
    padding: 7px;
    display: block;
    width: 100%
}

.dws-clientel-owl .item {
    margin: 0 auto
}

.dws-testimonial h5 {
    color: #000
}

.dws-testimonial h6 {
    color: #000
}

.dws-testimonial p {
    color: #000
}

.dws-related-service {
    background: #ede7ff;
    padding: 24px;
    margin-top: 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    position: relative
}

.dws-related-service::before {
    content: "";
    border: 1px solid var(--primary-color);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.dws-rs-title h3 {
    font-size: 20px;
    background: #ede7ff;
    position: relative;
    bottom: 22px;
    display: block;
    width: 155px;
    text-align: center;
    color: var(--primary-color)
}

.dws-related-service ul {
    position: relative
}

.dws-related-service ul li {
    margin: 0 0 15px 0
}

.dws-related-service ul li a {
    color: #000;
    transition: .25s;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    display: inline-block
}

.dws-related-service ul li a:hover {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px)
}

.dws-call-now {
    background: linear-gradient( 294deg, #ff0081, #0053c1);
    padding: 26px;
    margin-top: 15px
}

.dws-call-now p {
    color: #fff
}

.dws-call-now h4 {
    font-size: 24px;
    color: #fff
}

.dws-call-now a {
    font-size: 26px;
    font-family: var(--roboto);
    font-weight: 900;
    color: #fff
}

.service-package-summary {
    padding-bottom: 0 !important
}

.package-head-wrap {
    border-right: 1px solid #fff;
    padding: 0
}

.package-title-wrap {
    padding: 15px;
    background: #f9f9f9;
    height: 150px
}

.package-title-wrap a {
    font-size: 22px;
    background: #26262600;
    color: #000;
    padding: 6px 10px;
    display: inline-block;
    margin: 16px 0 0 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid #000
}

.package-title-wrap p {
    font-size: 13px;
    line-height: 15px
}

.basic-head {
    background: #f2d7ff
}

.standard-head {
    background: #f6e2ff
}

.standard-head .package-head h4 {
    background: linear-gradient( 45deg, #08005a, #c500c5)
}

.premium-head {
    background: #faf0ff
}

.gold-head {
    background: #fcf5ff
}

.package-head {
    text-align: center;
    padding: 15px 15px 21px 15px;
    height: 150px
}

.package-head h4 {
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    background: #964196;
    padding: 10px 0 5px 0;
    border-radius: 2px;
    font-weight: 400
}

.package-head h5 {
    color: var(--dark-color);
    font-size: 28px;
    font-weight: 900;
    margin: 10px 0 0 0 !important
}

.package-head h5 span {
    font-size: 12px;
    position: relative;
    bottom: 12px
}

.package-head a {
    background: #fff;
    color: #000;
    padding: 7px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 900;
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin: 5px 0 0 0
}

.package-head a img {
    width: 20px
}

.package-head a:hover {
    background: transparent;
    border: 1px solid var(--dark-color);
    color: var(--dark-color)
}

.phw-desc .for-mobile {
    display: none
}

.ptw-title {
    background: #f9f9f9;
    min-height: 40px;
    line-height: 40px;
    border: 1px solid #e8e8e8;
    border-bottom: 0
}

.ptw-gold-title {
    background: #e2e2e2
}

.ptw-title-grn {
    background: #964196
}

.ptw-title-grn h6 {
    color: #fff
}

.ptw-title ul li {
    min-height: 40px;
    padding: 0 15px;
    border-bottom: 1px solid #e8e8e8
}

.ptw-title ul li h6 {
    line-height: 40px !important
}

.phw-desc {
    background: #fff;
    text-align: center
}

.phw-desc ul li {
    border-bottom: 1px solid #e8e8e8;
    min-height: 41px;
    line-height: 40px;
    border-right: 1px solid #e8e8e8
}

.phw-desc ul li img {
    width: 16px
}

.phw-desc ul li h6 {
    line-height: 40px !important;
    font-size: 14px
}

.package-see-more {
    text-align: center
}

.package-see-more a {
    background: var(--primary-color);
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    margin: 24px auto 15px auto;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: .25s;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s
}

.package-see-more a:hover {
    background: var(--primary-color);
    color: #fff
}

.phw-footer {
    text-align: center;
    padding: 10px 0
}

.phw-footer a {
    background: #fff;
    color: var(--dark-color);
    padding: 7px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 900;
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin: 0 auto
}

.phw-footer a:hover {
    background: transparent;
    border: 1px solid var(--dark-color);
    color: var(--dark-color)
}

.phw-footer img {
    width: 20px
}

.about-digmarkt .fc-social {
    border-bottom: 1px solid #eaeaea
}

.about-cbs {
    padding: 60px 0
}

.about-us-flow {
    padding: 0 0 30px 0;
    margin-top: -84px
}

.vision-mission-wrap {
    padding: 60px 0 60px 0
}

.about-service-sec {
    background: #e2efff;
    padding: 60px 0 100px 0;
}

.about-service-wrap {
    margin-top: -100px
}

.about-service-sec .gst-heading {
    color: var(--dark-color)
}

.about-service-sec .gst-heading::before {
    background: var(--dark-color)
}

.about-service-sec .global-sec-title p {
    color: var(--dark-color)
}

.about-service-wrap .abss-item {
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3)
}

.about-service-wrap .abss-item-body {
    padding: 15px
}

.about-service-wrap .abss-item-body h4 {
    font-size: 18px;
    font-weight: 900;
    margin: 0 0 7px 0 !important
}

.about-service-wrap .abss-item-body a {
    display: inline-block;
    color: var(--dark-color);
    transition: .25s;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    font-weight: 900
}

.about-service-wrap .abss-item-body a:hover {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px)
}

.about-service-wrap .abss-item {
    margin-bottom: 15px
}

.hdm-service {
    position: relative
}

.hdm-service .gst-heading::before {
    margin: 0 auto !important;
    right: 0
}

.hdm-service .dme-item {
    background: transparent
}

.digitalman {
    position: absolute;
    bottom: 0;
    left: -235px;
    right: 0;
    max-width: 100%;
    opacity: 0.12;
    transform: rotate( 45deg)
}

.contact-us-page .footer-usp {
    margin: 0
}

.ccw-item {
    display: flex;
    align-items: center;
    margin: 30px 0
}

.ccw-item-icon img {
    width: 24px;
    margin-right: 15px
}

.ccw-desc h6 {
    font-weight: 900
}

.ccw-desc ul li {
    display: inline-block
}

.ccw-desc ul li a {
    color: var(--dark-color)
}

.faq-accordion .card-header {
    padding: 0px;
    margin-bottom: 15px !important
}

.faq-accordion .card {
    border: 0 !important
}

.faq-accordion button {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #262626;
    background: #fff;
    border-radius: 0;
    text-decoration: none !important;
    font-size: 18px;
    text-align: left;
    color: var(--primary-color)
}

.faq-accordion button:hover {
    color: var(--primary-color);
    text-decoration: none !important
}

.faq-accordion button i {
    background: var(--primary-color);
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #fff
}

.faq-accordion .card-body {
    background: #fff
}

.faq-accordion .card-body h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 7px 0 !important
}

.faq-accordion .card-body p {
    color: #262626;
    margin: 0 0 15px 0 !important
}

.faq-accordion .card-body ul {
    margin: 15px 0 0 30px !important
}

.faq-accordion .card-body ul li {
    font-size: 14px;
    list-style: initial !important;
    margin: 0 0 7px 0 !important
}

.faq-accordion .card-body a {
    color: var(--dark-color);
    font-weight: 700;
    text-decoration: underline
}

.apg-desc p {
    margin: 0 0 15px 0 !important
}

.payment-with-card {
    background: url('../img/payment-with-card.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed
}

.payment-with-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 88%)
}

.payment-with-card .cbs-wrap {
    position: relative
}

.payment-with-card .cbs-wrap .cbs-right {
    text-align: right
}

.payment-bottom-padding {
    padding-bottom: 110px
}

.pg-register {
    position: relative
}

.pg-register-wrap {
    background: url('../img/currency-bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 250px 0 60px 0;
    margin-top: -240px
}

.merchant-desc h5 {
    padding: 0 0 10px 0 !important;
    color: #430065
}

.merchant-desc p {
    margin: 0 0 15px 0 !important
}

.merchant-desc ul {
    margin: 0 0 15px 30px !important
}

.merchant-desc ul li {
    margin: 0 0 10px 0
}

.contact-banner-inner {
    background: url(../img/dark-cloud-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 60px 0 60px 0;
    text-align: center
}

.contact-banner-inner h3 {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 10px 0 !important;
    color: #fff
}

.contact-banner-inner p {
    color: #fff
}

.contact-banner-inner a {
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 14px;
    display: inline-block;
    margin: 10px auto 0 auto;
    transition: .25s;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s
}

.contact-banner-inner a:hover {
    background: #fff;
    color: var(--dark-color);
    border: 1px solid #fff
}

.abc-reg-item {
    background: #fff;
    height: 100%;
    min-height: 100%
}

.company-reg-form-wrap {
    background: #fff;
    padding: 0;
    margin-top: -70px
}

.company-reg-form {
    background: var(--dark-color);
    padding: 60px 0
}

.company-reg-form .company-reg-inner {
    width: 60%;
    margin: 0 auto
}

.company-reg-form .form-control {
    color: #fff !important;
    border-bottom: 1px solid #fff !important
}

.company-reg-form .form-control::placeholder {
    color: #fff !important
}

.company-reg-form form select option {
    color: var(--dark-color) !important
}

.cr-form-btn button {
    color: #fff;
    border: 1px solid #fff
}

.company-reg-inner .gst-heading {
    color: #fff;
    font-size: 42px
}

.company-reg-inner .gst-heading::before {
    background: #fff
}

.company-apply {
    color: #fff;
    background: var(--primary-color);
    padding: 10px 14px
}

.company-apply:hover {
    color: #fff
}

.thankyou-breadcrumb {
    padding: 250px 0
}

.thankyou-breadcrumb h1 {
    font-size: 80px
}

.privacy-policy .privacy-inner p {
    margin: 0 0 15px 0 !important
}

.privacy-policy .privacy-inner h4 {
    margin: 0 0 15px 0 !important
}

.privacy-policy .privacy-inner ul {
    margin: 0 0 0 30px !important
}

.privacy-policy .privacy-inner ul li {
    list-style: initial !important;
    margin: 0 0 7px 0 !important
}

.privacy-policy .privacy-inner a {
    color: var(--dark-color);
    font-weight: 700;
    text-decoration: underline
}

.mobile-app-page .footer-usp {
    margin: 0
}

.black-digital-tree-wrap {
    position: relative
}

.bd-tree-wrap {
    position: absolute;
    right: 0;
    bottom: 0px
}

.digital-bag-item {
    position: absolute;
    z-index: 99
}

.seo-bag {
    top: 55px;
    left: 178px;
    transform: rotate( 19deg);
    opacity: 0
}

.web-design-bag {
    top: 95px;
    right: 197px;
    opacity: 0
}

.web-development-bag {
    top: 185px;
    right: 100px;
    transform: rotate( -10deg);
    opacity: 0
}

.ppc-bag {
    bottom: 187px;
    left: -1px;
    transform: rotate( 7deg);
    opacity: 0
}

.smo-bag {
    bottom: 163px;
    right: 78px;
    transform: rotate( 7deg);
    opacity: 0
}

.orm-bag {
    bottom: 325px;
    right: 446px;
    transform: rotate( -10deg);
    opacity: 0
}

.blank-bag-01 {
    top: 117px;
    right: 418px;
    transform: rotate( 0deg);
    opacity: 0
}

.blank-bag-02 {
    bottom: 103px;
    left: 159px;
    transform: rotate( 0deg);
    opacity: 0
}

.blank-bag-03 {
    bottom: 241px;
    right: 163px;
    transform: rotate( 0deg);
    opacity: 0
}

.blank-bag-04 {
    bottom: 179px;
    left: 290px;
    transform: rotate( 0deg);
    opacity: 0
}

.blank-bag-05 {
    top: 253px;
    left: 424px;
    transform: rotate( 0deg);
    opacity: 0
}

@media (max-width:1399px) {
    .home-banner-content h2 {
        font-size: 34px;
        right: 0;
        top: 3px
    }
    .home-banner-content h3 {
        font-size: 80px;
        margin: -18px 0 0 0 !important
    }
    .home-banner-content h4 {
        font-size: 34px;
        position: relative;
        right: 0;
        bottom: 20px
    }
    .home-banner-content {
        margin-left: 392px
    }
}

@media (max-width:1249px) {
    .home-banner-right .nav-item {
        margin: 0 22px 0 0
    }
}

@media (max-width:1199px) {
    .home-banner-content {
        display: none
    }
    .home-banner-right {
        width: 50%
    }
    .home-banner-right .nav-item {
        margin: 0 65px 0 0
    }
    .home-banner-left {
        display: none
    }
    .testimonial-item-wrap {
        width: 500px
    }
    .package-title-wrap a {
        display: none
    }
    .dws-call-now a {
        font-size: 26px
    }
}

@media (max-width:991px) and (min-width:768px) {
    .home-banner-right .nav-item {
        margin: 0 16px 0 0
    }
    .banner-tab-service-item {
        border: 1px solid #000 !important
    }
    .home-banner-right {
        width: 45%
    }
    .banner-girl {
        left: -60px
    }
    .footer-contact {
        margin-top: 15px
    }
    .mobile-function-wrap {
        float: initial;
        margin: 0 auto
    }
}

@media(max-width:991px) {
    .section-padding {
        padding: 30px 0
    }
    .global-sec-title .gst-heading::before {
        height: 2px
    }
    .desktop-nav {
        display: none
    }
    .country-item {
        margin: 50px 0px 0px 0px !important
    }
    .country-item::before {
        display: none
    }
    .dark-country-item {
        background: #f7f7f7
    }
    .dark-places-item h6 {
        color: #fff
    }
    .dark-places-item {
        background: #232323
    }
    .dark-country-item h3 {
        color: var(--dark-color)
    }
    .dark-country-item P {
        color: var(--dark-color)
    }
    .payment-gateway {
        height: 100% !important;
        padding: 60px 0 30px 0
    }
    .payment-screen {
        margin-top: 50px;
        position: relative;
        top: 135px
    }
    .home-service-wrap::before {
        display: none
    }
    .home-service-wrap::after {
        display: none
    }
    .home-service-item {
        margin: 0 0 15px 0;
        min-height: 425px;
        height: calc(100% - 15px);
        padding-bottom: 15px
    }
    .company-reg-service {
        min-height: 250px
    }
    .hsi-body {
        margin: 0
    }
    .home-service-content {
        display: none
    }
    .home-service-sec {
        padding: 60px 0
    }
    .home-service-wrap {
        top: 0
    }
    .service-col {
        padding: 0 15px !important
    }
    .stats-container {
        width: 90%
    }
    .client-logo-sec {
        padding: 60px 0 0 0
    }
    .testimonial-img {
        width: 100%;
        position: relative
    }
    .testimonial-item-wrap {
        max-width: 480px;
        width: 100%;
        left: 0;
        top: initial;
        bottom: 0
    }
    .f-usp-item {
        width: 33.33%;
        flex: 33.33% 0 0;
        margin: 0 0 15px 0
    }
    .m-border-none {
        border: none
    }
    .footer-usp {
        margin: 0
    }
    .gb-plant {
        display: none
    }
    .cbs-left {
        width: 100%;
        text-align: center
    }
    .cbs-right {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 20px 0 0 0
    }
    .website-design-flow-wrap {
        padding-bottom: 30px
    }
    .dotted-arrow {
        display: none
    }
    .wdf-desc {
        padding: 30px 0
    }
    .website-design-flow .global-sec-title h4 {
        color: #fff;
        font-size: 18px
    }
    .phw-desc .for-mobile {
        display: block
    }
    .package-title-wrap {
        display: none
    }
    .ptw-title {
        display: none
    }
    .phw-desc ul li {
        border: 1px solid #ccc;
        border-top: 0
    }
    .package-head-wrap {
        margin: 15px !important
    }
    .mobile-hide {
        display: none
    }
    .phw-desc ul li {
        line-height: initial;
        padding: 10px 0
    }
    .phw-desc ul li h6 {
        line-height: initial !important;
        font-weight: 900;
        font-size: 13px;
        margin: 7px 0 0 0 !important
    }
    .phw-desc ul li img {
        width: 16px;
        margin: 7px 0 0 0
    }
    .package-see-more a {
        margin: 0 15px 15px 15px
    }
    .about-us-flow .flow-item-title {
        margin-bottom: 15px
    }
}

@media (max-width:767px) {
    .hcf-title h3 {
        font-size: 20px
    }
    .hsi-body h4 {
        font-size: 18px
    }
    .home-service-why h3 {
        font-size: 20px
    }
    .global-sec-title .gst-heading {
        font-size: 20px
    }
    .global-sec-title p {
        font-size: 14px
    }
    .home-banner-wrap {
        padding: 120px 0 0 0
    }
    .mobile-function-wrap {
        float: initial;
        margin: 0 auto
    }
    .design-vector {
        display: none
    }
    .custom-order-last {
        order: 1
    }
    .payment-gateway {
        height: 100% !important;
        padding: 60px 0 0px 0
    }
    .payment-screen {
        margin-top: 0px;
        position: relative;
        top: 50px
    }
    .payment-get-title h3 {
        font-size: 20px
    }
    .payment-get-title p {
        font-size: 14px
    }
    .home-about-item {
        margin: 15px 0
    }
    .home-about-sec h3 {
        font-size: 18px
    }
    .home-about-sec h4 {
        font-size: 16px
    }
    .home-about-sec {
        padding: 0 0 0 0;
        margin: -50px 0 0 0;
        z-index: 1000;
        position: relative
    }
    .after-service-title h3 {
        font-size: 20px
    }
    .after-service-title p {
        font-size: 14px
    }
    .stats-container {
        width: 100%
    }
    .stats-title h3 {
        font-size: 20px
    }
    .stats-title p {
        font-size: 14px
    }
    .stats-wrap {
        flex-wrap: wrap
    }
    .stats-item {
        width: 100%;
        margin: 0 0 15px 0;
        border-bottom: 1px solid #f5f5f5;
        padding: 0 0 15px 0
    }
    .stats-item:last-child {
        border: none
    }
    .client-logo-title {
        width: 100%;
        padding: 0 0 0px 0
    }
    .client-logo-title h3 {
        font-size: 20px
    }
    .client-logo-title p {
        font-size: 14px
    }
    .testimonila-title h3 {
        font-size: 20px
    }
    .footer-contact {
        margin-top: -135px;
        margin-bottom: 30px
    }
    .gb-content {
        width: 100%
    }
    .gb-plant {
        display: none
    }
    .leaf-item-15 {
        display: none
    }
    .leaf-item-05 {
        display: none
    }
    .leaf-item-08 {
        display: none
    }
    .leaf-item-11 {
        display: none
    }
    .leaf-item-17 {
        display: none
    }
    .leaf-item-02 {
        display: none
    }
    .leaf-item-14 {
        display: none
    }
    .leaf-item-04 {
        display: none
    }
    .gb-content h1 {
        font-size: 22px
    }
    .gb-content ul li a {
        padding: 7px
    }
    .about-digmarkt {
        padding: 30px 0
    }
    .cbs-left h3 {
        font-size: 18px
    }
    .dme-body-wrap {
        padding: 15px 0 0 0
    }
    .dme-item {
        margin: 0 0 15px 0
    }
    .digital-marketing-explain {
        padding: 60px 0 0 0
    }
    .hcf-title p {
        font-size: 14px
    }
    .vision-mission-wrap .about-digmarkt-inner img {
        margin-bottom: 30px
    }
    .about-service-sec {
        padding: 60px 0 100px 0
    }
    .faq-accordion button {
        font-size: 16px;
        line-height: 18px
    }
    .faq-accordion .card-body h4 {
        font-size: 14px
    }
    .faq-accordion button i {
        background: #ffe828;
        width: 24px;
        height: 24px;
        text-align: center;
        line-height: 24px;
        flex: 24px 0 0;
        font-size: 10px;
        margin-left: 7px
    }
    .merchant-service .global-sec-title {
        padding: 15px 0 0 0
    }
    .contact-banner-inner h3 {
        font-size: 26px;
        line-height: 26px
    }
    .company-reg-form .company-reg-inner {
        width: 100%;
        padding: 15px
    }
    .thankyou-breadcrumb h1 {
        font-size: 36px
    }
    .home-banner {
        height: 730px
    }
    .digital-bag-item img {
        width: 40px
    }
    .blank-bag img {
        width: 25px
    }
    .orm-bag {
        bottom: 20px;
        right: 132px
    }
    .ppc-bag {
        bottom: 41px;
        left: 30px
    }
    .web-development-bag {
        right: 146px
    }
    .footer-certification ul li {
        margin: 0 10px 10px 0;
        width: 45%
    }
    .service-list-under-service li a{
        font-size: 13px;
    }
}

@media (max-width:557px) {
    .mobile-function-wrap {
        width: 100%;
        height: 100%
    }
    .mobile-circle-bg {
        display: none
    }
    .f-usp-item {
        width: 100%;
        flex: 100% 0 0;
        border-bottom: 1px solid #ccc !important;
        border-right: 0;
        padding: 0 0 15px 0 !important
    }
    .f-usp-item:last-child {
        border: none !important
    }
    .blank-bag {
        display: none
    }
    .black-leaf-wrap {
        display: none
    }
    .web-development-bag {
        display: none
    }
    .web-design-bag {
        left: 60px;
        top: 42px;
        right: 0
    }
}

@media (max-width:480px) {
    .home-banner-right .nav-item {
        margin: 0 26px 0 0
    }
}

@media (max-width:380px) {
    .home-banner-right .nav-item {
        margin: 0 24px 0 0
    }
    .home-banner-right .nav-item p {
        font-size: 12px
    }
}

.wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: url('../img/wave.png');
    background-size: 1000px 100px
}

.wave.wave-1 {
    animation: animate 10s linear infinite;
    z-index: 1000;
    opacity: 1;
    animation-delay: 0s;
    bottom: 0
}

.wave.wave-2 {
    animation: animate2 5s linear infinite;
    z-index: 999;
    opacity: 0.6;
    animation-delay: -6s;
    bottom: 10px
}

.wave.wave-3 {
    animation: animate 10s linear infinite;
    z-index: 998;
    opacity: 0.4;
    animation-delay: -4s;
    bottom: 15px
}

.wave.wave-2 {
    animation: animate2 5s linear infinite;
    z-index: 997;
    opacity: 0.7;
    animation-delay: -5s;
    bottom: 20px
}

@keyframes animate {
    0% {
        background-position-x: 0
    }
    100% {
        background-position-x: 1000px
    }
}

@keyframes animate2 {
    0% {
        background-position-x: 0
    }
    100% {
        background-position-x: -1000px
    }
}