/******************************

INDEX:

    00 - Home
    01 - Inner Page
    02 - Team Member
    03 - Counter
    04 - Service
    05 - Blog
    06 - Pricing
    07 - Testimonial
    
******************************/
/*----------------------------------------*/
/*  00 - Home
/*----------------------------------------*/

/* banner */
.home-banner .carousel-caption{
    right: 30px;
    left: 30px;
    text-align: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: inherit;
}
.home-banner .carousel-item h1 span{
    color: #ffffff;
    display: inline-block;
    margin: 0px;
    padding: 1px 7px;
}
.home-banner .carousel-item h6{
    margin-bottom: 20px;
}
.home-banner .carousel-indicators li{
    width: 3px;
    height: 3px;
    background: rgba(127, 127, 127, 1);
    cursor: pointer;
    border: 5px solid rgba(255, 255, 255, 1);
    box-sizing: content-box;
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.2);
    -webkit-perspective: 400px;
    perspective: 400px;
    -webkit-transform: translatez(0.01px);
    transform: translatez(0.01px);
}
.home-banner .carousel-indicators li.active, 
.home-banner .carousel-indicators li:hover {
    background: rgba(86, 86, 86, 1);
    border-color: rgba(255, 255, 255, 1);
}
.home-banner.home-slider-one .carousel-indicators{
    bottom: 0;
}
.home-banner .carousel-control-prev,
.home-banner .carousel-control-next{
    top: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    background: rgba(0,0,0,0.5);
    width: 40px;
    height: 40px;
    line-height: 50px;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 50%;
}
.home-banner .carousel-control-next {
    right: 50px;
}
.home-banner .carousel-control-prev,
.home-banner .carousel-control-next{
    display: none;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.home-banner:hover .carousel-control-prev,
.home-banner:hover .carousel-control-next{
    display: block;
}
.home-banner .carousel-item .slider-paragraph{
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 18px;
    color: rgb(3, 27, 78);
    margin: 15px 0;
}
.home-banner .carousel-item .anim-1,
.home-banner .carousel-item .anim-2,
.home-banner .carousel-item .anim-3{
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}
.home-banner .carousel-item.first-slide .anim-1,
.home-banner .carousel-item.active.first-slide-active .anim-1,
.home-banner .carousel-item.active:not(:first-child) .anim-1,
.home-banner .carousel-item.first-slide .anim-2,
.home-banner .carousel-item.active.first-slide-active .anim-2,
.home-banner .carousel-item.active:not(:first-child) .anim-2,
.home-banner .carousel-item.first-slide .anim-3,
.home-banner .carousel-item.active.first-slide-active .anim-3,
.home-banner .carousel-item.active:not(:first-child) .anim-3{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);    
}

.home-banner .carousel-item.first-slide .anim-1,
.home-banner .carousel-item.active.first-slide-active .anim-1,
.home-banner .carousel-item.active:not(:first-child) .anim-1{
    transition-delay: 500ms; 
}
.home-banner .carousel-item.first-slide .anim-2,
.home-banner .carousel-item.active.first-slide-active .anim-2,
.home-banner .carousel-item.active:not(:first-child) .anim-2{
    transition-delay: 800ms; 
}
.home-banner .carousel-item.first-slide .anim-3,
.home-banner .carousel-item.active.first-slide-active .anim-3,
.home-banner .carousel-item.active:not(:first-child) .anim-3{
    transition-delay: 1000ms; 
}
.home-banner .carousel-item h1{
    line-height: 60px;
    letter-spacing: -2px;
    font-weight: 300;
    font-size: 48px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.home-banner .carousel-item h1 strong{
    font-weight: 800;
}
.home-banner .carousel-item h1 span{
    background-color: inherit;
}
.home-banner .carousel-item .shapewrapper-inner{
    line-height: 22px;
    letter-spacing: 7px;
    font-weight: 600;
    font-size: 15px; 
    text-transform: uppercase;
}
.slider-layout2 .slider-content div.slider-sub-text {
  animation: fadeInUp 1000ms ease-in-out;
}
.slider-layout2 .slider-content div.slider-paragraph {
  animation: fadeInUp 2000ms ease-in-out;
}
.slider-layout2 .slider-content .slider-btn-area {
 }
 .home-banner .carousel-item .tagline{
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    color: rgb(66, 70, 78);
    font-style: italic;
    margin-bottom: 25px;
}
/** Home Slider 2 **/
.home-banner.home-slider-two .carousel-item .shapewrapper-inner{
    display: inline-block;
    background: #fff;
    padding: 7px 10px;
}
.home-banner.home-slider-two .carousel-item .tagline{
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    font-style: normal;
    letter-spacing: 3px;
}
.home-banner.home-slider-two .square-shape{
    border:10px solid rgba(255, 255, 255, 0.5);
    padding: 40px 30px 30px 40px;
}

/** Play Button **/
a.play-btn .play-icn{
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 1px solid;
    border-color: inherit;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    margin-right: 15px;
}
a.play-btn .play-icn:after, a.play-btn .play-icn:before {
    content: '';
    border: 1px solid;
    border-color: inherit;
    width: 150%;
    height: 150%;
    -webkit-border-radius: 50px;
            border-radius: 50px;
    position: absolute;
    left: -25%;
    top: -25%;
    opacity: 1;
    -webkit-animation: 1s videomodule-anim linear infinite;
            animation: 1s videomodule-anim linear infinite;
}
a.play-btn span{
    font-weight: bold;
}
@-webkit-keyframes videomodule-anim {
  0% {
    -webkit-transform: scale(0.68);
            transform: scale(0.68); }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0; }
}
@keyframes videomodule-anim {
  0% {
    -webkit-transform: scale(0.68);
            transform: scale(0.68); }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0; }
}

/** Image Shadow **/ 
.img-shadow{
    border-radius: 8px; 
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.13); 
} 
/** Homepage 01 **/ 
.intro-section .container > .row{  
    margin-top: -60px; 
    position: relative;
}
.iconbox-border{ 
    border-right: 1px solid #e5e5e5;
} 
.welcome-company{
    padding-top: 60px;
}
.sing-owner{ padding-top: 35px;} 
.owner-author{   padding-left: 30px; } 
.owner-name{ 
    font-size: 15px; 
    line-height: 25px; 
    margin-top: 20px;
    margin-bottom: 0; 
} 
.owner-postion{ 
    font-size: 13px; 
    line-height: 23px; 
    color: #7f7f7f; 
} 
.opt-underline-dotted{
    border-bottom: 1px dotted;
}
.play-video a{
    background-color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    display: inline-block;
    text-align: center;
}
.play-video h4{
    margin-left: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid;
}
.play-video h4:hover{
    border-bottom: none;
    color: #202020;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.play-video a i{
    color: #323232;
    font-size: 35px;
    line-height: 80px;
}

.counter-section{
    background-image: url(../images/bg/bg-01.jpg); background-position: 0 0;
    background-size: cover;
    margin-top: -160px; 
    padding-top: 130px;
    padding-bottom: 75px;
} 

.get-appointment{
    background-image: url(../images/bg/bg-02.jpg);
    background-position: 0 0;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 20px;
}

.testimonial-box{
    padding: 50px 50px 20px;
    margin-bottom: 20px;
}
/** Homepage 02 **/
.step-section{
    padding-top: 90px;  
}
.step-section > .container > .row{
    padding-bottom: 70px;
    border-bottom: 1px solid #ebebeb;
}
.eye-offer{
    background-image: url(../images/bg/bg-03.jpg);
    background-position: 0 0;
    background-size: cover;
}
.expert-eye{
	margin-top: -269px;
    padding-top: 225px;
}
.offer-service{
    background-image: url(../images/bg/bg-03.jpg);
    background-position: 0 0;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 90px;
}
.offer-service .section-title h4{
    font-size: 16px;
    line-height: 26px;
}
.offer-service .section-title h2{
    font-size: 46px;
    line-height: 56px;
}
.who-we-are{
    padding-top: 90px;
    padding-bottom: 250px;
}
.before-after-sec{
   padding-top: 0;
}
.before-after-sec  > .container > .row{
    margin-top: -215px;
}
.our-pricing-sec{
    padding-top: 90px;
    padding-bottom: 170px;
}
.pricing-table-sec{
    padding-top: 1px;
    padding-bottom: 0;
}
.pricing-table-sec  > .container > .row{
    margin-top: -150px;
}

.treat-us{
    padding-right: 0;
}
.treat-us ul li span{
    color: #636363;
    font-size: 14px;
    line-height: 24px;
}
.packages-section {
    padding-top: 90px;
    padding-bottom:280px;
}
.pricing-section{
    margin-top: -290px !important;
}
/** Homepage 03 **/
.basic-information{
    padding-top: 90px;
    padding-bottom: 180px;
}

.professional a i{
    font-size: 33px;   
    padding-left: 0;
    font-weight: normal;
    padding-right: 10px;
}
.professional a{
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    color: #666;
    padding-right: 30px;
     line-height: 33px;
     margin-top: 50px;
}

.best-clinic-colum{
	background: url(../images/bg/bg-04.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center;
}
.best-clinic-content{
    position: relative;
    max-width: 500px;
    margin-top: 70px;
    margin-left: 60px;
    margin-bottom: 60px;
    display: table;
    width: 100%;
    height: 100%;
}
.open-time .timelist-blok li{
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid rgba(0,0,0,0.20);
    padding: 12px 0px;
}
.open-time .timelist-blok li:after{
    display: block;
    clear: both;
    content: "";
}
.open-time .timelist-blok span{
    float: right;
}
.img-overlap-top{
    margin-top: -180px;
    margin-bottom: 20px;
}
.our-team{
    background-image: url(../images/bg/bg-05.jpg);
    background-position: 0 0;
    background-size: cover;  
    padding-top: 90px;
    padding-bottom: 370px;
}
.our-team-sec{
    padding-top: 1px;
    padding-bottom: 0;
}
.our-team-sec > .container > .row {
    margin-top: -371px;
}
.appointment-sec{
    position: relative;
    padding-top: 40px;
}
.right-bg-effect{
    position: absolute;
    z-index: 0;
    width: 33%;
    height: 100%;
    right: 0;
    top: 0;  
    background-color: #fff  
}
/** Treatments **/
.treatments-head-sec{
    padding-top: 90px;
    padding-bottom: 170px;
}
.treatments-sec > .container > .row {
    margin-top: -170px;
}

/** Ccontact Page **/
.contact-appointment{
    margin-bottom: -150px;
    z-index: 999;
    position: relative;
    margin-top: 70px;   
    margin-left: 0; 
}

/** Overlap Wrapper **/
.overlap-img{
    margin-top: -124px;
    margin-left: -130px;
}

/** Award-box **/
.award-box{ 
    padding: 40px 40px;
}
.bg-white .award-box{
    padding: 35px 30px 45px;    
}

/** Client Logo **/
.client-logo li{
    position: relative;
    display: inline-block;
    float: left;
    text-align: center;
    padding-bottom: 30px;
}
.client-style img{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
    padding: 0 10px;
    display:inline-block;
    max-width: 100%;
}
/** Slick */
.main-services .slick-carousel .slick-dots{
    bottom: -47px;
}
.slick-carousel.no-mrg .slick-slide {
    margin: 0 0;
}
.slick-carousel.no-mrg .slick-dots{
    bottom: -50px;
}
.video-tagline {
    letter-spacing: 4px;
    margin-left: 20px;
}


/** Testimonial **/
.testimonial-bg{
    margin-bottom: -60px;
    padding-right: 40px;
}
.reaseach-bg{
    position: absolute;
    bottom: 0;
    left: 0;
}
.overlap-content-desc{
  padding: 40px 0px 40px 0px;  
}

/** Companies Skill **/
.companies-skill{
    margin-top: 20px;
}

/** skill **/
.award-skill{
    overflow: hidden;
}
.award-skill .skill-title {
    font-size: 16px;
    font-weight: 500;
}

/** form **/
.form-box{
   padding: 60px 60px; 
}
.form-box .form-group{
    margin-bottom: 25px;
} 
.form-box .form-control{
    background-color: rgba(255,255,255,.8);
    padding: 15px 20px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.8); 
    height: 55px;
}
.form-box textarea.form-control{
    height: auto;
}
.form-box .form-control::placeholder{
   color: rgba(255,255,255,.7); 
}
.form-box form .form-group{
    margin-bottom: 25px;
}

/*----------------------------------------*/
/*  01 - Inner Page
/*----------------------------------------*/

.inner-banner {
    background: url(http://www.joylans.com/public/images/banner/inner-banner-bg.jpg) no-repeat 0 0; 
    background-size: cover; 
    background-position: right center;
    height: 300px; 
    position: relative; 
    display: table; 
    width: 100%;
}
.inner-banner-bg-01 {
    background: url(../images/banner/inner-banner-bg-01.jpg) no-repeat 0 0; 
    background-size: cover; 
    background-position: right center;
}

.inner-banner-bg-02 {
    background: url(../images/banner/inner-banner-bg-02.jpg) no-repeat 0 0; 
    background-size: cover; 
    background-position: right center;
}

.inner-banner-bg-03 {
    background: url(../images/banner/inner-banner-bg-03.jpg) no-repeat 0 0; 
    background-size: cover; 
    background-position: right center;
}

.inner-banner-bg-04 {
    background: url(../images/banner/inner-banner-bg-04.jpg) no-repeat 0 0; 
    background-size: cover; 
    background-position: right center;
}

.inner-banner-bg-05 {
    background: url(../images/banner/inner-banner-bg-05.jpg) no-repeat 0 0; 
    background-size: cover; 
    background-position: right center;
}

.inner-banner-bg-06 {
    background: url(../images/banner/inner-banner-bg-06.jpg) no-repeat 0 0; 
    background-size: cover; 
    background-position: right center;
}

.inner-banner .titlebar-main{
    display: table-cell; 
    vertical-align: middle;
} 
.inner-banner .inner-page-title{
    font-family: "Montserrat", Arial, Helvetica, sans-serif;  
    font-weight: 700; 
    font-size: 32px; 
    line-height: 40px; 
    letter-spacing: 1px; 
    color: #ffffff; 
    margin-bottom: 0;
}

.inner-banner .breadcrumb{
    background-color: inherit; 
    border-radius: 0; 
    margin-bottom: 0;
    padding-left: 0px;
}
.inner-banner .breadcrumb li {
    color: #ffffff;   
    font-weight: 500;  
    font-size: 18px; 
    line-height: 24px;
}
.inner-banner .breadcrumb:before {
    content: "";
    position: relative;    
    width: 25px;
    height: 10px;
    margin-right: 10px;
    left: 0;
    background: rgba(236, 177, 18, 0.5);
    /*top: 50%;*/
    margin-top: 7px;
}
.inner-banner .breadcrumb-item+.breadcrumb-item::before{
    color: #ffffff;
    content: "\f105";
    font-family: 'FontAwesome';
    position: relative;
    font-size: 18px;
}  

.inner-banner .breadcrumb li a{
    color: rgba(255, 255, 255, 1)
}
.inner-banner .breadcrumb li a:hover{
    color: rgba(255, 255, 255, 1)
}

.joylans-column-nav {
    background-color: #dfdfdf;
}
.joylans-column-nav ul {
    list-style: none;
    margin: auto;
    z-index: 51;
    padding: 20px 0px;    
}

.joylans-column-nav ul li {
    padding: 0 20px;
    font-size: 16px;
    display: inline-block
}

.joylans-column-nav ul li a:hover,.joylans-column-nav ul li a.active {
    color: #014fa0
}

.joylans-column-nav ul li a {
    color: #666;
    text-decoration: none
}

.joylans-column-nav ul li:first-child {
    padding-left: 0
}

/*
.inner-banner .breadcrumb {
    color: #fff;
    z-index: 333;
    position: relative;
    line-height: initial;
    padding-left: 49px;
    font-size: 0;
}
.inner-banner .breadcrumb:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 32px;
    height: 5px;
    left: 0;
    background: #F3A712;
    margin-top: -2.5px;
}
.inner-banner .breadcrumb li a {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 18px;
    font-weight:500;
    padding-right: 8px;
    margin-right: 8px;
    display: inline-block;
}
.inner-banner .breadcrumb li a:hover{
    color:#F3A712;
}
.inner-banner .breadcrumb li:last-child{
    margin:0;
    padding:0;
}
.inner-banner .breadcrumb li + li::before {
    content: "\f105";
    font-family: 'FontAwesome';
    left: -7px;
    position: relative;
    font-size: 18px;
}
*/


/** About **/
.about-contents-left{
    padding-right: 15%; 
}
.about-bg-desc{
    padding: 0px 30px 30px;
}
.about-bg-left{
    padding-right: 15%;
    margin-top: -190px;   
}

/** Services **/
.heading-inner-box{
    padding-top: 35px;
    padding-left: 35px;
}

/** Research **/

/** Sidebar Left**/
.sidebar-left{
    padding:20px 30px;
    background: #f7f9fa;
    padding-top: 40px;
}
.sidebar-left .widget-title{
    font-family: Asap,sans-serif;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #2c2c2c;
    margin-bottom: 35px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
}
.sidebar-left .widget-title:after{
    content: "";
    width: 100%;
    height: 1px;
    bottom: -10px;
    left: 0;
    position: absolute;
    z-index: 1;
    background: #e8e9ea;
}
.post-list{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.post-list li{
    border: none;
    padding: 0!important;
    margin-bottom: 10px;
}
.post-list li a{
    background-color: #fff;
    padding: 17px 20px;
    display: block;
    position: relative;
    color: #222;
    font-size: 16px;
    font-weight: 500;
}
.post-list li.active a,
.post-list li a:focus{
    color: #ffffff;
}
.post-list li a:after{
    content: '\f105';
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 400;
    position: absolute;
    top: 15px;
    right: 20px;
}
.download-area .item-download-pdf{
    background-color: #86bb46;
    margin-bottom: 5px;
    position: relative;
}
.download-area .item-download-txt{
    background-color: #2c2c2c;
    margin-bottom: 5px;
    position: relative;
}
.download-area .item-download-pdf a,
.download-area .item-download-txt a{
    display: block;
    padding: 20px;
    color: #fff;
}
.download-area .item-download-pdf a,
.download-area .item-download-txt a{
    padding-left: 20px;
}
.download-area .item-download-pdf .fa,
.download-area .item-download-txt .fa {
    color: #fff;
    font-size: 18px;
    padding-right: 20px;
}
.single-service-contact {
    padding: 25px;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.single-service-contact h3 { 
    font-size: 22px; 
    margin: 0;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.single-service-contact p {
    font-size: 16px;
    color: #222;
    margin: 0 0 25px 0;
}
.single-service-contact a {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none!important;
}
.single-service-contact a:hover {
    color: #202020;
}
.single-service-contact a i {
    margin: 0 0 0 10px;
}

/** Project Detail **/
.detailbox{
    margin-top: 0;
    margin-bottom: 0;
    border: none;
}
.detailbox-list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.detailbox-list .details-date{
    margin-bottom: 15px;
    border-bottom: 1px solid #f0f2f7;
    padding-bottom: 20px;
}
.detailbox-list .details-date .details-heading{
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-right: 5px;
}
.details-label{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 17px;
    display: block;
    color: #222;
}
.media-box{
    margin-top: 45px;
    margin-bottom: 30px;
}
.media-box .media{
    margin-bottom: 40px;
}

.media-box .media .media-box-icon{
    padding-right: 20px;
    padding-top: 7px;
}
.media-box .media .media-box-icon i{
    font-size: 22px;
   color: #5472d2;
}
.single-category a{
    display: inline-block;
    background-color: #f8f8f8;
    color: #4d4d4d;
    font-size: 12px;
    padding: 3px 10px;
    margin-right: 3px;  
}
.single-category a:hover{
    color: #ffffff;
}
.portfolio-social ul {
    text-align: right;
    list-style: none;
    padding: 0;
    margin: 0;
}
.portfolio-social ul li{
    display: inline-block;
    padding-top: 6px;
}
.portfolio-social ul li a{
    display: block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #282828;
}
.single-np-nav{
    position: relative;
    margin-bottom: 75px;
    margin-top: 55px;
    display: inline-block;
    width: 100%;
}
.single-np-nav:after {
    background-color: #e5e5e5;
    content: "";
    width: 100%;
    height: 1px;
    z-index: 11;
    position: absolute;
    top: -30px;
    left: 0;
}
.single-np-nav .nav-links .nav-previous{
    float: left;
    position: relative;
    display: inline-block;
}
.single-np-nav .nav-links .nav-next{
    float: right;
    position: relative;
    display: inline-block;
}
.single-np-nav .nav-links .nav-next:before,
.single-np-nav .nav-links .nav-previous:before {
    border-bottom-color: #004d9e !important;
}
.single-np-nav .nav-links .nav-previous:before, 
.single-np-nav .nav-links .nav-next:before{
    position: absolute;
    z-index: 1;
    display: block;
    bottom: 0;
    content: '';
    border-bottom: 1px solid;
    width: 0%;
    right: 0;
    left: auto;
    -webkit-transition: width 0.3s linear 0s,right 0s linear 0.3s,left 0s linear 0.3s;
    -o-transition: width 0.3s linear 0s,right 0s linear 0.3s,left 0s linear 0.3s;
    -moz-transition: width 0.3s linear 0s,right 0s linear 0.3s,left 0s linear 0.3s;
    transition: width 0.3s linear 0s,right 0s linear 0.3s,left 0s linear 0.3s;
}
.single-np-nav .nav-links a {
    font-size: 18px;
    font-weight: 600;
    color: #031b4e;
    position: relative;
    display: inline-block;
}
.single-np-nav .nav-links .nav-previous a {
    padding-left: 20px;
}
.single-np-nav .nav-links .nav-next a:after,
.single-np-nav .nav-links .nav-previous a:after{
    position: absolute;
    top: 0;
    font-family: "FontAwesome";
} 
.single-np-nav .nav-links .nav-previous a:after{
    left: 0;
    content: '\f104';
}
.single-np-nav .nav-links .nav-next a {
    padding-right: 20px;
}
.single-np-nav .nav-links .nav-next a:after{
    right: 0;
    content: '\f105';
}
.single-np-nav .nav-links .nav-next:hover:before{
   width: 100%;
    right:auto;
    left: 0; 
}
.single-np-nav .nav-links .nav-previous:hover:before {
    width: 100%;
    right: 0;
    left: auto;
}
.single-related-title h5{
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 30px;
}

/** Project Detail 02 **/
.single-content-left-image .detailbox-list .details-date{
    margin-bottom: 15px;
    border-bottom: 1px solid #f0f2f7;
    padding-bottom: 10px;
}
.single-content-left-image .detailbox-list .details-date .details-heading{
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 8px;
    color: #869ab8;
}
.single-content-left-image .detailbox-list .details-date .details-content{
    font-size: 15px;
}
.single-content-area{
    margin-top: 60px;
}

/** Project Detail 03 **/
.single-content-top-image .detailbox{
    margin-top: 60px;
    margin-bottom: 40px;
    border-top: 1px solid #f0f2f7;
    border-bottom: 1px solid #f0f2f7;
    display: inline-block;
    width: 100%;
}
.single-content-top-image .detailbox-list .details-date{
    float: left;
    width: 20%;
}
.single-content-top-image .detailbox-list .details-date .details-heading{
   font-size: 14px;
    font-weight: 600;
    padding-bottom: 8px;
    display: block;
    color: #869ab8;
}

/** Blog **/

/** Sidebar Right**/
.sidebar .widget{
    margin: 45px 0 35px;
    font-size: 14px;
}
.search-form input{
    height: 58px;
    line-height: 58px;
}
.widget.widget-search{
    border: none;
    margin: 0; 
}
.widget .search-form {
    position: relative;
}
.widget .search-form .search-field {
    display: block;
    width: 100%;
    height: 45px;
    font-size: 14px;
    color: #848484;
    line-height: 40px;
    padding: 10px 20px;
    font-weight: 400;
    background: rgba(220, 220, 220, 0.22);
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}
.widget .search-form a{
    position: absolute;
    right: -20px;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    top: 50%;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    font-size: 16px;
    z-index: 1;
    width: 50px;
}
.widget .widget-title{
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 22px;
    line-height: 32px;
    color: #313131;
    margin-bottom: 30px;
}
.sidebar .widget-categories ul li{
    padding-bottom: 0;
    position: relative;
    margin: 15px 0;
    padding: 0!important;
    font-weight: 400;
    list-style: none;
}
.sidebar .widget-categories ul li a{
    position: relative;
    font-size: 14px;
    font-weight: 600;
    padding-left: 15px;
}
.sidebar .widget-categories li span {
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #eee;
    text-align: center;
    border-radius: 50%;
    display: block;
    font-size: 12px;
    font-weight: normal;
}
.sidebar .widget-categories  ul li a:before{
    content: '\f105';
    font-family: "FontAwesome";
    position: absolute;
    top: 4px;
    left: 0px;
    line-height: 1em;
    font-size: 14px;
}
.sidebar .recent-post-list li{
    padding: 15px 0px;
    font-weight: 400;
}
.sidebar .recent-post-list li:first-child{
    padding-top: 0;
}
.sidebar .recent-post-list .recent-post-thum{
    display: block;
    width: 70px;
    height: 70px;
    margin-right: 20px;
    padding: 3px;
}
.sidebar .widget a{
    color: #222;
    font-size: 14px;
    font-weight: 600;
}
.sidebar .recent-post-list a{
    font-size: 15px;
    font-weight: normal; 
}
.sidebar .recent-post-list .post-date {
    line-height: 17px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
}
.sidebar .widget .tagcloud a{
    font-size: 13px;
    position: relative;
    display: inline-block;
    padding: 5px 11px;
    margin-bottom: 6px;
    margin-right: 6px;
    font-weight: 500;
    color: #222;
    text-transform: uppercase;
    padding: 0 18px;
    height: 42px;
    line-height: 42px;
    background-color: transparent;
    border: 1px solid #eee;
    border-radius: 4px;
}
.sidebar .widget .tagcloud a:hover{
     color: #fff;
}
 
.sidebar .widget.widget-archive ul li {
    padding: 0 0 15px 0;
}
.sidebar .widget.widget-flickr a{
    overflow: hidden;
    display: block;
    margin: 0 8px 0px 0px;
    width: 80px;
    height: 80px;
    display: inline-block;
    background: none;
}
/** Blog Large **/
.blog-style-1 .blog-box-title{
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 38px;
    font-weight: 600;
}
.blog-style-1 .link-btn{
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 0px;
    position: relative;
    display: inline-block;
}
.blog-style-1{
    padding-bottom: 40px;
}
/** Blog Detail **/
.blog-content .alignleft{
    float: left;
    margin: 5px 25px 25px 0px;
    width: 300px; 
    height: 200px; 
}
.blog-content blockquote {
    position: relative;
    border: none;
    color: #686868;
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    font-weight: 300;
    margin: 25px 0px;
    background-color: #f8f8f8;
    padding: 30px 75px 30px 90px;
}
.blog-content blockquote p{
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
.blog-content blockquote:after{
    position: absolute;
    content: "\f10e";
    font-family: "optico-icons";
    font-size: 37px;
    line-height: 37px;
    top: 31px;
    left: 21px;
}
.blog-single-detail.blog-style-1 .blog-content {
    border-bottom: none;
}
.blog-single-detail .blog-categories{
    background-color: #3682d1;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    padding: 5px 10px;
    border-radius: 5px;
    letter-spacing: 1px;
}
.blog-box .blog-entry-meta .blog-categories:after{
    content: "";
    position: absolute;
    right: -20px;
    background-color: #d7d7d7;
    width: 1px;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
}
.blog-single-detail .blog-title h2{
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 10px;
}
.blog-single-detail .blog-entry-meta{
    position: relative;
    font-size: 13px;
    margin-top: 10px;
}
.entry-contant{
    padding: 20px 0;
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.entry-contant-title{
    padding-right: 10px;
    position: relative;
    margin-right: 20px;
    margin-top: 12px;
    font-weight: 500;
    font-size: 18px;
}
.entry-contant-tag{
    color: #8b90a0;
    font-weight: 400;
}
.entry-social-right ul li{
    margin-right: 8px;
    display: inline-block;
}
.entry-social-right ul li a{
    border: 1px solid #ededed;
    border-radius: 50%;
    display: block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.entry-social-right ul li a:hover{
    color: #fff;
    border-color: transparent;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.entry-np-nav {
    padding-top: 45px;
    border-top: 1px solid rgba(51, 51, 51, 0.07);
    margin-top: 20px;
    margin-bottom: 90px;
    border-color: #e5e5e5;
}
.entry-np-nav .nav-links .nav-previous{
    float: left;
    position: relative;
    display: inline-block;
}
.entry-np-nav .nav-links .nav-previous a:after{
    position: absolute;
    top: 0;
    font-family: "FontAwesome";
    left: 20px;
    content: '\f104';
}
.entry-np-nav .nav-links .nav-previous a,
.entry-np-nav .nav-links .nav-next a{
    background-color: #004d9e;
    color: #fff;
    padding-left: 48px;
    font-weight: bold;
    font-size: 14px;
    padding: 12px 40px;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.entry-np-nav .nav-links .nav-next{
    float: right;
    position: relative;
    display: inline-block;
}
.entry-np-nav .nav-links .nav-next a:after{
    position: absolute;
    top: 0;
    font-family: "FontAwesome";
    right: 20px;
    content: '\f105';
}
.entry-author-box{
    padding: 40px;
    display: flex; 
    position: relative;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0px 0px 30px rgba(115,128,157,0.1);
}
.entry-author-content{
    -webkit-flex-shrink: 100;
    flex-shrink: 100;
    margin-left: 36px;
}
.entry-author-name{
    font-size: 22px;
    line-height: 32px;
    margin-top: 0;
}
.entry-author-social ul{
    list-style: none;
    padding: 0;
    margin: 0;
    padding-right: 15px;
    padding-top: 0px;
}
.entry-author-social ul li{
    display: inline-block;
    padding-right: 10px;
    padding-top: 6px;
}
.entry-author-social ul li a{
    display: block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: #42464e;
}
.comments-area .comments-title{
    font-size: 22px;
    font-weight: 600;
    line-height: 40px
}
.comments-box {
    margin-top: 35px;
}
.comments-box .media{
    margin-bottom: 50px; 
}
.comments-box .children .media.even.depth-2{
    margin-left: 35px;
}
.comment-author{
    text-align: center;
    width: 80px;
    height: 80px;
    display: block;
    margin-right: 25px;
    overflow: hidden;
}
.comment-author img{
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}
.comment-meta {
    margin-left: 5px;
    margin-bottom: 30px;
    padding: 20px;
    position: relative; 
    border: 2px solid #e1e4e7;
    border-radius: 4px;
}
.comment-meta:before{
    content: "";
    position: absolute;
    top: 14px;
    left: -10px;
    z-index: 10;
    width: 0;
    height: 0;
    border-style: solid solid outset;
    border-width: 8px 10px 8px 0;
    border-color: transparent #e1e4e7 transparent transparent;    
}
 
.comment-meta .comment-owner{
    display: block;
    font-size: 18px;
    font-style: normal;
}
.comment-meta a{
    color: #a2a2a2;
    font-size: 14px;
}
.comment-meta p{
    display: block;
}
.comment-meta .reply {
    position: absolute;
    right: 15px;
    top: 24px;
}
.comment-meta .reply a{
    font-size: 13px;
    line-height: 30px;
    padding: 8px 30px 8px 18px;
    background-color: #42464e;
    color: #fff;
    margin-right: 5px;
    border-radius: 5px;
}
.comment-meta .reply a:after{
    content: '\f105';
    position: absolute;
    top: 0;
    margin-left: 7px;
    font-family: "FontAwesome";
    font-size: 14px;
    opacity: .8;
}
.comment-reply-title{
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 22px;
    line-height: 30px;
}
.comment-form .form-group{
    margin-bottom: 20px;
}
.comments-box p{
    margin-top: 30px;
    display: block;
}
.comment-form form .form-group:last-child{
    margin-bottom: 10px;
} 

/** Team Single **/
.team-member-inner{
    position: relative;
}
.team-member-img{
	position: relative;
	z-index: 9;
}
.team-member-img:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: -30px;
    top: -30px;
}
.team-member-details .team-member-name{
	font-size: 30px;
    line-height: 36px; 
}
.team-member-details .team-member-position{
	font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 600;
} 
.team-details-list .team-details-line {
	margin-bottom: 12px;
    clear: both;
    display: block;
}
.team-details-list .team-details-line .team-list-title{
	text-transform: uppercase;
    font-weight: 700;
    margin-right: 8px;
    font-size: 14px;
    margin-bottom: 15px;
    color: #222;
}
.team-member-ditels .team-about h5{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 17px;
    display: block;
    color: #222;
}
.team-details-list .team-details-line .team-list-value{
	color: #5f656d;
}
.team-details-list{
    list-style: none;
    margin: 0;
    padding: 0;
    grid-gap: 30px 30px;
    margin-top: 30px;
}
.team-social-links{
    -webkit-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
    margin-top: 30px;
}
.team-social-links li{
    margin-right: 10px;
    display: inline-block;
}
.team-social-links li a{
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    font-size: 15px;
    padding: 7px;
    color: #a3a3a3;
}
.team-separator{
    border-top: 1px solid #eee;
    margin-top: 30px;
}

/** contact **/
.contact-bg:before{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1;
}
.map-box iframe{
    border: 0;
    width: 100%;
    height: 550px;
}
.contact-form form .form-group{
    margin-bottom: 25px;
}
.map-box{
    overflow: hidden;
}
/** Comment Form **/
.comment-form .comment-notes{
    margin-bottom: 25px;
}

.hotline{
    margin-top:2px;
    font-size: 18px;
    font-weight:400;
}

.hotline i{
    margin-top:2px;
    font-size: 18px;
    font-weight:400;
}

.hotline .phonenumber{
    margin-top:2px;
    font-size: 22px;
    font-weight:800;
    color:#ae0000;
}

.round-corner{
    border-radius: 8px;
}

.margin-10{
    margin: 10px;
}
.margin-20{
    margin: 20px;
}
.margin-30{
    margin: 30px;
}

.margin-top-20{
    margin-top: 20px;
    margin-bottom: 20px;
}

.hovered {
    transition:transform 0.5s;
}
.hovered:hover {
    transform:scale(1.4);
}

.project-box {
    background-color: #76B1EF;
    display: block;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    padding: 5px;
    margin:5px 0px;
    text-align: center;
    border-radius: 20px;
    letter-spacing: 1px;
}
.localization-box {
    background-color: #76B1EF;
    color: #fff;
    font-size: 13px;
    line-height: 35px;
    padding: 5px;
    margin:5px 0px;
    text-align: center;
    border-radius: 20px;
    letter-spacing: 1px;
}

.design-box {
    background-color: #CCCCCC;
    color: #333333;
    font-size: 13px;
    line-height: 35px;
    padding: 5px;
    margin:5px 0px;
    text-align: center;
    border-radius: 3px;
    letter-spacing: 1px;
}
.flag-box{
    display: block;
    width:100%;
    line-height:40px;
    height:40px;
}

.bordered{
    border:1px solid #666666;
}

.font-40{
    font-size: 40px;
}

.font-60{
    font-size: 60px;
}

.colcenter{
    float:none;
    margin:0 auto;
}


/*  分页样式  */

.pagination {
    height: 50px;
    margin-top: 50px;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    width: 100%;
    margin-bottom: 20px;
}
 
.pagination > li {
    display: inline
}
 
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: 10px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: none;
    font-family: Metropolis;
}
 
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}
 
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}
 
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}
 
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}
 
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
    border: none;
 
}
 
.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px
}
 
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}
 
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}
 
.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px
}
 
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}
 
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}
.page-link{
    margin-left: 10px;
    border-radius:50%;
}

/* Portfolio Details */
.pf-details {
    padding:70px 0 100px !important
}
.pf-details .project-head {
    margin-top: 0px;
}
.pf-details .portfolio-meta {
    display: block;
    border-top: 3px solid #014fa0;
    border-bottom: 3px solid #CCE5FF;
    text-align: center;
    margin-top: 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
}
.pf-details .portfolio-meta ul{}
.pf-details .portfolio-meta ul li {
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: left;
    background: #fff;
    position: relative;
    padding: 15px 20px 15px 55px;
    border-bottom: 1px solid #ebebeb;
}
.pf-details .portfolio-meta ul li:last-child {
    margin: 0;
    text-align: center;
    padding: 15px 0;
}
.pf-details .portfolio-meta ul li i {
    position: absolute;
    left: 20px;
    color: #226BB6;
    font-size: 25px;
    top: 50%;
    margin-top: -12.5px;
}
.pf-details .portfolio-meta ul li span {
    font-size: 15px;
    background: #fff;
    display: inline-block;
    color: #226BB6;
    border-radius: 30px;
    font-weight: 600;
}
.pf-details .portfolio-meta ul li span i {
    margin-right: 5px;
}
.pf-details .portfolio-meta ul li b {
    display: block;
    margin-top: 2px;
    color: #666;
    font-weight: 400;
}
.pf-details .single-content {
    margin-top: 15px;
}
.pf-details .single-content h1 {
    margin-bottom: 10px;
    font-size: 28px;
    padding-left: 20px;
}
/*.pf-details .single-content h1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #014fa0;
}*/
.pf-details .single-content p{
    margin-bottom:20px;
}
.pf-details .single-content p:last-child{
    margin:0;
}
.pf-details .body-text h3 {
    font-size: 28px;
    font-weight: 600;
    color: #2E2751;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.pf-details .wpb_content_element {
    margin-bottom: 20px;
}
.pf-details .wpb_content_element:last-child {
    margin: 0;
}
.pf-details #portfolio-slider {
    margin: 0;
}
.pf-details .single-portfolio .portfolio-content {
    padding: 15px 0 0px;
}
.pf-details .portfolio-meta .bizwheel-btn {
    padding: 12px 30px;
}

.pf-details #portfolio-slider .owl-dots {
    text-align: left;
    margin-top: 10px;
}

/* Portfolio Details */
.pf-details .pf-details-slider, .pf-details .pf-details-slider .single-slide {
    overflow: hidden;
}

/* Slider Nav */
.pf-details .pf-details-slider .owl-nav{
    margin: 0;
    width: 100%;
}
.pf-details .pf-details-slider .owl-nav div {
    width: 50px;
    height: 60px;
    line-height: 60px;
    background: #f3a712;
    color: #fff;
    position: absolute;
    margin: 0;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0px;
    top: 50%;
    margin-top: -30px;
    padding: 0;
    font-size: 20px;
}
.pf-details .pf-details-slider .owl-nav div:hover{
    color:#fff;
    background:#2E2751;
}
.pf-details .pf-details-slider .owl-prev{
    left:-100px;
}
.pf-details:hover .pf-details-slider .owl-nav .owl-prev{
    left:0px;
}
.pf-details .pf-details-slider .owl-nav .owl-next{
    right:-100px;
}
.pf-details:hover .pf-details-slider .owl-nav .owl-next{
    right:0px;
}
/*======================================
    End Portfolio CSS
========================================*/ 

.modern-img-feature {
    position: relative;
    display: inline-block;
    width:100%;
    margin-bottom: 20px;
}
.modern-img-feature:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 10px;
    width: 100%;
    height: 100%;
    background: #CCE5FF;
}
.modern-img-feature img{
    z-index:400;
    position:relative;
}


/*======================================
    Theme Others CSS
========================================*/
.small-list-feature h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}
.small-list-feature ul {
    margin-top: 20px;
}
.small-list-feature ul li {
    line-height: 35px;
}
.small-list-feature ul li i {
    color: #014fa0;
    margin-right: 10px;
    border: 1px solid;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
.small-list-feature ul li:hover i{
    border-radius:0%;
    background:#014fa0;
    color:#fff;
    border-color:#014fa0;
}

.culture {
    padding:90px 20px;
    height:276px;
    background-color: #F5F5F5;
    overflow: hidden;
    text-align:center;
}

.culture-div .cbg1{background:url('/public/images/about/mission.jpg') no-repeat 0px 0px;}
.culture-div .cbg2{background:url('/public/images/about/vision.jpg') no-repeat 0px 0px;}
.culture-div .cbg3{background:url('/public/images/about/value.jpg') no-repeat 0px 0px;}
.culture-div .cbg4{background:url('/public/images/about/quality.jpg') no-repeat 0px 0px;}
.culture-div .cbg5{background:url('/public/images/about/faith.jpg') no-repeat 0px 0px;}
.culture-div .cbg6{background:url('/public/images/about/service.jpg') no-repeat 0px 0px;}


.culture .culture-text {
    height:276px;
    position: absolute;
    padding:90px 20px;
    left: 16px;
    right:16px;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}

.culture h1 {
    color:#fff;
}

.culture h3 {
    color:#fff;
}    

.culture span {
    color:#fff;
    font-size: 18px;
}


/* btn class */
a.joybtn,a.joybtn:link,a.joybtn:visited {
    display: inline-block;
    color: #FFF;
    background-color: #014fa0;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 4px;
    text-decoration: none;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #aaa;
    border-radius: 5px;
    white-space: nowrap
}

a.joybtn:active,a.joybtn:hover {
    background-color: #fff;
    color: #014fa0
}

mark {background-color:#00ff90; font-weight:bold;}/*在search中用到*/


/* 控制编辑区域的 */
input[type="date"]::-webkit-datetime-edit{
/* content: '起始时间'; */
    color: rgb(188,188,188); 
    padding-left: 10px;
}
/* 控制年月日这个区域的 */
input[type="date"]::-webkit-datetime-edit-fields-wrapper { 
    background-color: #eee; 
} 
/* 这是控制年月日之间的斜线或短横线的 */
input[type="date"]::-webkit-datetime-edit-text {
    color: blue; 
    padding: 0 .3em; 
} 
/* 控制年字 */
input[type="date"]::-webkit-datetime-edit-year-field { 
    color: purple; 
} 
/* 控制月字 */
input[type="date"]::-webkit-datetime-edit-month-field { 
    color: red; 
} 
/* 控制日字 */
input[type="date"]::-webkit-datetime-edit-day-field  { 
    color: pink; 
} 
/*控制下拉小箭头的*/ 
input[type="date"]::-webkit-calendar-picker-indicator {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: inset 0 1px #fff, 0 1px #eee;
    background-color: #eee;
    background-image: -webkit-linear-gradient(top, #f0f0f0, #e6e6e6);
    color: #666; 
} 
/* 去掉date中上下小三角，但是保留input类型为number的小三角。 */
input[type=date]::-webkit-inner-spin-button { 
    visibility: hidden; 
}




