@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&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: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Lobster", sans-serif;
	font-weight: 500;
}


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

header {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 15px;
	font-size: 30px;
	font-weight: 400;
	background-color: #000;
	border-bottom: 3px dotted #000000;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .1);
}

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

nav {
	position: absolute !important;
	top: 0 !important;
	width: 100%;
	float: left;
	left: 0;
	z-index: +5;

}

.navbar {
	background-color: #000;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .5);
	position: fixed !important;
}

.navbar-toggler {
	border: none !important;
}

.navbar .container {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.nav-container {
	max-width: 1300px;
	width: 100%;
	margin: auto;
	display: flex;
}

.nav-link {
	color: #fff !important;
	font-size: 13px;
	text-decoration: none;
	display: inline-block;
	font-weight: 400;
	padding: .5em;
	margin-left: 20px;
	position: relative;
	transition: 0.5s;
}

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

.div img {
	width: 700px;
	max-width: 100%;
	float: left;
}

.navbar-nav {
	justify-content: end;
	width: 100%;
}

.navbar-brand {
	font-size: 25px;
	color: #fff !important;
	font-family: "Roboto", sans-serif;
}

.navbar-brand:hover {
	color: #fff;
}

.navbar-brand img {
	width: 200px;
}

.banner {
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/banner.jpg) center fixed;
	background-size: cover;
	padding: 20px 0;
	position: relative;
	margin-top: 60px;
}



.media-banner {
	background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/media-banner.jpg) center fixed;
	background-size: cover;
}

.banner4 {
	background: #000;
	background-size: cover;
}

.banner2 {
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/banner2.jpg) center fixed;
	background-size: cover;
}

.banner3 {
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/banner3.jpg) center fixed;
	background-size: cover;
}

.banner:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.banner .container {
	min-height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
}

.h-low .container {
	min-height: 100px;
}

.banner h1 {
	font-size: 50px;
	font-weight: 500;
	margin: 0 0 10px;
	z-index: 2;
}

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

.banner4 h1 {
	font-size: 24px;
}

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

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

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

.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: 40%;
}

.clr {
	color: #ed4700;
}

.section1 {
	background-color: #251824;
	color: #fff;
}

.btn-cu {
	width: 250px;
	height: 3em;
	border-radius: 30em;
	font-size: 15px;
	font-family: inherit;
	border: none;
	position: relative;
	overflow: hidden;
	background-color: #000;
	z-index: 1;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	border: 1px solid #000;
}


.btn-cu:hover {
	opacity: 0.88 !important;
}

.section2 {
	background-color: #000;
	color: #fff;
}

.section5 {
	background-color: #ed4700;
	color: #fff;
}

.section3 {
	position: relative;
	height: 300px;
	padding: 0;
}

.flex {
	width: 100%;
	float: left;
	padding: 20px;
	border-left: 2px solid #ed4700;
	margin: 0 0 20px;
	background-color: #f3f3f3;
}

.img-hold {
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.img-hold img {
	width: auto;
	max-width: 100%;
	border-radius: 10px;
	margin: 0 0 10px;
}

.section6 {
	height: 300px;
	padding: 0;
}

.center>img {
	width: 700px;
	max-width: 100%;
	float: left;
}

iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.section4 {
	background: linear-gradient(-90deg, rgba(255, 255, 255, 0.8) 50%, transparent 50%), url(../img/img-4.jpg) center;
	background-size: cover;
	background-attachment: fixed;
}

.section4 .container {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.content-cu {
	width: 50%;
	padding: 20px;
}

.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: 500px;
	max-width: 100%;
	float: left;
	margin: 0 0 20px;
}

.flexbody>img {
	width: 150px;
	max-width: 100%;
	float: left;
	margin: 0 0 20px;
}

.flexgroup {
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flexgroup>img {
	width: 33%;
	float: left;
	margin: 0 0 15px;
}

.flexgroupbox {
	width: 33%;
	padding: 15px;
	margin: 0 0 10px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	transition: 0.5s;
}

.box3 {
	width: 24%;
}

.left {
	text-align: left !important;
	align-items: flex-start !important;
}

.hover:hover {
	background-color: #0a0c1a;
	color: #fff;
	border-radius: 10px;
}

.flexgroupbox>img {
	width: 100%;
	float: left;
	margin: 0 0 10px;
	border-radius: 20px;
}

.flex-cu {
	width: 49%;
}

.flexgroupbox h4 {
	font-size: 20px;
	background-color: #ed4700;
	color: #fff;
	padding: 10px;
	width: 100%;
}

h4 {
	font-size: 20px;
	width: 100%;
	float: left;
}

.raiting {
	width: auto;
	float: left;
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 15px;
}

.number {
	min-width: 40px;
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #0e0e0f;
	color: #fff;
	font-size: 17px;
}

.box {
	width: 24%;
	border: 1px solid rgba(0, 0, 0, .1);
	align-items: flex-start;
	text-align: left;
	background-color: transparent;
}

.img-box {
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
}

.img-box img {
	width: 200px;
	margin: 0 0 20px;
	float: left;
}

.center img {
	width: 700px;
	float: left;
	margin: 0 0 20px;
	max-width: 100%;
}

.h3 {
	font-size: 35px;
	margin: 0 0 10px;
	font-weight: 800
}

.box .para1 {
	font-size: 17px;
}

.box1 {
	width: 49%;
	text-align: left;
	align-items: flex-start;
	justify-content: center;
}

.box1 img {
	width: 100%;
}

.box2 {
	width: 16%;
}

.box2>img {
	width: 200px;
	max-width: 100%;
	border-radius: 50%;
	margin: 0 0 10px;
}

.fa-links:hover .h3 {
	color: #000;
}

.fa-links:hover .fa-icn {
	background-color: #000;
}

.box4 {
	width: 33%;
	align-items: flex-start;
	text-align: left;
	border: 1px solid rgba(0, 0, 0, .1);
}

.box4 .para {
	font-size: 14px;
	color: #000;
}

h6 {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 18px;
	margin: 0 0 10px;
}

.box4 h6 {
	text-align: left;
}

.image-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
	float: left;
	width: 100%;
}

.list-cu {
	width: 100%;
	float: left;
	margin: 0 0 20px;
	font-size: 14px;
}

.left>img {
	width: 200px;
	max-width: 100%;
	float: left;
	margin: 0 0 10px;
}

.image-group img {
	width: 33%;
	object-fit: cover;
	height: 250px;
}

.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;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
}

.checkbox-section {
	margin: 15px 0;
	font-size: 14px;
}

input[type="checkbox"] {
	transform: scale(1.2);
	margin-right: 10px;
}

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

.textarea-cu {
	width: 100%;
	height: 100px;
	margin: 0 0 10px;
	padding: 15px;
	border: none;
	background: #f3f3f3;
	border: solid 1px #333;
	color: #000;
	font-size: 15px;
}

.form-label {
	display: block;
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: bold;
}

.required {
	color: red;
	margin-left: 3px;
}

.checkbox-group {
	width: 100%;
	float: left;
	margin: 0 0 20px;
}

.checkbox-group label {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	cursor: pointer;
	text-align: left;
}

.checkbox-group input[type="checkbox"] {
	margin-right: 10px;
	transform: scale(1.2);
}

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

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

footer {
	background: #000;
	text-align: center;
	padding: 20px 0;
	color: #fff;
}

.logo-holder {
	width: 100%;
	float: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
}

.logo-holder>img {
	width: 100px;
}

footer .footer-text {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	float: left;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 20px 0 0;
}

.footer-link {
	width: auto;
	display: flex;
	align-items: center;
	gap: 20px;
}

.footer-link a {
	color: #fff !important;
	font-size: 14px;
}

.footerlinks {
	width: 28%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	gap: 10px;
	margin: 0 0 20px;
	color: #fff;
	text-align: left;
}

.ssl-img img {
	width: 90px;
}

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

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

.copyrights {
	font-size: 14px;
	color: #fff;
}

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

.social-icon {
	display: flex;
	gap: 5px;
	width: 100%;
	float: left;
}

.social-icon img {
	width: 100%;
	max-width: 30px;
}

.cookiesection {
	width: 100%;
	float: left;
	min-height: calc(100vh - 126px);
	padding: 20px 0;
	margin-top: 80px;
}

.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: 20px;
	margin-bottom: 0 !important;
	left: 20px;
	border-radius: 0;
	text-align: center;
	width: 300px;
	margin: auto;
	margin-bottom: auto;
	padding: 20px 10px !important;
	display: flex;
	justify-content: space-between;
	border-radius: 0px !important;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	border-radius: 20px !important;
}

.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;
}

.accordion-button span {
	font-size: 16px;
	color: #ffffff;
}

.btn-change {
	background-color: transparent;
	color: #ed4700;
	border: 1px solid #ed4700;
}

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

.section5 .btn-change {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
}

.section5 .btn-change:hover {
	background-color: #fff;
	color: #ed4700;
}

.accordion-button:not(.collapsed) {
	color: #000;
	background: #fff !important;
	font-size: 18px;
	box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button {
	font-size: 18px;
}

.accordion-button {
	background: #fff;
	border: none !important;
	color: #000;
}

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

.accordion-item:first-of-type>.accordion-header .accordion-button {
	background: #fff;
	color: #000;
}

.accordion-button::after {
	background-image: url(../img/plus-icon-faqs.svg);
}

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

.accordion-body {
	color: rgba(0, 0, 0, 0.7);
	font-size: 14px;
}

/* slider code */

.carousel {
	width: 700px;
	max-width: 100%;
	float: left;
	margin: auto;
	background: #fff;
	padding: 30px;
	border-radius: 12px;
	position: relative;
	text-align: center;
}

.steps {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	position: relative;
}

.step {
	flex: 1;
	text-align: center;
	color: #aaa;
	position: relative;
	font-size: 12px;
}

.step.active {
	color: black;
	font-weight: bold;
}

.step::before {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	margin: 0 auto 5px;
	background-color: #ddd;
	border-radius: 50%;
}

.step.active::before {
	background-color: black;
}

.content h2 {
	margin-top: 0;
}

.content p {
	text-align: left;
	line-height: 1.6;
	font-size: 14px;
}

.nav-buttons {
	margin-top: 20px;
}

.nav-buttons button {
	padding: 8px 16px;
	margin: 0 5px;
	border: none;
	border-radius: 6px;
	background: black;
	color: white;
	cursor: pointer;
}

/* table */

.table-flex {
	width: 100%;
	float: left;
	background-color: #000;
	color: #fff;
	margin: 0 0 20px;
}

.table {
	width: 100%;
	float: left;
	border: 1px solid #fff;
	border-top: 0px;
	display: flex;
	margin: 0;
}

.table:first-child {
	border-top: 1px solid #fff;
}

.table span {
	width: 14%;
	float: left;
	padding: 15px;
	border-right: 1px solid #fff;
	display: flex;
	justify-content: flex-start;
	font-weight: 400;
	font-size: 14px;
	align-items: center;
}

.span-h {
	font-weight: 700 !important;
	font-size: 15px !important;
}

.table :nth-child(7) {
	border-right: 0;
}

.descriptions {
	background-color: #000;
	padding: 20px;
	color: #fff;
	width: 100%;
	float: left;
	border-radius: 10px;
}

.descriptions h3 {
	margin-bottom: 10px;
}

.descriptions ul {
	list-style-type: disc;
	padding-left: 20px;
}

.descriptions li {
	margin-bottom: 10px;
	font-size: 14px;
}

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

	.banner .container {
		min-height: 200px;
	}

	.h2 {
		font-size: 20px;
	}

	.para {
		font-size: 14px;
	}

	.flexbox {
		flex-direction: column;
	}

	.service-item {
		width: 100%;
	}

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

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

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

	.flexgroupbox {
		width: 100%;
	}

	.formfield {
		width: 100%;
	}

	.formbutton {
		width: 100%;
	}

	.img-size {
		width: 100%;
	}

	.footerlinks {
		width: 49%;
	}

	.footerlinks:first-child {
		width: 100%;
		float: left;
	}

	.formbox {
		margin: 0 0 20px
	}

	.img-box img {
		height: 200px;
	}

	.img-box {
		width: 100%;
		margin: 0 0 20px;
	}

	.footer-text {
		flex-direction: column-reverse;
		gap: 10px;
	}

	.content-cu {
		width: 100%;
		padding: 0;
	}

	.section4 {
		background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 100%, transparent 50%), url(../img/img-1.jpg) center;
	}

	.accordion-button span {
		font-size: 12px;
		color: #ffffff;
	}

	.nav-icon img {
		width: 30px;
	}

	.box3 {
		width: 49%;
	}

	.resource-card {
		width: 100%;
		margin: 0 0 10px;
	}

	.mega-dropdown {
		width: 300px !important;
		max-width: 70% !important;
	}

	.left {
		width: 100%;
		align-items: center !important;
	}

	.table span {
		width: 33%;
		border: 1px solid #fff;
	}

	.table {
		flex-wrap: wrap;
	}

	.table :nth-child(3) {
		border-right: 0;
	}

	.table :nth-child(6) {
		border-right: 0;
	}
	.table :nth-child(7) {
		border-right: 0;
		width: 100%;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}