body {
    font-family: 'Source Sans Pro', arial, sans-serif;
    color: #444;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html, body {
    height: 100%
}

.wrapper {
    min-height: 100%;
    margin-bottom: -45px
}

.wrapper:after {
    content: "";
    display: block;
    height: 45px
}

.footer {
    height: 45px
}

h1, h2, h3, h4, h5, h6 {
    font-family: Roboto, sans-serif;
    font-weight: 300
}

a {
    color: #28B8E8;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

a:hover {
    text-decoration: none;
    color: #025f70
}

.btn, a.btn {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    font-family: Roboto, sans-serif;
    padding: 8px 32px;
    font-weight: 600
}

.btn:focus, a.btn:focus {
    color: #fff
}

a.btn-cta-primary, .btn-cta-primary {
    background: #28B8E8;
    border: 2px solid #28B8E8;
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 18px;
}

a.btn-cta-primary:hover, .btn-cta-primary:hover {
    background: #0497b1;
    border: 2px solid #0497b1;
    color: #fff
}

a.btn-cta-red, .btn-cta-red {
    background: #fb866a;
    border: 2px solid #fb866a;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase
}

a.btn-cta-red:hover, .btn-cta-red:hover {
    background: #fb7e60;
    border: 2px solid #fb7e60;
    color: #fff
}

a.btn-cta-secondary, .btn-cta-secondary {
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase
}

a.btn-cta-secondary:hover, .btn-cta-secondary:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #049fbb
}

.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 40px;
    border-color: #f5f5f5;
    background: #f5f5f5;
    font-size: 16px;
    -webkit-appearance: none
}

.form-control:focus {
    border-color: #e8e8e8;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff
}

.text-highlight {
    color: #024a57
}

.has-bg-color {
    background: #049fbb;
    color: #fff
}

.delayp1 {
    animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-delay: .1s;
    -o-animation-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s
}

.delayp2 {
    animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-delay: .2s;
    -o-animation-delay: .2s;
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s
}

.delayp3 {
    animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-delay: .3s;
    -o-animation-delay: .3s;
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s
}

.delayp4 {
    animation-delay: .4s;
    -moz-animation-delay: .4s;
    -webkit-animation-delay: .4s;
    -o-animation-delay: .4s;
    transition-delay: .4s;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s
}

.delayp5 {
    animation-delay: .5s;
    -moz-animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -o-animation-delay: .5s;
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s
}

.delayp6 {
    animation-delay: .6s;
    -moz-animation-delay: .6s;
    -webkit-animation-delay: .6s;
    -o-animation-delay: .6s;
    transition-delay: .6s;
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s
}

.delayp7 {
    animation-delay: .7s;
    -moz-animation-delay: .7s;
    -webkit-animation-delay: .7s;
    -o-animation-delay: .7s;
    transition-delay: .7s;
    -webkit-transition-delay: .7s;
    -moz-transition-delay: .7s;
    -o-transition-delay: .7s
}

.delayp8 {
    animation-delay: .8s;
    -moz-animation-delay: .8s;
    -webkit-animation-delay: .8s;
    -o-animation-delay: .8s;
    transition-delay: .8s;
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    -o-transition-delay: .8s
}

.delayp9 {
    animation-delay: .9s;
    -moz-animation-delay: .9s;
    -webkit-animation-delay: .9s;
    -o-animation-delay: .9s;
    transition-delay: .9s;
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    -o-transition-delay: .9s
}

.delay1s {
    animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s
}

.delay2s {
    animation-delay: 2s;
    -moz-animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -o-animation-delay: 2s;
    transition-delay: 2s;
    -webkit-transition-delay: 2s;
    -moz-transition-delay: 2s;
    -o-transition-delay: 2s
}

.promo-wrapper {
    background: #049fbb url(../images/background/promo-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 720px
}

.header {
    padding: 15px 0;
    --padding-top: 30px;
    z-index: 888;
    background-color: white;
}

.header.navbar-fixed-top {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .5);
    box-shadow: 0 0 4px rgba(0, 0, 0, .5);
    padding-top: 15px
}

.header.navbar-fixed-top h1.logo a {
    color: #444
}

.header.navbar-fixed-top .main-nav .nav .nav-item a {
    color: #444
}

.header h1.logo {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    padding-top: 2px
}

.header h1.logo a {
    color: #fff
}

.header h1.logo .logo-image {
    margin-right: 5px
}

.header h1.logo .logo-title {
    vertical-align: middle;
    line-height: 1.9
}

.header .navbar-collapse {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.header .main-nav .navbar-toggle {
    margin-right: 0
}

.header .main-nav button {
    background: 0 0;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.header .main-nav button:focus {
    outline: 0
}

.header .main-nav button:hover {
    background: 0 0
}

.header .main-nav button .icon-bar {
    background-color: #fff
}

.header .main-nav .nav .nav-item {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    font-size: 15pt;
    
    margin-right: 10px;
    font-family: Roboto, sans-serif
}

.header .main-nav .nav .nav-item.active a {
    --color: #049fbb;
    color: #28b8e8;
    background: 0 0
}

.header .main-nav .nav .nav-item a {
    --color: #fff;
    color: #595757;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none
}

.header .main-nav .nav .nav-item a:hover {
    --color: #049fbb;
    color: #28b8e8;
    background: 0 0
}

.header .main-nav .nav .nav-item a:focus {
    outline: 0;
    background: 0 0
}

.header .main-nav .nav .nav-item a:active {
    outline: 0;
    background: 0 0
}

.header .main-nav .nav .nav-item.active {
    color: #049fbb
}

.header .main-nav .nav .nav-item.last {
    margin-right: 0
}

.promo {
    position: relative;
    padding-top: 125px;
}

.promo .intro {
    color: #fff;
    padding-top: 15px;
    max-width: 650px/*;
    background: rgba(10, 96, 167, 0.70);
    border: 2px solid rgba(4, 159, 187, .7)*/
}

.promo .intro h2.title {
    color: #fff;
    font-weight: 100;
    font-size: 40px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    margin: 0 auto;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, .2);
    max-width: 620px;
    line-height: 1.45
}

.promo .intro h2.title .sub {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 38px;
    font-weight: 700;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

.promo .intro h3.summary {
    color: rgba(255, 255, 255, .8);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 25px;
    font-weight: 800
}

.promo .intro .btn-wrapper .btn-cta-primary {
    margin-right: 15px;
    margin-top:20px;
    background: rgba(4, 159, 187, .7);
    border: 2px solid rgba(4, 159, 187, .7)
}

.promo .intro .btn-wrapper .btn-cta-primary:hover {
    background: #049fbb;
    border-color: #049fbb
}

.what-we-do {
    padding: 50px 0
}

.what-we-do .title {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 15px
}

.what-we-do .summary {
    font-size: 18px;
    color: #666;
    margin-bottom: 60px;
    font-weight: 300
}

.what-we-do .services .title {
    width: 140px;
    height: 140px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: table;
    font-size: 36px;
    font-weight: 300
}

.what-we-do .services .title.title-ux {
    float: right;
    margin-right: -25px
}

.what-we-do .services .title.title-ux span {
    background: #049fbb;
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .9
}

.what-we-do .services .title.title-ui {
    float: left;
    margin-left: -25px
}

.what-we-do .services .title.title-ui span {
    background: #fb866a;
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .9
}

.what-we-do .services .title span {
    display: table-cell;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.what-we-do .services ul {
    font-size: 18px;
    color: #666;
    padding-top: 230px
}

.what-we-do .services ul li {
    margin-bottom: 30px;
    font-weight: 600
}

.what-we-do .services ul li .sub {
    font-size: 14px;
    color: #999;
    font-weight: 400
}

.what-we-do .services .ux-col ul {
    margin-right: 90px;
    position: relative
}

.what-we-do .services .ux-col ul:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 200px;
    background: #e8e8e8;
    top: 190px;
    right: -45px
}

.what-we-do .services .ux-col ul:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #05b4d4;
    top: 185px;
    right: -50px
}

.what-we-do .services .ui-col ul {
    margin-left: 90px;
    position: relative
}

.what-we-do .services .ui-col ul:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 200px;
    background: #e8e8e8;
    top: 190px;
    left: -45px
}

.what-we-do .services .ui-col ul:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #fc9a83;
    top: 185px;
    left: -50px
}

.what-we-do .other-services {
    margin-top: 60px
}

.what-we-do .other-services .title-other {
    color: #fb866a;
    font-size: 14px;
    font-weight: 700
}

.what-we-do .other-services .service-name {
    font-size: 18px;
    font-weight: 600;
    color: #666
}

.what-we-do .other-services .sub {
    color: #999;
    font-size: 14px;
    font-family: 'Source Sans Pro', arial, sans-serif;
    font-weight: 400
}

.clients {
    padding: 20px 0
}

.clients .container {
    position: relative
}

.clients .container:before {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    background: #fff;
    top: 15px;
    -webkit-opacity: .1;
    -moz-opacity: .1;
    opacity: .1
}

.clients .title {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 24px;
    position: relative;
    display: inline-block;
    background: #049fbb;
    padding-right: 15px
}

.clients ul {
    margin: 0 auto;
    margin-bottom: 0
}

.clients li {
    vertical-align: middle;
    text-align: center;
    margin-bottom: 30px
}

.clients li.last {
    margin-right: 0
}

.clients li img {
    background: #0497b1;
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    margin: 0 auto
}

.clients li img:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.products {
    padding: 50px 0
}

.products .title {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 15px
}

.products .summary {
    font-size: 18px;
    color: #666;
    margin-bottom: 60px;
    font-weight: 300
}

.products .item {
    padding: 10px 20px
}

.products .item .title {
    color: #666;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 400
}

.products .item .image-container {
    margin-bottom: 30px
}

.team {
    padding: 20px 0
}

.team .title {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 15px
}

.team .summary {
    font-size: 18px;
    margin-bottom: 60px;
    color: #fff;
    font-weight: 300
}

.team .item {
    margin-bottom: 30px
}

.team .item img {
    margin: 0 auto;
    margin-bottom: 30px
}

.team .item .info {
    padding: 0px;
    padding-top: 30px;
    padding-bottom: 0;
    position: relative
}

.team .item .info-inner {
    background: #0497b1;
    padding: 10px;
    text-align: left;
}

.team .item .info-inner:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #0497b1;
    position: absolute;
    top: 20px;
    margin-left: -10px;
    left: 50%
}

.team .item .job-title {
    color: #024a57;
    font-weight: 400;
    font-size: 16px
}

.contact {
    padding: 20px 0
}

.contact .title {
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 36px
}

.contact .summary {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
    font-weight: 300
}

.contact .other-info {
    padding: 10px;
    display: inline-block;
    margin-bottom: 10px
}

.contact .other-info li {
    margin-right: 15px;
    margin-bottom: 15px
}

.contact .other-info .fa {
    color: #666;
    font-size: 16px;
    padding: 8px;
    background: #049fbb;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-right: 5px
}

.contact .contact-form .success {
    color: #5DA830
}

.contact .contact-form .error {
    color: #DC4348
}

.contact .contact-form .btn-submit {
    width: 100%
}

.contact .contact-form .form-title {
    margin-bottom: 30px
}

.footer {
    background: #373737;
    color: #fff;
    padding: 10px 0
}

.footer .copyright {
    line-height: 1.6;
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8;
    color: #fff;
    font-size: 14px
}

#page-preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99999;
    text-align: center
}

.spinner {
    margin: 300px auto;
    width: 60px;
    height: 60px;
    position: relative;
    text-align: center;
    -webkit-animation: rotate 2s infinite linear;
    animation: rotate 2s infinite linear
}

.dot1, .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #049fbb;
    border-radius: 100%;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.dot2{
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    background-color: #fb866a
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.page-404 .logo-title {
    color: #444
}

.page-404 .not-found {
    padding-top: 60px
}

.page-404 .not-found .title {
    margin-bottom: 30px;
    color: #012025
}

.page-404 .not-found .summary {
    font-size: 24px;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 30px;
    color: #999
}

.page-404 .not-found .btn {
    margin-bottom: 60px
}

@media (max-width: 767px) {
    .promo {
        position: relative;
        padding-top: 30px;
    }
    .wrapper {
        min-height: inherit;
        margin-bottom: 0
    }

    .wrapper:after {
        content: none
    }

    .footer {
        height: auto
    }

    .header.navbar-fixed-top {
        position: static;
        background: 0 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding-top: 30px !important
    }

    .header.navbar-fixed-top h1.logo a {
        color: #fff
    }

    .header .main-nav button {
        padding: 0
    }

    .promo-wrapper {
        min-height: inherit;
        padding-bottom: 90px
    }

    .promo .intro {
        padding-top: 60px
    }

    .promo .intro h2.title {
        font-size: 23px;
        padding-bottom: 15px;
        margin-bottom: 15px
    }

    .promo .intro h2.title .sub {
        font-size: 20px
    }

    .promo .intro h3.summary {
        font-size: 14px;
        margin-top: 20px
    }

    .what-we-do .title {
        font-size: 24px;
        margin-bottom: 30px
    }

    .what-we-do .summary {
        font-size: 18px
    }

    .what-we-do .services ul li {
        margin-bottom: 15px;
        font-size: 16px
    }

    .what-we-do .services .title.title-ux, .what-we-do .services .title.title-ui {
        float: none;
        margin: 0 auto
    }

    .what-we-do .ux-col, .what-we-do .ui-col {
        text-align: center
    }

    .what-we-do .services .ux-col ul {
        text-align: center;
        padding-top: 30px;
        margin-right: 0
    }

    .what-we-do .services .ux-col ul:before {
        display: none
    }

    .what-we-do .services .ux-col ul:after {
        display: none
    }

    .what-we-do .services .ui-col ul {
        text-align: center;
        padding-top: 30px;
        margin-left: 0
    }

    .what-we-do .services .ui-col ul:before {
        display: none
    }

    .what-we-do .services .ui-col ul:after {
        display: none
    }

    .clients li {
        margin-bottom: 30px
    }

    .clients .container:before {
        display: none
    }

    .clients .title {
        font-size: 24px;
        text-align: center;
        display: block;
        margin-bottom: 30px
    }

    .products .title {
        font-size: 24px
    }

    .products .summary {
        font-size: 18px
    }

    .products .item {
        margin-bottom: 30px
    }

    .products .item .title {
        font-size: 14px
    }

    .team .title {
        font-size: 24px
    }

    .team .summary {
        font-size: 18px
    }

    .team .item .info {
        padding-left: 0px;
        padding-right: 0px
    }

    .contact .title {
        font-size: 24px
    }

    .contact .summary {
        font-size: 18px
    }

    .promo .intro .btn-wrapper .btn-cta-primary {
        margin-bottom: 15px;
        margin-right: 0
    }

    .contact .other-info {
        font-size: 14px
    }

    .contact .other-info .fa {
        padding: 5px;
        font-size: 14px
    }
}

@media (min-width: 768px) {
    .wrapper {
        min-height: inherit;
        margin-bottom: 0
    }

    .wrapper:after {
        content: none
    }

    .footer {
        height: auto
    }

    .navbar-fixed-top {
        position: static
    }

    .header h1.logo {
        float: none !important;
        text-align: center
    }

    .main-nav {
        float: none !important
    }

    .main-nav .navbar-collapse {
        float: none;
        text-align: center
    }

    .main-nav .navbar-collapse .nav {
        margin: 0 auto;
        float: none;
        display: inline-block;
        margin-top: 20px
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .team .item .info {
        padding-left: 0px;
        padding-right: 0px
    }

    .header.navbar-fixed-top {
        position: static;
        background: 0 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding-top: 30px !important
    }

    .header.navbar-fixed-top h1.logo a {
        color: #fff
    }
}

@media (min-width: 992px) {
    .navbar-fixed-top {
        position: fixed;
        top: 0
    }

    .main-nav {
        float: right !important
    }

    .header h1.logo {
        float: left !important;
        text-align: left
    }

    .main-nav {
        float: right !important
    }

    .main-nav .navbar-collapse {
        float: left;
        text-align: left
    }

    .main-nav .navbar-collapse .nav {
        margin: inherit;
        float: left
    }

    html, body {
        height: 100%
    }

    .wrapper {
        min-height: 100%;
        margin-bottom: -45px
    }

    .wrapper:after {
        content: "";
        display: block;
        height: 45px
    }

    .footer {
        height: 65px
    }

    .team .item .info {
        padding-left: 10px;
        padding-right: 10px
    }

    .header.navbar-fixed-top {
        position: fixed;
        background: #fff;
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .5);
        -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .5);
        box-shadow: 0 0 4px rgba(0, 0, 0, .5);
        padding-top: 15px !important
    }

    .header.navbar-fixed-top h1.logo a {
        color: #444
    }
}




/* ======= Who ======= */
.who {
  padding: 20px 0;
}
.who .title {
  font-size: 36px;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 800;
  color: #505c70;
  margin-top: 0;
  margin-bottom: 30px;
}
.who .intro {
  margin: 0 auto;
  max-width: 700px;
  color: #666;
  font-size: 18px;
  color: #65758e;
  margin-bottom: 20px;
  font-weight: 300;
}
.who .benefits .item {
  font-size: 16px;
  margin-bottom: 60px;
}
.who .benefits .item .fs1 {
  font-size: 36px;
  color: #28B8E8;
}
.who .benefits .item-inner {
  padding: 30px;
  padding-top: 45px;
  background: #f8f9fa;
}
.who .benefits .sub-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  color: #505c70;
}
.who .benefits .desc {
  color: #65758e;
}



.has-pattern {
    /* background-image: url(../images/style/pattern-1.png); */
    background-repeat: repeat;
    background-position: left top;
}
.how {
  background-color: #f5f5f5;
  padding: 40px 0;
}
.how .content {
  padding: 0 60px;
}
.how .content .title {
  margin-top: 0;
  margin-bottom: 30px;
}
.how .content .intro {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
  color: #777777;
}
.how .content .note {
  position: relative;
  padding-bottom: 42px;
  color: #999999;
}
.how .content .note .left-arrow {
  position: absolute;
  left: 60px;
  top: 20px;
  display: inline-block;
  background: url('../images/style/down-arrow-left.png') no-repeat left top;
  width: 30px;
  height: 42px;
}
.how .content .note .right-arrow {
  position: absolute;
  right: 60px;
  top: 20px;
  display: inline-block;
  background: url('../images/style/down-arrow-right.png') no-repeat right top;
  width: 30px;
  height: 42px;
}
.how .content .qr-codes .item img {
  margin-bottom: 15px;
  max-width: 150px;
}
.how .content .qr-codes .item p {
  color: #777777;
}
.how .video-container {
  margin-top: 50px;
}



/* services */
.heading h3 {
    font-size: 45px;
	text-align:center;
    text-transform: uppercase;
    color: #000;
}
.heading p {
    text-align: center;
    color: #000;
    line-height: 26px;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.grid1 {
    text-align: center;
    background: #e0e0e0;
    background: #ffc107;
	background:#fff;
    padding: 25px 40px;
    -webkit-box-shadow: 0 0 40px #aaa;
    -moz-box-shadow: 0 0 40px #aaa;
    box-shadow: 0 0 40px #aaa;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
	-webkit-box-shadow: 0px 1px 29px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 29px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 29px 0px rgba(0,0,0,0.75);
	border-radius: 10px;
}


#contact .grid1 {
    text-align: center;
    background: #e0e0e0;
    background: #ffc107;
	background:#fff;
    padding: 15px 20px;
    -webkit-box-shadow: 0 0 40px #aaa;
    -moz-box-shadow: 0 0 40px #aaa;
    box-shadow: 0 0 40px #aaa;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
	-webkit-box-shadow: 0px 1px 29px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 29px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.75);
	border-radius: 2px;
	height: 250px;
	text-align: center;
	margin: auto;
}

#contact .grid1 p{
	font-size: 16px;
	color: #737171 !important;
}

.grid1:hover {
    background: #ffc107;
}
.grid1 h4 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 25px 0 20px;
    color: #3E3A09;
}
.grid1 p {
    font-size: 14px;
    letter-spacing: .5px;
    color: #6b6b6b;
}
.services {
    /* background-image: url(../images/style/pattern-1.png); */
    background-repeat: repeat;
    background-position: left top;
}

.services-top-grids {
    margin-bottom: 30px;
}
.grid1 i.fa {
    font-size: 40px;
    color: #000;
    color: #28B8E8;
}
/* //services */

/* Responsive design */
@media screen and (max-width: 1920px){
	section.portfolio-agileinfo .nav-tabs > li:nth-child(1) {
		margin-left: 52em;
	}
	section.portfolio-agileinfo i.fa.fa-search-plus {
		padding-top: 65px;
	}
}
@media screen and (max-width: 1680px){
	section.portfolio-agileinfo .nav-tabs > li:nth-child(1) {
		margin-left: 43em;
	}
	section.portfolio-agileinfo i.fa.fa-search-plus {
		padding-top: 55px;
	}
}
@media screen and (max-width: 1600px){
	section.portfolio-agileinfo .nav-tabs > li:nth-child(1) {
		margin-left: 41em;
	}
	section.portfolio-agileinfo i.fa.fa-search-plus {
		padding-top: 50px;
	}
}
@media screen and (max-width: 1440px){
	section.portfolio-agileinfo .nav-tabs > li:nth-child(1) {
		margin-left: 35em;
	}
	.banner-dott1 {
		min-height: 550px;
	}
	section.portfolio-agileinfo i.fa.fa-search-plus {
		padding-top: 40px;
	}
}
@media screen and (max-width: 1366px){
	section.portfolio-agileinfo .nav-tabs > li:nth-child(1) {
		margin-left: 32em;
	}
	section.portfolio-agileinfo .b-wrapper {
		padding: 1em 2em;
	}
	.banner-dott1 {
		min-height: 530px;
	}
}
@media screen and (max-width: 1280px){
	section.portfolio-agileinfo .nav-tabs > li:nth-child(1) {
		margin-left: 29em;
	}
	.banner-dott1 {
		min-height: 485px;
	}
	.banner-text {
		padding: 10em 0 0em 0;
	}
}
@media screen and (max-width: 1080px){
	.banner-text h2 {
		font-size: 40px;
	}
	.bottomgridtext {
		padding-right: 70px;
		padding-bottom: 34px;
		padding-top: 0px;
	}
	.bottomleft {
		padding-bottom: 91px;
		padding-top: 20px;
	}
	.carousel-caption p {
		width: 100%;
	}
	section.portfolio-agileinfo .nav-tabs > li:nth-child(1) {
		margin-left: 23em;
	}
	section.portfolio-agileinfo .b-wrapper {
		padding: 1em 1em;
	}
	section.portfolio-agileinfo i.fa.fa-search-plus {
		font-size: 30px;
		padding-top: 15px;
	}
	.heading h3 {
		font-size: 40px;
	}
	.mail-grid1, .agents, div#about, .banner-dott, .customer, .faq, .portfolio-agileinfo {
		padding: 50px 0;
	}
	.mail-agileits-w3layouts i {
		font-size: 25px;
		border-right: 2px solid #FFC107;
		padding: 0.4em .4em 0.4em 0em;
	}
	.contact-right {
		padding-left: 4em;
		float: none;
		padding-top: 8px;
	}
	.mail-grid1-form {
		padding: 2em;
		width: 37%;
	}
}

@media screen and (max-width: 1024px){
	.banner-dott1 {
		min-height: 485px;
	}
}
@media screen and (max-width: 991px){
	.navbar-nav>li {
		margin-right: 10px;
	}
	.navbar-default .navbar-nav>li>a {
		letter-spacing: 1px;
		padding: 5px 5px;
		font-size: 14px;
	}
	.banner-text h2 {
		font-size: 31px;
	}
	.col-md-3.form-time-w3layouts, .form-date-w3-agileits, .form-left-agileits-w3layouts, .form-left-agileits-submit {
		width: 25%;
		float: left;
		padding: 5px;
	}
	.book-form form input[type="submit"] {
		padding: .7em 0em;
	}
	
	.col-md-8.text {
		width: 60%;
		float: left;
	}
	.bottomgridimg {
		padding: 0;
		width: 60%;
		float: none;
		margin: 0 auto;
	}
	.bottomgridtext {
		width: 50%;
		float: left;
	}
	.bottomleft,.bottomgridtext {
		padding: 31px;
	}
	.bottomgridtext h3 {
		margin: 0px 0 20px 0;
		font-size: 24px;
	}
	.services .col-md-4 {
		width: 33.33%;
		float: left;
		padding: 5px;
	}
	.grid1 {
		padding: 20px;
	}
	.grid1 h4 {
		font-size: 18px;;
	}
	.agentimg,.agentinfo {
		width: 50%;
		float: left;
	}
	section.portfolio-agileinfo .nav-tabs > li:nth-child(1) {
		margin-left: 20em;
	}
	.portfolio-grids {
		width: 25%;
		float: left;
	}
	.heading p {
		width: 70%;
	}
	.heading h3 {
		font-size: 35px;
	}
	.carousel-caption p {
		letter-spacing: .5px;
		font-size: 13.5px;
	}
	.about-left {
		width: 33.33%;
		float: left;
	}
	.about-right {
		width: 66.66%;
		float: left;
	}
	.faq .panel-title {
		font-size: 1.1em;
	}
	.mail-agileits-w3layouts {
		width: 33.33%;
		float: left;
	}
	.contact-right {
		padding-left: 3.2em;
	}
	.services-top-grids {
		margin-bottom: 0px;
	}
	.faq .heading h3 {
		font-size: 35px;
	}
	.banner-dott1 {
		min-height: 442px;
	}
	.bottomgridtext {
		width: 100%;
		float: left;
	}
	.customer-grid p {
		padding: 2em 0.5em;
	}
	.panel-body {
		padding: 15px 20px;
	}
	.map iframe, iframe{
		min-height: 500px;
		height: 500px;
	}
	.text-center h3 {
		font-size: 35px;
	}
}
@media screen and (max-width: 900px){
	section.portfolio-agileinfo .nav-tabs > li:nth-child(1) {
		margin-left: 16em;
	}
	section.portfolio-agileinfo .b-wrapper h5 {
		padding: 5px 0;
	}
	section.portfolio-agileinfo .b-wrapper {
		padding: 1em 0em;
	}
}
@media screen and (max-width: 800px){
	.carousel-control .icon-next, .carousel-control .glyphicon-arrow-right {
		right: 1340%;
		top: 68%;
	}
	.carousel-control .icon-prev, .carousel-control .glyphicon-arrow-left {
		left: 400%;
		top: 68%;
	}
	section.portfolio-agileinfo .nav-tabs > li:nth-child(1) {
		margin-left: 13em;
	}
	.mail-grid1-form {
		width: 46%;
	}
	.book-form {
		margin: 0em auto 0;
	}
	.banner-dott1 {
		min-height: 335px;
	}
	.client-img img {
		width: 160px;
		height: 160px;
	}
	section.portfolio-agileinfo i.fa.fa-search-plus {
		padding-top: 0px;
	}
}
@media screen and (max-width: 768px){
	.portfolio-grids {
		width: 50%;
		float: left;
	}
	section.portfolio-agileinfo i.fa.fa-search-plus {
		font-size: 40px;
		padding-top: 55px;
	}
	.mail-grid1, .agents, div#about, .banner-dott, .customer, .faq, .portfolio-agileinfo {
		padding: 40px 0;
	}
}
@media screen and (max-width: 736px){
	.navbar-header h1 a span {
		text-align: left;
	}
	.navbar-nav>li {
		display: block;
		float: none;
		text-align: center;
		width: 20%;
		margin: 2% auto;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #fff;
		padding: 10px;
		text-align: center;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #fff;
	}
	.bottomgridimg {
		width: 70%;
		float: none;
		margin: 0 auto;
	}
	.bottomleft, .bottomgridtext {
		padding: 30px;
		width: 70%;
		float: none;
		margin: 5px auto 0;
	}
	.grid1 h4 {
		font-size: 17px;
	}
	.grid1 p {
		font-size: 13.5px;
	}
	section.portfolio-agileinfo .nav-tabs > li:nth-child(1) {
		margin-left: 10em;
	}
	.customer-grid p {
		padding: 1em;
	}
	div#bs-example-navbar-collapse-1 {
		position: absolute;
		width: 100%;
		z-index: 9;
		background: #009688;
	}
}
@media screen and (max-width: 667px){
	.banner-text h2 {
		font-size: 26px;
	}
	.services .col-md-4 {
		width: 50%;
	}
	section.portfolio-agileinfo .nav-tabs > li:nth-child(1) {
		margin-left: 7em;
	}
	.client-img img {
		width: 150px;
		height: 150px;
	}
	.customer-grid p {
		padding: .5em;
	}
	.faq .panel-heading {
		padding: 20px 0 20px 20px;
	}
	.faq .panel-default span.glyphicon {
		margin-right: .5em;
	}
	.mail-agileits-w3layouts {
		width: 60%;
		float: none;
		margin: 0 auto 20px;
	}
	.mail-grid1-form {
		width: 55%;
	}
	.book-form form input[type="submit"] {
		font-size: 13.5px;
		font-weight:400;
	}
	.col-md-3.form-time-w3layouts, .form-date-w3-agileits, .form-left-agileits-w3layouts, .form-left-agileits-submit {
		padding: 1px;
	}
	section.portfolio-agileinfo i.fa.fa-search-plus {
		padding-top: 45px;
	}
}
@media screen and (max-width: 640px){
	.col-md-3.form-time-w3layouts, .form-date-w3-agileits, .form-left-agileits-w3layouts {
		width: 33.33%;
		float: left;
		padding: 2px;
	}
	.col-md-3.form-left-agileits-submit {
		width: 40%;
		margin: 0 auto;
		float: none;
	}
	.book-form form input[type="submit"] {
		margin: 0;
	}
	.about-left {
		width: 50%;
		float: none;
		margin: 0 auto;
	}
	.about-right {
		width: 100%;
		float: none;
		margin-top: 1em;
	}
}

@media screen and (max-width: 568px){
	.col-md-3.form-time-w3layouts, .form-date-w3-agileits, .form-left-agileits-w3layouts {
		width: 33.33%;
		float: left;
		padding: 2px;
	}
	.col-md-3.form-left-agileits-submit {
		width: 40%;
		margin: 0 auto;
		float: none;
	}		
	.book-form form input[type="submit"]{
		margin:0;
	}
}
@media screen and (max-width: 480px){
	.bottomgridimg {
		width: 90%;
	}
	.bottomleft, .bottomgridtext {
		width: 90%;
	}
	.services .col-md-4 {
		width: 100%;
		float: none;
	}
	section.portfolio-agileinfo .nav-tabs > li:nth-child(1) {
		margin-left: 1em;
	}
	.portfolio-grids {
		width: 80%;
		float: none;
		margin: 0 auto;
	}
	.carousel-caption h3 {
		letter-spacing: 2px;
		font-size: 25px;
		margin-bottom: 8px;
	}
	section.portfolio-agileinfo i.fa.fa-search-plus {
		font-size: 35px;
		padding-top: 65px;
	}
	.book-form {
		padding: 2em 0em 2em;
	}
	.about-left {
		width: 80%;
		float: none;
		margin: 0 auto;
	}
	.mail-agileits-w3layouts {
		width: 100%;
	}
	.mail-grid1-form {
		width: 100%;
		position: static;
	}
	.map iframe,iframe {
		min-height: 300px;
		height: 300px;
	}
}
@media screen and (max-width: 414px){
	section.portfolio-agileinfo .nav-tabs > li > a {
		font-size: 15px;
		padding: 10px;
	}
	.mail-agileits-w3layouts {
		width: 100%;
	}
	.mail-grid1-form {
		width: 100%;
		position: static;
	}
	.map iframe,iframe {
		min-height: 300px;
		height: 300px;
	}
	.mail-grid1, .agents, div#about, .banner-dott, .customer, .faq, .portfolio-agileinfo {
		padding: 30px 0;
	}
	.text-center h3 {
		font-size: 35px;
	}
	.navbar-nav>li {
		width: 46%;
	}
	div#bs-example-navbar-collapse-1 {
		padding: 1em;
	}
	section.portfolio-agileinfo i.fa.fa-search-plus {
		font-size: 35px;
		padding-top: 50px;
	}
}
@media screen and (max-width: 384px){
	.bottomgridimg,.bottomleft, .bottomgridtext {
		width: 100%;
	}
	.carousel-control .icon-next, .carousel-control .glyphicon-arrow-right {
		right: 210%;
		top: 30%;
	}
	.agentimg, .agentinfo {
		width: 82%;
	}
	section.portfolio-agileinfo .nav-tabs > li {
		margin: 3px;
	}
	.portfolio-grids {
		width: 90%;
	}
	.panel-body {
		padding: 15px 30px;
	}
	.navbar-nav>li {
		width: 50%;
	}
	.about-top {
		margin-bottom: 10px;
	}
	.contact-right p {
		font-size: 16px;
	}
	.mail-agileits-w3layouts i {
		font-size: 20px;
	}
	.col-md-3.form-time-w3layouts, .form-date-w3-agileits, .form-left-agileits-w3layouts {
		width: 50%;
	}
	.col-md-3.form-left-agileits-submit {
		width: 50%;
		margin: 2em auto;
		float: left;
		font-size: 17px;
	}
}
@media screen and (max-width: 375px){
	.carousel-caption h3 {
		letter-spacing: 1px;
		font-size: 22px;
	}
	section.portfolio-agileinfo .nav-tabs > li:nth-child(1) {
		margin-left: .3em;
	}
	.portfolio-grids {
		width: 100%;
	}
}
@media screen and (max-width: 320px){
	.text-center h3 {
		font-size: 30px;
	}
	.navbar-header h1 a {
		font-size: 1em;
	}
	.bottomgridtext h3 {
		margin: 0px 0 10px 0;
		font-size: 20px;
	}
	.heading p {
		width: 85%;
		margin-bottom: 10px;
	}
	section.portfolio-agileinfo .nav-tabs > li {
		margin: 1px;
	}
	section.portfolio-agileinfo .nav-tabs > li > a {
		font-size: 14px;
		padding: 10px 8px;
	}
	section.portfolio-agileinfo .nav-tabs > li:nth-child(1) {
		margin-left: .1em;
	}
	.faq .panel-title {
		line-height: 1.8em;
	}
	.col-md-3.form-time-w3layouts, .form-date-w3-agileits, .form-left-agileits-w3layouts {
		width: 100%;
		float: none;
		padding: 0px 10px;
	}
	.banner-text {
		padding: 2em 0 0em 0;
	}
	.book-form label {
		font-size: 14px;
		margin-bottom: 4px;
		letter-spacing: 1px;
	}
	.col-md-3.form-left-agileits-submit {
		width: 60%;
	}
	.nbs-flexisel-item {
		width:300px !important;
		margin:0 auto !important;
		margin-left:90px !important;
	}
	ul.nav.navbar-nav {
		margin: 11px 0;
	}
	.navbar-nav>li {
		width: 65%;
	}
	.agentinfo {
		width: 100%;
	}
	.col-md-3.form-left-agileits-submit {
		width: 93%;
		margin-top: 1em;
		margin-left: 10px;
	}
	.agileits-w3layouts-copyright p {
		font-size: .875em;
	}
	section.portfolio-agileinfo i.fa.fa-search-plus {
		padding-top: 40px;
	}
}

/* //Responsive design */




.work-process-area .process-items {
    align-items: center;
}

.work-process-area .process-items .thumb{
	-webkit-box-shadow: 0 0 40px #aaa;
    -moz-box-shadow: 0 0 40px #aaa;
    box-shadow: 0 0 40px #aaa;
}

.work-process-area .process-items .info li {
    display: flex;
    margin-bottom: 15px;
    background: #fff;
    padding: 15px 10px;
    border: 1px solid #eaedf2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow: 0 0 20px #aaa;
    -moz-box-shadow: 0 0 20px #aaa;
    box-shadow: 0 0 20px #aaa;
}

.work-process-area .process-items .info li .list {
    padding-right: 25px
}

.work-process-area .process-items .info li .list h3 {
    margin: 0;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-weight: 800;
    letter-spacing: .6px;
    margin-top: -5px;
    color: #2568ef;
    border: 1px solid #eaedf2
}

.work-process-area .process-items .info li .content h4 {
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: .6px
}

.work-process-area .process-items .info li:last-child {
    margin-bottom: 0
}

.work-process-area .process-items .info li .content p {
    margin: 0;
    font-size: 16px;
    line-height: 30px
}