.home-posts{
	padding-top: 75px;
	padding-bottom: 40px;
	position: relative;
}

.home-posts:before{
	content: "";
	width: 100%;
	height: 30px;
	background-image: url(/speechpoint/img/photos/str-green-lines.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
	position: absolute;
	top: 0;
	left: 0;
}

.single_post_home_top img{
	border-radius: 100%;
	display: block;
	margin: 0 auto;
}

@media (max-width: 960px) {
	.single_post_home_top{
		width: 250px;
	    flex-grow: 0;
	    flex-shrink: 0;
	}
	.single_post_home_top img{
		max-width: 100%;
	}
}

@media (max-width: 680px) {
	.single_post_home_top{
		width: 300px;
	    flex-grow: 0;
	    flex-shrink: 0;
	}
	.single_post_home_top img{
		max-width: 100%;
	}
}

.single_post_home_text{
	display: flex;
	align-items: center;
}


.single_post_home_bottom h5{
	font-size: 46px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: .87;
	letter-spacing: normal;
	position: relative;
	margin-top: 30px;
	color: #5f5f5f;
	font-family: verveine,sans-serif;
}

.single_post_home_bottom{
	padding: 0px 30px;
}

.single_post_home:hover .arrow-right .svg{
	transform: translateX(-10px);
	transition: all .4s ease;
}

.single_post_home:hover .arrow-right .svg path{
	fill: #6fc6bd;
	transition: all .4s ease;
}

.single_post_home_bottom p {
    font-family: hero-new, sans-serif;
    color: #4e4e4e;
    /*margin-top: 20px;*/
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.86;
    letter-spacing: normal;
    padding-right: 80px;

}

@media (max-width: 960px) {
	.single_post_home_bottom p {
		padding-right: 40px;
	}
}

@media (max-width: 680px) {
	.single_post_home_bottom p {
		padding-right: 20px;
	}
}

.home-icon.svg{
	width: 22px;
	height: auto;
	margin-top: -4px;
	display: block;
}

.home-icon.svg path{
	fill:#5f5f5f;
}

.home-icon.svg:hover path{
	fill: #6fc6bd;
}

.description_links a{
	display: block;
	margin-bottom: 11px;
	font-family: verveine,sans-serif;
	font-size: 24px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #6fc6bd;
	text-decoration: underline;
}

.description_links a:hover{
	color: #dbe127;
	text-decoration: underline;
}
.static_pages_body h2{
	font-family: verveine,sans-serif;
	font-size: 46px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: .87;
	letter-spacing: normal;
	color: #5f5f5f;
	margin-bottom: 25px;
}
.static_pages_body ul{
	list-style-type: none;
	padding-left: 0;
}
.static_pages_body ul li{
	position: relative;
	padding-left: 20px;
	font-family: hero-new,sans-serif;
	color: #4e4e4e;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	padding-bottom: 10px;
	line-height: 1.86;
	letter-spacing: normal;
}
.static_pages_body ul li:before{
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	top: 8px;
	position: absolute;
	background-color: #77c6bd;
	border-radius: 69% 31% 68% 32%/17% 55% 45% 83%;
	left: 0;
	transform: rotate(6deg);
}

.static_pages_body p{
	font-family: hero-new,sans-serif;
	color: #4e4e4e;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.86;
	letter-spacing: normal;
}
html #go-top {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 9998;
}

html #go-top .scroll {
  position: absolute;
  right: 80px;
  bottom: 35px;
  background: #dbe127;
  padding: 6px 0px;
  text-align: center;
  margin: 0 0 0 0;
  border: solid 1px #dbe127;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  width: 40px;
    height: 40px;
    border-radius: 20px;
  z-index: 1000000;
}

@media (max-width: 1300px) {
  html #go-top .scroll {
    right: 20px;
    bottom: 30px;
  }
}

@media (max-width: 1024px) {
  html #go-top .scroll {
    right: 0;
    bottom: 10px;
  }
}

@media (max-width: 768px) {
  html #go-top .scroll {
    right: 0;
    bottom: 10px;
  }
}

@media (max-width: 576px) {
  html #go-top .scroll {
    right: 0;
    bottom: 10px;
  }
}

html #go-top .scroll:hover {
  background: #6fc6bd;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.scroll.icon svg{
	max-width: 20px;
	height: auto;
}
.scroll.icon svg polygon{
	fill: #fff;
}

.mobile_call{
	display: none;
}

.summary.static_summary  a{
	display: block;
	margin-bottom: 11px;
	font-family: verveine,sans-serif;
	font-size: 24px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #6fc6bd;
	text-decoration: underline;
}


.summary.static_summary h2 {
	font-family: verveine,sans-serif;
	font-size: 46px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: .87;
	letter-spacing: normal;
	color: #5f5f5f;
	margin-bottom: 25px;
}
.summary.static_summary ul{

}
.summary.static_summary ul li{
	color: #6fc6bd;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.86;
}

.intervention-wrapper--home .intervention-slider.static_service .sl-intervention-item .box-1:before{
	background-image:linear-gradient(96deg, #dbe127 40%, rgba(218, 225, 39, 0.5647058823529412) 66.39%, rgba(219, 225, 39, 0));

}
.intervention-wrapper--home.static_service_wrap:after{
	background-image: url(/speechpoint/img/photos/lines-top.svg);
}
.news_wrap_page.evaluation--content-list .single-service--list li .title-box{
	flex:1 55%;
}
.news_wrap_page.evaluation--content-list .arrow-right{
	float: right;
}
.news_wrap_page.evaluation--content-list .txt-box h3{
	font-size: 46px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: .87;
	letter-spacing: normal;
	position: relative;
	color: #5f5f5f;
	font-family: verveine,sans-serif;
}
.news_wrap_page.evaluation--content-list .txt-box h3:before{
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #77c6bd;
	height: 2px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.single_news:hover .txt-box h3:before{
	right: 0;
}
.single_news{
	display: block;
}
.single_news:hover .arrow-right .svg{
	transform: translateX(-10px);
	transition: all .4s ease;
}

.single_news:hover .arrow-right .svg path{
	fill: #6fc6bd;
	transition: all .4s ease;
}
.reverse_list .title-box{
	padding-left: 5%;
	padding-right: 0 !important;
}
.single_post_wrap{
	margin-top: 80px;
}
.single_post_wrap h1{
	font-family: verveine,sans-serif;
	font-size: 46px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: .87;
	letter-spacing: normal;
	color: #5f5f5f;
	margin-bottom: 25px;
}
/*.single_post_body img{
	margin-bottom: 40px;
}*/
.single_post_body p{
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.86;
	letter-spacing: normal;
	color: #4e4e4e;
	margin-bottom: 20px;
}
.post_text{
	margin-bottom: 140px;
}
.social-share-it-title{
	font-size: 20px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: .3px;
	color: #6fc6bd;
	font-family: verveine,sans-serif;
}
.social-share-list{
	padding-left: 0;
	list-style-type: none;
}
.social-share-list li{
	display: inline-block;
	width: 38px;
	height: 38px;
	border-radius: 100%;
	border: 2px solid #6fc6bd;
	color: #6fc6bd;
	line-height: 36px;
	text-align: center;
	margin-right: 12px;
	margin-left: 0;
	background-color: transparent;
	transition: background-color .4s ease-out;
}
.social-share-list li a{
	color: #6fc6bd;
	transition: color .4s ease-out;
}
.social-share-list li:hover{
	border: 2px solid #6fc6bd;
	background-color: #6fc6bd;
	transition: background-color .4s ease-out;
}
.social-share-list li:hover a{
	color: #fff;
	transition: color .4s ease-out;
}
.main-img-wrapper{
	position: relative;
	margin-bottom: 20px;
}

#enable-gallery {
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: #6fc6bd;
    padding: 5px 30px; /* margin-top: 3px; */
    display: block;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

#enable-gallery i{
    padding-left: 15px;
}

.single_news .title-box img{
	border-radius: 100%;
}

@media(max-width: 580px){
	.news_wrap_page.evaluation--content-list .txt-box h3{
		margin-top: 20px;
		font-size: 27px;
		margin-bottom: 20px;
	}
	.news_wrap_page.evaluation--content-list .single-service--list li{
		padding-bottom: 40px;
	}
.mobile_call{
	display: block;
	position: fixed;
	top: 90px;
	z-index: 9;
	left: 0;
	right: 0;
	background-color: #6fc6bd;
	color: #fff;
	text-align: center;
	padding: 5px 0px;
	}
	.hero-wrapper--home .hero-slider .sl-hero-item .content .sl-main-title{
		padding-top: 20px;
	}
	.mobile_call a{
		font-weight: 600;
	font-size: 14px;
	}
	.single_post_home_bottom{
		padding: 0px;
	}
	.single_post_home{
		margin-bottom: 30px;
	}

	.single_post_home_bottom h5{
		font-size: 24px;
	}
}

.summary.static_summary ul li a, html body .simple-list li a{
	color: #6fc6bd;
}
.summary.static_summary ul li, html body .simple-list li{
	color: #4e4e4e;
}