/* Theme Name: Told - Onepage Multipurpose Template
   Author: ZoyoThemes
   Version: 1.0.0
   Created: December 2017
   File Description: Main JS file of the template
*/

/*===================
*   1.Pre-Loader    *
*   2.Helper        *
*   3.Home          *
*   4.About         *
*   5.Funfacts      *
*   6.Services      *
*   7.Work          *
*   8.Testimonial   *
*   9.Team          *
*   10.Blog         *
*   11.Contact Us   *
*   12.Footer       *
*   12.Responsive   *
*===================*/

body {
    font-family: 'Lato', sans-serif;
    color: #252525;
}

a,
button {
    text-decoration: none !important;
    outline: none !important;
    background: none !important;
}


/*====================
   1. Pre Loader
===================== */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999;
}

#status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}

.spinner {
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.spinner,
.spinner:after {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*======================
    2.HELPER
========================*/


.section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-color: #fff;
}

.section h3 {
    font-weight: 600;
}

.text-muted {
    color: #808080 !important;
}

.bg-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.carousel-item:nth-child(1) {
    background-image: url('../images/img-1.jpg');
}

.carousel-item:nth-child(2) {
    background-image: url('../images/img-2.jpg');
}

.carousel-item:nth-child(3) {
    background-image: url('../images/img-3.jpg');
}


@media screen and (max-width: 768px) {
    .carousel-item:nth-child(1) {
        background-image: url('../images/mobile-img-3.jpg');
    }

    .carousel-item:nth-child(2) {
        background-image: url('../images/mobile-img-2.jpg');
    }

    .carousel-item:nth-child(3) {
        background-image: url('../images/mobile-img-1.jpg');
    }
}

.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.btn {
    padding: 12px 25px;
    font-size: 12px;
    letter-spacing: 0.03em;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-rounded {
    border-radius: 30px;
}

.btn-white {
    background-color: #fff !important;
    border: 2px solid #fff !important;
    transition: all 0.4s;
    color: #000 !important;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.focus,
.btn-white:active,
.btn-white:focus,
.btn-white:hover,
.open>.dropdown-toggle.btn-white {
    background-color: #f3f3f3 !important;
    border: 2px solid #f3f3f3 !important;
    box-shadow: none !important;
}

.btn-custom {
    transition: all 0.4s;
    color: #fff !important;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open>.dropdown-toggle.btn-custom {
    box-shadow: none !important;
}

.btn-outline-custom {
    background-color: transparent;
    border: 2px solid #fff !important;
    transition: all 0.4s;
    color: #fff;
}

.btn-outline-custom:hover,
.btn-outline-custom:focus,
.btn-outline-custom:active,
.btn-outline-custom.active,
.btn-outline-custom.focus,
.btn-outline-custom:active,
.btn-outline-custom:focus,
.btn-outline-custom:hover,
.open>.dropdown-toggle.btn-outline-custom {
    background-color: #fff !important;
    border: 2px solid #fff !important;
    box-shadow: none !important;
    color: #000;
}


/*==========================
    3.HOME
============================*/
#home {
    overflow: hidden;
}

.home-section .carousel-item {
    height: 100vh;
    background-size: cover;
    background-position: center center;
}

.carousel-control-next,
.carousel-control-prev {
    width: 3%;
}

.home-center {
    display: table;
    width: 100%;
    height: 100%;
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle;
}

.home-title {
    color: #fff;
    font-size: 68px;
    line-height: 100px;
    font-weight: 700;
}

.home-sub-title {
    color: #fff;
    font-weight: 200;
    max-width: 640px;
    line-height: 28px;
    font-size: 18px;
}

.watch-video a {
    margin-left: 7px;
}


/*============================
    4.关于我们
==============================*/

.about-border {
    border: 10px solid #eaeaea;
}

.about-title-border {
    height: 3px;
    width: 60px;
}

.about-text p {
    line-height: 2.4;
    margin-top: 40px;
}

.about-boxed {
    transition: all 0.5s;
}

.about-boxed .about-icons i {
    font-size: 30px;
    border: 5px solid #ffffff;
    height: 90px;
    box-shadow: 3px 3px 3px 3px #f5f5f5;
    background-color: #f5f5f5;
    width: 90px;
    border-radius: 50%;
    display: inline-block;
    line-height: 80px;
    transition: all 0.5s;
}

.about-boxed .about-content h5 {
    font-size: 18px;
    font-weight: 700;
}

.about-boxed .about-content p {
    font-size: 15px;
}


/*============================
    6.应用
==============================*/
.item-img {
    position: relative;
    margin-bottom: 30px;
}

.item-img:hover .item-img-overlay {
    opacity: 1;
}

.item-img-overlay {
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0px;
    opacity: 0;
    transition: opacity .5s linear;
    background: no-repeat center center rgba(91, 161, 225, 0.7);
}

.item-img-overlay.item-img-show {
    opacity: 1;
    background: none;
}

.item-img-overlay div {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 0 10px;
}

.item-img-overlay h5 {
    color: #fff;
    text-align: center;
}

.item-img-overlay p {
    color: #fff;
}

/*============================
    5.FUNFACTS
==============================*/

.funfact-border {
    background-color: #fff;
    height: 2px;
    width: 50px;
}

/*============================
    6.平台、服务
==============================*/

.platform-box {
    border: 1px dotted #dddddd;
    border-radius: 3px;
    position: relative;
}

.platform-left {
    float: left;
}

.platform-box .platform-icon {
    font-size: 38px;
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
}

.platform-box .platform-desc {
    margin-left: 20%;
}

.platform-box .platform-desc h4 {
    font-size: 18px;
    font-weight: 600;
}

.platform-box .platform-desc p {
    font-size: 14px;
}

#service .text-muted {
    font-size: 14px;
}

#service img {
    width: 130px;
}

/*============================
    8.客户
==============================*/

#client .quote {
    font-size: 22px;
    position: relative;
    line-height: 40px;
}

#client .quote .quote-mark {
    font-size: 59px;
    position: absolute;
    top: 9px;
    left: -25px;
}

#client .author .name {
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
    color: #555;
    position: relative;
    top: 12px;
}

#client .author .name .company {
    display: block;
    text-align: left;
    font-size: 13px;
    margin-top: 3px;
    color: #777;
}

.logos {
    width: 1180px;
    margin: auto;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}

.logos .logo {
    width: 20%;
    float: left;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.logos .logo img {
    width: 100%;
}

/*============================
    9.咨询
==============================*/

.consult-box .consult-work {
    font-size: 13px;
}

.consult-social li a {
    color: #cecece;
    transition: all 0.52s;
}

.consult-social li a:hover {
    color: #202020;
}

#consult img {
    width: 130px;
}

/*============================
      10.案例
==============================*/

.blog-box .blog-image {
    display: block;
    height: 170px;
    position: relative;
    overflow: hidden;
}

.blog-desc {
    font-size: 15px;
}

.contact-info>div {
    padding: 10px 0;
}

@media screen and (max-width: 768px) {
    #client {
        padding: 80px 15px;
    }

    .logos .logo {
        width: 50%;
    }
}

/*============================
    12.FOOTER
==============================*/
.footer {
    padding: 40px 0;
    text-align: center;
    color: #aaa;
    font-size: 14px;
}

.footer a,
.footer a:hover {
    color: #999;
    font-weight: 600;
}

/*========================
    13.Responsive
==========================*/

@media (min-width: 200px) and (max-width: 767px) {
    .vertical-content {
        display: inherit;
    }

    .home-desc-center {
        vertical-align: top;
    }

    .home-title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: .5rem;
        margin-top: 10rem;
    }

    .home-sub-title {
        padding-top: 0 !important;
    }

    .home-bg {
        padding: 110px 0px 0px 0px;
    }
}