* {
	padding: 0;
	margin: 0;
}
:root {
  	--color-primary: #F08714; /*Yellow*/
  	--color-secondary: #0B294D; /*Blue*/
  	--color-grey: #C5C4C9; /*Grey*/
  	--color-text: #515151; /*text*/
}
body {
  font-family: 'Lunasima', sans-serif;
  overflow-x: hidden !important;
}
a {
	text-decoration: none !important;
	transition: all ease-in-out 0.3s;
}
header {
	position: absolute;
	top: 0px;
	width: 100%;
}
.a-top-bar {
	padding: 10px 0px;
	background: var(--color-secondary);
}
.a-top-bar .a-icon-list, .a-icon-list-item {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 0px 20px;
}
.a-icon-list-item {
	gap: 0px 5px !important;
}
.a-icon-list-img {
	margin-top: -3px !important;
}
.a-icon-list-img img {
	width: 16px;
}
.a-icon-list-title h4, .a-icon-list-title h4 a {
	margin: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: Lunasima;
}
.a-icon-list-title h4 a:hover {
	color: var(--color-primary);
}
.a-icon-list hr {
	width: 15px;
	height: 50% !important;
	transform: rotate(90deg);
	border: 1px solid rgba(255, 255, 255, 0.4);
}
.a-social-icon-list {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 0px 10px;	
}
.a-social-icon-list .a-icon-list-img img {
	width: 26px !important;
}
.a-social {
	position: relative;
}
.a-icon-list-item, .a-social-icon-list {
	z-index: 111;
}
.a-social::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: calc(50% - 260px);
	background: var(--color-primary);
	border-radius: 35px 0 0 35px;
}
.a-container {
	width: 1240px;
	margin: 0px auto !important;
}
.a-padding {
	padding: 0px 15px;
}
.a-menu-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0px;
}
.a-logo-wrapper {
	margin: 0px 10px;
}
.a-menu-wrapper ul {
	align-items: center;
	gap: 0px 40px;
}
.a-menu li:nth-child(7) {
	position: absolute;
	right: -203px;
}
.a-menu li:nth-child(7) a {
	text-decoration: underline !important;
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 0px 5px;
}
.a-menu li a {
	font-family: inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	color: #fff;
}
.a-menu li a:hover {
	color: var(--color-primary);
}
.a-menu li.active a {
	color: var(--color-primary);
}

/*hero section*/

.a-hero-section {
	background: url(../images/hero-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 285px 0px 210px 0px;
}
.a-hero-content {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.a-hero-content h1 {
	font-family: inter;
	font-weight: 700;
	font-size: 65px;
	color: #fff;
	line-height: 90px;
	text-align: center;
	width: 100%;
	margin-bottom: 26px;
}
.a-tagline {
	font-family: inter;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	line-height: 120%;
	text-align: center;
	width: 100%;
	margin-bottom: 13px;
}
.a-hero-desc {
	font-family: inter;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	line-height: 28px;
	text-align: center;
	width: 55%;
	margin: 0px;
}
.a-hero-btn-wrapper {
	width: 100%;
	margin-top: 50px;
	display: flex;
	justify-content: center;
	gap: 0px 30px;
}
.a-hero-btn-wrapper div {
	display: flex;
}
.a-hero-btn, .a-hero-btn-two, .a-btn {
	background: var(--color-secondary);
	padding: 21px 80px;
	font-family: Lunasima;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
	color: #fff;
	border-radius: 50px;
	border: 2px solid var(--color-secondary);
}
.a-hero-btn:hover {
	background: #fff;
	border-color: #fff;
	color: var(--color-secondary);
}
.a-hero-btn-two {
	background: transparent; !important;
	border: 2px solid var(--color-primary) !important;
	display: flex;
	align-items: center;
	gap: 0px 5px;
}
.a-hero-btn-two:hover {
	background: var(--color-primary);
}

/*About Us Section*/

.a-section {
	padding: 120px 0px;
}
.a-section-tagline {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 0px 2px;
}
.a-section-tagline h4 {
	font-family: inter;
	font-size: 16px;
	font-weight: 700;
	line-height: 120%;
	color: var(--color-secondary);
	margin: 0px;
}
.a-main-heading {
	font-family: inter;
	font-size: 35px;
	font-weight: 700;
	line-height: 120%;
	color: var(--color-secondary);
	margin-top: 17px;
	margin-bottom: 22px;
}
.a-main-text {
	font-family: inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	color: var(--color-text);
	margin-bottom: 0;
}
.a-clients-wrapper .a-main-text {
	color: #fff !important;
	opacity: 0.8;
}
.a-main-desc p {
	font-family: inter;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
	color: var(--color-text);
	margin-bottom: 15px;
}
.a-main-desc p span {
	font-weight: 600;
}
.a-main-desc p:nth-child(2) {
	margin-bottom: 0px !important;
}
.a-btn {
	color: #fff;
	background: var(--color-primary);
	border-color: var(--color-primary);
}
.a-btn-wrapper {
	display: flex;
	margin-top: 50px;
}
.a-btn:hover {
	background: var(--color-secondary);
	border-color: var(--color-secondary);
}

/*Service section*/

.a-services-section {
	background: #f9f9f9;
}
.a-services-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 25px 0px;
	background: url(../images/union.png);
	background-repeat: no-repeat;
	background-position: center;
}
.a-col-33 {
	width: calc(33% - 12.5px);
}
.a-col-50 {
	width: calc(50% - 12.5px);
}
.a-service-box {
	position: relative;
	border-radius: 25px;
	overflow: hidden;
	transition: all ease-in-out 0.3s !important;
}
.a-service-box::before {
	content: "";
	position: absolute;
	top: 0;
	background: var(--color-secondary);
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all ease-in-out 0.3s;
}
.a-service-box:hover::before {
	opacity: 0.7;
}
.a-hovered-content {
	position: absolute;
	text-align: center;
	top: 60%;
	width: 100%;
	opacity: 0;
	transition: all ease-in-out 0.3s;
	z-index: 1111;
}
.a-hovered-heading {
	font-family: Lunasima;
	font-weight: 700;
	font-size: 30px;
	color: #fff;
	line-height: 120%;
	margin-bottom: 20px;
}
.a-hovered-content img {
	width: 26px !important;
}
.a-hovered-content a {
	font-family: Lunasima;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 120%;
	z-index: 1111;
}
.a-hovered-content a:hover {
	color: var(--color-primary);
}
.a-service-box:hover .a-hovered-content {
	opacity: 1;
	top: 30%;
}
.a-service-box:hover .a-service-box-desc {
	opacity: 0;
}
.a-service-box img {
	border-radius: 25px;
	width: 100%;
}
.a-service-box-desc {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	background: #fff;
	border-radius: 0 0 25px 25px;
	position: absolute;
	bottom: 0px;
	border: 1px solid #fff;
	width: 100%;
	transition: all ease-in-out 0.3s !important;
}
.a-service-box-desc h4 {
	font-family: Lunasima;
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	color: var(--color-secondary);
	margin: 0;
}

/* Core Values Section */

.a-core-values {
	margin-top: 50px;
	display: flex;
	justify-content: center;
	align-items: start;
	flex-wrap: wrap;
	gap: 50px 0px;
}
.a-value-item {
	width: calc(33.33% - 20px);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;

}
.a-value-item:hover .a-core-icon {
	transform: rotateY(180deg);
}
.a-core-icon-wrapper {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-bottom: 20px;
}
.a-core-icon {
	transition: all ease-in-out 0.3s;
}
.a-icon-content-wrapper h4 {
	font-family: Lunasima;
	font-weight: 700;
	font-size: 18px;
	line-height: 120%;
	color: var(--color-secondary);
	margin-bottom: 10px !important;
	text-align: center;
}
.a-icon-content-wrapper p {
	font-family: inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	color: var(--color-text);
	margin: 0px;
	text-align: center;
	opacity: 0.6;
}

/*clients section*/

.a-clients-section {
	background: var(--color-secondary);
	padding: 60px 0px;
}
.a-clients-wrapper, .a-clients {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.a-clients {
	align-items: stretch !important;
}
.a-clients-wrapper .a-col-45 {
	width: calc(45% - 35px);
}
.a-clients-wrapper .a-col-55 {
	width: calc(55% - 35px);
}
.a-clients-wrapper .a-section-tagline h4 {
	color: #fff;
}
.a-clients-wrapper .a-main-heading {
	color: #fff;
}
.a-clients-item {
	width: calc(50% - 10px);
	padding: 20px;
	background: rgb(255, 255, 255, 0.20);
	transition: all ease-in-out 0.3s;
}
.a-clients-item:hover {
	background: rgb(255, 255, 255, 0.40);
}
.a-clients-icon {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.a-clients-title h4 {
	font-family: Lunasima;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	color: #fff;
	margin: 0;
	text-align: center;
}

/*Gallery Section*/

.a-gallery-section .a-main-heading {
	margin-bottom: 0px;
}
.a-gallery-btn {
	font-family: Lunasima;
	font-weight: 700;
	font-size: 18px;
	line-height: 120%;
	color: var(--color-primary);
	text-decoration: underline !important;
}
.a-gallery-btn:hover {
	color: var(--color-secondary);
}
.a-gallery-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: start;
	/*flex-wrap: wrap;*/
	margin-top: 40px;
	gap: 20px;
}
.a-gallery-item {
	width: 25%;
	transition: all ease-in-out 0.3s;
}
.a-gallery-item:hover {
	width: 40% !important;
}
.a-gallery-item-img img {
	width: 100%;
}
.a-gallery-item-title {
	padding: 20px;
	background: #fff;
	border-bottom: 2px solid var(--color-primary);
}
.a-gallery-item-title h5 {
	font-family: Lunasima;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	color: var(--color-secondary);
	text-align: center;
	margin: 0;
}

/*Booking Section*/

.a-booking-section {
	padding: 60px 0px;
	background: var(--color-secondary);
}
.a-booking-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.a-col-48 {
	width: calc(48% - 20px);
}
.a-col-52 {
	width: calc(52% - 20px);
}
.a-booking-img img {
	width: 100%;
	border-radius: 25px;
}
.a-booking-row .a-main-heading {
	color: #fff;
	margin-bottom: 20px !important;
}
.a-booking-row .a-section-tagline h4 {
	color: #fff;
}
.a-form-wrapper {
	background: rgb(255, 255, 255, 0.20);
	border-radius: 20px;
	padding: 40px;
}
.a-form-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}
.a-form-row:nth-child(4) {
	margin-bottom: 0px;
}
.a-form-col {
	width: calc(50% - 5px);
	display: flex;
	flex-wrap: wrap;
}
.a-form-wrapper label {
	font-family: Lunasima;
	font-size: 14px;
	font-weight: 700;
	line-height: 120%;
	color: #fff;
	margin-bottom: 4px;
}
.a-form-wrapper input, .a-form-wrapper textarea {
	border: 1px solid rgb(255, 255, 255, 0.40);
	padding: 10px;
	background: transparent;
	font-family: inter;
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	color: #fff;
	width: 100%;
	outline: none;
}
.a-form-wrapper input:focus, .a-form-wrapper textarea:focus {
	border: 1px solid rgb(255, 255, 255, 0.70);
}
.a-form-btn {
	width: 35% !important;
}
.a-form-btn button {
	background: var(--color-primary);
	border-radius: 25px;
	border: none;
	padding: 1px 10px;
	font-family: Lunasima;
	font-size: 14px;
	font-weight: 700;
	line-height: 120%;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	transition: all ease-in-out 0.3s;
}
.a-form-btn button:hover {
	background: var(--color-secondary);
}
.a-form-btn button span.a-text {
	width: 100%;
	padding: 11px 0px;
}

/*Call To Action*/

.a-cta-section {
	background: var(--color-primary);
	padding: 35px 0px;
}
.a-cta-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.a-cta-col {
	width: calc(29% - 25.5px);
}
.a-cta-col:nth-child(1) {
	width: calc(20% - 25.5px);
}
.a-cta-col h3 {
	font-family: inter;
	font-weight: 700;
	font-size: 25px;
	line-height: 120%;
	color: #fff;
	margin-bottom: 0;
}
.a-contact-list {
	display: flex;
	justify-content: start;
	gap: 0px 10px;
	align-items: center;
}
.a-contact-list-title a {
	font-family: Lunasima;
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	color: #fff;
}
.a-contact-list-title a:hover {
	color: var(--color-secondary);
}

/*footer*/

footer {
	padding: 60px 0px 20px 0px;
	background: var(--color-secondary);
}
.a-newsletter-row, .a-copyright-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 60px;
}
.a-newsletter-col {
	width: calc(55% - 15px);
}
.a-newsletter-col:nth-child(2) {
	width: calc(45% - 15px);
}
.a-newsletter-content h5 {
	font-family: inter;
	font-weight: 500;
	font-size: 12px;
	line-height: 120%;
	color: #fff;
	margin: 0;
}
.a-newsletter-content h2 {
	color: #fff;
	margin-top: 10px !important;
	margin-bottom: 0px;
}
.a-newsletter-form div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0px 10px;
}
.a-newsletter-form input {
	padding: 22.5px 30px;
	font-family: Lunasima;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	border: none;
	background: rgb(255, 255, 255, 0.10);
	border-radius: 45px;
	color: #fff;
	width: 75%;
	outline: none;
}
.a-newsletter-form input:focus {
	background: rgb(255, 255, 255, 0.20);
}
.a-newsletter-form button {
	padding: 22.5px 30px;
	font-family: Lunasima;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	border: none;
	background: var(--color-primary);
	color: #fff;
	border-radius: 50px;
	transition: all ease-in-out 0.3s;
}
.a-newsletter-form button:hover {
	background: #fff;
	color: var(--color-secondary);
}
.a-footer-links {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.a-footer-link-item {
	width: calc(65% - 35px);
}
.a-footer-link-item:nth-child(2) {
	width: calc(35% - 35px);
}
.a-footer-link-item p {
	font-family: inter;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5em;
	color: #fff;
	opacity: 0.6;
	margin-bottom: 10px;
}
.a-footer-social-icon-list {
	gap: 0px 20px;
}
.a-footer-social-icon-list span {
	display: flex;
}
.a-footer-social-icon-list img {
	transition: all ease-in-out 0.3s;
}
.a-footer-social-icon-list img:hover {
	opacity: 0.8;
}
.a-pages-links-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-wrap: wrap;
}
.a-pages-links {
	width: calc(50% - 40px);
}
.a-pages-links h3 {
	font-family: Lunasima;
	font-weight: 700;
	font-size: 18px;
	line-height: 120%;
	color: #fff;
	margin-bottom: 10px;
}
.a-pages-links ul {
	gap: 10px;
}  
.a-pages-links ul li a {
	font-family: inter;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #fff;
	opacity: 0.6;
}
.a-pages-links ul li a:hover {
	color: var(--color-primary);
	opacity: 1;
}
.a-copyright-wrapper {
	justify-content: center;
}
.a-copyright-text p {
	margin-bottom: 0;
	font-family: inter;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #fff;
	opacity: 0.8;
}