section#banner {
	position: relative;
	overflow: hidden;
}
	section#banner img {
		width: 100%;
		object-fit: cover;
		object-position: center;
	}
/*section#banner::before {
	position: absolute;
	content: "";
	display: block;
	background-color: rgba(28,28,28,0.62);
	height: 100%;
	width: calc(50% - 265px);
	left: 0;
	z-index: 3;
}
section#banner::after {
	position: absolute;
	content: "";
    left: calc(50% - 265px);
    width: 0; 
    height: 0;
    top: 0;
    border-top: 648px solid transparent;
    border-left: 780px solid rgba(28,28,28,0.62);
    z-index: 3;
}*/
section#about {
	position: relative;
}
	section#about .row {
		margin: 0;
	}
	section#about .row > div {
		position: static;
	}
section#about {
	background-color: #ECECEC;
}
section#about p {
	line-height: 36px;
	max-width: 610px;
	margin: 70px auto;
	width: calc(100% - 20px);
	padding: 0 10px;
}
	section#about img {
		position: absolute;
		right: 0;
		width: 50%;
		object-fit: cover;
		object-position: center;
		height: 100%;
	}
section#second-banner {
	height: 495px;
	text-align: right;
	background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
}
	section#second-banner .container {
		display: table;
		height: 100%;
	}
	section#second-banner h1 {
		font-size: 82px;
		line-height: 85px;
		color: #fff;
		display: table-cell;
		vertical-align: middle;
	}
	section#second-banner h1 span {
		font-size: 82px;
		line-height: 85px;
		color: #FFBC13;
		display: block;
	}
section#why-choose-us .section-wrapper > .row > div:last-child  {
	background: url('../images/why-choose-us-bg.jpg') center / cover;
}
	section#why-choose-us .row {
		margin: 0;
	}
	.absolute-img-wrapper {
		position: static;
	}
	section#why-choose-us img.absolute-img {
		position: absolute;
		height: 100%;
		top: 0;
		left: 0;
		width: 50%;
		object-position: center;
		object-fit: cover;
	}
	section#why-choose-us ul {
		list-style: none;
		margin: 20px 0;
		padding: 0;
	}
		section#why-choose-us ul li {
			display: table;
			margin-bottom: 30px;
		}
		section#why-choose-us ul li:last-child {
			margin-bottom: 0;
		}
		section#why-choose-us ul li span {
			display: table-cell;
			vertical-align: middle;
			width: 180px;
			padding-left: 35px;
		}
		section#why-choose-us ul.pull-right li span {
			padding-right: 35px;
			padding-left: 0;
		}
		section#why-choose-us ul li div {
			width: 80px;
			height: 80px;
			/*background: url('../images/icons/icons-bg.jpg');*/
			background: #FFF013;
			background: -webkit-linear-gradient(-45deg, #FFF013, #FEA700); /* For Safari 5.1 to 6.0 */
		  	background: -o-linear-gradient(-45deg, #FFF013, #FEA700); /* For Opera 11.1 to 12.0 */
		  	background: -moz-linear-gradient(-45deg, #FFF013, #FEA700); /* For Firefox 3.6 to 15 */
		  	background: linear-gradient(-45deg, #FFF013, #FEA700);
			text-align: center;
			line-height: 80px;
			transition: all ease 0.6s;
		}
			section#why-choose-us ul li img {
				height: 45px;
			}
		section#why-choose-us ul li:hover div, section#why-choose-us ul li:focus div {
			background: #282828;
			border-radius: 100%;
		}
		section#why-choose-us ul li:hover div img.hidden, section#why-choose-us ul li:focus div img.hidden {
			display: inline-block !important;
		}
		section#why-choose-us ul li:hover div img:first-child, section#why-choose-us ul li:focus div img:first-child {
			display: none;
		}
@media(max-width: 1199px) {
	#banner .caption-text, #banner .caption-text span {
		font-size: 45px;
	}
	section#second-banner h1 {
		text-align: center;
	}
	section#second-banner h1, section#second-banner h1 span {
		font-size: 8vw;
		line-height: 1.1;
	}
}
@media(max-width: 991px) {
	section#about img, section#why-choose-us img.absolute-img {
		position: relative;
		width: 100%;
	}
	section#second-banner {
		height: 350px;
	}
	#banner .caption-text .text-cell {
		padding-left: 0;
	}
}
@media(max-width: 767px) {
	section#second-banner {
		height: 300px;
	}
	#banner .caption-text, #banner .caption-text span {
		font-size: 6vw;
	}
}
@media(max-width: 479px) {
	.reasons-list {
		width: 100%;
	}
	section#why-choose-us ul {
		float: left !important;
		text-align: left;
	}
	section#why-choose-us ul.pull-right li span {
		padding-left: 35px;
		padding-right: 0;
	}
}