/* Template Name: Digitalizer
 Description: This is a Business and Agency HTML5 Template;
 Version: 1.0
Authot: Md. Mushahidul islam
Website: www.mushahid.me
======== TABLE CONTENTS======== 
1.  GLOBAL STYLES
2.  HEADER AREA STYLES
3.  SLIDER STYLES 
4.  Section title 
5.  About Area
6.  Service Area
7.  Project Area
8.  Testimonial
9.  Home Blog
10. Footer Top Area 
11. Portfolio Style
12. Funfacts Area
13. Pricing Table Style
14. Contact
15. Team
/* 
/* Google Fonts */

/*==== 1. GLOBAL STYLES ====*/
/* === 1.1 Body === */
 html {
     font-size: 100%;
     /*overflow-x: hidden;*/
}
/* 阿里普惠字体 */
@font-face {
    font-family: "AlibabaPuHuiTi-3-55-RegularL3";
    src: url("/static/assets_www/fonts/AlibabaPuHuiTi-3-55-RegularL3.woff2") format("woff2"),
    url("/static/assets_www/fonts/AlibabaPuHuiTi-3-55-RegularL3.woff") format("woff"),
    url("/static/assets_www/fonts/AlibabaPuHuiTi-3-55-RegularL3.ttf") format("ttf");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: "AlibabaPuHuiTi-3-85-Bold";
    src: url("/static/assets_www/fonts/AlibabaPuHuiTi-3-85-Bold.woff2") format("woff2"),
    url("/static/assets_www/fonts/AlibabaPuHuiTi-3-85-Bold.woff") format("woff"),
    url("/static/assets_www/fonts/AlibabaPuHuiTi-3-85-Bold.ttf") format("ttf");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

.AlibabaPuHuiTi-3-55-RegularL3{
    font-family: "AlibabaPuHuiTi-3-55-RegularL3" !important;
}
.AlibabaPuHuiTi-3-85-Bold{
    font-family: "AlibabaPuHuiTi-3-85-Bold" !important;
}

 body {
     background-color: #fff;
     color: #61657a;
     /* font-family: "Open Sans", sans-serif; */
     font-family: "AlibabaPuHuiTi-3-55-RegularL3" !important;
     font-size: 14px;
     font-weight: normal;
     line-height: 24px;
     margin: 0;
     padding: 0;
     position:relative;
}
/* ======================================== 2. Typography =========================================== */
/* === 1.2 Hyperlink === */
 a {
     color: #303030;
    /*transition*/
     -webkit-transition:all 0.3s ease-in-out;
     -moz-transition:all 0.3s ease-in-out;
     -o-transition:all 0.3s ease-in-out;
     transition:all 0.3s ease-in-out;
     text-decoration:none;
}
 a, a > * {
     cursor: pointer;
     outline: medium none;
     text-decoration: none;
     /* font-family: 'Montserrat', sans-serif; */
     font-family: "AlibabaPuHuiTi-3-55-RegularL3" ;
}
 a:focus, a:hover {
     outline: medium none;
     text-decoration: none;
     color:inherit;
}
 h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
     color: inherit ;
}
/* === 2.1 Headings === */
 h1, h2, h3, h4, h5, h6 {
     color: #30323c;
     /* font-family: 'Montserrat', sans-serif; */
     font-family: "AlibabaPuHuiTi-3-55-RegularL3" !important;
     margin: 0 0 15px;
     padding: 0;
     transition: 0.3s 
}
 h1 {
     font-size: 36px;
     line-height: 52px;
     font-weight: 700;
}
 h2 {
     font-size: 30px;
     line-height: 45px;
     font-weight: 700;
}
 h3 {
     font-size: 28px;
     line-height: 32px;
}
 h4 {
     font-size: 24px;
     line-height: 38px;
}
 h5 {
     font-size: 20px;
     line-height: 30px;
}
 h6 {
     font-size: 18px;
}
/* === PARAGRAPH === */
 p {
     margin: 0 0 10px;
}
 b, strong {
     font-weight: 600;
}
/* === Basic Margins Paddings ===*/
/*Padding Bottom*/
 .pb-60{
     padding-bottom:60px;
}
 .pb-70{
     padding-bottom:70px;
}
 .pb-80{
     padding-bottom:80px;
}
 .pb-90{
     padding-bottom:90px;
}
 .pb-110{
     padding-bottom: 110px;
}
 .pt-110{
     padding-top: 110px;
}
/*=== Padding Top ===*/
.pt-62{
     padding-top: 62px;
}
/*=== Padding Top Bottom ===*/
  @media (min-width: 576px){
  .ptb-80{
      padding: 80px 0;
    }
 }
 @media (max-width: 576px){
  .ptb-80{
      padding: 40px 0;
    }
 }
 .ptb-105{
     padding:105px 0;
}
 .ptb-100{
     padding:100px 0;
}
 .ptb-108{
     padding:108px 0;
}
 .ptb-110{
     padding:110px 0;
}
/* Miscellaneous Paddings */
 .pt110-pb50{
     padding: 110px 0 50px;
}
 .pt105-pb110{
     padding: 105px 0 110px;
}
 .pt110-pb65{
     padding:110px 0 65px;
}
 .pt105-pb65{
     padding:105px 0 65px;
}
 @media (min-width: 576px) {
     .pt105-pb80{
         padding:105px 0 80px;
    }
 }

 @media (max-width: 576px) {
     .pt105-pb80{
         padding:50px 0 40px;
    }
 }


 @media (min-width: 576px) {
     .pt107-pb75{
         padding:107px 0 75px;
    }
 }

 @media (max-width: 576px) {
     .pt107-pb75{
         padding:54px 0 37px;
    }
 }

 .pt100-pb75{
     padding:100px 0 75px;
}
 .pt110-pb85{
     padding: 110px 0 85px;
}
 .pt110-pb95{
     padding: 110px 0 95px;
}
 .pt110-pb105{
     padding: 110px 0 105px;
}
 .pt90-pb100{
     padding: 90px 0 100px;
}
 .pt95-pb55 {
     padding: 95px 0 55px;
}

/*Margin Bottom*/
 .mb-30{
     margin-bottom: 30px;
}
 .mb-40{
     margin-bottom: 40px;
}
 .mb-65{
     margin-bottom: 65px;
}
/*Margin Left*/
 .ml-35 {
     margin-left: 35px;
}
/* === 1.5 OTHER FIXES === */
 *, *:before, *:after{
     -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
     box-sizing:border-box;
}
 .browserupgrade {
     margin: 0.2em 0;
     background: #ccc;
     color: #000;
     padding: 0.2em 0;
}
 .uppercase{
     text-transform:uppercase;
}
 .floatleft {
     float: left 
}
 .floatright {
     float: right 
}
 .alignleft {
     float: left;
     margin-right: 15px;
     margin-bottom: 15px 
}
 .alignright {
     float: right;
     margin-left: 15px;
     margin-bottom: 15px 
}
 .aligncenter {
     display: block;
     margin: 0 auto 15px 
}
 img {
     max-width: 100%;
     height: auto;
}
.clearfix {
    display: block;
}
.border-10 {
     border: 10px solid #ffffff;
}
/* === Background Color === */
 .bg-theme{
     background-color: #e8c387;
}
 .bg-gray{
     background-color: #fafafa;
}
 .bg-white {
     background-color: #ffffff;
}
/*=== Background Overlay === */
 .overlay-bg, .overlay-bg-2, .overlay-bg-3, .overlay-bg-4, .overlay-bg-5 {
     position: relative;
     overflow:hidden;
}
 .overlay-bg::before, .overlay-bg-2::before, .overlay-bg-3::before, .overlay-bg-4::before, .overlay-bg-5::before{
     content: "";
     display: block;
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
}
 .overlay-bg::before{
     background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}
 .overlay-bg-2::before{
     background-color: rgba(0, 0, 0, 0.4);
}
 .overlay-bg-3::before{
     background-color: rgba(0, 0, 0, 0.8);
}
 .overlay-bg-4::before {
     background-color: rgba(16, 16, 16, 0.8)
}
 .overlay-bg-5::before {
     background-color: rgba(13, 37, 56, 0.4) 
}
/* no-gutters Class Rules */
 .row.no-gutters {
     margin-right: 0;
     margin-left: 0;
}
 .row.no-gutters [class^="col-"], .row.no-gutters [class*=" col-"] {
     padding-right: 0;
     padding-left: 0;
}
/* === Buttons CSS === */
/*=== 2. HEADER AREA STYLES ===*/
 a.btn.btn-digitalizer {
     background: #e8c387;
     padding: 5px 20px;
     color: #fff;
     margin-top: 20px;
}
 a.btn.btn-digitalizer:hover {
     background: #e8c387;
}
/* Naviagaion */
 nav.digitalizer-nav {
     float: left;
     width: 100%;
}
 .digitalizer-nav ul.menu {
     float: right;
     margin-top: 12px;
}
 .digitalizer-nav ul{
     list-style:none;
     display:block;
     margin:0;
     padding:0;
}
 .digitalizer-nav .menu li {
     position: relative;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -ms-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
     list-style: none;
     padding: 0 10px;
}
 .digitalizer-nav .menu li a {
     color: #000000;
     display:block;
}
 .digitalizer-nav .menu > li {
     float:left;
     padding: 0;
}
 .digitalizer-nav .menu > li:hover>a {
     /*background:#e8c387 ;*/
     color: #e8c387;
     /*border-bottom-right-radius: 0;*/
     /*border-bottom-left-radius: 0;*/
}
 .digitalizer-nav ul.menu > li > a {
     color: #ffffff;
     font-size: 15px;
     font-weight: 600;
     opacity: 1;
     padding: 5px 25px 19px 15px;
     text-transform: capitalize;
     border-radius: 3px;
}
 .digitalizer-nav ul.menu > li > a:last-child{
     padding-right: 0;
}
 .digitalizer-nav .menu > li:last-child > ul ul {
     left: auto;
     right: 100%;
}
 .digitalizer-nav .menu > li ul {
     background-color: #ffffff;
     /* border-top: 2px solid #000000; */
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     padding: 15px 0;
     position: absolute;
     -webkit-transform: translate3d(0px, 10px, 0px);
     -moz-transform: translate3d(0px, 10px, 0px);
     -ms-transform: translate3d(0px, 10px, 0px);
     -o-transform: translate3d(0px, 10px, 0px);
     transform: translate3d(0px, 10px, 0px);
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -ms-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
     visibility: hidden;
     width: 210px;
     z-index: 99;
     box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
}
 .digitalizer-nav .menu > li > ul li a {
     padding: 5px 12px;
}
 .digitalizer-nav .menu > li > ul li a:hover {
     /* background-color: #0d2538; */
     border-radius: 2px;
     /* color: #000000; */
}
 .digitalizer-nav .menu > li > ul > li > ul {
     left: 100%;
     padding: 10px;
     top: 0;
}
 .digitalizer-nav .menu > li:hover > ul {
     opacity: 1;
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     -webkit-transform: translate3d(0px, 0px, 0px);
     -moz-transform: translate3d(0px, 0px, 0px);
     -ms-transform: translate3d(0px, 0px, 0px);
     -o-transform: translate3d(0px, 0px, 0px);
     transform: translate3d(0px, 0px, 0px);
     visibility: visible;
}
 .digitalizer-nav .menu > li > ul > li:hover > ul, .digitalizer-nav .menu > li:hover .mega-menu ul {
     opacity: 1;
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     -webkit-transform: translate3d(0px, 0px, 0px);
     -moz-transform: translate3d(0px, 0px, 0px);
     -ms-transform: translate3d(0px, 0px, 0px);
     -o-transform: translate3d(0px, 0px, 0px);
     transform: translate3d(0px, 0px, 0px);
     visibility: visible;
}
/* Mega Menu */
 .digitalizer-nav .menu .mega-menu {
     padding: 20px;
     width: 400px;
}
 .digitalizer-nav .menu .mega-menu.three-column {
     width: 600px ;
}
 .digitalizer-nav .mega-menu.mega-center {
     left: 50%;
     margin-left: -200px;
}
 .digitalizer-nav .mega-menu.mega-center.three-column {
     margin-left: -332px;
}
 .digitalizer-nav .mega-menu.mega-right{
     right:0;
}
 .digitalizer-nav .menu .mega-menu > li.mega-col {
     float:left;
     padding: 0 10px;
     overflow: hidden;
     width: 50%;
}
 .digitalizer-nav .menu .mega-menu.three-column > li.mega-col {
     width: 33.33%;
}
 .digitalizer-nav .menu .mega-menu ul {
     background-color: rgba(0, 0, 0, 0);
     border-top: none;
     left: auto;
     -webkit-transform: translate3d(0px, 0px, 0px);
     -moz-transform: translate3d(0px, 0px, 0px);
     -ms-transform: translate3d(0px, 0px, 0px);
     -o-transform: translate3d(0px, 0px, 0px);
     transform: translate3d(0px, 0px, 0px);
     padding: 0;
     position: relative;
     box-shadow: none;
}
 .digitalizer-nav .menu li.mega-col li {
     display: block;
     width: 100%;
     padding: 0;
}
 .digitalizer-nav .menu li.mega-col li a {
     padding: 5px 0;
}
 .digitalizer-nav .menu li.mega-col li a:hover {
     background-color:transparent;
}
 .digitalizer-nav > ul.menu > li:last-child{
     padding-right:0;
}
/* Meag Menu Title */
 .mega-menu .title {
     color: #404040;
     display: block;
     font-size: 15px;
     font-weight: 600;
     margin-bottom: 5px;
     padding: 0 0 6px;
     position: relative;
     text-transform: capitalize;
}
 .digitalizer-nav .mega-menu .title::before {
     bottom: 0;
     content: "";
     height: 2px;
     left: 0;
     position: absolute;
     width: 30px;
}
 .digitalizer-nav .menu li.has-dropdown > a::after {
     content: "\f0d7";
     font-family: FontAwesome;
     font-size: 16px;
     margin-top: -17px;
     position: absolute;
     right: 6px;
     top: 50%;
}
 .digitalizer-nav .menu li ul li.has-dropdown > a::after {
     content: "\ea69";
     right: 18px;
     top: 22px;
}
 .digitalizer-nav .menu > li > ul.mega-menu::before {
     left: 57%;
     margin-left: -4px;
}
 .header-area.style-2 .navigation-area {
     background-color: #ffffff;
}
 .header-area.style-2 .digitalizer-nav .menu li.has-dropdown > a::after{
     content: "";
}
 .header-area.style-2 ul.menu > li:hover {
     background-color: #e8c387;
}
 .header-area.style-2 .digitalizer-nav ul.menu > li > a {
     color: #222222;
}
 .header-area.style-2 .digitalizer-nav ul.menu > li > a:last-child {
     padding-right: 20px;
}
 .header-area.style-2 .digitalizer-nav ul.menu > li > a:hover {
     color: #ffffff;
}
 .header-area.style-3 .digitalizer-nav ul.menu > li > a {
     color: #222222;
     font-weight: 400;
}
/* Mobile Menu */
 .navigation-area .col-4.col-md-10 {
     position:static;
}
 .mean-container .mean-bar {
     margin-top: 11px;
     position: inherit;
     margin-bottom: 14px;
}
 .mobile-menu-area .mean-nav {
     left: 0;
     position: absolute;
     top: 60px;
     z-index: 2;
}
 .mean-nav .mega-menu .title {
     margin-bottom: 0;
     padding: 12px 20px;
}
 .navigation-area {
     background: #334252;
     position: relative;
     height: 60px;
}

/*Header search*/
 .header-search input[type=submit] {
     margin-bottom: 0 !important;
     color: transparent;
     position: absolute;
     right: 0;
     top: 0;
     background: transparent;
     cursor: pointer;
}
 @media (min-width:768px){
    .header-search{
        display:none !important;
    }
 }
 @media (max-width:768px){
      .header-search {
         position: absolute;
         /*right: 0;*/
         top: 10px;
         margin-top: 4px;
        }
     .header-middle-area{
         display:none
     }
 }
 .header-search .search-form label input {
     height: 35px;
}
 .header-search .search-form label input::placeholder {
     color: #718a9e;
     font-size: 15px;
}
 .header-search .search-form input[type="submit"]{
     display: none;
}
 .header-search .search-form input[type="submit"] {
     opacity: 0;
     visibility: hidden;
}
 .header-search input[type="search"] {
     background: #0a2134 url(/static/assets_www/img/search.png) no-repeat scroll right;
     border: 1px solid #0b2031;
     border-radius: 22px;
     cursor: pointer;
     padding-bottom: 5px;
     padding-left: 5px;
     padding-top: 5px;
     transition: all 0.3s ease 0s;
     width: 110px;
     margin-right: 15px;
     background-position: 85%;
     text-indent: 5px;
}
 .header-search input[type="search"]:focus {
     background: #fff url(/static/assets_www/img/search.png) no-repeat scroll 135px center;
     cursor: inherit;
     padding: 5px;
     width: 165px;
     text-indent: 10px;
}
 .search-results .entry-summary {
     display: block;
}
 .header-search label:before {
     display: none;
}
 .header-top-area {
     background: #0a2134;
     padding: 10px 0;
     color: #ffffff;
     height: auto;
}
 .header-top-area p {
     margin-bottom: 0;
     margin-top: 2px;
}
 .header-top-area .social-links {
     float: right;
}
 .social-links ul {
     margin: 0;
     padding: 0;
     list-style: none;
}
 .social-links ul li {
     display: inline-block;
}
 .social-links ul li a {
     background-color: #0f3656;
     color: #fff;
     width: 30px;
     height: 30px;
     display: inline-block;
     text-align: center;
     line-height: 30px;
     border-radius: 5px;
     margin-right: 10px;
     transition: 0.3s;
}
 .social-links ul li:last-child a {
     margin-right: 0;
}
 .social-links a:hover {
     background-color: #ffffff;
     color: #404040;
     text-decoration: none;
}
.header-middle-area {
     padding: 35px 0 0;
}
@media (max-width:768px){
  .header-middle-area {
         padding: 5px 0 0;
    }
}
@media (min-width:768px){
    /* .navigation-area:before {*/
    /*     border-color: rgba(255, 255, 255, 1) transparent;*/
    /*     border-style: solid;*/
    /*     border-width: 25px 25px 0 0;*/
    /*     content: "";*/
    /*     overflow: visible;*/
    /*     position: absolute;*/
    /*     width: 25%;*/
    /*}*/
}
 .site-branding, .header-middle-contact, .quote-middle a {
     margin-bottom: 10px;
}
 .header-middle-contact a {
     color: #0d2538;
     font-weight: 700;
     font-size: 1rem;
     color: #e8c387;
}
 .quote-middle a {
     background: #e8c387;
     color: #fff;
     padding: 11px 25px;
     border-radius: 5px;
     font-weight: 700;
     float: right;
     display: inline-block;
     margin-top: -15px;
     text-transform: uppercase;
     transition: 0.3s;
}
 .quote-middle a:hover, button.btn.btn-contact:hover {
     text-decoration: none;
     background-color: #e8c387;
}
 .header-middle-contact a i {
    color: #e8c387;
    font-size: 18px;
    padding-right: 8px;
    position: relative;
    top: 2px;
}
 .header-middle-contact a:first-child {
     margin-right: 46px;
}
 .header-middle-contact a:hover {
     text-decoration: none;
}
/*=== 3. SLIDER STYLES ===*/
 .tbl {
     display: table;
     height: 100%;
     position: absolute;
     width: 100%;
     z-index: 2;
}
 .tbl-cell {
     display: table-cell;
     vertical-align: middle;
}
 .single-slide {
     background-repeat: no-repeat;
     background-size: cover;
     min-height: 90vh;
     position: relative;
}
 .slide-content {
     position: absolute;
     top: 50%;
     width: 100%;
     transform: translateY(-50%);
}
 .single-slide-content {
     display: block;
     margin-bottom: 1px;
}
.single-slide-content.style-2 {
    display: inline-block;
    padding: 30px;
    position: relative;
    overflow: hidden;
}
.single-slide-content.style-2:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(13, 37, 56, 0.4);
    z-index: -1;
    border: 10px groove #e8c387;
    border-radius: 20px;
}
 .single-slide-content h1 {
     color: #ffffff;
     font-size: 40px;
     margin-bottom: 15px;
     font-weight: 900;
}
 .single-slide-content h2 {
     font-size: 40px;
     font-weight: 900;
     color: #e8c387;
     margin-bottom: 10px;
}
 .single-slide-content > p {
     color: #ffffff;
     font-size: 18px;
     margin-bottom: 33px;
     line-height: 28px;
     font-weight: 500;
}
/*slider nav*/
 .slide-controls .owl-nav div {
     font-size: 25px;
     height: 60px;
     left: 0;
     line-height: 60px;
     opacity: 0;
     position: absolute;
     text-align: center;
     top: 50%;
     transform: translateY(-50%);
     transition: all 0.3s ease 0s;
     visibility: hidden;
     width: 60px;
     z-index: 1;
}
 .slide-controls .owl-nav div.owl-next {
     left: auto;
     right: 0;
}
 .slide-controls .owl-nav div i {
     border:2px solid #e8c387;
     border-radius: 50%;
     display: block;
     height: 50px;
     line-height: 50px;
     margin: 5px;
     width: 50px;
     color: #e8c387;
}
 .slide-controls .owl-nav div i:hover {
     background-color:#e8c387;
     color:#ffffff;
}
 .slide-controls:hover .owl-nav div {
     opacity: 1;
     visibility: visible;
}
/*Default owl dots style*/
 .owl-dots {
     bottom: 0;
     position: absolute;
     text-align: center;
     width: 100%;
}
 .slider-area .owl-dots {
     bottom: 25px;
}
 .logo-wrap .owl-dots {
     bottom: -54px;
}
 .owl-dot {
     display: inline-block;
}
 .owl-dots .owl-dot span {
     background: transparent none repeat scroll 0 0;
     border: 1px solid #dddddd;
     display: inline-block;
     backface-visibility: visible;
     border-radius: 30px;
     height: 10px;
     margin: 5px 7px;
     transition: opacity 0.2s ease 0s;
     width: 10px;
}
 .owl-dots .owl-dot.active span {
     background-color: #e8c387;
}
 .logo-wrap .owl-dots .owl-dot span {
     border: 1px solid #e8c387;
}
/*Digitalizer Style dots*/
 .slide-controls .owl-dots .owl-dot.active{
     box-shadow: 0 0 0 2px #ffffff;
}
 .slide-controls .owl-dots .owl-dot{
     border-radius: 50%;
     transition: box-shadow 0.3s ease 0s;
     height: 15px;
     margin: 0 5px;
     position: relative;
     width: 15px;
}
 .slide-controls .owl-dots .owl-dot span {
     background-color: #ffffff;
     height: 11px;
     left: -5px;
     position: absolute;
     top: -3px;
     width: 11px;
}
 .slide-controls .owl-dots .owl-dot.active span{
     transform: scale(0.8);
     background-color:#e8c387;
     box-shadow: 0 0 0 2px #e8c387;
}
/* Default Slider Animations */
 .owl-item.active .single-slide-content h3{
     -webkit-animation: fadeInRight 3000ms ease-in-out;
     -moz-animation: fadeInRight 3000ms ease-in-out;
     -ms-animation: fadeInRight 3000ms ease-in-out;
     animation: fadeInRight 3000ms ease-in-out;
}
 .owl-item.active .single-slide-content h1{
     -webkit-animation: lightSpeedIn 2500ms ease-in-out;
     -moz-animation: lightSpeedIn 2500ms ease-in-out;
     -ms-animation: lightSpeedIn 2500ms ease-in-out;
     animation: lightSpeedIn 2500ms ease-in-out;
}
 .owl-item.active .single-slide-content h2{
     -webkit-animation: fadeInLeft 2500ms ease-in-out;
     -moz-animation: fadeInLeft 2500ms ease-in-out;
     -ms-animation: fadeInLeft 2500ms ease-in-out;
     animation: fadeInLeft 2500ms ease-in-out;
}
 .owl-item.active .single-slide-content p{
     -webkit-animation: fadeInLeft 2000ms ease-in-out;
     -moz-animation: fadeInLeft 2000ms ease-in-out;
     -ms-animation: fadeInLeft 2000ms ease-in-out;
     animation: fadeInLeft 2000ms ease-in-out;
}
 .owl-item.active .single-slide-content a.btn{
     -webkit-animation: jackInTheBox 3000ms ease-in-out;
     -moz-animation: jackInTheBox 3000ms ease-in-out;
     -ms-animation: jackInTheBox 3000ms ease-in-out;
     animation: jackInTheBox 3000ms ease-in-out;
}
.single-slide-content.style-2:before{
     -webkit-animation: fadeIn 3000ms ease-in-out;
     -moz-animation: fadeIn 3000ms ease-in-out;
     -ms-animation: fadeIn 3000ms ease-in-out;
     animation: fadeIn 3000ms ease-in-out;
}
/*=== 4. Section Title ===*/
 .section-title.white h3, .section-title.white p {
     color: #ffffff;
}
 .section-title-about-us{
     padding-bottom: 1rem;
 }

 @media (max-width: 576px){
     .section-title h3 {
         font-size: 20px;
         margin-bottom: 5px;
         color: #30323c;
        }
    .section-title {
     padding-bottom: 36px;
    }
 }
 @media (min-width: 576px){
     .section-title h3 {
         font-size: 24px;
         margin-bottom: 5px;
         color: #30323c;
        }

      .section-title {
         padding-bottom: 72px;
    }
 }
 .section-title p, .section-title.text-center p:before {
     position: relative;
     display: inline-block;
     margin: 0;
}
 .section-title p:before, .section-title.text-center p:before {
     position: absolute;
     width: 160px;
     height: 1px;
     background-color: #dddddd;
     content: "";
     bottom: -5px;
}
 .section-title p:after, .section-title.text-center p:after {
     position: absolute;
     bottom: -5px;
     content: "";
     background-color: #e8c387;
     width: 40px;
     height: 1px;
     left: 60px;
}
 .section-title.text-center p:before {
     left: 50%;
     transform: translate(-50%);
}
 .section-title.text-center p:after {
     left: 50%;
     transform: translateX(-50%);
}
 .section-title.title-style-2 h3, .section-title.title-style-2 p {
     color: #ffffff;
}
/*=== 5. About Area ===*/
 .about-link-wrap {
     margin-bottom: 30px;
}
 a.about-link {
     display: block;
     font-weight: 500;
     font-size: 14px;
     color: #606060;
     margin-bottom: 12px;
}
 a.about-link:hover {
     color: #e8c387;
}
 a.about-link i {
     padding-right: 15px;
}
 .about-content {
     margin-bottom: 20px;
}
/*About video*/
 .video {
     background: rgba(0, 0, 0, 0) url(/static/assets_www/img/about.jpg) no-repeat scroll center center / cover;
     height: 385px;
     margin-bottom: 45px;
     position: relative;
}
 .video a {
     border-radius: 50%;
     color: #e8c387;
     left: 50%;
     position: absolute;
     top: 50%;
     transform: translateX(-50%) translateY(-50%);
     background-color: #ffffff;
     width: 63px;
     height: 62px;
}
 .video a::before {
     border: 15px solid rgba(255, 255, 255, 0.4);
     border-radius: 50%;
     content: "";
     height: 80px;
     left: -8px;
     position: absolute;
     top: -9px;
     width: 80px;
}
 .video a i {
     font-size: 28px;
     margin-left: 18px;
     margin-top: 18px;
     display: block;
}
.video-news {
     background: rgba(0, 0, 0, 0) url(/static/assets_www/img/about.jpg) no-repeat scroll center center / cover;
     height: 385px;
     margin-bottom: 10px;
     position: relative;
}
 .video-news a {
     border-radius: 50%;
     color: #e8c387;
     left: 50%;
     position: absolute;
     top: 50%;
     transform: translateX(-50%) translateY(-50%);
     background-color: #ffffff;
     width: 63px;
     height: 62px;
}
 .video-news a::before {
     border: 15px solid rgba(255, 255, 255, 0.4);
     border-radius: 50%;
     content: "";
     height: 80px;
     left: -8px;
     position: absolute;
     top: -9px;
     width: 80px;
}
 .video-news a i {
     font-size: 28px;
     margin-left: 18px;
     margin-top: 18px;
     display: block;
}
/* ProgressBar */
 .progresbar-title h3 {
     font-size: 18px;
     font-weight: 600;
     line-height: 22px;
}
 .progresbar-title {
     margin-bottom: 40px;
}
 .secondery-title > h5 {
     font-weight: 600;
     text-transform: uppercase;
}
 .progress-title {
     color: #404040;
     font-size: 15px;
     margin: 0 0 5px;
     font-weight: 600;
}
 .progress {
     background: #c9c9c9 none repeat scroll 0 0;
     border-radius: 20px;
     box-shadow: none;
     height: 7px;
     margin-bottom: 15px;
     overflow: visible;
}
 .progress .progress-bar{
     position: relative;
     -webkit-animation: animate-positive 2s;
     animation: animate-positive 2s;
}
 .progress .progress-bar:after{
     content: "\ea67";
     font-family: icofont;
     font-size: 20px;
     position: absolute;
     top: -18px;
     right: -5px;
     color: #404040;
}
 .progress .progress-value {
     color: #657786;
     font-size: 14px;
     font-weight: 400;
     position: absolute;
     right: 8px;
     top: -40px;
}
 @-webkit-keyframes animate-positive{
     0% {
         width: 0%;
    }
}
 @keyframes animate-positive{
     0% {
         width: 0%;
    }
}
/*style 2*/
 .about-area.style-2 .progress {
     margin-bottom: 30px;
}
 @media (max-width: 768px) {
    .about-area{
        padding-top: 5px !important;
    }
 }
/*========== 6. Service Area ============*/

 /*2019-10-12@yyj 修改六大功能高度样式*/

 @media (max-width: 768px){
     .service-p-display-none{
        display: none;
    }
     .mobile-height-0{
         height: 150px !important;
     }
 }


 .service-box-inner {
     padding: 50px 38px 15px;
     position: relative;
}
 .overlay {
     position: absolute;
     text-align: center;
     background-color: #e8c387a8;
}
 .digitalizer-service-box {
     text-align: center;
     position: relative;
     overflow: hidden;
     transition: 0.3s;
     height: 250px !important;
}
 .digitalizer-service-box.service-box-style-1 {
     border: 1px solid #ececec;
     background-color: #fff;
}
 .digitalizer-service-box.service-box-style-2 {
     background-color: transparent;
}
 a.service-btn {
     transition: 0.3s;
}
 .digitalizer-service-box:hover a{
     color: #ffffff;
     text-decoration: blink;
}
 span.service-icon i {
     font-size: 35px;
     color: #505050;
     padding-bottom: 35px;
     transition: 0.3s;
     display: inline-block;
}
 .digitalizer-service-box.service-box-style-2 i {
     color: #e8c387;
}
 span.service-box-title-text {
     font-size: 18px;
     color: #505050;
     text-transform: uppercase;
     margin-bottom: 20px;
     display: block;
     transition: 0.3s;
}
 .service-box-content p {
     margin-bottom: 30px;
}
 .digitalizer-service-box:hover span.service-box-title-text, .digitalizer-service-box:hover, .digitalizer-service-box:hover i {
     color: #ffffff;
}
 .digitalizer-service-box.service-box-style-3:hover i {
     color: #505050;
}
 .digitalizer-service-box.service-box-style-3 {
     background: #fff;
     border: 1px solid #e6e6e6;
     margin-bottom: 10px;
}
 .digitalizer-service-box.service-box-style-3 span.service-icon {
     /*border: 1px solid #e8c387;*/
     width: 70px;
     height: 70px;
     display: inline-block;
     line-height: 75px;
     /*margin-bottom: 5px;*/
     transition: 0.3s;
}
 .digitalizer-service-box.service-box-style-3:hover span.service-icon {
     /*background-color: #ffffff;*/
     /*background-color: red;*/
}
 .digitalizer-service-box.service-box-style-3:hover span.service-icon i{
     color:#ffffff;
 }
 .digitalizer-service-box.service-box-style-3 span.service-icon i {
     font-size: 35px;
     color:#e8c387 ;
}
 .digitalizer-service-box.service-box-style-3 .service-box-inner {
     padding: 35px 38px 15px;
}
/*Single service*/
 .single-service-menu {
     background-color: #f8f8f8;
     margin-bottom: 45px;
}
 .single-service-menu ul {
     margin: 0;
     padding: 0;
     list-style: none;
}
 .single-service-menu ul li {
     border-bottom: 1px solid #ededed;
}
 .single-service-menu ul li:last-child {
     border-bottom: navajowhite;
}
 .single-service-menu ul li a {
     color: #404040;
     font-weight: 500;
     font-size: 15px;
     padding: 12px 0 12px 30px;
     display: block;
     text-transform: uppercase;
     background-color: transparent;
     position: relative;
}
 .single-service-menu ul li a:hover {
     background-color: #e8c387;
     color: #ffffff;
     padding-left: 45px;
}
 .single-service-menu ul li a:before {
     position: absolute;
     top: 0;
     right: 0;
     content: "";
     width: 0;
     height: 0;
     border-top: 25px solid transparent;
     border-left: 22px solid #01aac0;
     border-bottom: 23px solid transparent;
     transition: 0.3s;
     opacity: 0;
     visibility: hidden;
}
 .single-service-menu ul li a:hover:before {
     visibility: visible;
     opacity: 1;
     right: -22px;
}
 .single-page-service {
     padding-left: 55px;
}
 .single-page-service img {
     margin-bottom: 42px;
}
 .single-page-service h2, .project-name h4 {
     font-size: 25px;
     color: #212121;
     line-height: 35px;
     margin-bottom: 30px;
     font-weight: 600;
}
/*========= 7. Project Area  =========*/
 .single-project {
     height: 210px;
     background-repeat: no-repeat;
     position: relative;
     width: 100%;
     background-size: cover;
}
 .project-content {
     position: absolute;
     top: 50%;
     text-align: center;
     /*tr;*/
     width: 100%;
     transform: translateY(-50%) scale(0.6);
     z-index: 2;
     transition: 0.3s;
     opacity: 0;
     visibility: hidden;
}
 .single-project:before{
     position: absolute;
     left: 0;
     top: 0;
     height: 100%;
     width: 100%;
     content: "";
     background: rgba(1, 160, 181, 0.8);
     z-index: -1;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     -webkit-transition: .3s;
     transition: .3s;
     visibility: hidden;
     overflow: hidden;
}
 .single-project:hover:before{
     visibility: visible;
     opacity: 1;
     z-index: 1;
     animation: 2s fadeIn;
}
 .single-project:hover .project-content {
     opacity: 1;
     visibility: visible;
     transform: scale(1);
}
 .project-content h4 a, .project-content p {
     color: #ffffff;
}
 .project-content h4 {
     margin-bottom: 0;
}
/*Project owl dots*/
 .project-wrap .owl-dots {
     bottom: -50px;
}
 .project-wrap .owl-dots .owl-dot span {
     width: 25px;
     height: 15px;
     border: 2px solid #ddd;
}
 .related-project-area h3 {
     font-size: 30px;
     font-weight: 600;
     margin-bottom: 35px;
}
 .project-name {
     margin-bottom: 45px;
}
/*Single page project*/
 .project-page-single-area img {
     margin-bottom: 45px;
}
 .project-details h4 {
     margin-bottom: 20px;
     font-size: 18px;
     font-weight: 600;
     color: #212121;
}
 .project-details strong {
     padding-right: 20px;
}
/*======== 8. Testimonial =========*/
 .testimonial-area.style-1 {
     background-image: url(/static/assets_www/img/feedback.jpg);
     background-size: cover;
     background-position: center center;
}
 .testimonial-content {
     background-color: #ffffff;
     padding: 40px 20px;
     border-radius: 5px;
     margin-bottom: 25px;
     position: relative;
}
 .testimonial-content:before {
     width: 0;
     height: 0;
     border-left: 23px solid transparent;
     border-right: 30px solid transparent;
     border-top: 48px solid #ffffff;
     content: "";
     position: absolute;
     bottom: -13px;
     left: 25px;
}
 .client-img {
     width: 80px;
     display: inline-block;
}
 .testimonial-desc {
     display: inline-block;
}
 .client-desc {
     display: inline-block;
     margin-left: 15px;
     position: relative;
     top: -20px;
}
 .client-desc h5, .client-desc span {
     margin-bottom: 0;
     color: #ffffff;
}
/*Style 2*/
.testimonial-area.style-2 .client-desc h5,
.testimonial-area.style-2 .client-desc span {
    color: #30323c;
}
 .testimonial-area.style-2 .testimonial-content {
     background-color: #f8f8f8;
     padding: 35px 30px 25px;
}
 .testimonial-area.style-2 .testimonial-content:before {
     border-top: 48px solid #f8f8f8f8;
}
/*========= 9. Home Blog =========*/
 .single-post-block {
     margin-bottom: 35px;
     padding-bottom: 25px;
}
 a.sin-post-link {
     height: 220px;
     display: block;
     background-repeat: no-repeat !important;
     background-size: cover !important;
     background-position: center center !important;
}
 .post-block-content .post-block-date {
     position: relative;
     background-color: #ea095d;
     top: -21px;
     border: 1px solid #e8c387;
     border-radius: 10px;
     padding: 10px 30px;
     left: 20px;
     transition: 0.3s;
}
 .single-post-block:hover .post-block-date {
     background: #e8c387;
     color: #ffffff;
     border: 1px solid transparent;
}
 /*固定首页新闻高度*/
 @media (min-width: 768px){
      .post-block-content{
         height: 200px;
    }
 }

 .post-block-content h5 a {
     color: #404040;
     margin-top: 5px;
     display: block;
     transition: 0.3s;
}
 .post-block-content h5 a:hover {
     color: #e8c387;
     text-decoration: none;
}
 span.post-block-author {
     padding-right: 15px;
}
span.post-block-time {
     padding-left: 15px;
}

 span.post-block-author i, span.post-block-comments i,span.post-block-time i {
     color: #e8c387;
     padding-right: 4px;
     margin-bottom: 20px;
     display: inline-block;
}
 .post-block-excerpt {
     margin-bottom: 10px;
}
 a.more {
     color: #606060;
     font-weight: 700;
     transition: 0.3s;
}
a.more i {
    position: relative;
    top: 1px;
}
 .single-post-block:hover a.more {
     color: #e8c387;
}
 .post-block-content {
     padding: 0 20px;
}
 .post-block-content h5 {
     font-weight: 700;
}
/*Blog Page*/
@media screen and (min-width: 768px) {
     .single-news-wrap {
        display: block;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 768px) {
     .single-news-wrap {
        display: block;
        margin-bottom: 20px;
    }
    .section-title-about-us{
        text-align: center;
        padding-bottom: 0.2rem !important;

    }
    .about-content p:first-child{
        display: none;
    }
}


 .single-news-wrap .post-thumbnail {
     margin-bottom: 40px;
}
 .single-news-wrap .post-date {
     background-color: #e8c387;
     color: #fff;
     float: left;
     font-size: 15px;
     line-height: 17px;
     padding: 8px 16px;
     text-align: center;
     font-weight: 600;
}
 .single-news-wrap .entry-header h4 {
     line-height: 18px;
     font-weight: 600;
}
 .single-news-wrap .entry-meta {
     margin-bottom: 30px;
}
 .single-news-wrap .entry-meta span {
     padding-right: 15px;
}
 .single-news-wrap .entry-meta span i {
     margin-right: 5px;
}
 .single-news-wrap .entry-content > p {
     margin-bottom: 36px;
     padding-right: 50px;
}
/*Blog Details*/
 .entry-content strong {
     display: block;
     padding: 15px 0;
}
 .blog-social {
     display: block;
     margin: 65px 0 0 0;
     overflow: hidden;
}
 .single-author {
     display: block;
     overflow: hidden;
}
 .author-area > h3, .blog-social > h3 {
     font-size: 18px;
     font-weight: 600;
     margin-bottom: 30px;
}
 .author-thumb {
     float: left;
}
 .author-text {
     padding-left: 115px;
}
 .author-text .author-name {
     font-size: 16px;
     font-weight: 600;
     line-height: 20px;
     margin-bottom: 6px;
}
 .author-text .author-name span {
     color: #657786;
     font-size: 14px;
     padding-left: 30px;
}
 .author-text > p {
     padding-right: 150px;
}
 .entry-title > a:hover, .widget.widget-category a:hover, .post-content a:hover, .widget.widget-archives a:hover, .entry-meta a:hover {
     color: #000000;
}
/*Add reaplay*/
 .comment-form-area {
     padding-right: 65px;
}
 .comment-form-area > h4 {
     font-size: 18px;
     font-weight: 600;
     margin-bottom: 30px;
     text-transform: uppercase;
}
 .comment-form-area .single-field {
     border-radius: 10px;
}
 .comment-form-area .single-field > textarea, .comment-form-area .single-field > input {
     border-radius: 10px;
}
/*Blog Sidebar*/
 .widget.widget-search {
     margin-bottom: 55px;
}
 .search-form .search-field {
     border: 1px solid #bbbbbb;
     color: #657786;
     font-size: 15px;
     height: 45px;
     padding-left: 10px;
     width: 100%;
}
 .search-form {
     display: block;
     position: relative;
}
 .search-form > button {
     background-color: #e8c387;
     border: medium none;
     color: #ffffff;
     font-size: 18px;
     height: 45px;
     position: absolute;
     right: 0;
     top: 0;
     width: 50px;
     z-index: 2;
     cursor: pointer;
}
 /*.widget-area{*/
     /*position: fixed;*/
     /*top:50px;*/
 /*}*/
 .widget-area .widget-title {
     color: #212121;
     font-size: 18px;
     margin-bottom: 22px;
     font-weight: 600;
     text-transform: capitalize;
}
 .widget.widget-category > ul, .widget.widget-archives > ul {
     list-style: outside none none;
     margin: 0;
     padding: 0;
}
 .widget-category ul li, .widget.widget-archives > ul li {
     margin-bottom: 12px;
}
 .widget-category ul li{
     border-bottom: 1px #a9a9a95c solid;
 }
 .widget.widget-category li:last-child, .widget.widget-archives li:last-child {
     margin-bottom: 50px;
}
 .widget-category ul li a, .widget.widget-archives > ul li a {
     color: #606060;
     font-size: 15px;
     font-weight: 500;
}
 .widget-category ul li a i, .widget.widget-archives > ul li a i {
     margin-right: 5px;
     position: relative;
     top: 1px;
}
 .widget.widget-blog .widget-title {
     margin-bottom: 29px;
}
 .widget-post {
     display: block;
     overflow: hidden;
}
 .widget-post img {
     float: left;
     margin-bottom: 25px;
}
 .widget-post .title{
     font-size: 15px;
     font-weight: 500;
}
 .post-content {
     padding-left: 95px;
     padding-bottom: 5px;
}
/*Tags*/
 .widget.widget-tags {
     margin-bottom: 45px;
     overflow: hidden;
}
 .widget.widget-tags .widget-title {
     margin-bottom: 28px;
}
 .tags-cloud-list {
     list-style: outside none none;
     margin: 0;
     padding: 0;
}
 .tags-cloud-list > li {
     float: left;
     margin-bottom: 5px;
     margin-right: 5px;
}
 .tags-cloud-list li a {
     background-color: #424242;
     border: 1px solid transparent;
     border-radius: 7px;
     color: #ffffff;
     display: block;
     padding: 4px 20px;
     text-transform: capitalize;
}
 .tags-cloud-list li a:hover {
     background-color: #e8c387;
}



/********最新分页修改**********/





/************************************/

/*blog btn*/
 a.btn.btn-post {
     background-color: #000000cf;
     color: #ffffff;
}
 a.btn.btn-post:hover {
     background-color: #000000;
}
/*Social Links*/
 .blog-social ul.social-links {
     list-style: none;
     margin: 0;
     padding: 0;
}
 .blog-social ul.social-links li {
     float: left;
}
 .blog-social ul.social-links li a {
     background-color: #606060;
     border-radius: 50%;
     color: #ffffff;
     display: block;
     height: 35px;
     line-height: 35px;
     margin-right: 10px;
     text-align: center;
     width: 35px;
     transition: all 0.7s ease 0s;
}
 .blog-social ul.social-links li:hover a {
     background-color: #e8c387;
}
 .blog-social ul.social-links li a i {
     display: block;
     line-height: 35px;
     text-align: center;
     transition: all 0.5s ease 0s;
}
 .blog-social .social-links.bordered a {
     background-color: transparent;
     border: 1px solid #e8c387;
     border-radius: 4px;
     color: #e8c387;
     height: 30px;
     line-height: 30px;
     width: 30px;
}
 .blog-social .social-links.bordered a i{
     line-height: 30px;
}
 .blog-social .social-links.bordered li:hover a {
     color: #ffffff;
     border: 1px solid #e8c387;
}
 .blog-social ul.social-links li a:hover i{
     -webkit-animation-name: bouchicon;
     animation-name: bouchicon;
     -webkit-animation-duration: 1s;
     animation-duration: 1s;
     -webkit-animation-timing-function: linear;
     animation-timing-function: linear;
     -webkit-animation-iteration-count: infinite;
     animation-iteration-count: infinite;
}
 @-webkit-keyframes bouchicon{
     25%{
         -webkit-transform: scale(1.3);
         transform: scale(1.3);
    }
     75%{
         -webkit-transform: scale(1);
         transform: scale(1);
    }
}
 @keyframes bouchicon{
     25%{
         -webkit-transform: scale(1.3);
         transform: scale(1.3);
    }
     75%{
         -webkit-transform: scale(1);
         transform: scale(1);
    }
}
/*======== 10.  Footer Top Area ========*/
 .footer-top-area {
     padding-top: 40px;
     padding-bottom: 35px;
     background-color: #e8c387;
}
 .offoce-info {
     width: 80%;
}
 .site-info {
     font-size: 90%;
     padding: 20px 0;
}
 .offoce-info h5 {
     color: #fff;
     font-size: 20px;
     margin-bottom: 8px;
}
 .offoce-info h6 {
     color: #ffffff;
     font-size: 14px;
     font-weight: 400;
     line-height: 22px;
}
 .footer-btn {
     margin-top: 30px;
     text-align: center;
}
 .footer-btn a {
     color: #fff;
     font-weight: 500;
     border: 2px solid #ffffff;
     padding: 12px 42px;
     position: relative;
}
 .footer-btn a:before {
     position: absolute;
     top: 10px;
     height: 100%;
     font-family: icofont;
     content: "\ea5d";
     left: 15px;
     transition: 0.3s;
     font-size: 16px;
}
 .footer-btn a:hover {
     text-decoration: none;
}
 .footer-btn:hover :before {
     color: #0d2538;
     left: 22px;
}
 span.footer-social-links a {
     color: #ffffff;
     padding-right: 20px;
}
 span.footer-social-links {
     margin-top: 35px;
     display: block;
     text-align: right;
}
 span.footer-social-links a:hover {
     text-decoration: none;
}
 span.footer-social-links a:hover {
     color: #0d2538;
}
/*main footer*/
 footer.footer-area {
     background-color: #ffffff;
     padding-top: 20px;
}

@media (min-width:576px){
    .footer-area .widget h4 {
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 20px;
        color: #718a9e;
        font-weight: 700;
   }
}

.footer-area hr{
    height: 3px;
    background: #718a9e30
}

@media (max-width:576px){
    .footer-area .widget h4 {
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 10px;
        color: #718a9e;
        font-weight: 700;
   }
}

@media (max-width:576px){
    .footer-area .widget ul{
        margin-bottom: 15px !important
    }
}

.footer-area .widget li{
    border-bottom: 1px dashed #61657a42;
}
/* .footer-area .widget p, .footer-area .widget a {*/
/*     color: #718a9e;*/
/*}*/
 .widget.contact-widget a {
     font-size: 15px;
     margin-bottom: 10px;
     display: block;
}
 .footer-area .widget a:hover {
     color: #e8c387;
}
 .widget.contact-widget a i {
     padding-right: 10px;
}
 .widget.links-widget ul {
     margin: 0;
     padding: 0;
     list-style: none;
     width: 100%;
}
 .widget.links-widget ul li {
     width: 50%;
     float: left;
     margin-bottom: 5px;
}
 .widget.post-widget ul {
     margin: 0;
     padding: 0;
     list-style: none;
}
 .widget.links-widget ul li a i {
     padding-right: 5px;
}
 .widget.post-widget ul span {
     margin-bottom: 15px;
     display: block;
}
.footer-area .widget-post .post-content {
    padding-left: 80px;
}
ul.social-links-footer {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.social-links-footer > li {
     float: left;
     list-style: outside none none;
     margin: 0 5px 0 0;
     padding: 0;
}
.subscribe-footer .social-links-footer li a {
     display: block;
     text-align: center;
     width: 30px;
     height: 30px;
     color: #ffffff;
     line-height: 2;
}
.social-links-footer li a:hover {
     opacity:0.75;
}
.social-links-footer.social-lg li a {
     font-size: 18px;
     height: 42px;
     line-height: 42px;
     width: 42px;
}

.social-links-footer li a.facebook {
    background-color: #395f9f;
}
.social-links-footer li a.twitter {
    background-color: #1590c7;
}
.social-links-footer li a.linkedin {
    background-color: #005a99;
}
.social-links-footer li a.google-plus{
    background-color: #d72626;
}
/* Newsletter Widget */
.subscribe-footer .subscribe-form {
     display: block;
     margin-bottom: 20px;
     position: relative;
}
.subscribe-footer .subscribe-form .widget-input {
     background: #dddddd;
     border: 1px solid #262626;
     box-shadow: none;
     display: inline-block;
     height: 35px;
     line-height: 36px;
     padding: 0 50px 0 12px;
     position: relative;
     width: 100%;
     z-index: 1;
     border-radius: 4px;
}
.subscribe-footer .subscribe-form .widget-sbtn {
     background: #e8c387;
     border: medium none;
     box-shadow: none;
     float: right;
     height: 34px;
     line-height: 36px;
     padding: 0;
     position: absolute;
     right: 0;
     text-align: center;
     top: 1px;
     width: 45px;
     z-index: 2;
     cursor: pointer;
     color: #ffffff;
     border-top-right-radius: 2px;
     border-bottom-right-radius: 2px;
}
/*=== CopyRight ===*/
 .copyright-area {
     padding-top: 20px;
}
 .copyright-area p {
     color: #688094;
     line-height: 22px;
}
 .copyright-area .col {
     border-top: 1px solid #688094;
     padding: 40px 0 30px;
}
 .copyright-area a{
     color:#718a9e;
     font-weight: 600;
 }
 .copyright-area a:hover{
     color:#e8c387;
 }
/*scrollUp*/
 #scrollUp {
     /*background: #e8c387;*/
     border-radius: 15%;
     bottom: 120px;
     padding-bottom: 25px;
     color: #ccc;
     font-size: 32px;
     height: 40px;
     line-height: 60px;
     right: 3px;
     text-align: center;
     width: 40px;
}
 #scrollUp i{
     transition: all 0.5s ease;
 }
 #scrollUp i{
     border: 5px;
     border-radius: 15%;
     padding: 6px 8px;
     background: #e8c387;
     position: relative;
     /*right: 8px;*/
     color: #fff;
 }
/*============== 11. Portfolio Style ==============*/
 .filter-menu{
     display: block;
     margin-bottom: 30px;
     padding: 0;
}
 .filter-menu button {
     background: transparent none repeat scroll 0 0;
     border: medium none;
     color: #404040;
     font-size: 15px;
     margin: 0 10px 20px;
     padding: 5px 15px;
     cursor: pointer;
     border-radius:20px;
     -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
     -ms-transition: all 0.3s ease-out;
     -o-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out;
     text-transform: uppercase;
}
 .filter-menu button.active, .filter-menu button:hover {
     background-color: #e8c387;
     border: medium none;
     border-radius: 5px;
     color: #ffffff;
}
 .filter-menu button:last-child {
     margin-right: 0;
}
 .portfolio-img {
     display: block;
     overflow: hidden;
     position: relative;
     margin-bottom: 15px;
}
 .portfolio-img::before {
     background: rgba(29, 161, 242, 0.7);
     content: "";
     display: block;
     height: 100%;
     left: 50%;
     opacity: 0;
     position: absolute;
     top: 0;
     transition: all 0.3s ease 0s;
     width: 0;
     z-index: 1;
}
 .portfolio-img:hover:before {
     left: 0;
     opacity: 1;
     width: 100%;
}
 .portfolio-img > a i {
     background-color: #ffffff;
     border: 10px solid #a5d9fa;
     border-radius: 50%;
     color: #404040;
     display: block;
     font-size: 20px;
     height: 70px;
     left: 50%;
     opacity: 0;
     position: absolute;
     top: 50%;
     transform: translateX(-50%) translateY(-50%);
     transition: all 0.7s ease 0s;
     visibility: hidden;
     width: 70px;
     z-index: 2;
     text-align: center;
     line-height: 50px;
}
 .portfolio-img:hover a i {
     opacity: 1;
     visibility: visible;
}
 .portfolio-info {
     display: block;
     margin-bottom: 12px;
     overflow: hidden;
}
 .portfolio-info h6 {
     font-size: 18px;
     font-weight: 600;
     margin-bottom: 0;
     transition: all 0.3s ease 0s;
}
 .portfolio-info h6:hover {
     color: #e8c387;
}
 .portfolio-wrap, .portfolio-img img {
     width: 100%;
}
/*Single Portfolio*/
 .single-portfolio-area img {
     margin-bottom: 50px;
}
 .portfolio-single-content > p {
     margin: 0;
     padding-right: 45px;
}
 .portfolio-project {
     background-color: #f5f7f8;
     padding: 30px;
}
 .portfolio-single-content {
     margin-bottom: 45px;
}
 .portfolio-single-content > h4 {
     line-height: 18px;
}
 .portfolio-project > p {
     margin-bottom: 7px;
}
 .portfolio-project > p:last-child {
     margin: 0;
}
/*========= 12. Funfacts Area ==========*/
 .funfact-area {
     background: rgba(0, 0, 0, 0) url(/static/assets_www/img/fanfact.jpg) no-repeat scroll center center / cover;
     position: relative;
     padding: 70px 0 65px;
}
 .single-fact {
     margin-bottom: 44px;
     margin-top: 35px;
}
 .single-fact .icon {
     color: #ffffff;
     font-size: 40px;
     line-height: 48px;
     margin-bottom: 20px;
}
 .single-fact .fact-info span {
     color: #fff;
     display: block;
     font-size: 17px;
     font-weight: 600;
     margin: 0;
     padding: 0;
}
 .single-fact .fact-info span.counter {
     font-size: 40px;
     font-weight: 700;
     line-height: 54px;
}
/*========== 13. Pricing Table Style ==========*/
 .plan-wrap {
     position: relative;
     transition: 0.3s;
     text-align: center;
     box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
     padding: 30px 0;
     margin-bottom: 45px;
}
 .plan-wrap:hover {
     box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.15);
}
.plan-wrap:hover a.btn.btn-digital {
    background-color: #e8c387;
    color: #ffffff;
}
 .plan-head h4 {
     font-size: 20px;
     font-weight: 500;
     color: #606060;
     margin-bottom: 20px;
}
 .plan-pic i {
     font-size: 35px;
     color: #e8c387;
     margin-bottom: 20px;
     display: inline-block;
}
 .plan-price h3 {
     font-weight: 700;
     color: #404040;
     margin-bottom: 30px;
     font-size: 40px;
}
 .plan-features ul {
     margin: 0;
     padding: 0;
     list-style: none;
}
 .plan-footer a {
     border: 1px solid #e8c387;
     margin-bottom: 10px;
     padding: 10px 20px;
     transition: 0.3s;
}
 .plan-features ul li {
     color: #606060;
     font-size: 15px;
     margin-bottom: 8px;
}
 .plan-features {
     margin-bottom: 45px;
}
/*=== Call to action ===*/
 .cta-content p {
     color: #fff;
     margin-top: 2rem;
     margin-bottom: 0.5rem;
}
 .sta-area {
     background:url('/static/assets_www/img/banner_3.png') rgba(0,0,0,0) no-repeat scroll center center / cover;;
     padding: 50px 0 35px 0;

}
 .sta-area:before{
    background-color: rgba(16, 16, 16, 0.1)
 }
 .cta-content h3 {
     font-size: 30px;
     line-height: 22px;
     color: #fff;
     font-weight: 500;
     margin-bottom: 5px;
}
 .cta-content h4{
     font-size: 18px;
     color: #fff;
 }
 .cta-content i{
     font-size: 1.2rem;
     padding-right: 0.5rem;

 }
 a.btn.cta-btn, button.btn.btn-contact {
     background-color: #e8c387;
     border: 2px solid transparent;
     color: #ffffff;
}
/*========== 14. Contact ==========*/
 .contact-left {
     padding-right: 70px;
     padding-left: 45px;
}
 .contact-left > p i {
     color: #404040;
     display: inline-block;
     font-size: 25px;
     margin-right: 5px;
     position: relative;
     top: 3px;
}
 .contact-left > p {
     display: flex;
     font-size: 15px;
     margin-bottom: 30px;
}
 .contact-left span {
     margin-right: 12px;
     margin-top: -2px;
}
 .single-field {
     height: auto;
     margin: 0 0 15px;
     padding: 0;
     width: 100%;
}
 .single-field > input {
     border: 1px solid #c5c5c5;
     border-radius: 5px;
     box-shadow: none;
     height: 40px;
     margin-bottom: 15px;
     padding: 0 15px;
     width: 100%;
}
 .half-field, .half-field-last {
     float: left;
     width: 50%;
     padding: 0px 8px;
}
 .half-field-last {
     float: right;
     width: 50%;
     padding: 0px 8px;
}
 .single-field > textarea {
     border: 1px solid #e0e0e0;
     height: auto;
     padding: 10px 15px;
     width: 100%;
     margin-bottom: 10px;
}
 .single-field:focus {
     border-color: #66afe9;
     box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
     outline: 0 none;
}
/*=== Accordian ===*/
 a.collapsed .rotate-icon {
     transform: rotate(180deg);
     display: inline-block;
     transition: 0.3s;
     position: absolute;
     right: 24px;
}
 .rotate-icon {
     transition: 0.3s;
     position: absolute;
     right: 20px;
     margin-top: 15px;
}
 div.card {
     border: none;
}
 div.card-header {
     border: 1px solid #cccccc;
     background-color: transparent;
     padding: 10px 30px;
     margin-bottom: 7px;
}
 div.card-header h5 {
     font-size: 15px;
     font-weight: 600;
}
 div.card-header span i {
     font-size: 18px;
     color: #404040;
     font-weight: 500;
     right: 24px;
}
 span.icon-left {
     padding-right: 15px;
}
 div.card-body {
     padding: 18px 35px 8px;
     border-left: 1px solid #cccccc;
     border-right: 1px solid #cccccc;
     margin-top: -7px;
     border-bottom: 1px solid #cccccc;
}
 span.ico-rote {
     border: 1px solid #cccccc;
     width: 72px;
     height: 52px;
     display: block;
     position: absolute;
     right: 0;
     top: 0;
}
/*=== Breadcumb ===*/
 .banner-area {
     background-image: url(/static/assets_www/img/breadcumb.jpg);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center center;
     padding: 56px 0;
}
 .banner-content h2 {
     color: #ffffff;
     font-weight: 600;
     font-size: 25px;
     line-height: 22px;
}
 .banner-content p {
     color:#ffffff;
}
 .bradcumb-area {
     background-color: rgb(248, 248, 248);
     box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}
 .bradcumb-area ul li {
     display: inline-block;
     font-size: 15px;
     font-weight: 500;
     color: #404040;
     text-transform: uppercase;
     padding-left: 5px;
}
 .bradcumb-area ul {
     margin: 0;
     padding: 20px 0;
}
 .bradcumb-area ul li a {
     padding-right: 5px;
     font-weight: 500;
     color: #000000;
}
/*========== 15. Team ==========*/
 .team-wrap {
     background-color: rgb(128, 128, 128);
     box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
     overflow: hidden;
     position: relative;
     margin-bottom: 45px;
}
 .singel-team {
     overflow: hidden;
     perspective: 600px;
     position: relative;
     transition: 0.3s;
}
 .singel-team > img {
     width: 100%;
}
 .team-inf {
     position: absolute;
     bottom: 0;
     width: 100%;
     background-color: #f8f8f8;
     padding: 20px 0;
}
 .team-info h5, .team-inf h5 {
     font-size: 18px;
     color: #ffffff;
     line-height: 22px;
     margin-bottom: 7px;
     text-transform: uppercase;
     font-weight: 600;
}
 .team-inf h5 {
     color: #404040 ;
     text-transform: capitalize;
}
 .team-info h6, .team-inf h6 {
     font-size: 14px;
     color: #ffffff;
     font-weight: 400;
}
 .team-inf h6 {
     color: #606060;
     text-transform: capitalize;
     margin: 3px;
}
 ul.quick-view {
     margin: 0;
     padding: 0;
     list-style: none;
}
/* For background overlay color */
 .singel-team::after {
     background-color: rgba(13, 37, 56, 0.702);
     content: "";
     height: 100%;
     left: 0;
     opacity: 0;
     position: absolute;
     top: 0;
     transition: all 0.8s linear 0s;
     visibility: hidden;
     width: 100%;
     z-index: 2;
}
 .team-wrap:hover .singel-team::after, .team-wrap:hover .team-info {
     visibility: visible;
     opacity: 1;
}
 .team-wrap:hover .team-info {
     animation: 2s fadeIn;
}
/* End background overlay*/
 .team-info {
     margin: 0;
     padding: 0 15px;
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     width: 100%;
     z-index: 4;
     color: #ffffff;
     transition: 3.3s;
     visibility: hidden;
     opacity: 0;
}
 .team-info p {
     margin-bottom: 20px;
}
 .quick-view li {
     display: inline-block;
     opacity:0;
     transition: all 0.6s linear 0s;
     visibility:hidden;
     list-style:none;
     transform: rotateY(-90deg);
     transform-origin: left;
}
 .quick-view li:nth-of-type(2), .team-social li:nth-of-type(2) {
     transition-delay: .2s;
}
 .quick-view li:nth-of-type(3), .team-social li:nth-of-type(3) {
     transition-delay: .3s;
}
 .quick-view li:nth-of-type(4), .team-social li:nth-of-type(4) {
     transition-delay: .4s;
}
 .team-wrap:hover .quick-view li, .team-wrap-2:hover .team-social li{
     visibility: visible;
     opacity: 1;
     transform: rotateY(0deg);
}
 .quick-view a{
     border: none;
     color: #ffffff;
     display: block;
     font-size: 15px;
     width: 30px;
     height: 30px;
     text-align: center;
     background-color: #23adbf;
     transition: all 0.3s linear 0s;
     line-height: 30px;
     border-radius: 3px;
     margin-right: 5px;
}
 .team-social a {
     padding: 2px 7px;
}
 .quick-view a:hover, .team-social a:hover {
     background: #e8c387;
     color: #404040;
}
 .quick-view a:hover{
     color: #404040;
     background-color: #ffffff;
}
/*style 2*/
 ul.quick-view.style-2 {
     position: absolute;
     bottom: 100px;
     z-index: 3;
     left: 50%;
     transform: translateX(-50%);
     width: 30px;
}
 ul.quick-view.style-2 li {
     margin-bottom: 6px;
}
/*=== Contact us ===*/
 .contact-us i {
     font-size: 25px;
     color: #404040;
     margin-bottom: 15px;
     display: block;
}
 .contact-us p {
     font-weight: 300;
}
 .contact-us p:last-child {
     margin-bottom: 35px;
}
.preloader-wrap {
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #e8c387;
    background: -webkit-linear-gradient(to left, #00c6ff, #0072ff);
    background: linear-gradient(to left, #00c6ff, #0072ff);
    position: absolute;
}
.cube-folding {
    width: 50px;
    height: 50px;
    display: inline-block;
        -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
     -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 0;
}
.cube-folding span {
    position: relative;
    width: 25px;
    height: 25px;
       -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
     -webkit-transform: scale(1.1);
    transform: scale(1.1);
    display: inline-block;
}
.cube-folding span::before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 25px;
    height: 25px;
       -moz-transform-origin: 100% 100%;
       -ms-transform-origin: 100% 100%;
     -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
       -moz-animation: folding 2.5s infinite linear both;
     -webkit-animation: folding 2.5s infinite linear both;
    animation: folding 2.5s infinite linear both;
}
.cube-folding .leaf2 {
        -moz-transform: rotateZ(90deg) scale(1.1);
      -ms-transform: rotateZ(90deg) scale(1.1);
     -webkit-transform: rotateZ(90deg) scale(1.1);
    transform: rotateZ(90deg) scale(1.1);
}
.cube-folding .leaf2::before {
       -moz-animation-delay: 0.3s;
      -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    background-color: #f2f2f2;
}
.cube-folding .leaf3 {
       -moz-transform: rotateZ(270deg) scale(1.1);
      -ms-transform: rotateZ(270deg) scale(1.1);
     -webkit-transform: rotateZ(270deg) scale(1.1);
    transform: rotateZ(270deg) scale(1.1);
}
.cube-folding .leaf3::before {
        -moz-animation-delay: 0.9s;
      -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    background-color: #f2f2f2;
}
.cube-folding .leaf4 {
       -moz-transform: rotateZ(180deg) scale(1.1);
      -ms-transform: rotateZ(180deg) scale(1.1);
     -webkit-transform: rotateZ(180deg) scale(1.1);
    transform: rotateZ(180deg) scale(1.1);
}
.cube-folding .leaf4::before {
    -moz-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    background-color: #e6e6e6;
}

@-moz-keyframes folding {
    0%, 10% {
        -moz-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -moz-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -moz-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
@-webkit-keyframes folding {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
@keyframes folding {
    0%, 10% {
        -moz-transform: perspective(140px) rotateX(-180deg);
        -ms-transform: perspective(140px) rotateX(-180deg);
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -moz-transform: perspective(140px) rotateX(0deg);
        -ms-transform: perspective(140px) rotateX(0deg);
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -moz-transform: perspective(140px) rotateY(180deg);
        -ms-transform: perspective(140px) rotateY(180deg);
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
.cube-wrapper {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    text-align: center;
}
.cube-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    width: 90px;
    height: 6px;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 1;
    -moz-animation: shadow 0.5s ease infinite alternate;
    -webkit-animation: shadow 0.5s ease infinite alternate;
    animation: shadow 0.5s ease infinite alternate;
}
.cube-wrapper .loading {
    font-size: 14px;
    letter-spacing: 1px;
    display: block;
    color: #ffffff;
    position: relative;
    top: 25px;
    z-index: 2;
    -moz-animation: text 0.5s ease infinite alternate;
    -webkit-animation: text 0.5s ease infinite alternate;
    animation: text 0.5s ease infinite alternate;
}

@-moz-keyframes text {
    100% {
        top: 35px;
    }
}
@-webkit-keyframes text {
    100% {
        top: 35px;
    }
}
@keyframes text {
    100% {
        top: 35px;
    }
}
@-moz-keyframes shadow {
    100% {
        bottom: -18px;
        width: 100px;
    }
}
@-webkit-keyframes shadow {
    100% {
        bottom: -18px;
        width: 100px;
    }
}
@keyframes shadow {
    100% {
        bottom: -18px;
        width: 100px;
    }
}









/*------------------------------------------*/
/*             50. Contact pop  */
/*------------------------------------------*/

 .donation-div {
     position: relative;
}
.donation-plz {
     position: relative;
     padding: 50px;
     background: #ffffff;
     border-radius: 2px;
     box-shadow: 0 0 32px #838383;
     border: 10px solid #f1f1f1;
}
.donation-plz h3 {
     font-size: 28px;
     font-weight: 700;
     margin-bottom: 30px;
}
.donation-plz h4 {
     font-size: 24px;
     font-weight: 700;
     margin-bottom: 30px;
     text-transform: uppercase;
     line-height: 30px;
}
.donation-plz hr {
     margin-bottom: 40px;
     border-color: #e0e0e0;
}
.donation-plz .form-group {
     position: relative;
     margin-bottom: 15px;
}
.donation-plz .form-group.other-amount {
     top: 5px;
}
.donation-plz input[type="text"], .donation-plz input[type="email"], .donation-plz input[type="tel"], .donation-plz input[type="url"], .donation-plz input[type="password"], .donation-plz select, .donation-plz textarea {
     position: relative;
     display: block;
     width: 100%;
     line-height: 34px;
     padding: 8px 20px;
     background: #ffffff;
     border: 1px solid #e0e0e0;
     height: 40px;
}
.donation-plz select {
     cursor: pointer;
}
.donation-plz .field-label {
     position: relative;
     display: block;
     font-weight: 600;
     font-size: 18px;
     color: #252525;
     line-height: 28px;
     margin-bottom: 10px;
}
.donation-plz .field-label .required {
     color: #ff0000;
     font-size: 14px;
}
.donation-plz .radio-select {
     position: relative;
     float: left;
     margin-right: 10px;
     margin-bottom: 5px;
     line-height: 30px;
}
.donation-plz .radio-select label {
     position: relative;
     display: block;
     height: 56px;
     padding: 13px 15px;
     text-align: center;
     color: #ffffff;
     font-size: 24px;
     font-weight: 600;
     text-transform: uppercase;
     background: #878787;
     border-radius: 0px;
     cursor: pointer;
}
.donation-plz .radio-select input[type="radio"] {
     display: none;
}
.donation-plz .radio-select input[type="radio"]:checked+label {
     color: #ffffff;
     background: #ffa211;
}
.donation-plz button {
     padding: 12px 35px;
     background: #e8c387;
     color: #fff;
     border: none;
     font-weight: 600;
     letter-spacing:1px;
     cursor: pointer;
     border-radius: 5px;
}
.donation-plz button:hover {
     padding: 12px 35px;
     background: #e8c387;
     color: #fff;
     border: none;
}
/****yangyj****/
.about-content span{
    padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  header.head_all{
      /* position: sticky; */
      top:0;
      z-index:1000;
      background: rgba(0,0,0,0.5);
  }
    header.head_all1{
  }
    .navigation-area{
        /*background:rgba(13,37,56,0.7) ;*/
        background:#334252;
    }
    .header-middle-area{
        background: #fff;
    }
    .case-height{
    height: 260px;
    }
    .header-middle-contact div{
        display: inline;
    }
     .display-none-www{
        display: none;
    }
    .widget .qrcode-text{
    padding-left: 6.5rem;
    }
    .section-title-about-us{
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    /*.header-middle-area .container{*/
        /*text-align: center;*/
    /*}*/
    /*.header-middle-area .container .header-middle-contact{*/
        /*text-align: center;*/
    /*}*/
    /* 设置手机端电话样式*/
     .display-inline-mobile .phone-mobile{
         font-weight: 700;
         font-size: 1rem;
         color: #e8c387;
         border:2px solid;
         border-radius: 25px;
         float: right;
         padding: 5px 5px;
         padding-bottom: 5px;
    }
    .footer-area{
        padding-top: 0px;
    }
    .quote-middle{
        display: none;
    }
    .display-none-mobile{
        display: none;
    }
    .display-inline-mobile{
        display: inline !important;
    }
    .contact-us-form .btn{
        margin-bottom: 20px;
    }
    .widget .qrcode-text{
    padding-left: 9rem;
        display: none;
    }
    .ptb-105{
        padding: 20px 0;
    }
    .ptb-110{
        padding: 40px 0;
    }
    .single-post-block{
        margin-bottom: 10px;
    }
    .digitalizer-service-box.service-box-style-3{
        margin-bottom: 10px;
    }
    .saoma{
        padding-top: 1rem;
    }
}

.portfolio-info a:hover{
    color:#e8c387;
}

.denggao{
    /*width: 350px;*/
}

@keyframes smx{0%{top: 7px;}50%{top: 118px;}100%{top: 7px;}}
@-moz-keyframes smx{0%{top: 7px;}50%{top: 118px;}100%{top: 7px;}}
@-webkit-keyframes smx{0%{top: 7px;}50%{top: 118px;}100%{top: 7px;}}
@-ms-keyframes smx{0%{top: 7px;}50%{top: 118px;}100%{top: 7px;}}

@keyframes smx{0%{top: 7px;}50%{top: 118px;}100%{top: 7px;}}
@-moz-keyframes smx{0%{top: 7px;}50%{top: 118px;}100%{top: 7px;}}
@-webkit-keyframes smx{0%{top: 7px;}50%{top: 118px;}100%{top: 7px;}}
@-ms-keyframes smx{0%{top: 7px;}50%{top: 118px;}100%{top: 7px;}}

.saoma{
    width:50%;
    height:175px;
    float:left;
    display:grid;
    /*overflow:hidden;*/
}
.saoma .title{text-align:center;color:#969696;font-size:12px;line-height:30px}
.yewu{
    width:130px;
    height:130px;
    background:url(/static/assets_www/img/erweima.png) no-repeat;
    margin:0 auto;
    margin-right:10px !important;
    position:relative;
    background-size:100%}
.yewu span{
    width:121px;
    height:5px;
    display:inline-block;
    position:absolute;
    top:3px;left:3px;
    background:url(/static/assets_www/img/ewmsmx.png) no-repeat;
    animation:smx 3s infinite linear;
    -moz-animation:smx 3s infinite linear;
    -webkit-animation:smx 3s infinite linear;
    -ms-animation:smx 3s infinite linear}
.ewm{
    width:130px;
    height:130px;
    background:url(/static/assets_www/img/yewu.png)  no-repeat;
    margin:0 auto;
    position:relative;
    background-size:100%}
.ewm span{
    width:121px;
    height:5px;
    display:inline-block;
    position:absolute;
    top:3px;left:3px;
    background:url(/static/assets_www/img/ewmsmx.png) no-repeat;
    animation:smx 3s infinite linear;
    -moz-animation:smx 3s infinite linear;
    -webkit-animation:smx 3s infinite linear;
    -ms-animation:smx 3s infinite linear}

.copyright-area ul {
    list-style: none;
}

.copyright-area li {
    display: inline;
    line-height: 40px;
    margin-left: 1rem;
    font-size: 1.5rem;
}
.copyright-area li:hover{
    color: #e8c387;
}


.zhibao h1{
    margin-top: 30px;
    color: #FFFFFF;
}
.zhibao p{
    color: #fff0f0;
}
.zhibao .tishi span{
    color: #e8c387;
    font-weight: 700;
    margin-right: 5px;
}
.zhibao input::-webkit-input-placeholder{
    /*color: red;*/
    font-size: 1rem;
    text-align: center;
}
.zhibao input:focus{
    outline: none;
}

@media screen and (min-width: 768px) {
    .zhibao{
    width: 100%;
    padding-bottom: 50px;
    background:url('/static/assets_www/img/banner_3.png') 50% 0 repeat fixed;
    }
    .zhibao_input{
        width: 40%;
        border:1px #e8c387 solid;
        border-radius: 2rem;
        height: 3rem;
        font-size: 1.5rem;
        color: #0b2e13;
        padding-left: 30px;
    }
    .zb_query{
        margin-top: 20px;
        width: 20%;
        border: 3px #e8c387 solid;
        border-radius: 2rem;
        background: #e8c387;
        color: #fffffc;
    }
}

.zb_query:hover{
    background: #e8c387;
}
@media screen and (max-width: 768px) {
    .zhibao{
        width: 100%;
        padding-bottom: 50px;
        background:url('/static/assets_www/img/banner_3.png') center;
        /*background-size:contain*/
    }
    .zhibao_input{
    width: 80%;
    border:3px #e8c387 solid;
    border-radius: 10px;
    height: 3rem;
    font-size: 1.5rem;
    }
    .zb_query{
        margin-top: 20px;
        width: 60%;
        border: 3px #e8c387 solid;
        border-radius: 2rem;
        background: #e8c387;
        color: #fffffc;
    }
}
.plan-body{
    text-align: center !important;
}
.plan-features table{
    margin-left: 70px;
}
table{
    border-collapse:collapse;
    border-spacing:0;
    table-layout: fixed;
}
table tr{
   border-bottom: 1px #f0edd9 solid;
    margin-bottom: 20px;
    height: 50px;

}
table td{
    width: 400px;
    text-align: center;
}
table tr strong{
    padding-left: 30px;
}
table tr span{
    padding-left: 50px;
}
.m-left-20{
    margin-left: 20px;
}
.pricing-plans-area{
    margin-bottom: 20px;
}
.pricing-plans-area .section-title{
    padding-top: 40px;
    padding-bottom: 20px;
}
.plan-head h5{
    color: #e8c387;
}

.active-bg{
    background: #e8c387;
    color: #fff !important;
}

@media  screen and (min-width: 768px) {
    .news-fix {}
    .news-guanggao{
        background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.1) 100%);
        color: #fff;
        margin-bottom: 20px
    }
    .cbp-popup-singlePageInline .cbp-popup-close{
        color: #e8c387;!important;
    }
    .max-width{
        max-width: 80%
    }
}
@media screen and (max-width: 1054px){
  .cbp-l-caption-body{
       display: none;
   }
}
@media screen and (max-width: 768px) {
    .news-fix {}
    .widget-area{
        margin-top: 20px;
    }
   .news-guanggao{
        background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.1) 100%);
        color: #fff;
        margin-top: 50px;
        margin-bottom: 20px

    }
    .cbp-popup-singlePageInline .cbp-popup-close{
        right: 10px !important;
        top:10px !important;
        color: #e8c387;!important;
    }
}

.news-border-dotted{
    /*border-bottom: 1px #cccccc dotted;*/
}
.news-border-solid{
    border-bottom: 3px #000000 solid;
    padding-bottom: 9px
}
.news-border-dotted h4{
    margin: 0 0 5px;
}


.widget-area h2{
    padding-top: 30px;
}
.cbp-item{
    top:-5px
}
/*.cbp-wrapper .cbp-item-wrapper{*/
    /*padding-bottom: 0.1rem !important;*/
    /*margin-bottom: 0.5rem !important;*/
/*}*/
/*.cbp-item{*/
    /*padding-bottom: 0.5rem!important;*/
    /*padding-right: 0.05rem!important;*/
/*}*/
/*.cbp-l-inline{*/
    /*margin: 0px 0 !important;*/
    /*padding-top: 10px !important;*/
    /*!*background: #ccc !important;*!*/
    /*box-shadow: 0 0 50px #ccc;*/
/*}*/
.cbp-l-inline-view{
    color:#424242 !important;
    background: #e8c387;
    color: #fff !important;
    padding: 5px 20px !important;
}
.cbp-l-inline-view:hover{
    background: #e8c387;
}
.cbp-l-loadMore-button-link{
    background: #e8c387;
    color: #fff!important;
    margin-bottom: 3rem !important;
    margin-top: 20px !important;
    padding: 0.5rem 1rem!important;
}
.cbp-l-loadMore-button-link:hover{
    background: #e8c387;
}

.rolips-color{
    color: #e8c387;
}
.rolips-color-black{
    color: #424242;
}
.cbp-caption-zoom .cbp-caption-activeWrap{
    background-color: rgba(0,0,0,.4) !important;
    /*background-color: #FFF !important;*/
}

.carousel-inner{
    padding: 1rem !important;
}

@media (min-width: 768px){
    .modal-dialog{
        width: 600px !important;
        margin: 30px auto !important;
    }
}
@media (max-width:768px){
    .modal-dialog{
        width: auto !important;
        margin: 10px !important;
    }
}
.color-cys-red{
    color: #e8c387;
}
.margin-bottom-10{
    padding-top: 5px;
    border: none;
}

.final_submit{
    background-color: #e8c387 !important;
    color: #fff !important;
}

.modal-dialog .btn-u {
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #e8c387;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}
.modal-dialog .btn-u:hover{
    background: #e8c387;
}

.error_user{
    display: none;
}.error_content{
    display: none;
    margin-bottom: 10px;
}

@media (max-width:768px){
    .mobile-menu-area .mean-nav{
        background: #e8c387 !important;
    } 
}

/*.mean-container a.meanmenu-reveal{*/
/*    background-color: #e8c387;*/
/*    border: 1px solid #e8c387;*/
/*}*/
.digitalizer-nav .menu > li > ul li {
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    /* text-align: center */
}
.digitalizer-nav .menu > li > ul li a:hover{
    /* background-color:#ddd; */
}
/*about_us.html*/



@media (max-width:768px){
   .mboile-pt-2{
        padding-top:1rem !important;
    }
}



/* konwledge area */

.knowledge a:hover{
    color:#e8c387;
    text-decoration:underline;
}
.knowledge a:hover h4{
    color:#e8c387;
}
.knowledge a:hover h5{
    color:#e8c387;
}
.knowledge-item{
    margin-top: 1rem;
}
.konwledge-border{
    border:1px solid #ccc;
}
.k-title{

    font-size: 1rem;
    font-weight: 600;
}

.isDisplay{
    display: none;
    transition: all 0.5s ease;
}
.k-title{
    cursor: pointer;
}

.overflow-hidden{
    overflow: hidden;
}
.thumbnail-style a.btn-more{
    background: #e8c387 !important;
    /*right: 5px !important;*/
    padding: 0 6px !important;
    bottom:10px !important;
    border: 1px solid #e8c387 !important;
}

.thumbnail-style a.btn-more:hover{
    text-decoration: none !important;
    box-shadow: 0 0 0 2px #e8c387 !important;
}

@media (max-width: 768px){
    .is_pc{
        display: none;
    }
}

@media (min-width: 768px){
    .is_moblie{
        display: none;
    }
}

.knowledge-button a{
    border: 1px solid #e8c387;
    border-radius: 0.35rem;
    background-color: #e8c387;
    padding: 5px 15px;
    color: #fff;
    font-size:0.8rem;
    text-decoration: none !important;
}
.knowledge-button a:hover{
    background-color: #e8c387;
     color: #fff;
}

/*2019-09-20 联系预约页面隐藏手机端footer*/
@media screen and (max-width: 768px) {
    .is_hidde_mobile{
                    display: none;
                }
}

@media screen and (max-width: 768px){
    .container-custom{
        width: 100%;
        padding-right: -15px !important;
        padding-left: -15px !important;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 768px){
    .container-custom{
        width: 100%;
        padding-right: -15px !important;
        padding-left: -15px !important;
        margin-right: auto;
        margin-left: auto;
        display: none;

    }
}

.p-tb-1{
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media screen and (max-width: 768px) {
    .is_moblie_six_protect{
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .is_pc_six_protect{
        display: none;
    }
}

/* 字体清晰 */
.oblique{

    font-style: oblique;

}

@media (min-width: 768px){
    .yeecar-need-to-hide-mobile {
        display: block;
    }
}

@media (max-width: 768px){
    .yeecar-need-to-hide-mobile {
        display: none;
    }
}

.g-color-black-opacity-0_7{
    color:rgba(0,0,0,0.7);
}

@media (max-width: 576px){
    .display-none-mobile{
        display: none;
    }
}

@media (min-width: 576px){
    .display-none-pc{
        display: none;
    }
}

/* 2021-1-1后台输入html的样式规范，统一加上id="admin-html" */
#admin-html h1,
#admin-html h2,
#admin-html h3,
#admin-html h4,
#admin-html h5,
#admin-html h6 {
    font-weight: 700;
    line-height: 1.62;
    margin-bottom: 0.75rem;
}
#admin-html h1 {
    font-size: 1.5rem;
}
#admin-html h2 {
    font-size: 1.25rem;
}
#admin-html h3 {
    font-size: 1.125rem;
}
#admin-html h4 {
    font-size: 1rem;
}
#admin-html h5 {
    font-size: var(--zhusz);
}
#admin-html h6 {
    font-size: 0.75rem;
}
#admin-html p {
    margin-bottom: 0.75rem;
}
#admin-html ol,
#admin-html ul {
    padding-left: 2rem;
    margin-bottom: 0.75rem;
}
#admin-html ol li p,
#admin-html ul li p {
    margin-bottom: 0;
}
#admin-html a {
    color: var(--cizhuse);
    transition: all 0.3s ease;
}
#admin-html a:hover {
    color: var(--zhuse);
}
#admin-html th p,
#admin-html td p {
    margin-bottom: 0;
}
#admin-html th,
#admin-html td {
    border: 1px solid #333 !important;
}

#admin-html{
    width: 100%;
    overflow-x: auto;
}

#admin-html table{
    width: 100% !important;
    overflow-x: auto;
}

#scrollUp  {
    display: none !important;
}