@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,700);
            @font-face {
                font-family: 'Noto Sans';
                font-style: italic;
                font-weight: 100 900;
                font-stretch: 100%;
                font-display: swap;
                src: url(../fonts/o-0ZIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevtuXOm.woff2) format('woff2');
                unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
            }
            
            @font-face {
                font-family: 'Noto Sans';
                font-style: normal;
                font-weight: 100 900;
                font-stretch: 100%;
                font-display: swap;
                src: url(../fonts/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a7duw.woff2) format('woff2');
                unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
            }

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

a:active,
a:hover {
    outline: 0;
}

a,
a:active,
a:hover,
img {
    text-decoration: none;
}

a:focus,
a:visited {
    -moz-outline-style: none;
}

.btn-submit,
.client-name h5,
.ftr-link-full h6,
.gray-hd,
.hd-cmn,
.home-banner-inner h1,
.home-banner-inner h2,
.menu-toggle small,
a.btn-loadmore,
ul.atharva-process li strong,
ul.services-list li a span {
    text-transform: uppercase;
}

.clearfix:after,
.menu-main ul li ul,
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

.owl-height {
    transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}


/*! Animate.css - http://daneden.me/animate Licensed under the MIT license Copyright (c) 2013 Daniel Eden */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

@-webkit-keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes pulse {
    0%,
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }
}

@keyframes wobble {
    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }
    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1;
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

.flipInY,
.flipOutX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
}

.flipInY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        -ms-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0) skewX(0);
        -ms-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0);
        -ms-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0);
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

::selection {
    color: #fff;
    background: #00c0e5;
}

::-moz-selection {
    color: #fff;
    background: #e72e28;
}

::-webkit-selection {
    color: #fff;
    background: #e72e28;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    color: #4a4647;
    font-size: 14px;
    background: #fff;
    overflow-x: hidden;
}

a,
img {
    border: none;
    color: #df0024;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

a:hover {
    color: #8a8a8a;
}

a:focus {
    outline: 0;
}

a:visited {
    outline: 0;
    text-decoration: none !important;
}

p {
    margin: 0 0 17px;
}

.clear {
    clear: both;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

#mid-wrapper,
.logo,
footer,
header {
    float: left;
}

.inline {
    display: inline-block;
}

.relative {
    position: relative;
}

.no-back {
    background: 0 0 !important;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
textarea {
    font-size: 13px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    background: #ebebeb;
    color: #757070;
   font-family: 'Nunito Sans', sans-serif;
    outline: 0;
}

.no-bordr {
    border: none !important;
}

.no-margn {
    margin: 0 !important;
}

.no-pad {
    padding: 0 !important;
}

.v-align {
    vertical-align: middle;
}

img {
    max-width: 100%;
}

.lh-none {
    line-height: normal !important;
}

select option {
    padding: 5px;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"] {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 0 10px;
    height: 26px;
    line-height: normal;
    border-radius: 0;
}

textarea {
    border: 1px solid #959595;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    resize: none;
    padding: 10px;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
    -moz-box-shadow: inset 0 0 5px #949494;
    -webkit-box-shadow: inset 0 0 5px #949494;
    box-shadow: inset 0 0 5px #949494;
}

button {
    outline: 0;
    border: none;
    font-family: 'Nunito Sans', sans-serif;
}

.custom_checkbox {
    display: block;
}

.custom_checkbox [type="checkbox"]:checked,
.custom_checkbox [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.custom_checkbox [type="checkbox"]:checked+label,
.custom_checkbox [type="checkbox"]:not(:checked)+label {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-family: GEInspiraRegular;
    font-size: 14px;
    line-height: 20px;
}

.client-name h5,
.gray-hd,
.hd-cmn,
.home-banner-inner h1,
.home-banner-inner h2,
ul.atharva-process li strong,
ul.services-list li a span strong {
    font-family: 'Nunito Sans', sans-serif;
}

.custom_checkbox [type="checkbox"]:checked+label:before,
.custom_checkbox [type="checkbox"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #b1b4b3;
}

.custom_checkbox [type="checkbox"]:checked+label:after,
.custom_checkbox [type="checkbox"]:not(:checked)+label:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    margin: auto;
    width: 12px;
    height: 12px;
    background: #1eb6e0;
    transition: all 0.2s;
}

.custom_checkbox [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

.custom_checkbox [type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}

.custom_checkbox [type="checkbox"]:disabled:checked+label:before,
.custom_checkbox [type="checkbox"]:disabled:not(:checked)+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

.custom_checkbox [type="checkbox"]:disabled:checked+label:after {
    color: #999;
}

.custom_checkbox [type="checkbox"]:disabled+label {
    color: #aaa;
}

.custom-radio {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
    top: 4px;
    border-radius: 100px;
    border: 1px solid #fff;
}

.custom-radio.selected:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
    background: #fff;
    border-radius: 100px;
    width: 14px;
    height: 14px;
}

.circle-servc:after,
.ftr-link-full .fix-wrap:before,
.ftr-link-full ul li:after,
.ftr-link-full:after,
a.call-no:after {
    content: "";
}

.custom-radio input[type="radio"] {
    margin: 1px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    outline: 0;
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
}

.default-select-box {
    width: 150px;
    border: 1px solid #ccc;
}

.default-select-box select {
    opacity: 1;
    color: #757070;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
    background: url(../img/icons/black-arrow.png) 95% 8px no-repeat;
    padding-right: 28px;
    padding-left: 1px;
    width: 100%;
    height: 25px;
    cursor: pointer;
}

.default-select-box select::-ms-expand {
    display: none;
}

.default-select-box select option {
    padding: 5px;
}

#main-wrapper,
.full-width {
    width: 100%;
    float: left;
}

header {
    width: 100%;
    position: fixed;
    z-index: 100;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

#mid-wrapper {
    width: 100%;
    min-height: 700px;
}

footer {
    width: 100%;
    border-top: 1px solid #d9d9d9;
}

.fix-wrap {
    max-width: 1170px;
    margin: 0 auto;
}

header.header-fixed {
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    box-shadow: 3px -3px 4px 4px rgba(0, 0, 0, 0.3);
}

.header-fixed .logo {
    margin-top: 14px;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    margin-bottom: 0;
}

.header-fixed .logo img {
    width: 220px;
    height: auto;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}

.header-fixed nav ul li a {
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}

.header-fixed #navigation-bar {
    margin-top: 11px;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}

.header-nav,
.logo {
    transition: all 0.5s ease-in-out 0s;
}

.header-nav {
    -webkit-transition: all 0.5s ease-in-out 0s;
}

.logo {
    margin: 20px 0 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
}

.logo img {
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    width: 300px;
}

.home-banner,
.top-contact-header {
    width: 100%;
    float: left;
}

.top-contact-header {
    background: #f2f2f2;
    height: 30px;
    padding: 0 50px;
    font-size: 12px;
    text-align: right;
}

.top-contact-header a {
    margin: 0 5px;
    line-height: 30px;
    position: relative;
}

a.call-no:after {
    position: absolute;
    right: -7px;
    top: 1px;
    height: 80%;
    width: 1px;
    background: #222;
    margin: auto 0;
}

a.call-no,
a.call-no:hover,
a.mailtop:hover {
    color: #fe544f;
}

a.mailtop {
    color: #222;
}

.top-nav {
    padding: 0 50px;
}

.main-banner {
    margin: 133px 0 0;
}

.home-banner-inner {
    max-width: 1400px;
    margin: 0 auto;
}

.web-app-col-banner {
    float: left;
    width: 48%;
}

.web-app-grph {
    float: left;
    width: 100%;
}

.web-app-cont-banner {
    float: left;
    margin: 20px 0 0 114px;
}

.home-banner-inner h2 {
    font-size: 20px;
}

.home-banner-inner h1 {
    font-size: 20px;
    color: #1e3966;
}

.home-banner-inner p {
    font-size: 17px;
    line-height: 25px;
}

.mob-app-col-banner .web-app-cont-banner {
    text-align: right;
}

.about-section span,
.address-row,
.btn-submit,
.center-div,
.circle-servc,
.ftr-link-full h6,
.ftr-link-full ul,
.gray-hd,
.hd-cmn,
.portfolio-section p,
.services-section p,
.small-desc,
.testimonial-section .item,
.testimonial-section .owl-dots,
.testimonial-section p,
a.btn-loadmore,
ul.atharva-process li,
ul.services-list li a span {
    text-align: center;
}

.mob-app-col-banner .web-app-grph {
    float: right;
    width: auto;
}

.services-section {
    padding: 50px 0;
    background: #f4f4f4;
    margin-top: 40px;
}

.services-section .fix-wrap {
    width: 1110px;
}

.hd-cmn {
    font-size: 40px;
}

.home-sprite {
    background: url(../img/home-sprite.png) no-repeat;
}

ul.services-list {
    float: left;
    width: 100%;
    margin: 25px 0 0;
}

ul.services-list li {
    list-style: none;
    float: left;
    margin: 0 70px 0 0;
    padding: 0;
    position: relative;
    width: 225px;
}

.circle-servc:after {
    position: absolute;
    right: -98px;
    top: 6px;
    bottom: 0;
    margin: auto 0;
    background: url(../img/servc-divd.png) no-repeat;
    width: 129px;
    height: 146px;
}

ul.services-list li:last-child {
    margin-right: 0;
}

ul.services-list li:last-child .circle-servc:after {
    display: none;
}

.circle-servc,
ul.services-list li a {
    display: inline-block;
}

.circle-servc {
    background-position: 0 -143px;
    width: 225px;
    height: 242px;
    position: relative;
}

.mob-grph,
.web-grph {
    position: absolute;
    display: inline-block;
    right: 0;
    margin: auto;
    bottom: 0;
}

.mob-grph {
    background-position: -57px 0;
    width: 152px;
    height: 86px;
    left: 0;
    top: 0;
}

.web-grph {
    background-position: -210px 0;
    width: 163px;
    height: 116px;
    left: 21px;
    top: -19px;
}

.ecmrce-grph,
.opnsrc-grph,
.overlay-prf {
    position: absolute;
    top: 0;
}

.opnsrc-grph {
    background-position: -375px 0;
    width: 149px;
    height: 121px;
    display: inline-block;
    left: 15px;
    right: 0;
    bottom: 0;
    margin: auto;
}

.ecmrce-grph {
    background-position: -526px 0;
    width: 168px;
    height: 139px;
    display: inline-block;
    left: 10px;
    right: 0;
    bottom: 0;
    margin: auto;
}

ul.services-list li a span {
    float: left;
    width: 100%;
    color: #4a4647;
}

ul.services-list li a:hover span {
    color: #e72e28;
}

ul.services-list li a span strong {
    font-size: 22px;
    display: block;
    font-weight: 400;
}

ul.services-list li a span small {
    font-size: 17px;
}

.atharva-icon {
    background-position: 0 0;
    width: 43px;
    height: 29px;
    display: inline-block;
    display: block;
    margin: 0 auto;
    clear: both;
}

.arrow-servc {
    background-position: -696px 0;
    width: 18px;
    height: 15px;
    display: block;
    margin: 9px auto 0;
}

.services-section p {
    width: 70%;
    margin: 0 auto 15px;
    font-size: 17px;
}

.about-section {
    margin: 40px 0;
}

.gray-hd {
    font-size: 17px;
    color: #222;
    margin: 0 auto 25px auto;
    text-transform: none;
    font-family: 'Nunito Sans', sans-serif;
    width: 70%;
}

.about-section span {
    display: block;
    font-size: 20px;
    color: #000;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.about-section p {
    color: #000;
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 20px;
}

.small-desc {
    width: 50%;
    margin: 0 auto;
}

ul.atharva-process {
    width: 1086px;
    margin: 50px auto 0;
    background: url(../img/circle-process.png) center center no-repeat;
    min-height: 440px;
}

ul.atharva-process li {
    float: left;
    list-style: none;
    width: 300px;
    margin: 70px 30px 0 50px;
}

.under-business-icon {
    background-position: -227px -140px;
    width: 74px;
    height: 95px;
    display: inline-block;
}

.boanding-client-icon {
    background-position: -304px -141px;
    width: 80px;
    height: 80px;
    display: inline-block;
}

.asso-client-icon {
    background-position: -386px -140px;
    width: 90px;
    height: 90px;
    display: inline-block;
}

ul.atharva-process li strong {
    display: block;
    font-weight: 400;
    font-size: 22px;
    color: #000;
    margin: 20px 0;
}

ul.atharva-process li:first-child {
    width: 216px;
    margin: 70px 40px 0 82px;
}

ul.atharva-process li:last-child {
    width: 216px;
    margin: 70px 0 0 82px;
}

ul.atharva-process li small {
    min-height: 100px;
    display: inline-block;
}

.portfolio-section {
    background: #f4f4f4;
    padding: 40px 0;
}

.portfolio-section p {
    font-size: 17px;
    margin: 0 auto 30px;
    width: 80%;
}

.overlay-prf {
    opacity: 0;
    background: rgba(255, 255, 255, 0.7);
    height: 100%;
    width: 100%;
    left: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.portfolio-full ul li:hover .overlay-prf {
    opacity: 1;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.overlay-prf a {
    height: 100%;
    width: 100%;
    display: block;
}

.portfolio-full ul {
    margin: 0;
    padding: 0;
}

.portfolio-full ul li {
    width: 33.333%;
    float: left;
    position: relative;
    list-style: none;
}

.prf-img {
    width: 100%;
    overflow: hidden;
}

.portfolio-full ul li img {
    vertical-align: top;
    width: 100%;
}

.portfolio-full ul li:hover img {
    transform: scale(1.1);
}

.portfolio-full ul li a span {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #4a4647;
    width: 85%;
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
}

.portfolio-full ul li a span i {
    margin-bottom: 10px;
}

.link-icon {
    background-position: -716px 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 15px;
}

a.btn-loadmore {
    background: #4a4647;
    min-width: 150px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    font-size: 16px;
}

a.btn-loadmore:hover {
    background: #e72e28;
}

.center-div {
    float: left;
    width: 100%;
}

.view-more-div {
    margin: 30px 0;
}

.technology-section {
    margin: 50px 0;
}

.technology-section ul {
    margin: 30px 0 70px;
    padding: 0;
    text-align: center;
}

.technology-section ul li {
    margin: 0 15px 0 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    border: 4px solid #ddd;
    width: 110px;
    height: 110px;
    position: relative;
    border-radius: 100%;
    cursor: pointer;
    background: #f4f4f4;
}

.technology-section ul li:last-child {
    margin-right: 0;
}

.technology-section ul li i {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.rails-logo {
    background-position: -226px -239px;
    width: 70px;
    height: 44px;
}

.technology-section ul li:hover .rails-logo {
    background-position: -226px -308px;
}

.magento-logo {
    background-position: -734px -236px;
    width: 62px;
    height: 74px;
}

.technology-section ul li:hover .magento-logo {
    background-position: -736px -313px;
}

.seo-logo {
    background-position: -234px -365px;
    width: 73px;
    height: 38px;
}

.technology-section ul li:hover .seo-logo {
    background-position: -234px -405px;
}

.html5-logo {
    background-position: -350px -239px;
    width: 52px;
    height: 59px;
}

.technology-section ul li:hover .html5-logo {
    background-position: -350px -308px;
}

.pstrg-logo {
    background-position: -405px -238px;
    width: 59px;
    height: 60px;
}

.technology-section ul li:hover .pstrg-logo {
    background-position: -405px -306px;
}

.angular-logo {
    background-position: -468px -239px;
    width: 61px;
    height: 65px;
}

.technology-section ul li:hover .angular-logo {
    background-position: -468px -308px;
}

.odoo-logo {
    background-position: -530px -239px;
    width: 97px;
    height: 32px;
}

.technology-section ul li:hover .odoo-logo {
    background-position: -530px -308px;
}

.apple-logo {
    background-position: -628px -239px;
    width: 50px;
    height: 60px;
}

.technology-section ul li:hover .apple-logo {
    background-position: -628px -307px;
}

.android-logo {
    background-position: -679px -239px;
    width: 52px;
    height: 60px;
}

.technology-section ul li:hover .android-logo {
    background-position: -679px -307px;
}

.testimonial-section {
    padding: 50px 0 80px;
    background: #f4f4f4;
}

.testimonial-section p {
    width: 60%;
    margin: 0 auto;
    font-size: 17px;
}

.client-img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    padding: 8px;
}

.client-img img {
    display: inline-block;
    background: #fff;
    padding: 10px;
    box-shadow: 0 1px 4px #666;
    -moz-box-shadow: 0 1px 4px #666;
    -webkit-box-shadow: 0 1px 4px #666;
}

.client-name {
    margin: 20px auto 5px;
}

.client-name h5 {
    font-size: 22px;
    color: #fe544f;
    font-weight: 400;
}

.client-name span {
    font-size: 19px;
    color: #000;
}

.testimonial-section .owl-dots {
    margin: 30px 0 0;
}

.testimonial-section .owl-dot {
    width: 10px;
    height: 10px;
    background: #c8c4c5;
    margin: 0 5px;
    display: inline-block;
    border-radius: 100%;
}

.testimonial-section .owl-dot.active {
    background: #f5514c;
}

.ftr-link-full {
    float: left;
    width: 100%;
    background: #fff;
    padding: 39px 0 10px;
    position: relative;
}

.ftr-link-full:after {
    position: absolute;
    top: -56px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 112px;
    height: 56px;
}

.ftr-link-full .fix-wrap {
    position: relative;
}

.ftr-link-full .fix-wrap:before {
    width: 369px;
    height: 246px;
    position: absolute;
    right: -320px;
    top: -39px;
}

.ftr-link-full h6 {
    font-size: 16px;
    color: #e72e28;
}

.ftr-link-full ul {
    margin: 0 0 10px;
    padding: 10px 0;
    border-bottom: 1px solid #777;
    position: relative;
}

.ftr-link-full ul li {
    list-style: none;
    margin: 0 15px;
    padding: 0;
    display: inline-block;
    position: relative;
}

.ftr-link-full ul li:after {
    position: absolute;
    right: -19px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 4px;
    width: 4px;
    border-radius: 100%;
    background: #777;
}

.ftr-link-full ul li:last-child:after {
    display: none;
}

.ftr-link-full ul li a {
    font-size: 16px;
    color: #777;
}

.ftr-link-full ul li a:hover {
    color: #e72e28;
}

.address-row p {
    font-size: 16px;
    margin: 5px 0 8px;
}

.address-row br {
    display: none;
}

.address-row p a {
    margin: 0 5px;
}

.address-row i {
    display: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.copy-rgt-row {
    background: #363636;
    padding: 20px 0 50px;
}

.map-icon {
    background-position: -788px 0;
    width: 12px;
    height: 16px;
}

.tel-icon {
    background-position: -786px -18px;
    width: 13px;
    height: 18px;
}

.email-icon {
    background-position: -782px -38px;
    width: 17px;
    height: 15px;
}

.skype-icon {
    background-position: -784px -55px;
    width: 16px;
    height: 17px;
}

.ftr-social {
    margin: 5px 0 0;
    float: right;
}

.ftr-social a {
    display: inline-block;
    margin: 0 8px 0 0;
}

.fb-icon {
    background-position: -697px -46px;
    width: 10px;
    height: 19px;
}

.fb-icon:hover {
    background-position: -708px -46px;
}

.twitter-icon {
    background-position: -721px -46px;
    width: 16px;
    height: 15px;
}

.twitter-icon:hover {
    background-position: -739px -46px;
}

.linkedin-icon {
    background-position: -698px -67px;
    width: 16px;
    height: 15px;
}

.linkedin-icon:hover {
    background-position: -714px -67px;
}

.gplus-icon {
    background-position: -730px -67px;
    width: 19px;
    height: 17px;
}

.gplus-icon:hover {
    background-position: -750px -67px;
}

.copy-lft {
    float: left;
    width: 56%;
    color: #fff;
    font-size: 14px;
}

.copy-lft a {
    color: #fff;
}

.copy-lft a:hover {
    color: #fff;
    text-decoration: underline;
}

.copy-lft span {
    color: #fe544f;
}

.inquiry-form .default-select-box select,
.inquiry-form input,
.inquiry-form textarea {
    color: #363636;
    font-size: 14px;
    font-family: 'Nunito Sans', sans-serif;
}

.inquiry-bottom {
    position: fixed;
    bottom: 0;
    right: 10px;
    z-index: 999;
}

a.btn-inq img {
    vertical-align: top;
}

.inquiry-form {
    width: 255px;
    background: #e5e5e5;
    padding: 10px;
}

.inquiry-form .default-select-box,
.inquiry-form input {
    background: #fff;
    height: 40px;
    border: none;
    margin-bottom: 10px;
    width: 100%;
}

.inquiry-form input {
    padding: 0 10px 0 40px;
}

.inquiry-form .default-select-box select {
    height: 40px;
    padding: 0 10px;
    background-position: 94% 15px;
}

.inquiry-form textarea {
    background: #fff;
    border: none;
    width: 100%;
    padding: 10px 15px 15px 40px;
    margin-bottom: 10px;
}

.our-servcs-hd {
    font-size: 17px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    color: #1e3966;
    text-transform: uppercase;
    margin-bottom: 0;
}

.about-home-inner {
    width: 100%;
    border-top: 2px solid #f6f6f6;
    padding-top: 25px;
    border-bottom: 2px solid #f6f6f6;
    padding-bottom: 15px;
    display: inline-block;
}

.about-home-col {
    width: 50%;
    float: left;
}

.about-home-col p {
    width: 90%;
    font-size: 15px;
}

.donot-copy {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    text-align: center;
}

.donot-copy a {
    vertical-align: middle;
    display: inline-block;
}

.menu-main ul li ul li,
.menu-main ul li ul li:hover {
    border-bottom: #fff 1px solid;
}

.menu-main ul li a,
.menu-toggle small {
    font-family: 'Nunito Sans', sans-serif;
}

.form-grp {
    position: relative;
    width: 100%;
}

.email-icon-inp,
.user-icon-inp {
    width: 22px;
    display: inline-block;
}

.form-grp i {
    position: absolute;
    left: 10px;
    top: 8px;
}

.user-icon-inp {
    background-position: -778px -138px;
    height: 22px;
}

.email-icon-inp {
    background-position: -778px -162px;
    height: 15px;
    margin: 4px 0 0;
}

.tel-icon-inp {
    background-position: -778px -178px;
    display: inline-block;
    width: 23px;
    height: 17px;
    margin: 4px 0 0;
}

.detail-icon-inp {
    background-position: -778px -198px;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0;
}

.btn-submit {
    background: #e72e28;
    height: 40px;
    color: #fff;
    font-size: 15px;
    width: 100%;
    cursor: pointer;
}

#nav-icon2 span,
.btn-submit:hover {
    background: #4a4647;
}

.menu-toggle {
    float: right;
    width: auto;
    margin: 18px 0 0;
    position: relative;
    z-index: 1;
}

.menu-toggle small {
    font-size: 14px;
    color: #fe544f;
    float: left;
    margin: 2px 14px 0 0;
}

#nav-icon2 {
    width: 40px;
    height: 30px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    float: left;
}

#nav-icon2 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 50%;
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
    left: 0;
    border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
    top: 0;
}

#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
    top: 9px;
}

#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
    top: 18px;
}

#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
    left: 5px;
    top: 7px;
}

#nav-icon2.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
}

#nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
    left: 5px;
    top: 17px;
}

#nav-icon2.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 17px;
}

.menu-main {
    float: right;
    padding: 0;
}

.menu-main ul li {
    position: relative;
    float: left;
    z-index: 9;
}

.menu-main ul li a {
    position: relative;
    z-index: 10;
    background: #fff;
    padding: 20px 0;
    color: #222;
    float: left;
    font-size: 20px;
}

.menu-main ul li a:hover {
    color: #e72e28;
}

.menu-main ul li:hover {
    background: rgba(255, 255, 255, 0.2);
}

.menu-main ul li ul {
    opacity: 0;
    position: absolute;
    left: 0;
    top: -200px;
    width: 300px;
    transition: top 0.5s ease-in-out 0s;
}

.menu-main ul li:hover ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.menu-main ul li ul li {
    width: 100%;
    margin-bottom: 5px;
}

.menu-main ul li ul li a {
    font-size: 14px;
    padding: 0 10px;
    width: 100%;
}

.menu-main ul li ul li ul {
    width: 200px;
    background: #333;
    visibility: hidden !important;
    left: 340px;
}

.menu-main ul li ul li.servs-hd a,
.menu-main ul li.servs-hd {
    background: 0 0;
    color: #e72e28;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
}

.menu-main ul li ul li:hover ul {
    visibility: visible !important;
    -moz-transition: left 0.5s ease-in-out 0s;
    -ms-transition: left 0.5s ease-in-out 0s;
    -webkit-transition: left 0.5s ease-in-out 0s;
    transition: left 0.5s ease-in-out 0s;
    top: 0;
    left: 300px;
    z-index: 999;
}

#right_side_nav {
    display: none;
    box-shadow: 1px 1px 1px 2px #ccc;
    padding: 80px 43px 0 30px;
    right: -670px;
}

.menu-main ul li ul li.servs-hd a {
    padding: 0;
}

@media only screen and (min-width: 240px) {
    .menu-main {
        position: fixed;
        height: 100%;
        width: 400px;
        background: #fff;
        top: 0;
    }
    .menu-main ul li {
        width: 100%;
        padding: 0;
        border-top: #fff 1px solid;
    }
    .menu-main ul li .m-arrow {
        width: 0;
        position: absolute;
        right: 10px;
        top: 18px;
        z-index: 999;
        cursor: pointer;
        height: 0;
        border-style: solid;
        border-width: 8px 8px 0;
        border-color: #e72e28 transparent transparent;
    }
    .menu-main ul li .current.m-arrow {
        top: 15px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 8px 8px;
        border-color: transparent transparent #e72e28;
    }
    .menu-main ul li ul,
    .menu-main ul li:hover>ul {
        position: relative;
        display: none;
        top: 0;
        opacity: 1;
        visibility: visible;
    }
    .menu-main ul {
        height: 100%;
        overflow-y: auto;
        width: 100%;
    }
    .menu-main ul li a {
        width: 100%;
        padding: 10px 0;
        float: left;
    }
    .menu-main ul li ul li {
        border-top: none;
    }
    #right_side_nav {
        display: block;
    }
}

.gray-section {
    background: #f8f8f8;
}

.padding-bt20 {
    padding-bottom: 20px;
}

.headerstyle {
    font-size: 40px;
    font-weight: 400;
    color: #1e3966;
    text-transform: uppercase;
    display: block;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.headerstyle:after {
    content: "";
    width: 153px;
    height: 19px;
    background-image: url(../img/home-sprite.png);
    background-repeat: no-repeat;
    background-position: -232px -377px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.services-cta-wrapper {
    width: 100%;
    float: left;
    position: relative;
    margin: 55px 0 0;
    bottom: 50%;
}

.services-cta {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 99;
}

.services-cta li {
    float: left;
    width: 25%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.services-cta li>a {
    padding: 40px 10px 22px;
    display: block;
    z-index: 1;
    position: relative;
}

.services-cta li:before {
    bottom: 0;
    top: 0;
    background: #1e3966;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s linear;
    content: "";
    position: absolute;
    left: 0;
    width: 0;
}

.services-cta li.active:before,
.services-cta li:hover:before {
    bottom: -20px;
    top: -20px;
    width: 100%;
}

.padding-bt0 {
    padding-bottom: 0;
}

.services-cta h3 {
    font-size: 17px;
    color: #4a4647;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 24px;
    transition: all 0.4s linear;
}

.services-cta li.active h3,
.services-cta li.active h3 strong,
.services-cta li:hover h3,
.services-cta li:hover h3 strong {
    color: #fff;
}

.services-cta h3 strong {
    display: block;
    font-size: 22px;
    color: #49a422;
    font-weight: 400;
}

.services-cta .goservcie-arrow {
    margin-top: 12px;
}

.goservcie-arrow {
    width: 18px;
    height: 15px;
    background-image: url(../img/home-sprite.png);
    background-repeat: no-repeat;
    background-position: -4px -51px;
    display: inline-block;
}

.serviceicon-sprite {
    background-image: url(../img/icons/services-sprite-icon.png);
    background-repeat: no-repeat;
    display: inline-block;
    transition: all 0.3s linear;
}

.serviceicon-mobile {
    width: 156px;
    height: 88px;
    background-position: -486px 0;
}

.services-cta li.active .serviceicon-mobile,
.services-cta li:hover .serviceicon-mobile {
    background-position: -329px 0;
}

.serviceicon-web {
    width: 165px;
    height: 116px;
    background-position: -165px 0;
}

.services-cta li.active .serviceicon-web,
.services-cta li:hover .serviceicon-web {
    background-position: 0 0;
}

.serviceicon-openSource {
    width: 152px;
    height: 123px;
    background-position: -491px -87px;
}

.services-cta li.active .serviceicon-openSource,
.services-cta li:hover .serviceicon-openSource {
    background-position: -338px -87px;
}

.serviceicon-ecommerce {
    width: 168px;
    height: 140px;
    background-position: -169px -116px;
}

.services-cta li.active .serviceicon-ecommerce,
.services-cta li:hover .serviceicon-ecommerce {
    background-position: 0 -116px;
}

.services-cta .serviceicon-sprite {
    vertical-align: middle;
}

.services-cta .serviceicon {
    line-height: 140px;
    display: inline-block;
    margin: 0 0 20px;
}

.technologynew-section {
    padding: 50px 0;
}

.technology-slider {
    padding: 30px 0;
    max-width: 900px;
    margin: 0 auto;
}

.technology-slider .owl-item {
    float: left;
}

.technology-slider .owl-dots,
.technology-slider .owl-nav {
    display: none;
}

.technology-slider li a {
    display: inline-block;
    line-height: 62px;
    text-align: center;
}

.technology-slider li a i {
    vertical-align: middle;
}

.no-hover-icon .apple-icon:hover {
    background-position: 0 0;
}

.no-hover-icon .android-icon:hover {
    background-position: -101px 0;
}

.no-hover-icon .rubyrail-icon:hover {
    background-position: -208px 0;
}

.no-hover-icon .magento-icon:hover {
    background-position: -469px 0;
}

.no-hover-icon .wordpress-icon:hover {
    background-position: -343px 0;
}

.no-hover-icon .adobe-icon:hover {
    background-position: 0 -62px;
}

.no-hover-icon .adobe-icon:hover {
    background-position: 0 -62px;
}

.no-hover-icon .nod-icon:hover {
    background-position: -116px -64px;
}

.no-hover-icon .reactjs-icon:hover {
    background-position: -394px -189px;
}

.no-hover-icon .mysql-icon:hover {
    background-position: -229px -65px;
}

.no-hover-icon .postgress-icon:hover {
    background-position: -445px -65px;
}

.no-hover-icon .monogo-icon:hover {
    background-position: -193px -239px;
}

.no-hover-icon .redis-icon:hover {
    background-position: -106px -127px;
}

.no-hover-icon .odooo-icon:hover {
    background-position: -240px -127px;
}

.no-hover-icon .sap-icon:hover {
    background-position: -2px -189px;
}

.no-hover-icon .php-icon:hover {
    background-position: -214px -189px;
}

.no-hover-icon .ecommerce-icon:hover {
    background-position: -96px -235px;
}

.no-hover-icon .html5-icon:hover {
    background-position: -459px -127px;
}

.no-hover-icon .css3-icon:hover {
    background-position: -1px -235px;
}

.testimonial-new-section {
    padding: 60px 0 80px;
}

.user-img {
    width: 168px;
    float: left;
    margin-left: 20px;
}

.testimonial-new-section .user-img small {
    z-index: 999;
    position: relative;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    padding: 10px;
    display: block;
}

.testimonial-new-section .user-img img {
    width: 149px;
    height: 149px;
    border-radius: 50%;
    object-fit: cover;
}

.user-testimonial {
    width: calc(100% - 321px);
    float: right;
    position: relative;
    margin: 10px 0 0;
}

.user-img span {
    display: block;
    position: relative;
}

.user-img-inner {
    position: relative;
    display: block;
}

.user-img-inner:after {
    content: "";
    position: absolute;
    left: -20px;
    top: 10px;
    width: 88px;
    height: 88px;
    background: #f8f8f8;
    border-radius: 50%;
}

.user-img-inner::before {
    content: "";
    position: absolute;
    right: -27px;
    top: -28px;
    width: 134px;
    height: 134px;
    background: #f4f4f4;
    border-radius: 50%;
}

.user-img-inner span::after {
    content: "";
    position: absolute;
    left: -20px;
    bottom: -20px;
    width: 119px;
    height: 119px;
    background: #f4f4f4;
    border-radius: 50%;
}

.user-img-inner span:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: -10px;
    width: 88px;
    height: 88px;
    background: #ededed;
    border-radius: 50%;
}

.testimonial-new-section .owl-stage-outer {
    padding: 40px 0 20px;
}

.user-testimonial:before {
    content: "";
    position: absolute;
    left: -64px;
    top: 0;
    width: 43px;
    height: 30px;
    background-image: url(../img/home-sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -74px;
}

.user-testimonial p {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 26px;
    min-height: 70px;
}

.user-testimonial h5 {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    color: #e8342e;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 0 0;
}

.user-testimonial h5 span {
    color: #bbb;
    font-weight: 700;
    margin: 0 2px;
    display: inline-block;
    position: relative;
    padding-right: 10px;
}

.user-testimonial h5 span:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 2px;
    background: #ddd;
    width: 40px;
}

#testi-slider .owl-dot {
    width: 9px;
    height: 9px;
    background: #ddd;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    vertical-align: middle;
    transition: all 0.3s linear;
}

#testi-slider .owl-dots {
    position: absolute;
    right: 0;
    bottom: 30px;
}

#testi-slider .owl-dot.active {
    width: 12px;
    height: 12px;
    background: #ea4b35;
}

.technology-slider .item {
    text-align: center;
    line-height: 60px;
}

@media screen and (max-width: 1169px) {
    .fix-wrap,
    .home-banner-inner,
    .top-contact-header,
    .top-nav {
        padding: 0 20px;
    }
    .fix-wrap,
    .services-section .fix-wrap {
        width: 100%;
    }
    .services-section {
        padding: 20px 0;
        margin-top: 20px;
    }
    .ftr-link-full .fix-wrap:before {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    .circle-servc::after {
        display: none;
    }
    .services-cta li {
        width: 50%;
        border-right: 1px #f8f8f8 solid;
        border-bottom: 1px #f8f8f8 solid;
    }
    .services-cta li:nth-child(2n) {
        border-right: none;
    }
    .services-cta li:nth-child(n + 3) {
        border-bottom: none;
    }
    .testimonial-new-section {
        padding: 40px 0 80px 0;
    }
    .technology-slider {
        padding: 30px 0 20px;
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .logo,
    .menu-toggle {
        margin-top: 10px;
    }
    .copy-lft,
    .ftr-social,
    .mob-app-col-banner .web-app-cont-banner,
    .top-contact-header,
    .web-app-cont-banner,
    .web-app-grph,
    ul.atharva-process,
    ul.services-list {
        text-align: center;
    }
    .menu-main {
        width: 100%;
    }
    #right_side_nav {
        padding-right: 23px;
    }
    .header-fixed .logo img,
    .logo img {
        width: 170px;
    }
    .inner-page,
    .main-banner {
        margin-top: 83px;
    }
    .address-row br {
        display: inline-block;
    }
    .web-app-col-banner {
        width: 100%;
    }
    .web-app-cont-banner {
        margin: 10px 0 0;
    }
    ul.services-list li {
        margin: 0 0 15px;
        float: none;
        display: inline-block;
    }
    .hd-cmn {
        font-size: 35px;
    }
    .services-section p {
        width: 100%;
        margin-bottom: 0;
    }
    .gray-hd {
        margin-top: 10px;
        font-size: 17px;
        width: 100%;
    }
    .about-home-col {
        width: 100%;
    }
    p.our-servcs-hd {
        margin-top: 15px;
    }
    .small-desc {
        width: 100%;
    }
    ul.atharva-process {
        width: 100%;
        background: 0 0;
    }
    ul.atharva-process li {
        float: none;
        display: inline-block;
        margin: 0 0 15px;
        width: 100%;
    }
    ul.atharva-process li:first-child,
    ul.atharva-process li:last-child {
        margin: 0;
        width: 100%;
    }
    ul.atharva-process li small {
        min-height: inherit;
    }
    .about-section {
        margin-bottom: 20px;
    }
    .portfolio-full ul li,
    .portfolio-section p {
        width: 100%;
    }
    .portfolio-full ul li a span {
        font-size: 20px;
    }
    .technology-section {
        margin: 20px 0;
    }
    .technology-section ul {
        margin: 20px auto 0;
        width: 100%;
        text-align: center;
    }
    .technology-section ul li {
        margin-bottom: 10px;
        margin-right: 5px;
        float: none;
        display: inline-block;
        width: 110px;
        height: 110px;
    }
    .copy-lft,
    .testimonial-section p {
        width: 100%;
    }
    .technology-section ul li:nth-child(2n) {
        margin-right: 0;
    }
    .testimonial-section {
        margin: 20px 0 0;
    }
    .testimonial-section .owl-dots {
        margin-top: 10px;
    }
    .ftr-link-full ul li a {
        font-size: 14px;
    }
    .copy-lft {
        margin-bottom: 5px;
    }
    .ftr-social {
        width: 100%;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    #right_side_nav {
        right: -767px;
    }
    .tech-info-row ul li {
        width: 30%;
    }
    .tech-info-row ul li a span {
        font-size: 18px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .web-app-cont-banner {
        margin-left: 20px;
    }
    .logo {
        margin-top: 10px;
    }
    .inner-page,
    .main-banner {
        margin-top: 103px;
    }
    ul.services-list li {
        margin-right: 10px;
        margin-bottom: 10px;
        display: inline-block;
        float: none;
    }
    ul.services-list {
        text-align: center;
    }
    ul.atharva-process {
        width: 100%;
        background: 0 0;
        min-height: inherit;
    }
    ul.atharva-process li {
        width: 36%;
        margin: 0 2% 0 0;
    }
    .testimonial-section p {
        width: 80%;
    }
    ul.atharva-process li:first-child,
    ul.atharva-process li:last-child {
        margin: 0;
        width: 31%;
    }
    .portfolio-full ul li a span {
        font-size: 17px;
    }
    .technology-section ul {
        text-align: center;
        margin-bottom: 0;
    }
    .technology-section ul li {
        float: none;
        display: inline-block;
        margin: 0 5px 15px;
    }
    .technology-section {
        margin: 20px 0;
    }
    .testimonial-section {
        margin-top: 20px;
    }
    .ftr-social {
        margin: 0;
    }
    .ftr-link-full ul li a {
        font-size: 14px;
    }
    .ftr-link-full ul li {
        margin: 0 10px;
    }
    .ftr-link-full ul li::after {
        right: -12px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1169px) {
    ul.services-list li {
        margin-right: 23px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1365px) {
    .ftr-link-full .fix-wrap:before {
        display: none;
    }
}

.btn-close-inq {
    display: inline-block;
}

.btn-inq.btn-open .btn-close-inq {
    display: none;
}

.btn-inq.btn-open img.btn-open-inq {
    display: inline-block;
}

.btn-inq img.btn-open-inq {
    display: none;
}

.menu-main ul::-webkit-scrollbar {
    width: 0 !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .ftr-link-full .fix-wrap:before {
        height: 244px;
    }
}

.header-new .top-contact-header {
    padding: 0;
    background: 0 0;
}

.main-header {
    width: 100%;
    float: left;
    padding: 0;
}

.header-new .logo {
    margin: 0;
}

.header-new .nav {
    float: right;
}

.header-fixed .main-header {
    padding: 0;
}

.header-fixed .main-header #navigation-bar {
    margin-top: 0;
}

.header-fixed .logo {
    margin: 13px 0 0;
}

.nav .single-dropdown {
    position: relative;
}

.single-dropdown .prd-menu-drop {
    background: url(../img/dropdown-background.png) no-repeat;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.single-dropdown .prd-menu-drop li a:hover {
    color: #e72e28;
}

.navbar-toggle {
    display: none;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 43px;
    right: 20px;
    background: url(../img/toggle-active.png) no-repeat;
    background-size: 26px auto;
    transition: none;
    z-index: 99;
}

.navbar-close {
    background: url(../img/close-toggle.png) no-repeat;
    background-size: 26px auto;
}

.nav-open {
    overflow: hidden;
}

.nav-open .navbar-toggle {
    position: fixed;
    top: 26px;
    right: 20px;
}

#navigation-bar {
    display: block;
    float: right;
}

#navigation-bar h3 {
    margin: 0;
    display: none;
    font-size: 30px;
    font-weight: 700;
    line-height: 72px;
    color: #202020;
    text-align: center;
    text-transform: uppercase;
}

.nav {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
}

.nav a {
    text-decoration: none;
}

.nav li {
    list-style: none;
}

.nav {
    display: inline-block;
    cursor: default;
    z-index: 500;
}

.nav>li {
    position: static;
    display: block;
    float: left;
    margin-left: 13px;
}

.nav>li a {
    color: #000;
}

.nav>li.mob_view {
    display: none;
}

.nav>li:last-child a {
    padding-right: 0;
}

.nav>li>a {
    position: relative;
    display: block;
    z-index: 510;
    height: auto;
    font-family: 'Nunito Sans', sans-serif;
    padding: 0 6px;
    line-height: 55px;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 0.6px;
}

.nav>li>a span {
    font-weight: 500;
}

.nav>li:hover>a {
    color: #ea2330;
}

.nav>li.active>a {
    color: #ea2330;
}

.nav>li>a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 2px;
    cursor: auto;
    -webkit-transition: all 0.3s ease 0.15s;
    -moz-transition: all 0.3s ease 0.15s;
    -o-transition: all 0.3s ease 0.15s;
    -ms-transition: all 0.3s ease 0.15s;
    transition: all 0.3s ease 0.15s;
    background: #e72e28;
}

.nav>li:hover>a:after {
    width: 100%;
}

.nav>li.parent>a .icn_sub_arrow {
    display: none;
}

.nav>li>div {
    left: 0;
    position: absolute;
    display: block;
    width: 200px;
    z-index: 99;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0.15s;
    -moz-transition: all 0.3s ease 0.15s;
    -o-transition: all 0.3s ease 0.15s;
    -ms-transition: all 0.3s ease 0.15s;
    transition: all 0.3s ease 0.15s;
}

.nav>li.last-drowdown>div {
    right: 0;
    left: auto;
}

.nav>li:hover>div {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

#navigation-bar .submenu_wrap {
    display: block;
    position: relative;
    overflow: hidden;
}

.submenu_wrap li a {
    padding: 8px;
    display: block;
    border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
}

.submenu_wrap li:first-child a {
    border-top: none;
}

.nav_img {
    display: block;
    float: left;
    width: 394px;
    height: 497px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.pattern-dropdown {
    background: url(../img/dropdown-background.png) repeat !important;
    width: 100% !important;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    padding: 24px 0;
}

.prd-menu-drop .heading {
    font-family: Ubuntu, sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    color: #000;
    margin: 0 0 7px;
}

.prd-menu-drop .heading a:hover {
    color: #fe544f;
}

.hire-dedicated-dropdown,
.mobile-development-dropdown,
.webapp-develop-dropdown {
    width: 280px;
    float: left;
}

.webapp-develop-dropdown {
    margin: 0 30px;
}

.icon-sprite {
    background-image: url(../img/dropdown-sprite-icons.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.services-sub-dropdown li a {
    position: relative;
    display: block;
    padding-left: 27px;
    font-size: 14px;
    font-family: Ubuntu, sans-serif;
    font-weight: 300;
}

.hire-dedicated-dropdown li a,
.webapp-develop-dropdown li a {
    padding-left: 33px;
}

.services-sub-dropdown li a:hover {
    color: #e72e28;
}

.services-sub-dropdown .icon-sprite {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.services-sub-dropdown .ios-develop-icon {
    left: 3px;
    bottom: 3px;
}

.ios-develop-icon {
    width: 13px;
    height: 17px;
    background-position: left top;
}

.iphone-app-icon {
    width: 10px;
    height: 17px;
    background-position: -14px 0;
}

.services-sub-dropdown .iphone-app-icon {
    left: 4px;
}

.ipad-app-icon {
    width: 13px;
    height: 19px;
    background-position: -25px 0;
}

.services-sub-dropdown .ipad-app-icon {
    left: 3px;
}

.android-app-icon {
    width: 14px;
    height: 16px;
    background-position: -39px 0;
}

.services-sub-dropdown .android-app-icon {
    left: 2px;
}

.rub-rails-icon {
    width: 21px;
    height: 13px;
    background-position: -54px 0;
}

.services-sub-dropdown .rub-rails-icon {
    left: 1px;
}

.front-end-icon {
    width: 23px;
    height: 17px;
    background-position: -76px 0;
}

.services-sub-dropdown .front-end-icon {
    left: 1px;
}

.html5-develop-icon {
    width: 15px;
    height: 16px;
    background-position: -100px 0;
}

.services-sub-dropdown .html5-develop-icon {
    left: 6px;
}

.php-develop-icon {
    width: 17px;
    height: 17px;
    background-position: -117px 0;
}

.services-sub-dropdown .php-develop-icon {
    left: 5px;
}

.magento-develop-icon {
    width: 17px;
    height: 17px;
    background-position: -74px -20px;
}

.services-sub-dropdown .magento-develop-icon {
    left: 5px;
}

.hire-ruby-icon {
    width: 17px;
    height: 16px;
    background-position: -134px 0;
}

.services-sub-dropdown .hire-ruby-icon {
    left: 7px;
}

.hire-ios-icon {
    width: 11px;
    height: 16px;
    background-position: -152px 0;
}

.services-sub-dropdown .hire-ios-icon {
    left: 10px;
}

.submenu_wrap .hire-button {
    margin: 9px 0;
}

.hire-button {
    background: #db481b;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.7px;
    text-align: center;
    display: block;
    color: #fff !important;
    font-family: Ubuntu, sans-serif;
    padding: 6px 10px 7px;
}

.hire-button:hover {
    background: #4a4647;
}

.hire-us-dropdown {
    position: relative;
    overflow: initial;
    display: block;
    float: left;
    width: 510px;
    border-bottom: 1px #000 solid;
}

.hire-us-dropdown:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 161px;
    height: 176px;
    content: "";
    background: url(../img/hire-me.png) no-repeat;
}

.deploy-infography {
    width: 100%;
    float: left;
    padding: 40px 0 10px;
}

.header-new #nav-icon2 {
    display: none;
}

.technologies-icons {
    width: 100%;
    float: left;
}

.technologies-icons ul li {
    width: 16.66666%;
    float: left;
    border-right: 1px rgba(0, 0, 0, 0.2) solid;
    border-top: 1px rgba(0, 0, 0, 0.2) solid;
    position: relative;
}

.technologies-icons ul li:nth-child(6n) {
    border-right: none;
}

.technologies-icons ul li:nth-child(-n + 6) {
    border-top: none;
}

.technologies-icons ul li:nth-child(-n + 6):after,
.technologies-icons ul li:nth-child(-n + 6):before,
.technologies-icons ul li:nth-child(6n):after,
.technologies-icons ul li:nth-child(6n):before {
    display: none;
}

.technologies-icons ul li a {
    display: block;
    line-height: 135px;
    min-height: 135px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.technologies-icons ul li a:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 0;
    right: 0;
    bottom: 0;
    background: #e72e28;
    transition: all 0.5s ease;
}

.technologies-icons ul li a:hover:before {
    width: 100%;
}

.technologies-icons ul li::after {
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    height: 35px;
    width: 1px;
    background: #e72e28;
    transform: translateY(-50%);
}

.technologies-icons ul li::before {
    content: "";
    position: absolute;
    right: 0;
    top: -1px;
    height: 1px;
    width: 35px;
    background: #e72e28;
    transform: translateX(50%);
}

.technologies-icons .technology-sprite {
    position: relative;
}

.technology-sprite {
    vertical-align: middle;
    display: inline-block;
    background-image: url(../img/technology-sprite.png);
    background-repeat: no-repeat;
    transition: all 0.3s ease;
}

.technologies-dropdown {
    padding: 0;
}

.apple-icon {
    width: 50px;
    height: 62px;
    background-position: 0 0;
}

.apple-icon:hover,
.technologies-icons ul li a:hover .apple-icon {
    background-position: -50px 0;
}

.apple-tech:hover:before {
    background: #4a4647;
}

.android-icon {
    width: 53px;
    height: 63px;
    background-position: -101px 0;
}

.android-icon:hover,
.technologies-icons ul li a:hover .android-icon {
    background-position: -154px 0;
}

.android-tech:hover:before {
    background: #97c03d;
}

.rubyrail-icon {
    width: 67px;
    height: 64px;
    background-position: -208px 0;
}

.rubyrail-icon:hover,
.technologies-icons ul li a:hover .rubyrail-icon {
    background-position: -275px 0;
}

.rubyrail-tech:hover:before {
    background: #c00;
}

.wordpress-icon {
    width: 63px;
    height: 63px;
    background-position: -343px 0;
}

.technologies-icons ul li a:hover .wordpress-icon,
.wordpress-icon:hover {
    background-position: -406px 0;
}

.wordpress-tech:hover:before {
    background: #1f74aa;
}

.magento-icon {
    width: 50px;
    height: 60px;
    background-position: -469px 0;
}

.magento-icon:hover,
.technologies-icons ul li a:hover .magento-icon {
    background-position: -520px 0;
}

.magento-tech:hover:before {
    background: #e34f27;
}

.adobe-icon {
    width: 57px;
    height: 62px;
    background-position: 0 -62px;
}

.adobe-icon:hover,
.technologies-icons ul li a:hover .adobe-icon {
    background-position: -58px -63px;
}

.adobe-tech:hover:before {
    background: #c3002f;
}

.nod-icon {
    width: 56px;
    height: 62px;
    background-position: -116px -64px;
}

.nod-icon:hover,
.technologies-icons ul li a:hover .nod-icon {
    background-position: -172px -64px;
}

.nod-tech:hover:before {
    background: #83cc28;
}

.mysql-icon {
    width: 108px;
    height: 56px;
    background-position: -229px -65px;
}

.mysql-icon:hover,
.technologies-icons ul li a:hover .mysql-icon {
    background-position: -337px -65px;
}

.mysql-tech:hover:before {
    background: #e48f00;
}

.mysql-icon {
    width: 108px;
    height: 56px;
    background-position: -229px -65px;
}

.mysql-icon:hover,
.technologies-icons ul li a:hover .mysql-icon {
    background-position: -337px -65px;
}

.mysql-tech:hover:before {
    background: #e48f00;
}

.postgress-icon {
    width: 60px;
    height: 62px;
    background-position: -445px -65px;
}

.postgress-icon:hover,
.technologies-icons ul li a:hover .postgress-icon {
    background-position: -505px -65px;
}

.postgress-tech:hover:before {
    background: #336791;
}

.monogo-icon {
    width: 65px;
    height: 79px;
    background-position: -193px -239px;
}

.monogo-icon:hover,
.technologies-icons ul li a:hover .monogo-icon {
    background-position: -260px -239px;
}

.monogo-tech:hover:before {
    background: #412f1f;
}

.reactjs-icon {
    width: 79px;
    height: 70px;
    background-position: -394px -189px;
}

.reactjs-icon:hover,
.technologies-icons ul li a:hover .reactjs-icon {
    background-position: -473px -189px;
}

.reactjs-tech:hover:before {
    background: #00d8ff;
}

.redis-icon {
    width: 67px;
    height: 62px;
    background-position: -106px -127px;
}

.redis-icon:hover,
.technologies-icons ul li a:hover .redis-icon {
    background-position: -173px -127px;
}

.redis-tech:hover:before {
    background: #d82a20;
}

.odooo-icon {
    width: 109px;
    height: 35px;
    background-position: -240px -127px;
}

.odooo-icon:hover,
.technologies-icons ul li a:hover .odooo-icon {
    background-position: -349px -127px;
}

.odooo-tech:hover:before {
    background: #8f8f8f;
}

.sap-icon {
    width: 92px;
    height: 45px;
    background-position: -2px -189px;
}

.sap-icon:hover,
.technologies-icons ul li a:hover .sap-icon {
    background-position: -94px -189px;
}

.sap-tech:hover:before {
    background: #003d80;
}

.php-icon {
    width: 89px;
    height: 39px;
    background-position: -214px -189px;
}

.php-icon:hover,
.technologies-icons ul li a:hover .php-icon {
    background-position: -303px -189px;
}

.php-tech:hover:before {
    background: #8993be;
}

.html5-icon {
    width: 47px;
    height: 53px;
    background-position: -459px -127px;
}

.html5-icon:hover,
.technologies-icons ul li a:hover .html5-icon {
    background-position: -506px -127px;
}

.html5-tech:hover:before {
    background: #e44d26;
}

.css3-icon {
    width: 47px;
    height: 53px;
    background-position: -1px -235px;
}

.css3-icon:hover,
.technologies-icons ul li a:hover .css3-icon {
    background-position: -48px -235px;
}

.css3-tech:hover:before {
    background: #379ad6;
}

.ecommerce-icon {
    width: 47px;
    height: 53px;
    background-position: -96px -235px;
}

.ecommerce-icon:hover,
.technologies-icons ul li a:hover .ecommerce-icon {
    background-position: -143px -235px;
}

.ecommerce-tech:hover:before {
    background: #5e8e3e;
}

.single-dropdown .drp_listing>li>a {
    padding-left: 33px;
    position: relative;
}

.single-dropdown .drp_listing .icon-sprite {
    position: absolute;
    left: 10px;
    top: 10px;
}

.aws-icon {
    width: 13px;
    height: 14px;
    background-position: 0 -20px;
}

.rackspace-icon {
    width: 13px;
    height: 14px;
    background-position: -14px -20px;
}

.heroku-icon {
    width: 13px;
    height: 14px;
    background-position: -28px -20px;
}

.google-cloud-icon {
    width: 14px;
    height: 14px;
    background-position: -43px -20px;
}

.digital-ocean-icon {
    width: 14px;
    height: 14px;
    background-position: -58px -20px;
}

@media screen and (max-width: 1169px) {
    .hire-dedicated-dropdown,
    .mobile-development-dropdown,
    .webapp-develop-dropdown {
        width: 26%;
    }
    .hire-dedicated-dropdown {
        width: 56%;
    }
    .hire-us-dropdown {
        width: 41%;
    }
    .prd-menu-drop .heading {
        font-size: 16px;
    }
    .services-sub-dropdown li a {
        font-size: 13px;
    }
    .hire-button {
        font-size: 13px;
        letter-spacing: 0.1px;
    }
    .nav>li {
        margin-left: 3px;
    }
}

@media screen and (max-width: 1023px) {
    .header-new .logo {
        width: 160px;
        margin: 15px 0 0;
    }
    .nav>li {
        margin-left: 0;
    }
    .nav>li>a {
        padding: 0 5px;
        font-size: 13px;
    }
    .main-header {
        padding: 0;
    }
    .mobile-development-dropdown,
    .webapp-develop-dropdown {
        width: calc(50% - 20px);
        margin: 0 10px;
    }
    .hire-us-dropdown {
        width: 100%;
        margin: 30px 0 0;
        padding: 0 0 20px;
    }
    .hire-dedicated-dropdown {
        width: 49%;
    }
    .nav>li>div {
        width: 160px;
    }
}

@media screen and (max-width: 767px) {
    .mob_view {
        display: block;
    }
    .logo {
        width: 43px;
    }
    .header_rgt {
        margin: 0;
    }
    .navbar-toggle {
        display: inline-block;
    }
    #navigation-bar {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: rgba(255, 255, 255, 0.95);
        height: auto;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 98;
    }
    #navigation-bar h3 {
        display: block;
    }
    .nav {
        display: block;
        margin-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        overflow: hidden;
    }
    .nav>li {
        width: 100%;
        height: auto;
        margin: 0 0 5px;
    }
    .nav>li.mob_view {
        display: block;
    }
    .nav>li>a {
        display: block;
        padding: 0 20px;
        font-size: 16px;
        font-weight: 700;
        line-height: 30px;
        height: auto;
        position: relative;
        overflow: hidden;
        font-family: Ubuntu, sans-serif;
    }
    .nav>li>a span {
        font-weight: 500;
    }
    .nav>li.parent {
        position: relative;
    }
    .nav>li.parent:hover>a:after {
        content: normal;
    }
    .nav>li.parent>a span {
        display: block;
        float: left;
        margin-right: 15px;
    }
    .nav>li.parent>a .icn_sub_arrow {
        display: inline-block;
        float: left;
        width: 19px;
        height: 15px;
        margin: 7px auto;
        cursor: pointer;
        z-index: 9;
        display: block;
        background: url(../img/nav_arrow_sprite.png) no-repeat;
        transition: all 0.3s ease;
    }
    .nav>li.parent>a.open_filter .icn_sub_arrow {
        background-position: 0 -15px;
    }
    .nav>li>div {
        left: 0;
        display: none;
        padding: 0;
        position: relative;
        top: 100%;
        left: inherit;
        opacity: 1;
        visibility: visible;
        overflow: visible;
        transition: none;
    }
    .nav>li>ul li a {
        padding: 10px 0;
    }
    #navigation-bar .submenu_wrap {
        background: 0 0;
        padding: 0;
    }
    ul.drp_listing {
        min-height: inherit;
    }
    #navigation-bar .prd-menu-drop {
        width: 100%;
        text-align: left;
    }
    ul.drp_listing {
        padding: 0;
        width: 100%;
        margin: auto;
        box-sizing: border-box;
    }
    ul.drp_listing li {
        margin: 0;
    }
    ul.drp_listing li a {
        font-size: 14px;
        line-height: 20px;
        color: #333;
        text-transform: uppercase;
    }
    #navigation-bar {
        width: 100%;
    }
    .single-dropdown ul li a {
        padding: 7px 20px;
    }
    .nav>li.unselect>a.open_filter .icn_sub_arrow {
        background-position: 0 0;
    }
    .pattern-dropdown {
        float: left;
    }
    .mobile-development-dropdown,
    .webapp-develop-dropdown {
        width: 100%;
        margin: 10px 0;
    }
    .hire-us-dropdown {
        margin: 10px 0 0;
    }
    .hire-us-dropdown::after {
        display: none;
    }
    .hire-dedicated-dropdown {
        width: 100%;
        padding: 0;
    }
    .deploy-infography {
        display: none;
    }
    .nav-open .navbar-toggle {
        top: 38px;
    }
    .hire-us-dropdown {
        margin: 10px 0 0;
        border: none;
        padding: 0;
    }
    .header-new #nav-icon2 {
        position: absolute;
        right: 15px;
        top: 40px;
        z-index: 999;
        background: 0 0;
        display: block;
    }
    .header-new .nav {
        margin: 70px 0 0;
    }
    .header-fixed #nav-icon2 {
        top: 13px;
    }
    .pattern-dropdown {
        box-shadow: none;
    }
    .header-new #navigation-bar {
        background: url(../img/dropdown-background.png) repeat !important;
    }
    .single-dropdown .prd-menu-drop {
        box-shadow: none;
    }
    .single-dropdown .prd-menu-drop li a {
        font-size: 14px;
        line-height: 20px;
        color: #333;
        text-transform: uppercase;
    }
    .single-dropdown .prd-menu-drop li a:hover {
        background: 0 0;
        color: #e72e28;
    }
    .technologies-icons ul li {
        width: 50%;
        border-left: 1px rgba(0, 0, 0, 0.2) solid;
    }
    .technologies-icons ul li a {
        line-height: 115px;
        min-height: 115px;
    }
    .technologies-icons ul li:nth-child(-n + 6):after,
    .technologies-icons ul li:nth-child(-n + 6):before {
        display: block;
    }
    .technologies-icons ul li:nth-child(-n + 2):after,
    .technologies-icons ul li:nth-child(-n + 2):before,
    .technologies-icons ul li:nth-child(2n):after,
    .technologies-icons ul li:nth-child(2n):before {
        display: none;
    }
    .technologies-icons ul {
        border: 0 solid rgba(0, 0, 0, 0.2) !important;
        border-width: 0 0 1px 1px !important;
        width: 100%;
        float: left;
    }
    .technologies-icons ul li {
        border: 0 solid rgba(0, 0, 0, 0.2) !important;
        border-width: 1px 1px 0 0 !important;
    }
    .single-dropdown .prd-menu-drop {
        padding: 0 20px;
    }
    .single-dropdown .drp_listing>li>a {
        padding-left: 25px;
    }
    .single-dropdown .drp_listing .icon-sprite {
        left: 2px;
    }
    .user-img {
        width: 168px;
        float: none;
        margin: 0 auto;
    }
    .user-testimonial {
        width: 100%;
        float: right;
        position: relative;
        margin: 80px 0 0 0;
        text-align: center;
    }
    #testi-slider .owl-dots {
        position: static;
        text-align: center;
    }
    .user-testimonial:before {
        left: 0;
        right: 0;
        margin: auto;
        top: -40px;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .technologies-icons ul li {
        width: 33.3333%;
    }
    .technologies-icons ul li:after,
    .technologies-icons ul li:before {
        display: block !important;
    }
    .technologies-icons ul li:nth-child(-n + 3):after,
    .technologies-icons ul li:nth-child(-n + 3):before,
    .technologies-icons ul li:nth-child(3n):after,
    .technologies-icons ul li:nth-child(3n):before {
        display: none !important;
    }
}

.home-banner-inner {
    max-width: 1170px;
}

.mob-app-col-banner {
    width: 46%;
}

.mob-app-col-banner {
    float: right;
}

.web-app-cont-banner {
    margin: 40px 0 0 0;
}

@media screen and (max-width: 767px) {
    .mob-app-col-banner {
        width: 100%;
    }
    .web-app-cont-banner {
        margin: 10px 0 0 0;
    }
    .mob-app-col-banner {
        display: table;
    }
    .web-app-grph {
        /*display:table-header-group;*/
        float: none;
        width: 100%;
    }
    .web-app-cont-banner {
        display: table-footer-group;
        float: none;
        width: 100%;
    }
    .home-banner-inner h2 {
        margin-top: 15px;
    }
    .home-banner-inner h1 {
        margin-top: 15px;
    }
}

@media screen and (max-width: 600px) {
    .services-cta li {
        width: 100%;
        border: none;
        border-bottom: 1px #f8f8f8 solid;
    }
    .services-cta li:last-child {
        border-bottom: none;
    }
    .headerstyle {
        font-size: 26px;
        line-height: 30px;
    }
}