.about-box {
	display: flex;
	align-items: center;
	position: relative;
	padding: 30px;
	padding-right: 10px;
	background-size: cover;
	background-position: center;
}

.about-box>img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 20px;
}

.about-img img {
	width: 215px;
	margin-right: 15px;
}

.about-box-text h4 {
	font-size: 50.8px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 700;
}

.about-box-text p {
	font-size: 23px;
	color: #fff;
	margin-bottom: 20px;
}

.about-box-text a {
	background: #fff;
	width: 300px;
	display: inline-block;
	height: 45px;
	line-height: 45px;
	border-radius: 40px 0 0 40px;
	color: #003BAA;
	font-size: 25px;
	text-transform: uppercase;
	font-family: var(--main-button-font);
	font-weight: var(--main-button-font-weight);
	font-style: var(--main-button-font-style);
	padding-left: 60px;
	position: relative;
}

.about-box-text a:hover {
	background: #000;
	color: #fff;
}

.about-box-text a img {
	position: absolute;
	left: -1px;
	top: -1px;
	width: 47px;
}

.about-box-text a:hover img {
	filter: invert(100%) sepia(9%) saturate(0%) hue-rotate(168deg) brightness(100%) contrast(108%);
}

.about-title h3 {
	margin-top: 10px;
	font-weight: 700;
}

.about-text p {
	font-size: 30px;
	line-height: 1.16;
	margin-bottom: 30px;
	letter-spacing: -.5px;
}

/* LOCATION AREA */

.location-area {
	width: 100%;
	background-size: cover;
	object-fit: cover;
	height: 550px;
	background-attachment: fixed;
	overflow: hidden;
	background-position: center center;
	position: relative;
}

.history-border {
	background-size: cover;
	position: absolute;
	height: 62px;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	background-position: center;
	background-repeat: no-repeat;
}

.history-border.flip {
	top: 0;
	transform: rotate(180deg);
}

.loaction-text {
	width: 400px;
	margin: 0 auto;
	background-color: rgb(0, 108, 255, .878);
	padding: 15px 0;
	margin-bottom: 15px;
}

.loaction-text h3 {
	font-size: 39px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.loaction-text h4 {
	font-size: 33px;
	color: #fff;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
}

.location-content a {
	background: #C10007;
	width: 320px;
	display: inline-block;
	height: 43px;
	line-height: 43px;
	border-radius: 10px;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	font-family: var(--main-button-font);
	font-weight: var(--main-button-font-weight);
	font-style: var(--main-button-font-style);
}

.location-content a img {
	width: 15px;
	margin-right: 15px;
	position: relative;
	top: -1px;
}

.location-content a:hover {
	background: #000;
}

/* FEATURED ATTRACTIONS AREA */

.single-features-items {
	background: linear-gradient(to right, rgba(0, 62, 220, 1) 0%, rgba(0, 108, 255, 1) 50%, rgba(0, 108, 255, 1) 100%);
	padding-bottom: 50px;
	overflow: hidden;
}

.featur-img {
	overflow: hidden;
}

.single-features-items:hover .featur-img img {
	transform: scale(1.1);
}

.single-features-items h3 {
	width: 100%;
	font-size: 36px;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-weight: 700;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.single-features-items p {
	font-size: 22px;
	color: #fff;
	line-height: 1.25;
	margin-left: 20px;
	padding-right: 6%;
	height: 116px;
	margin-bottom: 15px;
	font-family: "proxima-nova-extra-condensed", sans-serif;
	font-weight: 200;
}

.single-features-items a img {
	width: 45px !important;
	display: inline-block !important;
	position: absolute;
	left: 0;
	top: 0;
}

.single-features-items a {
	width: 100%;
	display: block;
	background: #C10007;
	height: 45px;
	line-height: 45px;
	border-radius: 40px 0px 0px 40px;
	text-transform: uppercase;
	color: #fff;
	font-size: 25px;
	padding-left: 60px;
	position: relative;
	margin-left: 25px;
	font-family: var(--main-button-font);
	font-weight: var(--main-button-font-weight);
	font-style: var(--main-button-font-style);
}

.single-features-items a:hover {
	color: #000;
}

.feature-pattern img {
	position: absolute;
	bottom: 0;
	left: 0;
}

.features-active .owl-nav div {
	left: -80px;
}

.features-active .owl-nav div.owl-next {
	left: auto;
	right: -80px;
}



/* laptop */
@media (max-width: 1400px) {
	.about-box-text h4 {
		font-size: 40px;
	}

	.about-box-text p {
		font-size: 20px;
	}

	.about-box-text a {
		width: 250px;
	}
}

/* mini laptop */
@media (max-width: 1200px) {
	.features-active .owl-nav div {
		left: -45px;
	}

	.features-active .owl-nav div.owl-next {
		left: auto;
		right: -45px;
	}

	.features-active .owl-nav div img {
		width: 32px;
	}

	.single-features-items h3 {
		font-size: 30px;
	}

	.single-features-items p {
		height: 100px;
		font-size: 20px;
	}

	.single-features-items a {
		font-size: 22px;
	}

	.location-area {
		height: 390px;
	}

	.about-text p {
		font-size: 24px;
		line-height: 1.2;
	}

	.about-img img {
		width: 160px;
	}

	.about-box-text h4 {
		font-size: 30px;
		margin-bottom: 5px;
	}

	.about-box-text p {
		font-size: 16px;
	}

	.about-box-text a {
		width: 220px;
	}

	.about-box {
		padding: 20px 30px;
		padding-right: 10px;
	}
}

/* tablet */
@media (max-width: 992px) {

	.features-titl.center.mb-75 {
		margin-bottom: 50px;
	}

	.single-features-items p {
		height: 80px;
	}

	.features-active .owl-nav div img {
		width: 28px;
	}

	.features-active .owl-nav div {
		left: -31px;
	}

	.features-active .owl-nav div.owl-next {
		left: auto;
		right: -31px;
	}


	.loaction-text h3 {
		font-size: 28px;
	}

	.loaction-text h4 {
		font-size: 25px;
	}

	.loaction-text {
		width: 300px;
		padding: 8px 0;
	}

	.location-content a {
		width: 270px;
	}

	.location-area {
		height: 400px;
		background-position: center bottom;
		background-attachment: initial;
	}

	.about-text p {
		font-size: 18px;
	}

	.about-text.mb-130 {
		margin-bottom: 60px;
	}

	.about-box {
		margin-bottom: 20px;
	}

	.footer-left {
		margin-bottom: 50px;
	}

}

/* mobile version */
@media(max-width: 767px) {


	.owl-nav div {
		left: 15px;
	}

	.owl-nav div.owl-next {
		left: auto;
		right: 15px;
	}

	.features-titl.center.mb-75 {
		margin-bottom: 36px;
	}

	.single-features-items p {
		height: auto;
	}

	.features-active .owl-nav div img {
		width: 32px;
	}

	.features-active .owl-nav div {
		left: -14px;
	}

	.features-active .owl-nav div.owl-next {
		left: auto;
		right: -14px;
	}

	.features-active .owl-nav div {
		top: 46%;
	}

	.about-title h3 {
		line-height: 1.1;
	}

	.about-title.text-center.mb-55.center {
		margin-bottom: 40px;
	}

	.about-text p {
		font-size: 18px;
		text-align: center;
		margin-bottom: 25px;
		line-height: 1.24;
	}

	.about-img img {
		width: 120px;
	}

	.about-box>img {
		width: 15px;
	}

	.about-box {
		padding: 15px 23px;
		padding-right: 10px;
		padding-right: 10px;
	}

	.about-box-text h4 {
		font-size: 22px;
	}

	.about-box-text p {
		font-size: 15px;
	}

	.about-box-text a {
		width: 170px;
		font-size: 18px;
		height: 36px;
		line-height: 36px;
		padding-left: 50px;
	}

	.about-box-text a img {
		width: 38px;
	}
}


@media (max-width: 380px) {
	.about-box-text a {
		width: 155px;
		font-size: 16px;
	}
}


/* NEWS SECTION */

.news-area h1 {
	font-size: 48px;
	color: #c10007;
	font-weight: 900;
}

.news-area .news-text-box {
    background: #c2dbff;
    border-radius: 5px;
    border: 1px solid #d7d7d7;
}

.news-area .news-text-box h3 {
    font-size: 36px;
    color: #002c73;
    font-weight: 700;
}

.news-area .news-picbox {
	padding: 0;
	min-height: 280px;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.news-area .news-picbox img {
	max-width: 100%;
	height: auto;
}


.news-area .news-text-box p {
	font-size: 20px;
	line-height: 1.2;
}

.news-area .news-text-box a {
	padding: 6px 40px 6px 10px;
	position: relative;
	display: inline-block;
	border: 0px solid #ffffff !important;
	border-radius: 5px;
	font-family: var(--main-button-font);
	font-weight: var(--main-button-font-weight);
	font-style: var(--main-button-font-style);
	font-size: 20px;
	line-height: 1;
	text-align: center;
	color: #ffffff !important;
	text-transform: uppercase;
	text-decoration: none !important;
	-webkit-box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.1);
	background: #c10007;
	-webkit-transition: all 1.0s ease;
	-o-transition: all 1.0s ease;
	transition: all 1.0s ease;
}

.news-area .news-text-box a:after {
	content: "\f138";
	position: absolute;
	right: 10px;
	z-index: 1;
    font-family: 'fa-solid';
    font-weight: 900;
}

.news-area .news-text-box a:hover {
	background: #ab0006;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}