.navbar{
    margin-bottom: 0;
}
.item {
    position: relative;
}
.banner_sign2,
.banner_sign{
    position: absolute;
    top:25%;
    width: 80%;
    margin-left:10%;
    font-size:48px;
    text-align: center;
    color:#fff;
    line-height:1.8;
}
.banner_sign2{
    top:40%;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    width: 100%;
    height:auto;
    max-height: 650px;
}
.carousel-control{
    width:60px;
    height:60px;
    background: #00B895;
    top:50%;
    background-image: none!important;
    text-align: center;
    line-height: 60px;
    color:#fff;
    transition: background 1s;
}
.carousel-control.left{
    left:30px;
}
.carousel-control.right{
    right:30px;
}
.carousel-control:hover{
    background: #000;
}
.carousel-indicators .active{
    background: #00B895;
    width: 22px;
    height: 22px;
}
.carousel-indicators li{
    border: 1px solid #00B895;
    width: 20px;
    height:20px;
}
.content-title{
    padding: 3em 0 4em;
    text-align: center;
    color: #fff;
}
.chart_li1{
    width:100%;
    text-align: center;
    padding:60px 20px 20px 20px;
    position: relative;
    border-radius: 3px;
    min-height: 275px;
}
.chart_li1 i{
    position: absolute;
    top:30px;
    left:0;
    right:0;
    margin:0 auto;
    background:#00B895;
    color:#fff;
    width:80px;
    height:80px;
    line-height:80px;
    text-align: center;
    border-radius:3px;
    font-size:32px;
    transition: all 0.3s;
}
.chart_li1 h4{
    margin:20px;
    margin-top:80px;
    transition:all 0.3s;
    color:#00B895;
}
.chart_li1 p{
    font-size:14px;
    color:#fefefe;
}
.chart_li1:hover{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 2px solid #00B895;
}
.chart_li1:hover h4{
    margin-top:20px;
}
.chart_li1:hover i{
    background: #fff;
    color:#00B895;
    border:1px solid #00B895;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    top:-40px;
    -webkit-box-shadow: 0px 5px 20px -12px #000000;
    -moz-box-shadow: 0px 5px 20px -12px #000000;
    -o-box-shadow: 0px 5px 20px -12px #000000;
    -ms-box-shadow: 0px 5px 20px -12px #000000;
    box-shadow: 0px 5px 20px -12px #000000;
}


.services-box {
    border-bottom: 1px solid #d3d3d3;
    border-top: 15px solid #00b895;;
    padding: 40px 0 10px;
    position: relative;
}
.services-box::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom: 0 solid rgba(0, 0, 0, 0);
    border-image: none;
    border-left: 15px solid rgba(0, 0, 0, 0);
    border-right: 15px solid rgba(0, 0, 0, 0);
    border-top: 20px solid #00b895;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: 0;
    width: 0;
}
.shadow-image {
    bottom: -51px;
    left: 50%;
    margin-left: -544px;
    position: absolute;
    z-index: 9999;
}
.services-post {
    margin-bottom: 30px;
    padding: 10px 0;
}
.services-post > a {
    backface-visibility: hidden;
    background: #00B895 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    float: left;
    height: 66px;
    position: relative;
    transition: all 0.17s ease-in-out 0s;
    width: 66px;
}
.services-post > a::after {
    border: 1px solid #00B895;
    border-radius: 50%;
    content: "";
    height: 66px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.17s ease-in-out 0s;
    width: 66px;
}
.services-post > a:hover {
    transform: scale(1.1) rotate(360deg);
}
.services-post > a:hover::after {
    border: 3px solid #00B895;
    border-radius: 50%;
    content: "";
    height: 80px;
    left: -7px;
    position: absolute;
    top: -7px;
    transition: all 0.17s ease-in-out 0s;
    width: 80px;
}
.services-post > a i {
    color: #fff;
    display: inline-block;
    font-size: 26px;
    height: 100%;
    line-height: 66px;
    text-align: center;
    width: 100%;
}
.services-post-content {
    margin-left: 86px;
    padding-top: 10px;
}
.services-post-content h4 {
    margin-bottom: 3px;
}
.services-post-content h4 a{
    color: #555;
}
.services-post-content h4 a:hover{
    color: #00B895;
}

.recent-works{
    background: rgba(0, 0, 0, 0) url("../img/rd-bg.jpg") repeat fixed center center / cover ;
}
.recent-works h1{
    font-weight: bold;
    color: #fff;
    margin-top: 60px;
    margin-bottom: 40px;
}
/*
.work-post {
    overflow: hidden;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    margin-bottom: 30px;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #FFFFFF),
            color-stop(1, #F0F0F0)
    );
    background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F0F0F0 100%);
    background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F0F0F0 100%);
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F0F0F0 100%);
    background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F0F0F0 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #F0F0F0 100%);
}
.work-post-gal {
    position: relative;
}
.work-post-gal img {
    width: 100%;
    -webkit-backface-visibility: hidden;
}
.work-post-content {
    background: #fff;
    padding: 20px;
    color: #00B895;
    font-size: 16px;
}
.work-post-content span {
    display: inline-block;
    color: #555;
    font-size: 14px;
}



.partners img{
    width: 100%;
    height: auto;
    max-height: 238px;
}
.partners {

    overflow: hidden;
    padding: 50px;
}
.partners h3 {
    color: #fff;
}
.partner-list {
    overflow: hidden;
    padding-top: 10px;
}
.partner-list li {
    float: left;
    margin-left: 4%;
    width: 16.8%;
}
.partner-list li:first-child {
    margin-left: 0;
}
.partner-list li img {
    backface-visibility: hidden;
    width: 100%;
}
*/


.fh5co-section-heading {
    margin-bottom: 4em;
}
#fh5co-features {
    padding: 5em 0;
    position: relative;
    /*background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #EAF4F8),
            color-stop(1, #B7C1C5)
    );
    background-image: -o-linear-gradient(bottom, #EAF4F8 0%, #B7C1C5 100%);
    background-image: -moz-linear-gradient(bottom, #EAF4F8 0%, #B7C1C5 100%);
    background-image: -webkit-linear-gradient(bottom, #EAF4F8 0%, #B7C1C5 100%);
    background-image: -ms-linear-gradient(bottom, #EAF4F8 0%, #B7C1C5 100%);
    background-image: linear-gradient(to bottom, #EAF4F8 0%, #B7C1C5 100%);*/

}
/*.js .to-animate{
    opacity: 0;
}*/
#fh5co-features{
    background: #fefefe none repeat scroll 0 0;
}
.fh5co-feature{
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    color: #444;
    display: block;
    float: left;
    margin-bottom: 1.5em;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.fh5co-feature img{
    width: 100%;
    height:auto;
}
.fh5co-feature:hover, .fh5co-feature:focus, .fh5co-feature:active{
    outline: medium none;
    text-decoration: none;
}
.fh5co-feature .fh5co-feature-icon{
    border: 2px solid #00B895;
    border-radius: 50%;
    display: table;
    height: 80px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 80px;
}
.fh5co-feature .fh5co-feature-icon i{
    color: #00B895;
    display: table-cell;
    font-size: 50px;
    vertical-align: middle;
}
.fh5co-feature .fh5co-feature-lead, .fh5co-feature .fh5co-figure-lead{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #00B895;
}
.fh5co-feature .fh5co-feature-text, .fh5co-feature .fh5co-figure-text{
    color: #919191;
    line-height: 24px;
    padding-left: 20px;
    padding-right: 20px;
}
.fh5co-feature:hover, .fh5co-feature.active {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
    margin-top: -10px;
}
@media screen and (max-width: 768px) {
    .fh5co-feature:hover{
        margin-top: 0;
    }
    #fh5co-features {
        padding: 1em 0;
    }
    .fh5co-section-heading {
        margin-bottom: 1em;
    }
    h2.fh5co-lead{
        font-size: 18px;
    }
    .col-xs-3{
        padding-left:3px;
        padding-right: 3px;
    }
    .fh5co-feature .fh5co-feature-lead,
    .fh5co-feature .fh5co-figure-lead{
        font-size: 16px;
        font-weight: normal;
    }
    .fh5co-feature .fh5co-feature-text, .fh5co-feature .fh5co-figure-text {
        line-height: 24px;
        padding-left: 0;
        padding-right: 0;
        font-size: 14px;
    }
    #fh5co-features .col-xs-6{
        min-height: 220px;
    }
    .recent-works h1{
        font-size: 18px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

}
@media screen and (max-width: 374px) {

    #fh5co-features .col-xs-6{
        min-height: 193px;
    }
}
.fh5co-feature:hover .fh5co-feature-icon, .fh5co-feature.active .fh5co-feature-icon{
    background: #00B895 none repeat scroll 0 0;
}
.fh5co-feature:hover .fh5co-feature-icon i, .fh5co-feature.active .fh5co-feature-icon i{
    color: #fff;
}
.fh5co-spacer-sm {
    height: 50px;
}
.fh5co-spacer {
    border: medium none;
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}
.to-animate .btn {
    border-radius: 30px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 4px;
    margin-bottom: 20px;
    margin-right: 10px;
    padding: 20px 30px;
    transition: all 0.5s ease 0s;
}
.to-animate .btn.btn-info {
    background-color: #00B895;
    border-color: #00B895;
}

@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 768px) and (max-width: 991px) {
    .services-post-content h4 a{
        font-size: 14px;
    }
    .services-post-content p{
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .carousel-control{
        width:40px;
        height:40px;
        top:40%;
        line-height: 40px;
    }
}