@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=Work+Sans:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;900&display=swap');
/*===================================*
  01.GENERAL STYLE
*===================================*/
html, body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}

body {
    background: #fff;
    color: #364e58;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
}

a:focus {
    outline: none;
}

img {
    max-width: 100%;
}

button {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all .3s ease-in-out;
}

ul, li, ol {
    margin: 0;
    padding: 0;
}
/*.container-fluid{
    padding-left: 50px;
    padding-right: 50px;
}*/

.inner-bg {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.12)), color-stop(15%, rgba(112,157,199,0.01)), color-stop(63%, #f2f8ff), color-stop(73%, #eaf2f9), color-stop(87%, #fff));
    background: linear-gradient(rgba(255,255,255,0.12), rgba(112,157,199,0.01) 15%, #f2f8ff 63%, #eaf2f9 73%, #fff 87%);
    /*-webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);*/
}

.title {
    margin-bottom: 20px;
    display: inline-block;
    padding: 5px 25px;
    background-color: #2020a9;
    color: #fff;
    font-size: 14px;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.title2 h2 {
    font-family: 'Work Sans', sans-serif;
    font-size: 48px;
    color: #5555a2;
}

.title2 h3 {
    font-family: 'Work Sans', sans-serif;
    font-size: 30px;
    color: #5555a2;
    margin-bottom: 20px;
}

.title2 small {
    font-size: 18px;
    display: block;
    margin-bottom: 30px;
}

.pg-btn {
    display: inline-block;
    padding: 12px 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    color: #fff;
    background: rgb(255,162,101);
    background: linear-gradient(45deg, rgb(16 16 76) 0%, rgb(233 30 99) 100%);
    text-transform: uppercase;
    /*border-radius: 30px;*/
    text-decoration: none;
    outline: 0;
    border: 0;
}

    .pg-btn:hover {
        text-decoration: none;
        color: #fff;
        background: rgb(255,93,119);
        background: linear-gradient(45deg, rgb(233 30 99) 0%, rgb(16 16 76) 100%);
    }

.sec-gap {
    padding-top: 80px;
    padding-bottom: 30px;
}

.bg-white {
    background: #fff;
}

.landing {
    position: relative;
    overflow: hidden
}

    .landing .section-title {
        font-size: 3.2rem
    }

    .landing .landing-title {
        position: relative;
        font-size: 5rem;
        line-height: 90px;
        font-family: Sailec-Bold;
        color: #0e2b5c;
        letter-spacing: 0px
    }

        .landing .landing-title.first-child {
            -webkit-animation-delay: 1.3s;
            animation-delay: 1.3s
        }

        .landing .landing-title.second-child {
            -webkit-animation-delay: 1.7s;
            animation-delay: 1.7s
        }

    .landing .landing-subtitle {
        font-size: 32px;
        line-height: 28px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 10px;
        margin-top: 20px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
        -webkit-animation-delay: 1s;
        animation-delay: 1s
    }

    .landing .bar-shape {
        margin: 20px 0;
        -webkit-animation-delay: 1.9s;
        animation-delay: 1.9s
    }

    .landing.landing-home {
        min-height: calc(70vh - 122px);
        max-height: 700px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .landing.landing-home .landing-slides {
            position: relative;
            padding-top: 60px;
            padding-bottom: 50px
        }
.webecom > * .project-main .item-main {
    width: 23.5% !important;
}

@media (min-width: 1600px) {
    .landing.landing-home .landing-slides {
        padding: 80px 0
    }
}

.landing.landing-home .landing-slides .landing-slides-inner {
    margin: 0 auto;
    max-width: 85%
}

@media (min-width: 1600px) {
    .landing.landing-home .landing-slides .landing-slides-inner {
        max-width: 80%
    }
}

@media (min-width: 1920px) {
    .landing.landing-home .landing-slides .landing-slides-inner {
        max-width: 75%
    }
}

.landing.landing-home .landing-slides .landing-slides-inner .landing-slide-title {
    position: relative;
    font-size: 4.56rem;
    line-height: 80px;
    font-family: Sailec-Bold;
    color: #0e2b5c;
    letter-spacing: 0px;
    margin-top: -10px
}

@media (min-width: 1440px) {
    .landing.landing-home .landing-slides .landing-slides-inner .landing-slide-title {
        font-size: 5rem;
        line-height: 90px
    }
}

@media (min-width: 1600px) {
    .landing.landing-home .landing-slides .landing-slides-inner .landing-slide-title {
        font-size: 5.5rem;
        line-height: 100px
    }
}

.landing.landing-home .landing-slides .landing-slides-inner .landing-slide-subtitle {
    font-size: 32px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25)
}

.landing.landing-home .landing-slides .landing-slides-inner .bar-shape {
    margin-top: 20px;
    margin-bottom: 20px
}

.landing.landing-home .landing-slides .landing-slides-inner .landing-ios-showcase,
.landing.landing-home .landing-slides .landing-slides-inner .landing-android-showcase {
    position: relative;
    max-width: 248px;
    border-radius: 35px;
    -webkit-box-shadow: 25.2px 26.5px 43px -25px rgba(50, 50, 93, 0.5), 27.3px 18.5px 45px -55.5px rgba(0, 0, 0, 0.6);
    box-shadow: 25.2px 26.5px 43px -25px rgba(50, 50, 93, 0.5), 27.3px 18.5px 45px -55.5px rgba(0, 0, 0, 0.6);
    margin-top: -60px
}

@media (min-width: 1920px) {
    .landing.landing-home .landing-slides .landing-slides-inner .landing-ios-showcase,
    .landing.landing-home .landing-slides .landing-slides-inner .landing-android-showcase {
        margin-top: 0
    }
}

.landing.landing-home .landing-slides .landing-slides-inner .landing-ios-showcase > img,
.landing.landing-home .landing-slides .landing-slides-inner .landing-android-showcase > img {
    z-indeX: 2
}

.landing.landing-home .landing-slides .landing-slides-inner .landing-ios-showcase {
    -webkit-transform: translateX(50px) translateY(0) perspective(3190px) rotateY(-8deg) rotateX(6deg) rotate(2deg) scale(0.8);
    transform: translateX(50px) translateY(0) perspective(3190px) rotateY(-8deg) rotateX(6deg) rotate(2deg) scale(0.8)
}

@media (min-width: 1600px) {
    .landing.landing-home .landing-slides .landing-slides-inner .landing-ios-showcase {
        -webkit-transform: translateX(50px) translateY(0) perspective(3190px) rotateY(-8deg) rotateX(6deg) rotate(2deg) scale(0.95);
        transform: translateX(50px) translateY(0) perspective(3190px) rotateY(-8deg) rotateX(6deg) rotate(2deg) scale(0.95)
    }
}

@media (min-width: 1920px) {
    .landing.landing-home .landing-slides .landing-slides-inner .landing-ios-showcase {
        -webkit-transform: translateX(50px) translateY(0) perspective(3190px) rotateY(-8deg) rotateX(6deg) rotate(2deg) scale(1);
        transform: translateX(50px) translateY(0) perspective(3190px) rotateY(-8deg) rotateX(6deg) rotate(2deg) scale(1)
    }
}

.landing.landing-home .landing-slides .landing-slides-inner .landing-android-showcase {
    -webkit-transform: translateX(-30px) translateY(40px) perspective(3190px) rotateY(-5deg) rotateX(10deg) rotate(8deg) scale(0.8);
    transform: translateX(-30px) translateY(40px) perspective(3190px) rotateY(-5deg) rotateX(10deg) rotate(8deg) scale(0.8);
    z-index: -1
}

@media (min-width: 1600px) {
    .landing.landing-home .landing-slides .landing-slides-inner .landing-android-showcase {
        -webkit-transform: translateX(-30px) translateY(40px) perspective(3190px) rotateY(-5deg) rotateX(10deg) rotate(8deg) scale(0.95);
        transform: translateX(-30px) translateY(40px) perspective(3190px) rotateY(-5deg) rotateX(10deg) rotate(8deg) scale(0.95)
    }
}

@media (min-width: 1920px) {
    .landing.landing-home .landing-slides .landing-slides-inner .landing-android-showcase {
        -webkit-transform: translateX(-30px) translateY(40px) perspective(3190px) rotateY(-5deg) rotateX(10deg) rotate(8deg) scale(1);
        transform: translateX(-30px) translateY(40px) perspective(3190px) rotateY(-5deg) rotateX(10deg) rotate(8deg) scale(1)
    }
}

.landing.landing-home .landing-slides .landing-slides-inner .app-header,
.landing.landing-home .landing-slides .landing-slides-inner .app-footer {
    position: absolute;
    z-index: 1
}

.landing.landing-home .landing-slides .landing-slides-inner .app- {
    top: 0
}

.landing.landing-home .landing-slides .landing-slides-inner .app-footer {
    bottom: 3px
}

.landing.landing-home .landing-slides .landing-slides-inner .app-bg {
    z-indeX: -1
}


.landing.landing-home .landing-slides .landing-slides-inner .digital-marketing-cards {
    height: 480px
}

    .landing.landing-home .landing-slides .landing-slides-inner .digital-marketing-cards > span {
        position: absolute;
        border-radius: 4px;
        width: 275px;
        height: 150px;
        display: block;
        text-align: center;
        padding: 25px
    }

@media (min-width: 1600px) {
    .landing.landing-home .landing-slides .landing-slides-inner .digital-marketing-cards > span {
        width: 300px;
        height: 180px
    }
}

.landing.landing-home .landing-slides .landing-slides-inner .digital-marketing-cards > span:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0;
    opacity: .4
}

.landing.landing-home .landing-slides .landing-slides-inner .digital-marketing-cards > span img {
    max-height: 120px;
    margin: 0 auto
}

@media (min-width: 1600px) {
    .landing.landing-home .landing-slides .landing-slides-inner .digital-marketing-cards > span img {
        max-height: 145px
    }
}

.landing.landing-home .landing-slides .landing-slides-inner .digital-marketing-cards > span.card-illustration-1 {
    left: 10px;
    top: 100px;
    background-image: linear-gradient(120deg, #f7da7d 0%, #fec7b7 100%);
    z-index: 3
}

    .landing.landing-home .landing-slides .landing-slides-inner .digital-marketing-cards > span.card-illustration-1:before {
        -webkit-box-shadow: 0 15px 40px #d77051;
        box-shadow: 0 15px 40px #d77051
    }

.landing.landing-home .landing-slides .landing-slides-inner .digital-marketing-cards > span.card-illustration-2 {
    background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
    top: 180px;
    left: 264px;
    bottom: auto;
    right: auto;
    z-index: -1
}

    .landing.landing-home .landing-slides .landing-slides-inner .digital-marketing-cards > span.card-illustration-2:before {
        -webkit-box-shadow: 0 15px 40px #47b6cc;
        box-shadow: 0 15px 40px #47b6cc
    }

@media (min-width: 1600px) {
    .landing.landing-home .landing-slides .landing-slides-inner .digital-marketing-cards > span.card-illustration-2 {
        left: 310px
    }
}

.landing.landing-home .landing-slides .landing-slides-inner .digital-marketing-cards > span.card-illustration-3 {
    background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
    top: 45px;
    left: 180px;
    z-index: 1
}

    .landing.landing-home .landing-slides .landing-slides-inner .digital-marketing-cards > span.card-illustration-3:before {
        -webkit-box-shadow: 0 15px 40px #0679eb;
        box-shadow: 0 15px 40px #0679eb
    }

@media (min-width: 1600px) {
    .landing.landing-home .landing-slides .landing-slides-inner .digital-marketing-cards > span.card-illustration-3 {
        top: 40px
    }
}

.landing.landing-home .landing-slides .landing-slides-inner .digital-marketing-cards > span.card-illustration-4 {
    background-image: linear-gradient(-225deg, #22E1FF 0%, #1D8FE1 48%, #8480c2 100%);
    top: 220px;
    left: 75px;
    z-indeX: 2
}

    .landing.landing-home .landing-slides .landing-slides-inner .digital-marketing-cards > span.card-illustration-4:before {
        -webkit-box-shadow: 0 15px 40px #0f0f27;
        box-shadow: 0 15px 40px #0f0f27
    }

@media (min-width: 1600px) {
    .landing.landing-home .landing-slides .landing-slides-inner .digital-marketing-cards > span.card-illustration-4 {
        top: 250px
    }
}

.l-t-n {
    font-size: 64px;
}

.l-t-n {
    color: #0e2b5c;
    font-size: 55px;
    margin: 0;
    line-height: 1.1;
    margin-top: 65px;
    font-weight: 900;
}

.l-st-n {
    color: #0e2b5c;
    font-size: 20px;
    font-weight: 300;
    margin: 20px 0 0;
    line-height: 1.4;
}

.l-t {
    font-size: 26px;
}

.l-t {
    font-size: 24px;
    margin: 30px 0;
    display: block;
    color: #0e2b5c;
}

.page-btn {
    padding: 12px 20px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(45deg, rgb(16 16 76) 0%, rgb(233 30 99) 100%);
    text-transform: capitalize;
}

    .page-btn:hover {
        text-decoration: none;
        color: #fff;
        background: linear-gradient(45deg, rgb(233 30 99) 0%, rgb(16 16 76) 100%);
    }


@-webkit-keyframes p1 {
    0% {
        left: 0px;
        top: 0px
    }

    50% {
        left: 0;
        top: 800px
    }

    100% {
        left: 0px;
        top: 0px
    }
}

@keyframes p1 {
    0% {
        left: 800px;
        top: 0px
    }

    50% {
        left: 0px;
        top: 800px
    }

    100% {
        left: 800px;
        top: 0px
    }
}

@-webkit-keyframes p2 {
    0% {
        left: 0;
        top: 100px
    }

    50% {
        right: 1000px;
        top: 800px
    }

    100% {
        left: 0;
        top: 100px
    }
}

@keyframes p2 {
    0% {
        left: 0;
        top: 100px
    }

    50% {
        left: 1000px;
        top: 800px
    }

    100% {
        left: 0;
        top: 100px
    }
}

@-webkit-keyframes p3 {
    0% {
        left: 300px;
        top: 900px
    }

    50% {
        left: 500px;
        top: 0px
    }

    100% {
        left: 300px;
        top: 900px
    }
}

@keyframes p3 {
    0% {
        left: 300px;
        top: 900px
    }

    50% {
        left: 500px;
        top: 0px
    }

    100% {
        left: 300px;
        top: 900px
    }
}

@-webkit-keyframes p4 {
    0% {
        left: 1000px;
        top: 500px
    }

    50% {
        left: 00px;
        top: 500px
    }

    100% {
        left: 1000px;
        top: 500px
    }
}

@keyframes p4 {
    0% {
        left: 1000px;
        top: 500px
    }

    50% {
        left: 0px;
        top: 500px
    }

    100% {
        left: 1000px;
        top: 500px
    }
}

@-webkit-keyframes p5 {
    0% {
        left: 500px;
        top: 1000px
    }

    50% {
        left: 50%;
        top: 0px
    }

    100% {
        left: 500px;
        top: 1000px
    }
}

@keyframes p5 {
    0% {
        left: 500px;
        top: 1000px
    }

    50% {
        left: 50%;
        top: 0px
    }

    100% {
        left: 500px;
        top: 1000px
    }
}

@-webkit-keyframes p6 {
    0% {
        left: 500px;
        top: 200px
    }

    50% {
        left: 50%;
        top: 70%
    }

    100% {
        left: 500px;
        top: 200px
    }
}

@keyframes p6 {
    0% {
        left: 500px;
        top: 200px
    }

    50% {
        left: 50%;
        top: 70%
    }

    100% {
        left: 500px;
        top: 200px
    }
}

@-webkit-keyframes p7 {
    0% {
        left: 50px;
        top: 10%
    }

    50% {
        left: 50%;
        top: 10%
    }

    100% {
        left: 50px;
        top: 10%
    }
}

@keyframes p7 {
    0% {
        left: 50px;
        top: 10%
    }

    50% {
        left: 50%;
        top: 10%
    }

    100% {
        left: 50px;
        top: 10%
    }
}

@-webkit-keyframes p8 {
    0% {
        left: 0;
        top: 20%
    }

    50% {
        left: 50%;
        top: 20%
    }

    100% {
        left: 0;
        top: 20%
    }
}

@keyframes p8 {
    0% {
        left: 0;
        top: 20%
    }

    50% {
        left: 50%;
        top: 20%
    }

    100% {
        left: 0;
        top: 20%
    }
}

@-webkit-keyframes p9 {
    0% {
        left: 1000px;
        top: 100px
    }

    50% {
        left: 500px;
        top: 950px
    }

    100% {
        left: 1000px;
        top: 100px
    }
}

@keyframes p9 {
    0% {
        left: 1000px;
        top: 100px
    }

    50% {
        left: 500px;
        top: 950px
    }

    100% {
        left: 1000px;
        top: 100px
    }
}

.circles {
    overflow: hidden;
    width: 100%;
    position: fixed;
    height: 100%;
}

.point {
    border-radius: 50%;
    z-index: 9999;
    position: absolute;
}

.animated-point-1 {
    background-color: #fff;
    box-shadow: inset 0 0 5px 0 #ff5050;
    height: 18px;
    width: 18px;
    position: relative;
    -webkit-animation-name: p1;
    -webkit-animation-duration: 80s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p1;
    animation-duration: 80s;
    animation-iteration-count: infinite;
}

.animated-point-2 {
    background-color: #fff;
    box-shadow: inset 0 0 5px 0 #008000;
    height: 25px;
    width: 25px;
    position: relative;
    -webkit-animation-name: p2;
    -webkit-animation-duration: 90s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p2;
    animation-duration: 90s;
    animation-iteration-count: infinite
}

.animated-point-3 {
    background-color: #fff;
    box-shadow: inset 0 0 5px 0 #ff7c00;
    height: 14px;
    width: 14px;
    position: relative;
    -webkit-animation-name: p3;
    -webkit-animation-duration: 80s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p3;
    animation-duration: 80s;
    animation-iteration-count: infinite
}

.animated-point-4 {
    background-color: #fff;
    box-shadow: inset 0 0 5px 0 #b7b7fb;
    height: 20px;
    width: 20px;
    position: relative;
    -webkit-animation-name: p4;
    -webkit-animation-duration: 80s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p4;
    animation-duration: 80s;
    animation-iteration-count: infinite
}

.animated-point-5 {
    background-color: #fff;
    box-shadow: inset 0 0 5px 0 #00c0f3;
    height: 16px;
    width: 16px;
    position: relative;
    -webkit-animation-name: p5;
    -webkit-animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p5;
    animation-duration: 50s;
    animation-iteration-count: infinite
}

.animated-point-6 {
    background-color: #fff;
    box-shadow: inset 0 0 5px 0 #ffc64c;
    height: 15px;
    width: 15px;
    position: relative;
    -webkit-animation-name: p6;
    -webkit-animation-duration: 70s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p6;
    animation-duration: 70s;
    animation-iteration-count: infinite
}

.animated-point-7 {
    background-color: #fff;
    box-shadow: inset 0 0 5px 0 #cc00ef;
    height: 24px;
    width: 24px;
    position: relative;
    -webkit-animation-name: p7;
    -webkit-animation-duration: 70s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p7;
    animation-duration: 70s;
    animation-iteration-count: infinite
}

.animated-point-8 {
    background-color: #fff;
    box-shadow: inset 0 0 5px 0 #ff0057;
    height: 18px;
    width: 18px;
    position: relative;
    -webkit-animation-name: p8;
    -webkit-animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p8;
    animation-duration: 50s;
    animation-iteration-count: infinite
}

.animated-point-9 {
    background-color: #fff;
    box-shadow: inset 0 0 5px 0 #ffc107;
    height: 22px;
    width: 22px;
    position: relative;
    -webkit-animation-name: p9;
    -webkit-animation-duration: 100s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p9;
    animation-duration: 100s;
    animation-iteration-count: infinite
}
/*============================================*/
/*top part*/
/*================================================================*/
.top-part {
    position: relative;
    background: url(../images/banner.jpg) top no-repeat;
    /*background: #efefef;*/
    min-height: 600px;
    padding-top: 0;
}

.top-part-inner {
    position: relative;
    padding: 0 0 10px 0;
}

.top-main {
    width: calc(100% - 308px);
    float: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notification-ticker {
    list-style: none;
    margin: 0 20px 0 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    border-bottom: 1px solid #e2b1c7;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
}

    .notification-ticker a {
        color: #000;
        text-decoration: none;
    }
/*============================================*/
/*hedaer panel*/
/*================================================================*/
header {
    position: relative;
    /*display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;*/
}

.sticky.scrolled {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 10px 15%;
}

@media(max-width:1100px) {
    .sticky.scrolled {
        padding: 0 5%;
    }
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: rgba(255,255,255,0.99);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -webkit-box-shadow: rgba(0,0,0,0.08) 0 5px 60px;
    box-shadow: rgba(0,0,0,0.08) 0 5px 60px;
}

.banner {
    position: relative;
    padding: 20px 0 100px;
    z-index: 1;
}

.text_shadow {
    position: absolute;
    top: 10%;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    z-index: -1;
    left: 0;
}

.banner .round {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.banner-cont {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #555;
    font-size: 18px;
}

    .banner-cont h1 {
        font-weight: 900;
        font-size: 60px;
        color: #5555a2;
        letter-spacing: 1px;
    }

    .banner-cont h2 {
        font-weight: 900;
        font-size: 56px;
        color: #ffc107;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }

    .banner-cont .read {
        margin-top: 30px;
        padding: 15px 20px;
        text-align: center;
        width: 200px;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
        background: rgb(255,162,101);
        background: linear-gradient(45deg, rgba(255,162,101,1) 0%, rgba(255,93,119,1) 100%);
        text-transform: uppercase;
        font-weight: 600;
    }

        .banner-cont .read:hover {
            background: rgb(255,93,119);
            background: linear-gradient(45deg, rgba(255,93,119,1) 0%, rgba(255,162,101,1) 100%);
        }

.service-thumb {
    position: relative;
    margin-top: 50px;
}

.service-item {
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    min-height: 400px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

    .service-item:hover {
        box-shadow: 0 0 15px rgba(0,0,0,0.20);
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
        -o-transform: scale(1.02);
        transform: scale(1.02);
    }

    .service-item h3 {
        margin: 10px 0;
        font-size: 18px;
    }

    .service-item a {
        display: block;
        font-size: 14px;
        color: #2020a9;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 600;
    }
/*=========================*/
/*about part*/
/*========================================*/
.about {
    padding: 100px 0;
    margin: 0;
    position: relative;
    background: url(../images/about-bg.png) left bottom no-repeat;
}

    .about h1 {
        font-size: 50px;
        letter-spacing: 1px;
        color: #34436a;
        margin-bottom: 70px;
        font-weight: 900;
    }

    .about h2 {
        font-size: 36px;
        margin: 30px 0 20px;
        font-weight: 900;
        color: #444f73;
        letter-spacing: 1px;
    }

    .about p {
        margin-bottom: 40px;
    }

/*expert team*/
.team-item {
    margin-bottom: 40px;
}

    .team-item .team-thumb {
        position: relative;
        -webkit-transition: all ease .5s;
        -moz-transition: all ease .5s;
        transition: all ease .5s;
        padding-right: 14px;
        padding-bottom: 14px;
        margin-bottom: 40px;
    }

        .team-item .team-thumb::before {
            position: absolute;
            content: '';
            bottom: 0;
            left: 0;
            right: 0;
            top: 0;
            background: url(../images/team/team_odd.png) no-repeat center center;
            background-size: cover;
            -webkit-transition: all ease .5s;
            -moz-transition: all ease .5s;
            transition: all ease .5s;
        }

    .team-item:hover .team-thumb::before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .team-item .team-thumb img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        width: 100%;
    }

    .team-item .team-thumb::after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 20px solid #e6e6f1;
        z-index: -1;
    }

    .team-item .team-content {
        text-align: center;
    }

        .team-item .team-content .info {
            display: block;
            margin-bottom: 20px;
        }

        .team-item .team-content h4 {
            font-size: 28px;
            line-height: 38px;
            margin-top: -14px;
        }

        .team-item .team-content .linkedin {
            width: 50px;
            height: 50px;
            display: inline-block;
            line-height: 50px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            margin: 5px 10px;
            margin-bottom: 0;
            border: 1px solid #cbcaee;
            font-size: 24px;
            color: transparent;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: #2020a9;
        }

.service-box {
    margin-bottom: 50px;
}

    .service-box.style-1 {
        font-size: 14px;
        line-height: 27px;
    }

        .service-box.style-1 > i {
            position: relative;
            overflow: hidden;
            float: left;
            display: block;
            width: 68px;
            height: 68px;
            border: 2px solid transparent;
            color: #cbcbd7;
            font-size: 36px;
            line-height: 64px;
            text-align: center;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

        .service-box.style-1 > i {
            border-color: transparent;
            color: #cbcbd7;
        }

            .service-box.style-1 > i:after {
                position: absolute;
                bottom: -14px;
                right: -14px;
                width: 0;
                height: 0;
                border-bottom: 14px solid #2046f2;
                border-left: 14px solid transparent;
                content: "";
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

            .service-box.style-1 > i:after {
                border-bottom-color: #2046f2;
                border-left-color: transparent;
            }

        .service-box.style-1 .service-box-content {
            margin-left: 100px;
        }

        .service-box.style-1:hover > i {
            border-color: #2046f2;
            color: #2046f2;
        }

        .service-box.style-1:hover > i {
            border-color: #2046f2;
            color: #2046f2;
        }

            .service-box.style-1:hover > i:after {
                bottom: 0;
                right: 0;
            }

        .service-box.style-1 .service-box-content h6 {
            padding-top: 20px;
            margin-bottom: 10px;
            text-transform: uppercase;
        }



/*=========================*/
/*application part*/
/*========================================*/
.application {
    padding: 70px 0;
    position: relative;
    background: #fbfbfb url(../images/portfolio_bg.png) no-repeat;
    background-size: 100% 100%;
    min-height: 700px;
}

    .application .content {
        margin-top: 100px;
    }

    .application h1 {
        font-size: 48px;
        margin: 20px 0 20px;
        font-weight: 900;
        color: #5555a2;
        letter-spacing: 1px;
    }

    .application p {
        margin-bottom: 40px;
    }

.account-ring-wrap {
    width: 517px;
    height: 397px;
    position: relative;
    background: transparent;
    margin: auto;
    pointer-events: fill;
    -webkit-transform: perspective(100px), translate3d(0, 0, 0);
    transform: perspective(1000px);
    margin-bottom: 100px
}

.folder-img {
    position: relative;
    top: 210px;
    left: 25px;
    z-index: 1
}

.account-ring-inner {
    width: 517px;
    height: 397px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    z-index: 2;
    -webkit-transition: 3s all;
    transition: 3s all
}

.account-ring {
    border: 2px dotted #e0e0e0;
    /*stroke-width: 5;
    stroke-dasharray: 120, 20;
    fill: none;
    stroke: orange;*/
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 70px auto 0
}

.big-ring {
    width: 465px;
    height: 465px;
    opacity: 0
}

.middle-ring {
    width: 335px;
    height: 335px;
    margin-top: 135px;
    opacity: 0
}

.small-ring {
    width: 220px;
    height: 220px;
    margin-top: 195px;
    opacity: 0
}

.animation-account-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    margin: 0 auto;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 1s all;
    transition: 1s all
}

    .animation-account-icon img {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        display: block
    }

.animation-image-readonly {
    left: 35px;
    top: 40px
}

.animation-image-readonly2 {
    left: 370px;
    top: 40px
}

.animation-image-noaccess {
    left: 425px;
    top: 210px
}

.animation-image-manager {
    top: -28px;
    left: 130px
}

.animation-image-manager2 {
    top: 65px;
    left: -15px
}

.animation-image-manager3 {
    top: 200px;
    left: -20px
}

.animation-image-admin {
    top: -15px;
    left: 120px
}

.animation-image-admin2 {
    top: 175px;
    left: 85px
}

.animation-image-noaccess2 {
    left: 140px;
    top: 422px
}

.animation-image-admin,
.animation-image-admin2 {
    width: 60px;
    height: 60px
}

.animation-image-readonly {
    -webkit-transform-origin: 390% 182px;
    transform-origin: 390% 182px
}

.animation-image-readonly2 {
    -webkit-transform-origin: -140px 185px;
    transform-origin: -140px 185px
}

.animation-image-noaccess {
    -webkit-transform-origin: -410% 12px;
    transform-origin: -410% 12px
}

.animation-image-noaccess2 {
    -webkit-transform-origin: 180% -191px;
    transform-origin: 180% -191px
}

.orbit-animation .animation-image-noaccess-img,
.orbit-animation .animation-image-noaccess2-img,
.orbit-animation .animation-image-readonly2-img,
.orbit-animation .animation-image-readonly-img {
    -webkit-animation: roateCirlce 80s 3.01s infinite linear;
    animation: roateCirlce 80s 3.01s infinite linear backwards;
    -webkit-animation-direction: forwards;
    animation-direction: forwards
}

.orbit-animation .animation-image-readonly,
.orbit-animation .animation-image-readonly2,
.orbit-animation .animation-image-noaccess,
.orbit-animation .animation-image-noaccess2 {
    -webkit-animation: roateCirlce 80s 3s infinite linear;
    animation: roateCirlce 80s 3s infinite linear;
    -webkit-animation-direction: reverse;
    animation-direction: reverse
}

.orbit-animation .animation-image-manager-img,
.orbit-animation .animation-image-manager2-img,
.orbit-animation .animation-image-manager3-img {
    -webkit-animation: roateCirlce 90s 1.01s infinite linear;
    animation: roateCirlce 90s 1.01s infinite linear;
    -webkit-animation-direction: reverse;
    animation-direction: reverse
}

.orbit-animation .animation-image-manager,
.orbit-animation .animation-image-manager2,
.orbit-animation .animation-image-manager3 {
    -webkit-animation: roateCirlce 90s 1s infinite linear;
    animation: roateCirlce 90s 1s infinite linear
}

.orbit-animation .animation-image-admin,
.orbit-animation .animation-image-admin2 {
    -webkit-animation: roateCirlce 35s 2s infinite linear;
    animation: roateCirlce 35s 2s infinite linear;
    -webkit-animation-direction: reverse;
    animation-direction: reverse
}

.orbit-animation .animation-image-admin-img,
.orbit-animation .animation-image-admin2-img {
    -webkit-animation: roateCirlce 35s 2.01s infinite linear;
    animation: roateCirlce 35s 2.01s infinite linear;
    -webkit-animation-direction: forwards;
    animation-direction: forwards
}

.animation-image-manager {
    -webkit-transform-origin: 50% 193px;
    transform-origin: 50% 193px
}

.animation-image-manager2 {
    -webkit-transform-origin: 350% 100px;
    transform-origin: 350% 100px
}

.animation-image-manager3 {
    -webkit-transform-origin: 355% -35px;
    transform-origin: 355% -35px
}

.animation-image-admin {
    -webkit-transform-origin: -28% 117px;
    transform-origin: -28% 117px
}

.animation-image-admin2 {
    -webkit-transform-origin: 30% -68px;
    transform-origin: 30% -68px
}

@-webkit-keyframes roateCirlce {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes roateCirlce {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

.ring-animation .bounceInLarge,
.ring-animation .bounceInMedium,
.ring-animation .bounceInSmall {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.ring-animation .bounceInLarge {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s
}

.ring-animation .bounceInMedium {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.ring-animation .bounceInSmall {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s
}

.animation-account-icon {
    display: none
}
/*=========================*/
/*approach part*/
/*========================================*/
.approach {
    padding: 90px 0;
    margin: 50px 0;
    background: #f6f9fc;
}

    .approach h2 {
        color: #354168;
        font-size: 36px;
        letter-spacing: 1px;
    }

.app-table {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px;
}

    .app-table .item-main {
        background: #fff;
        -webkit-box-shadow: rgba(0,0,0,0.1) 0px 5px 35px;
        box-shadow: rgba(0,0,0,0.1) 0px 5px 35px;
        margin-bottom: 20px;
        min-height: 400px;
        width: 23.5%;
        position: relative;
        border-bottom-right-radius: 30px;
        border-top-left-radius: 30px;
    }

        .app-table .item-main header {
            background: rgb(255,93,119);
            background: linear-gradient(45deg, rgb(67 67 197) 0%, #2020a9 100%);
            padding: 25px 15px;
            text-align: center;
            color: #fff;
            font-size: 20px;
            letter-spacing: 1PX;
            font-weight: 600;
            min-height: 110px;
            position: relative;
            border-top-left-radius: 30px;
        }

        .app-table .item-main:hover {
            border-bottom-left-radius: 30px;
            border-top-right-radius: 30px;
            border-bottom-right-radius: 0;
            border-top-left-radius: 0;
            -webkit-transition: all 0.5s ease-in-out;
            transition: all .5s ease-in-out;
            -webkit-box-shadow: rgba(0,0,0,0.3) 0px 5px 35px;
            box-shadow: rgba(0,0,0,0.3) 0px 5px 35px;
        }

            .app-table .item-main:hover header {
                border-top-right-radius: 30px;
                border-top-left-radius: 0;
                -webkit-transition: all 0.5s ease-in-out;
                transition: all .5s ease-in-out;
            }

        .app-table .item-main i {
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            width: 80px;
            height: 80px;
            border-radius: 10px;
            background: #fff;
            padding: 10px;
            bottom: -40px;
            -webkit-box-shadow: 0px 4px 18px -6px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 0px 4px 18px -6px rgba(0, 0, 0, 0.5);
            -ms-box-shadow: 0px 4px 18px -6px rgba(0, 0, 0, 0.5);
            -o-box-shadow: 0px 4px 18px -6px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 4px 18px -6px rgba(0, 0, 0, 0.5);
        }

        .app-table .item-main .text-pt {
            margin-top: 45px;
            padding: 20px;
            position: relative;
        }

            .app-table .item-main .text-pt p {
                text-align: center;
                font-size: 15px;
                margin: 2px auto 6px;
                padding-bottom: 10px;
                border-bottom: 2px solid;
                -o-border-image: radial-gradient(rgba(50,50,93,0.25), transparent) 0.5;
                border-image: radial-gradient(rgba(50,50,93,0.25), transparent) 0.5;
            }

            .app-table .item-main .text-pt li {
                display: inline-block;
                white-space: nowrap;
                margin: 6px 0;
                font-size: 14px;
                position: relative;
            }

                .app-table .item-main .text-pt li::before {
                    content: "";
                    display: inline-block;
                    width: 14px;
                    height: 11px;
                    background: url(../images/check-mark.svg) no-repeat;
                    background-size: contain;
                    margin-right: 5px;
                    vertical-align: -1px;
                }

/*=========================*/
/*enquiry part*/
/*========================================*/
.enquiry {
    padding: 20px 0 100px;
    position: relative;
    margin: 0;
    background: url(../images/client-bg.png) right center no-repeat;
}

    .enquiry h3 {
        color: #354168;
        font-size: 25px;
        letter-spacing: 1px;
    }

    .enquiry p {
        font-size: 15px;
        color: #565656;
    }

.enq-form {
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 60px -30px rgb(50 50 93 / 25%), 0 30px 60px -30px rgb(0 0 0 / 30%);
    box-shadow: 0 10px 60px -30px rgb(50 50 93 / 25%), 0 30px 60px -30px rgb(0 0 0 / 30%);
    padding: 30px;
    position: relative;
    background: #fff;
}

.custom-form-label {
    color: #424770;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: none;
}

.custom-form-input {
    position: relative;
    display: block;
    background-color: #f3f6f9;
    border: none;
    outline: none;
    width: 100%;
    border-radius: 4px;
    min-height: 50px;
    color: #32325d;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    padding: 8px 20px 8px 16px;
    -webkit-transition: background-color .1s ease-in,color .1s ease-in;
    transition: background-color .1s ease-in,color .1s ease-in;
}
/*=========================*/
/*client part*/
/*========================================*/
.client {
    padding: 100px 0;
    position: relative;
    margin: 0;
}

.position-absolute {
    position: absolute !important;
    -webkit-animation: roateCirlce 90s 1s infinite linear;
    animation: roateCirlce 90s 1s infinite linear;
}

.client h1 {
    font-size: 36px;
    color: #354168;
    font-weight: 900;
    margin-bottom: 20px;
}

    .client h1 small {
        display: block;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 4px;
        color: #ddd;
        margin-bottom: 10px;
    }

.client p {
    font-size: 16px;
}

.testimony-wrap {
    -webkit-box-shadow: 0px 4px 18px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 4px 18px -12px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0px 4px 18px -12px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 4px 18px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 4px 18px -12px rgba(0, 0, 0, 0.75);
    background: #fff;
    display: block;
    position: relative;
    text-align: center;
    margin: 10px 0;
    border: 1px solid #f8dcea;
}

    .testimony-wrap .user-img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin: 0 auto;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

        .testimony-wrap .user-img .quote {
            position: absolute;
            bottom: -10px;
            right: 0;
            width: 40px;
            height: 40px;
            background: #fce7f1;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }

            .testimony-wrap .user-img .quote i {
                color: #ee76ad;
            }

    .testimony-wrap .name {
        font-weight: 500;
        font-size: 16px;
        margin-bottom: 0;
        color: #2020a9;
    }

    .testimony-wrap .position {
        font-size: 13px;
        color: #e9747d;
    }
/*=========================*/
/*footer part*/
/*========================================*/
/*footer{
    position: relative;
    padding: 150px 0 50px;
    margin: 70px 0 0;
    background: url(../images/footer-bg.png) no-repeat;
    background-size: 100% 100%;
}
.fmenu ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
}
.fmenu ul li a{
    padding: 10px 15px;
    color: #fff;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
}
.fsearch{
    margin: 50px 0;
    position: relative;
}
.fsearch input {
    height: 70px;
    border: 1px solid #ddd;
    border-radius: 50px;
    width: 100%;
    position: relative;
    padding: 15px 120px 15px 70px;
    color: #000;
    outline: 0;
}
.fsearch i{
    position: absolute;
    top: 23px;
    left: 30px;
    font-size: 22px;
    color: #d8d8d8;
    z-index: 1;
}
.fsearch button {
    border: 0;
    background: linear-gradient(45deg, rgba(232,109,129,1) 0%, rgba(247,201,76,1) 100%);
    color: #fff;
    padding: 5px 30px;
    outline: 0;
    font-size: 16px;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 30px;
    height: 60px;
}
.social ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
    margin-bottom: 20px;
}
.social ul li{
    margin: 7px;
}
.social ul li:hover{
    box-shadow: 0 2px 15px rgba(0,0,0,0.2);
}*/

/*================================================
Fooetr Area CSS
=================================================*/
.footer-section {
    position: relative;
    padding: 150px 0 0;
    margin: 70px 0 0;
    background: url(../images/footer-bg.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

    .footer-section p {
        font-size: 15px;
    }

.subscribe-area {
    margin-bottom: 50px;
}

    .subscribe-area .subscribe-content h2 {
        font-size: 25px;
        margin-bottom: 10px;
        color: #fff;
    }

    .subscribe-area .newsletter-form {
        max-width: 580px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }

        .subscribe-area .newsletter-form .input-newsletter {
            display: block;
            width: 100%;
            background-color: #ffffff;
            border: none;
            height: 70px;
            padding-left: 25px;
            border-radius: 10px;
            outline: 0;
            color: #212121;
        }

            .subscribe-area .newsletter-form .input-newsletter::-webkit-input-placeholder {
                color: #666666;
            }

            .subscribe-area .newsletter-form .input-newsletter:-ms-input-placeholder {
                color: #666666;
            }

            .subscribe-area .newsletter-form .input-newsletter::-ms-input-placeholder {
                color: #666666;
            }

            .subscribe-area .newsletter-form .input-newsletter::placeholder {
                color: #666666;
            }

        .subscribe-area .newsletter-form button {
            position: absolute;
            right: 4px;
            top: 4px;
            background-color: #2020a9;
            color: #ffffff;
            border: none;
            height: 62px;
            padding: 0 30px;
            border-radius: 10px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            line-height: 50px;
            text-transform: capitalize;
            cursor: pointer;
            font-size: 16px;
            font-weight: 400;
        }

            .subscribe-area .newsletter-form button:hover {
                background-color: #212121;
                color: #ffffff;
            }

        .subscribe-area .newsletter-form #validator-newsletter {
            color: red;
            position: relative;
            top: 8px;
            font-size: 16px;
            font-weight: 600;
        }

.single-footer-widget {
    margin-bottom: 30px;
}

    .single-footer-widget .footer-heading {
        margin-bottom: 20px;
    }

        .single-footer-widget .footer-heading h3 {
            font-size: 24px;
            font-weight: 600;
            color: #fff;
        }

    .single-footer-widget .footer-social {
        padding-left: 0;
        margin-bottom: 0;
    }

        .single-footer-widget .footer-social li {
            display: inline-block;
            margin-right: 10px;
            list-style-type: none;
        }

            .single-footer-widget .footer-social li:last-child {
                margin-right: 0;
            }

        .single-footer-widget .footer-social i {
            display: inline-block;
            height: 40px;
            width: 40px;
            line-height: 40px;
            background-color: #10104c;
            color: #ffffff;
            text-align: center;
            border-radius: 30px;
            font-size: 16px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

            .single-footer-widget .footer-social i:hover {
                background-color: #2020a9;
            }

    .single-footer-widget .footer-quick-links {
        padding-left: 0;
        margin-bottom: 0;
    }

        .single-footer-widget .footer-quick-links li {
            list-style-type: none;
            margin-bottom: 12px;
            font-size: 15px;
        }

            .single-footer-widget .footer-quick-links li a {
                color: #f1f1f1;
            }

            .single-footer-widget .footer-quick-links li:last-child {
                margin-bottom: 0;
            }

    .single-footer-widget .footer-info-contact {
        position: relative;
        padding-left: 40px;
        margin-bottom: 16px;
    }

        .single-footer-widget .footer-info-contact:last-child {
            margin-bottom: 0;
        }

        .single-footer-widget .footer-info-contact i {
            position: absolute;
            left: 0;
            top: 3px;
            font-size: 25px;
        }

        .single-footer-widget .footer-info-contact h3 {
            margin-bottom: 5px;
            font-size: 18px;
            color: #ffaac7;
        }

        .single-footer-widget .footer-info-contact span {
            font-size: 15px;
            display: block;
        }

            .single-footer-widget .footer-info-contact span a {
                color: #fff;
            }

/*================================================
Copy Right Area CSS
=================================================*/
.copyright-area {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .copyright-area .copyright-area-content p {
        font-size: 14px;
    }

        .copyright-area .copyright-area-content p a {
            display: inline-block;
            font-weight: 600;
        }

            .copyright-area .copyright-area-content p a:hover {
                color: #2020a9;
            }

/*================================================
Go Top CSS
=================================================*/
.go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 15px;
    color: #ffffff;
    background-color: #2020a9;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
    border-radius: 50%;
    border: 1px solid #2020a9;
}

    .go-top.active {
        top: 98%;
        -webkit-transform: translateY(-98%);
        transform: translateY(-98%);
        opacity: 1;
        visibility: visible;
    }

    .go-top i {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        font-size: 16px;
    }

        .go-top i:last-child {
            opacity: 0;
            visibility: hidden;
            top: 60%;
        }

    .go-top::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: #212121;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        border-radius: 50%;
    }

    .go-top:hover, .go-top:focus {
        color: #ffffff;
    }

        .go-top:hover::before, .go-top:focus::before {
            opacity: 1;
            visibility: visible;
        }

        .go-top:hover i:first-child, .go-top:focus i:first-child {
            opacity: 0;
            top: 0;
            visibility: hidden;
        }

        .go-top:hover i:last-child, .go-top:focus i:last-child {
            opacity: 1;
            visibility: visible;
            top: 50%;
        }

/*========================*/
/*about us page*/
/*===========================================*/
.about-pt {
    position: relative;
}

    .about-pt .blockquote {
        border-radius: 5px;
        border: 1px solid #ddd;
        padding: 15px;
        font-size: 15px;
    }

.about-area {
    max-width: 600px;
    margin-right: auto;
}

.inner-about:first-child {
    margin-right: 40px;
}

.inner-about p {
    margin: 30px 0;
}

.inn-abt-box {
    position: relative;
    padding-left: 80px;
    margin-bottom: 40px;
}

.inn-abt-box2 {
    position: relative;
    padding: 20px;
    padding-left: 90px;
    margin-bottom: 40px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    .inn-abt-box2:hover {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
        background: #fff;
        box-shadow: 0 0 40px rgb(51 51 51 / 10%);
    }

.inn-abt-box i {
    left: 0;
    top: 20px;
    font-size: 40px;
    position: absolute;
}

.inn-abt-box2 img {
    width: 45px;
    left: 20px;
    top: 20px;
    font-size: 40px;
    position: absolute;
}

.inn-abt-box2 p {
    margin: 0;
}

.inn-abt-box i {
    color: rgb(89, 186, 239);
}

.inn-abt-box:nth-child(2) i {
    color: rgb(158, 202, 79);
}

.inn-abt-box:nth-child(3) i {
    color: rgb(184, 132, 228);
}

.inn-abt-box:nth-child(4) i {
    color: rgb(243, 156, 81);
}

.inn-abt-box h4 {
    color: #9136bf;
}


/* Process Area CSS =========================*/
.process-content {
    background-color: #fff;
    -webkit-box-shadow: rgb(0 0 0 / 10%) 0px 2px 25px;
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 25px;
    padding: 30px;
    margin-bottom: 30px;
}

    .process-content .number {
        display: inline-block;
        height: 30px;
        width: 30px;
        line-height: 30px;
        text-align: center;
        background-color: #2020a9;
        color: #ffffff;
        transform: rotate(45deg);
        margin-right: 15px;
    }

        .process-content .number span {
            transform: rotate(310deg);
            display: block;
        }

    .process-content h3 {
        font-size: 24px;
        font-weight: 600;
        margin: 0;
        text-transform: uppercase;
        position: relative;
        letter-spacing: 1px;
    }

        .process-content h3:before {
            position: absolute;
            content: '';
            right: -30px;
            bottom: 12px;
            width: 25px;
            height: 3px;
            background: #ffc107;
        }

    .process-content .content {
        margin-top: 30px;
    }

        .process-content .content h4 {
            font-size: 18px;
            margin-bottom: 15px;
            margin-top: 0;
            font-weight: 600;
        }

    .process-content .image {
        margin-top: 20px;
    }

/*Experience Area CSS =======================*/
.experience-inner-area {
    max-width: 600px;
    margin-left: auto;
}

    .experience-inner-area .experience-content h3 {
        font-size: 40px;
        margin-bottom: 16px;
    }

    .experience-inner-area .experience-content span {
        color: #2020a9;
    }

    .experience-inner-area .experience-content .bar {
        height: 4px;
        width: 85px;
        background: #2020a9;
        position: relative;
        border-radius: 5px;
        overflow: hidden;
        margin-bottom: 16px;
    }

        .experience-inner-area .experience-content .bar::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 5px;
            background: #ffffff;
            -webkit-animation-duration: 2s;
            animation-duration: 2s;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-name: MOVE-BG;
            animation-name: MOVE-BG;
        }

    .experience-inner-area .experience-inner-content {
        position: relative;
        margin-top: 30px;
        padding-left: 50px;
    }

        .experience-inner-area .experience-inner-content .icon {
            position: absolute;
            top: 5px;
            left: 0;
        }

            .experience-inner-area .experience-inner-content .icon i {
                display: inline-block;
                height: 30px;
                width: 30px;
                line-height: 30px;
                background-color: #2020a9;
                text-align: center;
                font-size: 15px;
                color: #ffffff;
                border-radius: 5px;
            }

        .experience-inner-area .experience-inner-content h3 {
            font-size: 25px;
            margin-bottom: 10px;
        }

/*========================*/
/*Portfolio*/
/*=================================================*/
.tab .tabs_item {
    display: none;
}

    .tab .tabs_item:first-child {
        display: block;
    }

.schedule-list-tab .tabs {
    padding-left: 0;
    margin-bottom: 65px;
    text-align: center;
}

    .schedule-list-tab .tabs li {
        text-align: center;
        display: inline-block;
        list-style: none;
        background-color: #ffffff;
        -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
        margin-right: 15px;
        border-radius: 10px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

        .schedule-list-tab .tabs li:last-child {
            margin-right: 0;
        }

        .schedule-list-tab .tabs li a {
            display: block;
            color: #5555a2;
            padding: 20px 30px;
            font-size: 16px;
            font-weight: 500;
            letter-spacing: 1px;
        }

            .schedule-list-tab .tabs li a:hover {
                text-decoration: none;
            }

            .schedule-list-tab .tabs li a span {
                display: block;
                margin-top: 0;
            }

                .schedule-list-tab .tabs li a span i {
                    display: block;
                    font-size: 40px;
                    color: #5555a2;
                }

        .schedule-list-tab .tabs li.current, .schedule-list-tab .tabs li:hover {
            background-color: #2020a9;
        }

            .schedule-list-tab .tabs li.current a, .schedule-list-tab .tabs li:hover a {
                color: #ffffff;
            }

                .schedule-list-tab .tabs li.current a span i, .schedule-list-tab .tabs li:hover a span i {
                    color: #ffffff;
                }

.schedule-list-tab .tab_content .tabs_item .tab-content h3 {
    font-size: 30px;
    margin-bottom: 8px;
}

.schedule-list-tab .tab_content .tabs_item .tab-content p {
    margin-bottom: 0;
}

.schedule-list-tab .tab_content .tabs_item .tab-content .tab-inner-content {
    margin-top: 25px;
    position: relative;
    padding-left: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .schedule-list-tab .tab_content .tabs_item .tab-content .tab-inner-content .icon i {
        display: inline-block;
        height: 40px;
        width: 40px;
        line-height: 40px;
        background-color: #086AD8;
        color: #ffffff;
        text-align: center;
        font-size: 20px;
        border-radius: 30px;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .schedule-list-tab .tab_content .tabs_item .tab-content .tab-inner-content h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .schedule-list-tab .tab_content .tabs_item .tab-content .tab-inner-content p {
        margin-bottom: 0;
    }

    .schedule-list-tab .tab_content .tabs_item .tab-content .tab-inner-content:hover .icon i {
        background-color: #10dce8;
        color: #ffffff;
    }


/*========================*/
/*contact page*/
/*===========================================*/
.contact-panel {
    padding: 70px 0;
    position: relative;
}

.single-contact-box {
    text-align: center;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 11px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 11px 3px rgb(0 0 0 / 5%);
    padding: 30px;
    margin-top: 30px;
    min-height: 230px;
}

    .single-contact-box i {
        line-height: 50px;
        width: 50px;
        height: 50px;
        border: 1px dashed #2020a9;
        border-radius: 50%;
        font-size: 20px;
        display: inline-block;
        color: #2020a9;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        margin-bottom: 20px;
    }

    .single-contact-box:hover i {
        background-color: #2020a9;
        color: #ffffff;
    }

    .single-contact-box .content-title h3 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .single-contact-box .content-title p:last-child {
        margin-bottom: 0;
        font-size: 15px;
        line-height: 28px;
    }

    .single-contact-box .content-title a {
        display: block;
        font-size: 16px;
        color: #565656;
    }

        .single-contact-box .content-title a:hover {
            color: #2020a9;
        }

/*========================*/
/*process bar*/
/*=======================================*/
.process-timeline {
    position: relative;
    margin-bottom: 30px;
}

    .process-timeline .pt-timeline {
        top: 57px;
        left: 85px;
        right: 85px;
        position: absolute;
        display: none;
        height: 1px
    }

@media (min-width: 768px) {
    .process-timeline .pt-timeline {
        display: block
    }
}

.process-timeline .pt-timeline__backside-bar {
    height: 1px;
    background-color: #ebebeb
}

.process-timeline .pt-timeline__frontside-bar {
    width: 0;
    height: 1px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #2020a9;
    -webkit-transition: width .4s ease;
    transition: width .4s ease
}

.process-timeline .pt-action-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 768px) {
    .process-timeline .pt-action-bar {
        position: relative;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.process-timeline .pt-action-bar-button {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    outline: none;
    padding: 0;
    /*width: 170px;*/
    cursor: pointer
}

.process-timeline .pt-action-bar-button__background-number {
    top: 0;
    left: 50%;
    position: absolute;
    color: #d7d7ef;
    font-weight: 900;
    font-size: 100px;
    line-height: 1em;
    -webkit-transition: top .4s ease;
    transition: top .4s ease;
    opacity: .3;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.process-timeline .pt-action-bar-button-icon {
    width: 114px;
    height: 114px;
    position: relative;
    margin: 0 auto
}

.process-timeline .pt-action-bar-button-icon__inner-ring-1 {
    width: 114px;
    height: 114px;
    top: 0;
    left: 0;
    position: absolute;
    border: 1px solid #e81e63;
    border-radius: 100px;
    opacity: .05;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.process-timeline .pt-action-bar-button-icon__inner-ring-2 {
    width: 84px;
    height: 84px;
    left: 15px;
    position: absolute;
    top: 15px;
    border: 1px solid #e81e63;
    border-radius: 100px;
    opacity: .1;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.process-timeline .pt-action-bar-button-icon__inner-ring-3 {
    width: 54px;
    height: 54px;
    left: 30px;
    position: absolute;
    top: 30px;
    border: 1px solid #2020a9;
    border-radius: 100px;
    opacity: .8;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.process-timeline .pt-action-bar-button-icon__inner-ring-4 {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 205, 172, 0.4);
    box-shadow: 0 4px 8px 0 rgba(0, 205, 172, 0.4);
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.process-timeline .pt-action-bar-button-icon__inner-ring-4,
.process-timeline .pt-action-bar-button-icon__inner-ring-5 {
    width: 26px;
    height: 26px;
    left: 44px;
    position: absolute;
    top: 44px;
    background-color: #2020a9;
    border: 6px solid #2020a9;
    border-radius: 100px
}

.process-timeline .pt-action-bar-button-icon__inner-ring-5 {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.process-timeline .pt-action-bar-button-icon__inner-ring-6 {
    width: 14px;
    height: 14px;
    left: 50px;
    position: absolute;
    top: 50px;
    background-color: #fff;
    border-radius: 100px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.process-timeline .pt-action-bar-button__title {
    top: -5px;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
    color: #cfd7df
}

.process-timeline .pt-action-bar-button__text {
    color: #6b7c93;
    font-size: 14px;
    line-height: 22px;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

@media (min-width: 768px) {
    .process-timeline .pt-action-bar-button--active .pt-action-bar-button__background-number {
        top: -60px
    }

    .process-timeline .pt-action-bar-button--active .pt-action-bar-button-icon__inner-ring-1 {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .process-timeline .pt-action-bar-button--active .pt-action-bar-button-icon__inner-ring-2 {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .process-timeline .pt-action-bar-button--active .pt-action-bar-button-icon__inner-ring-3 {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .process-timeline .pt-action-bar-button--active .pt-action-bar-button-icon__inner-ring-4 {
        opacity: 1
    }

    .process-timeline .pt-action-bar-button--active .pt-action-bar-button-icon__inner-ring-5 {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .process-timeline .pt-action-bar-button--active .pt-action-bar-button-icon__inner-ring-6 {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .process-timeline .pt-action-bar-button--active .pt-action-bar-button__title {
        color: #0e2b5c
    }

    .process-timeline .pt-action-bar-button--active .pt-action-bar-button__text {
        opacity: 1
    }

    .process-timeline .pt-action-bar-button__text {
        opacity: 0
    }
}

/*inner page priceing design*/
.pricing-table {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .pricing-table .item-main {
        background: #fff;
        -webkit-box-shadow: rgb(0 0 0 / 10%) 0px 5px 35px;
        box-shadow: rgb(0 0 0 / 10%) 0px 5px 35px;
        margin-bottom: 20px;
        min-height: 400px;
        width: 23.5%;
        position: relative;
    }

        .pricing-table .item-main .header {
            background: linear-gradient(0deg, rgba(9,80,255,1) 0%, rgba(74,155,246,1) 100%);
            padding: 20px 30px 70px;
            margin: 0;
            text-align: center;
            font-size: 30px;
            color: #fff;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        .pricing-table .item-main:nth-child(2) .header {
            background: linear-gradient(0deg, rgba(103,27,249,1) 0%, rgba(177,114,228,1) 100%);
        }

        .pricing-table .item-main:nth-child(3) .header {
            background: linear-gradient(0deg, rgba(254,115,16,1) 0%, rgba(255,171,105,1) 100%);
        }

        .pricing-table .item-main:nth-child(4) .header {
            background: linear-gradient(0deg, rgba(1,180,144,1) 0%, rgba(77,242,209,1) 100%);
        }

        .pricing-table .item-main .header span {
            font-style: italic;
            font-size: 16px;
            display: block;
            text-transform: capitalize;
            font-weight: 400;
        }

        .pricing-table .item-main .pricing {
            width: 70%;
            border-radius: 10px;
            background-color: #fff;
            color: #101010;
            font-size: 30px;
            text-align: center;
            padding: 20px;
            font-weight: 900;
            margin: -45px auto 0;
            box-shadow: 0 3px 15px rgb(0 0 0 / 15%);
        }

            .pricing-table .item-main .pricing i {
                font-size: 20px;
                margin-right: 5px;
            }

        .pricing-table .item-main .content {
            padding: 18px;
            position: relative;
            margin-bottom: 50px;
        }

            .pricing-table .item-main .content p {
                text-align: center;
                font-size: 15px;
                margin: 2px auto 6px;
                padding-bottom: 10px;
                border-bottom: 2px solid;
                -o-border-image: radial-gradient(rgba(50,50,93,0.25), transparent) 0.5;
                border-image: radial-gradient(rgba(50,50,93,0.25), transparent) 0.5;
            }

            .pricing-table .item-main .content li {
                display: flow-root;
                white-space: nowrap;
                margin: 6px 0;
                font-size: 14px;
                position: relative;
                text-transform:capitalize;
            }

                .pricing-table .item-main .content li::before {
                    content: "";
                    display: inline-block;
                    width: 14px;
                    height: 11px;
                    background: url(../images/check-mark.svg) no-repeat;
                    background-size: contain;
                    margin-right: 5px;
                    vertical-align: -1px;
                }

        .pricing-table .item-main a {
            display: block;
            padding: 10px 15px;
            background: linear-gradient(90deg, rgba(9,80,255,1) 0%, rgba(74,155,246,1) 100%);
            color: #fff;
            text-align: center;
            margin-top: 15px;
            font-size: 13px;
            text-transform: uppercase;
            text-decoration: none;
            position: absolute;
            width: calc(100% - 50px);
            bottom: 25px;
            left: 25px;
        }

        .pricing-table .item-main:nth-child(2) a {
            background: linear-gradient(90deg, rgba(103,27,249,1) 0%, rgba(177,114,228,1) 100%);
        }

        .pricing-table .item-main:nth-child(3) a {
            background: linear-gradient(90deg, rgba(254,115,16,1) 0%, rgba(255,171,105,1) 100%);
        }

        .pricing-table .item-main:nth-child(4) a {
            background: linear-gradient(90deg, rgba(1,180,144,1) 0%, rgba(77,242,209,1) 100%);
        }

        .pricing-table .item-main a:hover {
            background: linear-gradient(90deg, rgba(255,147,184,1) 0%, rgba(233,30,99,1) 100%);
        }
/*=======================*/
/*FAQ Area CSS*/
/*=================================================*/
.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .faq-accordion .accordion .accordion-item {
        border-radius: 5px;
        display: block;
        margin-bottom: 15px;
        background-color: #fff;
        padding: 25px;
        box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    }

        .faq-accordion .accordion .accordion-item:last-child {
            margin-bottom: 0;
        }

    .faq-accordion .accordion .accordion-title {
        padding: 0 60px 0 0;
        color: #463b87;
        text-decoration: none;
        position: relative;
        display: block;
        font-size: 18px;
        font-weight: 600;
    }

        .faq-accordion .accordion .accordion-title i {
            position: absolute;
            right: 0;
            top: 0;
            font-size: 18px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .faq-accordion .accordion .accordion-title.active {
            color: #212121;
        }

            .faq-accordion .accordion .accordion-title.active i {
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }

    .faq-accordion .accordion .accordion-content {
        display: none;
        position: relative;
        margin-top: 10px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }

        .faq-accordion .accordion .accordion-content.show {
            display: block;
        }

        .faq-accordion .accordion .accordion-content ul {
            padding-left: 0;
            list-style-type: none;
            margin-bottom: 0;
        }

            .faq-accordion .accordion .accordion-content ul li {
                color: #3e555f;
                position: relative;
                margin-bottom: 12px;
                line-height: 25px;
                padding-left: 15px;
            }

                .faq-accordion .accordion .accordion-content ul li::before {
                    content: '';
                    position: absolute;
                    top: 10px;
                    left: 0;
                    width: 6px;
                    height: 6px;
                    background: #086AD8;
                    border-radius: 50%;
                }

                .faq-accordion .accordion .accordion-content ul li:last-child {
                    margin-bottom: 0;
                }


/*=======================*/
/*porject*/
/*=================================================*/
.project-main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .project-main .item-main {
        background: #fff;
        -webkit-box-shadow: rgb(0 0 0 / 10%) 0px 3px 25px;
        box-shadow: rgb(0 0 0 / 10%) 0px 3px 25px;
        margin-bottom: 30px;
        /*min-height: 400px;*/
        width: 31.5%;
        position: relative;
        border-radius: 5px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.project-main2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

    .project-main2 .item-main {
        background: #fff;
        -webkit-box-shadow: rgb(0 0 0 / 10%) 0px 3px 25px;
        box-shadow: rgb(0 0 0 / 10%) 0px 3px 25px;
        margin-bottom: 20px;
        width: 23.5%;
        margin-left: 0.75%;
        margin-right: 0.75%;
        position: relative;
        border-radius: 5px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.project-main .item-main:hover, .project-main 2.item-main:hover {
    -webkit-box-shadow: rgb(0 0 0 / 15%) 0px 5px 35px;
    box-shadow: rgb(0 0 0 / 15%) 0px 5px 35px;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    transition: all ease-in .25s;
}

.project-main2 .item-main img {
    min-height: 250px;
    max-height: 250px;
}

.project-main .item-main .content {
    padding: 10px 25px 15px;
}

    .project-main .item-main .content h3 {
        font-size: 20px;
        margin-bottom: 5px;
        text-align: center
    }

    .project-main .item-main .content p {
        font-size: 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
        padding-bottom: 0.8rem;
    }

    .project-main .item-main .content a {
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 600;
        background: #10104c;
        color: #fff;
        position: absolute;
        padding: 5px 10px;
        bottom: 10px;
        left: 0;
        right: 0;
        margin: auto;
        width: 8rem;
        text-align: center;
    }

#galleryContent {
    -moz-column-count: 4;
    -moz-column-gap: 15px;
    -webkit-column-count: 4;
    -webkit-column-gap: 15px;
    column-count: 4;
    column-gap: 15px;
    list-style: none;
}

    #galleryContent li {
        margin-bottom: 15px;
        position: relative;
        -webkit-transform: scale(1);
        transform: scale(1);
        text-align: center;
    }
/*#galleryContent li:hover{
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    transition: all ease-in .25s;
}*/
#galleryContent2 {
    -moz-column-count: 4;
    -moz-column-gap: 15px;
    -webkit-column-count: 4;
    -webkit-column-gap: 15px;
    column-count: 4;
    column-gap: 15px;
    list-style: none;
}

    #galleryContent2 li {
        margin-bottom: 15px;
        position: relative;
        -webkit-transform: scale(1);
        transform: scale(1);
        text-align: center;
    }

        #galleryContent2 li video {
            width: 100%;
            background: #fff;
            padding: 8px;
            border-radius: 5px;
            box-shadow: 0 0 20px rgb(0 0 0 / 15%);
        }

        #galleryContent2 li p {
            margin: 0;
            display: inline-block;
            color: #101010;
        }

.breadcrumb-section {
    z-index: 5;
    /*overflow: hidden;*/
    padding: 100px 0 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    margin-bottom: 70px;
}

    .breadcrumb-section:before {
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        opacity: 0.6;
        z-index: -1;
        position: absolute;
        background: #000;
    }

    .breadcrumb-section .breadcrumb-inner h1 {
        font-size: 3rem;
        color: #fff;
        margin-bottom: 15px;
        font-weight: 600;
    }

    .breadcrumb-section .breadcrumb-inner h6 {
        color: #c1c1c1;
        margin-bottom: 15px;
        font-size: 20px;
    }

    .breadcrumb-section .breadcrumb-inner .breadcrumb-links li {
        color: #ffeb3b;
        display: inline-block;
        vertical-align: middle;
    }

        .breadcrumb-section .breadcrumb-inner .breadcrumb-links li:before {
            content: "\f30b";
            display: inline-block;
            margin-left: 10px;
            margin-right: 10px;
            vertical-align: middle;
            color: #fff;
            font-family: "Font Awesome 5 Free";
            font-weight: 700;
        }

        .breadcrumb-section .breadcrumb-inner .breadcrumb-links li:first-child:before {
            display: none;
        }

        .breadcrumb-section .breadcrumb-inner .breadcrumb-links li a {
            color: #fff;
        }

            .breadcrumb-section .breadcrumb-inner .breadcrumb-links li a:hover {
                text-decoration: underline;
            }

.mb--75 {
    margin-bottom: -75px;
}

.icon-list {
    display: inline-block;
    margin-top: 30px;
    background: #fff;
    padding: 25px 30px;
    border-radius: 20px;
    -webkit-box-shadow: rgb(0 0 0 / 10%) 0px 5px 35px;
    box-shadow: rgb(0 0 0 / 10%) 0px 5px 35px;
}

    .icon-list .ico-list {
        padding: 0;
        margin: 0 15px;
        position: relative;
        text-align: center;
        display: inline-block;
    }

        .icon-list .ico-list span {
            display: block;
            margin-top: 10px;
            color: #1f1fff;
        }

        .icon-list .ico-list i {
            display: inline-block;
            width: 80px;
            background: #1f1fff;
            height: 80px;
            line-height: 80px;
            font-size: 30px;
            border-radius: 0 15px;
        }


/*------------------*/
/*MLM TYPE*/
/*---------------------------------*/
.mlm-type {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .mlm-type .item-content {
        background: #fff;
        border: 1px dashed #5555a2;
        padding: 25px 35px 50px;
        width: 31%;
        margin-bottom: 50px;
        margin-top: 0;
        box-shadow: 0 0 20px 0 rgb(32 32 169 / 10%);
        position: relative;
        border-radius: 10px;
    }

        .mlm-type .item-content:hover {
            box-shadow: 0 0 20px 0 rgb(32 32 169 / 30%);
        }

        .mlm-type .item-content h3 {
            font-size: 20px;
            font-weight: 600;
            text-transform: uppercase;
            color: #e91e63;
            margin-bottom: 15px;
        }

        .mlm-type .item-content p {
            font-size: 16px;
            text-align: justify;
        }

            .mlm-type .item-content p:last-child {
                margin-bottom: 0;
            }

        .mlm-type .item-content a {
            font-size: 14px;
            background: #10104c;
            color: #fff;
            position: absolute;
            padding: 5px 10px;
            bottom: 25px;
            left: 0;
            right: 0;
            margin: auto;
            width: 100px;
        }

.features {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .features .item-feature {
        width: calc(58% - 120px);
        margin-bottom: 30px;
        border-radius: 20px;
        padding-left: 100px;
        padding-right: 30px;
        padding-top: 25px;
        padding-bottom: 10px;
        box-shadow: 0 2px 10px rgb(32 32 169 / 10%);
        position: relative;
        background-color: #fff;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: .3s linear;
        -o-transition: .3s linear;
        transition: .3s linear;
    }

        .features .item-feature:hover {
            -webkit-transform: translateY(-5px);
            -ms-transform: translateY(-5px);
            transform: translateY(-5px);
        }

        .features .item-feature img {
            position: absolute;
            left: 20px;
            top: 20px;
            border: 2px dotted #ff343c;
            padding: 10px;
            width: 60px;
            border-radius: 50%;
            -webkit-transition: .3s linear;
            -o-transition: .3s linear;
            transition: .3s linear;
        }

        .features .item-feature:hover img {
            -webkit-transform: rotate(20deg);
            -ms-transform: rotate(20deg);
            transform: rotate(20deg);
        }

        .features .item-feature h4 {
            font-size: 18px;
            margin-bottom: 12px;
            color: #ff343c;
        }

        .features .item-feature p {
            font-size: 15px;
        }

.highlighted-sec {
    background: #ec366b;
    background: -webkit-gradient(linear,left top,right top,from(#ec366b),to(#a43493));
    background: linear-gradient(90deg,#ec366b 0%,#a43493 100%);
}


/*------------------------*/
/*e-Commerce*/
/*-------------------------------------------*/
.list-feature ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-top: 40px;
}

    .list-feature ul li img {
        margin-right: 18px;
        width: 50px;
    }

    .list-feature ul li h4 {
        font-size: 18px;
        margin-bottom: 7px;
    }

    .list-feature ul li p {
        padding-left: 75px;
        margin-top: -15px;
    }

.list-ecommerce ul {
    display: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .list-ecommerce ul li {
        text-align: center;
        display: inline-block;
        list-style: none;
        background-color: #ffffff;
        -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
        box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
        border-radius: 10px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        width: 18%;
        margin-bottom: 30px;
        padding: 25px 10px;
        border: 2px dashed rgb(32 32 169 / 15%);
    }

        .list-ecommerce ul li h5 {
            margin: 10px 0 0 0;
            font-size: 18px;
            font-weight: 600;
            letter-spacing: 1px;
            color: #2020a9;
        }

        .list-ecommerce ul li:hover {
            border-color: #2020a9;
            -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 25%);
            box-shadow: 0 10px 30px rgb(0 0 0 / 25%);
        }

/*------------------------*/
/*graphics*/
/*-------------------------------------------*/
.graphic-primary {
    position: relative;
    overflow: visible;
    height: auto;
    padding: 150px 5% 100px;
}

.gra1 {
    position: absolute;
    left: -80px;
    top: -130px;
    right: auto;
    bottom: auto;
    z-index: 2;
    width: 400px;
    max-width: none;
}

.gra2 {
    position: absolute;
    left: -60px;
    right: auto;
    bottom: 0;
    z-index: 2;
    width: 150px;
    max-width: none;
    -webkit-filter: brightness(200%);
    filter: brightness(200%);
}

.gra3 {
    position: absolute;
    left: 0;
    top: -84px;
    right: 0;
    bottom: auto;
    z-index: 2;
    width: 250px;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
}

.gra4 {
    position: absolute;
    left: auto;
    bottom: 121px;
    right: -44px;
    z-index: 3;
}

.gra5 {
    position: absolute;
    left: auto;
    top: -121px;
    right: -88px;
    bottom: auto;
    z-index: 2;
    width: 400px;
    max-width: none;
}

.membership-box {
    text-align: center;
    padding: 2rem;
    position: relative;
}

.step2 {
    position: relative;
    background-position: 50% 50%;
    background-size: 125px;
    min-height: 125px;
    line-height: 110px;
    background-repeat: no-repeat;
}

    .step2 img {
        width: 50px;
    }

.step {
    position: relative;
    min-height: 100px;
    background-position: 50% 50%;
    background-size: 105px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    width: 110px;
    margin-right: 20px;
}

.step_content {
    width: calc(100% - 130px);
}

    .step_content p {
        font-size: 15px;
    }

.step img {
    width: 50px;
}

.step_1 {
    background-image: url(../images/gra/gra7.png);
}

.step_2 {
    background-image: url(../images/gra/gra8.png);
}

.step_3 {
    background-image: url(../images/gra/gra9.png);
}

.step_4 {
    background-image: url(../images/gra/gra12.png);
}

.step_5 {
    background-image: url(../images/gra/gra13.png);
}

.step_6 {
    background-image: url(../images/gra/gra14.png);
}

.fantastic-features {
    position: relative;
    padding: 120px 5%;
    background-color: #edf2f9;
}

    .fantastic-features h4 {
        margin: 0 0 5px;
        font-size: 20px;
        color: #101010;
    }

.gra6 {
    position: absolute;
    left: auto;
    top: -114px;
    right: -156px;
    bottom: auto;
    width: 250px;
    max-width: none;
}

.gra7 {
    position: absolute;
    left: -147px;
    top: -175px;
    right: auto;
    bottom: auto;
    width: 260px;
    max-width: none;
}

.gra8 {
    position: absolute;
    left: 70px;
    top: 0;
    right: auto;
    bottom: auto;
    width: 50px;
    max-width: none;
}

.gra9 {
    position: absolute;
    left: -121px;
    bottom: -130px;
    right: auto;
    width: 220px;
    max-width: none;
}

.bg2 {
    background-color: #fcf8f2;
}

.section-header.left-style {
    text-align: left;
    margin-left: 0;
    max-width: 100%;
    margin: 0 auto 40px;
    position: relative;
    z-index: 1;
}

.section-header .cate {
    margin-bottom: 10px;
    color: #ff8a00;
}

.exclusive-item {
    align-items: center;
    border: 1px solid #312d65;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    max-width: 400px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}

    .exclusive-item:hover {
        box-shadow: 0 0 15px 0 rgb(255 255 255 / 40%);
    }

    .exclusive-item .exclusive-thumb {
        width: 60px;
    }

        .exclusive-item .exclusive-thumb img {
            width: 100%;
        }

    .exclusive-item .exclusive-content {
        width: calc(100% - 60px);
        padding-left: 20px;
    }

        .exclusive-item .exclusive-content .title3 {
            margin: 0;
            font-size: 18px;
            font-weight: 600;
            text-transform: capitalize;
            line-height: 28px;
        }

.feature-box {
    background: #fff;
    padding: 3rem;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-right: 50px;
    height: 100%;
    align-items: center;
}

    .feature-box p {
        color: #fe9900;
        font-size: 30px;
        margin-bottom: 10px;
        line-height: 1;
        font-weight: 600;
    }

    .feature-box h4 {
        font-size: 30px;
        font-weight: 600;
        margin: 0 0 30px;
    }

    .feature-box .author {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

        .feature-box .author img {
            width: 40px;
            border-radius: 50%;
            margin-right: 15px;
        }

.feature-list {
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
    align-items: center;
}

    .feature-list:last-child {
        margin-bottom: 0;
    }

.future-full {
    background: #fff;
    box-shadow: 0 2px 35px 0 rgb(0 0 0 / 10%);
    position: relative;
    padding: 4rem;
}

    .future-full .col-xl-4:nth-child(n+4), .future-full .col-md-4:nth-child(n+4) {
        margin-top: 40px;
    }

    .future-full .box {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        min-width: 100%;
        align-items: center;
        justify-content: center;
    }

        .future-full .box .icon {
            box-shadow: 0 4px 24px 0 rgb(103 151 255 / 10%), 0 12px 64px 0 rgb(103 151 255 / 10%);
            border-radius: 100px;
            padding: 24px;
            flex-shrink: 0;
            margin-bottom: 20px;
            display: -webkit-box;
            display: flex;
        }

        .future-full .box h4 {
            margin-bottom: 10px;
        }

/*what we do*/
.whatdo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bg-orange {
    background: #ff8a3d
}

.bg-gray {
    background: #f1f1f1
}

.bg-blue {
    background: #242671
}

.bg-purple {
    background: #862568
}

.bg-gray2 {
    background: #edf2fb
}

.whatlist {
    width: 30.333%;
    padding: 30px;
    position: relative;
    margin-bottom: 30px;
}

    .whatlist i {
        margin-bottom: 30px;
        font-size: 80px;
        display: block;
        width: 100%;
        text-align: center;
    }

    .whatlist h4 {
        margin: 15px 0;
    }

.gra-service {
    z-index: 5;
    padding: 100px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    margin-right: 10%;
    border-radius: 0 26vw 26vw 0;
}

    .gra-service .container {
        margin-right: 0;
    }

    .gra-service:before {
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        border-radius: 0 26vw 26vw 0;
        z-index: -1;
        position: absolute;
        background-image: linear-gradient(140deg,rgba(0,72,114,0.9) 0%,#291160 100%);
        background-color: rgba(0,0,0,0);
    }

/*------------------------*/
/*blog post*/
/*-------------------------------------------*/
.blogs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.blog-item {
    position: relative;
    margin-bottom: 70px;
    width: 45%;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

.item-media {
    overflow: hidden;
    position: relative;
}

    .item-media img {
        transition: all 0.3s ease;
    }

    .item-media:hover img {
        -webkit-filter: blur(3px);
        filter: blur(3px);
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }

.item-content {
    padding: 30px;
    background: #fff;
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 10%);
    margin-left: auto;
    margin-right: auto;
    margin-top: -80px;
    max-width: 90%;
    padding: 50px;
    padding-bottom: 48px;
    position: relative;
    text-align: center;
    z-index: 5;
}

    .item-content h3 {
        font-size: 30px;
        font-weight: bold;
        color: #3f51b5;
        margin-bottom: 15px;
    }

    .item-content ul, .item-content ol {
        margin-left: 40px;
        font-size: 15px;
    }

        .item-content ul li, .item-content ol li {
            margin-bottom: 7px;
        }

    .item-content .entry-meta {
        align-items: center;
        clear: both;
        display: flex;
        justify-content: space-between;
        line-height: 1;
        margin-top: 45px;
    }

        .item-content .entry-meta a {
            color: #f00;
            text-transform: uppercase;
            font-size: 15px;
        }

    .item-content .entry-meta-head {
        display: flex;
        font-size: 14px;
        justify-content: space-between;
        letter-spacing: 2px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

        .item-content .entry-meta-head .entry-date {
            display: flex;
            font-size: 14px;
        }

            .item-content .entry-meta-head .entry-date .entry-author {
                font-size: 14px;
                margin-right: 20px;
            }

.post_author {
    margin-top: 40px;
    margin-bottom: 40px;
}

    .post_author .author_img {
        float: left;
        padding-right: 15px;
    }

.author_img img {
    max-width: 100px;
    border-radius: 50%;
}

.author_info {
    overflow: hidden;
}

    .author_info .author_name {
        font-weight: 600;
    }

.author_name {
    overflow: hidden;
}

.author_info p {
    font-size: 14px;
}

    .author_info p:last-child {
        margin-bottom: 0;
    }

.content_title {
    margin-bottom: 15px;
}

.comment-box {
    background-color: #e1eaf3;
    padding: 50px;
}

    .comment-box .form-control {
        min-height: 52px;
        border-radius: 0;
        color: #000;
        padding: 10px 10px 10px 50px;
        box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    }

    .comment-box .form-group {
        position: relative;
        margin-bottom: 1.5rem;
    }

        .comment-box .form-group i {
            position: absolute;
            left: 32px;
            top: 16px;
            font-size: 16px;
        }

.comment-area {
    padding-top: 10px;
}

.comment_content {
    padding-left: 20px;
}

.comment-area .comment_list {
    margin-bottom: 40px;
    padding: 0;
}

.comment_user img {
    height: auto;
    max-width: 70px;
    border-radius: 50%;
}

.comment_info {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    list-style: none;
}

.comment-time {
    font-size: 13px;
    color: #565656;
    line-height: normal;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-style: italic;
}

.children {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 20px;
    margin-left: 60px;
    padding-left: 0;
}

.comment_info:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.sticky-menu {
    position: sticky;
    top: 90px;
}

.widget_title {
    font-weight: 600;
    color: #2020a9;
    margin-bottom: 10px;
    font-size: 24px;
}

.widget_recent_post {
    padding: 0;
}

    .widget_recent_post li {
        list-style: none;
        margin-bottom: 10px;
        width: 100%;
        display: inline-block;
        border: 1px solid #e7e9f5;
        padding: 10px;
        background: #fff;
        box-shadow: 0 2px 10px 0 rgb(0 0 0 / 5%);
    }

.widget_categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.widget_categories li {
    display: block;
    border: 1px solid #e1e1e1;
    padding: 0 10px;
    margin-bottom: 5px;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 5%);
}

    .widget_categories li:hover {
        border-color: #b5b5b5;
    }

    .widget_categories li a {
        color: #5c32a7;
        display: flex;
        justify-content: space-between;
        font-size: 16px;
        padding-bottom: 8px;
        padding-top: 9px;
        text-decoration: none;
    }

        .widget_categories li a:hover {
            color: #e91e63;
        }

        .widget_categories li a span {
            font-size: 13px;
            width: 30px;
            height: 24px;
            line-height: 24px;
            text-align: center;
            color: #000;
            background: #e7e1f3;
            border-radius: 5px;
            font-weight: 600;
        }

.post_footer {
    display: inline-block;
    vertical-align: top;
}

.post_img {
    float: left;
    margin-right: 10px;
}

    .post_img img {
        width: 80px;
    }

.post_content {
    overflow: hidden;
}

    .post_content h6 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 5px;
    }

.tags a {
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 5%);
    font-size: 14px;
    padding: 8px 15px;
    display: inline-block;
    margin-bottom: 5px;
    color: #333;
    text-decoration: none;
}

    .tags a:hover {
        background: #3f51b5;
        color: #fff;
    }

.blog_social a {
    color: #fff;
    text-decoration: none;
    padding: 7px 15px;
    display: inline-block;
    border-radius: 3px;
    margin-bottom: 5px;
}

    .blog_social a span {
        font-size: 16px;
    }

    .blog_social a.facebook {
        background: #3b5998;
    }

    .blog_social a.twitter {
        background: #1dcaff;
    }

    .blog_social a.google {
        background: #dd4b39;
    }

.input-wrapper-inline {
    display: flex;
    position: relative;
    max-width: 61.3rem;
    width: 100%;
    height: 45px;
}

.btn-absolute input.form-control {
    width: 100%;
    padding-left: 1.2rem;
    color: #999;
    font-size: 1rem;
    height: 45px;
}

.btn-absolute .btn {
    position: absolute;
    width: auto;
    height: 100%;
    min-width: 3.4rem;
    right: 0;
    font-size: 1rem;
    outline: 0;
    text-decoration: none;
    color: #000;
}

/*============================*/
/*mobile app*/
/*=============================================*/
.feature-item {
    padding: 30px;
    border: 1px solid #acacf4;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
}

    .feature-item .feature-thumb {
        width: 90px;
        height: 90px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #cecbf5;
        align-items: center;
        justify-content: center;
        position: relative;
        animation: rotate 3s linear infinite;
        -webkit-animation: rotate 3s linear infinite;
        -moz-animation: rotate 3s linear infinite;
        animation-play-state: paused;
        -webkit-animation-play-state: paused;
        -moz-animation-play-state: paused;
        display: flex;
        flex-wrap: wrap;
    }

        .feature-item .feature-thumb::after,
        .feature-item .feature-thumb::before {
            width: 13px;
            height: 13px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background-image: -ms-linear-gradient(0deg, #f6d365 0, #fda085 100%);
            background-image: -moz-linear-gradient(0deg, #f6d365 0, #fda085 100%);
            background-image: -webkit-linear-gradient(0deg, #f6d365 0, #fda085 100%);
            box-shadow: 5.806px 23.287px 30.72px 1.28px rgba(253, 160, 133, .5);
            position: absolute;
            content: '';
        }

        .feature-item .feature-thumb::after {
            top: 6px;
            right: 6px
        }

        .feature-item .feature-thumb::before {
            bottom: 6px;
            left: 6px
        }

        .feature-item .feature-thumb .thumb {
            width: 71px;
            height: 71px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            animation: rev-rotate 3s linear infinite;
            -webkit-animation: rev-rotate 3s linear infinite;
            -moz-animation: rev-rotate 3s linear infinite;
            animation-play-state: paused;
            -webkit-animation-play-state: paused;
            -moz-animation-play-state: paused;
            box-shadow: 2.419px 9.703px 12.48px .52px rgba(232, 58, 153, .5)
        }

            .feature-item .feature-thumb .thumb img {
                width: 100%
            }

    .feature-item:nth-of-type(4n+2) .feature-thumb::after,
    .feature-item:nth-of-type(4n+2) .feature-thumb::before {
        background-image: -ms-linear-gradient(0deg, #e1358f 0, #7e6ce7 100%);
        background-image: -moz-linear-gradient(0deg, #e1358f 0, #7e6ce7 100%);
        background-image: -webkit-linear-gradient(0deg, #e1358f 0, #7e6ce7 100%);
        box-shadow: 10.418px 30.257px 30.72px 1.28px rgba(121, 107, 232, .5);
        position: absolute;
        content: '';
    }

    .feature-item:nth-of-type(4n+2) .feature-thumb .thumb {
        box-shadow: 2.419px 9.703px 12.48px .52px rgba(121, 107, 232, .5)
    }

    .feature-item:nth-of-type(4n+3) .feature-thumb::after,
    .feature-item:nth-of-type(4n+3) .feature-thumb::before {
        background-image: -ms-linear-gradient(0deg, #e2906e 0, #e83a99 100%);
        background-image: -moz-linear-gradient(0deg, #e2906e 0, #e83a99 100%);
        background-image: -webkit-linear-gradient(0deg, #e2906e 0, #e83a99 100%);
        position: absolute;
        content: '';
    }

    .feature-item:nth-of-type(4n+3) .feature-thumb .thumb {
        box-shadow: 2.419px 9.703px 18.24px .76px rgba(253, 160, 133, .5)
    }

    .feature-item:nth-of-type(4n+4) .feature-thumb::after,
    .feature-item:nth-of-type(4n+4) .feature-thumb::before {
        background-image: -ms-linear-gradient(0deg, #d180dd 0, #796be8 100%);
        background-image: -moz-linear-gradient(0deg, #d180dd 0, #796be8 100%);
        background-image: -webkit-linear-gradient(0deg, #d180dd 0, #796be8 100%);
        position: absolute;
        content: '';
    }

    .feature-item:nth-of-type(4n+4) .feature-thumb .thumb {
        box-shadow: 4.232px 12.292px 10.56px .44px rgba(121, 107, 232, .5)
    }

    .feature-item .feature-content {
        width: calc(100% - 90px);
        padding-left: 30px
    }

        .feature-item .feature-content .title {
            margin: 0;
            margin-bottom: 29px
        }

@media (max-width:767px) {
    .feature-item .feature-content .title {
        margin-bottom: 20px
    }
}

.feature-item::before {
    width: 100%;
    height: 100%;
    background: url(../images/feature-bg.png) no-repeat center center;
    background-size: cover;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
    opacity: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    content: "";
}

.feature-item::after {
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    content: "";
}

.feature-item * {
    position: relative;
    z-index: 1
}

.feature-item.active,
.feature-item:hover {
    border-color: transparent
}

    .feature-item.active .feature-thumb,
    .feature-item.active .feature-thumb .thumb,
    .feature-item:hover .feature-thumb,
    .feature-item:hover .feature-thumb .thumb {
        animation-play-state: running;
        -webkit-animation-play-state: running;
        -moz-animation-play-state: running
    }

    .feature-item.active .feature-content .title,
    .feature-item:hover .feature-content .title {
        color: #fff
    }

    .feature-item.active .feature-content p,
    .feature-item:hover .feature-content p {
        color: rgba(255, 255, 255, .9)
    }

    .feature-item.active::before,
    .feature-item:hover::before {
        opacity: 1
    }

@media (max-width:575px) {
    .feature-item {
        padding: 30px 20px
    }
}

@media screen and (max-width:499px) {
    .feature-item .feature-thumb {
        margin-bottom: 20px
    }

    .feature-item .feature-content {
        padding: 0;
        width: 100%
    }
}

.feature-item::after {
    width: 100%;
    height: 100%;
    z-index: 99
}

.feat-nav {
    margin: -5px;
    margin-top: 50px
}

    .feat-nav a {
        width: 60px;
        height: 60px;
        line-height: 60px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        color: #3b368c;
        background: #fff;
        font-size: 24px;
        font-weight: 700;
        margin: 5px
    }

        .feat-nav a.active,
        .feat-nav a:hover {
            color: #fff;
            background: -ms-linear-gradient(-103deg, #ef774c 0, #ed684f 35%, #e84351 76%, #e73351 100%);
            background: -moz-linear-gradient(-103deg, #ef774c 0, #ed684f 35%, #e84351 76%, #e73351 100%);
            background: -webkit-linear-gradient(-103deg, #ef774c 0, #ed684f 35%, #e84351 76%, #e73351 100%);
            box-shadow: 0 10px 10px 0 rgba(231, 51, 81, .3)
        }

@media (min-width:576px) {
    .feat-nav {
        margin: -10px;
        margin-top: 80px
    }

        .feat-nav a {
            margin: 10px
        }
}


.app-content {
    position: relative;
    margin-right: 80px;
}

.app-box-main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .app-box-main .app-item {
        width: 48%;
        color: #6F8BA4;
        line-height: 26px;
        letter-spacing: 0.88px;
        padding: 30px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        margin-bottom: 30px;
        position: relative;
        background: #fff;
        box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
    }

        .app-box-main .app-item:hover {
            background-image: linear-gradient(127deg, #FA5B86 0%, #FB9A86 91%);
            color: #FFE7EA;
        }

        .app-box-main .app-item .app-title {
            font-weight: 400;
            font-size: 18px;
            line-height: 26px;
            margin-bottom: 23px !important;
            letter-spacing: 0.7px;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            position: relative;
            z-index: 2;
        }

        .app-box-main .app-item i {
            font-size: 26px;
            margin-bottom: 23px;
            background-image: linear-gradient(127deg, #FA5B86 0%, #FB9A86 91%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            position: relative;
            z-index: 2;
        }

        .app-box-main .app-item:hover i, .app-box-main .app-item.active i {
            background-image: linear-gradient(127deg, #fff 0%, #fff 91%);
        }

        .app-box-main .app-item p {
            margin: 0;
        }

.appfeatures li {
    overflow: hidden;
    margin-bottom: 30px;
}

    .appfeatures li:last-child {
        margin-bottom: 0px;
    }

    .appfeatures li:hover .count span {
        background: #673ab7;
        color: #fff;
    }

    .appfeatures li .count {
        float: left;
        width: 68px;
        min-height: 150px;
    }

        .appfeatures li .count span {
            display: block;
            width: 67px;
            height: 67px;
            line-height: 67px;
            text-align: center;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            margin: auto;
            background: #e9ddff;
            font-size: 24px;
            color: #673ab7;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

    .appfeatures li .text {
        float: left;
        width: calc(100% - 68px);
        width: -webkit-calc(100% - 68px);
        padding-left: 20px;
    }

        .appfeatures li .text h5 {
            font-weight: 400;
            font-size: 18px;
            line-height: 28px;
            letter-spacing: 1px;
            color: #4e3679;
            margin-top: 5px;
            margin-bottom: 10px !important;
        }

        .appfeatures li .text p {
            font-weight: 400;
            font-size: 15px;
            color: #484848;
            letter-spacing: 0.5px;
            line-height: 24px;
        }

.applink p {
    display: block;
    margin: 50px 0;
    font-size: 20px;
}

.btn-box .app-btn {
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
    color: #454789;
    font-weight: 400;
    padding: 13px 30px;
    background-color: #f1f3ff;
    border: 1px solid #d1d3fd;
    border-radius: 3px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .btn-box .app-btn:hover {
        background-color: #a427b9;
        color: #ffffff;
        border-color: #831d94;
        text-decoration: none;
    }

    .btn-box .app-btn i {
        position: relative;
        vertical-align: middle;
        top: -2px;
        font-size: 25px;
        margin-right: 10px;
    }

/*========================*/
/*Digital Markeing*/
/*====================================*/
.digital {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .digital .digi-item {
        display: block;
        padding: 20px;
        background-color: #ffffff;
        border-radius: 10px 10px 10px 10px;
        text-decoration: none;
        box-shadow: 0px 2px 70px 0px rgb(110 130 208 / 18%);
        position: relative;
        text-align: center;
        width: 23.5%;
        margin-bottom: 50px;
    }

        .digital .digi-item h5 {
            margin: 25px 0 15px;
            font-size: 18px;
        }

        .digital .digi-item .readmore {
            position: absolute;
            margin: auto;
            left: 0;
            right: 0;
            bottom: -10px;
        }

        .digital .digi-item a {
            color: #b5b5b5;
            border-radius: 4px;
            letter-spacing: 5px;
            font-size: 14px;
            font-weight: 700 !important;
            text-transform: uppercase !important;
            background-color: #ffffff;
            box-shadow: 0px 2px 30px 0px rgb(110 130 208 / 14%);
            transition: color 300ms ease 0ms,letter-spacing 300ms ease 0ms;
            padding: 10px 20px;
            text-align: center;
        }

            .digital .digi-item a:hover {
                color: #7a69e6 !important;
                letter-spacing: 8px !important;
                text-decoration: none;
            }

.digi-box {
    position: relative;
}

    .digi-box .col-xl-3:nth-child(2) {
        margin-top: 50px;
    }

    .digi-box .col-xl-3:nth-child(3) {
        margin-top: 100px;
    }

    .digi-box .col-xl-3:nth-child(4) {
        margin-top: 20px;
    }

.digital-box {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    transition: filter 300ms ease 0ms,box-shadow 300ms ease 0ms;
    box-shadow: 0px 10px 80px -10px rgb(44 54 92 / 20%);
    cursor: pointer;
}


/*-----------------------------*/
/*request quote*/
/*-------------------------------------*/
.quote .modal.modal-left .modal-dialog {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.quote .modal.modal-left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.quote .modal.modal-left .modal-content {
    height: 100%;
    overflow-y: auto;
}

.quote .modal.modal-left .modal-body {
    padding: 40px;
}

.quote .modal.modal-left.fade .modal-dialog {
    left: -500px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.quote .modal.modal-left.fade.show .modal-dialog {
    left: 0;
}

.quote .modal.modal-left .modal-content {
    border-radius: 0;
    border: none;
}

.quote .close {
    outline: 0;
    font-size: 36px;
    font-weight: bold;
}

.quote .form-control {
    min-height: 50px;
}

.quote h2 {
    font-size: 48px;
}

.quote h2, .quote h4 {
    color: #2020a9;
}

.sidesocial {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 999;
}

    .sidesocial ul {
        list-style: none;
        display: block;
    }

        .sidesocial ul li {
            display: block;
            margin: 4px 0;
        }

            .sidesocial ul li:first-child {
                margin-bottom: 30px;
            }

/*============================================*/
/*responsive part*/
/*================================================================*/
@media(max-width:1600px) {
    .sticky.scrolled {
        padding: 10px 5%;
    }

    .sticky .logo {
        padding-bottom: 0;
    }
}

@media(max-width:1021px) {
    .gra1 {
        width: 200px;
    }

    .gra3 {
        width: 150px;
    }

    .gra4 {
        right: 0;
        bottom: 0;
    }

    .gra5 {
        width: 200px;
        right: 0;
        top: -150px;
    }

    .gra6 {
        top: -90px;
        right: 0;
        width: 180px;
    }
}

@media(max-width:768px) {
    .logo {
        padding: 8px 0;
    }

    .title2 h2 {
        font-size: 36px;
    }

    .page-btn {
        margin-bottom: 5px;
    }

    .pg-btn {
        margin-bottom: 10px;
    }

    .slick-slide {
        margin: 0;
    }

    .landing.landing-home {
        max-height: 100%;
    }

        .landing.landing-home .landing-slides {
            padding: 0;
        }

            .landing.landing-home .landing-slides .landing-slides-inner {
                max-width: 100%;
            }

    .l-t-n {
        font-size: 36px;
        margin-top: 15px;
    }

    .service-thumb {
        margin-top: 0;
    }

    .about {
        padding: 40px 0 0;
    }

        .about h1 {
            font-size: 36px;
            margin-bottom: 30px;
        }

    .application {
        min-height: auto;
        background-size: contain;
    }

        .application .content {
            margin-top: 0;
        }

    .approach {
        margin: 0;
        padding: 50px 0;
    }

    .enquiry {
        padding: 50px 0;
    }

    .enq-form {
        margin-top: 30px;
    }

    .client {
        padding: 50px 0;
    }

    .clients .slick-slide {
        margin: 0 15px !important;
    }

    .breadcrumb-section .breadcrumb-inner h1 {
        font-size: 2.5rem;
    }

    .top-main {
        width: 100%;
        float: none;
    }

        .top-main #google_translate_element {
            display: none;
        }

    .app-table {
        flex-direction: column;
    }

        .app-table .item-main {
            width: 100%;
        }

    .faq-image {
        margin-top: 50px;
    }

    .icon-list {
        padding: 15px 10px 0;
    }

        .icon-list .ico-list {
            margin: 0 5px 15px;
        }

            .icon-list .ico-list i {
                width: 50px;
                height: 50px;
                line-height: 50px;
                font-size: 18px;
            }

            .icon-list .ico-list span {
                font-size: 14px;
            }

    /*portfolio code*/
    .schedule-list-tab .tabs li {
        margin: 0 0 7px;
        width: 49%;
    }

        .schedule-list-tab .tabs li a {
            padding: 10px 20px;
            font-size: 15px;
            letter-spacing: 0.5px;
        }

            .schedule-list-tab .tabs li a span i {
                font-size: 30px;
            }

    .project-main .item-main .content {
        padding: 10px;
    }

        .project-main .item-main .content h3 {
            font-size: 16px;
        }

        .project-main .item-main .content p {
            font-size: 13px;
        }

        .project-main .item-main .content a {
            font-size: 11px;
        }

    #galleryContent {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }

    #galleryContent2 {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    /*pricing table*/
    .pricing-table .item-main {
        width: 48%;
    }

        .pricing-table .item-main .content {
            padding: 15px;
        }

            .pricing-table .item-main .content li {
                text-transform: capitalize;
                font-size: 13px;
            }

    /*graphics*/
    .whatlist {
        width: 48%;
    }

    .feature-box {
        padding: 2rem;
        margin-right: 0;
    }

    .feature-list {
        margin-bottom: 0;
        margin-top: 40px;
    }

    /*ecommerce*/
    .list-ecommerce ul li {
        width: 32%;
        margin-bottom: 15px;
    }

    /*mobile application*/
    .app-content {
        margin-right: 0;
        margin-bottom: 50px;
    }

    .app-box-main .app-item {
        width: 100%;
    }

    .btn-box .app-btn {
        margin-right: 10px;
        padding: 10px 18px;
        font-size: 16px;
    }

        .btn-box .app-btn i {
            font-size: 18px;
        }

    /*digital marketing*/
    .inner-about:first-child {
        margin-right: 0;
    }

    .digital .digi-item {
        width: 48%;
    }

    .digi-box .col-xl-3:nth-child(2), .digi-box .col-xl-3:nth-child(3), .digi-box .col-xl-3:nth-child(4) {
        margin-top: 30px;
    }

    /*blog panel*/
    .blog-item {
        width: 95%;
    }

    .item-content {
        margin-top: -40px;
        padding: 25px;
    }

        .item-content h3 {
            font-size: 24px;
        }

    .comment-box {
        padding: 30px;
        margin-bottom: 40px;
    }

    .sidesocial {
        display: none;
    }

    .footer-section {
        padding: 50px 0 0;
        margin: 0;
        background: #673ab7;
    }

    .subscribe-area .newsletter-form button {
        padding: 0 15px;
    }

    .single-footer-widget .footer-heading h3 {
        font-size: 18px;
    }

    .single-footer-widget .footer-heading {
        margin-bottom: 15px;
    }
}

@media(max-width:480px) {
    /*home page*/
    .account-ring-wrap {
        display: none;
    }

    .position-absolute {
        width: 250px;
        left: 0;
        right: 0;
        margin: auto;
    }

    /*portfolio code*/
    .project-main .item-main {
        width: 48%;
        margin-bottom: 20px;
    }

    .project-main2 .item-main {
        width: 31.5%;
    }

        .project-main2 .item-main img {
            min-height: auto;
        }

    #galleryContent2 {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .webecom > * .project-main .item-main {
        width: 100% !important;
    }
    /*pricing table*/
    .pricing-table .item-main {
        width: 100%;
    }

        .pricing-table .item-main .content {
            padding: 20px;
        }

            .pricing-table .item-main .content li {
                text-transform: capitalize;
                font-size: 13px;
            }

    /*graphics code*/
    .whatlist {
        width: 100%;
    }

    /*ecommerce*/
    .list-ecommerce ul li {
        width: 48%;
        margin-bottom: 15px;
    }

    /*mlm business*/
    .mlm-type .item-content, .features .item-feature {
        width: 100%;
    }

    /*digital marketing*/
    .digital .digi-item {
        width: 100%;
    }
}
/*-----------------------------------puja------------------------------------------------------*/
@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

.floatanimation {
    animation: float 6s ease-in-out infinite;
}

.spinanimation {
    -webkit-animation: spin 10s linear infinite;
    -moz-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.shakeanimation:hover {
    /* Start the shake animation and make the animation last for 0.5 seconds */
    animation: shake 1.5s;
    /* When the animation is finished, start again */
    animation-iteration-count: infinite;
}

.nhshakeanimation {
    /* Start the shake animation and make the animation last for 0.5 seconds */
    animation: shake 2s;
    /* When the animation is finished, start again */
    animation-iteration-count: infinite;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.jelloanimation {
    animation: jello 2s infinite;
    transform-origin: center
}

ul .wow > img {
    animation: jello 3.5s infinite;
    transform-origin: center
}

@keyframes jello {
    11.1% {
        transform: none
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }

    100% {
        transform: none
    }
}

.item-main {
    transition: transform .2s; /* Animation */
}

    .item-main:hover {
        transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }

#galleryContent li > img:hover {
    transform: scale(1.06);
}

.banimated {
    align-self: flex-end;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    margin: 0 auto 0 auto;
    transform-origin: bottom;
}

.bounceanimation {
    animation-name: bounce;
    animation-timing-function: ease;
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-35px);
    }

    100% {
        transform: translateY(0);
    }
}

/*-----------------------------------puja------------------------------------------------------*/
