@charset "utf-8";
/***
====================================================================
	Featured Section
====================================================================

***/
.featured-area {
    position: relative;
    /*background: #f5f5f8;*/
}

.featured-area .image-box {
    position: relative;
    margin: 0px -15px;
    overflow: hidden;
}

.featured-area .image-box:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(38, 44, 55, 0.6);
}

.featured-area .image-box img {
    float: right;
}

.featured-area .bx-wrapper {
    margin-bottom: 0px;
    overflow: hidden;
}

.featured-area .content-box {
    position: relative;
    margin: 0px -15px;
    padding: 120px 80px 0px 70px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.featured-area .slider-pager .list-inline {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.featured-area .slider-pager .list-inline li a.active img {
    position: relative;
    opacity: 1;
    padding: 0;
    transition: all 500ms ease;
}

.featured-area .slider-pager .list-inline li a img {
    position: relative;
    width: 80px;
    height: 80px;
    padding: 5px;
    opacity: .35;
    border-radius: 6px;
    transition: all 500ms ease;
}

.featured-area .bx-wrapper .bx-viewport {
    position: relative;
    background: none;
    border: none;
    left: 0px;
    margin-top: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.featured-area .bx-wrapper .bx-viewport p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #222222;
}

.featured-area .bx-wrapper .bx-viewport h5 {
    position: relative;
    font-size: 24px;
    color: #222222;
    margin-top: 25px;
    padding-top: 30px;
    text-transform: capitalize;
}

.featured-area .bx-wrapper .bx-viewport h5:before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    width: 50px;
    height: 3px;
    background: #e5e5e5;
}

.section-title h2 {
    position: relative;
    font-size: 29px;
    color: #222222;
    line-height: 60px;
    font-weight: unset;
}

.section-title h2:before {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0px;
    margin: auto;
    width: 100px;
    height: 3px;
    background: #fff;
    border-bottom: 3px double #1596FF;
    content: '';
}

.section-title p {
    font-size: 15px;
    color: #848484;
    font-weight: 400;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
}

.contact-section .contact-form .form-group.text-center {
    margin-bottom: 0px;
}

#features {
    margin-top: 20px;
}

#features .text-center a {
    color: #fff;
    background-color: #1596ff;
    margin-right: 5px;
    padding: 10px 50px;
    font-size: 16px;
    /*box-shadow: 0px 0px 1px 0px black;*/
}

.fuwunr {
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 28%;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 18px;
    text-align: left;
}

.fuwunr-icon {
    width: 50%;
    padding-top: 6px;
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

.mb-60 {
    margin-bottom: 25px;
}

.bg-clr {
    background: #f8f9fa;
}

.services-inner {
    background: #fff none repeat scroll 0 0;
    border: 2px solid transparent;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}

.our-services-wrapper:hover .services-inner {
    border: 2px solid #5a8bff;
    transition: .3s;
    /*margin: 10px;*/

    background: #fff;
}

.services-plus {
    margin-top: 60px
}

.img-services-icon {
    width: 60px;
    height: 50px;
}

.our-services-icon {
    position: absolute;
    top: -15px;
    right: 5px;
    background: #fff;
    width: 80px;
    text-align: center;
}

.our-services-icon span.fa {
    font-size: 45px;
    color: #00bcd4;
}

.our-services-text {
    padding-right: 10px;
}

.our-services-text {
    padding: 8px 14px;
	height:120px;
}

.our-services-text h4 {
    color: #323648;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 18px;
    margin-top: 15px;
    position: relative;
    text-transform: uppercase;
}

.our-services-text p {
    margin-bottom: 0;
}

.services p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #666;
}

.table-bordered {
    height: 24%;
    text-align: center;
}

.table-bordered i {
    font-size: 30px;
}

.table-bordered img {
    width: 50px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    font-size: 14px;
}

.font-one {
    font-size: 6px;
}

.font-two {
    font-size: 9px;
}

.form-tab td,
.form-td {
    font-size: 16px;
}

.form-tr {
    color: red;
}

#service-case img {
    padding: 20px;
    width: 100%;
}

#service-case .content-text {
    padding: 0px 0px;
}

#service-case .item-holder-box {
    height: 150px;
}

.card p{margin-top: 10px;}
.service-case p{margin-top: 10px;}

/*** 

====================================================================
	Team Section
====================================================================
***/
/*** 

====================================================================
	Blog Section
====================================================================

***/
.blog-area {
    position: relative;
    /*margin-top: 90px;*/
    /*padding-bottom: 60px;*/

    z-index: 1;
}

.blog-area .section-title {
    position: relative;
    margin-bottom: 40px;
}

.blog-area .item-holder-box {
    position: relative;
    margin-bottom: 40px;
    transition: all 500ms ease;
    border: 2px solid rgba(0, 0, 0, 0.1);
	height: 200px;
}

.blog-area .item-holder-box:hover {
    transition: all 500ms ease;
    border: 2px solid #1596FF;
}

.blog-area .item-holder-box .image-box {
    position: relative;
}

.blog-area .item-holder-box img {
    position: relative;
    width: 100%;
}

.blog-area .item-holder-box .image-box .date-box {
    position: absolute;
    top: 0px;
    left: 0px;
}

.blog-area .item-holder-box .date-box span {
    font-size: 16px;
    color: #ffffff;
    line-height: 18px;
    font-weight: 400;
    padding: 8px 20px;
    background: #1596FF;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
}

.blog-area .item-holder-box .content-text {
    position: relative;
    padding: 0px 10px;
    margin-top: 20px;
    border: 1px solid #f7f7f7;
    border-top: none;
}

.blog-area .item-holder-box .content-text h6 {
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
}

.blog-area .item-holder-box .content-text .sec-title h2 {
    position: relative;
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    color: #222222;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.blog-area .item-holder-box .content-text .sec-title h2:before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: '';
    width: 50px;
    height: 2px;
    background: #1596FF;
}

.blog-area .content-text .sec-title h5 {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #222222;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.blog-area .content-text .sec-title h5:before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: '';
    width: 100px;
    height: 2px;
    background: #1596FF;
}

.blog-area .content-text .text p {
    font-size: 14px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    padding-bottom: 15px;
}

.blog-area .item-holder-box .blog-info-box {
    border-top: 1px solid #f6f6f6;
}

.blog-area .item-holder-box .blog-info-box li {
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #848484;
    /*padding: 12px 0px;*/

    margin-right: 7px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}

.blog-area .item-holder-box .blog-info-box li i {
    font-size: 13px;
    margin-right: 8px;
}

#service-advantages img {
    margin: 10px 10px;
    padding: 5px 5px;
    /*height: 18%;*/

    width: 18%;
    box-shadow: 0px 0px 1px 0px #0054a4;
}

#service-more img {
    margin: 10px 10px;
    padding: 5px 5px;
    /*height: 18%;*/

    width: 18%;
    box-shadow: 0px 0px 1px 0px #0054a4;
}

#service-more .fuwu {
    width: 24%;
    margin: 10px 5px;
    padding: 20px 10px;
    box-shadow: 0px 0px 1px 0px #0054a4;
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

/*** 

====================================================================
  Fact Counter Section
====================================================================

***/
.fact-counter-area {
    position: relative;
    padding: 0px 0px 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    /*color:#ffffff;*/
}

.fact-counter-cover {
    position: relative;
    padding: 0px 0px 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    /*color:#ffffff;*/

    background-color: aliceblue;
}

.fact-counter-area .auto-container {
    position: relative;
    z-index: 1;
}

.fact-counter-area .column {
    position: relative;
    /*margin-bottom:40px;*/

    z-index: 5;
}

.fact-counter-area .item {
    /*position: relative;*/
    /*border:1px solid #ddd;*/
    /*text-align:center;*/
    /*padding: 15px 10px;*/
}

.fact-counter-area .column .icon {
    position: relative;
    left: 0px;
    padding-bottom: 8px;
    bottom: 0px;
}

.fact-counter-area .column .icon i:before {
    font-size: 50px;
    line-height: 70px;
    color: #1596FF;
    margin-left: 0px;
}

.fact-counter-area .count-outer {
    position: relative;
    font-size: 50px;
    font-weight: 600;
    /*color: #1596FF;*/
    /*padding-bottom: 25px;*/

    font-family: 'Roboto', sans-serif;
}

.fact-counter-area .column .counter-title {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    color: #222222;
    line-height: 28px;
    padding: 15px 0px 8px 0px;
    font-family: 'Roboto', sans-serif;
}

.qiyefuw1 {
    background-color: #f5f5f8;
    padding: 27px;
    color: #1596ff;
}

.qiyefuw2 {
    background-color: #337ab7;
    padding: 27px;
    color: #fff;
}

.qiyefuw-title {
    font-size: 3em;
    padding-bottom: 10px;
}

/*** 

====================================================================
	Contact Section
====================================================================

***/
.contact-section {
    position: relative;
    z-index: 1;
}

.contact-section .section-title {
    margin-bottom: 40px;
}

.contact-section .contact-area-box {
    padding: 80px 100px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.contact-section .contact-form .form-group {
    margin-bottom: 30px;
}

.contact-section .contact-form .form-group.text-center {
    margin-bottom: 0px;
}

.contact-section .contact-area-box form input[type="text"],
.contact-section .contact-area-box form input[type="email"],
.contact-section .contact-area-box form textarea {
    color: #848484;
    display: block;
    font-size: 14px;
    height: 50px;
    padding: 0 20px;
    width: 100%;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #f6f6f6;
    transition: all 500ms ease;
}

.contact-area-box .form-group select {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    height: 50px;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #f6f6f6;
    background: #ffffff;
    cursor: pointer;
}

.contact-area-box .form-group option {
    font-weight: normal;
    display: block;
    white-space: pre;
    height: 50px;
    padding: 20px;
}

.contact-area-box .form-group option:hover {
    background: #7b64cb;
}

.contact-section .contact-area-box form button {
    margin-top: 20px;
    display: inline-block;
}

.xn_site_mtitle {
    color: #0054a4;
    height: 26px;
    overflow: hidden;
    width: 150px;
}

.btn-style-one {
    font-size: 15px;
    color: #ffffff;
    line-height: 28px;
    font-weight: 600;
    padding: 10px 24px;
    background: #1596FF;
    border-radius: 6px;
    border: 1px solid #1596FF;
    text-transform: capitalize;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.row p{margin-top: 10px;line-height: 25px;}
.xn_site_mintro p{margin-top: 10px;}
.xn_site_xn_site_address_t{
    line-height: 2;
}
.no-gutters {
    border: 1px solid rgba(0, 0, 0, .125);
}

.no-gutters img {
    box-shadow: 0px 0px 1px 0px black;
}

.no-gutters h5 {
    color: #000000;
    padding-top: 20px;
    padding-bottom: 20px;
}

.carousel-control-prev {
    color: #777777;
}

.carousel-control-next {
    color: #777777;
}
.card-text {
	color:#999;
	line-height: 1.8em;
}