/*** 

====================================================================
	Resources / Css Files
====================================================================

 ***/

@import url('baes1.css');
@import url('animate.css');
@import url('hover.css');
@import url('timeline.min.css');
@import url('owl.css');
@import url('swiper.min.css');
@import url('fontawesome-all.css');
@import url('flaticon.css');
@import url('jquery.fancybox.min.css');
@import url('custom-animate.css');
@import url('global1.css');

/*** 

====================================================================
	Main Slider
====================================================================

***/

.main-slider {
    position: relative;
}

.banner .swiper-container {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    height: 100vh
}

.banner .swiper-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    transform: translate(-100%, 0)
}

.banner .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    padding: 400px 0 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner .swiper-slide img {
    width: 100%;
    min-width: auto;
    height: auto;
    display: block
}

.banner .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    height: 8px;
    text-align: center
}

.banner .swiper-pagination span {
    margin: 0 5px;
    vertical-align: top;
    display: inline-block;
    width: 45px;
    height: 3px;
    background: #eee;
    border-radius: 0;
}

.banner .swiper-pagination span:hover,
.banner .swiper-pagination-bullet-active {
    background: #f3980f !important
}

.main-slider .content {
    position: relative;
}

.main-slider h1 {
    position: relative;
    color: #ffffff;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: capitalize;
    opacity: 1;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.main-slider .active h1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1300ms;
}

.main-slider h6 {
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 30px;
    display: inline-block;
    text-transform: uppercase;
    opacity: 1;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.main-slider .active h6 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1000ms;
}

.main-slider .link-box {
    opacity: 1;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.main-slider .link-box .theme-btn,
.mobile-main-slider .link-box .theme-btn {
    color: #fff;
    border-color: #fff;
}

.main-slider .active .link-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 2500ms;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 63px;
    height: 61px;
    opacity: 0.35;
}

.swiper-button-next {
    background: url(../image/zjt.png)no-repeat;
    left: 60px;
}

.swiper-button-prev {
    background: url(../image/yjt.png)no-repeat;
    left: initial;
    right: 0px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: 1;
}

.mobile-block {
    display: none;
}


/***

==================================================================
		About Section
==================================================================

***/

.about-section {
    position: relative;
}

.big-shape-1 {
    height: 1062px;
    width: 941px;
    background-image: url(../images/image/big-shape-1.png);
}

.about-section .big-shape-1 {
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

.about-section .image-box {
    position: relative;
}

.about-section .image-box .image-1 {
    position: relative;
}

.about-section .image-box .image-2 {
    position: absolute;
    right: 30px;
    bottom: -118px;
}

.about-section .link-btn .btn-box {
    position: relative;
    padding-top: 40px;
    padding-right: 40px;
    display: inline-block;
    background: #fff;
}

.about-section .aec-title {
    padding: 30px 0 0
}

.about-section .aec-title h2 {
    font-size: 30px;
    color: #1a2980;
}

.about-section .link-btn .btn-box .theme-btn {
    padding: 25px 60px;
}

.about-section .link-btn .btn-box .theme-btn strong {
    position: relative;
    top: -3px;
    font-size: 40px;
    font-weight: 600;
    margin-right: 12px;
    vertical-align: middle;
}

.about-block .text {
    margin-bottom: 32px;
}

.counter-block {
    position: relative;
    margin: 60px 0 20px;
    text-align: center;
}

.counter-block .count-box {
    font-size: 18px;
    color: #1a2980;
    width: 100%;
    line-height: 62px;
}

.fun-fact-secton.light .counter-block {
    border-color: #333540;
}

.counter-block .count-text,
.counter-block .count-text1 {
    font-size: 48px;
    color: #1a2980;
}

.counter-block .counter-title,
.counter-block1 .counter-title {
    font-size: 20px;
    color: #000;
    text-align: center;
    padding: 20px 0 0;
}


/***

==================================================================
		Services Section 
==================================================================

***/

.services-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.services-section .wrapper-box {
    position: relative;
    z-index: 5;
    margin: 60px 0 0;
}

.sec-title.light h1 {
    font-size: 36px;
    color: #fff;
}

.imghvr-blocks-rotate-in-left {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.imghvr-blocks-rotate-in-left .hover-anim {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.imghvr-blocks-rotate-in-left:before,
.imghvr-blocks-rotate-in-left:after,
.imghvr-blocks-rotate-in-left .hover-anim:before,
.imghvr-blocks-rotate-in-left .hover-anim:after {
    background-color: #f3980f;
    opacity: 0;
    position: absolute;
    content: '';
    height: 50%;
    width: 50%;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.65s ease;
    opacity: 0;
}

.imghvr-blocks-rotate-in-left:before {
    top: 0;
    right: 0;
}

.imghvr-blocks-rotate-in-left:after {
    bottom: 0;
    left: 0;
}

.imghvr-blocks-rotate-in-left .hover-anim:before {
    top: 0;
    left: 0;
}

.imghvr-blocks-rotate-in-left .hover-anim:after {
    bottom: 0;
    right: 0;
}

.imghvr-blocks-rotate-in-left:hover:before,
.imghvr-blocks-rotate-in-left:hover:after,
.imghvr-blocks-rotate-in-left:hover .hover-anim:before,
.imghvr-blocks-rotate-in-left:hover .hover-anim:after {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    opacity: 1;
}


/* imghvr-blocks-rotate-in-left
   ----------------------------- */

.imghvr-blocks-rotate-in-left:before {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.imghvr-blocks-rotate-in-left:after {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.imghvr-blocks-rotate-in-left .hover-anim:before {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.imghvr-blocks-rotate-in-left .hover-anim:after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.service-block-one .inner-box {
    position: relative;
    background: #fff;
    text-align: center;
    padding: 60px 30px 60px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: -120px;
    display: block;
}

.service-block-one .inner-box .content-box {
    position: relative;
    z-index: 5;
}

.service-block-one .icon-box {
    font-size: 60px;
    color: #222;
    margin-bottom: 30px;
    line-height: 60px;
    transition: all .5s ease;
}

.service-block-one .icon-box .iconfont {
    font-size: 72px;
}

.service-block-one h3 {
    font-size: 24px;
    margin-bottom: 21px;
    transition: all .5s ease;
}

.service-block-one .text {
    margin-bottom: 35px;
    line-height: 1.8em;
    transition: all .5s ease;
}

.service-block-one .inner-box:hover .icon-box {
    color: #fff;
}

.service-block-one .inner-box:hover h3 {
    color: #fff;
}

.service-block-one .inner-box:hover .text {
    color: #fff;
}

.service-block-one .inner-box:hover .theme-btn {
    border-color: #fff;
}


/***

==================================================================
		Features Section 
==================================================================

***/

.features-section {
    position: relative;
    padding: 200px 0 0
}

.features-section .sec-title {
    margin-bottom: 25px;
}

.features-section .feature-outer {
    background: #f3f3f3;
}

.feature-block-oen {
    padding: 60px 27px 50px 40px;
}

.feature-block-oen .text {
    padding: 0 10px;
}

.features-section .icon-box {
    position: relative;
    font-size: 60px;
    color: #f3980f;
    margin-bottom: 15px;
    line-height: 60px;
}

.features-section h4 {
    font-size: 20px;
    color: #000;
    line-height: 1.4em;
    margin-bottom: 20px;
}

.features-section .image img {
    width: 100%;
}


/***

==================================================================
		Our Projects Section
==================================================================

***/

.our-projects {
    position: relative;
}

.our-projects .auto-container {
    max-width: 100%;
    padding: 0;
}

.our-projects.style-two .auto-container {
    max-width: 1230px;
    padding: 0 15px;
}

.our-projects>.row {
    margin: 0 -1px;
}

.our-projects.style-two>.row {
    margin: 0 -15px;
}

.project-block-one {
    position: relative;
    padding: 0 1px;
}

.our-projects.style-two .project-block-one {
    position: relative;
    padding: 0 15px;
    margin-bottom: 30px;
}

.project-block-one .inner-box {
    position: relative;
}

.project-block-one .image {
    position: relative;
    overflow: hidden;
}

.project-block-one .image img {
    width: 100%;
    transition: all 8s cubic-bezier(0, 0, 0.2, 1);
    transition-delay: .2s;
    display: block;
    transform: scale(1.05);
}

.project-block-one .inner-box:hover .image img {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.project-block-one .lower-content {
    position: relative;
    text-align: center;
    padding: 31px 0 0;
}

.our-projects.style-two .project-block-one .lower-content {
    border-bottom: 2px solid #f3f3f3;
}

.project-block-one .lower-content h3 {
    font-size: 18px;
}

.project-block-one .lower-content h3 {
    color: #000;
    transition: .5s ease;
}

.project-block-one .lower-content h3:hover {
    color: #1a2980;
}

.our-projects .owl-carousel .owl-stage {
    margin: 0 -1px;
}


/***

==================================================================
		Blog Section
==================================================================

***/

.blog-section {
    position: relative;
    background: #f9f8f8;
}

.btn-style-four.border-anim-left:before {
    height: 6px;
    left: -6px;
    top: -6px;
}

.btn-style-four.border-anim-left:after {
    width: 6px;
    left: -6px;
    top: -6px;
}

.btn-style-four .border-anim-right:before {
    height: 6px;
    right: -6px;
    bottom: -6px;
}

.btn-style-four .border-anim-right:after {
    width: 6px;
    right: -6px;
    bottom: -6px;
}

.news-block-one .inner-box {
    position: relative;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.news-block-one .image {
    position: relative;
    overflow: hidden;
}

.news-block-one .image img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}

.news-block-one .inner-box:hover .image img {
    transform: scale(1.2);
}

.news-block-one .image a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.news-block-one .image a:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: all 0.5s;
    background-color: rgba(61, 71, 94, 0.92);
}

.news-block-one .image a:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 0.5s;
    background-color: rgba(61, 71, 94, 0.92);
}

.news-block-one .inner-box:hover .image a:before {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 100ms;
}

.news-block-one .inner-box:hover .image a:after {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 300ms;
}

.news-block-one .lower-content {
    position: relative;
    padding: 30px 15px;
}

.news-block-one .date {
    font-size: 14px;
    color: #666;
}

.news-block-one h3 {
    font-size: 18px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*表示文本超出时候用 “...” 来代替*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.news-block-one h3 a {
    color: #000;
    transition: all .5s ease;
}

.news-block-one h3 a:hover {
    color: #1a2980;
}

.news-block-one .text {
    overflow: hidden;
    text-overflow: ellipsis;
    /*表示文本超出时候用 “...” 来代替*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #666;
}


/***

==================================================================
		Clients Section
==================================================================

***/

.clients-section {
    padding: 60px 0;
}

.clients-section .image-box {
    position: relative;
    margin: 0;
    text-align: center;
}

.clients-section .image-box img {
    display: inline-block;
    max-width: 100% !important;
    width: auto !important;
    height: auto;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.clients-section .image-box:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}


/* Style Two */

.clients-section.style-two {
    position: relative;
    background: #f3f3f3;
}

.clients-section.style-two .auo-container {
    max-width: 1230px;
}

.clients-section .slide-item {
    background: #fff;
    margin: 0 15px;
}

.clients-section .owl-dot-style-three .owl-dots {
    margin-top: 60px;
}

.mobile-services-section {
    display: none;
}

@media (max-width: 1199.98px) {
    .main-slider h1 {
        font-size: 24px;
    }
    .main-slider h6 {
        font-size: 16px;
    }
    .mb-40 {
        margin-bottom: 20px !important;
    }
    .banner .swiper-container {
        height: 753px;
    }
    .btn-style-two {
        font-size: 16px;
        padding: 8px 20px;
    }
    .counter-block .count-text,
    .counter-block .count-text1 {
        font-size: 30px;
    }
    .services-section .wrapper-box {
        margin: 30px 0 0;
    }
    .counter-block {
        margin: 30px 0 20px;
    }
    .feature-block-oen {
        padding: 30px 0 10px 20px;
    }
    .features-section .icon-box {
        line-height: 10px;
    }
    .features-section .icon-box img {
        width: 50px;
    }
    .features-section h4 {
        font-size: 16px;
    }
    .counter-block .counter-title,
    .counter-block1 .counter-title {
        font-size: 18px;
        padding: 0;
    }
    .about-section .aec-title h2 {
        font-size: 18px;
    }
    .features-section {
        padding: 170px 0 0 !important;
    }
    .project-block-one .lower-content {
        padding: 30px 0 30px
    }
    .clients-section {
        padding: 30px 0;
    }
}

@media (max-width: 991.98px) {
    .banner .swiper-slide{
        padding: 200px 0 
    }
    .counter-block .count-box {
        font-size: 22px;
        line-height: 30px;
    }
    .counter-block .counter-title,
    .counter-block1 .counter-title {
        font-size: 14px;
    }
    .service-block-one .icon-box {
        line-height: 20px;
        font-size: 0;
        margin-bottom: 10px;
    }
    .service-block-one .icon-box .iconfont {
        font-size: 30px;
    }
    .service-block-one .inner-box {
        padding: 30px 10px 30px;
    }
    .service-block-one h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

@media (max-width:640px) {
    .pc_block {
        display: none;
    }
    .mobile-block {
        display: block;
    }
    .mobile-services-section {
        display: block;
        position: relative;
        background: #eee;
    }
    .mobile-services-section .sec-title h1 {
        color: #000;
    }
    .imghvr-blocks-rotate-in-left .hover-anim {
        display: none;
    }
    .imghvr-blocks-rotate-in-left:before,
    .imghvr-blocks-rotate-in-left:after,
    .imghvr-blocks-rotate-in-left .hover-anim:before,
    .imghvr-blocks-rotate-in-left .hover-anim:after {
        display: none;
    }
    .service-block-one .inner-box {
        height: 256px;
        margin-bottom: 20px !important;
    }
    .features-section {
        padding: 30px 0 0 !important;
    }
    .banner .swiper-container {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        overflow: hidden;
        height: 640px
    }
    .banner .swiper-wrapper {
        width: 100%;
        height: auto;
        display: flex;
        transform: translate(-100%, 0)
    }
    .banner .swiper-slide {
        flex-shrink: 0;
        width: 100%;
        height: 640px;
    }
    .banner .swiper-slide .img-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .banner .swiper-slide .img-wrapper img {
        width: 100%;
        min-width: auto;
        display: block
    }
    .banner .swiper-pagination {
        position: absolute;
        left: 0;
        bottom: 3%;
        width: 100%;
        height: 8px;
        text-align: center
    }
    .banner .swiper-pagination span {
        margin: 0 5px;
        vertical-align: top;
        display: inline-block;
        width: 30px;
        height: 3px;
        background: #eee;
        border-radius: 0;
    }
    .banner .swiper-pagination span:hover,
    .banner .swiper-pagination-bullet-active {
        background: #f3980f !important
    }
    .mobile-main-slider .content {
        position: relative;
    }
    .mobile-main-slider h1 {
        position: relative;
        color: #ffffff;
        font-size: 22px;
        font-weight: 400;
        margin-bottom: 20px;
        text-transform: capitalize;
        opacity: 1;
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 100ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
    }
    .mobile-main-slider h6 {
        position: relative;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 30px;
        display: inline-block;
        text-transform: uppercase;
        opacity: 1;
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 100ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
    }
    .mobile-main-slider .link-box {
        opacity: 1;
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 100ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
    }
}