/**
* Powered by i-miqi.com
* 2024-02-13
**/


  .widget.widget_categories ul>li.active a{
    color: #2d953e; 
}

  .tm-service .details .title{
    height: 50px;
    overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient:vertical;
      -webkit-line-clamp:2;
}



.tm-service .thumb .thumb-inner{
display: block;
width: 100%;
height: 255px;
overflow: hidden;
margin: 0 auto;
padding: 0;
position: relative;
background: #fff;
}
.tm-service .thumb .thumb-inner img{
    	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	padding: 0;
    position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.tm-sc-blog.blog-style1-current-theme article .entry-content .entry-title{
    height: 60px;
    overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient:vertical;
      -webkit-line-clamp:2;
}

.main-content-area article .post-excerpt .mascot-post-excerpt{
    height: 100px;
    overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient:vertical;
      -webkit-line-clamp:2;
}
.post-thumb{
    text-align: center;
}
.post-thumb .post-thumb-inner .thumb{
    display: block;
    width: 100%;
    height: 285px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
    background: #fff;
}
.post-thumb .post-thumb-inner .thumb img{
    	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	padding: 0;
    position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}


section > .container, section > .container-fluid{
    padding-bottom: 30px;
}

.about-info-image-text-layer .layer1{
    padding-bottom: 50px;
}

.widget .post .post-title{
    height: 45px;
    overflow: hidden;
    display: -webkit-box;
      -webkit-box-orient:vertical;
      -webkit-line-clamp:2;
}
.widget .post .post-title a{
    font-size: 0.9rem;
}


.error{color:#E45254}
.success{color:#129711}
.map {
    right: 0;
    top: 0;
    width: 100%;
}


.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .working-steps-item-inner{
    width: 90%;
}
.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .image-holder-wrapper .image-holder{
    max-width: 250px;
}

@media (min-width: 1136px) and (max-width: 1279px) {
    .main-content-area article .post-excerpt .mascot-post-excerpt{
        height: 90px;
    }
}
@media (min-width: 960px) and (max-width: 1135px) {
    .main-content-area article .post-excerpt .mascot-post-excerpt{
        height: 75px;
    }
}
@media (min-width: 768px) and (max-width: 959px) {
    .main-content-area article .post-excerpt .mascot-post-excerpt{
        height: 75px;
    }
}
@media (max-width: 767px) {
    .tm-service .details .title{
        height: auto;
    }
    .tm-sc-blog.blog-style1-current-theme article .entry-content .entry-title{
        height: auto;
    }
    .main-content-area article .post-excerpt .mascot-post-excerpt{
        height: auto;
    }
}



@media (min-width:992px) {
    .col-md-pull-12 {
      right:100%
     }
     .col-md-pull-11 {
      right:91.66666667%
     }
     .col-md-pull-10 {
      right:83.33333333%
     }
     .col-md-pull-9 {
      right:75%
     }
     .col-md-pull-8 {
      right:66.66666667%
     }
     .col-md-pull-7 {
      right:58.33333333%
     }
     .col-md-pull-6 {
      right:50%
     }
     .col-md-pull-5 {
      right:41.66666667%
     }
     .col-md-pull-4 {
      right:33.33333333%
     }
     .col-md-pull-3 {
      right:25%
     }
     .col-md-pull-2 {
      right:16.66666667%
     }
     .col-md-pull-1 {
      right:8.33333333%
     }
     .col-md-pull-0 {
      right:auto
     }
     .col-md-push-12 {
      left:100%
     }
     .col-md-push-11 {
      left:91.66666667%
     }
     .col-md-push-10 {
      left:83.33333333%
     }
     .col-md-push-9 {
      left:75%
     }
     .col-md-push-8 {
      left:66.66666667%
     }
     .col-md-push-7 {
      left:58.33333333%
     }
     .col-md-push-6 {
      left:50%
     }
     .col-md-push-5 {
      left:41.66666667%
     }
     .col-md-push-4 {
      left:33.33333333%
     }
     .col-md-push-3 {
      left:25%
     }
     .col-md-push-2 {
      left:16.66666667%
     }
     .col-md-push-1 {
      left:8.33333333%
     }
     .col-md-push-0 {
      left:auto
     }
}