﻿/* global */

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;
    margin: 0 0 15px;
    font-weight: 700;
    color: #5186a5;
    letter-spacing: 2px;
    font-size: 14px;
}

p {
    color: #5186a5;
}

html,
body {
    height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;
    font-weight: 300;
    position: relative;
    color: #5186a5;
    font-size: 14px;
    background: #0e0e0e url("../images/bg.png") repeat-y center center;
}

a:hover {
    text-decoration: none
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}


/* pre loader */

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #eee;
    z-index: eeeeee9;
}

.preloader .spinner {
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}

.preloader-dot-loading {
    display: block;
    margin: 0px auto;
    width: 97px;
}

.preloader-dot-loading .cssload-loading i {
    width: 19px;
    height: 19px;
    display: inline-block;
    border-radius: 50%;
    background: rgb(42, 43, 38);
}

.preloader-dot-loading .cssload-loading i:first-child {
    opacity: 0;
    animation: cssload-loading-ani2 0.58s linear infinite;
    -o-animation: cssload-loading-ani2 0.58s linear infinite;
    -ms-animation: cssload-loading-ani2 0.58s linear infinite;
    -webkit-animation: cssload-loading-ani2 0.58s linear infinite;
    -moz-animation: cssload-loading-ani2 0.58s linear infinite;
    transform: translate(-19px);
    -o-transform: translate(-19px);
    -ms-transform: translate(-19px);
    -webkit-transform: translate(-19px);
    -moz-transform: translate(-19px);
}

.preloader-dot-loading .cssload-loading i:nth-child(2),
.preloader-dot-loading .cssload-loading i:nth-child(3) {
    animation: cssload-loading-ani3 0.58s linear infinite;
    -o-animation: cssload-loading-ani3 0.58s linear infinite;
    -ms-animation: cssload-loading-ani3 0.58s linear infinite;
    -webkit-animation: cssload-loading-ani3 0.58s linear infinite;
    -moz-animation: cssload-loading-ani3 0.58s linear infinite;
}

.preloader-dot-loading .cssload-loading i:last-child {
    animation: cssload-loading-ani1 0.58s linear infinite;
    -o-animation: cssload-loading-ani1 0.58s linear infinite;
    -ms-animation: cssload-loading-ani1 0.58s linear infinite;
    -webkit-animation: cssload-loading-ani1 0.58s linear infinite;
    -moz-animation: cssload-loading-ani1 0.58s linear infinite;
}

@keyframes cssload-loading-ani1 {
    100% {
        transform: translate(39px);
        opacity: 0;
    }
}

@-o-keyframes cssload-loading-ani1 {
    100% {
        -o-transform: translate(39px);
        opacity: 0;
    }
}

@-ms-keyframes cssload-loading-ani1 {
    100% {
        -ms-transform: translate(39px);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-loading-ani1 {
    100% {
        -webkit-transform: translate(39px);
        opacity: 0;
    }
}

@-moz-keyframes cssload-loading-ani1 {
    100% {
        -moz-transform: translate(39px);
        opacity: 0;
    }
}

@keyframes cssload-loading-ani2 {
    100% {
        transform: translate(19px);
        opacity: 1;
    }
}

@-o-keyframes cssload-loading-ani2 {
    100% {
        -o-transform: translate(19px);
        opacity: 1;
    }
}

@-ms-keyframes cssload-loading-ani2 {
    100% {
        -ms-transform: translate(19px);
        opacity: 1;
    }
}

@-webkit-keyframes cssload-loading-ani2 {
    100% {
        -webkit-transform: translate(19px);
        opacity: 1;
    }
}

@-moz-keyframes cssload-loading-ani2 {
    100% {
        -moz-transform: translate(19px);
        opacity: 1;
    }
}

@keyframes cssload-loading-ani3 {
    100% {
        transform: translate(19px);
    }
}

@-o-keyframes cssload-loading-ani3 {
    100% {
        -o-transform: translate(19px);
    }
}

@-ms-keyframes cssload-loading-ani3 {
    100% {
        -ms-transform: translate(19px);
    }
}

@-webkit-keyframes cssload-loading-ani3 {
    100% {
        -webkit-transform: translate(19px);
    }
}

@-moz-keyframes cssload-loading-ani3 {
    100% {
        -moz-transform: translate(19px);
    }
}

.footer-text p>a{text-decoration: underline !important;}
/* menu */

.main-menu ul.navbar-nav li.active a.theme-color {
    color: #7dccfb;
}

.main-menu ul.navbar-nav li:hover a.theme-color {
    color: #7dccfb;
}

.welcome-text h1 span.theme-color {
    color: #264b5e;
}

.banner-icon.theme-color {
    color: #264b5e;
}

.btn.theme-color,
a.btn.theme-color {
    background: #264b5e;
    color: #7dccfb;
}

.social-icon.theme-color a:hover {
    background: #264b5e;
    color: #7dccfb;
}

.section-title h2 span.theme-color {
    color: #264b5e;
}

.review-list .owl-dots div.active {
    background: #264b5e;
}

.language-btn {
    padding: 5px 25px!important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #2f3f48;
    margin-top: 10px!important;
    margin-left: 10px!important;
    color: #76c2ee!important;
}

.language-btn.active {
    background: #1b6d85;
    color: #fff!important;
}

a.language-btn:hover {
    background: #1b6d85!important;
    color: #fff!important;
}

.main-menu ul.navbar-nav li a.language-btn:focus {
    background: #264b5e;
    outline: none;
}

.main-menu ul li:hover a.language-btn {
    background: #5186a5;
}


/* page title line */

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    margin-top: 0;
    font-weight: 600;
    font-size: 14px;
}

.section-padding {
    padding: 120px 0;
}

.title-line-centered {
    margin-bottom: 25px;
    margin-top: 25px;
    padding-bottom: 5px;
    position: relative;
}

.title-line-centered:before {
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 300px;
    border: 1px solid #5186a5;
}

.title-square {
    left: 50%;
    top: -2px;
    margin-left: -25px;
    position: absolute;
    width: 50px;
    background: #0e0e0e;
}

.title-square span {
    display: block;
    margin-left: 19px;
    border: 2px solid #264b5e;
    content: "";
    height: 12px;
    width: 12px;
    z-index: 3;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* banner */

.intro-section {
    height: 100%;
}

.welcome-area {
    position: relative;
    background: url(../images/banner_bg.png) no-repeat center bottom;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.welcome-area:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0e0e0e;
    opacity: .001;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    z-index: -1;
}

.welcome-area2 {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.welcome-table {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.welcome-cell {
    display: table-cell;
    vertical-align: middle;
}

.welcome-text {}

.welcome-text h1 {
    font-size: 30px;
    color: #5186a5;
    font-weight: 500;
    line-height: 60px;
}

.welcome-text h4 {
    color: #5186a5;
    margin: 15px 0;
    font-size: 14px;
    font-weight: 500;
}

.welcome-text h1 span {}

.welcome-text img {
    height: 130px;
    width: auto;
}

.banner-icon {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 30px;
    width: 50px;
    -webkit-animation: 3s ease 0s normal none infinite running bounce;
    animation: 3s ease 0s normal none infinite running bounce;
    font-size: 40px;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

a.banner-icon:focus {
    background: none;
    color: #5186a5;
}


/* header */

.custom-navbar {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    padding: 5px 0;
    background: transparent;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.custom-navbar.top-nav-collapse {
    background: rgba(0, 0, 0, 0.75);
}

.logo a {
    display: inline-block;
    font-size: 18px;
    color: #eee;
    font-weight: 700;
    text-align: center;
    letter-spacing: 4px;
}

.logo a:focus {
    text-decoration: none;
}

.main-menu {}

.main-menu ul.navbar-nav {
    float: right;
}

.main-menu ul.navbar-nav li.active a {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.main-menu ul.navbar-nav li a {
    color: #5186a5;
    font-weight: 500;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    font-size: 14px;
    letter-spacing: 1px;
}

.main-menu ul.navbar-nav li a:focus {
    background: none;
    outline: none;
}

.main-menu ul li:hover a {
    background: none;
}


/* about */

.about-section {
    /*background: #f7f7f7;*/
}

.about-text {
    padding: 30px 0;
}

.about-text h3 {
    font-size: 32px;
    font-weight: 700;
}

.about-text p {
    font-size: 14px;
    line-height: 28px;
}


/* cases */

.cases-section {}

.single-case>a {
    display: block;
}

.case-logo-out {
    display: block;
    width: 72px;
    height: 72px;
    border: 1px solid #fff;
    overflow: hidden;
    margin: 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.case-logo-out:hover {
    border: 1px solid #264b5e;
}

.case-logo-in {
    display: table;
    width: 60px;
    height: 60px;
    background: #fff;
    margin: 5px 0 0 5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.case-logo-in span {
    display: table-cell;
    vertical-align: middle;
}

.case-logo-in span img {
    display: inline-block;
    width: 40px;
    height: auto;
}

.case-logo-in .visit-web {
    opacity: 0;
    position: absolute;
    top: -6px;
    left: -6px;
    transform: scale(0.5) rotateY(180deg);
    transition: all 0.6s ease 0s;
    width: 72px;
    height: 72px;
    background: rgba(0, 0, 0, .9);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #264b5e;
}

.case-logo-in:hover .visit-web {
    opacity: 6;
    padding-top: 28px;
    -webkit-transform: scale(1) rotateY(0deg);
    -moz-transform: scale(1) rotateY(0deg);
    -ms-transform: scale(1) rotateY(0deg);
    -o-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg);
    visibility: visible;
}

.case-logo-in a {
    color: #eee;
    font-size: 12px;
}

.case-logo-in a:hover {
    text-decoration: none;
    color: #fff;
}


/* contact */

.contact-section {}

.single-contact {
    color: #666;
}

.contact-icon {
    width: 30px;
    height: 30px;
    color: #5186a5;
    font-size: 35px;
    margin: 0 auto;
    display: inline-table;
    text-align: center;
    margin-bottom: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.contact-icon i {
    display: table-cell;
    vertical-align: middle;
}

.single-contact h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
}

.single-contact p {
    font-size: 14px;
}


/* footer */

.footer {
    background-color: rgba(0, 0, 0, .75);
    padding: 15px 0;
}

.footer-text {}

.footer-text p {
    font-size: 13px;
    color: #5186a5;
    margin-bottom: 0px;
}

.footer-text p strong {
    letter-spacing: 1px;
}


/* responsive */


/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1200px) {}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section.section-padding {
        padding: 120px 0 60px;
    }
    .about-text {
        margin-top: 0;
        padding: 10px 0;
    }
}


/* Mobile Layout lower than: 320px. */

@media only screen and (max-width: 767px) {
    .section-padding {
        padding: 60px 0;
    }
    .custom-navbar {
        padding: 2px 0;
        background: rgba(0, 0, 0, 0.8);
    }
    .custom-navbar .navbar-toggle {
        float: none;
        margin: 0;
        border-color: transparent;
        padding: 9px;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .logo a {
        display: inline-block;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        color: #264b5e;
        font-size: 14px;
    }
    .logo a span {
        font-size: 14px;
    }
    .main-menu ul.navbar-nav {
        float: left;
    }
    .main-menu ul.navbar-nav li a {
        padding: 10px 5px;
        color: #264b5e;
    }
    .main-menu ul.nav.navbar-nav li.active:before {
        display: none;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        margin-top: 15px;
    }
    .navbar-toggle {
        border-color: #000;
        float: none;
        margin: 0;
        padding: 10px;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
    }
    .navbar-header .navbar-toggle .icon-bar {
        background: none repeat scroll 0 0 #5388a8;
    }
    .navbar-header {
        display: inline-block;
        float: right;
        margin-top: 5px;
    }
    .language-btn {
        margin-left: 0!important;
    }
    .mobile-menu-activated ul.nav.navbar-nav {}
    .mobile-menu-activated ul.nav.navbar-nav li {
        display: block;
        text-align: left;
    }
    .mobile-menu-activated ul.nav.navbar-nav li a {}
    .main-menu ul.navbar-nav {
        text-align: left !important;
        display: block;
    }
    .welcome-text {
        width: 100%;
    }
    .welcome-text h1 {
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 45px;
    }
    .welcome-text h4 {
        letter-spacing: 0px;
    }
    .welcome-text img {
        height: 80px;
        width: auto;
    }
    .about-text {
        margin-top: 0;
        padding: 10px 0;
    }
    .single-contact,
    .single-case {
        margin-bottom: 40px;
    }
    .single-contact.last-contact,
    .single-case.last-case {
        margin-bottom: 0px;
    }
    .footer {}
    .case-logo-out {
        width: 72px;
        height: 72px;
    }
    .case-logo-in {
        display: table;
        width: 60px;
        height: 60px;
        background: #fff;
        margin: 5px 0 0 5px;
    }
    .case-logo-in span img {
        width: 40px;
    }
    .case-logo-in .visit-web {
        width: 72px;
        height: 72px;
    }
}

@media only screen and (max-width: 375px) {
    .case-logo-out {
        width: 50px;
        height: 50px;
    }
    .case-logo-in {
        display: table;
        width: 38px;
        height: 38px;
        background: #fff;
        margin: 5px 0 0 5px;
    }
    .case-logo-in span img {
        width: 28px;
    }
    .case-logo-in .visit-web {
        width: 50px;
        height: 50px;
    }
    .case-logo-in:hover .visit-web {
        opacity: 6;
        padding-top: 18px;
    }
    .case-logo-in a {
        font-size: 8px;
    }
}
