.hp-banner .wrap{
/*background-color: #555;*/
 
    height: 820px;
}
.hp-banner .inner{
	padding:425px 0px 0 135px;
	position: relative;
	z-index: 3;
}


.hp-banner .swiper{
	max-width: 1100px !important;
	width: 100%;
	padding: 0 !important;
	height: 820px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.hp-banner .swiper .swiper-slide{
	   background-position: left bottom;
    background-size: 1100px auto;
}

.hp-banner h1{
	color:#fff;
	font-size:90px;
	line-height: 80px;
	max-width: unset;
}

.hp-banner h1 span{
	color: #f4da3e;
	font-size: 72px;
}

.hp-banner p{
	color:#fff;
	font-size:18px;
	line-height:1.5em;
}

.hp-banner .red{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    padding: 100px;
    box-sizing: border-box;
    background-color: #b71c11;
    width: 625px;
    background-image: url(img/logo-bg.png);
    background-position: top -250px right -250px;
    background-repeat: no-repeat;
    height: 100%;
}


.hp-banner .red .content{
	position: absolute;
	bottom: 160px;
	left: 100px;
	right: 100px;
}

.hp-banner .red p{
	color: #fff;
}

.hp-banner .red .content .btn{
	background: #8e140c;
	text-transform: uppercase;
	font-size: 14px;
	padding: 25px 20px;
	position: relative;
}

.hp-banner .red .content .btn:before{
	position: absolute;
	content: "";
	background: url(img/down-arrow.png);
	transform: rotate(0deg);
	width: 25px;
	height: 15px;
	bottom: -7px !important;
	left: 50% !important;
	margin-bottom: unset !important;
	margin-left: -12.5px !important;
	transition: bottom .5s ease !important;
}

.hp-banner .red .content .btn:hover{
	opacity: 1;
}

.hp-banner .red .content .btn:hover:before{
	bottom: -25px !important;
	transition: bottom .5s ease !important;
}

/*HP Grid ---------------------------------- */


.hp-grid{
	width: 50%;
}

.hp-grid .flex-grid.tight{
	margin: 0;
}

.hp-grid .flex-grid.tight .item{
	padding: 0;
}

.hp-grid .item .wrap{
	display: block;
	color: #fff;
	text-decoration: none;
	display: block;
    width: 100%;
    height: 100%;
}

.hp-grid .item .wrap img{
	opacity: 0;
}

.hp-grid .item .wrap h3{
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 53px;
	border-bottom: 1px solid #f4da3e;
	margin-bottom: 10px;
}

.hp-grid .item .wrap .learn{
	color: transparent;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	padding-left: 24px;
	position: relative;
	display: block;
}

.hp-grid .item .wrap .learn:before{
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	background-color: #f4da3e;
	top: 50%;
	margin-top: -8px;
	left: 0;
}

.hp-grid .item .wrap .learn:after{
  content:"Learn More";
  display: block;
  position:absolute;
  color:#f4da3e;
  top:0;
  left:24px;
  width:0%;
  height: 27px;
  overflow:hidden;
  transition:all 0.75s;
}

.hp-grid .item .wrap:hover .learn:after{
	width:100%;

	transition: all 1s;
}

.hp-grid .item .wrap .text .content p.excerpt{
	max-height: 0;
	overflow: hidden;
	margin: 0;
	color: #fff;
	transition: all .75s ease;
	font-size: 16px;
}

.hp-grid .item:hover .wrap .text .content p.excerpt{
	max-height: 600px;
	padding-bottom: 20px;
	transition-delay: 1s;
	transition: all .75s ease;
}

.hp-grid .item{
	position: relative;
}

.hp-grid .item .wrap .text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 50px 50px 45px;
    z-index: 3;
}

.hp-grid .item:nth-of-type(1) .wrap{
	background: url(img/grid-1.jpg);
	background-size: cover;
	background-position: bottom;
}

.hp-grid .item:nth-of-type(2) .wrap{
	background: url(img/grid-2.jpeg);
	background-size: cover;
	background-position: bottom;
}

.hp-grid .item:nth-of-type(3) .wrap{
	background: url(img/grid-3.jpg);
	background-size: cover;
	background-position: bottom;
}
.hp-grid .item:nth-of-type(4) .wrap{
	background: url(img/grid-4.jpeg);
	background-size: cover;
	background-position: bottom;
}

/*HP Solutions ------------------------------------ */


.hp-solutions{
	background-color: #000;
    width:50%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 100px;
}

.hp-solutions .inner h2{
	color: #f4da3e;
	line-height: .9em;
	font-size:80px; 
}

.hp-solutions .inner h2 span {
    color: #fff;
    font-size: 58px;
    display: block;
}

.hp-solutions .inner p{
	color: #fff;
}

.hp-solutions .inner ul li{
	color: #fff;
}

.hp-solutions .inner ul.custom li:before{
	background: #f4da3e !important;
}


/*HP Type ------------------------------------------- */

.hp-types{
	background: #000;
	padding: 50px;
}

.hp-types .item .wrap{
	box-sizing: border-box;
	padding: 40px;
	height: 100%;
	background: #fff;
	text-align: center;
}

.hp-types .item .logo{
	padding: 0 0 30px;
}

.hp-types .item p.excerpt{
	text-align: center;
	line-height: 1.3em;
}

.hp-types .item a.btn{
	margin: 0 auto;
	min-width: unset;
	background: #535353;
	padding: .75em 1em;
}

.hp-types .item a.btn:before{
	display: none;
}

/*HP Footer ----------------------------------------*/

.hp-footer{
	background-color: #000;
	/*height: 790px;*/
	margin: 0px 0 0;
	position: relative;
}

.hp-footer .mob-img{
	display: none;
}

.hp-footer .item img{
	display: none;
}

.hp-footer .item{
/*	min-height: 790px;
	background: #000;*/
	display: flex;
/*	background-size: auto 700px;
	background-position: bottom right;
	background-repeat: no-repeat;*/
}

.hp-footer .item .text{
	position: relative;
	padding: 50px 100px;
	box-sizing: border-box;
	width: 50%;
	background: rgba(244, 218, 62, 1);
}

.hp-footer .item .text p{
	max-width: 470px;
}

.hp-footer .item .text p:first-of-type{
		border-bottom: 1px solid #000;
}


.hp-footer .item .text a.btn{
	background: #000;
}

.hp-footer .item .image{
	width: 50%;
	background-size: cover;
	background-position: right;
}

.hp-footer .item .image img{
	display: none;
	margin: 0 auto;
}

