* { box-sizing: border-box; margin: 0; padding: 0; }

html,body { font-size: 16px; font-family: 'Poppins', sans-serif; background: #fff; color: #161616; }

a { text-decoration: none; color: unset; }
ul { list-style: none; }
img { vertical-align: middle; }

p { font-size: 15px; }

h1,h2,h3,h4,h5,h6 { color: #000; }
section { overflow: hidden; }
 
.container { max-width: 1140px; margin: auto; }
.widget-section { display: block; padding: 60px 0px; position: relative; }

button { border: 0; outline: 0; font-family: var(--ff); letter-spacing: 1px; }


:root {
	--flight : brightness(0) invert(1);
	--fred : invert(12%) sepia(100%) saturate(5549%) hue-rotate(352deg) brightness(98%) contrast(88%);

	--c1 : #1c3f5e;
	--c2 : #19f;
	
	--c3 : #e2973a;

	--mc1 : #ea1826;
	--mc2 : #102039;

	--bs  : 0px 0px 35px 0px #00000026;
	--bs1 : 0px 0px 30px 0px #0000001a;
	--bs2 : 0 3.4px 2.7px -30px #0000000f, 0 8.2px 8.9px -30px #00000012, 0 25px 40px -30px #00000033;
	--bs3 : rgba(0, 0, 0, 0.1) 0px 4px 12px;
	--bs4 : 0px 0px 20px #0000001a;
	--ts  : all 0.5s ease-in-out;
	--fa  : "Font Awesome 6 Pro";
	--ff : "Mirza", serif;
	--ff2 : "Montserrat", Sans-serif;
}


.header { display: block; width: 100%; background: #fff; position: sticky; top: 0; z-index: 999; box-shadow: var(--bs); padding: 0 16px; }
.navarea { display: flex; justify-content: space-between; align-items: center; position: relative; }
.nav_logo { padding: 8px 0px; }
.nav_logo img { width: 240px; height: auto; }

.act-nav { color: #19f!important; }

.navbar { display: flex; align-items: center; transition: var(--ts); font-size: 18px; }
.navbar input { display: none; }
.navigation { display: flex; }
.navigation li { display: block; position: relative; }
.navigation li a, 
.navigation li label { display: block; padding: 16px; position: relative; }
.navigation li label i { padding-top: 4px; }
.navigation li:hover > ul { opacity: 1; visibility: visible; }

.nav_btn { display: none; margin-right: 16px; }
.nav_btn button { width: 42px; height: 42px; line-height: 42px; text-align: center; font-size: 26px; border: 1px solid #f2f2f2; font-family: unset; }

.responsive { display: none; justify-content: space-between; align-items: center; }
.res_img { display: block; }
.res_img img { width: 300px; height: auto; }
.res_nav { margin-right: 16px; }
.res_nav button { width: 42px; height: 42px; line-height: 42px; text-align: center; font-size: 26px; border: 1px solid #f2f2f2; }

.nav_enquiry { display: block; padding: 9px 24px; background: var(--c2); color: #fff; border-radius: 50px; font-size: 16px; letter-spacing: unset }


.submenu { opacity: 0; visibility: hidden; position: absolute; top: 100%; color: #000;
	width: 240px; padding: 16px; border-radius: 8px; background: #fff; box-shadow: 0px 0px 16px 0px #00000026; transition: all 0.3s ease; z-index: 99; }
.submenu li { display: block; position: relative; }
.submenu li a { padding: 9px 16px; }


@media all and (max-width:480px) {
	.navbar { display: block; width: 100%; height: 100%; position: fixed; top: 0; background: #26282b; right: -100%; z-index: 999; }
	.navigation { flex-direction: column; color: #fff; }
	.navigation li a, 
	.navigation li label { padding: 10px 16px; }
	.nav_btn { display: block; }

	.responsive { display: flex; }

	.nav_enquiry { margin-left: 16px; }

	.submenu { width: 100%; padding: 0 0 0 16px; box-shadow: unset; border-radius: unset; background: #fff0; color: #fff; }
	.submenu {  }
	.toggle:checked ~ .submenu { opacity: 1; visibility: visible; position: relative; top: 0; }
}

@media (min-width:480px) and (max-width: 992px) {
	.nav_logo img { width: 250px; }
	.navigation li a, 
	.navigation li label { padding: 16px 12px; }

}




/* ========== ========== ===== FOOTER ===== ========== ========== */
.footer  { display: block; background: #26282b; color: #fff; }

/* Upper Footer */
.upper_footer { display: block; padding: 80px 16px 40px 16px; background: #26282b; color: #fff; }
.footer_row { display: grid; grid-template-columns: 30% 20% 20% 24%; grid-gap: 2%; }
.footer_col { width: 100%; display: block; }
.footer_col img { width: 80%; margin-bottom: 16px; }
.footer_col h3 { font-size: 24px; color: unset; letter-spacing: 2px; margin-bottom: 16px; font-family: var(--ff); color: var(--c2); }

.footer_links { display: block; }
.footer_links li+li { margin-top: 9px; }
.footer_links li { display: block; transition: var(--ts);  }
.footer_links li:before { content: "\f101"; font-family: var(--fa); color: var(--c2); }
.footer_links li:hover { color: var(--c2); }
.footer_links li a {  }

.footer_contact { display: block; text-align: right; }
.contact_link { display: block; }
.contact_link a { display: block; margin-top: 8px; }
.contact_link a:first-child { display: block; font-size: 26px; }
.social_icons { display: inline-flex; justify-content: start; gap: 8px; margin-top: 32px; }
.social_icons i { width: 40px; height: 40px; line-height: 40px; text-align: center; background: #ffffff1a; color: #fff; transition: var(--ts); }
.social_icons i:hover { background: var(--c2); }

/* Bottom Footer */
.bottom_footer { display: block; padding: 30px 16px; background: #26282b; color: #fff; border-top: 1px solid #3b3b3b; }
.bottom_row { display: flex; justify-content: space-between; align-items: center; gap: 9px; }

@media all and (max-width:480px) {
	.upper_footer { padding: 60px 16px 40px 16px; }
	.footer_row { grid-template-columns: repeat(1, 1fr); }
	.footer_contact { text-align: left; }

	.bottom_row { flex-direction: column; }
}

@media (min-width:500px) and (max-width:992px) {
	.upper_footer {  }

	.footer_row { grid-template-columns: repeat(2, 1fr); }
	.footer_contact { text-align: left; }
}