
/* Rofalco HTML Template  */
/***
====================================================================
        Fonts
====================================================================
***/
@import url("fontawesome-all.css");
@import url("animate.css");
@import url("custom-animate.css");
@import url("flaticon.css");
@import url("owl.css");
@import url("jquery-ui.css");
@import url("jquery.fancybox.min.css");
@import url("scrollbar.css");
@import url("hover.css");
@import url("jquery.touchspin.css");
@import url("botstrap-select.min.css");
@import url("swiper.min1.css");
@import url("rtl.css");
@font-face {
    font-family: cerebri-light;
    src: url("../font/CerebriSans-Light.ttf");
}
@font-face {
    font-family: cerebri-regular;
    src: url("../font/CerebriSans-Regular.ttf");
}
@font-face {
    font-family: cerebri-medium;
    src: url("../font/CerebriSans-Medium.ttf");
}
@font-face {
    font-family: cerebri-semi-bold;
    src: url("../font/CerebriSans-SemiBold.ttf");
}
@font-face {
    font-family: cerebri-bold;
    src: url("../font/CerebriSans-Bold.ttf");
}
@font-face {
    font-family: cerebri-extra-bold;
    src: url("../font/CerebriSans-ExtraBold.ttf");
}
/***
====================================================================
Reset
====================================================================
***/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}
/***
====================================================================
Global Settings
====================================================================
***/
body {
    font-size: 16px;
    color: #222;
    line-height: 1.7em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    background: rgb(255, 255, 255);
    font-family: cerebri-regular;
}
a {
    text-decoration: none;
    cursor: pointer;
}
a:hover,
a:focus,
a:visited {
    text-decoration: none !important;
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    line-height: 1.25em;
    margin: 0px;
    background: none;
}
textarea {
    overflow: hidden;
}
button {
    outline: none !important;
    cursor: pointer;
}
.w_show{display:none;}
.w_opacity{opacity:0;}
.mt20{margin-top:20px;}
.mt50{margin-top:50px;}
.text {
    position:relative;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    margin: 0px 0px 15px;
}
.tit_bline:before {
    position: absolute;
    content: '';
    height: 4px;
    width: 80px;
    bottom: -10px;
    left: 50%;
    margin-left: -40px;
    z-index: 1;
    background: #004ecc;
}
::-webkit-input-placeholder {
    color: inherit;
}
::-moz-input-placeholder {
    color: inherit;
}
::-ms-input-placeholder {
    color: inherit;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    background-color: inherit;
    border-color: inherit;
    color: inherit;
}
.bootstrap-select .dropdown-menu li a span.text {
    margin-bottom: 0;
}
.bootstrap-select .dropdown-toggle .filter-option:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f107";
    position: absolute;
    right: 15px;
    top: 7px;
    display: block;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    z-index: 5;
    font-weight: 400;
}
.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    overflow: hidden;
}
.auto-container {
    position: static;
    max-width: 1170px;
    /*  padding: 0px 15px; */
    margin: 0 auto;
}
ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
figure {
    margin-bottom: 0;
}
.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.theme-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
}
.centered {
    text-align: center !important;
}
.gray-bg {
    background-color: #f4f4f4 !important;
}
.light-bg {
    background-color: #fff !important;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.dropdown-toggle::after {
    display: none;
}
.fa {
    line-height: inherit;
}
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../image/preloader.svg");
}
.preloader-close {
    position: fixed;
    z-index: 999999;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    right: 0;
    bottom: 0;
    font-weight: 600;
}
.loader-wrap {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
}
.loader-wrap .layer-one {
    position: absolute;
    left: 0%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}
.loader-wrap .layer-two {
    position: absolute;
    left: 33.3333%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}
.loader-wrap .layer-three {
    position: absolute;
    left: 66.6666%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}
.loader-wrap .layer .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0a273d;
}
.owl-nav,
.owl-dots {
    display: none;
}
/* Btn style */
.theme-btn {
    display: inline-block;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.fl{float:left;}
.fr{float:right;}
.mb-20 {margin-bottom: 20px !important; }
.mb-30 {margin-bottom: 30px !important; }
.mt-30 {margin-top: 30px !important; }
.mt-40 {margin-top: 40px !important; }
.mt-50 {margin-top: 50px !important; }
.mt-70 {margin-top: 70px !important; }
.mb-40 {margin-bottom: 40px !important; }
.mb-50 {margin-bottom: 50px !important; }
.mb-70 {margin-bottom: 70px !important; }
.pb-20 {padding-bottom: 20px !important; }
.pb-30 {padding-bottom: 30px !important; }
.pb-50 {padding-bottom: 50px !important; }
.pd-20 {padding-top: 20px !important; }
.pd-30 {padding-top: 30px !important; }
.pd-30 {padding-top: 30px !important; }
.pd-40 {padding-top: 40px !important; }
.pd-50 {padding-top: 50px !important; }
.pd-70 {padding-top: 70px !important; }
/* banner */
.c-banner{
    width: 100%;
    position: relative;
}
.c-banner img{
    width: 100%;
}
.c-banner .b_banner ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.c-banner .b_banner ul li{
    display: none;
    opacity: 0;
}
.c-banner .b_banner ul li:nth-child(1){
    opacity: 1;
    display: block;
}
.c-banner .b_banner ul li img{
    width: 100%;
    position: absolute;
    top: 0px;
}
.c-banner .b_banner ul li:first-child img{
    position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
    padding: 25px 10px 25px 10px;
    position: absolute;
    top: 50%;
    margin-top: -53px;
    background: #000000;
    opacity: 0.5;
    border-radius: 5px;
    z-index: 10;
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
    opacity: 0.8;
}
.c-banner .nexImg{
    right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{
}
.c-banner .jumpBtn{
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
}
.c-banner .jumpBtn ul{
    margin-bottom: 0px;
    padding: 0px;
}
.c-banner .jumpBtn ul li{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background-color: white;
    opacity: 0.9;
    margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
    margin-left: 0px;
}
@media screen and (max-width:768px) {
    .c-banner{
        width: 100%;
        height: 345px;
        overflow: hidden;
    }
    .c-banner .b_banner ul li img{
        width: 768px;
        height: 345px;
        position: absolute;
        left: 50%;
        margin-left: -384px;
    }
}
.mBan2 { overflow: hidden; }
.mBan2 .slideBox{ width:100%; height:auto; position:relative; }
.mBan2 .slideBox .hd{ height: 10px; overflow: hidden; position: absolute; bottom: 4px; z-index: 1; width: 81px; background: url("https://www.dakoujiu.cn/Home/Tpl/default/Public/Public/images/btnBg.png") no-repeat; margin-left: -46px; left: 50%; padding: 4px 0px 0px 11px; }
.mBan2 .slideBox .hd ul{ zoom: 1; }
.mBan2 .slideBox .hd ul li{ float: left; width: 6px; height: 6px; background: url("https://www.dakoujiu.cn/Home/Tpl/default/Public/Public/images/btn1.png") no-repeat; cursor: pointer; margin-right: 10px; }
.mBan2 .slideBox .hd ul li.on{ background: url("../image/btn2.png")no-repeat; }
.mBan2 .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.mBan2 .slideBox .bd ul,.slideBox .bd ul li{width:100%!important}
.mBan2 .slideBox .bd img{ width:100%; height:auto; display:block;  }
/***
====================================================================
Scroll To Top style
====================================================================
***/
.h_logo{
    display: block;
    height: 60px;
}
.t_tel{font-size: 24px; color:#fff; margin-left:30px;background: #004ecc;}
.right_tel{padding:1%;border-radius:10px}
.t_tel span{margin-right:10px;}
.scroll-to-top {
    position: fixed;
    right: 50px;
    bottom: 110px;
    width: 54px;
    height: 54px;
    color: #ffffff;
    font-size: 18px;
    line-height: 54px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #25283a;
    border-radius: 50%;
    margin-left: -26px;
    display: none;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.scroll-to-top.style-two {
    background-color: #2d3247;
}
.scroll-to-top:hover {
    color: #ffffff;
}
/*Btn Style One*/
.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    padding:2px 26px;
    padding-left: 65px;
    font-weight: 600;
    border-radius: 3px;
    overflow: hidden;
    text-transform: uppercase;
}
.btn-style-one:hover {
    color: #fff;
}
.btn-style-one:before {
    position: absolute;
    left: 0;
    top: -5px;
    height: 60px;
    width: 48px;
    content: "";
    background-color: #000;
    transition: .5s;
    opacity: .1;
    border-top-right-radius: 33px;
    border-bottom-right-radius: 33px;
}
.btn-style-one:hover:before {
    width: 100%;
    border-radius: 0;
}
.btn-style-one span {
    position: relative;
}
.btn-style-one:after {
    font-family: Flaticon;
    content: "\f115";
    position: absolute;
    left: 16px;
    top: 14px;
    line-height: 25px;
    font-size: 17px;
    color: #fff;
}
/* Style Three */
.btn-style-one.style-three {
    background-color: white;
}
.btn-style-one.style-three:hover {
    color: #fff;
}
.btn-style-one.style-three:before {
    opacity: 1;
}
/* Style four */
.banner-section .link-box a.style-four {
    border: 2px solid #fff;
    padding: 14px 24px;
    padding-left: 50px;
    background: transparent;
}
.btn-style-one.style-four:before {
    opacity: 0;
}
.btn-style-one.style-four:hover:before {
    opacity: 1;
}
.btn-style-one.style-four:after {
    content: "\f04b";
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    left: 25px;
}
/* Header Style */
.main-header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 9999;
    top: 0px;
    left: 0px;
    background: none;
    clear: both;
}
/* Header Upper */
.main-header .header-upper {
    position: relative;
    padding: 11px 0;
}
.main-header .header-upper .inner-container {
    position: relative;
    /*  min-height: 80px; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.main-header .header-upper .logo-box {
    z-index: 10;
    width: 15%;
}
.main-header .header-upper .logo-box .logo {
    position: relative;
    display: block;
    padding: 10px 0px;
}
.main-header .header-upper .right-column {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 85%;
}
 @media screen and (max-width:800px) {
     .main-header .header-upper .inner-container {
   
    padding: 0  !important;
}
.main-header .header-upper .logo-box {
    width: 90% !important;
    float: left;
}
.main-header .header-upper .right-column {
    width: 10% !important;
}
  .main-header .header-upper .right-column {

    width: auto;
}
.right-column .t_tel{display: none;}
 }
.main-header .header-upper .contact-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.main-header .header-upper .contact-info .single-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 60px;
}
.main-header .header-upper .contact-info .single-info:last-child {
    margin-right: 0;
}
.main-header .header-upper .contact-info .icon {
    position: relative;
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    margin-right: 17px;
}
.main-header .header-upper .contact-info h5 {
    font-size: 18px;
    font-family: cerebri-bold;
    margin-bottom: 7px;
}
.main-header .header-upper .contact-info .text {
    position: relative;
    margin-bottom: 0;
}
.main-header .header-upper .contact-info .text a {
    color: #222222;
}
.main-header .header-upper .search-btn {
    margin-left: 45px;
    padding-left: 45px;
    border-left: 1px solid #e0e0e0;
    line-height: 55px;
}
.main-header .header-upper .search-toggler {
    color: #222;
    background: transparent;
    font-size: 20px;
}
.main-header .nav-outer {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.navbar-right-info .mobile-nav-toggler {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin-left: 30px;
    cursor: pointer;
    border-radius: 50%;
}
.main-header .nav-outer .main-menu {
    position: relative;
}
.main-menu .inner-container {
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
    margin-bottom: -25px;
    background: #fff;
}
.main-menu .inner-container .nav-outer {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.main-menu .contact-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 35px;
}
.main-menu .contact-info .icon {
    width: 75px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin-right: 20px;
}
.main-menu .contact-info h6{
    font-size: 14px;
    margin-bottom: 5px;
}
.main-menu .contact-info h4 {
    font-size: 22px;
    font-family: cerebri-bold;
}
.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}
.main-menu .navigation {
    position: relative;
    margin-top: 20px;
    margin-left: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.main-menu .navigation>li{
    position: relative;
    padding: 0;
    margin-right: 55px;
    
    /*-webkit-transition: all 300ms ease;*/
    /*-o-transition: all 300ms ease;*/
    /*transition: all 300ms ease;*/
}
.main-menu .navigation>li p{margin:0; font-size: 12px; color:#999;}
.main-menu .navigation>li:before {
    position: absolute;
    content: '';
    right: -28px;
    top: 29px;
    width: 1px;
    height: 24px;
    background-color: #e0e0e0;
}
.main-menu .navigation>li:last-child:before {
    display: none;
}
.main-menu .navigation>li:last-child {
    margin-right: 0px;
}
.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight:600;
    /* line-height: 20px; */
    font-family: cerebri-medium;
    text-transform: uppercase;
    color: #004ecc;
    padding: 0;
    opacity: 1;
    /*-webkit-transition: all 300ms ease;*/
    /*-o-transition: all 300ms ease;*/
    /*transition: all 300ms ease;*/
}
.main-menu .navigation>li:hover .P_a,.main-menu .navigation>li:hover .P_a p{
    color: #ffc200 !important;
}
.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 250px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0px;
    border-top: 2px solid;
    background-color: #272727;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: .5s;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}
.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0 40px;
}
.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}
.main-menu .navigation>li>ul>li:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 12.5px 0;
    border-bottom: 1px solid #41394f;
    line-height: 24px;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-menu .navigation>li>ul>li:last-child>a {
    border-bottom: 0px;
}
.main-menu .navigation>li>ul>li.dropdown>a:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 11px;
    display: block;
    line-height: 24px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    z-index: 5;
}
.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    z-index: 100;
    display: none;
    padding: 10px 0px;
    border-top: 2px solid;
    background-color: #272727;
    transition: .5s;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}
.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0 40px;
}
.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}
.main-menu .navigation>li>ul>li>ul>li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-menu .navigation>li>ul>li>ul>li:hover:before {}
.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}
.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 12px 0;
    line-height: 24px;
    font-weight: 600;
    border-bottom: 1px solid #41394f;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border-bottom: 0;
}
.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 16px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}
.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}
   .main-menu ul li:hover .son-nav-list {
    visibility: visible;
    max-height: 500px;
}

.main-menu ul li{
    position: relative;
    /*transition: all .6s !important;*/
}
.main-menu ul li a{
    /*transition: all .6s !important;*/
}
 .son-nav-list {
     padding: 10px 0; 
    position: absolute;
    top: 100%;
     left: -12%; 
    background-color: #fff;
    width: 200%;
    display: block;
     transform: translateX(-20%); 
    box-shadow: 0px 2px 18px 0px rgb(51 51 51 / 10%);
    border-radius: 10px;
 
     transition: max-height .6s;
    visibility: hidden;
    -webkit-transition: max-height .6s;
    -moz-transition: max-height .6s;
    -ms-transition: max-height .6s;
    -o-transition: max-height .6s;
    overflow: hidden;
}
 .son-nav-list a{display:block;text-align: center;}
 .son-nav-list a:hover{color:#ffc200;}
 .pc_logo img{
     display: block;
     height: 118px;
 }
/* 首页店铺展示 */
/* top_slider */
.store{padding:5px;}
.banner{position: relative;overflow: auto;text-align: center;width:100%;margin:0 auto}
.banner .dots{position:absolute;left:0;right:0;bottom:70px;z-index:3;}
.banner .dots li{display:inline-block;width:10px;height:10px;margin:0 4px;text-indent:-999em;border:2px solid #fff;border-radius:6px;cursor:pointer;opacity:.4;-webkit-transition:background .5s,opacity .5s;-moz-transition:background .5s,opacity .5s;transition:background .5s,opacity .5s}
.banner .dots li.active{background:#fff;opacity:1}
.banner .arrow{position:absolute;width:20px;height:37px;top: 50%; margin-top: -18px; overflow: hidden;z-index: 2; -webkit-transition: all 0.5s; -moz-transition: all 0.5s;  -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;}
.banner #al{left:15px}
.banner #ar{right:15px}
.banner ul{z-index: 1;width: 100%;overflow: hidden;}
.banner ul .slider-item {width:100%; float: left;height:760px; position: relative; overflow: hidden; border:1px solid #f7f7f7;}
.banner ul .slider-item .slider-title {position: absolute;left: 0;bottom: 0px;width: 610px;max-height: 56px;padding: 15px;text-align:left;line-height: 28px;color: #fff;font-size: 18px;font-weight: bold;background: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.9));background: url("https://www.dakoujiu.cn/Home/Tpl/default/Public/images/slider-info-bg.png") \9;}
.banner .progress{position:absolute;left:0;bottom:0;width:15%;min-height:3px;overflow:hidden;z-index:2;background:#f60}
.pinpai{display:flex;}
.pinpai2{display:flex;}
.f_1{float:left;}
.f_2{float:left;}
.pinpai2 .f_1{float:right;}
.pinpai2 .f_2{float:left;}
/* 首页店铺展示——end */
/***
====================================================================
Search Popup
====================================================================
***/
.search-popup {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.90);
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}
.search-popup.popup-visible {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}
.search-popup .overlay-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
}
.search-popup .close-search {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
}
.search-popup .close-search:hover {
    opacity: 0.70;
}
.search-popup .search-form {
    position: relative;
    padding: 0px 15px 0px;
    max-width: 1024px;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 100px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}
.search-popup .search-form fieldset {
    position: relative;
    border: 7px solid rgba(255, 255, 255, 0.50);
    border-radius: 12px;
}
.search-popup .search-form fieldset input[type="search"] {
    position: relative;
    height: 70px;
    padding: 20px 220px 20px 30px;
    background: #ffffff;
    line-height: 30px;
    font-size: 24px;
    color: #233145;
    border-radius: 7px;
}
.search-popup .search-form fieldset input[type="submit"] {
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    text-align: center;
    width: 220px;
    height: 70px;
    padding: 20px 10px 20px 10px;
    color: #ffffff !important;
    line-height: 30px;
    font-size: 20px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0px 7px 7px 0px;
}
.search-popup h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-align: center;
}
.search-popup .recent-searches {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}
.search-popup .recent-searches li {
    display: inline-block;
    margin: 0px 10px 10px 0px;
}
.search-popup .recent-searches li a {
    display: block;
    line-height: 24px;
    border: 1px solid #ffffff;
    padding: 7px 15px;
    color: #ffffff;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.search-popup .search-form fieldset input[type="search"]:focus {
    border-color: #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/***
====================================================================
            Sticky Header
====================================================================
***/
.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -webkit-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}
.sticky-header .main-menu .navigation {
    margin-left: 0; margin-bottom:10px;
}
.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99901;
    visibility: visible;
}
.fixed-header .sticky-header .inner-container {
    margin-bottom: 0;
    box-shadow: none;
}
.fixed-header .sticky-header .search-toggler {
    color: #222;
    background: transparent;
    font-size: 20px;
}
.fixed-header .sticky-header .main-menu .navigation>li{
    position: relative;
    padding: 0;
    margin: 0 20px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.fixed-header .sticky-header .main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight:normal;
    /* line-height: 20px; */
    font-family: cerebri-medium;
    text-transform: uppercase;
    color: #004ecc;
    padding: 0;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.fixed-header .sticky-header .main-menu .navigation .current>a,.fixed-header .sticky-header .main-menu .navigation .current>a p {color: #004ecc;}
/* Header Top */
.header-top {
    position: relative;
    padding: 11px 0;
}
.header-top .inner-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.header-top .text {
    color: #fff;
    margin-bottom: 0;
}
.header-top .right-column {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.header-top .social-links {
    position: relative;
}
.header-top .social-links li {
    display: inline-block;
    margin-right: 18px;
    font-size: 14px;
}
.header-top .social-links li:last-child {
    margin-right: 0;
}
.header-top .social-links li a {
    color: #fff;
    transition: .5s;
}
.header-top .quote-btn {
    position: relative;
    padding: 0 25px;
    margin-right: 30px;
}
.header-top .quote-btn:before {
    position: absolute;
    content: '';
    left: 0;
    top: 2px;
    width: 1px;
    height: 20px;
    background-color: #fff;
    opacity: .35;
}
.header-top .quote-btn:after {
    position: absolute;
    content: '';
    right: 0;
    top: 2px;
    width: 1px;
    height: 20px;
    background-color: #fff;
    opacity: .35;
}
.header-top .quote-btn a {
    position: relative;
    font-size: 16px;
    color: #fff;
}
.header-top .quote-btn a i {
    font-size: 18px;
    margin-right: 8px;
}
/**/
.header-top .contact-info {
    position: relative;
    margin-right: 25px;
}
.header-top .contact-info li {
    position: relative;
    display: inline-block;
    padding: 0 25px;
}
.header-top .contact-info li:before {
    position: absolute;
    content: '';
    right: 0;
    top: 2px;
    width: 1px;
    height: 20px;
    background-color: #fff;
    opacity: .35;
}
.header-top .contact-info a {
    position: relative;
    font-size: 16px;
    color: #fff;
}
.header-top .contact-info a i {
    font-size: 18px;
    margin-right: 8px;
}
/*产品展示*/
.pro-center{width: 100%;height: auto;overflow: hidden;padding: 35px 0 30px 0;background: #ffffff;}
.pro-center .title{font-size: 34px;text-align: center;padding-bottom: 5px;color: #333333;letter-spacing: 1px;}
.pro-center .sub-title{font-size: 20px;text-align: center;color: #333333;}
.pro-center .sub-title span{display: inline-block;height: 30px;line-height: 30px;width: auto;}
.pro-center .sub-title span.text{padding: 0 10px;}
/*产品展示左侧*/
.pro-left{float: left;width: 220px;box-sizing: border-box;}
.pro-content{width: 100%;padding-top: 40px;}
.pro-right{float: right;width: 840px;}
.pro-left .left-title{height: 110px;line-height: 110px;text-align: left;}
.pro-left .left-title span{display: inline-block;color: #333;font-size: 24px;font-weight: normal;}
.pro-left .left-title span.text{padding: 0 10px;}
.pro-left .left-category{position:relative; padding:20px 0;}
/* .pro-left .left-category ul{border-left:1px solid #ccc; margin-left:10px; position:absolute;z-index: 1; height:300px; }
.pro-left .left-category  li{height: 70px;line-height: 30px;font-size: 14px;text-align: left;cursor: pointer;color: #333; margin-top:-10px;} */
.pro-left .left-category ul{/* border-left:1px solid #ccc; */ margin-left:10px; position:absolute;z-index: 1; height:300px; }
.pro-left .left-category ul li{padding-bottom:60px;font-size: 14px;text-align: left;cursor: pointer;color: #333; margin-top:-10px; border-left:1px solid #ccc; position:relative;}
.pro-left .left-category ul li a{display:block;top:-20px; position:absolute; width:200px; padding-top:10px;}
.pro-left .left-category li  a span{margin-top:-1px;}
.pro-left .left-category ul li:last-child{padding-bottom:0;}
.pro-left .left-category li span{width:20px; height: 20px; border-radius: 10px; border:1px solid #ccc; display:inline-block; background:#fff; margin-left:-10px; margin-right:20px; vertical-align: middle;}
.pro-left .left-category li a{line-height:20px; color:#333;}
.pro-left .left-category  li.on span{background: #004ecc; border:1px  solid #004ecc; color: #333;}
.pro-left .left-category  li.on span:hover{background: #004ecc; border:1px  solid #004ecc;}
.pro-left .left-category  li.on a{color: #004ecc;}
.pro-left .left-category  li:hover a{color: #004ecc;}
.pro-left .left-contact {margin-top: 37px;margin-bottom: 37px;text-indent: 70px;background: url(https://www.dakoujiu.cn/Home/Tpl/default/Public/images/tel.png) left 20px center no-repeat;}
.pro-left .left-contact p{color: #317fff;font-size: 14px;}
.pro-left .left-contact p.tel{font-size: 20px;padding-top: 10px;}
.lc{height:auto;}
.lc .col-xl-2{width:20%}
.clearfix{clear:both;}
/*产品展示右侧*/
.pro-right{display: none;}
.pro-right ul{clear:both;margin-bottom:0; min-height: 500px; }
.pro-right ul li{float: left;width: 210px;background: #f7f7f7;border: 1px solid #f7f7f7;margin-right:0;box-sizing: border-box;margin-bottom: 0;transition: all .3s linear;}
.pro-right ul li:nth-child(3n){margin-right: 0;}
.pro-right ul li .img{width:100%;height:210px;overflow: hidden; text-align: center; box-sizing: border-box; display: flex; justify-content: center; align-items: center;}
.pro-right ul li .img img{height:210px; width:auto; max-width:none;}
.pro-right ul li img{width:100%;}
.pro-right ul li p{height: 50px;line-height: 50px;text-align: center;font-size: 18px;color: #333333;}
.pro-right.active{display: block;}
.pro-right ul li:hover{box-shadow: 0px 0px 15px #c6c6c6;transition: all .2s linear;}
.index_pro{margin-top:60px;}
.hot-pro{background:#004ecc;color:#fff; text-align: left;}
.hot-pro a{color:#fff;}
.news-block-two .hot-pro h4{color:#fff; margin-bottom:0;margin-top:20px;}
.news-block-two .hot-pro .bottom-content{border:0;}
.index_pro_tex{padding:20px; text-align: center; position:relative;}
.index_pro_tex h3{font-size: 18px; font-weight:600; margin-top:30px;}
.index_pro_tex {color:#333;}
.pro-right .index_pro_tex p{font-size: 14px; color:#999;}
.index_pro_tex span{color:#004ecc; position:absolute; font-size: 24px; margin-left:-12px;}
.index_pro_tex .pro_up{top:0;}
.index_pro_tex .pro_down{bottom:0;}
.more-btn{margin-bottom:20px;}
/***
====================================================================
        Mobile Menu
====================================================================
***/
.nav-outer .mobile-nav-toggler {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    float: right;
    /*  margin: 13px 0; */
    /*  margin-right: 15px; */
    display: none;
}
.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}
.mobile-menu .mCSB_scrollTools {
    right: -6px;
}
.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px;
}
.mobile-menu .navbar-collapse {
    display: block !important;
}
.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
    margin-top: 25px;
}
.mobile-menu-visible {
    overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}
.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #f7f7f7;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.mobile-menu .close-btn {
    position: absolute;
    right: 20px;
    top: 15px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 30px;
    color: #333;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}
.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.mobile-menu .navigation li ul li>a {
    font-size: 15px;
    margin-left: 20px;
    text-transform: capitalize;
}
.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.mobile-menu .navigation li.current>a:before {
    height: 100%;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}
.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}
.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
}
.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
/* Hidden Bar */
.hidden-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999;
    width: 100%;
    max-width: 470px;
    background: #ffffff;
    height: 100%;
    padding: 40px 45px;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.hidden-sidebar-close {
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 30px;
    cursor: pointer;
}
.hidden-sidebar .logo {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e7e7e7;
}
.hidden-sidebar .wrapper-box {
    height: 100%;
}
.hidden-sidebar .sidebar-widget {
    margin-bottom: 50px;
}
.hidden-sidebar .about-widget-two {
    position: relative;
}
.hidden-sidebar .about-widget-two h3 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 28px;
}
.hidden-sidebar .news-widget {
    position: relative;
}
.hidden-sidebar .widget-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}
.hidden-sidebar .news-widget .post-wrapper {
    position: relative;
    padding-left: 110px;
    margin-top: -10px;
    margin-bottom: 50px;
}
.hidden-sidebar .news-widget .post-wrapper:last-child {
    margin-bottom: 0px;
}
.hidden-sidebar .news-widget .image {
    position: absolute;
    left: 0;
    top: 10px;
    width: 90px;
}
.hidden-sidebar .news-widget .category {
    font-size: 13px;
    color: #282828;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 4px;
}
.hidden-sidebar .news-widget h4 {
    font-size: 18px;
    font-weight: 700;
}
.hidden-sidebar .news-widget h4 a {
    color: #282828;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.hidden-sidebar .newsletter-widget {
    position: relative;
    margin-bottom: 50px;
}
.hidden-sidebar .newsletter-widget input[type="email"] {
    position: relative;
    border: 1px solid #e7e7e7;
    padding: 13px 20px;
    width: 100%;
    margin-bottom: 10px;
}
.hidden-sidebar .newsletter-widget .theme-btn {
    color: #fff;
}
.hidden-sidebar .newsletter-widget .theme-btn:before {
    background-color: #222;
}
.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    display: none;
    background: rgba(20, 20, 20, 0.70);
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    cursor: none;
}
/* Cursor Style */
.cursor {
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -o-transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: hidden;
}
.cursor {
    visibility: visible;
}
.cursor.active {
    opacity: 0.5;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.cursor.hovered {
    opacity: 0.08;
}
.cursor-follower {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -o-transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    visibility: hidden;
}
.cursor-follower {
    visibility: visible;
}
.cursor-follower.active {
    opacity: 0.7;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.cursor-follower.hovered {
    opacity: 0.08;
}
.cursor-follower.close-cursor:before {
    position: absolute;
    content: '';
    height: 25px;
    width: 2px;
    background: #fff;
    left: 48%;
    top: 12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
}
.cursor-follower.close-cursor:after {
    position: absolute;
    content: '';
    height: 25px;
    width: 2px;
    background: #fff;
    right: 48%;
    top: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* Header Style Two  */
.main-header.header-style-two .main-menu .navigation>li:before {
    display: none;
}
.main-header.header-style-two .header-upper.style-two .main-menu .navigation>li {
    margin-right: 40px;
}
.main-header.header-style-two .header-upper.style-two .search-btn {
    border: 0;
    margin: 0 35px;
    padding: 0;
}
.main-header.header-style-two .auto-container {
    max-width: 1250px;
}
.main-header.header-style-two .header-upper.style-two {
    padding: 0;
}
.main-header.header-style-two .header-upper.style-two .main-menu .navigation>li {padding: 0;}
.main-header.header-style-two .header-upper.style-two .main-menu .navigation>li p{margin:0; font-size:14px; color:#999; font-weight: normal;}
/***
====================================================================
    Banner Section
====================================================================
***/
.banner-section {
    position: relative;
}
.estimate-form {
    padding: 40px;
    background-color: #fff;
    border-radius: 5px;
    max-width: 430px;
    top: 0;
    right: 0;
}
.banner-section .content-box .inner.dropdown-menu {
    padding: 0;
    margin: 0;
}
.banner-section .content-box .inner.show {
    padding: 0;
}
.estimate-form .bootstrap-select .dropdown-menu {
    padding: 0;
}
.estimate-form .dropdown-item.active,
.estimate-form .dropdown-item:active {
    color: #fff;
}
.estimate-form .bootstrap-select .dropdown-menu li a.active span.text {
    color: #fff;
}
.estimate-form .dropdown-item {
    color: #222;
}
.estimate-form .bootstrap-select .dropdown-menu li a span.text {
    color: #222;
    font-size: 16px;
}
.estimate-form .dropup .dropdown-toggle::after {
    display: none;
}
.estimate-form .title {
    position: relative;
    font-size: 30px;
    font-family: cerebri-bold;
}
.estimate-form .sub-title {
    position: relative;
    font-size: 16px;
    font-family: cerebri-light;
    margin-bottom: 30px;
}
.estimate-form .form-group {
    margin-bottom: 10px;
}
.estimate-form .form-group input {
    width: 100%;
    background-color: #f9f9f9;
    height: 54px;
    padding: 0 20px;
    border: 1px solid #eee;
}
.estimate-form .bootstrap-select>.dropdown-toggle {
    width: 100%;
    padding: 14px 20px;
    background: #f9f9f9;
    border: 1px solid #eee;
}
.estimate-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}
.estimate-form .bootstrap-select .dropdown-toggle .filter-option:after {
    top: 10px;
}
.three-item-carousel,
.banner-slider {
    position: relative;
    height: 100% !important;
    z-index: 9;
}
.banner-section .swiper-slide {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.banner-section .swiper-slide:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 0.0;
    content: "";
}
.banner-section .content-outer {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
}
.banner-section .content-box {
    position: relative;
    padding: 135px 15px 110px;
    min-height: 500px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.banner-section .content-box .inner {
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    padding: 0 15px;
}
.banner-section .swiper-slide-active .content-box .inner {
    opacity: 1;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.banner-section .content-box .inner:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: repeat;
    background-position: center;
    content: "";
}
.banner-section .content-box h1 {
    position: relative;
    font-size: 60px;
    line-height: 70px;
    color: #ffffff;
    font-family: cerebri-extra-bold;
    text-transform: capitalize;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    margin-bottom: 20px;
}
.banner-section .swiper-slide-active .content-box h1 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.banner-section .content-box h1:before {
    position: absolute;
    content: '';
    left: 50%;
    top: -20px;
    height: 2px;
    width: 80px;
    transform: translateX(-50%);
}
.banner-section h4 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 1.2em;
    color: #ffffff;
    font-family: cerebri-light;
    text-transform: uppercase;
    margin-bottom: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    padding: 13px 30px;
    background-color: #3a7d7c;
    border-radius: 21px;
}
.banner-section .swiper-slide-active h4 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.banner-section .text {
    position: relative;
    font-size: 22px;
    line-height: 34px;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
}
.banner-section .swiper-slide-active .text {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.banner-section .link-box {
    padding-top: 20px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    margin: 0 -10px;
}
.banner-section .swiper-slide-active .link-box {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.banner-section .link-box a {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    margin: 0 10px 10px;
}
.banner-section .banner-slider-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.banner-section .banner-slider-button-next {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    z-index: 9;
    margin-right: 40px;
    font-size: 25px;
    background-color: rgba(255, 255, 255, 0.3);
    transition: .5s;
}
.banner-section .banner-slider-button-prev {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    z-index: 9;
    margin-left: 40px;
    font-size: 25px;
    background-color: rgba(255, 255, 255, 0.3);
    transition: .5s;
}
/* Style Two */
.banner-section.style-two .content-box {
    justify-content: center;
    text-align: center;
}
.post-share-icon {
    font-size: 14px;
    color: #999999;
    position: relative;
    transition: .5s;
    cursor: pointer;
}
.post-share-icon ul.social-links {
    position: absolute;
    top: 0;
    right: 100%;
    display: flex;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
}
.post-share-icon ul.social-links li {
    margin-right: 15px;
}
.post-share-icon ul.social-links li a {
    color: #999;
    transition: .5s;
}
.post-share-icon:hover ul.social-links {
    opacity: 1;
    visibility: visible;
}
/* Sec Title */
.sec-title {
    position: relative;
    margin-bottom: 70px;
}
.sec-title .sub-title {
    position: relative;
    font-size: 16px;
}
.sec-title.light .sub-title {
    color: #fff;
}
.sec-title h2 {
    position: relative;
    font-size: 36px;
    line-height: 40px;
    font-family: cerebri-medium;
}
.sec-title h2 strong {
    font-family: cerebri-bold;
    font-weight: normal;
}
.sec-title.light h2 {
    color: #fff;
}
.sec-title .text {
    margin-top: 6px;
    margin-bottom: 0px;
    font-size: 20px;
}
.sec-title.light .text {
    color: #fff;
}
/* About Us Section */
.index_about{position: relative; font-size: 16px;line-height: 36px;}
.index_about .index_about_title{position: absolute; width: 200px; padding:20px 0; background:#004ecc; left:50%; margin-left:-100px; bottom:-50px; text-align: center; color:#fff;}
.index_about .index_about_title p{margin-bottom:0;}
.index_about_c{margin-top:80px;}
.index_about_c p{text-indent:2rem;}
/* index_news */
.index_new{text-align:left;}
.team-block-one .inner-box .index_new:hover h4 {color: #004ecc;}
.team-block-one .inner-box .index_new:hover .designation {color: #004ecc; }
.index_new_more{display:inline-block; padding:6px 20px; background:#004ecc; color:#fff; margin-top:10px;}
.index_new_more:hover{color:#fff;}
.about-us-section {
    position: relative;
    padding: 110px 0 80px;
}
.about-us-section .shape-one {
    position: absolute;
    left: 0;
    top: 110px;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
}
.about-us-section .image-block .row {
    margin: 0 -17.5px;
}
.about-us-section .image-block .column {
    padding: 0 17.5px;
    margin-bottom: 30px;
}
.about_bg{height:980px;}
.index_vid{width:888px; height:500px; margin:0 auto; position:absolute; z-index: 999; bottom:0; left:50%; margin-left:-450px;}
.more_btn{display:block; text-align: center; margin-top:30px;}
.more_btn a{padding:6px 30px; margin:20px auto; background:#004ecc; color:#fff; display:inline-block; border:1px solid #004ecc;}
.more_btn a:hover{background:#fff; border:1px solid #ccc;}
.index_pro_c{display:block;}
.index_pro_c ul li{display:inline-block; }
.index_pro_c ul li:before{content: '|'; padding:0 10px; color:#ccc;}
.index_pro_c ul li:first-child:before{content: ''; padding:0 10px; color:#ccc;}
.index_pro_c ul li a{color:#333;}
.wanhua_bg{background:url(../image/about_bg.jpg)no-repeat;}
.tedian_box{display:inline-block;vertical-align: top; margin:0 30px;padding-left:25px;}
.tedian_bg{position:relative;}
.tedian_text{position:absolute; height: 250px; width:200px; z-index: 9; left:20px; bottom:50px;}
.tedian_text h2{font-size:30px;  font-weight:700; color:#ffc002; border-bottom:2px solid #ffc002; padding-bottom:6px; margin-bottom:30px; display:inline-block;}
.tedian_text p{margin:0; padding:0; font-size: 20px; font-weight: 700; line-height: 40px;color:#fff}
.tedian_text p span{margin-right:10px; font-size: 22px;}


  .map-box{width:100%;height:550px;position:relative;}
      .map-box .contents{position:absolute; width:30%; height:100%; background-color:rgba(255,255,255,.9);  left:0;  top:0; z-index:99; text-align:left;padding:20px;}


@media only screen and (min-width: 1600px) {
    .about-us-section .image-block {
        margin-left: -205px;
    }
    .about-us-section .image-block {
        margin-right: 48px;
    }
    .about-us-section .content-column {
        margin-left: 23px;
    }
}
.about-us-section .content-column {
    margin-bottom: 30px;
}
.about-us-section .content-column .text {
    font-size: 18px;
    margin-bottom: 60px;
}
.about-us-section .content-column .text p {
    margin-bottom: 30px;
}
.about-us-section .content-column .wrapper-box {
    overflow: hidden;
}
.about-us-section .content-column .row {
    margin: -30px -2px;
}
.about-us-section .content-column .icon-box {
    border-right: 1px solid #efefef;
    border-top: 1px solid #efefef;
    text-align: center;
    padding: 35px 20px;
}
.about-us-section .content-column .icon-box .icon {
    position: relative;
    margin-bottom: 15px;
}
.about-us-section .content-column h4 {
    position: relative;
    font-size: 22px;
    font-family: cerebri-semi-bold;
}
/* Services Section */
.services-section {
    position: relative;
    padding: 110px 0 50px;
    background-color: #ebf7f7;
}
.services-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /*    background-image: url("../image/shape-2.jpg"); */
}
.service-block-one {
    position: relative;
}
.service-block-one .inner-box {
    position: relative;
    margin-bottom: 0;
}
.service-block-one .image {
    position: relative;
    overflow: hidden;
}
.service-block-one .image img {
    position: relative;
    transition: .7s;
    width: 100%;
}
.service-block-one .inner-box:hover .image img {
    transform: scale(1.1);
}
.service-block-one .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .5s;
    padding: 45px;
    text-align: center;
    transform: translateY(30px);
    opacity: 0;
}
.service-block-one .inner-box:hover .overlay {
    opacity: 1;
    transform: translateY(0);
}
.service-block-one .overlay .text {
    position: relative;
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-family: cerebri-light;
}
.service-block-one .overlay .text:before {
    position: absolute;
    content: '';
    left: 15px;
    right: 15px;
    height: 1px;
    bottom: 0;
    background-color: #e5e5e5;
    opacity: .9;
    transition: .5s;
}
.service-block-one .overlay a {
    position: relative;
    font-size: 14px;
    font-family: cerebri-semi-bold;
    text-transform: uppercase;
    display: inline-block;
    z-index: 9999;
    color: #fff;
}
.service-block-one .overlay:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .9;
    transition: .5s;
}
.service-block-one h4 {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -20px;
    font-size: 22px;
    font-family: cerebri-bold;
    padding: 29px 15px;
    text-align: center;
    transition: .5s;
    background-color: #fff;
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
}
.service-block-one .inner-box:hover h4 {
    color: #fff;
}
.service-block-one h4 span {
    position: relative;
}
.service-block-one h4:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: .5s;
    transform: scale(1,0);
    transform-origin: top;
    opacity: 0;
    transition: .5s;
}
.service-block-one .inner-box:hover h4:before {
    transform: scale(1);
    opacity: 1;
}
/* CTA Section */
.cta-section {
    position: relative;
    padding: 70px 0;
    z-index: 1;
}
.cta-section.sp-two {
    position: relative;
    padding: 0 0 100px;
}
.cta-section .wrapper-box {
    position: relative;
    padding: 45px 60px 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #fff;
}
.cta-section .pinpai-story {position: relative; padding: 45px 60px 25px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12); background: #fff; }
.pinpai-story_tit h2{font-size: 30px; width:60px; font-weight:700;}
.pinpai-story_tit{float:left;  width:6%;}
.pinpai-story_cont{float:right; width:90%; border-left:4px solid #004ecc; padding-left:50px;}
.pinpai-story_cont h3{margin-bottom:10px;}
.cta-section .pinpai-qinxian {
    position: relative;
    /*padding: 45px 60px 25px;*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #fff;
}
.pinpai-qinxian_img{width:100%;margin:auto}
.pinpai-qinxian_img img{width:100%;}
.pinpai-qinxian_com{width:80%;margin:auto;text-align:center}
.cta-section .pinpai-qinxian_com h2{display:inline-block;border-bottom:2px solid #333; line-height: 36px;padding-bottom:10px;margin-bottom:0;}
.cta-section .pinpai-qinxian_com h3{margin-bottom:20px;}
.cta-section .logo {
    margin-bottom: 20px;
}
.cta-section h2 {
    position: relative;
    font-size: 36px;
    font-family: cerebri-medium;
    margin-bottom: 20px;
}
.cta-section .link-btn {
    margin-bottom: 20px;
}
/* Features Section */
.features-section {
    position: relative;
    padding: 110px 0 0;
}
.features-section .sec-bg {
    position: absolute;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 70px;
}
.features-section .auto-container {
    max-width: 1510px;
}
.features-section .content {
    position: relative;
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
    padding: 70px 70px 40px;
    max-width: 583px;
    background-color: #fff;
}
.features-section .sec-title {
    margin-bottom: 30px;
}
.features-section .icon-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.features-section .icon-box .icon {
    position: relative;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #f9f4e4;
    font-size: 14px;
    margin-right: 17px;
    transition: .5s;
}
.features-section .icon-box:hover .icon {
    color: #fff;
}
.features-section .icon-box h4 {
    font-size: 22px;
    font-family: cerebri-bold;
    margin-bottom: 10px;
}
.features-section .icon-box .text {
    position: relative;
    margin-bottom: 0;
}
/* Portfolio Section */
.portfolio-section {
    position: relative;
    padding: 110px 0;
}
.filter-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    margin: 0 auto;
    margin-bottom: 70px;
}
.filter-tabs li {
    margin: 5px 25px;
    position: relative;
    cursor: pointer;
    border:1px solid #f7f7f7;
    padding:10px 30px;
    background:#dcdcdc;
    color:#fff;
    font-size: 14px;
}
.pro-list .filter-tabs li {
    margin: 5px 5px;
    position: relative;
    cursor: pointer;
    border:1px solid #f7f7f7;
    padding:6px 20px;
    background:#dcdcdc;
    color:#fff;
    font-size: 14px;
}
.filter-tabs li.active{background:#004ecc;}
.filter-tabs li:hover{background:#004ecc;}
.filter-tabs li:hover .count {
    opacity: 1; color:#004ecc;
}
.filter-tabs li .count {
    position: absolute;
    bottom: -45px;
    left: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    transform: translateX(-50%);
    opacity: 0;
    transition: .5s;
    cursor: pointer;
}
.filter-tabs li.active .count {
    opacity: 1; color:#004ecc;
}
.gallery-block {
    position: relative;
}
.gallery-block .inner-box {
    position: relative;
    margin-bottom: 30px;
}
.gallery-block .image {
    position: relative;
    overflow: hidden;
}
.gallery-block .image img {
    transition: .5s;
    width: 100%;
}
.gallery-block .inner-box:hover .image img {
    transform: scale(1.1);
}
.gallery-block .overlay-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(236, 90, 50, 0.9);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: .5s;
    opacity: 0;
}
.gallery-block .inner-box:hover .overlay-content {
    opacity: 1;
}
.gallery-block .border-one {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    transition: .5s;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: scaleX(0);
}
.gallery-block .inner-box:hover .border-one {
    transform: scaleX(1);
}
.gallery-block .border-two {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    transition: .5s;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: scaleY(0);
}
.gallery-block .inner-box:hover .border-two {
    transform: scaleY(1);
}
.gallery-block .overlay-content h4 {
    position: relative;
    font-size: 22px;
    font-family: cerebri-bold;
    color: #fff;
    margin-bottom: 10px;
}
.gallery-block .overlay-content h5 {
    position: relative;
    font-size: 14px;
    font-family: cerebri-semi-bold;
    text-transform: uppercase;
}
/* Funfacts Section */
.funfacts-section {
    position: relative;
    padding: 75px 0;
    background-size: cover;
}
.funfacts-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
}
.funfacts-section .auto-container {
    max-width: 1700px;
}
.funfacts-section .inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}
.funfacts-section .inner:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 1px;
    height: 130px;
    background-color: #e5e5e5;
    opacity: .25;
}
.funfacts-section .column:last-child .inner:before {
    display: none;
}
.funfacts-section .icon {
    position: relative;
    margin-right: 35px;
}
.funfacts-section .count-box {
    position: relative;
    font-size: 60px;
    color: #fff;
    font-family: cerebri-medium;
    line-height: 65px;
}
.funfacts-section .text {
    position: relative;
    font-size: 16px;
    color: #fff;
    font-family: cerebri-light;
    margin-bottom: 0;
}
/* Testimonail Section */
.testimonials-section {
    position: relative;
    padding: 110px 0;
}
.testimonials-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url("../image/shape-2.jpg");
}
.testimonial-block {
    position: relative;
    padding: 15px 15px 40px;
}
.testimonial-block .inner-box {
    position: relative;
    background-color: #fff;
    padding: 40px;
    margin-bottom: 30px;
    transition: .5s;
}
.testimonial-block .inner-box:hover {
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
}
.testimonial-block .author-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*   margin-bottom: 35px; */
}
.testimonial-block .author-box .author-thumb {
    position: relative;
    margin: 0;
    margin-bottom:20px;
}
/* .testimonial-block .author-box .author-thumb img {
    border-radius: 50%;
    } */
    .testimonial-block h4 {
        position: relative;
        font-size: 18px;
        font-family: cerebri-semi-bold;
    }
    .testimonial-block .designation {
        position: relative;
        font-size: 14px;
        line-height: 22px;
    }
    .testimonial-block .rating {
        font-size: 12px;
        color: #ff7a04;
    }
    .testimonial-block .rating span {
        margin-right: 2px;
    }
    .testimonials-section .owl-dots {
        display: block;
        text-align: center;
        margin-top: -16px;
    }
    .testimonials-section .owl-dots .owl-dot{
        position:relative;
        margin:0px 5px;
        width: 10px;
        height:8px;
        border-radius:2.5px;
        display:inline-block;
        border-radius: 4px;
        transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
    }
    .testimonials-section .owl-dots .owl-dot:hover,
    .testimonials-section .owl-dots .owl-dot.active{
        width: 18px;
    }
    /* Clients  Logo Section */
    .clients-logo-section {
        position: relative;
        padding: 65px 0;
        border-bottom: 1px solid #e5e5e5;
    }
    .clients-logo-section .owl-item img {
        width: auto;
        margin: 0 auto;
    }
    .clients-logo-section .auto-container {
        max-width: 1370px;
    }
    /* Features Section Two */
    .features-section-two {
        position: relative;
        padding: 110px 0 10px;
    }
    .features-section-two.style-two:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        right: 0;
        height: 100%;
        /* background-image: url("../image/shape-2.jpg"); */
    }
    .features-section-two .single-block {
        margin-bottom: 70px;
    }
    .features-section-two .single-block .row {
        align-items: center;
    }
    .features-section-two .image {
        margin-bottom: 4px;
        overflow: hidden;
    }
    .features-section-two .image img {
        transition: .5s;
    }
    .features-section-two .image:hover img {
        transform: scale(1.1);
    }
    @media only screen and (min-width: 992px) {
        .features-section-two .image {
            margin-right: 4px;
        }
        .features-section-two .content {
            margin-left: 20px;
        }
        .features-section-two .single-block:nth-child(even) .image {
            margin-right: 0;
            margin-left: 20px;
        }
        .features-section-two .single-block:nth-child(even) .content {
            margin-left: 0;
            margin-right: 20px;
        }
        .features-section-two .single-block:nth-child(odd) .image-column {
            order: 3;
        }
    }
    .features-section-two .content {
        position: relative;
    }
    .features-section-two .sec-title {
        margin-bottom: 30px;
    }
    .features-section-two .sec-title .text {
        margin-top: 5px;
        color:#838383;
    }
    .features-section-two .link-btn {
        position: relative;
        margin-top: 40px;
    }
    /* Skills Section */
    .skills-section {
        position: relative;
        background-color: #333333;
    }
    .skills-section .auto-container {
        max-width: 100%;
        padding: 0;
    }
    .skills-section .inner-container {
        position: relative;
        max-width: 755px;
        margin: 0 auto;
        margin-right: 0;
        padding: 100px 0 80px;
    }
    .skills-section .left-column .content {
        position: relative;
        max-width: 590px;
    }
    /*=======progress bar========*/
    .progress-levels {
        position: relative;
    }
    .progress-levels h5 {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .progress-levels .progress-box {
        position: relative;
        padding-bottom: 35px;
        padding-top: 10px;
        overflow: hidden;
    }
    .progress-levels .progress-box:last-child {
        margin-bottom: 0px;
    }
    .progress-levels .progress-box .bar {
        position: relative;
        height: 3px;
        background: #eee;
    }
    .progress-levels .progress-box .bar .bar-innner {
        position: relative;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 3px;
    }
    .progress-levels .progress-box .bar .bar-fill {
        left: -100%;
        top: 0px;
        width: 0px;
        height: 3px;
        -webkit-transition: all 2000ms ease 300ms;
        -o-transition: all 2000ms ease 300ms;
        transition: all 2000ms ease 300ms;
    }
    .progress-levels .progress-box.html .bar .bar-fill {
        background: #ef6267;
    }
    .progress-levels .progress-box.wp .bar .bar-fill {
        background: #ff9924;
    }
    .progress-levels .progress-box.php .bar .bar-fill {
        background: #14dbba;
    }
    .progress-levels .progress-box.animated .bar .bar-fill {
        left: 0px;
    }
    .progress-levels .progress-box .percent {
        position: absolute;
        right: 0;
        top: -30px;
        letter-spacing: 0px;
        font-size: 14px;
        font-weight: 600;
        color: #222;
        opacity: 0;
        -webkit-transition: all 2000ms ease 700ms;
        -o-transition: all 2000ms ease 700ms;
        transition: all 2000ms ease 700ms;
    }
    .progress-levels .progress-box.animated .percent {
        opacity: 1;
    }
    .skills-section .lower-content {
        position: relative;
        padding: 82.5px 60px;
    }
    .skills-section .lower-content h2 {
        font-size: 36px;
        font-family: cerebri-medium;
        color: #fff;
    }
    .skills-section .lower-content .icon {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .skills-section .image {
        position: relative;
        overflow: hidden;
    }
    .skills-section .image img {
        position: relative;
        transition: .5s;
        width: 100%;
    }
    .skills-section .image:hover img {
        transform: scale(1.1);
    }
    .skills-section .progress-box {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .skills-section .progress-levels h5 {
        margin-bottom: 0;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        min-width: 133px;
    }
    .skills-section .progress-levels .progress-box {
        padding-bottom: 15px;
    }
    .skills-section .progress-levels .progress-box .inner {
        max-width: 390px;
        width: 100%;
    }
    .skills-section .progress-levels .progress-box .bar {
        height: 10px;
        border: 1px solid #666666;
        background: transparent;
        border-radius: 3px;
    }
    .skills-section .progress-levels .progress-box .bar .bar-innner {
        height: 4px;
        top: 2px;
        left: 2px;
        width: auto;
        right: 2px;
    }
    .skills-section .progress-levels .progress-box .bar .bar-fill {
        height: 4px;
    }
    .skills-section .progress-levels .progress-box .percent {
        right: -67px;
        top: -10px;
        color: #fff;
    }
    /* Latest News */
    .latest-news-section {
        position: relative;
        padding: 0 0 70px;
    }
    .news-block-one {
        position: relative;
    }
    .news-block-one .image {
        position: relative;
        margin-bottom: 0;
    }
    .news-block-one .image img {
        position: relative;
        width: 100%;
    }
    .linian_text{padding:30px; color:#004ecc;}
    .linian_text h4{font-size:36px; font-weight: 700;}
    .linian_text .text{font-size:20px;}
    @media only screen and (min-width: 992px) {
        .news-block-one .image {
            margin-right: 0;
        }
        .news-block-one .content-box {
            margin-left: -14px;
        }
    }
    .news-block-one .content-box {
        margin-bottom: 30px;
    }
    .news-block-one .post-meta {
        position: relative;
        margin-bottom: 12px;
    }
    .news-block-one .post-meta li {
        position: relative;
        display: inline-block;
        margin-right: 10px;
        cursor: pointer;
    }
    .news-block-one .post-meta li:before {
        position: absolute;
        content: '';
        top: 5px;
        right: -7px;
        width: 1px;
        height: 16px;
    }
    .news-block-one .post-meta li:last-child:before {
        display: none;
    }
    .news-block-one h4 {
        font-size: 22px;
        font-family: cerebri-bold;
        margin-bottom: 18px;
        color: #222;
        transition: .5s;
    }
    .news-block-one .text {
        position: relative;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e5e5e5;
    }
    .news-block-one .read-more-btn a {
        position: relative;
        font-size: 14px;
        font-family: cerebri-semi-bold;
        text-transform: uppercase;
    }
    .news-list{margin-bottom:50px; max-width:48%;}
    .news-list:nth-child(even){margin-left:2%;}
    .news-list:hover {box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12); background: #fff; }
    .news-list .text{line-height: 20px; font-size:14px; color:#999; margin-bottom:6px; padding-bottom:6px;}
    .news-list .news-data{color:#999;}
    .news-list .img_box{padding-left:0; max-width: auto;}
    .news-list .pdmg0{padding:0; margin:0;}
    .news-list .content-box{padding:10px 0;}
    .news-list .content-box h4{font-size:18px; margin-bottom:6px;}
    .mg0{margin:0;}
    .pd0{padding:0;}
    /* CTA Section Two */
    .cta-section-two {
        position: relative;
        margin-bottom: -100px;
        z-index: 9;
    }
    .cta-section-two .wrapper-box {
        position: relative;
        padding: 53px 70px 33px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .cta-section-two h3 {
        position: relative;
        font-size: 30px;
        font-family: cerebri-bold;
        margin-bottom: 20px;
        color: #fff;
    }
    .cta-section-two .link-btn {
        margin-bottom: 20px;
        position: relative;
        z-index: 1;
    }
    .cta-section-two .icon {
        position: absolute;
        right: 250px;
        top: 15px;
    }
    /* Main Footer */
    .main-footer {
        position: relative;
        padding-top: 80px;
        background: #004ecc;
    }
    .main-footer .widgets-section {
        position: relative;
        padding-bottom: 30px;
    }
    .main-footer .widget {
        margin-bottom: 40px;
    }
    .main-footer .widget .widget-title {
        color: #fff;
        font-weight:700;
    }
    /* Widget */
    .widget {
        position: relative;
        margin-bottom: 50px;
    }
    .widget .widget-title {
        position: relative;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        font-family: cerebri-bold;
        color: #f6f6f6;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }
    .store{padding:5px;}
    .index_new h4{margin-top:20px; border-bottom:1px solid #ccc; line-height: 50px;}
    .index_new dl{display:block; margin-top:10px;}
    .index_new dl dd{width:40%; float:left; text-align:left; color:#999;}
    .index_new dl dt{width:40%; float:right; text-align:right; font-weight:normal;}
    .ewm img{width:200px;}
    .f_contact{padding:6px 20px; background:#333; color:#fff; margin-top:20px;}
    .morbtn{padding:10px 30px; background:#004ecc; border:1px solid #004ecc; color:#fff; margin-top:30px;}
    .morbtn:hover{padding:10px 30px; background:#fff; border:1px solid #999; color:#004ecc; margin-top:30px;}
/* .widget .widget-title:before {
position: absolute;
content: '';
height: 2px;
width: 40px;
bottom: 0;
left: 0;
} */
.about-widget .logo {
    position: relative;
    margin-bottom: 20px;
}
.about-widget .text {
    position: relative;
    font-family: cerebri-light;
    color: #333;
    margin-bottom: 30px;
}
.about-widget .social-links {
    position: relative;
    margin-bottom: 20px;
}
.about-widget .social-links li {
    position: relative;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
}
.about-widget .social-links li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #2a4241;
    border-radius: 6px;
    text-align: center;
    border-radius: 6px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.about-widget .social-links li a:hover {
    color: #ffffff;
}
.about-widget .social-links li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-widget .social-links li a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.about-widget .social-links li a span {
    position: relative;
}
.links-widget ul li {
    color: #fff;
    font-family: cerebri-light;
    margin-bottom: 10px;
}
.links-widget ul li a {
    color: #fff;
    transition: .5s;
}
@media only screen and (min-width: 992px) {
    .links-widget {
        position: relative;
        margin-left: 0;
    }
}
.contact-widget .contact-info {
    position: relative;
}
.contact-widget .contact-info li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    color: #fff;
}
.contact-widget .contact-info li a{
    color: #fff;
}
.contact-widget .contact-info li .icon {
    position: relative;
    color: #333;
    margin-right: 15px;
    margin-top: 5px;
    font-size: 30px;
    margin-top: 11px;
}
.contact-widget .contact-info li .text {
    position: relative;
    color: #333;
}
.contact-widget .contact-info li .text a {
    color: #333;
    transition: .5s;
}
.footer-bottom {
    text-align: center;
    border-top: 1px solid #373d3d;
}
.footer-bottom .copyright {
    position: relative;
    color: #333;
    padding: 47px 0;
}
.footer-bottom .text {
    position: relative;
    margin-bottom: 0;
}
/* Page Title */
.page-title {
    position: relative;
    padding: 150px 0 125px;
    text-align: center;
    background-size: cover;
}
.page-title .title {
    font-size: 60px;
    color: #fff;
    font-family: cerebri-extra-bold;
    line-height: 65px;
    margin-bottom: 15px;
}
.page-title .bread-crumb {
    position: relative;
}
.page-title .bread-crumb li {
    color: #fff;
    position: relative;
    display: inline-block;
    margin-right: 30px;
}
.page-title .bread-crumb li:last-child {
    margin-right: 0;
}
.page-title .bread-crumb li:before {
    position: absolute;
    content: '';
    right: -16px;
    top: 5px;
    width: 1px;
    height: 18px;
    background: #fff;
}
.page-title .bread-crumb li:last-child:before {
    display: none;
}
/* About Section Two */
.about-section-two {
    position: relative;
    padding: 110px 0 80px;
}
.about-section-two .shape-one {
    position: absolute;
    right: 0;
    bottom: 50px;
}
.about-section-two .image-block {
    position: relative;
}
.about-section-two .image-block:after {
    position: absolute;
    content: '';
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 50px;
    border: 7px solid #fff;
}
.about-section-two .image-block .image {
    margin-bottom: 30px;
    overflow: hidden;
}
.about-section-two .image-block .image img {
    width: 100%;
}
.about-section-two .content-block {
    position: relative;
    margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
    .about-section-two .content-block {
        margin-left: 40px;
        margin-top: 20px;
    }
}
.about-section-two .sec-title {
    margin-bottom: 30px;
}
.about-section-two h4 {
    position: relative;
    font-size: 18px;
    font-family: cerebri-medium;
    margin-bottom: 30px;
}
.about-section-two .text p {
    margin-bottom: 30px;
}
/* Features Section Three */
.features-section-three {
    position: relative;
    padding: 50px 0 50px;
    /*  background-color: #ebf7f7; */
}
.features-section-three.style-two:before {
    background: #FFFF;
}
/* .features-section-three:before {
position: absolute;
content: '';
left: 0;
top: 0;
right: 0;
bottom: 0;
background-image: url("../image/shape-2.jpg");
} */
.features-section-three .auto-container {
    max-width: 1400px;
}
.feature-block-three {
    position: relative;
}
.feature-block-three .icon-box {
    position: relative;
   /* margin-bottom: 30px;*/
    /*  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07); */
    /*padding: 50px 20px;*/
    margin-bottom: 20px;
    text-align: center;
    /* background-color: #fff; */
}
.feature-block-three .icon {
    position: relative;
    line-height: 85px;
    margin-bottom: 45px;
}
.feature-block-three .icon img {
    position: relative;
}
/* .feature-block-three .icon:before {
position: absolute;
content: '';
left: 50%;
top: 20px;
width: 100px;
height: 100px;
background-color: #edf9f9;
border-radius: 50%;
transform: translateX(-50%);
} */
.feature-block-three h4 {
    font-size: 22px;
    font-family: cerebri-bold;
    margin-bottom: 10px;
}
.feature-block-three .read-more-btn {
    position: relative;
    font-size: 14px;
    font-family: cerebri-semi-bold;
    text-transform: uppercase;
}
.feature-block-three .read-more-btn i {
    margin-right: 7px;
}
.feature-block-three .overlay {
    /*position: absolute;*/
    /*top: 10px;*/
    /*left: 0;*/
    width: 100%;
    height: 100%;
    /*  transition: .1s; */
    opacity: 1;
    padding: 10px;
    overflow: hidden;
}
.feature-block-three .overlay .text{font-size: 18px; color:#333;}
.feature-block-three .icon-box:hover .overlay {
    opacity: 1;
    top: 0;
}
/* .feature-block-three .icon-box:hover .overlay {
opacity: 1;
top: 0;
}
*/
.feature-block-three .overlay .icon {
    margin-bottom: 20px;
}
.feature-block-three .overlay .icon:before {
    background-color: #488685;
    top: -45px;
}
.feature-block-three .overlay h4 {
    color: #fff;
    font-weight:700;
}
.feature-block-three .text {
    color: #666;
    font-family: cerebri-light;
}
/* 售后服务 */
.feature-block-three .cir-box{border:1px solid #f7f7f7;  *display: inline; *zoom: 1; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; overflow: hidden; padding:0 30px; height:250px; text-align: center;}
.feature-block-three .cir_bg{width:100px; height:100px; background:#004ecc; color:#fff; font-weight: 700; font-size: 34px; display: inline-block; *display: inline; *zoom: 1; margin: 3px 3px 0; border: 1px solid #e8e8e8; border-radius: 50px; -webkit-border-radius: 50px; -moz-border-radius: 50px; -ms-border-radius: 50px; -o-border-radius: 50px; line-height: 100px; margin-top:-40px;}
.feature-block-three .cir_bg span{margin-top:15px; display:inline-block;}
.feature-block-three .cir-box:hover{background:#004ecc; color:#fff; border:0px solid #004ecc;}
.feature-block-three .cir-box:hover .cir_bg{background:#fff; color:#004ecc;}
.feature-block-three .cir-box h4{margin-top:50px; margin-bottom:20px; font-weight:700;}
.feature-block-three .cir-box p{font-size: 18px;}
/*  Client Logo Section Style Two */
.clients-logo-section.style-two {
    border-bottom: 0;
    padding: 80px 0 110px;
}
/* Meet Our Team */
.team-section {
    position: relative;
    padding: 100px 0 70px;
}
.team-section .shape-one {
    position: absolute;
    right: 0;
    bottom: 30px;
}
.team-block-one {
    position: relative;
}
.team-block-one .inner-box {
    position: relative;
    margin-bottom: 90px;
    text-align: center;
}
.team-block-one .image {
    position: relative;
    overflow: hidden;
}
.team-block-one .image img {
    width: 100%;
    transition: .5s;
}
.team-block-one .inner-box:hover .image img {
    transform: scale(1.1);
}
.team-block-one .content {
    position: absolute;
    left: 30px;
    right: 30px;
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
    background-color: #fff;
    bottom: 0;
    padding: 29px 0;
    transform: translateY(50%);
    transition: .5s;
}
.team-block-one .inner-box:hover .content {
    bottom: 30px;
}
.team-block-one .content:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: .5s;
    transform: scale(1,0);
    transform-origin: top;
    opacity: 0;
    transition: .5s;
}
.team-block-one .inner-box:hover .content:before {
    transform: scale(1);
    opacity: 1;
}
.team-block-one h4 {
    position: relative;
    font-size: 18px;
    font-family: cerebri-bold;
    margin-bottom: 5px;
    transition: .5s;
    line-height: 36px;
}
.team-block-one .inner-box:hover h4 {
    color: #fff;
}
.team-block-one .designation {
    color: #797979;
    font-size: 14px;
    text-transform: uppercase;
    transition: .5s;
    position: relative;
}
.team-block-one .inner-box:hover .designation {
    color: #fff;
}
.team-block-one .overlay-box{
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    overflow: hidden;
    background-color: rgba(236, 90, 49, 0.9);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.team-block-one .inner-box:hover .overlay-box{
    opacity: 1;
    visibility: visible;
}
.team-block-one .social-links{
    position: absolute;
    left:0;
    top:50%;
    width:100%;
    margin-top:-25px;
    padding:0px 10px;
    text-align:center;
    opacity:0;
    visibility:hidden;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}
.team-block-one .inner-box:hover .social-links{
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 300ms ease 100ms;
    -moz-transition: all 300ms ease 100ms;
    -ms-transition: all 300ms ease 100ms;
    -o-transition: all 300ms ease 100ms;
    transition: all 300ms ease 100ms;
}
.team-block-one .social-links li{
    position: relative;
    display: inline-block;
    margin: 0 2px;
}
.team-block-one .social-links li a{
    position: relative;
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    border-radius:50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.team-block-one .social-links li a:hover{
    background-color: #ffffff;
}
.team-block-two {
    position: relative;
}
.team-block-two .inner-box {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.team-block-two .image {
    position: relative;
    overflow: hidden;
}
.team-block-two .image img {
    width: 100%;
    transition: .5s;
}
.team-block-two .inner-box:hover .image img {
    transform: scale(1.1);
}
.team-block-two .content {
    position: relative;
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
    background-color: #fff;
    bottom: 0;
    padding: 29px 0;
}
.team-block-two .content:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: .5s;
    transform: scale(1,0);
    transform-origin: top;
    opacity: 0;
    transition: .5s;
}
.team-block-two .inner-box:hover .content:before {
    transform: scale(1);
    opacity: 1;
}
.team-block-two h4 {
    position: relative;
    font-size: 22px;
    font-family: cerebri-bold;
    margin-bottom: 5px;
    transition: .5s;
}
.team-block-two .inner-box:hover h4 {
    color: #fff;
}
.team-block-two .designation {
    color: #797979;
    font-size: 14px;
    text-transform: uppercase;
    transition: .5s;
    position: relative;
}
.team-block-two .inner-box:hover .designation {
    color: #fff;
}
.team-block-two .overlay-box{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height:100%;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.team-block-two .inner-box:hover .overlay-box{
    opacity: 1;
    visibility: visible;
}
.team-block-two .social-links{
    position: absolute;
    left:0;
    top:50%;
    width:100%;
    margin-top:-25px;
    padding: 5px 10px;
    text-align:center;
    opacity:0;
    visibility:hidden;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    background-color: rgba(236, 90, 49, 0.90);
    transition: 1s;
}
.team-block-two .inner-box:hover .social-links{
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.team-block-two .social-links li{
    position: relative;
    display: inline-block;
    margin: 0;
}
.team-block-two .social-links li a{
    position: relative;
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    border-radius:50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.team-block-two .social-links li a:hover{
    background-color: #ffffff;
}
.flaticon-gps:before {
    left: 4px;
    position: relative;
}
/* Services Section Two */
.services-section-two {
    position: relative;
    padding: 20px  0 30px 0;
}
.services-section-two .text {
    position: relative;
}
.service-block-two {
    position: relative;
}
.pro-list-box .service-block-two .inner-box:hover {box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.12);}
.service-block-two .inner-box {
    position: relative;
    margin-bottom: 20px;
}
.service-block-two .image {
    position: relative;
    overflow: hidden;
}
.service-block-two .image img {
    position: relative;
    transition: .7s;
    width: 100%;
}
.service-block-two .inner-box:hover .image img {
    transform: scale(1.1);
}
/* .service-block-two .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .5s;
    padding: 45px;
    text-align: center;
    transform: translateY(30px);
    opacity: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    } */
/* .service-block-two .inner-box:hover .overlay {
    opacity: 1;
    transform: translateY(0);
    } */
/* .service-block-two .overlay .link-btn a {
    font-size: 45px;
    color: #fff;
    position: relative;
    transition: 1s;
    transition-delay: .3s;
    display: inline-block;
    } */
/* .service-block-two .inner-box:hover .overlay .link-btn a {
    transform: rotate(360deg);
    } */
    .service-block-two .overlay:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        opacity: .9;
        transition: .5s;
    }
    .service-block-two h4 {
        position: relative;
        font-size: 18px;
        font-family: cerebri-bold;
        margin-bottom: 5px;
    }
    .service-block-two .text {
        position: relative;
        font-family: cerebri-light;
        margin-bottom: 0;
        color:#999;
    }
    .service-block-two .lower-content {
        position: relative;
        text-align: center;
        padding:20px 45px;
   /*  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.12);
   */    transition: .5s;
   background-color: #fff;
}
/* .service-block-two .inner-box:hover .lower-content {
    padding-bottom: 100px;
    margin-bottom: -55px;
    } */
    .service-block-two .lower-content .read-more-btn {
        position: absolute;
        left: 45px;
        right: 45px;
        bottom: 0;
        border-top: 1px solid #eee;
        font-size: 14px;
        text-transform: uppercase;
        opacity: 0;
        transition: .5s;
        transform: scale(1,0);
        transform-origin: top;
    }
/* .service-block-two .inner-box:hover .lower-content .read-more-btn {
    opacity: 1;
    transform: scale(1);
    } */
    .service-block-two .lower-content .read-more-btn a {
        padding: 19px 0;
        display: inline-block;
        font-family: cerebri-semi-bold;
    }
    .services-section-two .owl-dots {
        display: block;
        text-align: center;
        margin-top: -16px;
    }
    .services-section-two .owl-dots .owl-dot{
        position:relative;
        margin:0px 5px;
        width: 10px;
        height:8px;
        border-radius:2.5px;
        display:inline-block;
        border-radius: 4px;
        transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
    }
    .services-section-two .owl-dots .owl-dot:hover,
    .services-section-two .owl-dots .owl-dot.active{
        width: 18px;
    }
    .services-section-two .owl-dots .owl-dot{
        background:#cccccc;
    }
    .services-section-two.about_bg {
        padding-bottom: 80px;
        padding-top:60px;
    }
    .services-section-two.about_bg:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        right: 0;
        height: 100%;
        max-height: 700px;
        background: url("../image/about_bg1.jpg") no-repeat top center;
    }
    .services-section-two.style-two {
        padding-bottom: 80px;
    }
    .services-section-two.style-two:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        right: 0;
        height: 100%;
        max-height: 700px;
        background-image: url("../image/shape-2.jpg");
    }
    /* Style Two */
    .funfacts-section.style-two {
        background: #fff;
        padding: 100px 0;
    }
    .funfacts-section.style-two:before {
        opacity: 0;
    }
    .funfacts-section.style-two .count-box {
        color: #222;
    }
    .funfacts-section.style-two .text {
        color: #222;
    }
    .funfacts-section.style-two .inner:before {
        opacity: 1;
    }
    .yc_bg{background:#fff;}
    /* Working Process Section */
    .working-process {
        position: relative;
        padding: 205px 0 80px;
        background-color: #ebf7f7;
        margin-top: -102px;
    }
    .working-process .shape-one {
        position: absolute;
        left: 0;
        bottom: 30px;
    }
    .working-process .top-content .text {
        position: relative;
    }
    .working-process:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-image: url("../image/shape-2.jpg");
    }
    .process-block {
        position: relative;
    }
    .process-block .inner-box {
        position: relative;
        margin-bottom: 30px;
        text-align: center;
    }
    .process-block .icon {
        position: relative;
        width: 220px;
        height: 190px;
        margin: 0 auto 45px;
        text-align: center;
        line-height: 185px;
    }
    .process-block .icon img {
        position: relative;
        z-index: 9;
    }
    .process-block .icon:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
        transition: 1s;
        opacity: 0;
        transform: scale3d(.7, .7, .7);
    }
    .process-block .inner-box:hover .icon:before {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
    .process-block .icon:after {
        position: absolute;
        content: '';
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        background-color: #fff;
        clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    }
    .process-block .icon .count {
        position: absolute;
        right: 15px;
        top: 15px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        color: #fff;
        font-family: cerebri-semi-bold;
        z-index: 9;
    }
    .process-block .text {
        font-size: 18px;
        margin-bottom: 0;
        font-family: cerebri-semi-bold;
    }
    /* Style two */
    .working-process.style-two {
        position: relative;
        padding: 110px 0 80px;
        margin-top: 0;
        background-color: #fff;
    }
    .working-process.style-two:before {
        display: none;
    }
    .working-process.style-two .process-block .icon:before {
        background-color: #edf7f7;
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }
    .working-process.style-two .process-block .inner-box:hover .icon:before {
        background-color: #3a7d7c;
    }
    /* Services Details */
    .services-details {
        position: relative;
        padding: 110px 0 80px;
    }
    @media only screen and (min-width: 992px) {
        .sidebar {
            padding-right: 55px;
        }
    }
    .widget_categories_two {
        position: relative;
    }
    .widget_categories_two .widget-content {
        position: relative;
    }
    .widget_categories_two .widget-content li {
        position: relative;
        /* margin-bottom: 2px; */
    }
    .widget_categories_two .widget-content li:last-child {
        margin-bottom: 0;
    }
    .widget_categories_two .widget-content li a {
        color: #222;
        font-size: 18px;
        font-family: cerebri-bold;
        transition: .5s;
        display: block;
        padding: 24px 40px;
        box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
        background-color: #fff;
    }
    .widget_categories_two .widget-content li:hover a,
    .widget_categories_two .widget-content li.current a {
        color: #fff;
    }
    /* Brochure Widget */
    .widget_brochure {
        position: relative;
    }
    .widget_brochure .single-brochure {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        padding: 19px 28px;
        box-shadow: 0px 5px 18.9px 2.1px rgba(0, 0, 0, 0.05);
        margin-bottom: 10px;
    }
    .widget_brochure .single-brochure .icon {
        margin-right: 10px;
    }
    .widget_brochure .single-brochure a {
        position: relative;
        font-size: 18px;
        color: #222;
        font-weight: 600;
    }
    .widget-title-two {
        position: relative;
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 30px;
    }
    .widget_contact-form .bootstrap-select .dropdown-menu {
        padding: 0;
    }
    .widget_contact-form .dropdown-item.active,
    .widget_contact-form .dropdown-item:active {
        color: #fff;
    }
    .widget_contact-form .bootstrap-select .dropdown-menu li a.active span.text {
        color: #fff;
    }
    .widget_contact-form .dropdown-item {
        color: #222;
    }
    .widget_contact-form .bootstrap-select .dropdown-menu li a span.text {
        color: #222;
        font-size: 16px;
    }
    .widget_contact-form .dropup .dropdown-toggle::after {
        display: none;
    }
    .widget_contact-form .title {
        position: relative;
        font-size: 30px;
        font-family: cerebri-bold;
    }
    .widget_contact-form .sub-title {
        position: relative;
        font-size: 16px;
        font-family: cerebri-light;
        margin-bottom: 30px;
    }
    .widget_contact-form .form-group {
        margin-bottom: 10px;
    }
    .widget_contact-form .form-group input {
        width: 100%;
        background-color: #f9f9f9;
        height: 54px;
        padding: 0 20px;
        border: 1px solid #eee;
    }
    .widget_contact-form .bootstrap-select>.dropdown-toggle {
        width: 100%;
        padding: 14px 20px;
        background: #f9f9f9;
        border: 1px solid #eee;
    }
    .widget_contact-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100%;
    }
    .widget_contact-form .bootstrap-select .dropdown-toggle .filter-option:after {
        top: 10px;
    }
    .contact-widget.style-two .widget-content {
        position: relative;
        padding: 40px;
        padding-bottom: 20px;
    }
    .contact-widget.style-two .widget-content .widget-title {
        color: #fff;
    }
    .services-details .content-side {
        position: relative;
        margin-bottom: 30px;
    }
    .services-details .content-side h2 {
        font-size: 48px;
        font-family: cerebri-semi-bold;
        margin-bottom: 20px;
    }
    .services-details .content-side .text {
        margin-bottom: 0px;
        font-family: cerebri-light;
    }
    .services-details .content-side .text p {
        margin-bottom: 30px;
    }
    .services-details .content-side .icon-box {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .services-details .content-side .icon-box .icon {
        position: relative;
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        background-color: #f9f4e4;
        font-size: 14px;
        margin-right: 17px;
        transition: .5s;
    }
    .services-details .content-side .icon-box:hover .icon {
        color: #fff;
    }
    .services-details .content-side .icon-box h4 {
        font-size: 22px;
        font-family: cerebri-bold;
        margin-bottom: 10px;
    }
    .services-details .content-side .icon-box .text {
        position: relative;
        margin-bottom: 0;
    }
    .services-details .owl-dots {
        display: block;
        text-align: center;
        margin-top: -16px;
    }
    .services-details .owl-dots .owl-dot{
        position:relative;
        margin:0px 5px;
        width: 10px;
        height:8px;
        border-radius:2.5px;
        display:inline-block;
        border-radius: 4px;
        transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
    }
    .services-details .owl-dots .owl-dot:hover,
    .services-details .owl-dots .owl-dot.active{
        width: 18px;
    }
    .services-details h3 {
        font-size: 36px;
        font-family: cerebri-bold;
        margin-bottom: 40px;
    }
    .services-details .testimonial-block .inner-box {
        background-image: url("../image/shape-2.jpg");
    }
    /* News Block Two */
    .news-block-two {
        position: relative;
    }
    .news-block-two .image {
        position: relative;
        overflow: hidden;
    }
    .news-block-two .image img {
        position: relative;
        width: 100%;
        transition: .5s;
    }
    .news-block-two h3{font-size: 30px; color:#999; margin-bottom:10px;}
    .news-block-two .inner-box:hover .image img {
        transform: scale(1.1);
    }
    .news-block-two .date {
        position: absolute;
        font-size: 14px;
        font-family: cerebri-medium;
        color: #fff;
        text-align: center;
        width: 70px;
        height: 70px;
        left: 0;
        bottom: 0;
        padding-top: 5px;
    }
    .news-block-two .date strong {
        font-family: cerebri-bold;
        font-size: 16px;
        position: relative;
        bottom: -10px;
    }
    .news-block-two .content-box {
        margin-bottom: 30px;
        text-align: left;
        box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
    }
    .news-block-two .top-content {
        position: relative;
        padding: 0 35px;
    }
    .news-block-two .bottom-content {
        position: relative;
        padding: 18px 35px;
        border-top: 1px solid #e5e5e5;
    }
    .news-block-two .post-meta {
        position: relative;
        margin-bottom: 12px;
    }
    .news-block-two .post-meta li {
        position: relative;
        display: inline-block;
        margin-right: 10px;
        cursor: pointer;
    }
    .news-block-two .post-meta li:before {
        position: absolute;
        content: '';
        top: 5px;
        right: -7px;
        width: 1px;
        height: 16px;
    }
    .news-block-two .post-meta li:last-child:before {
        display: none;
    }
    .news-block-two h4 {
        font-size: 22px;
        font-family: cerebri-bold;
        margin-bottom: 18px;
        color: #222;
        transition: .5s;
    }
    .news-block-two .text {
        position: relative;
        margin-bottom: 0;
        font-family: cerebri-light;
    }
    .news-block-two .read-more-btn a {
        position: relative;
        font-size: 14px;
        font-family: cerebri-semi-bold;
        text-transform: uppercase;
    }
    /* News Block Three */
    .news-block-three {
        position: relative;
    }
    .news-block-three .image {
        position: relative;
        overflow: hidden;
    }
    .news-block-three .image img {
        position: relative;
        width: 100%;
        transition: .5s;
    }
    .news-block-three .inner-box:hover .image img {
        transform: scale(1.1);
    }
    .news-block-three .inner-box:hover .image .owl-carousel img {
        transform: scale(1);
    }
    .news-block-three .date {
        position: absolute;
        font-size: 14px;
        font-family: cerebri-medium;
        color: #fff;
        text-align: center;
        width: 70px;
        height: 70px;
        left: 0;
        top: 0;
        padding-top: 5px;
    }
    .news-block-three .date strong {
        font-family: cerebri-bold;
        font-size: 36px;
        position: relative;
        bottom: -10px;
    }
    .news-block-three .content-box {
        margin-bottom: 30px;
        box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
        padding: 40px 50px;
    }
    .news-block-three .top-content {
        position: relative;
        padding: 35px;
    }
    .news-block-three .bottom-content {
        position: relative;
    }
    .news-block-three .post-meta {
        position: relative;
        margin-bottom: 20px;
    }
    .news-block-three .post-meta li {
        position: relative;
        display: inline-block;
        margin-right: 10px;
        cursor: pointer;
    }
    .news-block-three .post-meta li:before {
        position: absolute;
        content: '';
        top: 5px;
        right: -7px;
        width: 1px;
        height: 16px;
    }
    .news-block-three .post-meta li:last-child:before {
        display: none;
    }
    .news-block-three h2 {
        font-size: 24px;
        font-family: cerebri-bold;
        margin-bottom: 8px;
        color: #222;
        transition: .5s;
        padding-bottom:10px;
        font-weight:700;
    }
    .news-block-three .text {
        position: relative;
        font-family: cerebri-light;
        padding-bottom: 30px;
        margin-bottom: 20px;
        border-bottom: 1px solid #eee;
    }
    .news-block-three .read-more-btn a {
        position: relative;
        font-size: 14px;
        font-family: cerebri-semi-bold;
        text-transform: uppercase;
    }
    .news-block-three.quote-block .text {
        position: relative;
        padding-left: 60px;
    }
    .news-block-three.quote-block .text .quote {
        position: absolute;
        left: 0;
        top: 5px;
    }
    .news-block-three .owl-nav {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        z-index: 99;
        display:none;
    }
    .news-block-three .owl-theme .owl-nav .owl-prev {
        position: absolute;
        right: auto;
        top: 0;
        height: 50px;
        width: 50px;
        border: none;
        text-align: center;
        font-size: 0px;
        opacity: 1;
        margin-top: -30px;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    .news-block-three .owl-theme .owl-nav .owl-prev:before {
        font-family: 'Flaticon';
        content: "\f115";
        position: absolute;
        top: 0;
        width: 50px;
        height: 50px;
        line-height: 50px;
        left: 0;
        border-radius: 50%;
        transform: rotate(180deg);
        background: #fff;
        font-size: 19px;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        border:1px solid #f7f7f7;
    }
    .news-block-three .owl-theme .owl-nav .owl-prev:hover:before {
        color: #fff;
    }
    .news-block-three .owl-theme .owl-nav .owl-next {
        position: absolute;
        right: 0;
        top: 0;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        border: none;
        text-align: center;
        color: rgba(0, 0, 0, 0);
        font-size: 0px;
        opacity: 1;
        margin-top: -30px;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    .news-block-three .owl-theme .owl-nav .owl-next:before {
        font-family: 'Flaticon';
        content: "\f115";
        position: absolute;
        top: 0;
        width: 50px;
        height: 50px;
        line-height: 50px;
        right: 0;
        background: #fff;
        border-radius: 50%;
        font-size: 19px;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        border:1px solid #f7f7f7;
    }
    .news-block-three .owl-theme .owl-nav .owl-next:hover:before {
        color: #fff;
    }
    .news-block-three .video-box .video-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 5;
        background-color: #fff;
        color: #222;
        width: 80px;
        text-align: center;
        height: 80px;
        font-size: 18px;
        display: block;
        border-radius: 50%;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        transform: translate(-50%, -50%);
    }
    .news-block-three .video-box .video-btn span {
        position: relative;
        display: block;
        background-color: #fff;
        border-radius: 50%;
        line-height: 80px;
        transition: .5s;
    }
    .news-block-three .video-box .video-btn:hover span {
        color: #fff;
    }
    .news-block-three .video-box .video-btn:before {
        position: absolute;
        content: '';
        left: -10px;
        top: -10px;
        right: -10px;
        bottom: -10px;
        opacity: .35;
        border-radius: 50%;
    }
    .news-block-three .video-box .video-btn:before {
        -webkit-animation: scaleup 3s infinite linear;
        animation: scaleup 3s infinite linear;
    }
    .news-block-three .inner-box:hover .video-box img {
        transform: scale(1);
    }
    @-webkit-keyframes scaleup {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
        40% {
            -webkit-transform: scale(1.5);
            transform: scale(1.5);
        }
        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }
    @keyframes scaleup {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
        40% {
            -webkit-transform: scale(1.5);
            transform: scale(1.5);
        }
        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }
    /* Sidebar Page Container */
    .sidebar-page-container {
        position: relative;
        padding: 30px 0 80px;
    }
    /* Widget Search */
    .widget_search {
        position: relative;
    }
    .widget_search input[type="search"] {
        width: 100%;
        height: 65px;
        color: #fff;
        padding: 0 30px;
        padding-right: 65px;
    }
    .widget_search .form-group {
        position: relative;
    }
    .widget_search button {
        position: absolute;
        top: 18px;
        right: 20px;
        background: transparent;
        color: #fff;
        border-left: 1px solid rgba(255, 255, 255, 0.2196078431372549);
        padding-left: 20px;
    }
    /* Category Widget */
    .widget_categories {
        position: relative;
        padding: 20px;
        padding-bottom: 27px;
        border:1px solid #f7f7f7;
        /* background: url("../image/shape-2.jpg"); */
    }
    .categories-list {
        position: relative;
    }
    .categories-list li {
        position: relative;
        margin-bottom: 13px;
    }
    .categories-list li a {
        color: #222;
        font-size: 14px;
        font-weight: 500;
        transition: .5s;
        padding-left: 30px;
    }
    .categories-list li a span {
        position: absolute;
        right: 0;
        top: 0;
        font-weight: 300;
        color: #222;
    }
    .categories-list li a:before {
        font-family: Flaticon;
        content: "\f115";
        position: absolute;
        left: 0;
        top: 1px;
        display: block;
        line-height: 24px;
        font-size: 18px;
        font-weight: 900;
        transition: .5s;
    }
    .categories-list li a:hover:before {
        opacity: 1;
    }
    /* Popular Post */
    .widget_popular_post {
        position: relative;
        padding: 20px;
        padding-bottom: 27px;
        border:1px solid #f7f7f7;
        /* background: url("../image/shape-2.jpg"); */
    }
    .widget_popular_post .post-thumb {position: relative; margin-right: 10px; margin-bottom: 10px; width:50%; float:left;}
    .widget_popular_post .post-thumb img{max-width: 100%; max-height:100%;}
    .widget_popular_post .post {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
        border-bottom: 1px solid #dedede;
        padding-bottom: 10px;
    }
    .widget_popular_post .post:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }
    .widget_popular_post .content {
        position: relative;
        margin-bottom: 20px;
        max-width: 200px;
    }
    .widget_popular_post .content h5 {
        position: relative;
        font-size: 18px;
        margin-bottom: 8px;
        font-weight: 500;
    }
    .widget_popular_post .content h5 a {
        color: #222;
        transition: .5s;
    }
    .widget_popular_post .content .post-info {
        font-size: 14px;
    }
    /* Tag Cloud */
    .widget_tag_cloud {
        position: relative;
        padding: 40px;
        padding-bottom: 27px;
        background: url("../image/shape-2.jpg");
    }
    .widget_tag_cloud ul {
        position: relative;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .widget_tag_cloud li {
        font-size: 16px;
        margin-right: 6px;
        margin-bottom: 6px;
    }
    .widget_tag_cloud li a {
        color: #222;
        background-color: #d2e0e0;
        transition: .5s;
        padding: 5.5px 16px;
        display: inline-block;
    }
    .widget_tag_cloud li a:hover {
        color: #fff;
    }
    .widget_cta .image {
        position: relative;
    }
    .widget_cta .content {
        position: relative;
        text-align: center;
        padding: 45px 15px;
    }
    .widget_cta .content .text {
        position: relative;
        color: #fff;
        font-size: 24px;
        font-family: cerebri-bold;
        text-transform: uppercase;
        padding-bottom: 20px;
        margin-bottom: 30px;
        line-height: 32px;
    }
    .widget_cta .content .text:before {
        position: absolute;
        content: '';
        left: 50%;
        bottom: 0;
        height: 2px;
        width: 40px;
        background: #fff;
        transform: translateX(-50%);
    }
    /* Contact Section */
    .contact-form .bootstrap-select .dropdown-menu {
        padding: 0;
    }
    .contact-form .dropdown-item.active,
    .contact-form .dropdown-item:active {
        color: #fff;
    }
    .contact-form .bootstrap-select .dropdown-menu li a.active span.text {
        color: #fff;
    }
    .contact-form .dropdown-item {
        color: #222;
    }
    .contact-form .bootstrap-select .dropdown-menu li a span.text {
        color: #222;
        font-size: 16px;
    }
    .contact-form .dropup .dropdown-toggle::after {
        display: none;
    }
    .contact-form .title {
        position: relative;
        font-size: 30px;
        font-family: cerebri-bold;
    }
    .contact-form .sub-title {
        position: relative;
        font-size: 16px;
        font-family: cerebri-light;
        margin-bottom: 30px;
    }
    .contact-form .row {
        margin: 0 -10px;
    }
    .contact-form .form-group {
        margin-bottom: 20px;
        padding: 0 10px;
    }
    .contact-form .form-group textarea,
    .contact-form .form-group select,
    .contact-form .form-group input {
        width: 100%;
        height: 40px;
        padding: 0 20px;
        border: 1px solid #eee;
        border-radius: 0;
        background: transparent;
    }
    .contact-form .form-group textarea {
        height: 150px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .contact-form .bootstrap-select>.dropdown-toggle {
        width: 100%;
        padding: 17px 20px;
        background: transparent;
        border: 1px solid #eee;
        border-radius: 0;
    }
    .contact-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100%;
    }
    .contact-form .bootstrap-select .dropdown-toggle .filter-option:after {
        top: 10px;
    }
    .contact-section {
        position: relative;
        padding: 110px 0 70px;
    }
    .contact-section .contact-info {
        position: relative;
    }
    .contact-section .contact-info li {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 30px;
        padding-bottom: 10px;
    }
    .contact-section .contact-info li .icon {
        position: relative;
        margin-right: 15px;
        margin-top: 5px;
        font-size: 35px;
        margin-top: 11px;
    }
    .contact-section .contact-info li .text {
        position: relative;
        color: #222;
    }
    .contact-section .contact-info li .text a {
        color: #222;
        transition: .5s;
    }
    .contact-section .social-links {
        position: relative;
        margin-bottom: 20px;
    }
    .contact-section .social-links li {
        position: relative;
        margin-right: 5px;
        margin-bottom: 10px;
        display: inline-block;
    }
    .contact-section .social-links li a {
        position: relative;
        display: block;
        color: #ffffff;
        font-size: 14px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 6px;
        text-align: center;
        border-radius: 6px;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
    }
    .contact-section .social-links li a:hover {
        color: #ffffff;
    }
    .contact-section .social-links li a:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7);
        opacity: 0;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }
    .contact-section .social-links li a:hover:before {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .contact-section .social-links li a span {
        position: relative;
    }
    .contact-section .contact-form-area {
        padding: 70px;
        background-color: #fff;
        box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
    }
    .contact-section .sec-title h2 {
        font-size: 36px;
        line-height: 45px;
    }
    .contact-form-area{padding:40px; box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);}
    .form-group span{float:left; margin-right:10px; line-height:40px;}
    .contact-form .form-group .input1{width:70%; float:left; }
    .contact-form .form-group .input2{width:40%; float:left;}
    .form_btn{text-align: right;}
    .infolist{padding-left:5em;font-size:14px;position:relative;color:#494949;min-height:38px;margin:5px 0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;width:830px;float:left;clear:both;}
    lable{position:absolute;width:5em;left:0;top:0;overflow:hidden;height:40px;line-height:40px;}
    .infolist .liststyle span{position:relative;height:40px;line-height:40px;display:inline-block;border:1px solid #E8E8E8;padding:0 0 0 8px;cursor:pointer;background:white;float:left;margin-right:9px;margin-bottom:10px; width:28%; margin-left:10px;}
    .infolist .liststyle span i{display:inline-block;height:36px;line-height:36px;padding-right:30px;position:relative; font-weight:normal; font-style:normal; width:100%; text-align: left;}
    .infolist .liststyle span i:after{content:"";display:block;width:20px;height:36px;position:absolute;right:0;top:0;background-image:url(../image/jt_nor.png);background-repeat:no-repeat;background-position:0 center;background-size:10px auto;}
    .infolist .liststyle span ul{width:100%; height:200px; overflow:scroll;  border-radius:0 0 5px 5px;position:absolute;border:1px solid #E8E8E8;background:white;left:-1px;top:36px;border-top:0;margin-bottom:10px;display:none;z-index:10;}
    .infolist .liststyle span ul li{width:100%;float:left;overflow:hidden;border-top:1px solid #E8E8E8;}
    .infolist .liststyle span ul li:first-child{border-top:0;}
    .infolist .liststyle span ul li a{display:block;height:36px;line-height:36px;padding:0 8px;color:#494949;}
    @media only screen and (min-width: 992px) {
        .contact-section .contact-form-area {
            margin-left: 67px;
        }
    }
    .contact-section .dropdown.bootstrap-select.form-control {
        height: 60px;
    }
/***
====================================================================
    Comment Area
====================================================================
***/
.comments-title{
    position: relative;
    margin-bottom: 40px;
}
.comments-title h4{
    font-size: 36px;
    font-family: cerebri-bold;
    text-transform: capitalize;
    color: #222;
    margin: 0;
    padding-bottom: 10px;
}
.comments-title h4:before {
    position: absolute;
    content: '';
    height: 3px;
    width: 40px;
    bottom: 0;
    left: 0;
}
.comments-area{
    position:relative;
    margin-bottom: 100px;
}
.comments-area .comment-box{
    position:relative;
    margin-bottom: 40px;
}
.comments-area .comment{
    position:relative;
    min-height: 80px;
    padding-left: 98px;
}
.comments-area .comment-box .author-thumb{
    position:absolute;
    left:0px;
    top:0px;
    width: 98px;
    height: 98px;
    margin-bottom: 20px;
    overflow: hidden;
}
.comments-area .comment-box .author-thumb img{
    width: 100%;
}
.comments-area .comment-box .info-wrap {
    position: relative;
    border: 1px solid #e4e4e4;
    padding: 40px 50px;
}
.comments-area .comment-box .info{
    position: relative;
    margin-bottom: 15px;
    line-height:24px;
}
.comments-area .comment-box .info .name{
    position: relative;
    display: block;
    font-size: 18px;
    line-height:30px;
    font-weight:400;
    color: #222;
    text-transform: capitalize;
    font-family: cerebri-bold;
}
.comments-area .comment-box .info .comment-date{
    position: relative;
    display: inline-block;
    font-size:15px;
    line-height:24px;
    font-weight:400;
    color:#9b9fa6;
}
.blog-single-post .comments-area .comment-box .text{
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 400;
    color: #333;
    margin-bottom: 10px;
}
.comments-area .comment-box .reply-btn{
    position: relative;
    display: block;
}
.comments-area .comment-box .theme-btn .btn-title{
    line-height: 30px;
    font-size: 14px;
    font-family: cerebri-bold;
}
/***
====================================================================
    Leave Comments Form
====================================================================
***/
.leave-comments{
    position: relative;
}
.leave-comments .instruction{
    padding-top: 15px;
    color: #666666;
    font-size: 14px;
    margin-bottom: 30px;
}
.leave-comments form .form-group:last-child{
    margin-bottom: 0;
}
/* Blog Single Post */
.blog-single-post .post-share-info {
    position: relative;
    border-top: 1px solid #e5e5e5;
    padding-top: 25px;
    margin-top: 30px;
}
.blog-single-post .post-share-info a {
    position: relative;
    padding-right: 5px;
}
.blog-single-post .post-share-info a:before {
    position: absolute;
    content: ',';
    bottom: 0;
    right: 0;
    font-size: 16px;
}
.blog-single-post .post-share-info a:last-child:before {
    display: none;
}
.news-block-three.blog-single-post .text {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
}
.news-block-three.blog-single-post h2:hover {
    color: #222;
}
.news-block-three.blog-single-post .date {
    top: 10px;
}
.blog-single-post .list {
    position: relative;
    margin-bottom: 40px;
}
.blog-single-post .list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 50px;
}
.blog-single-post .list li:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    line-height: 30px;
    font-size: 15px;
    font-weight: 400;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background-color: #f9f4e4;
    text-align: center;
}
.blog-single-post h4 {
    font-size: 16px;
    font-family: cerebri-bold;
    margin-bottom: 10px;
}
.news-block-three.blog-single-post .content-box {
    margin-bottom: 100px;
}
/* Post Pagination */
.post-pagination {
    position: relative;
}
.post-pagination li {
    position: relative;
    display: inline-block;
    margin: 0 3px 5px;
}
.post-pagination li .current,
.post-pagination li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 38px;
    display: inline-block;
    color: #222;
}
.post-pagination li .current {
    color: #fff;
}
.post-pagination a.next {
    border-color: transparent;
}
/* Map Section */
.map-section .contact-map {
    position: relative;
    margin-bottom: -90px;
}
.contact-map iframe {
    width: 100%;
}
/* Two Column Section */
.two-column-section {
    position: relative;
    padding: 110px 0 60px;
    background-size: cover;
}
.two-column-section .auto-container {
    max-width: 1370px;
}
.two-column-section .inner-container {
    max-width: 500px;
}
.two-column-section .right-column .inner-container {
    margin: 0 auto;
    margin-right: 0;
}
.two-column-section .divider {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    color: #fff;
    background-color: #3c5d5c;
    padding: 1px 18px;
    padding-right: 12px;
    font-size: 14px;
    letter-spacing: 5px;
    border-radius: 15.5px;
}
.two-column-section:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #3c5d5c;
}
.two-column-section .testimonial-block .author-box {
    margin-bottom: 15px;
    margin-top: 35px;
}
.two-column-section .estimate-form {
    max-width: 500px;
    margin-bottom: 30px;
}
.two-column-section .estimate-form .title {
    font-size: 36px;
    margin-bottom: 20px;
}
.two-column-section .estimate-form .row {
    margin: 0 -5px;
}
.two-column-section .estimate-form .form-group {
    padding: 0 5px;
}
@media only screen and (max-width:991px) {
    .two-column-section .right-column .inner-container {
        margin-left: 0;
    }
    .two-column-section:before {
        display: none;
    }
    .two-column-section .divider {
        display: none;
    }
}
/* CTA Section Three */
.cta-section-three {
    position: relative;
    background-size: cover;
    text-align: center;
    padding: 73px 0;
}
.cta-section-three h3 {
    font-size: 30px;
    color: #fff;
    font-family: cerebri-medium;
}
.cta-section-three h3 i {
    margin-right: 10px;
}
.cta-section-three h3 strong {
    font-family: cerebri-extra-bold;
}
/* Portfolio Section */
.portfolio-section-two {
    position: relative;
    padding: 100px 0 0;
    background-color: #3a7d7c;
}
.portfolio-section-two .auto-container {
    max-width: 100%;
    padding: 0;
}
.portfolio-section-two .top-content {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
.index-ad-bg {
    position: relative;
    padding: 30px 0;
    background-color: #004ecc;
    color:#fff;
}
@media only screen and (min-width: 1200px) {
    .gallery-block-two {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.inner-box{text-align: center;}
.gallery-block-two {
    position: relative;
}
.gallery-block-two .inner-box {
    position: relative;
}
.gallery-block-two .image {
    position: relative;
    overflow: hidden;
}
.gallery-block-two .image img {
    transition: .5s;
    width: 100%;
}
.gallery-block-two .inner-box:hover .image img {
    transform: scale(1.1);
}
.gallery-block-two .overlay-content {
    position: absolute;
    left: 32px;
    top: 32px;
    right: 32px;
    bottom: 32px;
    background-color: rgba(236, 90, 50, 0.9);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: .5s;
    opacity: 0;
}
.gallery-block-two .inner-box:hover .overlay-content {
    opacity: 1;
}
.gallery-block-two .overlay-content h4 {
    position: relative;
    font-size: 22px;
    font-family: cerebri-bold;
    color: #fff;
    margin-bottom: 10px;
}
.gallery-block-two .overlay-content h5 {
    position: relative;
    font-size: 14px;
    font-family: cerebri-semi-bold;
    text-transform: uppercase;
}
.portfolio-section-two .filter-tabs {
    padding: 0;
    border: 0;
}
.portfolio-section-two .filter-tabs li.active {
    color: #fff;
    border-color: #fff;
}
.portfolio-section-two .filter-tabs li {
    border: 2px solid transparent;
    margin: 0;
    padding: 4.5px 24px;
    color: #fff;
    border-radius: 3px;
}
.portfolio-section-two .filter-tabs li.active .count {
    opacity: 0;
}
/* 首页轮播 */
.slider {
    clear: both;
}
.slider .carousel-caption h5 {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
}
.slider .carousel-caption h3 {
    font-size: 58px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}
.slider .carousel-caption h3 span {
    font-weight: 600;
}
.slider .carousel-caption {
    position: absolute;
    right: 0;
    bottom: 1.25rem;
    left: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    top: 15%;
}
.slider .carousel-caption .slider-btn {
    padding: 10px 40px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    margin-top: 25px;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
}
/* .slider .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 11px;
    height: 11px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 0px;
    border-bottom: 0px;
    opacity: 1;
    transition: opacity .6s ease;
    border-radius: 100%;
    } */
    .slider-one .carousel-caption .slider-btn:hover {
        background: #fff;
        color: #262626 !important;
    }
/* .slider .carousel-indicators .active {
    opacity: 1;
    background: #262626 !important;
    } */
    @media only screen and (max-width: 575px) {
        .carousel-item {
            height: 200px;
        }
        .carousel-item img.w-100 {
            height: 200px;
            object-fit: cover;
        }
        .slider .carousel-caption {
            top: 5%;
        }
        .slider .carousel-caption h3 {
            display: none;
        }
        .slider .carousel-caption .slider-btn {
            padding: 8px 22px;
            font-size: 15px;
            margin-top: 10px;
        }
    }
    @media (min-width: 576px) and (max-width: 767px) {
        .slider .carousel-caption {
            top: 5%;
        }
        .slider .carousel-caption h5 {
            font-size: 18px;
        }
        .slider .carousel-caption h3 {
            font-size: 25px;
        }
        .slider .carousel-caption .slider-btn {
            padding: 10px 40px;
            font-size: 16px;
            margin-top: 5px;
        }
    }
    @media (min-width: 768px) and (max-width: 991px) {
        .slider .carousel-caption h3 {
            font-size: 35px;
        }
        .slider .carousel-caption {
            top: 8%;
        }
    }
    @media (min-width: 992px) and (max-width: 1199px) {
        .slider .carousel-caption h3 {
            font-size: 42px;
        }
    }
    .pagination span,.pagination a{
        display: block;
        padding: 0.5% 1.5%;
        margin: 0 4px;
        border: 1px solid #ccc;
        border-radius: 6px;
    }
    .pagination span:hover,.pagination a:hover{
         color: #fff;
        background: #004ecc;
        border: 1px solid #004ecc;
    }
    .pagination .current{
        color: #fff;
        background: #004ecc;
        border: 1px solid #004ecc;
        
    }