.addon_3d {
    background-color: #dcdcdc;
    padding:30px;
    margin-top:30px;
}

.title-with-line {
    position: relative;
    margin-bottom: 20px;
}

.title-with-line h2 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 32px;
    color: #009640;
    padding-bottom: 10px;
    padding-top: 0;
    font-weight: 500;
    margin: 0;
}

.title-with-line h2:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 64px;
    background-color: #009640;
    content: "";
}

.item_3d {

    position: relative;
    z-index: 10;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.mt-box {
    position: relative;
}

.mt-thum-bx, .mt-post-thum {
    background-color: #000;
    position: relative;
}
.mt-img-overlay2:before, .mt-img-overlay2:after{
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0.4;
    z-index: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.mt-img-overlay2:before {
    width: 100%;
    height: 100%;
    opacity: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}

.mt-thum-bx img {
    width: 100%;
    height: auto;
}
.overlay-bx {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.mt-thum-bx.video-list .overlay-bx {
    opacity: 1;
    visibility: visible;
}

.overlay-icon {
    list-style: none;
    position: absolute;
    left: 0%;
    top: 50%;
    width: 100%;
    z-index: 1 !important;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
}

.mt-thum-bx.video-list .overlay-bx .overlay-icon {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.mt-thum-bx.video-list .overlay-bx .overlay-icon>span {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: rgba(0, 150, 64, 0.8);
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
}
.bg-theme {
    background-color: #009640;
}
.d-inline-block {
    display: inline-block!important;
}

.mt-thum-bx.video-list .overlay-bx .overlay-icon>span img {
    display: inline-block;
    height: 42px;
    width: auto !important;
}
@media (min-width: 600px){
    .project-classic .mt-info {
        max-height: 78px !important;
        overflow: hidden;
        min-height: 78px;
    }
}
.project-classic .mt-info {
    padding: 15px;
    background-color: #fff!important;
    border-top: 1px solid rgb(241, 241, 241);
}

.project-classic .mt-title {
    display: inline-block;
    position: relative;
    padding: 0px 0px 8px 0px;
    color: #1b1b1b;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px ;
    margin-bottom: 0!important;
    margin-top: 0!important;
    line-height: 1.2em;
}
.project-classic .mt-title:before, .project-classic .mt-title:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.project-classic .mt-title:before {
    bottom: 0;
    display: block;
    height: 2px;
    width: 0;
    content: "";
    background-color: #009640;
}
.project-classic:hover .mt-title:before {
    opacity: 1;
    width: 100%;
}

.project-classic .mt-title:after {
    left: 0;
    top: 0;
    padding: 0px 0px 8px 0px;
    position: absolute;
    content: attr(data-hover);
    color: #009640;
    white-space: nowrap;
    max-width: 0;
    overflow: hidden;
}

.project-classic:hover .mt-title:after {
    max-width: 100%;
}

.project-classic:hover .mt-box .mt-img-overlay2:before {
    opacity: 0.9;
}
.bg-white {
    background-color: #fff;
}

.content-applications {
    padding:30px 30px 0 30px;
    margin-top: 30px;
}

.bg-primary {
    background-color: #009640;
}

.text-primary{
    color:#009640;
}
.shadow {
    -webkit-box-shadow: 0 3px 10px 0 rgba(50,50,50,.05);
    box-shadow: 0 3px 10px 0 rgba(50,50,50,.05);
}

.info_carousel_buttons {
    position: absolute;
    top: -36px;
    background-color: #179a48;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    font-size: 20px;
    z-index: 1;
    color: #fff;
    right: 0;
}

.info_carousel_buttons.slickPrev {
    margin-right: 40px;
}

.slider-box .capBig .line2{
    font-size: 16px;
    line-height: 23px;
}

.slider-box .capBig {
    max-width: 350px;
}

.index_3d_column {
    background-color: #fff;
    position: relative;
    z-index: 10;
    margin-top: -33px;
    padding-bottom: 6px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}

.index_3d_column img {
    margin-top: 13px;
    max-height: 200px;
    width: auto;
}
.p-0{
    padding:0px !important;
}
.index_3d_column:hover {
    background-color: #e8f5ee;
}
.mobile_3d_button {
    display: none;
    padding: 20px 0;
}
.mobile_3d_button a img {
    filter: brightness(0) invert(1);
}
.mobile_3d_button a{
    display: inline-block;
    padding: 10px 50px;
    background-color:#179a48 ;
    color:#fff;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.mobile_3d_button a:hover {
    background-color: #ee332d;
    color:#fff;
}
.pattern_list{
    position: relative;
    display: block;
}
.pattern_item {
    position: relative;
    display: block;


}

.pattern_item img{
    border-radius: 100%;
    width: 43px;
    height: 43px;
    position: absolute;
    left: 5px;
    top:50%;
    margin-top: -22px;
    border: 2px solid #efefef;
    box-shadow: 0px 0px 2px rgb(0 0 0 / .3);
}

img {}

.pattern_item h5{
    font-size: 17px;
    position: relative;
    display: block;
    color:#333;
    margin-bottom: 0;
    margin-top: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.pattern_item a {
    display: block;
    position: relative;
    padding: 16px 18px 17px 55px;
    border-radius: 45px;
    border: 1px solid #ececec;
    background-color: #efefef;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
}
@media(min-width: 767px){
    .pattern_item a:hover,
    .pattern_item a.active{
        background-color: #179a48;
    }

    .pattern_item a:hover h5,
    .pattern_item a.active h5{
        color: #fff;
    }
}

.swiper-slide-active .pattern_item a{
    background-color: #179a48;
}
.swiper-slide-active .pattern_item h5{
    color: #fff;
}
.pattern_image_hover {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 40px;
    color: #252d28;
}