
/* ======================= SERVICES ========================= */



.services-sec {
	box-sizing: border-box;
	padding: 17px 0 0;
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent
}
.services-row {
	border-bottom: 1px solid #e2ebef;
	padding-bottom: 34px;
}
.service-col {
	text-align: center;
}
.service-col > img {
	margin-bottom: 25px;
}
.service-col > h3 {
	color: #1c1b1b;
	font-size: 16px;
	margin-bottom: 16px;
}
.service-col > p {
	color: #6e6f70;
	font-size: 16px;
	line-height: 23px;
}
.service-col:hover > img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.df-list {
	float: right;
	margin-top: 23px;
	padding-right: 10px;
}
.df-list li {
	display: inline-block;
	margin-right: 20px;
}
.df-list li:last-child {
	margin-right: 0;
}
.df-list li button {
	display: inline-block;
	font-size: 20px;
	border:0;
	background-color: inherit;
}
.df-list li button:hover {
	color: inherit;
}
.about-ch-sec {
	padding-left: 100px;
}
.abt-rw {
	margin-bottom: 16px;
}
.abt-rw > h4 {
	color: #2e2e2e;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 2px;
}
.abt-rw ul {
	display: block;
}
.abt-rw ul li:first-child {
	padding-left: 0;
}
.abt-rw ul li {
	display: inline-block;
	position: relative;
	padding: 0 5px;
}
.abt-rw ul li:before {
	content: ',';
	position: absolute;
	top: 0;
	right: -2px;
	color: #7e7e7e;
	font-size: 16px;
}
.abt-rw ul li:last-child:before {
	display: none;
}
.abt-rw ul li span {
	display: inline-block;
	color: #7e7e7e;
	font-size: 16px;
}
.abt-rw > p {
	color: #7e7e7e;
	font-size: 16px;
	line-height: 23px;
}
.abt-rw.tgs ul li a {
	font-size: 16px;
}
.abt-rw.tgs ul li:before {
	display: none;
}


