@import url('https://fonts.googleapis.com/css2?family=Spline+Sans:wght@300..700&display=swap');

:root {
	--blue: #368CE7;
	--blue-dark: #1666BA;
	--blue-light: #7AB3EF;

	--red: #FF0000;
	--red-dark: #A70000;
	--red-light: #FF5252;

	--green: #76BA1B;
	--green-dark: #4C9A2A;
	--green-light: #ACDF87;

	--orange: #ff7400;
	--orange-dark: #ff4d00;
	--orange-light: #ff9a00;

	--black: #000;
	--dark: #333;
	--light: #666;

	--white: #fff;
	--white-dark: #ccc;
	--white-light: #eee;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
}

a,
button,
input,
textarea {
	outline: 0;
	transition: all .5s ease;
}

a {
	text-decoration: none !important;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Spline Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Spline Sans", sans-serif;
	font-weight: 700;
}


header,
.banner,
.section,
.h2,
.para,
.flexbox,
footer {
	width: 100%;
	float: left;
}

.logo {
	color: #000;
	font-size: 28px;
	font-weight: 600;
	font-family: "Spline Sans", sans-serif;
}

.logo img {
	width: 200px;
}

.header {
	padding: 10px 0px;
	position: relative;
	z-index: +9;
	color: #000;
	transition: all 0.5s;
	box-shadow:0 2px 12px rgba(0,0,0,.1);
	background-color: #fffff5;
}

.header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header span {
	font-size: 20px;
	font-weight: 600;
}

.container {
	width: 100%;
	max-width: 1200px;
	padding: 0 15px;
}

.banner {
	background: #fffff5;
	background-size: cover;
	padding: 20px 0 120px 0;
	position: relative;
}
.banner > img{
	width: 100%;
	float: left;
	position: absolute;
	bottom: 0;
	left: 0;
}
.banner .container {
	min-height: 200px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	text-align: left;
}
.btn-cu {
	background-color: transparent;
	color: #000;
	width: auto;
	text-align: center;
	border: 2px solid #000;
	padding: 10px 20px;
	float: left;
	font-size: 16px;
	border-radius: 30px;
}
.section > img{
	width: 100%;
	float: left;
	position: absolute;
	bottom: 0;
	left: 0;
}
.margin-cu{
	padding: 20px 0 110px 0px !important;
}
.btn-cus {
	background-color: #fff;
	color: #1a1a00;
	border: none;
	width: 100%;
	padding: 10px 0;
	margin: 0 0 20px;
	border-radius: 50px;
}
.div{
	width: 100%;
	float: left;
	height: 1px;
	background-color: #fff;
	margin: 0 0 20px;
}
h6 {
	background-color: #fff;
	color: #1a1a00;
	font-size: 15px;
	float: left;
	width: auto;
	padding: 10px 20px;
	border-radius: 30px;
	margin: 0 0 15px;
}

.btn-contact {
	background-color: #141316;
	color: #fff;
	font-size: 14px;
	float: left;
	width: 100%;
	padding: 10px 0;
	margin: 0 0 15px;
	text-align: center;
}

.h-low .container {
	min-height: 100px;
	align-items: center;
	text-align: center;
	color: #fff;
}

.h-low {
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/img-4.jpg);
	background-size: cover;
	padding: 20px 0 !important;
}

.span {
	font-size: 15px;
	float: left;
	width: 100%;
	font-weight: 500;
	color: #aaaa55;
	margin: 0 0 10px;
}

.banner h1 {
	font-size: 28px;
	font-weight: 800;
	margin: 0 0 10px;
}

.banner p {
	font-size: 15px;
	line-height: 24px;
}

.section {
	padding: 20px 0;
	position: relative;
}

.section .container {
	position: relative;
	z-index: 2;
}

.h2 {
	font-size: 30px;
	font-weight: 600;
	margin: 0 0 16px;
}

.para {
	font-size: 14px;
	line-height: 23px;
	margin: 0 0 20px;
}

.para:last-child {
	margin: 0;
}

.flexbox {
	display: flex;
	align-items: center;
	margin: 0 0 20px;
}

.flexbox:last-child {
	margin: 0;
}

.flexbox>p,
.flexbody {
	flex: 1;
}

.flexbox>p:first-child,
.flexbody:first-child {
	padding: 0 30px 0 0;
}

.flexbox>p:last-child,
.flexbody:last-child {
	padding: 0 0 0 30px;
}

.flexbox>img {
	width: 100%;
	max-width: 50%;
	height: 350px;
	object-fit: cover;
}

.paracenter {
	text-align: center;
}

.section2 {
	background-color: #fffff5;
}
.section4 {
	position: relative;
	background: url(../img/img-2.jpg) bottom;
	background-size: cover;
	height: 300px;
}
.section3 {
	background-color: #333300;
	color: #ffff;
}

.center {
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	margin: 0 0 20px;
}

.center:last-child {
	margin: 0 !important;
}

.container>img {
	width: 100%;
	float: left;
	margin: 0 0 20px;
}

.flexgroup {
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flexgroupbox {
	width: 33%;
	margin: 0 0 20px;

	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 15px;
	background-color: #f6f6e5;
	border-radius: 15px;
}
.flex-cu{
	width: 49%;
	background-color: transparent;
}
.h2 span{font-size: 15px;font-weight: 500;}
.bg-cu{
	background-color: #1a1a00;
	color: #fff;
}
.color{
	color: #fff;
}
.img-holder{
	width: 100%;
	float: left;
	display: flex;
	justify-content: flex-end;
	margin: 0 0 15px;
}
.img-holder img{
	width: 37px;
	border-radius: 6px;
}
.flexgroupbox > img {
	width: 100%;
	float: left;
	border-radius: 10px;
	margin: 0 0 20px;
}

h4 {
	font-size: 20px;
}


.formsection {
	font-size: 16px;
	font-weight: 400;
}

.formsection .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 3;
}

.formbox {
	width: 100%;
	float: left;
	max-width: 600px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.text {
	width: 49%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
}

.text-cu {
	width: 100%;
}

.text span {
	width: auto;
	float: left;
	font-weight: 400;
	font-size: 14px;
}

.formfield {
	width: 100%;
	height: 50px;
	margin: 0 0 10px;
	padding: 10px;
	border: none;
	background: #9d9d4e;
	color: #000;
	font-size: 15px;
}

.textarea-cu {
	width: 100%;
	height: 150px;
	margin: 0 0 10px;
	padding: 10px;
	border: none;
	background: #9d9d4e;
	color: #000;
	font-size: 15px;
}

.formfield::placeholder,
.textarea-cu::placeholder {
	color: #333;
}

.formbutton {
	width: 40%;
	float: left;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: none;
	background: transparent;
	color: #000;
	border: none;
	cursor: pointer;
	outline: 0 !important;
	background-color: #fff;
	border-radius: 50px;
}

footer {
	background: #333300;
	padding: 20px 0;
	color: #fff;
}

footer .footer-flex {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 100%;
	float: left;
}

.footerlinks {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	align-items: center;
}

.footerlinks img {
	width: 80px;
	margin-left: 30px;
}

.footerlinks a {
	font-size: 14px;
	color: #fff;
	margin: 0 6px;
}

.footerlinks a:hover {
	text-decoration: underline !important;
}

.copyrights {
	font-size: 14px;
}

.copyrights a {
	text-decoration: underline !important;
	color: #fff;
}

.text-white {
	font-size: 14px;
}

.cookiesection {
	width: 100%;
	float: left;
	min-height: calc(100vh - 126px);
	padding: 40px 0;
	color: #000;
}

.cookiesection h2 {
	font-size: 22px;
	font-weight: 600;
}

.cookiesection p {
	font-size: 14px;
	line-height: 20px;
}

.cookiesection p strong {
	font-weight: 600;
}

.cookiesection p .bolder {
	display: block;
	margin: 30px 0 10px;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}

.backbutton {
	float: left;
	display: inline-flex;
	align-items: center;
	margin: 30px 0 20px;
	padding: 6px 8px;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 600;
	color: var(--blue-dark) !important;
	border: solid 1px var(--blue-dark);
	;
}

.backbutton img {
	width: 15px;
	margin: 0 5px 0 0;
	transition: all .3s ease;
}

.backbutton:hover {
	background: var(--blue-dark);
	;
	color: #fff !important;
}

.backbutton:hover img {
	filter: saturate(0) brightness(10);
}

.alert {
	background: rgba(0, 0, 0, 0.7) !important;
	color: #ffffff !important;
	position: fixed !important;
	bottom: 0px;
	margin-bottom: 0 !important;
	left: 0;
	right: 0;
	border-radius: 0;
	text-align: center;
	width: 100%;
	margin: auto;
	padding: 7px 30px !important;
	display: flex;
	justify-content: space-between;
	border-radius: 0px !important;
	flex-wrap: wrap;
	align-items: center;
}

.alert-dismissible {
	z-index: +3;
}

.alert-close {
	border: 1px solid transparent;
	border-radius: 4px;
	background: #862041;
	color: white;
	padding: 0px !important;
	width: 3rem;
	height: 2rem;
	font-size: 14px;
}

.hide {
	display: none;
}

span {
	font-weight: bold;
}

.alert p {
	font-size: 14px;
}

.hide {
	display: none;
}

.alert-close {
	padding: 0px 9px;
	border: 1px solid transparent;
	border-radius: 4px;
	background: #862041;
	color: white;
	margin: 0 !important;
	font-size: 14px;
}

.modal-content {
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/banner.jpg") center;
	background-size: cover;
}

.btn {
	width: 58%;
	border: 1px solid transparent;
	font-size: 22px;
	background: #8c3737;
	color: white;
	border-radius: 6px;
	margin: auto !important;
}

.btn:hover {
	background-color: #000;
	color: #fff;
}

.mb-3 textarea {
	width: 100%;
	height: 150px;
	padding: 10px 0 0 10px;
}

.modal-header {
	color: #fff;
}

@media (max-width:800px) {
	.banner h1 {
		font-size: 28px;
	}

	.h2 {
		font-size: 20px;
	}

	.para {
		font-size: 14px;
	}

	.flexbox {
		flex-direction: column;
	}

	.flexbox>img {
		max-width: 80%;
		order: 1;
		margin: 0 0 15px;
		height: 300px;
	}

	.flexbody,
	.flexbox>.para {
		padding: 0 !important;
		order: 2;
	}

	footer .footer-flex {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.flexgroupbox {
		width: 100%;
	}
	.logo img {
		width: 144px;
	}
	.banner {
		padding: 20px 0 50px 0;
    }
	.margin-cu {
		padding: 20px 0 50px 0px !important;
	}
	.section4 {
		height: 200px;
	}
	.formfield {
		width: 100%;
	}

	.formbutton {
		width: 100%;
	}

	.img-size {
		width: 100%;
	}

	.footerlinks {
		justify-content: center;
	}

	.banner .flexbox {
		flex-direction: column-reverse;
	}

	.formsection .flexbox {
		flex-direction: column-reverse;
		gap: 20px;
	}

	.banner .flexbox>img {
		display: none;
	}

	.copyrights {
		margin: 0 0 20px;
	}
	.flexgroupbox{align-items: center;text-align: center;}
	.img {
		height: 125px;
	}
	.content {
		width: 100%;
		padding: 0px;
	}

	.flex-cu {
		border: 1px solid #333;
	}
	.flexgroupbox > img {
		height: 200px;
		object-fit: cover;
	}
	.text {
		width: 100%;
	}
}
.accordion-button:not(.collapsed) {
	color: #fff;
	background-color: #333300;
	box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed)::after {
	background-image: url(../img/arrow.png);
	transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button {
	border-radius: 20px;
	font-size: 20px;
	background-color: transparent;
	color: #000;
}

.accordion-body {
	border-radius: 20px;
	width: 100%;
}

.accordion {
	width: 100%;
	float: left;
	margin: 0 0 20px;
}

.accordion-item {
	border-radius: 20px;
	margin: 0 0 20px;
}

.accordion-item:first-of-type {
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
}

.accordion-item:last-of-type {
	border-bottom-right-radius: 25px !important;
	border-bottom-left-radius: 25px !important;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.accordion-item:last-of-type>.accordion-header .accordion-button {
	border-bottom-right-radius: 20px !important;
	border-bottom-left-radius: 20px !important;
}


.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 15px;
	height: 15px;
	padding: 0;
	border-radius: 50%;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease;
}

.carousel-indicators {
	margin-bottom: 0 !important;
}

.carousel-caption {
	position: relative;
	left: 0% !important;
	color: #ffffff;
	text-align: left;
}

.carousel-item {
	padding: 20px;
	width: 100%;

}

.carousel-caption img {
	width: 120px;
	margin: 10px;
}

.carousel-item>img {
	width: 50%;
	height: 150px;
	object-fit: cover;
	border: 1px solid #1f7ca2;

}

.carousel-indicators .active {
	opacity: 4;
}
@media (max-width:475px) {
	.header .container{
		flex-direction: column;
		gap: 20px;
	}
}