@import url(https://fonts.googleapis.com/css2?family=Domine:wght@400..700&family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap);
body p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px;
	font-weight: 400;
}
body,
body p {
	font-weight: 400;
}
.btn,
body p {
	font-size: 18px;
	font-family: "Hanken Grotesk", sans-serif;
}
.btn,
.main-header {
	align-items: center;
}
.btn,
body,
body p,
html {
	font-family: "Hanken Grotesk", sans-serif;
}
.error-404 h1,
body p a {
	color: var(--primary-color);
}
.btn,
a,
header {
	transition: 0.5s;
}
.btn:hover,
header.home-header .main-header .toggle,
header.home-header .main-menu .menu li a {
	color: var(--white);
}
.banner-section,
.container,
body,
header {
	position: relative;
}
.btn,
a {
	text-decoration: none;
}
.gallery-slider-marquee .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.gallery-slider-marquee .swiper-pagination .swiper-pagination-bullet:hover,
.social-icon li a {
	background-color: var(--black);
}
.contact-detail p a,
body p a:hover {
	text-decoration: underline;
}
:root {
	--primary-color: #f3d07b;
	--secondary-color: #00402b;
	--white: #ffffff;
	--black: #050301;
	--gray-black: #4d4d4d;
}
* {
	box-sizing: border-box;
	outline: 0;
}
body,
html {
	margin: 0;
	height: 0;
	scroll-behavior: smooth;
}
body {
	overflow-x: hidden;
	font-size: 16px;
}
body.overlay-body::before {
	content: "";
	position: fixed;
	background-color: rgba(0, 0, 0, 0.5);
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 9;
}
body p {
	line-height: 160%;
	color: var(--gray-black);
}
body p:last-child {
	margin-bottom: 0;
}
.menu-header,
body p:empty {
	display: none;
}
.btn,
.btn-inline {
	display: inline-flex;
}
body p a {
	font-weight: 600;
}
img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	display: block;
}
.comment-list .comment-body .comment-author img.avatar,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
ul {
	margin: 0;
}
ul {
	list-style: none;
	padding: 0;
}
.img-fluid,
.img-responsive,
.post-contain .full-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Domine, serif;
	color: var(--black);
}
.container {
	max-width: 1460px;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
}
.xl-container {
	max-width: 1780px;
}
.container-fluid {
	max-width: 100%;
}
.btn-inline {
	gap: 20px;
}
.btn-center,
.contact-detail,
.text-center {
	text-align: center;
}
.btn {
	color: var(--black);
	text-align: center;
	font-weight: 500;
	text-transform: none;
	border-radius: 0;
	background: var(--primary-color);
	border: none;
	justify-content: center;
	min-height: 48px;
	padding: 12px 20px;
	cursor: pointer;
}
.wrapper,
header {
	background-color: var(--white);
}
.section-gapping,
.top-gapping {
	padding-top: 120px;
}
.bottom-gapping,
.section-gapping {
	padding-bottom: 120px;
}
.btn:hover {
	background: var(--secondary-color);
}
.main-header .toggle,
header.home-header {
	border: none;
	background-color: transparent;
}
.main-title {
	font-size: 44px;
	width: 100%;
	margin-bottom: 30px;
}
.error-404 h1 {
	font-size: 80px;
	font-weight: 700;
}
.wrapper {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
header {
	border-bottom: 1px solid #ccc;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	width: 100%;
}
header.home-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.main-header {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	padding: 15px 0;
}
header .container {
	padding: 0 20px;
}
.main-header .logo {
	width: 100%;
	max-width: 108px;
}
.main-menu {
	margin-left: auto;
}
.main-menu .menu {
	display: flex;
	gap: 55px;
}
.main-menu .menu li a {
	color: var(--black);
	font-weight: 500;
	text-transform: uppercase;
}
.main-menu .menu li a:hover,
.main-menu .menu li.current-menu-item a {
	color: var(--primary-color) !important;
}
.main-header .toggle {
	width: 35px;
	height: 35px;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 0;
	border-radius: 0;
	color: var(--black);
}
.comment-meta a,
header.home-header .main-header .toggle.btn-close,
ul.breadcrumb li a:hover {
	color: var(--black);
}
.banner-content h1,
.banner-content p,
.footer .copyright,
.footer-menu ul.menu a {
	color: var(--white);
	font-weight: 500;
}
.banner-section {
	height: 100vh;
}
.banner-img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
}
.banner-img::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
}
.banner-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-section .banner-content {
	background: rgba(0, 0, 0, 0.6);
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	height: 100%;
	display: flex;
	text-align: center;
	padding: 365px 0;
	position: relative;
	z-index: 1;
}
.banner-content .container {
	max-width: 1350px;
}
.banner-content h1 {
	font-size: 64px;
	font-family: Domine, serif;
	margin-bottom: 30px;
}
.comment-reply-title a,
.form-submit input[type="submit"],
.our-team .content h5,
.post-description h4,
.privacy-section h3,
.privacy-section h4,
.social-div h3,
.top-blog-section select {
	font-family: "Hanken Grotesk", sans-serif;
}
.banner-content p {
	font-size: 24px;
	margin-bottom: 50px;
}
.mute-control,
.video-controls {
	position: absolute;
	bottom: 30px;
	z-index: 10;
}
.video-controls {
	left: 30px;
}
.mute-control {
	right: 30px;
}
.mute-control button,
.video-controls button {
	background: rgba(0, 0, 0, 0.5);
	border: none;
	color: #fff;
	font-size: 20px;
	padding: 10px;
	cursor: pointer;
	border-radius: 0;
	transition: background 0.3s;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mute-control button:hover,
.video-controls button:hover {
	background: rgba(255, 255, 255, 0.2);
}
footer.footer {
	padding-top: 65px;
	margin-top: auto;
	position: relative;
}
footer.footer::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.75);
	z-index: 1;
}
.footer .logo {
	width: 100%;
	max-width: 108px;
	margin: 0 auto 40px;
}
.footer-menu {
	margin-bottom: 55px;
}
.footer-menu ul.menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 50px;
}
.footer-menu ul.menu a {
	text-transform: uppercase;
	font-size: 16px;
}
.comment-author a.url,
.footer-menu ul.menu a:hover,
.footer-menu ul.menu li.current-menu-item a,
ul.breadcrumb li a {
	color: var(--primary-color);
}
.footer .copyright {
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
	text-transform: uppercase;
	border-top: 1px solid var(--gray-black);
}
.overflow-hidden {
	overflow: hidden;
}
.about-box {
	display: flex;
	align-items: center;
	gap: 145px;
	justify-content: space-between;
}
.about-box .about-slider,
.benefit-box .box .benefit-img,
.global-mission .about-boxs .firat-img {
	flex: none;
	width: 100%;
	max-width: 565px;
}
.about-content .main-title {
	max-width: 260px;
}
.gallery-slider-marquee .swiper-pagination {
	position: static;
	transform: none !important;
	margin: 17px auto 0;
}
.gallery-slider-marquee .swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	transform: none;
	background-color: var(--white);
	border: 1px solid var(--black);
	width: 10px;
	height: 10px;
	cursor: pointer;
}
.benefit-section .main-title,
.our-services-section .main-title {
	margin-bottom: 70px;
}
.banner-txt h2,
.blog-box .box .detail .description,
.contact-form .form-group {
	margin-bottom: 25px;
}
.our-box {
	display: flex;
	gap: 60px;
	flex-wrap: wrap;
	justify-content: space-around;
}
.our-box .box {
	flex: none;
	width: calc(50% - 60px);
}
.our-box .box .img-box {
	margin-bottom: 40px;
	overflow: hidden;
	height: 500px;
}
.blog-box .box .blog-img img,
.our-box .box .img-box img {
	transition: 0.5s;
}
.our-box .box:hover .img-box img {
	transform: scale(1.2);
}
.our-box .box h3,
.our-team .content h3 {
	font-size: 28px;
}
.inner-banner {
	background-color: #fafafa;
	padding: 40px 0;
	text-align: center;
}
.banner-txt h2 {
	font-size: 44px;
}
ul.breadcrumb {
	display: inline-flex;
	align-items: center;
	gap: 22px;
}
ul.breadcrumb li,
ul.breadcrumb li a {
	text-transform: uppercase;
	color: var(--gray-black);
	font-size: 18px;
	position: relative;
}
ul.breadcrumb li:not(:last-child)::after {
	content: "";
	border-right: 1px solid var(--gray-black);
	border-bottom: 1px solid var(--gray-black);
	width: 10px;
	height: 10px;
	display: inline-block;
	rotate: -45deg;
	margin-left: 22px;
}
ul.breadcrumb.blog-breadcrumb li:last-child {
	width: 335px;
	text-align: left;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.about-top {
	display: flex;
	flex-direction: column;
	gap: 120px;
}
.about-top .about-boxs:nth-child(2n),
.benefit-box .box:nth-child(2n),
.global-mission .about-boxs.mission-box,
.teams-list .our-team:nth-child(2n) {
	flex-direction: row-reverse;
}
.global-mission .about-boxs {
	display: flex;
	align-items: center;
	gap: 150px;
}
.teams-list {
	display: flex;
	flex-direction: column;
	gap: 80px;
}
.blog-detail,
.teams-list .our-team {
	display: flex;
	gap: 50px;
}
.teams-list .our-team .team-img {
	flex: none;
	width: 100%;
	max-width: 350px;
	height: 350px;
}
.our-team .content h5 {
	font-size: 18px;
}
.top-main-title {
	margin: 0 auto 70px;
	width: 100%;
	max-width: 500px;
}
.contact-form {
	width: 100%;
	max-width: 685px;
	margin: 0 auto;
}
.contact-form .form-group label {
	display: block;
	font-size: 18px;
	color: var(--black);
	margin-bottom: 12px;
	line-height: 1;
}
body input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
body textarea {
	width: 100%;
	min-height: 48px;
	border: 1px solid #ccc;
	border-radius: 0;
	font-size: 18px;
	padding: 0 15px;
	font-family: "Hanken Grotesk", sans-serif;
}
body textarea {
	resize: none;
	height: 100px;
	padding: 15px;
}
.form-btn input.btn,
.services-section .our-box .box {
	width: 100%;
}
.contact-detail h3 {
	font-size: 28px;
	margin-bottom: 30px;
}
.contact-detail p {
	margin-bottom: 24px;
}
.contact-detail p a {
	color: var(--black);
	font-size: 18px;
}
.contact-detail p a:hover,
.logged-in-as a:hover,
.privacy-section ul li a:hover {
	color: var(--primary-color);
	text-decoration: none;
}
.social-icon {
	display: flex;
	justify-content: center;
	gap: 18px;
}
.social-icon li a {
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
}
.social-icon li a:hover {
	background-color: var(--primary-color);
	color: var(--black);
}
.top-blog-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	margin-bottom: 50px;
}
.top-blog-section h3 {
	margin: 0;
	font-size: 28px;
}
.featured-post-item,
.top-blog-section .filtter {
	position: relative;
}
.top-blog-section .filtter .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 24px;
	height: 24px;
	pointer-events: none;
}
.top-blog-section select {
	min-height: 44px;
	border: 1px solid #ccc;
	min-width: 200px;
	padding: 0 35px 0 15px;
	color: var(--black);
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.top-blog-section select::-ms-expand {
	display: none;
}
.blog-box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 70px 60px;
}
.meta,
.meta .author {
	gap: 10px;
	display: flex;
}
.blog-box .box .blog-img {
	height: 500px;
	overflow: hidden;
}
.blog-box .box .blog-img a:hover img,
.featured-img:hover img {
	scale: 1.1;
}
.blog-box .box .detail {
	margin-top: 40px;
}
.meta {
	margin-bottom: 25px;
	align-items: center;
}
.meta .author {
	align-items: center;
}
.meta .author p {
	font-size: 14px;
	text-transform: capitalize;
	color: var(--black);
}
.meta .author .full-img {
	width: 28px;
	height: 28px;
	border-radius: 50px;
	overflow: hidden;
	margin: 0;
}
.meta .date,
body .wpcf7-not-valid-tip {
	font-size: 14px;
}
.meta .date::before {
	content: "";
	background-color: var(--gray-black);
	width: 4px;
	height: 4px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.blog-box .box .detail h3 a {
	font-size: 28px;
	color: var(--black);
	line-height: 140%;
}
.blog-box .box .detail h3 a:hover {
	color: var(--secondary-color);
}
.post-contain .full-img {
	margin-top: 40px;
	margin-bottom: 50px;
}
.benefit-box .box .benefit-detail,
.blog-detail .full-content {
	flex: 1;
}
.blog-detail .blog-sidebar {
	flex: none;
	width: 100%;
	max-width: 425px;
}
.blog-sidebar .sidebar {
	position: sticky;
	top: 30px;
	z-index: 9;
	left: 0;
	right: 0;
}
.blog-title {
	font-weight: 500;
	margin-bottom: 30px;
}
.social-div h3 {
	margin-bottom: 25px;
}
.social-div ul.social-icon {
	justify-content: flex-start;
}
.post-description,
.post-description p {
	margin-bottom: 30px;
}
.post-description h4 {
	font-size: 20px;
	margin-bottom: 30px;
	font-weight: 700;
}
.post-description ul,
.privacy-section ul {
	display: flex;
	flex-direction: column;
	gap: 15px;
	list-style: disc;
	margin-left: 15px;
	margin-bottom: 30px;
}
.post-description ol li,
.post-description ul li,
.privacy-section ul li {
	font-size: 18px;
	color: var(--gray-black);
	line-height: 160%;
}
.post-description ol li strong,
.post-description ul li strong,
.privacy-section ul li strong {
	font-weight: 600;
	color: var(--black);
}
.post-description ol {
	padding: 0;
	margin: 0 0 0 15px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.privacy-section h3 {
	margin-top: 50px;
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 32px;
}
.privacy-section h4 {
	font-weight: 600;
	font-size: 24px;
}
.logged-in-as a,
.privacy-section ul li a {
	color: var(--gray-black);
	text-decoration: underline;
}
.comments-section label,
.form-submit input[type="submit"] {
	color: var(--black);
	font-size: 18px;
}
.comments-section {
	margin-top: 50px;
}
.comments-section .comment-reply-title {
	font-size: 28px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}
.comments-section .comment-notes {
	margin-bottom: 40px;
}
.comments-section .comment-form-author,
.comments-section .comment-form-email {
	width: calc(50% - 15px);
	float: left;
}
.comments-section .comment-form-email {
	float: right;
}
.comments-section .comment-form-url {
	clear: both;
}
.comment-form-cookies-consent {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}
.comment-form-cookies-consent input[type="checkbox"] {
	margin: 0;
	width: 20px;
	height: 20px;
}
.form-submit input[type="submit"] {
	background-color: var(--primary-color);
	font-weight: 500;
	border: none;
	cursor: pointer;
	min-height: 48px;
	padding: 12px 24px;
}
.comment-body .reply a.comment-reply-link:hover,
.comment-meta a.comment-edit-link:hover,
.comment-reply-title #cancel-comment-reply-link:hover,
.form-submit input[type="submit"]:hover {
	background-color: var(--secondary-color);
	color: var(--white);
}
.comments-area .comment-list {
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.comment-list .children {
	margin-top: 20px;
	margin-left: 20px;
}
.comment-list .comment-body {
	display: flex;
	flex-direction: column;
	gap: 15px;
	position: relative;
}
.comment-list .comment-body .comment-author {
	display: flex;
	gap: 15px;
	align-items: center;
	padding-right: 90px;
}
.comment-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.comment-body .reply a.comment-reply-link,
.comment-meta a.comment-edit-link,
.comment-reply-title #cancel-comment-reply-link {
	background-color: var(--primary-color);
	padding: 5px 15px;
	font-weight: 500;
	color: var(--black);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.comment-reply-title a {
	font-size: 14px;
	margin-left: auto;
	color: var(--black);
}
.featured-img {
	height: 300px;
	position: relative;
	overflow: hidden;
}
.featured-img::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
}
.featured-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}
.featured-post-item .featured-detail {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	z-index: 1;
}
.featured-detail p {
	color: var(--white) !important;
}
.featured-detail .meta {
	margin-bottom: 7px;
}
.featured-detail .meta .date::before {
	background-color: var(--white);
}
.featured-detail h3 {
	color: var(--white);
	font-size: 22px;
}
.services-section .our-box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.contact-form-box {
	background-color: #fafafa;
	padding: 36px 30px;
}
.contact-form-box .title-contact {
	max-width: 500px;
	margin: 0 auto 10px;
	width: 100%;
}
.contact-form-box .title-contact h3 {
	font-size: 40px;
	margin-bottom: 10px;
}
.contact-form-box .contact-form .form-group {
	margin-bottom: 18px;
}
.contact-form .wpcf7 form .wpcf7-response-output {
	border: 1px solid;
	color: red;
	text-align: center;
	margin: 10px 0 0;
	background-color: #fff;
}
.contact-form .wpcf7 form.sent .wpcf7-response-output {
	color: green;
}
.benefit-box {
	display: flex;
	flex-direction: column;
	gap: 70px;
}
.benefit-box .box {
	display: flex;
	gap: 150px;
}
.benefit-detail h3 {
	font-size: 32px;
	margin-bottom: 30px;
}
.wpcf7-form-control-wrap {
	display: block;
}
.contact-form .form-group .iti--allow-dropdown input[type="tel"] {
	padding-left: 55px;
}
.contact-form .form-group .iti {
	width: 100%;
}
.contact-form .form-group .iti__arrow {
	width: 7px;
	height: 7px;
	border-left: 1px solid #555;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #555;
	rotate: -45deg;
	position: relative;
	top: -2px;
}
.full-content .social-div {
	display: none;
}
.footer-bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.desktop-view {
	display: block;
}
.mobile-view {
	display: none;
}

.footer .container {
	z-index: 1;
}
