h4,
p {
    line-height: 22px
}

p,
ul {
    margin: 0
}

.dropdown li a,
.sup-dropdown li a,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: Raleway, sans-serif
}

body {
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
    color: #333
}

b,
p strong,
strong {
    font-weight: 600
}

img {
    max-width: 100%;
    height: auto
}

ol,
ul {
    list-style: none
}

ul {
    padding: 0
}

a {
    transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out
}

a:hover {
    color: #444
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0
}

i {
    font-size: 1.1em
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0
}

h1 {
    font-size: 24px;
    line-height: 30px
}

h2 {
    font-size: 22px;
    line-height: 28px
}

h3 {
    font-size: 18px;
    line-height: 24px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px;
    line-height: 20px
}

h6 {
    font-size: 12px;
    line-height: 18px
}

p {
    color: #202020;
    font-size: 13px
}

.accent-color-bg {
    color: #fff
}

.fittext {
    font-size: 38px;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 35px;
    color: rgba(0, 0, 0, .8)
}

.fittext strong {
    font-weight: 700
}

.page-content p {
    margin-bottom: 15px
}

.wite-text {
    color: #fff
}

.uppercase {
    text-transform: uppercase
}

.image-text {
    margin-right: 10px
}

input[type=submit] {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    border: none
}

input[type=submit]:hover {
    background: #444;
    color: #fff
}

#container,
.boxed-page {
    background-color: #fff
}

.tooltip .tooltip-inner {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px
}

#content {
    padding: 60px 0
}

#content.full-sections {
    padding: 0
}

.section {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important
}

.section.repeat-bg {
    background-repeat: repeat;
    -webkit-background-size: auto !important;
    -moz-background-size: auto !important;
    -o-background-size: auto !important;
    background-size: auto !important
}

.bg-parallax {
    background-attachment: fixed
}

.section-video {
    position: absolute;
    z-index: 33;
    left: 0;
    top: -100px;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important
}

.section-video img,
.section-video object {
    display: block;
    width: 100% !important;
    height: auto !important
}

#loader,
.section-overlay {
    top: 0;
    left: 0;
    height: 100%
}

.section-video-content {
    z-index: 35;
    position: relative;
    opacity: .98
}

.section-overlay {
    position: absolute;
    width: 100%;
    z-index: 34;
    opacity: .7
}

.boxed-page,
.boxed-page header {
    width: 1220px
}

.light-section {
    color: #fff
}

.light-section .testimonials {
    color: #666
}

.light-section .testimonials .testimonial-content p {
    color: #c4c4c4
}

.boxed-page {
    position: relative;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

#loader {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 9999999999
}

@-webkit-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    5% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    5% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.ball-scale-multiple {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
}

.ball-scale-multiple>div:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.ball-scale-multiple>div:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.ball-scale-multiple>div {
    background-color: #ED5565;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
    animation: ball-scale-multiple 1s 0s linear infinite
}

#portfolio-list .mix {
    display: none
}

.page-banner {
    padding: 30px 0;
    background: #fbfbfb;
    border-bottom: 1px solid #eee
}

.page-banner h2 {
    font-size: 30px;
    color: #999;
    font-weight: 700
}

.breadcrumbs {
    float: right;
    margin: 3px 0 6px;
    position: relative;
    z-index: 1;
    font-size: 13px;
    color: #999
}

.breadcrumbs a {
    color: #444
}

.breadcrumbs .crumbs-spacer {
    color: #ccc;
    margin: 0 4px
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.top-bar {
    background: #101215;
    border-bottom: 1px solid rgba(255, 255, 255, .06)
}

.top-bar .contact-details li {
    display: inline-block;
    padding: 6px 0
}

.top-bar .contact-details li a {
    font-size: 12px;
    display: block;
    margin-right: 15px;
    color: #fff;
    line-height: 32px
}

.top-bar .contact-details li a i {
    padding-right: 5px;
    vertical-align: middle
}

ul.social-list {
    float: right
}

ul.social-list li {
    float: left;
    padding: 6px 0
}

ul.social-list li a {
    display: inline-block;
    color: #808C8C;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

ul.social-list li a i {
    font-size: 16px;
    display: block;
    width: 34px;
    height: 33px;
    line-height: 33px;
    text-align: center
}

ul.social-list li a:hover {
    color: #fff
}

ul.social-list li a.facebook:hover {
    background-color: #507CBE
}

ul.social-list li a.twitter:hover {
    background-color: #63CDF1
}

ul.social-list li a.google:hover {
    background-color: #F16261
}

ul.social-list li a.dribbble:hover {
    background-color: #E46387
}

ul.social-list li a.linkdin:hover {
    background-color: #90CADD
}

ul.social-list li a.vimeo:hover {
    background-color: #b31217
}

.navbar-default .navbar-nav {
    margin-right: 10px !important;
    position: relative;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.navbar-default .navbar-nav>li {
    margin-left: 6px;
    padding-top: 20px;
    padding-bottom: 20px
}

.navbar-default .navbar-nav>li>a {
    color: #999;
    display: block;
    font-size: 14px;
    border-radius: 4px;
    padding: 7px 20px;
    text-transform: uppercase;
    overflow: hidden;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    font-weight: 400
}

.navbar-default .navbar-nav>li>a i {
    margin: 0 -2px 0 -5px
}

.navbar-default .navbar-nav .dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 230px;
    padding: 10px 20px 20px;
    background-color: #fff;
    visibility: hidden;
    z-index: 2;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.navbar-default .navbar-nav>li.drop:hover .dropdown {
    visibility: visible;
    opacity: 1
}

.dropdown li,
.sup-dropdown li {
    position: relative
}

.dropdown li a,
.sup-dropdown li a {
    display: block;
    color: #666;
    font-size: 13px;
    padding: 11px 16px;
    margin: 3px 0;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.dropdown li a i {
    margin: 0 0 0 -4px
}

.navbar-default .navbar-nav .sup-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    width: 200px;
    background-color: #fff;
    margin-top: 10px;
    transition: margin-top .2s ease-in-out;
    -moz-transition: margin-top .2s ease-in-out;
    -webkit-transition: margin-top .2s ease-in-out;
    -o-transition: margin-top .2s ease-in-out;
    visibility: hidden;
    z-index: 3;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.navbar-default .navbar-nav li.drop .dropdown li:hover .sup-dropdown {
    visibility: visible;
    margin-top: 0
}

.learn-icon {
    color: #666;
    vertical-align: middle
}

#portal-icon-employ {
    background: url(../img/employee-portal.png) no-repeat;
    height: 100%;
    width: 20px;
    float: left;
    padding: 10px 13px
}

.search-side,
.show-search {
    position: relative;
    float: right
}

.search-side {
    top: 19px;
    right: -15px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.show-search {
    display: block;
    cursor: pointer
}

.show-search i {
    font-size: 1.2em !important;
    display: block;
    color: #666;
    width: 36px;
    height: 36px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    line-height: 36px;
    text-align: center;
    background-color: #f2f2f2;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.show-search:hover i {
    color: #666
}

.full-search {
    width: 100%;
    background: #444;
    z-index: 9999;
    position: absolute;
    top: 0;
    display: none;
    left: 0;
    height: 77px;
    margin-bottom: -1px
}

.full-search .form-control:focus {
    border: none
}

.full-search .close-search {
    cursor: pointer;
    color: #fff;
    top: 24px
}

.full-search input[type=text] {
    outline: 0;
    font-size: 22px;
    display: inline-block;
    color: #FFF;
    width: 100%;
    margin-left: -45px;
    font-weight: 400;
    border: none;
    background: #444;
    padding: 0 65px;
    line-height: 30px
}

.slicknav_menu,
.wpb-mobile-menu {
    display: none
}

@media screen and (max-width:991px) {
    .js #wpb-mobile-menu {
        display: none
    }

    .js .slicknav_menu {
        display: block
    }
}

.tp-caption .small-title {
    color: #fff;
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 300
}

.tp-caption .reg-title {
    color: #fff;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 40px
}

.tp-caption .reg-title span {
    font-size: 16px;
    font-weight: 300
}

.tp-caption .small-title span {
    font-size: 32px;
    font-weight: 700
}

.tp-caption .big-title {
    font-size: 53px;
    color: #fff;
    line-height: 60px;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    text-shadow: 2px 2px 40px #003
}

.tp-caption .btn-large {
    color: #fff;
    font-size: 22px;
    padding: 18px 40px;
    z-index: 11
}

.tp-caption .btn-large:hover {
    color: #fff
}

.service-box {
    margin-top: 15px;
    margin-bottom: 15px
}

.service-box .service-content h3,
.service-box .service-content h4 {
    font-size: 16px;
    margin-bottom: 10px;
    transition: all .4s ease-in-out;
    font-weight: 600
}

.service-box .service-icon {
    float: left;
    margin-top: 5px
}

.service-box .service-content {
    padding-left: 60px
}

.service-box .service-content h4 {
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.service-box .service-content h3 {
    color: #33619e;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.icon-medium,
.icon-small {
    transition: all .4s ease-in-out
}

.section {
    padding-top: 50px;
    padding-bottom: 50px
}

.icon {
    position: absolute;
    margin-top: 5px
}

.icon-small {
    font-size: 2em;
    color: #444;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.icon-medium,
.icon-radius {
    position: relative;
    text-align: center;
    color: #fff
}

.icon-medium {
    font-size: 22px;
    width: 48px;
    line-height: 48px;
    height: 48px;
    background: #666;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.icon-radius {
    font-size: 24px;
    width: 60px;
    border-radius: 100%;
    line-height: 60px;
    height: 60px;
    cursor: pointer;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.icon-radius:after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    -webkit-transform: scale(.85);
    -moz-transform: scale(.85);
    -ms-transform: scale(.85);
    transform: scale(.85);
    padding: 2px;
    z-index: -1;
    pointer-events: none;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-sizing: content-box;
    -webkit-transition: -webkit-transform .4s, opacity .4s;
    -moz-transition: -moz-transform .4s, opacity .4s;
    -o-transition: -moz-transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s
}

.icon-large,
.icon-mini-effect {
    transition: all .4s ease-in-out
}

.icon-radius:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.icon-large {
    font-size: 3em;
    color: #666;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.icon-medium-effect,
.icon-mini-effect {
    position: relative;
    z-index: 1;
    color: #fff;
    margin: 0;
    border-radius: 50%;
    text-align: center;
    display: block
}

.icon-mini-effect {
    font-size: 1.2em;
    top: 4px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.icon-medium-effect {
    font-size: 2em;
    width: 64px;
    height: 64px;
    line-height: 64px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.icon-effect-1:after,
.icon-effect-2:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1
}

.icon-large-effect:after,
.icon-medium-effect:after,
.icon-mini-effect:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.icon-effect-1 {
    background-color: #fff;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    transition: color .4s
}

.gray-icon.icon-effect-1 {
    box-shadow: 0 0 0 3px #444;
    -o-box-shadow: 0 0 0 3px #444;
    -moz-box-shadow: 0 0 0 3px #444;
    -webkit-box-shadow: 0 0 0 3px #444
}

.icon-effect-1:after {
    -webkit-transition: -webkit-transform .4s, opacity .4s;
    -moz-transition: -moz-transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s
}

.gray-icon.icon-effect-1:after {
    background: #444
}

.icon-effect-1.gray-icon:hover,
.service-box:hover .gray-icon.icon-effect-1 {
    color: #444
}

.icon-effect-1:hover:after,
.service-box:hover .icon-effect-1:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0
}

.icon-effect-2 {
    background: #fff;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    transition: color .4s
}

.gray-icon.icon-effect-2 {
    color: #444;
    box-shadow: 0 0 0 3px #444;
    -o-box-shadow: 0 0 0 3px #444;
    -moz-box-shadow: 0 0 0 3px #444;
    -webkit-box-shadow: 0 0 0 3px #444
}

.icon-effect-2:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
    -webkit-transition: -webkit-transform .4s, opacity .4s;
    -moz-transition: -moz-transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s
}

.controls li,
.portfolio-img img {
    -moz-transition: all .9s ease;
    -0-transition: all .9s ease
}

.gray-icon.icon-effect-2:after {
    background: #444
}

.icon-effect-3,
.icon-effect-4,
.icon-effect-5,
.icon-effect-6 {
    background: #fff
}

.icon-effect-2.gray-icon:hover,
.icon-effect-2:hover,
.service-box:hover .gray-icon.icon-effect-2,
.service-box:hover .icon-effect-2 {
    color: #fff
}

.icon-effect-2:hover:after,
.service-box:hover .icon-effect-2:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.gray-icon.icon-effect-3 {
    color: #444;
    box-shadow: 0 0 0 3px #444;
    -o-box-shadow: 0 0 0 3px #444;
    -moz-box-shadow: 0 0 0 3px #444;
    -webkit-box-shadow: 0 0 0 3px #444
}

.icon-effect-3:hover:before,
.service-box:hover .icon-effect-3:before {
    -webkit-animation: toRightFromLeft .4s forwards;
    -moz-animation: toRightFromLeft .4s forwards;
    animation: toRightFromLeft .4s forwards
}

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(100%)
    }

    50% {
        opacity: 0;
        -moz-transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(100%)
    }

    50% {
        opacity: 0;
        transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

.gray-icon.icon-effect-4 {
    color: #444;
    box-shadow: 0 0 0 3px #444;
    -o-box-shadow: 0 0 0 3px #444;
    -moz-box-shadow: 0 0 0 3px #444;
    -webkit-box-shadow: 0 0 0 3px #444
}

.icon-effect-4:hover:before,
.service-box:hover .icon-effect-4:before {
    -webkit-animation: toLeftFromRight .4s forwards;
    -moz-animation: toLeftFromRight .4s forwards;
    animation: toLeftFromRight .4s forwards
}

@-webkit-keyframes toLeftFromRight {
    49% {
        -webkit-transform: translate(-100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(100%)
    }

    51% {
        opacity: 1
    }
}

@-moz-keyframes toLeftFromRight {
    49% {
        -moz-transform: translate(-100%)
    }

    50% {
        opacity: 0;
        -moz-transform: translate(100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes toLeftFromRight {
    49% {
        transform: translate(-100%)
    }

    50% {
        opacity: 0;
        transform: translate(100%)
    }

    51% {
        opacity: 1
    }
}

.gray-icon.icon-effect-5 {
    color: #444;
    box-shadow: 0 0 0 3px #444;
    -o-box-shadow: 0 0 0 3px #444;
    -moz-box-shadow: 0 0 0 3px #444;
    -webkit-box-shadow: 0 0 0 3px #444
}

.icon-effect-5:hover:before,
.service-box:hover .icon-effect-5:before {
    -webkit-animation: toTopFromBottom .4s forwards;
    -moz-animation: toTopFromBottom .4s forwards;
    animation: toTopFromBottom .4s forwards
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

.gray-icon.icon-effect-6 {
    color: #444;
    box-shadow: 0 0 0 3px #444;
    -o-box-shadow: 0 0 0 3px #444;
    -moz-box-shadow: 0 0 0 3px #444;
    -webkit-box-shadow: 0 0 0 3px #444
}

.icon-effect-6:hover:before,
.service-box:hover .icon-effect-6:before {
    -webkit-animation: toBottomFromTop .4s forwards;
    -moz-animation: toBottomFromTop .4s forwards;
    animation: toBottomFromTop .4s forwards
}

@-webkit-keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%)
    }

    51% {
        opacity: 1
    }
}

@-moz-keyframes toBottomFromTop {
    49% {
        -moz-transform: translateY(100%)
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(-100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes toBottomFromTop {
    49% {
        transform: translateY(100%)
    }

    50% {
        opacity: 0;
        transform: translateY(-100%)
    }

    51% {
        opacity: 1
    }
}

#portfolio {
    padding-top: 80px;
    padding-bottom: 80px
}

.heading {
    padding-bottom: 60px
}

.heading .big-title {
    font-size: 30px;
    font-weight: 700;
    float: left;
    padding: 12px 15px
}

.heading .filter-right {
    float: right
}

.controls li {
    float: left;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 5px;
    text-transform: uppercase;
    padding: 10px 15px;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    transition: all .9s ease
}

.controls li.active,
.controls li:hover {
    color: #fff
}

#portfolio-list {
    margin-top: 15px
}

.portfolio-item {
    padding-top: 15px;
    padding-bottom: 15px
}

.portfolio-img {
    overflow: hidden;
    display: block;
    visibility: back;
    position: relative
}

.portfolio-img img {
    zoom: 1;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    transition: all .9s ease
}

.portfolio-img .overlay {
    position: absolute;
    background-color: rgba(255, 255, 255, .8);
    text-align: center;
    top: 0;
    left: 0;
    z-index: 999;
    bottom: -1px;
    right: 0;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.portfolio-img .more {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    cursor: pointer;
    visibility: visible;
    width: 48px;
    height: 48px;
    color: #fff;
    font-size: 28px;
    line-height: 48px;
    margin: -20px auto;
    opacity: 0;
    z-index: 99;
    -webkit-transform: scale(.2);
    -moz-transform: scale(.2);
    -ms-transform: scale(.2);
    -o-transform: scale(.2);
    transform: scale(.2);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.portfolio-img:hover img {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -0-transform: scale(1.4);
    transform: scale(1.4)
}

.portfolio-img:hover .overlay {
    opacity: 1;
    visibility: visible
}

.portfolio-img:hover .more {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -0-transform: scale(1);
    transform: scale(1)
}

.portfolio-item-content {
    padding: 20px !important;
    position: relative;
    background: #FAFAFA;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -0-transition: all .9s ease;
    transition: all .9s ease
}

.btn-effect:after,
.btn-wite,
.portfolio-item-content .icon i {
    -webkit-transition: all .3s ease
}

.portfolio-item-content .header {
    font-size: 16px;
    font-weight: 600;
    color: #3A3A3A
}

.portfolio-item-content .body {
    line-height: 22px;
    font-style: italic
}

.portfolio-item-content .icon {
    position: absolute;
    top: 22px;
    right: 20px
}

#blog,
.blog-item {
    overflow: hidden;
    position: relative
}

.portfolio-item-content .icon i {
    color: #fff;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    height: 40px;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.portfolio-item:hover .portfolio-item-content .body,
.portfolio-item:hover .portfolio-item-content .header {
    color: #fff
}

.portfolio-item:hover .portfolio-item-content .icon i {
    background: #fff
}

#blog {
    width: 100%
}

.blog-padding {
    padding: 0;
    overflow: hidden
}

.blog-item {
    display: block
}

.blog-item .blog-img:before {
    content: '';
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    height: 100%
}

.blog-item .blog-content {
    position: absolute;
    top: 16%;
    width: 100%;
    height: 100%;
    padding: 0 40px
}

.blog-item .blog-content h3 {
    font-size: 17px;
    padding-bottom: 5px;
    -webkit-transition: all .9s linear;
    -moz-transition: all .9s linear;
    -o-transition: all .9s linear;
    -ms-transition: all .9s linear;
    transition: all .9s linear
}

.blog-item .blog-content .body {
    color: #FFF;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 18px;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear
}

.counter-item h5,
.timer {
    color: #fff;
    text-align: center
}

.tema-member .team-thumbnail,
.tema-member-location .team-thumbnail {
    display: block;
    position: relative;
    margin-bottom: 40px;
    overflow: hidden
}

.tema-member {
    text-align: center
}

.tema-member .team-thumbnail img {
    width: 100%
}

.tema-member-location {
    text-align: center
}

.tema-member .team-thumbnail .overlay,
.tema-member-location .team-thumbnail .overlay {
    position: absolute;
    width: 100%;
    display: block;
    opacity: 0;
    bottom: -1px;
    height: 100%;
    background-color: rgba(255, 255, 255, .8);
    left: 0;
    top: 0
}

.tema-member-location .team-thumbnail img {
    width: 100%
}

.tema-member .team-thumbnail .overlay {
    -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;
    transition: all .3s ease-in-out
}

.tema-member-location .team-thumbnail .overlay {
    -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;
    transition: all .3s ease-in-out;
    background-image: url(../img/locations/vc_team.jpg) no-repeat
}

@media screen and (min-width:45em) {

    .tema-member .team-thumbnail .social-media,
    .tema-member-location .team-thumbnail .social-media {
        display: none
    }
}

@media screen and (max-width:991px) {

    .tema-member .team-thumbnail .social-media a,
    .tema-member-location .team-thumbnail .social-media a {
        display: inline-block
    }

    .tema-member .team-thumbnail .social-media {
        position: absolute;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        bottom: 0;
        -webkit-transform: translateY(100%);
        -moz-webkit-transform: translateY(100%);
        transform: translateY(100%);
        -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;
        transition: all .3s ease-in-out
    }

    .tema-member .team-thumbnail .social-media a i {
        font-size: 20px;
        color: #fff;
        width: 48px;
        margin: -2px;
        line-height: 48px;
        height: 48px;
        -webkit-transition: all .9s ease;
        -moz-transition: all .9s ease;
        transition: all .9s ease
    }

    .tema-member-location .team-thumbnail .social-media {
        position: absolute;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        bottom: 0;
        -webkit-transform: translateY(100%);
        -moz-webkit-transform: translateY(100%);
        transform: translateY(100%);
        -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;
        transition: all .3s ease-in-out
    }

    .tema-member-location .team-thumbnail .social-media a i {
        font-size: 20px;
        color: #fff;
        width: 48px;
        margin: -2px;
        line-height: 48px;
        height: 48px;
        -webkit-transition: all .9s ease;
        -moz-transition: all .9s ease;
        transition: all .9s ease
    }
}

.tema-member .team-thumbnail .social-media a.facebook:hover i {
    background: #507CBE
}

.tema-member .team-thumbnail .social-media a.twitter:hover i {
    background: #63CDF1
}

.tema-member .team-thumbnail .social-media a.google:hover i {
    background: #F16261
}

.tema-member .team-thumbnail .social-media a.linkedin:hover i {
    background: #90CADD
}

.tema-member .info h4 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px
}

.tema-member .info h5 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2.5px
}

.tema-member:hover .social-media {
    -webkit-transform: translateY(-90%);
    -moz-webkit-transform: translateY(-90%);
    transform: translateY(-90%)
}

.tema-member:hover .overlay {
    opacity: 1
}

.tema-member-location .team-thumbnail .social-media a.facebook i {
    background: #33619e
}

.tema-member-location .team-thumbnail .social-media a.facebook:hover i {
    background: #4B81D8
}

.tema-member-location .team-thumbnail .social-media a.twitter i,
.tema-member-location .team-thumbnail .social-media a.twitter:hover i {
    background: #63CDF1
}

.tema-member-location .team-thumbnail .social-media a.google:hover i {
    background: #F16261
}

.tema-member-location .team-thumbnail .social-media a.linkedin i {
    background: #666
}

.tema-member-location .team-thumbnail .social-media a.linkedin:hover i {
    background: #999
}

.tema-member-location .info h4 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px
}

.counter-item h5,
.tema-member-location .info h5,
.timer {
    font-weight: 400;
    text-transform: uppercase
}

.tema-member-location .info h5 {
    font-family: "微软雅黑";
    font-weight: bolder;
    font-size: 14px;
    margin-top:10px;
    letter-spacing: 2.5px
}

.tema-member-location:hover .social-media {
    -webkit-transform: translateY(-90%);
    -moz-webkit-transform: translateY(-90%);
    transform: translateY(-90%)
}

.tema-member-location:hover .overlay {
    opacity: 1
}

#contact-valex,
.team-2 {
    background: #F9FAFC
}

.team-2 .tema-member-location .overlay .info {
    padding: 120px 20px;
    opacity: 0;
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -ms-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out
}

.team-2 .tema-member-location .overlay .info h5 {
    margin-bottom: 20px
}

.team-2 .tema-member-location:hover .social-media {
    -webkit-transform: translateY(-125%);
    -moz-webkit-transform: translateY(-125%);
    transform: translateY(-125%)
}

.team-2 .tema-member-location:hover .info {
    opacity: 1;
    margin-top: 12px
}

.hex-icon {
    position: relative;
    width: 120px;
    border-radius: 4px;
    height: 70px;
    margin: 32px auto 40px
}

.hex-icon:after,
.hex-icon:before {
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit;
    content: '';
    margin-left: -1px
}

.hex-icon:before {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg)
}

.hex-icon:after {
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg)
}

.counter-item {
    margin: 30px 0
}

.counter-item .icon {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    transition: color .25s ease 0s
}

.counter-item .icon i {
    font-size: 54px;
    line-height: 64px
}

.counter-item h5 {
    margin-bottom: 0
}

.timer {
    font-size: 48px;
    line-height: 80px
}

.parallax {
    width: 100%;
    padding: 80px 0;
    margin: 0;
    background-position: 50% 30%;
    background-attachment: fixed;
    background-repeat: no-repeat
}

.parallax-mobile {
    background-position: 50% 0 !important;
    background-attachment: scroll !important
}

.features .features-item {
    padding: 60px 0
}

.features .features-item .features {
    margin-bottom: 60px
}

.features .features-item .features .icon {
    float: left
}

.features .features-item .features .icon i {
    z-index: 99
}

.features .features-item .features-content {
    margin-left: 80px;
    padding-right: 68px
}

.features .features-item .features-content h3 {
    padding-bottom: 8px;
    text-transform: uppercase
}

.features .features-item .features:hover .icon-radius:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.client {
    background: #f1f1f1
}

.client-logo {
    overflow: hidden
}

.client-logo .dashed-line {
    position: relative
}

.client-logo .dashed-line:after,
.client-logo .dashed-line:before {
    content: '';
    position: absolute
}

.client-logo .dashed-line:before {
    border-left: 1px dashed #ddd;
    height: 100%;
    left: -1px;
    top: 0
}

.client-logo .dashed-line:after {
    border-bottom: 1px dashed #ddd;
    bottom: -1px;
    height: 0;
    left: 0;
    top: auto;
    width: 100%
}

.client-item {
    margin: 40px 0;
    text-align: center
}

.margin-60,
.margin-top {
    margin-top: 30px
}

.client-item a {
    display: block
}

.client-item img {
    opacity: .5;
    -webkit-filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6 ease;
    transition: all .6s ease;
    padding-bottom: 20px
}

.client-item h4 {
    color: #33619e
}

.client-item img:hover {
    -webkit-filter: grayscale(0);
    filter: gray;
    opacity: 1
}

.clear {
    clear: both
}

.description {
    padding-bottom: 30px
}

.margin-60 {
    margin-bottom: 30px
}

.hr1 {
    height: 1px
}

.hr2,
.hr3,
.hr4 {
    height: 0
}

.hr2 {
    border-bottom: 1px solid #eee
}

.hr3 {
    border-bottom: 1px dotted #eee
}

.hr4 {
    border-bottom: 1px dashed #eee
}

.hr5 {
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .15), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .15), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .15), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .15), rgba(0, 0, 0, 0))
}

.custom-carousel .item {
    padding-right: 20px
}

.custom-carousel.show-one-slide .item {
    padding-right: 0
}

.latest-posts-classic .post-row {
    margin-bottom: 20px
}

.latest-posts-classic .left-meta-post {
    float: left;
    text-align: center;
    margin-right: 12px;
    margin-bottom: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    overflow: hidden
}

.latest-posts-classic .left-meta-post .post-date {
    padding: 8px 0;
    width: 42px;
    background-color: #444;
    color: #fff
}

.latest-posts-classic .left-meta-post .post-date .day {
    font-size: 20px;
    font-weight: 700;
    display: block;
    letter-spacing: 1px
}

.latest-posts-classic .left-meta-post .post-date .month {
    display: block;
    text-transform: uppercase;
    line-height: 14px;
    font-size: 11px;
    letter-spacing: 1px
}

.latest-posts-classic .left-meta-post .post-type i {
    display: block;
    height: 40px;
    line-height: 39px;
    width: 42px;
    color: #fff;
    font-size: 1.4em
}

.dropcap,
.latest-posts-classic .read-more:hover {
    color: #444
}

.latest-posts-classic .post-title {
    margin-bottom: 5px
}

.latest-posts-classic .post-title a {
    color: #444;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.latest-posts-classic .read-more {
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.btn-effect:after,
.btn-wite {
    -moz-transition: all .3s ease
}

.dropcap {
    display: block;
    float: left;
    font-size: 40px;
    line-height: 34px;
    margin: 6px 8px 0 0
}

.dropcap.bg-dropcap,
.dropcap.border-dropcap {
    font-size: 28px;
    margin: 8px 12px 0 0;
    font-weight: 500
}

.dropcap.border-dropcap {
    border: 2px solid #444;
    width: 46px;
    height: 46px;
    line-height: 42px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px
}

.dropcap.bg-dropcap,
.milestone-block .milestone-icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center
}

.dropcap.bg-dropcap {
    background-color: #444;
    color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px
}

.dropcap.circle-dropcap {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%
}

.milestone-block {
    display: inline-block;
    margin-bottom: 25px;
    margin-right: 50px
}

.milestone-block:last-child {
    margin-right: 0
}

.milestone-block .milestone-icon {
    float: left;
    margin-right: 9px;
    margin-bottom: 4px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    position: relative
}

.milestone-block .milestone-icon:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 21px;
    right: -2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

#btnsubmit,
.btn,
.btn1 {
    display: inline-block;
    letter-spacing: 1px;
    outline: 0;
    cursor: pointer
}

.milestone-block .milestone-icon i {
    font-size: 2em;
    color: #fff
}

.milestone-block .milestone-right {
    float: left;
    text-align: left
}

.back-to-top i,
.error-page,
.nivo-lightbox-error,
.nivo-lightbox-image {
    text-align: center
}

.milestone-block .milestone-number {
    font-size: 26px;
    line-height: 28px;
    font-weight: 500
}

#btnsubmit,
.big-title h1 strong,
.big-title h2 strong,
.btn,
.btn1,
.classic-title,
.classic-title span {
    font-weight: 400
}

.milestone-block .milestone-text {
    font-size: 18px;
    color: #444
}

.btn,
.btn:hover {
    color: #fff
}

.btn {
    border: none;
    padding: 10px 12px;
    text-transform: uppercase;
    position: relative
}

.btn:active,
.btn:focus {
    color: #FFF;
    outline: 0
}

.btn-large {
    color: #fff;
    padding: 18px 22px;
    margin: 15px 0;
    border: 1px solid transparent
}

.btn-effect {
    overflow: hidden
}

.btn-effect:before {
    right: 10px;
    z-index: 2;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 3;
    font-size: 140%;
    width: 60px
}

.btn-effect:after {
    content: '';
    position: absolute;
    width: 30%;
    height: 230%;
    z-index: 1;
    left: 0;
    top: 0;
    margin: -2px 0 0 -22px;
    -webkit-transform-origin: 0 0;
    -webkit-transform: rotate(-20deg);
    -moz-transform-origin: 0 0;
    -moz-transform: rotate(-20deg);
    -ms-transform-origin: 0 0;
    -ms-transform: rotate(-20deg);
    transform-origin: 0 0;
    transform: rotate(-20deg);
    transition: all .3s ease
}

#btnsubmit,
.footer-widget h4 {
    text-transform: uppercase;
    position: relative
}

.btn-effect:hover:after {
    width: 60%
}

#btnsubmit {
    color: #fff;
    padding: 10px 12px;
    height: 40px;
    width: 180px;
    font-size: 14px;
    background-color: #33619e
}

#btnsubmit:hover {
    color: #fff;
    background-color: #444
}

#btnsubmit:active,
#btnsubmit:focus {
    color: #FFF;
    outline: 0;
    background-color: #444
}

.btn1 {
    border: none;
    color: #666;
    background-color: #fff;
    padding: 0;
    margin: 0
}

.btn-small {
    padding: 10px 12px
}

.btn-wite {
    border: 1px solid #fff;
    transition: all .3s ease
}

.btn-wite:hover {
    background: rgba(255, 239, 250, .4);
    border-color: rgba(255, 239, 250, .4)
}

.btn-grey {
    border: 1px solid #666;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    color: #666;
    margin-right: 8px
}

.btn-grey:hover {
    background: #666;
    border-color: rgba(255, 239, 250, .4)
}

.pn {
    margin: 0 15px
}

.alert-success p {
    color: #468847
}

.alert-info p {
    color: #3a87ad
}

.alert-warning p {
    color: #c09853
}

.alert-danger p {
    color: #a94442
}

.alert h4 {
    margin-bottom: 10px
}

ul.icons-list {
    margin-bottom: 6px
}

ul.icons-list li,
ul.list-unstyled li {
    margin-bottom: 4px
}

ul.icons-list li i {
    font-size: 14px;
    margin-right: 4px
}

.classic-title {
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee
}

.classic-title span {
    padding-bottom: 10px;
    border-bottom: 1px solid
}

.big-title {
    margin-bottom: 20px;
    font-size: 30px
}

.big-title h1,
.big-title h2 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 400
}

.big-title .title-desc {
    font-size: 16px;
    line-height: 22px;
    color: #666
}

footer,
footer p {
    color: #ccc
}

.big-title h1+.title-desc,
.big-title h2+.title-desc {
    margin-top: 4px
}

footer {
    background-color: #2D3E50;
    padding-top: 40px
}

footer a {
    color: #666
}

.footer-widget {
    margin-bottom: 45px
}

.footer-widget h4 {
    color: #FFF;
    padding-bottom: 8px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600
}

.footer-widget .head-line {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 2px;
    background-color: #fff;
    margin: 0
}

.recent-post .footer-nav-header a,
.recent-post .footer-nav-header a:hover {
    padding-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase
}

.footer-index a {
    color: #eee;
    line-height: 26px
}

.footer-index a:hover {
    color: #999
}

.recent-post .footer-nav-header a {
    color: #FFF
}

.recent-post .footer-nav-header a:hover {
    color: #999
}

.recent-post {
    overflow: hidden
}

.recent-post .post {
    float: left;
    margin-bottom: 8px
}

.recent-post .post a {
    float: left;
    width: 80px;
    opacity: .6;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.recent-post .post a:hover {
    opacity: 1
}

.recent-post .post a img {
    width: 100%;
    height: 65px
}

.recent-post .post .text {
    padding-left: 92px;
    color: #fff
}

.recent-post .post .text span {
    font-size: 12px;
    color: #627282
}

.tags li {
    display: inline-block;
    margin-left: 3px;
    margin-bottom: 18px
}

.tags li a {
    background: #22323F;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    padding: 7px 14px;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.flickr-widget ul {
    overflow: hidden
}

.flickr-widget ul li {
    float: left;
    margin-left: 3px;
    margin-bottom: 3px
}

.flickr-widget ul li a {
    display: inline-block;
    width: 80px;
    opacity: .6;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.flickr-widget ul li a img {
    width: 100%;
    height: 65px
}

.flickr-widget ul li a:hover {
    opacity: 1
}

.copyright-section {
    padding: 15px 0;
    background-color: #172029;
    font-size: 11px;
    color: #ccc;
    letter-spacing: .5px
}

.copyright-section p {
    font-size: 12px;
    color: #ccc
}

.copyright-section p a {
    color: #6d7780
}

.copyright-section p a:hover {
    color: #fff
}

.copyright-section ul.footer-nav {
    float: right
}

.copyright-section ul.footer-nav li {
    display: inline-block;
    float: left;
    margin-left: 5px
}

.copyright-section ul.footer-nav li a {
    display: inline-block;
    text-decoration: none;
    color: #6D7780;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.copyright-section ul.footer-nav li a:hover {
    color: #fff
}

.copyright-section ul.footer-nav li:first-child {
    margin-left: 0
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px
}

.back-to-top i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    background-color: #444;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.nivo-lightbox-content,
.nivo-lightbox-overlay {
    height: 100%;
    width: 100%
}

.error-page {
    padding: 40px 0
}

.error-page p {
    font-size: 18px;
    line-height: 28px;
    color: #666;
    margin-bottom: 25px
}

.error-page h1 {
    font-size: 300px;
    margin: 130px 0
}

.error-page .btn {
    margin-top: 80px
}

.nivo-lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.nivo-lightbox-overlay.nivo-lightbox-open {
    visibility: visible;
    opacity: 1
}

.nivo-lightbox-wrap {
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%
}

.nivo-lightbox-title-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    text-align: center
}

.nivo-lightbox-nav {
    display: none
}

.nivo-lightbox-prev {
    position: absolute;
    top: 50%;
    left: 0
}

.nivo-lightbox-next {
    position: absolute;
    top: 50%;
    right: 0
}

.nivo-lightbox-close {
    position: absolute;
    top: 2%;
    right: 2%
}

.nivo-lightbox-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle
}

.nivo-lightbox-content iframe,
.nivo-lightbox-error {
    width: 100%;
    height: 100%
}

.nivo-lightbox-ajax {
    max-height: 100%;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.nivo-lightbox-error {
    display: table;
    color: #fff;
    text-shadow: 0 1px 1px #000
}

.nivo-lightbox-error p {
    display: table-cell;
    vertical-align: middle
}

.nivo-lightbox-effect-fade,
.nivo-lightbox-effect-fadeScale,
.nivo-lightbox-effect-fall,
.nivo-lightbox-effect-slideDown,
.nivo-lightbox-effect-slideLeft,
.nivo-lightbox-effect-slideRight,
.nivo-lightbox-effect-slideUp {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7)
}

.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
    -webkit-transition: all .3s cubic-bezier(.25, .5, .5, .9);
    -moz-transition: all .3s cubic-bezier(.25, .5, .5, .9);
    -ms-transition: all .3s cubic-bezier(.25, .5, .5, .9);
    -o-transition: all .3s cubic-bezier(.25, .5, .5, .9);
    transition: all .3s cubic-bezier(.25, .5, .5, .9)
}

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%)
}

.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%)
}

.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%)
}

.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%)
}

.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px
}

.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: translateZ(300px);
    -moz-transform: translateZ(300px);
    -ms-transform: translateZ(300px);
    transform: translateZ(300px)
}

.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.services-2:hover .services-2-icon i,
.services-3:hover .services-3-icon i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg)
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: #666;
    background: rgba(0, 0, 0, .8)
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
    background: url(../img/lightbox/loading.gif) 50% 50% no-repeat
}

.nivo-lightbox-theme-default .nivo-lightbox-nav {
    top: 10%;
    width: 8%;
    height: 80%;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: .5;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, .5)
}

.nivo-lightbox-theme-default .nivo-lightbox-prev {
    background-image: url(../img/lightbox/prev.png);
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0
}

.nivo-lightbox-theme-default .nivo-lightbox-next {
    background-image: url(../img/lightbox/next.png);
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
    display: block;
    background: url(../img/lightbox/close.png) 5px 5px no-repeat;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    padding: 5px;
    opacity: .5
}

.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
    opacity: 1
}

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
    bottom: -7%
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
    font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    background: #000;
    color: #fff;
    padding: 7px 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .5);
    -o-box-shadow: 0 0 8px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .5)
}

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
    background: #fff;
    padding: 40px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .5);
    -o-box-shadow: 0 0 8px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .5)
}

@media (-webkit-min-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6/2),
(min--moz-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
        background-image: url(../img/lightbox/loading@2x.gif);
        background-size: 32px 32px
    }

    .nivo-lightbox-theme-default .nivo-lightbox-prev {
        background-image: url(../img/lightbox/prev@2x.png);
        background-size: 48px 48px
    }

    .nivo-lightbox-theme-default .nivo-lightbox-next {
        background-image: url(../img/lightbox/next@2x.png);
        background-size: 48px 48px
    }

    .nivo-lightbox-theme-default .nivo-lightbox-close {
        background-image: url(../img/lightbox/close@2x.png);
        background-size: 16px 16px
    }
}

#bar {
    width: 0;
    max-width: 100%;
    height: 4px;
    background: #444;
    filter: alpha(opacity=50);
    opacity: .5
}

#progressBar {
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%
}

.switcher-box {
    width: 236px;
    position: fixed;
    left: -236px;
    top: 160px;
    z-index: 999999999;
    background-color: #fff;
    display: block !important;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.switcher-box h4 {
    display: block;
    margin: 0 20px 10px;
    line-height: 42px;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px dotted #eee;
    background-color: #fff
}

.switcher-box span {
    display: block;
    padding: 5px 20px;
    text-align: left
}

.switcher-box .colors-list {
    padding: 0 18px;
    margin-bottom: 8px;
    line-height: 20px
}

.switcher-box .colors-list li {
    display: inline-block;
    margin-right: 2px
}

.switcher-box .colors-list li a {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    cursor: pointer
}

.switcher-box .colors-list li a.blue {
    background-color: #0a9fd8
}

.switcher-box .colors-list li a.cyan {
    background-color: #27bebe
}

.switcher-box .colors-list li a.jade {
    background-color: #0bb586
}

.switcher-box .colors-list li a.red {
    background-color: #ee3733
}

.switcher-box .colors-list li a.peach {
    background-color: #f49237
}

.switcher-box .colors-list li a.sky-blue {
    background-color: #38cbcb
}

.switcher-box .colors-list li a.yellow {
    background-color: #f8ba01
}

.switcher-box .colors-list li a.green {
    background-color: #94c523
}

.switcher-box .colors-list li a.orange {
    background-color: #f36510
}

.switcher-box .colors-list li a.pink {
    background-color: #f1505b
}

.switcher-box .colors-list li a.purple {
    background-color: #6a3da3
}

.switcher-box .colors-list li a.beige {
    background-color: #fdb655
}

.switcher-box .layout-style,
.switcher-box .topbar-style {
    width: 172px;
    outline: 0;
    display: block;
    background: #fff;
    padding: 4px 6px;
    color: #666;
    cursor: pointer;
    border-radius: 2px;
    font-size: 12px;
    margin: 0 0 12px 20px;
    border: 1px solid #ddd
}

.switcher-box .bg-list {
    padding: 0 18px;
    margin-bottom: 18px
}

.switcher-box .bg-list li {
    display: inline-block;
    margin-right: 2px
}

.switcher-box .bg-list li a {
    display: block;
    border-radius: 3px;
    width: 20px;
    height: 20px
}

.switcher-box .bg-list li a.bg1 {
    background: url(../img/patterns/1.png)
}

.switcher-box .bg-list li a.bg2 {
    background: url(../img/patterns/2.png)
}

.switcher-box .bg-list li a.bg3 {
    background: url(../img/patterns/3.png)
}

.switcher-box .bg-list li a.bg4 {
    background: url(../img/patterns/4.png)
}

.switcher-box .bg-list li a.bg5 {
    background: url(../img/patterns/5.png)
}

.switcher-box .bg-list li a.bg6 {
    background: url(../img/patterns/6.png)
}

.switcher-box .bg-list li a.bg7 {
    background: url(../img/patterns/7.png)
}

.switcher-box .bg-list li a.bg8 {
    background: url(../img/patterns/8.png)
}

.switcher-box .bg-list li a.bg9 {
    background: url(../img/patterns/9.png)
}

.switcher-box .bg-list li a.bg10 {
    background: url(../img/patterns/10.png)
}

.switcher-box .bg-list li a.bg11 {
    background: url(../img/patterns/11.png)
}

.switcher-box .bg-list li a.bg12 {
    background: url(../img/patterns/12.png)
}

.switcher-box .bg-list li a.bg13 {
    background: url(../img/patterns/13.png)
}

.switcher-box .bg-list li a.bg14 {
    background: url(../img/patterns/14.png)
}

.switcher-box .open-switcher {
    width: 42px;
    height: 42px;
    display: block;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 100%;
    border-radius: 0 2px 2px 0;
    background: #101215
}

.services-2-icon i,
.services-3-icon i {
    height: 60px;
    line-height: 60px;
    float: left
}

.services-2,
.services-2-icon i {
    position: relative;
    text-align: center
}

.switcher-box .open-switcher i {
    text-align: center;
    padding-top: 7px;
    display: block
}

.services-2-icon h4,
.services-3-icon h4 {
    font-weight: 400;
    padding: 0;
    vertical-align: middle
}

.iframe {
    border: none
}

.services-2 {
    margin: 0 0 30px
}

.services-2-icon {
    width: 100%;
    display: table
}

.services-2-icon i {
    width: 60px;
    margin: 0 15px 0 auto;
    display: inline-block;
    border-radius: 50%;
    font-size: 26px;
    background: #E93735;
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.services-2:hover .services-2-icon i {
    display: block
}

.services-2-text {
    margin-left: 75px;
    overflow: hidden
}

.services-2-icon h4 {
    color: #404449;
    font-size: 16px;
    margin: 15px 0 0;
    text-align: left;
    display: table-cell;
    width: 100%
}

.services-2 p {
    color: #ACB2B8;
    margin: 0;
    text-align: left
}

.services-3,
.services-3-icon i {
    text-align: center;
    position: relative
}

.services-3 {
    margin: 0 0 30px
}

.services-3-icon {
    width: 100%;
    display: table
}

.services-3-icon i {
    width: 60px;
    margin: 0 auto 0 15px;
    display: inline-block;
    border-radius: 50%;
    font-size: 26px;
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.services-3:hover .services-3-icon i {
    display: block
}

.services-3-text {
    margin-right: 75px;
    overflow: hidden
}

.services-3-icon h4 {
    font-family: Raleway, sans-serif;
    color: #404449;
    font-size: 16px;
    margin: 0 0 15px;
    text-align: right;
    display: table-cell;
    width: 100%
}

.services-3 p {
    color: #ACB2B8;
    margin: 0;
    text-align: right
}

.purchase {
    background: url(../img/parallax/bg-02.jpg) no-repeat fixed;
    padding: 60px 0
}

.employment {
    background: url("../img/parallax/bg-03.jpg") no-repeat fixed;
    padding: 60px 0
}

.distributor {
    background: url(../img/parallax/bg-01.jpg) no-repeat fixed;
    padding: 40px 0
}

.navbar-collapse {
    max-height: 340px
}

img.m-left {
    float: left;
    width: 144px;
    height: 144px;
    margin: 0 25px 40px 0
}

.panel-default {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #f1f1f1
}

.panel-default .panel-heading {
    padding: 0;
    background-color: transparent
}

.panel-default .panel-heading .panel-title {
    font-size: 13px;
    font-weight: 600
}

.panel-default .panel-heading .panel-title a {
    position: relative;
    display: block;
    padding: 6px 12px;
    background-color: #fff;
    box-shadow: none;
    outline: 0;
    -o-box-shadow: none;
    text-decoration: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.panel-default .panel-heading a.collapsed {
    color: #444
}

.panel-title a .control-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -11px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.panel-title a.collapsed .control-icon {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg)
}

.panel-title a i {
    font-size: 1.2em;
    padding-right: 5px
}

.panel-body {
    padding: 4px 15px 10px
}

.skill p {
    margin-bottom: 10px;
    font-weight: 600
}

.progress {
    overflow: visible;
    height: 22px;
    margin-bottom: 20px;
    background-color: #FAFAFA;
    border: 1px solid #E2E2E2;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.progress-bar {
    float: left;
    height: 100%;
    font-size: 12px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
    position: relative
}

.social-link a {
    display: inline-block;
    margin-right: 5px
}

.social-link a i {
    text-align: center;
    color: #aaa;
    font-size: 18px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    height: 38px;
    line-height: 36px;
    width: 38px;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.social-link .twitter:hover i {
    color: #00BAFF
}

.social-link .facebook:hover i {
    color: #5192CC
}

.social-link .google:hover i {
    color: #ED523D
}

.social-link .linkedin:hover i {
    color: #1985BC
}

.social-link .youtube:hover i {
    color: #D42424
}

.post-title {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: uppercase
}

.blog-post {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px dotted #eee
}

.blog-post .post-content {
    float: none;
    width: 100%;
    clear: both;
    padding: 25px 0
}

.blog-post .post-content .meta {
    font-size: 13px;
    font-style: italic;
    margin-bottom: 17px;
    padding-bottom: 11px;
    border-bottom: 1px dotted #eee
}

.blog-post .post-content .meta .meta-part {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 25px
}

.blog-post .post-content .meta .meta-part a {
    color: #999
}

.blog-post .share {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 15px
}

.blog-post .share span {
    margin-right: 10px;
    font-size: 16px
}

.quote-post .feature-inner {
    padding: 30px;
    border-radius: 4px;
    border-left: 3px solid #333 !important;
    margin-bottom: 25px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.quote-post .feature-inner p {
    color: #fff;
    font-size: 26px;
    line-height: 38px
}

.quote-post .feature-inner .name {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 38px;
    font-style: italic
}

.quote-post .feature-inner:hover {
    background: #444
}

.blog-post .post-format {
    position: absolute;
    left: 50%;
    z-index: 999
}

.blog-post .post-format span a {
    background: #fff;
    border-radius: 4px;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-top: -20px;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    z-index: 1
}

.blog-post .post-format span a i {
    display: block;
    line-height: 40px;
    font-size: 18px;
    position: relative;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.blog-post .post-type i {
    font-size: 1.2em;
    color: #fff
}

#pagination a,
#pagination span {
    display: inline-block;
    text-align: center;
    height: 34px;
    width: 34px;
    color: #666;
    line-height: 33px;
    border: 1px solid #eee;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

#pagination span.current {
    color: #fff
}

#pagination a:hover {
    border-color: #ddd
}

#pagination .all-pages,
#pagination .next-page {
    width: auto;
    padding: 0 14px
}

.widget-title {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
    word-spacing: 1px
}

.right-sidebar {
    padding-left: 20px
}

#sidebar {
    margin-bottom: 30px
}

#sidebar .widget {
    border-bottom: 1px solid #eee;
    margin-bottom: 22px;
    padding-bottom: 30px
}

#sidebar .widget:last-child {
    border-bottom: none
}

#sidebar .cat-list li {
    border-bottom: 1px dotted #eee;
    padding: 7px 0
}

#sidebar .cat-list li a {
    text-decoration: none;
    margin-right: 10px;
    color: #666;
    display: inline-block;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

#sidebar .cat-list li a:hover {
    color: #aaa
}

#sidebar .cat-list li .num-posts {
    color: #aaa;
    float: right;
    font-size: 12px
}

#sidebar .cat-list li:last-child {
    border: none
}

#sidebar .posts-list li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #eee
}

#sidebar .posts-list li:last-child {
    margin: 0;
    padding: 0;
    border: none
}

#sidebar .posts-list .widget-thumb {
    float: left
}

#sidebar .posts-list .widget-thumb img {
    opacity: 1;
    max-width: 90px;
    margin: 5px 15px 0 0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

#sidebar .posts-list .widget-thumb:hover img {
    opacity: .7
}

.thumb-overlay,
.thumb-overlay i {
    opacity: 0;
    right: 0;
    position: absolute
}

#sidebar .posts-list .widget-content a {
    text-transform: uppercase;
    font-weight: 400;
    color: #666
}

#sidebar .posts-list .widget-content span {
    color: #999;
    font-size: 12px;
    display: block;
    margin: 3px 0
}

#sidebar .tag a {
    display: inline-block;
    color: #666;
    font-size: 12px;
    padding: 7px 14px;
    background: #eee;
    margin: 4px 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    text-transform: uppercase;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

#sidebar .tag a i {
    padding-right: 5px
}

#sidebar .tag a:hover {
    color: #fff
}

.accordion .panel-title a {
    display: block;
    background: #fff;
    border: 1px solid #e5e5e5;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    padding: 12px 15px 11px;
    box-shadow: none;
    position: relative;
    text-transform: uppercase
}

.accordion .cat-menu-list li {
    border-bottom: 1px dotted #e5e5e5;
    padding: 7px 0
}

.accordion .cat-menu-list li a {
    color: #666
}

.accordion .cat-menu-list li a:hover {
    color: #aaa
}

.accordion .cat-menu-list li:last-child {
    border-bottom: none
}

.accordion .panel-default {
    box-shadow: none;
    border: none
}

.accordion .panel-title a .control-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -11px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.accordion .panel-title a.collapsed .control-icon {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg)
}

.accordion .panel-title a i {
    font-size: 1.2em;
    padding-right: 5px
}

.accordion .panel-body {
    padding: 4px 15px 10px;
    border: 1px solid #e1e1e1;
    border-top: none
}

.relate-slider {
    text-align: center
}

.relate-slider .portfolio-details {
    margin-top: 20px
}

.relate-slider .portfolio-details h4 {
    color: #666;
    font-weight: 400
}

.widget-search input[type=search] {
    position: relative;
    margin: 0;
    float: left;
    height: 37px;
    line-height: 37px;
    width: 85%;
    border-right: none;
    border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -o-border-radius: 2px 0 0 2px
}

.widget-search .search-btn {
    display: inline-block;
    width: 38px;
    position: absolute;
    height: 37px;
    border: none;
    color: #fff;
    font-size: 1.2em;
    line-height: 36px;
    text-align: center;
    border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -o-border-radius: 0 2px 2px 0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.widget-search .search-btn:hover {
    background-color: #444
}

.relate-slider .owl-controls .owl-buttons {
    position: absolute;
    top: -18px;
    right: 2px
}

.relate-slider .owl-controls .owl-buttons div {
    height: 22px;
    width: 22px;
    line-height: 22px;
    display: inline-block;
    zoom: 1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    margin-left: 4px;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    border: 1px solid #ccc
}

.relate-slider .owl-controls .owl-buttons div i {
    font-size: 1.2em;
    color: #ccc;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.single-gallery p {
    margin-bottom: 20px
}

blockquote {
    padding: 20px 0;
    position: relative;
    margin: 30px 0;
    border-left-color: transparent
}

blockquote i {
    font-size: 32px;
    position: absolute;
    margin-top: 10px
}

blockquote .quote-text {
    color: #666;
    font-size: 18px;
    line-height: 32px;
    display: block;
    font-style: italic;
    font-weight: 400;
    padding-left: 45px
}

.thumb-overlay {
    background-color: rgba(255, 255, 255, .8);
    text-align: center;
    top: 0;
    left: 0;
    z-index: 998;
    bottom: -1px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.thumb-overlay i {
    top: 46%;
    left: 0;
    cursor: pointer;
    visibility: visible;
    width: 48px;
    height: 48px;
    color: #fff;
    font-size: 28px;
    line-height: 48px;
    margin: -20px auto;
    z-index: 99;
    -webkit-transform: scale(.2);
    -moz-transform: scale(.2);
    -ms-transform: scale(.2);
    -o-transform: scale(.2);
    transform: scale(.2);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.portfolio-border:hover .overlay,
.thumb-overlay:hover,
.thumb-overlay:hover i {
    opacity: 1;
    visibility: visible
}

.thumb-overlay:hover i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -0-transform: scale(1);
    transform: scale(1)
}

.post-tags-list {
    padding-top: 6px
}

.post-tags-list a {
    display: inline-block;
    color: #666;
    font-size: 12px;
    padding: 2px 8px;
    background: #eee;
    margin-bottom: 4px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.post-tags-list a:hover {
    color: #fff
}

.comments-title {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 20px
}

#comments .comments-list {
    padding: 0;
    margin: 0 0 35px
}

#comments .comments-list li .comment-box {
    background: #Fefefe;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 22px;
    border: 1px solid #e5e5e5
}

#comments .comments-list li ul {
    padding-left: 80px
}

#comments .avatar {
    padding: 5px;
    background: #fff;
    width: 80px;
    float: left;
    border-radius: 50%;
    height: 80px;
    position: relative;
    border: 1px solid #ddd
}

.service-circle .service-icon,
.service-icon-left-more .service-icon {
    float: none
}

#comments .avatar img {
    border-radius: 50%
}

#comments .avatar:before {
    content: " ";
    width: 0;
    height: 0;
    transform: rotate(-7deg);
    position: absolute;
    top: 24px;
    right: -19px;
    border-style: solid;
    border-width: 10px;
    border-color: #E5E5E5 transparent transparent #E5E5E5
}

#comments .comment-content {
    padding-left: 105px
}

#comments .comment-content .comment-meta {
    margin-bottom: 5px
}

#comments .comment-content .comment-by {
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    text-transform: uppercase
}

#comments .comment-content .comment-by:hover,
#comments .comment-content .comment-date {
    color: #444
}

.reply-link {
    padding: 4px 16px 5px;
    background: #fff;
    border: 1px solid #ddd;
    color: #aaa;
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    margin: 10px 3px 0 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease
}

.respond-title {
    font-weight: 400;
    padding: 15px 0;
    font-size: 14px;
    border-top: 1px dotted #EEE
}

.project-content h4 {
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee
}

.project-content h4 span {
    padding-bottom: 8px;
    border-bottom: 1px solid
}

.project-content p {
    margin-bottom: 30px
}

.project-content .share {
    margin-top: 20px;
    font-size: 14px
}

.project-content .share span {
    margin-right: 10px
}

.project {
    margin-top: 50px
}

.recent-projects h4.title {
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee
}

.recent-projects h4.title span {
    padding-bottom: 8px;
    border-bottom: 1px solid
}

.projects-carousel {
    width: 1150px !important
}

.projects-carousel .item {
    margin-right: 15px;
    margin-bottom: 0
}

.main-desc {
    margin-bottom: 30px
}

.main-desc p {
    font-size: 26px;
    font-weight: 400;
    line-height: 36px
}

.service-icon-left-more {
    text-align: center
}

.service-icon-left-more .service-content {
    padding: 25px
}

.service-icon-left-more:hover i {
    color: #ee3733
}

.recent-projects i.more {
    border-radius: 50% !important;
    font-size: 14px
}

.portfolio-border {
    padding: 3px;
    border: 1px solid #f1f1f1
}

.portfolio-border .portfolio-details {
    background: #f1f1f1;
    padding: 10px
}

.portfolio-border .portfolio-details h4 {
    color: #444;
    margin-top: 8px
}

.portfolio-border:hover img {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -0-transform: scale(1.4);
    transform: scale(1.4)
}

.portfolio-border:hover .more {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -0-transform: scale(1);
    transform: scale(1)
}

.service-circle {
    text-align: center
}

.service-circle .service-icon i {
    background: #FBFBFB;
    font-size: 24px;
    width: 64px;
    line-height: 64px;
    height: 64px;
    border-radius: 50%;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease
}

.service-circle .service-content {
    text-align: center;
    padding: 18px
}

.icon-large-effect {
    position: relative;
    display: block;
    z-index: 1;
    font-size: 2.6em;
    color: #fff;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.icon-large-effect:after,
.icon-mini-effect:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.title1 {
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 13px
}

.contact-form .orderby select,
.form-control,
textarea {
    border: 1px solid #DDD;
    outline: 0;
    color: #324545;
    margin: 15px 0
}

.title1 i {
    font-size: 24px;
    padding-right: 5px
}

.upper {
    text-transform: uppercase
}

.form-control {
    height: 40px
}

.form-control,
textarea {
    background: #FFF;
    font-size: 13px;
    padding: 10px 12px;
    box-shadow: none
}

.form-control:focus,
textarea:focus {
    box-shadow: none
}

.contact-form select {
    padding: 9px
}

.contact-form .orderby {
    position: relative
}

.contact-form .orderby select {
    width: 100%;
    border-radius: 4px;
    padding: 10px 12px;
    height: 40px
}

.contact-form .orderby:before {
    content: "\f107";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    line-height: 40px;
    top: 15px;
    background: #FFF;
    right: 1px;
    width: 40px;
    max-height: 40px;
    text-align: center;
    pointer-events: none;
    font-size: 16px;
    height: 100%;
    border-left: 1px solid #DDD;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.information {
    margin-top: 15px
}

.contact-datails {
    margin-bottom: 34px;
    min-height: 75px;
    position: relative
}

.contact-datails .info {
    padding-left: 90px
}

.contact-datails .info h3 {
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
    text-transform: uppercase
}

.contact-datails .info .datail {
    display: block
}

.title-banner {
    position: relative;
    padding: 40px;
    color: #fff
}

.title-banner h2 {
    font-size: 30px
}

#google-map,
body,
html {
    padding: 0;
    height: 400px
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel,
.owl-carousel .owl-wrapper {
    display: none;
    position: relative
}

.owl-carousel {
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.grabbing {
    cursor: url(../images/icons/grabbing.png) 8 8, move
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }

    100%,
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }

    100%,
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    100%,
    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@-moz-keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0)
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8)
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8)
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%)
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}

.owl-theme .owl-controls {
    text-align: center
}

.touch-slider .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    height: 40px;
    width: 40px;
    line-height: 45px;
    display: inline-block;
    zoom: 1;
    opacity: 0;
    background: #fff;
    filter: alpha(opacity=60);
    margin-top: -30px;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.touch-slider:hover .owl-controls .owl-buttons div {
    filter: alpha(opacity=100);
    opacity: 1
}

.touch-slider .owl-controls .owl-buttons div.owl-prev {
    left: 0
}

.touch-slider:hover .owl-controls .owl-buttons div.owl-prev {
    margin-left: 15px
}

.touch-slider .owl-controls .owl-buttons div.owl-next {
    right: 0
}

.touch-slider:hover .owl-controls .owl-buttons div.owl-next {
    margin-right: 15px
}

.touch-slider .owl-controls .owl-buttons div i {
    font-size: 1.8em
}

.projects-carousel .owl-controls .owl-buttons {
    right: 9px
}

.owl-pagination {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 5px
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 2px 4px;
    filter: alpha(opacity=50);
    opacity: 1;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.touch-slider:hover .owl-controls .owl-page span {
    filter: alpha(opacity=100);
    opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px
}

.touch-carousel .owl-controls .owl-buttons {
    position: absolute;
    top: -50px;
    right: 2px
}

.touch-carousel.projects-carousel .owl-controls .owl-buttons {
    right: 12px
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons {
    position: relative;
    top: 0;
    right: 0
}

.touch-carousel.navigation-2.clients-carousel .owl-controls .owl-buttons {
    top: -8px
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons div i,
.touch-carousel.navigation-3 .owl-controls .owl-buttons div i {
    color: #666
}

.touch-carousel.navigation-3 {
    padding-top: 45px
}

.touch-carousel.navigation-3.clients-carousel {
    padding-top: 25px
}

.touch-carousel.navigation-3 .owl-controls .owl-buttons {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons div,
.touch-carousel.navigation-3 .owl-controls .owl-buttons div {
    background-color: #f2f2f2;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%
}

.touch-carousel.navigation-3.projects-carousel .owl-controls .owl-buttons {
    right: 9px
}

.testimonials-carousel .owl-controls .owl-buttons div,
.touch-carousel .owl-controls .owl-buttons div {
    height: 22px;
    width: 22px;
    line-height: 22px;
    display: inline-block;
    zoom: 1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    margin-left: 4px;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    border: 1px solid #ccc
}

.testimonials-carousel .owl-controls .owl-buttons div i,
.touch-carousel .owl-controls .owl-buttons div i {
    font-size: 1.2em;
    color: #ccc;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.tab-title {
    margin-bottom: 20px;
    font-size: 22px
}

.nav-tabs>li>a {
    border: 1px solid #e5e5e5;
    color: #666;
    margin-right: -1px;
    border-radius: 0
}

.tab-content,
.tabs-2 .tab-content {
    border: 1px solid #e5e5e5;
    padding: 12px 16px
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li>a:hover {
    background: #fff
}

.tab-content {
    border-top: none
}

.tab-content p {
    margin-bottom: 15px
}

.tab-content p:last-child {
    margin-bottom: 0
}

.tabs-2 .nav-tabs>li>a:hover {
    color: #fff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.tabs-2 .nav-tabs>li.active>a,
.tabs-2 .nav-tabs>li.active>a:focus,
.tabs-2 .nav-tabs>li.active>a:hover {
    color: #fff
}

.tabs-2 .tab-content {
    border-top: none
}

.vertical,
.vertical .nav-tabs li a {
    border: 1px solid #e5e5e5
}

.vertical .nav-tabs {
    float: left;
    width: 20%;
    clear: none;
    margin-left: -1px;
    margin-top: -1px
}

.vertical .nav-tabs li {
    float: none
}

.vertical .nav-tabs li a {
    color: #666;
    margin-right: -1px;
    border-radius: 0
}

.vertical .nav-tabs>li.active>a,
.vertical .nav-tabs>li.active>a:focus {
    background: #fff;
    border-color: #ddd transparent #ddd #ddd
}

.vertical .tab-content {
    clear: none;
    border: none;
    border-top: none;
    margin-left: 227px;
    border-left: 1px solid #e5e5e5
}

.medium-spacer .small-title {
    margin-bottom: 15px 0
}

.buttons .btn {
    margin: 5px 0
}

.pr-10 {
    padding-right: 10px
}

.pl-10 {
    padding-left: 10px
}

.btn-sm,
.btn-sm-pdf {
    padding: 8px;
    font-size: 12px;
    min-width: 105px;
    margin-bottom: 5px
}

.btn-default {
    background-color: #33619e;
    color: #fff !important
}

.btn-default:hover {
    background-color: #444
}

.btn-sm-pdf {
    width: 100%
}

.alert-info {
    color: #1a4e68;
    background-color: #c6e8fa
}

.alert {
    margin: 20px 0;
    border-radius: 0;
    position: relative;
    padding-left: 70px;
    overflow: hidden;
    z-index: 1;
    border: none
}

.alert:before,
.testimonial-item .datils:before {
    content: "";
    position: absolute
}

.alert:before {
    top: 0;
    left: 0;
    width: 50px;
    height: 101%;
    background-color: rgba(0, 0, 0, .25);
    z-index: 2
}

.alert strong {
    font-weight: 700
}

.btn-white {
    background-color: transparent;
    color: #cd3c2e;
    border: 1px solid #e84c3d
}

.btn-white:active,
.btn-white:focus,
.btn-white:hover {
    color: #fff;
    background-color: #cd3c2e;
    border-color: #cd3c2e
}

.btn-light-gray {
    color: #333;
    background-color: #fafafa;
    border-color: #f3f3f3
}

.btn-light-gray:active,
.btn-light-gray:focus,
.btn-light-gray:hover {
    color: #fff;
    background-color: #333;
    border-color: #E84C3D
}

.btn-gray {
    color: #fff;
    background-color: #666;
    border: #666
}

.btn-gray:active,
.btn-gray:focus,
.btn-gray:hover {
    color: #fff;
    background-color: #E84C3D;
    border-color: #E84C3D
}

.btn-dark {
    color: #f1f1f1;
    background-color: #333;
    border-color: #333
}

.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover {
    color: #fff;
    background-color: #666;
    border-color: #666
}

.call-action-boxed {
    padding: 30px 40px;
    margin-top: 60px
}

.call-action.no-descripton h2.primary {
    margin-top: 25px
}

.call-action h2.primary {
    font-weight: 400;
    margin-top: 25px;
    font-size: 22px;
    line-height: 28px
}

.call-action h2.primary strong {
    font-weight: 700
}

.call-action p {
    font-size: 14px;
    margin-bottom: 0
}

.call-action h2+p {
    margin-top: 4px
}

.call-action .button-side {
    float: right
}

.call-action2 .button-side {
    float: left;
    padding-top: 20px;
    width: 100%
}

#dist-text img {
    display: block;
    float: left;
    padding-right: 20px
}

.call-action-style1 {
    margin-bottom: 60px;
    border: 1px solid #E8E8E8;
    background: #f1f1f1
}

.call-action-style2 {
    background: #f2f2f2
}

.call-action-style3 {
    background: #444
}

.call-action-style3 h2.primary {
    color: #fff;
    margin-top: 25px
}

.call-action-style3 p {
    color: #bbb
}

.testimonials {
    background: #F9FAFC;
    padding: 80px 0
}

.testimonial-item {
    height: 210px;
    margin: 0 15px
}

.testimonial-item .img {
    padding: 5px;
    background: #FFF;
    width: 80px;
    float: left;
    border-radius: 50%;
    height: 80px;
    position: relative;
    border: 1px solid #DDD
}

.testimonial-item .img img {
    border-radius: 50%
}

.testimonial-item .datils {
    background: #F1F1F1;
    padding: 20px;
    width: 80%;
    float: right;
    border: 1px solid #e5e5e5;
    position: relative
}

.testimonial-item .datils h5 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 12px
}

.testimonial-item .datils:before {
    width: 14px;
    left: -32px;
    top: 24px;
    border-width: 16px;
    border-style: solid;
    border-color: transparent #F1F1F1 transparent transparent
}

.testimonial-2 .owl-pagination,
.testimonial-item .owl-pagination {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -15px
}

.testimonial-2 {
    padding: 80px 0
}

.testimonial-item-2 {
    height: 110px;
    margin: 0 15px
}

.testimonial-item-2 .img {
    padding: 5px;
    background: #FFF;
    width: 80px;
    border-radius: 50%;
    float: left;
    height: 80px;
    position: relative;
    border: 1px solid #DDD
}

.testimonial-item-2 .img img {
    border-radius: 50%
}

.testimonial-item-2 .datils {
    width: 80%;
    float: right;
    position: relative
}

.testimonial-item-2 .datils h5 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 12px
}

.testimonial-item-2 .owl-pagination {
    bottom: -15px
}

.pricing-tables {
    padding: 25px 0;
    text-align: center
}

.pricing-tables .pricing-table {
    border: 1px solid #eee;
    text-align: center;
    position: relative;
    background-color: #fff;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.pricing-tables .pricing-table .plan-name {
    padding: 40px 0;
    border-bottom: 1px solid #eee
}

.pricing-tables .pricing-table .plan-name h3 {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase
}

.pricing-tables .pricing-table .plan-price {
    padding: 25px 0
}

.pricing-tables .pricing-table .price-value {
    font-size: 38px;
    line-height: 40px;
    font-weight: 700;
    color: #666
}

#dist a,
#dist h4,
#dist h5 {
    color: #fff
}

.pricing-tables .pricing-table .price-value span {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px
}

.pricing-tables .pricing-table .interval {
    line-height: 14px
}

.pricing-tables .pricing-table .plan-list {
    padding: 0 15px
}

.pricing-tables .pricing-table .plan-list li {
    padding: 8px;
    font-size: 12px;
    border-bottom: 1px dotted #eee
}

.pricing-tables .pricing-table .plan-list li:first-child {
    border-top: 1px dotted #eee
}

.pricing-tables .pricing-table:hover {
    z-index: 2;
    top: -3px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 8px rgba(0, 0, 0, .1)
}

.pricing-tables .plan-signup {
    padding: 30px 0
}

.highlight-plan {
    margin: -15px -1px -15px 0;
    z-index: 1
}

.highlight-plan .plan-name {
    padding: 25px 0
}

.highlight-plan .plan-signup {
    padding: 30px 0
}

#dist h5 {
    padding-bottom: 20px
}

#dist i {
    padding-left: 20px
}

#dist a {
    letter-spacing: 1px;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400
}

.cadmessage {
    margin-left: 20px
}

#h_lot_no,
#lblError,
#mtr #btnSubmit {
    margin-left: 30px
}

#h_lot_no {
    display: block;
    float: left;
    padding: 10px;
    width: 100%
}

#mtr #btnSubmit {
    display: block;
    float: left;
    margin-bottom: 30px
}

#mtr .primary h2 {
    width: 80%
}

#iso_link a img {
    padding: 5px
}

#emp_portal h4 {
    font-size: 16px;
    line-height: 22px
}

#employ p {
    width: 70%;
    margin: 0 auto
}

.btn-blue {
    background-color: #33619e
}

.btn-blue:hover {
    background-color: #444
}

.btn-grey {
    background-color: #444
}

.btn-grey:hover {
    background-color: #33619e
}

/*应用案例 start*/
.yylist{
    width: 100%;
    margin: 0 auto;
}
.yylist li {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 19%;
    margin-right: 1%;
    border:1px solid #ccc;
    float:left;
    margin-bottom: 15px;
}

.yylist li img{
    width: auto;
    height: 60px;
    transition: all .6s;
}

.yylist li img:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.logo{
    width:200px;
    height: auto;
}
@media (max-width: 768px) {
    .yylist li {
        width: 31%;
        margin-left: 1%;
        margin-bottom: 5px;
    }
    .yylist li img{
        height: 40px;
    }
    .logo{
    width:100px;
    height: auto;
}
/*应用案例 end*/
