.content_sub{
	margin: auto;
	position: relative;
}
.specialities_title{
	padding-top: 55px;
	line-height: 0.95;
	color: #cf9455;
	font-size: 40px;
	font-weight: 900;
}
.our_specialities_container{
	width: 100%;
	margin-top: 42px;
	height: 220px;
}
.about{
	width: 1300px;
	margin: 0 auto;

}
@media screen and (max-width:1350px){
	.about{
		width: 100% !important;
	}
}
.image_left_spec{
	width:100%;
	height: 217px;
	background: url(../../images/vision_1.jpg);
	float: left;
	position: relative;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
/* .border_left_image{
	width: 518px;
	height: 215px;
	background: transparent;
	border: 1px solid #cf9455;
	position: absolute;
	left: -9px;
	top: -9px;
} */
.text_spec{
	overflow: hidden;
	float: right;
	margin-top: 13px;
	font-size: 16px;
	color: #8d8d8d;
}
.vision_title{
	overflow: hidden;
	line-height: 0.95;
	padding-top: 60px;
	font-size: 35px;
	font-weight: 900;
	color: #282e3f;
	padding-bottom: 30px;
	border-bottom: 1px solid #cf9455;
	margin-bottom: 30px;
}
.vision_title_2{
	overflow: hidden;
	line-height: 0.95;
	padding-top: 60px;
	font-size: 35px;
	font-weight: 900;
	color: #282e3f;
	padding-bottom: 30px;
	border-bottom: 1px solid #cf9455;
	margin-bottom: 30px;
}
.last_sentence{
	color: #282e40;
	font-size: 25px;
	font-style: italic;
	margin-top: 50px;
}
.vision_container{
	width: 100%;
	overflow: hidden;
	margin-top: 37px;
/*	-moz-column-count: 2;
    -moz-column-gap: 50%;
    -webkit-column-count: 2;
    -webkit-column-gap: 50%;
    column-count: 2;
    column-gap: 50%;*/
    position: relative;
    padding-bottom: 160px;
}
.part_vision{
	float: left;
	width: 50%;
	overflow: hidden;
	position: relative;
}
.one_vision{
	/*display: inline-block;*/
	overflow: hidden;
/*    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;*/
    margin-bottom: 60px;
}
.one_vision_title{
	color: #cf9455;
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 25px;
}
.one_vision_text{
	font-size: 16px;
	color: #8d8d8d;
}



/*                      partner list              */
.contact_container{
	width: 100%;
	height: 175px;
	background: #282e3f;
	z-index: 3;
	position: relative;
}
.contact_content{
	height: 100%;
	margin: auto;
	position: relative;
}
.shadow_top_contact{
	height: 24px;
	background: url(../../images/shadow_contact_top.png);
	position: absolute;
	top: -24px;
	left: 50%;
	margin-left: -625px;
}
.partner_list_contact{
	margin: auto;
	padding-top: 20px;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}
.one_partner_contact{
	height: 131px;
	display: inline-block;
	margin-left: 33px;
	margin-right: 33px;
}
.bottom_part_partner_list{
	height: 62px;
	position: absolute;
	bottom: -62px;
	left: 50%;
	margin-left: -1000px;
	background: url(../../images/FOOTER-CURVE.png);
}
.footer_container{
	height: 340px;
}
.follow_us{
	padding-top: 43px;
}
/*                     partner list            */