.brdr {
	border: 2px solid red;
}

.bg-over {
	background: url(../photos/1/rainforest-photo-gallery/English Medium.jpg) no-repeat center;
	object-fit: cover;
	background-attachment: fixed;
	background-size: cover;
}

.dark-lyer {
	background: #ffffff96;
}

/*banner form section starts*/

.section-padding {
	margin: 30px 0;
}

.banner-side .banner-bar {
	transform: translateY(100%);
	position: relative;
}

.banner-side .banner-bar .title-head .title1 {
	color: rgba(203, 20, 92, 1);
}

.banner-side .banner-bar .title-head .title2 {
	color: rgba(24, 134, 177, 1);
}

.banner-side .banner-bar .sub-text {
	margin: 20px 0;
	font-weight: 600;
}

.banner-side .banner-bar .sub-text span {
	font-size: 14px;
	letter-spacing: 2px;
}

.form {
	background-color: #15172bbf;
	border-radius: 20px;
	box-sizing: border-box;
	height: 100%;
	width: 350px;
}

.title {
	color: #eee;
	font-family: 'Merriweather', serif;
	font-size: 20px;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 5px;
}

.subtitle {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 2px;
}

.input-container {
	height: 50px;
	position: relative;
	width: 100%;
}

.ic1 {
	margin-top: 20px;
}

.ic2 {
	margin-top: 20px;
}

.input {
	background-color: #30324596;
	border-radius: 12px;
	border: 0;
	box-sizing: border-box;
	color: #eee;
	font-size: 18px;
	height: 100%;
	outline: 0;
	padding: 4px 20px 0;
	font-size: 18px;
	width: 100%;
}

.cut {
	background-color: #3032453d;
	border-radius: 10px;
	height: 20px;
	left: 20px;
	position: absolute;
	top: 0px;
	transform: translateY(0);
	transition: transform 200ms;
	width: 76px;
}

.cut-short {
	width: 50px;
}

.input:focus~.cut,
.input:not(:placeholder-shown)~.cut {
	transform: translateY(-13px);
	background: #303246;
}

.placeholder {
	color: #fff;
	font-family: sans-serif;
	left: 20px;
	line-height: 14px;
	pointer-events: none;
	position: absolute;
	transform-origin: 0 50%;
	transition: transform 200ms, color 200ms;
	top: 20px;
}

.input:focus~.placeholder,
.input:not(:placeholder-shown)~.placeholder {
	transform: translateY(-30px) translateX(10px) scale(0.75);
}

.input:not(:placeholder-shown)~.placeholder {
	color: #808097;
}

.input:focus~.placeholder {
	color: #dc2f55;
}

.submit {
	background-color: #15172bbf;
	border-radius: 12px;
	border: 0;
	box-sizing: border-box;
	color: #eee;
	cursor: pointer;
	font-size: 18px;
	height: 50px;
	margin-top: 38px;
	// outline: 0;
	text-align: center;
	width: 100%;
}

.submit:active {
	background: #2ec4b6;
	color: #000;
}

.submit:focus {
	outline: none;
}

/* starts */

.select-wrapper {
	position: relative;
	width: 310px;
}

.select-wrapper::after {
	color: #65657b;
	content: "▾";
	margin-right: 10px;
	pointer-events: none;
	position: absolute;
	right: 10px;
	top: 6px;
	font-size: 30px;
}

.select {
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
	border-radius: 0;
	cursor: pointer;
	padding: 15px;
	color: #65657b;
	width: 100%;
	background: #303245;
	border-radius: 12px;
	font-size: 16px;
}

.select:focus {
	color: #65657b;
	outline: none;
}

.select::-ms-expand {
	display: none;
}

/* ends */
/*banner form section ends*/


/* why section =============================================== starts */
.hovicon {
	display: inline-block;
	font-size: 45px;
	line-height: 90px;
	cursor: pointer;
	margin: 20px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	text-decoration: none;
	z-index: 1;
	color: red;
}

.hovicon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.hovicon:before {
	speak: none;
	font-size: 48px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}

/* Effect 8 */
.hovicon.effect-8 {
	background: #353866;
	color: #fff;
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}

.hovicon.effect-8:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.hovicon.effect-8:hover {
	background: #2ec4b6;
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
	color: #000;
}

.hovicon.effect-8:hover i {
	color: #fff;
}

.hovicon.effect-8:hover:after {
	-webkit-animation: sonarEffect 0.5s ease-out 75ms;
	-moz-animation: sonarEffect 0.5s ease-out 75ms;
	animation: sonarEffect 0.5s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}

	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(46, 196, 182, 1), 0 0 10px 10px #2ec4b6, 0 0 0 10px rgba(46, 196, 182, 1);
	}

	100% {
		box-shadow: 0 0 0 2px rgba(46, 196, 182, 1), 0 0 10px 10px #2ec4b6, 0 0 0 10px rgba(46, 196, 182, 1);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}

@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}

	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(46, 196, 182, 1), 0 0 10px 10px #2ec4b6, 0 0 0 10px rgba(46, 196, 182, 1);
	}

	100% {
		box-shadow: 0 0 0 2px rgba(46, 196, 182, 1), 0 0 10px 10px #2ec4b6, 0 0 0 10px rgba(46, 196, 182, 1);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}

	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(46, 196, 182, 1), 0 0 10px 10px #2ec4b6, 0 0 0 10px rgba(46, 196, 182, 1);
	}

	100% {
		box-shadow: 0 0 0 2px rgba(46, 196, 182, 1), 0 0 10px 10px #2ec4b6, 0 0 0 10px rgba(46, 196, 182, 1);
		transform: scale(1.5);
		opacity: 0;
	}
}

.why p {
	font-weight: 500;
	color: #353866;
	font-family: 'Lobster Two', cursive;
}

.section-space {
	margin-top: 120px;
}

/* why section =============================================== ENDS */


/*** Facility ***/

.facility h1 {
	font-family: Merriweather, serif;
	font-weight: 600;
}

.facility-text h3 {
	font-family: 'Lobster Two', cursive;
}

.facility-item .facility-icon span:last-child {
	left: auto;
	right: 0;
}

.facility-item .facility-icon i {
	position: relative;
	z-index: 2;
}

.facility-item .facility-text {
	position: relative;
	min-height: 250px;
	padding: 30px;
	border-radius: 100%;
	display: flex;
	text-align: center;
	justify-content: center;
	flex-direction: column;
}

.facility-item .facility-text::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, .9);
	transition: .5s;
	z-index: 1;
}

.facility-item .facility-text * {
	position: relative;
	z-index: 2;
	top: -5px;
	margin-top: 8px;
}

.facility-item:hover .facility-icon::before,
.facility-item:hover .facility-text::before {
	background: transparent;
}

.facility-item * {
	transition: .5s;
}

.facility-item:hover * {
	color: #FFFFFF !important;
}

.bg-magenta {
	background: #8B008B;
}

.text-magenta {
	color: #8B008B;
}

.bg-tomato {
	background: #FF6347;
}

.text-tomato {
	color: #FF6347;
}

/*** Facility ends ***/


/* media query ================================================================= */
@media (max-width:425.98px) {
	.res-btn{
		display: none;
	}

	.dark-lyer .col-lg-7 {
		display: none;
	}

	.dark-lyer .form {
		margin: 0 auto;
	}

	.facility-item .facility-text {
		position: relative;
		min-height: 250px;
		padding: 70px;
		border-radius: 100%;
		display: flex;
		text-align: center;
		justify-content: center;
		flex-direction: column;
	}

	.facility-item .facility-text i {
		font-size: 60px;
	}

	.facility-item .facility-text h3 {
		font-size: 35px;
	}

	.facility-item .facility-text p {
		font-size: 22px;
	}

	.why p {
		font-weight: 500;
		color: #353866;
		font-size: 25px;
		font-family: 'Lobster Two', cursive;
	}
}

@media screen and (max-width:2560px) and (min-width:768px) {
	.footer-firm {
		display: none;
	}

	.res-btn{
		display: block;
	}
}


/*===============================================*/
.footer-firm {
	background-color: #353866;
	border-top: 1px solid rgba(255, 255, 255, .05);
	font-family: Roboto, sans-serif;
	font-weight: 400;
	color: rgba(255, 255, 255, .7);
	font-size: 13px;
	padding: 0;
	margin: 0;
}

.footer-firm a {
	color: rgba(255, 255, 255, .7);
}

.custom {
	line-height: 5px;
	letter-spacing: 1px;
}


@media (max-width:.2560px) {
	.footer-firm {
		display: none;
	}
}
@media screen and (max-width:2560px) and (min-width:768px) {
	.footer-firm {
		display: none;
		position: absolute;
    	width: 100%;
    	bottom: 0;
	}
/* media query ================================================================= */