@import url(fonts.css);
@import url(globalstyle.css);


[class*=" icon-"], [class^=icon-] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 500;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
@font-face {
    font-family: icomoon;
    src: url(fonts/icomoon.eot);
    src: url(fonts/icomoon.eot) format("embedded-opentype"), url(fonts/icomoon.ttf) format("truetype"), url(fonts/icomoon.woff) format("woff"), url(fonts/icomoon.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'suntommy',sans-serif;
    src: url(../fonts/suntommy.ttf);
    src: url(../fonts/suntommy.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
.icon-windows:before {
    content: "\e91b"
}

.icon-mail:before {
    content: "\e91a"
}

.icon-place:before {
    content: "\e918"
}

.icon-reciver:before {
    content: "\e919"
}

.icon-user:before {
    content: "\e917"
}

.icon-share:before {
    content: "\e916"
}

.icon-calender:before {
    content: "\e915"
}

.icon-tick:before {
    content: "\e914"
}

.icon-plus:before {
    content: "\e913"
}

.icon-close-form:before {
    content: "\e912"
}

.icon-chat-live:before {
    content: "\e90e"
}

.icon-mobile:before {
    content: "\e90f"
}

.icon-call:before {
    content: "\e910"
}

.icon-location:before {
    content: "\e911"
}

.icon-ppc:before {
    content: "\e90a";
    color: #231f20
}

.icon-digital-consultancy:before {
    content: "\e907";
    color: #231f20;
    /*background-image:url(../../assets/images/home/icon/clean-fuel.png)*/

}

.icon-app-development:before {
    content: "\e906";
    color: #4f4f4f
}

.icon-ecommerce-icon:before {
    content: "\e908"
}

.icon-mail-msg:before {
    content: "\e909"
}

.icon-seo:before {
    content: "\e90b";
    color: #4f4f4f
}

.icon-social-media:before {
    content: "\e90c";
    color: #231f20
}

.icon-web-design:before {
    content: "\e90d"
}

.icon-right-arrow:before {
    content: "\e900"
}

.icon-facebook:before {
    content: "\e901"
}

.icon-google:before {
    content: "\e902"
}

.icon-instagram:before {
    content: "\e903"
}

.icon-linkedin:before {
    content: "\e904"
}

.icon-twitter:before {
    content: "\e905"
}

@keyframes scale-round1 {
    from,to {
        opacity: .02;
        -webkit-transform: translate(0,0) scale(1);
        -ms-transform: translate(0,0) scale(1);
        -moz-transform: translate(0,0) scale(1);
        transform: translate(0,0) scale(1)
    }

    50% {
        opacity: .01;
        -webkit-transform: translate(-92px,-86px) scale(1.2);
        -ms-transform: translate(-92px,-86px) scale(1.2);
        -moz-transform: translate(-92px,-86px) scale(1.2);
        transform: translate(-92px,-86px) scale(1.2)
    }
}

@keyframes scale-round2 {
    from,to {
        opacity: .04;
        -webkit-transform: translate(0,0) scale(1);
        -ms-transform: translate(0,0) scale(1);
        -moz-transform: translate(0,0) scale(1);
        transform: translate(0,0) scale(1)
    }

    50% {
        opacity: .06;
        -webkit-transform: translate(-92px,-86px) scale(1.2);
        -ms-transform: translate(-92px,-86px) scale(1.2);
        -moz-transform: translate(-92px,-86px) scale(1.2);
        transform: translate(-92px,-86px) scale(1.2)
    }
}

@keyframes scale-round3 {
    from,to {
        opacity: 0;
        -webkit-transform: translate(0,0) scale(1);
        -ms-transform: translate(0,0) scale(1);
        -moz-transform: translate(0,0) scale(1);
        transform: translate(0,0) scale(1)
    }

    50% {
        opacity: .06;
        -webkit-transform: translate(-92px,-86px) scale(1.2);
        -ms-transform: translate(-92px,-86px) scale(1.2);
        -moz-transform: translate(-92px,-86px) scale(1.2);
        transform: translate(-92px,-86px) scale(1.2)
    }
}

@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(32,29,88,0.3),0 0 0 2em rgba(32,29,88,0.3),0 0 0 4em rgba(32,29,88,0.3),0 0 0 6em rgba(32,29,88,0.3)
    }

    100% {
        box-shadow: 0 0 0 2em rgba(32,29,88,0.3),0 0 0 4em rgba(32,29,88,0.3),0 0 0 6em rgba(32,29,88,0.3),0 0 0 9em rgba(248,76,96,0)
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(32,29,88,0.3),0 0 0 1em rgba(32,29,88,0.3),0 0 0 3em rgba(32,29,88,0.3),0 0 0 5em rgba(32,29,88,0.3)
    }

    100% {
        box-shadow: 0 0 0 1em rgba(32,29,88,0.3),0 0 0 3em rgba(32,29,88,0.3),0 0 0 5em rgba(32,29,88,0.3),0 0 0 8em rgba(248,76,96,0)
    }
}

@keyframes border-one {
    0% {
        width: 0
    }

    10%,100% {
        width: 100%
    }
}

@keyframes border-two {
    0% {
        height: 0
    }

    10% {
        height: 0%
    }

    100%,20% {
        height: 100%
    }
}

@keyframes border-three {
    0% {
        width: 0
    }

    20% {
        width: 0%
    }

    100%,30% {
        width: 100%
    }
}

@keyframes border-four {
    0% {
        height: 0
    }

    30% {
        height: 0%
    }

    100%,40% {
        height: 100%
    }
}

@keyframes line-one {
    0% {
        left: 25%;
        width: 0
    }

    40%,54% {
        left: 25%;
        width: 0%
    }

    43%,52% {
        left: 25%;
        width: 50%
    }

    55% {
        right: 25%;
        left: auto
    }

    100%,63% {
        width: 10%;
        right: 25%;
        left: auto
    }
}

@keyframes line-two {
    0% {
        width: 0
    }

    42%,54% {
        width: 0%
    }

    100%,45%,53%,60% {
        width: 50%
    }
}

@keyframes line-three {
    0% {
        width: 0
    }

    100%,45%,52% {
        width: 0%
    }

    48%,51% {
        width: 50%
    }
}

@keyframes box {
    0% {
        opacity: 1;
        margin-left: 0;
        height: 50px;
        width: 40px
    }

    55% {
        margin-left: 0;
        height: 50px;
        width: 40px
    }

    60% {
        margin-left: 0;
        height: 35px;
        width: 50px
    }

    74% {
        msthin-left: 0
    }

    80% {
        margin-left: -50px;
        opacity: 1
    }

    90% {
        height: 35px;
        width: 50px;
        margin-left: 50px;
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,30px,0);
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,30px,0);
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.8,.8,.8);
        transform: scale3d(.8,.8,.8)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.8,.8,.8);
        transform: scale3d(.8,.8,.8)
    }

    50% {
        opacity: 1
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px,0,0);
        transform: translate3d(50px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px,0,0);
        transform: translate3d(50px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px,0,0);
        transform: translate3d(-50px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px,0,0);
        transform: translate3d(-50px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes seo-img-2 {
    100% {
        opacity: 1;
        -webkit-transform: translate3d(30px,-30px,0);
        transform: translate3d(30px,-30px,0)
    }
}

@keyframes seo-img-2 {
    100% {
        opacity: 1;
        -webkit-transform: translate3d(30px,-30px,0);
        transform: translate3d(30px,-30px,0)
    }
}

@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translate3d(0,-5px,0);
        -ms-transform: translate3d(0,-5px,0);
        -moz-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    50% {
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes shake {
    0%,100% {
        -webkit-transform: translate3d(0,-5px,0);
        -ms-transform: translate3d(0,-5px,0);
        -moz-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    50% {
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.lets-container .lets-talk-main {
    margin: 0 !important
}

body {
    height: 100%;
    margin: 0;
    font-family: 'Fira Sans',sans-serif;
    font-weight: 300;
    line-height: 1.2;
    color: #201d58;
    overflow-x: hidden;
    transform: none !important
}

    body .new-big-heading {
        position: relative;
        z-index: 1;
        height: 90px;
        left: 120px
    }

        body .new-big-heading h2 {
            font-size: 125px;
            opacity: .05;
            text-transform: uppercase;
            letter-spacing: .03em;
            font-weight: 800;
            line-height: 1
        }

    body .no-bullet li:before {
        display: none !important
    }

    body .business-tab li {
        padding: 0 5px 30px !important;
        text-align: center;
        float: left;
        cursor: pointer;
        position: relative;
        height: 60px;
        -webkit-transition: all .3s cubic-bezier(.075,.82,.165,1);
        -moz-transition: all .3s cubic-bezier(.075,.82,.165,1);
        -ms-transition: all .3s cubic-bezier(.075,.82,.165,1);
        -o-transition: all .3s cubic-bezier(.075,.82,.165,1);
        transition: all .3s cubic-bezier(.075,.82,.165,1);
        margin: 0 !important
    }

        body .business-tab li h3 {
            margin-bottom: 0;
            line-height: 1
        }

        body .business-tab li:hover:after {
            width: 100%;
            left: 0
        }

        body .business-tab li:hover:before {
            -webkit-transform: translateY(0) rotate(45deg);
            -ms-transform: translateY(0) rotate(45deg);
            -moz-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
            visibility: visible;
            opacity: 1
        }

        body .business-tab li span {
            -webkit-transition: all 1s cubic-bezier(.075,.82,.165,1);
            -moz-transition: all 1s cubic-bezier(.075,.82,.165,1);
            -ms-transition: all 1s cubic-bezier(.075,.82,.165,1);
            -o-transition: all 1s cubic-bezier(.075,.82,.165,1);
            transition: all 1s cubic-bezier(.075,.82,.165,1);
            text-transform: none;
            font-size: 20px
        }

        body .business-tab li:after {
            -webkit-transition: all 1s cubic-bezier(.075,.82,.165,1);
            -o-transition: all 1s cubic-bezier(.075,.82,.165,1);
            position: absolute;
            content: '';
            width: 0%;
            left: 50%;
            height: 2px;
            bottom: -2px;
            background-color: #444;
            -moz-transition: all 1s cubic-bezier(.075,.82,.165,1);
            -ms-transition: all 1s cubic-bezier(.075,.82,.165,1);
            transition: all 1s cubic-bezier(.075,.82,.165,1)
        }

        body .business-tab li span.e-primary {
            width: 0;
            overflow: hidden;
            display: inline-block;
            visibility: hidden;
            height: 0
        }

        body .business-tab li h2 {
            margin-bottom: 0;
            line-height: 1
        }

        body .business-tab li:before {
            border-bottom: 2px solid #444;
            border-right: 2px solid #444;
            z-index: 3;
            right: 0;
            position: absolute;
            content: '';
            width: 13px !important;
            height: 13px !important;
            left: 0;
            top: auto !important;
            bottom: -8px;
            margin: 0 auto;
            background-color: #fff;
            display: inline-block !important;
            background-image: none;
            -webkit-transform: translateY(-10px) rotate(45deg);
            -ms-transform: translateY(-10px) rotate(45deg);
            -moz-transform: translateY(-10px) rotate(45deg);
            transform: translateY(-10px) rotate(45deg);
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all .6s cubic-bezier(.075,.82,.165,1);
            -moz-transition: all .6s cubic-bezier(.075,.82,.165,1);
            -ms-transition: all .6s cubic-bezier(.075,.82,.165,1);
            -o-transition: all .6s cubic-bezier(.075,.82,.165,1);
            transition: all .6s cubic-bezier(.075,.82,.165,1)
        }

        body .business-tab li.active {
            width: 320px !important
        }

            body .business-tab li.active:after {
                width: 100%;
                left: 0
            }

            body .business-tab li.active:before {
                -webkit-transform: translateY(0) rotate(45deg);
                -ms-transform: translateY(0) rotate(45deg);
                -moz-transform: translateY(0) rotate(45deg);
                transform: translateY(0) rotate(45deg);
                visibility: visible;
                opacity: 1
            }

            body .business-tab li.active span.e-primary {
                width: auto;
                visibility: visible;
                height: auto;
                margin: 0 !important
            }

            body .business-tab li.active span.e-secondary {
                width: 0;
                visibility: hidden;
                overflow: hidden;
                display: inline-block;
                height: 0;
                position: absolute
            }

    body .business-tab-content {
        padding-top: 60px !important
    }

    body .app-dev-title li:before {
        border-bottom: 2px solid #444;
        border-right: 2px solid #444;
        z-index: 3;
        right: 0;
        position: absolute;
        content: '';
        width: 13px;
        height: 13px;
        left: 0;
        bottom: -8px;
        margin: 0 auto;
        background-color: #fff;
        display: inline-block !important;
        background-image: none;
        top: auto !important;
        -webkit-transform: translateY(-10px) rotate(45deg);
        -ms-transform: translateY(-10px) rotate(45deg);
        -moz-transform: translateY(-10px) rotate(45deg);
        transform: translateY(-10px) rotate(45deg);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .6s cubic-bezier(.075,.82,.165,1);
        -moz-transition: all .6s cubic-bezier(.075,.82,.165,1);
        -ms-transition: all .6s cubic-bezier(.075,.82,.165,1);
        -o-transition: all .6s cubic-bezier(.075,.82,.165,1);
        transition: all .6s cubic-bezier(.075,.82,.165,1)
    }

    body .app-dev-title li:after {
        position: absolute;
        content: '';
        width: 0%;
        left: 50%;
        height: 2px;
        bottom: -2px;
        background-color: #444;
        -webkit-transition: all 1s cubic-bezier(.075,.82,.165,1);
        -moz-transition: all 1s cubic-bezier(.075,.82,.165,1);
        -ms-transition: all 1s cubic-bezier(.075,.82,.165,1);
        -o-transition: all 1s cubic-bezier(.075,.82,.165,1);
        transition: all 1s cubic-bezier(.075,.82,.165,1)
    }

    body .app-dev-title li:hover:before {
        -webkit-transform: translateY(0) rotate(45deg);
        -ms-transform: translateY(0) rotate(45deg);
        -moz-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg);
        visibility: visible;
        opacity: 1
    }

    body .app-dev-title li:hover:after {
        width: 100%;
        left: 0
    }

    body .app-dev-title li.active:before {
        -webkit-transform: translateY(0) rotate(45deg);
        -ms-transform: translateY(0) rotate(45deg);
        -moz-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg);
        visibility: visible;
        opacity: 1
    }

    body .app-dev-title li.active:after {
        width: 100%;
        left: 0
    }

    body .app-dev-title h3 {
        cursor: pointer;
        margin: 0
    }

    body .app-dev-slider {
        padding-top: 50px
    }

        body .app-dev-slider li {
            padding-left: 0
        }

            body .app-dev-slider li:before {
                display: none
            }

        body .app-dev-slider img {
            max-width: 100%;
            display: table;
            margin: 0 auto;
            max-height: 165PX;
            width: auto !important
        }

.no_select {
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

div.cs-select {
    -webkit-touch-callout: none;
    -khtml-user-select: none
}

.form-control {
    background-color: #fff
}

.table .table {
    background-color: #fff
}

.popover {
    text-transform: none
}

.tooltip {
    text-transform: none
}

button {
    text-transform: none
}

select {
    text-transform: none
}

.modal {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.modal-backdrop {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

h1, h2, h3, h4, h5, h6 {
    margin: 0
}

p {
    /*font-family: 'Fira Sans' !important;*/
    font-family: 'suntommy',sans-serif !important;
    font-weight: 100;
    font-size: 14px;
    color: #201d58;
    line-height: 1.6;
    margin-bottom: 21px;
    /*letter-spacing: .02em*/
}

    p:empty {
        display: none
    }

a {
    color: #201d58;
}

    a:hover {
        color: #201d58
    }

.panel-body a {
    font-weight: 300 !important;
    color: #2196f3;
    text-decoration: none !important
}

    .panel-body a b {
        font-weight: 300 !important
    }

#top-image {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out
}

.do-bg-info {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent !important;
    background-image: url(../images/home/what-we-do-new.jpg);
    background-position: top left 1px;
    overflow: hidden;
    position: relative;
    padding: 40px 80px 190px
}

    .do-bg-info:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 2;
        background-color: #201d58;
        top: 0;
        left: 0;
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -webkit-transition: all .6s cubic-bezier(.06,.58,.21,1);
        -moz-transition: all .6s cubic-bezier(.06,.58,.21,1);
        -o-transition: all .6s cubic-bezier(.06,.58,.21,1);
        -ms-transition: all .6s cubic-bezier(.06,.58,.21,1);
        transition: all .6s cubic-bezier(.06,.58,.21,1)
    }

.what-we-do-slider {
    background-color: #fff;
    position: relative
}

    .what-we-do-slider .item {
        background-size: cover;
        background-repeat: no-repeat;
        padding: 50px;
        border: 1px solid #eee;
        min-height: 302px;
        background-position: center;
        position: relative;
        overflow: hidden;
        text-decoration: none;
        display: block
    }

        .what-we-do-slider .item .bold-title-small {
            padding-left: 50px;
            padding-bottom: 20px;
            line-height: 1.1;
            min-height: 60px
        }

            .what-we-do-slider .item .bold-title-small span {
                display: block
            }

            .what-we-do-slider .item .bold-title-small:after {
                content: '';
                width: 50px;
                bottom: 0;
                height: 2px;
                position: absolute;
                z-index: 1;
                background-color: #201d58;
                left: 0
            }

            .what-we-do-slider .item .bold-title-small i {
                font-size: 35px;
                position: absolute;
                left: 0;
                top: 5px
            }

                .what-we-do-slider .item .bold-title-small i.icon-ecommerce-icon {
                    font-size: 42px
                }

                .what-we-do-slider .item .bold-title-small i.icon-web-design {
                    font-size: 40px
                }

                    .what-we-do-slider .item .bold-title-small i.icon-web-design:before {
                        color: #201d58;
                    }

                .what-we-do-slider .item .bold-title-small i.icon-digital-consultancy {
                    font-size: 43px
                }

        .what-we-do-slider .item img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            -o-object-position: center center;
            object-position: center center;
            -o-object-fit: cover;
            object-fit: cover;
            z-index: 0
        }

        .what-we-do-slider .item .bold-title-small, .what-we-do-slider .item p {
            position: relative;
            z-index: 5
        }

        .what-we-do-slider .item p {
            margin-bottom: 0
        }

        .what-we-do-slider .item:after {
            content: '';
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            width: 100%;
            height: 100%;
            top: 0;
            position: absolute;
            left: 0;
            background-color: #f1861f;
            z-index: 2;
            opacity: 0
        }

        .what-we-do-slider .item:before {
            content: '';
            width: 100%;
            height: 100%;
            top: 0;
            position: absolute;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            left: 0;
            background-color: #fff;
            z-index: 1;
            opacity: 1
        }

        .what-we-do-slider .item .bold-title-small, .what-we-do-slider .item p {
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

        .what-we-do-slider .item:hover {
            border: 1px solid rgba(32,29,88,.9)
        }

            .what-we-do-slider .item:hover .bold-title-small, .what-we-do-slider .item:hover i, .what-we-do-slider .item:hover i:before, .what-we-do-slider .item:hover p {
                color: #fff
            }

                .what-we-do-slider .item:hover i.icon-web-design:before {
                    color: #fff
                }

            .what-we-do-slider .item:hover:after {
                opacity: .9
            }

            .what-we-do-slider .item:hover:before {
                opacity: 0
            }

            .what-we-do-slider .item:hover .bold-title-small:after {
                background-color: #fff
            }

.img-loader .cls-3 {
    font-family: Raleway
}

.img-loader .cls-4 {
    font-family: Raleway
}

.img-loader .cls-5 {
    font-family: Raleway
}

.our-work-link h2 {
    font-family: Raleway;
    font-size: 30px;
    font-weight: 400;
    font-style: normal
}

.our-work-link a {
    text-decoration: none;
    color: #fff
}

.our-work-main {
    margin-top: 20px
}

    .our-work-main h2 {
        font-family: 'suntommy',sans-serif;
        font-size: 16px;
        font-weight: 900;
        font-style: normal;
        color: #201d58;
    }

.site-info {
    padding-top: 20px
}

    .site-info h5 {
        font-family: Raleway;
        font-size: 26px;
        font-weight: 300;
        margin-bottom: 10px;
        color: #1e1e1e
    }

    .site-info a {
        color: #7b7c7c;
        text-decoration: none
    }

        .site-info a:hover {
            color: #201d58
        }

.custom-h3 {
    font-family: 'Fira Sans',sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 24px;
    color: #201d58;
    margin-bottom: 20px;
    display: block
}

.custom-h4 {
    font-family: suntommy,sans-serif;
    font-weight: 900;
    color: #201d58;
    line-height: 1.2;
    font-size: 15px;
    margin-bottom: 20px;
    display: block
}

.star-rating {
    padding: 15px 20px;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    background-color: #fff;
    min-height: 165px
}

    .star-rating h6 {
        font-weight: 400;
        text-transform: uppercase;
        position: relative;
        color: #201d58;
        cursor: pointer;
        font-size: 15px;
        font-family: 'Fira Sans';
        height: 18px;
        overflow: hidden
    }

    .star-rating p strong {
        font-weight: 400;
        text-transform: uppercase;
        position: relative;
        color: #201d58;
        cursor: pointer;
        font-size: 14px;
        font-family: 'Fira Sans'
    }

    .star-rating .date {
        font-family: inherit;
        font-weight: 300;
        color: #201d58;
        font-size: 11px;
        margin: 0 0 5px
    }

    .star-rating .desc {
        font-family: 'Fira Sans';
        font-weight: 300;
        color: #201d58;
        font-size: 14px;
        margin: 0;
        line-height: 1.4
    }

.mail-head a {
    text-decoration: none;
    color: #fff;
    font-size: 15px
}

    .mail-head a:hover {
        color: #fff
    }

    .mail-head a i {
        font-size: 14px;
        display: inline-block;
        position: relative;
        top: 2px;
        margin-right: 10px
    }

.arrow-text {
    position: relative;
    overflow: hidden
}

.blog-desc:after {
    content: '';
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    right: 0;
    width: 100%;
    background-image: url(../images/blog-bg.svg)
}

.blog-main {
    position: relative;
    overflow: hidden
}

    .blog-main:after {
        content: '';
        background-color: #c70026;
        width: 50%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        display: none
    }

    .blog-main .blog-desc {
        position: relative;
        z-index: 2;
        padding: 0 40px
    }

    .blog-main .section-main {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .blog-main .navigation {
        position: absolute;
        bottom: 40px
    }

    .blog-main article:nth-of-type(2n) {
        clear: right
    }

    .blog-main article:nth-of-type(2n+1) {
        clear: left
    }

.footer-main-links li a {
  /*  text-decoration: none !important;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    font-size: 15px;
    position: relative;
    padding-left: 20px;
    display: inline-block;
    margin-bottom: 2px;
    color: #201d58;
    overflow: hidden;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;*/
    text-decoration: none !important;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    font-size: 13px;
    position: relative;
    padding-left: 20px;
    display: inline-block;
    margin-bottom: 14px;
    color: #201d58;
    overflow: hidden;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .footer-main-links li a:after {
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        border-bottom: 2px solid #232323;
        border-left: 2px solid #232323;
        top: 6px;
        left: 2px;
        display: block;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        transform: rotate(-135deg);
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .footer-main-links li a:before {
        content: '';
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        position: absolute;
        width: 0;
        height: 2px;
        top: 8px;
        left: 7px;
        transition: all .5s ease-in-out;
        background-color: #201d58;
        border-radius: 50%
    }

    .footer-main-links li a sup {
        font-size: 9px
    }

    .footer-main-links li a:hover {
        color: #201d58
    }

        .footer-main-links li a:hover:after {
            left: 5px
        }

        .footer-main-links li a:hover:before {
            left: 100%;
            width: 15px
        }

.footer-main-links li:last-of-type a {
    margin-bottom: 0
}

.footer-main-links ol {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-main-links ul {
    list-style: none;
    margin: 0;
    padding: 0
}

    .footer-main-links ul:nth-of-type(1) {
        margin-bottom: 30px
    }

.footer-main-links h3 {
  /*  font-family: 'Fira Sans',sans-serif;
    font-weight: 400;
    letter-spacing: -.03em;
    font-size: 22px;
    color: #393939;
    margin-bottom: 10px;
    text-transform: uppercase ;*/
    font-family: 'Fira Sans',sans-serif;
    font-weight: 800;
    letter-spacing: 0;
    font-size: 18px;
    color: #201d58;
    margin-bottom: 21px;
    text-transform: uppercase;
}

.form-main-input.line-border:after {
    content: ''
}

.image-cover {
    position: relative;
    overflow: hidden;
    top: 100px;
    min-height: 200px;
    -webkit-transition: all .4s cubic-bezier(.06,.58,.21,1);
    -moz-transition: all .4s cubic-bezier(.06,.58,.21,1);
    -o-transition: all .4s cubic-bezier(.06,.58,.21,1);
    -ms-transition: all .4s cubic-bezier(.06,.58,.21,1);
    transition: all .4s cubic-bezier(.06,.58,.21,1)
}

    .image-cover:before {
        content: '';
        -webkit-transition: all .5s linear;
        -moz-transition: all .5s linear;
        -o-transition: all .5s linear;
        -ms-transition: all .5s linear;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        top: -1px;
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        background-color: #201d58;
        transition: all .5s linear;
        z-index: 1;
        -webkit-transition-delay: .6s;
        transition-delay: .6s;
        opacity: 1
    }

    .image-cover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all .5s linear;
        -moz-transition: all .5s linear;
        -o-transition: all .5s linear;
        -ms-transition: all .5s linear;
        transition: all .5s linear;
        -webkit-transition-delay: .6s;
        transition-delay: .6s
    }

.inner-service-slider .w-slider-img {
    position: relative;
    overflow: hidden
}

    .inner-service-slider .w-slider-img:after {
        content: '';
        height: 100px;
        width: 100px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        right: -53px;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 62px;
        background-image: url(../images/what-we-do/arrow.png);
        z-index: 1
    }

.inner-service-slider .row {
    margin-right: auto;
    margin-left: auto
}

.inner-service-slider .flex-row-reverse .w-slider-img:after {
    right: auto;
    left: -53px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.inner-service-slider ul {
    list-style: circle
}

    .inner-service-slider ul li {
        margin-bottom: 10px !important
    }

.portfolio-box {
    border: 1px solid #eee;
    position: relative;
    overflow: hidden
}

    .portfolio-box:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 2;
        background-color: #201d58;
        top: 0;
        left: 0;
        -webkit-transform: translate3d(0,0,0) scaleX(1);
        -ms-transform: translate3d(0,0,0) scaleX(1);
        -moz-transform: translate3d(0,0,0) scaleX(1);
        transform: translate3d(0,0,0) scaleX(1);
        -webkit-transition: all .8s cubic-bezier(.02,.37,.83,.67);
        -moz-transition: all .8s cubic-bezier(.02,.37,.83,.67);
        -o-transition: all .8s cubic-bezier(.02,.37,.83,.67);
        -ms-transition: all .8s cubic-bezier(.02,.37,.83,.67);
        transition: all .8s cubic-bezier(.02,.37,.83,.67);
        -webkit-transition-delay: .3s;
        transition-delay: .3s
    }

    .portfolio-box .custom-heading {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        padding: 30px
    }

        .portfolio-box .custom-heading h5 {
            font-family: 'Fira Sans';
            font-weight: 300;
            font-style: normal;
            font-size: 20px;
            width: 300px
        }

    .portfolio-box img {
        width: auto !important;
        max-height: 30px;
        margin-bottom: 20px
    }

    .portfolio-box .portfolio-img {
        height: 580px;
        width: auto;
        margin: 0;
        overflow: hidden;
        background-position: top;
        background-repeat: no-repeat;
        background-size: 390px;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out
    }

        .portfolio-box .portfolio-img img {
            opacity: 0;
            position: absolute;
            z-index: -5
        }

        .portfolio-box .portfolio-img.portfolio-ck {
            background-position: right -170px bottom 50px;
            background-size: 450px;
            background-image: url(../images/company/ck.png)
        }

            .portfolio-box .portfolio-img.portfolio-ck.active {
                background-position: center bottom 50px;
                background-color: #e5e5e3
            }

        .portfolio-box .portfolio-img.portfolio-adam {
            background-position: right -160px bottom 50px;
            background-size: 480px;
            background-image: url(../images/company/adam.png)
        }

            .portfolio-box .portfolio-img.portfolio-adam.active {
                background-position: center bottom 50px;
                background-color: #f4efe8
            }

        .portfolio-box .portfolio-img.portfolio-ctc {
            background-position: right -200px bottom -20px;
            background-size: 500px;
            background-image: url(../images/company/ctc.png)
        }

            .portfolio-box .portfolio-img.portfolio-ctc.active {
                background-color: #dee9f1;
                background-position: center bottom -20px
            }

        .portfolio-box .portfolio-img.portfolio-xbd {
            background-position: right -100px bottom 40px;
            background-size: 270px;
            background-image: url(../images/company/xbd.png)
        }

            .portfolio-box .portfolio-img.portfolio-xbd.active {
                background-color: #eaf3ec;
                background-position: center bottom 40px
            }

        .portfolio-box .portfolio-img.portfolio-battery {
            background-position: right -220px bottom 90px;
            background-size: 500px;
            background-image: url(../images/company/battery.png)
        }

            .portfolio-box .portfolio-img.portfolio-battery.active {
                background-color: #e4f0f4;
                background-position: center bottom 90px
            }

        .portfolio-box .portfolio-img.portfolio-carlo {
            background-position: right -120px bottom 80px;
            background-size: 450px;
            background-image: url(../images/company/carlo.png)
        }

            .portfolio-box .portfolio-img.portfolio-carlo.active {
                background-position: center bottom 80px;
                background-color: #eaeff4
            }

        .portfolio-box .portfolio-img.portfolio-acai {
            background-position: right -170px bottom 50px;
            background-size: 430px;
            background-image: url(../images/company/acai.png)
        }

            .portfolio-box .portfolio-img.portfolio-acai.active {
                background-position: center bottom 50px;
                background-color: #ffe7d7
            }

        .portfolio-box .portfolio-img.portfolio-forever {
            background-size: 270px;
            background-position: right -110px bottom 50px;
            background-image: url(../images/company/forever-rose.png)
        }

            .portfolio-box .portfolio-img.portfolio-forever.active {
                background-position: center bottom 50px;
                background-color: #fcebf2
            }

        .portfolio-box .portfolio-img.portfolio-billion {
            background-position: right -300px bottom 80px;
            background-size: 540px;
            background-image: url(../images/company/billion.png)
        }

            .portfolio-box .portfolio-img.portfolio-billion.active {
                background-color: #f4eee4;
                background-position: center bottom 80px
            }

        .portfolio-box .portfolio-img.portfolio-lobster {
            background-position: right -80px bottom 0;
            background-size: 230px;
            background-image: url(../images/company/lobster.png)
        }

    .portfolio-box label {
        background-image: url(../images/sprit.png);
        background-repeat: no-repeat
    }

    .portfolio-box .portfolio-img.portfolio-lobster.active {
        background-color: #feeddd;
        background-position: center bottom 0
    }

    .portfolio-box .portfolio-img.active {
        background-position: center bottom 60px
    }

.round-nav {
    border-radius: 50%;
    bottom: 0;
    width: 50px;
    height: 50px;
    background: #fff;
    position: absolute;
    top: 0;
    margin: auto 0;
    z-index: 3;
    border: 1px solid #a4a2c2;
    cursor: pointer
}

    .round-nav:after {
        content: '';
        left: 0;
        width: 7px;
        height: 7px;
        border-bottom: 1px solid #201d58;
        border-left: 1px solid #201d58;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto
    }

.secondary-drop > a:after {
    content: ''
}

.seo-img {
    position: relative
}

    .seo-img .seo-img-1.active {
        -webkit-transform: translate3d(30px,-30px,0);
        -ms-transform: translate3d(30px,-30px,0);
        -moz-transform: translate3d(30px,-30px,0);
        transform: translate3d(30px,-30px,0)
    }

    .seo-img .seo-img-1 {
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        transition: all .3s ease-in-out;
        box-shadow: 0 0 40px 1px rgba(0,0,0,.1);
        width: 90%;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out
    }

    .seo-img .seo-img-2 {
        box-shadow: 0 0 40px 1px rgba(0,0,0,.1);
        width: 90%
    }

.hamburger-menu {
    position: relative;
    width: 28px;
    height: 17px;
    margin-left: 30px;
    cursor: pointer;
    overflow: hidden
}

    .hamburger-menu span {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #fff;
        width: 100%;
        height: 2px
    }

        .hamburger-menu span:nth-of-type(2) {
            top: 7px;
            width: 75%
        }

        .hamburger-menu span:nth-of-type(3) {
            top: 14px;
            width: 30%
        }

    .hamburger-menu:hover span:nth-of-type(1) {
        width: 100%
    }

        .hamburger-menu:hover span:nth-of-type(1) .hamburger-menu:hover span:nth-of-type(3) {
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

    .hamburger-menu:hover span:nth-of-type(2) {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        width: 100%
    }

    .hamburger-menu:hover span:nth-of-type(3) {
        width: 100%
    }

.logo-main {
    position: relative
}

    .logo-main .logo {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        width: 159px;
        height: 49px;
    }

        .logo-main .logo:nth-of-type(1) {
            position: relative;
            opacity: 1
        }

        .logo-main .logo:nth-of-type(2) {
            position: absolute;
            left: 0;
            top: 0;
            opacity: 0
        }

.hamburger-menu.active {
    height: 20px
}

    .hamburger-menu.active span {
        background-color: #3d3935
    }

        .hamburger-menu.active span:nth-of-type(2) {
            right: 100%;
            top: 9px
        }

        .hamburger-menu.active span:nth-of-type(1) {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            transform: rotate(45deg);
            top: 9px;
            left: 0;
            right: auto;
            width: 100%
        }

        .hamburger-menu.active span:nth-of-type(3) {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: 9px;
            left: 0;
            right: auto;
            width: 100%
        }

.header {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    padding: 18px 0 10px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 55;
    height: 86px;
    transition: all .3s ease-in-out;
    background-color: transparent;
    box-shadow: none
}

.header-social {
    margin-top: 20px
}

    .header-social ul {
        padding: 0;
        margin: 0;
        display: inline-block
    }

        .header-social ul li {
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            list-style: none;
            display: inline-block;
            margin-right: 10px;
            width: 32px;
            height: 32px;
            background-color: #383838;
            border-radius: 50%;
            overflow: hidden;
            text-align: center;
            transition: all .3s ease-in-out
        }

            .header-social ul li:last-of-type {
                margin-right: 0
            }

    .header-social a {
        line-height: 32px;
        font-size: 16px;
        color: rgba(255,255,255,.5);
        text-align: center;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        width: 100%;
        height: 100%;
        display: inline-block
    }

        .header-social a:hover {
            color: #fff
        }

.header.small-header {
    background-color: #fff;
    box-shadow: 0 1px 4px 1px rgba(0,0,0,.1)
}

    .header.small-header .mail-head a {
        color: #201d58;
    }

        .header.small-header .mail-head a:hover {
            color: #201d58;
        }

    .header.small-header .hamburger-menu span {
        background-color: #201d58
    }


    .header.small-header .logo-main .logo:nth-of-type(2) {
        opacity: 1
    }

body.open .small-header {
    background-color: transparent;
    box-shadow: none
}

    body.open .small-header .hamburger-menu span {
        background-color: #201d58
    }

    body.open .small-header .mail-head a {
        color: #fff
    }

    body.open .small-header .logo-main .logo:nth-of-type(1) {
        opacity: 0
    }

    body.open .small-header .logo-main .logo:nth-of-type(2) {
        opacity: 0
    }

body.open .logo-main .logo {
    opacity: 0;
    pointer-events: none;
    display: none;
}

body.open .mail-head {
    opacity: 0 !important;
    pointer-events: none
}

.header-addr {
    margin-top: 20px
}

    .header-addr a {
        position: relative;
        color: #201d58;
        font-size: 15px;
        margin: 0 0 5px;
        display: block;
        font-weight: 300;
        line-height: 1.5;
        max-width: 600px;
        text-decoration: none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

        .header-addr a i {
            margin-right: 5px;
            font-size: 20px;
            display: inline-block;
            min-width: 28px;
            text-align: right;
            color: #201d58
        }

            .header-addr a i.icon-mail-msg {
                font-size: 12px
            }

        .header-addr a:hover {
            color: #201d58
        }

.menu-bg-txt {
    font-size: 12vw;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #201d58;
    opacity: .03;
    font-weight: 700;
    line-height: 1;
    user-select: none;
    z-index: 1;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header-details {
    bottom: 0;
    width: 300px;
    flex: 0 0 300px;
    max-width: 300px;
    opacity: 0;
    -webkit-transition: all 2s cubic-bezier(.075,.82,.165,1) .2s;
    -moz-transition: all 2s cubic-bezier(.075,.82,.165,1) .2s;
    -ms-transition: all 2s cubic-bezier(.075,.82,.165,1) .2s;
    -o-transition: all 2s cubic-bezier(.075,.82,.165,1) .2s;
    transition: all 2s cubic-bezier(.075,.82,.165,1) .2s;
    position: relative;
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    transform: translateY(-10%)
}

    .header-details .our-work-link {
        -webkit-transition: all .6s ease-in;
        -moz-transition: all .6s ease-in;
        -o-transition: all .6s ease-in;
        -ms-transition: all .6s ease-in;
        transition: all .6s ease-in;
        -webkit-transition-delay: .8s;
        transition-delay: .8s;
        overflow: hidden
    }

    .header-details .our-work-main {
        -webkit-transition: all .6s ease-in;
        -moz-transition: all .6s ease-in;
        -o-transition: all .6s ease-in;
        -ms-transition: all .6s ease-in;
        transition: all .6s ease-in;
        -webkit-transition-delay: .8s;
        transition-delay: .8s;
        overflow: hidden
    }

.what-we-offer-img {
    position: relative;
    -webkit-transition: transform .5s cubic-bezier(.215,.61,.355,1);
    -o-transition: transform .5s cubic-bezier(.215,.61,.355,1);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.215,.61,.355,1);
    transition: -webkit-transform .5s cubic-bezier(.215,.61,.355,1);
    transition: transform .5s cubic-bezier(.215,.61,.355,1);
    transition: transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1)
}

    .what-we-offer-img img {
        width: 300px;
        margin: 0 auto;
        display: table;
        z-index: 6;
        position: relative
    }

    .what-we-offer-img .mobile-slider {
        position: absolute;
        left: 0;
        top: 91px;
        width: 191px;
        height: 322px;
        overflow: hidden;
        z-index: 7;
        right: 0;
        margin: 0 auto
    }

    .what-we-offer-img .over-layer {
        position: absolute;
        left: 0;
        top: 52px;
        z-index: 8;
        width: 192px;
        right: 0;
        margin: 0 auto
    }

    .what-we-offer-img svg {
        width: 100%
    }

.menu-web-links > a {
    display: block;
    color: #fff;
    opacity: .7;
    margin-top: 15px;
    font-size: 14px;
    text-decoration: none
}

.lets-talk-but {
    text-decoration: none !important;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    color: #fff;
    padding: 18px 50px;
    border: 1px solid #fff;
    background-color: transparent;
    margin: 0 auto;
    transition: all .3s ease-in-out;
    display: table;
    font-size: 16px;
    min-width: 80%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .03em
}

    .lets-talk-but:hover {
        background-color: #fff;
        color: #201d58;
    }

.rating-slider {
    padding-top: 25px;
    background-color: transparent
}

    .rating-slider a {
        text-decoration: none !important
    }

        .rating-slider a .star-rating {
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

        .rating-slider a:hover .star-rating {
            border-color: rgba(238,2,34,.2)
        }

    .rating-slider .owl-item {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out
    }

        .rating-slider .owl-item.animate-slide {
            opacity: 1;
            visibility: visible
        }

.header-details.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

    .header-details.active .our-work-link {
        opacity: 1;
        left: 0;
        width: 100%
    }

    .header-details.active .our-work-main {
        opacity: 1;
        left: 0;
        width: 100%
    }

.section-main {
    padding: 100px 0
}

.do-bg-info.active:after {
    -webkit-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    width: 0
}

.google-ad {
    padding: 70px 80px 190px
}

.primary-title {
    padding-bottom: 0 !important
}

.do-slider-next {
    padding: 150px 0 0 !important;
    position: relative
}

    .do-slider-next:after {
        content: '';
        width: 100%;
        /*height: 152px;*/
        height: 152px;
        z-index: 1;
        background: #f0f4f7;
        position: absolute;
        bottom: 0;
        left: 0
    }

    .do-slider-next a {
        position: relative;
        z-index: 2;
        margin-top: 0
    }

.do-main {
    margin-top: -150px
}

.company-slider .item {
    padding: 0 40px
}

    .company-slider .item img {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out
    }

    .company-slider .item .img-new {
        /*background-image: url(../images/sprit.png);*/
        background-repeat: no-repeat;
        margin: 0 auto;
        display: block;
        height: 80px;
        width: 235px;
        transition: all .3s ease-in-out;
        overflow: hidden;
        background-size: 90%;
    }

    .company-slider .item .new-logo-allianz {
        background-image: url(../images/clients/1.png);
    }

    .company-slider .item .new-logo-acai {
        background-image: url(../images/clients/2.png);
    }

    .company-slider .item .new-logo-fcsa {
        background-image: url(../images/clients/3.png);
    }

    .company-slider .item .new-logo-cac {
        background-image: url(../images/clients/4.png);
    }

    .company-slider .item .new-logo-gov {
        background-image: url(../images/clients/1.png);
    }

    .company-slider .item .new-logo-sobha {
        background-image: url(../images/clients/2.png);
    }

    .company-slider .item .new-logo-wyndham {
        background-image: url(../images/clients/3.png);
    }

    .company-slider .item .new-logo-sp-jain {
        background-image: url(../images/clients/4.png);
    }

    .company-slider .item .new-logo-medcare {
        background-image: url(../images/clients/1.png);
    }

    .company-slider .item .new-logo-hadid {
        background-image: url(../images/clients/2.png);
    }

.company-slider .owl-stage {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.portfolio-box.active:after {
    -webkit-transform: translate3d(-100%,0,0) scaleX(0);
    -ms-transform: translate3d(-100%,0,0) scaleX(0);
    -moz-transform: translate3d(-100%,0,0) scaleX(0);
    transform: translate3d(-100%,0,0) scaleX(0)
}

.portfolio-slider .owl-item {
    position: relative;
    z-index: 50
}

#portfolio-adam {
    background-size: 500px;
    margin-bottom: 10px;
    width: 34px;
    height: 27.66px;
    background-position: -75px -16px
}

#portfolio-battery {
    background-size: 500px;
    margin-bottom: 10px;
    width: 33px;
    height: 35.5px;
    background-position: -232px -16px
}

#portfolio-billion {
    background-size: 500px;
    margin-bottom: 10px;
    width: 42px;
    height: 42px;
    background-position: -180px -13px
}

#portfolio-ctc {
    background-size: 500px;
    margin-bottom: 10px;
    width: 42px;
    height: 25px;
    background-position: -123px -22px
}

#portfolio-lobster {
    background-size: 500px;
    margin-bottom: 10px;
    width: 42px;
    height: 42px;
    background-position: -273px -13px
}

#portfolio-xbd {
    background-size: 500px;
    margin-bottom: 10px;
    width: 40px;
    height: 33.5px;
    background-position: -333px -19px
}

.gry-bg {
    position: relative;
    background-color: #f0f4f7
}

    .gry-bg .container {
        position: relative
    }

#portfolio-ck {
    width: 45px;
    height: 30.5px;
    margin-bottom: 10px;
    background-position: -23px -23px;
    background-size: 580px
}

#portfolio-acai {
    width: 43px;
    height: 45px;
    margin-bottom: 10px;
    background-position: -169px -60px;
    background-size: 445px
}

#portfolio-forever {
    height: 42px;
    margin-bottom: 10px;
    background-size: 440px;
    background-position: -315px -63px;
    width: 39px
}

#portfolio-carlo {
    width: 90px;
    height: 42px;
    margin-bottom: 10px;
    background-position: -235px -67px;
    background-size: 460px
}

.stars {
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/stars.png);
    background-size: contain;
    height: 25px;
    width: 100%;
    margin-bottom: 5px
}

.lets-talk-main {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #201d58;
    width: 100%;
    padding: 0 !important
}

    .lets-talk-main a {
        text-decoration: none
    }

        .lets-talk-main a i {
            color: #fff;
            font-size: 30px
        }

    .lets-talk-main .container > .row .col-md-4 {
        padding: 60px 20px
    }

        .lets-talk-main .container > .row .col-md-4:nth-of-type(1) {
            border-bottom: 1px solid #898989
        }

        .lets-talk-main .container > .row .col-md-4:nth-of-type(3) {
            border-bottom: 1px solid #898989
        }

        .lets-talk-main .container > .row .col-md-4:nth-of-type(2) {
            border-right: 1px solid #898989;
            border-left: 1px solid #898989
        }

            .lets-talk-main .container > .row .col-md-4:nth-of-type(2):after {
                content: '';
                position: absolute;
                width: 17px;
                height: 17px;
                background-repeat: no-repeat;
                background-size: contain;
                background-position: center;
                background-image: url(../images/arrow-down.svg);
                bottom: 45px;
                left: 0;
                right: 0;
                margin: 0 auto
            }

    .lets-talk-main input[type=email] {
        width: 100%;
        height: 40px;
        border: none;
        border-bottom: 1px solid #fff;
        outline: 0;
        background: left center no-repeat;
        font-size: 15px;
        font-family: 'Fira Sans',sans-serif;
        color: #fff;
        background-size: 30px;
        padding-left: 30px
    }

    .lets-talk-main input[type=tel] {
        width: 100%;
        height: 40px;
        border: none;
        border-bottom: 1px solid #fff;
        outline: 0;
        background: left center no-repeat;
        font-size: 15px;
        font-family: 'Fira Sans',sans-serif;
        color: #fff;
        background-size: 30px;
        padding-left: 30px
    }

    .lets-talk-main input[type=text] {
        width: 100%;
        height: 40px;
        border: none;
        border-bottom: 1px solid #fff;
        outline: 0;
        background: left center no-repeat;
        font-size: 15px;
        font-family: 'Fira Sans',sans-serif;
        color: #fff;
        background-size: 30px;
        padding-left: 30px
    }
    .lets-talk-main input[type=number] {
        width: 100%;
        height: 40px;
        border: none;
        border-bottom: 1px solid #fff;
        outline: 0;
        background: left center no-repeat;
        font-size: 15px;
        font-family: 'Fira Sans',sans-serif;
        color: #fff;
        background-size: 30px;
        padding-left: 30px
    }
    .lets-talk-main select {
        width: 100%;
        height: 40px;
        border: none;
        border-bottom: 1px solid #fff;
        outline: 0;
        background: left center no-repeat;
        font-size: 15px;
        font-family: 'Fira Sans',sans-serif;
        color: #fff;
        background-size: 30px;
        padding-left: 30px
    }

    .lets-talk-main textarea {
        width: 100%;
        height: 40px;
        border: none;
        border-bottom: 1px solid #fff;
        outline: 0;
        background: left center no-repeat;
        font-size: 15px;
        font-family: 'Fira Sans',sans-serif;
        color: #fff;
        background-size: 30px;
        padding-left: 30px;
        padding-top: 10px;
        resize: none
    }

    .lets-talk-main .control {
        position: relative;
        padding-bottom: 5px;
        margin-bottom: 20px;
        padding-top: 20px
    }

        .lets-talk-main .control input[type=submit] {
            background-color: transparent;
            background-position: right center;
            background-image: url(../images/arrow-right.svg);
            background-size: 45px;
            padding: 8px 60px 8px 15px;
            border: none;
            outline: 0;
            background-repeat: no-repeat;
            color: #fff;
            font-size: 18px;
            font-weight: 300
        }

    .lets-talk-main label.error {
        opacity: 1;
        position: absolute;
        z-index: 1;
        top: 100%;
        color: #fe9797;
        left: 0;
        font-size: 10px;
        letter-spacing: .03em
    }

    .lets-talk-main .control.submit {
        margin-bottom: 0;
        padding-bottom: 0
    }

.red-bg {
    background-color: #c70026;
    width: 50%;
    top: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    right: 0
}

.text-loader .slider-cover {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out
}

.text-loader .element.element1 {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear
}

.text-loader .element.element2 {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear
}

.page-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99999999999999999999999;
    -moz-transition: all .8s cubic-bezier(.2,.47,.84,.56);
    -o-transition: all .8s cubic-bezier(.2,.47,.84,.56);
    -ms-transition: all .8s cubic-bezier(.2,.47,.84,.56);
    transition: all .8s cubic-bezier(.2,.47,.84,.56);
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0) scaleY(1);
    transform: translate3d(0,0,0) scaleY(1);
    visibility: visible
}

.portfolio-section {
    position: relative;
    overflow: hidden
}

.page-loader.active {
    -webkit-transform: translate3d(0,-100%,0) scaleY(0);
    transform: translate3d(0,-100%,0) scaleY(0);
    visibility: hidden
}

.portfolio-slider {
    overflow: hidden;
    width: 100%;
    padding-top: 35px
}

    .portfolio-slider.owl-carousel .owl-item {
        -o-transition: all .5s cubic-bezier(.215,.61,.355,1);
        -webkit-transition: all .5s cubic-bezier(.215,.61,.355,1);
        transition: all .5s cubic-bezier(.215,.61,.355,1);
        transition: all .5s cubic-bezier(.215,.61,.355,1),all .5s cubic-bezier(.215,.61,.355,1)
    }

.overFlowhidden {
    overflow: hidden
}

.scale-round1 {
    position: relative;
    animation-name: scale-round1;
    animation-duration: 4s
}

.form-main {
    margin-top: 30px;
    width: 80%
}

    .form-main input[type=submit] {
        height: 40px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        border: none;
        float: left;
        outline: 0;
        background-color: #ededed;
        width: 60px;
        appearance: none;
        cursor: pointer;
        background-repeat: no-repeat;
        background-image: url(../images/icons/search.svg);
        background-position: center center;
        background-size: 20px
    }

    .form-main input[type=text] {
        height: 40px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        border: none;
        float: left;
        outline: 0;
        appearance: none;
        width: calc(100% - 60px);
        background-color: #ededed;
        color: #707070;
        font-size: 15px;
        padding: 0 15px
    }

.fadeInUp-anim {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    opacity: 0;
    transition: all .3s ease-in-out;
    transform: matrix(1,0,0,1,0,0)
}

.form-main-input input[type=submit] {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

.portfolio-slide-but {
    padding: 0;
    margin-top: 20px
}

    .portfolio-slide-but .view-more-new {
        margin: 0 8px
    }

.footer-bottom {
    padding: 15px 0;
    background-color: #f0f7ff
}

    .footer-bottom p {
        margin: 0;
        color: #201d58;
        font-size: 11px;
        line-height: 1
    }

.scale-round2 {
    animation-name: scale-round2;
    position: relative;
    animation-duration: 6s
}

.scale-round3 {
    animation-name: scale-round2;
    position: relative;
    animation-duration: 8s
}

.fadeIn-anim {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    opacity: 0;
    transition: all .5s ease-in-out
}

.testi-slider .item h6 {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    font-size: 15px;
    font-weight: 400;
    color: #6b6b6b;
    margin-bottom: 10px;
    transition: all .5s ease-in-out
}

    .testi-slider .item h6:hover {
        color: #0d0a0a
    }

    .testi-slider .item h6 a {
        width: 100%;
        height: auto
    }

.testi-slider .item h5 span {
    font-weight: 400
}

.testi-slider .lightgallery a {
    width: 140px;
    height: 120px;
    display: none
}

.testi-slider .lightgallery h5 {
    padding-top: 15px
}

.main-animation6 {
    padding-bottom: 50px
}

    .main-animation6 .section-main {
        padding-bottom: 30px
    }

.google-rating {
    text-decoration: none !important;
    width: 120px
}

    .google-rating p {
        color: #201d58;
        font-weight: 400;
        cursor: pointer;
        position: relative;
        margin: 0;
        font-size: 14px
    }

        .google-rating p span {
            font-weight: 500;
            font-size: 16px
        }

.google-img {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #eaeaea
}

.portfolio-banner {
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    background-color: #eaeaea;
    min-height: 500px
}

.website-bg {
    background-repeat: no-repeat;
    background-color: #eaeaea;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 500px;
    margin-bottom: 500px
}

    .website-bg .image-cover {
        margin-top: 60px;
        box-shadow: 0 5px 15px 2px rgba(0,0,0,.03)
    }

.video-container video.fillWidth {
    width: 100%;
    height: 100%
}

.certification-slider .item img {
    width: auto;
    max-height: 150px;
    margin: 43px auto 0
}

.form-close span {
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

.main-animation3 .custom-h4 {
    margin-bottom: 0
}

.fa-layers {
    display: inline-block
}

.fa-stack {
    display: inline-block
}

.svg-inline--fa {
    display: inline-block
}

.fa-inverse {
    color: #fff
}

.fa-layers-counter {
    color: #fff
}

.form-main-container {
    position: relative;
    width: 100%;
    /*padding: 70px 0 150px;*/
    padding: 80px 0 80px;
    display: none
}

    .form-main-container .cards {
        margin: auto;
        overflow: hidden;
        width: 768px;
        height: 550px;
        position: relative;
        display: flex;
        align-items: flex-end;
        padding: 30px
    }

        .form-main-container .cards .card-toggle.active {
            color: #fff
        }

        .form-main-container .cards .card {
            display: inline-block;
            margin-right: 20px
        }

        .form-main-container .cards .card-toggle {
            z-index: 4;
            position: relative;
            width: 0;
            height: 0;
            border-radius: 50%;
            display: block;
            text-align: center;
            line-height: 1.8;
            font-size: 24px;
            cursor: pointer;
            transition: .3s ease;
            background-color: transparent;
            overflow: hidden
        }

        .form-main-container .cards .card-content {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            transition: -webkit-clip-path 1s ease;
            padding: 100px 0 0;
            overflow: hidden
        }

            .form-main-container .cards .card-content .row {
                display: table;
                width: 100%;
                height: 100%
            }

            .form-main-container .cards .card-content .col {
                width: 50%;
                height: 100%;
                display: table-cell;
                transition: .3s ease .3s;
                -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
                vertical-align: top
            }

                .form-main-container .cards .card-content .col h2 {
                    font-weight: 300;
                    font-size: 3em;
                    line-height: 1;
                    margin: 0 0 30px
                }

                    .form-main-container .cards .card-content .col h2 strong {
                        font-weight: 700;
                        display: block
                    }

                .form-main-container .cards .card-content .col img {
                    max-width: 90%;
                    width: 100%
                }

                .form-main-container .cards .card-content .col.left {
                    -webkit-transform: translate3d(0,0,0);
                    transform: translate3d(0,0,0);
                    opacity: 0;
                    padding-left: 50px
                }

                .form-main-container .cards .card-content .col.right {
                    -webkit-transform: translate3d(100px,0,0);
                    transform: translate3d(100px,0,0);
                    opacity: 0;
                    padding-left: 30px
                }

        .form-main-container .cards .card.active .col {
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
            opacity: 1
        }

        .form-main-container .cards #overview .card-toggle {
            position: absolute;
            top: 30px;
            right: 30px;
            opacity: 1;
            color: #fff
        }

    .form-main-container .custom-select {
        height: auto;
        padding: 0;
        color: #495057;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center no-repeat #000;
        background-size: 8px 10px;
        border: 1px solid #fff;
        position: relative
    }

        .form-main-container .custom-select select {
            display: none
        }

        .form-main-container .custom-select span {
            opacity: 0
        }

    .form-main-container .select-hide {
        display: none
    }

    .form-main-container .contact {
        position: absolute;
        top: 30px;
        left: 50px;
        z-index: 6;
        color: rgba(0,0,0,.5);
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 12px;
        font-weight: 700;
        padding: 5px 15px;
        border-radius: 20px;
        background: rgba(0,0,0,.1);
        line-height: 1;
        cursor: pointer;
        text-shadow: 0 1px 0 rgba(255,255,255,.1)
    }

    .form-main-container .contact-form {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #fff;
        z-index: 5;
        padding: 80px 50px;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        transition: .3s ease;
        margin: 0
    }

        .form-main-container .contact-form .close {
            color: rgba(0,0,0,.7);
            position: absolute;
            right: 30px;
            top: 30px
        }

            .form-main-container .contact-form .close svg {
                width: 14px;
                height: 25px
            }

    .form-main-container #dribbble {
        -webkit-transition: .6s ease-in;
        transition: .6s ease-in;
        -webkit-box-shadow: 0 0 0 0 #fff,0 0 0 0 #fff;
        box-shadow: 0 0 0 0 #fff,0 0 0 0 #fff;
        background: 0 0;
        width: 50px;
        height: 50px;
        position: ABSOLUTE;
        left: -20px;
        bottom: -20px;
        border-radius: 50%
    }

    .form-main-container #sending-main {
        -webkit-transition: .6s ease-in;
        transition: .6s ease-in;
        -webkit-box-shadow: 0 0 0 0 #fff,0 0 0 0 #fff;
        box-shadow: 0 0 0 0 #fff,0 0 0 0 #fff;
        background: 0 0;
        width: 50px;
        height: 50px;
        position: ABSOLUTE;
        left: -20px;
        bottom: -20px;
        border-radius: 50%;
        opacity: 0
    }

    .form-main-container .select-items {
        left: 0;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        z-index: 99;
        border: 1px solid #e3e3e3;
        transition: all .3s ease-in-out;
        position: absolute;
        background-color: #fff;
        top: 0;
        right: 0;
        height: 150px;
        overflow: hidden;
        overflow-y: auto
    }

        .form-main-container .select-items div {
            color: #201d58;
            padding: 8px 16px;
            border: 1px solid transparent;
            cursor: pointer;
            user-select: none;
            font-weight: 400;
            letter-spacing: 2px;
            font-size: 14px;
            text-transform: uppercase;
            border: none;
            border-right: 1px solid transparent;
            border-left: 1px solid transparent;
            border-bottom: 1px solid transparent;
            border-color: transparent transparent rgba(0,0,0,.1);
            color: rgba(63,63,63,.6);
            padding-left: 33px;
            background-repeat: no-repeat;
            background-position: left 5px center
        }

            .form-main-container .select-items div:nth-of-type(2) {
                background-image: url(../images/icons/web-design.svg);
                background-size: 20px
            }

            .form-main-container .select-items div:nth-of-type(3) {
                background-image: url(../images/icons/ecommerce-icon.svg);
                background-size: 20px
            }

            .form-main-container .select-items div:nth-of-type(4) {
                background-image: url(../images/icons/seo.svg);
                background-size: 18px
            }

            .form-main-container .select-items div:nth-of-type(5) {
                background-image: url(../images/icons/app-development.svg);
                background-size: 13px;
                background-position: left 9px center
            }

            .form-main-container .select-items div:nth-of-type(6) {
                background-image: url(../images/icons/ppc.svg);
                background-size: 20px
            }

            .form-main-container .select-items div:nth-of-type(7) {
                background-image: url(../images/icons/social-media.svg);
                background-size: 20px
            }

            .form-main-container .select-items div:nth-of-type(8) {
                background-image: url(../images/icons/digital-consultancy.svg);
                background-size: 20px
            }

            .form-main-container .select-items div:hover {
                background-color: rgba(0,0,0,.1);
                color: #3f3f3f
            }

    .form-main-container .sending-container {
        left: 0;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        z-index: 99;
        height: 50px;
        width: 40px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        transition: all .3s ease-in-out
    }

        .form-main-container .sending-container::after {
            content: "Sending";
            color: #fff;
            font-weight: 700;
            position: absolute;
            bottom: -50px;
            left: -10px
        }

    .form-main-container #dribbble.active {
        box-shadow: 0 0 0 100vw #c70026,0 0 0 100vh #c70026;
        background: #c70026;
        border-radius: 0
    }

    .form-main-container #sending-main.active {
        box-shadow: 0 0 0 100vw #c70026,0 0 0 100vh #c70026;
        background: #c70026;
        border-radius: 0;
        opacity: 1
    }

    .form-main-container .select-selected {
        color: #201d58;
        padding: 8px 16px;
        border: 1px solid transparent;
        border-color: transparent transparent rgba(0,0,0,.1);
        cursor: pointer;
        user-select: none;
        font-weight: 400;
        letter-spacing: 2px;
        font-size: 14px;
        text-transform: uppercase;
        background-color: #fff;
        padding: 8px 0
    }

        .form-main-container .select-selected:after {
            position: absolute;
            content: "";
            top: 14px;
            right: 10px;
            width: 0;
            height: 0;
            border: 6px solid transparent;
            border-color: #fff transparent transparent
        }

        .form-main-container .select-selected.select-arrow-active:after {
            border-color: transparent transparent #fff;
            top: 7px
        }

    .form-main-container .same-as-selected {
        background-color: rgba(0,0,0,.1);
        color: #3f3f3f
    }

    .form-main-container .send-result-msg {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 50px;
        text-align: center;
        margin: auto;
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease-in-out;
        z-index: 99
    }

        .form-main-container .send-result-msg h2, .form-main-container .send-result-msg p {
            color: #fff
        }

    .form-main-container .sending-container.active {
        opacity: 0;
        visibility: hidden
    }

    .form-main-container .sending-box {
        position: relative;
        height: 50px;
        width: 40px;
        animation: box 5s infinite linear
    }

    .form-main-container .sending-border {
        background: #fff;
        position: absolute
    }

        .form-main-container .sending-border.sending-one {
            height: 4px;
            top: 0;
            left: 0;
            animation: border-one 5s infinite linear
        }

        .form-main-container .sending-border.sending-two {
            top: 0;
            right: 0;
            height: 100%;
            width: 4px;
            animation: border-two 5s infinite linear
        }

        .form-main-container .sending-border.sending-three {
            bottom: 0;
            right: 0;
            height: 4px;
            width: 100%;
            animation: border-three 5s infinite linear
        }

        .form-main-container .sending-border.sending-four {
            bottom: 0;
            left: 0;
            height: 100%;
            width: 4px;
            animation: border-four 5s infinite linear
        }

    .form-main-container .sending-line {
        height: 4px;
        background: #fff;
        position: absolute;
        width: 0%;
        left: 25%
    }

        .form-main-container .sending-line.sending-one {
            top: 25%;
            width: 0%;
            animation: line-one 5s infinite linear
        }

        .form-main-container .sending-line.sending-two {
            top: 45%;
            animation: line-two 5s infinite linear
        }

        .form-main-container .sending-line.sending-three {
            top: 65%;
            animation: line-three 5s infinite linear
        }

    .form-main-container .send-result-msg.active {
        opacity: 1;
        visibility: visible
    }

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.we-do {
    padding: 80px 0;
    background-color: #f4f7fa
}

    .we-do .block-inner {
        width: 620px;
        overflow: hidden;
        float: left
    }

        .we-do .block-inner .list.list-next {
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            background-color: #201d58;
            transition: all .5s ease-in-out
        }

            .we-do .block-inner .list.list-next:hover {
                background-color: #4f4f4f
            }

                .we-do .block-inner .list.list-next:hover a:before {
                    border-bottom: 1px solid #fff;
                    border-right: 1px solid #fff
                }

                .we-do .block-inner .list.list-next:hover a:after {
                    background-color: #fff
                }

        .we-do .block-inner .list {
            width: 300px;
            height: 300px;
            display: block;
            background-color: #fff;
            float: left;
            margin-right: 20px;
            margin-bottom: 20px;
            position: relative;
            overflow: hidden
        }

            .we-do .block-inner .list .overly {
                -webkit-transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                -ms-transition: all .5s ease-in-out;
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                z-index: 1;
                background-color: rgba(198,5,5,.9);
                opacity: 0;
                visibility: hidden;
                padding: 20px;
                transition: all .5s ease-in-out;
                display: table
            }

                .we-do .block-inner .list .overly p {
                    font-size: 18px;
                    font-weight: 300;
                    color: #fff;
                    display: table-cell;
                    vertical-align: middle;
                    padding: 0 15px;
                    text-align: left
                }

                    .we-do .block-inner .list .overly p strong {
                        display: block;
                        font-family: 'Fira Sans',sans-serif;
                        font-weight: 600;
                        font-size: 19px;
                        text-transform: uppercase;
                        margin-bottom: 10px
                    }

            .we-do .block-inner .list:hover img {
                right: -200%
            }

            .we-do .block-inner .list:hover .overly {
                opacity: 1;
                visibility: visible
            }

            .we-do .block-inner .list:nth-last-of-type(odd) {
                margin-right: 0
            }

            .we-do .block-inner .list a {
                display: table;
                height: 300px;
                width: 100%
            }

                .we-do .block-inner .list a .list-img-info {
                    display: table-cell;
                    vertical-align: middle;
                    text-align: center
                }

                    .we-do .block-inner .list a .list-img-info p {
                        font-weight: 500;
                        font-size: 18px;
                        color: #201d58;
                        text-transform: uppercase
                    }

                .we-do .block-inner .list a span {
                    display: inline-block;
                    position: absolute;
                    right: 20px;
                    bottom: 20px
                }

                    .we-do .block-inner .list a span img {
                        position: relative
                    }

                .we-do .block-inner .list a img {
                    width: 80%;
                    display: inline-block;
                    margin: auto;
                    -webkit-transition: all .3s linear;
                    -moz-transition: all .3s linear;
                    -o-transition: all .3s linear;
                    -ms-transition: all .3s linear;
                    transition: all .3s linear
                }

            .we-do .block-inner .list.list-prev {
                -webkit-transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out;
                -ms-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                background-color: #201d58;
                transition: all .5s ease-in-out
            }

                .we-do .block-inner .list.list-prev:hover {
                    background-color: #4f4f4f
                }

                    .we-do .block-inner .list.list-prev:hover a:before {
                        border-bottom: 1px solid #fff;
                        border-right: 1px solid #fff
                    }

                    .we-do .block-inner .list.list-prev:hover a:after {
                        background-color: #fff
                    }

        .we-do .block-inner .block-container {
            width: 1300px
        }

            .we-do .block-inner .block-container .block-main {
                -webkit-transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out;
                -ms-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                float: left;
                width: 620px;
                position: relative;
                transition: all .5s ease-in-out
            }

                .we-do .block-inner .block-container .block-main:nth-last-of-type(2) {
                    left: -100%
                }

                .we-do .block-inner .block-container .block-main:nth-last-of-type(1) {
                    left: 0
                }

                .we-do .block-inner .block-container .block-main:nth-last-of-type(2).active {
                    left: 0
                }

                .we-do .block-inner .block-container .block-main:nth-last-of-type(1).active {
                    left: -620px
                }

.round-main {
    border-radius: 50%;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto
}

.sr-only-focusable:active {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.certification-slider-dup {
    display: none
}

.fs-nav-dots {
    display: none
}

.p-mobile-view .item {
    position: relative
}

    .p-mobile-view .item img:nth-of-type(2) {
        position: absolute;
        top: 108px;
        left: 79px;
        width: 212px
    }

.round1 {
    width: 270px;
    height: 270px;
    background-color: rgba(244,93,93,.2);
    z-index: 3
}

.round2 {
    width: 400px;
    height: 400px;
    background-color: rgba(244,93,93,.06);
    z-index: 2
}

.round3 {
    width: 500px;
    height: 500px;
    background-color: rgba(244,93,93,.02);
    z-index: 1
}

.circle-ripple {
    background-color: #201d58;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    -webkit-animation: ripple 3s linear infinite;
    animation: ripple 3s linear infinite;
    opacity: .18
}

.main-animation7 {
    padding-bottom: 50px
}

.portfolio-banner.p-billion {
    background-color: #f4eee4;
    background-image: url(../images/company/billion.png);
    background-size: 60%;
    background-position: bottom 20% right 15%
}

.portfolio-banner.p-adam {
    background-color: #dee9f1;
    background-image: url(../images/company/adam.png);
    background-size: 50%;
    background-position: bottom 20% right 15%
}

.portfolio-banner.p-ctc {
    background-color: #f4efe8;
    background-image: url(../images/company/ctc.png);
    background-size: 800px;
    background-position: bottom -5% right 15%
}

.portfolio-banner.p-battery {
    background-size: 50%;
    background-position: bottom 20% right 15%;
    background-color: #e4f0f4;
    background-image: url(../images/company/battery.png)
}

.portfolio-banner.p-ck {
    background-size: 50%;
    background-position: bottom 20% right 15%;
    background-color: #f4ede4;
    background-image: url(../images/company/ck.png)
}

.portfolio-banner.p-lobster {
    background-color: #f9e9e4;
    background-image: url(../images/company/lobster.png);
    background-size: 400px;
    background-position: bottom 0 right 25%
}

.portfolio-banner.p-xbd {
    background-color: #f0f6f7;
    background-image: url(../images/company/xbd.png);
    background-size: 500px;
    background-position: center right 25%
}

.p-banner-content {
    margin-top: -100px
}

    .p-banner-content h1 {
        font-size: 3.5vw;
        font-weight: 600
    }

.project-descp {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    .project-descp hr {
        margin: 50px 0;
        opacity: .2
    }

.p-img-div {
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 10px 3px rgba(0,0,0,.03)
}

.p-info-div {
    padding: 0 12%
}

    .p-info-div h3 {
        font-weight: 600;
        font-size: 28px
    }

.black-bg {
    background-color: #1e1e1e
}

    .black-bg p {
        font-size: 20px;
        color: #919191
    }

    .black-bg span {
        color: #fff;
        letter-spacing: .05em
    }

    .black-bg .container {
        max-width: 800px;
        margin: 0 auto
    }

.footer-top {
    padding: 30px 0;
    background-color: #fff
}

.p-desc-main .row {
    margin-bottom: 70px
}

    .p-desc-main .row:last-of-type {
        margin-bottom: 0
    }

.phone-img-div {
    max-width: 400px;
    margin: 0 auto;
    position: relative
}

    .phone-img-div img:nth-of-type(2) {
        position: absolute;
        width: 230px;
        left: 84px;
        top: 118px
    }

.p-navigation .col {
    padding-top: 30px;
    padding-bottom: 30px
}

    .p-navigation .col:nth-of-type(1) {
        border-right: 1px solid #eaeaea
    }

.image-cover.active {
    top: 0
}

    .image-cover.active:before {
        -webkit-transform: translate3d(0,-100%,0);
        -ms-transform: translate3d(0,-100%,0);
        -moz-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    .image-cover.active img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

.round-nav.round-next {
    right: 50px
}

    .round-nav.round-next:after {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        transform: rotate(-135deg)
    }

.round-nav.round-prev {
    left: 50px
}

    .round-nav.round-prev:after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg)
    }

.main-menu-container {
    margin: 0 auto
}

#content {
    height: 300px;
    padding: 38px 0
}

    #content:hover .mCSB_scrollTools .mCSB_draggerContainer {
        opacity: 1
    }

.no-js .fs-form .fs-fields > li {
    padding: 0 0 10px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    opacity: 0
}

.border-ea {
    border: 1px solid #eaeaea
}

.about-company .stamp {
    background-color: rgba(198,5,5,.8);
    padding: 20px;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    display: table;
    position: absolute;
    left: -90px;
    top: 50%
}

    .about-company .stamp:after {
        content: '';
        position: absolute;
        right: -6px;
        top: 12px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 25px solid rgba(198,5,5,.8);
        transform: rotate(-38deg)
    }

    .about-company .stamp p {
        display: table-cell;
        vertical-align: middle;
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        text-align: center;
        text-transform: uppercase
    }

        .about-company .stamp p span {
            display: block;
            font-size: 18px;
            font-weight: 600
        }

.about-company .image-triangle {
    width: 400px;
    position: relative;
    z-index: 2;
    margin-top: -170px
}

.head-icon-section {
    clear: both;
    margin-top: 30px
}

    .head-icon-section:after {
        content: '';
        clear: both;
        display: table
    }

    .head-icon-section:before {
        content: '';
        clear: both;
        display: table
    }

    .head-icon-section h2 {
        font-size: 30px;
        font-weight: 300;
        letter-spacing: -.038em;
        color: #201d58;
        margin-bottom: 30px
    }

    .head-icon-section p {
        font-size: 16px;
        line-height: 1.4;
        color: #7b7c7c;
        font-weight: 300;
        margin-bottom: 30px;
        padding-left: 30px;
        width: calc(100% - 70px);
        float: left
    }

    .head-icon-section img {
        max-width: 70px;
        float: left
    }

.smo-main .smo-head h2:after {
    content: ''
}

.mejs-container {
    margin: 0 auto
}

.lets-talk {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: table;
    height: 350px;
    width: 100%
}

    .lets-talk h2 {
        font-family: Raleway,sans-serif;
        color: #fff;
        font-size: 32px;
        font-weight: 300;
        margin-bottom: 20px
    }

    .lets-talk button {
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        border: 1px solid #d1d2d3;
        background-color: transparent;
        padding: 15px 60px;
        color: #fff;
        text-transform: capitalize;
        margin: 15px 0;
        transition: all .5s ease-in-out
    }

        .lets-talk button:hover {
            background-color: #fff;
            color: #3d3d3d
        }

    .lets-talk .container {
        display: table-cell;
        width: 100%;
        vertical-align: middle
    }

    .lets-talk p {
        color: #e6eef4;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.4;
        margin: 15px 0 20px
    }

.portfolio {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

    .portfolio .container {
        margin-right: 0
    }

.seo-case {
    background-repeat: no-repeat;
    padding-bottom: 0 !important;
    background-color: #eaeaeb;
    background-position: bottom left;
    padding-top: 0;
    background-size: 88%
}

    .seo-case .container-fluid {
        margin-left: 0
    }

        .seo-case .container-fluid .row {
            display: -webkit-flex;
            display: flex;
            -webkit-flex-flow: wrap;
            -ms-flex-flow: wrap;
            flex-flow: wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse
        }

            .seo-case .container-fluid .row .col-sm-6 {
                -webkit-align-self: center;
                align-self: center
            }

        .seo-case .container-fluid img {
            box-shadow: 0 -1px 10px 3px rgba(0,0,0,.2);
            -moz-box-shadow: 0 -1px 10px 3px rgba(0,0,0,.2);
            -webkit-box-shadow: 0 -1px 10px 3px rgba(0,0,0,.2);
            -ms-box-shadow: 0 -1px 10px 3px rgba(0,0,0,.2);
            margin-bottom: -8px
        }

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

    .animated.infinite {
        animation-iteration-count: infinite
    }

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

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

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

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

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

.seo-img-2 {
    -webkit-animation-name: seo-img-2;
    animation-name: seo-img-2
}

.inner-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-color: #ddd;
    position: relative;
    overflow: hidden;
    height: 380px
}

    .inner-banner .inner-banner-content {
        display: table-cell;
        vertical-align: middle;
        padding-left: 0
    }

        .inner-banner .inner-banner-content h1 {
            font-family: Raleway,sans-serif;
            font-size: 45px;
            color: #fff;
            font-weight: 300;
            width: 100%;
            position: relative;
            z-index: 4;
            margin-top: 0;
            text-align: left;
            margin-bottom: 16px;
            max-width: 700px
        }

        .inner-banner .inner-banner-content p {
            font-weight: 300;
            color: #fff;
            font-size: 16px;
            width: 40%;
            position: relative;
            z-index: 4;
            text-align: left;
            margin: 0 auto 0 0
        }

        .inner-banner .inner-banner-content .banner-arrow-main {
            position: absolute;
            object-fit: contain;
            left: -12%;
            top: -14%;
            display: inline-block;
            width: auto;
            height: 120%;
            opacity: .7 !important;
            z-index: 2
        }

        .inner-banner .inner-banner-content .banner-arrow-sub {
            position: absolute;
            object-fit: contain;
            left: -7%;
            bottom: -45px;
            display: inline-block;
            width: auto;
            height: 94%;
            opacity: .52 !important;
            z-index: 1
        }

    .inner-banner .banner-home {
        display: inline-block;
        position: absolute;
        left: 0;
        bottom: 20px;
        z-index: 9;
        width: 100%;
        max-width: 1140px;
        right: 0;
        margin: 0 auto;
        padding: 0 15px;
        opacity: .5
    }

        .inner-banner .banner-home a {
            font-size: 14px;
            font-weight: 300;
            color: #fff;
            position: relative;
            outline: 0 !important
        }

            .inner-banner .banner-home a:after {
                -webkit-transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out;
                margin: auto 0;
                content: ''
            }

            .inner-banner .banner-home a:before {
                -webkit-transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out;
                margin: auto 0;
                content: ''
            }

        .inner-banner .banner-home p {
            font-size: 14px;
            font-weight: 300;
            color: #fff;
            position: relative;
            outline: 0 !important
        }

    .inner-banner .inner-banner-container {
        height: 380px;
        display: table;
        margin: 0 auto
    }

    .inner-banner:after {
        bottom: 0;
        right: 0;
        content: '';
        position: absolute;
        height: 100%;
        background-color: rgba(0,0,0,.48);
        width: 100%;
        top: 0;
        left: 0
    }

img {
    max-width: 100%
}

section {
    padding: 70px 0
}

#scroll {
    -o-transition: all .5s ease-in-out;
    position: fixed;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    /*right: 20px;*/
    right: 0px;
    bottom: 70px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #ededed;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all .5s ease-in-out
}

    #scroll span {
        height: 10px;
        width: 10px;
        -webkit-transform: rotate(-45deg);
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -5px;
        margin-top: -3px;
        border-top: 1px solid #101010;
        border-right: 1px solid #101010;
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transition: all .5s ease-in-out;
        z-index: 10
    }

    #scroll:hover {
        background-color: #201d58;
        opacity: 1;
        filter: "alpha(opacity=100)";
        -ms-filter: "alpha(opacity=100)"
    }

        #scroll:hover span {
            border-top: 1px solid #fff;
            border-right: 1px solid #fff
        }

.testimonial .item h2 {
    display: none
}

.testimonial .testi-slider .owl-nav {
    display: none
}

.testimonial .container {
    padding: 0 15%
}

    .testimonial .container h3 {
        font-weight: 500;
        font-size: 24px;
        color: #201d58;
        margin-bottom: 50px;
        text-transform: uppercase;
        text-align: center
    }

.happy-clients ul {
    padding: 50px 10% 0
}

    .happy-clients ul li {
        width: 33.33%;
        float: left;
        margin-bottom: 10px;
        text-align: center
    }

        .happy-clients ul li a {
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            text-align: center;
            box-shadow: 0 0 9px 0 transparent;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            padding: 10px;
            height: 150px;
            width: 200px
        }

            .happy-clients ul li a img {
                width: 100%;
                height: 100%;
                object-fit: contain
            }

.happy-clients p.v-all {
    padding: 10px 16% 0;
    overflow: hidden;
    display: none
}

.padding-right {
    padding-right: 0
}

.padding-left {
    padding-left: 0
}

.owl-carousel.owl-theme.seo-screen {
    position: absolute;
    top: 43px;
    left: 16px;
    width: 420px;
    height: 263px;
    overflow: hidden
}

    .owl-carousel.owl-theme.seo-screen .item img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.seo-slide-wrap {
    position: relative
}

#overlay {
    position: fixed;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    z-index: 99999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

    #overlay img {
        position: ABSOLUTE;
        width: 150px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        opacity: .1;
        display: none
    }

.new-header {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 52;
    background-color: #fff;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: transform .5s cubic-bezier(.075,.82,.165,1) .3s;
    -moz-transition: transform .51s cubic-bezier(.075,.82,.165,1) .3s;
    -ms-transition: transform .5s cubic-bezier(.075,.82,.165,1) .3s;
    -o-transition: transform .5s cubic-bezier(.075,.82,.165,1) .3s;
    transition: transform .5s cubic-bezier(.075,.82,.165,1) .3s
}

.grey-bg {
    background-color: #f4f4f4
}

.dark-grey-bg {
    background-color: #3d3d3d
}

footer {
    overflow: hidden;
    background-color: #fff
}

    footer .menu-social {
        float: right;
        margin-top: 14px
    }

        footer .menu-social ul li {
            display: inline-block;
            margin: 0 5px
        }

.flex {
    display: flex
}

#amount-preloader i {
    display: inline-block;
    left: 50%;
    top: 50%
}

.loader-inner {
    display: inline-block;
    left: 50%;
    top: 50%
}

.overflow-hidden {
    overflow: hidden !important
}

    .overflow-hidden body {
        overflow: hidden !important
    }

.career-main .career-tab {
    width: 260px;
    float: left
}

    .career-main .career-tab .career-tab-item {
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        cursor: pointer;
        background-color: #fff;
        padding: 15px;
        border-bottom: 1px solid #e6eef4;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

        .career-main .career-tab .career-tab-item:last-of-type {
            border-bottom: none
        }

        .career-main .career-tab .career-tab-item:hover {
            background-color: #201d58
        }

            .career-main .career-tab .career-tab-item:hover h2 {
                color: #fff !important
            }

            .career-main .career-tab .career-tab-item:hover p {
                color: #fff !important
            }

        .career-main .career-tab .career-tab-item h2 {
            margin-bottom: 10px !important
        }

        .career-main .career-tab .career-tab-item p {
            margin-bottom: 10px !important
        }

        .career-main .career-tab .career-tab-item.active {
            background-color: #201d58
        }

            .career-main .career-tab .career-tab-item.active h3 {
                color: #fff !important
            }

            .career-main .career-tab .career-tab-item.active p {
                color: #fff !important
            }

.career-main .career-tab-container {
    width: calc(100% - 260px);
    float: left;
    padding: 0 30px;
    border-left: 1px solid #e6eef4
}

    .career-main .career-tab-container .career-tab-content {
        display: none
    }

        .career-main .career-tab-container .career-tab-content .career-info {
            margin-bottom: 40px
        }

            .career-main .career-tab-container .career-tab-content .career-info p {
                margin-bottom: 5px !important
            }

        .career-main .career-tab-container .career-tab-content .career-requirement, .career-main .career-tab-container .career-tab-content .career-responsibility {
            margin-bottom: 40px
        }

            .career-main .career-tab-container .career-tab-content .career-requirement ul, .career-main .career-tab-container .career-tab-content .career-responsibility ul {
                margin: 0;
                padding: 0
            }

                .career-main .career-tab-container .career-tab-content .career-requirement ul li, .career-main .career-tab-container .career-tab-content .career-responsibility ul li {
                    list-style: none;
                    font-family: 'Fira Sans';
                    font-weight: 300;
                    font-size: 16px;
                    color: #201d58;
                    line-height: 1.6;
                    letter-spacing: .02em;
                    position: relative;
                    padding-left: 22px;
                    margin-bottom: 5px
                }

                    .career-main .career-tab-container .career-tab-content .career-requirement ul li:after, .career-main .career-tab-container .career-tab-content .career-responsibility ul li:after {
                        content: "\e914";
                        position: absolute;
                        left: 4px;
                        top: 7px;
                        font-size: 12px;
                        color: #201d58;
                        font-family: icomoon !important;
                        speak: none;
                        font-style: normal;
                        font-weight: 400;
                        font-variant: normal;
                        text-transform: none;
                        line-height: 1;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale
                    }

        .career-main .career-tab-container .career-tab-content.active {
            display: block
        }

.lets-talk-show {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    overflow: hidden;
    padding: 0 !important;
    height: 0;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

#progress {
    background: #d23a3a;
    width: 0;
    z-index: 11
}

#progstat {
    background: rgba(210,58,58,.2);
    width: 100%;
    z-index: 10;
    font-size: 0
}

.pay-per-click .pp-click-row4 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
    width: 100%;
    position: relative;
    margin: 50px 0;
    background-color: #5e5e5e
}

    .pay-per-click .pp-click-row4 .pp-click-row4-inner {
        padding: 50px 0;
        position: relative;
        z-index: 2;
        margin-bottom: 0
    }

.pay-per-click [class*=pp-click-row] {
    margin-bottom: 50px
}

.pay-per-click .pp-click-row6 {
    margin-bottom: 0
}

    .pay-per-click .pp-click-row6 ul {
        margin-bottom: 20px
    }

.red-overly {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(198,5,5,.9);
    z-index: 1
}

.contact-form {
    margin: 50px auto 0
}

    .contact-form .c-form .contact-action {
        text-align: right
    }

        .contact-form .c-form .contact-action .row {
            margin: 0 -6px
        }

        .contact-form .c-form .contact-action .close-button {
            float: left;
            display: inline-block
        }

            .contact-form .c-form .contact-action .close-button i {
                width: 20px;
                top: 3px !important;
                margin-right: 10px;
                margin-left: 0 !important
            }

            .contact-form .c-form .contact-action .close-button button {
                border: none;
                background-color: transparent;
                font-size: 18px;
                font-weight: 300
            }

                .contact-form .c-form .contact-action .close-button button i {
                    display: inline-block;
                    left: 0;
                    margin-left: 10px;
                    position: relative;
                    top: 1px;
                    -webkit-transition: all .5s ease-in-out;
                    -moz-transition: all .5s ease-in-out;
                    -o-transition: all .5s ease-in-out;
                    -ms-transition: all .5s ease-in-out;
                    transition: all .5s ease-in-out
                }

                .contact-form .c-form .contact-action .close-button button:hover i {
                    -webkit-transform: scale(.8);
                    -moz-transform: scale(.8);
                    -ms-transform: scale(.8);
                    transform: scale(.8)
                }

        .contact-form .c-form .contact-action .clear-button {
            display: inline-block;
            margin-right: 10px
        }

            .contact-form .c-form .contact-action .clear-button button {
                border: none;
                background-color: transparent;
                font-size: 18px;
                font-weight: 300
            }

                .contact-form .c-form .contact-action .clear-button button i {
                    display: inline-block;
                    left: 0;
                    margin-left: 10px;
                    position: relative;
                    top: 1px;
                    -webkit-transition: all .5s ease-in-out;
                    -moz-transition: all .5s ease-in-out;
                    -o-transition: all .5s ease-in-out;
                    -ms-transition: all .5s ease-in-out;
                    transition: all .5s ease-in-out;
                    width: 15px
                }

                .contact-form .c-form .contact-action .clear-button button:hover i {
                    -webkit-transform: scale(.8);
                    -moz-transform: scale(.8);
                    -ms-transform: scale(.8);
                    transform: scale(.8)
                }

        .contact-form .c-form .contact-action .send-button {
            display: inline-block
        }

            .contact-form .c-form .contact-action .send-button button {
                border: none;
                background-color: transparent;
                font-size: 18px;
                font-weight: 300
            }

                .contact-form .c-form .contact-action .send-button button i {
                    display: inline-block;
                    left: 0;
                    margin-left: 10px;
                    position: relative;
                    top: 1px;
                    -webkit-transition: all .5s ease-in-out;
                    -moz-transition: all .5s ease-in-out;
                    -o-transition: all .5s ease-in-out;
                    -ms-transition: all .5s ease-in-out;
                    transition: all .5s ease-in-out;
                    width: 36px
                }

                .contact-form .c-form .contact-action .send-button button:hover i {
                    -webkit-transform: scale(.8);
                    -moz-transform: scale(.8);
                    -ms-transform: scale(.8);
                    transform: scale(.8)
                }

            .contact-form .c-form .contact-action .send-button input[type=submit] {
                border: none;
                background-color: transparent;
                font-size: 18px;
                font-weight: 300
            }

                .contact-form .c-form .contact-action .send-button input[type=submit] i {
                    display: inline-block;
                    left: 0;
                    margin-left: 10px;
                    position: relative;
                    top: 1px;
                    -webkit-transition: all .5s ease-in-out;
                    -moz-transition: all .5s ease-in-out;
                    -o-transition: all .5s ease-in-out;
                    -ms-transition: all .5s ease-in-out;
                    transition: all .5s ease-in-out;
                    width: 36px
                }

                .contact-form .c-form .contact-action .send-button input[type=submit]:hover i {
                    -webkit-transform: scale(.8);
                    -moz-transform: scale(.8);
                    -ms-transform: scale(.8);
                    transform: scale(.8)
                }

    .contact-form h2 {
        margin: 50px 0
    }

    .contact-form button:hover {
        color: #d13737
    }

    .contact-form .col-sm-6.l-select.drop-select {
        z-index: 6
    }

    .contact-form .title {
        margin: 50px 0
    }

        .contact-form .title h1 {
            font-size: 32px;
            font-weight: 300;
            margin-bottom: 20px;
            font-family: Raleway,sans-serif
        }

.our-client ul.client-main-slide {
    border: 1px solid #e6eef4;
    margin: 50px 0 0
}

    .our-client ul.client-main-slide li {
        width: 25%;
        float: left;
        height: 190px;
        position: relative;
        border-right: 1px solid #e6eef4;
        border-bottom: 1px solid #e6eef4
    }

        .our-client ul.client-main-slide li a {
            display: block
        }

            .our-client ul.client-main-slide li a img {
                position: absolute;
                max-width: 85%;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto
            }

        .our-client ul.client-main-slide li:nth-of-type(4n) {
            border-right: none
        }

        .our-client ul.client-main-slide li:nth-last-child(1) {
            border-bottom: none
        }

        .our-client ul.client-main-slide li:nth-last-child(2) {
            border-bottom: none
        }

        .our-client ul.client-main-slide li:nth-last-child(3) {
            border-bottom: none
        }

        .our-client ul.client-main-slide li:nth-last-child(4) {
            border-bottom: none
        }

.dc-main .dc-head {
    padding-right: 10%
}

    .dc-main .dc-head h4 {
        margin-bottom: 50px
    }

.dc-main .dc-box-main {
    border: 1px solid #ecf2f7;
    margin-top: 50px;
    margin-bottom: 50px
}

    .dc-main .dc-box-main .dc-box {
        border-right: 1px solid #ecf2f7;
        padding: 0 3%
    }

        .dc-main .dc-box-main .dc-box img {
            margin: 30px auto;
            width: 130px;
            max-width: 100%
        }

        .dc-main .dc-box-main .dc-box:last-of-type {
            border-right: none
        }

.contact-main .contact-map {
    padding-left: 0
}

    .contact-main .contact-map #googleMap {
        height: 450px;
        position: relative
    }

        .contact-main .contact-map #googleMap iframe {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0
        }

.contact-main .contact-head {
    margin-bottom: 80px
}

    .contact-main .contact-head h2 {
        width: 80%;
        margin: 0 auto
    }

.contact-main .contact-addr .contact-item {
    clear: both;
    margin-bottom: 30px;
    border-bottom: 1px solid #d1d2d3;
    width: 320px;
    margin-left: 30px
}

    .contact-main .contact-addr .contact-item i {
        font-size: 22px;
        font-weight: 600;
        position: absolute;
        left: 0;
        top: 2px;
        color: #201d58
    }

    .contact-main .contact-addr .contact-item:last-of-type {
        border-bottom: none
    }

    .contact-main .contact-addr .contact-item:after {
        content: '';
        clear: both;
        display: table
    }

    .contact-main .contact-addr .contact-item:before {
        content: '';
        clear: both;
        display: table
    }

.contact-info {
    padding-left: 40px;
    position: relative
}

.contact-two-contact a:first-of-type {
    margin-bottom: 5px
}

.lets-talk-show.active {
    height: auto;
    opacity: 1;
    visibility: visible
}

.c-textarea-form:after {
    bottom: 24px
}

.input-choose br {
    display: none
}

.input-choose p {
    margin: 0
}

div.wpcf7-validation-errors {
    border: none !important;
    font-weight: 500
}

.contact-tel {
    position: relative;
    width: 31%;
    float: left
}

    .contact-tel input#fname {
        max-width: 100%;
        padding-left: 60px
    }

    .contact-tel:before {
        content: "( +971 )";
        position: absolute;
        top: 0;
        left: 0;
        color: #a3a3a3
    }

.portfolio-header-main {
    border-bottom: 1px solid #c6c6c6
}

    .portfolio-header-main .portfolio-header ul {
        clear: both;
        width: 650px;
        text-align: center;
        padding: 0;
        margin: 0;
        display: inline-block
    }

        .portfolio-header-main .portfolio-header ul:after {
            content: '';
            clear: both;
            display: table
        }

        .portfolio-header-main .portfolio-header ul:before {
            content: '';
            clear: both;
            display: table
        }

        .portfolio-header-main .portfolio-header ul li {
            font-weight: 300;
            font-size: 20px;
            color: #7b7c7c;
            cursor: pointer;
            text-align: center;
            text-transform: capitalize;
            display: inline-block;
            padding: 20px 30px;
            position: relative
        }

            .portfolio-header-main .portfolio-header ul li:after {
                content: '';
                width: 0;
                height: 2px;
                bottom: 0;
                left: 50%;
                background-color: #201d58;
                position: absolute;
                -webkit-transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                -ms-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out
            }

            .portfolio-header-main .portfolio-header ul li:hover:after {
                width: 100%;
                left: 0
            }

            .portfolio-header-main .portfolio-header ul li.active {
                color: #201d58;
            }

                .portfolio-header-main .portfolio-header ul li.active:after {
                    width: 100%;
                    left: 0
                }

.portfolio-main {
    padding-bottom: 0;
    position: relative
}

    .portfolio-main .portfolio-web-design {
        padding-bottom: 80px
    }

        .portfolio-main .portfolio-web-design .web-design-container {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-flow: wrap;
            -ms-flex-flow: wrap;
            flex-flow: wrap
        }

            .portfolio-main .portfolio-web-design .web-design-container .web-design-content {
                width: 50%;
                position: relative;
                align-self: center
            }

                .portfolio-main .portfolio-web-design .web-design-container .web-design-content .web-design-inner {
                    position: relative;
                    padding-left: 50px;
                    padding-right: 15px
                }

                    .portfolio-main .portfolio-web-design .web-design-container .web-design-content .web-design-inner a {
                        -webkit-transition: all .3s ease-in-out;
                        -moz-transition: all .3s ease-in-out;
                        -o-transition: all .3s ease-in-out;
                        -ms-transition: all .3s ease-in-out;
                        font-size: 15px;
                        display: table;
                        padding: 5px 20px;
                        border: 1px solid #bec5c5;
                        font-weight: 400;
                        text-transform: uppercase;
                        margin: 0 auto 0 0;
                        transition: all .3s ease-in-out;
                        background-color: transparent;
                        text-decoration: none !important;
                        color: #555
                    }

                        .portfolio-main .portfolio-web-design .web-design-container .web-design-content .web-design-inner a:hover {
                            background-color: #bec5c5;
                            color: #fff
                        }

                    .portfolio-main .portfolio-web-design .web-design-container .web-design-content .web-design-inner h4 {
                        font-size: 18px
                    }

            .portfolio-main .portfolio-web-design .web-design-container .web-design-img {
                width: 50%
            }

                .portfolio-main .portfolio-web-design .web-design-container .web-design-img img {
                    position: relative;
                    top: -50px
                }

        .portfolio-main .portfolio-web-design .web-design-list {
            margin: 50px 0 100px
        }

            .portfolio-main .portfolio-web-design .web-design-list:nth-of-type(odd) {
                background-color: #e6eef4;
                margin-bottom: 50px
            }

            .portfolio-main .portfolio-web-design .web-design-list:nth-of-type(even) .web-design-container {
                -webkit-box-orient: horizontal;
                -webkit-box-direction: reverse;
                -webkit-flex-direction: row-reverse;
                -ms-flex-direction: row-reverse;
                flex-direction: row-reverse
            }

                .portfolio-main .portfolio-web-design .web-design-list:nth-of-type(even) .web-design-container .web-design-img img {
                    top: 0
                }

                .portfolio-main .portfolio-web-design .web-design-list:nth-of-type(even) .web-design-container .web-design-content .web-design-inner {
                    padding-left: 15px;
                    padding-right: 50px
                }

                    .portfolio-main .portfolio-web-design .web-design-list:nth-of-type(even) .web-design-container .web-design-content .web-design-inner a {
                        text-align: right;
                        margin-left: auto;
                        margin-right: 0
                    }

                    .portfolio-main .portfolio-web-design .web-design-list:nth-of-type(even) .web-design-container .web-design-content .web-design-inner h2 {
                        text-align: right
                    }

                    .portfolio-main .portfolio-web-design .web-design-list:nth-of-type(even) .web-design-container .web-design-content .web-design-inner h4 {
                        text-align: right
                    }

                    .portfolio-main .portfolio-web-design .web-design-list:nth-of-type(even) .web-design-container .web-design-content .web-design-inner p {
                        text-align: right
                    }

            .portfolio-main .portfolio-web-design .web-design-list:last-of-type {
                margin-bottom: 0
            }

    .portfolio-main .app-dev-main {
        padding-bottom: 80px
    }

    .portfolio-main .portfolio-tab {
        display: none
    }

        .portfolio-main .portfolio-tab.active {
            display: block
        }

.prev-arrow-main:after {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

.prev-arrow-main:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    border-bottom: 1px solid #9a9a9a
}

.margin-left {
    margin-left: 0 !important
}

.margin-right {
    margin-right: 0
}

.seo-main .seo-list {
    padding: 60px 0;
    position: relative;
    margin-bottom: 100px
}

    .seo-main .seo-list:before {
        height: 100%;
        top: 0;
        width: 50%;
        content: '';
        left: 0;
        background-color: rgba(209,210,211,.3);
        position: absolute
    }

    .seo-main .seo-list:nth-of-type(even) .row .seo-content .seo-content-inner {
        padding-right: 0;
        padding-left: 15px
    }

    .seo-main .seo-list:nth-of-type(even) .row .seo-count {
        margin: 0 0 0 auto
    }

        .seo-main .seo-list:nth-of-type(even) .row .seo-count .seo-count-list {
            margin-right: auto;
            margin-left: 0
        }

    .seo-main .seo-list:nth-of-type(even):before {
        left: auto;
        right: 0
    }

    .seo-main .seo-list .seo-content {
        position: relative
    }

        .seo-main .seo-list .seo-content .seo-content-inner {
            padding-right: 15px;
            padding-left: 0
        }

    .seo-main .seo-list .col-sm-3 {
        -webkit-align-self: center;
        align-self: center
    }

    .seo-main .seo-list .seo-count {
        position: relative;
        display: table;
        margin: 0 0 0 auto
    }

        .seo-main .seo-list .seo-count .seo-count-list {
            padding: 20px 40px;
            border-bottom: 1px solid rgba(89,89,89,.2);
            display: table;
            margin: 0 0 0 auto
        }

            .seo-main .seo-list .seo-count .seo-count-list h4 {
                margin-bottom: 10px
            }

            .seo-main .seo-list .seo-count .seo-count-list span {
                font-weight: 300;
                font-size: 60px;
                display: inline-block;
                color: #c94b4b;
                line-height: 1
            }

    .seo-main .seo-list .seo-center-img {
        padding: 20px
    }

    .seo-main .seo-list:first-of-type {
        margin-bottom: 0
    }

.seo-main .seo-sub {
    margin: 40px 0
}

    .seo-main .seo-sub .col-md-7 img {
        position: relative;
        left: -13%
    }

    .seo-main .seo-sub .seo-sub-content {
        display: block;
        width: 70%
    }

        .seo-main .seo-sub .seo-sub-content h2 {
            padding-bottom: 30px;
            position: relative
        }

            .seo-main .seo-sub .seo-sub-content h2:after {
                content: '';
                position: absolute;
                width: 100%;
                height: 1px;
                bottom: 0;
                left: 0;
                background-color: #d1d2d3
            }

.web-design-main {
    position: relative
}

    .web-design-main:after {
        height: 100%;
        top: 0;
        width: 50%;
        content: '';
        background-color: #e95d2f;
        position: absolute;
        right: 0;
        opacity: .3
    }

    .web-design-main .web-design-content {
        width: 50%;
        padding-left: 100px;
        padding-right: 100px;
        -webkit-align-self: center;
        align-self: center;
        position: relative;
        float: left
    }

        .web-design-main .web-design-content .web-design-content-inner {
            position: relative;
            display: inline-block;
            top: 100px
        }

    .web-design-main .web-design-img {
        width: 50%;
        position: relative;
        z-index: 1;
        float: left
    }

        .web-design-main .web-design-img img {
            position: relative;
            left: -100px
        }

    .web-design-main:nth-of-type(odd):after {
        right: auto;
        left: 0
    }

    .web-design-main:nth-of-type(odd) .web-design-container {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

        .web-design-main:nth-of-type(odd) .web-design-container .pad-right-30 {
            padding-left: 80px
        }

    .web-design-main:nth-of-type(odd) .web-design-img img {
        left: auto;
        display: table;
        margin: 0 0 0 auto;
        right: -100px
    }

    .web-design-main:nth-of-type(even) .web-design-container .pad-right-30 {
        padding-right: 80px
    }

.tab-link-main {
    border-bottom: 1px solid #ededed
}

    .tab-link-main .tab-header {
        position: relative
    }

        .tab-link-main .tab-header ul {
            clear: both;
            display: table;
            margin: 0 auto;
            width: 100%
        }

            .tab-link-main .tab-header ul li {
                -webkit-transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                -ms-transition: all .5s ease-in-out;
                font-weight: 300;
                font-size: 20px;
                text-transform: capitalize;
                text-align: center;
                cursor: pointer;
                list-style: none;
                color: #7b7c7c;
                float: left;
                position: relative;
                width: 25%;
                transition: all .5s ease-in-out
            }

                .tab-link-main .tab-header ul li:after {
                    -webkit-transition: all .5s ease-in-out;
                    -moz-transition: all .5s ease-in-out;
                    -o-transition: all .5s ease-in-out;
                    -ms-transition: all .5s ease-in-out;
                    content: '';
                    width: 0;
                    height: 2px;
                    bottom: 0;
                    left: 50%;
                    background-color: #201d58;
                    position: absolute;
                    transition: all .5s ease-in-out
                }

                .tab-link-main .tab-header ul li a {
                    font-weight: 300;
                    font-size: 20px;
                    text-transform: capitalize;
                    text-align: center;
                    cursor: pointer;
                    display: block;
                    color: #7b7c7c;
                    padding: 20px 30px;
                    text-decoration: none !important
                }

                .tab-link-main .tab-header ul li:hover {
                    color: #201d58;
                }

                    .tab-link-main .tab-header ul li:hover:after {
                        width: 100%;
                        left: 0
                    }

                    .tab-link-main .tab-header ul li:hover a {
                        color: #d13737
                    }

            .tab-link-main .tab-header ul:after {
                content: '';
                display: table;
                clear: both
            }

            .tab-link-main .tab-header ul:before {
                content: '';
                display: table;
                clear: both
            }

            .tab-link-main .tab-header ul li.active {
                color: #201d58;
            }

                .tab-link-main .tab-header ul li.active:after {
                    width: 100%;
                    left: 0
                }

        .tab-link-main .tab-header span {
            position: absolute;
            width: 50px;
            height: 58px;
            top: 0;
            right: 0;
            pointer-events: none;
            visibility: hidden;
            z-index: -555;
            display: block
        }

            .tab-link-main .tab-header span.active {
                z-index: 90;
                pointer-events: all
            }

.web-design-main.orange:after {
    background-color: #e95d2f
}

.web-design-head .web-head-content {
    padding: 0 100px
}

.web-design-main.green:after {
    background-color: #31aa9b
}

.web-design-main.violet:after {
    background-color: #7d56a4
}

.web-design-main.blue:after {
    background-color: #3ab3ce
}

section.web-design-main.blue .web-design-content {
    padding-left: 150px;
    float: right
}

section.web-design-main.green .web-design-content {
    padding-left: 150px;
    float: right
}

section.web-design-main {
    width: 100%;
    overflow: hidden
}

.brochure-main .brochure-big-img img {
    margin: 50px 0
}

.full-width-side .fw-side-contanier {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

    .full-width-side .fw-side-contanier .fw-side-img {
        padding: 40px 100px
    }

        .full-width-side .fw-side-contanier .fw-side-img img {
            margin: 80px 0
        }

    .full-width-side .fw-side-contanier .col-sm-5 {
        -webkit-align-self: center;
        align-self: center
    }

    .full-width-side .fw-side-contanier .fw-side-content {
        position: relative;
        display: inline-block;
        float: none;
        padding: 20px 50px;
        width: 350px;
        max-width: 100%
    }

        .full-width-side .fw-side-contanier .fw-side-content h2 {
            padding-bottom: 20px;
            position: relative
        }

            .full-width-side .fw-side-contanier .fw-side-content h2:after {
                content: '';
                position: absolute;
                width: 100%;
                height: 1px;
                background-color: #d1d2d3;
                left: 0;
                bottom: 0
            }

        .full-width-side .fw-side-contanier .fw-side-content h4 {
            padding-bottom: 20px;
            position: relative
        }

            .full-width-side .fw-side-contanier .fw-side-content h4:after {
                content: '';
                position: absolute;
                width: 100%;
                height: 1px;
                background-color: #d1d2d3;
                left: 0;
                bottom: 0
            }

.e-commerce-main .e-commerce-img {
    position: relative
}

    .e-commerce-main .e-commerce-img img:nth-of-type(1) {
        padding-bottom: 100px;
        margin: 50px 0
    }

    .e-commerce-main .e-commerce-img img:nth-of-type(2) {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 80%
    }

.e-commerce-main .e-commerce-box {
    margin-top: 50px
}

    .e-commerce-main .e-commerce-box .e-commerce-box-inner {
        clear: both;
        width: 90%;
        margin: 0 auto
    }

        .e-commerce-main .e-commerce-box .e-commerce-box-inner:after {
            content: '';
            clear: both;
            display: table
        }

        .e-commerce-main .e-commerce-box .e-commerce-box-inner:before {
            content: '';
            clear: both;
            display: table
        }

        .e-commerce-main .e-commerce-box .e-commerce-box-inner .ec-box {
            padding: 45px;
            text-align: center;
            background-color: rgba(230,238,244,.2)
        }

            .e-commerce-main .e-commerce-box .e-commerce-box-inner .ec-box .ec-box-img {
                width: 100px;
                margin: 0 auto 25px
            }

                .e-commerce-main .e-commerce-box .e-commerce-box-inner .ec-box .ec-box-img img {
                    width: 100%
                }

            .e-commerce-main .e-commerce-box .e-commerce-box-inner .ec-box h2 {
                overflow: hidden;
                height: auto
            }

            .e-commerce-main .e-commerce-box .e-commerce-box-inner .ec-box p {
                overflow: hidden
            }

            .e-commerce-main .e-commerce-box .e-commerce-box-inner .ec-box.dark {
                background-color: rgba(230,238,244,.46)
            }

.no-top-padding {
    padding-top: 0 !important
}

.corporate-double {
    position: relative
}

    .corporate-double img:nth-of-type(2) {
        position: absolute;
        bottom: -8%;
        right: -8%;
        width: 75%
    }

.blog-pagination .page-number {
    text-align: center;
    margin-top: 30px
}

    .blog-pagination .page-number .page-left {
        height: 20px;
        width: 20px;
        position: relative;
        display: inline-block;
        margin-right: 30px;
        cursor: pointer
    }

        .blog-pagination .page-number .page-left:before {
            bottom: 0;
            right: 0;
            content: '';
            position: absolute;
            height: 1px;
            width: 20px;
            top: 1px;
            background-color: #9a9a9a;
            margin: auto 0
        }

        .blog-pagination .page-number .page-left:after {
            content: '';
            position: absolute;
            width: 11px;
            height: 11px;
            border-bottom: 1px solid #9a9a9a;
            border-right: 1px solid #9a9a9a;
            -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            transform: rotate(135deg);
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto 0
        }

    .blog-pagination .page-number .page-right {
        height: 20px;
        width: 20px;
        position: relative;
        display: inline-block;
        margin-left: 20px;
        cursor: pointer
    }

        .blog-pagination .page-number .page-right:after {
            bottom: 0;
            right: 0;
            content: '';
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            border-bottom: 1px solid #9a9a9a;
            position: absolute;
            width: 11px;
            height: 11px;
            border-right: 1px solid #9a9a9a;
            transform: rotate(-45deg);
            top: 0;
            margin: auto 0
        }

        .blog-pagination .page-number .page-right:before {
            bottom: 0;
            right: 0;
            content: '';
            position: absolute;
            height: 1px;
            width: 20px;
            top: 1px;
            background-color: #9a9a9a;
            margin: auto 0
        }

    .blog-pagination .page-number ul {
        display: inline-block
    }

        .blog-pagination .page-number ul li {
            font-size: 18px;
            color: #7b7c7c;
            line-height: 40px;
            width: 40px;
            height: 40px;
            display: inline-block;
            text-align: center;
            margin-right: 5px;
            border-radius: 50%;
            cursor: pointer;
            border: none;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out
        }

            .blog-pagination .page-number ul li:hover {
                border: 1px solid #878a8c
            }

            .blog-pagination .page-number ul li.active {
                border: 1px solid #878a8c
            }

.no-margin-top {
    margin-top: 0 !important
}

.corporate-inner-content {
    padding-left: 10%
}

.seo-page-main {
    width: 80%;
    margin: 0 auto
}

    .seo-page-main .seo-page-inner .seo-page-container {
        padding: 50px 30px;
        background: #fff
    }

        .seo-page-main .seo-page-inner .seo-page-container h4 {
            margin-bottom: 50px !important
        }

        .seo-page-main .seo-page-inner .seo-page-container img {
            margin-bottom: 40px !important
        }

        .seo-page-main .seo-page-inner .seo-page-container .seo-page {
            border-bottom: 1px solid rgba(209,210,211,.3);
            margin-bottom: 50px
        }

            .seo-page-main .seo-page-inner .seo-page-container .seo-page h2 {
                margin-bottom: 20px !important;
                font-size: 26px !important;
                font-weight: 400
            }

            .seo-page-main .seo-page-inner .seo-page-container .seo-page:last-of-type {
                border-bottom: none;
                margin-bottom: 0
            }

.seo-analysis .seo-analysis-container .seo-analysis-content {
    position: relative;
    display: block;
    -webkit-align-self: center;
    align-self: center
}

.seo-analysis .seo-analysis-container .seo-analysis-img {
    padding-left: 5%
}

.what-do-main.what-do-main2 {
    padding-top: 50px
}

    .what-do-main.what-do-main2 .wdm-tab-container {
        width: 80%;
        margin: 0 auto
    }

        .what-do-main.what-do-main2 .wdm-tab-container .wdm-tab-content {
            width: 90%;
            margin: 40px auto 50px
        }

            .what-do-main.what-do-main2 .wdm-tab-container .wdm-tab-content .wdm-tab-content-main.active {
                display: block
            }

            .what-do-main.what-do-main2 .wdm-tab-container .wdm-tab-content .wdm-tab-content-main {
                display: none
            }

            .what-do-main.what-do-main2 .wdm-tab-container .wdm-tab-content .wdm-tab-content-inner {
                clear: both;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-flow: wrap;
                -ms-flex-flow: wrap;
                flex-flow: wrap
            }

                .what-do-main.what-do-main2 .wdm-tab-container .wdm-tab-content .wdm-tab-content-inner:after {
                    content: '';
                    clear: both;
                    display: table
                }

                .what-do-main.what-do-main2 .wdm-tab-container .wdm-tab-content .wdm-tab-content-inner:before {
                    content: '';
                    clear: both;
                    display: table
                }

                .what-do-main.what-do-main2 .wdm-tab-container .wdm-tab-content .wdm-tab-content-inner .wdm-inner-img {
                    float: left;
                    width: 130px
                }

                    .what-do-main.what-do-main2 .wdm-tab-container .wdm-tab-content .wdm-tab-content-inner .wdm-inner-img img {
                        width: 100%
                    }

                .what-do-main.what-do-main2 .wdm-tab-container .wdm-tab-content .wdm-tab-content-inner .wdm-inner-info {
                    width: calc(100% - 140px);
                    float: left;
                    padding-left: 40px
                }

                    .what-do-main.what-do-main2 .wdm-tab-container .wdm-tab-content .wdm-tab-content-inner .wdm-inner-info h2 {
                        position: relative;
                        display: inline-block;
                        font-size: 26px;
                        line-height: 36px
                    }

        .what-do-main.what-do-main2 .wdm-tab-container .wdm-tab-link {
            width: 85%;
            margin: 0 auto
        }

            .what-do-main.what-do-main2 .wdm-tab-container .wdm-tab-link .wdm-link-inner {
                display: inline-block;
                width: calc(33.33% - 40px);
                margin-right: 20px;
                cursor: pointer
            }

                .what-do-main.what-do-main2 .wdm-tab-container .wdm-tab-link .wdm-link-inner:last-of-type {
                    margin-right: 0
                }

                .what-do-main.what-do-main2 .wdm-tab-container .wdm-tab-link .wdm-link-inner h4 {
                    font-size: 18px;
                    margin-bottom: 0 !important;
                    padding-top: 20px;
                    position: relative
                }

                    .what-do-main.what-do-main2 .wdm-tab-container .wdm-tab-link .wdm-link-inner h4:after {
                        content: '';
                        position: absolute;
                        width: 100%;
                        height: 3px;
                        background-color: #d1d2d3;
                        top: 0;
                        left: 0;
                        z-index: 1
                    }

                    .what-do-main.what-do-main2 .wdm-tab-container .wdm-tab-link .wdm-link-inner h4:before {
                        content: '';
                        position: absolute;
                        width: 0;
                        height: 3px;
                        background-color: #494949;
                        top: 0;
                        left: 0;
                        -webkit-transition: all .5s ease-in-out;
                        -moz-transition: all .5s ease-in-out;
                        -o-transition: all .5s ease-in-out;
                        -ms-transition: all .5s ease-in-out;
                        transition: all .5s ease-in-out;
                        z-index: 2
                    }

                .what-do-main.what-do-main2 .wdm-tab-container .wdm-tab-link .wdm-link-inner:hover h4:before {
                    width: 100%
                }

                .what-do-main.what-do-main2 .wdm-tab-container .wdm-tab-link .wdm-link-inner.active h4 {
                    color: #201d58 !important
                }

                    .what-do-main.what-do-main2 .wdm-tab-container .wdm-tab-link .wdm-link-inner.active h4:before {
                        width: 100%
                    }

.app-dev-main .app-dev-row2 {
    margin-bottom: 50px
}

    .app-dev-main .app-dev-row2 .app-dev-mobile {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: wrap;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }

        .app-dev-main .app-dev-row2 .app-dev-mobile .app-dev-mobile-content {
            position: relative;
            display: inline-block
        }

.app-dev-main .app-dev-row1 {
    margin-bottom: 50px
}

.app-dev-main .app-dev-row4 .app-dev-foot {
    -webkit-box-direction: normal;
    -webkit-flex-flow: wrap;
    -webkit-box-orient: horizontal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

    .app-dev-main .app-dev-row4 .app-dev-foot .app-dev-foot-content {
        position: relative;
        display: inline-block
    }

.app-dev-main .app-dev-row3 .app-dev-row3-inner {
    padding-top: 60px
}

    .app-dev-main .app-dev-row3 .app-dev-row3-inner p {
        width: 50%;
        margin: 0 auto
    }

    .app-dev-main .app-dev-row3 .app-dev-row3-inner img {
        width: 600px;
        display: block;
        margin: 30px auto 0
    }

.menu-container {
    margin: 50px auto;
    display: table-cell;
    vertical-align: middle;
    padding: 0 10%;
    width: 100%;
    min-height: 520px
}

    .menu-container .menu-item {
        -webkit-box-direction: normal;
        -webkit-flex-flow: wrap;
        -webkit-box-orient: horizontal;
        position: relative;
        height: 218px;
        margin-bottom: 2px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        overflow: hidden;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

        .menu-container .menu-item:hover .menu-item-inner:after {
            background-color: #201d58;
            opacity: 1
        }

        .menu-container .menu-item .menu-item-inner {
            display: block;
            vertical-align: middle;
            z-index: 7;
            text-align: center;
            padding: 0 15px;
            width: 100%;
            align-self: center
        }

            .menu-container .menu-item .menu-item-inner img {
                position: relative;
                z-index: 8;
                width: 35px;
                display: table;
                margin: 0 auto
            }

            .menu-container .menu-item .menu-item-inner a {
                position: relative;
                z-index: 8;
                font-family: Raleway,sans-serif;
                font-weight: 600;
                color: #fff;
                font-size: 20px;
                padding: 5px 0;
                margin-top: 10px;
                opacity: 1;
                transition: all .5s linear;
                -moz-transition: all .5s linear;
                -webkit-transition: all .5s linear;
                -o-transition: all .5s linear;
                -ms-transition: all .5s linear
            }

                .menu-container .menu-item .menu-item-inner a:hover {
                    opacity: 1;
                    color: #f9b9b9
                }

            .menu-container .menu-item .menu-item-inner:after {
                top: 0;
                height: 100%;
                width: 100%;
                -webkit-transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                -ms-transition: all .5s ease-in-out;
                position: absolute;
                left: 0;
                content: '';
                background-color: #201d58;
                opacity: .5;
                z-index: 6;
                transition: all .5s ease-in-out
            }

    .menu-container .menu-item-bg {
        top: 0;
        height: 100%;
        width: 100%;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        position: absolute;
        left: 0;
        object-fit: cover;
        transition: all .5s ease-in-out;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        filter: grayscale(100%);
        -moz-filter: grayscale(100%)
    }

    .menu-container .menu-section1 {
        width: calc(50% - 5px);
        float: left;
        margin-right: 1px
    }

        .menu-container .menu-section1 .menu-item {
            float: left;
            width: calc(50% - 2px);
            margin-right: 2px
        }

            .menu-container .menu-section1 .menu-item:nth-of-type(even) {
                margin-right: 0;
                width: 50%
            }

            .menu-container .menu-section1 .menu-item.menu-social {
                height: 50px;
                width: 100%;
                background-color: #201d58;
                display: table
            }

                .menu-container .menu-section1 .menu-item.menu-social ul {
                    display: table-cell;
                    vertical-align: middle;
                    text-align: center
                }

                    .menu-container .menu-section1 .menu-item.menu-social ul li {
                        display: inline-block;
                        margin: 0 15px
                    }

                        .menu-container .menu-section1 .menu-item.menu-social ul li a:hover i {
                            color: #f9b9b9
                        }

                        .menu-container .menu-section1 .menu-item.menu-social ul li i {
                            color: #fff;
                            font-size: 25px;
                            -webkit-transition: all .5s ease-in-out;
                            -moz-transition: all .5s ease-in-out;
                            -o-transition: all .5s ease-in-out;
                            -ms-transition: all .5s ease-in-out;
                            transition: all .5s ease-in-out
                        }

    .menu-container .menu-contact {
        float: right;
        margin-right: 10px;
        font-size: 24px;
        font-weight: 300
    }

    .menu-container .menu-section2 {
        width: calc(25% - 5px);
        margin-right: 2px;
        float: left
    }

        .menu-container .menu-section2 .menu-item {
            height: 490px;
            width: 100%
        }

            .menu-container .menu-section2 .menu-item .menu-item-inner ul li:first-child {
                margin-bottom: 20px
            }

            .menu-container .menu-section2 .menu-item .menu-item-inner ul li:not(:first-child) a {
                font-family: 'Fira Sans',sans-serif;
                font-weight: 400;
                font-size: 14px;
                text-transform: uppercase;
                margin: 0;
                padding: 3px 0
            }

    .menu-container .menu-section3 {
        width: 25%;
        float: left
    }

        .menu-container .menu-section3 .menu-item {
            height: 243px;
            margin-bottom: 2px;
            width: 100%
        }

.menu-item:hover .menu-item-inner img {
    -o-animation: moveFromTop .5s ease-in-out;
    -moz-animation: moveFromTop .5s ease-in-out;
    -webkit-animation: moveFromTop .5s ease-in-out;
    -ms-animation: moveFromTop .5s ease-in-out;
    animation: moveFromTop .5s ease-in-out
}

.menu-item:hover .menu-item-inner a {
    -webkit-animation: moveFromBottom .5s ease-in-out;
    -moz-animation: moveFromBottom .5s ease-in-out;
    -ms-animation: moveFromBottom .5s ease-in-out;
    -o-animation: moveFromBottom .5s ease-in-out;
    animation: moveFromBottom .5s ease-in-out
}

.menu-section2 .menu-item:hover .menu-item-inner li:nth-child(1) a {
    animation: moveFromTop .5s ease-in-out
}

.menu-section2 .menu-item:hover .menu-item-inner li:nth-child(2) a {
    animation: moveFromBottom .3s ease-in-out
}

.menu-section2 .menu-item:hover .menu-item-inner li:nth-child(3) a {
    animation: moveFromBottom .4s ease-in-out
}

.menu-section2 .menu-item:hover .menu-item-inner li:nth-child(4) a {
    animation: moveFromBottom .5s ease-in-out
}

.menu-section2 .menu-item:hover .menu-item-inner li:nth-child(5) a {
    animation: moveFromBottom .6s ease-in-out
}

.menu-section2 .menu-item:hover .menu-item-inner li:nth-child(6) a {
    animation: moveFromBottom .7s ease-in-out
}

.menu-section2 .menu-item:hover .menu-item-inner li:nth-child(7) a {
    animation: moveFromBottom .8s ease-in-out
}

.fixed-menu {
    display: table;
    height: 100vh;
    overflow: visible
}

.mobile-view-section {
    display: none
}

.p-bold p {
    font-weight: 500
}

.apply-now .contact-form {
    margin: 0 auto
}

    .apply-now .contact-form h2 {
        margin: 0 0 30px
    }

.w-80 {
    margin: 0 auto;
    width: 80% !important
}

.seo-icon-a img {
    max-width: 270px
}

.contact-item a, .contact-item p {
    margin-bottom: 30px
}

.hover-red {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #201d58;
    font-size: 16px;
    text-decoration: none !important;
    display: block
}

    .hover-red:hover {
        color: #201d58
    }

.blog-author-recent {
    font-family: 'Fira Sans',sans-serif;
    font-size: 13px;
    display: inline-block;
    width: auto;
    position: relative;
    font-weight: 300;
    color: #7b7c7c;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    top: 6px;
    text-overflow: ellipsis
}

.blog-date-recent {
    font-family: 'Fira Sans',sans-serif;
    font-size: 13px;
    display: inline-block;
    width: auto;
    position: relative;
    font-weight: 500;
    color: #201d58;
    margin-right: 10px
}

.footer-service h6 {
    font-family: 'Fira Sans';
    font-weight: 400;
    font-style: normal;
    letter-spacing: -.03em;
    font-size: 22px;
    color: #393939;
    margin-bottom: 20px;
    text-transform: uppercase
}

.lets-mobile-detail {
    padding: 0 15px
}

    .lets-mobile-detail h6 {
       /* font-family: 'Fira Sans',sans-serif;
        width: 100%;
        display: block;
        font-size: 18px;
        color: #fff;
        margin-bottom: 2px;
        font-weight: 500;
        letter-spacing: .03em;*/
        font-family: 'Fira Sans',sans-serif;
        width: 100%;
        display: block;
        font-size: 16px;
        color: #fff;
        margin-bottom: 2px;
        font-weight: 300;
        letter-spacing: .03em;
    }

    .lets-mobile-detail span {
       /* font-family: 'Fira Sans',sans-serif;
        font-size: 23px;
        color: #fff;
        font-weight: 300;
        margin-bottom: 0 ;*/
        font-family: 'Fira Sans',sans-serif;
        font-size: 18px;
        color: #fff;
        font-weight: 900;
        margin-bottom: 0;
    }

.landing-arrow {
    width: 1050px
}

.w-50 {
    width: 50%
}

.w-70 {
    width: 70%
}

.w-60 {
    width: 60%
}

.f-40 {
    font-size: 40px !important
}

.no-padding {
    padding: 0 !important
}

div.wpcf7 .screen-reader-response {
    position: relative !important
}

.digi-custom-row .dc-box {
    border: 0 !important
}

.row.dc-box-main.digi-custom-row {
    border: 0 !important
}

.digi-inner {
    border: 1px solid #ecf2f7;
    display: table;
    margin-bottom: 40px;
    padding: 0 40px;
    height: 200px;
    width: 100%
}

    .digi-inner h2 {
        text-align: left;
        margin-bottom: 10px
    }

    .digi-inner p {
        text-align: left;
        margin-bottom: 10px
    }

.digi-content {
    padding-left: 50px;
    display: table-cell;
    vertical-align: middle
}

.digi-str-head {
    padding-left: 50px;
    display: table-cell;
    vertical-align: top
}

.digi-imag {
    display: table-cell;
    vertical-align: middle
}

    .digi-imag img {
        margin: 0 !important
    }

.digi-str-inner {
    margin-top: 50px
}

    .digi-str-inner .col-sm-12 p {
        min-height: 1px !important;
        margin-bottom: 0
    }

    .digi-str-inner .col-sm-12 .str-col {
        margin-bottom: 0 !important
    }

.digi-strategy-upr {
    display: table
}

.digi-str-img {
    display: table-cell;
    vertical-align: top
}

    .digi-str-img img {
        width: 60px
    }

.navigation.post-navigation {
    display: none
}

.row.ul-row ul {
    display: none
}

b.fn {
    display: none
}

p.comment-notes {
    display: none
}

span.says {
    display: none
}

.digi-str-des {
    padding-top: 15px
}

    .digi-str-des p {
        min-height: 101px
    }

.str-col {
    margin-bottom: 60px
}

.happy-clients-custom ul {
    padding: 50px 10% 0
}

    .happy-clients-custom ul li {
        width: 25%;
        float: left;
        margin-bottom: 0;
        border-bottom: 1px solid #eee;
        padding: 40px 0
    }

        .happy-clients-custom ul li a {
            width: 100%;
            text-align: center;
            box-shadow: 0 0 9px 0 transparent;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            padding: 10px;
            height: 85px
        }

            .happy-clients-custom ul li a img {
                width: 100%;
                height: 100%;
                object-fit: contain
            }

.clients-inr-ul {
    border: 1px solid #eee;
    width: 100%;
    float: left;
    border-bottom: 0
}

.abc-2 {
    background: rgba(230,238,244,.46) !important
}

.abc-3 {
    background: rgba(230,238,244,.46) !important
}

.abc-6 {
    background: rgba(230,238,244,.46) !important
}

#respond input {
    width: 100%;
    margin-bottom: 20px;
    height: 50px;
    box-shadow: none;
    border: 1px solid #a9a9a9
}

#respond textarea {
    width: 100%;
    margin-bottom: 20px
}

#respond input[type=submit] {
    width: auto;
    height: auto;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    margin-top: 20px;
    border: 1px solid #000
}

#commentform p.comment-form-author {
    float: left !important;
    width: 49%;
    margin-right: 22px
}

#commentform p.comment-form-email {
    float: left !important;
    width: 49%
}

h2#reply-title {
    font-size: 28px;
    font-weight: 300;
    color: #201d58;
    margin-bottom: 30px;
    line-height: 1.2;
    margin-top: 50px
}

h2.comments-title {
    font-size: 28px;
    font-weight: 300;
    color: #201d58;
    margin-bottom: 30px;
    line-height: 1.2;
    margin-top: 50px
}

.comment-author.vcard {
    float: left;
    margin-right: 30px
}

.comment {
    position: relative;
    border: 1px solid #a9a9a9;
    padding: 50px
}

.reply {
    position: absolute;
    right: 50px;
    top: 50px;
    color: #c62127
}

.swiper-container {
    width: 100%;
    padding-bottom: 50px
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 425px;
    box-shadow: 0 0 40px 0 #ddd
}

.owl_wrapper {
    width: 100vw;
    overflow: hidden
}

    .owl_wrapper .owl-item {
        opacity: 0;
        transform: scale(.6);
        -ms-transform: scale(.6);
        transition: all .2s ease-in-out;
        -webkit-transform: scale(.6);
        z-index: 1
    }

    .owl_wrapper .active {
        opacity: .5
    }

        .owl_wrapper .active.middle_beside {
            transform: scale(.8);
            -ms-transform: scale(.8);
            opacity: .8;
            margin: 0 -1%;
            z-index: 2
        }

        .owl_wrapper .active.middle {
            transform: scale(1);
            -ms-transform: scale(1);
            opacity: 1;
            z-index: 3
        }

        .owl_wrapper .active.next_to_mid {
            margin-left: -1%
        }

        .owl_wrapper .active.prev_to_mid {
            margin-right: -1%
        }

    .owl_wrapper .next {
        position: absolute;
        top: 100px;
        width: 30px;
        border-radius: 100%;
        text-align: center;
        line-height: 30px;
        color: #fff;
        background: #777;
        cursor: pointer;
        z-index: 5;
        left: calc(100% - 100px)
    }

    .owl_wrapper .prev {
        position: absolute;
        top: 100px;
        left: 100px;
        width: 30px;
        border-radius: 100%;
        text-align: center;
        line-height: 30px;
        color: #fff;
        background: #777;
        cursor: pointer;
        z-index: 5
    }

.owl_content {
    padding-left: 12%
}

.view-more-faq {
    color: #7b7c7c;
    font-size: 16px;
    margin-top: 50px
}

.social-media-inner-box {
    margin-bottom: 40px
}

    .social-media-inner-box p {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 1.6;
        color: #7b7c7c;
        font-weight: 300
    }

    .social-media-inner-box h2 {
        font-size: 18px;
        margin-bottom: 12px;
        text-transform: uppercase
    }

.social-item-owl {
    margin-bottom: 15px
}

    .social-item-owl .owl-dot.active {
        background: #c62127
    }

    .social-item-owl .owl-dots {
        text-align: center;
        margin-bottom: 25px
    }

    .social-item-owl .owl-dot {
        display: inline-block;
        height: 5px;
        width: 50px;
        margin: 0 5px;
        background: #dedede;
        border: none;
        outline: 0 !important
    }

    .social-item-owl img {
        max-width: 600px;
        margin: 0 auto 30px
    }

.image-triangle-slider {
    position: absolute;
    top: 0;
    left: 0
}

    .image-triangle-slider .item {
        position: relative
    }

        .image-triangle-slider .item .triangle-slider-info {
            position: absolute;
            top: 48%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 25px;
            width: 120px
        }

            .image-triangle-slider .item .triangle-slider-info p {
                font-size: 13px;
                line-height: 1.2
            }

            .image-triangle-slider .item .triangle-slider-info h2 {
                font-size: 20px;
                line-height: 1;
                font-weight: 700;
                margin-bottom: 10px
            }

    .image-triangle-slider .owl-prev {
        padding-left: 50px;
        display: none;
        font-size: 0 !important
    }

        .image-triangle-slider .owl-prev:after {
            content: '';
            margin: auto 0;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            left: 0;
            position: absolute;
            height: 1px;
            width: 30px;
            bottom: 4px;
            background-color: #9a9a9a;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

        .image-triangle-slider .owl-prev:before {
            content: '';
            margin: auto 0;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            left: 0;
            width: 10px;
            height: 10px;
            border-bottom: 1px solid #9a9a9a;
            border-right: 1px solid #9a9a9a;
            bottom: 0;
            -webkit-transition: all .3s ease-in-out;
            position: absolute;
            transform: rotate(135deg);
            transition: all .3s ease-in-out
        }

    .image-triangle-slider .owl-next {
        padding-right: 50px;
        font-size: 0 !important
    }

        .image-triangle-slider .owl-next:before {
            width: 10px;
            height: 10px;
            border-bottom: 1px solid #9a9a9a;
            border-right: 1px solid #9a9a9a;
            bottom: 0;
            -webkit-transition: all .3s ease-in-out;
            position: absolute;
            margin: auto 0;
            right: 0;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            content: '';
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            transform: rotate(-45deg);
            transition: all .3s ease-in-out
        }

        .image-triangle-slider .owl-next:after {
            position: absolute;
            margin: auto 0;
            right: 0;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            content: '';
            height: 1px;
            width: 30px;
            bottom: 4px;
            background-color: #9a9a9a;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

.brand-tab-title {
    padding: 0;
    margin-bottom: 50px;
    position: relative;
    z-index: 5
}

    .brand-tab-title li {
        list-style: none;
        padding: 20px 30px;
        border: 1px solid #333;
        width: 50%;
        text-align: center;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: -.038em;
        color: #fff;
        margin-bottom: 20px;
        text-transform: uppercase;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        background-color: #201d58;
        cursor: pointer;
        z-index: 2;
        position: relative
    }

        .brand-tab-title li:after {
            -webkit-transform: rotate(45deg);
            content: '';
            width: 20px;
            height: 20px;
            position: absolute;
            bottom: -8px;
            left: 0;
            right: 0;
            margin: 0 auto;
            border-right: 1px solid #333;
            border-bottom: 1px solid #333;
            border-bottom-right-radius: 6px;
            background: #333;
            -ms-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            transform: rotate(45deg);
            opacity: 0;
            -webkit-transition: all .3s linear;
            -moz-transition: all .3s linear;
            -o-transition: all .3s linear;
            -ms-transition: all .3s linear;
            transition: all .3s linear;
            -webkit-transition-delay: .1s;
            transition-delay: .1s
        }

        .brand-tab-title li:hover {
            background-color: #fff;
            color: #333
        }

            .brand-tab-title li:hover:after {
                bottom: -11px;
                opacity: 1;
                background: #fff
            }

        .brand-tab-title li:nth-of-type(1) {
            border-right: none
        }

        .brand-tab-title li.active {
            background-color: #fff;
            color: #333
        }

            .brand-tab-title li.active:after {
                bottom: -11px;
                opacity: 1;
                background: #fff
            }

.panel ul {
    margin: 0;
    padding: 0
}

    .panel ul li {
        list-style: none;
        font-family: 'Fira Sans';
        font-weight: 300;
        font-size: 16px;
        color: #201d58;
        line-height: 1.6;
        letter-spacing: .02em;
        position: relative;
        padding-left: 22px;
        margin-bottom: 10px
    }

        .panel ul li:after {
            content: "\e914";
            position: absolute;
            left: 4px;
            top: 4px;
            font-size: 12px;
            color: #201d58;
            font-family: icomoon !important;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale
        }

.panel-help .collapse {
    padding: 0 10px
}

.faq-main .panel-heading {
    padding: 20px 10px
}

    .faq-main .panel-heading h3 {
        position: relative;
        padding-right: 20px
    }

        .faq-main .panel-heading h3:after {
            content: '';
            width: 9px;
            height: 9px;
            border-bottom: 1px solid #918f8f;
            border-right: 1px solid #918f8f;
            position: absolute;
            right: 5px;
            top: -5px;
            bottom: 0;
            margin: auto 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            transform: rotate(45deg)
        }

.faq-main .panel > a {
    text-decoration: none !important;
    display: block;
    width: 100%
}

    .faq-main .panel > a.active h3:after {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        transform: rotate(-135deg);
        top: 7px
    }

.faq-main .panel-group .panel {
    border-radius: 3px;
    border: 1px solid #eaeaea;
    margin-bottom: 20px
}

    .faq-main .panel-group .panel + .panel {
        margin-top: 10px
    }

.faq-main .panel-body p {
    margin-bottom: 0;
    padding: 0px 3px 25px 0px
}

.seo-50 {
    width: 50%
}

#comments form p.comment-form-comment {
    width: 100% !important
}

#comments form p.form-submit {
    width: 100% !important
}

#comments form p {
    width: 50% !important;
    float: left !important;
    margin: 0 !important;
    position: relative
}

    #comments form p label {
        color: #656666
    }

    #comments form p input {
        padding: 0 15px;
        height: 40px
    }

    #comments form p label.comment_fields_error {
        position: absolute;
        left: 0;
        bottom: 6px;
        font-size: 9px
    }

#comments #respond input[type=submit] {
    border: 1px solid #c62127;
    background: #c62127;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    #comments #respond input[type=submit]:hover {
        color: #c62127;
        background: #fff
    }

#comments #respond textarea {
    padding: 15px
}

.notfound {
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    background-size: contain;
    height: 100vh
}

.portfolio-social {
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 40%;
    background-size: cover;
    background-position: top -10px right;
    border: none
}

.app-platform {
    background-position: center;
    background-image: url(../../assets/front/img/mobile-app-development/platform.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

    .app-platform:after {
        content: '';
        width: 100%;
        height: 50%;
        position: absolute;
        background-color: #fff;
        z-index: 1;
        bottom: 0;
        left: 0;
        display: block
    }

    .app-platform h2 {
        text-align: center;
        color: #fff
    }

.error-page h2 {
    margin-bottom: 15px;
    font-size: 15px
}

.error-page a {
    color: #201d58;
    text-decoration: none
}

.error-page ul li {
    margin-bottom: 5px;
    padding-left: 3px
}

    .error-page ul li a {
        font-size: 13px
    }

.error-page .col-sm-3 {
    margin-bottom: 20px
}

    .error-page .col-sm-3:last-of-type {
        margin-bottom: 0 !important
    }

.e-commerce-but a {
    text-decoration: none !important;
    font-size: 15px;
    display: table;
    padding: 12px 35px;
    border: 1px solid #bec5c5;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 auto 0 0;
    transition: all .3s ease-in-out;
    background-color: transparent;
    color: #555
}

    .e-commerce-but a:hover {
        background-color: #bec5c5;
        color: #fff
    }

.site-map-main .table-bordered {
    border: none
}

.site-map-main tbody {
    width: 100%;
    display: table
}

    .site-map-main tbody td a {
        text-decoration: none !important;
        color: #201d58;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

        .site-map-main tbody td a:hover {
            color: #201d58
        }

    .site-map-main tbody td p {
        margin: 0
    }

    .site-map-main tbody h2 {
        text-decoration: none !important;
        margin-bottom: 0
    }

        .site-map-main tbody h2 a {
            text-decoration: none !important;
            color: #201d58;
        }

            .site-map-main tbody h2 a:hover {
                color: #201d58
            }

.google-adword {
    width: 200px;
    margin-top: 30px
}

    .google-adword table {
        max-width: 450px;
        table-layout: fixed
    }

        .google-adword table tr td {
            width: 50%;
            vertical-align: middle
        }

            .google-adword table tr td img {
                width: 100px
            }

.about-content-new {
    position: relative;
    top: 85px
}

.digital-top-img img {
    /*max-width: 390px;*/
    max-width: 552px;
}
@media only screen and (max-width:768px) {
    .digital-top-img img {
       max-width: 350px;
    }
}

.portfolio-header {
    text-align: center
}

.upload-opt input[type=file] {
    opacity: 0;
    left: 0;
    bottom: 20px;
    position: absolute;
    z-index: 1;
    cursor: pointer
}

.brand-tab-main {
    max-width: 900px;
    margin: 0 auto
}

.brand-tab-content {
    padding: 0
}

    .brand-tab-content li {
        list-style: none;
        display: none
    }

        .brand-tab-content li.active {
            display: block
        }

.panel-help .collapse {
    display: none
}

.img-opacity {
    opacity: 1 !important;
    transform: scale(1) !important
}

    .img-opacity .content__image {
        opacity: 1 !important
    }

.no-right-paddding {
    padding-right: 0 !important
}

.brand-banner-main div {
    max-width: 100%;
    float: right
}

.brand-banner-main img {
    width: 100%
}

.brand-paragraph {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 60px
}

.brand-process {
    padding: 80px 0 15px
}

.brand-grey {
    position: relative;
    margin-bottom: 80px
}

    .brand-grey .container {
        position: relative;
        z-index: 5
    }

.brand-grey-inner {
    position: absolute;
    max-width: 70%;
    background-color: #f4f6f8;
    right: 0;
    height: 100%;
    top: 0;
    z-index: 1
}

.logo-brand-list .col-sm-4 {
    padding: 10px
}

.logo-brand-inner {
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 0 25px 3px rgba(0,0,0,.03)
}

    .logo-brand-inner span {
        display: block;
        text-align: left;
        font-size: 45px;
        font-weight: 600;
        color: #ddd;
        margin-bottom: 15px
    }

    .logo-brand-inner img {
        display: block;
        margin: 0 auto 35px
    }

.inner-banner-content h1 {
    max-width: 700px
}

.content__image {
    visibility: hidden;
    margin-bottom: 30px
}

.quote-text h2 {
    font-style: italic
}

.quote-text span {
    margin-left: 25px;
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;
    display: block;
    margin-top: 15px;
    font-size: 20px
}

.heading {
    margin-bottom: 10px
}

.div-opacity {
    opacity: 0 !important
}

.brand-top-section {
    padding-left: 80px
}

.col-form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 15px
}

label.error {
    position: ABSOLUTE;
    left: 0;
    top: calc(100% + 5px);
    color: red;
    z-index: 1
}

.e-ring-main {
    position: relative;
    padding: 30px
}

    .e-ring-main svg {
        width: 210px;
        height: 210px;
        margin: 0 auto;
        display: block
    }

    .e-ring-main img {
        position: absolute;
        max-width: 220px;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        z-index: 1;
        display: block;
        width: 220px
    }

.e-ring-1 {
    opacity: .1
}

.e-ring-2 {
    opacity: .15
}

.e-ring-3 {
    opacity: .2
}

.cms-box {
    padding: 60px 30px
}

.e-ring-magento {
    fill: #ff7e1d
}

.e-ring-shopify {
    fill: #89c12a
}

.e-ring-woo-commerce {
    fill: #a45592
}

.e-ring-big-commerce {
    fill: #353140
}

.e-ring-open-cart {
    fill: #00c8f5
}

.e-ring-zencart {
    fill: #ffcda9
}

.e-ring-pretashop {
    fill: #fcbcc9
}

.gateway-main {
    padding: 15px 30px
}

    .gateway-main img {
        box-shadow: 0 0 25px 5px rgba(0,0,0,.1);
        width: 100%
    }

    .gateway-main span {
        font-size: 14px;
        line-height: 1.4;
        display: block;
        margin-top: 20px;
        font-style: italic
    }

.e-commerce-box {
    padding: 60px 20px
}

.e-commerce-img {
    padding: 10px 50px
}

.e-commerce-slider {
    padding-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eaeaea
}

    .e-commerce-slider img {
        width: auto !important;
        display: table;
        margin: 0 auto
    }

    .e-commerce-slider .item {
        padding: 0 30px
    }

    .e-commerce-slider .owl-stage {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

.e-commerce-minds {
    position: relative
}

    .e-commerce-minds img {
        padding-top: 100px;
        width: 100%;
        position: relative;
        z-index: 3;
        padding-bottom: 30px
    }

    .e-commerce-minds:after {
        content: '';
        width: 55%;
        height: 100%;
        position: absolute;
        background-color: #ebf0f1;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0;
        z-index: 1
    }

.e-commerce-minds-info h2 {
    padding-bottom: 30px;
    border-bottom: 2px solid #eaeaea;
    display: table
}

.e-project {
    position: relative
}

    .e-project .container {
        z-index: 5;
        position: relative
    }

    .e-project:after {
        z-index: 1;
        content: '';
        width: 70%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #f2fafc
    }

.e-blog-main {
    position: relative
}

    .e-blog-main:after {
        z-index: 1;
        content: '';
        width: 55%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        background-color: #edf1f4
    }

    .e-blog-main .container {
        position: relative;
        z-index: 5
    }

    .e-blog-main .e-commerce-but {
        position: relative;
        top: 30px
    }

.e-blog {
    position: relative;
    padding-right: 80px;
    top: 45px
}

.e-blog-box {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
    height: 200px;
    overflow: hidden;
    float: left;
    background-color: #edf1f4
}

    .e-blog-box img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .e-blog-box a {
        display: block;
        height: 100%;
        border: 1px solid #edf1f4;
        overflow: hidden;
        width: 100%
    }

.e-top-layer-img {
    width: 650px;
    position: absolute;
    top: 66px;
    overflow: hidden;
    right: 0;
    height: 580px
}

    .e-top-layer-img img {
        position: absolute;
        top: 0;
        right: -8%;
        z-index: 3
    }

.e-top-layer {
    position: relative
}

.ppc-smm-tab {
    border-bottom: 2px solid #efefef;
    padding: 0
}

    .ppc-smm-tab li {
        width: 33.33333%;
        cursor: pointer;
        position: relative;
        padding-bottom: 30px
    }

        .ppc-smm-tab li:after {
            -webkit-transition: all 1s cubic-bezier(.075,.82,.165,1);
            -o-transition: all 1s cubic-bezier(.075,.82,.165,1);
            position: absolute;
            content: '';
            width: 0%;
            left: 50%;
            height: 2px;
            bottom: -2px;
            background-color: #444;
            -moz-transition: all 1s cubic-bezier(.075,.82,.165,1);
            -ms-transition: all 1s cubic-bezier(.075,.82,.165,1);
            transition: all 1s cubic-bezier(.075,.82,.165,1)
        }

        .ppc-smm-tab li:before {
            position: absolute;
            content: '';
            border-bottom: 2px solid #444;
            border-right: 2px solid #444;
            z-index: 3;
            right: 0;
            width: 13px;
            height: 13px;
            left: 0;
            bottom: -8px;
            margin: 0 auto;
            background-color: #fff;
            display: inline-block !important;
            background-image: none;
            top: auto;
            -webkit-transform: translateY(-10px) rotate(45deg);
            -ms-transform: translateY(-10px) rotate(45deg);
            -moz-transform: translateY(-10px) rotate(45deg);
            transform: translateY(-10px) rotate(45deg);
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all .6s cubic-bezier(.075,.82,.165,1);
            -moz-transition: all .6s cubic-bezier(.075,.82,.165,1);
            -ms-transition: all .6s cubic-bezier(.075,.82,.165,1);
            -o-transition: all .6s cubic-bezier(.075,.82,.165,1);
            transition: all .6s cubic-bezier(.075,.82,.165,1)
        }

        .ppc-smm-tab li:hover:after {
            width: 100%;
            left: 0
        }

        .ppc-smm-tab li:hover:before {
            -webkit-transform: translateY(0) rotate(45deg);
            -ms-transform: translateY(0) rotate(45deg);
            -moz-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
            visibility: visible;
            opacity: 1
        }

        .ppc-smm-tab li:hover img {
            -webkit-filter: grayscale(0);
            filter: grayscale(0)
        }

        .ppc-smm-tab li.active:after {
            width: 100%;
            left: 0
        }

        .ppc-smm-tab li.active:before {
            -webkit-transform: translateY(0) rotate(45deg);
            -ms-transform: translateY(0) rotate(45deg);
            -moz-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
            visibility: visible;
            opacity: 1
        }

        .ppc-smm-tab li.active img {
            -webkit-filter: grayscale(0);
            filter: grayscale(0)
        }

.business-tab {
    border-bottom: 2px solid #efefef
}

.business-tab-content li {
    margin-bottom: 0 !important;
    padding: 0 !important
}

    .business-tab-content li p {
        margin-bottom: 0 !important
    }

    .business-tab-content li.active {
        display: block
    }

.e-commerce-web-slider .item {
    cursor: move
}

.e-commerce-web-slider .e-commerce-img {
    overflow: hidden;
    margin-bottom: 30px
}

    .e-commerce-web-slider .e-commerce-img img {
        max-width: 380px
    }

.e-commerce-web-slider img {
    width: 100%;
    margin: 0 !important
}

.e-commerce-web-slider .block-revealer__content {
    display: block
}

.e-commerce-box-inner-slider p {
    text-align: justify !important;
    height: 130px
}

.e-commerce-box-inner-slider h3 {
    height: 52px;
    margin-bottom: 10px;
    font-weight: 400
}

.e-commerce-box-inner-slider .item .ec-box .mCSB_scrollTools .mCSB_draggerContainer {
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(.075,.82,.165,1);
    -moz-transition: all 1s cubic-bezier(.075,.82,.165,1);
    -ms-transition: all 1s cubic-bezier(.075,.82,.165,1);
    -o-transition: all 1s cubic-bezier(.075,.82,.165,1);
    transition: all 1s cubic-bezier(.075,.82,.165,1)
}

.e-commerce-box-inner-slider .item .ec-box:hover .mCSB_scrollTools .mCSB_draggerContainer {
    opacity: .7
}

.p-pay-per-main.e-commerce-main .e-commerce-box .e-commerce-box-inner .ec-box .ec-box-img {
    max-width: 60px;
    height: 65px
}

.ppc-container-main {
    position: relative;
    width: calc(100% - 400px)
}

.ppc-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 600px;
    background-color: #fff
}

.inner-section {
    padding-bottom: 50px
}

    .inner-section hr {
        border: none;
        border-bottom: 8px solid #f0f4f7
    }

.ad-box-info {
    width: calc(100% - 400px)
}

    .ad-box-info p {
        margin-top: 0 !important
    }

.ad-box-img {
    width: 300px;
    border: 1px solid #ddd;
    margin-right: 100px;
    height: 100px
}

.app-dev-title {
    border-bottom: 2px solid #efefef
}

    .app-dev-title li {
        min-width: 150px;
        padding: 0 5px 30px !important;
        text-align: center;
        float: left;
        cursor: pointer;
        margin: 0 !important;
        position: relative;
        -webkit-transition: all .3s cubic-bezier(.075,.82,.165,1);
        -moz-transition: all .3s cubic-bezier(.075,.82,.165,1);
        -ms-transition: all .3s cubic-bezier(.075,.82,.165,1);
        -o-transition: all .3s cubic-bezier(.075,.82,.165,1);
        transition: all .3s cubic-bezier(.075,.82,.165,1)
    }

.global-shop {
    position: relative
}

    .global-shop:after {
        bottom: 0;
        margin: auto 0;
        background-color: #ebf0f1;
        position: absolute;
        content: '';
        width: 50%;
        height: 80%;
        right: 0;
        z-index: 1
    }

    .global-shop .container {
        position: relative;
        z-index: 2
    }

.remarketing-main {
    position: relative
}

    .remarketing-main:after {
        bottom: 0;
        margin: auto 0;
        background-color: #ebf0f1;
        content: '';
        width: 40%;
        height: 46%;
        position: absolute;
        top: -14%;
        left: 0;
        z-index: 1
    }

    .remarketing-main .container {
        position: relative;
        z-index: 2
    }

.ppc-smm-tab-main {
    padding: 0 15px
}

.app-minds-slider {
    position: relative
}

    .app-minds-slider .item {
        position: relative;
        overflow: hidden;
        height: 400px;
        max-width: 500px
    }

        .app-minds-slider .item .app-minds-info {
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 3;
            padding: 40px 20px;
            -webkit-transform: translateY(290px);
            -ms-transform: translateY(290px);
            -moz-transform: translateY(290px);
            transform: translateY(290px);
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

        .app-minds-slider .item:hover .app-minds-info {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            -moz-transform: translateY(0);
            transform: translateY(0)
        }

        .app-minds-slider .item:hover:after {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            -moz-transform: translateY(0);
            transform: translateY(0);
            background-color: rgba(0,0,0,.7)
        }

        .app-minds-slider .item img {
            height: 100%;
            width: 100%;
            object-fit: cover
        }

        .app-minds-slider .item:after {
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            bottom: 0;
            background-color: rgba(198,5,5,.77);
            z-index: 2;
            -webkit-transform: translateY(307px);
            -ms-transform: translateY(307px);
            -moz-transform: translateY(307px);
            transform: translateY(307px);
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

    .app-minds-slider .mCSB_scrollTools .mCSB_draggerContainer {
        opacity: 1 !important
    }

    .app-minds-slider .app-minds-info-inner img {
        width: 45px
    }

    .app-minds-slider .app-minds-info-inner .d-flex {
        margin-bottom: 30px;
        width: 100%
    }

        .app-minds-slider .app-minds-info-inner .d-flex h3 {
            color: #fff;
            width: calc(100% - 45px);
            padding-left: 20px;
            margin-bottom: 0 !important
        }

    .app-minds-slider .app-minds-info-inner p {
        margin: 20px 0 0;
        color: #fff;
        font-size: 16px;
        height: 200px
    }

.smm-tab-title-img img {
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    max-width: 45px;
    width: 45px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.smm-tab-title {
    width: calc(100% - 45px);
    padding-left: 20px
}

    .smm-tab-title h6 {
        font-weight: 600;
        font-size: 24px;
        line-height: 1;
        margin: 0 0 3px
    }

    .smm-tab-title span {
        font-weight: 300;
        font-size: 17px
    }

.ppc-smm-tab-content {
    position: relative;
    padding: 0
}

    .ppc-smm-tab-content h5 {
        font-size: 26px;
        font-weight: 300;
        color: #6b6b6b;
        margin-bottom: 30px
    }

        .ppc-smm-tab-content h5 span {
            font-weight: 600
        }

    .ppc-smm-tab-content li {
        list-style: none;
        padding: 60px 0 10px
    }

    .ppc-smm-tab-content:after {
        content: '';
        width: 60%;
        height: 70%;
        position: absolute;
        z-index: 1;
        top: 5%;
        left: 0;
        background-color: #ebf0f1
    }

    .ppc-smm-tab-content .container {
        position: relative;
        z-index: 2
    }

    .ppc-smm-tab-content li.active {
        display: block
    }

.ppc-smm-tab-content-img {
    padding-left: 80px
}

    .ppc-smm-tab-content-img img {
        max-width: 450px
    }

.certification-box-main {
    margin: 0 auto;
    width: 900px;
    padding: 40px;
    box-shadow: 0 0 25px 5px rgba(0,0,0,.05)
}

.certification-box img {
    max-width: 100%;
    margin: 0 auto;
    display: table
}

.certification-box h2 {
    margin: 0 !important
}

.ppc-smm-tab-slider .owl-stage-outer {
    position: relative;
    z-index: 5
}

.no-margin {
    margin: 0 !important
}

.gateway-main-container {
    max-width: 900px !important
}

    .gateway-main-container .gry-bg {
        padding: 20px 0
    }

.app-platform-info {
    background-color: #fff;
    padding: 45px;
    box-shadow: 0 0 25px 5px rgba(0,0,0,.1);
    position: relative;
    z-index: 10;
    margin-top: 70px
}

    .app-platform-info p {
        margin-bottom: 0 !important
    }

    .app-platform-info img {
        margin-bottom: 20px;
        height: 40px;
        width: auto
    }

    .app-platform-info .col-md-6:last-of-type {
        margin-bottom: 0 !important
    }

.app-dev-process-slider {
    padding: 60px 60px 0
}

    .app-dev-process-slider img {
        max-width: 85px;
        height: 85px;
        width: auto;
        display: table;
        margin: 0 auto 50px
    }

.app-minds .container-fluid {
    padding-right: 0;
    overflow: hidden;
    position: relative
}

span.app-mind-cover {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 10;
    background: #fff
}

.new-header-list.active li > a span {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

.new-header-list.active .main-dropdown-menu > a:before {
    opacity: 1
}

.no-margin-bottom {
    margin-bottom: 0 !important
}

.seo-main-page.e-commerce-main .e-commerce-box {
    padding: 0
}

    .seo-main-page.e-commerce-main .e-commerce-box .e-commerce-box-inner {
        width: 100%
    }

.seo-tool {
    border: 1px solid #e2e2e2;
    padding: 20px
}

    .seo-tool img {
        -webkit-transition: all .3s cubic-bezier(.075,.82,.165,1) .2s;
        -moz-transition: all .3s cubic-bezier(.075,.82,.165,1) .2s;
        -ms-transition: all .3s cubic-bezier(.075,.82,.165,1) .2s;
        -o-transition: all .3s cubic-bezier(.075,.82,.165,1) .2s;
        transition: all .3s cubic-bezier(.075,.82,.165,1) .2s
    }

.footer-service-blocks a {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    padding: 10px 15px;
    font-size: 15px;
    display: inline-block;
    line-height: 1;
    color: #201d58;
    margin-bottom: 15px;
    margin-right: 5px;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid rgba(187,187,187,.27);
    text-decoration: none
}

    .footer-service-blocks a sup {
        font-size: 11px
    }

    .footer-service-blocks a:hover {
        color: #fff;
        background-color: #201d58;
        border-color: #201d58
    }

.seo-tab-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .seo-tab-title li {
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding: 25px;
        cursor: pointer;
        margin: 0 !important;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

        .seo-tab-title li h3 {
            margin: 0 auto !important;
            width: 70%;
            display: table
        }

        .seo-tab-title li.active {
            background-color: #f0f4f7
        }

.seo-tab-main .seo-tab-title li:before {
    display: none
}

.seo-tab-main .seo-tab-slider {
    background-color: #f0f4f7;
    padding: 60px
}

    .seo-tab-main .seo-tab-slider li {
        padding: 0;
        margin-bottom: 0 !important
    }

        .seo-tab-main .seo-tab-slider li:before {
            display: none
        }

.seo-tab-slider img {
    max-width: 200px
}

.seo-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.social-media-process .app-dev-process-slider {
    border-bottom: 1px solid #e2e2e2;
    padding: 60px 0
}

    .social-media-process .app-dev-process-slider:last-of-type {
        border-bottom: none;
        padding-bottom: 0
    }

.no-bottom-margin {
    margin-bottom: 0 !important
}

.img-box-shadow {
    position: relative
}

    .img-box-shadow img {
        position: relative;
        z-index: 5
    }

.img-box-shadow-inner {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 35%;
    height: 80%;
    box-shadow: 0 0 50px 40px rgba(0,0,0,.2);
    z-index: 1
}

.video-box {
    background-color: #fff;
    padding: 0;
    border-radius: 5px;
    margin-left: -15px;
    width: 95%;
    margin-bottom: -25%;
    height: auto;
    overflow: hidden;
    position: relative
}

    .video-box video {
        width: 100%;
        height: auto;
        position: relative
    }

.what-ppc {
    margin-right: -15px;
    opacity: 0
}

.business-tab-content-slider .business-tab-img img {
    height: 130px;
    display: table;
    margin: 0 auto;
    width: auto !important
}

.new-header-list {
    padding: 0
}

    .new-header-list > li {
        list-style: none;
        margin-bottom: 15px;
        position: relative
    }

        .new-header-list > li > a {
            font-family: Raleway;
            font-weight: 700;
            font-style: normal;
            color: #201d58;
            font-size: 48px;
            letter-spacing: -.03em;
            text-transform: uppercase;
            line-height: 70px;
            height: 70px;
            overflow: hidden;
            display: inline-block;
            cursor: pointer;
            position: relative;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            text-decoration: none
        }

            .new-header-list > li > a:hover {
                color: #201d58
            }

                .new-header-list > li > a:hover:after {
                    width: 100%;
                    -webkit-transform: translateX(101%);
                    -ms-transform: translateX(101%);
                    -moz-transform: translateX(101%);
                    transform: translateX(101%)
                }

            .new-header-list > li > a:after {
                content: '';
                width: 0;
                left: 0;
                top: 0;
                bottom: 0;
                margin: auto 0;
                height: 8px;
                background-color: #201d58;
                position: absolute;
                z-index: 2;
                -webkit-transition: all .5s cubic-bezier(.075,.82,.165,1) .3s;
                -moz-transition: all .5s cubic-bezier(.075,.82,.165,1) .3s;
                -ms-transition: all .5s cubic-bezier(.075,.82,.165,1) .3s;
                -o-transition: all .5s cubic-bezier(.075,.82,.165,1) .3s;
                transition: all .5s cubic-bezier(.075,.82,.165,1) .3s;
                -webkit-transform: translateX(0);
                -ms-transform: translateX(0);
                -moz-transform: translateX(0);
                transform: translateX(0)
            }

            .new-header-list > li > a span {
                position: relative;
                transform: translateY(100%);
                display: block;
                -webkit-transition: transform 2s cubic-bezier(.075,.82,.165,1) .3s;
                -moz-transition: transform 2s cubic-bezier(.075,.82,.165,1) .3s;
                -ms-transition: transform 2s cubic-bezier(.075,.82,.165,1) .3s;
                -o-transition: transform 2s cubic-bezier(.075,.82,.165,1) .3s;
                transition: transform 2s cubic-bezier(.075,.82,.165,1) .3s;
                z-index: 1
            }

        .new-header-list > li:nth-of-type(1) > a span {
            -webkit-transition-delay: .1s;
            transition-delay: .1s
        }

        .new-header-list > li:nth-of-type(2) > a span {
            -webkit-transition-delay: .3s;
            transition-delay: .3s
        }

        .new-header-list > li:nth-of-type(3) > a span {
            -webkit-transition-delay: .5s;
            transition-delay: .5s
        }

        .new-header-list > li:nth-of-type(4) > a span {
            -webkit-transition-delay: .7s;
            transition-delay: .7s
        }

        .new-header-list > li:nth-of-type(5) > a span {
            -webkit-transition-delay: .9s;
            transition-delay: .9s
        }

        .new-header-list > li:nth-of-type(6) > a span {
            -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s
        }

        .new-header-list > li:hover > a {
            color: #201d58
        }

.nav-list-item-inner {
    position: ABSOLUTE;
    right: -345px;
    top: 25px;
    margin: 0;
    padding: 0;
    width: 328px;
    overflow: hidden
}

    .nav-list-item-inner li {
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        margin-bottom: 5px;
        list-style: none;
        position: relative;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
        left: 0
    }

        .nav-list-item-inner li a {
            font-weight: 400;
            font-style: normal;
            letter-spacing: -.03em;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            font-family: Raleway,sans-serif;
            color: #201d58;
            font-size: 30px;
            text-transform: capitalize;
            text-decoration: none
        }

            .nav-list-item-inner li a:hover {
                color: #201d58
            }

        .nav-list-item-inner li span {
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            -moz-transform: translateX(0);
            transform: translateX(0);
            display: block;
            width: 100%
        }

        .nav-list-item-inner li:hover span {
            -webkit-transform: translateX(10px);
            -ms-transform: translateX(10px);
            -moz-transform: translateX(10px);
            transform: translateX(10px)
        }

        .nav-list-item-inner li:nth-of-type(1) {
            -webkit-transition-delay: .1s;
            transition-delay: .1s
        }

        .nav-list-item-inner li:nth-of-type(2) {
            -webkit-transition-delay: .2s;
            transition-delay: .2s
        }

        .nav-list-item-inner li:nth-of-type(3) {
            -webkit-transition-delay: .3s;
            transition-delay: .3s
        }

        .nav-list-item-inner li:nth-of-type(4) {
            -webkit-transition-delay: .4s;
            transition-delay: .4s
        }

        .nav-list-item-inner li:nth-of-type(5) {
            -webkit-transition-delay: .5s;
            transition-delay: .5s
        }

        .nav-list-item-inner li:nth-of-type(6) {
            -webkit-transition-delay: .6s;
            transition-delay: .6s
        }

        .nav-list-item-inner li:nth-of-type(7) {
            -webkit-transition-delay: .7s;
            transition-delay: .7s
        }

        .nav-list-item-inner li:nth-of-type(8) {
            -webkit-transition-delay: .8s;
            transition-delay: .8s
        }

.new-header-inner {
    z-index: 2;
    position: relative;
    height: 100vh;
    min-height: 670px
}

.new-header-inner1 {
    padding-left: 125px;
    /*padding-left: 50px;*/
    width: 50%;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.new-header-inner2 {
    width: 50%
}

.new-header-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: ABSOLUTE;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

    .new-header-blocks .new-header-block {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
        position: relative;
        background: #000;
        height: 100vh;
        -webkit-transition: transform 1s cubic-bezier(.075,.82,.165,1) .2s;
        -moz-transition: transform 1s cubic-bezier(.075,.82,.165,1) .2s;
        -ms-transition: transform 1s cubic-bezier(.075,.82,.165,1) .2s;
        -o-transition: transform 1s cubic-bezier(.075,.82,.165,1) .2s;
        transition: transform 1s cubic-bezier(.075,.82,.165,1) .2s
    }

.faq-button {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border: none !important;
    border-left: 1px solid;
    background-color: #f7f7f7;
    width: 100%;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: #201d58;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    text-align: left;
    outline: 0 !important;
    position: relative;
    border-bottom: 1px solid transparent;
    padding: 25px 40px 25px 20px;
    border-left: 2px solid #201d58 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    font-weight: 300
}

    .faq-button:after {
        height: 10px;
        content: '';
        position: absolute;
        width: 10px;
        border-bottom: 2px solid #201d58;
        border-right: 2px solid #201d58;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(-135deg);
        -ms-transform: translateY(-50%) rotate(-135deg);
        -moz-transform: translateY(-50%) rotate(-135deg);
        transform: translateY(-50%) rotate(-135deg);
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .faq-button:hover {
        color: #201d58
    }

.main-dropdown-menu > a {
    padding-right: 30px;
    position: relative
}

    .main-dropdown-menu > a:before {
        height: 10px;
        content: '';
        width: 10px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        background-color: #201d58;
        border-radius: 50%;
        -webkit-transition: all 2s cubic-bezier(.075,.82,.165,1) .3s;
        -moz-transition: all 2s cubic-bezier(.075,.82,.165,1) .3s;
        -ms-transition: all 2s cubic-bezier(.075,.82,.165,1) .3s;
        -o-transition: all 2s cubic-bezier(.075,.82,.165,1) .3s;
        transition: all 2s cubic-bezier(.075,.82,.165,1) .3s;
        opacity: 0
    }

.main-dropdown-menu:hover .nav-list-item-inner li {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0)
}

.main-dropdown-menu:hover > a:before {
    border-radius: 0
}

.new-header-blocks.active .new-header-block {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%)
}

    .new-header-blocks.active .new-header-block:nth-of-type(1) {
        -webkit-transition-delay: .2s;
        transition-delay: .2s
    }

    .new-header-blocks.active .new-header-block:nth-of-type(2) {
        -webkit-transition-delay: .3s;
        transition-delay: .3s
    }

    .new-header-blocks.active .new-header-block:nth-of-type(3) {
        -webkit-transition-delay: .4s;
        transition-delay: .4s
    }

    .new-header-blocks.active .new-header-block:nth-of-type(4) {
        -webkit-transition-delay: .5s;
        transition-delay: .5s
    }

.open .new-header {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.icon_select_mate {
    position: absolute;
    top: 10px;
    right: 2%;
    font-size: 16px;
    height: 22px;
    transition: all 275ms
}

    .icon_select_mate svg {
        fill: #fff
    }

.lets-mobile svg {
    width: 20px;
    height: 40px
}

    .lets-mobile svg path {
        fill: #fff
    }

.footer-copy {
    width: calc(100% - 250px);
    text-align: left
}

.lets-comment svg {
    width: 40px;
    height: 32.72px
}

    .lets-comment svg line {
        fill: none;
        stroke: #fff;
        stroke-miterlimit: 10
    }

    .lets-comment svg path {
        fill: none;
        stroke: #fff;
        stroke-miterlimit: 10
    }

#ltEmail {
    background-size: 18px;
    background-image: url(../images/mail.svg)
}

#ltMsg {
    background-size: 18px;
    background-image: url(../images/message.svg)
}

#ltName {
    background-size: 18px;
    background-image: url(../images/name.svg)
}

.placeholder-span-input.active {
    font-size: 11px;
    height: 11px;
    line-height: 11px;
    -webkit-transform: translateY(-47px);
    -ms-transform: translateY(-47px);
    -moz-transform: translateY(-47px);
    transform: translateY(-47px);
    padding-left: 0
}

.placeholder-span-select.active {
    font-size: 11px;
    height: 11px;
    line-height: 11px;
    -webkit-transform: translateY(-47px);
    -ms-transform: translateY(-47px);
    -moz-transform: translateY(-47px);
    transform: translateY(-47px);
    padding-left: 0
}

.placeholder-span-textarea.active {
    font-size: 11px;
    height: 11px;
    line-height: 11px;
    -webkit-transform: translateY(-47px);
    -ms-transform: translateY(-47px);
    -moz-transform: translateY(-47px);
    transform: translateY(-47px);
    padding-left: 0
}

.placeholder-span-input {
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 5px;
    line-height: 40px;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-left: 30px
}

.placeholder-span-select {
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 5px;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-left: 30px
}

.placeholder-span-textarea {
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 5px;
    line-height: 40px;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-left: 30px
}

#ltService {
    background-image: url(../images/service.svg);
    background-size: 15px
}

#ltPhone {
    background-image: url(../images/phone.svg);
    background-size: 13px
}

.cont_select_int {
    transition: all 375ms ease-in-out;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    overflow: hidden;
    height: 0;
    background-color: #fff;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 0 0 3px 3px;
    box-shadow: 1px 4px 10px -2px rgba(0,0,0,.2)
}

    .cont_select_int li {
        position: relative;
        float: left;
        width: 100%;
        border-bottom: 1px solid #e0e0e0;
        background-color: #f5f5f5;
        list-style-type: none;
        padding: 10px 3%;
        margin: 0;
        transition: all 275ms ease-in-out;
        display: block;
        cursor: pointer;
        color: #201d58;
        font-size: 14px
    }

        .cont_select_int li:last-child {
            border-radius: 3px;
            border-bottom: 0
        }

        .cont_select_int li:hover {
            background-color: #eee
        }

    .cont_select_int .active {
        background-color: #eee
    }

.select_mate {
    transition: all 375ms ease-in-out;
    width: 100%;
    position: relative;
    float: left;
    height: 40px;
    color: #fff;
    font-weight: 300;
    border-bottom: 1px solid #fff;
    background-image: url(../images/service.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: left center
}

    .select_mate select {
        position: absolute;
        overflow: hidden;
        height: 0;
        opacity: 0;
        z-index: -1
    }

.cont_list_select_mate {
    position: relative;
    float: left;
    width: 100%
}

.selecionado_opcion {
    width: 100%;
    display: block !important;
    margin: 0;
    cursor: pointer;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    padding-left: 30px
}

.control .selecionado_opcion {
    opacity: 0
}

.control.active .selecionado_opcion {
    opacity: 1
}

.lets-talk-main-home {
    margin-top: 160px;
    /*margin-top: 90px*/
}

.mobile-show-only {
    display: none !important
}

.touch-device .placeholder-span-input {
    font-size: 11px;
    height: 11px;
    line-height: 11px;
    -webkit-transform: translateY(-47px);
    -ms-transform: translateY(-47px);
    -moz-transform: translateY(-47px);
    transform: translateY(-47px);
    padding-left: 0
}

.touch-device .placeholder-span-select {
    font-size: 11px;
    height: 11px;
    line-height: 11px;
    -webkit-transform: translateY(-47px);
    -ms-transform: translateY(-47px);
    -moz-transform: translateY(-47px);
    transform: translateY(-47px);
    padding-left: 0
}

.touch-device .placeholder-span-textarea {
    font-size: 11px;
    height: 11px;
    line-height: 11px;
    -webkit-transform: translateY(-47px);
    -ms-transform: translateY(-47px);
    -moz-transform: translateY(-47px);
    transform: translateY(-47px);
    padding-left: 0
}

.touch-device .touch-select {
    display: block
}

    .touch-device .touch-select option {
        background-color: #fff;
        color: #201d58;
    }

.touch-device .select_mate {
    display: none
}

.touch-select {
    display: none
}

.p-r-0 {
    padding-right: 0 !important
}

.mail-head-telephone {
    display: inline-block;
    position: relative;
    top: 0;
    margin-right: 15px
}

    .mail-head-telephone + a {
        display: inline-block
    }

    .mail-head-telephone svg {
        width: 22px;
        height: 22px
    }

        .mail-head-telephone svg path {
            fill: #fff;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

        .mail-head-telephone svg g path {
            -webkit-transition: all .8s ease-in-out;
            -moz-transition: all .8s ease-in-out;
            -o-transition: all .8s ease-in-out;
            -ms-transition: all .8s ease-in-out;
            transition: all .8s ease-in-out;
            -webkit-transform: translate3d(0,0,0);
            -ms-transform: translate3d(0,0,0);
            -moz-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
            -webkit-animation-name: shake;
            animation-name: shake;
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite
        }

.upload-resume {
    position: relative
}

    .upload-resume input[type=file] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        opacity: 0;
        cursor: pointer
    }

.scroll-button {
    position: fixed;
    left: -100%;
    z-index: 999;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 140px;
    width: 40px;
    background-color: #201d58;
    text-decoration: none !important;
    box-shadow: 0 0 15px 4px rgba(0,0,0,.05);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    .scroll-button.openup {
        left: 0
    }

    .scroll-button:hover {
        background-color: #fff
    }

        .scroll-button:hover p {
            color: #201d58
        }

            .scroll-button:hover p i {
                color: #201d58
            }

    .scroll-button p {
        white-space: nowrap;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        transform: rotate(-90deg);
        width: 100%;
        display: block;
        position: relative;
        left: 0;
        top: 90px;
        font-weight: 400;
        font-size: 14px;
        margin: 0;
        color: #fff;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

        .scroll-button p i {
            margin-left: 7px;
            display: inline-block;
            font-weight: 600;
            color: #fff;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

.small-header .mail-head-telephone svg path {
    fill: #333
}

.no-margin-div .lets-talk-main-home {
    margin-top: 0 !important
}

hr.grey-line {
    border: none;
    border-top: 1px solid #ddd
}

.no-tick-mark li:before {
    display: none !important
}

.double-ul {
    padding-left: 110px
}

.faq-button.collapsed {
    border-bottom: 1px solid rgba(186,186,186,.3) !important;
    color: #201d58;
    border-left: 2px solid transparent !important;
    background-color: transparent
}

    .faq-button.collapsed:after {
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        -moz-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
        border-bottom: 2px solid #000;
        border-right: 2px solid #000
    }

.blog-faq-section .card {
    border: none;
    border-radius: 0
}

.blog-faq-section .card-body {
    padding: 0 40px 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    background: #f7f7f7
}

    .blog-faq-section .card-body p {
        font-size: 13px;
        font-weight: 400;
        line-height: 1.4;
        letter-spacing: 0;
        padding-top: 0;
        color: #201d58;
        text-align: justify
    }

    .blog-faq-section .card-body ul li {
        font-size: 13px;
        font-weight: 400;
        line-height: 1.4;
        letter-spacing: 0;
        padding-top: 0;
        color: #201d58;
    }

.blog-faq-section .accordion .col-md-6 {
    padding-left: 20px;
    padding-right: 20px
}

.blog-faq-section .accordion .collapse {
    position: relative;
    background-color: #f7f7f7
}

    .blog-faq-section .accordion .collapse:before {
        content: '';
        width: 2px;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
        position: absolute;
        -webkit-transform-origin: top;
        transform-origin: top;
        background-color: #201d58;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -moz-transform: scaleY(1);
        transform: scaleY(1)
    }

.blog-faq-section .card-header {
    padding: 0;
    background-color: transparent;
    border: none
}

.home-blog {
    padding: 40px;
    background-image: url(../images/blog-home.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 45%
}

    .home-blog p {
        font-size: 18px;
        line-height: 1.5;
        max-width: 100%;
        width: 140px;
        padding-top: 10px;
        font-weight: 300;
        color: #3f3f3f
    }

.technical-question {
    padding: 20px 20px 0
}

    .technical-question p {
        font-weight: 400;
        font-size: 18px;
        color: #201d58;
        margin: 0 0 5px
    }

.desktop-no-view {
    display: none !important
}

.image-box-main {
    width: 100%;
    padding: 0 50px;
    background: #fafcfd;
    margin-top: 50px
}

    .image-box-main img {
        width: 100%;
        max-width: 900px;
        margin: 0 auto;
        display: table
    }

.pl-listing {
    margin-right: -2.5px;
    margin-left: -2.5px
}

    .pl-listing .col {
        padding: 0 2.5px
    }

.pl-box {
    border: 1px solid #f1f1f1;
    padding: 15px;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

    .pl-box img {
        max-height: 60px;
        margin: 0 auto;
        display: table;
        width: auto !important
    }

.var-development-list img {
    display: table;
    max-height: 80px;
    margin: 0 auto
}

.var-development-list .row {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #f1f1f1
}

    .var-development-list .row h3 {
        margin-bottom: 10px
    }

    .var-development-list .row p {
        margin-bottom: 0
    }

    .var-development-list .row:last-of-type {
        border: none;
        margin-bottom: 0;
        padding-bottom: 0
    }

.web-dev-comp-main {
    position: relative;
    padding: 80px 20px
}

    .web-dev-comp-main img {
        width: 80%;
        display: table;
        margin: 0 auto;
        margin-right: 0;
        position: relative;
        z-index: 5
    }

    .web-dev-comp-main:after {
        content: '';
        width: 70%;
        height: 100%;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #d8dfe7
    }

.web-dev-comp-txt {
    padding: 0 20px
}

    .web-dev-comp-txt h2 {
        border-bottom: 1px solid #f1f1f1;
        padding-bottom: 20px
    }

    .web-dev-comp-txt h3 {
        border-bottom: 1px solid #f1f1f1;
        padding-bottom: 20px
    }

.new-inner-section {
    margin-top: 86px;
    padding: 80px 0 100px;/*
    padding: 80px 0 0px;*/
}

    .new-inner-section .inner-content {
        -ms-flex: 0 0 500px;
        flex: 0 0 500px;
        max-width: 500px;
        width: 500px;
        position: relative;
        z-index: 2
    }

        .new-inner-section .inner-content.active h1 {
            opacity: 1;
            -webkit-transform: translate(0,0);
            -ms-transform: translate(0,0);
            -moz-transform: translate(0,0);
            transform: translate(0,0)
        }

        .new-inner-section .inner-content.active p {
            opacity: 1;
            -webkit-transform: translate(0,0);
            -ms-transform: translate(0,0);
            -moz-transform: translate(0,0);
            transform: translate(0,0)
        }

    .new-inner-section .border-triangle {
        width: 60px;
        height: 77px;
        position: absolute;
        left: 25%;
        bottom: 0;
        z-index: 1;
        display: none
    }

        .new-inner-section .border-triangle g {
            opacity: .4
        }

            .new-inner-section .border-triangle g path {
                fill: #f05722
            }

    .new-inner-section .inner-elements {
        -ms-flex: 0 0 calc(100% - 500px);
        flex: 0 0 calc(100% - 500px);
        max-width: calc(100% - 500px);
        width: calc(100% - 500px);
        text-align: right;
        position: relative
    }

    .new-inner-section .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative
    }

        .new-inner-section .container h1 {
            font-family: 'suntommy',sans-serif;
            font-weight: bold;
            font-style: normal;
            font-size: 28px;
            color: #201d58;
            color: #201d58;
            line-height: 1;
            margin: 0 0 10px;
            opacity: .7;
            -webkit-transform: translate(0,10px);
            -ms-transform: translate(0,10px);
            -moz-transform: translate(0,10px);
            transform: translate(0,10px);
            transition: transform 1s cubic-bezier(.215,.61,.355,1) 0s,-webkit-transform 1s cubic-bezier(.215,.61,.355,1) 0s
        }

        .new-inner-section .container p {
            color: #201d58;
            font-weight: 900;
            font-style: normal;
            font-family: 'Open Sans';
            font-size: 24px;
            letter-spacing: -.03em;
            line-height: 1.2;
            -webkit-transform: translate(0,20px);
            -ms-transform: translate(0,20px);
            -moz-transform: translate(0,20px);
            transform: translate(0,20px);
            transition: transform 1s cubic-bezier(.215,.61,.355,1) 0s,-webkit-transform 1s cubic-bezier(.215,.61,.355,1) 0s;
            opacity: .6
        }

.inner-elements .inner-dots:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    transform: scaleX(1);
    transform-origin: left center;
    transition: transform 1s cubic-bezier(.215,.61,.355,1) 0s,-webkit-transform 1s cubic-bezier(.215,.61,.355,1) 0s
}

.inner-elements .inner-dots.on:after {
    transform: scaleX(0)
}

.inner-elements .inner-triangle-grey {
    -webkit-transform: translate(-30px,0);
    -ms-transform: translate(-30px,0);
    -moz-transform: translate(-30px,0);
    transform: translate(-30px,0);
    opacity: 0;
    transition: transform 1.5s cubic-bezier(.215,.61,.355,1) 0s,-webkit-transform 1.5s cubic-bezier(.215,.61,.355,1) 0s
}

    .inner-elements .inner-triangle-grey.active {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -moz-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }

.inner-elements .inner-triangle-rose {
    -webkit-transform: translate(-70px,0);
    -ms-transform: translate(-70px,0);
    -moz-transform: translate(-70px,0);
    transform: translate(-70px,0);
    opacity: 0;
    transition: transform 1.5s cubic-bezier(.215,.61,.355,1) 0s,-webkit-transform 1.5s cubic-bezier(.215,.61,.355,1) 0s
}

    .inner-elements .inner-triangle-rose.active {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -moz-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }

.inner-dots {
    width: 180px;
    height: 100px;
    background-image: url(../images/dots-main.svg);
    background-repeat: repeat;
    background-size: 20px;
    opacity: .2;
    display: inline-block;
    position: relative;
    z-index: 5
}

.portfolioMain .header {
    background-color: #fff
}

    .portfolioMain .header .mail-head a {
        color: #201d58;
    }

    .portfolioMain .header .hamburger-menu span {
        background-color: #201d58
    }

.portfolioMain .logo-main .logo:nth-of-type(2) {
    opacity: 1
}

.inner-triangle-rose {
    /*width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: calc(100% + 40px);
    right: 15px;
    z-index: 3*/
    width: 130px;
    height: 130px;
    display: inline-block;
    position: absolute;
    top: calc(100% + -66px);
    right: 65px;
    opacity: .3 !important;
    z-index: 3;
}

    .inner-triangle-rose path {
        fill: #ebdac4
    }

.inner-triangle-grey {
    /*width: 115px;
    height: 115px;
    display: inline-block;
    position: absolute;
    right: -1px;
    top: 75px;
    z-index: 1*/
    width: 300px;
    height: 300px;
    display: inline-block;
    position: absolute;
    right: -1px;
    top: -40px;
    z-index: 1;
    opacity: .5 !important;
}

    .inner-triangle-grey path {
        fill: #eeeded
    }

.bold-title {
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
    color: #201d58;
    line-height: 1.2;
    letter-spacing: -.038em;
    margin-bottom: 10px
}

    .bold-title + span {
        font-family: 'Fira Sans';
        color: #201d58;
        font-size: 20px;
        margin-bottom: 35px;
        line-height: 1;
        display: block;
        font-weight: 300
    }

    .bold-title.title-margin-bottom {
        margin-bottom: 35px
    }

.m-t-20 {
    margin-top: 20px
}

.secondary-title {
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    color: #201d58;
    line-height: 1.4;
    letter-spacing: -.038em;
    margin-bottom: 20px
}

.primary-title {
    font-family: 'suntommy',sans-serif !important;
    font-weight: 600;
    font-style: normal;
    /*font-size: 18px;*/
    font-size: 27px;
    color: #201d58;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 15px;
}

.bold-title-small {
    font-family: 'suntommy',sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 23px;
    /* font-size: 20px; */
    color: #201d58;
    line-height: 1.2;
    letter-spacing: -.038em;
    margin-bottom: 21px;
}

.portfolio-container .container {
    max-width: 900px
}

.portfolio-container .row.active .p-company-text {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -moz-transform: translate(0,0);
    transform: translate(0,0)
}

.portfolio-container .row.active:nth-of-type(even) .p-company-img img {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -moz-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1
}

.portfolio-container .row.active:nth-of-type(odd) .p-company-img img {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -moz-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1
}

.portfolio-container .row.active .p-company-img:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1)
}

.portfolio-container .row:nth-of-type(even) .p-company-img:after {
    -webkit-transform-origin: right;
    transform-origin: right
}

.portfolio-container .row:nth-of-type(even) .p-company-img img {
    -webkit-transform: translate(-30px,0);
    -ms-transform: translate(-30px,0);
    -moz-transform: translate(-30px,0);
    transform: translate(-30px,0)
}

.portfolio-container .row:nth-of-type(odd) .p-company-img:after {
    -webkit-transform-origin: left;
    transform-origin: left
}

.portfolio-container .row:nth-of-type(odd) .p-company-img img {
    -webkit-transform: translate(30px,0);
    -ms-transform: translate(30px,0);
    -moz-transform: translate(30px,0);
    transform: translate(30px,0)
}

.portfolio-container .p-company-img {
    position: relative;
    padding-top: 80px
}

    .portfolio-container .p-company-img:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 80%;
        z-index: 1;
        margin: 0 auto;
        -webkit-transition: transform 1.5s cubic-bezier(.215,.61,.355,1);
        -o-transition: transform 1.5s cubic-bezier(.215,.61,.355,1);
        -webkit-transition: -webkit-transform 1.5s cubic-bezier(.215,.61,.355,1);
        transition: -webkit-transform 1.5s cubic-bezier(.215,.61,.355,1);
        transition: transform 1.5s cubic-bezier(.215,.61,.355,1);
        transition: transform 1.5s cubic-bezier(.215,.61,.355,1),-webkit-transform 1.5s cubic-bezier(.215,.61,.355,1);
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -moz-transform: scaleX(0);
        transform: scaleX(0)
    }

    .portfolio-container .p-company-img img {
        position: relative;
        z-index: 5;
        bottom: 0;
        margin: 0 auto;
        display: table;
        -o-transition: all 750ms cubic-bezier(.215,.61,.355,1);
        -webkit-transition: all 750ms cubic-bezier(.215,.61,.355,1);
        transition: all 750ms cubic-bezier(.215,.61,.355,1);
        transition: all 750ms cubic-bezier(.215,.61,.355,1),all 750ms cubic-bezier(.215,.61,.355,1);
        opacity: 0
    }

.portfolio-container .p-company-text {
    position: relative;
    -webkit-transform: translate(0,40px);
    -ms-transform: translate(0,40px);
    -moz-transform: translate(0,40px);
    transform: translate(0,40px);
    -webkit-transition: transform .9s cubic-bezier(.215,.61,.355,1);
    -o-transition: transform .9s cubic-bezier(.215,.61,.355,1);
    -webkit-transition: -webkit-transform .9s cubic-bezier(.215,.61,.355,1);
    transition: -webkit-transform .9s cubic-bezier(.215,.61,.355,1);
    transition: transform .9s cubic-bezier(.215,.61,.355,1);
    transition: transform .9s cubic-bezier(.215,.61,.355,1),-webkit-transform .9s cubic-bezier(.215,.61,.355,1)
}

    .portfolio-container .p-company-text > p {
        max-width: 300px
    }

.portfolio-container .row {
    margin-bottom: 50px;
    padding-bottom: 50px
}

    .portfolio-container .row.forever-section .p-company-img {
        -ms-flex: 0 0 480px;
        flex: 0 0 480px;
        max-width: 480px
    }

        .portfolio-container .row.forever-section .p-company-img:after {
            background-color: #fcebf2
        }

        .portfolio-container .row.forever-section .p-company-img img {
            width: 270px;
            bottom: -45px
        }

    .portfolio-container .row.forever-section .p-company-text {
        -ms-flex: 0 0 calc(100% - 480px);
        flex: 0 0 calc(100% - 480px);
        max-width: calc(100% - 480px);
        padding: 30px
    }

    .portfolio-container .row.hadid-section .p-company-img {
        -ms-flex: 0 0 520px;
        flex: 0 0 520px;
        max-width: 520px;
        padding-bottom: 80px
    }

        .portfolio-container .row.hadid-section .p-company-img:after {
            background-color: #ebf6fc;
            left: auto;
            width: 65%
        }

        .portfolio-container .row.hadid-section .p-company-img img {
            width: 480px;
            bottom: -45px;
            left: 0;
            margin-left: 0
        }

    .portfolio-container .row.hadid-section .p-company-text {
        -ms-flex: 0 0 calc(100% - 520px);
        flex: 0 0 calc(100% - 520px);
        max-width: calc(100% - 520px);
        padding: 30px
    }

    .portfolio-container .row.acai-section .p-company-img {
        -ms-flex: 0 0 400px;
        flex: 0 0 400px;
        max-width: 400px;
        padding-bottom: 50px;
        padding-top: 50px
    }

        .portfolio-container .row.acai-section .p-company-img:after {
            background-color: #f5ffd9;
            width: 65%;
            right: auto
        }

        .portfolio-container .row.acai-section .p-company-img img {
            width: 380px;
            bottom: 0;
            left: 0;
            margin-left: 0
        }

    .portfolio-container .row.acai-section .p-company-text {
        -ms-flex: 0 0 calc(100% - 400px);
        flex: 0 0 calc(100% - 400px);
        max-width: calc(100% - 400px);
        padding: 30px
    }

    .portfolio-container .row.batmobile-section .p-company-img {
        -ms-flex: 0 0 450px;
        flex: 0 0 450px;
        max-width: 450px;
        padding-bottom: 40px;
        padding-top: 200px
    }

        .portfolio-container .row.batmobile-section .p-company-img:after {
            background-color: #fcf8e8;
            width: 75%;
            left: auto
        }

        .portfolio-container .row.batmobile-section .p-company-img img {
            width: 400px;
            bottom: 0;
            left: 0;
            margin-left: 0
        }

    .portfolio-container .row.batmobile-section .p-company-text {
        -ms-flex: 0 0 calc(100% - 450px);
        flex: 0 0 calc(100% - 450px);
        max-width: calc(100% - 450px);
        padding: 30px
    }

    .portfolio-container .row.ctc-section .p-company-img {
        -ms-flex: 0 0 550px;
        flex: 0 0 550px;
        max-width: 550px;
        padding-bottom: 0;
        padding-top: 60px
    }

        .portfolio-container .row.ctc-section .p-company-img:after {
            background-color: #ebfcfc;
            width: 70%;
            right: auto
        }

        .portfolio-container .row.ctc-section .p-company-img img {
            width: 450px;
            bottom: 0;
            left: 0;
            margin-left: 35px
        }

    .portfolio-container .row.ctc-section .p-company-text {
        -ms-flex: 0 0 calc(100% - 550px);
        flex: 0 0 calc(100% - 550px);
        max-width: calc(100% - 550px);
        padding: 30px
    }

    .portfolio-container .row.carlo-section .p-company-img {
        -ms-flex: 0 0 350px;
        flex: 0 0 350px;
        max-width: 350px;
        padding-bottom: 80px;
        padding-top: 80px
    }

        .portfolio-container .row.carlo-section .p-company-img:after {
            background-color: #eef4ff;
            width: 80%;
            left: auto;
            right: 70px
        }

        .portfolio-container .row.carlo-section .p-company-img img {
            width: 300px;
            bottom: 0;
            left: 0
        }

    .portfolio-container .row.carlo-section .p-company-text {
        -ms-flex: 0 0 calc(100% - 350px);
        flex: 0 0 calc(100% - 350px);
        max-width: calc(100% - 350px);
        padding: 30px
    }

    .portfolio-container .row.billion-section .p-company-img {
        -ms-flex: 0 0 450px;
        flex: 0 0 450px;
        max-width: 450px;
        padding-bottom: 40px;
        padding-top: 120px
    }

        .portfolio-container .row.billion-section .p-company-img:after {
            background-color: #fff2e6;
            width: 80%;
            right: auto
        }

        .portfolio-container .row.billion-section .p-company-img img {
            width: 400px;
            bottom: 0;
            left: 0;
            margin-right: 0
        }

    .portfolio-container .row.billion-section .p-company-text {
        -ms-flex: 0 0 calc(100% - 450px);
        flex: 0 0 calc(100% - 450px);
        max-width: calc(100% - 450px);
        padding: 30px
    }

    .portfolio-container .row.adam-section .p-company-img {
        -ms-flex: 0 0 500px;
        flex: 0 0 500px;
        max-width: 500px;
        padding-bottom: 0;
        padding-top: 30px
    }

        .portfolio-container .row.adam-section .p-company-img:after {
            background-color: #eff5f9;
            width: 70%;
            left: auto;
            right: 20px;
            bottom: 15px
        }

        .portfolio-container .row.adam-section .p-company-img img {
            width: 420px;
            bottom: 0;
            left: 0;
            margin-right: 0
        }

    .portfolio-container .row.adam-section .p-company-text {
        -ms-flex: 0 0 calc(100% - 500px);
        flex: 0 0 calc(100% - 500px);
        max-width: calc(100% - 500px);
        padding: 30px
    }

    .portfolio-container .row.lobster-section .p-company-img {
        -ms-flex: 0 0 400px;
        flex: 0 0 400px;
        max-width: 400px;
        padding-bottom: 0;
        padding-top: 0
    }

        .portfolio-container .row.lobster-section .p-company-img:after {
            background-color: #f8f5ff;
            width: 75%;
            left: auto;
            right: 50px;
            bottom: 0;
            height: 78%
        }

        .portfolio-container .row.lobster-section .p-company-img img {
            width: 250px;
            bottom: 0;
            left: 0;
            margin-right: 40px
        }

    .portfolio-container .row.lobster-section .p-company-text {
        -ms-flex: 0 0 calc(100% - 400px);
        flex: 0 0 calc(100% - 400px);
        max-width: calc(100% - 400px);
        padding: 30px
    }

    .portfolio-container .row.ck-section .p-company-img {
        -ms-flex: 0 0 450px;
        flex: 0 0 450px;
        max-width: 450px;
        padding-bottom: 0;
        padding-top: 100px
    }

        .portfolio-container .row.ck-section .p-company-img:after {
            background-color: #f4ede4;
            width: 75%;
            left: auto;
            right: 50px;
            bottom: 0;
            height: 100%
        }

        .portfolio-container .row.ck-section .p-company-img img {
            width: 400px;
            bottom: -20px;
            left: 0;
            margin-left: 0
        }

    .portfolio-container .row.ck-section .p-company-text {
        -ms-flex: 0 0 calc(100% - 450px);
        flex: 0 0 calc(100% - 450px);
        max-width: calc(100% - 450px);
        padding: 30px
    }

    .portfolio-container .row.xbd-section .p-company-img {
        -ms-flex: 0 0 400px;
        flex: 0 0 400px;
        max-width: 400px;
        padding-bottom: 0;
        padding-top: 40px
    }

        .portfolio-container .row.xbd-section .p-company-img:after {
            background-color: #eff5f9;
            width: 75%;
            left: 0;
            right: auto;
            bottom: 0;
            height: 100%
        }

        .portfolio-container .row.xbd-section .p-company-img img {
            width: 260px;
            bottom: -30px;
            left: 0;
            margin-right: 15px
        }

    .portfolio-container .row.xbd-section .p-company-text {
        -ms-flex: 0 0 calc(100% - 400px);
        flex: 0 0 calc(100% - 400px);
        max-width: calc(100% - 400px);
        padding: 30px
    }

.p-company-text > p {
    display: block;
    margin-bottom: 30px
}

.cs-button {
    font-family: 'Fira Sans';
    font-weight: 500;
    font-style: normal;
    color: #201d58;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: -.03em;
    text-decoration: none !important;
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    .cs-button:after {
        content: '';
        width: 60%;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: #474747;
        z-index: 1;
        opacity: .3;
        -webkit-transition: all .5s cubic-bezier(.92,.16,.18,.74) .3s;
        -moz-transition: all .5s cubic-bezier(.92,.16,.18,.74) .3s;
        -o-transition: all .5s cubic-bezier(.92,.16,.18,.74) .3s;
        -ms-transition: all .5s cubic-bezier(.92,.16,.18,.74) .3s;
        transition: all .5s cubic-bezier(.92,.16,.18,.74) .3s
    }

    .cs-button:before {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 0;
        background-color: #201d58;
        will-change: transform,background-color;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        transition: -webkit-transform .35s;
        transition: transform .35s;
        transition: transform .35s,-webkit-transform .35s;
        transition-timing-function: cubic-bezier(.25,.46,.45,.94);
        height: 1px
    }

    .cs-button:hover {
        color: #201d58
    }

        .cs-button:hover:after {
            width: 100%
        }

        .cs-button:hover:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
            transition-timing-function: ease
        }

    .cs-button span {
        font-family: 'Fira Sans';
        font-weight: 500;
        font-style: normal
    }

.main-load-more {
    font-family: Raleway;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    color: #cacbcc;
    letter-spacing: -.038em;
    line-height: 1;
    text-decoration: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: inline-block
}

    .main-load-more:hover {
        color: #333
    }

.new-breadcrumb {
    position: relative;
    z-index: 10;
    margin-top: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0
}

    .new-breadcrumb .common-ul {
        margin: 0;
        padding: 0
    }

        .new-breadcrumb .common-ul li {
            list-style: none;
            display: inline-block;
            margin: 0 3px
        }

            .new-breadcrumb .common-ul li a, .new-breadcrumb .common-ul li span {
                font-family: 'Fira Sans';
                font-weight: 400;
                font-style: normal;
                font-size: 14px;
                color: #201d58;
                text-decoration: none !important;
                line-height: 1;
                letter-spacing: 0
            }

                .new-breadcrumb .common-ul li a:hover, .new-breadcrumb .common-ul li span:hover {
                    color: #333
                }

                .new-breadcrumb .common-ul li a:hover {
                    color: #201d58
                }

.common-ul {
    margin: 0;
    padding: 0
}

    .common-ul li {
        list-style: none;
        font-family: 'suntommy',sans-serif;
        font-weight: 100;
        font-size: 13px;
        color: #201d58;
        line-height: 1.6;
        letter-spacing: 0;
        margin-bottom: 15px !important;
    }

.ul-red li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px
}

    .ul-red li:after {
        content: "\e914";
        position: absolute;
        left: 4px;
        top: 4px;
        font-size: 12px;
        color: #201d58;
        font-family: icomoon !important;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

.scroll-line {
    font-family: 'Fira Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #201d58;
    text-decoration: none !important;
    line-height: 1;
    letter-spacing: 0;
    -webkit-transform: rotate(270deg) translateY(0);
    -ms-transform: rotate(270deg) translateY(0);
    -moz-transform: rotate(270deg) translateY(0);
    transform: rotate(270deg) translateY(0);
    position: absolute;
    display: inline-block;
    padding-right: 15px;
    left: -25px;
    top: -35px;
    padding-bottom: 5px
}

    .scroll-line:after {
        content: '';
        width: 75%;
        position: absolute;
        bottom: 0;
        height: 1px;
        background-color: #201d58;
        left: 30px;
        opacity: .3
    }

.portfolio-slider .owl-stage {
    overflow: hidden
}

.new-inner-video video {
    height: 100%;
    width: 100%;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: cover;
    object-fit: cover
}

.forever-video {
    background-color: #f8f8f8
}

.view-portfolio {
    text-align: center;
    position: relative
}

    .view-portfolio span {
        font-family: 'Open Sans';
        font-weight: 700;
        font-style: normal;
        font-size: 150px;
        color: #e8eaea;
        line-height: 1;
        letter-spacing: -.038em;
        display: inline-block
    }

    .view-portfolio .bold-title {
        position: absolute;
        left: 50%;
        top: 60%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        text-decoration: none;
        padding-left: 30px;
        margin: 0;
        line-height: 1;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

        .view-portfolio .bold-title:after {
            content: "\e900";
            position: absolute;
            font-size: 25px;
            font-family: icomoon !important;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            left: 0;
            top: 5px;
            color: #201d58
        }

        .view-portfolio .bold-title:hover {
            color: #201d58
        }

.grey-bg-section {
    background-color: #fcfcfc;
    padding: 70px 100px
}

.portfolio-right-pad {
    padding-right: 80px
}

.portfolio-left-pad {
    padding-left: 80px
}

.forever-cart-box {
    position: relative;
    margin-top: 80px
}

    .forever-cart-box:after {
        content: '';
        width: 500px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #eeeded;
        z-index: 1
    }

    .forever-cart-box img {
        width: 500px;
        position: relative;
        z-index: 5;
        left: 60px;
        top: -60px;
        box-shadow: 0 0 25px 5px rgba(0,0,0,.05)
    }

.forever-mobile img {
    position: relative
}

    .forever-mobile img:nth-of-type(1), .forever-mobile img:nth-of-type(3) {
        width: 315px;
        z-index: 1
    }

    .forever-mobile img:nth-of-type(2) {
        width: 365px;
        z-index: 5
    }

    .forever-mobile img:nth-of-type(1) {
        margin-right: -145px
    }

    .forever-mobile img:nth-of-type(3) {
        margin-left: -145px
    }

.portfolioMain.open .new-inner-section {
    margin-top: 0
}

.portfolioMain.open .header {
    background-color: transparent
}

.acai-video .new-inner-video {
    max-width: 900px;
    position: relative;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    height: 420px
}

    .acai-video .new-inner-video:after, .acai-video .new-inner-video:before {
        content: '';
        width: 20px;
        height: 100%;
        position: absolute;
        z-index: 5;
        top: 0;
        background-color: #fff
    }

    .acai-video .new-inner-video:after {
        right: 0
    }

    .acai-video .new-inner-video:before {
        left: 0
    }

.portfolio-view {
    padding: 100px 0
}

.col-break-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px
}

.acai-leaf1 {
    text-align: right
}

    .acai-leaf1 img {
        max-width: 120px;
        margin-right: 10%;
        display: inline-block
    }

.acai-leaf2 img {
    max-width: 110px;
    margin-top: -22px;
    margin-left: 50px
}

.acai-leaf1, .acai-leaf2, .acai-leaf3 {
    position: relative;
    z-index: 10
}

.acai-leaf3 {
    text-align: left
}

    .acai-leaf3 img {
        max-width: 105px;
        margin-left: 4%;
        display: inline-block
    }

.hadid-video .new-inner-video {
    max-width: 900px;
    position: relative;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    height: 590px;
    width: 100%
}

.hadid-flight {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: url(../images/portfolio/hadid/hadid-flight.png);
    background-repeat: no-repeat;
    background-position: center left 70%;
    background-size: 80%
}

    .hadid-flight .hadid-story {
        background-color: #252a4f;
        width: 350px;
        padding: 60px 40px
    }

        .hadid-flight .hadid-story h3 {
            font-family: 'Open Sans';
            font-weight: 600;
            font-style: normal;
            font-size: 30px;
            color: #fff;
            line-height: 1.2;
            letter-spacing: -.038em;
            margin-bottom: 30px
        }

        .hadid-flight .hadid-story p {
            color: #fff
        }

.batmobile-gry .container {
    position: relative;
    padding-top: 65px;
    padding-bottom: 40px
}

    .batmobile-gry .container .row {
        position: relative;
        z-index: 5
    }

        .batmobile-gry .container .row .portfolio-left-pad {
            padding-right: 70px
        }

    .batmobile-gry .container:after {
        content: '';
        width: 80%;
        height: 100%;
        position: absolute;
        z-index: 1;
        right: 0;
        top: 0;
        background-color: #f2f2f2
    }

.carlo-half-grey {
    position: relative
}

    .carlo-half-grey .container {
        position: relative;
        z-index: 5
    }

    .carlo-half-grey:after {
        content: '';
        width: 100%;
        left: 0;
        bottom: 0;
        background-color: #f7f7f7;
        position: absolute;
        z-index: 1;
        height: 70%
    }

.view-more {
    font-family: 'Fira Sans';
    font-weight: 500;
    font-style: normal;
    color: #201d58;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: -.03em;
    text-decoration: none !important;
    display: inline-block;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 0 0 0 30px;
    margin: 15px 0 0;
    line-height: 1.3
}

    .view-more span {
        margin-bottom: 0;
        position: relative;
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -moz-transform: translate(0,0);
        transform: translate(0,0);
        display: inline-block;
        cursor: pointer;
        -webkit-transition: transform 750ms cubic-bezier(.215,.61,.355,1);
        -o-transition: transform 750ms cubic-bezier(.215,.61,.355,1);
        -webkit-transition: -webkit-transform 750ms cubic-bezier(.215,.61,.355,1);
        transition: -webkit-transform 750ms cubic-bezier(.215,.61,.355,1);
        transition: transform 750ms cubic-bezier(.215,.61,.355,1);
        transition: transform 750ms cubic-bezier(.215,.61,.355,1),-webkit-transform 750ms cubic-bezier(.215,.61,.355,1)
    }

        .view-more span:nth-of-type(4) {
            margin-right: 5px
        }

    .view-more:hover span:nth-of-type(even) {
        -webkit-transform: translate(0,5px);
        -ms-transform: translate(0,5px);
        -moz-transform: translate(0,5px);
        transform: translate(0,5px)
    }

    .view-more:hover span:nth-of-type(odd) {
        -webkit-transform: translate(0,-5px);
        -ms-transform: translate(0,-5px);
        -moz-transform: translate(0,-5px);
        transform: translate(0,-5px)
    }

    .view-more:after {
        content: '';
        width: 20px;
        height: 100%;
        background-color: #201d58;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .view-more:before {
        content: "\e913";
        font-family: icomoon !important;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 7px;
        top: 7px;
        z-index: 2;
        color: #fff;
        font-size: 6.5px
    }

    .view-more:hover {
        color: #201d58
    }

        .view-more:hover:after {
            background-color: #f05722
        }

    .view-more.contact-main {
        color: #fff
    }

        .view-more.contact-main:after {
            background-color: #fff
        }

        .view-more.contact-main:before {
            color: #201d58
        }

        .view-more.contact-main:hover {
            color: #f05722
        }

            .view-more.contact-main:hover:after {
                background-color: #fff
            }

            .view-more.contact-main:hover:before {
                color: #f05722
            }

    .view-more.red {
        color: #201d58
    }

        .view-more.red:after {
            background-color: #201d58
        }

        .view-more.red:before {
            color: #fff
        }

        .view-more.red:hover {
            color: #f05722
        }

            .view-more.red:hover:after {
                background-color: #fff
            }

            .view-more.red:hover:before {
                color: #f05722
            }

.big-title {
    font-family: Raleway;
    font-weight: 300;
    font-style: normal;
    font-size: 40px;
    margin-bottom: 30px
}

.white {
    color: #fff
}

.what-we-do {
    padding: 30px 60px
}

.company-info {
    width: 200px;
    display: block;
    margin: 0 auto
}

    .company-info span {
        font-weight: 500;
        font-size: 61px;
        display: inline-block;
        color: #201d58;
        line-height: 1;
        text-align: left;
    }

    .company-info p {
        line-height: 1;
        margin-bottom: 10px
    }

    .company-info .people-counter {
        margin-bottom: 30px
    }

        .company-info .people-counter:last-of-type {
            margin-bottom: 0
        }

.people-content {
    position: absolute;
    padding: 60px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%
}

    .people-content h2, .people-content h4, .people-content p {
        color: #fff
    }

.wdm-process-inner {
    background-color: #fff;
    padding: 40px;
    height: 100%
}

    .wdm-process-inner img {
        height: 85px;
      /*  height: 65px;*/
        margin-bottom: 15px
    }

.wdm-process-p-1, .wdm-process-p-2 {
    min-height: 110px;
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.submit-button-main {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none !important;
    border-radius: 0 !important;
    cursor: pointer;
    text-decoration: none !important;
    padding-right: 30px;
    margin: 0;
    line-height: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: 0 0;
    border: none;
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #201d58;
    letter-spacing: -.038em;
    outline: 0;
    position: relative;
    display: inline-block
}

    .submit-button-main:after {
        content: "\e900";
        position: absolute;
        font-size: 15px;
        font-family: icomoon !important;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        right: 7px;
        top: 3px;
        color: #201d58;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .submit-button-main:hover {
        color: #201d58
    }

        .submit-button-main:hover:after {
            color: #201d58
        }

.view-more-new {
    display: inline-block;
    margin: 0 3px;
    font-family: 'Fira Sans';
    font-weight: 500;
    cursor: pointer;
    font-style: italic;
    font-size: 14px
}

.blog-img {
    height: 250px;
    overflow: hidden;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    border: 1px solid #f7f7f7
}

    .blog-img img {
        -o-object-position: center center;
        object-position: center center;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%
    }

.blog-title {
    margin-bottom: 20px;
    display: block
}

.blog-date {
    display: block;
    font-family: 'Fira Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #201d58;
}

    .blog-date i {
        display: inline-block;
        margin-right: 10px
    }

.blog-list {
    margin-right: -30px;
    margin-left: -30px
}

.blog-list-item {
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 60px
}

    .blog-list-item hr {
        margin: 20px 0 20px
    }

.blog-author {
    position: relative
}

    .blog-author:nth-of-type(1) {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #f7f7f7
    }

    .blog-author:nth-of-type(2) {
        width: calc(100% - 60px)
    }

        .blog-author:nth-of-type(2) p {
            margin-bottom: 0;
            padding-left: 15px;
            font-weight: 400;
            font-style: normal;
            font-size: 16px;
            font-family: 'Fira Sans';
            letter-spacing: -.03em
        }

    .blog-author img {
        position: absolute;
        width: 35px;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        z-index: 1;
        display: table
    }

.single-blog-page a, .single-blog-page abbr, .single-blog-page acronym, .single-blog-page address, .single-blog-page applet, .single-blog-page article, .single-blog-page aside, .single-blog-page b, .single-blog-page big, .single-blog-page blockquote, .single-blog-page canvas, .single-blog-page caption, .single-blog-page center, .single-blog-page cite, .single-blog-page code, .single-blog-page dd, .single-blog-page del, .single-blog-page details, .single-blog-page dfn, .single-blog-page div, .single-blog-page dl, .single-blog-page dt, .single-blog-page em, .single-blog-page fieldset, .single-blog-page figcaption, .single-blog-page figure, .single-blog-page footer, .single-blog-page form, .single-blog-page h5, .single-blog-page h6, .single-blog-page header, .single-blog-page i, .single-blog-page iframe, .single-blog-page img, .single-blog-page ins, .single-blog-page kbd, .single-blog-page label, .single-blog-page legend, .single-blog-page li, .single-blog-page mark, .single-blog-page menu, .single-blog-page nav, .single-blog-page object, .single-blog-page ol, .single-blog-page p, .single-blog-page pre, .single-blog-page q, .single-blog-page s, .single-blog-page samp, .single-blog-page section, .single-blog-page small, .single-blog-page span, .single-blog-page strike, .single-blog-page strong, .single-blog-page sub, .single-blog-page summary, .single-blog-page sup, .single-blog-page table, .single-blog-page tbody, .single-blog-page td, .single-blog-page tfoot, .single-blog-page th, .single-blog-page thead, .single-blog-page time, .single-blog-page tr, .single-blog-page tt, .single-blog-page u, .single-blog-page ul, .single-blog-page var {
    font-family: 'Fira Sans' !important
}

.single-blog-page [class*=" icon-"], .single-blog-page [class^=icon-] {
    font-family: icomoon !important
}

.single-blog-page h1, .single-blog-page h2, .single-blog-page h3 {
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;
    color: #201d58;
    line-height: 1.2;
    letter-spacing: -.038em;
    margin-bottom: 20px;
    display: block
}

.single-blog-page h2 {
    font-size: 28px
}

.single-blog-page h3 {
    font-size: 24px
}

.single-blog-page h4 {
    font-size: 22px;
    margin-bottom: 7px
}

.single-blog-page h5 {
    font-size: 18px
}

.single-blog-page ol li {
    font-family: 'Fira Sans';
    font-weight: 300;
    color: #201d58;
    line-height: 1.6;
    letter-spacing: .02em;
    position: relative;
    margin-bottom: 5px;
    font-size: 16px
}

.single-blog-page .fr-inner {
    display: block;
    width: 100%;
    font-size: 12px !important
}

.single-blog-page ul {
    padding: 0;
    margin: 0
}

    .single-blog-page ul li {
        list-style: none;
        font-family: 'Fira Sans';
        font-weight: 300;
        color: #201d58;
        line-height: 1.6;
        letter-spacing: .02em;
        position: relative;
        padding-left: 22px;
        margin-bottom: 5px;
        font-size: 16px
    }

        .single-blog-page ul li:after {
            content: "\e914";
            position: absolute;
            left: 4px;
            top: 7px;
            font-size: 12px;
            color: #201d58;
            font-family: icomoon !important;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale
        }

.single-blog-page img {
    border: 1px solid #f7f7f7
}

.single-blog-page blockquote {
    background: #f7f7f7;
    padding: 30px 40px;
    position: relative;
    margin-bottom: 20px
}

    .single-blog-page blockquote:before {
        content: '';
        width: 3px;
        height: 100%;
        background-color: #201d58;
        left: 0;
        top: 0;
        position: absolute;
        z-index: 1;
        opacity: .8
    }

    .single-blog-page blockquote h1, .single-blog-page blockquote h2, .single-blog-page blockquote h3, .single-blog-page blockquote h4, .single-blog-page blockquote h5, .single-blog-page blockquote h6, .single-blog-page blockquote p, .single-blog-page blockquote span {
        margin-bottom: 0
    }

.single-blog-page a {
    color: #201d58 !important;
    text-decoration: underline
}

.blog-main-img {
    margin-bottom: 20px
}

.acai-order {
    position: relative
}

    .acai-order img:nth-of-type(1) {
        width: 100%;
        position: relative;
        z-index: 1
    }

    .acai-order img:nth-of-type(2) {
        max-width: 220px;
        position: absolute;
        left: 0;
        right: 0;
        top: 1px;
        margin: 0 auto;
        z-index: 5;
        animation-name: tossing;
        -webkit-animation-name: tossing;
        animation-duration: 2.5s;
        -webkit-animation-duration: 2.5s;
        -webkit-animation-iteration-count: infinite;
        transform-origin: top;
        -webkit-transform-origin: top;
        animation-fill-mode: both
    }

.tossing {
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 2.5s;
    -webkit-animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    transform-origin: top;
    -webkit-transform-origin: top
}

@keyframes tossing {
    0%,100% {
        -webkit-transform: rotate(-.8deg) scale(1);
        transform: rotate(-.8deg) scale(1)
    }

    50% {
        -webkit-transform: rotate(.8deg) scale(1);
        transform: rotate(.8deg) scale(1)
    }
}

@-webkit-keyframes tossing {
    0%,100% {
        -webkit-transform: rotate(-.8deg) scale(1);
        transform: rotate(-.8deg) scale(1)
    }

    50% {
        -webkit-transform: rotate(.8deg) scale(1);
        transform: rotate(.8deg) scale(1)
    }
}

.seo-people {
    -ms-flex: 0 0 430px;
    flex: 0 0 430px;
    max-width: 430px;
    position: relative;
    padding: 0 15px
}

    .seo-people ul li {
        width: 185px;
        padding: 0 20px
    }

        .seo-people ul li img {
            width: 100%;
            margin-bottom: 20px;
            display: table
        }

        .seo-people ul li h6 {
            margin-bottom: 5px;
            font-weight: 700;
            line-height: 1.1;
            font-size: 20px;
            text-align: center
        }

        .seo-people ul li p {
            font-size: 13px;
            margin-bottom: 0
        }

.seo-main-box {
    -ms-flex: 0 0 calc(100% - 430px);
    flex: 0 0 calc(100% - 430px);
    max-width: calc(100% - 430px);
    padding: 0 15px;
    position: relative
}

    .seo-main-box.on:after {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -moz-transform: translate(0,0);
        transform: translate(0,0)
    }

    .seo-main-box:before {
        /*content: '';
        width: 100px;
        height: 70px;
        position: absolute;
        right: 0;
        bottom: 50px;
        z-index: 2;
        background-image: url(../images/quote.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center*/
        content: '';
        width: 100px;
        height: 70px;
        position: absolute;
        right: -300px;
        top: 93px;
        z-index: 0;
        background-image: url(../images/quote.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
.custteam:before {
    content: '';
    width: 100px;
    height: 70px;
    position: absolute;
    right: 0;
    bottom: 50px;
    z-index: 2;
    background-image: url(../images/quote.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.seo-main-box:after {
    content: '';
    width: 350px;
    left: 80px;
    top: -60px;
    position: absolute;
    height: 100%;
    z-index: 1;
    background-color: #f2f8f9;
    -webkit-transform: translate(-65px,60px);
    -ms-transform: translate(-65px,60px);
    -moz-transform: translate(-65px,60px);
    transform: translate(-65px,60px);
    -webkit-transition: transform 1s cubic-bezier(.215,.61,.355,1);
    -o-transition: transform 1s cubic-bezier(.215,.61,.355,1);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.215,.61,.355,1);
    transition: -webkit-transform 1s cubic-bezier(.215,.61,.355,1);
    transition: transform 1s cubic-bezier(.215,.61,.355,1);
    transition: transform 1s cubic-bezier(.215,.61,.355,1),-webkit-transform 1s cubic-bezier(.215,.61,.355,1)
}

.seo-main-box .seo-main-txt {
    position: absolute;
    top: 110px;
    left: 270px;
    z-index: 5;
    max-width: 250px;
   /* position: absolute;
    top: 150px;
    left: 0;
    z-index: 5;
    max-width: 310px;*/
}

    .seo-main-box img {
        width: 350px;
        position: relative;
        z-index: 5
    }

.company-slider-main span {
    position: absolute;
    z-index: 1;
    /* top: 65px; */
    top: 10px;
    text-align: center;
    display: block;
    left: 50px;
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 65px;
    color: #e8eaea;
    line-height: 1;
    letter-spacing: .02em;
    width: 100%;
    opacity: .4;
}

.company-slider-main .company-slider {
    position: relative;
    z-index: 5
}

.single-blog-info {
    padding: 20px 0 35px;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd
}

    .single-blog-info .blog-author-main {
        width: calc(100% - 210px)
    }

    .single-blog-info .blog-date {
        width: 170px
    }

    .single-blog-info .blog-share {
        width: 40px;
        position: relative;
        cursor: pointer;
        overflow: hidden
    }

        .single-blog-info .blog-share.active {
            overflow: visible
        }

            .single-blog-info .blog-share.active ul {
                -webkit-transform: translate(0,0);
                -ms-transform: translate(0,0);
                -moz-transform: translate(0,0);
                transform: translate(0,0);
                opacity: 1;
                visibility: visible
            }

        .single-blog-info .blog-share i {
            font-size: 40px
        }

        .single-blog-info .blog-share ul {
            padding: 0;
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            top: calc(100% + 15px);
            text-align: center;
            -webkit-transform: translate(0,20px);
            -ms-transform: translate(0,20px);
            -moz-transform: translate(0,20px);
            transform: translate(0,20px);
            -webkit-transition: all .8s cubic-bezier(.92,.16,.18,.74) .3s;
            -moz-transition: all .8s cubic-bezier(.92,.16,.18,.74) .3s;
            -o-transition: all .8s cubic-bezier(.92,.16,.18,.74) .3s;
            -ms-transition: all .8s cubic-bezier(.92,.16,.18,.74) .3s;
            transition: all .8s cubic-bezier(.92,.16,.18,.74) .3s;
            opacity: 0;
            visibility: hidden
        }

            .single-blog-info .blog-share ul li {
                display: inline-block;
                padding: 0;
                margin: 0;
                width: 35px;
                height: 35px;
                position: relative;
                background-color: #fff;
                border-radius: 50%;
                border: 1px solid #eaeaea;
                margin-bottom: 10px;
                text-decoration: none !important;
                text-align: center
            }

                .single-blog-info .blog-share ul li:after {
                    display: none
                }

                .single-blog-info .blog-share ul li i {
                    font-size: 15px;
                    text-align: center;
                    line-height: 35px
                }

.footer-addr {
    margin-top: 20px
}

    .footer-addr a, .footer-addr p {
        position: relative;
        color: #201d58;
        font-size: 13px;
        margin: 0 0 5px;
        display: block;
        font-weight: 300;
        font-family: 'suntommy',sans-serif;
        line-height: 1.5;
        text-decoration: none
    }

    .footer-addr p {
        margin-bottom: 30px
    }

    .footer-addr a {
        display: block
    }

        .footer-addr a:hover {
            color: #201d58
        }

        .footer-addr a i {
            color: #201d58;
            font-size: 14px;
            width: 24px;
            margin-right: 5px;
            text-align: right;
            display: inline-block
        }

            .footer-addr a i.icon-mail-msg {
                font-size: 12px;
                font-weight: bold;
            }

            .footer-addr a i:before {
                color: #201d58
            }

.footer-social-link ul li {
    margin: 0 5px;
    display: inline-block;
    line-height: 1
}

    .footer-social-link ul li a {
        margin: 0;
        padding: 0;
        color: #201d58;
        font-size: 12px;
        line-height: 13px;
        text-decoration: none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

        .footer-social-link ul li a:hover {
            color: #201d58
        }

.header-social-link {
    margin-top: 15px
}

    .header-social-link ul li a {
        margin: 0;
        padding: 0;
        color: #201d58;
        font-size: 14px;
        line-height: 14px;
        text-decoration: none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

        .header-social-link ul li a:hover {
            color: #201d58
        }

.portfolio-text {
    width: 550px;
    max-width: 100%
}

.footer-main-logo .footer-logo {
    display: block;
    max-width: 130px;
    margin-bottom: 30px
}

    .footer-main-logo .footer-logo img {
        width: 100%
    }

.owl-dots {
    text-align: center;
    margin-top: 20px
}

    .owl-dots .owl-dot {
        display: inline-block;
        outline: 0 !important;
        margin: 0 3px
    }

        .owl-dots .owl-dot.active span {
            background-color: #201d58
        }

        .owl-dots .owl-dot span {
            width: 40px;
            height: 6px;
            background-color: #eaeaea;
            display: block;
            border-radius: 2px
        }

.form-group {
    position: relative;
    margin-bottom: 25px;
    margin-top: 20px
}

    .form-group input {
        height: 45px
    }

    .form-group textarea {
        resize: none;
        height: 80px
    }

    .form-group input, .form-group textarea {
        display: block;
        background: 0 0;
        padding: .125rem .125rem .0625rem;
        font-size: 15px;
        border-width: 0;
        border-color: transparent;
        line-height: 1.4;
        width: 100%;
        color: transparent;
        -webkit-transition: all .28s ease;
        transition: all .28s ease;
        box-shadow: none
    }

        .form-group input:focus, .form-group input:valid, .form-group textarea:focus, .form-group textarea:valid {
            outline: 0
        }

            .form-group input:focus ~ .control-label, .form-group textarea:focus ~ .control-label {
                color: #337ab7
            }

        .form-group input.form-file, .form-group input.has-value, .form-group input:focus, .form-group input:valid, .form-group textarea.form-file, .form-group textarea.has-value, .form-group textarea:focus, .form-group textarea:valid {
            color: #201d58;
        }

            .form-group input.form-file ~ .control-label, .form-group input.has-value ~ .control-label, .form-group input:focus ~ .control-label, .form-group input:valid ~ .control-label, .form-group textarea.form-file ~ .control-label, .form-group textarea.has-value ~ .control-label, .form-group textarea:focus ~ .control-label, .form-group textarea:valid ~ .control-label {
                font-size: 11px;
                color: #201d58;
                top: -15px;
                left: 0
            }

            .form-group input.form-file ~ .bar:before, .form-group input.has-value ~ .bar:before, .form-group input:focus ~ .bar:before, .form-group input:valid ~ .bar:before, .form-group textarea.form-file ~ .bar:before, .form-group textarea.has-value ~ .bar:before, .form-group textarea:focus ~ .bar:before, .form-group textarea:valid ~ .bar:before {
                width: 100%;
                left: 0
            }

    .form-group .control-label {
        position: absolute;
        top: 15px;
        pointer-events: none;
        padding-left: .125rem;
        z-index: 1;
        color: #201d58;
        font-size: 15px;
        font-weight: 400;
        -webkit-transition: all .28s ease;
        transition: all .28s ease;
        margin: 0
    }

    .form-group .bar {
        position: relative;
        border-bottom: 1px solid #bdbdbd;
        display: block;
        z-index: 1
    }

        .form-group .bar:before {
            content: '';
            height: .125rem;
            width: 0;
            left: 50%;
            bottom: -.0625rem;
            position: absolute;
            background: #201d58;
            -webkit-transition: left .28s ease,width .28s ease;
            transition: left .28s ease,width .28s ease;
            z-index: 2
        }

    .form-group .bootstrap-select {
        width: 100% !important;
        outline: 0
    }

        .form-group .bootstrap-select > .dropdown-toggle {
            width: 100%;
            background: 0 0 !important;
            border: none;
            border-bottom: 1px solid #bdbdbd;
            padding: 14px 0 16px;
            border-radius: 0 !important;
            outline: 0 !important;
            box-shadow: none !important;
            color: #201d58 !important
        }

            .form-group .bootstrap-select > .dropdown-toggle .filter-option-inner-inner {
                color: rgba(255,255,255,.6)
            }

        .form-group .bootstrap-select .dropdown-menu {
            border-radius: 0 !important;
            box-shadow: none !important;
            border: none !important;
            background-color: #eeeded;
            padding: 0
        }

            .form-group .bootstrap-select .dropdown-menu .dropdown-item {
                color: #201d58;
                padding: 12px 15px;
                font-size: 14px
            }

                .form-group .bootstrap-select .dropdown-menu .dropdown-item.active, .form-group .bootstrap-select .dropdown-menu .dropdown-item:active, .form-group .bootstrap-select .dropdown-menu .dropdown-item:focus {
                    background: #dadada
                }

                .form-group .bootstrap-select .dropdown-menu .dropdown-item:hover {
                    background-color: #dadada
                }

        .form-group .bootstrap-select .dropdown-toggle::after {
            content: "";
            border: none;
            border-right: 2px solid rgba(67,109,181,.3);
            border-bottom: 2px solid rgba(67,109,181,.3);
            height: 10px;
            width: 10px;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            transform: rotate(45deg);
            position: absolute;
            right: 10px;
            top: 13px
        }

body .bootstrap-select .dropdown-toggle:active, body .bootstrap-select .dropdown-toggle:focus, body .bootstrap-select .dropdown-toggle:hover {
    outline: 0 !important;
    box-shadow: none !important
}

.bootstrap-select {
    position: relative;
    z-index: 10
}

.form-group .bootstrap-select > .dropdown-toggle .filter-option-inner-inner {
    color: #201d58;
    font-size: 15px
}

.home-banner {
    height: 100vh;
    position: relative;
    overflow: hidden;
    padding: 0
}

    .home-banner video {
        width: 100%;
        height: 546px
    }

    .home-banner .home-svg {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 100%;
        z-index: 10
    }

        .home-banner .home-svg text {
            font-family: Raleway;
            font-weight: 700;
            font-style: normal;
            font-size: 40px;
            letter-spacing: -.05em;
            opacity: 0
        }

            .home-banner .home-svg text.on {
                opacity: 1
            }

        .home-banner .home-svg rect {
            fill: #fff
        }

        .home-banner .home-svg > rect {
            -webkit-mask: url(#mask);
            mask: url(#mask)
        }

    .home-banner .scroll-line {
        font-size: 16px;
        z-index: 12;
        position: relative;
        opacity: 0;
        -webkit-transform: rotate(270deg) translateX(100px);
        -ms-transform: rotate(270deg) translateX(100px);
        -moz-transform: rotate(270deg) translateX(100px);
        transform: rotate(270deg) translateX(100px);
        -webkit-transition: transform 2s cubic-bezier(.215,.61,.355,1);
        -o-transition: transform 2s cubic-bezier(.215,.61,.355,1);
        -webkit-transition: -webkit-transform 2s cubic-bezier(.215,.61,.355,1);
        transition: -webkit-transform 2s cubic-bezier(.215,.61,.355,1);
        transition: transform 2s cubic-bezier(.215,.61,.355,1);
        transition: transform 2s cubic-bezier(.215,.61,.355,1),-webkit-transform 2s cubic-bezier(.215,.61,.355,1)
    }

        .home-banner .scroll-line.active {
            opacity: 1;
            -webkit-transform: rotate(270deg) translateX(0);
            -ms-transform: rotate(270deg) translateX(0);
            -moz-transform: rotate(270deg) translateX(0);
            transform: rotate(270deg) translateX(0)
        }

        .home-banner .scroll-line:after {
            width: 140%;
            bottom: -5px
        }

    .home-banner .border-triangle {
        position: ABSOLUTE;
        width: 70px;
        left: 45px;
        top: 230px;
        z-index: 12;
        -webkit-transform: translate(-30px,0);
        -ms-transform: translate(-30px,0);
        -moz-transform: translate(-30px,0);
        transform: translate(-30px,0);
        opacity: 0;
        -webkit-transition: transform 2s cubic-bezier(.215,.61,.355,1);
        -o-transition: transform 2s cubic-bezier(.215,.61,.355,1);
        -webkit-transition: -webkit-transform 2s cubic-bezier(.215,.61,.355,1);
        transition: -webkit-transform 2s cubic-bezier(.215,.61,.355,1);
        transition: transform 2s cubic-bezier(.215,.61,.355,1);
        transition: transform 2s cubic-bezier(.215,.61,.355,1),-webkit-transform 2s cubic-bezier(.215,.61,.355,1)
    }

        .home-banner .border-triangle.active {
            -webkit-transform: translate(0,0);
            -ms-transform: translate(0,0);
            -moz-transform: translate(0,0);
            transform: translate(0,0);
            opacity: 1
        }

        .home-banner .border-triangle svg path {
            fill: rgba(244,59,59,.5)
        }

    .home-banner .home-tri-grey-one {
        right: auto;
        height: AUTO;
        top: 150px;
        width: 120px;
        z-index: 11;
        left: 0;
        -webkit-transform: translate(-30px,0);
        -ms-transform: translate(-30px,0);
        -moz-transform: translate(-30px,0);
        transform: translate(-30px,0);
        opacity: 0;
        -webkit-transition: transform 1.5s cubic-bezier(.215,.61,.355,1);
        -o-transition: transform 1.5s cubic-bezier(.215,.61,.355,1);
        -webkit-transition: -webkit-transform 1.5s cubic-bezier(.215,.61,.355,1);
        transition: -webkit-transform 1.5s cubic-bezier(.215,.61,.355,1);
        transition: transform 1.5s cubic-bezier(.215,.61,.355,1);
        transition: transform 1.5s cubic-bezier(.215,.61,.355,1),-webkit-transform 1.5s cubic-bezier(.215,.61,.355,1)
    }

        .home-banner .home-tri-grey-one.active {
            -webkit-transform: translate(0,0);
            -ms-transform: translate(0,0);
            -moz-transform: translate(0,0);
            transform: translate(0,0);
            opacity: 1
        }

    .home-banner .inner-triangle-rose {
        top: 100px;
        right: 340px;
        width: 50px;
        z-index: 12;
        height: auto;
        -webkit-transform: translate(-70px,0);
        -ms-transform: translate(-70px,0);
        -moz-transform: translate(-70px,0);
        transform: translate(-70px,0);
        opacity: 0;
        -webkit-transition: transform 1.5s cubic-bezier(.215,.61,.355,1);
        -o-transition: transform 1.5s cubic-bezier(.215,.61,.355,1);
        -webkit-transition: -webkit-transform 1.5s cubic-bezier(.215,.61,.355,1);
        transition: -webkit-transform 1.5s cubic-bezier(.215,.61,.355,1);
        transition: transform 1.5s cubic-bezier(.215,.61,.355,1);
        transition: transform 1.5s cubic-bezier(.215,.61,.355,1),-webkit-transform 1.5s cubic-bezier(.215,.61,.355,1)
    }

        .home-banner .inner-triangle-rose.active {
            -webkit-transform: translate(0,0);
            -ms-transform: translate(0,0);
            -moz-transform: translate(0,0);
            transform: translate(0,0);
            opacity: 1
        }

    .home-banner .home-tri-grey-two {
        height: AUTO;
        z-index: 11;
        right: 285px;
        width: 90px;
        top: 50px;
        -webkit-transform: translate(-30px,0);
        -ms-transform: translate(-30px,0);
        -moz-transform: translate(-30px,0);
        transform: translate(-30px,0);
        opacity: 0;
        -webkit-transition: transform 1.5s cubic-bezier(.215,.61,.355,1);
        -o-transition: transform 1.5s cubic-bezier(.215,.61,.355,1);
        -webkit-transition: -webkit-transform 1.5s cubic-bezier(.215,.61,.355,1);
        transition: -webkit-transform 1.5s cubic-bezier(.215,.61,.355,1);
        transition: transform 1.5s cubic-bezier(.215,.61,.355,1);
        transition: transform 1.5s cubic-bezier(.215,.61,.355,1),-webkit-transform 1.5s cubic-bezier(.215,.61,.355,1)
    }

        .home-banner .home-tri-grey-two.active {
            -webkit-transform: translate(0,0);
            -ms-transform: translate(0,0);
            -moz-transform: translate(0,0);
            transform: translate(0,0);
            opacity: 1
        }

    .home-banner .inner-dots {
        position: absolute;
        z-index: 11;
        left: 5px;
        right: auto;
        width: 214px;
        height: 120px;
        top: 20px
    }

        .home-banner .inner-dots:after {
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background-color: #fff;
            -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
            -moz-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transform-origin: left;
            transform-origin: left;
            -webkit-transition: transform 1s cubic-bezier(.215,.61,.355,1);
            -o-transition: transform 1s cubic-bezier(.215,.61,.355,1);
            -webkit-transition: -webkit-transform 1s cubic-bezier(.215,.61,.355,1);
            transition: -webkit-transform 1s cubic-bezier(.215,.61,.355,1);
            transition: transform 1s cubic-bezier(.215,.61,.355,1);
            transition: transform 1s cubic-bezier(.215,.61,.355,1),-webkit-transform 1s cubic-bezier(.215,.61,.355,1)
        }

        .home-banner .inner-dots.active:after {
            -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
            -moz-transform: scaleX(0);
            transform: scaleX(0)
        }

    .home-banner > .container {
        position: relative;
        z-index: 2
    }

    .home-banner .line {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1
    }

.line span {
    position: absolute;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
    -webkit-transition: transform 1s cubic-bezier(.215,.61,.355,1);
    -o-transition: transform 1s cubic-bezier(.215,.61,.355,1);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.215,.61,.355,1);
    transition: -webkit-transform 1s cubic-bezier(.215,.61,.355,1);
    transition: transform 1s cubic-bezier(.215,.61,.355,1);
    transition: transform 1s cubic-bezier(.215,.61,.355,1),-webkit-transform 1s cubic-bezier(.215,.61,.355,1)
}

.line .line-red {
    height: 6px;
    display: block;
    background-color: #201d58
}

.line .line-grey {
    height: 1px;
    display: block;
    background-color: #474747
}

.line .line1 {
    top: 300px;
    z-index: 5;
    left: 75px;
    width: 200px;
    -webkit-transform: rotate(-45deg) translate(-168px,0) scaleX(0);
    -ms-transform: rotate(-45deg) translate(-168px,0) scaleX(0);
    -moz-transform: rotate(-45deg) translate(-168px,0) scaleX(0);
    transform: rotate(-45deg) translate(-168px,0) scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left
}

    .line .line1.active {
        -webkit-transform: rotate(-45deg) translate(-168px,0) scaleX(1);
        -ms-transform: rotate(-45deg) translate(-168px,0) scaleX(1);
        -moz-transform: rotate(-45deg) translate(-168px,0) scaleX(1);
        transform: rotate(-45deg) translate(-168px,0) scaleX(1);
        opacity: 1
    }

.line .line2 {
    top: 360px;
    z-index: 5;
    left: 75px;
    width: 200px;
    -webkit-transform: rotate(-45deg) translate(-168px,0) scaleX(0);
    -ms-transform: rotate(-45deg) translate(-168px,0) scaleX(0);
    -moz-transform: rotate(-45deg) translate(-168px,0) scaleX(0);
    transform: rotate(-45deg) translate(-168px,0) scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left
}

    .line .line2.active {
        -webkit-transform: rotate(-45deg) translate(-168px,0) scaleX(1);
        -ms-transform: rotate(-45deg) translate(-168px,0) scaleX(1);
        -moz-transform: rotate(-45deg) translate(-168px,0) scaleX(1);
        transform: rotate(-45deg) translate(-168px,0) scaleX(1);
        opacity: 1
    }

.line .line3 {
    top: 170px;
    z-index: 5;
    right: 0;
    width: 130px;
    -webkit-transform: rotate(-45deg) translate(-168px,0) scaleX(0);
    -ms-transform: rotate(-45deg) translate(-168px,0) scaleX(0);
    -moz-transform: rotate(-45deg) translate(-168px,0) scaleX(0);
    transform: rotate(-45deg) translate(30px,0) scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right
}

    .line .line3.active {
        -webkit-transform: rotate(-45deg) translate(-168px,0) scaleX(1);
        -ms-transform: rotate(-45deg) translate(-168px,0) scaleX(1);
        -moz-transform: rotate(-45deg) translate(-168px,0) scaleX(1);
        transform: rotate(-45deg) translate(30px,0) scaleX(1);
        opacity: 1
    }

.line .line4 {
    top: 230px;
    z-index: 5;
    right: 0;
    width: 130px;
    -webkit-transform: rotate(-45deg) translate(-168px,0) scaleX(0);
    -ms-transform: rotate(-45deg) translate(-168px,0) scaleX(0);
    -moz-transform: rotate(-45deg) translate(-168px,0) scaleX(0);
    transform: rotate(-45deg) translate(30px,0) scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right
}

    .line .line4.active {
        -webkit-transform: rotate(-45deg) translate(-168px,0) scaleX(1);
        -ms-transform: rotate(-45deg) translate(-168px,0) scaleX(1);
        -moz-transform: rotate(-45deg) translate(-168px,0) scaleX(1);
        transform: rotate(-45deg) translate(30px,0) scaleX(1);
        opacity: 1
    }

.line .line5 {
    bottom: 34px;
    z-index: 5;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 330px;
    -webkit-transform: rotate(-45deg) translate(-168px,0) scaleX(0);
    -ms-transform: rotate(-45deg) translate(-168px,0) scaleX(0);
    -moz-transform: rotate(-45deg) translate(-168px,0) scaleX(0);
    transform: rotate(-45deg) translate(-168px,0) scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left
}

    .line .line5.active {
        -webkit-transform: rotate(-45deg) translate(-168px,0) scaleX(1);
        -ms-transform: rotate(-45deg) translate(-168px,0) scaleX(1);
        -moz-transform: rotate(-45deg) translate(-168px,0) scaleX(1);
        transform: rotate(-45deg) translate(-168px,0) scaleX(1);
        opacity: 1
    }

.line .line6 {
    bottom: 34px;
    z-index: 5;
    right: 0;
    left: -15px;
    margin: 0 auto;
    width: 170px;
    -webkit-transform: rotate(-45deg) translate(-70px,0) scaleX(0);
    -ms-transform: rotate(-45deg) translate(-70px,0) scaleX(0);
    -moz-transform: rotate(-45deg) translate(-70px,0) scaleX(0);
    transform: rotate(-45deg) translate(-70px,0) scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left
}

    .line .line6.active {
        -webkit-transform: rotate(-45deg) translate(-70px,0) scaleX(1);
        -ms-transform: rotate(-45deg) translate(-70px,0) scaleX(1);
        -moz-transform: rotate(-45deg) translate(-70px,0) scaleX(1);
        transform: rotate(-45deg) translate(-70px,0) scaleX(1);
        opacity: 1
    }

.home-text-main {
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;
    color: #020202;
    font-size: 60px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 50;
    letter-spacing: -.05em;
    -webkit-transition: transform 750ms cubic-bezier(.215,.61,.355,1);
    -o-transition: transform 750ms cubic-bezier(.215,.61,.355,1);
    -webkit-transition: -webkit-transform 750ms cubic-bezier(.215,.61,.355,1);
    transition: -webkit-transform 750ms cubic-bezier(.215,.61,.355,1);
    transition: transform 750ms cubic-bezier(.215,.61,.355,1);
    transition: transform 750ms cubic-bezier(.215,.61,.355,1),-webkit-transform 750ms cubic-bezier(.215,.61,.355,1)
}

    .home-text-main.home-text-one {
        position: absolute;
        left: 130px;
        top: 105px;
        -webkit-transform: translate(-60px,0);
        -ms-transform: translate(-60px,0);
        -moz-transform: translate(-60px,0);
        transform: translate(-60px,0);
        opacity: 0
    }

        .home-text-main.home-text-one.active {
            -webkit-transform: translate(0,0);
            -ms-transform: translate(0,0);
            -moz-transform: translate(0,0);
            transform: translate(0,0);
            opacity: 1
        }

    .home-text-main.home-text-two {
        position: absolute;
        right: 120px;
        bottom: 125px;
        -webkit-transform: translate(60px,0);
        -ms-transform: translate(60px,0);
        -moz-transform: translate(60px,0);
        transform: translate(60px,0);
        opacity: 0
    }

        .home-text-main.home-text-two.active {
            -webkit-transform: translate(0,0);
            -ms-transform: translate(0,0);
            -moz-transform: translate(0,0);
            transform: translate(0,0);
            opacity: 1
        }

.video-filter {
    position: relative;
    z-index: 1
}

    .video-filter:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(255,0,0,.5);
        z-index: 1;
        opacity: 0
    }

.home-page section {
    overflow: hidden
}

@-webkit-keyframes downarrow {
    0% {
        -webkit-transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(5px)
    }
}

.srcolldown-main-one {
    -webkit-animation: downarrow .6s infinite alternate ease-in-out;
    position: relative
}

.simple-txt {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transform: translate(0,60px);
    -ms-transform: translate(0,60px);
    -moz-transform: translate(0,60px);
    transform: translate(0,60px)
}

    .simple-txt.active {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -moz-transform: translate(0,0);
        transform: translate(0,0)
    }

.blog-list, .lets-talk-main, .new-inner-section {
    overflow: hidden
}

.desktop-hide {
    display: none !important
}

#video_player {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    height: 1;
    width: 1;
    display: block
}

#myform .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%
}

#myform .bootstrap-select > .dropdown-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    outline: 0;
    transition: all 375ms ease-in-out;
    width: 100%;
    position: relative;
    float: left;
    height: 40px;
    color: #fff;
    font-weight: 300;
    border-bottom: 1px solid #fff;
    background-image: url(../images/service.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: left center;
    background-color: transparent;
    border-radius: 0 !important
}

#myform .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-family: "Fira Sans",sans-serif;
    font-weight: 300;
    font-size: 13px;
    padding-left: 30px;
    line-height: 35px
}

#myform .bootstrap-select .dropdown-menu li a {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    background-color: #f5f5f5;
    list-style-type: none;
    padding: 12px 3%;
    margin: 0;
    transition: all 275ms ease-in-out;
    display: block;
    cursor: pointer;
    color: #201d58;
    font-size: 13px;
}

#myform .bootstrap-select .dropdown-menu {
    padding: 0;
    margin: 0
}

#contactMaincontact {
    position: relative
}

figcaption, figure {
    max-width: 100%
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

    .wp-caption.alignnone {
        margin: 5px 20px 20px 0
    }

    .wp-caption.alignleft {
        margin: 5px 20px 20px 0
    }

    .wp-caption.alignright {
        margin: 5px 0 20px 20px
    }

    .wp-caption img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 98.5%;
        padding: 0;
        width: auto
    }

    .wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        margin: 0;
        padding: 0 4px 5px
    }

figcaption {
    margin-top: 5px
}

figure {
    margin-bottom: 15px
}

.internal-block span {
    display: block
}

.no-bottom-padding {
    padding-bottom: 0 !important
}

.search-default {
    width: 100%;
    max-width: 450px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .search-default input[type=search] {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        border: none;
        box-shadow: none;
        outline: 0;
        border: 1px solid #d3d9df;
        font-family: 'Fira Sans';
        font-weight: 300;
        font-size: 14px;
        color: #201d58;
        line-height: 1.2;
        letter-spacing: .02em;
        margin: 0;
        padding: 0 10px;
        height: 40px;
        width: calc(100% - 120px);
        -ms-flex: 0 0 calc(100% - 120px);
        flex: 0 0 calc(100% - 120px);
        max-width: calc(100% - 120px)
    }

    .search-default button {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        border: none;
        box-shadow: none;
        outline: 0;
        font-family: 'Fira Sans';
        font-weight: 300;
        font-size: 14px;
        line-height: 1.2;
        height: 40px;
        width: 120px;
        text-align: center;
        background: #201d58;
        color: #fff;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
        max-width: 120px
    }

        .search-default button i {
            display: inline-block;
            margin-right: 5px
        }

            .search-default button i:before {
                color: #fff
            }

.privacy-link {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    width: 285px;
    text-align: center
}

    .privacy-link a {
        margin: 0 10px;
        display: inline-block;
        padding: 0;
        color: #201d58;
        font-size: 13px;
        line-height: 13px;
        text-decoration: none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        text-align: center
    }

        .privacy-link a:hover {
            color: #201d58
        }

.footer-social-link {
    width: 255px
}

.footer-copy {
    width: auto
}

@media only screen and (min-width:576px) {
    .container {
        max-width: 540px
    }

    .brand-tab-slider.owl-carousel .owl-stage {
        transform: translate3d(0,0,0) !important;
        width: 100% !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .brand-tab-slider.owl-carousel .owl-item {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
        width: 100% !important
    }

        .brand-tab-slider.owl-carousel .owl-item .col-sm-4 {
            -webkit-box-flex: 0 !important;
            -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
            max-width: 100% !important;
            width: 100% !important
        }
}

@media only screen and (min-width:768px) {
    .container {
        max-width: 720px
    }

    .portfolio-container .container .row:nth-of-type(even) {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
}

@media only screen and (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media only screen and (min-width:1200px) {
    .container {
        max-width: 1000px
    }
}

@media only screen and (max-height:750px) {
    .home-banner > .container {
        max-width: 800px
    }

    .home-text-main.home-text-two {
        bottom: 85px;
        right: 100px
    }

    .home-text-main {
        font-size: 50px
    }

        .home-text-main.home-text-one {
            top: 80px;
            left: 100px
        }

    .home-banner .home-tri-grey-one {
        width: 85px
    }

    .home-banner .border-triangle {
        width: 50px;
        top: 200px;
        left: 30px
    }

    .home-banner {
        min-height: 650px
    }

        .home-banner .inner-triangle-rose {
            width: 35px
        }

        .home-banner .home-tri-grey-two {
            width: 60px;
            right: 300px;
            top: 72px
        }
}

@media only screen and (max-height:500px) {
    .nav-main {
        overflow-y: auto
    }
}

@media only screen and (max-width:1600px) {
    .container {
        max-width: 1000px
    }

    .inner-banner .banner-home {
        max-width: 1000px
    }

    .app-minds-slider .app-minds-info-inner .d-flex {
        width: 95%
    }

        .app-minds-slider .app-minds-info-inner .d-flex h3 {
            font-size: 20px
        }

    .app-minds-slider .app-minds-info-inner img {
        width: 46px
    }

    .star-rating .desc {
        overflow: hidden;
        height: 42px
    }

    .footer-service-blocks a {
        padding: 10px 9px
    }

    .video-box {
        width: 97%;
        margin-bottom: -17%
    }
}

@media only screen and (max-width:1500px) {
    .new-header-inner1 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        width: calc(100% - 500px)
    }

    .new-header-inner2 {
        width: 500px
    }

    .video-box {
        width: 98%;
        margin-bottom: -17%
    }

    .e-top-layer-img {
        width: 520px;
        top: 40%;
        height: 460px
    }
}

@media only screen and (max-width:1400px) {
    .landing-mouse svg .cls-1 {
        fill: #fff
    }

    .f-40 {
        font-size: 30px !important
    }

    .new-header-list > li > a {
        line-height: 50px;
        height: 50px;
        font-size: 50px
    }

    .nav-list-item-inner {
        right: -219px;
        top: 10px;
        width: 190px
    }

        .nav-list-item-inner li a {
            font-size: 22px
        }
}

@media only screen and (max-width:1300px) {
    .new-header-inner1 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        width: calc(100% - 400px)
    }

    .new-header-inner2 {
        width: 400px
    }
}

@media only screen and (max-width:1200px) {
    .landing-arrow {
        width: 960px
    }

    .landing-page-form {
        padding: 40px
    }

    .lap-video-inner {
        top: 10px;
        left: 42px;
        width: 234px;
        height: 150px
    }

    .landing-portfolio-carousel {
        top: 100px
    }

        .landing-portfolio-carousel .owl-nav {
            top: -100px
        }

    .common-ul li, p {
        font-size: 15px;
        line-height: 1.5
    }

    .section-main {
        padding: 50px 0
    }

    .do-bg-info {
        padding: 40px 60px 180px
    }

    .google-ad {
        padding: 40px 60px 180px
    }

    .star-rating {
        min-height: 180px
    }

        .star-rating .desc {
            font-size: 14px
        }

    .portfolio-box .portfolio-img.portfolio-battery {
        background-position: right -200px bottom 75px
    }

        .portfolio-box .portfolio-img.portfolio-battery.active {
            background-position: center bottom 75px
        }

    .portfolio-box .portfolio-img.active {
        background-position: center bottom 60px
    }

    .website-bg {
        margin-bottom: 300px
    }

    .p-info-div {
        padding: 0 5%
    }

    .p-desc-main .row {
        margin-bottom: 40px
    }

    .phone-img-div img:nth-of-type(2) {
        width: 230px;
        left: 83px;
        top: 114px
    }

    .p-mobile-view .item img:nth-of-type(2) {
        top: 96px;
        left: 69px;
        width: 172px
    }

    .p-banner-content {
        margin-top: -50px
    }

    .nav-main .nav__content {
        max-width: 960px
    }

    .inner-service-slider ul li {
        margin-bottom: 3px !important
    }

    section {
        padding: 50px 0
    }

    .about-company .image-triangle {
        width: 300px;
        margin-top: -160px
    }

    .about-company .stamp {
        height: 115px;
        width: 115px
    }

        .about-company .stamp p {
            font-size: 13px
        }

            .about-company .stamp p span {
                font-size: 16px
            }

        .about-company .stamp:after {
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 19px solid rgba(198,5,5,.8);
            -webkit-transform: rotate(-34deg);
            -ms-transform: rotate(-34deg);
            -moz-transform: rotate(-34deg);
            transform: rotate(-34deg)
        }

    .we-do {
        padding: 50px 0
    }

        .we-do .block-inner {
            width: 520px
        }

            .we-do .block-inner .block-container .block-main {
                width: 520px
            }

                .we-do .block-inner .block-container .block-main:nth-last-of-type(1).active {
                    left: -520px
                }

            .we-do .block-inner .list {
                width: 250px;
                height: 250px
            }

                .we-do .block-inner .list a {
                    height: 250px
                }

                    .we-do .block-inner .list a img {
                        width: 80%
                    }

    .testimonial .container h3 {
        font-size: 20px
    }

    .corporate-double img:nth-of-type(2) {
        position: absolute;
        bottom: -4%;
        right: -3%;
        width: 65%
    }

    .corporate-inner-content {
        padding-left: 5%
    }

    .what-do-main.what-do-main2 .wdm-tab-container {
        width: 100%
    }

    .portfolio-main .app-dev-main {
        padding-bottom: 50px
    }

    .portfolio-main .portfolio-web-design {
        padding-bottom: 50px
    }

    .tab-header ul {
        padding: 0;
        margin: 0
    }

    .owl-carousel.owl-theme.seo-screen {
        top: 36px;
        left: 13px;
        width: 349px;
        height: 219px
    }

    body .new-big-heading {
        height: 75px;
        left: 0
    }

        body .new-big-heading h2 {
            font-size: 120px
        }

    .e-commerce-box {
        padding: 30px 15px
    }

    .e-commerce-img {
        padding: 15px 30px
    }

    .e-blog-box {
        height: 180px
    }

    .e-blog {
        top: 50px;
        padding-right: 40px
    }

    .ppc-smm-tab-content-img img {
        max-width: 300px;
        display: table;
        margin: 0 auto
    }

    .ppc-smm-tab-content:after {
        width: 70%;
        height: 75%;
        top: 10%;
        left: -15px
    }

    .app-minds-slider .app-minds-info-inner .d-flex {
        width: 100%;
        margin-bottom: 0
    }

        .app-minds-slider .app-minds-info-inner .d-flex h3 {
            margin-bottom: 10px;
            padding-left: 20px
        }

    .app-minds-slider .item .app-minds-info {
        padding: 30px;
        -webkit-transform: translateY(303px);
        -ms-transform: translateY(303px);
        -moz-transform: translateY(303px);
        transform: translateY(303px)
    }

    .app-minds-slider .item:after {
        -webkit-transform: translateY(310px);
        -ms-transform: translateY(310px);
        -moz-transform: translateY(310px);
        transform: translateY(310px)
    }

    .what-ppc {
        margin-right: 0
    }

        .what-ppc .d-flex {
            display: block !important
        }

    .ppc-container-main {
        width: 100%
    }

    .search-mockup {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .search-mockup-media .search-results-container .ppc-header .logo {
        margin-bottom: 15px
    }

    .form-main-container {
        padding: 60px 0
    }

    .new-inner-section .container h1 {
        font-size: 36px
    }

    .new-inner-section .container p {
        font-size: 30px
    }

    .scroll-line {
        font-size: 11px;
        padding-right: 10px;
        left: -10px;
        top: -20px
    }

    .new-breadcrumb {
        padding-left: 20px;
        margin-top: 10px
    }

    .new-inner-section {
        padding: 50px 0 80px
    }

    .what-do-main.what-do-main2 {
        padding-top: 25px
    }

    .contact-main .contact-head {
        margin-bottom: 50px
    }

    .e-top-layer-img {
        top: 25%
    }

    .bold-title {
        font-size: 28px
    }

    .section-image img {
        max-width: 800px;
        margin: 0 auto;
        display: table;
        width: 100%
    }

    .portfolio-view {
        padding: 50px 0
    }

    .view-portfolio span {
        font-size: 100px
    }

    .view-portfolio .bold-title {
        padding-left: 18px
    }

        .view-portfolio .bold-title:after {
            font-size: 16px;
            top: 7px
        }

    .grey-bg-section {
        padding: 40px 60px
    }

    .hadid-video .new-inner-video {
        max-width: 680px;
        height: 420px
    }

    .wdm-process-p-1, .wdm-process-p-2 {
        min-height: 88px
    }

    .home-banner > .container {
        max-width: 800px
    }

    .home-text-main.home-text-two {
        bottom: 85px;
        right: 100px
    }

    .home-text-main {
        font-size: 50px
    }

        .home-text-main.home-text-one {
            top: 80px;
            left: 100px
        }

    .home-banner .home-tri-grey-one {
        width: 85px
    }

    .home-banner .border-triangle {
        width: 50px;
        top: 200px;
        left: 30px
    }

    .home-banner {
        min-height: 650px
    }

        .home-banner .inner-triangle-rose {
            width: 35px
        }

        .home-banner .home-tri-grey-two {
            width: 60px;
            right: 300px;
            top: 72px
        }

        .home-banner video {
            height: 420px
        }
}

@media only screen and (max-width:1024px) {
    .secondary-drop .nav-list-item-inner {
        opacity: 1;
        right: -110px
    }

    .nav__list .nav__list-item > a {
        font-size: 26px
    }
}

@media only screen and (max-width:992px) {
    .landing-arrow {
        width: 80%;
        position: absolute;
        left: 0;
        top: 0
    }

    .landing-top-content {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        padding-top: 175px
    }

    .f-40 {
        font-size: 26px !important
    }

    .landing-page-form {
        width: 100%;
        padding: 20px
    }

    .landing-page-management {
        width: 100%
    }

    .lap-video-inner {
        top: 11px;
        left: 46px;
        width: 253px;
        height: 163px
    }

    .secondary-drop .nav-list-item-inner {
        top: 8px
    }

        .secondary-drop .nav-list-item-inner li a {
            font-size: 16px
        }

    .nav__list .nav__list-item {
        padding-left: 50px;
        padding-right: 40px
    }

        .nav__list .nav__list-item:hover:before {
            width: 50px
        }

    .video-container .filter {
        background-color: transparent
    }

    .what-we-do-slider .item {
        padding: 20px;
        min-height: 225px
    }

    .custom-h3 {
        font-size: 17px;
        margin-bottom: 10px
    }

    .certification-slider .item img {
        margin-top: 15px
    }

    .portfolio-box .portfolio-img {
        height: 430px;
        background-size: 260px
    }

        .portfolio-box .portfolio-img.portfolio-adam {
            background-position: right -155px bottom 50px;
            background-size: 330px
        }

            .portfolio-box .portfolio-img.portfolio-adam.active {
                background-position: center bottom 40px
            }

        .portfolio-box .portfolio-img.portfolio-ck {
            background-position: right -195px bottom 50px;
            background-size: 350px
        }

            .portfolio-box .portfolio-img.portfolio-ck.active {
                background-position: center bottom 50px
            }

        .portfolio-box .portfolio-img.portfolio-xbd {
            background-position: right -80px bottom 20px;
            background-size: 200px
        }

            .portfolio-box .portfolio-img.portfolio-xbd.active {
                background-position: center bottom 20px
            }

        .portfolio-box .portfolio-img.portfolio-ctc {
            background-position: right -138px bottom -15px;
            background-size: 320px
        }

        .portfolio-box .portfolio-img.portfolio-battery {
            background-size: 380px;
            background-position: right -200px bottom 50px
        }

            .portfolio-box .portfolio-img.portfolio-battery.active {
                background-size: 380px;
                background-position: center bottom 50px
            }

        .portfolio-box .portfolio-img.portfolio-billion {
            background-size: 350px;
            background-position: right -180px bottom 60px
        }

            .portfolio-box .portfolio-img.portfolio-billion.active {
                background-size: 350px;
                background-position: center bottom 60px
            }

        .portfolio-box .portfolio-img.portfolio-lobster {
            background-position: right -50px bottom 0;
            background-size: 160px
        }

            .portfolio-box .portfolio-img.portfolio-lobster.active {
                background-position: center bottom 0;
                background-size: 160px
            }

        .portfolio-box .portfolio-img.portfolio-acai {
            background-position: right -170px bottom 30px;
            background-size: 300px
        }

        .portfolio-box .portfolio-img.portfolio-carlo.active {
            background-position: center bottom 50px
        }

        .portfolio-box .portfolio-img.portfolio-carlo {
            background-position: right -100px bottom 50px;
            background-size: 330px
        }

        .portfolio-box .portfolio-img.portfolio-forever {
            background-size: 190px;
            background-position: right -100px bottom 50px
        }

            .portfolio-box .portfolio-img.portfolio-forever.active {
                background-position: center bottom 50px
            }

    .what-we-offer-img .over-layer {
        top: 36px;
        width: 140px
    }

    .what-we-offer-img img {
        width: 220px
    }

    .what-we-offer-img .mobile-slider {
        top: 68px;
        width: 139px;
        height: 235px
    }

    .circle-ripple {
        width: 240px;
        height: 240px
    }

    .star-rating {
        min-height: 180px
    }

        .star-rating .desc {
            font-size: 13px
        }

    .form-main {
        width: 100%
    }

    .footer-main-links li a {
        font-size: 14px
    }

        .footer-main-links li a:after {
            top: 4px
        }

        .footer-main-links li a:before {
            top: 6px
        }

    .footer-main-links h3 {
        font-size: 18px
    }

    .header-social a {
        line-height: 38px
    }

    .header-social ul li {
        width: 38px;
        height: 38px
    }

    .header-addr p {
        font-size: 16px
    }

    .phone-img-div img:nth-of-type(2) {
        width: 189px;
        left: 70px;
        top: 99px
    }

    .p-mobile-view .item img:nth-of-type(2) {
        top: 70px;
        left: 50px;
        width: 129px
    }

    .website-bg {
        height: 350px;
        margin-bottom: 260px
    }

    .p-banner-content {
        margin-top: 0
    }

        .p-banner-content h1 {
            font-size: 5vw
        }

    .portfolio-banner {
        height: 70vh
    }

        .portfolio-banner.p-ck {
            background-size: 60%;
            background-position: bottom 20% right 5%
        }

        .portfolio-banner.p-lobster {
            background-size: 250px
        }

        .portfolio-banner.p-xbd {
            background-size: 300px;
            background-position: center right 15%
        }

    .round-nav.round-prev {
        left: 0
    }

    .round-nav.round-next {
        right: 0
    }

    .round-nav {
        width: 40px;
        height: 40px
    }

    .nav-main .nav__content {
        max-width: 720px
    }

    .fs-fields .fs-radio-custom label::after {
        max-height: 30px;
        top: 30%
    }

    .form-main-container {
        padding: 40px 0
    }

        .form-main-container .cards {
            width: 100%
        }

    .inner-service-slider .w-slider-img img {
        max-width: 400px;
        margin: 0 auto
    }

    .about-company .stamp {
        display: none
    }

    .about-company .image-triangle {
        width: 250px;
        margin-top: -130px
    }

    .we-do .block-inner {
        float: none;
        margin: 0 auto
    }

    .testimonial .container {
        padding: 0 5%
    }

    .happy-clients ul {
        padding: 20px 5% 0
    }

    .career-main .career-tab {
        width: 200px
    }

        .career-main .career-tab .career-tab-item {
            padding: 10px 15px
        }

            .career-main .career-tab .career-tab-item h2 {
                font-size: 20px;
                padding-top: 5px
            }

    .career-main .career-tab-container {
        width: calc(100% - 200px);
        padding: 0 20px
    }

    .contact-main .contact-addr {
        margin-top: 30px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }

        .contact-main .contact-addr .contact-item {
            width: 33.333%;
            margin-left: 0;
            padding: 0 10px
        }

            .contact-main .contact-addr .contact-item:last-of-type {
                border-bottom: 1px solid #d1d2d3
            }

    .contact-main .contact-form {
        margin-top: 0
    }

        .contact-main .contact-form h2 {
            margin: 10px 0 30px
        }

    .contact-main .contact-map {
        padding-right: 0
    }

        .contact-main .contact-map #googleMap {
            height: 270px
        }

    .brochure-main .container {
        width: 100%
    }

    .seo-main .seo-sub .seo-sub-content {
        width: 100%
    }

    .web-design-list .container {
        width: 100%
    }

    .portfolio-main .portfolio-web-design .web-design-container .web-design-content .web-design-inner {
        padding: 15px
    }

    .portfolio-main .portfolio-web-design .web-design-list:nth-of-type(even) .web-design-container .web-design-content .web-design-inner {
        padding: 15px
    }

    .web-design-main .container {
        width: 100% !important
    }

    .web-design-main .web-design-content {
        padding-left: 15px;
        padding-right: 0
    }

        .web-design-main .web-design-content .web-design-content-inner {
            padding-right: 20px;
            padding-left: 100px
        }

    .web-design-main:nth-of-type(even) .web-design-content {
        padding-left: 15px;
        padding-right: 100px
    }

        .web-design-main:nth-of-type(even) .web-design-content .web-design-content-inner {
            padding-left: 20px;
            padding-right: 0
        }

    .what-do-main.what-do-main2 .wdm-tab-container .wdm-tab-link {
        width: 100%
    }

        .what-do-main.what-do-main2 .wdm-tab-container .wdm-tab-link .wdm-link-inner {
            width: calc(33.33% - 20px)
        }

            .what-do-main.what-do-main2 .wdm-tab-container .wdm-tab-link .wdm-link-inner h4 {
                font-size: 20px
            }

    .what-do-main.what-do-main2 .wdm-tab-container .wdm-tab-content {
        margin: 25px auto 40px
    }

    .web-design-head .web-head-content {
        padding: 0 15px
    }

    .tab-link-main .container {
        width: 100%
    }

    .tab-link-main .tab-header ul li a {
        font-size: 18px;
        padding: 20px 10px
    }

    .smo-main [class*=smo-row] {
        width: 750px
    }

    .w-80 {
        width: 750px !important
    }

    .seo-page-main {
        width: 90%
    }

        .seo-page-main .seo-page-inner {
            width: calc(50% - 20px)
        }

    .full-width-side .fw-side-contanier .fw-side-content {
        padding: 20px;
        width: 100%
    }

    .e-commerce-main .e-commerce-box .e-commerce-box-inner .ec-box {
        padding: 40px 30px
    }

    .owl-carousel.owl-theme.seo-screen {
        top: 25px;
        left: 10px;
        width: 253px;
        height: 160px
    }

    .faq-main .panel-group .panel {
        margin-bottom: 15px
    }

    .ad-box-img {
        margin-bottom: 15px;
        width: 230px;
        margin-right: 0;
        height: 92px
    }

    body .new-big-heading {
        height: 45px
    }

        body .new-big-heading h2 {
            font-size: 80px
        }

    body .business-tab li {
        padding: 0 5px 20px;
        height: 45px
    }

        body .business-tab li h2 {
            font-size: 20px
        }

    body .app-dev-slider {
        padding-top: 15px
    }

    .brand-tab-title li {
        font-size: 15px;
        padding: 16px 30px
    }

        .brand-tab-title li:hover:after {
            bottom: -8px
        }

        .brand-tab-title li:after {
            width: 15px;
            height: 15px
        }

        .brand-tab-title li.active:after {
            bottom: -8px
        }

    .logo-brand-inner {
        padding: 20px
    }

    .do-slider-next:after {
        height: 76px
    }

    .gateway-main {
        padding: 15px 70px
    }

    .certification-box-main {
        width: 700px;
        padding: 30px
    }

    .inner-section {
        padding-bottom: 30px
    }

    .ad-box-info {
        width: 100%
    }

    .ad-box-main {
        display: block !important
    }

    .ppc-smm-tab li {
        padding-bottom: 20px
    }

    .smm-tab-title-img img {
        max-width: 35px;
        width: 35px
    }

    .smm-tab-title h6 {
        font-size: 18px
    }

    .smm-tab-title span {
        font-size: 16px
    }

    .ppc-smm-tab-content li {
        padding: 60px 0 25px
    }

    .ppc-smm-tab-content h5 {
        font-size: 22px;
        margin-bottom: 20px
    }

    .ppc-smm-tab-content:after {
        height: 85%;
        top: 6%
    }

    .p-pay-per-main.e-commerce-main .e-commerce-box .e-commerce-box-inner {
        width: 100%
    }

    .app-platform-info {
        padding: 50px 20px 0;
        margin-top: 45px;
        box-shadow: none
    }

        .app-platform-info .col-md-6 {
            margin-bottom: 30px
        }

            .app-platform-info .col-md-6 p {
                margin-bottom: 0 !important
            }

            .app-platform-info .col-md-6:nth-of-type(3) {
                margin-bottom: 0 !important
            }

            .app-platform-info .col-md-6:nth-of-type(4) {
                margin-bottom: 0 !important
            }

    .app-dev-process-slider {
        padding: 20px 20px 0
    }

    .app-dev-main {
        padding-bottom: 0
    }

    .app-minds-slider .app-minds-info-inner .d-flex h3 {
        width: calc(100% - 40px)
    }

    .app-minds-slider .app-minds-info-inner img {
        width: 40px
    }

    .app-minds-slider .item .app-minds-info {
        height: 100%;
        -webkit-transform: translateY(315px);
        -ms-transform: translateY(315px);
        -moz-transform: translateY(315px);
        transform: translateY(315px)
    }

    .app-minds-slider .item:after {
        -webkit-transform: translateY(330px);
        -ms-transform: translateY(330px);
        -moz-transform: translateY(330px);
        transform: translateY(330px)
    }

    .img-box-shadow {
        margin-bottom: 50px
    }

    .video-box {
        margin-left: -15px;
        width: 100%;
        margin-bottom: -15%;
        border-radius: 0
    }

    .new-header-list > li > a {
        line-height: 30px;
        height: 30px;
        font-size: 30px
    }

    .nav-list-item-inner li a {
        font-size: 18px
    }

    .new-header-inner1 {
        width: calc(100% - 300px)
    }

    .new-header-inner2 {
        width: 300px
    }

    .footer-service-blocks a {
        font-size: 13px
    }

    .footer-service h6 {
        font-size: 18px
    }

    .footer-bottom p {
        font-size: 12px;
        line-height: 1.4
    }

    .lets-talk-main-home {
        margin-top: 50px
    }

    .scroll-button {
        height: 130px;
        width: 35px;
        left: auto;
        right: -35px
    }

        .scroll-button.openup {
            left: auto;
            right: 0
        }

    .faq-button {
        padding: 15px 30px 15px 15px;
        font-size: 15px
    }

        .faq-button:after {
            width: 8px;
            height: 8px;
            right: 15px
        }

    .blog-faq-section h3 {
        margin-bottom: 40px
    }

    .blog-faq-section .card-body {
        padding: 0 20px 20px
    }

    .technical-question p {
        font-size: 15px;
        line-height: 1.2
    }

    .home-blog {
        padding: 30px
    }

    .big-title {
        font-size: 30px
    }

    .new-inner-section .inner-content {
        -ms-flex: 0 0 500px;
        flex: 0 0 500px;
        max-width: 500px;
        width: 500px
    }

    .new-inner-section .border-triangle {
        width: 35px;
        height: 45px
    }

    .new-inner-section .inner-elements {
        -ms-flex: 0 0 calc(100% - 500px);
        flex: 0 0 calc(100% - 500px);
        max-width: calc(100% - 500px);
        width: calc(100% - 500px)
    }

    .new-inner-section {
        padding: 30px 0 50px
    }

    .new-breadcrumb {
        padding-left: 40px
    }

    .bold-title-small {
        font-size: 24px
    }

    .e-top-layer-img {
        top: 40%;
        width: 400px;
        height: 350px
    }

    .portfolio-container .row {
        margin-right: auto;
        margin-left: auto
    }

        .portfolio-container .row.forever-section .p-company-img {
            -ms-flex: 0 0 380px;
            flex: 0 0 380px;
            max-width: 380px
        }

        .portfolio-container .row.forever-section .p-company-text {
            -ms-flex: 0 0 calc(100% - 380px);
            flex: 0 0 calc(100% - 380px);
            max-width: calc(100% - 380px)
        }

        .portfolio-container .row.forever-section .p-company-img img {
            width: 200px
        }

        .portfolio-container .row.hadid-section .p-company-img {
            -ms-flex: 0 0 420px;
            flex: 0 0 420px;
            max-width: 420px
        }

            .portfolio-container .row.hadid-section .p-company-img img {
                width: 350px
            }

        .portfolio-container .row.hadid-section .p-company-text {
            -ms-flex: 0 0 calc(100% - 420px);
            flex: 0 0 calc(100% - 420px);
            max-width: calc(100% - 420px)
        }

        .portfolio-container .row.acai-section .p-company-img img {
            width: 320px;
            left: 40px
        }

        .portfolio-container .row.batmobile-section .p-company-img {
            -ms-flex: 0 0 400px;
            flex: 0 0 400px;
            max-width: 400px;
            padding-top: 160px
        }

        .portfolio-container .row.batmobile-section .p-company-text {
            -ms-flex: 0 0 calc(100% - 400px);
            flex: 0 0 calc(100% - 400px);
            max-width: calc(100% - 400px)
        }

        .portfolio-container .row.batmobile-section .p-company-img img {
            width: 350px
        }

        .portfolio-container .row.ctc-section .p-company-img img {
            width: 380px
        }

        .portfolio-container .row.ctc-section .p-company-img {
            -ms-flex: 0 0 480px;
            flex: 0 0 480px;
            max-width: 480px
        }

        .portfolio-container .row.ctc-section .p-company-text {
            -ms-flex: 0 0 calc(100% - 480px);
            flex: 0 0 calc(100% - 480px);
            max-width: calc(100% - 480px)
        }

        .portfolio-container .row.carlo-section .p-company-img {
            -ms-flex: 0 0 300px;
            flex: 0 0 300px;
            max-width: 300px
        }

            .portfolio-container .row.carlo-section .p-company-img img {
                width: 250px
            }

        .portfolio-container .row.carlo-section .p-company-text {
            -ms-flex: 0 0 calc(100% - 300px);
            flex: 0 0 calc(100% - 300px);
            max-width: calc(100% - 300px)
        }

        .portfolio-container .row.billion-section .p-company-img {
            -ms-flex: 0 0 360px;
            flex: 0 0 360px;
            max-width: 360px;
            padding-top: 100px
        }

        .portfolio-container .row.billion-section .p-company-text {
            -ms-flex: 0 0 calc(100% - 360px);
            flex: 0 0 calc(100% - 360px);
            max-width: calc(100% - 360px)
        }

        .portfolio-container .row.billion-section .p-company-img img {
            width: 280px
        }

    .portfolio-right-pad {
        padding-right: 30px
    }

    .portfolio-left-pad {
        padding-left: 30px
    }

    .forever-cart-box img, .forever-cart-box:after {
        width: 350px
    }

    .forever-cart-box img {
        left: 40px;
        top: -40px
    }

    .seo-main-box img {
        width: 250px
    }

    .seo-main-box:after {
        width: 250px;
        left: 60px;
        top: -40px
    }

    .seo-main-box .seo-main-txt {
        top: 70px;
        left: 185px
    }

    .seo-people ul li {
        width: 165px;
        padding: 0 10px
    }

    .seo-people {
        -ms-flex: 0 0 330px;
        flex: 0 0 330px;
        max-width: 330px
    }

    .seo-main-box {
        -ms-flex: 0 0 calc(100% - 330px);
        flex: 0 0 calc(100% - 330px);
        max-width: calc(100% - 330px)
    }

    .portfolio-container .row.adam-section .p-company-text {
        -ms-flex: 0 0 calc(100% - 380px);
        flex: 0 0 calc(100% - 380px);
        max-width: calc(100% - 380px)
    }

    .portfolio-container .row.adam-section .p-company-img {
        -ms-flex: 0 0 380px;
        flex: 0 0 380px;
        max-width: 380px
    }

        .portfolio-container .row.adam-section .p-company-img img {
            width: 360px
        }

    .portfolio-container .row.ck-section .p-company-img {
        -ms-flex: 0 0 350px;
        flex: 0 0 350px;
        max-width: 350px;
        padding-top: 40px
    }

    .portfolio-container .row.ck-section .p-company-text {
        -ms-flex: 0 0 calc(100% - 350px);
        flex: 0 0 calc(100% - 350px);
        max-width: calc(100% - 350px)
    }

    .portfolio-container .row.ck-section .p-company-img img {
        width: 300px
    }

    .portfolio-container .row.xbd-section .p-company-img {
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        max-width: 300px;
        padding-top: 20px
    }

    .portfolio-container .row.xbd-section .p-company-text {
        -ms-flex: 0 0 calc(100% - 300px);
        flex: 0 0 calc(100% - 300px);
        max-width: calc(100% - 300px)
    }

    .portfolio-container .row.xbd-section .p-company-img img {
        width: 180px
    }

    .home-banner {
        height: 500px;
        min-height: 500px
    }

        .home-banner > .container {
            width: 700px
        }

        .home-banner .home-tri-grey-two {
            right: 210px;
            top: 55px
        }

        .home-banner .inner-triangle-rose {
            right: 245px;
            top: 80px
        }

    .line .line2 {
        top: 335px
    }

    .line .line5, .line .line6 {
        display: none
    }

    .home-banner .scroll-line {
        font-size: 14px
    }

        .home-banner .scroll-line::after {
            width: 120%
        }

    .home-text-main {
        font-size: 40px
    }

    .home-banner .home-tri-grey-one {
        width: 70px
    }

    .home-banner .border-triangle {
        width: 40px;
        top: 187px
    }

    .home-banner .inner-dots {
        background-size: 15px;
        width: 150px;
        height: 88px
    }

    .main-animation1 {
        padding-bottom: 30px !important;
        overflow: visible !important
    }

    .blog-list {
        margin-right: -15px;
        margin-left: -15px
    }

    .blog-list-item {
        padding-right: 15px;
        padding-left: 15px
    }

    #awwwards {
        top: calc(50% - 89px) !important
    }

        #awwwards svg {
            height: 48px;
            width: 35px
        }

            #awwwards svg .js-color-text {
                -webkit-transform: translate(-8px,0);
                -ms-transform: translate(-8px,0);
                -moz-transform: translate(-8px,0);
                transform: translate(-8px,0)
            }

    .home-banner video {
        height: 360px
    }
}

@media only screen and (max-width:769px) {
    .blog-main .col-sm-6 {
        display: block !important;
        margin: 0 auto;
        padding: 0 15px;
        max-width: 540px
    }

    .blog-main .row {
        display: block !important
    }

    .blog-main .container {
        max-width: 100%
    }

    .blog-main .blog-desc {
        padding: 30px 15px;
        background-color: #c70026
    }

    .blog-main:after {
        display: none !important
    }

    .logo-main .logo {
        /*width: 90px;
        height: 51px*/
        width: 80%;
        height: 100%;
    }

    .do-bg-info {
        padding: 40px 40px 120px
    }

        .do-bg-info:after {
            display: none
        }

    .google-ad {
        padding: 40px 40px 120px
    }

    .do-main {
        margin-top: -90px
    }

    .what-we-do-slider .item {
        min-height: 236px
    }

    .do-slider-next {
        padding-top: 90px !important
    }

        .do-slider-next:after {
            height: 145px
        }

    .main-animation4 {
        padding-top: 0 !important
    }

        .main-animation4 .col-md-4 {
            margin-bottom: 60px
        }

    .star-rating {
        padding: 10px 15px
    }

        .star-rating h6 {
            font-size: 14px;
            height: 31px;
            overflow: hidden
        }

        .star-rating p strong {
            font-size: 14px;
            height: 31px;
            overflow: hidden
        }

        .star-rating .desc {
            height: 36px
        }

    .section-main {
        padding: 50px 0
    }

    .footer-main-links {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin: 20px auto 0;
        display: block !important;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .blog-desc div:nth-of-type(2) {
        text-align: right
    }

        .blog-desc div:nth-of-type(2) img {
            max-width: 70px
        }

    .nav-main:after {
        display: none
    }

    .nav-main .nav__content {
        max-width: 720px;
        padding-right: 45px;
        padding-left: 45px
    }

    .red-bg {
        display: none
    }

    .form-close {
        right: 20px;
        top: 20px
    }

    .what-we-offer-img {
        width: 220px;
        margin: 40px auto 0
    }

    .circle-ripple {
        width: 230px;
        height: 230px;
        left: -5px
    }

    .phone-img-div img:nth-of-type(2) {
        width: 135px;
        left: 52px;
        top: 73px
    }

    .p-mobile-view .item img:nth-of-type(2) {
        top: 53px;
        left: 38px;
        width: 94px
    }

    .black-bg p {
        font-size: 15px
    }

    .p-desc-main .row {
        margin-bottom: 0
    }

        .p-desc-main .row .col-sm-12 {
            margin-bottom: 20px
        }

        .p-desc-main .row .col-sm-4 {
            margin-bottom: 20px
        }

        .p-desc-main .row .col-sm-5 {
            margin-bottom: 20px
        }

        .p-desc-main .row .col-sm-6 {
            margin-bottom: 20px
        }

        .p-desc-main .row .col-sm-7 {
            margin-bottom: 20px
        }

        .p-desc-main .row .col-sm-8 {
            margin-bottom: 20px
        }

    .website-bg {
        margin-bottom: 150px
    }

    .project-descp hr {
        margin: 25px 0
    }

    .portfolio-banner.p-adam {
        background-size: 75%
    }

    .portfolio-banner.p-battery {
        background-size: 75%
    }

    .portfolio-banner.p-billion {
        background-size: 70%
    }

    .portfolio-banner.p-ctc {
        background-size: 65%;
        background-position: bottom -5% right 0
    }

    .round-nav.round-next {
        right: -20px
    }

    .round-nav.round-prev {
        left: -20px
    }

    .round-nav {
        width: 30px;
        height: 30px
    }

    .nav__list .nav__list-item {
        padding-left: 55px;
        padding-right: 55px
    }

        .nav__list .nav__list-item > a {
            font-size: 24px
        }

        .nav__list .nav__list-item:hover:before {
            width: 55px
        }

    .secondary-drop .nav-list-item-inner {
        top: 7px
    }

    .our-work-main {
        margin-top: 20px
    }

        .our-work-main h2 {
            font-size: 18px
        }

    .form-main-container .container {
        max-width: 100%
    }

    .fs-form-full {
        width: 96%
    }

    #content {
        height: 240px !important
    }

    .contact-form {
        width: 100%
    }

    .seo-page-main {
        width: 100%
    }

    .smo-main [class*=smo-row] {
        width: 100%
    }

    .w-80 {
        width: 100% !important;
        margin: 0 auto
    }

    .portfolio .img-right {
        width: 260px;
        margin-top: 20px;
        float: right
    }

    .seo-case {
        padding-bottom: 50px !important
    }

    .testimonial .container {
        padding: 0 15px
    }

    .happy-clients ul {
        padding: 0
    }

        .happy-clients ul li a {
            height: 60px
        }

    .inner-banner {
        height: 300px
    }

        .inner-banner .inner-banner-content {
            padding: 0
        }

            .inner-banner .inner-banner-content p {
                margin-top: 10px;
                width: 100%;
                font-size: 18px
            }

            .inner-banner .inner-banner-content h1 {
                font-size: 30px;
                margin-top: 0;
                width: 100%
            }

        .inner-banner .inner-banner-container {
            height: auto;
            min-height: 300px
        }

    section {
        padding: 30px 0
    }

    .contact-main .contact-addr {
        display: block
    }

        .contact-main .contact-addr .contact-item {
            width: 100%
        }

    .corporate-double:nth-of-type(1) {
        width: 75%;
        margin: 0 auto;
        display: table
    }

    .corporate-inner-content {
        padding-left: 15px;
        margin-top: 6%
    }

    .portfolio-header-main .portfolio-header ul {
        display: block;
        height: 58px;
        overflow: hidden;
        cursor: pointer;
        position: relative;
        z-index: 49;
        width: 100%
    }

        .portfolio-header-main .portfolio-header ul:after {
            content: '';
            position: absolute;
            top: 25px;
            right: 15px;
            height: 10px;
            width: 10px;
            margin: auto 0;
            border-top: 1px solid #101010;
            border-right: 1px solid #101010;
            -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            transform: rotate(135deg);
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out
        }

        .portfolio-header-main .portfolio-header ul li {
            float: none;
            pointer-events: none;
            display: none;
            width: 100%
        }

            .portfolio-header-main .portfolio-header ul li.active {
                display: block
            }

        .portfolio-header-main .portfolio-header ul.active {
            height: auto
        }

            .portfolio-header-main .portfolio-header ul.active:after {
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                transform: rotate(-45deg)
            }

            .portfolio-header-main .portfolio-header ul.active li {
                pointer-events: all;
                display: block
            }

    .portfolio-header-main .container {
        padding: 0
    }

    .tab-link-main .tab-header ul {
        display: block;
        height: 58px;
        overflow: hidden;
        cursor: pointer;
        position: relative;
        z-index: 49
    }

        .tab-link-main .tab-header ul:after {
            content: '';
            position: absolute;
            top: 25px;
            right: 15px;
            height: 10px;
            width: 10px;
            margin: auto 0;
            border-top: 1px solid #101010;
            border-right: 1px solid #101010;
            -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            transform: rotate(135deg);
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out
        }

        .tab-link-main .tab-header ul li {
            float: none;
            pointer-events: none;
            display: none;
            width: 100%
        }

            .tab-link-main .tab-header ul li.active {
                display: block
            }

        .tab-link-main .tab-header ul.active {
            height: auto
        }

            .tab-link-main .tab-header ul.active:after {
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                transform: rotate(-45deg)
            }

            .tab-link-main .tab-header ul.active li {
                pointer-events: all;
                display: block
            }

    .tab-link-main .container {
        padding: 0
    }

    .col-sm-7.dc-head + .col-sm-5 {
        display: none
    }

    .pp-click-row1 .col-sm-7 + .col-sm-5 {
        display: none
    }

    .e-commerce-main .e-commerce-box .e-commerce-box-inner {
        width: 100%
    }

    .our-client ul.client-main-slide li {
        height: 150px
    }

    .pay-per-click .pp-click-row4 {
        margin: 30px 0;
        padding: 20px 0
    }

    .pay-per-click [class*=pp-click-row] {
        margin-bottom: 10px
    }

    .head-icon-section {
        margin-top: 10px
    }

    .app-dev-mobile .col-sm-4 {
        float: none !important;
        text-align: center;
        width: 100%
    }

        .app-dev-mobile .col-sm-4 img {
            width: 270px
        }

    .app-dev-main .app-dev-row3 .app-dev-row3-inner p {
        width: 100%
    }

    .seo-list .col-sm-3 {
        float: none !important;
        margin: 0 auto;
        text-align: center
    }

    .seo-main .seo-list {
        margin-bottom: 20px
    }

        .seo-main .seo-list .seo-content .seo-content-inner {
            text-align: center;
            padding: 0 15px
        }

        .seo-main .seo-list .seo-center-img {
            float: none;
            width: 100%;
            text-align: center
        }

            .seo-main .seo-list .seo-center-img img {
                width: 300px
            }

        .seo-main .seo-list:nth-of-type(even) .row .seo-content .seo-content-inner {
            padding: 0 15px
        }

        .seo-main .seo-list .seo-count .seo-count-list span {
            font-size: 34px
        }

    .seo-main .seo-sub .col-md-7 img {
        position: relative;
        left: 0;
        margin: 0 auto;
        width: 450px;
        right: 0;
        display: table
    }

    .web-design-main .web-design-content {
        padding-left: 15px;
        padding-right: 80px
    }

        .web-design-main .web-design-content .web-design-content-inner {
            padding-left: 0
        }

    .web-design-main:nth-of-type(odd) .web-design-content {
        padding-left: 80px;
        padding-right: 15px
    }

    .web-design-main:nth-of-type(odd) .web-design-img img {
        right: -60px
    }

    .web-design-main .web-design-img img {
        left: -60px
    }

    .web-img-disp {
        display: none !important
    }

    .fixed-menu .fxd-menu-table {
        position: relative;
        height: auto;
        width: 100%;
        display: block;
        overflow: visible
    }

        .fixed-menu .fxd-menu-table .fxd-menu-inner {
            display: block;
            vertical-align: middle;
            text-align: left;
            padding-right: 0;
            height: 100vh;
            overflow: AUTO;
            padding-bottom: 30px
        }

            .fixed-menu .fxd-menu-table .fxd-menu-inner .fxd-main-list {
                text-align: left;
                display: inline-block;
                width: 100%;
                padding-top: 60px
            }

                .fixed-menu .fxd-menu-table .fxd-menu-inner .fxd-main-list li.sub-menu:before {
                    display: none
                }

                .fixed-menu .fxd-menu-table .fxd-menu-inner .fxd-main-list li {
                    float: none;
                    width: 100%;
                    position: relative;
                    padding-right: 15px;
                    padding-left: 15px
                }

                    .fixed-menu .fxd-menu-table .fxd-menu-inner .fxd-main-list li .fxd-drop-list {
                        position: relative;
                        top: 0;
                        right: 0;
                        width: 100%;
                        opacity: 1;
                        left: 0
                    }

                    .fixed-menu .fxd-menu-table .fxd-menu-inner .fxd-main-list li a {
                        font-size: 22px
                    }

            .fixed-menu .fxd-menu-table .fxd-menu-inner .social-icons {
                margin-top: 10px;
                padding-right: 15px;
                padding-left: 15px
            }

                .fixed-menu .fxd-menu-table .fxd-menu-inner .social-icons ul {
                    width: 100%;
                    padding: 10px 0 0
                }

    .menu-container {
        display: none
    }

    .mobile-view-section {
        text-align: center;
        border: 1px solid #e6eef4;
        border-bottom: none;
        display: inline-block;
        width: 180px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-color: #fff;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        box-shadow: 0 0 9px 1px rgba(0,0,0,.1);
        z-index: 999
    }

        .mobile-view-section a {
            font-size: 15px;
            font-weight: 600;
            text-transform: uppercase;
            padding: 8px 10px;
            display: inline-block;
            text-decoration: none;
            color: #b30504
        }

            .mobile-view-section a:first-child {
                border-right: 1px solid #e6eef4
            }

    .business-tab {
        position: relative;
        border: 1px solid #f05722;
        padding-right: 20px !important;
        overflow: hidden;
        height: 50px;
        margin-bottom: 30px !important;
        border-radius: 5px;
        display: block !important
    }

    .portfolio-box:after {
        display: none
    }

    .smo-head-img {
        display: none
    }

    .owl-carousel.owl-theme.seo-screen {
        top: 31px;
        left: 85px;
        width: 306px;
        height: 192px
    }

    .digi-inner {
        padding: 0 15px
    }

    .digi-content {
        padding-left: 15px
    }

    .what-do-main .wdm-process .col-md-4 {
        margin-bottom: 20px
    }

    .form-row-one {
        display: block !important
    }

    .form-row-three {
        display: block !important
    }

    .brand-top-section {
        padding-left: 15px
    }

    body .new-big-heading {
        height: 24px
    }

        body .new-big-heading h2 {
            font-size: 55px
        }

    body .business-tab-content {
        padding-top: 15px !important
    }

    body .business-tab li.active {
        display: block;
        width: auto !important;
        padding: 15px 5px !important
    }

        body .business-tab li.active:after {
            display: none !important
        }

    body .business-tab li {
        float: none;
        margin: 0;
        height: 50px;
        pointer-events: none;
        z-index: -1;
        display: none;
        width: auto !important;
        padding: 15px 5px !important
    }

        body .business-tab li:before {
            display: none !important
        }

        body .business-tab li:hover:after {
            display: none !important
        }

        body .business-tab li h2 {
            text-align: center
        }

        body .business-tab li span.e-primary {
            width: auto !important;
            overflow: hidden !important;
            display: inline-block !important;
            visibility: visible !important;
            height: auto !important
        }

        body .business-tab li span.e-secondary {
            width: auto !important;
            height: auto !important;
            visibility: visible !important;
            position: relative !important;
            display: none !important
        }

    body .business-tab:after {
        position: absolute;
        content: '';
        right: 18px;
        top: 20px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #f05722
    }

    body .business-tab.active li {
        pointer-events: all;
        z-index: 2;
        display: block
    }

    body .app-dev-slider img {
        max-height: 100PX;
        margin: 20px auto 0
    }

    .brand-tab-title {
        margin-bottom: 30px
    }

    .logo-brand-inner img {
        margin-bottom: 15px;
        max-width: 200px
    }

    .logo-brand-inner span {
        font-size: 35px
    }

    .col-form {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .col-form-txt {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .nao-main .input {
        max-width: 100%
    }

    .cs-skin-slide .cs-options {
        top: 175%;
        height: 280px
    }

    .col-form-sub {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        max-width: 100px
    }

    .e-ring-main svg {
        max-width: 280px;
        margin: 0 auto;
        display: block
    }

    .e-ring-main img {
        max-width: 180px;
        width: 180px
    }

    .cms-box {
        padding: 20px 0
    }

    .e-commerce-box {
        padding: 0 15px 50px
    }

    .e-commerce-img {
        padding: 0 15px
    }

    .e-blog {
        top: 0;
        padding-right: 0;
        margin-bottom: 40px
    }

    .e-blog-main:after {
        display: none
    }

    .e-blog-main .e-commerce-but {
        background-color: #edf1f4;
        padding: 30px
    }

    .e-project .col-md-4 {
        margin-bottom: 50px
    }

    .e-project:after {
        width: 100%
    }

    .e-commerce-minds-info {
        margin-bottom: 30px
    }

    .gateway-main {
        padding: 15px 40px
    }

    .business-tab.active {
        height: auto
    }

    .new-block-main {
        overflow: hidden;
        overflow-y: visible;
        height: 100vh
    }

    .new-header {
        overflow: hidden
    }

        .new-header > .d-flex {
            display: block;
            min-height: 730px;
            padding: 50px 0
        }

    .over-y-flow {
        overflow: hidden;
        overflow-y: visible
    }

    .e-commerce-slider .item {
        padding: 0 5px
    }

    .business-tab-content-slider .business-tab-img img {
        height: 80px;
        margin-bottom: 30px
    }

    .e-commerce-web-slider .e-commerce-img img {
        max-width: 275px;
        width: 275px;
        margin: 0 auto !important;
        display: block
    }

    .e-commerce-web-dot {
        display: none !important
    }

    .remarketing-main img {
        max-width: 270px;
        display: table;
        margin: 0 auto
    }

    .remarketing-main:after {
        width: 80%;
        height: 36%;
        bottom: 23%;
        top: auto
    }

    .certification-box-main {
        width: 500px;
        padding: 15px 20px
    }

    .certification-box h2 {
        font-size: 18px
    }

    .p-pay-per-main.e-commerce-main .e-commerce-box .e-commerce-box-inner .ec-box .ec-box-img {
        max-width: 45px;
        height: 50px
    }

    .ppc-smm-tab {
        margin-bottom: 0;
        position: relative;
        z-index: 5
    }

    .ppc-smm-tab-content {
        margin-bottom: 40px;
        margin-top: 0
    }

        .ppc-smm-tab-content:after {
            height: 100%;
            top: 0;
            left: 0;
            width: 100%
        }

    .p-pay-per-main .w-80 {
        margin-bottom: 30px
    }

    .display-ad-img img {
        max-width: 300px;
        margin: 0 auto 30px;
        display: table
    }

    .app-platform-info {
        margin-top: 32px
    }

        .app-platform-info .col-md-6:nth-of-type(3) {
            margin-bottom: 30px !important
        }

    .app-dev-title li {
        min-width: 70px;
        padding: 0 5px 15px !important
    }

    .seo-tab-main .seo-tab-slider {
        padding: 30px
    }

    .app-minds-slider .owl-item .app-minds-info {
        -webkit-transition: transform 2s cubic-bezier(.075,.82,.165,1) .2s,opacity 1s cubic-bezier(.075,.82,.165,1) .2s;
        -moz-transition: transform 2s cubic-bezier(.075,.82,.165,1) .2s,opacity 1s cubic-bezier(.075,.82,.165,1) .2s;
        -ms-transition: transform 2s cubic-bezier(.075,.82,.165,1) .2s,opacity 1s cubic-bezier(.075,.82,.165,1) .2s;
        -o-transition: transform 2s cubic-bezier(.075,.82,.165,1) .2s,opacity 1s cubic-bezier(.075,.82,.165,1) .2s;
        transition: transform 2s cubic-bezier(.075,.82,.165,1) .2s,opacity 1s cubic-bezier(.075,.82,.165,1) .2s;
        opacity: 0
    }

    .app-minds-slider .owl-item.active .app-minds-info {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: .5s;
        transition-delay: .5s;
        opacity: 1
    }

    .app-minds-slider .owl-item.active .item:after {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
        background-color: rgba(0,0,0,.7)
    }

    .app-minds-slider .item {
        height: 320px;
        max-width: 100%
    }

    .app-minds-slider .app-minds-info-inner p {
        font-size: 15px;
        height: 170px
    }

    .e-blog-box a {
        height: 100%
    }

    .app-dev-process-slider img {
        margin-bottom: 24px
    }

    .app-dev-process-slider h3 {
        font-size: 22px !important;
        text-align: center
    }

    .new-header-inner1 {
        width: 100%;
        height: auto;
        min-height: 1px;
        padding: 0 30px
    }

    .new-header-inner2 {
        height: auto;
        min-height: 1px;
        padding: 0 30px;
        width: 100%;
        max-width: 100%;
        display: block !important
    }

    .header-details {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 auto
    }

    .new-header-list {
        width: 100%
    }

        .new-header-list > li > a {
            line-height: 25px;
            height: 25px;
            font-size: 25px
        }

    .new-block-inner {
        display: block !important;
        padding: 80px 0;
        /*height: 750px;
        height: 800px;*/
    }

    .nav-list-item-inner {
        right: 0;
        top: 0;
        width: 190px;
        position: relative;
        margin-top: 15px;
        display: none
    }

        .nav-list-item-inner li {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            -moz-transform: translateX(0);
            transform: translateX(0)
        }

    .footer-bottom .d-flex {
        display: block !important
    }

    .mobile-click {
        position: absolute;
        width: 40px;
        height: 30px;
        right: 0;
        top: 0;
        margin: auto 0;
        cursor: pointer
    }

        .mobile-click:after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            width: 0;
            height: 0;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 6px solid #3d3935;
            margin: auto
        }

    .header-addr {
        margin-top: 10px
    }

        .header-addr p {
            font-size: 15px
        }

    .our-work-link h2 {
        font-size: 18px
    }

    .footer-service-blocks {
        margin-bottom: 20px
    }

        .footer-service-blocks a {
            padding: 7px 5px;
            margin-bottom: 7px;
            margin-right: 5px
        }

    footer .footer-bottom {
        /*padding: 15px 0 50px;*/
        padding: 37px 0 25px;
    }

    .footer-copy {
        width: 100%;
        text-align: left
    }

    .main-dropdown-menu > a:before {
        display: none
    }

    .mobile-hide-only {
        display: none !important
    }

    .mobile-show-only {
        display: flex !important
    }

    .lets-talk-main .container > .row .col-md-4 {
        padding: 35px 20px
    }

        .lets-talk-main .container > .row .col-md-4:nth-of-type(2) {
            border: none;
            border-bottom: 1px solid #898989
        }

            .lets-talk-main .container > .row .col-md-4:nth-of-type(2):after {
                display: none
            }

        .lets-talk-main .container > .row .col-md-4:nth-of-type(3) {
            border: none
        }

            .lets-talk-main .container > .row .col-md-4:nth-of-type(3):after {
                content: '';
                position: absolute;
                width: 17px;
                height: 17px;
                background-repeat: no-repeat;
                background-size: contain;
                background-position: center;
                background-image: url(../images/arrow-down.svg);
                bottom: 10px;
                left: 0;
                right: 0;
                margin: 0 auto
            }

        .lets-talk-main .container > .row .col-md-4:nth-of-type(1) {
            border: none;
            border-bottom: 1px solid #898989
        }

    .lets-talk-but {
        padding: 12px 15px;
        font-size: 15px;
        min-width: 1px;
        width: 200px;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .app-minds-slider-margin {
        padding: 0 15px !important
    }

    .video-box {
        margin-left: 0;
        width: 100%;
        margin-bottom: 40px;
        border-radius: 0
    }

        .video-box:after {
            background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#f0f0ef));
            background: linear-gradient(180deg,rgba(255,255,255,0) 0,#f0f4f7)
        }

        .video-box video {
            top: -20px
        }

    .e-commerce-video {
        padding-right: 15px !important
    }

    .mobile-no-view {
        display: none !important
    }

    .desktop-no-view {
        display: block !important
    }

    .technical-question {
        padding: 30px 20px 0
    }

    .image-box-main {
        padding: 0;
        margin-top: 25px
    }

        .image-box-main img {
            max-width: 100%
        }

    .pl-box {
        height: 90px
    }

    .web-dev-comp-txt {
        padding: 20px
    }

    .big-title {
        font-size: 25px;
        margin-bottom: 20px
    }

    .new-inner-section {
        margin-top: 71px
    }

        .new-inner-section .container p {
            font-size: 20px
        }

        .new-inner-section .container h1 {
            font-size: 25px
        }

        .new-inner-section .inner-content {
            -ms-flex: 0 0 400px;
            flex: 0 0 400px;
            max-width: 400px;
            width: 400px
        }

        .new-inner-section .inner-elements {
            -ms-flex: 0 0 calc(100% - 400px);
            flex: 0 0 calc(100% - 400px);
            max-width: calc(100% - 400px);
            width: calc(100% - 400px)
        }

    #scroll {
        /*right: 15px;*/
        right: 0px;
        bottom: 20px
    }

    .company-info {
        width: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -20px;
        margin-left: -20px
    }

        .company-info .people-counter {
            -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
            margin: 20px 0 0;
            padding: 20px 20px 0;
            text-align: center
        }

        .company-info span {
            font-size: 45px
        }

    .primary-title {
        font-size: 17px
    }

    .new-inner-section .inner-dots {
        width: 153px;
        height: 68px;
        background-size: 17px
    }

    .portfolio-box .custom-heading h5 {
        font-size: 17px
    }

    .inner-triangle-grey {
        width: 70px;
        height: 95px;
        right: 30px;
        top: 40px
    }

    .inner-triangle-rose {
        width: 20px;
        height: 20px;
        top: calc(100% + 30px);
        right: 45px
    }

    .new-breadcrumb .common-ul li a, .new-breadcrumb .common-ul li span {
        font-size: 12px
    }

    .new-inner-section .border-triangle {
        width: 21px;
        height: 28px;
        bottom: 30px
    }

    .what-do-main.what-do-main2 .wdm-tab-container .wdm-tab-link .wdm-link-inner h4 {
        font-size: 18px
    }

    .bold-title-small {
        font-size: 18px
    }

    .wdm-process-inner {
        padding: 40px 100px
    }

    .contact-main .contact-head {
        margin-bottom: 30px
    }

    .e-top-layer-img img {
        position: relative;
        top: 0;
        right: 0;
        display: table;
        margin: 0 auto;
        max-width: 450px;
        width: 100%
    }

    .e-top-layer-img {
        top: 0;
        width: 100%;
        height: auto;
        position: relative
    }

    .custom-h4 {
        font-size: 18px
    }

    .portfolio-container .row.acai-section .p-company-img, .portfolio-container .row.adam-section .p-company-img, .portfolio-container .row.batmobile-section .p-company-img, .portfolio-container .row.billion-section .p-company-img, .portfolio-container .row.carlo-section .p-company-img, .portfolio-container .row.ck-section .p-company-img, .portfolio-container .row.ctc-section .p-company-img, .portfolio-container .row.forever-section .p-company-img, .portfolio-container .row.hadid-section .p-company-img, .portfolio-container .row.lobster-section .p-company-img, .portfolio-container .row.xbd-section .p-company-img {
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        max-width: 250px;
        padding-bottom: 40px;
        padding-top: 40px
    }

        .portfolio-container .row.acai-section .p-company-img:after, .portfolio-container .row.adam-section .p-company-img:after, .portfolio-container .row.batmobile-section .p-company-img:after, .portfolio-container .row.billion-section .p-company-img:after, .portfolio-container .row.carlo-section .p-company-img:after, .portfolio-container .row.ck-section .p-company-img:after, .portfolio-container .row.ctc-section .p-company-img:after, .portfolio-container .row.forever-section .p-company-img:after, .portfolio-container .row.hadid-section .p-company-img:after, .portfolio-container .row.lobster-section .p-company-img:after, .portfolio-container .row.xbd-section .p-company-img:after {
            width: 100%;
            left: 0;
            right: 0
        }

    .portfolio-container .row.acai-section .p-company-text, .portfolio-container .row.adam-section .p-company-text, .portfolio-container .row.batmobile-section .p-company-text, .portfolio-container .row.billion-section .p-company-text, .portfolio-container .row.carlo-section .p-company-text, .portfolio-container .row.ck-section .p-company-text, .portfolio-container .row.ctc-section .p-company-text, .portfolio-container .row.forever-section .p-company-text, .portfolio-container .row.hadid-section .p-company-text, .portfolio-container .row.lobster-section .p-company-text, .portfolio-container .row.xbd-section .p-company-text {
        -ms-flex: 0 0 calc(100% - 250px);
        flex: 0 0 calc(100% - 250px);
        max-width: calc(100% - 250px);
        padding: 10px 30px;
        padding-right: 0
    }

    .portfolio-container .p-company-img {
        padding-top: 0
    }

    .portfolio-container .row.acai-section .p-company-img img, .portfolio-container .row.adam-section .p-company-img img, .portfolio-container .row.batmobile-section .p-company-img img, .portfolio-container .row.billion-section .p-company-img img, .portfolio-container .row.carlo-section .p-company-img img, .portfolio-container .row.ck-section .p-company-img img, .portfolio-container .row.ctc-section .p-company-img img, .portfolio-container .row.forever-section .p-company-img img, .portfolio-container .row.hadid-section .p-company-img img, .portfolio-container .row.lobster-section .p-company-img img, .portfolio-container .row.xbd-section .p-company-img img {
        width: 80%;
        margin: 0 auto;
        display: table;
        left: 0;
        right: 0;
        bottom: 0
    }

    .bold-title {
        font-size: 24px
    }

    .portfolio-container .row {
        margin-bottom: 30px;
        padding-bottom: 30px
    }

    .bold-title + span {
        font-size: 16px;
        margin-bottom: 20px
    }

    .cs-button {
        font-size: 13px
    }

    .portfolio-container .p-company-text > p {
        max-width: 100%;
        margin-bottom: 20px
    }

    .portfolio-container .row.forever-section .p-company-img img {
        width: 140px
    }

    .portfolio-container .row.forever-section .p-company-img:after {
        height: 70%;
        bottom: auto;
        top: 0
    }

    .portfolio-container .row.hadid-section .p-company-img:after {
        height: 60%;
        top: 0
    }

    .portfolio-container .row.ctc-section .p-company-img img {
        bottom: -40px
    }

    .portfolio-container .row.hadid-section .p-company-img img {
        width: 100%
    }

    .forever-mobile img:nth-of-type(1), .forever-mobile img:nth-of-type(3) {
        width: 200px
    }

    .forever-mobile img:nth-of-type(1) {
        margin-right: -95px
    }

    .forever-mobile img:nth-of-type(3) {
        margin-left: -95px
    }

    .forever-mobile img:nth-of-type(2) {
        width: 220px
    }

    .hadid-flight .hadid-story {
        width: 300px;
        padding: 30px
    }

    .hadid-flight {
        background-position: center left 25%
    }

        .hadid-flight .hadid-story h3 {
            font-size: 24px;
            margin-bottom: 15px
        }

        .hadid-flight .hadid-story p {
            margin-bottom: 0
        }

    .acai-bowl {
        max-width: 400px;
        width: 100%;
        display: table;
        margin: 0 auto
    }

    .acai-order img:nth-of-type(1) {
        max-width: 400px;
        width: 100%;
        margin: 0 auto;
        display: table
    }

    .acai-order img:nth-of-type(2) {
        max-width: 190px
    }

    .acai-leaf3 img {
        max-width: 60px;
        margin-left: 0
    }

    .acai-leaf1 img {
        max-width: 70px;
        margin-right: 0
    }

    .acai-leaf2 img {
        max-width: 60px;
        margin-top: 0;
        margin-left: 0
    }

    .acai-video .new-inner-video {
        max-width: 480px;
        height: 300px
    }

    .seo-people ul li {
        width: 120px
    }

    .seo-people {
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        max-width: 250px
    }

    .seo-main-box {
        -ms-flex: 0 0 calc(100% - 250px);
        flex: 0 0 calc(100% - 250px);
        max-width: calc(100% - 250px)
    }

        .seo-main-box:after {
            left: 30px;
            top: -15px
        }

        .seo-main-box .seo-main-txt {
            left: 160px
        }

    .company-slider-main span {
        font-size: 20vw;
        top: 50px
    }

    .portfolio-container .row.lobster-section .p-company-img, .portfolio-container .row.xbd-section .p-company-img {
        padding: 0
    }

        .portfolio-container .row.lobster-section .p-company-img img {
            max-width: 150px
        }

        .portfolio-container .row.xbd-section .p-company-img img {
            max-width: 140px
        }

        .portfolio-container .row.xbd-section .p-company-img:after {
            height: 85%;
            bottom: auto;
            top: 0
        }

    .wdm-process-p-1, .wdm-process-p-2 {
        min-height: 10px
    }

    .footer-social-link > .d-flex {
        text-align: center;
        margin-bottom: 5px
    }

    .footer-copy p {
        text-align: center
    }

    .home-text-main {
        font-size: 36px
    }

        .home-text-main.home-text-one {
            left: 90px
        }

    .home-banner .inner-dots {
        background-size: 15px;
        height: 90px;
        width: 166px
    }

    .home-banner .scroll-line {
        font-size: 14px
    }

    .home-banner > .container {
        width: 500px
    }

    .home-banner .home-tri-grey-two {
        right: 150px;
        width: 40px;
        top: 40px
    }

    .home-banner .inner-triangle-rose {
        right: 154px;
        top: 66px;
        width: 20px
    }

    .home-text-main.home-text-one {
        left: 62px;
        top: 50px
    }

    .home-text-main.home-text-two {
        bottom: 55px;
        right: 59px
    }

    .home-banner .home-tri-grey-one {
        width: 45px;
        top: 115px;
        left: 10px
    }

    .home-banner .border-triangle {
        width: 25px;
        top: 142px;
        left: 25px
    }

    .home-banner .inner-dots {
        height: 75px
    }

    .home-banner .scroll-line {
        font-size: 12px
    }

        .home-banner .scroll-line:after {
            width: 80%
        }

    .home-banner {
        height: 500px;
        min-height: 500px
    }

    .home-banner {
        height: 420px;
        min-height: 420px
    }

    .seo-people {
        max-width: 350px;
        flex: 0 0 350px
    }

    .seo-main-box {
        max-width: calc(100% - 350px);
        flex: 0 0 calc(100% - 350px)
    }

    .home-banner video {
        height: 255px
    }

    .footer-social-link {
        width: 100%;
        margin-bottom: 10px
    }

    .privacy-link {
        width: 100%;
        margin-bottom: 10px
    }
}

@media only screen and (max-width:767px) {
    .seo-page-main .seo-page-inner .seo-page-container {
        min-height: 1020px !important
    }

    .landing-top-content {
        padding-top: 100px
    }

    .landing-page-form {
        max-width: 410px;
        margin: 0 auto
    }

    .our-process .col-sm-4.no-padding {
        top: 0;
        box-shadow: none;
        padding: 0 15px !important;
        z-index: 1
    }

    .our-process .col-sm-4 {
        background-color: transparent
    }

    .landing-portfolio-carousel {
        margin-top: 30px;
        top: -5px
    }

        .landing-portfolio-carousel .owl-nav {
            top: auto;
            bottom: -18px;
            margin: 0 auto;
            left: 0;
            right: 0;
            width: 245px
        }

    .landing-mouse svg .cls-1 {
        fill: #7c7c7c
    }

    .portfolio-link-button {
        margin-top: 5px
    }

    .f-40 {
        font-size: 20px !important
    }

    .land-page-footer .col-xs-1 {
        width: 10% !important
    }

    .land-page-footer .col-xs-2 {
        width: 10% !important
    }

    .land-page-footer .col-xs-10 {
        width: 90% !important
    }

    .lap-video {
        display: none
    }

    .our-process-img-container {
        margin-bottom: 10px
    }

    .seo-50 {
        width: 100%
    }
}

@media only screen and (max-width:640px) {
    .career-main .career-tab {
        position: relative;
        width: 100%;
        float: none;
        height: 42px;
        overflow: hidden;
        border: 1px solid #e6eef4;
        cursor: pointer
    }

        .career-main .career-tab .career-tab-item {
            pointer-events: none;
            display: none;
            border-bottom: none
        }

            .career-main .career-tab .career-tab-item p {
                display: none
            }

            .career-main .career-tab .career-tab-item h2 {
                margin-bottom: 0 !important;
                padding-top: 0
            }

        .career-main .career-tab:after {
            content: '';
            position: absolute;
            top: 15px;
            right: 15px;
            height: 10px;
            width: 10px;
            margin: AUTO 0;
            border-top: 1px solid #101010;
            border-right: 1px solid #101010;
            -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            transform: rotate(135deg);
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out
        }

        .career-main .career-tab .career-tab-item.active {
            display: block
        }

        .career-main .career-tab.active {
            height: auto
        }

            .career-main .career-tab.active:after {
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                transform: rotate(-45deg)
            }

            .career-main .career-tab.active .career-tab-item {
                pointer-events: all;
                display: block
            }

    .career-main .career-tab-container {
        width: 100%;
        float: none;
        margin-top: 15px;
        border: none;
        padding: 0 5px
    }

    .about-company .image-triangle {
        width: 200px;
        margin-top: -110px
    }

    .lets-talk h2 {
        font-size: 22px;
        margin-bottom: 20px
    }

    .e-commerce-main .e-commerce-box .e-commerce-box-inner .ec-box {
        padding: 30px 40px
    }

        .e-commerce-main .e-commerce-box .e-commerce-box-inner .ec-box .ec-box-img {
            width: 65px;
            margin-bottom: 15px
        }

        .e-commerce-main .e-commerce-box .e-commerce-box-inner .ec-box h2 {
            height: 50px
        }

    .seo-page-main {
        width: 100%
    }

        .seo-page-main .seo-page-inner {
            padding: 50px 15px;
            width: 100%;
            margin: 10px auto
        }

    .what-do-main.what-do-main2 .wdm-tab-container .wdm-tab-content {
        width: 100%
    }

    .what-do-main.what-do-main2 .wdm-tab-container .wdm-tab-link .wdm-link-inner h4 {
        height: 63px;
        overflow: hidden
    }

    .our-client ul.client-main-slide li {
        height: 120px
    }

    .ad-box-img {
        width: 180px;
        height: 70px;
        overflow: hidden
    }

    .new-inner-section .inner-elements {
        -ms-flex: 0 0 170px;
        flex: 0 0 170px;
        max-width: 170px;
        width: 170px
    }

    .new-inner-section .inner-content {
        -ms-flex: 0 0 calc(100% - 170px);
        flex: 0 0 calc(100% - 170px);
        max-width: calc(100% - 170px);
        width: calc(100% - 170px)
    }

    .people-content {
        position: relative;
    /*    background-image: url(../images/offer.png);*/
        background-color: #201d58;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 40px
    }

        .people-content p {
            margin-bottom: 0
        }

        .people-content + img {
            display: none !important
        }

    .home-text-main {
        font-size: 30px
    }

    .home-banner {
        height: 500px;
        min-height: 500px
    }

        .home-banner .line {
            display: none
        }
}

@media only screen and (max-width:600px) {
    .search-mockup-media .search-results-container {
        padding-top: 2rem
    }

        .search-mockup-media .search-results-container .ppc-header .logo {
            width: 85px
        }

        .search-mockup-media .search-results-container .ppc-header .icon-search {
            width: 1rem
        }

        .search-mockup-media .search-results-container .ppc-header .icon-voice {
            width: 1rem
        }

        .search-mockup-media .search-results-container .ppc-header .input-field {
            font-size: 20px
        }

        .search-mockup-media .search-results-container .ppc-header .search-field:after {
            margin-bottom: -15px
        }

    .search-mockup-media .search-results-stats {
        font-size: 12px
    }

    .search-mockup-media .search-results {
        margin-top: 20px
    }

    .search-mockup-media .ad-mockup-list .ad-mockup-shopping {
        padding-top: 5px
    }

    .search-mockup-media .ad-mockup-list-item + .ad-mockup-list-item {
        margin-top: 30px
    }

    .ad-mockup-shopping .heading {
        margin-bottom: 10px;
        font-size: 16px
    }

    .ad-mockup .url {
        font-size: 13px
    }

        .ad-mockup .url:after {
            border-top: 4px solid currentColor;
            border-right: 4px solid transparent;
            border-bottom: 4px solid transparent;
            border-left: 4px solid transparent
        }

        .ad-mockup .url:before {
            font-size: 10px
        }

    .ad-mockup p {
        font-size: 13px
    }

    .ad-mockup .call-extension {
        font-size: 12px
    }

    .ad-mockup .heading {
        padding-right: 0;
        font-size: 14px
    }

    .ad-mockup .ad-site-links li {
        width: calc(50% - 10px)
    }

    .ad-mockup-shopping-list-item .inner {
        padding: 12px
    }
}

@media only screen and (max-width:576px) {
    .google-ad {
        padding: 40px 15px
    }

    .do-slider-next {
        padding-top: 15px !important;
        border: none
    }

        .do-slider-next:after {
            display: none
        }

    .section-main {
        padding: 40px 0
    }

    .main-animation3 .w-75 {
        width: 100% !important
    }

    .certification-slider-dup {
        display: block
    }

    .desktop-view {
        display: none !important
    }

    .footer-main-links {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 auto 0px
    }

        .footer-main-links h3 {
            margin: 0;
            position: relative;
            overflow: hidden
        }

            .footer-main-links h3:after {
                content: '';
                position: absolute;
                background-color: #555;
                width: 10px;
                height: 2px;
                right: 10px;
                top: 9px
            }

            .footer-main-links h3:before {
                content: '';
                position: absolute;
                background-color: #555;
                height: 10px;
                width: 2px;
                right: 14px;
                top: 5px;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                -ms-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out
            }

            .footer-main-links h3.active:before {
                top: 100%
            }

        .footer-main-links ul {
            padding: 0;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            overflow: hidden;
            height: 0
        }

            .footer-main-links ul.active {
                height: auto;
                padding: 15px 0 0
            }

    .what-we-do-slider .owl-item:nth-of-type(2n) .item:hover:before {
        opacity: 0
    }

    .what-we-do-slider .item {
        min-height: 190px;
        padding: 15px
    }

    .star-rating {
        min-height: 160px
    }

        .star-rating .desc {
            font-size: 12px;
            height: 33px
        }

    .footer-bottom p {
        font-size: 12px
    }

    .text-loader {
        height: 85px;
        width: 300px
    }

        .text-loader .element {
            font-size: 70px
        }

    .portfolio-box .portfolio-img.portfolio-ck {
        background-size: 290px
    }

        .portfolio-box .portfolio-img.portfolio-ck.active {
            background-size: 290px
        }

    .portfolio-box .portfolio-img.portfolio-battery {
        background-size: 280px;
        background-position: right -200px bottom 100px
    }

        .portfolio-box .portfolio-img.portfolio-battery.active {
            background-size: 280px;
            background-position: center bottom 100px
        }

    .portfolio-box .portfolio-img.portfolio-billion {
        background-size: 300px;
        background-position: right -200px bottom 130px
    }

        .portfolio-box .portfolio-img.portfolio-billion.active {
            background-size: 300px;
            background-position: center bottom 130px
        }

    .company-slider .item {
        padding: 0 5px
    }

        .company-slider .item img {
            max-width: 125px;
            max-height: 120px;
            width: auto;
            height: auto
        }

    .phone-img-div {
        width: 270px;
        margin: 0 auto;
        display: table
    }

        .phone-img-div img {
            width: 270px;
            margin: 0 auto;
            display: table
        }

            .phone-img-div img:nth-of-type(2) {
                width: 150px;
                left: 60px;
                top: 83px
            }

    .inner-service-slider .owl-dots {
        display: none
    }

    .inner-service-slider .owl-stage {
        transform: translate3d(0,0,0) !important;
        width: 100% !important
    }

    .p-mobile-view .item {
        width: 160px;
        margin: 0 auto
    }

        .p-mobile-view .item img:nth-of-type(2) {
            top: 50px;
            left: 35px;
            width: 89px
        }

    .p-banner-content {
        max-width: 260px;
        margin-top: -50px
    }

        .p-banner-content h1 {
            font-size: 6vw
        }

    .seo-img {
        width: 90%;
        margin: 0 auto
    }

    .certification-slider .item img {
        max-height: 90px
    }

    .stars {
        height: 24px
    }

    .portfolio-banner {
        height: 55vh
    }

    .p-navigation .col {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .website-bg {
        margin-bottom: 80px
    }

    .fs-fields > li .fs-radio-custom span {
        max-width: 90px;
        width: 100%
    }

    .fs-fields .fs-radio-custom label::after {
        top: 45%
    }

    .do-bg-info {
        background-position: top left 0
    }

    button.fs-continue {
        bottom: 50px
    }

    .fs-numbers {
        bottom: 35px
    }

    .fs-message-error {
        padding: 0;
        width: 100%;
        font-size: 15px
    }

    .form-main-container {
        padding: 20px 0
    }

        .form-main-container .contact-form {
            padding: 60px 15px
        }

        .form-main-container .container {
            padding: 50px 20px
        }

    .inner-service-slider.owl-carousel.owl-drag .owl-item {
        width: 100% !important;
        float: none !important
    }

    .wp-video {
        padding: 20px
    }

    .header-details .our-work-link {
        width: 100%
    }

    .header-details .our-work-main {
        width: 100%
    }

    .nav__content {
        height: auto
    }

    header {
        position: relative;
        z-index: 9999999
    }

    .do-main .row.mx-auto {
        margin-right: -15px !important;
        margin-left: -15px !important
    }

    .portfolio-section {
        margin: 0 auto !important
    }

    .app-minds-slider .owl-stage-outer {
        overflow: hidden
    }

    .seo-tab-title {
        overflow: hidden;
        width: 100%;
        height: 45px;
        cursor: pointer;
        position: relative
    }

        .seo-tab-title li.active {
            position: relative;
            display: block
        }

        .seo-tab-title li {
            pointer-events: none;
            z-index: -1;
            position: absolute;
            display: none;
            padding: 13px 40px;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }

            .seo-tab-title li h3 {
                width: 100%;
                text-align: center
            }

        .seo-tab-title:after {
            position: absolute;
            content: '';
            right: 18px;
            top: 20px;
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #3f3f3f
        }

    .web-design-main .web-design-img {
        width: 100%;
        float: none
    }

        .web-design-main .web-design-img img {
            left: 0;
            right: 0;
            display: table;
            margin: 0 auto
        }

    .web-design-main:nth-of-type(odd) .web-design-img img {
        left: 0;
        right: 0;
        display: table;
        margin: 0 auto
    }

    .web-design-main:nth-of-type(odd) .web-design-container .pad-right-30 {
        padding: 0 15px
    }

    .web-design-main:after {
        width: 100%
    }

    .web-design-main:nth-of-type(even) .web-design-container .pad-right-30 {
        padding: 0 15px
    }

    .full-width-side .fw-side-contanier .fw-side-img {
        padding: 40px 30px
    }

        .full-width-side .fw-side-contanier .fw-side-img img {
            margin: 0 auto;
            width: 100%;
            max-width: 100%
        }

    .brochure-main .brochure-big-img img {
        margin-top: 0
    }

    .seo-page-main .seo-page-inner {
        padding: 0 15px
    }

    .digi-inner {
        margin-bottom: 15px
    }

    .dc-main .dc-box-main {
        margin-bottom: 20px
    }

    .seo-main .seo-list {
        padding: 20px 0
    }

        .seo-main .seo-list .seo-count {
            margin: 0 auto
        }

            .seo-main .seo-list .seo-count .seo-count-list h4 {
                text-align: center
            }

        .seo-main .seo-list:nth-of-type(even) .row .seo-count {
            margin: 0 auto
        }

        .seo-main .seo-list:before {
            width: 100%
        }

    .portfolio-social {
        height: 20%
    }

    body .new-big-heading {
        height: 12px
    }

        body .new-big-heading h2 {
            font-size: 38px
        }

    body .app-dev-slider img {
        margin-bottom: 20px
    }

    .brand-process {
        padding: 30px 0 15px
    }

    .inner-banner .inner-banner-content h1 {
        font-size: 24px
    }

    .inner-banner .inner-banner-content p {
        font-size: 14px
    }

    .brand-tab-title li {
        font-size: 15px;
        padding: 11px 5px
    }

    .nao-main h2 {
        font-size: 24px
    }

    .col-form-txt textarea {
        margin-bottom: 30px
    }

    .col-form-sub {
        display: block;
        width: 200px;
        padding: 0;
        float: left
    }

        .col-form-sub:first-of-type {
            margin-right: 15px
        }

    .form-main-sub {
        clear: both;
        padding-left: 15px
    }

        .form-main-sub:after {
            content: '';
            clear: both;
            display: table
        }

        .form-main-sub:before {
            content: '';
            clear: both;
            display: table
        }

    .cs-skin-slide .cs-options {
        top: 112%
    }

    .gateway-main {
        padding: 0 15px
    }

    .smm-tab-title {
        display: none
    }

    .ppc-smm-tab-content li {
        padding: 30px 0 25px
    }

    .ppc-smm-tab-content h5 {
        font-size: 18px
    }

    .remarketing-main img {
        max-width: 220px
    }

    .remarketing-main:after {
        height: 30%;
        bottom: 22%
    }

    .global-shop img {
        width: 80%;
        display: table;
        margin: 0 auto
    }

    .certification-box {
        float: left;
        width: 50%
    }

        .certification-box:nth-of-type(1) {
            width: 100%;
            margin-bottom: 20px
        }

        .certification-box img {
            max-width: 80%
        }

    .certification-box-main {
        display: block !important;
        width: 100%;
        padding: 35px 20px
    }

    .home-blog {
        padding: 30px 15px
    }

        .home-blog p {
            font-size: 14px
        }

    .inner-section {
        padding-bottom: 20px
    }

    .app-minds .container-fluid {
        padding-right: 15px
    }

    .e-commerce-box-inner-slider h3 {
        height: 40px
    }

    .seo-tool {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

        .seo-tool:nth-of-type(1) {
            border-bottom: none
        }

        .seo-tool:nth-of-type(2) {
            border-bottom: none
        }

        .seo-tool:nth-of-type(3) {
            border-left: 1px solid #e2e2e2
        }

    .seo-tab-title.active {
        height: auto
    }

        .seo-tab-title.active li {
            pointer-events: all;
            display: block;
            z-index: 1;
            position: relative
        }

    .seo-tab-main .seo-tab-slider {
        margin-top: 10px
    }

    .e-blog-box {
        height: 130px
    }

    .e-commerce-minds img {
        padding-top: 30px
    }

    .e-commerce-minds:after {
        width: 35%;
        top: 7%;
        height: 90%
    }

    .e-blog {
        margin-bottom: 25px
    }

    .web-dev-comp-main {
        padding: 40px 20px
    }

    .web-dev-comp-txt {
        padding-top: 60px
    }

    .var-development-list img {
        margin: 0 auto;
        margin-left: 0;
        height: 80px;
        margin-bottom: 25px
    }

    .var-development-list .row:last-of-type {
        margin-bottom: 20px
    }

    .pl-listing .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 5px
    }

    .portfolio-box .custom-heading {
        padding: 15px
    }

        .portfolio-box .custom-heading h5 {
            font-size: 16px
        }

    .mb-30 {
        margin-bottom: 20px
    }

    .company-info span {
        font-size: 40px
    }

    .company-info p {
        margin-top: 5px;
        font-size: 12px
    }

    .new-inner-section .inner-content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }

    .new-inner-section .inner-elements {
        position: absolute;
        right: 0;
        top: 0;
        opacity: .4
    }

    .new-breadcrumb, .scroll-line {
        display: none
    }

    .new-inner-section {
        padding: 20px 0 20px
    }

    .people-content {
        padding: 30px
    }

    .primary-title {
        font-size: 11px;
        line-height: 1.3
    }

    .common-ul li, p {
        font-size: 12px
    }

    .custom-h4 {
        font-size: 14px;
        margin-bottom: 15px
    }

    .site-map-main tr:last-of-type td:last-of-type {
        border-bottom: 1px solid #dee2e6
    }

    .site-map-main td {
        display: block;
        padding: 0;
        border-bottom: none
    }

        .site-map-main td h2 {
            padding: 10px
        }

        .site-map-main td p {
            padding: 5px 10px
        }

            .site-map-main td p:first-of-type {
                padding-top: 10px
            }

            .site-map-main td p:last-of-type {
                padding-bottom: 10px
            }

        .site-map-main td br {
            display: none
        }

    .portfolio-container .row {
        display: block !important
    }

        .portfolio-container .row.acai-section .p-company-img, .portfolio-container .row.adam-section .p-company-img, .portfolio-container .row.batmobile-section .p-company-img, .portfolio-container .row.billion-section .p-company-img, .portfolio-container .row.carlo-section .p-company-img, .portfolio-container .row.ck-section .p-company-img, .portfolio-container .row.ctc-section .p-company-img, .portfolio-container .row.forever-section .p-company-img, .portfolio-container .row.hadid-section .p-company-img, .portfolio-container .row.lobster-section .p-company-img, .portfolio-container .row.xbd-section .p-company-img {
            width: 250px;
            margin: 0 auto;
            display: block
        }

        .portfolio-container .row.acai-section .p-company-text, .portfolio-container .row.adam-section .p-company-text, .portfolio-container .row.batmobile-section .p-company-text, .portfolio-container .row.billion-section .p-company-text, .portfolio-container .row.carlo-section .p-company-text, .portfolio-container .row.ck-section .p-company-text, .portfolio-container .row.ctc-section .p-company-text, .portfolio-container .row.forever-section .p-company-text, .portfolio-container .row.hadid-section .p-company-text, .portfolio-container .row.lobster-section .p-company-text, .portfolio-container .row.xbd-section .p-company-text {
            width: 100%;
            display: block;
            max-width: 100%;
            margin: 30px auto 0
        }

    .forever-mobile img:nth-of-type(2) {
        width: 150px
    }

    .forever-mobile img:nth-of-type(1), .forever-mobile img:nth-of-type(3) {
        width: 135px
    }

    .forever-mobile img:nth-of-type(1) {
        margin-right: -60px
    }

    .forever-mobile img:nth-of-type(3) {
        margin-left: -60px
    }

    .forever-pot img {
        max-width: 300px;
        margin: 0 auto;
        display: table;
        width: 100%
    }

    .forever-cart-box {
        width: 280px;
        margin: 70px auto 0;
        display: block
    }

        .forever-cart-box img, .forever-cart-box:after {
            width: 250px
        }

    .portfolio-left-pad {
        padding-left: 0
    }

    .portfolio-right-pad {
        padding-right: 0
    }

    .grey-bg-section {
        padding: 30px 20px
    }

    #scroll {
       /* right: 10px;*/
        right: 0px;
    }

    .hadid-video .new-inner-video {
        height: 270px;
        max-width: 320px
    }

    .hadid-flight .hadid-story {
        width: 250px;
        padding: 20px
    }

        .hadid-flight .hadid-story p {
            font-size: 11px
        }

        .hadid-flight .hadid-story h3 {
            font-size: 18px
        }

    .hadid-flight .hadid-story {
        width: 200px
    }

    .acai-order img:nth-of-type(2) {
        max-width: 150px
    }

    .acai-order img:nth-of-type(1) {
        max-width: 300px
    }

    .acai-video .new-inner-video {
        max-width: 365px;
        height: 245px
    }

    .seo-main-box {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
        padding: 20px 0
    }

    .seo-people {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

        .seo-people ul li {
            width: 50%;
            text-align: center
        }

            .seo-people ul li h6 br {
                display: none
            }

            .seo-people ul li img {
                max-width: 80px;
                margin: 0 auto 8px
            }

    .seo-main-box img {
        width: 200px;
        display: table;
        margin: 0 auto;
        margin-left: 15px
    }

    .seo-main-box:after {
        width: 200px;
        left: 20px;
        right: 0;
        margin: 0 auto;
        top: -10px
    }

    .seo-main-box::before {
        display: none
    }

    .seo-main-box .seo-main-txt {
       /* position: absolute;
        margin-top: 15px;
        max-width: 180px;
        left: auto;
        top: 35px;
        right: 0;*/
        position: absolute;
        margin-top: 15px;
        max-width: 280px;
        left: auto;
        top: 35px;
        right: 18px;
    }

    .company-slider-main span {
        top: 90px
    }

    .bold-title {
        font-size: 20px;
        margin-bottom: 5px
    }

        .bold-title + span {
            font-size: 13px;
            margin-bottom: 10px
        }

    .footer-addr p {
        margin-bottom: 15px
    }

    .footer-addr a:last-of-type {
        margin-bottom: 15px
    }

    .technical-question {
        padding: 30px 0 0
    }

    .home-blog {
        padding: 30px 0
    }

    .portfolio-slider.owl-carousel .owl-item .portfolio-battery {
        background-size: 320px
    }

    .portfolio-slider.owl-carousel .owl-item .portfolio-ck {
        background-size: 320px
    }

    .portfolio-slider.owl-carousel .owl-item.active .portfolio-img {
        background-position: center bottom 30px
    }

    .portfolio-slider.owl-carousel .owl-item.active .portfolio-carlo {
        background-position: center bottom 50px
    }

    .portfolio-slider.owl-carousel .owl-item.active .portfolio-battery {
        background-position: center bottom 100px
    }

    .portfolio-slider.owl-carousel .owl-item.active .portfolio-xbd {
        background-position: center bottom 20px
    }

    .portfolio-slider.owl-carousel .owl-item.active .portfolio-ck {
        background-position: center bottom 50px
    }

    .portfolio-slider.owl-carousel .owl-item.active .portfolio-adam {
        background-position: center bottom 50px
    }

    .portfolio-slider.owl-carousel .owl-item.active .portfolio-ctc {
        background-position: center bottom -15px
    }

    .portfolio-slider.owl-carousel .owl-item.active .portfolio-billion {
        background-position: center bottom 130px
    }

    .portfolio-slider.owl-carousel .owl-item.active .portfolio-lobster {
        background-position: center bottom 0
    }

    .home-banner {
        height: 400px;
        min-height: 300px;
        padding-top: 70px
    }

        .home-banner > .container {
            width: 375px
        }

    .home-text-main.home-text-one {
        top: 40px;
        left: 60px
    }

    .home-text-main {
        font-size: 20px
    }

        .home-text-main.home-text-two {
            bottom: 40px
        }

    .home-banner .inner-triangle-rose {
        top: 30px;
        right: 118px
    }

    .home-banner .home-tri-grey-two {
        top: 15px;
        right: 120px;
        width: 30px
    }

    .home-banner .inner-dots {
        background-size: 10px;
        top: 0;
        height: 60px;
        width: 92px
    }

    .view-portfolio span {
        font-size: 20vw
    }

    .portfolio-box .portfolio-img.portfolio-forever {
        background-position: right -80px bottom 30px
    }

        .portfolio-box .portfolio-img.portfolio-forever.active {
            background-position: center bottom 30px
        }

    .what-we-do-slider .item .bold-title-small {
        font-size: 13px;
        min-height: 45px
    }

        .what-we-do-slider .item .bold-title-small i.icon-web-design {
            font-size: 40px
        }

    .what-we-do-slider .item .bold-title-small {
        padding-left: 56px;
        padding-bottom: 5px
    }

        .what-we-do-slider .item .bold-title-small i.icon-ecommerce-icon {
            font-size: 25px
        }

        .what-we-do-slider .item .bold-title-small i.icon-digital-consultancy {
            font-size: 24px
        }

        .what-we-do-slider .item .bold-title-small i, .what-we-do-slider .item .bold-title-small i.icon-web-design {
            font-size: 25px
        }

    .google-ad {
        padding: 0;
        padding-top: 15px
    }

    .view-more {
        margin: 9px 0 0
    }

    .portfolio-slide-but {
        margin-top: 10px
    }

    .seo-people ul li h6 {
        max-width: 90px;
        margin: 0 auto
    }

    .portfolio-slider {
        padding-top: 0
    }

    .certification-slider .item img {
        max-height: 50px
    }

    .blog-faq-section h3 {
        margin-bottom: 15px
    }

    .simple-txt {
        -webkit-transform: translate(0,15px);
        -ms-transform: translate(0,15px);
        -moz-transform: translate(0,15px);
        transform: translate(0,15px)
    }

    .seo-people ul li h6 {
        font-size: 15px
    }

    .what-we-do {
        padding: 30px 0
    }

    .blog-date {
        font-size: 13px
    }

    .new-inner-section {
        padding: 20px 0 40px
    }

    .blog-author:nth-of-type(2) p {
        font-size: 14px;
        padding-left: 8px
    }

    .blog-author:nth-of-type(1) {
        width: 33px;
        height: 33px
    }

    .single-blog-info .blog-share i {
        font-size: 33px
    }

    .blog-author:nth-of-type(2) p {
        padding-left: 8px;
        font-size: 14px;
        line-height: 1.1
    }

    .single-blog-info .blog-share {
        width: 33px
    }

        .single-blog-info .blog-share i {
            font-size: 33px
        }

    .single-blog-info .blog-date {
        width: 130px
    }

    .single-blog-info .blog-author-main {
        width: calc(-63%)
    }

    .single-blog-info {
        padding: 9px 0 25px;
        margin-bottom: 15px
    }

    .home-banner video {
        height: 200px
    }

    .certification-slider {
        margin-top: 20px;
        margin-bottom: 15px
    }

    .company-slider-main .bold-title-small {
        margin-bottom: 0;
        margin-top: 40px
    }

    .testimonial_main {
        padding-top: 0 !important
    }

    .seo-box-sec {
        margin-top: 15px
    }
}

@media only screen and (max-width:570px) {
    .we-do .block-inner {
        width: 420px
    }

        .we-do .block-inner .list {
            width: 200px;
            height: 200px;
            margin-right: 10px;
            margin-bottom: 10px
        }

            .we-do .block-inner .list .overly p {
                padding: 0 10px
            }

            .we-do .block-inner .list a {
                height: 200px
            }

                .we-do .block-inner .list a img {
                    width: 75%
                }

                .we-do .block-inner .list a .list-img-info p {
                    font-size: 14px
                }

        .we-do .block-inner .block-container .block-main {
            width: 420px
        }

            .we-do .block-inner .block-container .block-main:nth-last-of-type(1).active {
                left: -420px
            }

    .what-do-main.what-do-main2 .wdm-tab-container .wdm-tab-content .wdm-tab-content-inner .wdm-inner-img {
        float: none;
        margin: 0 auto
    }

    .what-do-main.what-do-main2 .wdm-tab-container .wdm-tab-content .wdm-tab-content-inner .wdm-inner-info {
        width: 100%;
        float: none;
        padding: 10px 0
    }

        .what-do-main.what-do-main2 .wdm-tab-container .wdm-tab-content .wdm-tab-content-inner .wdm-inner-info h2 {
            text-align: center
        }

    .seo-main .seo-sub .col-md-7 img {
        position: relative;
        width: 280px
    }

    .owl-carousel.owl-theme.seo-screen {
        top: 19px;
        left: 116px;
        width: 190px;
        height: 120px
    }

    .nao-main h2 {
        font-size: 21px
    }

    .cs-skin-slide .cs-options {
        top: 166%;
        padding: 20px 15px
    }
}

@media only screen and (max-height:520px) {
    .fixed-menu {
        display: block;
        overflow: auto;
        padding: 20px 0
    }

    .menu-container {
        display: block
    }
}

@media only screen and (max-width:480px) {
    .f-40 {
        font-size: 16px !important
    }

    .landing-arrow {
        width: 100%
    }

    .land-device2-anim {
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        transform: translateY(-40px)
    }

    .land-device3-anim {
        -webkit-transform: translateY(-70px);
        -moz-transform: translateY(-70px);
        -ms-transform: translateY(-70px);
        transform: translateY(-70px)
    }

    .landing-page-we-do.we-do .block-inner .block-container .block-main {
        width: 100%
    }

    footer .menu-social {
        float: none;
        display: inline-block
    }

    .main-menu-container {
        padding-top: 20px;
        padding-bottom: 0;
        overflow: hidden;
        overflow-y: visible;
        min-height: 600px;
        height: 100vh
    }

    .nav-main {
        padding-top: 20px;
        padding-bottom: 0;
        overflow: hidden;
        min-height: 100%;
        height: 100vh;
        overflow-y: AUTO;
        display: block !important
    }

        .nav-main .nav__content {
            background: #121212;
            padding-bottom: 70px;
            padding-top: 40px;
            display: block !important
        }

    .mail-head a {
        display: none
    }

    .video-container .filter {
        min-height: 1px
    }

    .my-video-dimensions {
        height: 100%
    }

    .p-mobile-view .item {
        width: 138px;
        margin: 0 auto
    }

        .p-mobile-view .item img:nth-of-type(2) {
            top: 42px;
            left: 31px;
            width: 76px
        }

    .website-bg {
        height: 300px
    }

    .p-banner-content h1 {
        font-size: 8vw
    }

    .nav__list .nav__list-item {
        padding-left: 0;
        width: 100%
    }

        .nav__list .nav__list-item:after {
            display: none !important
        }

        .nav__list .nav__list-item:before {
            display: none !important
        }

        .nav__list .nav__list-item:hover {
            -webkit-transform: translate3d(0,0,0);
            -ms-transform: translate3d(0,0,0);
            -moz-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
            -webkit-transition-delay: 0s !important
        }

    .secondary-drop .nav-list-item-inner {
        right: 0 !important;
        position: relative;
        height: 0;
        padding: 0;
        overflow: hidden;
        top: 0;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    .secondary-drop > a:after {
        display: none
    }

    .secondary-drop .nav-list-item-inner.active {
        padding: 10px 0;
        height: auto
    }

    .down-arrow-menu {
        position: absolute;
        width: 60px;
        height: 28px;
        right: 0;
        top: 0;
        z-index: 9999
    }

        .down-arrow-menu:after {
            content: '';
            position: absolute;
            width: 7px;
            height: 7px;
            border-bottom: 2px solid #fff;
            border-right: 2px solid #fff;
            right: 0;
            top: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        .down-arrow-menu.active:after {
            -webkit-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
            -moz-transform: rotate(-135deg);
            transform: rotate(-135deg)
        }

    .seo-case {
        padding-bottom: 50px !important
    }

        .seo-case .container-fluid .row {
            display: block
        }

    .we-do .block-inner {
        width: 250px
    }

        .we-do .block-inner .list {
            width: 250px;
            height: 250px;
            margin-right: 0
        }

            .we-do .block-inner .list a {
                height: 250px
            }

        .we-do .block-inner .block-container .block-main {
            width: 250px
        }

            .we-do .block-inner .block-container .block-main:nth-last-of-type(1).active {
                left: -250px
            }

    .header-inner .menu-right a {
        font-size: 0
    }

    .about-company .image-triangle {
        float: none !important;
        margin-left: auto;
        margin-right: auto
    }

    .portfolio .img-right {
        width: 200px;
        margin-top: 20px;
        float: right
    }

    .happy-clients ul li {
        width: 50%
    }

    .portfolio-main .portfolio-web-design .web-design-container .web-design-content {
        width: 100%
    }

        .portfolio-main .portfolio-web-design .web-design-container .web-design-content .web-design-inner {
            text-align: center
        }

    .portfolio-main .portfolio-web-design .web-design-container .web-design-img {
        width: 100%
    }

        .portfolio-main .portfolio-web-design .web-design-container .web-design-img img {
            top: -10px
        }

    .portfolio-main .portfolio-web-design .web-design-list:nth-of-type(even) .web-design-container .web-design-content .web-design-inner {
        text-align: center
    }

        .portfolio-main .portfolio-web-design .web-design-list:nth-of-type(even) .web-design-container .web-design-content .web-design-inner a {
            text-align: center
        }

        .portfolio-main .portfolio-web-design .web-design-list:nth-of-type(even) .web-design-container .web-design-content .web-design-inner h2 {
            text-align: center
        }

        .portfolio-main .portfolio-web-design .web-design-list:nth-of-type(even) .web-design-container .web-design-content .web-design-inner h4 {
            text-align: center
        }

        .portfolio-main .portfolio-web-design .web-design-list:nth-of-type(even) .web-design-container .web-design-content .web-design-inner p {
            text-align: center
        }

    .e-commerce-main .e-commerce-box .e-commerce-box-inner .ec-box {
        float: none;
        width: 100%
    }

        .e-commerce-main .e-commerce-box .e-commerce-box-inner .ec-box h2 {
            height: auto
        }

    .our-client ul.client-main-slide li {
        width: 50%;
        border-right: 1px solid #e6eef4 !important;
        border-bottom: none !important;
        border-top: 1px solid #e6eef4 !important
    }

        .our-client ul.client-main-slide li:nth-of-type(even) {
            border-right: none !important
        }

        .our-client ul.client-main-slide li:nth-of-type(1) {
            border-top: none !important
        }

        .our-client ul.client-main-slide li:nth-of-type(2) {
            border-top: none !important
        }

    .web-design-main .web-design-img {
        width: 100%
    }

        .web-design-main .web-design-img img {
            left: 0 !important;
            right: 0 !important;
            margin: 0 auto !important;
            display: table
        }

    .web-design-main .web-design-content {
        width: 100%;
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .web-design-main:after {
        width: 100%
    }

    .what-do-main.what-do-main2 .wdm-tab-container .wdm-tab-link .wdm-link-inner {
        margin-right: 10px;
        width: calc(33.33% - 10px)
    }

        .what-do-main.what-do-main2 .wdm-tab-container .wdm-tab-link .wdm-link-inner h4 {
            font-size: 14px;
            height: 50px
        }

    .inner-banner .banner-home {
        display: none
    }

    .remarketing-main:after {
        height: 20%;
        bottom: 25%
    }

    .mail-head-telephone {
        margin-right: 0
    }

    .wdm-process-inner {
        padding: 40px 40px
    }

        .wdm-process-inner img {
            height: 55px
        }
}

@media only screen and (max-width:420px) {
    .home-banner > .container {
        width: 320px
    }

    .home-banner {
        min-height: 1px
    }

    .home-text-main.home-text-one {
        top: 30px;
        left: 50px
    }

    .home-text-main.home-text-two {
        bottom: 30px;
        right: 45px
    }

    .home-banner .border-triangle {
        top: 122px
    }

    .home-banner .home-tri-grey-one {
        top: 95px
    }

    .single-blog-info {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .single-blog-info .blog-author-main {
            width: 100%
        }

        .single-blog-info .blog-share {
            margin-right: 25px
        }
}

@media only screen and (max-width:350px) {
    .mobile-view-section {
        width: 230px !important
    }

        .mobile-view-section a {
            padding: 9px 25px !important
        }

    .wdm-process-inner {
        padding: 30px
    }

    .what-we-do-slider .item .bold-title-small {
        font-size: 14px
    }

    .common-ul li, p {
        font-size: 13px
    }
}
.how_cinch {
    /*background: #eaeaea;*/
    background-image: linear-gradient(180deg, #F4F6F8, #fff);
}
.displaynone{
    display: none !important;
}
.bannercustpadding {
    padding: 0px !important;
}
@media only screen and (max-width:768px) {
    .top {
        top: 15px;
    }
}
.cust-padding {
    padding: 8px 50px 0px 30px !important;
}
@media only screen and (max-width:768px) {
    .cust-padding {
        padding: 0 !important;
    }
}

.affortable {
    background-image: url(../../assets/images/home/icon/affordable.png);
    background-repeat: no-repeat;
}
    .affortable:hover {
        background-image: url(../../assets/images/home/icon/affordable-white.png);
        background-repeat: no-repeat;

    }
.cleanfuel {
    background-image: url(../../assets/images/home/icon/clean-fuel.png);
    background-repeat: no-repeat;
}

    .cleanfuel:hover {
        background-image: url(../../assets/images/home/icon/clean-fuel-white.png);
        background-repeat: no-repeat;
    }

.eco-friendly {
    background-image: url(../../assets/images/home/icon/eco-friendly.png);
    background-repeat: no-repeat;
}

    .eco-friendly:hover {
        background-image: url(../../assets/images/home/icon/eco-friendly-white.png);
        background-repeat: no-repeat;
    }
.safety-first {
    background-image: url(../../assets/images/home/icon/safty-first.png);
    background-repeat: no-repeat;
}

    .safety-first:hover {
        background-image: url(../../assets/images/home/icon/safty-first-white.png);
        background-repeat: no-repeat;
    }

.header-addr p {
    font-family: 'suntommy',sans-serif !important;
}
.header-addr span {
    font-family: 'suntommy',sans-serif !important;
}

.footer-addr p{
    font-family: 'suntommy',sans-serif !important;
}
.footer-addr a{
    font-family: 'Fira Sans' !important;
}
.footer-addr span {
    font-family: ''suntommy',sans-serif' !important;
}
.banner-content, .how_cinch p {
    font-family: ''suntommy',sans-serif' !important;
}
.ul-red {
    font-family: ''suntommy',sans-serif' !important;
}
.custpaddingbottom h1 {
    font-family: ''suntommy',sans-serif' !important;
}
.footer-bottom p,a{
    font-family: 'Fira Sans' !important;
}
.head-paragraph h4{
    font-family: 'Fira Sans' !important;
}
.dc-box-main h3,p {
    font-family: 'Fira Sans' !important;
}
.owl-stage-outer h3{
    font-size:20px;
}