/*--------------------
-----Main Styles------
----------------------*/
body {
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #333;
    font-weight: 300;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 20px;
}

h4 {
    font-size: 20px;
}

p {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 20px;
}

.mobile p {
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
}

.lead {
    font-size: 20px;
    line-height: 28px;
    font-weight: 100;
    letter-spacing: 0.02em;
    margin-top: 40px;
    margin-bottom: 40px;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

a,
a:hover,
a:focus {
    outline: none !important;
    text-decoration: none;
}

a {
    color: #3476A8;
    text-decoration: none;
}

.yellow-text {
    color: #FFE561;    
}

.phone-number-call {
    font-weight: bold;
    font-size: 26px;
    font-family: 'Open Sans', Arial, sans-serif;
}

#sequence-theme {
    background: #E9F2F9 url(../assets/bg.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

a:hover,
a:focus {
    color: #5cc9df;
    text-decoration: underline;
}

a:focus,
.btn:focus {
    outline: none;
}

.color-bg a {
    color: #fff;
    text-decoration: underline;
}

    .color-bg a:hover,
    .color-bg a:focus {
        color: #fff;
        text-decoration: none;
    }

.primary {
    color: #0D62B5;
}

/*----------------------
---Main Layout Styles---
------------------------*/

.navbar-brand {
    height: 99px;
}

.img-center {
    margin: 0 auto;
}

.padding-top-bottom {
    padding: 50px 0;
}

.padding-top {
    padding: 100px 0 0;
}

.navbar {
    margin: 0;
    border-radius: 0;
}

.section-title {
    position: relative;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 44px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-align: center;
    text-transform: uppercase;
    color: #0F87B6;
}

.section-description {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 60px;
}

.subsection-title {
    text-align: center;
    margin-top: 80px;
}

.subsection-description {
    text-align: center;
    margin-bottom: 60px;
}

/*------------------
----- Buttons ------
--------------------*/

.btn-atax {
    border: none;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
    padding: 15px 30px;
    display: inline-block;
    margin: 20px 0;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 600;
    outline: none;
    position: relative;
    background: #F3762A;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

    .btn-atax:hover,
    .btn-atax:focus {
        color: #fff;
        box-shadow: 0 3px rgba(0,0,0,0.07);
        top: 1px;
        text-decoration: none;
    }

    .btn-atax:active {
        color: #fff;
        box-shadow: 0 2px rgba(0,0,0,0.07);
        top: 2px;
        text-decoration: none;
    }

    .btn-atax.white {
        background: transparent;
        border: 2px solid #fff;
        box-shadow: none;
        text-decoration: none;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

        .btn-atax.white:hover,
        .btn-atax.white:focus,
        .btn-atax.white:active {
            background: #fff;
            color: #0D62B5;
            top: 0;
            box-shadow: 0 3px rgba(0,0,0,0.1);
            text-decoration: none;
        }

    .btn-atax [class*=fa] {
        margin-right: 10px;
    }

/*----------------
----- Colors -----
------------------*/

.white-bg {
    background: #fff;
}

.gray-bg {
    background: #f3f3f3;
}

.color-bg {
    background: #324264;
}

.dark-bg {
    background: #4E5961;
}

.light-typo {
    color: #fff;
}

.color-bg.light-typo .section-title:after {
    background: #fff;
}

/*----------------------
----Navigation Styles---
------------------------*/
#main-nav .navbar-toggle {
    border: 1px solid #333;
    border-radius: 0;
}

#main-nav .icon-bar {
    background: #333;
}

.navbar-brand,
.navbar-brand:hover,
.navbar-brand:active,
.navbar-brand:focus {
    position: relative;
    padding: 0 10px;
    font-size: 28px;
    line-height: 54px;
    font-weight: 600;
    color: #fff;
    font-variant: small-caps;
    letter-spacing: 0.02em;
    -webkit-transition: font-size .2s ease-out;
    transition: font-size .2s ease-out;
    overflow: hidden;
}

#main-nav {
    background: #3396d1;
    color: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    z-index: 9999;
    height: 115px;
}

    #main-nav.scrolled .navbar-toggle {
        color: #0D62B5;
        border-color: #0D62B5;
    }

        #main-nav.scrolled .navbar-toggle .icon-bar {
            background: #0D62B5;
        }

    #main-nav .container {
        padding: 10px 15px;
        -webkit-transition: padding 0.3s ease-out;
        transition: padding 0.3s ease-out;
    }

    #main-nav .nav a {
        position: relative;
        z-index: 1;
    }

        #main-nav .nav a,
        #main-nav .nav a:active,
        #main-nav .nav a:hover {
            padding: 0px 5px;
            font-size: 15px;
            line-height: 54px;
            font-weight: 700;
            letter-spacing: 0.01em;
            text-transform: uppercase;
            background: transparent;
            color: #fff;
        }

            #main-nav .nav .active a,
            #main-nav .nav a:hover {
                opacity: 1;
            }

            #main-nav .nav a:before {
                display: block;
                position: absolute;
                bottom: 0;
                left: 10%;
                content: "";
                width: 80%;
                height: 3px;
                background: #0D62B5;
                z-index: -1;
                opacity: 0;
                -webkit-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
            }

            #main-nav .nav a:hover:before,
            #main-nav .nav .active a:before {
                bottom: 7px;
                opacity: 1;
            }

            .no-csstransforms #main-nav .nav a:before {
                display: none;
            }

            .no-csstransforms #main-nav .nav a:hover,
            .no-csstransforms #main-nav .nav .active a {
                color: #0D62B5;
            }

    #main-nav li {
        background: transparent;
        margin: 0 5px;
        border: 2px solid transparent;
    }

    #main-nav .dropdown-menu a {
        font-size: 14px;
    }

.site-logo {
    /*max-height:54px;*/
}


.to-top {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 10px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 29px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #eee;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.navbar-brand:hover .logo-small {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.navbar-brand:hover .to-top {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/*----------------------
-----Header Styles------
------------------------*/

.jumbotron {
    background: #324264;
    color: #fff;
    padding: 0;
    margin-bottom: 0;
}

/*-------------------------
------Call to action-------
--------------------------*/
.cta {
    padding: 50px 0 30px;
}

    .cta .cta-message p {
        padding: 15px 0 20px;
        font-size: 22px;
        line-height: 32px;
        text-align: center;
    }

    .cta .cta-message strong {
        font-size: 24px;
        letter-spacing: 0.02em;
    }

    .cta .cta-button {
        padding: 0;
    }

/*--------------------
---Features Styles---
----------------------*/
.features .section-description {
    margin-bottom: 80px;
}

.features .icon {
    width: 80px;
    height: 80px;
    text-align: center;
    /*background: #324264;*/
    color: #324264;
    font-size: 28px;
    line-height: 80px;
    border-radius: 50%;
    box-shadow: 0 3px rgba(0,0,0,0.06);
    -webkit-transition: background .3s ease-out;
    transition: background .3s ease-out;
}

.features .media:hover .icon {
    background: #324264;
    color: #fff;
}

.features .icon .icon-1 {
    width: 80px;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-out .2s;
    transition: all .3s ease-out .2s;
}

.features .icon .icon-2 {
    width: 80px;
    position: relative;
    top: -80px;
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.features .media:hover .icon .icon-1 {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.features .media:hover .icon .icon-2 {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-out .2s;
    transition: all .3s ease-out .2s;
}

.features .media {
    margin-bottom: 40px;
}

.features .media-body p {
    font-size: 16px;
}

.features .media h4 {
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
    font-size: 22px;
    color: #0F87B6;
}

.features .media:hover h4 {
    color: #324264;
}

/*--------------------
--Ipad Styles--
----------------------*/
.mobile-wrapper {
    padding: 40px 0;
}

.mobile-wrapper h2 {
    font-size: 22px;
    font-weight: bold;
}

.mobile-wrapper p {
    font-size: 16px;
}

.mobile-wrapper img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.select2-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 10px;
}

/*-----------------------
-----Services Styles-----
-------------------------*/
.services {
    margin-top: 80px;
    margin-bottom: 40px;
}

    .services .icon {
        position: relative;
        width: 100px;
        height: 100px;
        margin: 0 auto;
        text-align: center;
        /*background: #324264;*/
        line-height: 100px;
        font-size: 48px;
        color: #324264;
        border-radius: 50%;
        box-shadow: 0 0 0 0 rgba(0,0,0,0.0);
        margin-bottom: 20px;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    .services .item:hover .icon {
        font-size: 38px;
        box-shadow: 0 0 0 10px rgba(0,0,0,0.05);
    }

    .services .icon:after {
        display: block;
        content: "";
        position: absolute;
        width: 100px;
        height: 100px;
        top: 0;
        left: 0;
        border-radius: 50%;
        box-shadow: inset 0 0 0 0 rgba(0,0,0,0.08);
        background: transparent;
        -webkit-transition: box-shadow .3s ease-out;
        transition: box-shadow .3s ease-out;
    }

    .services .item:hover .icon:after {
        box-shadow: inset 0 0 0 10px rgba(0,0,0,0.08);
    }

    .services h3 {
        font-size: 22px;
        -webkit-transition: color .3s ease-out;
        transition: color .3s ease-out;
        color: #324264;
    }

    .services .item:hover h3 {
        color: #0D62B5;
    }

    .services p {
        padding: 0 20px;
        font-size: 16px;
        line-height: 21px;
    }


/*--------------------
----Process Styles----
----------------------*/

.process-list {
    margin: 0;
    padding: 0;
    background: transparent;
    list-style: none;
    text-align: center;
    width: 100%;
}

    .process-list li {
        display: inline-block;
        background: transparent;
        margin: 20px 0;
        width: 19%;
        vertical-align: top;
    }

    .process-list .icon {
        position: relative;
        display: block;
        text-align: center;
        width: 120px;
        height: 120px;
        margin: 0 auto 30px;
        background: #bbb;
        border-radius: 50%;
        font-size: 48px;
        line-height: 120px;
        color: #fff;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

        .process-list .icon:hover {
            font-size: 36px;
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

    .process-list li:nth-child(1) .icon {
        background: #eee;
    }

    .process-list li:nth-child(2) .icon {
        background: #ddd;
    }

    .process-list li:nth-child(3) .icon {
        background: #ccc;
    }

    .process-list li:nth-child(4) .icon {
        background: #bbb;
    }

    .process-list li:nth-child(5) .icon {
        background: #aaa;
    }

    .process-list li.colored .icon {
        background: #0D62B5;
    }

.scrollimation .process-list li:nth-child(1) {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.17,.89,.42,1.4);
    transition: transform .6s cubic-bezier(.17,.89,.42,1.4);
}

    .touch .scrollimation .process-list li:nth-child(1),
    .scrollimation.in .process-list li:nth-child(1) {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.scrollimation .process-list li:nth-child(2) {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.17,.89,.42,1.4) .4s;
    transition: transform .6s cubic-bezier(.17,.89,.42,1.4) .4s;
}

    .touch .scrollimation .process-list li:nth-child(2),
    .scrollimation.in .process-list li:nth-child(2) {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.scrollimation .process-list li:nth-child(3) {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.17,.89,.42,1.4) .8s;
    transition: transform .6s cubic-bezier(.17,.89,.42,1.4) .8s;
}

    .touch .scrollimation .process-list li:nth-child(3),
    .scrollimation.in .process-list li:nth-child(3) {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.scrollimation .process-list li:nth-child(4) {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.17,.89,.42,1.4) 1.2s;
    transition: transform .6s cubic-bezier(.17,.89,.42,1.4) 1.2s;
}

    .touch .scrollimation .process-list li:nth-child(4),
    .scrollimation.in .process-list li:nth-child(4) {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.scrollimation .process-list li:nth-child(5) {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.17,.89,.42,1.4) 1.6s;
    transition: transform .6s cubic-bezier(.17,.89,.42,1.4) 1.6s;
}

    .touch .scrollimation .process-list li:nth-child(5),
    .scrollimation.in .process-list li:nth-child(5) {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.process-list h4 {
    font-size: 21px;
    font-weight: 400;
}

.process-box {
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.process-line {
    position: absolute;
    width: 80%;
    margin: 0 10%;
    height: 0;
    top: 80px;
    border-top: 3px dotted #0D62B5;
    z-index: -1;
}

.scrollimation .process-line {
    width: 0;
    -webkit-transition: width 2.5s ease-out;
    transition: width 2.5s ease-out;
}

    .touch .scrollimation .process-line,
    .scrollimation.in .process-line {
        width: 80%;
    }
/*-----------------------
---iPad Slider Styles----
-------------------------*/

.ipad-frame {
    display: block;
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
}

.ipad-screen {
    display: block;
    position: absolute;
    top: 7.7%;
    left: 9.375%;
    width: 81.25%;
    height: 92.3%;
    overflow: hidden;
}

.flexslider {
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
}

.ipad-slider .flex-direction-nav .flex-prev,
.ipad-slider .flex-direction-nav .flex-next {
    background: #0D62B5;
    background-image: none;
    display: inline;
    text-indent: 0;
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    padding: 0;
    padding-left: 12px;
    margin: 0;
    margin-top: -22px;
    font-size: 42px;
    line-height: 38px;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.ipad-slider .flex-direction-nav .flex-next {
    text-align: right;
    padding-right: 12px;
}

.ipad-slider .flex-direction-nav a:hover,
.ipad-slider .flex-direction-nav a:active,
.ipad-slider .flex-direction-nav a:focus {
    text-decoration: none;
}

.ipad-slider .flex-direction-nav a:hover {
    background: #363B46;
}

.ipad-slider:hover .flex-next {
    opacity: 1;
    right: 5px;
}

.ipad-slider:hover .flex-prev {
    opacity: 1;
    left: 5px;
}

/*-----------------------
---Macbook Video Styles--
-------------------------*/

.macbook-frame {
    position: relative;
}

.macbook-screen {
    display: block;
    position: absolute;
    top: 7%;
    left: 12.04%;
    width: 75.91%;
}

/*-------------------
-----Team Styles-----
---------------------*/
.team-member {
    margin-bottom: 30px;
}

.member-thumb {
    text-align: center;
}
    /*
.member-thumb img{
    border:10px solid #f8f8f8;
}*/

    .member-thumb h4 {
        font-size: 21px;
        margin: 10px 0;
    }

    .member-thumb .title {
        font-size: 18px;
        margin: 10px 0;
        color: #0D62B5;
    }

.team-member .member-details {
    margin: 20px 0 0 20px;
    position: relative;
    padding: 30px;
    padding-left: 100px;
    background: #f5f5f5;
    border-radius: 10px;
    box-shadow: 5px 5px 0 rgba(0,0,0,0.08);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.team-member:hover .member-details {
    background: #0D62B5;
    color: #fff;
}

.team-member.right .member-details {
    margin: 20px 20px 0 0;
    box-shadow: -5px 5px 0 rgba(0,0,0,0.08);
}

.team-member .member-details:after {
    display: block;
    content: "";
    position: absolute;
    left: -18px;
    top: 30px;
    width: 0px;
    height: 0px;
    background: transparent;
    border: 20px solid transparent;
    border-left: 20px solid #f5f5f5;
    box-shadow: -3px 0 0 rgba(0,0,0,0.08);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-left-color .3s ease-out;
    transition: border-left-color .3s ease-out;
}

.team-member.right .member-details:after {
    position: absolute;
    left: auto;
    right: -17px;
    border-left: 20px solid transparent;
    border-right: 20px solid #f5f5f5;
    box-shadow: 3px 0 0 0 rgba(0,0,0,0.08);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-right-color .3s ease-out;
    transition: border-right-color .3s ease-out;
}

.team-member:hover .member-details:after {
    border-left-color: #0D62B5;
}

.team-member.right:hover .member-details:after {
    border-left-color: transparent;
    border-right-color: #5CC9DF0D62B5;
}

.team-member .member-details:before {
    display: block;
    content: "\201D";
    position: absolute;
    left: 20px;
    top: 50px;
    font-size: 120px;
    font-weight: 800;
    line-height: 60px;
    font-family: Arial;
    color: #0D62B5;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.team-member:hover .member-details:before {
    color: #fff;
}

.team-member .member-socials {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .team-member .member-socials li {
        display: inline;
        text-align: center;
        margin: 0 2px;
    }

        .team-member .member-socials li a {
            display: inline-block;
            padding: 0;
            min-width: 40px;
            height: 40px;
            font-size: 21px;
            line-height: 40px;
            color: #0D62B5;
            border-radius: 5px;
            box-shadow: 0 3px 0 0 transparent;
            -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out;
        }

.team-member:hover .member-socials li a {
    color: #fff;
}

.team-member .member-socials li a:hover {
    background: #fff;
    color: #5cc9df0D62B5;
    box-shadow: 0 3px 0 0 rgba(0,0,0,0.05);
}

.chart-wrapper {
    background: #0D62B5;
    display: block;
    width: 180px;
    height: 180px;
    padding-top: 20px;
    margin: 0 auto 30px;
    border-radius: 50%;
}

.chart {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    margin-bottom: 50px;
    text-align: center;
}

    .chart canvas {
        position: absolute;
        top: 0;
        left: 0;
    }

.percent {
    display: inline-block;
    line-height: 140px;
    font-size: 38px;
    font-weight: 300;
    color: #fff;
    z-index: 2;
}

    .percent:after {
        content: '%';
        margin-left: 0.1em;
        font-size: 24px;
    }

.skills h2 {
    color: #4E5961;
    font-size: 32px;
}

/*----------------------
-----Portfolio Styles---
------------------------*/
#filter-works ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
}

    #filter-works ul li {
        display: inline-block;
        padding: 0;
        line-height: 24px;
        background: transparent;
        margin: 0;
        margin-left: 5px;
        margin-bottom: 10px;
    }

        #filter-works ul li a {
            display: block;
            font-size: 18px;
            font-weight: 500;
            padding: 10px 20px;
            border-radius: 5px;
            border: 2px solid transparent;
            -webkit-transition: all .2s ease-out;
            transition: all .2s ease-out;
        }

            #filter-works ul li a,
            #filter-works ul li a:active,
            #filter-works ul li a:hover {
                line-height: 24px;
                background: #fff;
                color: #4E5961;
                text-decoration: none;
            }

                #filter-works ul li a:hover,
                #filter-works ul li.active a {
                    color: #fff;
                    background: #0D62B5;
                }

.projects-container .row {
    -webkit-transition: height .5s ease-out;
    transition: height .5s ease-out;
}

.project-item {
    position: relative;
    margin-bottom: 30px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

    .project-item.filtered {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.2;
        cursor: default;
    }

        .no-opacity .project-item.filtered {
            display: none;
        }

        .project-item.filtered a {
            cursor: default;
        }

        .project-item.filtered .enlarge,
        .project-item.filtered .link,
        .project-item.filtered .overlay-mask,
        .project-item.filtered .project-title {
            display: none;
        }

.project-thumb {
    display: block;
    position: relative;
    box-shadow: 0 2px 5px rgba(0,0,0,0.08);
    overflow: hidden;
}

.scrollimation .project-thumb {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: opacity .4s ease-out, -webkit-transform .4s ease-out;
    transition: opacity .4s ease-out, transform .4s ease-out;
}

    .touch .scrollimation .project-thumb,
    .scrollimation .project-thumb.in {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }

.project-thumb .overlay-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0D62B5;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}


.project-thumb:hover .overlay-mask {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.project-thumb .enlarge,
.project-thumb .link {
    display: inline-block;
    margin: 0;
    margin-top: -25px;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    height: 50px;
    width: 64px;
    top: 40%;
    left: 50%;
    text-align: center;
    z-index: 3;
}

.project-thumb .enlarge {
    margin-left: -84px;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.project-thumb:hover .enlarge {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .3s ease-out .3s;
    transition: all .3s ease-out .3s;
}

.project-thumb .link {
    margin-left: 20px;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.project-thumb:hover .link {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .3s ease-out .6s;
    transition: all .3s ease-out .6s;
}

.project-thumb .enlarge.centered,
.project-thumb .link.centered {
    margin-left: -32px;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.project-thumb:hover .enlarge.centered,
.project-thumb:hover .link.centered {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.project-thumb .project-title {
    display: block;
    width: 100%;
    position: absolute;
    bottom: -100px;
    background: #fff;
    margin: 0;
    padding: 20px 0;
    font-size: 21px;
    font-weight: 300;
    color: #777;
    text-align: center;
    z-index: 2;
    -webkit-transition: bottom .4s ease-out,color .2s ease-out;
    transition: bottom .4s ease-out,color .2s ease-out;
}

.project-thumb:hover .project-title {
    bottom: 0;
    -webkit-transition: bottom .3s ease-out .1s,color .2s ease-out 0s;
    transition: bottom .3s ease-out .1s,color .2s ease-out 0s;
}

.project-thumb .project-title:hover {
    color: #0D62B5;
}

/*Load More Projects*/
.loaded-item {
    display: none;
}

/*Project Preview*/
.preview-content {
    display: none;
}

#project-preview {
    display: none;
}

    #project-preview .loader {
        display: block;
        background: url(../assets/loader.gif) center center no-repeat;
        width: 36px;
        height: 36px;
        position: absolute;
        top: 35%;
        left: 50%;
        margin-left: -18px;
    }

    #project-preview .imac-frame {
        display: block;
        position: relative;
        width: 100%;
        max-width: 700px;
        margin: 0 auto 30px;
        overflow: hidden;
    }

    #project-preview .imac-screen {
        background: transparent;
        display: block;
        position: absolute;
        top: 5.5%;
        left: 4.5%;
        width: 91%;
        height: 66%;
        overflow: hidden;
        opacity: 0;
        -webkit-transition: opacity .3s ease-out;
        transition: opacity .3s ease-out;
    }

        #project-preview .imac-screen.loaded {
            opacity: 1;
        }

.flexslider {
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
}

.imac-slider .flex-direction-nav .flex-prev,
.imac-slider .flex-direction-nav .flex-next {
    background: #0D62B5;
    background-image: none;
    display: inline;
    text-indent: 0;
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    padding: 0;
    padding-left: 12px;
    margin: 0;
    margin-top: -22px;
    font-size: 42px;
    line-height: 38px;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.imac-slider .flex-direction-nav .flex-next {
    text-align: right;
    padding-right: 12px;
}

.imac-slider .flex-direction-nav a:hover,
.imac-slider .flex-direction-nav a:active,
.imac-slider .flex-direction-nav a:focus {
    text-decoration: none;
}

.imac-slider .flex-direction-nav a:hover {
    background: #363B46;
}

.imac-slider:hover .flex-next {
    opacity: 1;
    right: 5px;
}

.imac-slider:hover .flex-prev {
    opacity: 1;
    left: 5px;
}

.imac-slider .flex-direction-nav .flex-disabled,
.ipad-slider .flex-direction-nav .flex-disabled {
    display: none;
}

#project-preview .close-preview {
    display: inline-block;
    padding: 10px;
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
    margin: 5px 0;
    text-decoration: none;
}

/*-------------------
------ Prices -------
---------------------*/

.pricing .item {
    position: relative;
    top: 20px;
    background: rgba(255,255,255,1);
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 7px;
    color: #777;
    box-shadow: 5px 5px 0 rgba(0,0,0,0.05);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .pricing .item.featured {
        top: 0;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .pricing .item:hover,
    .pricing .item.featured {
        background: #324264;
        color: #fff;
    }

    .pricing .item h2 {
        font-size: 28px;
        margin-bottom: 0;
        text-transform: uppercase;
    }

    .pricing .item.featured h2 {
        margin-bottom: 10px;
    }

    .pricing .item p {
        margin-bottom: 5px;
        font-weight: 400;
        font-size: 14px;
    }

    .pricing .item .icon {
        display: inline-block;
        margin-bottom: 30px;
        background: #ccc;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        font-size: 48px;
        line-height: 120px;
        color: #fff;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    .pricing .item.featured .icon,
    .pricing .item:hover .icon {
        color: #324264;
        background: #fff;
    }

    .pricing .item .btn-atax {
        margin-top: 20px;
        margin-bottom: 0;
        font-size: 16px;
        padding: 10px 20px;
    }

    .pricing .item.featured .btn-atax,
    .pricing .item:hover .btn-atax {
        background: #fff;
        color: #324264;
    }

    .pricing .item .price {
        font-size: 48px;
        font-weight: 100;
        line-height: 48px;
    }

    .pricing .item .per-month {
        margin-bottom: 20px;
    }


/*----------------------
-----Clients Styles-----
------------------------*/
.clients .client {
    max-width: 300px;
    overflow: hidden;
}

.client img {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transition: all .6s ease-out;
    transition: all .6s ease-out;
}

    .client img:hover {
        -webkit-transform: scale(1.2) rotate(-5deg);
        transform: scale(1.2) rotate(-5deg);
    }

/*----------------------
-----Contact Styles-----
------------------------*/
.contact-item h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-item .icon {
    display: block;
    font-size: 48px;
    color: #0D62B5;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .contact-item .icon:hover {
        color: #5cc9df;
        -webkit-transform: scale(1.3) translateY(-10px);
        transform: scale(1.3) translateY(-10px);
    }


.bl_form {
    margin: 30px 0 0;
}

    .bl_form input {
        padding-top: 15px;
        background: rgba(255,255,255,0.10);
        box-shadow: 0 4px 0px rgba(0,0,0,0.2);
        border: none;
        color: white;
        padding: 10px 15px;
        border-radius: 5px;
        font-size: 16px;
        outline: none;
    }

.lb_wrap .lb_label.top, .lb_wrap .lb_label.bottom {
    left: 66px !important;
}

.lb_wrap .lb_label.left {
    left: 0;
}

.lb_label {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #ccc;
}

.no-placeholder .lb_label {
    display: none;
}

.lb_label.active {
    color: #aaa;
}

#contact-form .form-group label {
    display: none;
    font-size: 18px;
    line-height: 24px;
    font-weight: 100;
    text-transform: uppercase;
}

#contact-form.no-placeholder .form-group label {
    display: block;
}

#contact-form .controls {
    padding: 0;
    margin-top: 40px;
}

#contact-form.no-placeholder .controls {
    margin-top: 0;
}

#contact-form .form-control {
    display: inline;
    background: #fff;
    border: none;
    border-radius: 5px;
    outline: none;
    box-shadow: 0 4px 0 #ccc;
    height: 52px;
    font-size: 18px;
    line-height: 32px;
    color: #aaa;
    font-weight: 400;
    padding-left: 64px;
    vertical-align: top;
}

#contact-form .form-group.half-width {
    width: 40%;
    float: left;
}

#contact-form .form-group {
    position: relative;
}

    #contact-form .form-group [class*=fa] {
        display: block;
        width: 64px;
        position: absolute;
        top: 0;
        left: 5px;
        color: #eee;
        font-size: 24px;
        line-height: 52px;
        text-align: center;
        font-weight: 300;
        -webkit-transition: color .3s ease-out;
        transition: color .3s ease-out;
    }

        #contact-form .form-group [class*=fa].active {
            color: #ccc;
        }

#contact-form.no-placeholder .form-group [class*=fa] {
    top: 30px;
}

#contact-form textarea.form-control {
    height: auto;
    max-width: 100%;
    min-width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 14px;
    vertical-align: top;
}

#contact-form .form-control:focus {
    outline: none;
    box-shadow: 0 4px 0 rgba(0,0,0,0.05);
}

#contact-form .error-message {
    padding: 5px 0;
    position: absolute;
    top: -35px;
    right: 0;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #ff3345;
    z-index: 10;
}

#contact-form.no-placeholder .error-message {
    top: 0;
}
/*----------------------
-----Footer Styles------
------------------------*/

#main-footer {
    padding: 40px 0 20px;
    box-shadow: 0 -4px 0 rgba(0,0,0,0.1);
}

.social-links {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

    .social-links li {
        display: inline-block;
        margin: 0 10px;
        border-radius: 3px;
        box-shadow: 0 4px 0 transparent;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

        .social-links li a {
            display: block;
            color: #fff;
            font-size: 30px;
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out;
        }

        .social-links li:hover {
            background: #fff;
            box-shadow: 0 4px 0 rgba(0,0,0,0.05);
        }

            .social-links li:hover a {
                color: #5CC9DF;
            }

/*-----------------------
-----Scrollimations------
------------------------*/
.scrollimation.fade-in {
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}

    .scrollimation.fade-in.in {
        opacity: 1;
    }

.scrollimation.scale-in {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.17,.89,.67,1.57), opacity .6s ease-out;
    transition: transform .6s cubic-bezier(.17,.89,.67,1.57), opacity .6s ease-out;
}

    .scrollimation.scale-in.in {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

.scrollimation.fade-right {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-out;
    transition: transform .4s ease-out,opacity .4s ease-out;
}

    .scrollimation.fade-right.in {
        opacity: 1;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }

.scrollimation.fade-left {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-out;
    transition: transform .4s ease-out,opacity .4s ease-out;
}

    .scrollimation.fade-left.in {
        opacity: 1;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }

.scrollimation.fade-up {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-in;
    transition: transform .4s ease-out,opacity .4s ease-in-out;
}

    .scrollimation.fade-up.in {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

.scrollimation.d1 {
    transition-delay: .2s;
}

.scrollimation.d2 {
    transition-delay: .4s;
}

.scrollimation.d3 {
    transition-delay: .6s;
}

.scrollimation.d4 {
    transition-delay: .8s;
}

.touch .scrollimation.fade-in {
    opacity: 1;
}

.touch .scrollimation.scale-in {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.touch .scrollimation.fade-right {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.touch .scrollimation.fade-left {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.touch .scrollimation.fade-up {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

/*----------------------
-----Media Queries------
------------------------*/

@media (max-width: 767px) {

    body, p {
        font-size: 16px;
        line-height: 21px;
    }

    h1,
    .skills h2 {
        font-size: 24px;
        line-height: 28px;
    }

    h2 {
        font-size: 21px;
        line-height: 24px;
    }

    .section-title {
        font-size: 28px;
        line-height: 36px;
    }

    .section-description {
        font-size: 18px;
    }

    .cta .cta-message p,
    .cta .cta-message strong {
        font-size: 18px;
        line-height: 24px;
    }

    #main-nav .nav a {
        text-align: center;
        border-bottom: 1px solid #f5f5f5;
    }

        #main-nav .nav a:before {
            display: none;
        }

    .cta .cta-message {
        text-align: center;
    }

    .services .item {
        margin-bottom: 60px;
    }

    .process-list li {
        display: block;
        width: 100%;
        text-align: center;
    }

    .process-line {
        display: none;
    }


    .skills h2 {
        margin-bottom: 60px;
    }

    .project-item .project-thumb {
        max-width: 400px;
        margin: 0 auto;
    }

    .pricing .item {
        top: 0;
        margin: 0 auto 40px;
        max-width: 400px;
    }
}


.pricing_table {
    line-height: 150%;
    font-size: 12px;
    margin: 0 auto;
    width: 100%;
}

.feature-block {
    width: 30% !important;
}

.price_block {
    width: 33%;
    color: #fff;
    float: left;
    list-style-type: none;
    transition: all 0.25s;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.price-saving {
    font-weight: bold;
    padding-top: 10px;
    color: #7f7f7f;
}
.price-saving .heading {
    font-size: 14px;
}
.price-saving .amount {
    font-size: 22px;
    color: #28a02b;
    padding-bottom: 10px;
}

.features-text {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px !important;
}

.pricing_table h3 {
    text-transform: uppercase;
    padding: 20px 0;
    background: #29BCE0;
    margin: 0;
    text-align: center;
    font-weight: normal;
}

.pricing_table .price {
    display: table;
    background: #444;
    width: 100%;
    height: 90px;
    text-align: center;
    font-size: 28px;
}

.pricing_table .price_figure .price_starting {
    color: #fff;
    font-size: 12px;
}

.pricing_table .price_figure {
    font-size: 24px;
    vertical-align: middle;
    display: table-cell;
}

.pricing_table .gold {
    background: #FFA102 !important;
    font-weight: bold;
}

.pricing_table .no-background {
    background: none !important;
}

.pricing_table .price_number {
    font-weight: normal;
    display: block;
    font-size: 36px;
    margin: 5px;
    line-height: 30px;
}

.frequency-value {
    font-weight: bold;
}

.pricing_table .price_tenure {
    font-size: 11px;
}

.pricing_table .features {
    color: #000;
    margin-left: 0;
    padding-left: 0;
}

    .pricing_table .features li {
        padding: 3px;
        margin: 3px 0;
        font-size: 14px;
        list-style-type: none;
        text-align: center;
        border-bottom: 1px solid #D7E8EC;
        border-right: 1px solid #D7E8EC;
        min-height: 35px;
        border-left: 1px solid #e1e1e1;
    }


    .pricing_table .features .fa-check {
        color: #14AFD6;
    }

    .pricing_table .features .fa-times {
        color: #8a8887;
    }

    .pricing_table .features .fa {
        font-size: 14px;
    }

.pricing_table .features-list {
    text-align: left !important;
}

    .pricing_table .features-list li {
        text-align: left !important;
        font-weight: bold;
        border-right: 1px solid #D7E8EC;
    }

.pricing_table .price_block .popular {
    box-shadow: 0 0 0px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
    transform: scale(1.04) translateY(-5px);
    z-index: 1;
    border-bottom: 0 none;
    margin: 0 4px;
    background: #F5F5F5;
}

    .pricing_table .price_block .popular .price {
        background: linear-gradient(#DB7224, #F9B84A);
        box-shadow: inset 0 0 45px 1px #DB7224;
    }
