.service-v2 .icon-box .img_hover {
    display: none;
}
.service-v2 .icon-box:hover  .img_active {
    display: none;
}

.service-v2 .icon-box:hover .img_hover {
    display: inline;
}
.portfolio-section.s-overlay.ds:before, .column-overlay.ds:before {
    background-color: rgba(127, 129, 132, 0.6);
    opacity: 0.9;
}
.thumbnail-partners {
    height: 180px;
}
.thumbnail-partners img {
    max-width: 100% !important;
    max-height: 150px;
    width: auto !important;
    margin: 0 auto;
}
.flex {
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}
.align-items-center {
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
}
.call-us-number {
    color: #fff;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
}
.about-service ol,
.about-service ul{
    list-style-position: outside;
    padding-left: 20px;
}
.about-service ol li,
.about-service ul li{
    text-indent: -1em;
    padding-left: 1em;
}
.about-service ol li p,
.about-service ul li p{
    /*display: inline-block;*/
    /*width: 90%;*/
}
.about-service li::marker {
    display: inline-block;
}
/*.col-5th {
    width: 20%;
    float: left;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}*/
.special-title{
    color:#333 !important;
}
.special-title::before {
    content: '';
    display: inline-block;
    width: 5rem;
    height: 2px;
    border-radius: 6px;
    background-color: #7fb438;
    margin: 0 10px 10px 0;
    transition: width 0.3s ease-in-out;
}

.special-title::after {
    content: '';
    display: inline-block;
    width: 5rem;
    height: 2px;
    border-radius: 6px;
    background-color: #7fb438;
    margin: 0 0 10px 10px;
    transition: width 0.3s ease-in-out;
}
.image-effect-one {
    position: relative;
    overflow: hidden;
    background-color: #000;
}
.product-shadow {
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
    position: relative;
    z-index: 10;
}
.hover-shadow {
    box-shadow: 0 2px 4px 0 rgba(50, 50, 50, .16);
    transition: all 0.5s linear;
}
.product-shadow a{
    display: inline-block;
    height: 100%;
}
.image-effect-one img {
    max-width: 100%;
    width: 100%;
    vertical-align: top;
    transition: all 0.25s linear;
}
.image-effect-one .figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateY(100%);
    padding: 10px 70px 10px 20px;
    background-color: #ffffff;
    transition-delay: 0.3s;
    min-height: 80px;
    align-items: center;
    display: flex;
}
.product-shadow.image-effect-one .figcaption {
    transform: translateY(0);
    opacity: 1;
    padding: 10px 58px 10px 15px !important;
    transition-delay: 0s;
}

.image-effect-one .figcaption h4{
    color: #333;
}
.product-shadow h4 {
    margin: 0;
    padding: 0;
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.3s;
    font-size: 16px !important;
    font-weight: bold;
}
.link-plus{
    background-color: #7fb438;
}
.image-effect-one i.link-plus {
    position: absolute;
    color: #fff;
    font-size: 18px;
    line-height: 70px;
    width: 58px;
    height: 100%;
    bottom: 0;
    right: 0;
    text-align: center;
    transform: translateX(0) !important;
    transition-delay: 0.3s !important;
}
.image-effect-one i.link-plus:after, .image-effect-one i.link-plus:before {
    content: "";
    position: absolute;
    background-color: #fff;
    transition: all 1s linear;
}
.image-effect-one i.link-plus:after {
    left: 50%;
    top: 50%;
    width: 2px;
    height: 0%;
    transform: translateX(-50%) translateY(-50%);
}
.image-effect-one i.link-plus:before {
    left: 50%;
    top: 50%;
    width: 0%;
    height: 2px;
    transform: translateX(-50%) translateY(-50%);
}
.image-effect-one i.link-plus:before, .image-effect-one:hover i.link-plus:before {
    width: 30px;
}
.image-effect-one i.link-plus:after, .image-effect-one:hover i.link-plus:after {
    height: 30px;
}
.hover-shadow:hover {
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
    position: relative;
    z-index: 10;
}
.image-effect-one:hover img {
    zoom: 1;
    filter: alpha(opacity=10);
    -webkit-opacity: 0.8;
    opacity: 0.8;
    transform: scale(1.2);
}
.service-block:nth-child(1){
    border-top: 2px solid #f2f2f2;
}
.service-block:last-child{
    border-bottom: 2px solid #f2f2f2;
}
.list-product {
    background-image: none;
    background-color: #ffff;
}
.list-product:before{
    background-color: rgba(234, 234, 234, 0.77) !important;
}
.list-product h4{
    color: #333;
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
}
.color-black,
.color-black a{
    color: #333 !important;
}
.text-block b,
.text-block strong{
    color: #333 !important;
}
.ls.ms .text-block td, .text-block .ls.ms th, .text-block .ls.ms .bordered {
    border-color: #a7a7a7;
    color: #000000;
}
.text-block table td:nth-child(n+3),
.text-block table th:nth-child(n+3) {
    text-align: center;
}
table.table-2 th:nth-child(n+2) ,
table.table-2 td:nth-child(n+2) {
    text-align: center;
}
@media (min-width: 992px) {
    .col-5th {
        float: left;
        width: 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .image-effect-one img {
        min-height: 350px;
    }
}