html {
    color: #222;
    font-size: 1em;
    overflow-x: hidden;
    width: 100%;
    overflow-y: scroll !important
}

body {
    width: 100%
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

@font-face {
    font-family: 'Rubik';
    src: url(fonts/Rubik-MediumItalic.eot);
    src: url('fonts/Rubik-MediumItalic.eot?#iefix') format('embedded-opentype'), url(fonts/Rubik-MediumItalic.woff) format('woff'), url(fonts/Rubik-MediumItalic.ttf) format('truetype');
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: 'Rubik';
    src: url(fonts/Rubik-Italic.eot);
    src: url('fonts/Rubik-Italic.eot?#iefix') format('embedded-opentype'), url(fonts/Rubik-Italic.woff) format('woff'), url(fonts/Rubik-Italic.ttf) format('truetype');
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: 'Rubik';
    src: url(fonts/Rubik-Bold.eot);
    src: url('fonts/Rubik-Bold.eot?#iefix') format('embedded-opentype'), url(fonts/Rubik-Bold.woff) format('woff'), url(fonts/Rubik-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: nor/fonts/mal
}

@font-face {
    font-family: 'Rubik';
    src: url(fonts/Rubik-BoldItalic.eot);
    src: url('fonts/Rubik-BoldItalic.eot?#iefix') format('embedded-opentype'), url(fonts/Rubik-BoldItalic.woff) format('woff'), url(fonts/Rubik-BoldItalic.ttf) format('truetype');
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: 'Rubik';
    src: url(fonts/Rubik-Medium.eot);
    src: url('fonts/Rubik-Medium.eot?#iefix') format('embedded-opentype'), url(fonts/Rubik-Medium.woff) format('woff'), url(fonts/Rubik-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Rubik';
    src: url(fonts/Rubik-Light.eot);
    src: url('fonts/Rubik-Light.eot?#iefix') format('embedded-opentype'), url(fonts/Rubik-Light.woff) format('woff'), url(fonts/Rubik-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Rubik';
    src: url(fonts/Rubik-Black.eot);
    src: url('fonts/Rubik-Black.eot?#iefix') format('embedded-opentype'), url(fonts/Rubik-Black.woff) format('woff'), url(fonts/Rubik-Black.ttf) format('truetype');
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'Rubik';
    src: url(fonts/Rubik-BlackItalic.eot);
    src: url('fonts/Rubik-BlackItalic.eot?#iefix') format('embedded-opentype'), url(fonts/Rubik-BlackItalic.woff) format('woff'), url(fonts/Rubik-BlackItalic.ttf) format('truetype');
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: 'Rubik';
    src: url(fonts/Rubik-LightItalic.eot);
    src: url('fonts/Rubik-LightItalic.eot?#iefix') format('embedded-opentype'), url(fonts/Rubik-LightItalic.woff) format('woff'), url(fonts/Rubik-LightItalic.ttf) format('truetype');
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: 'Rubik';
    src: url(fonts/Rubik-Regular.eot);
    src: url('fonts/Rubik-Regular.eot?#iefix') format('embedded-opentype'), url(fonts/Rubik-Regular.woff) format('woff'), url(fonts/Rubik-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

.hidden {
    display: none !important
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit
}

.invisible {
    visibility: hidden
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    pre {
        white-space: pre-wrap !important
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

a {
    text-decoration: none
}

img {
    max-width: 100%
}

body {
    font-family: 'Rubik'
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.servicesContentBox .apps-img {
    height: 42px
}

.servicesContentBox .apps-img img {
    height: 100%
}

.servicePlan .apps-img {
    height: 42px
}

.servicePlan .apps-img img {
    height: 100%
}

.colOneThird {
    float: left;
    width: 33.3334%
}

.colHalf {
    width: 50%;
    float: left
}

.colFull {
    width: 100%
}

.p-l-10 {
    padding-left: 10px
}

.p-r-10 {
    padding-right: 10px
}

.p-l-15 {
    padding-left: 15px
}

.p-r-15 {
    padding-right: 15px
}

.toggle_menu {
    display: none
}

.toggle_menu span {
    height: 2px;
    width: 100%;
    background-color: #3f3f3f;
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    margin: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(0) translateZ(0);
    -moz-transform: translateY(0) translateZ(0);
    -ms-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    outline: none !important
}

.toggle_menu span:last-child {
    bottom: 13px;
    top: auto
}

.toggle_menu.cross span {
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0) rotate(45deg);
    -moz-transform: translateY(-50%) translateZ(0) rotate(45deg);
    -ms-transform: translateY(-50%) translateZ(0) rotate(45deg);
    transform: translateY(-50%) translateZ(0) rotate(45deg)
}

.toggle_menu.cross span:last-child {
    bottom: 50%;
    -webkit-transform: translateY(50%) translateZ(0) rotate(-45deg);
    -moz-transform: translateY(50%) translateZ(0) rotate(-45deg);
    -ms-transform: translateY(50%) translateZ(0) rotate(-45deg);
    transform: translateY(50%) translateZ(0) rotate(-45deg);
    top: auto
}

.btn,
.btn1 {
    display: inline-block;
    color: #13fdd2;
    line-height: 1;
    font-size: 18px;
    font-weight: 500;
    padding: 20px 50px !important;
    border-radius: 4px;
    text-transform: uppercase;
    border: 1px solid #13fdd2;
    /* box-shadow: 0 10px 10px #d7d7d7; */
    box-shadow: none;
    background:transparent;
    cursor: pointer;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    /* background: -moz-linear-gradient(left, #1e5799 0%, #f6516d 0%, #ff775e 98%, #ff775e 100%);
    background: -webkit-linear-gradient(left, #1e5799 0%, #f6516d 0%, #ff775e 98%, #ff775e 100%);
    background: linear-gradient(to right, #1e5799 0%, #f6516d 0%, #ff775e 98%, #ff775e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#ff775e', GradientType=1) */
}

.btn1:hover {
    /* background: rgb(246, 80, 109);
    background: -moz-linear-gradient(top, rgba(246, 80, 109, 1) 0%, rgba(255, 120, 94, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(246, 80, 109, 1) 0%, rgba(255, 120, 94, 1) 100%);
    background: linear-gradient(to bottom, rgba(246, 80, 109, 1) 0%, rgba(255, 120, 94, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6506d', endColorstr='#ff785e', GradientType=0) */
    color: #13fdd2;
    background: transparent;
    border: 1px solid #13fdd2;

}

.home {
    width: 100%;
    position: relative
}

.home .lineWrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0
}

.home .lineWrapper span {
    display: block;
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #e6e9eb
}

.home .lineWrapper span {
    background-color: #f8f8f8
}

.lineWrapper span .dots {
    width: 12px;
    height: 12px;
    background-color: #464e87;
    z-index: 0;
    position: absolute;
    left: -6px;
    border-radius: 25%
}

.lineWrapper span:nth-child(1) {
    left: 14%
}

.lineWrapper span:nth-child(2) {
    left: 28%
}

.lineWrapper span:nth-child(3) {
    left: 42%
}

.lineWrapper span:nth-child(4) {
    left: 56%
}

.lineWrapper span:nth-child(5) {
    left: 70%
}

.lineWrapper span:nth-child(6) {
    left: 84%
}

.lineWrapper span:nth-child(7) {
    left: 98%
}

.lineWrapper span:nth-child(1) i {
    top: 25%;
    background-color: #f1f1f1
}

.lineWrapper span:nth-child(2) i {
    top: 70%;
    background-color: #5db9da
}

.lineWrapper span:nth-child(3) i {
    top: 30%;
    background-color: #5db9da
}

.lineWrapper span:nth-child(4) i {
    top: 0%;
    background-color: transparent
}

.lineWrapper span:nth-child(5) i {
    top: 0%;
    background-color: transparent
}

.lineWrapper span:nth-child(6) i {
    top: 70%;
    background-color: #f1f1f1
}

.lineWrapper span:nth-child(7) i {
    top: 0%;
    background-color: transparent
}

.talk-to-me {
    width: 94px;
    height: 94px;
    display: block;
    position: fixed;
    right: 30px;
    bottom: 60px;
    z-index: 3;
    border-radius: 100%;
    text-align: center;
    background: #1e5799;
    background: -moz-linear-gradient(left, #1e5799 0%, #f6516d 0%, #ff775e 98%, #ff775e 100%);
    background: -webkit-linear-gradient(left, #1e5799 0%, #f6516d 0%, #ff775e 98%, #ff775e 100%);
    background: linear-gradient(to right, #1e5799 0%, #f6516d 0%, #ff775e 98%, #ff775e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#ff775e', GradientType=1)
}

.talk-to-me .talk-img {
    padding: 22px 22px;
    display: inline-block
}

.talk-to-me h3 {
    font-size: 12px;
    color: #636363;
    font-weight: 400;
    text-align: center;
    margin-top: 15px
}

.home .bg {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0
}

.headerMenu {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    z-index: 6;
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    transition: All 0.35s ease
}

.fixedHeader {
    -webkit-box-shadow: 0 5px 6px -6px #a0a0a0;
    -moz-box-shadow: 0 5px 6px -6px #a0a0a0;
    box-shadow: 0 5px 6px -6px #a0a0a0;
    height: 130px;
    background-color: #fff
}

@media only screen and (max-width:768px) {
    .headerMenu {
        height: 120px;
        background-color: #fff
    }
}

.headerMenu .logo {
    position: relative;
    display: block;
    float: left;
    z-index: 99;
    width: 108px;
    margin-top: 20px;
    transform: translateZ(0);
    transition: all 0.35s ease 0s
}

.headerMenu .logo a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    padding-top: 138.9%;
    text-indent: -9999px;
    background-size: 100%;
    background-position: 0;
    transition: all 0.35s ease;
    background-repeat: no-repeat
}

.headerMenu .logo a.white-logo {
    opacity: 1;
    visibility: visible
}

.headerMenu .logo a.color-logo {
    opacity: 0;
    visibility: hidden
}

.fixedHeader .logo a.color-logo {
    width: 50px;
    opacity: 1;
    padding-top: 50%;
    visibility: visible
}

.headerMenu.fixedHeader .logo a.white-logo {
    opacity: 0;
    visibility: hidden
}

.headerMenu .menuBox {
    display: block;
    margin: 35px 0;
    text-align: right;
    float: right
}

.headerMenu .menuBox--style {
    margin: 46px 0
}

.headerMenu .menuBox .navigation {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    position: relative
}

.headerMenu .menuBox .navigation .menu-primary-menu-container > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
}

.headerMenu .menuBox .navigation ul li {
    display: inline-block;
    padding: 0 20px
}

.headerMenu .menuBox .navigation ul li a {
    display: block;
    position: relative;
    top: 0;
    color: #ffff;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.headerMenu .menuBox .navigation ul li > a:hover {
    color: #f6526c;
    background: none;
    outline: none
}
.headerMenu .menuBox .navigation ul li.active > a{
    color: #13fdd2;
}

.fixedHeader .menuBox .navigation ul li a {
    color: #000
}

.headerMenu .menuBox .topBarbutton {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    position: relative;
    font-weight: 700;
    color: #fff
}

.headerMenu .menuBox .topBarbutton:hover {
    color: #f6516d
}

.fixedHeader .menuBox .topBarbutton {
    color: #000
}

.headerMenu .menuBox .topBarbutton a:hover {
    background: rgb(246, 80, 109);
    background: -moz-linear-gradient(top, rgba(246, 80, 109, 1) 0%, rgba(255, 120, 94, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(246, 80, 109, 1) 0%, rgba(255, 120, 94, 1) 100%);
    background: linear-gradient(to bottom, rgba(246, 80, 109, 1) 0%, rgba(255, 120, 94, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6506d', endColorstr='#ff785e', GradientType=0)
}

.headerHeading {
    padding-right: 110px;
    padding-top: 30px
}

.headerHeading h1 {
    position: relative;
    color: #5dbada;
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    z-index: 1;
    display: inline;
    border-bottom: 2px solid #fb6565
}

.headerHeading:after {
    content: '';
    position: absolute;
    top: -20px;
    height: 419px;
    width: 384px;
    background-image: url(../img/tringle.png);
    left: -185px;
    background-repeat: no-repeat;
    z-index: 0
}

.home .text-stlye {
    padding-top: 60px
}

.home .text-stlye h1 {
    font-size: 24px;
    color: #4c4d4f;
    font-weight: 400
}

.home .text-stlye p {
    line-height: 1.3em;
    font-size: 18px;
    color: #6f6c6c
}

.home .text-stlye:after {
    content: '';
    position: absolute;
    top: -30px;
    height: 230px;
    width: 168px;
    background-image: url(../img/lines_side.png);
    left: 470px;
    background-repeat: no-repeat
}

.digital_showcase {
    position: relative;
    text-align: center;
    margin: 150px auto 50px
}

.home .digital_showcase h1 {
    font-size: 18px;
    color: #6f6c6c;
    text-align: center;
    line-height: 1.7em;
    font-weight: 400;
    max-width: 676px;
    margin: 0 auto
}

.home .digital_showcase span a {
    color: #f6516d;
    font-size: 18px
}

.home .digital_showcase p {
    font-size: 18px;
    color: #000;
    text-align: center;
    font-weight: 500
}

.home .digital_showcase .c-scroll-down {
    display: inline-block
}

.home .digital_showcase .c-scroll-down span {
    display: block;
    margin-top: 10px;
    text-align: center;
    margin-left: -35px
}

.home .digital_showcase .c-scroll-down {
    color: #ccc;
    font-size: 12px;
    margin-left: 40px
}

.c-scroll-down .icon {
    display: block;
    width: 20px;
    height: 31px;
    border: 1px solid #f6516d;
    border-radius: 999px;
    position: relative;
    top: 0;
    transition: all .3s
}

.home .digital_showcase .c-scroll-down .icon:after {
    content: '';
    display: block;
    width: 2px;
    height: 7px;
    border: 1px solid #f6516d;
    border-radius: 999px;
    position: absolute;
    top: -7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .35s ease 0s;
    -moz-transition: all .35s ease 0s;
    -ms-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    transition: all .35s ease 0s
}

.home .digital_showcase .c-scroll-down .icon:before {
    content: '';
    display: block;
    width: 2px;
    height: 7px;
    border: 1px solid #f6516d;
    border-radius: 999px;
    position: absolute;
    top: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .35s ease 0s;
    -moz-transition: all .35s ease 0s;
    -ms-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    transition: all .35s ease 0s
}

.home .digital_showcase .c-scroll-down:hover .icon:before {
    top: 15px
}

.c-content-wrap-1 {
    margin-top: 50px
}

.c-container {
    width: 100%;
    margin: 0 auto;
    max-width: 1700px;
    position: relative
}

.video {
    position: relative;
    width: 100%;
    height: 570px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.videoIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.videoIcon a {
    display: block;
    text-align: center;
    vertical-align: middle;
    height: 92px;
    width: 93px;
    transition: all 0.5s ease-out
}

.videoIcon a:after {
    content: '';
    height: 150px;
    width: 150px;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 999px;
    display: block;
    top: -30px;
    position: absolute;
    left: -30px;
    transition: all 0.35s ease 0s;
    z-index: 2
}

.videoIcon a:before {
    content: '';
    height: 200px;
    width: 200px;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 999px;
    display: block;
    top: -55px;
    position: absolute;
    left: -55px;
    transition: all 0.35s ease 0s;
    z-index: 1
}

.videoIcon a:hover:after,
.videoIcon a:hover:before {
    background-color: rgba(228, 108, 132, .2)
}

.videoIcon a img {
    position: relative;
    z-index: 3
}

.pulse-button {
    position: relative;
    width: 100px;
    height: 100px;
    box-shadow: 0 0 0 0 rgba(232, 76, 61, .7);
    border-radius: 50%;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1)
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 80px rgba(232, 76, 61, 0)
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 80px rgba(232, 76, 61, 0)
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 80px rgba(232, 76, 61, 0)
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 80px rgba(232, 76, 61, 0)
    }
}

.apps {
    display: table;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #F2f2f2
}

.thumbnail {
    display: block;
    float: left;
    width: 33.33%;
    position: relative
}

.thumbnail .thumb {
    width: 100%;
    padding: 77% 0 0 0;
    position: relative;
    overflow: hidden;
    display: block;
    background-color: #f2f2f2;
    background-attachment: scroll;
    background-size: 88%;
    background-position: center center;
    background-repeat: no-repeat
}

.thumb-content {
    background-color: #FFF;
    width: 100%;
    padding: 30px 28px;
    text-align: left;
    border-top: 1px solid #F2f2f2;
    border-right: 1px solid #f2f2f2
}

.thumbnail:last-child .thumb-content {
    border-right: 0
}

.apps .thumbnail h3 {
    font-size: 22px;
    color: #273444;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 28px;
    padding-right: 28px;
    position: relative
}

.apps .thumbnail p {
    font-size: 14px;
    color: #c9c9c9;
    font-weight: 400;
    margin: 0;
    padding-top: 8px
}

.thumbnail a.arrowicon {
    position: absolute;
    display: block;
    right: 0;
    height: 28px;
    width: 28px;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.thumbnail a.arrowicon:hover {
    top: -10px;
    right: -10px
}

.thumbnail a.arrowicon img {
    width: 100%;
    height: 100%
}

.showcase {
    padding-top: 50px;
    width: 100%
}

.showcase.c--icon {
    padding-top: 120px;
    padding-bottom: 0
}

.showcase.service-inner {
    border-top: 0
}

.service-inner .txt {
    padding-top: 30px
}

.bannerTxt.c--icon {
    padding-bottom: 90px
}
.bannerTxt p{
    padding: 0 60px;
    margin: 0 auto;
    color: #fff;
    font-size: 22px;
    line-height: 1.6em;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.servicePlan {
    padding: 20px;
    min-height: 256px;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 #ebeeef;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s
}

.servicePlan:hover {
    transform: scale(1.05);
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #ebeeef
}

.showcase .text-style a {
    color: #6cc0de;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s
}

.showcase-heading a {
    display: block;
    text-align: center;
    color: #f7546c;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 35px 0
}

.showcase {
    background-color: #fcfdfe;
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-top: 1px solid #eee;
    position: relative;
    padding: 80px 0
}

.showcase .explorebutton {
    position: relative
}

.showcase .explorebutton a:hover {
    background: rgb(246, 80, 109);
    background: -moz-linear-gradient(top, rgba(246, 80, 109, 1) 0%, rgba(255, 120, 94, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(246, 80, 109, 1) 0%, rgba(255, 120, 94, 1) 100%);
    background: linear-gradient(to bottom, rgba(246, 80, 109, 1) 0%, rgba(255, 120, 94, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6506d', endColorstr='#ff785e', GradientType=0);
    color: #fff
}

.showcase .mainHeading:after {
    background-image: url(../img/showcase-bg.png);
    content: '';
    position: absolute;
    top: -30px;
    height: 400px;
    width: 100%;
    left: -90px;
    background-repeat: no-repeat
}

.mainHeading {
    color: #5a5a5a;
    font-size: 40px;
    font-weight: 700
}

.mainHeading--custom {
    color: #fff
}

.mainHeading span {
    display: block;
    position: relative;
    padding-right: 30px
}

.mainHeading span:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 4px;
    width: 34px;
    border-radius: 4px;
    background-color: #fe755f;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform: skew(-15deg)
}

.explorebutton .btn {
    margin-left: 0;
    margin-top: 30px
}

.explorebutton .btn a:hover {
    background: rgb(246, 80, 109);
    background: -moz-linear-gradient(top, rgba(246, 80, 109, 1) 0%, rgba(255, 120, 94, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(246, 80, 109, 1) 0%, rgba(255, 120, 94, 1) 100%);
    background: linear-gradient(to bottom, rgba(246, 80, 109, 1) 0%, rgba(255, 120, 94, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6506d', endColorstr='#ff785e', GradientType=0)
}

.text-style h1 {
    color: #273444;
    font-size: 28px;
    font-weight: 400
}

.text-style p {
    color: #6f6c6c;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em
}

.we-work-with {
    display: table;
    width: 100%;
    height: 100%
}

.view-all-clients {
    width: 37.5%;
    float: left;
    height: 66.66%
}

.we-work-bg {
    position: relative;
    background-image: url(../img/we-work.jpg);
    height: 294px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover
}

.we-work-bg .mainHeading {
    position: absolute;
    top: 0;
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    margin-left: 150px
}

.we-work-bg .mainHeading span:after {
    background-color: #fff
}

.we-work-bg .btn1 {
    padding: 15px 20px !important;
    box-shadow: none
}

.we-work-bg .btn1:hover {
    color: #fff
}

.viewbutton {
    margin-top: 40px
}

.we-work-bg .viewbutton {
    margin-top: 10px
}

.viewbutton .btn {
    margin-left: 0;
    box-shadow: none;
    padding: 14px 24px;
    text-transform: uppercase;
    font-size: 14px;
    background: linear-gradient(to right, #1e5799 0, #f6516d 0, #ff775e 98%, #ff775e 100%)
}

.viewbutton .btn a:active,
.viewbutton .btn a:hover {
    background: rgb(246, 80, 109);
    background: -moz-linear-gradient(top, rgba(246, 80, 109, 1) 0%, rgba(255, 120, 94, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(246, 80, 109, 1) 0%, rgba(255, 120, 94, 1) 100%);
    background: linear-gradient(to bottom, rgba(246, 80, 109, 1) 0%, rgba(255, 120, 94, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6506d', endColorstr='#ff785e', GradientType=0)
}

.brands {
    display: flex;
    width: 100vw;
    flex-wrap: wrap
}

.brands .brands-img {
    width: 12.5%;
    border: 1px solid #f4f4f4;
    float: left;
    height: 147px;
    margin: 0;
    text-align: center;
    padding-top: 30px
}

.brands--1 .brands-img {
    width: 12.5%
}

.brands .brands-img img {
    opacity: .5
}

.info a {
    width: 100%;
    display: block;
    padding: 0;
    padding-top: 104%;
    background-color: #ccc;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    position: relative;
    filter: saturate(0)
}

.info a:hover {
    filter: saturate(1)
}

.info .middle {
    transition: all 0.35s linear 0s;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, .5)
}

.info .middle .info-text {
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    transform: translateY(-30%);
    opacity: 0;
    display: block;
    transition: all 0.35s linear 0s
}

.info .middle .info-text h1 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #fff
}

.info .info-text p {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #fff
}

.info a:hover .middle {
    background-color: rgba(30, 41, 45, .8)
}

.info a:hover .middle .info-text {
    opacity: 1;
    transform: translateY(-50%)
}

.meet-our-geeks {
    background-image: url(../img/meet-our-geeksss.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
    background-attachment: scroll
}

.info-content {
    padding: 40px 50px 10px 80px
}

.info-content h1 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    margin: 0;
    margin-bottom: 40px;
    position: relative;
    display: block
}

.info-content h1:after {
    content: '';
    height: 4px;
    width: 34px;
    background-color: #fff;
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 2;
    border-radius: 4px
}

.info-content .btn {
    box-shadow: none;
    padding: 15px 20px;
    background: #fff;
    color: #f6516d;
    display: inline-block;
    width: auto;
    font-weight: 700
}

.info-content .btn:hover {
    color: #f6516d
}

.meet-our-geeks-office {
    float: left
}

.meet-our-geeks-office img {
    text-align: center
}

.idea {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    background-image: url(../img/idea.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 90px 0
}

.idea:after {
    content: '';
    height: 310px;
    width: 420px;
    position: absolute;
    background-image: url(../img/abc.png);
    right: 50px;
    bottom: -150px
}

.idea .idea-content {
    position: relative;
    width: 100%;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    z-index: 2
}

.idea .idea-content h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 46px;
    padding: 0 20px;
    position: relative;
    margin: 0;
    margin-bottom: 40px
}

.idea .idea-content h1::before {
    content: '';
    height: 4px;
    width: 34px;
    background-color: #fff;
    position: absolute;
    bottom: -5px;
    left: 50%;
    z-index: 2;
    margin-left: -17px;
    border-radius: 4px
}

.idea .idea-content .btn {
    margin: 0 10px;
    box-shadow: none;
    font-size: 14px;
    background: linear-gradient(to right, #1e5799 0%, #f6516d 0%, #ff775e 98%, #ff775e 100%);
    font-weight: 500
}

@media only screen and (min-width:768px) {
    .idea .idea-content .btn {
        width: 170px
    }
}

.idea a.btn:hover {
    color: #fff;
    background: rgb(246, 80, 109);
    background: -moz-linear-gradient(top, rgba(246, 80, 109, 1) 0%, rgba(255, 120, 94, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(246, 80, 109, 1) 0%, rgba(255, 120, 94, 1) 100%);
    background: linear-gradient(to bottom, rgba(246, 80, 109, 1) 0%, rgba(255, 120, 94, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6506d', endColorstr='#ff785e', GradientType=0)
}

.c-footer {
    position: relative;
    width: 100%;
    padding: 10px 10px 60px 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.c-footer h1 {
    text-align: center;
    font-size: 55px;
    font-weight: 500;
    padding: 20px 0
}

.c-footer .contactBox h4 {
    font-size: 16px;
    font-weight: 500;
    color: #343434;
    margin: 0
}

.c-footer .contactBox p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
    color: #898989
}

.c-footer .contactBox a {
    font-size: 14px;
    color: #898989;
    font-weight: 700
}

.c-footer .contactBox span {
    display: block;
    font-size: 14px;
    color: #343434;
    margin-bottom: 10px
}

.c-footer .contactBox span a {
    color: #898989;
    font-weight: 400
}

.c-footer .contactBox h3 {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    margin: 0
}

.c-footer .contactBox h3:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    width: 1px;
    height: 44px;
    background-color: #51b3d6;
    display: none;
}

.contactBox.contactBox--style {
    margin-top: 35px
}

.social-icon {
    padding-top: 35px
}

.social-icon a.footerIcon {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-decoration: none;
    border-radius: 50%;
    opacity: .1;
    text-align: center;
    line-height: 40px;
    color: white;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s
}

.social-icon a.footerIcon:hover {
    opacity: 1
}

.social-icon .fb {
    background: #3B5998
}

.social-icon .tw {
    background: #55ACEE
}

.social-icon .gg {
    background: #dd4b39
}

.home .text-stlye {
    position: relative;
    z-index: 1
}

.banner-section {
    position: relative
}

.banner-img {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
    padding-top: 35%
}

.bannerHeading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin: 0;
    color: #fff;
    letter-spacing: 4px;
    font-size: 65px;
    text-align: center;
    z-index: 2;
    text-transform: uppercase;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.bannerHeading small {
    display: block;
    font-size: 16px
}

.bannerParagraph {
    position: absolute;
    top: 65%;
    left: 50%;
    margin: 0;
    z-index: 2;
    width: 100%;
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.vdoButton .btn {
    position: absolute;
    top: 80%;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    box-shadow: none
}

.bannerTxt {
    padding: 50px 0;
    background: linear-gradient(90deg,#a2a4a7,#242423) !important;}
}

.bannerTxt p {
    padding: 0 60px;
    margin: 0 auto;
    color: #fff;
    font-size: 22px;
    line-height: 1.6em;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px
}

.talk--style .talk-to-me {
    position: absolute;
    bottom: -35px;
    right: 20px;
    float: none;
    margin: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.talk--style .talk-to-me img {
    display: block;
    margin: 0 auto;
    padding: 23px 0
}

.talk--style .talk-to-me h3 {
    margin: 0;
    color: #636363;
    font-size: 12px;
    margin-top: 15px
}

.sectionHeading {
    margin-top: 0;
    color: #555;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase
}

.innerHeading {
    font-size: 48px;
    color: #555;
    margin: 90px 0;
    position: relative;
    line-height: 1;
    text-align: center
}

.innerHeading span.txt {
    position: relative;
    z-index: 2
}

.innerHeading span.shade {
    width: 100%;
    position: absolute;
    left: 50%;
    z-index: 1;
    bottom: -20px;
    color: #fff;
    font-size: 126px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.about-us {
    padding: 85px 0
}

.about-us .txt p {
    color: #6f6c6f;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em
}

.team-member .memberImg ul {
    font-size: 0
}

.team-member .memberImg li {
    width: 33.3334%;
    display: inline-block
}

.our-customer {
    padding: 90px 0;
    background-color: #fff
}

.txtData {
    text-align: center
}

.companyLogos ul {
    font-size: 0
}

.companyLogos ul li {
    width: 16.6667%;
    text-align: center;
    display: inline-block;
    padding: 15px 15px;
}

.companyLogos ul li img {
    opacity: 1;
    height: 60px;
}

.request-advice {
    padding: 45px 0;
    background-color: #f5f7fa
}

.form-group {
    margin-bottom: 50px
}

.form-group label {
    font-size: 16px;
    display: block;
    color: #5d5f74;
    margin-bottom: 3px
}

.form-group span {
    color: #d60f30
}

.form-group textarea {
    resize: none
}

.form-control {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #5d5f74;
    border: none;
    outline: none;
    border-radius: 0;
    background-image: none;
    background-clip: padding-box;
    background-color: transparent;
    border-bottom: 1px solid #b7c1d0
}

.requestForm .formBtn {
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 12px 60px
}

.requestForm .formBtn:hover {
    /* background: linear-gradient(to bottom, rgba(246, 80, 109, 1) 0%, rgba(255, 120, 94, 1) 100%) */
    color: #13fdd2;
    background: transparent;
    border: 1px solid #13fdd2;
}

.our-project {
    padding: 60px 0 0
}

.our-project .imgBox {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 30px
}

.our-project .imgBox img {
    width: 100%
}

.our-project .txtBox {
    opacity: 0
}

.our-project .imgBox:hover .txtBox {
    opacity: 1
}

.our-project .txtBox img {
    width: auto
}

.our-project .txtBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(19, 253, 210, .8);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.our-project .txtBox a {
    display: block;
    height: 100%;
    width: 100%;
    color: #fff;
    text-align: center;
    padding-top: 60px
}

.our-project .txtBox h1 {
    margin: 0;
    font-size: 26px;
    font-weight: 400
}

.our-project .txtBox p {
    font-size: 16px
}

.our-project .txtBox img {
    padding-top: 20px
}

.filterBox {
    display: block;
    margin: 0 -1%;
    overflow: hidden
}

.filterBox input[type="radio"] {
    display: none
}

.filterBox label {
    width: 18%;
    float: left;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    background: #fff;
    color: #222;
    padding: 10px 0;
    margin: 10px 1% 30px 1%;
    border: 1px solid #b7c1d0;
    cursor: pointer;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s
}

.filterBox label:last-child {
    margin-right: 0
}

.filterBox label:hover,
.filterBox .active {
    /* color: #fff; */
    background-color: #13fdd2;
}

.productBtn {
    display: block;
    margin-top: 30px
}

.arrow {
    display: block;
    margin-top: 20px
}

.our-project--bgcolor {
    background-color: #f0f0f0
}

.our-project--bgcolor .showCase-para {
    color: #666;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 40px;
    margin: 0
}

.our-project--bgcolor .viewShowcase {
    margin-top: 50px;
    background-color: #13fdd2;
}

.our-project--bgcolor .viewShowcase .fullShowcase-btn {
    display: block;
    color: #fff;
    padding: 30px 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle
}

.our-project--bgcolor .viewShowcase .fullShowcase-btn img {
    margin-right: 15px
}

.mapLocation {
    width: 100%;
    display: flex
}

.mapLocation .map {
    width: 70%
}

.map #map {
    height: 100%
}

.mapLocation .mapImg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.mapLocation .address {
    color: #fff;
    width: 30%;
    font-size: 16px;
    padding: 64px 62px;
    background-color: #13fdd2;
    /* background: rgba(246, 81, 109, 1);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246, 81, 109, 1)), color-stop(11%, rgba(246, 81, 109, 1)), color-stop(69%, rgba(254, 116, 95, 1)), color-stop(100%, rgba(254, 116, 95, 1)));
    background: -webkit-linear-gradient(left, rgba(246, 81, 109, 1) 0%, rgba(246, 81, 109, 1) 11%, rgba(254, 116, 95, 1) 69%, rgba(254, 116, 95, 1) 100%);
    background: -moz-linear-gradient(left, rgba(246, 81, 109, 1) 0%, rgba(246, 81, 109, 1) 11%, rgba(254, 116, 95, 1) 69%, rgba(254, 116, 95, 1) 100%);
    background: -ms-linear-gradient(left, rgba(246, 81, 109, 1) 0%, rgba(246, 81, 109, 1) 11%, rgba(254, 116, 95, 1) 69%, rgba(254, 116, 95, 1) 100%);
    background: -o-linear-gradient(left, rgba(246, 81, 109, 1) 0%, rgba(246, 81, 109, 1) 11%, rgba(254, 116, 95, 1) 69%, rgba(254, 116, 95, 1) 100%);
    background: linear-gradient(to right, rgba(246, 81, 109, 1) 0%, rgba(246, 81, 109, 1) 11%, rgba(254, 116, 95, 1) 69%, rgba(254, 116, 95, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6516d', endColorstr='#fe745f', GradientType=1) */
}

.mapLocation .address p {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px
}

.mapLocation .address address {
    font-style: normal;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 50px
}

.mapLocation .address .contactNum {
    color: #fff;
    display: block;
    margin-bottom: 10px
}

.mapLocation .address .email {
    color: #fff;
    display: block
}

.request--bgColor {
    padding: 65px 0;
    background-color: #fff
}

.bannerHeadBgColor {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(19, 253, 210, 1);
    background: -moz-linear-gradient(left, rgba(19, 253, 210, 1) 0%, rgba(249, 214, 36, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(250, 128, 163, 1)), color-stop(100%, rgba(249, 214, 36, 1)));
    background: -webkit-linear-gradient(left, rgba(19, 253, 210, 1) 0%, rgba(249, 214, 36, 1) 100%);
    background: -o-linear-gradient(left, rgba(19, 253, 210, 1) 0%, rgba(249, 214, 36, 1) 100%);
    background: -ms-linear-gradient(left, rgba(19, 253, 210, 1) 0%, rgba(249, 214, 36, 1) 100%);
    background: linear-gradient(to right, rgba(19, 253, 210, 1) 0%, rgba(249, 214, 36, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa80a3', endColorstr='#fee254', GradientType=1)
}

.downArrow {
    position: absolute;
    left: 50%;
    bottom: -20px;
    border: 1px solid;
    padding: 18px 15px;
    transform: translateX(-50%)
}

.projectBannerHead {
    width: 100%;
    height: calc(100vh - 170px);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.appContent {
    padding: 40px 0;
    background-color: #8b8b8b
}

.appContent .text {
    color: #fff;
    text-align: center
}

.appContent .text span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase
}

.appContent .text h1 {
    font-size: 38px;
    font-weight: 700;
    margin: 10px 0 20px;
    text-transform: uppercase
}

.appContent .text p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    padding: 0 50px;
    letter-spacing: 1px
}

.zweifelAppContent {
    position: relative;
    padding: 60px 0
}

.zweifelAppContent .appLogo {
    margin-top: 20px
}

.zweifelAppContent .appText h1 {
    margin: 0;
    color: #5a5a5a;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px
}

.zweifelAppContent .appText p {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    color: #6f6f6c;
    line-height: 1.6em
}

.responsiveAppTxt {
    padding: 50px 0
}

.responsiveAppTxt p {
    font-size: 16px;
    color: #6f6c6c;
    line-height: 1.5em;
    font-weight: 400;
    text-align: center;
    padding: 0 40px
}

.responsiveAppContent {
    position: relative;
    padding: 80px 0;
    background-color: #e2e6ee
}

.responsiveAppContent .txtData h1 {
    color: #49aac9;
    font-size: 16px;
    text-align: center;
    margin: 0;
    margin-bottom: 25px
}

.responsiveAppContent .txtData p {
    color: #000;
    font-size: 16px;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.6em
}

.newApp {
    position: relative;
    padding: 80px 0 60px;
    background-color: #e0e0e0
}

.service-slider {
    background-color: #fff
}

.appSlider {
    padding: 0 100px;
    margin-top: 20px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.appSlider .owl-nav {
    display: none
}

.appSlider .owl-dots {
    margin-top: 30px;
    text-align: center
}

.appSlider .owl-dot {
    display: inline-block
}

.appSlider .owl-dot span {
    height: 10px;
    width: 10px;
    margin-right: 8px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background-color: #c6c6c6
}

.appSlider .owl-dot.active span {
    background-color: #515e6e
}

.downArrow--1 {
    top: -10px;
    margin: 0;
    padding: 0;
    bottom: auto;
    border: none
}

.viewProject {
    padding: 70px 0 50px
}

.viewProject .showProject {
    display: block;
    text-align: center
}

.viewProject .showProject span {
    display: block;
    color: #49aac9;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 15px
}

.viewProject .showProject h1 {
    font-size: 36px;
    font-weight: 500;
    color: #000
}

.projectStatus {
    /* background: #f6516d;
    background: -moz-linear-gradient(left, #f6516d 0%, #ff775f 100%);
    background: -webkit-linear-gradient(left, #f6516d 0%, #ff775f 100%);
    background: linear-gradient(to right, #f6516d 0%, #ff775f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6516d', endColorstr='#ff775f', GradientType=1); */
    display: table;
    width: 100%;
    padding: 20px 0;
    background-color: #13fdd2;
}

.icon {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 26px;
    text-align: center;
    background-image: url(../img/icon-prev.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: auto 17px;
    vertical-align: middle
}

.icon-next {
    background-image: url(../img/icon-next.png)
}

.icon-cube {
    background-image: url(../img/icon-cube.png)
}

.projectStatus a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 33.33%
}

.projectStatus .prevBtn {
    float: left;
    text-align: left
}

.projectStatus .allShow {
    display: block;
    float: left;
    overflow: hidden;
    text-align: center
}

.projectStatus .nextBtn {
    float: right;
    text-align: right
}

.projectStatus .prevBtn i {
    margin-right: 15px
}

.projectStatus .nextBtn i {
    margin-left: 15px
}

.memberImg .info {
    width: auto;
    display: block;
    padding: 2px
}

.memberImg .info .middle {
    background-color: transparent
}

.memberImg .info a:hover .middle {
    background-color: rgba(19, 253, 210, .8);
    height: 100px
}

.memberImg .info a:hover .middle .info-text {
    opacity: 1;
    transform: translateY(-50%)
}

.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: stretch;
    justify-content: center
}

.flex-item {
    color: #000;
    font-weight: 700;
    text-align: center;
    vertical-align: middle
}

.geek-header {
    flex: 3 50%;
    text-align: left
}

.geek-main {
    flex: 6 16.6667%
}

.flex-item:nth-of-type(1) {
    order: 4
}

.flex-item:nth-of-type(2) {
    order: 1
}

.flex-item:nth-of-type(3) {
    order: 2
}

.flex-item:nth-of-type(4) {
    order: 3
}

.flex-item:nth-of-type(5) {
    order: 5
}

.flex-item:nth-of-type(6) {
    order: 6
}

.flex-item:nth-of-type(7) {
    order: 7
}

.flex-item:nth-of-type(8) {
    order: 8
}

.flex-item:nth-of-type(9) {
    order: 9
}

.flex-item:nth-of-type(10) {
    order: 10
}

.servicesContentBox {
    padding: 15px;
    margin-bottom: 30px;
    min-height: 256px;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 #ebeeef;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s
}

.servicesContentBox a.serviceHoverEffect {
    display: block
}

.servicesContentBox:hover {
    cursor: pointer;
    background-color: #fff;
    transform: scale(1.05);
    box-shadow: 0 0 10px 0 #ebeeef
}

.servicesContentBox .arrowLeft {
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s
}

.servicesContentBox .arrowLeft:hover {
    margin-left: 10px
}

.text-center {
    text-align: center
}

.fs-middle {
    display: block;
    padding: 250px 0;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    text-align: center;
    color: #FFF;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 40px;
    letter-spacing: 2px
}

.seccolumn {
    display: flex;
    position: relative
}

.servColumn {
    display: block;
    padding: 90px 60px;
    width: 50%;
    font-size: initial;
    border-right: 1px solid #ebebeb
}

.servColumn:first-child {
    padding-left: 0
}

.servColumn:last-child {
    padding-right: 0;
    border: 0
}

.servColumn h3 {
    font-size: 26px
}

.servColumn p {
    font-size: 16px;
    color: #6f6c6c;
    line-height: 30px
}

.sectionIcon {
    position: absolute;
    left: 50%;
    top: 0;
    width: 108px;
    height: 108px;
    margin-top: -54px;
    margin-left: -54px;
    background-color: #FFF;
    border-radius: 50%;
    display: block;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    text-align: center;
    line-height: 108px
}

.sectionIcon::after {
    width: 1px;
    height: 40px;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background-color: #ff6a28;
    position: absolute
}

.screen-reader-response {
    display: none
}

.wpcf7-validation-errors {
    display: block;
    text-align: center;
    color: #d60f30
}

.c-popup .popup.popup--full-screen {
    overflow: hidden
}

.info-content--style h1 {
    font-size: 36px
}

.info-content--style {
    padding: 40px 50px 40px 80px
}

.f-link {
    display: block;
    color: #000
}

.f-link:hover,
.f-link:focus {
    color: #898989
}

@media only screen and (max-width:1920px) {
    .headerHeading {
        padding-right: 110px;
        padding-top: 110px;
        max-width: 680px
    }

    .headerHeading:after {
        top: 55px
    }

    .home .text-stlye {
        padding-top: 120px
    }
}

@media only screen and (max-width:1440px) {
    .headerHeading {
        padding-top: 50px;
        padding-right: 110px;
        max-width: none
    }

    .headerHeading h1 {
        font-size: 30px;
        padding-top: 30px
    }

    .headerHeading:after {
        top: 5px
    }

    .home .text-stlye {
        padding-top: 50px
    }

    .home .text-stlye p {
        font-size: 16px
    }
}

@media only screen and (max-width:1280px) {
    .headerHeading {
        padding-top: 100px
    }

    .headerHeading:after {
        top: 45px
    }

    .home .text-stlye {
        padding-top: 90px
    }

    .info a {
        padding-top: 102%
    }

    .home .digital_showcase h1 {
        font-size: 16px
    }

    .mapLocation .address {
        padding: 55px 62px
    }

    .innerHeading span.shade {
        font-size: 110px
    }
}

@media only screen and (max-width:1199px) {
    .headerHeading {
        padding-top: 70px;
        padding-right: 70px
    }

    .headerHeading:after {
        top: 10px
    }

    .home .text-stlye {
        padding-top: 70px
    }

    .info .middle .info-text {
        opacity: 1;
        bottom: 0;
        top: auto;
        transform: none
    }

    .info .middle .info-text h1 {
        font-size: 16px;
        margin: 5px 0
    }

    .info .middle .info-text {
        margin: 5px 0 10px;
        font-size: 12px
    }

    .home .text-stlye h1 {
        font-size: 20px
    }

    .headerHeading h1 {
        font-size: 26px;
        margin-top: 0
    }

    .home .text-stlye p {
        font-size: 16px
    }

    .home .digital_showcase h1 {
        font-size: 15px
    }

    .we-work-bg .mainHeading {
        font-size: 32px;
        top: 0
    }

    .info a {
        padding-top: 107%
    }

    .memberImg .info a {
        padding-top: 104%
    }

    .mapLocation .address {
        padding: 47px 62px
    }

    .bannerHeading {
        font-size: 55px
    }

    .bannerParagraph {
        font-size: 24px;
        margin-top: 0
    }

    .bannerTxt p {
        letter-spacing: 1px;
        font-size: 18px
    }

    .innerHeading span.shade {
        font-size: 90px
    }

    .innerHeading {
        font-size: 40px;
        margin: 60px 0
    }
}

@media only screen and (max-width:1024px) {
    .talk--style .talk-to-me img {
        padding: 6px 0
    }

    .talk-to-me {
        width: 70px;
        height: 70px
    }

    .talk-to-me .talk-img {
        padding: 16px
    }

    .we-work-bg .mainHeading {
        margin-left: 90px
    }

    .mainHeading span {
        font-size: 28px;
        line-height: 35px !important;
        margin-bottom: 15px
    }

    .geeks .info-content .btn {
        padding: 10px 20px
    }

    .headerMenu .menuBox {
        margin: 45px 0
    }

    .headerMenu .menuBox .navigation ul li a {
        font-size: 16px
    }

    .headerMenu .menuBox .topBarbutton {
        padding: 14px 25px 12px;
        font-size: 14px
    }

    .headerHeading h1:after {
        top: 0;
        left: -135px
    }

    .headerHeading {
        padding-top: 20px
    }

    .headerHeading:after {
        top: -20px
    }

    .home .text-stlye {
        padding-top: 0
    }

    .headerHeading h1 {
        line-height: 45px
    }

    .apps .thumbnail h3 {
        font-size: 14px
    }

    .text-style h1 {
        font-size: 20px
    }

    .text-style p {
        font-size: 16px
    }

    .geeks .info-content h1 {
        margin-bottom: 25px;
        font-size: 32px;
        padding-bottom: 0
    }

    .geeks .info-content h1:after {
        bottom: -5px
    }

    .info-content {
        padding: 35px 50px 10px 80px
    }

    .info a {
        padding-top: 104%
    }

    .idea .idea-content h1 {
        font-size: 32px;
        padding: 0 80px
    }

    .c-footer h1 {
        font-size: 45px
    }

    .home .digital_showcase h1 {
        max-width: 466px
    }

    .mapLocation .address {
        padding: 22px 62px
    }

    .bannerTxt p {
        font-size: 16px
    }

    .home .digital_showcase p {
        font-size: 16px
    }
}

@media only screen and (max-width:991px) {
    .clear {
        clear: both
    }

    .headerMenu .menuBox .topBarbutton {
        font-size: 14px
    }

    .home .digital_showcase .c-scroll-down span {
        margin-top: 5px
    }

    .showcase {
        padding-top: 50px
    }

    .showCase-content {
        margin-top: 50px
    }

    .apps .thumbnail h3 {
        font-size: 14px
    }

    .thumbnail a.arrowicon {
        width: 22px;
        height: 22px
    }

    .thumb-content {
        padding: 30px 10px
    }

    .thumbnail:nth-child(2) {
        padding-bottom: 5px
    }

    .topBarbutton a.btn {
        font-size: 14px;
        padding: 10px 20px
    }

    .headerMenu .menuBox .navigation ul li a {
        font-size: 16px
    }

    .headerMenu .menuBox .navigation ul li {
        padding: 0 10px
    }

    .headerHeading {
        padding-top: 0
    }

    .headerHeading h1 {
        font-size: 22px
    }

    .home .text-stlye {
        text-align: center;
        max-width: 500px;
        margin: 0 auto;
        margin-top: 50px
    }

    .home .text-stlye h1 {
        font-size: 18px
    }

    .home .text-stlye p {
        font-size: 14px;
        padding: 0
    }

    .home .digital_showcase h1 {
        font-size: 14px
    }

    .home .digital_showcase p {
        margin-top: 5px;
        font-size: 14px
    }

    .we-work-bg .mainHeading {
        margin-left: 80px
    }

    .mainHeading span {
        font-size: 24px;
        margin-bottom: 15px
    }

    .viewbutton .btn {
        font-size: 12px
    }

    .geeks .info-content h1 {
        font-size: 22px
    }

    .geeks .info-content h1 {
        font-size: 22px;
        padding-bottom: 0
    }

    .geeks .info-content .btn {
        padding: 8px;
        font-size: 12px
    }

    .we-work-bg {
        height: 250px
    }

    .brands .brands-img {
        height: 125px
    }

    .idea .idea-content h1 {
        font-size: 24px
    }

    .talk-to-me {
        width: 74px;
        height: 74px
    }

    .talk-to-me h3 {
        font-size: 9px
    }

    .home .digital_showcase h1 {
        max-width: 316px;
        margin-bottom: 0
    }

    .showcase .explorebutton {
        padding-bottom: 190px
    }

    .text-style {
        margin-bottom: 50px
    }

    .c-footer h1 {
        font-size: 35px
    }

    .fa {
        height: 25px;
        line-height: 25px
    }

    .c-footer h4 {
        font-size: 14px
    }

    .c-footer h3 {
        font-size: 14px
    }

    .c-footer h3:before {
        height: 32px
    }

    .contactBox {
        font-size: 12px
    }

    .c-footer h3:before {
        top: 3
    }

    .video {
        height: 350px
    }

    .headerMenu .menuBox .topBarbutton {
        padding: 10px
    }

    .mapLocation .address {
        padding: 18px 15px
    }

    .mapLocation .address p {
        font-size: 16px
    }

    .mapLocation .address .email,
    .mapLocation .address .contactNum,
    .mapLocation .address address {
        font-size: 14px
    }

    .mapLocation .address address {
        margin-bottom: 25px
    }

    .mapLocation .address p {
        margin-bottom: 20px
    }

    .bannerTxt p {
        font-size: 14px
    }

    .bannerHeading {
        font-size: 45px
    }

    .bannerParagraph {
        font-size: 18px
    }

    .form-group label {
        font-size: 14px
    }

    .talk--style .talk-to-me img {
        padding: 10px 0
    }

    .about-us {
        padding: 35px 0
    }

    .sectionHeading {
        font-size: 30px
    }

    .about-us .txt p {
        font-size: 14px
    }

    .innerHeading span.shade {
        font-size: 60px
    }

    .our-customer {
        padding: 30px 0
    }

    .innerHeading {
        margin: 40px 0
    }

    .text-style h1 {
        font-size: 18px
    }

    .text-style p {
        font-size: 14px
    }

    .responsiveAppContent {
        padding: 50px 0
    }

    .filterBox label {
        width: 18.5%
    }

    .digital_showcase {
        bottom: 10px
    }

    .home .digital_showcase span a {
        font-size: 16px;
        display: block
    }

    .social-icon {
        padding-top: 55px;
        text-align: right
    }

    .headerHeading {
        text-align: center;
        padding: 0;
        max-width: 500px;
        margin: 0 auto
    }

    .m-top {
        position: relative;
        top: 60px
    }
}

@media only screen and (max-width:768px) {
    .view-all-clients {
        width: 50%
    }

    .brands .brands-img {
        width: 16.6667%
    }

    .mapLocation .address {
        min-height: 200px;
        padding: 10px 15px
    }

    .companyLogos ul li {
        width: 50%
    }

    .info-content {
        padding: 20px 50px 10px 80px
    }

    .info-content a.btn {
        font-size: 14px
    }

    /* .btn {
        background: -moz-linear-gradient(left, #1e5799 0%, #f6516d 0%, #ff775e 98%, #ff775e 100%) !important;
        background: -webkit-linear-gradient(left, #1e5799 0%, #f6516d 0%, #ff775e 98%, #ff775e 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#ff775e', GradientType=1)
    } */

    .projectStatus a {
        line-height: 22px
    }

    .projectStatus a.nextBtn .icon {
        position: absolute;
        right: 0
    }

    .projectStatus a.nextBtn {
        padding-right: 30px
    }

    .projectStatus .prevBtn i {
        margin-right: 5px
    }

    .seccolumn {
        display: block
    }

    .servColumn {
        width: 100%;
        padding: 30px 0 20px;
        border-right: none;
        border-bottom: 1px solid #ebebeb
    }

    .servColumn:last-child {
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 40px
    }

    .bannerHeading small {
        font-size: 14px
    }

    .headerMenu .menuBox .navigation ul li a {
        padding: 10px 0;
        color: #000
    }

    .social-icon {
        text-align: left
    }

    .m-top {
        top: 5px
    }

    .geek-header {
        flex: 3 100%
    }

    .geek-main {
        flex: 3 33.33334%
    }

    .flex-item:nth-of-type(1) {
        order: 1
    }

    .flex-item:nth-of-type(2) {
        order: 2
    }

    .flex-item:nth-of-type(3) {
        order: 3
    }

    .flex-item:nth-of-type(4) {
        order: 4
    }

    .flex-item:nth-of-type(5) {
        order: 5
    }

    .flex-item:nth-of-type(6) {
        order: 6
    }

    .flex-item:nth-of-type(7) {
        order: 7
    }

    .flex-item:nth-of-type(8) {
        order: 8
    }

    .flex-item:nth-of-type(9) {
        order: 9
    }

    .flex-item:nth-of-type(10) {
        order: 10
    }

    .showcase {
        padding: 30px 0 0
    }

    .view-all-clients {
        width: 100%
    }

    .servicePlan {
        padding: 20px 15px;
        margin-bottom: 20px;
        min-height: 230px
    }

    .thumbnail {
        width: 100%
    }

    .lineWrapper span .dots {
        display: none
    }

    .headerMenu .logo {
        margin-top: 10px
    }

    .headerMenu .logo a.color-logo {
        opacity: 1;
        visibility: visible;
        width: 50px;
        margin-top: 0;
        padding-top: 50%
    }

    .headerMenu .logo a.white-logo {
        opacity: 0;
        visibility: hidden
    }

    .headerMenu .menuBox .topBarbutton {
        font-size: 14px;
        padding: 14px 25px 12px;
        margin: 20px 0 30px
    }

    .headerMenu .menuBox {
        display: block;
        position: relative;
        float: none;
        z-index: 11;
        width: 100%;
        height: 100%;
        margin-top: 55px;
        text-align: center;
        background-color: #fff
    }

    .headerMenu .menuBox .navigation ul li {
        display: block;
        margin-bottom: 10px
    }

    .headerMenu .menuBox .navigation {
        display: none;
        width: 100%;
        padding: 0;
        clear: both;
        margin-top: 30px
    }

    .toggle_menu {
        display: block !important;
        width: 30px;
        height: 30px;
        float: right;
        position: relative;
        margin-top: 25px;
        outline: none
    }

    .headerHeading h1 {
        font-size: 14px;
        line-height: 30px
    }

    .home .text-stlye {
        padding-top: 20px;
        text-align: center
    }

    .home .text-stlye h1 {
        font-size: 14px
    }

    .home .text-stlye p {
        padding: 0 20px;
        font-size: 13px
    }

    .home .digital_showcase h1 {
        font-size: 14px
    }

    .home .digital_showcase span a {
        font-size: 14px
    }

    .home .text-stlye {
        padding-top: 0;
        margin-top: 15px
    }

    .digital_showcase {
        bottom: 0
    }

    .we-work-bg {
        height: 190px
    }

    .we-work-bg .btn1 {
        font-size: 14px
    }

    .brands .brands-img {
        height: 100px
    }

    .we-work-bg .mainHeading {
        margin-left: 50px;
        top: 8px;
        font-size: 16px
    }

    .viewbutton .btn {
        padding: 8px 8px;
        font-size: 10px
    }

    .geeks .info-content h1 {
        font-size: 12px;
        padding-bottom: 15px
    }

    .info-content {
        padding: 15px 0 15px 20px
    }

    .geeks .info-content .btn {
        padding: 4px 4px;
        font-size: 10px
    }

    .geeks .info-content h1:after {
        bottom: 5px
    }

    .idea .idea-content h1 {
        font-size: 20px
    }

    .c-footer h1 {
        font-size: 20px
    }

    .c-footer .logo {
        float: none;
        display: block
    }

    .mainHeading {
        font-size: 32px
    }

    .video {
        height: 250px
    }

    .home .text-stlye:after {
        left: 330px
    }

    .thumbnail a.arrowicon {
        width: 22px;
        height: 22px
    }

    .c-footer .logo {
        margin-bottom: 15px
    }

    .mapLocation .address {
        width: 100%;
        float: none
    }

    .mapLocation {
        flex-direction: column
    }

    .mapLocation .map {
        width: 100%;
        float: none;
        height: 400px
    }

    .requestForm .formBtn {
        padding: 6px 24px;
        font-size: 16px
    }

    .bannerTxt p {
        padding: 0 20px;
        font-size: 14px
    }

    .talk--style .talk-to-me {
        bottom: -10px
    }

    .talk--style .talk-to-me img {
        padding: 9px 0;
        max-width: 70%
    }

    .bannerHeading {
        font-size: 30px
    }

    .bannerParagraph {
        margin-top: 0;
        font-size: 14px
    }

    .request--bgColor {
        padding: 35px 0
    }

    .idea .idea-content h1 {
        line-height: 26px
    }

    .home .digital_showcase p {
        margin: 10px 0
    }

    .innerHeading span.shade {
        font-size: 26px
    }

    .innerHeading {
        font-size: 24px
    }

    .our-project--bgcolor .showCase-para {
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px
    }

    .our-project {
        padding: 20px 0
    }

    .innerHeading {
        margin: 0 0 40px
    }

    .filterBox label {
        font-size: 14px;
        padding: 6px 0;
        margin: 10px 10px 20px 0
    }

    .responsiveAppTxt p {
        font-size: 14px;
        padding: 0 20px
    }

    .responsiveAppContent .txtData p {
        font-size: 14px
    }

    .viewProject .showProject h1 {
        font-size: 24px;
        padding-bottom: 15px
    }

    .viewProject .showProject span {
        font-size: 14px
    }

    .projectStatus .icon {
        width: 21px;
        height: 20px;
        background-size: auto 13px
    }

    .viewProject {
        padding: 30px 0 25px
    }

    .projectStatus a {
        font-size: 14px
    }

    .appContent .text h1 {
        font-size: 22px
    }

    .appContent .text p {
        font-size: 14px;
        padding: 0 20px
    }

    .projectBannerHead {
        width: 100%;
        height: calc(100vh - 150px)
    }

    .zweifelAppContent {
        padding: 25px 0
    }

    .social-icon {
        padding-top: 30px
    }

    .headerMenu .menuBox {
        margin-bottom: 0
    }

    .thumb-content {
        padding: 15px
    }

    .geeks .info-content .btn {
        font-size: 12px;
        line-height: 14px;
        vertical-align: middle;
        background: #fff !important
    }

    .geeks .info-content h1 {
        padding-bottom: 0
    }

    .geeks .info-content h1:after {
        height: 2px;
        width: 24px;
        bottom: -5px
    }

    .text-style {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:480px) {
    .mainHeading span {
        font-size: 16px;
        line-height: 22px !important
    }

    .viewbutton {
        margin-top: 6px
    }

    .brands .brands-img {
        width: 50%;
        padding-top: 3px;
        display: flex !important
    }

    .brands .brands-img img {
        margin: auto !important
    }

    .idea {
        padding: 30px 0 50px
    }

    .idea .idea-content h1 {
        padding: 0 20px
    }

    .idea-content a.btn {
        padding: 8px 10px !important;
        min-width: 100px
    }

    .explorebutton a.btn1 {
        font-size: 14px;
        padding: 12px 8px
    }

    .showcase .mainHeading:after {
        top: 0;
        left: 0;
        height: 280px;
        margin-left: -50px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center
    }

    .videoIcon a:before {
        height: 120px;
        width: 120px;
        top: -15px;
        left: -15px
    }

    .text-style h1 {
        font-size: 16px
    }

    .text-style p {
        font-size: 14px
    }

    .we-work-bg .mainHeading {
        top: 20px;
        font-size: 14px;
        margin-left: 35px
    }

    .mainHeading span:after {
        height: 2px;
        border-radius: 2px
    }

    .headerHeading h1:after {
        left: -185px;
        opacity: .5
    }

    .bg:after {
        height: 30px;
        width: 40px;
        background-size: contain
    }

    .home .digital_showcase h1 {
        width: 280px
    }

    .digital_showcase {
        bottom: 5px
    }

    .talk-to-me {
        width: 45px;
        height: 45px;
        margin-right: 0
    }

    .talk-to-me .talk-img {
        width: 30px;
        height: 30px;
        line-height: 0;
        margin-top: 0;
        right: 0
    }

    .talk-to-me .talk-img {
        padding: 10px 0
    }

    .talk-to-me h3 {
        display: none
    }

    .info .middle .info-text h1 {
        font-size: 10px
    }

    .info .info-text p {
        font-size: 8px
    }

    .headerHeading h1 {
        padding-top: 10px
    }

    .filterBox label {
        width: 17%;
        font-size: 12px
    }

    .talk-to-me {
        right: 10px;
        bottom: 40px
    }

    .headerHeading {
        text-align: center;
        padding: 0 20px
    }

    .talk--style .talk-to-me img {
        padding: 8px 0;
        max-width: 60%
    }

    .bannerHeading small {
        font-size: 12px
    }

    .talk-img img {
        width: 80%
    }
}

@media only screen and (max-width:360px) {
    .headerHeading {
        text-align: center;
        padding: 0 10px
    }

    .home .text-stlye h1 {
        font-size: 12px
    }

    .home .text-stlye p {
        margin: 5px 0
    }

    .home .digital_showcase p {
        margin: 5px 0 10px
    }

    .home .text-stlye {
        margin-top: 10px
    }

    .digital_showcase {
        bottom: 0
    }
}

@media only screen and (max-width:360px) {
    .home {
        min-height: 600px
    }
}

span.wpcf7-not-valid-tip {
    line-height: 28px
}

#owl-demo .owl-item div {
    padding: 5px
}

#owl-demo .owl-item img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.videoScale {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    width: 80%
}

.mainHomeSlider .slick-slide {
    position: relative
}

.geeks {
    display: none
}

.view-all-clients {
    display: none
}

.vdo-loader {
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: absolute;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    z-index: 1
}

#vdo-loader-1:before,
#vdo-loader-1:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 10px solid transparent;
    border-top-color: #f6526c
}

#vdo-loader-1:before {
    z-index: 100;
    animation: spin 1s infinite
}

#vdo-loader-1:after {
    border: 10px solid #ccc
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@media only screen and (max-width:767px) {
    .vdoButton .btn {
        box-shadow: none;
        padding: 15px 30px !important
    }

    .vdo-loader,
    /* .videoScale {
        display: block !important;
    } */

    .banner-section {
        margin-top: 70px
    }

    .banner-img {
        padding-top: 35%
    }

    .bannerHeading {
        top: 55%
    }

    .bannerParagraph {
        top: 67%;
        padding: 0 10px
    }

    .bannerTxt.c--icon {
        padding-bottom: 50px
    }

    .team-member .memberImg li {
        width: 100%
    }

    .info .middle .info-text h1 {
        font-size: 22px
    }

    .info .info-text p {
        font-size: 14px
    }

    .servicePlan {
        min-height: 180px;
        padding: 20px 15px
    }

    .servicesContentBox {
        min-height: 180px
    }
}

.c-brandSlider .slick-dots {
    display: flex;
    flex-direction: row;
    width: 100vw;
    justify-content: center;
    margin: 20px 0
}

.c-brandSlider .slick-dots li {
    position: relative;
    margin-right: 15px
}

.c-brandSlider .slick-dots li:last-child {
    margin-right: 0
}

.c-brandSlider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    cursor: pointer;
    background-color: #ddd;
    border: 0;
    outline: none;
    border-radius: 50%
}

.c-brandSlider .slick-dots li.slick-active button {
    background-color: #fd7161;
    opacity: 1
}

.c-brandSlider .slick-dots li:last-child button:after {
    display: none
}

.banner-section {
    position: relative;
    min-height: 500px;
    overflow: hidden
}

.vdo-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.video-player {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover
}

.vdo-header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(135deg, #7d4387, #0083af);
    opacity: .7
}

.vdo-txt .search-box .bannerform {
    top: 66vh
}

@media only screen and (max-width:768px) {
    .vdo-txt .search-box .bannerform {
        top: 30vh
    }
}

.h-top-style {
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, .2)
}

.h-top-style .info-style a {
    display: inline-block;
    color: #b5b3b1;
    font-size: 16px;
    margin-right: 20px
}

.h-top-style .info-style a i {
    margin-right: 15px
}

.fixedHeader .h-top-style {
    background-color: #fff
}

.fixedHeader .info-style a {
    color: #000
}

.sec-testimonial {
    position: relative;
    padding: 60px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background: linear-gradient(90deg,#a2a4a7,#242423) !important;
    z-index: 2
}

.sec-testimonial .testimonial-style .contentBox h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 400
}

.sec-testimonial .testimonial-style .contentBox span {
    display: block;
    color: #fff;
    font-size: 20px
}

.sec-testimonial .testimonial-style .contentBox p {
    color: #fff;
    font-size: 16px;
    line-height: 1.4
}

.sec-testimonial .slick-slide img {
    display: block;
    border-radius: 50%
}

.testimonial-style .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%)
}

.sec-testimonial .testimonial-style .slick-dots li {
    position: relative;
    margin-right: 15px;
    display: inline-block
}

.sec-testimonial .testimonial-style .slick-dots li:last-child {
    margin-right: 0
}

.sec-testimonial .testimonial-style .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    cursor: pointer;
    background-color: #ddd;
    border: 0;
    outline: none;
    border-radius: 50%
}

.sec-testimonial .testimonial-style .slick-dots li.slick-active button {
    opacity: 1;
    background-color: #fd7161
}

.sec-testimonial .slick-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    box-shadow: none;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    top: 50%;
    left: 50px;
    opacity: .5;
    text-indent: -9999px;
    transform: translateY(-50%);
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    background-image: url(../img/icon-next.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center center
}

.sec-testimonial .slick-prev.slick-arrow {
    background-image: url(../img/icon-prev.png)
}

.sec-testimonial .slick-arrow.slick-next {
    right: 50px;
    left: auto
}

.sec-serviceDetail .service-style .slick-dots {
    margin: 20px 0;
    display: flex;
    flex-direction: row;
    justify-content: center
}

.sec-serviceDetail .service-style .slick-dots li {
    position: relative;
    margin-right: 15px
}

.sec-serviceDetail .service-style .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    cursor: pointer;
    background-color: #ddd;
    border: 0;
    outline: none;
    border-radius: 50%
}

.sec-serviceDetail .service-style .slick-dots li.slick-active button {
    opacity: 1;
    background-color: #fd7161
}

.sec-serviceDetail .service-style .slick-slide img {
    display: block;
    text-align: center;
    margin: 0 auto
}

.slick-slide {
    outline: none
}

.videoBox {
    position: relative;
    padding-top: 49%;
    margin-bottom: 40px
}

.videoBox iframe {
    position: absolute;
    top: 0;
    height: 100%
}

.sec-testimonial .item .contentBox a {
    color: #fff
}

.brands .brands-img img {
    margin: 0 auto;
    padding: 10px
}

.showcase .txt p {
    color: #6f6c6f;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em
}

.news-img img {
    width: 500px;
    height: auto
}

.news-descripton p {
    font-size: 16px;
    color: #6f6c6c;
    line-height: 30px
}

.c--news .sectionHeading {
    text-align: left;
    margin-top: 35px
}

.service-inner .servicePlan {
    text-align: center
}

.service-inner .servicePlan .text-style h1 {
    font-size: 24px
}

.service-inner .servicePlan .text-style p {
    font-size: 16px
}

.service-inner .txt .sectionHeading {
    font-size: 24px
}

.service-inner .txt .sectionHeading {
    color: #273444;
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize
}

.middleSec-content h2 {
    font-size: 26px
}

.middleSec-content p {
    color: #6f6c6c;
    font-size: 16px;
    line-height: 30px
}

.text--wrap .text--modifier {
    display: block;
    margin: 0 auto;
    max-width: 900px;
    line-height: 24px;
    text-align: center;
    padding: 0 10px
}

.service-slider .text--wrap .text--modifier {
    color: #6f6c6f;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    max-width: none;
    padding: 0 85px
}

.nativeBtn {
    margin-top: 30px;
    text-align: center
}

.nativeBtn .btn {
    padding: 15px 30px !important
}

.about--text--mofify p {
    display: block;
    margin: 0 auto;
    max-width: 900px;
    line-height: 24px;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 20px
}

@media only screen and (max-width:1440px) {
    .sec-testimonial .slick-arrow.slick-prev {
        left: 30px
    }

    .sec-testimonial .slick-arrow.slick-next {
        right: 30px
    }

    .companyLogos ul li {
        width: 20%
    }

    .companyLogos ul li img {
        width: auto;
    }
}

@media only screen and (max-width:1024px) {
    .sec-testimonial .slick-arrow {
        display: none;
        opacity: 0;
        visibility: hidden
    }
}

@media only screen and (max-width:768px) {
    .vdo-txt .search-box .bannerform {
        top: 30vh
    }

    .h-top-style {
        padding: 10px 0;
        background-color: #fff
    }

    .h-top-style .info-style a {
        font-size: 14px;
        color: #000
    }

    .sec-testimonial .slick-slide img {
        margin: 0 auto;
        text-align: center
    }

    .sec-testimonial .testimonial-style .contentBox {
        display: block;
        text-align: center
    }

    .companyLogos ul li {
        width: 50%
    }

    .downArrow--1 {
        top: 10px
    }

    .servicePlan {
        min-height: 250px
    }

    .nativeBtn {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:767px) {

    .vdo-loader,
    /* .videoScale {
        display: block !important;
    } */

    .banner-section {
        margin-top: 0
    }

    .banner-img {
        padding-top: 35%
    }

    .bannerHeading {
        top: 55%
    }

    .bannerTxt.c--icon {
        padding-bottom: 60px
    }

    .team-member .memberImg li {
        width: 100%
    }

    .info .middle .info-text h1 {
        font-size: 22px
    }

    .info .info-text p {
        font-size: 14px
    }

    .servicePlan {
        min-height: 180px;
        padding: 20px 15px
    }

    .servicesContentBox {
        min-height: 180px
    }

    .companyLogos ul li img {
        opacity: 1;
    }

    .vdoButton .btn {
        font-size: 13px;
        padding: 15px !important;
        text-align: center
    }

    .appSlider {
        padding: 0 40px
    }

    .service-slider .text--wrap .text--modifier {
        padding: 0 39px
    }

    .nativeBtn .btn {
        padding: 10px 15px !important;
        font-size: 14px
    }

    .filterBox label {
        width: 100%
    }
}

@media only screen and (max-width:360px) {
    .h-top-style .info-style a {
        margin-right: 8px
    }

    .vdoButton .btn {
        font-size: 12px;
        padding: 8px 10px !important;
        text-align: center;
        line-height: 1.3
    }
}
.logoShade {
    background: linear-gradient(90deg,#a2a4a7,#242423) !important;}
}
@media (max-width: 767px) {
.bannerHeading {
    top: 60%;
}
}
@media (max-width: 991px) {
    .contactBox h3:before {
        display: none;
    }
}
.gradient-btn.fixed-btn {
    padding: 20px;
    box-shadow: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    margin: 0;
    z-index: 10;
    background: transparent;
    color: #13fdd2;
    line-height: 1;
    font-size: 18px;
    font-weight: 500;
    padding: 20px 50px !important;
    border-radius: 4px;
    text-transform: uppercase;
    border:1px solid #13fdd2;
    cursor: pointer;
    transition: all 0.35s ease 0s;
}
.gradient-btn:after {
    content: "";
    z-index: -1;
    position: absolute;
    width: -webkit-calc(100% - 4px);
    width: calc(100% - 4px);
    height: -webkit-calc(100% - 4px);
    height: calc(100% - 4px);
}
@media (max-width:575px) {
    .gradient-btn.fixed-btn {
        display: none;
        width: 100%;
        bottom: 0;
        right: 0;
        text-align: center;
        background: #fff;
    }
}
.headerMenu .menuBox .navigation .menu-item-has-children{
    display: flex;
}
.headerMenu .menuBox .navigation .menu-item-has-children .has-dropdown{
    margin-left: 10px;
}
.headerMenu .menuBox .navigation .menu-item-has-children .has-dropdown.is--active{
    color: #13fdd2;
    /* transform: rotate(90deg); */
}
.headerMenu .menuBox .navigation .menu-item-has-children {
    position: relative;
}
.headerMenu .menuBox .navigation .menu-item-has-children .sub-menu {
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 100%;
    text-align: left;
    margin-top: 15px;
    background: rgba(0,0,0,0.7);
    display: none;
}
/* .headerMenu .menuBox .navigation .menu-item-has-children .sub-menu.is--active{
    display: flex !important;
} */
/* .headerMenu .menuBox .navigation .menu-item-has-children:hover .sub-menu {
    display: flex;
} */
.headerMenu .menuBox .navigation .menu-item-has-children .sub-menu li:hover a{
    color: #13fdd2; 
}
.headerMenu .menuBox .navigation .menu-item-has-children .sub-menu li {
    width: 100%;
    padding: 10px 20px;
}
.headerMenu .menuBox .navigation .menu-item-has-children .sub-menu li.active a {
    color: #13fdd2;
}
.headerMenu .menuBox .navigation .menu-item-has-children .sub-menu li > a {
    font-size: 16px;
}
@media (max-width: 991px) {}
@media (max-width: 768px) {
    .service-slider .owl-carousel.owl-loaded {
        padding: 0;
    }
    .newApp {
        padding: 80px 0 20px;
    }
    .servColumn {
        padding-top: 0;
    }
    .headerMenu .menuBox .navigation .menu-item-has-children .sub-menu {
        flex-direction: column;
        position: relative;
        right: 0px;
        text-align: center;
        display: block;
    }
    .headerMenu .menuBox .navigation .menu-item-has-children .sub-menu li {
        padding-top: 0;
        margin: 0;
    }
    .bannerHeadBgColor {
        padding-top: 120px;
        padding-bottom: 60px;
        height: 400px;
    }
    .projectBannerHead {
        width: 100%;
        height: 100%;
        background-size: cover;
    }
}
@media (max-width: 768px) {
    .headerMenu .menuBox .navigation .menu-primary-menu-container > ul {
        flex-direction: column;
        align-items: center;
        position: relative;
        right: 0px;
        text-align: center;
        display: block;
    }
    .headerMenu .menuBox .navigation .menu-item-has-children .sub-menu {
        background: transparent;
        margin-top: 0;
        display: none;
    }
    .headerMenu .menuBox .navigation .menu-item-has-children .sub-menu li a {
        font-size: 14px;
        padding: 3px 0;
        text-decoration: underline;
    }
    .headerMenu .menuBox .navigation .menu-item-has-children {
        flex-direction: column;
        width: 250px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .toggle_menu.cross {
        width: 20px;
        height: 20px;
        right: 20px;
    }
    .headerMenu .menuBox .navigation .menu-primary-menu-container > ul {
        padding: 30px 0;
    }
}
.headerMenu.fixedHeader .menuBox .navigation .menu-item-has-children .sub-menu {
    background: rgba(255,255,255,1);
}
.headerMenu .menuBox .navigation ul li:focus,
.headerMenu .menuBox .navigation ul li a:focus {
    outline: none;
}
.headerMenu .menuBox .navigation ul li > a:hover {
    color: #13fdd2;
}
.h-service-block.logoShade {
    background:#13fdd2 !important;
}
