.industries1 {
	width: 100%;
	padding: 100px 0;
	overflow: hidden;
}
.industries1 h5,.oil2 h5 {
    width: 100%;
    color: #575757;
    font-size: 14px;
    margin: 0 0 35px;
    font-weight: 100;
    letter-spacing: 4px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
}
.industries1 h5:after,.industries1 h5:before,.oil2 h5:after,.oil2 h5:before {
    content: "";
    width: 100%;
    height: 2px;
    margin: 0 20px;
    display: block;
    min-width: 30px;
    max-width: 70px;
    background: #dadada;
}
.industries1 h2,.oil2 h2 {
	color: #222d35;
	font-size: 36px;
    margin: 0 0 55px;
	line-height: 1.2;
	font-weight: bold;
    text-align: center;
}
.industries1-list {
	width: 100%;
	margin: 0 0 25px;
	overflow: hidden;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: left;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.industries1-list a {
	float: left;
	margin: 10px;
	height: 350px;
	overflow: hidden;
	position: relative;
	padding: 40px 30px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
	width: calc(33.33% - 20px);
	background-repeat: no-repeat;
	background-position: 100%;
	background-size: cover;
}
.industries1-list a:after,.industries1-list a:before {
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    transition: 0.4s;
    position: absolute;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(20%,rgba(0,0,0,.66)),color-stop(60%,rgba(234,91,36,0)));
    background: linear-gradient(0deg,rgba(0,0,0,.66) 20%,rgba(234,91,36,0) 60%);
}
.industries1-list a:after {
    background: -webkit-gradient(linear,left bottom,left top,from(#ea5b24),to(rgba(0,0,0,0)));
    background: linear-gradient(0deg,#ea5b24,rgba(0,0,0,0));
    opacity: 0;
}
.industries1-list .list-txt {
	z-index: 2;
	width: 100%;
    overflow: hidden;
	position: relative;
	-webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.industries1-list .list-txt .txt-txt {
	float: left;
	width: 100%;
	color: #FFFFFF;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    line-height: 1.444;
}
.industries1-list .list-txt .txt-txt h3 {
	font-size: 28px;
	font-weight: bold;
}
.industries1-list .list-txt .txt-txt p {
	opacity: 0;
	height: 130px;
	transition: all 0.8s;
	margin: 25px 0 -123px;
}
.industries1-list .list-txt span {
	float: right;
	display: block;
	color: #ffffff;
    line-height: 1;
    cursor: pointer;
    min-width: 80px;
    font-size: 24px;
    transition: 0.4s;
    text-align: center;
    position: relative;
    padding: 13px 30px;
    border-radius: 26px;
    text-decoration: none;
    border: 2px solid #FFFFFF;
    text-transform: uppercase;
}
.industries1-list a:hover span {
	border-color: #e6b451;
	background-color: #e6b451;
}
.industries1-list a:hover:after {
	opacity: 0.78;
}
.industries1-list a:hover .txt-txt p {
	opacity: 1;
	margin: 25px 0 0;
}
@media only screen and (max-width: 991px) {
	.industries1 h5,.oil2 h5 {
	    margin: 0 0 50px;
	}
	.industries1 h2,.oil2 h2 {
		font-size: 48px;
	    margin: 0 0 70px;
	}
	.industries1 h2 br,.oil2 h2 br {
		display: none;
	}
	.industries1-list {
		margin: 0;
	}
	.industries1-list a {
		width: 100%;
		height: 400px;
		padding: 50px;
		margin: 0 0 40px;
	}
	.industries1-list .list-txt .txt-txt {
	    font-size: 18px;
	}
	.industries1-list .list-txt .txt-txt h3 {
		font-size: 28px;
	}
	.industries1-list .list-txt .txt-txt p {
		height: 130px;
		margin: 25px 0 -130px;
	}
}
@media only screen and (max-width: 750px) {
	.industries1 {
	    padding: 50px 0;
	}
	.industries1 h5,.oil2 h5 {
	    margin: 0 0 20px;
	}
	.industries1 h5:after, .industries1 h5:before, .oil2 h5:after, .oil2 h5:before {
		margin: 0 10px;
	}
	.industries1 h2,.oil2 h2 {
		font-size: 28px;
	    margin: 0 0 40px;
	}
	.industries1-list a {
		height: 240px;
		padding: 25px;
		margin: 0 0 20px;
	}
	.industries1-list .list-txt .txt-txt {
	    font-size: 16px;
	}
	.industries1-list .list-txt .txt-txt h3 {
		font-size: 24px;
	}
	.industries1-list .list-txt .txt-txt p {
		height: 90px;
		margin: 15px 0 -80px;
	}
	.industries1-list a:hover .txt-txt p {
		margin: 15px 0 10px;
	}
}
.industries2 {
	width: 100%;
	padding: 100px 0;
	overflow: hidden;
	background: #eaeaea;
}
.industries2 h2 {
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 40px;
	line-height: 40px;
}
.industries2-title {
	width: 100%;
	color: #000000;
	margin: 0 0 25px;
	overflow: hidden;
	text-align: center;
}
.industries2-title h5 {
	font-size: 16px;
	margin: 0 0 35px;
	font-weight: 100;
	line-height: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.industries2-title h5 span {
	margin: 0 35px;
}
.industries2-title h5:before,.industries2-title h5:after {
	top: -5px;
	content: '';
	width: 70px;
	height: 2px;
	overflow: hidden;
	position: relative;
	background: #dadada;
	display: inline-block;
}
.industries2-swiper {
	width: 100%;
	height: auto;
	position: relative;
}
.industries2-swiper .swiper {
	width: 100%;
	overflow: hidden;
}
.industries2-swiper .swiper-slide {
	overflow: hidden;
}
.industries2-swiper img {
	width: 100%;
	display: block;
}
.industries2-swiper .swiper-button-next,.industries2-swiper .swiper-button-prev {
	width: 28px;
	height: 28px;
	color: #ea5b24;
	font-size: 28px;
	overflow: hidden;
	margin-top: -14px;
}
.industries2-swiper .swiper-button-next,.industries2-swiper .swiper-rtl .swiper-button-prev {
	right: -50px;
}
.industries2-swiper .swiper-button-prev,.industries2-swiper .swiper-rtl .swiper-button-next {
	left: -50px;
}
.industries2-swiper .swiper-button-next.swiper-button-disabled,.industries2-swiper .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	color: #696969;
}
@media only screen and (max-width: 750px) {
	.industries2 {
	    padding: 50px 0;
	}
	.industries2 h2 {
		font-size: 28px;
		margin: 0 0 20px;
		line-height: 30px;
	}
	.industries2-title {
		margin: 0 0 20px;
	}
	.industries2-title h5 {
		font-size: 14px;
		margin: 0 0 20px;
		line-height: 15px;
		letter-spacing: 1px;
	}
	.industries2-title h5 span {
		margin: 0 20px;
	}
	.industries2-title h5:before,.industries2-title h5:after {
		top: -4px;
		width: 40px;
	}
	.industries2-swiper .swiper-button-next,.industries2-swiper .swiper-button-prev {
		width: 24px;
		height: 24px;
		font-size: 24px;
		margin-top: -12px;
	}
	.industries2-swiper .swiper-button-next,.industries2-swiper .swiper-rtl .swiper-button-prev {
		right: -25px;
	}
	.industries2-swiper .swiper-button-prev,.industries2-swiper .swiper-rtl .swiper-button-next {
		left: -25px;
	}
}
@media only screen and (min-width: 992px) {
	.industries2 {
		padding: 80px 0;
	}
	.industries2 h2 {
		margin: 0 0 30px;
	}
	.industries2-title h5 {
		margin: 0 0 30px;
		letter-spacing: 1.5px;
	}
	.industries2-title h5 span {
		margin: 0 30px;
	}
	.industries2-title h5:before,.industries2-title h5:after {
		width: 60px;
	}
	.industries2-swiper .swiper-button-next,.industries2-swiper .swiper-rtl .swiper-button-prev {
		right: -40px;
	}
	.industries2-swiper .swiper-button-prev,.industries2-swiper .swiper-rtl .swiper-button-next {
		left: -40px;
	}
}
@media only screen and (min-width: 1200px) {
	.industries2 {
		padding: 100px 0;
	}
	.industries2 h2 {
		margin: 0 0 40px;
	}
	.industries2-title h5 {
		margin: 0 0 35px;
		letter-spacing: 2px;
	}
	.industries2-title h5 span {
		margin: 0 35px;
	}
	.industries2-title h5:before,.industries2-title h5:after {
		width: 70px;
	}
	.industries2-swiper .swiper-button-next,.industries2-swiper .swiper-rtl .swiper-button-prev {
		right: -50px;
	}
	.industries2-swiper .swiper-button-prev,.industries2-swiper .swiper-rtl .swiper-button-next {
		left: -50px;
	}
}
.industries3 {
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 120px 0 150px;
}
.industries3 h5 {
	color: #222d35;
	font-size: 18px;
	margin: 0 0 30px;
	font-weight: bold;
	line-height: 1.444;
}
.industries3 a {
	color: #FFFFFF;
	line-height: 1;
	font-size: 14px;
	min-width: 200px;
	overflow: hidden;
    font-weight: bold;
    padding: 13px 30px;
	border-radius: 26px;
	display: inline-block;
    border: 2px solid #ea5b24;
	background-color: #ea5b24;
	transition: color 0.35s, border-color 0.35s, background-color 0.35s;
}
.industries3 a em {
	color: #FFFFFF;
	width: 19.25px;
	font-size: 24px;
	margin-right: 15px;
	vertical-align: middle;
}
.industries3 a span {
	vertical-align: middle;
}
.industries3 a:hover {
	background: #e04e03;
	border-color: #e04e03;
}
@media only screen and (max-width: 991px) {
	.industries3 h5 {
		font-size: 24px;
		margin: 0 0 60px;
	}
	.industries3 a {
		width: 100%;
		font-size: 28px;
	    border-width: 4px;
	    padding: 25px 50px;
		border-radius: 49px;
	}
	.industries3 a em {
		width: 34px;
		font-size: 36px;
	}
}
@media only screen and (max-width: 750px) {
	.industries3 {
		padding: 70px 0;
	}
	.industries3 h5 {
		font-size: 18px;
		margin: 0 0 30px;
	}
	.industries3 a {
		font-size: 14px;
	    border-width: 2px;
	    padding: 13px 30px;
		border-radius: 26px;
	}
	.industries3 a em {
		width: 19.25px;
		font-size: 22px;
		margin-right: 10px;
	}
}
.oil1 {
	width: 100%;
	padding: 80px 0;
	overflow: hidden;
	background: #FFFFFF;
}
.oil1-left {
	float: left;
	color: #222d35;
	font-size: 18px;
	padding: 0 10px;
	overflow: hidden;
	line-height: 1.444;
	max-width: 58.33333%;
}
.oil1-icon {
	width: 100px;
	height: 100px;
	margin: 0 0 40px;
	overflow: hidden;
	border-radius: 50%;
	background-color: #ea5b24;
}
.oil1-icon img {
    top: 50%;
    left: 50%;
    width: 70%;
    height: 70%;
    position: relative;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.oil1-left p {

	margin: 0 0 30px;
	font-weight: 500;
	color: #666666;
	font-size: 15px;
	line-height: 25px;
}
.oil1-left a {
	width: 100%;
	color: #000000;
	display: block;
	overflow: hidden;
	margin: 100px 0 0;
    position: relative;
    padding: 15px 30px;
    border-radius: 4px;
    background: #ededed;
    transition: all 0.8s;
}
.oil1-left a h5 {
	float: left;
	font-size: 21px;
	line-height: 1.4;
	font-weight: bold;
}
.oil1-left a em {
	float: right;
	color: #bbbbbb;
	width: 26.25px;
	font-size: 28px;
}
.oil1-left a:hover {
	color: #FFFFFF;
	background: #ea5b24;
}
.oil1-left a:hover em {
	color: #FFFFFF;
}
.oil1-right {
	float: right;
    color: #FFFFFF;
    font-size: 18px;
	max-width: 340px;
	overflow: hidden;
    padding: 40px 25px;
	line-height: 1.444;
	background: #ea5b24;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
	.oil1-right h3 {
		font-size: 28px;
		margin: 0 0 25px;
		line-height: 1.2;
		font-weight: bold;
		word-wrap: break-word;
		width: 223px;
	}
.oil1-right a {
	width: 200px;
	line-height: 1;
	color: #222d35;
	font-size: 14px;
	margin: 30px 0 0;
	overflow: hidden;
    font-weight: bold;
	text-align: center;
    padding: 13px 30px;
	border-radius: 26px;
	display: inline-block;
    border: 2px solid #FFFFFF;
    background-color: #FFFFFF;
	transition: color 0.35s, border-color 0.35s, background-color 0.35s;
}
.oil1-right a em {
	color: #ea5b24;
	width: 19.25px;
	font-size: 24px;
	margin-right: 15px;
	vertical-align: middle;
}
.oil1-right a span {
	vertical-align: middle;
}
.oil1-right a:hover {
    color: #ffffff;
    background: #e6b451;
	border-color: #e6b451;
}
.oil1-right a:hover em {
	color: #ffffff;
}
@media only screen and (max-width: 991px) {
	.oil1 {
		padding: 100px 0;
	}
	.oil1-left {
		padding: 0;
		float: none;
		font-size: 24px;
		max-width: 100%;
	}
	.oil1-icon {
	    width: 150px;
	    height: 150px;
	    margin: 0 0 60px;
	}
	.oil1-left p {
		margin: 0 0 50px;
	}
	.oil1-left a {
	    margin: 60px 0;
	    padding: 25px 50px;
	    border-radius: 8px;
	}
	.oil1-left a h5 {
	    font-size: 36px;
	}
	.oil1-left a em {
	    width: 44px;
		font-size: 44px;
	}
	.oil1-right {
	    float: none;
	    padding: 60px;
	    font-size: 24px;
	    max-width: 100%;
	}
	.oil1-right h3 {
		font-size: 48px;
		margin: 0 0 40px;
	}
	.oil1-right a {
		width: 100%;
		display: block;
		font-size: 28px;
		margin: 60px 0 0;
	    border-width: 4px;
	    padding: 25px 50px;
		border-radius: 49px;
	}
	.oil1-right a em {
		width: 34px;
		font-size: 36px;
	}
}
@media only screen and (max-width: 750px) {
	.oil1 {
		padding: 50px 0;
	}
	.oil1-left {
		font-size: 16px;
	}
	.oil1-icon {
	    width: 80px;
	    height: 80px;
	    margin: 0 0 30px;
	}
	.oil1-left p {
	    margin: 0 0 20px;
	}
	.oil1-left a {
	    margin: 30px 0;
	    padding: 13px 25px;
	    border-radius: 4px;
	}
	.oil1-left a h5 {
	    font-size: 20px;
	}
	.oil1-left a em {
	    width: 24px;
	    font-size: 24px;
	}
	.oil1-right {
	    font-size: 16px;
	    padding: 30px 30px 40px;
	}
	.oil1-right h3 {
		font-size: 28px;
		margin: 0 0 20px;
	}
	.oil1-right a {
		font-size: 14px;
		margin: 30px 0 0;
	    border-width: 2px;
	    padding: 13px 30px;
		border-radius: 26px;
	}
	.oil1-right a em {
		width: 19.25px;
		font-size: 22px;
		margin-right: 10px;
	}
}