#environmentalSec {
	position: relative;
	padding-top: 168px;
	padding-bottom: 168px;
	background-color: #2662a3;
	background-image: url("../../images//hotels-bg.png");
	background-position: left -100% top -120px;
	background-repeat: repeat;
	background-size: contain;
	overflow: hidden;
}

#environmentalSec .row {
	height: 100%;
}

#environmentalSec .container {
	display: flex;
	position: relative;
}

#environmentalSec .container .image1 {
	order: 1;
	position: absolute;
	top: -170px;
	left: 0px;
	width: 381px;
}

#environmentalSec .container .image2 {
	order: 2;
	position: absolute;
	bottom: -80px;
	left: 157px;
	width: 286px;
}

#environmentalSec .container .image3 {
	order: 3;
	position: absolute;
	bottom: -36px;
	right: 0px;
	width: 381px;
}

#environmentalSec .container .image1 img,
#environmentalSec .container .image2 img,
#environmentalSec .container .image3 img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

#environmentalSec .container .image1::after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,
			rgba(32, 79, 134, 0) 0%,
			rgba(32, 79, 134, 0.079) 19%,
			rgba(32, 79, 134, 0.138) 34%,
			rgba(32, 79, 134, 0.185) 47%,
			rgba(32, 79, 134, 0.217) 56.5%,
			rgba(32, 79, 134, 0.242) 65%,
			rgba(32, 79, 134, 0.262) 73%,
			rgba(32, 79, 134, 0.278) 80.2%,
			rgba(32, 79, 134, 0.287) 86.1%,
			rgba(32, 79, 134, 0.294) 91%,
			rgba(32, 79, 134, 0.298) 95.2%,
			rgba(32, 79, 134, 0.299) 98.2%,
			rgba(32, 79, 134, 0.3) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#environmentalSec .container .image2::after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,
			rgba(32, 79, 134, 0) 0%,
			rgba(32, 79, 134, 0.079) 19%,
			rgba(32, 79, 134, 0.138) 34%,
			rgba(32, 79, 134, 0.185) 47%,
			rgba(32, 79, 134, 0.217) 56.5%,
			rgba(32, 79, 134, 0.242) 65%,
			rgba(32, 79, 134, 0.262) 73%,
			rgba(32, 79, 134, 0.278) 80.2%,
			rgba(32, 79, 134, 0.287) 86.1%,
			rgba(32, 79, 134, 0.294) 91%,
			rgba(32, 79, 134, 0.298) 95.2%,
			rgba(32, 79, 134, 0.299) 98.2%,
			rgba(32, 79, 134, 0.3) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#environmentalSec .container .image3::after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,
			rgba(32, 79, 134, 0) 0%,
			rgba(32, 79, 134, 0.079) 19%,
			rgba(32, 79, 134, 0.138) 34%,
			rgba(32, 79, 134, 0.185) 47%,
			rgba(32, 79, 134, 0.217) 56.5%,
			rgba(32, 79, 134, 0.242) 65%,
			rgba(32, 79, 134, 0.262) 73%,
			rgba(32, 79, 134, 0.278) 80.2%,
			rgba(32, 79, 134, 0.287) 86.1%,
			rgba(32, 79, 134, 0.294) 91%,
			rgba(32, 79, 134, 0.298) 95.2%,
			rgba(32, 79, 134, 0.299) 98.2%,
			rgba(32, 79, 134, 0.3) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#environmentalSec .contentBox {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 659px;
	margin: auto;
}

#environmentalSec .contentBox .h2 {
	display: block;
	margin: 0 0 32px 0;
	font-size: 3.1875rem;
	color: #52d7fa;
	font-weight: 300;
	line-height: 3.6875rem;
	text-align: center;
}

#environmentalSec .contentBox .h2 strong {
	color: #ffffff;
	font-weight: 700;
	font-style: italic;
}

#environmentalSec .contentBox p {
	margin: 0 0 16px 0;
	font-size: 1rem;
	color: #c6daf1;
	font-weight: 400;
	line-height: 1.5rem;
	text-align: center;
}

#environmentalSec .contentBox p:last-child {
	margin-bottom: 0;
}

#environmentalSec .contentBox .exploreBtn {
	display: inline-block;
	margin: 24px 0 0 0;
	padding: 10px 23px;
	border: 1px solid #c6daf1;
	background-color: transparent;
	border-radius: 4px;
	font-family: "GT Walsheim Trial";
	font-size: 0.75rem;
	color: #c6daf1;
	font-weight: 500;
	line-height: 1.125rem;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#environmentalSec .contentBox .exploreBtn:hover {
	border-color: #ffffff;
	background-color: #ffffff;
	color: #204f86;
}

#environmentalVideo {
	display: none;
}
#colorbox #environmentalVideo {
	display: block;
}


/* #Additional - Large Screens beyond 1600px
================================================== */
@media only screen and (min-width: 1367px) and (max-width: 1600px) {


	#environmentalSec {
		padding-top: 138px;
		padding-bottom: 138px;
	}

	#environmentalSec .container .image1 {
		top: -100px;
		width: 320px;
	}

	#environmentalSec .container .image2 {
		left: 90px;
		bottom: -60px;
		width: 250px;
	}

	#environmentalSec .container .image3 {
		bottom: 94px;
		width: 250px;
	}


}

/* #Additional - Large Screens beyond 1366px
================================================== */
@media only screen and (min-width: 1180px) and (max-width: 1366px) {

	#environmentalSec .container .image1 {
		top: -100px;
		width: 250px;
	}

	#environmentalSec .container .image2 {
		left: 90px;
		bottom: -60px;
		width: 200px;
	}

	#environmentalSec .container .image3 {
		bottom: 84px;
		width: 250px;
	}


}



/* #iPad Pro - Large Screens beyond 1024px
================================================== */
@media only screen and (min-width: 959px) and (max-width: 1180px) {


	#environmentalSec {
		padding-top: 90px;
		padding-bottom: 90px;
		height: auto;
	}

	#environmentalSec .contentBox {
		max-width: 500px;
	}

	#environmentalSec .contentBox .h2 {
		font-size: 2.9375rem;
		line-height: 3.5625rem;
	}

	#environmentalSec .contentBox p br {
		display: none;
	}

	#environmentalSec .container .image1 {
		width: 220px;
	}

	#environmentalSec .container .image2 {
		bottom: -100px;
		left: 20px;
		width: 150px;
	}

	#environmentalSec .container .image3 {
		width: 220px;
	}


}



/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	#environmentalSec {
		padding-top: 85px;
		padding-bottom: 85px;
		height: auto;
	}

	#environmentalSec .contentBox {
		max-width: 485px;
	}

	#environmentalSec .contentBox .h2 {
		font-size: 2.375rem;
		line-height: 2.75rem;
	}

	#environmentalSec .contentBox p br {
		display: none;
	}

	#environmentalSec .container .image1,
	#environmentalSec .container .image2,
	#environmentalSec .container .image3 {
		display: none;
	}


}



/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {

	#environmentalSec {
		padding-top: 64px;
		padding-bottom: 64px;
		height: auto;
	}

	#environmentalSec .contentBox .h2 {
		font-size: 2.375rem;
		line-height: 2.75rem;
	}

	#environmentalSec .contentBox p br {
		display: none;
	}

	#environmentalSec .container .image1,
	#environmentalSec .container .image2,
	#environmentalSec .container .image3 {
		display: none;
	}

}