/* Description: Master CSS file */

/*****************************************
Table Of Contents:
- General Styles
- Navigation
- Header
- Introduction
- Details
- Services 1
- Services 2
- Services 3
- Projects
- Testimonials
- Contact
- Footer
- Copyright
- Back To Top Button
- Extra Pages
- Media Queries
******************************************/

/*****************************************
Colors:
- Backgrounds - light gray #f7f9fd
- Headings text - black #242B34
- Body text - dark gray #53575a
- Buttons, icons - green #7dc22b
******************************************/


/**************************/
/*     General Styles     */
/**************************/
body{
	position: relative;
  }

body,
html {
	width: 100%;
	height: 100%;
}

body,
p {
	color: #53575a;
	font: 400 1rem/1.625rem "Open Sans", sans-serif;
}

h1 {
	color: #242B34;
	font-weight: 600;
	font-size: 3rem;
	line-height: 3.25rem;
	font-family: "Poppins"
}

h2 {
	color: #242B34;
	font-weight: 600;
	font-size: 2rem;
	line-height: 2.5rem;
	font-family: "Poppins"
}

h3 {
	color: #242B34;
	font-weight: 600;
	font-size: 1.75rem;
	line-height: 2.25rem;
	font-family: "Poppins"
}

h4 {
	color: #242B34;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 2rem;
	font-family: "Poppins"
}

h5 {
	color: #242B34;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.625rem;
	font-family: "Poppins"
}

h6 {
	color: #242B34;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.375rem;
	font-family: "Poppins"
}

.p-large {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.p-small {
	font-size: 0.875rem;
	line-height: 1.5rem;
}

.testimonial-text {
	font-style: italic;
}

.testimonial-author {
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-family: "Poppins"
}

.li-space-lg li {
	margin-bottom: 0.5rem;
}

a {
	color: #53575a;
	text-decoration: underline;
}

a:hover {
	color: #53575a;
	text-decoration: underline;
}

.no-line {
	text-decoration: none;
}

.no-line:hover {
	text-decoration: none;
}

.read-more {
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.5rem;
}

.read-more .fas {
	margin-left: 0.625rem;
	font-size: 1rem;
	vertical-align: -8%;
}

.green {
	color: #7dc22b;
}

.bg-gray {
	background-color: #242B34;
}

.text-justify {

	text-align: justify
}

.btn-solid-reg {
	display: inline-block;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid #242B34;
	border-radius: 4px;
	background-color: #242B34;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-reg:hover {
	background-color: transparent;
	color: #242B34;
	border: 1px solid #242B34;
	/* needs to stay here because of the color property of a tag */
	text-decoration: none;
}

.btn-solid-lg {
	display: inline-block;
	padding: 1.625rem 2.625rem 1.625rem 2.625rem;
	border: 1px solid #7dc22b;
	border-radius: 4px;
	background-color: #7dc22b;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-lg:hover {
	background-color: transparent;
	color: #7dc22b;
	/* needs to stay here because of the color property of a tag */
	text-decoration: none;
	border: 1px solid #7dc22b;
}
.btn.btn-solid-lg:disabled {
	opacity: 0.8 !mportant;
}

.btn-outline-reg {
	display: inline-block;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid #242B34;
	border-radius: 4px;
	background-color: transparent;
	color: #242B34;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-reg:hover {
	background-color: #242B34;
	color: #ffffff;
	text-decoration: none;
}

.btn-outline-lg {
	display: inline-block;
	padding: 1.625rem 2.625rem 1.625rem 2.625rem;
	border: 1px solid #242B34;
	border-radius: 4px;
	background-color: transparent;
	color: #242B34;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-lg:hover {
	background-color: #242B34;
	color: #ffffff;
	text-decoration: none;
}

.btn-outline-sm {
	display: inline-block;
	padding: 1rem 1.5rem 1rem 1.5rem;
	border: 1px solid #242B34;
	border-radius: 4px;
	background-color: transparent;
	color: #242B34;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-sm:hover {
	background-color: #242B34;
	color: #ffffff;
	text-decoration: none;
}

.form-group {
	position: relative;
	margin-bottom: 0.5rem;
}
.help-block {
	position: relative;
	margin-bottom: 0.2rem;
}


.form-control-input,
.form-control-textarea {
	width: 100%;
	padding-top: 0.875rem;
	padding-bottom: 0.875rem;
	padding-left: 1.5rem;
	border: 1px solid #cbcbd1;
	border-radius: 4px;
	background-color: #ffffff;
	font-size: 0.875rem;
	line-height: 1.5rem;
	-webkit-appearance: none;
	/* removes inner shadow on form inputs on ios safari */
	appearance: none;
}

.form-control-textarea {
	display: block;
	height: 14rem;
	/* used instead of html rows to normalize height between Chrome and IE/FF */
}

.form-control-input:focus,
.form-control-textarea:focus {
	border: 1px solid #a1a1a1;
	outline: none;
	/* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-textarea:hover {
	border: 1px solid #a1a1a1;
}

.form-control-submit-button {
	display: inline-block;
	width: 100%;
	height: 3.25rem;
	border: 1px solid #7dc22b;
	border-radius: 4px;
	background-color: #7dc22b;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	cursor: pointer;
	transition: all 0.2s;
}

.form-control-submit-button:hover {
	border: 1px solid #7dc22b;
	background-color: transparent;
	color: #7dc22b;
}
.form-control-submit-button:disabled {
	border: 1px solid #7dc22b;
	background-color: transparent;
	color: #7dc22b;
	opacity: 0.8;
}


/**********************/
/*     Navigation     */
/**********************/
.navbar {
	background-color: #242B34;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0.875rem;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.025);
}

.navbar .navbar-brand {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.navbar .logo-image img {
	width: 180px;
	/* [disabled]height: 32px; */
}

.navbar .logo-text {
	color: #ffffff;
	font-weight: 700;
	font-size: 1.875rem;
	line-height: 1rem;
	text-decoration: none;
}

.offcanvas-collapse {
	position: fixed;
	top: 6rem;
	/* adjusts the height between the top of the page and the offcanvas menu */
	bottom: 0;
	left: 100%;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	overflow-y: auto;
	visibility: hidden;
	background-color: #242B34;
	transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.offcanvas-collapse.open {
	visibility: visible;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.navbar .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.navbar .nav-item .nav-link {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	color: #eeeeee;
	text-decoration: none;
	transition: all 0.2s ease;
}

.navbar .nav-item.dropdown.show .nav-link,
.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active {
	color: #7dc22b;
}

/* Dropdown Menu */
.navbar .dropdown .dropdown-menu {
	animation: fadeDropdown 0.2s;
	/* required for the fade animation */
}

@keyframes fadeDropdown {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.navbar .dropdown-menu {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
	border: none;
	background-color: #242B34;
}

.navbar .dropdown-item {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	color: #eeeeee;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0.875rem;
	text-decoration: none;
}

.navbar .dropdown-item:hover {
	background-color: #242B34;
	color: #7dc22b;
}

.navbar .dropdown-divider {
	width: 100%;
	height: 1px;
	margin: 0.5rem auto 0.5rem auto;
	border: none;
	background-color: #5b5f66;
}

/* end of dropdown menu */

.navbar .fa-stack {
	width: 2em;
	margin-right: 0.25rem;
	font-size: 1rem;
}

.navbar .fa-stack-2x {
	color: #7dc22b;
	transition: all 0.2s ease;
}

.navbar .fa-stack-1x {
	color: #ffffff;
	transition: all 0.2s ease;
}

.navbar .fa-stack:hover .fa-stack-2x {
	color: #ffffff;
}

.navbar .fa-stack:hover .fa-stack-1x {
	color: #7dc22b;
}

.navbar .navbar-toggler {
	padding: 0;
	border: none;
	font-size: 1.25rem;
	padding-right: 5% !important;
}


/*****************/
/*    Header     */
/*****************/
.header {
	position: relative;


}

.header #video-background {
	position: absolute;
	height: 100%;
	width: 100% !important;
	object-fit: cover;
	top: 50% !important;
	left: 50% !important;
	-webkit-transform: translate(-50%, -50%) !important;
	-ms-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
}



.header .header-content {
	padding-top: 0rem;
	padding-bottom: 0rem;
	background: linear-gradient(rgba(21, 35, 63, 0.5), rgba(21, 35, 63, 0.5));
	background-size: cover;
	text-align: center;
	overflow: hidden;
}

.header-content.overlay:before {
	position: absolute;
	content: "";
	background: #000;
	opacity: 0.5;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

.header .h1-large {
	margin-bottom: 2.25rem;
	color: #ffffff;
	font-size: 3rem;
	line-height: 3.75rem;
}

:target {
    scroll-margin-top: 100px;
}

@media (max-width: 770px) {
	.header #video-background {
		position: absolute;
		height: 100%;
		width: 100% !important;
		object-fit: cover;
		top: 50% !important;
		left: 50% !important;
		-webkit-transform: translate(-50%, -50%) !important;
		-ms-transform: translate(-50%, -50%) !important;
		transform: translate(-50%, -50%) !important;
	}
}



/************************/
/*     Introduction     */
/************************/
.cards-1 {
	padding-top: 5.25rem;
	padding-bottom: 1rem;
	text-align: center;
}

.cards-1 .h2-heading {
	margin-bottom: 1.125rem;
}

.cards-1 .p-heading {
	margin-bottom: 4rem;
	text-align: center;
}

.cards-1 .card {
	margin-bottom: 4rem;
	border: none;
	border-radius: 6px;
}

.cards-1 .card-body {
	padding: 0;
}

.cards-1 .card-icon {
	width: 120px;
	height: 120px;
	margin-right: auto;
	margin-bottom: 2rem;
	margin-left: auto;
	border-radius: 50%;
	background-color: #7dc22b;
	text-align: center;
}

.cards-1 .card-icon .fas {
	color: #ffffff;
	font-size: 2.125rem;
	line-height: 90px;
}

.cards-1 .card-title {
	margin-bottom: 0.625rem;
}

.cards-1 .card-title {
	margin-bottom: 0.625rem;
}

.cards-2 {

	padding-bottom: 2rem;
	text-align: center;
}

.cards-2 .h2-heading {
	margin-bottom: 1.125rem;
}

.cards-2 .p-heading {
	margin-bottom: 4rem;
	text-align: center;
}

.cards-2 .card {
	margin-bottom: 4rem;
	border: none;
	border-radius: 6px;
}

.cards-2 .card-body {
	padding: 0;
}

.cards-2 .card-icon {
	width: 120px !important;
	height: 120px !important;
	margin-right: auto;
	margin-bottom: 2rem;
	margin-left: auto;
	border-radius: 50%;
	background-color: #7dc22b;
	text-align: center;
}

.cards-2 .card-icon .fas {
	color: #ffffff;
	font-size: 2.125rem;
	line-height: 90px;
}

.cards-2 .card-title {
	margin-bottom: 0.625rem;
}


/*******************/
/*     Details     */
/*******************/
.split .area-1 {
	height: 430px;
	background: url('../images/details-background.webp') center center no-repeat;
	background-size: cover;
}

.split .area-2 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.split h2 {
	margin-bottom: 1.5rem;
}

.split p {
	margin-bottom: 2.25rem;
}

.split p:last-of-type {
	margin-bottom: 0;
}

.split .area-3 {
	height: 430px;
	background: url('../images/corporate-gifts-background.webp') center center no-repeat;
	background-size: cover;
}

.split img {
	max-width: 80%;
	height: auto;
    margin-top: 2rem;
	margin-bottom: 3rem;

}
@media (max-width: 1200px) {

		
	.split img {
		max-width: 80% !important;
		margin-bottom: 2rem !important;
		margin-top: 2rem !important;

		height: auto

	}
}
@media (max-width: 992px) {

		
	.split img {
		max-width: 50% !important;
		margin-bottom: 2rem !important;
		margin-top: 2rem !important;

		height: auto

	}
}
@media (max-width: 768px) {

		
	.split img {
		max-width: 60% !important;
		margin-bottom: 2rem !important;
		margin-top: 2rem !important;

		height: auto

	}
}
@media (max-width: 576px) {

		
	.split img {
		max-width: 80% !important;
		margin-bottom: 2rem !important;
		margin-top: 2rem !important;

		height: auto

	}
}



/**********************/
/*     Services 1     */
/**********************/
.basic-1 {
	padding-top: 9.75rem;
	padding-bottom: 5rem;
}

.basic-1 .image-container {
	margin-bottom: 4rem;
}

.basic-1 .image-container img {
	border-radius: 8px;
}

.basic-1 h2 {
	margin-bottom: 1.5rem;
}


/**********************/
/*     Services 2     */
/**********************/
.basic-2 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.basic-2 .image-container {
	margin-bottom: 4rem;
}

.basic-2 .image-container img {
	border-radius: 8px;
}

.basic-2 h2 {
	margin-bottom: 1.5rem;
}


/**********************/
/*     Services 3     */
/**********************/
.basic-3 {
	padding-top: 5rem;
	padding-bottom: 9.75rem;
}

.basic-3 .image-container {
	margin-bottom: 4rem;
}

.basic-3 .image-container img {
	border-radius: 8px;
}

.basic-3 h2 {
	margin-bottom: 1.5rem;
}


/********************/
/*     Projects     */
/********************/
.filter {
	padding-top: 6rem;
	padding-bottom: 5.625rem;
	text-align: center;
}

.filter h2 {
	margin-bottom: 2.625rem;
}

.content {
	margin-bottom: 0.25rem;
	display: none
}

.content .text-box a {
	text-decoration: none;

}

.content .text-box img {
	margin-bottom: 1.125rem;
	border-radius: 8px;
}

.content  .text-box p {
	text-align: center;

}
.content .text-box {
	min-height: 450px !important;
	display: block;

}.content .btn {

margin-bottom: 3.5rem;
}



/************************/
/*     Testimonials     */
/************************/
.slider-1 {
	position: relative;
	padding-top: 3rem;
	padding-bottom: 9.5rem;
}

.slider-1 .slider-container {
	position: relative;
}

.slider-1 .swiper-container {
	position: static;
	width: 85%;
	text-align: center;
}

.slider-1 .swiper-button-prev:focus,
.slider-1 .swiper-button-next:focus {
	/* even if you can't see it chrome you can see it on mobile device */
	outline: none;
}

.slider-1 .swiper-button-prev {
	left: -10px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px;
}

.slider-1 .swiper-button-next {
	right: -10px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px;
}

.slider-1 .testimonial-image {
	max-width: 100%;
	height: auto;
	margin-bottom: 1rem;

}

.slider-1 .testimonial-text {
	margin-bottom: 1.75rem;
	font-size: 1.25rem;
	line-height: 2rem;
}

.slider-1 .testimonial-author {
	margin-bottom: 0.25rem;
	color: #242B34;
}

.slider-1 .text-decoration {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
}


/*******************/
/*     Contact     */
/*******************/
.form-1 {
	position: relative;
	padding-top: 9.25rem;
	padding-bottom: 8.5rem;
	background: linear-gradient(rgba(2, 15, 29, 0.1), rgba(2, 15, 29, 0.1)), url('../images/contact-background.webp') center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
	z-index: 1000;
}

.form-1.overlay:before {
	position: absolute;
	content: "";
	background: #000;
	opacity: 0.6;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -9999 !important;

}

.form-1 .h2-heading {
	margin-bottom: 1.125rem;
	color: #ffffff;
}

.form-1 .p-heading {
	margin-bottom: 0.375rem;
	color: #ffffff;
}

.form-1 .list-unstyled {
	margin-bottom: 3.5rem;
	color: #ffffff;
}

.form-1 .list-unstyled a {
	color: #ffffff;
}

.form-1 .list-unstyled .fas {
	color: #7dc22b;
}

.form-1 .form-control,
.form-1 .form-control {
	border-color: #374959 !important;
	background-color: #293642!important;
	color: #efefef!important;
}

.form-1 .form-control::placeholder,
.form-1 .form-control::placeholder {
	color: #efefef !important;
}





/**********************/
/*     Statistics     */
/**********************/
.counter {
	padding-top: 9.75rem;
	padding-bottom: 4.375rem;
	text-align: center;
}

.counter .counter-cell {
	margin-bottom: 4rem;
}

.counter .purecounter {
	margin-bottom: 1.5rem;
	color: #7dc22b;
	font-weight: 600;
	font-size: 5rem;
	line-height: 3rem;
}

.counter .counter-info {
	color: #242B34;
	font-size: 0.875rem;
	line-height: 1.5rem;
}


/******************/
/*     Footer     */
/******************/
.footer {
	padding-top: 6.5rem;
	padding-bottom: 2rem;
	background-color: #242B34;
}

.footer a {
	text-decoration: none;
}

.footer .footer-col {
	margin-bottom: 3rem;
}

.footer h6 {
	margin-bottom: 0.625rem;
	color: #9ba3b1;
}

.footer p,
.footer a,
.footer ul {
	color: #9ba3b1;
}

.footer .li-space-lg li {
	margin-bottom: 0.375rem;
}

.footer .footer-col.third .fa-stack {
	width: 2em;
	margin-bottom: 1.25rem;
	margin-right: 0.375rem;
	font-size: 1.375rem;
}

.footer .footer-col.third .fa-stack .fa-stack-2x {
	color: #293642;
	transition: all 0.2s ease;
}

.footer .footer-col.third .fa-stack .fa-stack-1x {
	color: #9ba3b1;
	transition: all 0.2s ease;
}

.footer .footer-col.third .fa-stack:hover .fa-stack-2x {
	color: #7dc22b;
}

.footer .footer-col.third .fa-stack:hover .fa-stack-1x {
	color: #ffffff;
}


/*********************/
/*     Copyright     */
/*********************/
.copyright {
	padding-bottom: 1rem;
	background-color: #242B34;
	text-align: center;
}

.copyright p,
.copyright a {
	color: #9ba3b1;
	text-decoration: none;
}


/******************************/
/*     Back To Top Button     */
/******************************/
#myBtn {
	position: fixed;
	z-index: 99;
	bottom: 20px;
	right: 20px;
	display: none;
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 50%;
	outline: none;
	background-color: #7dc22b;
	cursor: pointer;
	margin-right: 2% ;
}

#myBtn:hover {
	background-color: #0f0f11;
}

#myBtn img {
	margin-bottom: 0.25rem;
	margin-left: 0.125rem;
	width: 18px;
}


/***********************/
/*     Extra Pages     */
/***********************/
.ex-header {
	padding-top: 8.5rem;
	padding-bottom: 4rem;
	background-color: #242B34;
}

.ex-header h1 {
	color: #ffffff;
}

.ex-basic-1 .list-unstyled .fas {
	font-size: 0.375rem;
	line-height: 1.625rem;
}

.ex-basic-1 .list-unstyled .flex-grow-1 {
	margin-left: 0.5rem;
}

.ex-basic-1 .text-box {
	padding: 1.25rem 1.25rem 0.5rem 1.25rem;
	background-color: #f7f9fd;
}

.ex-cards-1 .card {
	border: none;
	background-color: transparent;
}

.ex-cards-1 .card .fa-stack {
	width: 2em;
	font-size: 1.125rem;
}

.ex-cards-1 .card .fa-stack-2x {
	color: #7dc22b;
}

.ex-cards-1 .card .fa-stack-1x {
	width: 2em;
	color: #ffffff;
	font-weight: 700;
	line-height: 2.125rem;
}

.ex-cards-1 .card .list-unstyled .flex-grow-1 {
	margin-left: 2.25rem;
}

.ex-cards-1 .card .list-unstyled .flex-grow-1 h5 {
	margin-top: 0.125rem;
	margin-bottom: 0.5rem;
}


/*************************/
/*     Media Queries     */
/*************************/
/* Min-width 768px */
@media (min-width: 768px) {

	/* Header */
	.header .header-content {
		padding-top: 15rem;
		padding-bottom: 13rem;
	}

	/* end of header */


	/* Statistics */
	.counter .counter-cell {
		display: inline-block;
		margin-right: 1.5rem;
		margin-left: 1.5rem;
		vertical-align: top;
	}

	.counter .purecounter {
		font-size: 6rem;
		line-height: 4rem;
	}

	/* end of statistics */


	/* Contact */
	.form-1 .list-unstyled li {
		display: block;
		margin-right: 1rem;
		line-height: 3rem;
	}

	/* end of contact */


	/* Extra Pages */
	.ex-basic-1 .text-box {
		padding: 1.75rem 2rem 0.875rem 2rem;
	}

	/* end of extra pages */
}

/* end of min-width 768px */


/* Min-width 992px */
@media (min-width: 992px) {

	/* General Styles */
	.h2-heading {
		width: 35.25rem;
		margin-right: auto;
		margin-left: auto;
	}

	.p-heading {
		width: 46rem;
		margin-right: auto;
		margin-left: auto;
	}

	/* end of general styles */


	/* Navigation */
	.navbar {
		padding-top: 1.75rem;
		background-color: transparent;
		box-shadow: none;
		transition: all 0.2s;
	}

	.navbar.top-nav-collapse {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		background-color: #242B34;
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.025);
	}

	.offcanvas-collapse {
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		width: auto;
		padding-right: 0;
		padding-left: 0;
		background-color: transparent;
		overflow-y: visible;
		visibility: visible;
	}

	.offcanvas-collapse.open {
		-webkit-transform: none;
		transform: none;
	}

	.navbar .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}

	.navbar .nav-item .nav-link {
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}

	.navbar .dropdown-menu {
		padding-top: 0.75rem;
		padding-bottom: 0.875rem;
		box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.08);
	}

	.navbar .dropdown-divider {
		width: 90%;
	}

	.navbar .social-icons {
		margin-left: 0.5rem;
	}

	.navbar .fa-stack {
		margin-right: 0;
		margin-left: 0.25rem;
	}

	@media (max-width: 1200px) {
		.navbar-expand-lg {
		  flex-wrap: nowrap;
		  justify-content: flex-start;
		}
		.navbar-expand-lg .navbar-nav {
		  flex-direction: row;
		}
		.navbar-expand-lg .navbar-nav .dropdown-menu {
		  position: absolute;
		}
		.navbar-expand-lg .navbar-nav .nav-link {
		  padding-right: var(--bs-navbar-nav-link-padding-x);
		  padding-left: var(--bs-navbar-nav-link-padding-x);
		}
		.navbar-expand-lg .navbar-nav-scroll {
		  overflow: visible;
		}
		.navbar-expand-lg .navbar-collapse {
		  display: flex !important;
		  flex-basis: auto;
		}
		.navbar-expand-lg .navbar-toggler {
		  display: none;
		}
		.navbar-expand-lg .offcanvas {
		  position: static;
		  z-index: auto;
		  flex-grow: 1;
		  width: auto !important;
		  height: auto !important;
		  visibility: visible !important;
		  background-color: transparent !important;
		  border: 0 !important;
		  transform: none !important;
		  transition: none;
		}
		.navbar-expand-lg .offcanvas .offcanvas-header {
		  display: none;
		}
		.navbar-expand-lg .offcanvas .offcanvas-body {
		  display: flex;
		  flex-grow: 0;
		  padding: 0;
		  overflow-y: visible;
		}
	  }

	/* end of navigation */


	/* Header */
	.header .header-content {
		padding-top: 18rem;
		padding-bottom: 16rem;
	}

	.header .h1-large {
		margin-bottom: 2.75rem;
		font-size: 5rem;
		line-height: 5.75rem;
	}

	/* end of header */


	/* Introduction */
	.cards-1 .card {
		display: inline-block;
		width: 290px;
		vertical-align: top;
	}

	.cards-1 .card:nth-of-type(3n+2) {
		margin-right: 1.75rem;
		margin-left: 1.75rem;
	}

	.cards-2 .card {
		display: inline-block;
		width: 290px;
		vertical-align: top;
	}

	.cards-2 .card:nth-of-type(3n+2) {
		margin-right: 1.75rem;
		margin-left: 1.75rem;
	}

	/* end of introduction */


	/* Details */
	.split {
		max-height: 786px;
		height: 786px !important;
	}

	.split .area-1 {
		height: 100%;
		width: 50%;
		display: inline-block;
	}

	.split .area-2 {
		height: 100%;
		width: 50%;
		display: inline-block;
		padding-bottom: 0;
		vertical-align: top;
	}

	.split  .text-container {
		width: 80% !important;
		margin-left: 3rem;
		vertical-align: middle;
	}

	.split .logo-container {
		max-width: 90%;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 0.25rem !important;
		margin-top:1rem !important;

	}
	.split .logo-container img{
		max-width: 60%;
		height: auto;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 1rem;
		margin-top: 1rem;
		
	}

	.split .area-3 {
		height: 100%;
		width: 50%;
		display: inline-block;
		padding-bottom: 0;
		vertical-align: top;
	}

	
	@media (max-width: 1400px) {
		.split .logo-container {

			margin-bottom: 0rem !important;
			margin-top: 0rem !important;
	
		}
		.split .area-2 .text-container p {
		line-height: 1.25rem !important;
		}
	}

	@media (max-width: 1200px) {
		
.split .logo-container {
        max-width: 50% !important;
		margin-bottom: 0rem !important;
		margin-top: 0rem !important;
		

	}
		.split .area-2 .text-container h2 {
			font-size: 1.8rem !important;
			line-height: 2rem !important;
		}
		.split .area-2 .text-container p {
			line-height: 1.2rem !important;
			}
	}
	@media (max-width: 992px) {

		.split .area-2 .text-container p {
		line-height: 1.25rem !important;
		}
	}
	@media (max-width: 768px) {
		.split .area-2 .text-container {
			width: 400px;
			margin-left: 3rem;
		}
	}
	@media (max-width: 576px) {
		.split .area-2 .text-container {
			width: 400px;
			margin-left: 3rem;
		}
	}

	/* end of details */


	/* Services 1 */
	.basic-1 .image-container {
		margin-bottom: 0;
	}

	/* end of services 1 */


	/* Services 2 */
	.basic-2 .image-container {
		margin-bottom: 0;
	}

	/* end of services 2 */


	/* Services 3 */
	.basic-3 .image-container {
		margin-bottom: 0;
	}

	/* end of services 3 */





	/* Extra Pages */
	.ex-cards-1 .card {
		display: inline-block;
		width: 296px;
		vertical-align: top;
	}

	.ex-cards-1 .card:nth-of-type(3n+2) {
		margin-right: 1rem;
		margin-left: 1rem;
	}

	/* end of extra pages */
}

/* end of min-width 992px */


/* Min-width 1200px */
@media (min-width: 1200px) {

	/* General Styles */
	.container {
		max-width: 1140px;
	}

	/* end of general styles */


	/* Header */
	.header {
		height: 100vh;
	}

	.header .header-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100vh;
		padding-top: 0;
		padding-bottom: 0;
	}

	.header .btn-solid-lg {
		padding: 1.875rem 3rem;
		font-size: 1rem;
	}

	/* end of header */


	/* Introduction */
	.cards-1 .card {
		width: 330px;
	}

	.cards-1 .card:nth-of-type(3n+2) {
		margin-right: 3.625rem;
		margin-left: 3.625rem;
	}

	.cards-2 .card {
		width: 330px;
	}

	.cards-2 .card:nth-of-type(3n+2) {
		margin-right: 3.625rem;
		margin-left: 3.625rem;
	}

	/* end of introduction */


	/* Details */
	.split {
		height: 708px;
	}

	.split .text-container {
		width: 500px;
		margin-left: 6rem;
	}

	.split .logo-container {
		width: 500px;
		margin-left: 4, 5rem;
		margin-bottom: 3rem;
		margin-top: -80px;
	}

	/* end of details */


	/* Services 1 */
	.basic-1 .text-container {
		margin-top: 4rem;
		margin-left: 5rem;
	}

	/* end of services 1 */


	/* Services 2 */
	.basic-2 .text-container {
		margin-top: 4rem;
		margin-left: 5rem;
	}

	/* end of services 2 */


	/* Services 3 */
	.basic-3 .text-container {
		margin-top: 4rem;
		margin-left: 5rem;
	}

	/* end of services 3 */


	/* Projects */
	.filter {
		max-width: 1120px;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	@media (max-width: 1201px) {
		.filter {
			max-width: 95% !important;
		}
		.content
		{
			max-width: 90% !important;
			margin-left: 10% !important;
			margin-right: 10% !important;
		}

		.content .text-box {
		
			min-height: 600px !important;
		
		}
		.content .text-box p {
		
			padding-left: 0.5rem !important;
			padding-right: 0.5rem !important;
		
		}
		}
		@media (max-width: 1025px) {
			.filter {
				max-width: 95% !important;
			}
		

		}

	/* end of projects */


	/* Testimonials */
	.slider-1 .slider-container {
		width: 82%;
		margin-right: auto;
		margin-left: auto;
	}

	/* end of testimonials */


	/* Statistics */
	.counter .counter-cell {
		margin-right: 3.5rem;
		margin-left: 3.5rem;
	}

	.counter .counter-cell:first-of-type {
		margin-left: 0;
	}

	.counter .counter-cell:last-of-type {
		margin-right: 0;
	}

	/* end of statistics */


	/* Contact */
	.form-1 form {
		width: 776px;
		margin-right: auto;
		margin-left: auto;
	}

	/* end of contact */


	/* Footer */
	.footer .footer-col.first {
		width: 100%;
		margin-right: 6rem;
	}
	.footer .footer-col.first img {

		margin-right: auto !important;
		margin-left: auto !important;
	}

	.footer .footer-col.second {
		margin-right: 6.5rem;
	}

	.footer .footer-col.third {
		text-align: center;
	}

	/* end of footer */


	/* Extra Pages */
	.ex-cards-1 .card {
		width: 336px;
	}

	.ex-cards-1 .card:nth-of-type(3n+2) {
		margin-right: 2.875rem;
		margin-left: 2.875rem;
	}

	/* end of extra pages */
}

/* end of min-width 1200px */


.section_parallax_1 {
	background-attachment: fixed;
	background-image: url("../images/Stella-Golf-Cart.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
	height: 80%
}

.section_parallax_1 .overlay:before {
	position: absolute;
	content: "";
	background: #000;
	opacity: 0.7;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -9999;

}

.section_parallax_1 h1 {
	position: absolute;
	top: 58%;
	text-align: center !important;
	width: 100%;
	z-index: 9999 !important;

}

.section_parallax_1 img {
	position: absolute;
	top: 40% !important;
	-webkit-transform: translate(-50%, -50%) !important;
	-ms-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
	z-index: 9999 !important;
	max-width: 30rem;
	


}

@media (max-width: 1200px) {
    .section_parallax_1 {

		height: 60% !important;
		
	}	
	.section_parallax_1 img {
		top: 50% !important;
		max-width: 40rem !important;
	}

	.section_parallax_1 h1 {
		top: 62% !important;
		font-size: 2.5rem !important;
	}
}

@media (max-width: 992px) {
	.section_parallax_1 {

		height: 90% !important;
		
	}	
	.section_parallax_1 img {
		top: 45% !important;
		max-width: 30rem !important;
	}
	.section_parallax_1 h1 {
		top: 67% !important;
		font-size: 1.8rem !important;
		line-height: 3rem !important;
	}
}

@media (max-width: 768px) {
	   .section_parallax_1 {

		height: 60% !important;
		
	}		
	.section_parallax_1 img {
		top: 40% !important;
		max-width: 20rem !important;
	}
	.section_parallax_1 h1 {
		top: 52% !important;
	}
}

@media (max-width: 576px) {	
    .section_parallax_1 {

		height: 60% !important;
		
	}
	.section_parallax_1 img {
		top: 40% !important;
		max-wid0th: 18rem !important;
	}
	.section_parallax_1 h1 {
		top: 55% !important;
		font-size: 1.8rem !important;
		line-height: 2.2rem !important;
	}
}
@media (max-width: 360px) {	
    .section_parallax_1 {

		height: 60% !important;
		
	}
	.section_parallax_1 img {
		top: 40% !important;
		max-width: 15rem !important;
	}
	.section_parallax_1 h1 {
		top: 55% !important;
		font-size: 1.5rem !important;
		line-height: 2rem !important;
	}
}

.section_parallax_2 {
	background-attachment: fixed;
	background-image: url("../images/golf-ball-with-blue-light.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
    height: 80%;

}

.section_parallax_2 .overlay:before {
	position: absolute;
	content: "";
	background: #000;
	opacity: 0.5;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -9999;

}

.section_parallax_2 h1 {
	position: absolute;
	top: 58%;
	text-align: center !important;
	width: 100%;
	z-index: 9999 !important;

}

.section_parallax_2 img {
	position: absolute;
	top: 40% !important;
	left: 50% !important;
	-webkit-transform: translate(-50%, -50%) !important;
	-ms-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
	z-index: 9999 !important;
	max-width: 30rem !important;

}

@media (max-width: 1200px) {
    .section_parallax_2 {

		height: 60% !important;
		
	}	
	.section_parallax_2 img {
		top: 50% !important;
		max-width: 40rem !important;
	}

	.section_parallax_2 h1 {
		top: 62% !important;
		font-size: 2.5rem !important;
	}
}

@media (max-width: 992px) {
	.section_parallax_2 {

		height: 90% !important;
		
	}	
	.section_parallax_2 img {
		top: 45% ;
		max-width: 30rem !important;
	}
	.section_parallax_2 h1 {
		top: 67%;
		font-size: 1.8rem !important;
		line-height: 3rem !important;
	}
}

@media (max-width: 768px) {
	   .section_parallax_2 {

		height: 60% !important;
		
	}		
	.section_parallax_2 img {
		top: 40% ;
		max-width: 20rem !important;
	}
	.section_parallax_2 h1 {
		top: 52% !important;
	}
}

@media (max-width: 576px) {	
    .section_parallax_2 {

		height: 60% !important;
		
	}
	.section_parallax_2 img {
		top: 40% !important;
		max-width: 18rem !important;
	}
	.section_parallax_2 h1 {
		top: 55% !important;
		font-size: 1.8rem !important;
		line-height: 2.2rem !important;
	}
}
@media (max-width: 360px) {	
    .section_parallax_2 {

		height: 60% !important;
		
	}
	.section_parallax_2 img {
		top: 40% !important;
		max-width: 15rem !important;
	}

	.section_parallax_2 h1 {
		top: 55% !important;
		font-size: 1.5rem !important;
		line-height: 2rem !important;
	}
}


.section_parallax_3 {
	background-attachment: fixed;
	background-image: url("../images/VR-golf.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
    height: 80%
}

.section_parallax_3 .overlay:before {
	position: absolute;
	content: "";
	background: #000;
	opacity: 0.5;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -9999 !important;

}

.section_parallax_3 h1 {
	position: absolute;
	top: 60%;
	text-align: center !important;
	width: 100%;
	z-index: 9999 !important;

}

.section_parallax_3 img {
	position: absolute;
	top: 40% !important;
	left: 50% !important;
	-webkit-transform: translate(-50%, -50%) !important;
	-ms-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
	z-index: 9999 !important;
	max-width: 30rem !important;

}

.section_parallax_3 #vr-svg {
	position: absolute;
	top: 72% !important;
	left: 50% !important;
	-webkit-transform: translate(-50%, -50%) !important;
	-ms-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
	z-index: 9999 !important;
	width: 50rem
}
@media (max-width: 1200px) {
    .section_parallax_3 {

		height: 60% !important;
		
	}	
	.section_parallax_3 img {
		top: 50% !important;
		max-width: 40rem !important;
	}

	.section_parallax_3 h1 {
		top: 62% !important;
		font-size: 2.5rem !important;
		width: 100%
	}
		.section_parallax_3 #vr-svg {
		top: 65% !important;
		width: 100%
	}

}

@media (max-width: 992px) {
	.section_parallax_3 {

		height: 90% !important;
		
	}	
	.section_parallax_3 img {
		top: 45% ;
		max-width: 30rem !important;
	}
	.section_parallax_3 h1 {
		top: 67%;
		font-size: 1.8rem;
		line-height: 3rem !important;
	}
	.section_parallax_3 #vr-svg {
		top: 83% !important;
		width: 80%
	}
}

@media (max-width: 768px) {
	   .section_parallax_3 {

		height: 60% !important;
		
	}		
	.section_parallax_3 img {
		top: 40% !important;
		max-width: 20rem !important;
	}
	.section_parallax_3 h1 {
		top: 52%;
	}
	.section_parallax_3 #vr-svg {
		top: 60%!important;
		width: 80%
	}
}



@media (max-width: 576px) {	
    .section_parallax_3 {

		height: 60% !important;
		
	}
	.section_parallax_3 img {
		top: 40% !important;
		max-width: 18rem !important;
	}
	.section_parallax_3 h1 {
		top: 55% !important;
		font-size: 1.8rem !important;
		line-height: 2.2rem !important;
	}
	.section_parallax_3 #vr-svg {
		top: 75% !important;
		width: 100%
	}
}
@media (max-width: 360px) {	
    .section_parallax_3 {

		height: 60% !important;
		
	}
	.section_parallax_3 img {
		top: 40% !important;
		max-width: 15rem !important;
	}
	.section_parallax_3 h1 {
		top: 55% !important;
		font-size: 1.5rem !important;
		line-height: 2rem !important;
	}
	.section_parallax_3 #vr-svg {
		top: 73% !important;
		width: 100%
	}
}


/* loadmore */
#loadMore {
	position: absolute;
	left: 50%;
	right: 50%;
	-webkit-transform: translate(-50%, -50%) !important;
	-ms-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
}


@media (max-width: 435px) {
	.section_parallax_3 img {
		width: 60%;
		top: 40% !important;
	}

	.section_parallax_3 h1 {
		top: 50%;
		font-size: 2rem;
		line-height: 2rem;
	}
}

/* loadmore */
.hideLoadMore {
	display: none !important;
}



/* Slider */

.slick-slide {
	margin: 0px 20px;
}

.slick-slide img {
	width: 100%;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}



.carousel {
	position: relative;
	z-index: 99;
}

.carousel.pointer-event {
	touch-action: pan-y;
}

.carousel-inner {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100hw;
	height: 100vh;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform 0.6s ease-in-out;
	overflow: hidden;
}


@media (prefers-reduced-motion: reduce) {
	.carousel-item {
		transition: none;
	}
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: block;
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
	transform: translateX(100%);
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
	transform: translateX(-100%);
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1;
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {

	.carousel-fade .active.carousel-item-end,
	.carousel-fade .active.carousel-item-start {
		transition: none;
	}
}

.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: 0 0;
	border: 0;
	opacity: 0.5;
	transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

	.carousel-control-next,
	.carousel-control-prev {
		transition: none;
	}
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: 0.9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 2%;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
	list-style: none;
}

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

@media (prefers-reduced-motion: reduce) {
	.carousel-indicators [data-bs-target] {
		transition: none;
	}
}

.carousel-indicators .active {
	opacity: 1;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 30%;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff !important;
	text-align: center;
	z-index: 999 !important;
}

.carousel-caption .heading {
	font-size: 4rem;
	line-height: 5rem;
	text-align: center;
}

.carousel-caption .sub-heading {
	font-size: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
	filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
	background-color: #000;
}

.carousel-dark .carousel-caption {
	color: #000;
}

@media (max-width: 933px) {
	.carousel-caption {
		bottom: 35%;

	}

	.carousel-caption .heading {
		font-size: 2rem;
		line-height: 2.2rem;
		text-align: center;
	}

	.carousel-caption .sub-heading {
		font-size: 1rem;
		line-height: 1rem;
		text-align: center;
	}
}

@media (max-width: 770px) {
	.carousel-caption {
		bottom: 5%;

	}

	.carousel-caption .heading {
		font-size: 2rem;
		line-height: 2.2rem;
		text-align: center;
	}

	.carousel-caption .sub-heading {
		font-size: 1rem;
		line-height: 1rem;
		text-align: center;
	}
}

@media (max-width: 435px) {
	.carousel-caption {
		bottom: 20%;

	}

	.carousel-caption h1 {
		font-size: 1.5em;
		line-height: 1.3em;

	}

	.carousel-caption .heading {
		font-size: 2rem;
		line-height: 2.2rem;

	}

	.carousel-caption .sub-heading {
		font-size: 1rem;
		line-height: 1rem;

	}

	h1 {
		font-size: 2.5rem !important;
		line-height: 2.7rem !important;

	}

	h2 {

		font-size: 1.5rem !important;
		line-height: 2.5rem !important;

	}

	h3 {

		font-size: 1.5rem !important;
		line-height: 2rem !important;

	}

	h4 {
		font-size: 1.2rem !important;
		line-height: 1.6rem !important;

	}

	h5 {
		font-size: 1.2rem !important;
		line-height: 1.6rem !important;

	}


}

@media (max-width: 370px) {
	.carousel-caption {
		bottom: 20%;

	}

	.carousel-caption h1 {
		font-size: 1.5em;
		line-height: 1.3em;

	}

	.carousel-caption .heading {
		font-size: 2rem;
		line-height: 2.2rem;

	}

	.carousel-caption .sub-heading {
		font-size: 1rem;
		line-height: 1rem;

	}

	h1 {
		font-size: 2rem !important;
		line-height: 2.5rem !important;

	}

	h2 {

		font-size: 1.5rem !important;
		line-height: 2.5rem !important;

	}

	h3 {

		font-size: 1.5rem !important;
		line-height: 2rem !important;

	}

	h4 {

		font-size: 1rem !important;
		line-height: 1.5rem !important;

	}

	h5 {

		font-size: 1rem !important;
		line-height: 1.5rem !important;

	}


}