.small_slider .item-slider .wrap-itemslider {	
	background: #FFFFFF;
	padding: 20px;
	border-radius: 20px;
	text-align: center;
	height: 100%;
	    position: relative;
    top: 0;
        transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
        min-height: 250px;
            border: 1px solid #fff;
}

.small_slider .item-slider .wrap-itemslider:hover {
    top: -5px;
        border: 1px solid #cbf8ff;
}

.small_slider .item-slider .wrap-itemslider .text {
	color: #000;
	margin: 0;
	font-weight: 500;
}

.small_slider .item-slider .wrap-itemslider .cover {
	height: 130px;
	width: 100%;
	margin-bottom: 10px;
	background-size: contain;
}

.small_slider {
	margin-left: -10px;
	margin-right: -10px;

}

.small_slider .item-slider {
	padding: 20px 10px;
}

.small_slider:not(.slick-slider) {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	height: 250px;
	overflow: hidden;
}

.small_slider:not(.slick-slider)  .item-slider {
	width: 25%;
}

.section-smallslider .the-content {
	margin-bottom: 20px;
}

.section-smallslider  .slick-dots li button:before {
    background: #24bae2;
    opacity: 1;
}

.service-main-image img {
    width: auto;
    height: auto;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}
.blog-container {
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
}


@media (max-width: 1100px) {
	.section-smallslider  {
		padding-bottom: 0;
	}
	.section-smallslider .the-content{
	    margin-bottom: 10px;
	}
	.small_slider:not(.slick-slider)  .item-slider {
		width: 33.33%;
	}
	.small_slider .item-slider .wrap-itemslider .cover {
 	   height: 100px;
	}

	.small_slider .item-slider .wrap-itemslider{
		min-height: 210px;
	}

}

@media (max-width: 767px) {

	.small_slider:not(.slick-slider)  .item-slider {
		width: 50%;
	}
	 .section-smallslider .the-content {
        margin-bottom: 0;
        text-align: center;
    }
    	.section-smallslider  {
		padding-bottom: 30px;
	}
	.small_slider .item-slider .wrap-itemslider:hover {
    	top: 0;
	}

	.small_slider .item-slider .wrap-itemslider {
	   	border: 1px solid #cbf8ff;
	}
}

@media (max-width: 560px) {

	.small_slider:not(.slick-slider)  .item-slider {
		width: 100%;
	}
}

body .ht_ctc_chat_data {
	display: none!important;
}

/* share */

.share-buttons-single {
  margin-top: 30px;
  margin-bottom: 40px;
  padding-top: 30px;
  border-top: 1px dashed #ebebeb;
}
@media (max-width: 640px) {
  .share-buttons-single {
    display: block;
    margin-top: 30px;
  }
}
.share-buttons-single h4 {
  margin-bottom: 0;
}
.share-buttons-single .share-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #000000;
}
@media (max-width: 960px) {
  .share-buttons-single .share-title {
    margin-right: 0;
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .share-buttons-single .share-title {
    font-size: 18px;
  }
}

/* next / prev  */


body .media-posts {
  margin: 30px 0;
}
@media (max-width: 640px) {
 body .media-posts .flex {
    display: block;
  }
 body .media-posts .flex .col_50 {
    width: 100%;
  }
}
body .media-posts a {
  display: block;
  width: 100%;
  position: relative;
  background-color: white;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  padding: 35px 25px 35px 50px;
  border-radius: 10px;
  height: 100%;
}
@media (max-width: 640px) {
 body  .media-posts a {
    padding: 20px 20px 20px 40px;
  }
}
body .media-posts a:hover {
  text-decoration: none;
  opacity: 0.8;
}
body .media-posts h4 {
  font-size: 20px;
}
@media (max-width: 1430px) {
  body .media-posts h4 {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
 body  .media-posts h4 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
 body .media-posts h4 {
    font-size: 14px;
  }
}
.media-posts span {
  position: absolute;
  left: 25px;
  top: 35px;
}
@media (max-width: 640px) {
  .media-posts span {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .media-posts span img {
    width: 6px;
    height: auto;
  }
}
.media-posts p {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin: 0;
}
@media (max-width: 640px) {
 body .media-posts p {
    font-size: 12px;
  }
}
body .media-posts p img {
  display: inline-block;
  margin-right: 5px;
  width: 15px;
}
@media (max-width: 767px) {
	body .media-posts p img {
 		width: 12px;
	}
}
.media-posts .right-post {
  position: relative;
}
.media-posts .right-post a {
  padding-left: 25px;
  padding-right: 50px;
}
@media (max-width: 640px) {
  .media-posts .right-post a {
    padding-left: 20px;
    padding-right: 40px;
    margin-top: 20px;
  }
}
.media-posts .right-post span {
  right: 25px;
  left: auto;
}
@media (max-width: 640px) {
  .media-posts .right-post span {
    right: 20px;
  }
}

/* top blog */

.blog-infos {
  padding: 20px 0;
  border-bottom: 1px dashed #ebebeb;
  margin-bottom: 30px;
  display: flex;
}
@media (max-width: 767px) {
  .blog-infos {
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
    padding: 5px 0;
    margin-bottom: 20px;
  }
}

.blog-info-box {
  margin-left: 40px;
}
@media (max-width: 1100px) {
  .blog-info-box {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .blog-info-box {
    margin: 0;
    padding: 8px 12px;
  }
}
.blog-info-box:first-child {
  margin-left: 0;
}
.blog-info-box::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ee282f;
  margin-right: 5px;
}
.blog-info-box span:first-child {
  opacity: 0.5;
  font-size: 14px;
}
@media (max-width: 767px) {
  .blog-info-box span:first-child {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .blog-info-box span:first-child {
    font-size: 12px;
  }
}
.blog-info-box span.published-date,
.blog-info-box a {
  color: #000000;
  display: block;
  line-height: 1;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 960px) {
  .blog-info-box span.published-date,
  .blog-info-box a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .blog-info-box span.published-date,
  .blog-info-box a {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .blog-info-box span.published-date,
  .blog-info-box a {
    font-size: 12px;
  }
}
.blog-info-box a {
  text-decoration: underline;
}
.blog-info-box a:hover {
  text-decoration: underline;
}

.category-box::before {
  content: "\f02b";
}

.date-box::before {
  content: "\f133";
}

.categories-right {
  position: relative;
  color: #ee282f;
  font-size: 12px;
  margin-top: 8px;
}
.categories-right span {
  color: inherit;
  font-size: 12px;
}
.categories-right::before {
  content: "\f02b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ee282f;
  margin-right: 5px;
}

.blog-single-categories {
  line-height: 1;
}
.blog-single-categories li {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}
.blog-single-categories li:before {
  content: ",";
  display: block;
  position: absolute;
  left: -1px;
  bottom: -5px;
}
.blog-single-categories li:first-child {
  padding-left: 0;
}
.blog-single-categories li:first-child::before {
  display: none;
}


.elementor-pagination {
  padding-top: 30px;
}

body .elementor-pagination a, 
body .elementor-pagination span {
      background: #7ec8e3;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: inline-block;
    line-height: 30px;
    color: #fff;
    font-size: 15px;

}

body .elementor-pagination  a:hover,
body .elementor-pagination  span.current {
  background: #25bae2;
}

/*body .link-arrow-item-blog .elementor-post__text {

        flex-grow: inherit;    min-height: 200px;
}*/

/*body .link-arrow-item-blog  .elementor-post__card {
  position: relative;
      justify-content: flex-end;
    display: flex

}*/

body .link-arrow-item-blog  .elementor-post__card  .elementor-post__title {
  padding-top: 10px;
}

html .elementor-kit-6 h1,
h1,
.tac h1.elementor-heading-title {
      color: #000000;
      font-weight: 800;
      font-size: 42px;
}

@media (max-width: 1020px) {
  html .elementor-kit-6 h1,
  h1,
  .tac h1.elementor-heading-title { font-size: 38px; }
}

@media (max-width: 767px) {
  html .elementor-kit-6 h1,
  h1,
  .tac h1.elementor-heading-title { font-size: 36px; }
}

/*body .link-arrow-item-blog  .elementor-post__card:before {
    content: "";
    width: 100%;
    height: 238px;
    border-radius: 15px;
    background-color: #25bae2;
    position: absolute;
    left: 0;
    top: 3px;
}*/
/*
body .link-arrow-item-blog  .elementor-post__card .elementor-post__excerpt {
      display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
    white-space: initial;
    word-break: break-word;
    text-decoration: none;
}
*/
@media (max-width: 767px) {
/*
  body .link-arrow-item-blog  .elementor-post__card:before {
    content: none;
  }*/
/*  body .link-arrow-item-blog .elementor-post__text {
    min-height: initial;
  }*/
}

body .link-arrow-item-blog .elementor-post__thumbnail__link {
    height: 240px !important;
    margin-bottom: 0 !important;
}

body .link-arrow-item-blog  .elementor-post__thumbnail {
  height: 100%!important;
}

body .link-arrow-item-blog .elementor-post__thumbnail__link  img {
  width: 100%!important;
  height: 100%!important;
  object-fit: cover;
}


.section-slider-projects .box-project .wrap-box-category .cover {
  background-size: contain;
}