.js body::after, .pseudo-scroller {
    pointer-events: none;
}

.hvr-float-shadow:before, .isolayer--shadow .grid__link::before, .js body::after {
    content: '';
}

.grid__title, .thumb a span {
    text-transform: uppercase;
    text-align: center;
}

@-ms-viewport {
    width: device-width;
}

body {
    overflow-x: hidden;
}

.isolayer {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.grid, .grid__link {
    position: relative;
}

.js .grid, .js .grid__item, .js .grid__link {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.grid {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.grid__item {
    width: 300px;
}

.js .grid__item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid__link {
    z-index: 1;
    display: block;
}

.grid__img {
    display: block;
    max-width: 100%;
}

.grid__title {
    font-size: .65em;
    font-weight: 600;
    position: absolute;
    z-index: -1;
    bottom: 0;
    width: 100%;
    letter-spacing: 2px;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    -webkit-transition: -webkit-transform .3s,opacity .3s;
    transition: transform .3s,opacity .3s;
}

.grid__item:hover .grid__title {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.layer {
    position: relative;
    display: block;
}

    .layer:not(:first-child) {
        position: absolute;
        top: 0;
        left: 0;
    }

.isolayer--shadow .grid__link::before {
    position: absolute;
    z-index: -1;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    opacity: .6;
    background: rgba(0,0,0,.8);
    box-shadow: 0 0 0 0 rgba(0,0,0,.8);
    -webkit-transform: translateZ(-1px) scale(.95);
    transform: translateZ(-1px) scale(.95);
    -webkit-transition: transform .3s,opacity .3s,box-shadow .3s;
    transition: transform .3s,opacity .3s,box-shadow .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.isolayer--shadow .grid__item:hover .grid__link::before {
    opacity: .2;
    box-shadow: 0 0 20px 10px rgba(0,0,0,.8);
    -webkit-transform: translateZ(-1px) scale(1);
    transform: translateZ(-1px) scale(1);
}

.isolayer--scroll1 {
    width: 70vw;
    max-width: 1200px;
    height: calc(100vh - 280px);
}

    .isolayer--scroll1 .grid__item {
        width: 300px;
        padding: 15px;
    }

.isolayer--deco1 {
    width: 1200px;
    height: 900px;
}

    .isolayer--deco1 .grid__link .layer:first-child:not(img) {
        background: #ac5cf5;
    }

    .isolayer--deco1 .grid__link .layer:nth-child(2):not(img) {
        background: #5db4eb;
    }

    .isolayer--deco1 .grid__link .layer:nth-child(3):not(img) {
        background: #5debb4;
    }

    .isolayer--deco1 .grid__link div.layer {
        width: 370px;
        height: 270px;
        opacity: .4;
    }

    .isolayer--deco1 .grid__item {
        width: 400px;
        height: 300px;
        padding: 15px;
    }

        .isolayer--deco1 .grid__item:nth-child(2) {
            margin-top: 150px;
        }

.isolayer--deco2 {
    width: 1200px;
    height: 100vh;
}

    .isolayer--deco2 .grid__item {
        padding: 20px;
    }

    .isolayer--deco2 .grid__link .layer {
        border: 20px solid #fff;
        border-width: 40px 20px;
        box-shadow: -1px 1px 5px rgba(0,0,0,.08);
    }

.isolayer--deco3 {
    width: 960px;
    height: 500px;
}

    .isolayer--deco3 .grid__item {
        width: 240px;
        height: 320px;
        padding: 0;
    }

        .isolayer--deco3 .grid__item:nth-child(2), .isolayer--deco3 .grid__item:nth-child(4) {
            margin-top: -160px;
        }

    .isolayer--deco3 .grid__link, .isolayer--deco3 .layer {
        width: 100%;
        height: 100%;
    }

    .isolayer--deco3 .layer {
        text-align: center;
        background: #fff;
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        width: 100%;
        height: 100%;
    }

    .isolayer--deco3 .grid__link:hover .layer:not(:first-child) {
        box-shadow: 2px 0 2px rgba(0,0,0,.1);
    }

    .isolayer--deco3 .grid__item:nth-child(2n) .layer {
        background: #f7d2dc;
    }

    .isolayer--deco3 .grid__item:nth-child(3n) .layer {
        background: #fff0f3;
    }

    .isolayer--deco3 .grid__item:nth-child(4n) .layer {
        background: #e9c5cc;
    }

    .isolayer--deco3 .grid__item:nth-child(5n) .layer {
        background: #d6cbcd;
    }

    .isolayer--deco3 .grid__item:nth-child(7n) .layer {
        background: #ffc9d8;
    }

    .isolayer--deco3 .decoletter {
        font-size: 6em;
        font-weight: 900;
        line-height: 1;
        display: block;
        padding: 70px 0 0;
        color: #000;
    }

    .isolayer--deco3 .deconumber {
        font-size: 3em;
        display: block;
        color: #000;
    }

.isolayer--deco4 {
    width: 1000px;
    height: 900px;
}

    .isolayer--deco4 .grid__link .layer:first-child:not(img) {
        background: #ac5cf5;
    }

    .isolayer--deco4 .grid__link .layer:nth-child(2):not(img) {
        background: #5db4eb;
    }

    .isolayer--deco4 .grid__link .layer:nth-child(3):not(img) {
        background: #5debb4;
    }

    .isolayer--deco4 .grid__link .layer {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    }

    .isolayer--deco4 .grid__link div.layer {
        width: 270px;
        height: 203px;
        opacity: .4;
    }

    .isolayer--deco4 .grid__item {
        width: 300px;
        height: 225px;
        padding: 15px;
    }

.js .grid--effect-flip .grid__item {
    opacity: 0;
}

    .js .grid--effect-flip .grid__item.shown {
        opacity: 1;
    }

.grid--effect-flip .grid__item.animate {
    -webkit-transform: translateY(800px);
    transform: translateY(800px);
    -webkit-animation: moveUp 1s cubic-bezier(.2,1,.3,1) forwards;
    animation: moveUp 1s cubic-bezier(.2,1,.3,1) forwards;
}

@-webkit-keyframes moveUp {
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes moveUp {
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.js .grid, .js body.grid-loaded::after {
    opacity: 0;
}

.js .grid {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

    .js .grid.grid--loaded {
        opacity: 1;
    }

.js body::after {
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    border: 3px solid #fff;
    border-right-color: #323f5c;
    border-radius: 50%;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-animation: rotateCircle .7s linear infinite forwards;
    animation: rotateCircle .7s linear infinite forwards;
}

@-webkit-keyframes rotateCircle {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateCircle {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.saving-calculator .heading h1 {
    font-family: Bangers,cursive;
    font-size: 55px;
    text-shadow: 4px 0 5px #a9a9a9;
    letter-spacing: 3px;
    color: #000;
}

.heading {
    font-family: Roboto-Regular;
}

.service .heading {
    margin-bottom: 15px;
}

    .service .heading h1 {
        font-family: inherit;
        font-size: 60px;
    }

        .service .heading h1 span {
            color: #eb7a1e;
            display: inline-block;
            font-family: Roboto-Regular;
            font-size: 60px;
            font-weight: 600;
        }

#we-do-second h3, #what-we-do .control h1 {
    font-family: Roboto,Arial,Helvetica,sans-serif;
}

.front-home-lighting span {
    font-size: 14px;
}

#what-we-do .control h1, #what-we-do .heading h1 {
    font-size: 37px;
    font-weight: 300;
}

#whatnew-roygyan {
    padding: 30px 0;
}

#saving-calculator {
    padding: 30px 0 10px;
}

#we-do-second {
    padding: 25px 0;
    background: #efefef;
}

    #we-do-second h3 {
        font-weight: 300;
        line-height: 31px;
    }

#contact-us .form-group {
    display: block;
}

.heading span {
    color: #ff6000 !important;
    display: inline-block !important;
    font-family: inherit !important;
    font-size: 30px !important;
    font-weight: 600 !important;
}

.hvr-float-shadow, .icons a, .services ul li img, .services ul li p {
    display: inline-block;
}

.heading .sub {
    margin-bottom: 35px;
    line-height: 30px;
}

.hvr-float-shadow {
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .hvr-float-shadow:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 0;
        background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);
        background: radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform,opacity;
        transition-property: transform,opacity;
    }

.growth, .growth:hover, .idea, .idea:hover, .quality, .quality:hover, .rocket-bg-icon, .rocket-bg-icon:hover {
    transition: all ease .6s;
}

.hvr-float-shadow:active, .hvr-float-shadow:focus, .hvr-float-shadow:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

    .hvr-float-shadow:active:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:hover:before {
        opacity: 1;
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }

.culture h4 {
    color: #ff6000;
}

.branding #we-do-third .heading h4 {
    margin-bottom: 10px;
}

.branding #we-do-third h4 {
    padding: 0;
}

.branding #we-do-third {
    background: #fff;
    padding: 0;
    background-size: cover;
}

#we-do-third {
    background: url(../img/Spider-Web-With-Dew.jpg) right bottom no-repeat fixed;
    padding: 50px 0;
    background-size: cover;
}

    #we-do-third .container {
        color: #fff;
    }

.footer-call {
    padding: 5px 0;
    background: url(../img/phone.png) top right no-repeat;
    BOX-SHADOW: 1px 0 4px #000;
    background-position-x: 80%;
}

    .footer-call a, .footer-call a:hover {
        color: #000;
        font-weight: 600;
        font-family: 'Londrina Sketch',cursive;
    }

.we-do img {
    margin-top: 42px;
}

.we-do ul {
    margin-bottom: 60px;
    margin-top: 25px;
}

    .we-do ul li span {
        font-size: 22px;
        font-weight: 700;
    }

    .we-do ul li {
        font-size: 14px;
        position: relative;
        margin-bottom: 29px;
    }

    .we-do ul .research {
        left: -282px;
    }

        .we-do ul .research span {
            color: #c00;
        }

    .we-do ul .plan {
        left: -155px;
    }

        .we-do ul .plan span {
            color: #fc0;
        }

    .we-do ul .design {
        left: -70px;
    }

        .we-do ul .design span {
            color: #62b22b;
        }

    .we-do ul .build {
        left: -11px;
    }

        .we-do ul .build span {
            color: #09c;
        }

    .we-do ul .relax span {
        color: #e50158;
    }

.services h1 {
    color: #000;
    border-left: 3px solid #ff6000;
    padding-left: 5px;
    margin-bottom: 10px;
}

.services p {
    line-height: 22px;
    font-size: 15px;
    word-spacing: 2px;
}

h3 span {
    color: #ff6000;
}

.website #we-do-third h1, .website #we-do-third h3 {
    color: #fff;
    font-family: Roboto,Arial,Helvetica,sans-serif;
}

.website #we-do-third {
    background: #336;
}

.scrolldiv li {
    display: table-cell;
}

    .scrolldiv li .heading h3 {
        margin-top: 0;
    }

    .scrolldiv li .heading p {
        line-height: 25px;
        font-size: 18px;
        color: #fff;
    }

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    select option::-webkit-scrollbar {
        width: 12px;
    }

    select option::-webkit-scrollbar-track {
        background-color: #eaeaea;
        border-left: 1px solid #ccc;
    }

    select option::-webkit-scrollbar-thumb {
        background-color: #ccc;
    }

        select option::-webkit-scrollbar-thumb:hover {
            background-color: #aaa;
        }

.branding #we-do-third .heading {
    color: #fff;
}

.branding #we-do-third .alert h4 {
    min-height: 60px;
    color: #fff;
}

.branding #we-do-third h4 {
    color: #000;
}

.quality {
    background: url(../img/quality.png) right bottom no-repeat #ff8a00;
    background-position-y: 103px;
}

    .quality:hover {
        background-position: 224px 72px;
    }

.idea {
    background: url(../img/light-bulb.png) right bottom no-repeat #01b504;
    background-position-y: 103px;
}

    .idea:hover {
        background-position: 224px 72px;
    }

.growth {
    background: url(../img/growth.png) right bottom no-repeat #0af;
    background-position-y: 103px;
}

    .growth:hover {
        background-position: 224px 72px;
    }

.rocket-bg-icon {
    background: url(../img/rocket-icon.png) right bottom no-repeat red;
    background-position-y: 103px;
}

    .rocket-bg-icon:hover {
        background-position: 224px 63px;
    }

.print-med .panel-body {
    padding: 11px 16px;
    font-size: 18px;
}

.panel {
    position: relative;
    overflow: hidden;
}

    .panel .panel-body {
        display: block;
        padding: 10px 15px;
        text-decoration: none;
        cursor: pointer;
        user-select: none;
        position: relative !important;
    }

.ink {
    display: block;
    position: absolute;
    background: #000;
    border-radius: 100%;
    transform: scale(0);
}

    .ink.animate {
        animation: ripple .8s linear;
    }

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

.branding #what-we-do h1 span {
    font-size: 48px;
    font-weight: 300;
}

.icon-brand:last-child::after {
    background: 0 0;
}

.icon-brand::after {
    content: "";
    display: block;
    background: url(../img/arrow_right.png) no-repeat;
    width: 33px;
    height: 19px;
    position: relative;
    right: -63px;
}

.thumb a:after, .thumb a:before {
    content: '';
}

.icon-brand span, .thumb a span, .thumb a:after, .thumb a:before {
    position: absolute;
    left: 0;
}

.icon-brand {
    border: 1px solid;
    border-radius: 50%;
    padding: 41px 50px;
    margin: 0px 30px;
}

    .icon-brand span {
        color: #fff;
        text-align: center;
        right: 0;
        top: 40%;
        font-weight: bolder;
        font-family: Roboto,Arial,Helvetica,sans-serif;
    }

.logo-process .outer-border {
    display: -webkit-box;
    border-radius: 10px;
    margin: 10px 0 25px;
    padding: 20px 0;
}

.outer-border .border-red {
    border: 3px solid red;
}

    .outer-border .border-red span {
        color: red;
    }

.outer-border .border-blue {
    border: 3px solid #008cff;
}

    .outer-border .border-blue span {
        color: #008cff;
    }

.logo-process {
    display: table;
    margin: 0 auto;
}

.thumb {
    width: 169px;
    height: 300px;
    margin: 41px auto 58px;
    perspective: 1000px;
}

    .thumb a {
        display: block;
        width: 100%;
        height: 100%;
        background: linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4)),url(../img/moblie-screen-ux.jpg);
        background-size: 0,cover;
        transform-style: preserve-3d;
        transition: all .5s;
        transform: rotateX(72deg) rotateZ(13deg);
    }

#what-we-do:hover .thumb a {
    transform: rotateX(0);
    transform-origin: bottom;
}

.thumb a:after {
    bottom: 0;
    width: 100%;
    height: 25px;
    background: inherit;
    background-size: cover,cover;
    background-position: bottom;
    transform: rotateX(90deg);
    transform-origin: bottom;
}

.thumb a span {
    color: #fff;
    top: 100%;
    width: 100%;
    font: 700 12px/28px Montserrat;
    transform: rotateX(-89.99deg);
    transform-origin: top;
    z-index: 1;
}

.service-text h4 a, .service-text p {
    font-family: Roboto,Arial,Helvetica,sans-serif;
}

.thumb a:before {
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    box-shadow: 0 0 100px 50px rgba(0,0,0,.5);
    transition: all .5s;
    opacity: .15;
    transform: rotateX(95deg) translateZ(-80px) scale(.75);
    transform-origin: bottom;
}

.thumb:hover a:before {
    opacity: 1;
}

.magnify {
    width: 200px;
    margin: 50px auto;
    position: relative;
}

.large {
    width: 175px;
    height: 175px;
    position: absolute;
    border-radius: 100%;
    box-shadow: 0 0 0 7px rgba(255,255,255,.85),0 0 7px 7px rgba(0,0,0,.25),inset 0 0 40px 2px rgba(0,0,0,.25);
    background: url(http://thecodeplayer.com/uploads/media/iphone.jpg) no-repeat;
    display: none;
}

.small {
    display: block;
}

.merketing #we-do-third {
    background: #f5f5f5;
    background-size: cover;
}

    .merketing #we-do-third h1, .merketing #we-do-third h3 {
        color: #000;
    }

.merketing #offers ul li i, .ppc ul li i {
    color: red;
}

.merketing #offers {
    background: url(../img/off-on-seoseo.png) center no-repeat;
}

    .merketing #offers ul {
        margin: 0;
        padding-left: 0;
    }

        .merketing #offers ul li {
            font-size: 17px;
            line-height: 1.6;
        }

.ppc p, .ppc ul li, .ppc-img p {
    font-size: 16px;
}

.onpage {
    background: url(../img/onpageseo.png) left center no-repeat;
    text-align: right;
}

.offpage {
    background: url(../img/offpage.png) right center no-repeat;
    text-align: left;
}

.ppc ul {
    margin-bottom: 20px;
}

    .ppc ul li {
        margin-bottom: 5px;
    }

.ppc-bg {
    background: url(../img/ppc_bg.gif);
}

.ppc-img {
    background: url(../img/marketingbg.jpg) center no-repeat;
    background-size: cover;
}

    .ppc-img h1, .ppc-img h3, .ppc-img p {
        color: #fff;
    }

    .ppc-img p {
        text-align: justify;
    }

    .ppc-img img {
        margin-top: 80px;
    }

.smo {
    background: #f3eeed;
}

.section-services {
    padding-top: 75px;
    padding-bottom: 130px;
}

.services-title {
    margin-bottom: 45px;
}

.rtl .service-text {
    float: right;
    width: 280px;
    padding-top: 10px;
}

.service-text h4 a {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    text-transform: capitalize;
}

    .service-text h4 a:hover {
        color: #ff5722;
    }

.service-text p {
    color: #000;
    font-size: 16px;
}

.section-service {
    margin-top: 100px;
}

.service-text {
    float: left;
    width: 280px;
}

.rtl .service-icon {
    float: left;
    left: -20px;
}

    .rtl .service-icon:hover .line {
        left: -80px;
    }

.revicon {
    position: relative !important;
    top: -14px !important;
    left: -2px !important;
}

.service-text h4 {
    font-family: Code;
    font-weight: 700;
    font-size: 16px;
    text-align: right;
}

.rtl .service-text h4 {
    font-family: Code;
    text-align: left;
}

.rtl .text10, .text10 {
    font-family: Roboto,Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin-top: 15px;
    line-height: 20px;
    font-weight: 400;
}

.text10 {
    color: #939598;
    text-align: right;
    -webkit-text-stroke-width: .1px;
    -webkit-font-smoothing: subpixel-antialiased;
}

.rtl .text10 {
    color: #000;
    text-align: left;
}

.service-icon, .services-img {
    text-align: center;
}

.service-icon {
    float: right;
    background-repeat: no-repeat;
    background-position: 25px 9px;
    height: 63px;
    width: 80px;
}

.rtl .service-icon {
    text-align: center;
    position: relative;
}

.service-icon a {
    position: relative;
    top: 22px;
    left: 8px;
}

.rtl .service-icon:hover .line, .service-icon:hover .line {
    background-repeat: no-repeat;
    background-position: 25px 9px;
    height: 63px;
    top: 26px;
    position: relative;
}

.service-icon:hover {
    background-repeat: no-repeat;
    background-position: 25px 9px;
    height: 63px;
    width: 80px;
    cursor: pointer;
}

    .service-icon:hover .line {
        width: 90px;
        left: 49px;
    }

.rtl .service-icon:hover .line {
    width: 105px;
}

.services-img img {
    margin: 0 auto;
}

.rtl .service-icon .glyph .fs1, .service-icon .glyph .fs1 {
    font-size: 24px;
    position: relative;
    margin-top: -18px;
}

#ui-design {
    background: url(../img/ux-bg.png) center 109px no-repeat;
}

#what-we-do .control p{
    font-size:37px;
    font-weight:300;
    font-family:Roboto, Arial, Helvetica, sans-serif;
}

.OurExpertise .container{
    color:#000!important;
}

.services .h3{
    color:#000;
    border-left:3px solid #ff6000;
    padding-left:5px;
    margin-bottom:10px;
    font-size:22px;
    margin-top:20px;
}