.aboutcorp-section {
	text-align: center;
}
.aboutcorp-section.padding-box {
	padding-bottom: 208px;
}
.aboutcorp-section .purple-fullbox {
	margin-top: -110px;
	position: relative;
	text-align: left;
}
.icon-list-main.no-gutters {
	margin-right: -40px;
	margin-left: -40px;
} 
.icon-list-main.no-gutters > [class*="col-"] {
	padding-right: 40px;
	padding-left: 40px;
	border-right: 1px solid #57476b;
}
.icon-list-main.no-gutters > [class*="col-"]:last-child {
	border-right: 0;
}
.icon-list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
	align-items: center;
}
.icon-content-list {
	font-size: 12px;
  	font-weight: 600;
  	line-height: 2.17;
	letter-spacing: 1.5px;
	color: #ffffff;
	margin-left: 24px;
}
.icon-content-list strong {
	display: block;
	font-size: 18px;
	line-height: 20px;
  	font-weight: bold;
  	letter-spacing: 1px;
  	color: #ffffff;
}
.aboutcorp-section .description {
	font-size: 18px;
	line-height: 1.56;
	color: #3b3b3b;
	max-width: 760px;
	margin: 0 auto 50px;
}
.aboutcorp-section .description br {
	display: block;
	margin-bottom: 15px;
}
.aboutcorp-section .btn-bar {
	margin-bottom: 90px;
}
.abouthom-listbox {
	position: relative;
	top: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.abouthom-imgbox {
	overflow: hidden;
}
.abouthom-listbox .imagesbox-inner {
	height: 456px;
	position: relative;
	width: 100%;
	background-size: cover !important;
	top: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.abouthom-listbox:hover .imagesbox-inner {
	/*box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.29);
	transform: scale(1.04);
	transition: all 0.5s;*/
}
.abouthom-listbox:hover {
	top: -5px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.abouthom-listbox .item-hd {
	text-align: left;
	position: absolute;
	bottom: -27px;
	left: 22px;
	right: 22px;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 0.67px;
	color: #000000;
	line-height: 1.2;
	padding: 16px 75px 16px 17px;
	display: block;
	transition: all .3s;
	background: #ffffff;
	z-index: 2;
	cursor: pointer;
	box-shadow: 0 2px 24px 0 rgba(59, 59, 59, 0.16);
}
.abouthom-listbox .item-hd:after {
	position: absolute;
	bottom: 0;
	top: 0;
	margin-top: auto;
	margin-bottom: auto;
	width: 15px;
	content: "";
	height: 15px;
	right: 15px;
	background: url(../images/arrow-right-black.svg) no-repeat;
	display: block;
}
.abouthom-listbox .item-hd:hover::after {
	-webkit-animation: bounceRight 2s infinite;
	animation: bounceRight 2s infinite;
}
@media (max-width:1199px){
.icon-list-main.no-gutters {
	margin-right: -15px;
	margin-left: -15px;
}
.icon-list-main.no-gutters > [class*="col-"] {
	padding-right: 15px;
	padding-left: 15px;
}
}
@media (max-width:992px){
.icon-list-main.no-gutters > [class*="col-"] {
	border-right: 0;
	margin-bottom: 20px;
}
.icon-list-main.no-gutters > [class*="col-"]:nth-child(odd) {
	border-right: 1px solid #1d242b;
}
.aboutcorp-section .description {
	margin-bottom: 30px;
}
.aboutcorp-section .btn-bar {
	margin-bottom: 30px;
}
.aboutcorp-section.padding-box {
	padding-bottom: 140px;
}
.icon-list {
	justify-content: center;
}
.abouthom-listbox .imagesbox-inner {
	height: 300px;
}
}
@media (max-width:767px){
.aboutcorp-section .description {
	font-size: 16px;
}
.aboutcorp-section .description br {
	margin-bottom: 10px;
}
.icon-content-list {
	line-height: 16px;
	margin-left: 14px;
	font-size: 11px;
}
.icon-content-list strong {
	font-size: 14px;
	line-height: 18px;
}
.abouthom-listbox {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
}
.abouthom-listbox .imagesbox-inner {
	height: 75px;
	width: 75px;
}
.abouthom-imgbox {
	width: 75px;
}
.abouthom-listbox .item-hd {
	position: relative;
	bottom: auto;
	left: auto;
	right: auto;
	width: calc(100% - 75px);
	padding-right: 40px;
	height: 75px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
	align-items: center;
}
.abouthom-list.row > [class*="col-"] {
	margin-bottom: 15px;
}
.abouthom-list.row > [class*="col-"]:last-child {
	margin-bottom: 0;
}
.aboutcorp-section.padding-box {
	padding-bottom: 130px;
}
}
@media(max-width:479px){
.col-6 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.icon-list {
	justify-content: start;
}
.icon-list-main.no-gutters > [class*="col-"] {
	border-right: 0;
	margin-bottom: 15px !important;
	padding-bottom: 15px;
	border-right: 0 !important;
	border-bottom: 1px solid #57476b;
}
.icon-list-main.no-gutters > [class*="col-"]:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0;
	border-bottom: 0;
}
}