/* Font */
@font-face {
	font-family: 'Arial';
	src: url('./fonts/Arial/ArialMT.eot');
	src: url('./fonts/Arial/ArialMT.eot?#iefix') format('embedded-opentype'),
		url('./fonts/Arial/ArialMT.woff2') format('woff2'),
		url('./fonts/Arial/ArialMT.woff') format('woff'),
		url('./fonts/Arial/ArialMT.ttf') format('truetype'),
		url('./fonts/Arial/ArialMT.svg#ArialMT') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.suspension-contain {
	max-height: 980px;
	overflow: hidden;
	position: relative;
}

html.suspended {
	background: rgba(0, 0, 0, 0.6);
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}

body {
	max-width: 100%;
	min-width: 1900px;
}

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

li {
	list-style-type: none;
}

a {
	color: inherit;
	text-decoration: none;
	transition: all .03s ease-in-out;
}

/*floats*/
.fl {
	float: left;
}

.fr {
	float: right;
}

/*typography*/
.text-uppercase {
	text-transform: uppercase
}

.text-lowercase {
	text-transform: lowercase;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

/*clearings*/
.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

.clearfix {
	display: block;
}

/*cookie*/
.cc-animate.cc-revoke.cc-bottom {
	font-size: 14px;
	padding: 5px 10px;
	position: fixed;
	display: block !important;
	transform: none !important;
	bottom: 0 !important;
	left: 20px !important;
}

/*call to action*/
.cta {
	display: none;
}

/*contact form messages*/
form .messages p {
	display: none;
	font-family: Arial !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	font-size: 16px !important;
}

form .loading {
	display: none;
}

form .alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

form .alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

form .alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

form [type="submit"] {
	margin: 0;
	width: 200px;
	height: 57px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #DAEAF7;
	border-radius: 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #000D53;
	border: 0 !important;
	letter-spacing: 2px;
}

/*Contact Form*/
.ctc-form {
	margin: 0 auto;
	text-align: center;
}

.ctc-form input[type="text"],
.ctc-form textarea {
	font-family: Arial;
	font-size: 16px;
	color: #000;
	height: 45px;
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 5px 10px;
	box-sizing: border-box;
	margin: 0 auto 8px;
}

.ctc-form textarea {
	height: 120px;
	padding-top: 10px;
	resize: none;
}

.ctc-form button {
	display: block;
}

.ctc-form .recap {
	display: inline-block;
}

.ctc-form .g-recaptcha div {
	margin: 0 auto 10px;
}

.ctc-form .ctc-hide {
	display: none;
}

/*Gallery*/
#content .gallery-container {
	text-align: center;
}

#content .gallery {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content .gallery li {
	display: inline-block;
}

#content .thumbnail {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: block;
	line-height: .42857;
	margin-bottom: 20px;
	padding: 4px;
	transition: border 0.5s ease-in-out 0s;
}

#content .thumbnail:hover {
	transform: scale(1.02);
}

#content .page_navigation {
	display: inline-block;
}

#content .page_link,
#content .previous_link,
#content .next_link,
#content .first_link,
#content .last_link,
#content .ellipse {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #0275d8;
	display: inline-block;
	line-height: 1.25;
	margin-left: -1px;
	padding: 0.5rem 0.75rem;
	position: relative;
}

#content .page_navigation>a:hover,
.page_navigation>a.active_page {
	background-color: #eceeef;
	border-color: #ddd;
	color: #014c8c;
	text-decoration: none;
}

/* Navigation */
#header {
	max-width: 1120px;
	margin: auto;
}

#header nav a#pull {
	display: none
}

#header nav ul {
	padding: 0 10px;
	display: flex;
	justify-content: space-between;
}

#header nav ul li {
	display: inline-block;
	vertical-align: middle;
}

#header nav ul li a {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #283129;
	display: inline-block;
	width: 105px;
	text-align: center;
	padding-top: 75px;
}

#header nav ul li a.nav-image {
	width: fit-content;
	padding-top: 10px;
}

#header nav ul li.active-menu a,
#header nav ul li a:hover {
	font-weight: 700;
}

/*------------------------------------------------------- Add CSS Here -------------------------------------------------------*/
/*button*/
.button {
	transition: all 0.5s ease;
	width: 200px;
	height: 57px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 2px;
	font-weight: 500;
}

.button:hover {}

.button-navigation {
	background-color: #010E54;
	color: #FFF;
	margin-top: 55px;
}

.button-banner {
	background-color: #4FA5D8;
	color: #FFF;
	margin-top: 55px;
	margin: auto;
}

.button-section1 {
	background-color: #FFFFFF;
	color: #00002B;
	margin: auto;
}

.button-section2 {
	background-color: #010E54;
	color: #FFF;
	margin-top: 55px;
	margin: auto;
}

.button-section4 {
	background-color: #DAEAF7;
	color: #010E54;
}


/* Navigation */
.navigation {
	height: 287px;
	background: url(../images/content/Navigation-Background.png) bottom center no-repeat;
	background-size: cover;
	position: relative;
	z-index: 2;
}

.navigation-container {
	margin: auto;
	max-width: 1780px;
	padding: 0 10px;
	display: grid;
	grid-template-columns: 200px 1fr 200px;
	grid-template-areas: "a b c";
}

.navigation-socmed {
	grid-area: a;
	width: 200px;
	height: 57px;
	background-color: #010E54;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-top: 55px;
}

.navigation header {
	grid-area: b;
}

.navigation .button-navigation {
	grid-area: c;
}

.navigation-logo {
	grid-area: d;
	display: none;
}

/* Banner */
.banner {
	background: url(../images/content/Banner-Background.jpg) center no-repeat;
	background-size: cover;
	margin-top: -106px;
	padding: 275px 0 156px;
}

.banner h2 {
	font-family: 'Orbitron', sans-serif;
	font-size: 70px;
	font-weight: 700;
	text-align: center;
	background: rgb(255, 255, 255);
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(173, 173, 173, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.banner>img {
	max-width: 500px;
	margin: auto;
	display: block;
	padding: 15px 0;
}

.banner-drop {
	background: url(../images/content/Banner-Image3.png) center no-repeat;
	background-size: cover;
	width: 585px;
	height: 228px;
	margin: 0px auto 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.banner-drop img {
	max-width: 112px;
	padding-bottom: 20px;
}

.banner-drop h3 {
	font-family: 'Orbitron', sans-serif;
	font-weight: 800;
	font-size: 20px;
	color: #FFF;
}

.banner-drop h4 {
	font-family: 'Orbitron', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #FFF;
}

/* Section 1 */
.section1-hr {
	height: 14px;
	background-color: #4FA5D8;
}

.section1 {
	max-width: 1920px;
	margin: auto;
	height: 863px;
	background-image: url(../images/content/Section1-Background.jpg);
	background-size: cover;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 85px;
	padding: 110px 0 192px;
}

.section1>img {
	max-width: 936px;
	padding-top: 35px;
}

.section1-left {
	max-width: 774px;
}

.section1-left h2 {
	font-family: 'Orbitron', sans-serif;
	font-size: 70px;
	font-weight: 600;
	background: rgb(255, 255, 255);
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(173, 173, 173, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.section1-left h3 {
	font-family: 'Orbitron', sans-serif;
	font-size: 46px;
	font-weight: 700;
	background: rgb(79, 165, 216);
	background: linear-gradient(90deg, rgba(79, 165, 216, 1) 0%, rgba(8, 85, 177, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.section1-left p {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #EBEBEB;
	font-weight: 400;
	padding: 15px 0 35px;
	line-height: 28px;
}

/* Section 2 */
.section2 {
	height: 970px;
	padding: 45px 0 80px;
}

.section2>h2 {
	font-family: 'Orbitron', sans-serif;
	font-size: 69px;
	font-weight: 700;
	background: rgb(79, 165, 216);
	background: linear-gradient(90deg, rgba(79, 165, 216, 1) 0%, rgba(8, 85, 177, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
}

.section2>p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #01215F;
	text-align: center;
	padding: 10px 0 35px;
}

.section2 .image-container {
	margin: auto;
	max-width: 1850px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 35px;
}

.section2 .image-container h3 {
	font-family: 'Orbitron', sans-serif;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 700;
}

.section2 .image-container p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
}

.section2 .image-container h4 {
	font-family: 'Orbitron', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: underline;
}

.section2 .image-container1 {
	width: 567px;
	height: 401px;
	background: url(../images/content/Section2-Image1.jpg);
	padding: 50px 50px 20px 290px;
}

.section2 .image-container1 p {
	padding: 20px 0;
}

.section2 .image-container2 {
	width: 567px;
	height: 401px;
	background: url(../images/content/Section2-Image2.jpg);
	padding: 50px 50px 20px 290px;
}

.section2 .image-container2 p {
	padding: 20px 0;
}

.section2 .image-container3 {
	width: 567px;
	height: 401px;
	background: url(../images/content/Section2-Image3.jpg);
	padding: 50px 50px 20px 310px;
}

.section2 .image-container3 p {
	padding: 20px 0 65px;
}

/* Section 3 */
.section3 {
	height: 569px;
	background: url(../images/content/Section3-Background.jpg) center;
	background-size: cover;
	padding: 120px 0 33px;
}

.section3 h2 {
	font-family: 'Orbitron', sans-serif;
	font-size: 46px;
	font-weight: 700;
	color: #FFFFFF;
	text-align: center;
}

.section3-container {
	margin: auto;
	display: flex;
	max-width: 1540px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-left: 260px;
	margin-top: -95px;
}

.section3 ul {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-style: italic;
	color: #fff;
	max-width: 720px;
	font-size: 25px;
	line-height: 35px;
	padding-top: 120px;
}

.section3 ul li {
	list-style-type: disc;
}

/* Section 4 */
.section4 {
	height: 684px;
	background: url(../images/content/Section4-Background.jpg) center;
	background-size: cover;
	padding-top: 80px;
}

.section4 h2 {
	font-family: 'Orbitron', sans-serif;
	font-size: 40px;
	font-weight: 700;
	color: #FFFFFF;
	text-align: center;
	max-width: 1300px;
	margin: auto;
}

.section4-container {
	max-width: 1430px;
	margin: auto;
	display: flex;
	align-items: flex-start;
	gap: 20px;
	margin-top: -35px;
}

.section4-container>div {
	width: 702px;
	height: 321px;
	background: url(../images/content/Section4-Image1.png) center;
	background-size: cover;
	margin-top: 105px;
	padding: 0 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 40px;
}

.section4-container {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 22px;
	color: #EBEBEB;
	line-height: 36px;
}

/* Section 5 */
.section5 {
	height: 1129px;
	background: url(../images/content/Section5-Background.jpg) center no-repeat;
	background-size: cover;
	padding: 115px 0 265px;
}

.section5 h2 {
	width: fit-content;
	font-family: 'Orbitron', sans-serif;
	font-size: 69px;
	font-weight: 700;
	background: rgb(79, 165, 216);
	background: linear-gradient(90deg, rgba(79, 165, 216, 1) 0%, rgba(8, 85, 177, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-left: 260px;
}

.section5-container {
	max-width: 1640px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
	padding: 60px 0 50px;
}

.section5-con1,
.section5-con2,
.section5-con3 {
	background: url(../images/content/Section5-Image.png);
	width: 500px;
	height: 515px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 100px 0 90px;
}

.section5-container h3 {
	font-family: 'Orbitron', sans-serif;
	font-weight: 700;
	font-size: 29px;
	color: #D9EAF7;
}

.section5-container img {
	padding: 15px 0 25px;
}

.section5-container p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	max-width: 397px;
	margin: 0 auto 25px;
}

.section5-container h4 {
	font-family: 'Orbitron', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #FFFFFF;
}

.section5-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 45px;
}

/* Section 6 */
.section6 {
	margin-top: -150px;
	background: url(../images/content/Section6-Background.png) center no-repeat;
	background-size: cover;
}

.section6 h2 {
	width: fit-content;
	font-family: 'Orbitron', sans-serif;
	font-size: 69px;
	font-weight: 700;
	background: rgb(79, 165, 216);
	background: linear-gradient(90deg, rgba(79, 165, 216, 1) 0%, rgba(8, 85, 177, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-left: auto;
	padding: 0 260px 70px 0;
}

.section6-container {
	margin: auto;
	/* display: flex;
	align-items: center;
	justify-content: center; */
}

/* SLideshow Container */

.mySlides {
	display: none;
}

img {
	vertical-align: middle;
}

.slideshow-container {
	max-width: 80%;
	position: relative;
	margin: auto;
}

.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
	background: linear-gradient(90deg, rgba(79, 165, 216, 1) 0%, rgba(8, 85, 177, 1) 100%);
}

.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
	color: #fff;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0 .6s ease;
}

.active,
.dot:hover {
	background-color: #717171;
}

.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 2.5s;
}

@-webkit-keyframes fade {
	from {
		opacity: .5;
	}

	to {
		opacity: 1;
	}
}

@keyframes fade {
	from {
		opacity: .5;
	}

	to {
		opacity: 1;
	}
}

/* SLideshow Container End */

/* Footer */

/* Form */
.footer-form {
	width: 1217px;
	background: url(../images/content/ContactForm-Background.jpg) center no-repeat;
	background-size: cover;
	margin: 20px auto 0;
	box-shadow: 0px 0px 13px 7px rgba(170, 212, 236, 0.75);
	-webkit-box-shadow: 0px 0px 13px 7px rgba(170, 212, 236, 0.75);
	-moz-box-shadow: 0px 0px 13px 7px rgba(170, 212, 236, 0.75);
	padding: 50px 110px 50px;
	margin-bottom: -580px;
	position: relative;
	z-index: 1;
}

.footer-form h2 {
	font-family: 'Orbitron', sans-serif;
	font-size: 60px;
	font-weight: 700;
	color: #4EA5D8;
}

.footer-form h5 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #FFF;
	padding: 20px 0 35px;
}

.footer-form .text-container {
	display: flex;
	gap: 10px;
}

.footer-form .text-container label {
	width: 100%;
}

.footer-form form [type="text"],
.footer-form form textarea {
	height: 60px;
	background: #0855B1;
	border: 0;
	border-radius: 0;
	padding: 20px 25px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	width: 100%;
	margin: 0 0 10px;
}

.footer-form form [type="text"]::placeholder,
.footer-form form textarea::placeholder {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
}

.footer-form form textarea {
	height: 150px;
	padding: 20px 25px;
	border: 0;
	margin-bottom: 20px;
}

.footer-form .acceptance-container {
	display: flex;
	gap: 5px;
	flex-direction: column;
	align-items: flex-start;
	font-family: 'Arial';
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 400;
	padding-bottom: 40px;
}

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

.footer {
	background: url(../images/content/Footer-Background.png) center no-repeat;
	background-size: cover;
	padding: 650px 0 53px;
}

.footer-container {
	max-width: 1300px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-container-right {
	width: 100%;
	max-width: 950px;
}

.footer-container-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 40px;
}

.footer-container-top>div {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.footer-container-top>div>div span {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
}

.footer-container-top>div>div p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 22px;
	letter-spacing: 0.5px;
}

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

.footer-socmed-container {
	display: flex;
	gap: 25px;
	align-items: center;
}

.footer-hamo p {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #FFF;
	font-weight: 300;
	letter-spacing: 1px;
	text-align: center;
}

/* Inner Page */
.inner .row {
	max-width: 1200px;
	margin: auto;
	padding: 40px 0 60px;
	min-height: 600px;
}

.inner h1 {
	font-family: 'Orbitron', sans-serif;
	font-size: 45px;
	font-weight: 700;
	background: rgb(79, 165, 216);
	background: linear-gradient(90deg, rgba(79, 165, 216, 1) 0%, rgba(8, 85, 177, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	padding-bottom: 20px;
}

.inner p {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: 400;
	text-align: center;
}

.inner [type="submit"] {
	margin: auto;
}

.inner .services-page.flex {
	display: flex;
	justify-content: center;
	gap: 45px;
	font-family: 'Montserrat';
	font-size: 23px;
}

.inner .services-page.flex ul li {
	list-style-type: disc;
}

.inner .gallery.row {
	width: 1500px !important;
	margin: 30px auto 15px !important;
}
@media screen and (max-width: 959px){
	body {min-width: 320px}
	.row {width: 100%}
}
.banner-drop h3{
	color:rgb(79, 165, 216) ;
}
.banner-drop h4{
	color:rgb(79, 165, 216) ;
}
/*------------------------------------------------------- Responsive -------------------------------------------------------*/
@media screen and (max-width: 959px){
	#header { padding: 0; max-width: 100%;}
	#header .row { width: 100% }
	#header nav { display:block; height: auto; }
  	#header nav ul { width: 100%; display: none; height: auto;border-bottom:5px solid #000; padding: 0 15px;}
  	#header nav ul li { width: 100%; position: relative; }
  	#header nav ul li a { display: block; float: none; padding: 10px 0; }
  	#header nav a { text-align: left; width: 100%; }
	#header nav a strong { position: absolute; top: 50%; transform: translateY(-50%); left: 15px; }
	#header nav a#pull { display: block; color: #fff; background-color: #000; height: 30px; padding: 10px 0; width: 100%; position: relative; }
	#header nav a#pull:after { content:""; background: url('../images/nav-icon.png') no-repeat; width: 20px; height: 20px; display: inline-block; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); }
	.cta{ background: #035B96  url("../images/common/phonecall.png") no-repeat center center; border-bottom-left-radius: 40px;border-top: 2px solid #013f9a ; border-top-left-radius: 40px; bottom: 1%;display: block; height: 80px; position: fixed; right: 0; text-decoration: none; text-indent: -9999em; width: 100px; z-index: 999; }
	.navigation{height:unset; background: unset;}
	#header nav ul li img{display: none;}
	.navigation-socmed{display: none;}
	.navigation .button-navigation{display: none;}
	.navigation-container{display: unset; width: 100%; margin: unset; padding: unset;}
	.banner{padding: 30px; margin: unset;}
	.banner h2{font-size: 32px;}
	.banner>img {max-width: 250px;}
	.banner-drop{margin: auto;}
	.section1>img{display: none;}
	.section1-left{max-width: 100%; text-align: center; padding: 30px;}
	.section1{padding: unset;}
	.section1{height: unset; background-position: center; background-size: 100% 100%;}
	.section1-left h2{font-size: 32px;}
	.section2 .image-container{flex-direction: column; gap: 20px;}
	.section2{height: unset;}
	.image-container img[alt="Arrow Left"] {
		display: none;
	}
	.image-container img[alt="Arrow Right"] {
		display: none;
	}
	.section3{height: unset;}
	.section3-container img{display: none;}
	.section4{height: unset;}
	.section4-container {max-width: 100%; flex-direction: column; margin-top: unset; align-items: center; gap: 10px;}
	.section4-container>div{margin-top: unset; margin-bottom: 20px; text-align: center;}
	.section2>h2{font-size: 32px;}
	.section5{height: unset; padding: 30px;}
	.section5-container{flex-direction: column;}
	.footer-form{width: 100%;}
	.footer-container{flex-direction: column;}
	.footer-container-bottom{flex-direction: column; gap: 20px;}
	.lightbox img{width: 500px;}
	.slideshow-container img{height: 400px !important;}
}
@media screen and (max-width: 768px){
	.section5 h2{padding: unset; text-align: center; font-size: 32px; width: unset;}
	.section4 h2 {font-size: 32px;}
	.section3-container{padding: unset; text-align: center; max-width: 700px;}
	.section4{padding-top: 30px;}
	.section4 h2{padding: 0 30px; font-size: 25px;}
	.section4-container>div{background: unset; height: unset; width: unset;}
	.section4 .button{margin: auto;}
	.footer-container-top{flex-direction: column; width: 300px; gap: 20px; padding-bottom: 30px;}
	.section6{margin-top: unset;}
	.section6 h2{font-size: 32px; width: unset;text-align: center; padding-top: 30px;}
	.footer-container-right{max-width: 300px; width: 100%;}
	.footer-form .text-container{display: unset;}
	.footer-form .rb-container{flex-direction: column;}
	.lightbox img{width: 400px;}
}
@media screen and (max-width: 425px){
	.banner-drop{width: 100%; background-size: 100% 100%;}
	.image-container1{width: unset!important; height: unset!important; padding: 50px 50px 20px 50px !important;}
	.image-container2{width: unset!important; height: unset!important; padding: 50px 50px 20px 50px !important;}
	.image-container3{width: unset!important; height: unset!important; padding: 50px 50px 20px 50px !important;}
	.section4-container img{width: 100%;}
	.section5-con1, .section5-con2, .section5-con3{width: 100%;}
	.slideshow-container img{height: 300px !important;}
	.section6 h2{padding: unset;}
	.footer-form h2{font-size: 32px; text-align: center;}
	.footer-form{padding: 30px;}
	.footer-form h5{text-align: center;}
	.section4-container>div p{font-size: 19px;}
	.section1{background-size: cover;}
	.section3 ul{padding: unset;}
	.section3 ul li{font-size: 18px;}
	.section3-container{margin: unset;}
	.section3 h2{font-size: 32px;}
	.section4-container>div{padding: unset;}
	.banner-drop h3{text-align: center;}
	.section5-con1, .section5-con2, .section5-con3 {background-size: cover; padding: unset;}
	.lightbox img{width: 300px;}
}

/*------------------------------------------------------- Add CSS Query Here -------------------------------------------------------*/

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	justify-content: center;
	align-items: center;
	z-index: 999;
}

.lightbox {
	background: #fff;
	/* max-width: 600px; */
	padding: 20px;
	position: relative;
	text-align: center;
}

.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-size: 35px;
	font-weight: bold; 
	border: solid 1px blue;
	background-color:  rgba(79, 165, 216, 1);
	color: white;
	border-radius: 40px;
}