@charset "utf-8";

/* ##################### COMMON-ELEMENTS ##################### */

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #333;
    font-weight: 400;
}

a {
    color: #333;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
   
   margin-left:0px !important;
}
a:hover {
    text-decoration: none;
    color: #333;
}

.link {
    color: #ccc;
}

.link:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}


.link_white {
    color: #fff;
}

.link_white:hover {
    color: #fff;
}

.link_black {
    color: #000;
}

.link_black:hover {
    color: #000;
}



a:focus,
a:active {
    outline: none !important;
    text-decoration: none;
    color: initial;
}

.readmore {
    color: #673AB7;
}

::selection {
    background-color: #DC4E44;
    color: #fff;
}

::-moz-selection {
    background-color: #DC4E44;
    color: #fff;
}

.content-wrapper {
    margin-top: 80px;
}

#callin-action-section {
    background: #DC4E44;
    background-image: url(../images/background-waves.svg);
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

#callin-action-section-angularjs {
    background: #DC4E44;
    background-image: url(../images/background-waves.svg);
    color: #fff;
    padding-top: 96px;
    padding-bottom: 96px;
    text-align: center;
}

#callin-action-section-node {
    background: #284b2d;
    background-image: url(../images/background-waves.svg);
    color: #fff;
    padding-top: 96px;
    padding-bottom: 96px;
    text-align: center;
}

#callin-action-section-web-design {
    background: #146990;
    background-image: url(../images/background-waves.svg);
    color: #fff;
    padding-top: 96px;
    padding-bottom: 96px;
    text-align: center;
}
#callin-action-section-net {
    background: #053181;
    background-image: url(../images/background-waves.svg);
    color: #fff;
    padding-top: 96px;
    padding-bottom: 96px;
    text-align: center;
}
#callin-action-section-laravel {
    background: #e06532;
    background-image: url(../images/background-waves.svg);
    color: #fff;
    padding-top: 96px;
    padding-bottom: 96px;
    text-align: center;
}
#callin-action-section-web-development {
    background: #ab3943;
    background-image: url(../images/background-waves.svg);
    color: #fff;
    padding-top: 96px;
    padding-bottom: 96px;
    text-align: center;
}

#callin-action-section-ecommerce {
    background: #34495E;
    background-image: url(../images/background-waves.svg);
    color: #fff;
    padding-top: 96px;
    padding-bottom: 96px;
    text-align: center;
}
#callin-action-section-iphone-development {
    background: #080F17;
    background-image: url(../images/background-waves.svg);
    color: #fff;
    padding-top: 96px;
    padding-bottom: 96px;
    text-align: center;
}

#callin-action-section-android-development {
    background: #9ac768;
    background-image: url(../images/background-waves.svg);
    color: #fff;
    padding-top: 96px;
    padding-bottom: 96px;
    text-align: center;
}
#callin-action-section-cordova-development {
    background: #335058;
    background-image: url(../images/background-waves.svg);
    color: #fff;
    padding-top: 96px;
    padding-bottom: 96px;
    text-align: center;
}
#callin-action-section-mean-stack {
    background: #494955;
    background-image: url(../images/background-waves.svg);
    color: #fff;
    padding-top: 96px;
    padding-bottom: 96px;
    text-align: center;
}
#callin-action-section-ionic {
    background: #256db3;
    background-image: url(../images/background-waves.svg);
    color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

#callin-action-section-cross-platform {
    background: #337f7f;
    background-image: url(../images/background-waves.svg);
    color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
}

#callin-action-section-hire-angular {
    background: #882418;
    background-image: url(../images/background-waves.svg);
    color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
}

#callin-action-section-hire-mean {
    background: #267A9E;
    background-image: url(../images/background-waves.svg);
    color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
}

#callin-action-section-hire-ionic {
    background: #6e7cc3;
    background-image: url(../images/background-waves.svg);
    color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
}

#callin-action-section-hire-android {
    background: #77a04a;
    background-image: url(../images/background-waves.svg);
    color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
}

#callin-action-section .punchline {
    padding-bottom: 20px;
}

#callin-action-section .punchline a {
    color: #fff;
}

.div-gap {
    height: 30px;
}

.center-align {
    text-align: center;
}

#blog-details .affix {
    top: 80px;
}

.margin15 {
    margin-top: 15px;
}

.margin30 {
    margin-top: 30px;
}


/* --------------------- Media Queries --------------------- */


/* Extra Small Device */

@media ( max-width:767px) {
    body {
        font-size: 14px;
    }
    .content-wrapper {
        margin-top: 60px;
    }
}


/* Small Device */

@media ( min-width:768px) and (max-width:991px) {
    body {
        font-size: 14px;
    }
    .content-wrapper {
        margin-top: 60px;
    }
}
/* Medium Device */

@media ( min-width:992px) and (max-width:1200px) {}

/* ######################### TOPOGRAPHY ######################### */

.animated {
    visibility: hidden;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
}

.owl-item.animated {
    visibility: visible;
}

h1 {
    font-size: 46px;
    font-weight: 100;
    color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 36px;
}

h2 {
    font-size: 36px;
    font-weight: 100;
    line-height: 44px;
    color: #333;
    margin-top: 15px;
}

h3 {
    margin-top: 0;
    font-weight: 300;
    font-size: 26px;
    line-height: 34px;
}

h4 {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.light-text {
    color: #666;
}

.inverse-text {
    color: #fff;
    line-height: 50px;
}

p {
    line-height: 26px;
}

.center-align {
    text-align: center;
}

.banner-text {
    margin-top: 0;
    padding-top: 0;
    font-weight: 300;
    font-size: 26px;
    line-height: 34px;
    color: #fff;
}

.sub-title {
    font-size: 18px;
}


/* --------------------- Media Queries --------------------- */


/* Extra Small Device*/

@media ( max-width:767px) {
    .banner-title{   font-size: 30px;
    line-height: 34px;
    font-weight: 100;
    color: #fff;
    margin-top:20px;
    }
    h1 {
        font-size: 30px;
        line-height: 34px;
        padding-bottom: 13px;
        padding-top: 13px;
    }
    h2 {
        font-size: 24px;
        line-height: 30px;
    }
    h3 {
        font-weight: 300;
        font-size: 20px;
        line-height: 30px;
        margin-top: 0;
    }
    h4 {
        font-size: 16px;
        line-height: 24px;
    }
    h5 {
        font-size: 14px;
    }
    p {
        line-height: 24px;
    }
    .banner-text {
        font-size: 16px;
        line-height: 24px;
    }
}


/* Small Device */

@media ( min-width:768px) and (max-width:991px) {
    h1 {
        font-size: 38px;
        font-weight: 100;
        color: #000;
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 38px;
    }
    h2 {
        font-size: 30px;
        line-height: 40px;
        margin-top: 0;
    }
    h3 {
        font-size: 22px;
        line-height: 32px;
    }
    h4 {
        font-size: 18px;
        line-height: 26px;
    }
    .light-text {
        color: #666;
    }
    .inverse-text {
        color: #fff;
          line-height: 50px;
    }
    .banner-text {
        font-size: 22px;
        line-height: 32px;
    }
    p {
        line-height: 26px;
    }
}


/* Medium Device */

@media ( min-width:992px) and (max-width:1200px) {
    h1 {
        font-size: 40px;
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 42px;
    }
    h2 {
        font-size: 34px;
        line-height: 40px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 18px;
        line-height: 26px;
    }
    h5 {
        font-size: 16px;
    }
    .light-text {
        color: #666;
    }
    .inverse-text {
        color: #fff;
          line-height: 50px;
    }
    .banner-text {
        font-size: 24px;
        line-height: 34px;
    }
    p {
        line-height: 26px;
    }
}


/* ############################################################ */


/* ######################### BUTTONS ######################### */

.btn-normal {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 300;
    padding: 6px 15px;
}

.btn-small {
    border-radius: 3px;
    font-size: 14px;
    padding: 6px 12px;
}

.btn-yellow {
    background: #DC4E44;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.3);
    color: #fff;
}

.btn-blue {
    background: #0067B9;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.3);
    color: #fff;
}

.btn-calm {
    background: #4FC3F7;
    color: #fff;
}

.btn-orange {
    background: #f25a29;
    color: #fff;
}

.btn-orange:hover {
    background: #ecf4ea;
    color: #fff;
}

.btn-white {
    background: #ecf4ea;
    color: #333;
}

.btn-white:hover {
    background: #fff;
    color: #333;
}

.btn-black {
    background: #152934;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 50px;
}

.btn-black:focus,
.btn-black:hover {
    background: #041823;
    color: #fff;
}

.btn-red-outline {
    border: 1px solid #CE483E;
    color: #CE483E;
}

.btn-calm-outline {
    border: 1px solid #50C6F8;
    color: #50C6F8;
}

.btn-green-outline {
    border: 1px solid #7DB343;
    color: #7DB343;
}

.btn-green-outline:hover {
    background: #7DB343;
    color: #fff;
}

.btn-orange-outline {
    border: 1px solid #ff9800;
    color: #ff9800;
}

.btn-gray-outline {
    border: 1px solid #333;
    color: #333;
}

.btn-gray-new-outline {
    border: 1px solid #ccc;
    color: #999;
}

.btn-calm-outline {
    border: 1px solid #50C6F8;
    color: #50C6F8;
}

.btn-calm-outline:focus,
.btn-calm-outline:hover {
    background: #50C6F8;
    color: #fff;
}

.btn-gray {
    background: #f2f2f2;
    border: 1px solid #e6e5e5;
    font-size: 26px;
    padding: 3px 15px;
}

.btn-purple-outline {
    border: 1px solid #673AB7;
    color: #673AB7;
}

.btn-bordered {
    border: 1px solid #fff;
    color: #fff;
}

.btn-bordered-inverse {
    border: 1px solid #333;
    color: #333;
}

.btn-bordered:hover {
    border: 1px solid #fff;
    color: #fff;
}

.btn-shadow {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
}

.btn-shadow:hover,
.btn-shadow:focus {
    box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.18), 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}

.btn-hover-shadow:hover {
    box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.18), 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}

.btn-bordered:focus {
    color: #fff;
}

.btn-filled:hover,
.btn-filled:focus {
    background: #fff;
    color: #333;
}

.btn-yellow:hover {
    background: #CE483E;
    color: #fff;
}

.btn-blue:focus,
.btn-blue:hover {
    background: 0060a2;
    color: #fff;
}

.btn-calm:focus,
.btn-calm:hover {
    background: #40b5e7;
    color: #fff;
}

.btn-red-outline:hover,
.btn-red-outline:focus {
    background: #CE483E;
    color: #fff;
}

.btn-calm-outline:hover,
.btn-calm-outline:focus {
    background: #50C6F8;
    color: #fff;
}

.btn-gray-outline:hover,
.btn-gray-outline:focus {
    background: #333;
    color: #fff;
}

.btn-purple-outline:hover,
.btn-purple-outline:focus {
    background: #673AB7;
    color: #fff;
}

.btn-orange-outline:hover {
    background: #ff9800;
    color: #fff;
}

.btn-backto {
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.3);
    color: #333;
}

.btn-backto:hover {
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.3);
    color: #333;
}

.btn-subscribe {
    background: #009A58;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.btn-subscribe:hover {
    background: #007D47;
    color: #fff;
}

.btn-social {
    font-weight: 400;
    color: #fff;
    padding: 6px 5px;
    display: inline-block;
    min-width: 135px;
}

.btn-social span {
    padding: 7px;
}

.btn-facebook {
    background: linear-gradient(to right, #2C5083 25%, #335B96 10%);
}

.btn-twitter {
    background: linear-gradient(to right, #00A2E8 25%, #23AEE8 10%);
}

.btn-googleplus {
    background: linear-gradient(to right, #DD453E 25%, #F44845 10%);
}

.btn-social:hover,
.btn-social:focus,
.btn-yellow:hover,
.btn-yellow:focus,
.btn-subscribe:focus {
    color: #fff;
}

a.bg-primary:hover,
a.bg-primary:focus {
    color: #fff;
}

#hiring-btn {
    background: #4527a0;
    border-radius: 3px;
    bottom: 2%;
    color: #fff;
    font-size: 12px;
    left: 0.5%;
    opacity: 0.8;
    padding: 5px 14px;
    position: fixed;
    z-index: 999;
}

#hiring-btn:hover {
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1), 0px 4px 3px rgba(0, 0, 0, 0.3);
}


/* --------------------- Media Queries --------------------- */


/* Extra Small Device */

@media ( max-width:360px) {
    .btn-normal {
        font-size: 16px;
        padding: 6px 12px;
    }
}

@media ( max-width:767px) {
    .btn-facebook {
        background: #335B96;
    }
    .btn-twitter {
        background: #23AEE8;
    }
    .btn-googleplus {
        background: #F44845;
    }
}


/* Small Device */

@media ( min-width:768px) and (max-width:991px) {}


/* Medium Device */

@media ( min-width:992px) and (max-width:1200px) {}


/* ############################################################ */


/* ########################### MODAL ########################## */

.modal-open .modal {
    background: #fff;
}

.modal-content {
    box-shadow: none;
    border: none;
}

.modal-body h2 {
    margin-bottom: 0;
}

.modal-body h4 span {
    font-size: 16px;
    font-weight: 300;
}

.borderbottom {
    border-bottom: 1px solid #DDD;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.tip-line {
    font-size: 10px;
}

.getintouch-title {
    font-weight: 400;
}

.modal-images img {
    display: inline-block;
    padding: 15px 3px;
}

.modal-para-content {
    margin-left: 20px;
}

input[type="file"] {
    display: inline-block;
}

input[type="file"]:focus {
    outline: none;
}

.modal-body .btn-file {
    padding: 6px 3px;
}

.modal-body .btn-file:active {
    box-shadow: none;
}

.modal-body .close {
    margin-top: 5px;
    padding: 6px 15px;
    opacity: 1;
}

.modal-body .marginbottom {
    margin-bottom: 30px;
}

.modal-body .modalbackto {
    float: right;
}

.modal-body .modalbackto.btn-small i {
    margin-right: 9px;
}

#quick-contact-form .circle {
    display: inline-block;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: #F2F2F2;
    text-align: center;
    margin: 15px 0;
    padding-top: 15px;
    box-shadow: 2px 2px 2px 2px #ccc;
}

#quick-contact-form .circle+p {
    text-align: center;
    font-weight: 400;
    line-height: 16px;
}

#quick-contact-form .circle img {
    display: inline-block;
    padding-top: 25px;
    width: 40px;
}


/* --------------------- Media Queries --------------------- */


/* Extra Small Device */

@media ( max-width:767px) {
    .modal-body .modalbackto {
        float: left;
        margin-top: 15px;
    }
}


/* Small Device */

@media ( min-width:768px) and (max-width:991px) {}


/* Medium Device */

@media ( min-width:992px) and (max-width:1200px) {}


/* ############################################################ */


/* ##################### HEADER ##################### */

.navbar-default {
    background-color: #fff;
}

.navbar-default .navbar-brand {
    padding-top: 15px;
}

.navbar-default .navbar-nav {
    float: right;
}

#myNavbar .transparent-strip:before {
    content: "";
    position: absolute;
    background: transparent;
    width: 100%;
    height: 95px;
    z-index: 1;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    font-size: 16px;
}

#header .dropdown-menu {
    border: 0px solid transparent;
    background: #eee;
    padding: 0;
    padding: 30px 0;
    border-radius: 0;
}

#header .dropdown-menu h4 {
    font-weight: 600;
}

#header .dropdown-menu h5 {
    padding-bottom: 7px;
    font-size: 14px;
    font-weight: 600;
}

#header .dropdown-menu .social-icons p {
    margin: 15px 0 10px 0;
}

#header .dropdown-menu .social-icons img {
    display: inline-block;
    margin-right: 5px;
}


/* #header .dropdown-menu h5 .icon-pic {
    text-align: right;
    padding: 0;
} */

#header .dropdown-menu h5 .icon-pic {
    padding: 0 10px 0 0;
    float: left;
}

#header .dropdown-menu .hiring h5 {
    border-bottom: none;
    margin-bottom: 0;
}

#header .dropdown-menu .hiring h5+p {
    font-size: 12px;
    padding-bottom: 10px;
}

#header .dropdown-menu h5 img {
    display: inline-block;
}

#header .dropdown-menu .connect h5 {
    letter-spacing: 0px;
    margin-bottom: 7px;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -m-transition: all 0.7s;
    -transition: all 0.7s;
}

#header .dropdown-menu p {
    color: #666;
    margin: 0;
    padding: 0;
    line-height: 22px;
    font-size: 13px;
}

#header .dropdown-menu .submenu-list p {
    border-bottom: 1px solid #ddd;
    line-height: 32px;
}

#header .dropdown-menu .submenu-list.last {
    margin-top: 50px;
}

#header .dropdown-menu p a {
    color: #666;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -m-transition: all 0.3s;
    transition: all 0.3s;
}

#header .dropdown-menu a.view-link {
    border-bottom: 1px solid #DC4E44;
    color: #DC4E44;
}

#header .dropdown-menu p a:hover {
    color: #DC4E44;
}

#header .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
    padding: 0;
}

#header .dropdown-menu>li>a {
    color: #333;
    font-size: 15px;
    font-weight: 300;
    padding: 6px 50px 6px 15px;
}

.nav > li.dropdown {
    position: static;
}

.nav > li.dropdown .dropdown-menu {
    width: 100%;
    left: 0;
}

#header .dropdown-menu .connect p {
    padding-top: 15px;
    line-height: 18px;
}

#header .dropdown-menu .dropdown-bottom {
    padding-top: 30px;
}

#header .dropdown-menu .dropdown-bottom p {
    font-size: 12px;
}

#header .dropdown-menu .dropdown-bottom h5 {
    border-bottom: 1px solid #ccc;
    margin: 0;
}

#header .dropdown-menu .dropdown-bottom h5.hire-text {
    color: #DC4E44;
}

#header .dropdown-menu>li>a i {
    position: absolute;
    right: 15px;
    line-height: 1.5;
}

#header .dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background: #D1D1D4;
}

.navbar-default .nav>li {
    padding: 20px 0 20px 15px;
}

#header .navbar-default .nav>li>a {
    padding: 10px 0;
}

#header .nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #fff;
}

#header .get-in-touch {
    border-radius: 3px;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 10px;
}

#header .get-in-touch:hover,
#header .get-in-touch:focus {
    background: #CE483E;
    color: #fff;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.3)
}

.underline>a::after {
    position: absolute;
    top: 135%;
    left: 0;
    width: 100%;
    border-top: 6px solid #eee;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

.underline:hover>a::after {
    opacity: 2;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.dropdown-menu .underline a:hover::after,
.dropdown-menu .underline a:focus::after {
    transition: none;
}

#header .navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #333;
}

.services-list {
    padding-top: 55px;
}


/* --------------------- Media Queries --------------------- */


/* Extra Small Device */

@media ( max-width:767px) {
    .navbar-default {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: 1px solid #DDD;
        box-shadow: 0px 5px 5px -5px #CCC;
    }
    .navbar-header {
        padding: 0 15px;
    }
    #header .dropdown-menu>li>a {
        background: none;
    }
    .navbar-default .navbar-toggle {
        margin-right: 0;
        margin-top: 13px;
        padding: 6px 15px;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: none;
        border-color: #1A1A1A;
    }
    #header .navbar-default .getintouch {
        padding: 6px 10px;
        margin-right: 5px;
    }
    #header .navbar-default .getintouch i {
        width: 22px;
    }
    .navbar-default .navbar-toggle:focus .icon-bar,
    .navbar-default .navbar-toggle:hover .icon-bar {
        background: #1A1A1A;
    }
    #header .navbar-default .nav>li {
        padding: 0;
    }
    #header .navbar-default .nav>li>a {
        padding: 10px 15px;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -m-transition: none;
        transition: none;
        text-transform: uppercase;
        font-size: 14px;
    }
    .navbar-default .nav>li>a:hover {
        background: #1A1A1A;
        color: #fff;
    }
    .navbar-default .navbar-brand {
        margin-bottom: 10px;
        padding-top: 10px;
        padding-left: 0;
        padding-right: 0;
        width: 190px;
    }
    .a::after {
        display: none;
    }
    .navbar-collapse {
        border-bottom: 1px solid transparent;
    }
    .navbar-default .navbar-nav {
        float: none;
    }
    .underline a::after {
        display: none;
    }
    #header .navbar-default .nav>li {
        padding: 0px;
        border-bottom: 1px solid #f2f2f2;
    }
    #header .navbar-default .nav>li:nth-child(6) {
        border-bottom: none;
    }
    .navbar-default .nav>li>a:hover {
        background: none;
        color: #333;
    }
    #header .navbar-default .nav>li>a>i {
        position: absolute;
        right: 15px;
        font-size: 24px;
    }
    #header .navbar-default .nav>li>a {
        font-size: 16px;
        line-height: 30p;
    }
    #header .dropdown-menu h5 {
        font-size: 15px;
        font-weight: 600;
        line-height: 28px;
    }
    #header .dropdown-menu p {
        font-size: 14px;
        line-height: 30px;
    }
    #header .dropdown-menu {
        background-color: #fff;
        margin: 0;
        padding: 0px;
        border-radius: 3px;
        box-shadow: none;
        border: none;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 580px;
    }
    .navbar-fixed-top .navbar-collapse {
        background: #fff;
        position: absolute;
        display: block;
        width: 100%;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .navbar-fixed-top .navbar-collapse.slideHidden {
        left: -100%;
    }
    .navbar-fixed-top .navbar-collapse.slideShown {
        left: 15px;
    }
    #header .dropdown-menu h5 {
        cursor: pointer;
        border: 1px solid #eee;
        background: #f7f7f7;
        border-bottom: none;
        margin: 0 15px;
        font-weight: 500;
        padding: 7px 5px;
    }
    #header .dropdown-menu.first h5,
    #header .dropdown-menu.first .submenu-list {
        margin: 0 15px;
    }
    #header .dropdown-menu .submenu-list.last p:last-child {
        border-bottom: none;
    }
    #header .dropdown-menu h5:last-child {
        border-bottom: 1px solid #eee;
    }
    #header .dropdown-menu .submenu-list,
    #header .dropdown-menu .connect,
    #header .dropdown-menu .dropdown-bottom,
    #header .dropdown-menu h5 .icon-pic,
    #header .dropdown-menu h4,
    #header .dropdown-menu h4+p,
    #header .dropdown-menu a.btn-yellow,
    #header .dropdown-menu h5 img,
    #header .dropdown-menu .hiring h5~* {
        display: none;
    }
    #header .dropdown-menu .submenu-list {
        padding: 5px 15px 0 15px;
        margin: 0 15px;
        border: 1px solid #eee;
        border-bottom: none;
    }
    #header .dropdown-menu .submenu-list.last {
        margin: 0 30px;
        border-top: none;
    }
    #header .dropdown-menu p a {
        display: block;
    }
    #header .dropdown.open .dropdown-menu .container {
        margin: 0 -15px;
    }
    .submenu-list {
        max-height: 125px;
        overflow-x: scroll;
    }
}


/* Small Device */

@media ( min-width:768px) and (max-width:991px) {
    #header .dropdown-menu .submenu-list {
        padding: 5px 15px 0 15px;
        border: 1px solid #eee;
        border-bottom: none;
    }
    #header .dropdown-menu .submenu-list.last {
        margin: 0 0 0 15px;
        padding-top: 0;
        border-top: none;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-default {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: 1px solid #DDD;
        box-shadow: 0px 5px 5px -5px #CCC;
    }
    .navbar-header {
        padding: 0 15px;
    }
    #header .dropdown-menu>li>a {
        background: none;
    }
    .navbar-default .navbar-toggle {
        margin-right: 0;
        margin-top: 13px;
        padding: 6px 15px;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: none;
        border-color: #1A1A1A;
    }
    #header .navbar-default .getintouch {
        padding: 6px 10px;
        margin-right: 5px;
    }
    #header .navbar-default .getintouch i {
        width: 22px;
    }
    .navbar-default .navbar-toggle:focus .icon-bar,
    .navbar-default .navbar-toggle:hover .icon-bar {
        background: #1A1A1A;
    }
    #header .navbar-default .nav>li {
        padding: 0;
    }
    #header .navbar-default .nav>li>a {
        padding: 10px 0;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
    .navbar-default .nav>li>a:hover {
        background: #1A1A1A;
        color: #fff;
    }
    .navbar-default .navbar-brand {
        margin-bottom: 10px;
        padding-top: 10px;
        padding-left: 0;
        padding-right: 0;
        width: 200px;
    }
    .a::after {
        display: none;
    }
    .navbar-collapse {
        border-bottom: 1px solid transparent;
    }
    .navbar-default .navbar-nav {
        float: none;
    }
    .underline a::after {
        display: none;
    }
    #header .navbar-default .nav>li {
        padding: 0px;
        border-bottom: 1px solid #f2f2f2;
    }
    #header .navbar-default .nav>li:nth-child(6) {
        border-bottom: none;
    }
    .navbar-default .nav>li>a:hover {
        background: none;
        color: #333;
    }
    #header .navbar-default .nav>li>a>i {
        position: absolute;
        right: 15px;
        font-size: 24px;
    }
    #header .dropdown-menu {
        position: relative;
        background-color: #fff;
        margin: 0;
        padding: 0px;
        border-radius: 3px;
        box-shadow: none;
        border: none;
    }
    #header .dropdown-menu h5 {
        border: none;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 500px;
    }
    #header .dropdown-menu .submenu-list,
    #header .dropdown-menu .connect,
    #header .dropdown-menu .dropdown-bottom,
    #header .dropdown-menu h5 .icon-pic {
        display: none;
    }
    /*  for left to right sliding effect    */
    .navbar-default {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: 1px solid #DDD;
        box-shadow: 0px 5px 5px -5px #CCC;
    }
    .navbar-header {
        padding: 0 15px;
    }
    #header .dropdown-menu>li>a {
        background: none;
    }
    .navbar-default .navbar-toggle {
        margin-right: -15px;
        margin-top: 13px;
        padding: 6px 15px;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: none;
        border-color: #1A1A1A;
    }
    #header .navbar-default .getintouch {
        padding: 6px 10px;
        margin-right: 5px;
    }
    #header .navbar-default .getintouch i {
        width: 22px;
    }
    .navbar-default .navbar-toggle:focus .icon-bar,
    .navbar-default .navbar-toggle:hover .icon-bar {
        background: #1A1A1A;
    }
    #header .navbar-default .nav>li {
        padding: 0;
    }
    #header .navbar-default .nav>li>a {
        padding: 10px 25px;
        transition: none;
        text-transform: uppercase;
        font-size: 14px;
    }
    .navbar-default .nav>li>a:hover {
        background: #1A1A1A;
        color: #fff;
    }
    .navbar-default .navbar-brand {
        margin-bottom: 10px;
        padding-top: 10px;
        padding-left: 0;
        padding-right: 0;
        width: 200px;
    }
    .a::after {
        display: none;
    }
    .navbar-collapse {
        border-bottom: 1px solid transparent;
    }
    .navbar-default .navbar-nav {
        float: none;
    }
    .underline a::after {
        display: none;
    }
    #header .navbar-default .nav>li {
        padding: 0px;
        border-bottom: 1px solid #f2f2f2;
    }
    #header .navbar-default .nav>li:nth-child(6) {
        border-bottom: none;
    }
    .navbar-default .nav>li>a:hover {
        background: none;
        color: #333;
    }
    #header .navbar-default .nav>li>a>i {
        position: absolute;
        right: 30px;
        font-size: 24px;
    }
    #header .dropdown-menu {
        background-color: #fff;
        margin: 0 0 0 25px;
        padding: 0px;
        border-radius: 3px;
        box-shadow: none;
        border: none;
    }
    #header .dropdown.open .dropdown-menu {
        margin-bottom: 15px;
        background: transparent;
    }
    #header .dropdown.open .dropdown-menu .container {
        margin-left: -15px;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 500px;
    }
    .navbar-fixed-top .navbar-collapse {
        background: #fff;
        position: absolute;
        display: block;
        width: 100%;
        transition: all 0.7s ease;
    }
    .navbar-fixed-top .navbar-collapse.slideHidden {
        left: -100%;
    }
    .navbar-fixed-top .navbar-collapse.slideShown {
        left: 0;
    }
    #header .dropdown-menu h5 {
        cursor: pointer;
        border: 1px solid #eee;
        background: #f7f7f7;
        border-bottom: none;
        margin: 0;
        font-weight: 500;
        padding: 10px 5px;
    }
    #header .dropdown-menu h5:last-child {
        border-bottom: 1px solid #eee;
    }
    #header .dropdown-menu .submenu-list,
    #header .dropdown-menu .connect,
    #header .dropdown-menu .dropdown-bottom,
    #header .dropdown-menu h5 .icon-pic,
    #header .dropdown-menu h4,
    #header .dropdown-menu h4+p,
    #header .dropdown-menu a.btn-yellow,
    #header .dropdown-menu h5 img,
    #header .dropdown-menu .hiring h5,
    #header .dropdown-menu .hiring h5~* {
        display: none;
    }
    #header .dropdown-menu .submenu-list {
        padding: 5px 15px;
        border: 1px solid #eee;
        border-bottom: none;
    }
}


/* Medium Device */

@media ( min-width:992px) and (max-width:1200px) {
    .navbar-default .nav>li {
        padding: 20px 5px;
    }
    #header .navbar-default .nav>li>a {
        font-size: 15px;
    }
    .navbar-default .navbar-brand {
        margin-bottom: 10px;
        padding-top: 15px;
        width: 270px;
    }
    #header .dropdown-menu .social-icons .col-md-5 {
        padding-right: 0;
    }
}


/* ############################################################ */


/* ##################### FOOTER ##################### */

#footer {
    background: #373737;
    padding-top: 40px;
    padding-bottom: 30px;
    font-size: 12px;
    color: #aaa;
}

#footer p {
    line-height: 1.42857;
}

#footer p.title {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
}

#footer .footer-logo {
    background: url(../images/footer-border.png) 90% top repeat-y;
    min-height: 110px;
    padding-top: 30px;
}

#footer .col-sm-2 img {
    margin: auto;
}

#footer a {
    display: block;
    color: #aaa;
    line-height: 20px;
}

#footer a:hover {
    text-decoration: none;
    color: #fff;
}

#footer .location {
    min-height: 100px;
    font-size: 13px;
}

#footer .location p {
    line-height: 1.42857;
}

#header .official-icon {
    width: 24px;
    height: 25px;
    display: inline-block;
    text-align: center;
    font-size: 25px;
    margin-right: 5px;
    
}
#header .official-icon.facebook{
    color: #3B5998;
    border-color: #3B5998;
}
#header .official-icon.twitter{
    color: #02A7E6;
    border-color: #02A7E6;
}
#header .official-icon.pinterest{
    color: #3B5998;
    border-color: #3B5998;
}
#header .official-icon.pinterest{
    color: #cb2027;
    border-color: #cb2027;
}
#header .official-icon.google-plus{
    color: #DC473A;
    border-color: #DC473A;
}
#header .official-icon.linkedin{
    color: #0177B5;
    border-color: #0177B5;
}
#header .official-icon.medium{
    color: #12100e;
    border-color: #12100e;
}


#footer .circle-icon {
    width: 25px;
    height: 25px;
    padding: 2px 0;
    border-radius: 50px;
    border: 1px solid #aaa;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    margin-right: 5px;
    background: #aaa;
    color: #333;
    overflow: hidden;
}

#footer .circle-icon:hover {
    box-shadow: 0px -1px 0px transparent inset, 0px 2px 3px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.3);
    color: #fff;
}

#footer .circle-icon.facebook:hover {
    background: #3B5998;
    border-color: #3B5998;
}

#footer .circle-icon.twitter:hover {
    background: #02A7E6;
    border-color: #02A7E6;
}

#footer .circle-icon.linkedin:hover {
    background: #0177B5;
    border-color: #0177B5;
}

#footer .circle-icon.googleplus:hover {
    background: #DC473A;
    border-color: #DC473A;
}
#footer .circle-icon.pinterest:hover {
    background: #cb2027;
    border-color: #cb2027;
}
#footer .circle-icon.medium:hover {
    background: #12100e;
    border-color: #12100e;
    color: #fff;
}

#footer .circle-icon.youtube:hover{
    background: #cb2027;
    border-color: #cb2027;
}
#footer .footer-border {
    padding-right: 25px;
    border-right: 1px solid #858585;

}

#footer .learnmore {
    display: inline-block;
    border-bottom: 1px solid #aaa;
    margin: 10px 0;
}

#footer .kwd-link {
    padding: 15px 0;
}

#footer .middle {
    padding: 25px 0 0 0;
}

#footer .kwd-link a {
    display: inline-block;
}

#copyright {
    background: #353535;
    padding: 10px 0;
    color: #a7a7a7;
    font-size: 12px;
    text-align: center;
}


/* --------------------- Media Queries --------------------- */


/* Extra Small Device */

@media ( max-width:767px) {
    #footer .footer-logo {
        background: none;
        min-height: 110px;
        padding-top: 30px;
    }
    #footer .footer-border {
        border-right: none ;
        padding-top: 25px;
        padding-left: 15px;
    }
    #mobileapp .mobileapp-heading {
        margin-top: 30px;
    }
    #footer .col-sm-2 img {
        margin: 0px;
    }
    #footer .location {
        margin-top: 20px;
    }
    #footer .middle {
        padding: 0 0 0 15px;
    }
}


/* Small Device */

@media ( min-width:768px) and (max-width:991px) {}


/* Medium Device */

@media ( min-width:992px) and (max-width:1200px) {}


/* ############################################################ */


/* ######################### FORM ######################### */

.form-control {
    border-radius: 0;
    border-width: 0px 0px 1px;
    box-shadow: none;
}

label {
    font-weight: 400;
}

.form-control:focus {
    border-color: none;
    box-shadow: none;
    color: #333;
}

#contactFrm .form-control {
    padding-left: 0;
    margin-left: 5px;
    width: 89%;
    display: inline-block;
}

#contactFrm {
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 3px;
}

#contactFrm .form-group {
    margin-bottom: 15px;
}

#contactFrm .form-group i {
    color: #DC4E44;
}

#contactFrm .checkbox-inline {
    font-weight: 300;
}


/* ############################################################ */


/* go to top*/

.cd-top {
    display: inline-block;
    height: 30px;
    width: 30px;
    position: fixed;
    bottom: 3%;
    border-radius: 50px;
    right: 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.3) url(../images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
    z-index: 999;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: 0.85;
}

.cd-top.cd-fade-out:hover {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: 1;
}

.cd-top.cd-fade-out:hover i {
    color: #333;
}

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 40px;
        width: 40px;
        right: 20px;
    }
}


/* ----------------- code for animated blinking cursor ---------------------- */

.typed-cursor {
    opacity: 1;
    font-weight: 100;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    position: absolute;
    bottom: 70%;
    color: transparent;
}

@-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* ##################### BANNER ##################### */

#banner {
    background: #253545;
    margin-top: 80px;
}

#banner img {
    margin:0 auto;
    opacity: 0.3;
}

#banner .item {
    position: relative;
}

#banner .item .home-page-text {
    position: absolute;
    top: 20%;
    width: 500px;
    color: #fff;
    left: 60%;
}

#banner .item .home-page-text .banner-title {
    color: #fff;
    font-size: 56px;
    line-height: 70px;
    font-weight: 600;
}

#banner .owl-theme .owl-controls {
    margin-top: -42px;
    text-align: center;
    position: absolute;
    width: 100%;
}

#banner .item .home-page-text p {
    padding-bottom: 15px;
}


/* --------------------- Media Queries --------------------- */


/*  Small Device */

@media ( min-width:768px) and ( max-width:991px) {
    #banner {
        margin-top: 60px;
        position: relative;
    }
    #banner .item .home-page-text {
        position: static;
        width: auto;
        color: #fff;
        padding-left: 15px;
    }
    #banner .item .home-page-text .banner-title {
        font-size: 32px;
        margin: 0px;
        padding-bottom: 0px;
        line-height: 56px;
        padding-top: 0px;
    }
    #banner .item .home-page-text p {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 5px;
    }
    #banner .owl-theme .owl-controls {
        margin-top: 0px;
        text-align: center;
        position: static;
    }
}


/* Medium Device */

@media ( min-width:991px) and (max-width:1200px) {
    #banner .item .home-page-text {
        top: 5%;
    }
    #banner .item .home-page-text .banner-title {
        color: #fff;
        font-size: 43px;
        line-height: 60px;
    }
    #banner .home-page-text p {
        font-size: 13px;
    }
}


/* Extra Small Device */

@media ( max-width:767px) {
    #banner {
        margin-top: 60px;
        position: relative;
    }
    #banner .item .home-page-text {
        position: static;
        width: auto;
        color: #fff;
        padding-left: 15px;
    }
    #banner .item .home-page-text .banner-title {
        font-size: 15px;
        margin: 0px;
        padding-bottom: 0px;
        line-height: 28px;
    }
    #banner .item .home-page-text p {
        font-size: 12px;
        line-height: 22px;
        padding-bottom: 0px;
    }
    #banner .owl-theme .owl-controls {
        margin-top: 0px;
        text-align: center;
        position: static;
    }
}


/* ############################################################ */

.down-arrow {
    width: 50px;
    background: #fff;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    margin: auto;
    margin-top: -20px;
    z-index: 999;
    position: absolute;
    left: 48%;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: box-shadow 1s;
}

.down-arrow:hover {
    box-shadow: 0px 2px 41px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
}

.down-arrow i {
    padding-top: 15px;
    font-size: 18px;
    color: #666;
}


/*---------------company-tagline------------*/

#company-tagline {
    background: #f3f3f3;
    padding-top: 30px;
    padding-bottom: 30px;
}

#company-tagline p {
    font-size: 22px;
    color: #666;
    font-weight: 300;
}


/* extra small */

@media ( max-width:767px) {
    #company-tagline {
        padding-top: 0;
    }
    #company-tagline p {
        font-size: 18px;
    }
}


/*---------------- Services ------------------*/

#services {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

#services .icon_box .icon_wrapper {
    border-radius: 100px;
    display: block;
    height: 150px;
    margin: 0 auto 30px;
    position: relative;
    transition: all 0.2s ease-out 0s;
    width: 150px;
    padding-top: 50px;
}

#services .icon_box .icon_wrapper::before {
    border: 2px solid #b3e5fc;
    border-radius: 100px;
    content: "";
    display: block;
    height: 148px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.1s ease-out 0s;
    width: 148px;
}

#services .icon_box .icon_wrapper::before {
    transform: scale(s);
    transition: all 0.4s ease-in-out 0s;
}

#services .icon_box:hover .icon_wrapper::before {
    transform: scale(0.89)
}

#services .icon_box .icon_wrapper::after {
    border: 2px solid #ccc;
    border-radius: 100px;
    content: "";
    display: block;
    height: 148px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.1s ease-out 0s;
    width: 148px;
}

#services .icon_box:hover .icon_wrapper::after {
    opacity: 1;
    transform: scale(1.18);
    border: 5px solid #b3e5fc;
}

#services .icon_box .icon_wrapper img {
    padding-top: 50px;
}

#services .title {
    margin-top: 20px;
}

#services .servicesAnchor:hover .title,
#services .servicesAnchor:hover .desc {
    color: #007EB9;
}

#work h2 {
    padding-bottom: 15px;
}


/* --------------------- Media Queries --------------------- */


/* Extra Small Device */

@media ( max-width:767px) {
    #services .icon_box .icon_wrapper {
        margin: 30px auto 30px;
        width: 138px;
        height: 138px;
    }
    #services {
        margin-top: 10px;
    }
    #services .icon_box:hover .icon_wrapper::after {
        transform: scale(1.1);
    }
    #services .icon_box .icon_wrapper::before {
        height: 138px;
        width: 138px;
    }
    #services .icon_box .icon_wrapper::after {
        width: 138px;
        height: 138px;
    }
    #services .icon_box .icon_wrapper img {
        width: 50px;
    }
}


/* Small Device */

@media ( min-width:768px) and (max-width:991px) {}


/* Medium Device */

@media ( min-width:992px) and (max-width:1200px) {}


/* ############################################################ */


/* ########################## WORK ########################## */

#work {
    background: #eaf7f7;
    padding-top: 50px;
    padding-bottom: 50px;
}

#work .item strong {
    font-weight: 400;
}

#work .points ul {
    margin-left: -25px;
}

#work .points ul li {
    list-style: none;
    padding-bottom: 5px;
}

#work .points ul li:before {
    content: "? ";
    margin-left: -15px;
}

#work .project-thumb {
    margin-top: 50px;
}

#work .project-thumb img {
    border: 1px solid #858585;
    box-shadow: 1px 1px 3px #393939;
}

#work .project-thumb img:hover {
    border: 1px solid #fff;
    box-shadow: 5px 5px 3px #393939;
}

#work .project-thumb img.active {
    border: 2px solid #fff;
    box-shadow: 3px 3px 5px #393939;
}

#work .owl-theme .owl-controls {
    text-align: center;
    margin-top: 30px;
}

#work .owl-theme .owl-controls .owl-page span {
    background: #eee;
}

#work #owl-demo .owl-buttons .owl-prev {
    position: absolute;
    bottom: -2px;
    left: 100px;
    background: transparent;
    font-size: 24px;
    color: #333;
}

#work #owl-demo .owl-buttons .owl-next {
    position: absolute;
    bottom: -2px;
    right: 100px;
    background: transparent;
    font-size: 24px;
    color: #333;
}

#work h4 {
    font-size: 24px;
}

#work .item img {
    border: 1px solid #CCC;
    box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.18), 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}

#work .slider-nav {
    padding: 15px 0 0 0;
    text-align: center;
}


/* --------------------- Media Queries --------------------- */


/* Extra Small Device */

@media ( max-width:767px) {
    #work {
        padding-top: 30px;
    }
    #work h2 {
        margin-bottom: 26px;
    }
    #work .project-main-img img {
        margin-bottom: 20px;
    }
    #work #owl-demo .owl-buttons .owl-prev {
        bottom: -2px;
        left: 65px;
    }
    #work #owl-demo .owl-buttons .owl-next {
        bottom: -2px;
        right: 65px;
    }
}


/* Small Device */

@media ( min-width:768px) and (max-width:991px) {
    #work #owl-demo .owl-buttons .owl-prev {
        bottom: 0;
        left: 35px;
    }
    #work #owl-demo .owl-buttons .owl-next {
        bottom: 0;
        right: 35px;
    }
}


/* Medium Device */

@media ( min-width:992px) and (max-width:1200px) {
    #work #owl-demo .owl-buttons .owl-prev {
        bottom: 0;
        left: 75px;
    }
    #work #owl-demo .owl-buttons .owl-next {
        bottom: 0;
        right: 75px;
    }
}


/* ############################################################ */


/* ####################### TESTIMONIALS ####################### */


/*For logo animations*/

.logo-blocks {
    position: relative;
    height: auto;
}

.logo-blocks img {
    position: absolute;
    width: 92%;
    height: auto;
    z-index: 1
}

.logo-blocks img.active {
    z-index: 3
}

#testimonial {
    padding-top: 50px;
    padding-bottom: 50px;
}

#testimonial .testimonial-text {
    display: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    min-height: 230px;
}

#testimonial .testimonial-text.active {
    display: block;
}

#testimonial h2 {
    padding-bottom: 40px;
}

#customer-logos .logos-container:nth-child(odd) {
    padding-right: 0px;
}

#customer-logos .logos-container:nth-child(even) {
    padding-left: 0px;
}

#testimonial .logos-container>div {
    padding: 10px;
    border-radius: 2px;
    border: 1px solid #ddd;
    margin-right: 10px;
    margin-bottom: 10px;
    min-height: 120px;
}

#testimonial .logos-container>div>img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#testimonial .arrows,
#testimonial .arrows:focus {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 0 5px;
    margin-top: 15px;
    color: #333;
}

#testimonial .arrows i {
    padding-top: 2px;
    font-size: 24px;
}

#testimonial .arrows:hover {
    color: #333;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.18), 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}


/* --------------------- Media Queries --------------------- */


/* Extra Small Device */

@media ( max-width:767px) {
    #testimonial h2 {
        padding-bottom: 26px;
    }
    #testimonial .testimonial-wrapper {
        min-height: 0px;
    }
    #testimonial .testimonial-text {
        min-height: 320px;
    }
}


/* Small Device */

@media ( min-width:768px) and (max-width:991px) {}


/* Medium Device */

@media ( min-width:992px) and (max-width:1200px) {}


/* ############################################################ */


/*---------------- Responsive-Tab ------------------*/

#responsive-tab {
    text-align: center;
    color: #333;
}

#responsive-tab h3 {
    margin-bottom: 30px;
}

#responsive-tab h2+p {
    padding: 0 100px 30px 100px;
}

#responsive-tab div a.btn {
    margin-top: 30px;
}

#responsive-tab div.col-sm-4 {
    padding: 70px 30px;
    color: #fff;
    border: 1px solid #eee;
}

#responsive-tab .blue-bg {
    background: url(../images/cross-platform/blue-bg.jpg);
}

#responsive-tab .green-bg {
    background: url(../images/cross-platform/green-bg.jpg);
}

#responsive-tab .red-bg {
    background: url(../images/cross-platform/red-bg.jpg);
}

#mean-apps {
    text-align: center;
    color: #333;
    padding: 100px 0 50px 0;
    background: #F4F5F7 url(../images/means-bg.jpg) no-repeat bottom;
    background-size: contain;
}

#mean-apps .col-sm-3 {
    border-right: 1px solid #ddd;
}


/*
#mean-apps .col-sm-3:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 7px #ccc;
  transform: rotate(-3deg);
}
#mean-apps .col-sm-3:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 7px #ccc;
  transform: rotate(3deg);
}
*/

#mean-apps .col-sm-3:last-child {
    border-right: none;
}

#mean-apps img {
    display: inline-block;
}

#mean-apps h3+p {
    margin-bottom: 70px;
    padding: 0 50px;
}

#mean-apps p.text-muted {
    margin-bottom: 0;
    margin-top: 15px;
}

#mean-apps h4 {
    margin: 0;
    font-weight: 400;
}

#mean-apps .col-sm-3 h4+p {
    position: absolute;
    bottom: -50px;
    color: transparent;
    width: 90%;
    min-height: 55px;
    padding: 0;
    transition: all 0.5s ease;
    line-height: 15px;
}

#mean-apps .col-sm-3:hover h4+p {
    bottom: -80px;
    color: #777;
}


/* extra small */

@media ( max-width:767px) {
    #responsive-tab h2 {
        padding-top: 0px;
    }
}


/*---------------- Solution ------------------*/

#web-development {
    padding-top: 50px;
    padding-bottom: 50px;
}

#web-development h2 {
    padding-top: 50px;
}

#web-development .web-development-tagline {
    background: #f3f3f3;
    padding: 20px;
    margin-top: 40px;
}

#web-development .web-development-tagline h3 {
    padding-bottom: 10px;
}

#web-development i {
    position: absolute;
    bottom: -8px;
    right: 8%;
    font-size: 24px;
    color: #ccc;
}


/* extra small */

@media ( max-width:767px) {
    #web-development {
        padding-top: 0;
    }
    #web-development img {
        margin-bottom: 30px;
    }
    #web-development h2 {
        padding-top: 0px;
    }
}


/*---------------- Features ------------------*/

#features {
    background: #1686D9;
    background-image: -o-linear-gradient(315deg,#8FD3C5,#1686D9);
    background-image: -moz-linear-gradient(315deg,#8FD3C5,#1686D9);
    background-image: -webkit-linear-gradient(315deg,#8FD3C5,#1686D9);
    background-image: linear-gradient(315deg,#8FD3C5,#1686D9);

    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #fff;
}

#features .pic {
    text-align: center;
}

#features img {
    padding-bottom: 5px;
}

#features a {
    color: #fff;
}

#features a:hover {
    border-bottom: 1px solid;
}

#features-punchline {
    background: #1686D9;
    background-image: -o-linear-gradient(315deg,#8FD3C5,#1686D9);
    background-image: -moz-linear-gradient(315deg,#8FD3C5,#1686D9);
    background-image: -webkit-linear-gradient(315deg,#8FD3C5,#1686D9);
    background-image: linear-gradient(315deg,#8FD3C5,#1686D9);
    padding: 20px 0;
}

#features-punchline p {
    font-weight: 300;
    font-size: 28px;
    color: #fff;
    display: inline-block;
}


    /* --------------------- Media Queries --------------------- */


    /* Extra Small Device */

    @media ( max-width:767px) {
    #features h2,
    #features h2+p {
        text-align: left;
    }
    #responsive-tab {
        text-align: left;
    }
    #responsive-tab h2 {
        padding: 0 15px;
    }
    #responsive-tab h2 + p {
        padding: 15px;
    }
    #responsive-tab div.col-sm-4 {
        padding: 30px 15px;
    }
    #mean-apps {
        text-align: left;
        padding: 50px 0 0;
        background-size: 200%;
    }
    #mean-apps .col-sm-3 h4 + p {
        position: static;
        color: #777;
        padding: 15px 0 0 0;
    }
    #mean-apps h3 + p {
        padding: 0;
    }
    #mobileapp .mobileapp-img {
       
       margin-top: 0px; 
    }
}


/* Small Device */

@media ( min-width:768px) and (max-width:991px) {
    #responsive-tab div.col-sm-4 {
        padding: 30px 15px;
        min-height: 400px;
    }
}


/* Medium Device */

@media ( min-width:992px) and (max-width:1200px) {
    #responsive-tab div.col-sm-4 {
        padding: 30px 15px;
        min-height: 315px;
    }
}

@media ( min-width:767px) {
    #features .col-sm-2 {
        width: 19.6667%;
    }
}


/* ############################################################ */


/* ##################### MARKETING-STRATEGY ##################### */

#mobileapp {
    padding-bottom: 30px;
}

#mobileapp .mobileapp-img {
    text-align: center;
    margin-top: 50px;
}

#mobileapp .mobileapp-img img {
    display: inline;
}

#mobileapp .mobileapp-heading {
    margin-top: 100px;
    color: #fff;
}

#mobileapp .mobileapp-title {
    margin-top: 50px;
}

#mobileapp .mobileapp-content {
    margin-bottom: 10px;
    color: #fff;

}

#mobileapp .strip-parent {
    position: relative;
}

#mobileapp .grey-strip {
    background: none repeat scroll 0% 0% #dc4e44;
    bottom: 390px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 135px;
}
#mobileapp a{
    color: #fff;
}
#mobileapp a:hover {
    border-bottom: 1px solid #333;
}

#mobileapp .row.wrapper {
    padding: 40px 0;
}

#mobileapp .row.wrapper a:hover {
    text-decoration: none;
    border-bottom: 1px solid;
}

#aws-cloud {
    background: #fff;
    padding: 100px 0 130px 0;
    text-align: center;
}

#aws-cloud h2+p {
    margin-bottom: 30px;
}

#aws-cloud .block {
    border: 1px solid #e1e1e1;
    border-right: none;
    min-height: 350px;
    padding: 30px 15px 15px 15px;
    background: #fff;
}

#aws-cloud .block span {
    display: block;
    margin-top: 10px;
}

#aws-cloud .block a {
    color: #f5881f;
}

#aws-cloud .block a:hover {
    border-bottom: 1px solid #F5881F;
}

#aws-cloud .block img {
    display: inline-block;
}

#aws-cloud .block:last-child {
    border-right: 1px solid #e1e1e1;
}


/* --------------------- Media Queries --------------------- */


/* Extra Small Device */

@media ( max-width:767px) {
    #mobileapp .mobileapp-title {
        margin-top: 20px;
    }
    #mobileapp .mobileapp-content {
        margin-bottom: 15px;
    }
    #mobileapp .mobileapp-small-content {
        margin-bottom: 15px;
    }
    #aws-cloud {
        text-align: left;
    }
    #aws-cloud .block {
        border-right: 1px solid #ccc;
        margin-bottom: 15px;
        min-height: auto;
        padding: 15px;
    }
}


/* Small Device */

@media ( min-width:768px) and (max-width:991px) {
    #aws-cloud .block {
        min-height: 480px;
    }
}


/* Medium Device */

@media ( min-width:992px) and (max-width:1200px) {
    #aws-cloud .block {
        min-height: 400px;
    }
}


/* ############################################################ */


/* ##################### WEBSITE-DESIGN ##################### */

#banner-website-design {
    background: #256485 url("../images/website-design/banner-bg.jpg") repeat;
    background-size:cover;
    padding: 80px 0px 30px 0;
    min-height: 500px;
}

#banner-website-design h1 {
    line-height: 60px;
    padding-top: 0px;
    color: #fff;
}

#banner-website-design h4 {
    color: #fff;
}

#banner-website-design h4:before {
    color: #fff;
    content: "? ";
}

#website-design .design-points .desc {
    padding: 15px;
    margin: 15px 0;
}

#website-design .design-points h5 {
    text-align: center;
    line-height: 26px;
}

#website-design .design-points h3 {
    text-align: center;
    margin: 0 0 30px 0;
}

#website-design .design-points .desc .inner {
    background: #E3E3E3;
    padding: 30px 15px 15px 15px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    min-height: 200px;
    color: #fff;
}

#website-design .design-points .desc.purple {
    background: #5060A7;
}

#website-design .design-points .desc.deep-purple {
    background: #59A53D;
}

#website-design .design-points .desc.teal {
    background: #FD8F32;
}

#website-design .design-points .desc .inner.purple {
    background: #616FAE;
}

#website-design .design-points .desc .inner.deep-purple {
    background: #6BAF4D;
}

#website-design .design-points .desc .inner.teal {
    background: #FC9940;
}

#website-design .design-points .desc .inner i {
    position: absolute;
    top: -80px;
    left: 41%;
    font-size: 120px;
    color: #E3E3E3;
}

#website-design .design-points .desc .inner.purple i {
    color: #616FAE;
}

#website-design .design-points .desc .inner.deep-purple i {
    color: #6BAF4D;
}

#website-design .design-points .desc .inner.teal i {
    color: #FC9940;
}

#website-design p {
    padding: 15px 0;
}

#website-design .web-solutions {
    background: #f3f3f3;
    padding: 0 0 50px 0;
}

#website-design .web-solutions h3 {
    text-align: center;
    margin: 0 0 30px 0;
}

#website-design #owl-demo .owl-buttons .owl-prev {
    position: absolute;
    bottom: 20px;
    left: 185px;
    background: transparent;
    font-size: 24px;
}

#website-design #owl-demo .owl-buttons .owl-next {
    position: absolute;
    bottom: 20px;
    right: 185px;
    background: transparent;
    font-size: 24px;
}

#website-design .web-solutions .title {
    padding: 30px 0 0 0;
}

#website-design .web-solutions .block {
    background: #fff;
    padding: 15px;
    min-height: 500px;
}

#website-design .web-solutions .block p {
    padding: 3px 0 0 15px;
    position: relative;
}

#website-design .web-solutions .block p:before {
    content: "? ";
    position: absolute;
    left: 0;
}

#website-design .web-solutions .block.blue p:before {
    color: #0098D8;
}

#website-design .web-solutions .block.green p:before {
    color: #009D57;
}

#website-design .web-solutions .block.yellow p:before {
    color: #FF9832;
}

#website-design .web-solutions .block.blue {
    border-bottom: 2px solid #0098D8;
}

#website-design .web-solutions .block.green {
    border-bottom: 2px solid #009D57;
}

#website-design .web-solutions .block.yellow {
    border-bottom: 2px solid #FF9832;
}

#website-design .web-solutions .block.blue h4 {
    color: #0098D8;
    font-weight: 400;
    padding-bottom: 30px;
}

#website-design .web-solutions .block.green h4 {
    color: #009D57;
    font-weight: 400;
    padding-bottom: 30px;
}

#website-design .web-solutions .block.yellow h4 {
    color: #FF9832;
    font-weight: 400;
    padding-bottom: 30px;
}

#website-design .web-solutions .block h4 i {
    float: left;
    margin: 0 15px 0 0;
}

#website-design .responsive-portfolio {
    background: url("../images/website-design/responsive-portfolio.jpg");
    padding: 70px 0 30px 0;
    color: #fff;
}

#website-design .responsive-portfolio .tagline {
    font-weight: 400;
    padding-top: 0;
}

#website-design .responsive-portfolio h2 {
    color: #fff;
}

#website-design .responsive-portfolio .slider-nav {
    text-align: center;
}

#website-design .responsive-portfolio .slider-nav a {
    display: inline-block;
    color: #fff;
    padding-bottom: 5px;
}

#website-design .responsive-portfolio .slider-nav a:hover {
    color: #FF9832;
}

#website-design .responsive-portfolio .slider-nav span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 2px;
    border-radius: 50%;
    background: #f4f4f4;
    cursor: pointer;
}

#website-design .key-points {
    padding: 30px 0;
}

#website-design .key-points .points {
    margin: 30px 0 0 0;
}

#website-design .key-points p {
    padding: 0 0;
}

#website-design .key-points span.circle {
    background: #F2F2F2;
    border-radius: 50%;
    display: inline-block;
    padding: 15px;
    box-shadow: 2px 2px 2px 2px #ccc;
}

#website-design .key-points span.bold {
    font-weight: 400;
}

#website-design .faq {
    padding: 30px 0;
    background: #f3f3f3;
}

#website-design .faq .block h5 {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    padding-left: 20px;
}

#website-design .faq .block h5 i {
    margin-left: -20px;
}

#website-design .faq .block p {
    display: none;
    background: #fff;
    padding: 15px;
}

#website-design .faq h5:hover {
    cursor: pointer;
}

#website-design .faq h5 i {
    color: #DC4E44;
}

#website-design .faq h5.active:before {
    content: "\f056";
    font-family: FontAwesome;
    color: #DC4E44;
}

#website-design .description {
    padding: 30px 0;
}

#website-design .description .block {
    background: #e3f2fd;
}

#website-design .aside {
    background: url("../images/website-design/design_block_bg.jpg");
    min-height: 270px;
}

#website-design .aside a {
    margin: 0 15px 0 0;
}

#website-design .aside h4 {
    padding: 30px;
    color: #fff;
}

#website-design .description h5:hover {
    cursor: pointer;
}

#website-design .description h5 i {
    color: #64b5f6;
}

#website-design .description h5.active:before {
    content: "\f107";
    font-family: FontAwesome;
    color: #DC4E44;
}

#website-design .web-solutions h2 {
    text-align: center;
}


/* --------------------- Media Queries --------------------- */


/* Extra Small Device */

@media ( max-width:767px) {
    #banner-website-design {
        min-height: 400px;
        padding: 30px 0;
    }
    #website-design .faq .block h5 i {
        margin-left: -18px;
    }
    #banner-website-design h1 {
        line-height: 35px;
    }
    #banner-website-design p {
        font-size: 14px;
    }
    #banner-website-design h4 {
        font-size: 16px;
    }
    .responsive-portfolio {
        padding: 0;
    }
    #website-design p {
        padding: 0;
    }
    #website-design .web-solutions .block {
        margin-bottom: 15px;
    }
    #website-design .description .block:first-child h5 {
        padding-top: 15px;
    }
    #website-design .aside {
        padding: 0 0 15px 0;
    }
    #website-design .web-solutions .block {
        min-height: 0px;
    }
    #website-design .description h2,
    #website-design.description h2+p {
        text-align: left;
    }
    #website-design #owl-demo .owl-buttons .owl-prev {
        bottom: 3px;
        left: 81px;
    }
    #website-design #owl-demo .owl-buttons .owl-next {
        bottom: 2px;
        right: 83px;
    }
    #website-design .responsive-portfolio #owl-demo {
        margin-top: 20px;
    }
}


/* Small Device */

@media ( min-width:768px) and (max-width:991px) {
    #banner-website-design {
        min-height: 400px;
    }
    #website-design .responsive-portfolio {
        min-height: 550px;
    }
    #website-design .web-solutions .block h4 img {
        float: none;
        margin: 0 15px 15px 0;
    }
    #website-design #owl-demo .owl-buttons .owl-prev {
        left: 85px;
    }
    #website-design #owl-demo .owl-buttons .owl-next {
        right: 85px;
    }
    #website-design .aside {
        padding: 0 0 15px 0;
    }
    #banner-website-design {
        padding-top: 40px;
    }
}


/* Medium Device */

@media ( min-width:992px) and (max-width:1200px) {
    #website-design .responsive-portfolio {
        min-height: 500px;
    }
    #website-design #owl-demo .owl-buttons .owl-prev {
        left: 135px;
    }
    #website-design #owl-demo .owl-buttons .owl-next {
        right: 135px;
    }
}


/* ############################################################ */


/* ##################### WEBSITE-DEVELOPMENT ##################### */

#banner-website-development {
    background: #AB3943 url("../images/website-development/banner-bg.jpg") repeat;
    background-size:cover;
    min-height: 500px;
    padding: 50px 10px 0px 30px;
}

#banner-website-development h1 {
    color: #fff;
    line-height: 58px;
}

#banner-website-development h1 {
    padding-top: 0px;
}

#banner-website-development h4 {
    color: #fff;
    padding-left: 25px;
}

#banner-website-development h4:before {
    color: #fff;
    content: "? ";
    margin-left: -21px;
}

#website-development {
    padding: 50px 0 0 0;
}

#website-development aside {
    background: #363f46;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 30px 20px;
}

#website-development aside h3,
#website-development aside p {
    color: #fff;
}

#website-development .solutions {
    background: url("../images/website-development/solutions_bg.jpg");
    background-size:cover;
    color: #fff;
    padding: 50px 0;
}

#website-development .solutions .owl-theme .owl-controls .owl-page span {
    background: #fff;
}

#website-development .solutions .middle {
    padding: 50px 0 0 0;
}

#website-development .solutions .middle h4 {
    font-weight: 400;
}

#website-development .solutions .owl-theme .owl-controls {
    text-align: left;
}

#website-development .solutions h2 {
    color: #fff;
}

#website-development .solutions .block {
    background: #FAC13A;
    height: 150px;
    margin: 5px;
    padding: 30px 15px;
    text-align: center;
}

#website-development .solutions .block span {
    display: inline-block;
    height: 71px;
    width: 100%;
}

#website-development .solutions .block img {
    display: inline-block;
}

#website-development .solutions .block p {
    color: #fff;
    font-weight: 400;
    line-height: 14px;
    padding-top: 15px;
}

#website-development #customization {
    padding: 30px 0 70px 0;
}

#website-development #specialized {
    padding: 50px 0;
}

#website-development #specialized span {
    border-radius: 50%;
    display: inline-block;
    height: 90px;
    padding-top: 15px;
    text-align: center;
    width: 90px;
    position: relative;
    transition: all 0.5s;
    top: -5px;
}

#website-development #specialized span+h5 {
    position: relative;
}

#website-development #specialized span+h5:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 70px;
    width: 30px;
    height: 5px;
    border-radius: 50%;
    background: transparent;
    transition: all 0.5s;
}

#website-development #specialized span:hover {
    top: -20px;
}

#website-development #specialized span:hover+h5:before {
    left: 60px;
    width: 50px;
    background: #aaa;
}

#website-development #specialized .tech-icons {
    padding: 30px 0;
    text-align: center;
}

#website-development #why-angular {
    background: #f3f3f3;
    padding: 50px 0;
}


/* --------------------- Media Queries --------------------- */


/* Extra Small Device */

@media ( max-width:767px) {
    #banner-website-development {
        min-height: 400px;
    }
    #banner-website-development h1 {
        color: #fff;
        line-height: 40px;
    }
    #website-development,
    #website-development #customization {
        padding-top: 0px;
    }
    #website-development .solutions .owl-carousel .owl-wrapper-outer {
        height: 325px;
    }
    #website-development .solutions .middle {
        padding: 15px;
    }
    #website-development .solutions .block {
        padding: 15px;
    }
    #website-development #why-angular {
        padding: 0px 0 20px 0;
    }
    #website-development #specialized h2,
    #website-development #specialized h2+p {
        text-align: left;
    }
    #website-development #why-angular .col-sm-4 {
        margin-top: 10px;
    }
    #website-development #specialized span:hover {
        top: -5px;
    }
    #website-development #specialized span+h5 {
        margin: 5px 0 30px 0;
    }
    #website-development #specialized span:hover+h5:before {
        background: none;
    }
}


/* Small Device */

@media ( min-width:768px) and (max-width:991px) {
    #banner-website-development {
        min-height: 400px;
    }
    #website-development .solutions .middle {
        padding: 15px;
    }
    #website-development .solutions .block {
        padding: 15px;
    }
    #website-development #specialized span+h5:before {
        left: 30px;
    }
    #website-development #specialized span:hover {
        top: -20px;
    }
    #website-development #specialized span:hover+h5:before {
        left: 20px;
        width: 50px;
    }
}


/* Medium Device */

@media ( min-width:992px) and (max-width:1200px) {
    #website-development .solutions .middle {
        padding: 15px;
    }
    #website-development #specialized span+h5:before {
        left: 50px;
    }
    #website-development #specialized span:hover {
        top: -20px;
    }
    #website-development #specialized span:hover+h5:before {
        left: 40px;
    }
}


/* ############################################################ */


/* ##################### DOT-NET-DEVELOPMENT ##################### */

#banner-dot-net-development {
    background: #053181 url("../images/dot-net/banner-bg.jpg") repeat scroll 0 0;
    color: #fff;
    min-height: 500px;
    padding: 80px 0 30px;
    text-align: center;
}

#banner-dot-net-development img {
    display: inline-block;
}

#banner-dot-net-development h1 {
    color: #fff;
    margin-bottom: 30px;
}

#banner-dot-net-development h1 span {
    color: #FFE882;
    display: block;
    font-weight: 400;
    margin-top: 20px;
}

#dot-net-development .overview {
    padding: 0 0 50px 0;
}

#dot-net-development .overview img {
    margin-bottom: 15px;
}

#dot-net-development .overview .top-line {
    background: linear-gradient(to left, #009B52 50%, #467DD9 50%);
    height: 5px;
}

#dot-net-development .overview .left h2 {
    color: #3288C5;
    padding: 15px 0;
}

#dot-net-development .overview .right h2 {
    color: #009B52;
    padding: 15px 0;
}

#dot-net-development .overview p {
    margin-bottom: 30px;
}

#dot-net-development .overview .left .btn-hover-shadow {
    color: #333;
}

#dot-net-development .overview .right .btn-blue {
    background: #009B52;
}

#dot-net-development .development-services {
    background: url(../images/dot-net/asp.net-development-services-bg.jpg);
    background-size:cover;
    color: #fff;
    min-height: 700px;
    text-align: center;
    padding: 30px 0 0 0;
}

#dot-net-development .development-services h2 {
    color: #fff;
}

#dot-net-development .development-services img {
    display: inline-block;
    padding: 30px 0;
}

#dot-net-development .custom-asp .text,
#dot-net-development .hire-dot-net {
    padding: 50px 15px 39px 15px;
}

#dot-net-development .custom-asp .points {
    margin: 20px 0 30px 0px;
}

#dot-net-development .custom-asp .points div {
    margin: 0 0 5px 0;
}

#dot-net-development .custom-asp .points div:before {
    content: "? ";
    color: #467DD9;
    margin: 0 4px 0 0;
}

#dot-net-development .slider {
    background: #F2F2F2;
    padding: 130px 0 0 0;
}

#dot-net-development .slider .owl-buttons .owl-prev,
#dot-net-development .slider .owl-buttons .owl-next {
    background: #eee;
    border-radius: 0;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.3);
    color: #777;
    font-size: 50px;
    padding: 0px 10px;
    position: absolute;
    top: 30%;
    z-index: 99;
}

#dot-net-development .slider .owl-buttons .owl-prev {
    left: 0;
}

#dot-net-development .slider .owl-buttons .owl-next {
    right: 0;
}

#dot-net-development .slider h3 {
    position: relative;
    margin: 30px 0;
}

#dot-net-development .slider h3:after {
    content: "";
    position: absolute;
    background: #D88537;
    display: inline-block;
    width: 20%;
    height: 2px;
    bottom: -10px;
    left: 0;
}

#dot-net-development .slider .owl-theme .owl-controls .owl-page span {
    border-color: #869791;
    margin-top: 50px;
    opacity: 1;
    width: 10px;
    height: 10px;
}

#dot-net-development .slider p {
    margin-bottom: 30px;
}


/* --------------------- Media Queries --------------------- */


/* Extra Small Device */

@media ( max-width:767px) {
    #banner-dot-net-development {
        text-align: left;
        min-height: 400px;
        padding: 15px 0 15px 0;
    }
    #banner-dot-net-development h1 {
        margin-bottom: 15px;
    }
    #dot-net-development .development-services {
        min-height: 400px;
        text-align: left;
    }
    #dot-net-development .slider .item {
        text-align: center;
    }
    #dot-net-development .slider .item img {
        display: inline-block;
    }
    #dot-net-development .slider h3:after {
        left: 40%;
    }
}


/* Small Device */

@media ( min-width:768px) and (max-width:991px) {
    #dot-net-development .custom-asp img {
        padding: 50px 0 0 0;
    }
}


/* Medium Device */

@media ( min-width:992px) and (max-width:1200px) {}


/* ############################################################ */


/* ##################### ECOMMERCE-DEVELOPMENT ##################### */

#banner-ecommerce-development {
    background: #34495E url("../images/ecommerce-development/banner4.jpg") no-repeat;
    background-size:cover;
    color: #fff;
    min-height: 500px;
    text-align: left;
}

#banner-ecommerce-development h1 {
    color: #fff;
    line-height: 60px;
    padding-top: 70px;
}

#banner-ecommerce-development h4 {
    padding-left: 25px;
}

#banner-ecommerce-development h4:before {
    color: #FFF;
    content: "? ";
    margin-left: -21px;
}

.owl-theme .owl-controls .owl-page span {
    background: #fff;
    height: 10px;
    opacity: 1;
    width: 10px;
}

.owl-theme .owl-controls .owl-page.active span {
    background: transparent;
    border: 1px solid #fff;
}

#banner-ecommerce-development img {
    margin-top: 68px;
}

#ecommerce-development h2 {
    padding-bottom: 30px;
    text-align: center;
}

#ecommerce-development .what-makes {
    padding: 40px 0;
}

#ecommerce-development .what-makes span {
    border-radius: 50%;
    display: inline-block;
    height: 90px;
    text-align: center;
    padding-top: 25px;
    margin-top: 15px;
    width: 90px;
}

#ecommerce-development .what-makes h4 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: 400;
}

#ecommerce-development .what-makes p {
    line-height: 20px;
    font-weight: 400;
}

#ecommerce-development .what-makes span.orange {
    background: #FF6A4C;
}

#ecommerce-development .what-makes span.lightblue {
    background: #60D9FD;
}

#ecommerce-development .what-makes span.green {
    background: #73B24F;
}

#ecommerce-development .what-makes span.cyan {
    background: #00BBAD;
}

#ecommerce-development .what-makes span.brown {
    background: #7E554C;
}

#ecommerce-development .what-makes span.blue {
    background: #0082C4;
}

#ecommerce-development .what-makes .inner {
    margin-left: -15px;
}

#ecommerce-development .portfolio {
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    margin: 50px 0px 0px 0;
    padding: 30px 0;
}

#ecommerce-development .portfolio .owl-buttons {
    margin-top: 20px;
}

#ecommerce-development #ecommerce-portfolio p {
    font-weight: 300;
}

#ecommerce-development .portfolio h4 {
    padding-top: 15px;
}

#ecommerce-development #ecommerce-portfolio {
    padding: 30px 0;
}

#ecommerce-development .ecommerce-solutions {
    padding: 30px 0 0 0;
}

#ecommerce-development .features-contents {
    border-bottom: 1px solid #f3f3f3;
    margin: 30px 0px 0px 0;
    padding: 0;
}

#ecommerce-development .features-contents.bottom-padding {
    padding: 50px 0 50px 0;
}

#ecommerce-development .ecommerce-solutions .tagline {
    text-align: center;
}

#ecommerce-development .ecommerce-solutions ul {
    padding-left: 15px;
}

#ecommerce-development .ecommerce-solutions ul li {
    list-style-type: none;
    padding-bottom: 5px;
}

#ecommerce-development .ecommerce-solutions ul li:before {
    content: "?  ";
    color: #FAC13A;
    font-family: FontAwesome;
    margin-left: -15px;
}

#ecommerce-development .faq {
    padding: 30px 0;
}

#ecommerce-development .faq .faq-open {
    background: #FFF;
}

#ecommerce-development .faq p {
    background: #f3f3f3;
    padding: 15px;
}

#ecommerce-development .faq h5 {
    padding: 15px 10px;
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
}

#ecommerce-development .faq .faq-close p {
    display: none;
}


/* --------------------- Media Queries --------------------- */


/* Extra Small Device */

@media ( max-width:767px) {
    #banner-ecommerce-development {
        min-height: 400px;
    }
    #banner-ecommerce-development h1 {
        line-height: 35px;
        padding-top: 30px;
    }
    #banner-ecommerce-development h5 {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    #ecommerce-development .what-makes {
        padding: 0px;
    }
    #ecommerce-development h2 {
        text-align: left;
        padding: 0px;
    }
    #ecommerce-development #ecommerce-portfolio .item i.sprite {
        margin: 15px 0 0 0;
    }
    #ecommerce-development #ecommerce-portfolio p {
        display: none;
    }
    #ecommerce-development .portfolio {
        margin: 15px 0;
        padding: 15px 0;
    }
    #ecommerce-development .portfolio .owl-buttons {
        margin: 0px;
    }
    #ecommerce-development .what-makes .inner {
        margin-left: 0;
    }
    #ecommerce-development .ecommerce-solutions .tagline {
        text-align: left;
    }
}


/* Small Device */

@media ( min-width:768px) and (max-width:991px) {
    #banner-ecommerce-development {
        min-height: 400px;
    }
    #banner-ecommerce-development h1 {
        padding-top: 30px;
    }
    #banner-ecommerce-development h5 {
        display: block;
    }
    #ecommerce-development .what-makes .inner {
        margin-left: 0;
    }
}


/* Medium Device */

@media ( min-width:992px) and (max-width:1200px) {
    #banner-ecommerce-development {
        padding-top: 17px;
    }
    #ecommerce-development .what-makes .inner {
        margin-left: 0;
    }
}


/* ############################################################ */


/* ##################### MOBILE-APP ##################### */

#banner-mobile-app {
    background: #E0B779 url("../images/mobile-app/banner-bg.jpg") repeat;
    padding: 60px 0;
    min-height: 500px;
}

#banner-mobile-app img {
    padding-top: 35px;
}

#banner-mobile-app h1 {
    color: #000;
    line-height: 58px;
    padding-top: 0px;
}

#banner-mobile-app h4 {
    padding-left: 25px;
}

#banner-mobile-app h4:before {
    color: #555;
    content: "? ";
    margin-left: -21px;
}

#mobile-app .app-services {
    padding: 50px 0 0 0;
}

#mobile-app .app-services h2.title,
#mobile-app .app-services p.desc {
    text-align: center;
    padding-bottom: 15px;
}

#mobile-app .app-development {
    background: #00955B;
    color: #fff;
    padding: 50px 0;
}

#mobile-app .app-development h2 {
    color: #fff;
}

#mobile-app .phone-gap-development {
    padding: 50px 0;
    background: #f3f3f3;
}

#mobile-app .phone-gap-development img {
    padding: 15px 0 0 30px;
}

#mobile-app .mobile-app-development {
    padding: 50px 0;
}

#mobile-app .mobile-app-development #owl-demo h3 {
    padding-top: 30px;
}

#mobile-app .mobile-app-development #owl-demo .owl-controls .owl-page span {
    background: #CE483E;
}

#cordova-phonegap .mobile-app-development,
#iphone-ipad .mobile-app-development {
    padding: 70px 0;
    text-align: center;
}

#mobile-app .mobile-app-development #owl-demo .item img {
    margin-top: 50px;
}

#mobile-app .mobile-app-development h2.title,
#mobile-app .mobile-app-development p.desc {
    text-align: center;
    padding-bottom: 15px;
}

#mobile-app .why-hire {
    background: #F0EDEF;
    padding: 50px 0;
}

#mobile-app .why-hire h2 {
    padding-bottom: 50px;
    text-align: center;
}

#mobile-app .why-hire .icon {
    padding-bottom: 30px;
}

#mobile-app .why-hire .icon .pic {
    height: 100px;
    text-align: center;
}

#mobile-app .why-hire .icon .pic img {
    display: inline-block;
}

#mobile-app .why-hire .icon h5 {
    text-align: center;
    font-weight: 400;
}


/* --------------------- Media Queries --------------------- */


/* Extra Small Device */

@media ( max-width:767px) {
    #banner-mobile-app {
        min-height: 400px;
        padding: 30px 0;
    }
    #banner-mobile-app h1 {
        color: #000;
        line-height: 40px;
    }
    #mobile-app .app-services {
        padding: 20px 0 0;
    }
    #mobile-app .phone-gap-development img {
        padding: 0;
    }
    #mobile-app .mobile-app-development h2 .title,
    #mobile-app .mobile-app-development p .desc,
    #mobile-app .why-hire h2 {
        text-align: left;
    }
    #mobile-app .mobile-app-development #owl-demo {
        border: 1px solid #f3f3f3;
    }
    #mobile-app .mobile-app-development #owl-demo h3 {
        padding-top: 10px;
    }
    #mobile-app .app-services h2.title,
    #mobile-app .app-services p.desc {
        text-align: left;
    }
}


/* Small Device */

@media ( min-width:768px) and (max-width:991px) {
    #banner-mobile-app {
        padding: 40px 0;
        min-height: 400px;
    }
}


/* Medium Device */

@media ( min-width:992px) and (max-width:1200px) {}


/* ############################################################ */


/* ##################### IPHONE/IPAD APPLICATION DEVELOPMENT ##################### */

#banner-iphone-ipad {
    background: #080F17 url("../images/iphone-ipad/banner-iphone-ipad.jpg");
    background-size:cover;
    padding: 15px 0 0 0;
    min-height: 500px;
    text-align: center;
}

#banner-iphone-ipad img {
    display: inline-block;
}

#banner-iphone-ipad h1 {
    color: #fff;
    padding: 0 100px 30px 100px;
    line-height: 60px;
}

#banner-iphone-ipad p {
    margin-top: 15px;
    color: #fff;
}

#banner-iphone-ipad .logo-apple {
    padding-top: 70px;
}

#banner-iphone-ipad span {
    display: inline-block;
    background: #aaa;
    box-shadow: 0 0 0 0 #aaa;
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 50%;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

#banner-iphone-ipad span.star-blink1 {
    top: 27.5%;
    left: 28.5%;
    animation-name: star-blink1;
}

#banner-iphone-ipad span.star-blink2 {
    bottom: 6%;
    right: 36%;
    animation-name: star-blink2;
}

#banner-iphone-ipad span.star-blink3 {
    top: 45%;
    left: 45.8%;
    animation-name: star-blink3;
}

#banner-iphone-ipad span.star-blink4 {
    bottom: 10%;
    left: 10.5%;
    animation-name: star-blink4;
}

#banner-iphone-ipad span.star-blink5 {
    top: 30%;
    right: 7%;
    animation-name: star-blink5;
}

#banner-iphone-ipad span.star-blink6 {
    bottom: 45%;
    left: 26.5%;
    animation-name: star-blink6;
}

#banner-iphone-ipad span.star-blink7 {
    top: 25%;
    left: 10%;
    box-shadow: 0 0 8px 7px #aaa;
}

#banner-iphone-ipad span.star-blink8 {
    top: 25%;
    right: 0%;
    box-shadow: 0 0 8px 7px #aaa;
}

#banner-iphone-ipad span.star-blink9 {
    bottom: 45%;
    left: 26.5%;
    animation-name: star-blink9;
}

#banner-iphone-ipad span.star-blink10 {
    bottom: 45%;
    left: 26.5%;
    animation-name: star-blink10;
}

#banner-iphone-ipad span.star-blink11 {
    bottom: 45%;
    left: 26.5%;
    animation-name: star-blink11;
}

#banner-iphone-ipad span.star-blink12 {
    bottom: 45%;
    left: 26.5%;
    animation-name: star-blink12;
}

@keyframes star-blink1 {
    0% {
        box-shadow: 0 0 0 0 #eee;
    }
    100% {
        box-shadow: 0 0 8px 4px #eee;
    }
}

@keyframes star-blink2 {
    0% {
        box-shadow: 0 0 0 0 #eee;
    }
    100% {
        box-shadow: 0 0 10px 4px #eee;
    }
}

@keyframes star-blink3 {
    0% {
        box-shadow: 0 0 0 0 #eee;
    }
    100% {
        box-shadow: 0 0 15px 4px #eee;
    }
}

@keyframes star-blink4 {
    0% {
        box-shadow: 0 0 0 0 #eee;
    }
    100% {
        box-shadow: 0 0 10px 4px #eee;
    }
}

@keyframes star-blink5 {
    0% {
        box-shadow: 0 0 0 0 #eee;
    }
    100% {
        box-shadow: 0 0 10px 4px #eee;
    }
}

@keyframes star-blink6 {
    0% {
        box-shadow: 0 0 0 0 #eee;
    }
    100% {
        box-shadow: 0 0 8px 4px #eee;
    }
}

#iphone-ipad .app-services {
    padding: 70px 0;
}

#iphone-ipad .app-services strong {
    font-weight: 600;
}

#iphone-ipad .integrated-data {
    background: url(../images/iphone-ipad/integrated-data.jpg) no-repeat;
    background-size: 45%;
    overflow: hidden;
    min-height: 467px;
}

#iphone-ipad .integrated-data .left img {
    display: inline-block;
}

#iphone-ipad .integrated-data .left {
    padding: 70px 0 30px 112px;
    text-align: center;
}

#iphone-ipad .integrated-data .right {
    padding-left: 0;
}

#iphone-ipad .integrated-data .right .inner-wrapper {
    padding-right: 100px;
}

#iphone-ipad .integrated-data .left .col-sm-4 {
    width: 26%;
    padding: 0 10px;
}

#iphone-ipad .integrated-data .block {
    background: #111;
    height: 151px;
    margin: 0 0 24px 0;
    font-size: 13px;
    padding: 30px 5px 0 0;
}

#iphone-ipad .integrated-data .block p {
    line-height: 15px;
    margin-top: 15px;
    color: #fff;
}

#iphone-ipad .integrated-data .points p {
    position: relative;
    padding-left: 30px;
}

#iphone-ipad .integrated-data .points p:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "?";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #50C6F8;
    color: #fff;
    text-align: center;
}

#iphone-ipad .why-choose {
    background: url(../images/iphone-ipad/banner-why-choose.jpg) no-repeat;
    background-size:cover;
    color: #fff;
    padding: 70px 0 145px 0;
    margin-top: 70px;
}

#iphone-ipad .why-choose h2 {
    color: #fff;
    margin-bottom: 30px;
}


/* --------------------- Media Queries --------------------- */


/* Extra Small Device */

@media ( max-width:767px) {
    #banner-iphone-ipad {
        padding: 90px 0;
        min-height: 400px;
        text-align: left;
    }
    #banner-iphone-ipad h1 {
        color: #fff;
        padding: 0;
        line-height: 40px;
    }
    #banner-iphone-ipad span.star-blink1 {
        top: -15%;
        left: 15%;
    }
    #banner-iphone-ipad span.star-blink2 {
        bottom: 6%;
        right: 36%;
    }
    #banner-iphone-ipad span.star-blink3 {
        top: 45%;
        left: 45.8%;
    }
    #banner-iphone-ipad span.star-blink4 {
        bottom: -15%;
        left: 10%;
    }
    #banner-iphone-ipad span.star-blink5 {
        top: 30%;
        right: 7%;
    }
    #banner-iphone-ipad span.star-blink6 {
        bottom: 95%;
        left: 80%;
    }
    #banner-iphone-ipad span.star-blink7 {
        top: 115%;
        left: 80%;
    }
    #banner-iphone-ipad span.star-blink8 {
        top: 145%;
        right: 55%;
    }
    #banner-iphone-ipad span.star-blink9 {
        bottom: 45%;
        left: 26.5%;
    }
    #iphone-ipad .integrated-data {
        background: none;
    }
    #iphone-ipad .integrated-data .right {
        padding-left: 30px;
    }
    #iphone-ipad .integrated-data .right .inner-wrapper {
        padding-right: 15px;
    }
    #iphone-ipad .app-services {
        padding: 30px 0;
    }
    #banner-iphone-ipad {
        min-height: 400px;
    }
    #iphone-ipad .why-choose {
        padding: 70px 0;
    }
}


/* Small Device */

@media ( min-width:768px) and (max-width:991px) {
    #iphone-ipad .integrated-data .right .inner-wrapper {
        padding-right: 15px;
    }
    #banner-iphone-ipad {
        padding: 10px 0;
    }
    #banner-iphone-ipad p {
        margin: 5px;
        line-height: 20px;
    }
    #iphone-ipad .integrated-data {
        background: none;
    }
    #iphone-ipad .integrated-data .right {
        padding-left: 15px;
    }
    #banner-iphone-ipad {
        min-height: 400px;
    }
    #banner-iphone-ipad h1 {
        padding: 0;
    }
    #iphone-ipad .integrated-data {
        min-height: auto;
        width: 750px;
        margin: 0 auto;
        padding: 0 15px;
    }
    #iphone-ipad .why-choose {
        padding: 70px 0;
    }
}


/* Medium Device */

@media ( min-width:992px) and (max-width:1200px) {
    #iphone-ipad .integrated-data {
        background-size: 47% 66%;
    }
    #iphone-ipad .why-choose {
        padding: 70px 0 120px 0;
    }
    #iphone-ipad .integrated-data {
        min-height: 710px;
    }
    #iphone-ipad .integrated-data .left {
        padding: 70px 0 30px 105px;
    }
}


/* ############################################################ */


/* ##################### CORDOVA / PHONEGAP APPLICATION DEVELOPMENT ##################### */

#banner-cordova-phonegap {
    background: #335058 url("../images/cordova-phonegap/banner-cordova-phonegap.jpg");
    padding: 30px 0;
    min-height: 500px;
}

#banner-cordova-phonegap img {
    display: inline-block;
}

#banner-cordova-phonegap h1 {
    color: #fff;
    line-height: 60px;
    margin-top: 0;
}

#banner-cordova-phonegap h4 {
    color: #fff;
}

#banner-cordova-phonegap .pic {
    text-align: center;
}

#banner-cordova-phonegap .pic img {
    margin: 20px;
}

#banner-cordova-phonegap .pic .flashed-block {
    position: relative;
    display: inline-block;
}

#banner-cordova-phonegap .pic .flashed-block h5 {
    margin-bottom: 5px;
}

#banner-cordova-phonegap .pic .flashed-block p {
    font-size: 13px;
}

#banner-cordova-phonegap .pic .flashed-block .text {
    position: absolute;
    color: #fff;
    bottom: 35%;
    left: 0;
    text-align: center;
    width: 100%;
}

#banner-cordova-phonegap .pic .flashed-block.first .text {
    animation-name: showtext;
    animation-duration: 2s;
}

#banner-cordova-phonegap .pic .flashed-block.middle .text {
    animation-name: showtext;
    animation-duration: 4s;
}

#banner-cordova-phonegap .pic .flashed-block.last .text {
    animation-name: showtext;
    animation-duration: 4s;
}

@keyframes showtext {
    0% {
        color: transparent;
        bottom: 0;
    }
    25% {
        color: transparent;
        bottom: 15%;
    }
    60% {
        color: #fff;
        bottom: 45%;
    }
    100% {
        color: #fff;
        bottom: 35%;
    }
}

#cordova-phonegap img {
    display: inline-block;
}

#cordova-phonegap .why-cordova-phonegap {
    padding: 50px 0;
}

#cordova-phonegap .why-cordova-phonegap img {
    padding: 70px 0 0 0;
}

#cordova-phonegap .why-cordova-phonegap h2,
#cordova-phonegap .why-cordova-phonegap p {
    margin-bottom: 30px;
}

#cordova-phonegap .legendary-support {
    background: url(../images/cordova-phonegap/banner-legendary-support.jpg) no-repeat;
    background-size:cover;
    min-height: 538px;
    padding: 30px 0;
}

#cordova-phonegap .legendary-support .circled-points {
    padding: 0 30px;
    margin-top: 30px;
    text-align: center;
}

#cordova-phonegap .legendary-support .circled-points p {
    margin-top: 15px;
    font-weight: 600;
}

#cordova-phonegap .legendary-support .circled-points p:last-child {
    font-weight: 300;
}

#cordova-phonegap .transform-business {
    background: #f2f2f2 url(../images/cordova-phonegap/transform-business.png) no-repeat right;
    background-position: 100% 100%;
    padding: 70px 0;
    min-height: 820px;
    text-align: center;
}

#cordova-phonegap .transform-business .list-group {
    text-align: left;
    margin-top: 30px;
}

#cordova-phonegap .transform-business .list-group .list-group-item {
    border-color: transparent;
    background: #f2f2f2;
    color: #50C6F8;
    padding-left: 0;
}

#cordova-phonegap .transform-business .list-group .list-group-item.active {
    border: 2px solid #50C6F8;
    background: #fff;
    color: #333;
    position: relative;
    padding-left: 15px;
}

#cordova-phonegap .transform-business .list-group .list-group-item.active:first-child p {
    display: block;
}

#cordova-phonegap .transform-business .list-group .list-group-item.active:before {
    content: "\f105";
    font: 30px FontAwesome;
    position: absolute;
    top: 45%;
    right: -10px;
    color: #50C6F8;
    background: #fff;
    padding: 0;
    line-height: 15px;
}

#cordova-phonegap .transform-business .list-group .list-group-item p {
    display: none;
}


/* --------------------- Media Queries --------------------- */


/* Extra Small Device */

@media ( max-width:767px) {
    #banner-cordova-phonegap {
        min-height: 400px;
    }
    #banner-cordova-phonegap h1 {
        line-height: 40px;
    }
    #cordova-phonegap .legendary-support {
        background-size: cover;
        min-height: auto;
        padding: 15px 0 0 0;
    }
    #cordova-phonegap .legendary-support .circled-points {
        padding: 0 15px;
        margin-top: 30px;
    }
    #cordova-phonegap .legendary-support .circled-points .col-xs-4 {
        padding: 0 3px;
    }
    #cordova-phonegap .transform-business {
        text-align: left;
        padding: 30px 0;
    }
    #cordova-phonegap .transform-business {
        background-color: #f2f2f2;
        background-image: none;
    }
    #cordova-phonegap .transform-business .list-group .list-group-item {
        padding: 0;
        padding: 5px 15px;
        margin: 5px 0;
        border: 1px solid #ccc;
        color: #333;
    }
    #cordova-phonegap .transform-business .list-group .list-group-item.active {
        border-width: 1px;
    }
    #cordova-phonegap .transform-business .list-group .list-group-item.active:before {
        display: none;
    }
}


/* Small Device */

@media ( min-width:768px) and (max-width:991px) {
    #cordova-phonegap .transform-business {
        background-position: 400px 250px;
    }
}


/* Medium Device */

@media ( min-width:992px) and (max-width:1200px) {
    #cordova-phonegap .transform-business {
        background-position: 130% 100%;
    }
}


/* ############################################################ */


/* ##################### CLOUD-CONSULTING-SERVICES ##################### */

#banner-cloud-consulting {
    background: #02203C url(../images/cloud-consulting/banner.jpg);
    min-height: 500px;
    background-size:cover;
}

#banner-cloud-consulting .text {
    padding: 50px 15px 35px 15px;
}

#banner-cloud-consulting .text h4 {
    display: inline-block;
    margin: 0;
}

#banner-cloud-consulting .text h4 span {
    color: #95AAB9;
}

#banner-cloud-consulting h1,
#banner-cloud-consulting h3,
#banner-cloud-consulting h4 {
    color: #fff;
}

#banner-cloud-consulting h1 span {
    color: #fcb815;
}

#cloud-tagline {
    background: #f3f3f3;
    padding: 35px 0;
}

#cloud-tagline h4 {
    font-size: 18px;
}

#cloud-tagline .pic {
    padding-top: 30px;
}

#why-aws {
    padding: 50px 0;
}

#why-aws #owl-demo .item {
    margin-left: 12px;
    margin-right: 13px;
}

#why-aws #owl-demo .owl-pagination {
    text-align: left;
}

#why-aws .owl-theme .owl-controls .owl-page span {
    background: #ccc;
    margin-left: 0;
}

#why-aws .owl-theme .owl-controls .owl-page.active span {
    background: #fff;
    border-color: #999;
}

#why-aws #owl-demo .item .block {
    background: #f2f2f2;
    padding-top: 15px;
    padding-left: 15px;
    border: 1px solid #CBCBCB;
    margin: 3px;
    min-height: 135px;
}

#why-aws #owl-demo .item .blue-border {
    border-top: 2px solid #1976d3;
}

#why-aws #owl-demo .item .green-border {
    border-top: 2px solid #009B52;
}

#why-aws #owl-demo .item .red-border {
    border-top: 2px solid #DC4E44;
}

#why-aws #owl-demo .item .yellow-border {
    border-top: 2px solid #FDCD56;
}

#why-aws #owl-demo .item .block .title {
    padding-top: 15px;
    color: #000;
}

#what-we-do {
    background: linear-gradient(#002641, #003155);
    color: #fff;
    text-align: center;
    padding: 0 0 50px 0;
}

#what-we-do h2 {
    color: #fff;
    margin-top: 50px;
    margin-bottom: 30px;
}

#what-we-do h2+p {
    margin-bottom: 30px;
    padding: 0 30px 15px 30px;
}

#what-we-do .content {
    background: url(../images/cloud-consulting/what-we-do.png) no-repeat;
    background-size:cover;
}

#what-we-do .content h4 {
    font-weight: 400;
    margin-bottom: 15px;
}

#what-we-do .content .circle {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding-top: 25px;
    margin-bottom: 15px;
}

#what-we-do .content .circle.cloud-consulting {
    background: #0097EE;
}

#what-we-do .content .circle.cloud-migration {
    background: #3E9C67;
}

#what-we-do .content .circle.cloud-services {
    background: #00BCD2;
}

#how-we-do {
    padding-top: 30px;
}

#how-we-do p:last-child {
    padding-bottom: 30px;
}

#how-we-do .tabs-bar {
    background: #f3f3f3;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

#how-we-do .tabs-bar a.tab {
    position: relative;
    padding: 20px 15px;
    display: block;
    min-height: 75px;
    color: #000;
    line-height: 1.5;
}

#how-we-do .tabs-bar a.tab span {
    position: absolute;
    width: 100%;
    height: 85px;
    left: 0;
    top: 0;
    background: rgba(252, 184, 21, 0.38);
}

#how-we-do .tabs-bar a.tab.active {
    background: #FCB815;
}

#how-we-do .tabs-bar a.tab.active i {
    display: block;
}


/*
#how-we-do .tabs-bar a.tab:hover {
    background: #FCB815;
}*/

#how-we-do .tabs-bar a.tab i {
    position: absolute;
    color: #FCB815;
    bottom: -26px;
    left: 43%;
    display: none;
}


/*
#how-we-do .tabs-bar a.tab:hover i {
    display: block;
}*/

#how-we-do .tabs-content {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #cbcbcb;
}

#how-we-do .tabs-content .item:first-child .row {
    display: block !important;
}

#how-we-do .tabs-content h3 {
    margin-top: 20px;
}

#how-we-do .tabs-content .img-oval {
    background: #eaeff1;
    border-radius: 50%;
    display: inline-block;
    height: 220px;
    text-align: center;
    overflow: hidden;
    padding-top: 40px;
    width: 300px;
}

#how-we-do .tabs-content .img-oval img {
    display: inline-block;
}

#expert-services {
    padding: 30px 0 50px 0;
}

#expert-services .content h3.tagline {
    padding-bottom: 30px;
    padding-top: 15px;
}

#expert-services h4 {
    font-weight: 400;
    margin-top: 0;
}

#what-makes-us .text {
    color: #333;
}

#what-makes-us {
    background: linear-gradient(to right, #f3f3f3 50%, #032950 50%);
    color: #fff;
    padding: 30px;
}

#what-makes-us aside {
    padding-left: 18px;
    padding-top: 15px;
}

#what-makes-us aside h3 {
    color: #FCB815;
}

#what-makes-us aside p {
    line-height: 24px;
    padding-left: 15px;
    position: relative;
}

#what-makes-us aside p:before {
    color: #FAC13A;
    content: "? ";
    left: 0;
    position: absolute;
    top: 0;
}

#what-makes-us aside p span {
    position: relative;
}

#what-makes-us aside a.btn {
    border-color: #FCB815;
    color: #FCB815;
    margin-top: 15px;
}

#what-makes-us aside a.btn:focus {
    background: transparent;
    outline: none;
}

#what-makes-us aside a.btn:hover {
    background: #FCB815;
    color: #333;
}

.show {
    display: block;
}

.hide {
    display: none;
}


/* --------------------- Media Queries --------------------- */


/* Extra Small Device */

@media ( max-width:767px) {
    #banner-cloud-consulting {
        min-height: 400px;
        padding: 20px 0;
    }
    #banner-cloud-consulting .text h4:before {
        color: #95AAB9;
        content: "? ";
        padding-right: 5px;
        vertical-align: top;
    }
    #banner-cloud-consulting h1 {
        margin-bottom: 0;
    }
    #banner-cloud-consulting .text {
        padding: 15px;
    }
    #banner-cloud-consulting h3 {
        font-size: 16px;
        line-height: 24px;
    }
    #banner-cloud-consulting .text h4 {
        margin: 5px 5px 0 15px;
    }
    #banner-cloud-consulting .text {
        padding-top: 0;
    }
    #cloud-tagline {
        padding: 0;
    }
    #why-aws {
        padding: 15px 0px;
    }
    #why-aws #owl-demo {
        margin-top: 30px;
    }
    #why-aws #owl-demo .item .block {
        min-height: 190px;
    }
    #what-we-do {
        padding-bottom: 0;
        text-align: left;
    }
    #what-we-do .content .circle {
        text-align: center;
    }
    #what-we-do h2+p {
        padding: initial;
    }
    #what-we-do .content h4+p {
        padding-bottom: 30px;
    }
    #how-we-do .tabs-bar a.tab {
        min-height: initial;
        padding: 15px;
    }
    #how-we-do .tabs-bar a.tab:hover i,
    #how-we-do .tabs-bar a.tab.active i {
        display: none;
    }
    #how-we-do .tabs-bar .col-sm-12 {
        padding: 0;
    }
    #how-we-do .tabs-content {
        padding: 0 0 15px 0;
    }
    #how-we-do .tabs-content .text-right {
        text-align: center !important;
    }
    #how-we-do .tabs-content .slider-text {
        padding-bottom: 20px;
    }
    #what-makes-us {
        background: linear-gradient(#E0E0E0 46%, #032950 46%);
        padding: 0;
    }
    #what-makes-us .text {
        padding: 15px;
    }
    #what-makes-us aside {
        padding: 30px 15px;
    }
    #how-we-do .tabs-content .img-oval {
        margin-bottom: 15px;
    }
    #how-we-do p:last-child {
        padding-bottom: 0;
    }
    #how-we-do .customNavigation .prev {
        background: #eee;
        border-radius: 3px;
        color: #666;
        display: inline-block;
        left: 10px;
        margin-top: 60%;
        padding: 10px;
        position: absolute;
        text-align: center;
        z-index: 999;
    }
    #how-we-do .customNavigation .next {
        background: #eee;
        border-radius: 3px;
        color: #666;
        display: inline-block;
        margin-top: 60%;
        padding: 10px;
        position: absolute;
        right: 10px;
        z-index: 999;
    }
}


/* Small Device */

@media ( min-width:768px) and (max-width:991px) {
    #banner-cloud-consulting {
        min-height: 400px;
        padding: 60px 0;
    }
    #banner-cloud-consulting .text {
        padding-top: 0;
    }
    #cloud-tagline {
        padding: 0;
    }
    #why-aws #owl-demo .item .block {
        min-height: 195px;
    }
    #how-we-do .tabs-bar a.tab {
        min-height: 75px;
        padding: 5px;
    }
    #how-we-do .tabs-content .img-oval {
        height: 200px;
        width: 280px;
    }
    #how-we-do .tabs-content .text-right {
        padding-top: 50px;
    }
    #what-makes-us {
        padding: 30px 0;
    }
    #how-we-do .tabs-content,
    #how-we-do .tabs-bar {
        padding-left: 0;
        padding-right: 0;
    }
}


/* Medium Device */

@media ( min-width:992px) and (max-width:1200px) {
    #banner-cloud-consulting .text {
        padding-bottom: 30px;
        padding-top: 0;
    }
    #how-we-do .tabs-bar a.tab {
        min-height: 75px;
        padding: 15px 10px;
    }
    #why-aws #owl-demo .item .block {
        min-height: 165px;
    }
    #what-makes-us {
        padding: 15px;
    }
}


/* large Device */

@media ( min-width:768px) {
    #how-we-do .customNavigation .prev {
        display: none;
    }
    #how-we-do .customNavigation .next {
        display: none;
    }
}


/* ############################################################ */


/* ##################### CONTACT-US ##################### */

#banner-cross-platform {
    background: #337F7F url(../images/cross-platform/banner-bg.jpg) repeat;
    background-size:cover;
    min-height: 497px;
    padding: 40px 0 0 0;
    position: relative;
}

#banner-cross-platform h1 {
    line-height: 60px;
    margin-top: 30px;
    color: #fff;
}

#banner-cross-platform h4 {
    color: #fff;
}

#banner-cross-platform .tech-strip {
    text-align: center;
    height: 100px;
}

#banner-cross-platform .tech-strip img {
    display: inline-block;
    margin-top: 0px;
    max-width: 100%;
    transform: scale(1, 1);
    animation: enlarge 2s;
}

@keyframes enlarge {
    from {
        margin-top: -50px;
        transform: scale(1.5, 1);
    }
    to {
        transform: scale(1, 1);
    }
}

#cross-platform .why-build {
    background: linear-gradient(#fff, #ECFEFF);
    padding: 70px 0;
}

#cross-platform .why-build h2 {
    margin-bottom: 20px;
}

#cross-platform .why-build .build-point {
    margin-top: 80px;
}

#cross-platform .why-build .border {
    border-radius: 3px;
    text-align: center;
    padding: 5px;
}

#cross-platform .why-build .inner-border {
    padding: 15px;
    min-height: 75px;
}

#cross-platform .why-build .orange {
    border: 1px solid #fbad18;
}

#cross-platform .why-build .red {
    border: 1px solid #ee1f53;
}

#cross-platform .why-build .sky-blue {
    border: 1px solid #92d4d3;
}

#cross-platform .why-build .green {
    border: 1px solid #74c045;
}

#cross-platform .why-build .pink {
    border: 1px solid #f17695;
}

#cross-platform .why-build .violet {
    border: 1px solid #6252a3;
}

#cross-platform .best-cross-platform {
    padding: 70px 0;
}

#cross-platform .tools-solutions {
    background: #378A82;
    padding: 70px 0;
    color: #fff;
}

#cross-platform .tools-solutions h2 {
    color: #fff;
}

#cross-platform .tools-solutions .faq-box {
    padding: 0 100px;
}

#cross-platform .tools-solutions .faq-box h3 {
    border-top: 1px solid #5A9B94;
    cursor: pointer;
    margin: 0;
    padding: 20px 0;
}

#cross-platform .tools-solutions .faq-box h3 i {
    color: #eee;
    float: right;
    font-size: 30px;
}

#cross-platform .tools-solutions .faq-box p {
    display: none;
    padding: 15px;
}

#cross-platform .lifecycle {
    padding: 70px 0 0 0;
}

.lifecycle .lifecycle-slider {
    background: #fff;
    border-radius: 5px 5px 0 0;
    padding: 20px 15px 30px 15px;
}

.lifecycle .border-right {
    border-right: 1px solid #dddddd;
}

#cross-platform .lifecycle #lifecycle-slider {
    padding: 5px;
}

#cross-platform .lifecycle #lifecycle-slider .item {
    padding: 15px;
    margin: 5px;
    border-radius: 7px;
    border: 1px dashed #ccc;
    min-height: 360px;
}

#cross-platform .lifecycle #lifecycle-slider .item h4 {
    padding: 5px 0 0 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #333;
    font-weight: 400;
}

#cross-platform .lifecycle #lifecycle-slider i {
    font-size: 24px;
}

#cross-platform .lifecycle #lifecycle-slider p {
    line-height: 24px;
    padding-left: 15px;
}

#cross-platform .lifecycle #lifecycle-slider p:before {
    color: #378A82;
    content: "? ";
    margin-left: -15px;
}

#cross-platform .lifecycle h2,
#cross-platform .lifecycle p {
    text-align: left;
}


/* --------------------- Media Queries --------------------- */


/* Extra Small Device */

@media ( max-width:767px) {
    #banner-cross-platform {
        padding: 70px 0 0 0;
    }
    #banner-cross-platform {
        min-height: 400px;
        overflow: hidden;
        position: relative;
    }
    #banner-cross-platform .semi-circle {
        background: linear-gradient(to right, #fff, #DBE4EB);
        border: 2px solid #fff;
        border-radius: 50%;
        position: absolute;
        width: 100%;
    }
    #banner-cross-platform .icon {
        border: 2px solid #fff;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        text-shadow: rgb(197, 210, 219) -1px 1px, rgb(22, 160, 133) -28px 28px;
        box-shadow: #e0e0e0 -1px 1px, #e2e2e2 -2px 2px, #e4e4e4 -3px 3px, #e6e6e6 -4px 4px, #e8e8e8 -5px 5px, #eaeaea -6px 6px, #ececec -7px 7px
    }
    #banner-cross-platform .icon.android {
        background: #6BBF52;
        left: 1%;
        padding: 40px;
        bottom: 30%;
    }
    #banner-cross-platform .icon.blackberry {
        background: #111111;
        left: 25%;
        padding: 15px;
        top: 10%;
    }
    #banner-cross-platform .icon.window {
        background: #00C7F3;
        padding: 20px;
        right: 15%;
        top: 15%;
    }
    #banner-cross-platform .icon.apple {
        background: #B1BACB;
        padding: 35px;
        right: 2%;
        top: 40%;
    }
    #banner-cross-platform h1 {
        line-height: 40px;
        margin: 0;
    }
    #banner-cross-platform h3 {
        color: #333;
    }
    #cross-platform .why-build .right {
        padding-top: 15px;
    }
    #cross-platform .why-build .border {
        margin-top: 15px;
    }
    #cross-platform .why-build .inner-border {
        min-height: 70px;
        padding: 15px 5px;
    }
    #cross-platform .tools-solutions .faq-box {
        padding: 0px;
    }
    #cross-platform .tools-solutions .faq-box h3 span {
        display: inline-block;
        width: 90%;
    }
    .lifecycle .border-right {
        border-right: none;
    }
    #cross-platform .lifecycle {
        background: none;
        padding-top: 30px;
    }
    .lifecycle .lifecycle-slider {
        padding-top: 0px;
    }
}


/* Small Device */

@media ( min-width:768px) and (max-width:991px) {
    #banner-cross-platform {
        min-height: 400px;
        padding: 15px 0 0 0;
    }
    #cross-platform .why-build .right {
        padding-top: 70px;
    }
    #cross-platform .why-build .inner-border {
        padding: 10px 5px;
        text-align: left;
        min-height: 85px;
    }
}


/* Medium Device */

@media ( min-width:992px) and (max-width:1200px) {
    #banner-cross-platform {
        padding: 40px 0 0 0;
    }
    #cross-platform .why-build .inner-border {
        padding: 15px 0;
        min-height: 95px;
    }
}


/* ############################################################ */


/* ########################## IONIC-FRAMEWORK ########################## */

#banner-ionic {
    min-height: 500px;
    position: relative;
    width: 100%;
}

#banner-ionic .bg-fade-in {
    animation: 2s ease 0s normal none 1 running fadein;
    /* background: #34959F url("../images/ionic/banner-bg.jpg") repeat; */
    color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#banner-ionic .overlay {
    background-repeat: repeat-x;
    background-size: 5px 100% !important;
    height: 100%;
    left: 0;
    max-height: 100%;
    opacity: 0.95;
    position: absolute;
    top: 0;
    z-index: 10;
}

#banner-ionic .blue {
    background: linear-gradient(#299672, #256db3);
    height: 100%;
    width: 100%;
}

#banner-ionic .ionic-img {
    margin-top: 50px;
}

#banner-ionic .text {
    margin-top: 60px;
}

#banner-ionic h1 {
    color: #fff;
    text-align: left;
    line-height: 60px;
}

#ionic-design {
    margin-top: 60px;
}

#ionic-design h6 {
    line-height: 28px;
    min-height: 125px;
}

#ionic-design .img-border {
    border: 1px solid #42c19a;
    border-radius: 50%;
    display: block;
    height: 60px;
    overflow: hidden;
    text-align: center;
    width: 60px;
}

#ionic-design .img-border .sprite {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    text-align: center;
}

#mobile-sdk {
    background: #ebf4fd;
    margin-top: 30px;
    padding:80px 0 0 0;
    position: relative;
}
#mobile-sdk h2{
    margin-top:0px;
}
a.visit-website {
    color: #DC4E44;
}
#mobile-sdk img{
    padding-top: 30px;
}
#ionic-process {
    /* background: #16936d; */
    background: linear-gradient(#299672, #256db3);
    color: #fff;
    padding: 30px 0 60px 0;
}

#ionic-process h2 {
    color: #fff;
    padding-bottom: 20px;
}

#ionic-framework {
    background: linear-gradient(to right, #ebf4fd 34.8%, #fff 34.8%);
}

#ionic-framework h2 {
    line-height: 50px;
    padding: 75px 0 30px 0;
}

.process_container img {
    float: left;
    padding-right: 10px;
}

#ionic-framework .content_container {
    min-height: 380px;
    padding: 60px 0;
}

#ionic-framework .content_container h6 {
    font-weight: 300;
    line-height: 28px;
}

#ionic-framework .process-tab a {
    background: #256db3;
    /*border-bottom: 1px solid #ebf4fd;*/
    border-right: 1px solid #fff;
    border-top: 1px solid #ebf4fd;
    min-height: 76px;
    opacity: 0.9;
    padding: 15px 5px;
    color:white;
}

#ionic-framework .process-tab a span {
    display: block;
}

#ionic-framework .process-tab a.hover,
#ionic-framework .process-tab a.active {
    background: #fff;
    color: #000;
    opacity: 1;
}
/* portfolio*/
.ionic-portfolio .owl-pagination{
    position: absolute;
    width: 100%;
    margin-top: -60px;

}
.insurance{
    background: url(../images/ionic/portfolio/insurance/insurance-bg.html);
    background-position: 50%;
    background-size: cover;
    padding:80px 0;
    position: relative;
   min-height:650px;
}
.insurance::before {
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
}

.insureBio{
    background: url(../images/ionic/portfolio/insureBio/insureBio.html);
    background-position: 50%;
    background-size: cover;
    padding:80px 0;
    position: relative;
    min-height:650px;
}
.insureBio h3{
    margin-top:40px;
}
insureBio-icon{
   padding-top:40px;
}
.insureBio::before {
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,0.4);
   
}
.crypto{
    background:#090913 url(../images/ionic/portfolio/crypto/crypto-bg.html);
    background-position: 80%;
    background-size: cover;
    padding:80px 0;
    position: relative;
    min-height:650px;
}

.numnu{
    background: url(../images/ionic/portfolio/numnu/numnu.html);
    background-position: 50%;
    background-size: cover;
    padding:80px 0;
    position: relative;
    min-height:650px;
}
.owl-theme .owl-controls {
    margin-top: -10px;
    text-align: center;
}
/* --------------------- Media Queries --------------------- */


/* Extra Small Device */

@media ( max-width:767px) {
    #banner-ionic h1 {
        line-height: 35px;
        padding-top: 20px;
    }
    #banner-ionic .text {
        margin-top: 60px;
    }
    #banner-ionic {
        min-height: 400px;
        position: relative;
        width: 100%;
    }
    .content-wrapper {
        margin-top: 60px;
    }
    #ionic-process .ionic-process-tab {
        margin-bottom: 20px;
    }
    #ionic-design .ionic-design-tab {
        margin-bottom: 20px;
    }
    #ionic-framework h2 {
        line-height: 40px;
        padding: 20px 0 20px;
    }
    #ionic-framework .content_container {
        min-height: 350px;
        padding: 30px 0;
    }
    #ionic-framework {
        background: none;
    }
    .process_container img {
        display: block;
        float: none;
        margin-right: auto;
        margin-left: auto;
        padding-right: 10px;
        text-align: center;
    }
    #mobile-sdk {
        padding-top: 30px;
    }
    #ionic-framework .process-tab a {
        font-size: 12px;
        min-height: 110px;
        padding: 10px 15px;
        text-align: center;
    }
}


/* Small Device */

@media ( min-width:768px) and (max-width:991px) {
    #banner-ionic {
        min-height: 400px;
    }
    #banner-ionic .text {
        margin-top: 40px;
    }
    #mobile-sdk img {
        padding-top: 80px;
    }
    #ionic-framework {
        background: none;
        padding: 30px 0;
    }
    #ionic-framework h2 {
        padding: 0;
    }
    #ionic-framework .content_container {
        padding-top: 20px;
    }
}


/* Medium Device */

@media ( min-width:992px) and (max-width:1200px) {
    #ionic-framework {
        background: linear-gradient(to right, #E5E5E5 33.6%, #fff 33.6%);
    }
    #ionic-framework .process-tab a {
        min-height: 100px;
    }
}


/* ############################################################ */


/* ##################### METEORJS-DEVELOPMENT ##################### */

#banner-meteorjs {
    background: #182F41 url("../images/meteorjs/banner-meteorjs.jpg");
    background-size:cover;
    color: #95aab9;
    min-height: 500px;
    padding-top: 70px;
    position: relative;
}

#banner-meteorjs .pic {
    padding-top: 15px;
    padding-left: 100px;
    text-align: center;
}

#banner-meteorjs h1 {
    color: #fff;
}

#banner-meteorjs h4 span {
    color: #fff;
}

#banner-meteorjs .pic img {
    animation-name: push;
    animation-duration: 2s;
}

@keyframes push {
    0% {
        width: 0;
    }
    100% {
        width: 60%;
    }
}

#banner-meteorjs .banner-bottomline {
    background: rgba(18, 43, 65, 0.7);
    color: #fff;
    margin-top: 123px;
    padding: 25px 0;
}

#banner-meteorjs .banner-bottomline h5 {
    margin: 0;
}

#meteorjs .overview {
    padding: 70px 0;
}

#meteorjs .overview h2 {
    margin-bottom: 15px;
}

#meteorjs .overview .button {
    margin-top: 30px;
}

#meteorjs .features {
    background: linear-gradient(#28272B, #192C3F);
    color: #fff;
    padding: 70px 0;
    text-align: center;
}

#meteorjs .features h2 {
    margin-bottom: 30px;
}

#meteorjs .features .features-row {
    padding: 30px 0;
}

#meteorjs .features .features-row .col-xs-2 {
    width: 20%;
}

#meteorjs .features .circle {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 150px;
    padding-top: 30px;
    transition: all 1s;
    width: 150px;
}

#meteorjs .features .circle img {
    transition: all 1s;
}

#meteorjs .features .circle:hover img {
    transform: rotateX(360deg);
}

#meteorjs .features .circle h5 {
    background: rgb(29, 42, 57);
    display: block;
    margin-left: -25%;
    padding: 5px 0;
    width: 150%;
}

#meteorjs .features img {
    display: inline-block;
}

#meteorjs .features h2 {
    color: #fff;
}

#meteorjs .best-company {
    padding: 50px 0;
}

#meteorjs .best-company h5 {
    padding-top: 30px;
}

#meteorjs .best-company h5,
#meteorjs .best-company a {
    color: #DC4E44;
}

#meteorjs .best-company p {
    color: #555;
}

#meteorjs .best-company p span.link {
    display: block;
}

#meteorjs .best-company p span.link a:hover {
    border-bottom: 1px solid #DC4E44;
}

#meteorjs .why-to-benefits {
    background: linear-gradient(to right, #DCDCDC 50%, #1F2934 50%);
    padding: 50px 0;
}

#meteorjs .why-to-benefits h2,
#meteorjs .why-to-benefits h3 {
    margin-bottom: 30px;
}

#meteorjs .why-to-benefits .benefits {
    color: #fff;
}

#meteorjs .why-to-benefits .benefits h3 {
    margin-top: 15px;
    color: #DC4E44;
}

#meteorjs .why-to-benefits .benefits .btn {
    margin-top: 15px;
}

#meteorjs .why-to-benefits .benefits .points p {
    padding-left: 17px;
}

#meteorjs .why-to-benefits .benefits .points p:before {
    color: #DC4E44;
    content: "? ";
    margin-left: -17px;
}


/* --------------------- Media Queries --------------------- */


/* Extra Small Device */

@media ( max-width:767px) {
    #banner-meteorjs {
        min-height: 400px;
        padding-top: 50px;
    }
    #banner-meteorjs .pic img {
        animation: push;
    }
    #banner-meteorjs .pic {
        padding-top: 0;
    }
    #banner-meteorjs .pic img {
        width: 35%;
    }
    #banner-meteorjs h4 {
        font-size: 14px;
        margin: 0;
    }
    #meteorjs .overview,
    #meteorjs .features,
    #meteorjs .best-company,
    #meteorjs .why-to-benefits {
        padding: 15px 0;
    }
    #meteorjs .features {
        text-align: left;
    }
    #meteorjs .features .features-row {
        padding: 15px 0 45px 0;
    }
    #meteorjs .features .features-row .col-xs-2 {
        padding: 5px;
        width: 20%;
    }
    #meteorjs .features .circle {
        height: 65px;
        padding-top: 20px;
        width: 65px;
    }
    #meteorjs .features .circle img {
        width: 30%;
    }
    #meteorjs .features .circle h5 {
        bottom: -50px;
        font-size: 10px;
        left: 0;
        line-height: 1.4;
        text-align: left;
    }
    #meteorjs .best-company h5 {
        padding-top: 15px;
    }
    #meteorjs .why-to-benefits {
        background: linear-gradient(#DCDCDC 60%, #1F2934 60%);
        padding-bottom: 30px;
    }
    #meteorjs .why-to-benefits .benefits {
        background: #1F2934;
        padding-top: 1px;
    }
    #meteorjs .why-to-benefits .benefits h3 {
        margin-top: 30px;
    }
}


/* Small Device */

@media ( min-width:768px) and (max-width:991px) {
    #banner-meteorjs {
        min-height: 400px;
        padding-top: 45px;
    }
    #banner-meteorjs .pic img {
        width: 100%;
    }
    @keyframes push {
        0% {
            width: 0;
        }
        100% {
            width: 100%;
        }
    }
    #banner-meteorjs .banner-bottomline img {
        max-width: 200%;
        padding-top: 5px;
    }
    #meteorjs .overview img {
        padding-top: 110px;
    }
    #meteorjs .features .circle {
        height: 135px;
        width: 135px;
    }
    #meteorjs .features .circle h5 {
        font-size: 12px;
        margin-left: -10%;
        width: 115%;
    }
    #meteorjs .why-to-benefits .benefits {
        padding-top: 0;
    }
}


/* Medium Device */

@media ( min-width:992px) and (max-width:1200px) {
    #banner-meteorjs .pic img {
        width: 80%;
    }
    @keyframes push {
        0% {
            width: 0;
        }
        100% {
            width: 80%;
        }
    }
}


/* ############################################################ */


/* ##################### ANGULARJS-DEVELOPMENT ##################### */

#banner-angularjs {
    background: #B6222E url(../images/angularjs/banner-angularjs.webp);
    background-size:cover;
    color: #95aab9;
    min-height: 500px;
    padding: 30px 0;
}

#banner-angularjs img {
    display: inline-block;
}

#banner-angularjs .pic {
    text-align: right;
}

#banner-angularjs h1 {
    color: #fff;
    padding-bottom: 30px;
}

#banner-angularjs .circle-outline {
    color: #fff;
    text-align: center;
}

#banner-angularjs .circle-outline h5 {
    margin: 15px 0 7px 0;
}

#banner-angularjs .circle-outline .circle {
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 135px;
    padding-top: 30px;
    text-align: center;
    width: 135px;
    overflow: hidden;
}

#banner-angularjs .circle-outline .circle i {
    animation-name: logo-appear;
    animation-duration: 1.4s;
}

@keyframes logo-appear {
    0% {
        margin-top: 105px;
    }
    50% {
        margin-top: 105px;
    }
    100% {
        margin-top: 0;
    }
}

#angularjs .overview {
    padding: 70px 0;
}

#angularjs .overview img {
    padding-top: 70px;
}

#angularjs .overview h2 {
    margin-bottom: 15px;
}

#angularjs .overview .button {
    margin-top: 30px;
}

#angularjs .services {
    padding: 30px 0 70px 0;
    text-align: center;
}

#angularjs .services h2 {
    margin-bottom: 15px;
}

#angularjs .services h2+p {
    margin-bottom: 50px;
    padding: 0 30px;
}

#angularjs .services .block {
    background: #f9f9f9;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 250px;
    padding: 60px 0;
    width: 250px;
}

#angularjs .services .block:hover {
    background: #f2f2f2;
}

#angularjs .services .block hr {
    background: #999;
    height: 1px;
    margin: 15px auto;
    width: 80%;
}

#angularjs .services .block p {
    color: #333;
    line-height: 1.2;
    padding: 0 15px;
}

#angularjs .features {
    background: #F3F3F3;
    padding: 70px 0;
}

#angularjs .features .block {
    background: linear-gradient(#00A6BA 55%, #2B2B2B 55%);
    color: #fff;
    padding: 15px;
}

#angularjs .features .block {
    padding: 15px 30px;
}

#angularjs .features .block .button {
    padding-bottom: 15px;
}

#angularjs .features .block .points h5 {
    padding-bottom: 5px;
    padding-left: 15px;
}

#angularjs .features .block h5.tagline {
    line-height: 30px;
    padding: 20px 0;
}

#angularjs .features .block .points h5:last-child {
    padding-bottom: 15px;
}

#angularjs .features .block .points h5:before {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-left: -13px;
}

/*from our blog - service page*/
.blog-footer {
    background: #f9f7f1;
    border-top: 1px solid #e5e5e5;
    padding: 60px 0; }
    .blog-footer .hire-point {
      background: #fff;
      box-shadow: 0 0 10px rgba(187, 187, 187, 0.3);
      min-height: 450px;
      padding: 15px;
      text-align: center;
     }
    .blog-footer img {
      text-align: center;
      margin: 0 auto; }

    .font-weight {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px; }

    .blog-footer h2 {
        font-weight:inherit;
      padding-bottom: 50px; }
    @media (max-width: 768px) {
      .blog-footer {
        padding: 20px 0; }
        .blog-footer h2 {
          padding-bottom: 30px; }
        .blog-footer .hire-point {
          min-height: auto;
          margin-bottom: 15px; } }
          
    .btn-blog{
    padding: 10px 15px;
    border-radius: 3px;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    background:rgba(76,76,76,1);
    font-weight: 600;
    }

    .btn-blog:hover{
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.3);
    }
/* --------------------- Media Queries --------------------- */



/* --------------------- Media Queries --------------------- */


/* Extra Small Device */

@media ( max-width:767px) {
    #banner-angularjs {
        min-height: 400px;
        padding: 55px 0 0 0;
    }
    #banner-angularjs .pic {
        text-align: center;
    }
    #banner-angularjs .pic img {
        width: 55%;
    }
    #banner-angularjs h1 {
        padding: 0;
    }
    #angularjs .overview,
    #angularjs .features {
        padding: 30px 0 0 0;
        text-align: left;
    }
    #angularjs .services .block {
        border-radius: 0;
        height: 215px;
        margin-bottom: 15px;
        padding: 30px 0;
        text-align: center;
        width: 100%;
    }
    #angularjs .services .block.right {
        margin-left: -7.5px;
    }
    #angularjs .services .block.left {
        margin-right: -7.5px;
    }
    #angularjs .services .block p {
        padding: 0;
    }
    #angularjs .services h2+p {
        padding: 0;
    }
    #angularjs .features .block {
        margin-bottom: 30px;
        background: linear-gradient(#00A6BA 48%, #2B2B2B 48%);
    }
}


/* Small Device */

@media ( min-width:768px) and (max-width:991px) {
    #banner-angularjs {
        min-height: 400px;
        padding: 0;
    }
    #angularjs .services .block {
        border-radius: 0;
        height: 200px;
        padding: 15px 0;
        width: 100%;
    }
    #angularjs .services .block p {
        line-height: 1.4;
        margin-top: 10px;
        padding: 0;
    }
    #angularjs .features .block {
        background: linear-gradient(#00A6BA 51%, #2B2B2B 51%);
        padding: 15px;
    }
    #angularjs .features .block h5.tagline {
        line-height: 1.2;
        padding: 0;
    }
    #angularjs .features .block .points h5 {
        font-size: 16px;
        padding-left: 15px;
    }
    #angularjs .features .block .points h5:last-child {
        padding-bottom: 15px;
    }
    #angularjs .features .block .button {
        padding-top: 15px;
    }
}


/* Medium Device */

@media ( min-width:992px) and (max-width:1200px) {
    #angularjs .services .block {
        color: #fff;
        height: 220px;
        padding: 30px 0;
        width: 220px;
    }
    #angularjs .services .block p {
        padding: 0 30px;
    }
    #angularjs .features .block {
        background: linear-gradient(#00A6BA 51%, #2B2B2B 51%);
    }
}


/* ############################################################ */


/* ##################### ANDROID APPLICATION DEVELOPMENT COMPANY ##################### */

#banner-android {
    background: #C4DA85 url(../images/android/banner-android.jpg);
    background-size:cover;
    min-height: 500px;
    padding: 0;
    /*
    background-position: 0 0;
    animation-name: move;
    animation-duration: 5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;*/
}


/*
@keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 190% 100%;
    }
}*/

#banner-android img {
    display: inline-block;
}

#banner-android .pic {
    text-align: right;
}

#banner-android h1 {
    padding-top: 70px;
    padding-bottom: 30px;
    line-height: 60px;
}

#banner-android .pics-animate {
    text-align: center;
    position: relative;
    height: 500px;
    overflow: hidden;
}

#banner-android .pics-animate img:nth-child(1) {
    top: 290px;
    left: 130px;
}

#banner-android .pics-animate img:nth-child(2) {
    top: 295px;
    left: 70px;
}

#banner-android .pics-animate img:nth-child(3) {
    top: 235px;
    left: 140px;
}

#banner-android .pics-animate img:nth-child(4) {
    top: 160px;
    left: 125px;
}

#banner-android .pics-animate img:nth-child(5) {
    top: 120px;
    left: 75px;
}

#banner-android .pics-animate img:nth-child(6) {
    top: 105px;
    left: 150px;
}

#banner-android .pics-animate img:nth-child(7) {
    top: 50px;
    left: 160px;
}

#banner-android .pics-animate img:nth-child(8) {
    top: 50px;
    left: 210px;
}

#banner-android .pics-animate img:nth-child(9) {
    top: 10px;
    left: 260px;
}

#banner-android .pics-animate img:nth-child(10) {
    top: 65px;
    left: 272px;
}

#banner-android .pics-animate img:nth-child(11) {
    top: 50px;
    left: 320px;
}

#banner-android .pics-animate img:nth-child(12) {
    top: 50px;
    right: 177px;
}

#banner-android .pics-animate img:nth-child(13) {
    top: 100px;
    right: 145px;
}

#banner-android .pics-animate img:nth-child(14) {
    top: 200px;
    left: 50px;
}

#banner-android .pics-animate img:nth-child(15) {
    top: 120px;
    right: 100px;
}

#banner-android .pics-animate img:nth-child(16) {
    top: 165px;
    right: 75px;
}

#banner-android .pics-animate img:nth-child(17) {
    top: 160px;
    right: 150px;
}

#banner-android .pics-animate img:nth-child(18) {
    top: 225px;
    right: 132px;
}

#banner-android .pics-animate img:nth-child(19) {
    top: 265px;
    right: 78px;
}

#banner-android .pics-animate img:nth-child(20) {
    top: 295px;
    right: 138px;
}

#banner-android .pics-animate img:nth-child(21) {
    bottom: 0;
    right: 90px;
}

#banner-android .pics-animate img.img-responsive {
    position: absolute;
    animation-name: animate2;
    animation-duration: 2s;
}

#banner-android .pics-animate img:nth-child(21) {
    animation-name: animate1;
    animation-duration: 0.5s;
    animation-timing-function: ease-in;
    right: 90px;
}

#banner-android .pics-animate img:nth-child(22) {
    position: absolute;
    bottom: 0;
    left: 190px;
}

@keyframes animate1 {
    0% {
        right: 260px;
    }
}

@keyframes animate2 {
    0% {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }
    25% {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }
    50% {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }
}

#android .overview {
    padding: 70px 0 0 0;
}

#android .overview .left {
    background: url("../images/android/overview-pic1.png") no-repeat;
    background-position: 90% 100%;
    border-right: 1px solid #eee;
}

#android .overview .right {
    background: url("../images/android/overview-pic2.png") no-repeat;
    background-position: 90% 100%;
    min-height: 200px;
}

#android .services {
    background: #f2f2f2;
    padding: 70px 0;
}

#android .services h2 {
    margin-bottom: 30px;
}

#android .services h2+p {
    margin-bottom: 30px;
}

#android .services h4 {
    margin-top: 30px;
}

#android .services .pic {
    text-align: center;
}

#android .services .pic img {
    display: inline-block;
}

#android .why-choose {
    background: url("../images/android/banner-why-choose.jpg") no-repeat;
    background-size:cover;
    padding: 70px 0;
}

#android .why-choose h5 {
    line-height: 40px;
    margin-top: 15px;
}

#android .mobile-app-development {
    text-align: center;
    padding: 70px 0;
}

#cordova-phonegap .mobile-app-development #owl-demo-android,
#iphone-ipad .mobile-app-development #owl-demo-android,
#android .mobile-app-development #owl-demo-android {
    margin-top: 50px;
    text-align: left;
}

#cordova-phonegap .mobile-app-development #owl-demo-android .col-sm-6:last-child {
    text-align: center;
}

#android .mobile-app-development #owl-demo-android {
    padding: 0;
}

#android .mobile-app-development #owl-demo-android.owl-theme .owl-controls .owl-page span {
    background: #7DB343;
}

#cordova-phonegap .mobile-app-development #owl-demo-android .owl-page span,
#iphone-ipad .mobile-app-development #owl-demo-android .owl-page span {
    background: #50C6F8;
}


/* --------------------- Media Queries --------------------- */


/* Extra Small Device */

@media ( max-width:767px) {
    #banner-android {
        min-height: 400px;
        padding: 0;
    }
    #banner-android h1 {
        line-height: 40px;
    }
    #android .services {
        padding: 30px 0;
    }
    #android .services .pic {
        padding-top: 30px;
    }
    #android .why-choose {
        background-repeat: repeat;
        background-size: cover;
        padding: 30px 0;
    }
    #android .why-choose h5 {
        line-height: 30px;
    }
    #iphone-ipad .mobile-app-development,
    #android .mobile-app-development {
        padding: 30px 0;
        text-align: left;
    }
    #iphone-ipad .mobile-app-development #owl-demo-android {
        margin-left: -15px;
        margin-right: -15px;
    }
    #android .mobile-app-development #owl-demo-android img,
    #iphone-ipad .mobile-app-development #owl-demo-android img {
        margin-top: 50px;
    }
    #android .mobile-app-development h2,
    #android .mobile-app-development h4 {
        padding-left: 15px;
    }
    #android .services h2 + p {
        margin-bottom: 0;
    }
}


/* Small Device */

@media ( min-width:768px) and (max-width:991px) {
    #banner-android {
        min-height: 400px;
        padding: 0;
    }
    #android .why-choose {
        padding: 30px 0;
        background-size: cover;
    }
    #android .why-choose h5 {
        line-height: 30px;
    }
    #android .overview .left,
    #android .overview .right {
        min-height: 250px;
    }
    #iphone-ipad .mobile-app-development #owl-demo-android {
        margin-left: -15px;
        margin-right: -15px;
    }
    #android .mobile-app-development #owl-demo-android .owl-wrapper,
    #iphone-ipad .mobile-app-development #owl-demo-android .owl-wrapper {
        padding-bottom: 30px;
    }
}


/* Medium Device */

@media ( min-width:992px) and (max-width:1200px) {
    #android .why-choose {
        padding: 30px 0;
    }
    #banner-android .pics-animate img:nth-child(11) {
        top: 50px;
        left: 320px;
    }
    #banner-android .pics-animate img:nth-child(12) {
        top: 50px;
        right: 70px;
    }
    #banner-android .pics-animate img:nth-child(13) {
        top: 100px;
        right: 40px;
    }
    #banner-android .pics-animate img:nth-child(14) {
        top: 200px;
        left: 50px;
    }
    #banner-android .pics-animate img:nth-child(15) {
        top: 140px;
        right: 0;
    }
    #banner-android .pics-animate img:nth-child(16) {
        top: 165px;
        right: 25px;
    }
    #banner-android .pics-animate img:nth-child(17) {
        top: 50px;
        right: 15px;
    }
    #banner-android .pics-animate img:nth-child(18) {
        top: 325px;
        right: 10px;
    }
    #banner-android .pics-animate img:nth-child(19) {
        top: 265px;
        right: 40px;
    }
    #banner-android .pics-animate img:nth-child(20) {
        top: 355px;
        left: 50px;
    }
    #banner-android .pics-animate img:nth-child(21) {
        bottom: 0;
        right: 50px;
    }
    #banner-android .pics-animate img.img-responsive {
        position: absolute;
        animation-name: animate2;
        animation-duration: 2s;
    }
    #banner-android .pics-animate img:nth-child(21) {
        animation-name: animate1;
        animation-duration: 0.5s;
        animation-timing-function: ease-in;
        right: 0px;
    }
    #banner-android .pics-animate img:nth-child(22) {
        position: absolute;
        bottom: 0;
        left: 190px;
    }
    #iphone-ipad .mobile-app-development #owl-demo-android {
        margin-left: -15px;
        margin-right: -15px;
    }
    #android .mobile-app-development #owl-demo-android .owl-wrapper,
    #iphone-ipad .mobile-app-development #owl-demo-android .owl-wrapper {
        padding-bottom: 30px;
    }
}


/* ############################################################ */


/* ##################### HIRE-RESOURCES ##################### */

#banner-hire {
    min-height: 400px;
    color: #fff;
    text-align: center;
}

#banner-hire.angularjs {
    background: #3A0F09 url("../images/hire-resources/banner-angularjs.jpg") no-repeat;
    background-size:cover;
    padding-top: 100px;
}

#banner-hire.codeigniter {
    background: #3A0F09 url("../images/hire-resources/banner-codeigniter.jpg") no-repeat;
    background-size:cover;
    padding-top: 50px;
}

#banner-hire.ionic {
    background: #16253C url("../images/hire-resources/banner-ionic.jpg") no-repeat;
    background-size:cover;
    padding-top: 140px;
}

#banner-hire.mean {
    background: #16253C url("../images/hire-resources/banner-mean.jpg") no-repeat;
    background-size:cover;
    padding-top: 140px;
}

#banner-hire.android {
    background: #16253C url("../images/hire-resources/banner-android.jpg") no-repeat;
    background-size:cover;
    padding-top: 45px;
}

#banner-hire.iphone {
    background: #333 url("../images/hire-resources/banner-iphone.jpg") no-repeat;
    background-size:cover;
    padding-top: 45px;
}

#banner-hire.cordova {
    background: #333 url("../images/hire-resources/banner-cordova.jpg") no-repeat;
    background-size:cover;
    padding-top: 95px;
}

#banner-hire.asp {
    background: #333 url("../images/hire-resources/banner-cordova.jpg") no-repeat;
    background-size:cover;
    padding-top: 145px;
}

#banner-hire img {
    display: inline-block;
}

#banner-hire h1 {
    color: #fff;
}

#hire.mean .remove-right {
    padding-right: 0;
}

#hire.mean .overview,
#hire.iphone .overview,
#hire.android .overview {
    padding: 70px 0;
}

#hire.iphone img {
    display: inline-block;
}

#hire.iphone .tagline {
    text-align: center;
    padding: 0 0 70px 0;
}

#hire.iphone .tagline h3 {
    margin-top: 30px;
    padding: 0 200px;
    line-height: 40px;
}

#hire.iphone .flexible-hiring {
    background: #000;
    text-align: center;
    padding: 50px 0 70px 0;
}

#hire.iphone .flexible-hiring h2 {
    margin-bottom: 70px;
    color: #fff;
    line-height: 60px;
}

#hire.iphone .flexible-hiring h5 {
    color: #fff;
    line-height: 25px;
}

#hire.iphone .flexible-hiring .points {
    text-align: left;
    padding-left: 30px;
    font-size: 16px;
    color: #fff;
}

#hire.iphone .flexible-hiring .points p:before {
    content: "? ";
    color: #50C3F9;
    font-size: 18px;
    margin-left: -20px;
}

#hire.iphone .flexible-hiring .block {
    background: #3C3C3C;
    color: #fff;
    margin: 40px 0;
    padding: 7px 0;
    position: relative;
    display: block;
    border: 5px solid transparent;
    box-shadow: 0 0 0 2px transparent;
    transition: all 0.2s;
}

#hire.iphone .flexible-hiring .block:hover {
    border: 5px solid #000;
    box-shadow: 0 0 0 2px #3C3C3C;
    border-radius: 7px;
}

.btn-know-more {
    background: #4FC3F7;
}

.btn-know-more:focus,
.btn-know-more:hover {
    background: #3eb2e6;
    color: #fff;
}

#hire.iphone .flexible-hiring .process-pic i.sprite-flexible-logo {
    position: relative;
    margin: -130px 0 30px 0;
}

#hire.iphone .flexible-hiring .block h5,
#hire.iphone .flexible-hiring .block p {
    margin: 0;
    font-weight: 400;
}

#hire.iphone .flexible-hiring .block p:last-child {
    font-weight: 400;
}

#hire.iphone .flexible-hiring .process-pic:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 2px;
    height: 110px;
    background: #7F7F7F;
}

#hire.iphone .flexible-hiring .process-pic:after {
    content: "";
    position: absolute;
    left: 15%;
    bottom: 59%;
    width: 70%;
    height: 40px;
    border: 2px solid #7F7F7F;
    border-bottom: none;
}

#hire.iphone .overview .content .col-md-10 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}

#hire.iphone .overview h2 {
    text-align: center;
}

#hire.iphone .overview .numbered-points div {
    padding: 30px 45px 30px 30px;
    position: relative;
}

#hire.iphone .overview .numbered-points div:before {
    content: "1";
    color: #50C3F9;
    font-size: 90px;
    position: absolute;
    top: 0;
    left: -30px;
}

#hire.iphone .overview .numbered-points div:nth-child(2):before {
    content: "2";
}

#hire.iphone .overview .numbered-points div:last-child:before {
    content: "3";
}

#hire.android .overview .pic img {
    padding: 0;
}

#hire.android .our-work {
    text-align: center;
    padding: 150px 0 30px 0;
}

#hire.android .our-work .inner-wrapper {
    width: 200px;
    margin: 0 auto;
    height: 140px;
    position: relative;
}

#hire.android .our-work span {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    animation-name: android-jump-line;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

#hire.android .our-work img.android-jump {
    position: absolute;
    bottom: 0;
    left: 0;
    animation-name: android-jump;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

#hire.android .our-work span img.android-jump-line {
    bottom: 0;
    left: 0;
}

@keyframes android-jump-line {
    0% {
        width: 0;
        height: 0;
    }
    100% {
        width: 200px;
        height: 140px;
    }
}

@keyframes android-jump {
    0% {
        left: 0;
        bottom: 0;
    }
    100% {
        left: 210px;
        bottom: 140px;
    }
}

#hire.android strong {
    font-weight: 400;
}

#hire.android .our-work h3 {
    line-height: 40px;
    padding: 0 30px;
}

#hire.android .our-work strong {
    font-weight: 400;
}

#hire.android .overview {
    background: url(../images/hire-resources/cloud-bg-left.jpg) no-repeat, url(../images/hire-resources/cloud-bg-right.jpg) no-repeat;
    background-position: 1% 17%, 90% 40%;
}

#hire.mean .our-work {
    padding: 0;
    background: none;
}

#hire.mean .our-work .left {
    background: url(../images/hire-resources/work.jpg) no-repeat;
    background-size: 100%;
    min-height: 447px;
    padding: 0;
}

#hire.mean .faq h5 i {
    color: #4dd0e2;
}

#hire.mean .our-work .left {
    padding: 335px 15px 15px 15px;
}

#hire.mean .our-work .left .wrapper {
    background: rgba(1, 125, 151, 0.58);
    padding: 5px;
    color: #fff;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

#hire.mean .our-work .left h5 {
    line-height: 26px;
}

#hire.mean .our-work .left h2 {
    font-weight: 400;
    color: #fff;
}

#hire.mean .our-work .left h2,
#hire.mean .our-work .left h5 {
    margin: 0;
}

#hire.mean .our-work .right {
    color: #fff;
    margin-left: -15px;
}

#hire.mean .our-work .right h4 {
    font-weight: 400;
}

#hire.mean .our-work .right p {
    margin-top: 0;
    line-height: 17px;
}

#hire.mean .our-work .right div.col-sm-6 {
    padding-top: 66px;
    font-size: 12px;
    padding-bottom: 0;
    min-height: 221px;
}

#hire.mean .our-work .right .block1 {
    background: #00ACC2;
    border-right: 1px solid #fff;
}

#hire.mean .our-work .right .block2 {
    background: #016064;
}

#hire.mean .our-work .right .block3 {
    background: #017D97;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}

#hire.mean .our-work .right .block4 {
    background: #4DD0E2;
    border-top: 1px solid #fff;
}

#hire.mean .our-work h2 {
    margin-top: 0;
}

#hire.mean .overview .img {
    padding-right: 50px;
}

#hire.mean .overview .img h2 {
    margin-bottom: 15px;
}

#hire.mean .overview .img h2+p {
    color: #999;
    margin-bottom: 30px;
}

#hire.mean .overview .points p {
    margin-bottom: 30px;
}

#hire.mean .overview .points p:before {
    content: "? ";
    position: absolute;
    font-size: 20px;
    background: #4dd0e2;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    padding: 5px;
    margin: 0 0 0 -40px;
}

#hire .overview img {
    display: inline-block;
    padding: 70px 0;
}

#hire .overview .points p:before {
    color: #2CA2AE;
    content: "? ";
    margin-left: -15px;
}

#hire .overview .points p {
    display: inline-block;
    padding-left: 15px;
}

#hire .our-work {
    background: url("../images/hire-resources/hire-slider-bg.jpg");
    padding: 30px 0;
    position: relative;
}

#hire .our-work .item h3 {
    padding-bottom: 30px;
}

#hire .overview,
#hire .our-work {
    padding: 30px 0;
}

#hire .our-work .item {
    padding-bottom: 15px;
}

#hire .our-work.codeigniter .item p {
    padding-left: 50px;
}

#hire.android .our-work img:first-child {
    margin: 15px 0;
    position: absolute;
    bottom: 0;
}

#hire .our-work.angular .right .headline {
    text-align: center;
    margin-bottom: 30px;
    opacity: 0.7;
}

#hire .our-work.angular .right .circle img:first-child {
    padding: 0;
}

#hire .our-work.angular .right .item .circle {
    text-align: center;
    margin: 0 0 20px 0;
}

#hire .our-work.angular .right .item .circle img {
    display: inline-block;
}

#hire .our-work.angular .owl-theme .owl-controls .owl-page span {
    background: #DC4E44;
    height: 10px;
    opacity: 1;
    width: 10px;
}

#hire .our-work.angular .owl-theme .owl-controls .owl-page.active span {
    background: transparent;
    border-color: #DC4E44;
}

#hire .our-work.angular .right .item .bottom-line {
    opacity: 0.6;
}

#hire .our-work.angular p:last-child {
    margin: 15px;
}

#hire .our-work.angular .right .item .circle {
    border: 2px solid #DC4E44;
    border-radius: 50%;
    display: inline-block;
    height: 110px;
    padding: 15px 0 0 0;
    text-align: center;
    width: 110px;
}

#hire .our-work.angular {
    background: linear-gradient(to right, #DC4E44 35%, #2d3039 35%);
    color: #fff;
    padding: 50px 0;
}

#hire .our-work.angular h2,
#hire .our-work.angular h3,
#hire .our-work.angular h4 {
    color: #fff;
    margin: 0;
}

#hire .our-work.angular .left h2 {
    font-weight: 400;
}

#hire .our-work.angular h4:first-child {
    margin-bottom: 0;
}

#hire .our-work.angular h4 {
    margin-bottom: 20px;
}

#hire .our-work.angular .right {
    padding-left: 40px;
}

#hire .our-work.angular .right h2 {
    margin-bottom: 30px;
}

#hire .our-work.angular .left .points p {
    padding: 0 0 0 15px;
    margin: 0;
    opacity: 0.7;
}

#hire .our-work.angular .right .points p {
    padding: 0 0 0 15px;
    margin: 0;
    opacity: 1;
}

#hire .our-work.angular .right .item.first h2 {
    text-align: center;
}

#hire .our-work.angular .points p:before {
    content: "? ";
    margin-left: -15px;
}

#hire .our-work.angular .right .points p:before {
    color: #DC4E44;
}

#hire .our-work.ionic p {
    padding-left: 0;
}

#hire .our-work.ionic .owl-pagination {
    display: none;
}

#hire .our-work p:last-child {
    margin-top: 50px;
}

#hire .our-work .owl-buttons .owl-prev,
#hire .our-work .owl-buttons .owl-next {
    background: #fff;
    border-radius: 0;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.3);
    color: #777;
    font-size: 50px;
    padding: 0px 10px;
    position: absolute;
    top: 30%;
    z-index: 99;
}

#hire .our-work .owl-buttons .owl-prev {
    left: 0;
}

#hire .our-work .owl-buttons .owl-next {
    right: 0;
}

#hire .our-work .text-center img {
    display: inline-block;
}

#hire .top-reasons {
    padding: 50px 0;
}

#hire h2 {
    margin-bottom: 30px;
    font-family: 'Montserrat','Helvetica','Arial',sans-serif
}

#hire .top-reasons h4 {
    padding-left: 30px;
        font-family: 'Montserrat','Helvetica','Arial',sans-serif
}

#hire .top-reasons h4 i {
    margin-left: -30px;
    vertical-align: bottom;
}

#hire .faq {
    background: #F3F3F3;
    padding: 30px 0;
}

#hire .faq h2 {
    margin-bottom: 30px;
    font-family: 'Montserrat','Helvetica','Arial',sans-serif
}

#hire .faq .block h5 {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    font-family: 'Montserrat','Helvetica','Arial',sans-serif
}

#hire .faq .block p {
    background: #fff;
    display: none;
    padding: 15px;
    font-family: 'Montserrat','Helvetica','Arial',sans-serif
}

#hire .faq h3 {
    margin: 15px 0;
    font-family: 'Montserrat','Helvetica','Arial',sans-serif
}

#hire .faq h3+img {
    margin-bottom: 15px;
}

#hire .faq h5:hover {
    cursor: pointer;
}

#hire .faq h5 i {
    color: #DC4E44;
}

#hire.android .faq h5 i {
    color: #7DB343;
}

#hire.codeigniter .faq h5 i {
    color: #DC4E44;
}

#hire.cordova .faq h5 i,
#hire.asp .faq h5 i {
    color: #172B36;
}

#hire.iphone .faq h5 i {
    color: #4dd0e2;
}

#banner-hire-angularjs {
    background: #3A0F09 url("../images/hire-resources/banner-angularjs.jpg") no-repeat;
    color: #fff;
    min-height: 400px;
    padding-top: 70px;
    text-align: center;
}

#hire .faq.ionic h5 i {
    color: #3C6A8B;
}

#hire .faq h5.active:before {
    color: #DC4E44;
    content: "\f056";
    font-family: FontAwesome;
}

#hire .faq .owl-item {
    background: #fff;
    border-left: 1px solid #F3F3F3;
    border-right: 1px solid #F3F3F3;
    border-radius: 7px;
    padding: 15px;
}

#hire .faq .owl-buttons {
    text-align: left;
}

#hire .faq .owl-buttons .owl-prev,
#hire .faq .owl-buttons .owl-next {
    border-radius: 0;
    padding: 2px 7px;
    background: #DC4E44;
}

#hire.mean .faq .owl-buttons .owl-prev,
#hire.mean .faq .owl-buttons .owl-next {
    background: #4dd0e2;
}

#hire .faq.ionic .owl-buttons .owl-prev,
#hire .faq.ionic .owl-buttons .owl-next {
    border-radius: 0;
    padding: 2px 7px;
    background: #3C6A8B;
}

#hire.android .faq .owl-buttons .owl-prev,
#hire.android .faq .owl-buttons .owl-next {
    background: #7DB343;
}

#hire.iphone .faq .owl-buttons .owl-prev,
#hire.iphone .faq .owl-buttons .owl-next {
    background: #4dd0e2;
}

#hire.cordova .faq .owl-buttons .owl-prev,
#hire.cordova .faq .owl-buttons .owl-next,
#hire.asp .faq .owl-buttons .owl-prev,
#hire.asp .faq .owl-buttons .owl-next {
    background: #172B36;
}

#hire.cordova .overview-points {
    margin: 30px 0 0 0;
}

#hire.cordova .overview-points h5:before {
    content: "? ";
    color: #438EAE;
    margin-left: 5px;
    margin-right: 5px;
}

#hire.cordova .overview-points p {
    padding-left: 27px;
}

#hire.cordova .overview {
    background: url(../images/hire-resources/banner-overview.jpg) no-repeat;
    padding: 70px 0 0 0;
}

#hire.cordova .overview img {
    padding: 130px 0 0 0;
    margin-bottom: -23px;
}

#hire.cordova .tagline {
    background: #438EAE;
    color: #fff;
    padding: 70px 0;
}

#hire.cordova .tagline h4 {
    font-weight: 400;
    line-height: 40px;
}

#hire.cordova .expertise {
    padding: 70px 0;
    text-align: center;
}

#hire.cordova .expertise h2 {
    margin-bottom: 15px;
}

#hire.cordova .expertise img {
    margin: 30px 0 50px 0;
}

#hire.asp .overview {
    background: #f2f2f2;
    padding: 70px 0;
}

#hire.asp .overview img {
    padding-top: 0;
}

#hire.asp .customers {
    padding: 30px 0 0 0;
}

#hire.asp .customers h2 {
    text-align: center;
}

#hire.asp .customers img {
    display: inline-block;
}

#hire.asp .customers h2+.row {
    margin-left: 0;
}

#hire.asp .customers .block {
    text-align: center;
    padding: 15px;
    min-height: 560px;
}

#hire.asp .customers .block img {
    padding: 50px 0;
}

#hire.asp .customers .block:last-child img {
    padding-top: 0;
}

#hire.asp .customers .business-growth {
    background: #152934;
    color: #fff;
}

#hire.asp .customers .flexible-hiring {
    background: #D4D4CA;
}

#hire.asp .customers .block i {
    border-radius: 50%;
    padding: 5px;
    font-size: 14px;
    margin-top: 20px;
}

#hire.asp .customers .block p {
    padding: 15px 0;
}

#hire.asp .customers .business-growth i {
    border: 1px solid #D4D4CA;
    color: #D4D4CA;
}

#hire.asp .customers .flexible-hiring i {
    border: 1px solid #152934;
    color: #152934;
}


/* --------------------- Media Queries --------------------- */


/* Extra Small Device */

@media ( max-width:767px) {
    #banner-hire.angularjs {
        padding-top: 20px;
    }
    #banner-hire.codeigniter {
        padding-top: 20px;
    }
    #banner-hire.ionic {
        padding-top: 120px;
    }
    #banner-hire.mean {
        padding-top: 100px;
    }
    #banner-hire.android {
        padding-top: 15px;
    }
    #banner-hire.android h1 {
        padding-top: 0;
    }
    #banner-hire.cordova {
        padding-top: 35px;
    }
    #hire.iphone .overview {
        padding: 30px 0;
    }
    #hire.iphone .overview h2 {
        text-align: left;
    }
    #hire.iphone .overview .numbered-points div {
        padding: 15px;
        marghin: 0;
    }
    #hire.iphone .overview .numbered-points div:before {
        display: none;
    }
    #hire.iphone .tagline h3 {
        padding: 0 15px;
        line-height: 30px;
    }
    #hire.iphone .flexible-hiring .col-xs-4 {
        padding: 0;
    }
    #hire.iphone .flexible-hiring .process-pic {
        padding-top: 30px;
    }
    #hire .overview,
    #hire.mean .overview,
    #hire .our-work {
        padding: 15px 0;
    }
    #hire .our-work p {
        padding-left: 0;
    }
    #hire .our-work .item {
        padding: 30px 5px 15px 5px;
    }
    #hire .our-work.angular .right {
        padding: 70px 15px 15px 15px;
    }
    #hire.mean .overview .points p {
        margin: 30px 0 0 0;
        padding-left: 45px;
    }
    #hire.mean .our-work .left {
        background: none;
        min-height: auto;
        padding: 15px 0;
    }
    #hire.mean .our-work .right div.col-sm-6 {
        font-size: 14px;
    }
    #hire.android .our-work h3 {
        line-height: 30px;
        padding: 0;
    }
    #hire.mean .our-work .right div.col-sm-6 {
        padding: 50px 15px 15px 15px;
    }
    #hire.mean .our-work .right div.col-sm-6 {
        border: none;
        margin: 0 0 15px 15px;
    }
    #hire.mean .our-work .right p {
        margin-bottom: 0;
    }
    #hire.mean .overview .points p:before {
        margin: 0 0 0 -45px;
    }
    #hire.android .overview {
        padding: 70px 0 30px 0;
    }
    #hire.android .overview .pic img {
        padding-bottom: 30px;
    }
    #hire .our-work.angular .right .item.first h2,
    #hire .our-work.angular .right .item.first .headline {
        text-align: left;
    }
    #hire .our-work.angular .right .points,
    #hire .our-work p {
        padding-left: 0;
    }
    #hire .our-work.angular .right .item .circle {
        border-radius: 0;
        width: 100%;
    }
    #hire .our-work.angular {
        padding: 30px 0;
        background: linear-gradient(#DC4E44 39%, #2d3039 39%);
    }
    #hire .our-work .arrows {
        display: none;
    }
    #hire .faq {
        padding: 15px 0;
    }
    #hire .faq .block h5 {
        line-height: 20px;
        padding-left: 15px;
    }
    #hire .faq .block h5 i {
        margin-left: -15px;
    }
    #hire .our-work .owl-buttons .owl-prev,
    #hire .our-work .owl-buttons .owl-next {
        display: none;
    }
    #hire .our-work p:last-child {
        margin: 30px 0;
    }
    #hire .top-reasons h4 {
        margin-top: 30px;
    }
    #hire .faq h3 {
        margin-top: 30px;
    }
    #hire .our-work.codeigniter .item p {
        padding-left: 0;
    }
    #hire .our-work.ionic .owl-pagination {
        display: block;
    }
    #hire.android .overview {
        background-position: 4% 2%, 95% 52%;
    }
    #hire.android .our-work .inner-wrapper {
        margin: 0 0 0 15px;
    }
    #hire.iphone .flexible-hiring h2 {
        line-height: 40px;
    }
    #hire.iphone .flexible-hiring h5 {
        color: #fff;
        line-height: 25px;
    }
    #hire.iphone .flexible-hiring .points {
        padding: 30px;
    }
    #hire.iphone .flexible-hiring .block {
        margin: 30px 0;
    }
    #hire.iphone .flexible-hiring .process-pic i.sprite-flexible-logo {
        margin: 0;
    }
    #hire.iphone .flexible-hiring .process-pic:before {
        top: 190px;
        height: 250px;
    }
    #hire.iphone .flexible-hiring .process-pic:after {
        display: none;
    }
    #hire.cordova .overview,
    #hire.cordova .tagline,
    #hire.cordova .expertise {
        padding: 30px 0;
        background-repeat: repeat;
    }
    #hire.cordova .overview {
        background: linear-gradient(#BAB6B7, #fff);
    }
    #hire.cordova .overview img {
        padding: 50px 0 0 0;
    }
    #hire.cordova .tagline h4 {
        line-height: 30px;
    }
    #hire.cordova .expertise .pic {
        width: 100%;
        overflow: scroll;
        margin-bottom: 30px;
    }
    #hire.cordova .expertise .pic img {
        max-width: 200%;
    }
    #banner-hire.asp {
        padding-top: 70px;
    }
    #hire.asp .overview {
        padding: 50px 0;
    }
    #hire.asp .customers h2+.row {
        margin-left: -15px;
    }
    #hire.asp .customers .block:last-child img {
        padding-top: 50px;
    }
}


/* Small Device */

@media ( min-width:768px) and (max-width:991px) {
    #banner-hire.angularjs {
        padding-top: 70px;
    }
    #hire.mean .our-work .left {
        background: none;
        min-height: auto;
        padding: 0 0 15px 0;
    }
    #hire.mean .our-work .right div.col-sm-6 {
        font-size: 14px;
    }
    #hire.mean .our-work .right div.col-sm-6 {
        padding: 30px 15px 15px 15px;
    }
    #hire .faq .block h5 {
        padding-left: 20px;
    }
    #hire .faq .block h5 i {
        margin-left: -20px;
    }
    #hire .faq h3 {
        margin-top: 30px;
    }
    #hire.mean .overview .points p {
        margin-bottom: 15px;
    }
    #hire.mean .our-work .right {
        margin-left: 0;
    }
    #hire.android .overview {
        background-position: 2% 4%, 97% 47%;
    }
    #hire.iphone .overview .numbered-points div:before {
        left: 0;
    }
    #hire.iphone .overview .numbered-points div {
        padding: 30px 15px 30px 60px;
    }
    #hire.iphone .tagline h3 {
        padding: 0 50px;
    }
    #hire.iphone .flexible-hiring .points {
        padding: 50px;
    }
    #hire.iphone .flexible-hiring .block {
        min-height: 90px;
    }
    #hire.iphone .flexible-hiring .process-pic i.sprite-flexible-logo {
        margin: 30px 0 30px 0;
    }
    #hire.iphone .flexible-hiring .process-pic:before {
        top: 180px;
        height: 90px;
    }
    #hire.iphone .flexible-hiring .process-pic:after {
        bottom: 40%;
        height: 40px;
    }
    #hire.cordova .overview {
        background-repeat: repeat;
        padding: 70px 0 30px 0;
    }
    #hire.cordova .overview {
        background: linear-gradient(#BAB6B7, #fff);
    }
    #hire.cordova .expertise .pic img {
        max-width: 100%;
    }
    #hire.asp .customers .block {
        min-height: 650px;
    }
    #hire.asp .customers .block:last-child img {
        padding-top: 50px;
    }
}


/* Medium Device */

@media ( min-width:992px) and (max-width:1200px) {
    #banner-hire.angularjs {
        padding-top: 70px;
    }
    #hire.mean .our-work .left {
        background: none;
        min-height: auto;
        padding: 0 0 15px 0;
    }
    #hire.mean .our-work .right div.col-sm-6 {
        font-size: 14px;
    }
    #hire.mean .our-work .right {
        margin-left: 0;
    }
    #hire.mean .our-work .right div.col-sm-6 {
        padding: 50px 15px 15px 15px;
    }
    #hire.android .overview {
        background-position: 2% 4%, 97% 47%;
    }
    #hire.iphone .flexible-hiring .col-xs-4 {
        padding: 0;
    }
    #hire.iphone .flexible-hiring .block {
        min-height: 90px;
    }
    #hire.cordova .overview {
        background-repeat: repeat;
        padding: 70px 0 30px 0;
    }
    #hire.cordova .expertise .pic img {
        max-width: 100%;
    }
    #hire.asp .customers .block {
        min-height: 575px;
    }
    #hire.iphone .flexible-hiring .process-pic:after {
        bottom: 63%;
    }
}


/* ############################################################ */


/* ##################### OUR-WORK ##################### */

#banner-our-work {
    background: #33A2AB url("../images/our-work/banner.jpg");
    color: #fff;
    min-height: 500px;
}

#banner-our-work h1 {
    color: #fff;
    margin-top: 200px;
}

#our-work #portfolio_row {
    padding: 0 7.5px;
}

#our-work #portfolio_row .col-sm-6 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

#banner-our-work img {
    padding-top: 25px;
}

#our-work {
    padding: 1px;
}

#our-work .overview {
    padding: 50px 0;
}

#our-work .load-more,
#blog .load-more,
#case-studies .load-more {
    cursor: pointer;
    padding: 30px 0;
    text-align: center;
}

#our-work .load-more p,
#blog .load-more p,
#case-studies .load-more p {
    border-radius: 50%;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
    display: inline-block;
    font-size: 18px;
    height: 50px;
    padding: 12px 0 0 0;
    width: 50px;
}

#our-work .load-more p:hover,
#blog .load-more p:hover,
#case-studies .load-more p:hover {
    box-shadow: 0px 2px 41px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
}

#our-work .our-work-block {
    border: 1px solid #fff;
    display: block;
    position: relative;
}

#our-work .our-work-block img {
    position: relative;
}

#our-work .our-work-block .shadow {
    bottom: 0;
    box-shadow: 0px -100px 100px -40px #000 inset;
    display: block;
    height: 230px;
    position: absolute;
    transition: box-shadow 1s;
    width: 100%;
}

#our-work .our-work-block span.lable {
    bottom: 0;
    color: #fff;
    display: block;
    font-weight: 400;
    left: 15px;
    margin-bottom: 10px;
    position: absolute;
    transition: bottom 1s;
}

#our-work .our-work-block .web-link {
    color: #DC4E44;
    display: none;
}

#our-work .our-work-block:hover span.lable {
    bottom: 15px;
}

#our-work .our-work-block:hover .web-link {
    display: block;
}


/* --------------------- Media Queries --------------------- */


/* Extra Small Device */

@media ( max-width:767px) {
    #banner-our-work {
        min-height: 400px;
    }
    #banner-our-work h1 {
        margin-top: 80px;
    }
    #our-work .our-work-block .shadow {
        height: 170px;
    }
    #our-work .our-work-block:hover p {
        bottom: 0;
    }
    #our-work .our-work-block p {
        transition: none;
    }
    #our-work .our-work-block .web-link {
        display: inline-block;
        font-size: 9px;
    }
    #our-work #portfolio_row .work-blog img.work-pic {
        width: 100%;
    }
}


/* Small Device */

@media ( min-width:768px) and (max-width:991px) {
    #banner-our-work {
        min-height: 400px;
    }
    #banner-our-work h1 {
        margin-top: 150px;
    }
    #banner-our-work img {
        padding-top: 50px;
    }
    #our-work .our-work-block .shadow {
        height: 200px
    }
    #our-work #portfolio_row .work-blog {
        text-align: center;
        background: #F5F5F5;
    }
    #our-work #portfolio_row .work-blog img.work-pic {
        display: inline-block;
    }
}


/* Medium Device */

@media ( min-width:992px) and (max-width:1200px) {}


/* ############################################################ */


/* ##################### CASE-STUDIES ##################### */

#banner-case-studies {
    background: #3E342B url("../images/case-study/banner.jpg") no-repeat bottom;
   background-size: cover;
    color: #fff;
    min-height: 500px;
}

#banner-case-studies img {
    padding-top: 15px;
}

#banner-case-studies .text h1 {
    margin-top: 200px;
}

#banner-case-studies h1,
#banner-case-studies p {
    color: #fff;
}

#banner-case-studies h1 {
    line-height: 1.1;
}

#banner-case-studies p {
    font-size: 18px;
}

#case-studies-point {
    margin-bottom: 50px;
    margin-top: 30px;
    text-align: center;
}

#case-studies-point .btn-yellow {
    position: relative;
    top: -15px;
}

#case-studies-point .case-studies-point-border {
    border: 1px solid #ddd;
    padding: 30px 0;
}

#case-studies-point .process_container img {
    float: left;
    padding-right: 10px;
}

#case-studies-point .process-tab {
    padding-bottom: 20px;
}

#case-studies-point .process-tab a {
    opacity: 0.4;
    padding-left: 50px;
}

#case-studies-point .process-tab a:hover,
#case-studies-point .process-tab a.active {
    opacity: 1;
}

.case-studies-point-border .content_container h5 {
    line-height: 32px;
    padding-left: 20px;
    padding-right: 40px;
    text-align: center;
}

#case-studies .case-studies-tab {
    margin-bottom: 60px;
}

#case-studies .case-studies-tab a:hover {
    border-bottom: 1px solid #fff;
}

#case-studies .case-studies-tab {
    border: 1px solid #ddd;
}

#case-studies .case-studies-tab .col-md-8 {
    padding-right: 0px;
}

#case-studies .small {
    color: #666;
    display: block;
    font-size: 13px;
    padding-top: 5px;
}

#case-studies p {
    padding-bottom: 14.8px;
    padding-top: 19px;
}

#case-studies .red-bg {
    background: #cd3636;
    color: #fff;
    margin-left: -15px;
    margin-right: -30px;
    padding: 10px 15px;
}

#case-studies .maroon-bg {
    background: #9f1e21;
}

#case-studies .pink-bg {
    background: #e289ae;
}

#case-studies .blue-bg {
    background: #34497d;
}

#case-studies .calm-bg {
    background: #1565C0;
}

#case-studies hr {
    border-color: #fff;
    margin-bottom: 10px;
    margin-top: 15px;
    opacity: 0.3;
}

#case-studies a {
    color: #fff;
    font-size: 14px;
}

.case-studies-tab h3 {
    color: #000;
    padding-top: 10px;
}


/* --------------------- Media Queries --------------------- */


/* Extra Small Device */

@media ( max-width:767px) {
    #banner-case-studies {
        min-height: 400px;
    }
    #banner-case-studies .text h1 {
        margin-top: 30px;
    }
    #banner-case-studies h3 {
        color: #fff;
        font-size: 18px;
        line-height: 28px;
    }
    #banner-case-studies {
        min-height: 400px;
        padding-top: 80px;
    }
    #banner-case-studies h1 {
        margin-top: 0;
    }
    #case-studies-point .case-studies-point-border {
        padding: 10px 15px 0 15px;
    }
    .case-studies-point-border .content_container h5 {
        font-size: 14px;
        line-height: 26px;
        padding-bottom: 30px;
    }
    #case-studies-point .process-tab a {
        background: #eee;
        border-right: 1px solid #fff;
        font-size: 14px;
        opacity: 0.4;
        padding: 10px 4px 10px 5px;
    }
    #case-studies {
        padding: 15px 0;
    }
    #case-studies .case-studies-tab {
        margin-bottom: 40px;
    }
    #banner-case-studies .text {
        padding: 0px;
    }
    #case-studies .block .pic .link {
        color: #fff;
        display: inline-block;
        margin-top: 20px;
        transform: rotate(0deg);
    }
    #case-studies .block .pic .link:hover {
        margin-top: 20px;
    }
    #case-studies .block {
        margin-bottom: 15px;
    }
    #case-studies .block .project1:hover:before {
        background: rgba(206, 49, 55, 0.8);
    }
    #case-studies.block.project2:hover:before {
        background: rgba(45, 70, 110, 0.8);
    }
    #case-studies.block.project3:hover:before {
        background: rgba(216, 120, 151, 0.8);
    }
    #case-studies.block.project4:hover:before {
        background: rgba(165, 84, 72, 0.8);
    }
    #case-studies.block.project1,
    #case-studies .block .project2,
    #case-studies.block.project3,
    #case-studies .block .project4 {
        background-size: 100%;
    }
    #case-studies .red-bg {
        margin-right: -15px;
    }
    #case-studies .case-studies-tab .col-md-8 {
        padding-left: 0;
        padding-right: 0;
    }
}


/* Small Device */

@media ( min-width:768px) and (max-width:991px) {
    #banner-case-studies {
        min-height: 400px;
    }
    #banner-case-studies .text h1 {
        margin-top: 150px;
    }
    #banner-case-studies img {
        margin-top: 50px;
    }
    #case-studies {
        padding: 10px 0;
    }
    #case-studies-point .process_container img {
        float: left;
        padding-right: 10px;
        width: 30%;
    }
    .case-studies-point-border .content_container p {
        font-size: 14px;
        line-height: 26px;
    }
    #case-studies-point .process-tab a {
        padding-left: 10px;
    }
    #case-studies .block {
        margin-bottom: 30px;
    }
    #case-studies .block .project1,
    #case-studies .block .project2,
    #case-studies .block .project3,
    #case-studies .block .project4 {
        background-size: 100%;
    }
    #case-studies .block .pic .link {
        display: block;
    }
    #case-studies .case-studies-tab .col-md-8 {
        padding-left: 0;
        padding-right: 0;
    }
    #case-studies .red-bg {
        margin-right: -15px;
    }
}


/* Medium Device */

@media ( min-width:992px) and (max-width:1200px) {
    #banner-case-studies .text {
        padding: 63px 0px;
    }
    #case-studies .case-studies-tab p {
        font-size: 13px;
        line-height: 22px;
        min-height: 145px;
        padding-bottom: 5px;
        padding-top: 0px;
    }
    #case-studies .red-bg {
        padding: 1px 15px;
    }
}


/* large Device */

@media ( min-width:1200px) {
    #case-studies .case-studies-tab p {
        min-height: 190px;
    }
}


/* ############################################################ */


/* ##################### GROCERLANE ##################### */

#banner-grocerlane {
    background: #302810 url("../images/case-study/grocerlane/banner.jpg");
    background-size: 100%;
    min-height: 500px;
    position: relative;
    text-align: center;
}

#banner-grocerlane h1 {
    padding-top: 50px;
}

#banner-grocerlane h1,
#banner-grocerlane h3 {
    color: #fff;
    text-align: center;
}

#banner-grocerlane img {
    display: inline-block;
    padding-top: 30px;
}

#grocerlane .page-description {
    background: #F3F3F3;
    padding-bottom: 30px;
    padding-top: 15px;
}

#grocerlane .page-description h2,
#grocerlane .project-objectives .whom-why h2 {
    padding-bottom: 15px;
}

#grocerlane .project-objectives .whom-why {
    padding-bottom: 15px;
    padding-top: 15px;
}

#grocerlane .project-objectives .objectives {
    padding-bottom: 50px;
    padding-top: 80px;
}

#grocerlane .project-objectives .objectives span {
    background: #f3f3f3;
    border-radius: 50%;
    display: inline-block;
    height: 25px;
    margin-right: 10px;
    text-align: center;
    width: 25px;
}

#grocerlane .technologies-icons {
    background: #f3f3f3;
    padding: 30px 0;
}

#grocerlane .technologies-icons .icons {
    padding-top: 15px;
    text-align: right;
}

#grocerlane .technologies-icons img {
    display: inline-block;
    text-align: center;
}

#grocerlane .technologies-icons h3 {
    padding-bottom: 15px;
}

#grocerlane .technologies-icons p {
    margin: 0;
}

#grocerlane .technologies-icons span {
    font-weight: 600;
}

#grocerlane .technologies-icons .icons span {
    border-radius: 50%;
    display: inline-block;
    height: 110px;
    padding-top: 25px;
    text-align: center;
    width: 110px;
}

#grocerlane .proposed-solutions {
    padding: 30px 0 50px 0;
}

#grocerlane .proposed-solutions h3 {
    padding: 30px 0 15px 15px;
}

#grocerlane .proposed-solutions .pic {
    padding-right: 5px;
    padding-top: 5px;
    text-align: right;
}

#grocerlane .proposed-solutions .pic img {
    display: inline-block;
}

#grocerlane .achievements {
    background: #f3f3f3;
    padding: 30px 0 50px 0;
}

#grocerlane .achievements .pic {
    text-align: center;
}

#grocerlane .achievements h3 {
    padding-top: 30px;
}

#grocerlane .achievements img {
    display: inline-block;
    padding: 50px 0;
}

#grocerlane .achievements .visit-link {
    color: #333;
    text-align: center;
}

#grocerlane .achievements .visit-link a:focus {
    color: #333;
}

.achievements .visit-link a:hover,
.clients-speak .visit-link a:hover {
    color: #FF9832;
}

#grocerlane .achievements .client-name {
    padding: 0;
    padding-top: 15px;
    text-align: right;
}


/* --------------------- Media Queries --------------------- */


/* Extra Small Device */

@media ( max-width:767px) {
    #banner-grocerlane {
        min-height: 300px;
    }
    #banner-grocerlane h1 {
        padding-top: 30px;
    }
    #banner-grocerlane h3 {
        padding-bottom: 15px;
    }
    #grocerlane .technologies-icons .icons {
        text-align: center;
    }
    #grocerlane .technologies-icons span {
        margin-top: 15px;
        text-align: center;
    }
    #grocerlane .project-objectives .objectives {
        padding-bottom: 15px;
        padding-top: 0;
    }
    #grocerlane .achievements,
    #grocerlane .proposed-solutions {
        padding: 15px 0;
    }
    #grocerlane .proposed-solutions h3 {
        padding-left: 15px;
        text-align: left;
    }
    #grocerlane .proposed-solutions .pic {
        text-align: center;
    }
    #grocerlane .technologies-icons h3 {
        padding-bottom: 0;
    }
    #grocerlane .proposed-solutions .col-sm-4 {
        margin-top: 15px;
    }
    #grocerlane .proposed-solutions {
        text-align: left;
    }
    #grocerlane .project-objectives .objectives img {
        border: 1px solid #eee;
        box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.18), 0px 1px 15px 0px rgba(0, 0, 0, 0.15);
        margin-bottom: 30px;
        margin-top: 30px;
        padding-bottom: 15px;
    }
}


/* Small Device */

@media ( min-width:768px) and (max-width:991px) {
    #banner-grocerlane h1 {
        padding-top: 15px;
    }
    #grocerlane .project-objectives .objectives img {
        border: 1px solid #eee;
        box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.18), 0px 1px 15px 0px rgba(0, 0, 0, 0.15);
        margin-bottom: 30px;
        margin-top: 30px;
        padding-bottom: 15px;
    }
    #grocerlane .project-objectives .objectives {
        padding-top: 15px;
    }
}


/* Medium Device */

@media ( min-width:992px) and (max-width:1200px) {
    #grocerlane .technologies-icons .icons {
        padding-left: 0;
        text-align: left;
    }
    #grocerlane .technologies-icons span {
        height: 106px;
        margin-right: 0;
        width: 106px;
    }
}


/* ############################################################ */


/* ##################### CAMPUS-DRIVERS ##################### */

#banner-campus-drivers {
    background: #2F2D2E url("../images/case-study/campus-drivers/banner.jpg");
    color: #fff;
    min-height: 500px;
    padding-top: 315px;
    text-align: center;
}

#banner-campus-drivers img {
    display: inline-block;
    padding-bottom: 15px;
}

#campus-drivers .page-description {
    background: #f3f3f3;
    padding: 15px 0 30px 0;
}

#campus-drivers .challenges {
    padding: 15px 0 30px 0;
}

#campus-drivers .project-objectives .how-we-made {
    padding: 30px 0;
}

#campus-drivers .project-objectives .how-we-made .pic {
    text-align: right;
}

#campus-drivers .project-objectives .how-we-made .pic img {
    display: inline-block;
}

#campus-drivers .project-objectives .how-we-made .technology-block p {
    margin-bottom: 0;
}

#campus-drivers .project-objectives .how-we-made .technology-block p span {
    font-weight: 600;
}

#campus-drivers .proposed-solutions .text {
    padding-top: 30px;
}

#womans-comfort .proposed-solutions .pic.bottom-padding {
    padding-bottom: 30px;
}

#campus-drivers .proposed-solutions .grey-background .pic {
    text-align: right;
}

#campus-drivers .proposed-solutions .transparent-background .pic {
    text-align: left;
}

#campus-drivers .proposed-solutions .grey-background .pic.system-admin {
    padding-top: 50px;
}

#campus-drivers .proposed-solutions .pic img {
    display: inline-block;
    padding-top: 15px;
}

#campus-drivers .proposed-solutions .grey-background h2 {
    padding: 0 0 30px 0;
}

#campus-drivers .proposed-solutions .grey-background {
    background: #f3f3f3;
    padding: 30px 0;
}

#campus-drivers .proposed-solutions .transparent-background {
    padding: 30px 0;
}

#campus-drivers .clients-speak {
    padding: 0 0 30px 0;
}

#campus-drivers .clients-speak h3 {
    padding-top: 30px;
}

#campus-drivers .clients-speak img {
    display: inline-block;
    padding: 50px 0;
}

#campus-drivers .clients-speak .visit-link {
    text-align: center;
}

#campus-drivers .clients-speak .client-name {
    padding: 0;
    padding-top: 15px;
    text-align: right;
}


/* --------------------- Media Queries --------------------- */


/* Extra Small Device */

@media ( max-width:767px) {
    #banner-campus-drivers {
        background-size: cover;
        min-height: 300px;
        padding-top: 70px;
    }
    #banner-campus-drivers img {
        padding-bottom: 0;
        padding-top: 15px;
        width: 65%;
    }
    #campus-drivers .proposed-solutions .grey-background h2 {
        margin: 0;
        padding: 0 0 15px 0;
    }
    #banner-campus-drivers .banner-text {
        margin-top: 0;
    }
    #campus-drivers .project-objectives .how-we-made {
        padding: 0 0 15px 0;
    }
    #campus-drivers .project-objectives .how-we-made .pic {
        text-align: center;
    }
    #campus-drivers .project-objectives .how-we-made img {
        display: inline-block;
        padding-bottom: 15px;
    }
    #campus-drivers .clients-speak {
        padding: 0;
    }
    #campus-drivers .clients-speak .pic {
        text-align: center;
    }
    #womans-comfort .proposed-solutions .pic .bottom-padding {
        padding-bottom: 0;
    }
    #womans-comfort .project-objectives .how-we-made .technology-block {
        margin-bottom: 15px;
    }
    #campus-drivers .proposed-solutions .grey-background .pic .system-admin {
        padding-top: 0;
    }
    #campus-drivers .proposed-solutions .text {
        padding-top: 0;
    }
    #campus-drivers .proposed-solutions .grey-background .pic,
    #campus-drivers .proposed-solutions .transparent-background .pic {
        padding-top: 15px;
        text-align: center;
    }
}


/* Small Device */

@media ( min-width:768px) and (max-width:991px) {
    #banner-campus-drivers .banner-text {
        margin: 0;
        padding: 0;
    }
    #campus-drivers .proposed-solutions .grey-background h2 {
        padding: 0;
    }
    #campus-drivers .clients-speak {
        padding-bottom: 15px;
    }
    #campus-drivers .proposed-solutions .grey-background,
    #campus-drivers .proposed-solutions .transparent-background {
        padding: 30px 0;
    }
    #campus-drivers .proposed-solutions .text {
        padding-top: 0;
    }
    #campus-drivers .proposed-solutions .pic {
        padding-top: 30px;
    }
    #campus-drivers .clients-speak h3 {
        padding-top: 0;
    }
}


/* Medium Device */

@media ( min-width:992px) and (max-width:1200px) {
    #banner-campus-drivers img {
        padding-bottom: 0;
    }
}


/* ############################################################ */


/* ##################### WOMANS-COMFORT ##################### */

#banner-womans-comfort {
    background: #1A1915 url("../images/case-study/womans-comfort/banner.jpg");
    color: #fff;
    min-height: 500px;
    padding-top: 325px;
    text-align: center;
}

#banner-womans-comfort img {
    display: inline-block;
    padding-bottom: 15px;
}

#womans-comfort .page-description {
    background: #f3f3f3;
    padding: 15px 0 30px 0;
}

#womans-comfort .project-objectives .how-we-made {
    padding: 30px 0;
}

#womans-comfort .project-objectives .how-we-made .technology-block {
    background: #f3f3f3;
    padding: 15px;
}

#womans-comfort .project-objectives .how-we-made .technology-block span {
    font-weight: 600;
}

#womans-comfort .project-objectives .how-we-made .technology-block p {
    margin-bottom: 0;
}

#womans-comfort .proposed-solutions .text {
    padding-top: 30px;
}

#womans-comfort .proposed-solutions .pic.bottom-padding {
    padding-bottom: 30px;
}

#womans-comfort .proposed-solutions .grey-background .pic {
    text-align: right;
}

#womans-comfort .proposed-solutions .transparent-background .pic {
    text-align: left;
}

#womans-comfort .proposed-solutions .pic img {
    display: inline-block;
}

#womans-comfort .proposed-solutions .grey-background h2 {
    padding: 0 0 15px 0;
}

#womans-comfort .proposed-solutions .grey-background {
    background: #f3f3f3;
    padding: 30px 0 0 0;
}

#womans-comfort .proposed-solutions .transparent-background {
    padding: 30px 0 0 0;
}

#womans-comfort .clients-speak {
    padding: 30px 0;
}

#womans-comfort .clients-speak h3 {
    padding-top: 15px;
}

#womans-comfort .clients-speak img {
    display: inline-block;
    padding: 50px 0;
}

#womans-comfort .clients-speak .visit-link {
    text-align: center;
}

#womans-comfort .clients-speak .pic {
    text-align: center;
}

#womans-comfort .clients-speak .client-name {
    padding: 0;
    padding-top: 15px;
    text-align: right;
}


/* --------------------- Media Queries --------------------- */


/* Extra Small Device */

@media ( max-width:767px) {
    #banner-womans-comfort {
        background-size: cover;
        min-height: 300px;
        padding-top: 70px;
    }
    #banner-womans-comfort img {
        width: 65%;
    }
    #womans-comfort .project-objectives .how-we-made {
        padding: 0;
    }
    #womans-comfort .proposed-solutions .grey-background .pic,
    #womans-comfort .proposed-solutions .transparent-background .pic {
        text-align: center;
    }
    #womans-comfort .proposed-solutions .pic .bottom-padding {
        padding-bottom: 0;
    }
    #womans-comfort .project-objectives .how-we-made .technology-block {
        margin-bottom: 15px;
    }
    #womans-comfort .proposed-solutions .text {
        padding-top: 0;
    }
    #womans-comfort .proposed-solutions .pic img {
        padding-top: 15px;
    }
}


/* Small Device */

@media ( min-width:768px) and (max-width:991px) {
    #womans-comfort .proposed-solutions .grey-background h2 {
        padding: 0;
    }
    #womans-comfort .proposed-solutions .pic {
        padding-top: 75px;
    }
    #womans-comfort .page-description {
        padding: 15px 0;
    }
    #womans-comfort .challenges {
        padding: 15px 0;
    }
    #womans-comfort .project-objectives .how-we-made {
        margin-bottom: 15px;
        padding: 0;
    }
}


/* Medium Device */

@media ( min-width:992px) and (max-width:1200px) {}


/* ############################################################ */


/* ##################### FRAMISTA ##################### */

#banner-framista {
    background: #454545 url("../images/case-study/framista/banner.jpg");
    color: #fff;
    min-height: 500px;
    padding-top: 150px;
    text-align: center;
}

#banner-framista h1 {
    color: #fff;
    line-height: 70px;
    margin-top: 0;
}

#banner-framista img {
    display: inline-block;
    padding-bottom: 15px;
}

#framista .page-description {
    background: #f3f3f3;
    padding: 15px 0 30px 0;
}

#framista .project-objectives .challenges {
    padding: 15px 0;
}

#framista .project-objectives .how-we-made {
    padding: 50px 0;
}

#framista .project-objectives .how-we-made .technology-block {
    background: #f3f3f3;
    padding: 15px 0 15px 15px;
}

#framista .project-objectives .how-we-made .technology-block span {
    font-weight: 600;
}

#framista .project-objectives .how-we-made .technology-block p {
    margin-bottom: 0;
}

#framista .proposed-solutions .text {
    padding-top: 30px;
}

#framista .proposed-solutions .pic.bottom-padding {
    padding-bottom: 30px;
}

#framista .proposed-solutions .grey-background .pic {
    text-align: right;
}

#framista .proposed-solutions .transparent-background .pic {
    text-align: left;
}

#framista .proposed-solutions .pic img {
    display: inline-block;
    padding-top: 50px;
}

#framista .proposed-solutions .grey-background h2 {
    margin-top: 0;
}

#framista .proposed-solutions .grey-background {
    background: #f3f3f3;
    padding: 30px 0;
}

#framista .proposed-solutions .transparent-background {
    padding: 30px 0;
}

#framista .clients-speak {
    padding: 0 0 30px 0;
}

#framista .clients-speak h3 {
    padding-top: 30px;
}

#framista .clients-speak .pic {
    text-align: center;
}

#framista .clients-speak img {
    display: inline-block;
    padding: 50px 0;
}

#framista .clients-speak .client-name {
    padding: 0;
    padding-top: 15px;
    text-align: right;
}


/* --------------------- Media Queries --------------------- */


/* Extra Small Device */

@media ( max-width:767px) {
    #banner-framista {
        background-size: cover;
        min-height: 300px;
        padding-top: 20px;
    }
    #banner-framista h1 {
        line-height: 34px;
    }
    #framista .project-objectives .challenges {
        padding: 0;
    }
    #framista .project-objectives .how-we-made {
        padding: 0 0 15px 0;
    }
    #framista .proposed-solutions .text {
        padding-top: 0;
    }
    #framista .proposed-solutions .pic .bottom-padding {
        padding-bottom: 0;
    }
    #framista .project-objectives .how-we-made .pic {
        padding-top: 15px;
        text-align: center;
    }
    #framista .proposed-solutions .grey-background .pic,
    #framista .proposed-solutions .transparent-background .pic {
        padding-top: 15px;
        text-align: center;
    }
    #framista .proposed-solutions .pic img {
        display: inline-block;
        padding-top: 30px;
    }
    #framista .clients-speak img {
        padding-top: 30px;
    }
    #framista .clients-speak h3 {
        padding-top: 15px;
    }
}


/* Small Device */

@media ( min-width:768px) and (max-width:991px) {
    #framista .proposed-solutions .grey-background h2 {
        padding: 0;
    }
    #framista .proposed-solutions .grey-background,
    #framista .proposed-solutions .transparent-background {
        padding: 30px 0;
    }
    #framista .proposed-solutions .text {
        padding-top: 0;
    }
    #framista .proposed-solutions .pic {
        padding-top: 50px;
    }
    #framista .proposed-solutions .pic img {
        padding-top: 0;
    }
    #framista .project-objectives .how-we-made {
        padding: 0 0 15px 0;
    }
    #framista .page-description {
        padding: 30px 0px 30px
    }
    #framista .clients-speak h3 {
        padding-top: 15px;
    }
}


/* Medium Device */

@media ( min-width:992px) and (max-width:1200px) {}


/* ############################################################ */


/* ##################### LIVE EXAM CENTER ##################### */

#banner-live-exam-center {
    background: #454545 url("../images/case-study/live-exam-center/banner.jpg");
    color: #fff;
    min-height: 500px;
    padding: 15px 0 0 0;
    text-align: left;
}

#banner-live-exam-center img,
#live-exam-center img {
    display: inline-block;
}

#banner-live-exam-center span.click {
    display: inline-block;
    border-top-right-radius: 50px;
    width: 12px;
    height: 20px;
    position: absolute;
    top: 62px;
    left: 99px;
    animation: click 1s;
    animation-iteration-count: infinite;
}

@keyframes click {
    85% {
        box-shadow: none;
    }
    100% {
        box-shadow: inset 0 2px 5px 0 #555;
    }
}

#banner-live-exam-center img.mobile {
    margin-bottom: -50px;
}

#banner-live-exam-center h1 {
    color: #fff;
    line-height: 60px;
    margin-top: 0;
}

#banner-live-exam-center h4 {
    color: #fff;
    font-weight: 400;
}

#banner-live-exam-center .bottom-line {
    margin: 38px 0 15px 0;
}

#banner-live-exam-center .bottom-line img {
    margin-left: 15px;
}

#banner-live-exam-center .build-for,
#banner-live-exam-center .technologies {
    border-right: 1px solid #fff;
}

#banner-live-exam-center .bottom-line div:before {
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 51px;
    background: #1F334B;
    position: absolute;
    animation: background 2s;
}

@keyframes background {
    0% {
        width: 100%;
    }
    50% {
        width: 100%;
    }
}

#live-exam-center .key-features {
    text-align: center;
    padding: 70px 0;
}

#live-exam-center .key-features h2 {
    margin-bottom: 50px;
}

#live-exam-center .key-features img {
    padding: 15px 0;
}

#live-exam-center .key-features p {
    border-bottom: 1px solid #1565C0;
    padding-bottom: 15px;
}

#live-exam-center .key-features .col-sm-4:nth-child(2) {
    padding-right: 0;
}

#live-exam-center .key-features .col-sm-4:last-child {
    padding-left: 0;
}

#live-exam-center .complete-app {
    background: url("../images/case-study/live-exam-center/complete-app.png") no-repeat center;
    min-height: 700px;
    position: relative;
}

#live-exam-center .complete-app .block {
    width: 26%;
    position: absolute;
    top: 22%;
    left: 15%;
}

#live-exam-center .easy-exam {
    text-align: center;
    background: linear-gradient(#fff 25.7%, #E6E6DA 25.7%);
    padding: 70px 0 15px 0;
}

#live-exam-center .easy-exam h2 {
    margin-bottom: 50px;
}

#live-exam-center .easy-exam p {
    padding: 30px 50px;
}

#live-exam-center .technologically-sound-app .container {
    background: url("../images/case-study/live-exam-center/technologically-sound-app.png") no-repeat center;
    min-height: 1000px;
    position: relative;
}

#live-exam-center .technologically-sound-app .block .learn-more {
    color: #1665C1;
}

#live-exam-center .technologically-sound-app .block {
    width: 33%;
    position: absolute;
    top: 20%;
    right: 24%;
}

#live-exam-center .technologically-sound-app .buttons {
    position: absolute;
    right: 15px;
    bottom: 30px;
}


/* --------------------- Media Queries --------------------- */


/* Extra Small Device */

@media ( max-width:767px) {
    #banner-live-exam-center {
        padding: 0;
        min-height: 300px;
    }
    #banner-live-exam-center h1 {
        line-height: 40px;
    }
    #live-exam-center .key-features {
        padding: 30px 0;
    }
    #live-exam-center .key-features .col-sm-4:nth-child(2) {
        padding-right: 15px;
    }
    #live-exam-center .key-features .col-sm-4:last-child {
        padding-left: 15px;
    }
    #live-exam-center .complete-app {
        background-color: #B3D2F6;
        background-size: 140%;
        background-position: 110% 100%;
        min-height: 670px;
    }
    #live-exam-center .complete-app .block {
        width: 90%;
        top: 30px;
        left: 15px;
    }
    #live-exam-center .easy-exam {
        padding: 30px 0;
        background: linear-gradient(#fff 43%, #E6E6DA 43%);
    }
    #live-exam-center .easy-exam p {
        padding: 30px 0;
    }
    #live-exam-center .technologically-sound-app .container {
        background-size: 80%;
        background-color: #B3D2F6;
        background-position: 50% 75%;
        min-height: 800px;
        position: relative;
    }
    #live-exam-center .technologically-sound-app .block {
        width: 90%;
        top: 30px;
        left: 15px;
        right: auto;
    }
    #live-exam-center .technologically-sound-app .buttons {
        right: 15px;
        bottom: 30px;
        text-align: right;
    }
    #live-exam-center .technologically-sound-app .buttons a img {
        max-width: 40%;
    }
}


/* Small Device */

@media ( min-width:768px) and (max-width:991px) {
    #banner-live-exam-center {
        padding: 50px 0 0 0;
    }
    #live-exam-center .complete-app {
        background-color: #73ADF0;
        background-size: 80%;
        background-position: 30% 100%;
        min-height: 550px;
    }
    #live-exam-center .complete-app .block {
        width: 93%;
        top: 30px;
        left: 30px;
    }
    #live-exam-center .easy-exam {
        text-align: left;
        background: linear-gradient(#fff 43%, #B7B7AF 43%);
    }
    #live-exam-center .easy-exam p {
        padding: 30px 0;
    }
    #live-exam-center .technologically-sound-app {
        background-color: #B0D1F6;
    }
    #live-exam-center .technologically-sound-app .container {
        background-size: 80%;
        background-color: #B0D1F6;
        background-position: 50% 75%;
        min-height: 900px;
        position: relative;
    }
    #live-exam-center .technologically-sound-app .block {
        width: 90%;
        top: 30px;
        left: 15px;
        right: auto;
    }
    #live-exam-center .technologically-sound-app .buttons {
        right: 15px;
        bottom: 30px;
        text-align: right;
    }
    #live-exam-center .technologically-sound-app .buttons a img {
        max-width: 40%;
    }
}


/* Medium Device */

@media ( min-width:992px) and (max-width:1200px) {
    #live-exam-center .complete-app .block {
        width: 30%;
        left: 10%;
    }
    #live-exam-center .technologically-sound-app .block {
        width: 40%;
        right: 19%;
    }
}


/* ##################### mapro-case-study ##################### */

#banner-mapro {
    background: #fff url("../images/case-study/mapro/bg.jpg") no-repeat;
    min-height: 676px;
}

#banner-mapro .computer-screen {
    animation-name: computer-screen-appear;
    animation-duration: 1.4s;
    min-height: 526px;
    position: relative;
}

#banner-mapro .mobile-screen {
    animation-name: mobile-screen-appear;
    animation-duration: 2.8s;
    position: absolute;
    top: 28%;
    right: 130px;
}

#banner-mapro .tab-screen {
    animation-name: tab-screen-appear;
    animation-duration: 3.8s;
    position: absolute;
    top: 19%;
    left: 30px;
}

#banner-mapro .browser-screen {
    animation-name: browser-screen-appear;
    animation-duration: 5.4s;
    position: absolute;
    top: 24%;
    right: 0px;
}


/* large Device */

@media ( min-width:1200px) {
    @keyframes computer-screen-appear {
        0% {
            margin-top: 80px;
            opacity: 0;
        }
        50% {
            margin-top: 80px;
            opacity: 0;
        }
        100% {
            margin-top: 0;
            opacity: 0.9;
        }
    }
    @keyframes mobile-screen-appear {
        0% {
            right: 50px;
            opacity: 0;
        }
        50% {
            right: 50px;
            opacity: 0;
        }
        100% {
            right: 130px;
            opacity: 0.9;
        }
    }
    @keyframes tab-screen-appear {
        0% {
            left: -30px;
            opacity: 0;
        }
        30% {
            left: -30px;
            opacity: 0;
        }
        80% {
            left: -30px;
            opacity: 0;
        }
        100% {
            left: 30px;
            opacity: 0.9;
        }
    }
    @keyframes browser-screen-appear {
        0% {
            right: -100px;
            opacity: 0;
        }
        80% {
            right: -100px;
            opacity: 0;
        }
        100% {
            right: 0px;
            opacity: 0.9;
        }
    }
}


/* medium Device */

@media ( min-width:992px) and ( max-width:1200px) {
    #banner-mapro .mobile-screen {
        top: 33%;
        right: 85px;
    }
    #banner-mapro .tab-screen {
        top: 23%;
        left: -38px;
    }
    #banner-mapro .browser-screen {
        top: 26%;
        right: -40px;
    }
}


/* small Device */

@media ( min-width:768px) and ( max-width:991px) {
    #banner-mapro .mobile-screen {
        top: 28%;
        right: 21px;
    }
    #banner-mapro .tab-screen {
        top: 19%;
        left: -48px;
    }
    #banner-mapro .browser-screen {
        top: 24%;
        right: -82px;
    }
}


/* extra small Device */

@media ( max-width:767px) {
    #banner-mapro {
        height: auto;
    }
    #banner-mapro .computer-screen {
        min-height: auto;
    }
}

#banner-mapro h1 {
    color: #fff;
}

.text-center {
    margin: 0 auto;
}

#mapro {
    padding-top: 50px;
}

#mapro h2 {
    padding-top: 30px;
    padding-bottom: 20px;
}

#mapro .introduction {
    padding-bottom: 50px;
}

#mapro .introduction p {
    line-height: 26px;
}

#mapro .introduction h4 {
    padding-top: 15px;
    padding-bottom: 5px;
}


/* extra small Device */

@media ( min-width:992px) {
    #mapro .introduction .speed-box {
        padding-left: 110px;
        padding-top: 30px;
    }
    #mapro .introduction .speed-box h2,
    #mapro .introduction .page-load h2 {
        padding-top: 0;
        font-weight: bold;
        color: #444;
    }
    #mapro .introduction .page-load {
        padding-left: 80px;
        padding-top: 30px;
    }
    #mapro .introduction .email-service {
        padding-left: 40px;
        padding-top: 20px;
    }
    #mapro .introduction .cloud {
        padding-left: 0px;
        padding-top: 20px;
    }
    #mapro .introduction .cloudfront {
        margin-left: -30px;
        padding-top: 30px;
    }
    #mapro .introduction .stroage-service {
        margin-left: -20px;
        padding-top: 30px;
    }
}

#mapro .introduction-images {
    background: url("../images/case-study/mapro/page-speed.jpg") center center no-repeat;
    background-size: contain;
    height: 177px;
}

#mapro .introduction .col-sm-2 {
    transition-duration: 0.2s;
}

#mapro .introduction .col-sm-2:hover {
    margin-top: -10px;
    transition-duration: 0.2s;
}

#mapro .mapro-product-page {
    background: #dfd9c8 url("../images/case-study/mapro/products.jpg") no-repeat;
    min-height: 800px;
    padding-top: 500px;
}


/* small Device */

@media ( max-width:991px) {
    #mapro .introduction-images {
        background: none;
        height: 177px;
    }
    #mapro .introduction .col-sm-2:hover {
        margin-top: 0px;
        transition-duration: 0.2s;
    }
    #mapro .introduction .col-sm-2 {
        border: 1px solid #ccc;
        margin-bottom: 15px;
        min-height: 170px;
    }
    #mapro .introduction h2 {
        padding-bottom: 20px;
        padding-top: 0px;
    }
}


/* small Device */

@media ( max-width:767px) {
    #mapro .introduction .col-sm-2 {
        min-height: 120px;
    }
}

#mapro .mapro-features .features-circle {
    border-radius: 50%;
    display: inline-block;
    height: 70px;
    padding-top: 1px;
    text-align: center;
    width: 70px;
    position: relative;
    transition: all 0.5s;
    top: -5px;
    background: #dc4e44;
}

#mapro .mapro-features .features-circle:after {
    content: "";
    position: absolute;
    top: 80px;
    left: 12px;
    width: 30px;
    height: 5px;
    border-radius: 50%;
    background: transparent;
    transition: all 0.5s;
}

#mapro .mapro-features .features-circle:hover {
    top: -20px;
}

#mapro .mapro-features .features-circle:hover:after {
    left: 12px;
    width: 50px;
    background: #aaa;
}


/*#mapro .mapro-features .features-circle:hover {
    background: #d34a41;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
#mapro .mapro-features .features-circle:hover {
    margin-top: -20px;
}
#mapro .mapro-features .features-circle {
    position: relative;
}

#mapro .mapro-features .features-circle:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 105px;
    width: 30px;
    height: 5px;
    border-radius: 50%;
    background: transparent;
    transition: all 0.5s;
}

#mapro .mapro-features .features-circle:hover {
    top: -20px;
}

#mapro .mapro-features .features-circle:hover+p:before {
    left: 105px;
    width: 50px;
    background: #aaa;
}
*/

#mapro .new-functionality {
    margin-top: 30px;
}

#mapro .new-functionality .tab-content {
    background: url("../images/case-study/mapro/tab-content-bg.jpg") center center no-repeat;
    min-height: 420px;
    padding-left: 8px;
    padding-top: 28px;
}

#mapro .new-functionality .nav-tabs>li.active>a,
#mapro .new-functionality .nav-tabs>li.active>a:focus,
#mapro .new-functionality .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #eeeadf;
    border: none;
    border-bottom-color: transparent;
}

#mapro .nav-tabs>li>a .red-text {
    color: #dc4e44;
    font-size: 16px;
}

#mapro .new-functionality .nav-tabs>li.active>a .red-text,
#mapro .new-functionality .nav-tabs>li.active>a:focus .red-text,
#mapro .new-functionality .nav-tabs>li.active>a:hover .red-text {
    color: #555;
    font-size: 16px;
}

#mapro .new-functionality .nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 4px;
}

#mapro .new-functionality .nav-tabs {
    border-bottom: 0px solid #ddd;
}

#mapro .our-work {
    background: #eeeadf;
    /* For browsers that do not support gradients */
    background: linear-gradient(to bottom, #eeeadf, #fff);
    margin-top: 50px;
    /* Standard syntax */
}

#mapro .our-work .category-img {
    position: relative;
}

#mapro .our-work .zoom-product {
    position: absolute;
    top: 15%;
    right: 5%;
    width: 140px;
    height: 216px;
    transition-duration: 0.3s;
}

#mapro .our-work .category-img:hover + .zoom-product {
    width: 162px;
    height: 216px;
    transition-duration: 0.3s;
}

#mapro .our-work h4 {
    font-weight: normal;
    font-size: 17px;
}

#mapro .our-work p {
    padding-bottom: 15px;
}

#mapro .last-section {
    margin-top: 50px;
    padding: 50px 0;
    background: linear-gradient(to bottom, #fff 0%, #fff 30%, #fff 30%, #eeeadc 30%, #eeeadc 100%);
}

#mapro .last-section .col-md-5 {
    padding-top: 240px;
}

.last-section h4 {
    font-weight: normal;
}

#mapro .last-section .point p {
    position: relative;
    padding-left: 20px;
}

#mapro .last-section .point p:before {
    content: '\f046';
    font-family: "FontAwesome";
    color: #000;
    position: absolute;
    margin-left: -20px;
}

#mapro .last-section .point hr {
    border-bottom: 1px solid #c8c4b8;
}

#mapro .customer-feedback {
    background: url("../images/case-study/mapro/testimonial-bg.jpg") no-repeat;
    min-height: 445px;
    color: #fff;
    text-align: center;
    padding-top: 30px;
}

#mapro .customer-feedback h2 {
    color: #fff;
}

#mapro .customer-feedback a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

@media ( max-width:992px) {
    #mapro .last-section .col-md-5 {
        padding-top: 30px;
    }
    #mapro .mapro-product-page {
        background-color: #dfd9c8;
        background-image: none;
        min-height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #banner-mapro {
        min-height: auto;
        padding-bottom: 30px;
    }
    #banner-mapro {
        padding-top: 20px;
    }
}

@media ( max-width:767px) {
    #mapro .new-functionality .tab-content {
        background: none;
    }
    #mapro .customer-feedback {
        padding-top: 0px;
    }
    #mapro .new-functionality .tab-content {
        min-height: 371px;
    }
}


/* ##################### VALUES ##################### */

#banner-values {
    background: #5A5A74 url("../images/values/company-overview-banner.jpg");
    background-size:cover;
    min-height: 300px;
    padding: 30px 0px;
    padding-top: 70px;
    text-align: center;
}

#banner-values h1 {
    color: #fff;
}

#banner-values h4 {
    color: #fff;
    padding: 0;
}

#banner-values h4.tagline {
    padding: 0;
    text-align: center;
}

#values h4 {
    font-weight: 400;
}

#values .success-pillars {
    padding: 50px 0;
}

#values .overview {
    padding: 30px 0;
}

#values .vision-mission .block {
    padding: 15px 0 30px 0;
}

#values .vision-mission .block.left {
    margin: 0 15px 0 0;
}

#values .vision-mission .block.right {
    margin: 0 0 0 15px;
}

#values .vision-mission .block img {
    padding: 45px 15px;
}

#values .value-points {
    background: #5D9E45 url("../images/values/about_us_bg_pattern.png");
    color: #fff;
    padding: 50px 0;
}

#values .value-points h2 {
    color: #fff;
    padding: 0 0 15px 0;
    text-align: center;
}

#values .value-points .block {
    background: #589341;
    border: 1px solid #71B84D;
    border-radius: 3px;
    min-height: 25em;
    padding: 15px;
    text-align: center;
}

#values .value-points .block.left {
    margin: 0 15px 0 0;
}

#values .value-points .block.middle {
    margin: 0 15px 0 15px;
}

#values .value-points .block.last {
    margin: 0 0 0 15px;
}

#values .value-points .block .img img {
    display: inline-block;
}

#values .value-points .block .img {
    text-align: center;
}

#values .success-pillars {
    font-weight: 400;
}

#values .success-pillars ul {
    list-style-type: none;
    padding-left: 15px;
}

#values .success-pillars ul li {
    padding: 5px 0;
}

#values .success-pillars ul li:before {
    color: #363F46;
    content: "?  ";
    margin-left: -15px;
}

#values .success-pillars .services .points {
    background: #FDD835;
    color: #fff;
    padding: 15px 30px;
}

#values .success-pillars .services .points h4 {
    color: #333;
    font-weight: 400;
}

#values .success-pillars .services .points h5 {
    font-size: 17px;
    padding-bottom: 5px;
}

#values .success-pillars .services .points h5 a {
    color: #333;
}

#values .success-pillars .services .points h5:before {
    color: #333;
    content: "\f0da  ";
    font-family: "FontAwesome";
}

#values .success-pillars .services .tagline {
    background: #363F46;
    color: #fff;
    font-weight: 400;
    padding: 15px 30px 30px 30px;
}

#values .success-pillars .services .tagline a {
    display: inline-block;
    margin: 16px 0px 5px 0;
}

#values .design-services {
    background: #DC4E44;
    color: #fff;
    padding: 30px 0;
}

#values .design-services h2 {
    color: #fff;
    padding-bottom: 15px;
}

#values .design-services .pic {
    position: relative;
    text-align: center;
}

#values .design-services .pic::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 67px;
    background: #DC4E44;
    bottom: 25px;
    right: 15px;
    animation: round-curve1 4s infinite;
}

#values .design-services .pic::after {
    content: "";
    position: absolute;
    width: 122px;
    height: 216px;
    background: #DC4E44;
    top: 0;
    right: 15px;
    animation: round-curve2 4s infinite;
}

#values .design-services .pic span::before {
    content: "";
    position: absolute;
    width: 125px;
    height: 75px;
    background: #DC4E44;
    top: 0;
    left: 125px;
    animation: round-curve3 4s infinite;
}

@keyframes round-curve1 {
    100% {
        width: 0;
    }
}

@keyframes round-curve2 {
    0% {
        height: 216px;
    }
    50% {
        height: 216px;
    }
    100% {
        height: 0;
    }
}

@keyframes round-curve3 {
    0% {
        width: 125px;
    }
    75% {
        width: 125px;
    }
    100% {
        width: 0;
    }
}

#values .design-services .pic .rocket-pic {
    display: inline-block;
    margin: -270px 0 0 0;
    position: relative;
    z-index: 99;
}


/* --------------------- Media Queries --------------------- */


/* Extra Small Device */

@media ( max-width:767px) {
    #banner-values h1 {
        border-right: none;
        text-align: center;
    }
    #banner-values h4 {
        color: #fff;
        padding: 15px 0;
    }
    #banner-values h4 .tagline {
        text-align: left;
    }
    #values .vision-mission .block .col-sm-4 {
        text-align: center;
    }
    #values .vision-mission .block .col-sm-4 img {
        display: inline-block;
    }
    #values .vision-mission .block .left {
        margin: 0 0 15px 0;
        padding: 15px;
    }
    #values .vision-mission .block .right {
        margin: 0 0 15px 0;
        padding: 15px;
    }
    #values .value-points .block .last {
        margin: 0;
    }
    #values .value-points .block.left {
        margin: 0 0 15px 0;
    }
    #values .value-points .block.middle {
        margin: 0 0 15px 0;
    }
    #values .value-points .block .last {
        margin: 0 0 15px 0;
    }
    #values .success-pillars .services .points {
        padding: 15px;
    }
    #values .success-pillars .services .tagline {
        padding: 15px;
    }
    #values .design-services .pic::before,
    #values .design-services .pic::after,
    #values .design-services .pic span::before {
        background: transparent;
    }
    #values .design-services .pic span {
        display: block;
    }
    #values .design-services .pic span img {
        display: inline-block;
    }
    #values .design-services .pic .rocket-pic {
        margin: -250px 0 0 0;
        max-width: 25%;
    }
}


/* Small Device */

@media ( min-width:768px) and (max-width:991px) {
    #values .design-services .pic::before,
    #values .design-services .pic::after,
    #values .design-services .pic span::before {
        background: transparent;
    }
    #values .design-services .pic .rocket-pic {
        margin: -180px 0 0 0;
        max-width: 25%;
    }
}


/* Medium Device */

@media ( min-width:992px) and (max-width:1200px) {
    #values .design-services .pic::before {
        width: 260px;
        height: 55px;
    }
    #values .design-services .pic::after {
        width: 100px;
        height: 176px;
    }
    #values .design-services .pic span::before {
        width: 100px;
        height: 57px;
        left: 105px;
    }
    #values .design-services .pic .rocket-pic {
        margin: -220px 0 0 0;
        max-width: 25%;
    }
}


/* ############################################################ */


/* ########################## BECOME-PARTNER ########################## */

#banner-partnership {
    background: #0a1824 url("../images/partnership/partnership-banner.jpg") no-repeat;
    background-size:cover;
    color: #fff;
    min-height: 500px;
    padding: 50px 0;
    text-align: center;
}

#banner-partnership h1 {
    color: #fff;
    text-align: center;
}

#banner-partnership h4 {
    padding-bottom: 50px;
}

#banner-partnership i.sprite-expand-reach {
    animation: icons-swap1 1s;
}

#banner-partnership i.sprite-revenue-opportunities {
    animation: icons-swap2 1s;
}

#banner-partnership i.sprite-brand-association {
    animation: icons-swap3 1s;
}

#banner-partnership i.sprite-improve-delivery-capabilities {
    animation: icons-swap4 1s;
}

@keyframes icons-swap1 {
    0% {
        background-position: -126px -5px;
    }
    100% {
        background-position: -66px -5px;
    }
}

@keyframes icons-swap2 {
    0% {
        background-position: -126px -5px;
    }
    100% {
        background-position: -188px -5px;
    }
}

@keyframes icons-swap3 {
    0% {
        background-position: -66px -5px;
    }
    100% {
        background-position: -5px -5px;
    }
}

@keyframes icons-swap4 {
    0% {
        background-position: -188px -5px;
    }
    100% {
        background-position: -126px -5px;
    }
}

#banner-partnership p {
    margin: 0;
}

#partnership .title {
    padding-top: 50px;
}

#partnership aside {
    background: #363f46 none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #fff;
    padding: 30px 20px;
}

#partnership .partnership-offer {
    background: url("../images/partnership/offering-partnership.jpg") repeat;
    margin-bottom: 40px;
    margin-top: 60px;
    padding-bottom: 60px;
    padding-top: 30px;
}

#partnership .partnership-offer i {
    vertical-align: bottom;
}

#partnership .blue-block {
    background: #5060a7;
}

#partnership .oragne-block {
    background: #fd8f32;
}

#partnership .green-block {
    background: #59a53d;
}

#partnership .partnership-block {
    border-radius: 3px;
    color: #fff;
    margin-top: 30px;
    min-height: 330px;
    padding: 20px;
}

#partnership .become-partner .form-control {
    border: 1px solid #ccc;
    height: 40px;
    width: 100%;
}


/* --------------------- Media Queries --------------------- */


/* Extra Small Device */

@media ( max-width:767px) {
    #banner-partnership {
        min-height: 300px;
        padding: 15px 0 0 0;
    }
    #partnership .title {
        padding-top: 30px;
    }
    #partnership .partnership-block {
        min-height: auto;
    }
    #partnership .become-partner .form-control {
        margin-bottom: 10px;
    }
    #partnership .become-partner img {
        margin-bottom: 10px;
    }
}


/* Small Device */

@media ( min-width:768px) and (max-width:991px) {}


/* Medium Device */

@media ( min-width:992px) and (max-width:1200px) {}


/* ############################################################ */


/* ##################### TECHNOLOGIES ##################### */

#banner-technologies {
    background: #3F3148 url("../images/technologies/banner-bg.jpg");
    background-size:cover;
    color: #fff;
    min-height: 300px;
    padding: 50px 0;
    text-align: center;
}

#banner-technologies h1 {
    color: #fff;
}

#technologies {
    padding: 50px 0;
    text-align: center;
}

#technologies .aws-services {
    background: #F2F2F2;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 10px 0 80px 0;
}

#technologies .aws-services .block {
    background: #fff;
    border: 1px solid #dcdcdc;
    text-align: center;
}

#technologies .aws-services .block img {
    display: inline-block;
}

#technologies h2 {
    line-height: 60px;
    padding: 30px 0;
}

#technologies .tech-icons span {
    border-radius: 50%;
    display: inline-block;
    height: 110px;
    padding-top: 25px;
    text-align: center;
    width: 110px;
}

#technologies .tech-icons span img {
    display: inline-block;
}

#technologies .tech-icons p {
    padding-bottom: 15px;
}

#technologies .tech-icons {
    padding: 30px 0;
    text-align: center;
}

#technologies #why-angular {
    background: #f2f2f2;
    padding: 50px 0;
}

#technologies .mobile-tools {
    background: #F2F2F2;
    padding: 0 0 30px 0;
}

#technologies .mobile-tools .block {
    padding: 30px;
}

#technologies .mobile-tools .block img {
    display: inline-block;
}

#technologies .mobile-tools p {
    padding: 0 15px;
}

#technologies .microsoft-tools .block {
    min-height: 150px;
    padding: 15px;
    text-align: center;
}

#technologies .microsoft-tools h5 {
    margin-top: 0px;
    padding-top: 0px;
}

#technologies .microsoft-tools .block img {
    display: inline-block;
}

#technologies .microsoft-tools .text {
    background: #f3f3f3;
    padding: 15px;
}

#technologies .third-party p {
    padding: 0 0 15px 0;
}

#technologies .third-party {
    padding: 0 0 50px 0;
}

#technologies .third-party .block {
    border: 1px solid #dcdcdc;
    text-align: center;
}

#technologies .third-party .block img {
    display: inline-block;
}

#technologies .third-party .block.manymore {
    background: #f3f3f3;
    min-height: 100px;
    padding: 30px 0;
}


/* --------------------- Media Queries --------------------- */


/* Extra Small Device */

@media ( max-width:767px) {
    #banner-technologies {
        background-size: cover;
    }
    #technologies {
        padding: 0px 0px;
    }
    #technologies h2 {
        line-height: 30px;
        text-align: left;
    }
    #technologies .tech-icons h5 {
        margin: 15px 0 30px 0;
    }
    #technologies .tech-icons p {
        display: none;
    }
    #technologies .mobile-tools {
        text-align: left;
    }
    #technologies .mobile-tools p {
        padding: 0px;
    }
    #technologies .mobile-tools .block {
        text-align: center;
    }
    #technologies .microsoft-tools .text {
        text-align: left;
    }
    #technologies .third-party {
        text-align: left;
    }
}




/* Small Device */
@media ( min-width:768px) and (max-width:991px) {
    #technologies .third-party .block.manymore {
        background: #f3f3f3;
        min-height: 77px;
        padding: 20px 0;
    }
}

/* Medium Device */
@media ( min-width:992px) and (max-width:1200px) {}

/* ############################################################ */

/* ##################### ENGAGEMENT-MODEL ##################### */
#banner-engage {
    background: #241510 url(../images/engagement-model/banner-bg.jpg);
    background-size:cover;
    color: #fff;
    min-height: 300px;
    padding: 15px 0px;
    text-align: center;
}
#banner-engage .pic {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #707070;
    margin-top: 30px;
    padding: 10px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 0 30px 0 0;
    animation: folded-corner1 2s;
}
#banner-engage .pic:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: -45px;
    top: -15px;
    border-left: 30px solid #aaa;
    border-right: 30px solid transparent;
    border-top: 30px solid transparent;
    animation: folded-corner2 2s;
}
@keyframes folded-corner1 {
    0% {
        border-radius: 0;
    }
    
    50% {
        border-radius: 0;
    }
    
    100% {
        border-radius: 0 30px 0 0;
    }
}
@keyframes folded-corner2 {
    0% {
        right: -60px;
        top: -30px;
    }
    
    50% {
        right: -60px;
        top: -30px;
    }
    
    100% {
        right: -45px;
        top: -15px;
    }
}
#banner-engage .pic p {
    margin: 10px 0 0 0;
}
#engagement .overview {
    padding: 30px 15px;
    text-align: center;
}
#engagement .fixed-time {
    padding: 50px 15px;
}
#engagement .fixed-time .pic {
    position: relative;
    min-height: 400px;
    text-align: center;
}
#engagement .fixed-time .pic span {
    background: #F99C34;
    display: inline-block;
    position: absolute;
    width: 20%;
    height: 120px;
    bottom: 120px;
    left: 40%;
    z-index: -9;
    animation: filled 5s infinite;
}
@keyframes filled {
    0% {
        height: 0%;
    }
    
    100% {
        height: 120px;
    }
}
#engagement .dedicated-team {
    padding: 70px 15px;
}
#engagement .fixed-time h2,
#engagement .fixed-time h3,
#engagement .dedicated-team h2,
#engagement .dedicated-team h3,
#engagement .hourly-biling h2,
#engagement .hourly-biling h3 {
    padding-bottom: 15px;
}
#engagement .dedicated-team h2,
#engagement .dedicated-team h3 {
    color: #fff;
}
#engagement .fixed-time .pic img {
    display: inline-block;
}
#engagement .dedicated-team {
    background: #212030;
    color: #fff;
}
#engagement .hourly-biling {
    padding: 70px 15px;
}
#engagement .hourly-biling .pic {
    padding-bottom: 30px;
    text-align: center;
}
#banner-engage img,
#engagement img {
    display: inline-block;
}
#engagement .our-area {
    padding: 50px 0;
}
#engagement .our-area .block {
    border: 1px solid #ccc;
}
#engagement .our-area .block .col-sm-3 {
    background: #fff;
    border-right: 1px solid #ccc;
    min-height: 540px;
    padding-top: 30px;
    text-align: center;
}
#engagement .our-area .block .col-sm-3 h3 {
    padding-top: 15px;
}
#engagement .our-area .block .col-sm-3:first-child {
    background: url(../images/engagement-model/our-area-bg.jpg);
    border-right: none;
    padding: 185px 0;
}
#engagement .our-area .block .col-sm-3:last-child {
    border-right: none;
}
#engagement .our-area .block .col-sm-3:first-child h2 {
    background: #fff;
    padding: 15px;
}
#banner-engage h1 {
    color: #fff;
}

/* --------------------- Media Queries --------------------- */

/* Extra Small Device */
@media ( max-width:767px) {
    #banner-engage .pic {
        margin: 10px -10px;
        min-height: 110px;
        padding: 0 0 5px 0;
    }
    
    #banner-engage .pic p {
        margin: 0;
    }
    
    #banner-engage .pic .icon {
        padding: 15px;
    }
    
    #banner-engage .pic p {
        font-size: 12px;
        line-height: 1.2;
    }
    
    #engagement .overview {
        padding: 30px 0;
        text-align: left;
    }
    
    #engagement .fixed-time,
    #engagement .dedicated-team,
    #engagement .hourly-biling {
        padding: 50px 0;
    }
    
    #engagement .dedicated-team .pic {
        padding-top: 30px;
    }
    
    #engagement .our-area {
        padding: 0 0 30px 0;
    }
    
    #engagement .our-area .block .col-sm-3 {
        min-height: auto;
    }
    
    #engagement .our-area .block .col-sm-3:first-child {
        background: none;
        border-right: none;
        padding: 0;
        text-align: left;
    }
    
    #engagement .our-area .block .col-sm-3:first-child h2 {
        background: #fff;
        padding: 15px;
    }
}

/* Small Device */
@media ( min-width:768px) and (max-width:991px) {
    #banner-engage .pic {
        min-height: 120px;
        padding: 10px 0 0 0;
    }
    
    #banner-engage .pic p {
        line-height: 1;
    }
    
    #engagement .our-area .block .col-sm-3 {
        min-height: 725px;
        text-align: left;
    }
}

/* Medium Device */
@media ( min-width:992px) and (max-width:1200px) {
    #banner-engage .pic {
        min-height: 121px;
        padding: 10px 0 0 0;
    }
    
    #banner-engage .pic p {
        line-height: 1;
    }
    
    #engagement .our-area .block .col-sm-3 {
        min-height: 625px;
    }
}

/* ############################################################ */

/* ##################### CAREERS ##################### */
#banner-career {
    background: #210051;
    color: #fff;
    min-height: 300px;
    padding: 15px 0px;
}
#banner-career .text {
    float: right;
    text-align: right;
    width: 65%;
}
#banner-career .text h1 {
    border-bottom: 1px solid #fff;
    color: #fff;
    line-height: 1;
    padding-top: 85px;
}
#banner-career .text h3 {
    color: #fff;
}
#banner-career h1 span {
    color: #FFBD36;
}
#career .heading {
    padding: 50px 0;
    text-align: center;
}
#career .heading h2 {
    margin-bottom: 30px;
}
#career .heading h2 span {
    border-bottom: 2px solid #DDD;
}
#career .heading h2 i {
    color: #E9E9E9;
}
#career .success {
    background: #f3f3f3;
    padding: 30px 0;
}
#career .success .block {
    background: #fff;
    border: 1px solid #ccc;
    margin: 15px 0;
    padding: 15px;
}
#career .hiring {
    padding: 50px 0;
}
#career .hiring h2 {
    padding-bottom: 50px;
    text-align: center;
}
#career .hiring .panel-heading h5 {
    cursor: pointer;
    margin: 0;
}
#career .hiring .panel-heading:hover {
    background: #fff;
}
#career .hiring .panel-body {
    display: none;
}
#career .faq {
    background: #009B52;
    color: #fff;
    padding: 30px 0;
}
#career .faq h2 {
    color: #fff;
    text-align: center;
}
#career .faq h5 {
    border-bottom: 1px dashed #ccc;
    padding: 20px 0 5px 0;
}
#career .faq p {
    background: rgb(2, 146, 78);
    border-radius: 5px;
    padding: 15px;
}
#career #careerFrm {
    padding: 30px 0;
}
#career #careerFrm .link {
    color: #00f;
}

/* --------------------- Media Queries --------------------- */

/* Extra Small Device */
@media ( max-width:767px) {
    #career .hiring {
        padding: 30px 0;
    }
    
    #career .hiring h2 {
        padding-bottom: 30px;
    }
    
    #career .heading h2 {
        text-align: left;
    }
    
    #career .heading p {
        text-align: left;
    }
    
    #career .success .block {
        text-align: center;
    }
    
    #banner-career .text {
        width: 100%;
    }
    
    #career .success .block img {
        display: inline-block;
        padding-bottom: 15px;
    }
    
    #career .success .block p {
        text-align: left;
    }
    
    #career .hiring .panel-heading h5 i {
        vertical-align: sub;
    }
}

/* Small Device */
@media ( min-width:768px) and (max-width:991px) {}

/* Medium Device */
@media ( min-width:992px) and (max-width:1200px) {}

/* ############################################################ */

/* ##################### BLOG ##################### */
#banner-blog {
    background: #564941 url("../images/blog/technology.gif");
    color: #fff;
    min-height: 282px;
    padding: 60px 0 30px 0;
    text-align: center;
}
#banner-blog h1 {
    color: #fff;
}
#blog {
    background: #F3F3F3;
    padding: 50px 0;
}
#blog ul li {
    list-style-type: none;
}
#blog ul li:before {
    content: "?";
    font-family: FontAwesome;
    margin-right: 5px;
}
#blog .panel {
    border: none;
    border-radius: 0;
}
#blog .panel-heading {
    background: #277FD3;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
}
#blog .panel-body {
    border-radius: 0;
}
#blog a {
    font-weight: 400;
}
#blog .panel-body a {
    font-weight: 300;
}
#blog .panel-body a:hover {
    color: #277FD3;
}
#blog ul {
    list-style: none;
    padding: 0;
}
#blog ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 5px;
}
#blog ul li {
    border-bottom: 1px solid #f2f2f2;
    padding: 7px 0;
}
#blog ul li:last-child {
    border: none;
}
#blog .anchorNav {
    margin: 15px 0;
}
#blog .anchorNav a {
    background: #fff;
    margin-right: 15px;
    padding: 6px 15px;
}
#blog .article-block {
    background: #FFF;
    box-shadow: 0px 1px 2px rgba(107, 107, 107, 0.15);
    margin-bottom: 15px;
    min-height: 120px;
    padding: 15px 15px 5px;
}
#blog a:focus {
    color: inherit;
}
#blog .article-block span {
    display: block;
    line-height: 26px;
    margin-bottom: 10px;
}
#blog .red-block div {
    border-bottom: 2px solid #DC4E44;
}
#blog .green-block div {
    border-bottom: 2px solid #009B52;
}
#blog .blue-block div {
    border-bottom: 2px solid #467DD9;
}
#blog .yellow-block div {
    border-bottom: 2px solid #FDCD56;
}
#blog .red-block h5 {
    color: #DC4E44;
}
#blog .green-block h5 {
    color: #009B52;
}
#blog .blue-block h5 {
    color: #467DD9;
}
#blog .yellow-block h5 {
    color: #FDCD56;
}

/* --------------------- Media Queries --------------------- */

/* Extra Small Device */
@media ( max-width:767px) {
    #blog {
        padding: 15px 0px;
    }
    
    #blog .article-block {
        min-height: 0px;
    }
}

/* Small Device */
@media ( min-width:768px) and (max-width:991px) {}

/* Medium Device */
@media ( min-width:992px) and (max-width:1200px) {}

/* ############################################################ */

/* ##################### BLOG-DETAILS ##################### */
#blog-details {
    background: #F4F4F4;
    padding: 30px 0;
}
#blog-details a:focus {
    color: inherit;
}
#blog-details .calendar h5 span {
    margin-right: 30px;
}
#blog-details .blog-contents {
    background: #fff;
    padding: 15px;
}
#blog-details .blog-aside {
    margin-left: 15px;
}
#blog-details .remove-left {
    padding-right: 0;
}
#blog-details .remove-right {
    padding-left: 0;
}
#blog-details .green-left {
    background: #009A58;
    color: #fff;
}
#blog-details .green-left h1 {
    color: #fff;
    margin-top: -20px;
    line-height: 100%;
    line-height: 40px;
    font-size: 30px;
}
#blog-details .green-left h5 {
    position: absolute;
    top: 15px;
}
#blog-details .inner {
    min-height: 200px;
    padding: 30px 15px;
}
#blog-details .green-right {
    background: #00AF64;
    color: #fff;
}
#blog-details .green-right .icon {
    border-bottom: 1px solid #fff;
    display: inline-block;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
}
#blog-details .green-right .inner {
    min-height: 215px;
    padding: 30px 15px;
}
#blog-details .btn-social {
    margin: 0 5px 0 0;
}
#blog-details .white-left .social-icons {
    padding: 30px 0;
}
#blog-details .panel {
    border: none;
    border-radius: 0;
    margin-top: 15px;
}
#blog-details .panel-heading {
    background: #277FD3;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
}
#blog-details .panel-body {
    border-radius: 0;
}
#blog-details .panel-body a:hover {
    color: #277FD3;
}
#blog-details ul {
    list-style: none;
    padding: 0;
}
#blog-details ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 5px;
}
#blog-details ul li {
    border-bottom: 1px solid #f2f2f2;
    padding: 7px 0;
}
#blog-details ul li:last-child {
    border: none;
}
#blog-details .input-group-addon {
    border: none;
    border-radius: 0;
}

/* --------------------- Media Queries --------------------- */

/* Extra Small Device */
@media ( max-width:767px) {
    #blog-details {
        padding: 15px 0px;
    }
    
    #blog-details .inner {
        padding: 15px 15px;
    }
    
    #blog-details .remove-left {
        padding-right: 15px;
    }
    
    #blog-details .remove-right {
        padding-left: 15px;
    }
    
    #blog-details .calendar {
        font-size: 14px;
    }
    
    #blog-details .btn-social {
        min-width: 0;
    }
    
    #blog-details .btn-social span:first-child {
        display: none;
    }
    
    #blog-details .green-left h5 {
        font-size: 14px;
    }
    
    #blog-details .article-views {
        display: block;
        margin-top: 15px;
    }
    
    #blog-details .blog-aside {
        margin-left: 0px;
    }
}

/* Small Device */
@media ( min-width:768px) and (max-width:991px) {
    #blog-details .remove-left {
        padding-right: 15px;
    }
    
    #blog-details .remove-right {
        padding-left: 15px;
    }
}

/* Medium Device */
@media ( min-width:992px) and (max-width:1200px) {}

/* ############################################################ */

/* ##################### CONTACT-US ##################### */
#banner-contactus.content-wrapper {
    background: #552823 url("../images/contact/contact-banner.jpg");
    background-size:cover;
    color: #fff;
    height: 300px;
    padding: 0;
    text-align: center;
}
#contactus h1 {
    color: #fff;
    padding-top: 0px;
}
#contactus {
    padding: 50px 0;
}
#contactus a:focus {
    color: inherit;
}
#contactus .circle {
    background: #F2F2F2;
    border-radius: 50%;
    box-shadow: 2px 2px 2px 2px #ccc;
    display: inline-block;
    height: 90px;
    margin: 15px;
    padding-top: 15px;
    text-align: center;
    width: 90px;
}
#contactus .circle+p {
    font-weight: 400;
}
#contactus .circle img {
    display: inline-block;
    padding-top: 20px;
}
#contactus h3 {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
#contactus #why-angular .col-xs-6 {
    text-align: center;
}

/* --------------------- Media Queries --------------------- */

/* Extra Small Device */
@media ( max-width:767px) {
    banner h4 {
        font-size: 12px;
    }
    
    banner h1 {
        margin: 0;
    }
    
    #contactus {
        padding: 15px 0px;
    }
    
    #contactus h3 {
        padding-top: 15px;
    }
}

/* Small Device */
@media ( min-width:768px) and (max-width:991px) {
    #contactus .circle {
        height: 74px;
        width: 74px;
    }
    
    #contactus .circle img {
        width: 40px;
    }
}

/* Medium Device */
@media ( min-width:992px) and (max-width:1200px) {}

/*################ new porfolio css #####################*/
.project-description .description {
    background: #f5f5f5;
    padding: 10px;
    text-align: center;
}
.work-blog {
    position: relative;
    cursor: pointer;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}
.work-technologies {
    padding: 15px;
    text-align: center;
}
.work-technologies img {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
.work-blog a {
    color: #fff;
}
.project-description {
    position: absolute;
    bottom: 0;
    z-index: 99;
    transition: 0.1s;
    display: block;
    width: 100%;
}
.work-blog a:hover .project-description {
    bottom: 20%;
    z-index: 99;
}
.project-description .outer-wrapper {
    margin-bottom: -20px;
    text-align: center;
}
.project-description .outer-wrapper .icon {
    display: inline-block;
    border-radius: 50%;
    padding: 7px;
}
.project-description .icon.red {
    background: #DC4E44;
}
.project-description .icon.blue {
    background: #467DD9;
}
.project-description .icon.green {
    background: #009B52;
}
.project-description .icon.yellow {
    background: #FFC107;
}
.project-description .description {
    padding-top: 10%;
    height: 200px;
    color: #333;
    margin: 0 -1px;
}
.project-description .description p {
    font-size: 13px;
}
.project-description .description h4 {
    font-weight: normal;
}
.work-technologies {
    padding-top: 94px;
}
.work-technologies span {
    font-size: 13px;
}

/*################ new nodejs css #####################*/
#banner-nodejs {
    background: #284a2d url(../images/node-js/banner-nodejs.jpg);
    color: #fff;
    min-height: 500px;
    text-align: center;
    padding: 50px 0 15px 0;
}
#banner-nodejs img {
    margin-left: auto;
    margin-right: auto;
}
#banner-nodejs img+div.row {
    width: 60%;
    margin: 15px auto 0 auto;
}
#banner-nodejs h1 {
    color: #a4f245;
}
#banner-nodejs h4 {
    padding-top: 20px;
    padding-bottom: 20px;
}
#banner-nodejs .circled-bar span {
    display: inline-block;
    margin: 0 30px;
    width: 140px;
    animation: spring 1.5s;
}
@keyframes spring {
    0% {
        margin: 0 70px;
        opacity: 0;
    }
    
    50% {
        margin: 0 -2px;
    }
    
    100% {
        margin: 0 30px;
    }
}
#banner-nodejs .circled-bar span p {
    opacity: 1;
    animation-name: text-appear;
    position: relative;
    top: 0;
    animation-duration: 3s;
}
@keyframes text-appear {
    0% {
        opacity: 0;
    }
    
    50% {
        opacity: 0;
        top: 30px;
    }
    
    100% {
        opacity: 1;
        top: 0;
    }
}
#banner-nodejs .circled-bar img {
    margin-bottom: 15px;
}
.node-js-services {
    text-align: center;
}
.node-js-services-row h5 {
    line-height: 28px;
}
.node-js-services-row {
    text-align: center;
    margin: 0;
    padding-top: 15px;
}
.node-js-services-row div {
    min-height: 315px;
}
.node-js-services-row img {
    margin-left: auto;
    margin-right: auto;
}
.node-js-services-row .gray,
.node-js-services-row .green,
.node-js-services-row .dark-gray,
.node-js-services-row .light-gray {
    background: #f2f2f2;
    color: #333;
    padding-top: 40px;
    padding-bottom: 40px;
}
.node-js-services-row .green {
    background: #83cd29;
    color: #111111;
}
.node-js-services-row .dark-gray {
    background: #333333 url("../images/node-js/caret-green.png") left center no-repeat;
    color: #83cd29;
}
.node-js-services-row .gray {
    background: #666666 url("../images/node-js/caret-gray.png") left center no-repeat;
    color: #fff;
}
.node-js-services-row .light-gray {
    background: #eee url("../images/node-js/caret.png") left center no-repeat;
}
.node-js-development-company {
    padding: 4 0px 0;
}
.node-js-development-company h5 {
    line-height: 30px;
    color: #d5d5d5;
}
.node-js-development-company .green {
    color: #93e332;
}
.node-js-development-company h4 {
    margin-top: 0px;
}
.node-js-development-company h4+p {
    font-weight: 300;
}
.node-js-development-company h4+p a {
    display: block;
}
.node-js-development-company .col-sm-2 {
    width: 12.666667%;
    padding-right: 0px;
}
.node-js-development-company a:hover {
    color: #555;
}

/* --------------------- Media Queries --------------------- */

/* Extra Small Device */
@media ( max-width:767px) {
    #banner-nodejs {
        min-height: 400px;
    }
    
    #banner-nodejs img+div.row {
        width: 100%;
    }
    
    #banner-nodejs img+div.row .col-xs-3 {
        padding: 0;
        text-align: left;
    }
    
    .node-js-services-row .col-xs-6 {
        background-image: none;
        padding: 30px 15px 0 15px;
        text-align: left;
        min-height: 315px;
    }
    
    .work-blog a .project-description {
        bottom: 20%;
        z-index: 99;
    }
}

/* Small Device */
@media ( min-width:768px) and (max-width:991px) {
    .node-js-services-row .light-gray,
    .node-js-services-row .green,
    .node-js-services-row .dark-gray,
    .node-js-services-row .gray {
        min-height: 345px;
    }
    
    #banner-nodejs h4 {
        padding-top: 0;
    }
    
    #banner-nodejs img+div.row {
        margin: 15px auto 0 auto;
        width: 100%;
    }
    
    #banner-nodejs .circled-bar span {
        margin: 0 20px;
    }
    
    @keyframes spring {
        0% {
            margin: 0 30px;
            opacity: 0;
        }
        50% {
            margin: 0;
        }
        100% {
            margin: 0 20px;
        }
    }
    
    #banner-nodejs .circled-bar span p {
        opacity: 1;
        animation-name: text-appear;
        position: relative;
        top: 0;
        animation-duration: 3s;
    }
    
    @keyframes text-appear {
        0% {
            opacity: 0;
        }
        50% {
            opacity: 0;
            top: 30px;
        }
        100% {
            opacity: 1;
            top: 0;
        }
    }
    
    .node-js-services-row .col-xs-6 {
        min-height: 370px;
    }
}

/* Medium Device */
@media ( min-width:992px) and (max-width:1200px) {
    #banner-nodejs img+div.row {
        width: 70%;
    }
    
    .node-js-services-row .col-xs-6 {
        min-height: 320px;
    }
}

/*################ MEANS-TAG #####################*/
#banner-means {
    background: #494955 url(../images/means-tag/banner-means.jpg);
    background-size: cover;
    min-height: 500px;
    padding: 50px 0;
    position: relative;
}

#banner-merns {
    background: #494955 url(../images/means-tag/banner-mern.jpg);
    background-size: cover;
    min-height: 500px;
    padding: 50px 0;
    position: relative;
}

#banner-means h1 {
    color: #fff;
    line-height: 60px;
}
#banner-means img {
    position: absolute;
}
#banner-means img:nth-child(1) {
    top: 170px;
    left: 40%;
    z-index: 1;
    animation-name: logo;
    animation-duration: 1s;
}
@keyframes logo {
    0% {
        width: 0;
        top: 250px;
        left: 45%;
        transform: rotate(180deg);
    }
    
    100% {
        width: 162px;
    }
}
#banner-means img:nth-child(2) {
    top: 200px;
    left: 45%;
    opacity: 1;
    animation-name: banner-arrow;
    animation-duration: 2s;
}
@keyframes banner-arrow {
    0% {
        left: 40%;
        opacity: 0;
    }
    
    50% {
        opacity: 0;
    }
    
    55% {
        left: 40%;
        opacity: 1;
    }
    
    75% {
        left: 48%;
        opacity: 1;
    }
}
#banner-means img:nth-child(3) {
    top: 24px;
    left: 67%;
    width: 283px;
    animation-name: banner-icons;
    animation-duration: 4s;
}
@keyframes banner-icons {
    0% {
        opacity: 0;
    }
    
    50% {
        top: 50%;
        left: 65%;
        width: 0;
        opacity: 0;
    }
}
#means-tag {
    /* padding: 50px 0 0 0; */
}
#means-tag .overview h2,
#means-tag .overview h3 {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 10px;
}
#means-tag .overview .block {
    position: relative;
    padding: 0 0 15px 55px;
}
#means-tag .overview .block p {
    color: #999;
}
#means-tag .overview .block i {
    position: absolute;
    left: 15px;
    top: 10px;
}
.means-tag-services-row {
    margin: 0;
    padding-top: 15px;
}
.means-tag-services-row div {
    min-height: 325px;
}
.means-tag-services-row div img {
    margin-bottom: 30px;
}
.means-tag-services-row i {
    margin-bottom: 30px;
}
.means-tag-services-row .mongo-db,
.means-tag-services-row .express,
.means-tag-services-row .angular-js,
.means-tag-services-row .node-js {
    padding-top: 40px;
    padding-bottom: 40px;
}
.means-tag-services-row .mongo-db {
    background: #017D97;
    color: #fff;
}
.means-tag-services-row .express {
    background: #D4D4CA url("../images/means-tag/caret-mongo-db.png") left center no-repeat;
}
.means-tag-services-row .angular-js {
    background: #E6E6DA url("../images/means-tag/caret-express.png") left center no-repeat;
}
.means-tag-services-row .node-js {
    background: #F1F0EB url("../images/means-tag/caret-angular-js.png") left center no-repeat;
}
#means-tag .mean-applications {
    padding: 50px 0;
    text-align: center;
    background: #F2F2F2;
    position: relative;
}
#means-tag .mean-applications .change-pic {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 95%;
}
#means-tag .mean-applications .block {
    padding: 120px 0 0 0;
    min-height: 700px;
}
#means-tag .mean-applications .change-pic {
    position: absolute;
    bottom: -550px;
    transition: all 0.7s;
    height: 500px;
}
#means-tag .mean-applications #pic-mongo-db {
    bottom: 0;
}
#means-tag .mean-applications img {
    display: inline-block;
}
#means-tag .mean-applications .block .curved-bar {
    background: url("../images/means-tag/curved-dotted-bar.png") top center no-repeat;
    position: relative;
    min-height: 150px;
    margin: 0 auto;
    width: 80%;
    z-index: 99;
}
#means-tag .mean-applications .block .curved-bar div {
    position: absolute;
    text-align: left;
}
#means-tag .mean-applications .block .curved-bar div a span {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: relative;
}
#means-tag .mean-applications .block .curved-bar div a span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #ccc;
    transition: all 0.3s;
}
#means-tag .mean-applications .block .curved-bar div a span:hover:before,
#means-tag .mean-applications .block .curved-bar div a.active span:before {
    top: 0px;
    left: 0px;
    width: 30px;
    height: 30px;
    background: #017D97;
    border: 2px solid #017D97;
    ;
}
#means-tag .mean-stack {
    padding: 50px 0 0 0;
}
#means-tag .mean-stack h2 {
    margin-bottom: 20px;
}
#means-tag .mean-applications .block .curved-bar .tab-mongo-db {
    top: 70px;
    left: 0;
}
#means-tag .mean-applications .block .curved-bar .tab-express {
    top: -40px;
    left: 220px;
}
#means-tag .mean-applications .block .curved-bar .tab-angular-js {
    top: -70px;
    right: 240px;
}
#means-tag .mean-applications .block .curved-bar .tab-node-js {
    top: 70px;
    right: -30px;
}
#means-tag .mean-stack-developers {
    background: url("../images/means-tag/hire-mean.jpg") no-repeat;
    background-size:cover; 
    color: #fff;
    text-align: center;
    padding: 50px 0 0 0;
    min-height: 790px;
    position: relative;
}
#means-tag .mean-stack-developers h2 {
    color: #fff;
    margin-bottom: 20px;
}
#means-tag .mean-stack-developers a.btn-yellow {
    margin-top: 480px;
}

/* --------------------- Media Queries --------------------- */

/* Extra Small Device */
@media ( max-width:767px) {
    #banner-means {
        min-height: 400px;
        padding: 70px 0 0 0;
    }
    
    #banner-means h1 {
        line-height: 40px;
    }
    
    #means-tag .mean-applications {
        padding: 50px 0 0 0;
    }
    
    #means-tag .mean-applications .block .curved-bar {
        background: none;
        min-height: 95px;
        background-position: center;
        width: auto;
        text-align: center;
    }
    
    #means-tag .mean-applications .block .curved-bar div a {
        display: block;
        min-height: 90px;
        text-align: center;
        padding: 15px 15px 0 15px;
    }
    
    #means-tag .mean-applications .block .curved-bar div a.active {
        background: linear-gradient(#ccc, #fff);
    }
    
    #means-tag .mean-applications .block .curved-bar div a span,
    #means-tag .mean-applications .block .curved-bar div br {
        display: none;
    }
    
    #means-tag .mean-applications .block .curved-bar div {
        position: static;
        width: 25%;
        float: left;
        border: 1px solid #ccc;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom: 5px solid #ccc;
    }
    
    #means-tag .mean-applications .change-pic {
        width: auto;
        height: 400px;
    }
    
    #means-tag .mean-applications .block .curved-bar div:nth-child(2) a {
        padding: 40% 5px;
    }
    
    #means-tag .mean-applications .block .curved-bar img {
        display: inline-block;
        max-width: 100%;
    }
    
    #means-tag .mean-applications .block .curved-bar .tab-mongo-db {
        top: 35px;
        left: 15px;
    }
    
    #means-tag .mean-applications .block .curved-bar .tab-express {
        top: -25px;
        left: 100px;
    }
    
    #means-tag .mean-applications .block .curved-bar .tab-angular-js {
        top: -55px;
        right: -35px;
    }
    
    #means-tag .mean-applications .block .curved-bar .tab-node-js {
        top: 20px;
        right: 50px;
    }
    
    #means-tag .mean-applications .block {
        padding: 30px 0 0 0;
        min-height: 600px;
    }
    
    #means-tag .mean-applications .block div {
        display: block;
        width: 90%;
    }
    
    .means-tag-services-row div {
        min-height: 430px;
    }
    
    #means-tag .mean-stack-developers {
        background: #6B4AA1;
        padding-top: 100px;
        min-height: 600px;
    }
    
    #means-tag .mean-stack-developers a.btn-yellow {
        position: static;
        margin-top: 15px;
    }
    
    #banner-means img {
        display: none;
    }
    
    #means-tag .overview .block i {
        top: 0;
    }
}

/* Small Device */
@media ( min-width:768px) and (max-width:991px) {
    #banner-means {
        min-height: 400px;
        background-position: 25% 0;
    }
    
    #banner-means h1 {
        margin: 0;
    }
    
    #means-tag .mean-applications .change-pic {
        width: 95%;
    }
    
    #means-tag .mean-stack-developers {
        background-position: 60%;
    }
    
    #means-tag .mean-applications .block .curved-bar .tab-mongo-db {
        top: 25px;
        left: 0;
    }
    
    #means-tag .mean-applications .block .curved-bar .tab-express {
        top: -50px;
        left: 170px;
    }
    
    #means-tag .mean-applications .block .curved-bar .tab-angular-js {
        top: -80px;
        right: 150px;
    }
    
    #means-tag .mean-applications .block .curved-bar .tab-node-js {
        top: 30px;
        right: -40px;
    }
    
    #banner-means img {
        display: none;
    }
    
    .means-tag-services-row div {
        min-height: 430px;
    }
}

/* Medium Device */
@media ( min-width:992px) and (max-width:1200px) {
    #banner-means {
        background-position: 60% 100%;
        padding: 0;
    }
    
    #means-tag .mean-stack-developers {
        background-position: 40% 100%;
    }
    
    .means-tag-services-row div {
        min-height: 350px;
    }
    
    #means-tag .mean-applications .block .curved-bar .tab-mongo-db {
        top: 40px;
        left: 0;
    }
    
    #means-tag .mean-applications .block .curved-bar .tab-express {
        top: -45px;
        left: 180px;
    }
    
    #means-tag .mean-applications .block .curved-bar .tab-angular-js {
        top: -80px;
        right: 240px;
    }
    
    #means-tag .mean-applications .block .curved-bar .tab-node-js {
        top: 50px;
        right: -40px;
    }
    
    #banner-means img:nth-child(1) {
        top: 170px;
        left: 30%;
    }
    
    #banner-means img:nth-child(2) {
        top: 200px;
        left: 37%;
    }
}

/* ############################################################ */

/* Laravel application*/
#banner-laravel-development {
    background: #e06532 url(../images/larawell/banner-bg.jpg) no-repeat;
    background-size:cover;
    min-height: 496px;
    padding: 50px 0;
    color: #fff;
}
#banner-laravel-development h1,
#banner-laravel-development h2,
#banner-laravel-development h3 {
    color: #fff;
    padding-bottom: 20px;
}
#banner-laravel-development .btn-white {
    color: #ce5934;
}
@media (min-width: 768px) {
    #banner-laravel-development .text-animation {
        position: absolute;
        top: 48%;
        left: 45%;
        transform: translate(-50%, -50%);
        font-size: 35px;
        line-height: 40px;
        font-family: 'Lato', sans-serif;
        color: #ecf0f1;
        height: 160px;
        overflow: hidden;
    }
    
    #banner-laravel-development .visible {
        font-weight: 600;
        overflow: hidden;
        height: 40px;
        padding: 0 40px;
        &:before {
            content: '[';
            left: 0;
        }
        &:after {
            content: ']';
            position: absolute;
            right: 0;
            line-height: 60px;
        }
        &:after,
        &:before {
            position: absolute;
            top: 0;
            color: #16a085;
            font-size: 42px;
            animation-name: opacity;
            animation-duration: 10s;
            animation-iteration-count: infinite;
        }
    }
    
    #banner-laravel-development p {
        display: inline;
        float: left;
        margin: 0;
    }
    
    #banner-laravel-development ul {
        margin-top: 0;
        padding-left: 120px;
        text-align: left;
        list-style: none;
        animation-name: change;
        animation-duration: 15s;
        animation-iteration-count: infinite;
    }
    
    #banner-laravel-development ul li {
        margin: 0 auto;
        width: 900px;
        text-align: center;
        display: block;
    }
    
    @-webkit-keyframes opacity {
        0%,
        100% {
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
    }
    
    @-webkit-keyframes change {
        0%,
        12%,
        100% {
            transform: translateY(0);
        }
        17%,
        29% {
            transform: translateY(-21%);
        }
        34%,
        46% {
            transform: translateY(-40%);
        }
        51%,
        63% {
            transform: translateY(-60%);
        }
        68%,
        80% {
            transform: translateY(-40%);
        }
        85%,
        97% {
            transform: translateY(-20%);
        }
    }
    
    @keyframes opacity {
        0%,
        100% {
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
    }
}
#laravel-development .features {
    text-align: center;
    margin-top: 30px;
}
#laravel-development .services {
    background: url(../images/larawell/services.jpg) no-repeat;
    background-size: cover;
    min-height: 700px;
    text-align: center;
    margin-top: 50px;
    padding-top: 40px;
}
#laravel-development .services img {
    text-align: center;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
#laravel-development .services .owl-theme .owl-controls .owl-page.active span {
    background: transparent;
    border: 1px solid #DC4E44;
}
#laravel-development .services .owl-theme .owl-controls .owl-page span {
    background: #DC4E44;
}
#laravel-development .services .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
}
.owl-theme .owl-controls .owl-buttons div {
    padding: 8px 13px;
    font-size: 14px;
    background: #555;
}
#laravel-development .services .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -45px;
    top: 50%;
}
#laravel-development .services .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -45px;
    top: 50%;
}
#laravel-development .services .owl-theme .owl-controls .owl-buttons .owl-prev:before {
    font-family: FontAwesome;
    content: "\f053";
}
#laravel-development .services .owl-theme .owl-controls .owl-buttons .owl-next:before {
    font-family: FontAwesome;
    content: "\f054";
}
.grid-news-hover h2 {
    padding-top: 30px;
    padding-bottom: 20px;
}
.post-wrapper:hover:hover .hover-overlay {
    left: 0;
    bottom: 0;
    transform: scale(15) translateZ(0);
}
.post-wrapper .hover-overlay {
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 100px;
    height: 100px;
    z-index: 1;
    border-radius: 100%;
    transition: all 0.6s cubic-bezier(0.39, 0.575, 0.56499, 1);
    transform: scale(0) translateZ(0);
}
.light-blue {
    background-color: #DC4E44 !important;
}
.grid-news-hover .blog-content {
    padding: 20px 25px 0;
    position: relative;
    text-align: center;
    overflow: hidden;
    transition: border 0.4s;
    background: #0a172b;
    color: #fff;
    box-shadow: 5px 5px 5px #ccc;
    padding: 30px 10px;
    min-height: 355px;
    margin-top: 20px;
}
.grid-news-hover .blog-content i {
    font-size: 50px;
}
.grid-news-hover .post-wrapper:hover .entry-title {
    color: #fff;
    z-index: 999999;
}
.grid-news-hover .entry-header-wrapper,
.grid-news-hover .entry-content {
    position: relative;
    z-index: 2;
}
#laravel-development .about {
    background: #f2f2f2;
    padding: 50px 0;
}
#laravel-development .about .text-red {
    color: #dc4e44;
}
.laravel-services {
    padding: 60px 0px;
}
.laravel-services h2 {
    padding-bottom: 40px;
}
.laravel-services h4 {
    padding-top: 40px;
}
.text-right {
    float: right;
}

/* small Device */
@media (max-width:767px) {
    #banner-laravel-development {
        padding: 9px 0;
    }
    
    #banner-laravel-development .text-animation {
        font-size: 20px;
        text-align: center;
        width: 100%;
    }
    
    #banner-laravel-development .visible {
        padding: 0 0px;
    }
    
    #banner-laravel-development .text-animation {
        font-size: 20px;
        height: 180px;
    }
    
    #banner-laravel-development ul {
        text-align: left;
    }
    
    .text-right {
        float: none;
    }
    
    .laravel-services h4 {
        padding-top: 0px;
    }
    
    .grid-news-hover .blog-content {
        min-height: 300px;
    }
    
    #banner-laravel-development ul li {
        width: auto;
    }
    
    #laravel-development .services {
        min-height: 630px;
        padding: 50px;
    }
    
    #banner-laravel-development ul {
        padding-left: 30px;
    }
    
    #banner-laravel-development .text-animation {
        font-size: 20px;
        height: 100px;
    }
}
@media (max-width:360px) {
    #banner-laravel-development .text-animation {
        font-size: 16px;
    }
}

/*------- new angular js services ------------*/
#angularjs .overview h5 {
    line-height: 32px;
}
#angularjs .overview .overview-content h5 {
    color: #DC4E44;
}
#angularjs .overview {
    padding: 0px 0 60px 0;
}
#angularjs .hire-angularjs-developper {
    background: url(../images/angularjs/hire.jpg) no-repeat;
    background-size:cover;
    min-height: 500px;
    color: #fff;
}
#angularjs .hire-angularjs-developper h2 {
    color: #fff;
}
#angularjs .hire-angularjs-developper h5 {
    line-height: 32px;
}
#angularjs .hire-angularjs-developper .hire-point {
    padding-top: 80px;
}
#angularjs .hire-angularjs-developper .hire-point h5 {
    border: 2px solid #fff;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    padding: 15px;
    margin-bottom: 50px;
}
#angularjs .angularjs-benefits {
    padding-top: 60px;
}
#angularjs .angularjs-benefits h2 {
    padding-bottom: 40px;
}
#angularjs .unit-testing {
    background: url(../images/angularjs/unit-testing.webp);
    padding: 60px 0 40px 0;
}
#angularjs .unit-testing .unit-testing-angular {
    text-align: center;
    color: #fff;
}
#angularjs .unit-testing .unit-testing-angular h2 {
    color: #fff;
}
#angularjs .karma-work-flow {
    background: rgba(76, 180, 166, 0.6);
    padding: 15px 50px;
    margin-top: 15px;
}
#angularjs .jasmine-work-flow {
    background: rgba(130, 80, 132, 0.9);
    padding: 20px 10px;
    margin-top: 15px;
}
#angularjs .karma-testing-tool {
    background: #fff;
    border-radius: 5px;
    padding: 70px 15px;
}
#angularjs .karma-testing-tool .p-l-0, #angularjs .jasmine-work-flow .p-l-0 {
    padding-left:0px;
    padding-right:0px;
}
#angularjs .karma-testing-tool .p-l-0, #angularjs .jasmine-work-flow .p-r-0{
    padding-right:0px;
    padding-right:0px;
}
#angularjs .ideal-development {
    margin-bottom: 50px;
}
#angularjs .ideal-development .circle {
    height: 300px;
}
#angularjs .ideal-development .circle .gray-circle {
    background: #eee;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 50px;
}
#angularjs .ideal-development .circle .gray-circle img {
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}
#angularjs .ideal-development .circle .gray-circle h3 {
    margin-top: 10px;
}
#angularjs .ideal-development .circle .textBlock {
    position: absolute;
    border-radius: 50%;
    background: #DC4E44;
    width: 300px;
    height: 300px;
    text-align: center;
    color: #fff;
    padding: 50px 20px;
    opacity: 0.1;
    top: 0;
    left: 0;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(0.01);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(0.01);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(0.01);
    transition: all 200ms ease-in;
    transform: scale(0.01);
}
#angularjs .ideal-development .circle:hover .textBlock {
    opacity: 1;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}
#angularjs .ideal-development .circle:hover .textBlock p {
    text-align: center;
}

/*Accordian*/
#angularjs .accordion {
    width: 100%;
}
#angularjs .accordion .accordion-head {
    color: #dc4e44;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ddd;
    position: relative;
    padding: 5px 13px;
    font-size: 20px;
    cursor: pointer;
    overflow: hidden;
}
#angularjs .accordion .accordion-head * {
    cursor: pointer;
}
#angularjs .accordion .accordion-head h4 {
    float: left;
}
.accordion .accordion-body {
    background: #f2f2f2;
    padding: 20px;
    height: auto;
    display: none;
}

.arrow {
    float: right;
    width: 0px;
    height: 0px;
    margin-top: 23px;
    border: 6px solid transparent;
    margin-top: 21px;
    border-top-color: #dc4e44;
}
/*.accordion-head.open .arrow {
    margin-top: 11px;
    border-bottom-color: #dc4e44;
    border-top-color: transparent;
}*/
#angularjs .close {
    filter: alpha(opacity=100);
    opacity: 1;
}
#angularjs .angular-partner {
    background: #1F2934;
    padding: 60px 0;
}
#angularjs .angular-partner h2 {
    color: #4d545b;
    font-weight: bold;
}
#angularjs .angular-partner .offering-point {
    border: 1px solid #DC4E44;
    padding: 15px;
    color: #fff;
}
#angularjs .angular-partner .offering-point h3 {
    text-align: center;
    color: #DC4E44;
}
#angularjs .angular-partner .offering-point ul li {
    padding: 10px 0;
    list-style: none;
}
#angularjs .angular-partner .offering-point ul li:before {
    color: #DC4E44;
    content: "? ";
    margin-left: -17px;
}
#angularjs .angular-partner .partners {
    margin-top: 40px;
}
#angularjs .angular-partner .item {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    border: 1px solid #1F2934;
}
.angular-partner .item-overlay {
    background: #fff;
    width: 100%;
    padding: 15px;
    min-height: 240px;
    position: absolute;
    transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.overlayTitle > span {
    font-size: 14px;
    color: #202020;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 10px;
}
.item-overlay.right {
    left: -326px;
    top: 0;
}
.item:hover .item-overlay.right {
    left: 0;
}
.item-overlay.bottom {
    bottom: -311px;
}
.item:hover .item-overlay.bottom {
    bottom: 0;
}
.item-overlay.top {
    top: -311px;
}
.item:hover .item-overlay.top {
    top: 0;
}
.item-overlay.left {
    right: -326px;
    top: 0;
}
.item:hover .item-overlay.left {
    right: 0;
}
.itemTitle {
    background: #171f27;
    padding: 35px;
    text-align: center;
    min-height: 240px;
}
.itemTitle span {
    color: #fff;
    display: block;
    font-size: 100px;
    font-weight: 800;
    line-height: 100%;
}
.itemTitle h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
#angularjs .accomplishments {
    margin-top: 60px;
    padding-bottom: 60px;
}
#angularjs .accomplishments ul {
    padding-left: 0px;
}
#angularjs .accomplishments ul li {
    list-style: none;
    padding: 10px;
    font-size: 18px;
}
#angularjs .client-review {

    padding: 15px;
    min-height: 350px;
}
#angularjs .client-review .red-bg {
    background: rgb(220, 75, 68);
    padding: 20px;
    margin-top:30px;
}
#angularjs .client-review .quotes-img {
    position: absolute;
    
    margin-left:20px;
}
#angularjs .client-review .red-bg h2{
    color: #fff;
}
#angularjs .client-review .item h6{
    margin-top: 20px;
    margin-bottom: 0;
}
#angularjs .client-review .item {
    color: #fff;
    border: 0px;
   
}
@media (min-width:992px) {
    #angularjs .overview .title {
        padding-top: 80px;
        padding-bottom: 40px;
    }
    
    #angularjs .hire-angularjs-developper h2 {
        padding-top: 80px;
    }
    
    #angularjs .hire-angularjs-developper .hire-point h5.float-right {
        float: right;
    }
    
    #angularjs .hire-angularjs-developper h2 {
        padding-top: 120px;
    }
    
    #angularjs .ideal-development .title {
        padding-left: 100px;
        padding-top: 80px;
        padding-bottom: 60px;
    }
    
    #angularjs .ideal-development .title img {
        padding-left: 30%;
    }
    
    #angularjs .karma-testing-tool {
        min-height: 380px;
    }
    
    #angularjs .angular-partner .r-p-r {
        padding-left: 0px;
    }
    
    #angularjs .angular-partner .r-p-l {
        padding-right: 0px;
    }
    
    #angularjs .angular-partner .m-t-80 {
        margin-top: 80px;
    }
    
    #angularjs .angular-partner .offering-point {
        padding: 15px;
        margin-top: 40px;
    }
}
@media ( min-width:992px) and (max-width:1200px) {
    .overlayTitle > span {
        padding-top: 0px;
    }
    
    .angular-partner .item-overlay {
        padding: 10px;
    }
}
@media ( min-width:768px) and (max-width:992px) {
    #angularjs .overview .title {
        padding-top: 40px;
        padding-bottom: 10px;
    }
    
    #angularjs .hire-angularjs-developper h2 {
        padding-top: 40px;
    }
    
    #angularjs .hire-angularjs-developper .hire-point {
        padding-top: 10px;
    }
    
    #angularjs .hire-angularjs-developper .hire-point h5 {
        margin-bottom: 20px;
    }
    
    #angularjs .angularjs-benefits {
        padding-top: 40px;
    }
    
    #angularjs .ideal-development {
        margin-top: 40px;
    }
    
    #angularjs .ideal-development .circle .gray-circle {
        display: none;
    }
    
    #angularjs .ideal-development .circle .textBlock {
        width: 235px;
        height: 235px;
        opacity: 1;
        padding: 10px 10px;
        -webkit-transition: none;
        -webkit-transform: none;
        -ms-transition: none;
        -ms-transform: none;
        -moz-transition: none;
        -moz-transform: none;
        transition: none;
        transform: none;
    }
    
    #angularjs .ideal-development .circle {
        margin: 20px auto;
        height: 250px;
    }
    
    #angularjs .ideal-development {
        margin-bottom: 0px;
    }
    
    #angularjs .karma-testing-tool {
        padding: 15px;
    }
}
/* --------------------- Media Queries --------------------- */


/* Extra Small Device */

@media (max-width:767px) {
    #angularjs .ideal-development .circle .gray-circle {
        display: none;
    }
    
    #angularjs .ideal-development .circle .textBlock {
        width: 100%;
        border-radius: 0px;
        height: 180px;
        opacity: 1;
        position: static;
        left: none;
        padding: 10px 10px;
        -webkit-transition: none;
        -webkit-transform: none;
        -ms-transition: none;
        -ms-transform: none;
        -moz-transition: none;
        -moz-transform: none;
        transition: none;
        transform: none;
    }
    
    #angularjs .ideal-development .circle {
        margin: 15px auto;
        height: 180px;
    }
    
    #angularjs .angular-partner {
        padding: 20px 0 40px 0;
    }
    
    .item-overlay.right {
        left: 0;
        top: 0;
    }
    
    .item-overlay.bottom {
        bottom: 0;
    }
    
    .item-overlay.top {
        top: 0;
    }
    
    .item-overlay.left {
        right: 0;
    }
    #angularjs .accomplishments {
    padding-bottom: 0px;
}
#angularjs .unit-testing {

    padding: 40px 0 40px 0;
}#angularjs .karma-testing-tool {
    margin-left:15px;
    padding: 20px 15px;
}
}
/*new css 10/09/2018*/
#award{
    padding-top:150px;
    padding-bottom: 150px;
}
.award-img {
    background: #ebcf48;
    padding:15px;
}

/* footer col-md-2 */
.button-div{
    text-align: center;
    padding-top: 30px;
  }

.footer-cta h3{
    line-height: 50px;
}

.footer-cta .button-div{
  text-align: right;
  padding-top: 30px;
}
.btn-footer{
    padding: 10px 15px;
    border-radius: 3px;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.3);
    color: #333;
    font-size: 16px;
    line-height: 20px;
    background:#fff;
}
.btn-footer:hover{
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.3);
}
.insurance h3{
    margin:15px 0;
}
.insurance p:before {
    color: #ebf4fd ;
    content: "? ";
    padding-right:5px;
    
}
.crypto-point p:before {
    color: #ebf4fd;
    content: "? ";
    padding-right: 5px;
}
.flaticon-spy:before, .flaticon-bullhorn:before, .flaticon-bitcoin:before, .flaticon-share:before  {
    font-size: 40px !important;
    width:80px;
}
.insureBio-icon{
    text-align: center;
}
.insureBio-icon span:before {
    background: -webkit-linear-gradient(#ff896e, #e95265);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.insureBio-icon p{
    font-weight: 600;
}
.ionic-portfolio h3{
    font-weight:500;
}
@media ( max-width:767px) {
    .footer-cta .button-div{
        text-align: center;
        padding-top: 15px;
    }

    .footer-cta{
       padding-bottom: 40px;
        padding-top: 40px;
    }

    .footer-cta h3{
        line-height: 35px;
    }
}

/* --------------------- Media Queries --------------------- */

/* Extra Small Device */

@media ( max-width:767px) {
    #mobileapp .row.wrapper {
      padding:0px 0; 
    }
    #mobileapp .mobileapp-img {
       
        margin-top:00px;
    }
    #mobileapp .mobileapp-heading {
        margin-top:50px;
        color: #333;
    }
    #mobileapp .mobileapp-content{
        color: #333;
    }
    #aws-cloud{
        padding: 40px 0;
    }
    #award {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}


/**** Flags css ***************
https://github.com/lipis/flag-icon-css */

.flag-icon-background {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
  }
  .flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
  }
  .flag-icon:before {
    content: "\00a0";
  }
  .flag-icon.flag-icon-squared {
    width: 1em;
  }
  .flag-icon-in {
    background-image: url(../images/flags/4x3/in.svg);
  }
  .flag-icon-in.flag-icon-squared {
    background-image: url(../images/flags/1x1/in.svg);
  }
  .flag-icon-us {
    background-image: url(../images/flags/4x3/us.svg);
  }
  .flag-icon-us.flag-icon-squared {
    background-image: url(../images/flags/1x1/us.svg);
  }
/*************** flag css ends *******/  

.footer-cta{
    background-color: #0344a4; 
    background-image:url(_513c.html?php%20echo%20images_path;?>background-waves.svg);color: #fff;
    background-color: #0344a4;
    background-position: 50%;
    background-repeat: no-repeat;
    padding-bottom: 96px;
    padding-top: 96px;
}
.footer-cta h3{
    line-height: 50px;
}

.footer-cta .button-div{
  text-align: right;
  padding-top: 30px;
}
.btn-footer{
    padding: 10px 15px;
    border-radius: 3px;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.3);
    color: #333;
    font-size: 16px;
    line-height: 20px;
    background:#fff;
}
.btn-footer:hover{
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.3);
}

@media ( max-width:767px) {
    .footer-cta .button-div{
        text-align: center;
        padding-top: 15px;
    }

    .footer-cta{
       padding-bottom: 40px;
        padding-top: 40px;
    }

    .footer-cta h3{
        line-height: 35px;
    }

}
/* Video class for youtube videos*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; height: 0; overflow: hidden;
  }
  
  .video-container iframe,
  .video-container object,
  .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
  
  /* flutter-css-footer */
.footer-cta-flutter{
    background-color: #0344a4; 
    background-image: url(../images/background-waves.svg);
    color: #fff;
    background-color: #0344a4;
    background-position: 50%;
    background-repeat: no-repeat;
    padding-bottom: 96px;
    padding-top: 96px;
}
.footer-cta-flutter h3{
    line-height: 50px;
}

.footer-cta-flutter .button-div{
  text-align: right;
  padding-top: 30px;
}
.btn-footer-flutter{
    padding: 10px 15px;
    border-radius: 3px;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.3);
    color: #333;
    font-size: 16px;
    line-height: 20px;
    background:#fff;
}
.btn-footer-flutter:hover{
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.3);
}

@media ( max-width:767px) {
    .footer-cta-flutter .button-div{
        text-align: center;
        padding-top: 15px;
    }

    .footer-cta-flutter{
       padding-bottom: 40px;
        padding-top: 40px;
    }

    .footer-cta-flutter h3{
        line-height: 35px;
    }

}

/* React Native css footer*/
.footer-cta-react-native {
    background-color: #0088ad; 
    background-image: url(../images/background-waves.svg);
    color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    padding-bottom: 96px;
    padding-top: 96px;
}
.footer-cta-react-native  h3{
    line-height: 50px;
}

.footer-cta-react-native  .button-div{
  text-align: right;
  padding-top: 30px;
}
.btn-footer-react-native{
    padding: 10px 15px;
    border-radius: 3px;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.3);
    color: #333;
    font-size: 16px;
    line-height: 20px;
    background:#fff;
}
.btn-footer-react-native:hover{
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.3);
}

@media ( max-width:767px) {
    .footer-cta-react-native  .button-div{
        text-align: center;
        padding-top: 15px;
    }

    .footer-cta-react-native {
       padding-bottom: 40px;
        padding-top: 40px;
    }

    .footer-cta-react-native  h3{
        line-height: 35px;
    }
}

#footer .row{
    padding-bottom: 10px;
}

.company-certificate { 
    padding: 15px 0;
    background: #373737;
}

#footer .company-certificate a {
    margin: 10px 25px !important;
    display: inline-block;
}

.company-certificate a img {
    height: 85px;
}