/* 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 #161223
- Body text - dark gray #53575a
- Buttons, icons - green #7dc22b
- White #fefefe
******************************************/


/**************************/
/*     General Styles     */
/**************************/
:root {
	font-size: 15px;
}

body,
html {
  height: 100vh;
  width: 100vw;
}

body, p {
	color: #53575a; 
	font: 400 1rem/1.625rem "Open Sans", sans-serif;
}

h1 {
	color: #161223;
	font-weight: 600;
	font-size: 2.5rem;
	line-height: 3.25rem;
	font-family: "Poppins"
}

h2 {
	color: #161223;
	font-weight: 600;
	font-size: 1.7rem;
	line-height: 2.5rem;
	font-family: "Poppins"
}

h3 {
	color: #161223;
	font-weight: 600;
	font-size: 1.55rem;
	line-height: 2.25rem;
	font-family: "Poppins";
	margin-bottom: 0.75rem;
}

h4 {
	color: #161223;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 2rem;
	font-family: "Poppins"
}

h5 {
	color: #161223;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.625rem;
	font-family: "Poppins"
}

h6 {
	color: #161223;
	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"
}

.news-cat {
	position:absolute;
	background-color: white;
	color: black;
	width: 80px;
	height: 26px;
	padding: 2px;
	padding-top: 0px;
	border-radius: 3px;
	font-size: 0.7rem;
	font-weight: 600;
	top: 12px;
	left: 12px;
	opacity: 0.8;
}

.homepage-news {
	color: white;
	background: rgb(2,0,36);
	background: -moz-linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(125,194,43,0.2) 0%, rgba(228,255,0,0.2) 100%);
	background: -webkit-linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(125,194,43,0.2) 0%, rgba(228,255,0,0.2) 100%);
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(125,194,43,0.2) 0%, rgba(228,255,0,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#e4ff00",GradientType=1);
	border-radius: 0.5rem;
	padding: 1.3rem;
	position: absolute;
    left: 50%;
    bottom: 30px;  /* adjust as needed */
    transform: translateX(-50%);
    width: 80%;    /* adjust as needed */
	max-width: 1024px;
    text-align: center;
	line-height: 1.75rem;
	transition: all 0.6s ease;  /* Adjust duration to 2 seconds */
}

.homepage-news:hover {
    transform: translateX(-50%) scale(1.05);  /* slightly larger on hover */
    /* opacity: 0.8;  slightly transparent on hover */
	cursor: pointer;
}

.dark {
	color: #161223 !important;
}

.li-space-lg li, 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;
}

.white{
	color: #fefefe;
}

.bg-gray {
	background-color: #e8ebf1;
}

a.link:hover
{
	color: #7dc22b !important;
	font-weight: 500;
}

.btn-solid-reg {
	display: inline-block;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	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-reg:hover {
	background-color: transparent;
	color: #7dc22b; /* 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 {
	transform: scale(1.1);  /* slightly larger on hover */
	background-color: transparent;
	color: #7dc22b; /* needs to stay here because of the color property of a tag */
	text-decoration: none;
	cursor: pointer;
}

.btn-outline-reg {
	display: inline-block;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid #161223;
	border-radius: 4px;
	background-color: transparent;
	color: #161223;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-reg:hover {
	background-color: #161223;
	color: #ffffff;
	text-decoration: none;
}

.btn-outline-lg {
	display: inline-block;
	padding: 1.625rem 2.625rem 1.625rem 2.625rem;
	border: 1px solid #161223;
	border-radius: 4px;
	background-color: transparent;
	color: #161223;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-lg:hover {
	background-color: #161223;
	color: #ffffff;
	text-decoration: none;
}

.btn-outline-sm {
	display: inline-block;
	padding: 1rem 1.5rem 1rem 1.5rem;
	border: 1px solid #161223;
	border-radius: 4px;
	background-color: transparent;
	color: #161223;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-sm:hover {
	background-color: #161223;
	color: #ffffff;
	text-decoration: none;
}

.form-response {
	display: hidden;
	text-align: left;
	margin-top: 40px;
	color: #ffffff;
	padding-left: 1.5rem;
}

.form-group {
	position: relative;
	margin-bottom: 1.25rem;
}

.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 */
}

.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 {
	outline: none; /* Removes blue border on focus */
	border: 1px solid #7dc22b !important;
}

.form-control-input:hover,
.form-control-textarea:hover {
	border: 1px solid #7dc22b !important;
}

.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;
}

/**********************/
/*     Navigation     */
/**********************/
.fixed-top {
	z-index:auto;
}

.navbar {
	background-color: #161223;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0.875rem;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.025);
	width: 100vw;
}

.navbar .navbar-brand {
	/* padding-top: 0.25rem; */
	padding-bottom: 0.25rem;
}


.navbar .logo-image img {
    width: 90px;
	height: 90px;
}

.navbar .logo-image img.fixed {
    width: 90px;
	height: 90px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .navbar .logo-image img {
		width: 70px;
		height: 70px;
    }
	.ex-header h1 {
		font-size:1.75rem;
		padding-left: 4.5rem !important;
	}	
}

@media (max-width: 767px) {
    .navbar .logo-image img {
    width: 50px;
	height: 50px;
    }
}

.navbar .logo-text {
	color: #ffffff;
	font-weight: 700;
	font-size: 1.875rem;
	line-height: 1rem;
	text-decoration: none;
}

.bg-image {
	background-image: url('../images/fishes-dark.png');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 30px;
}

.bg-video {
    filter: saturate(0.8)
}

.offcanvas-collapse {
	position: fixed;
	top: 120px; /* 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: #161223;
	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: #161223;
}

.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: #161223;
	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: 0.75rem;
}

.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;
}


/*****************/
/*    Header     */
/*****************/
.header {
	position: static;
	width: 100vw !important;
}

.header #video-background {
	position: absolute;
    left: 0;
    top: 0;
	min-height: 100%;
	width: 100%;
    height: 100vh;
	z-index: -100;
	clip-path: inset(0);
    object-fit: cover;
}

.header .header-content {
	padding-top: 11rem;
	padding-bottom: 9rem;
	background: linear-gradient(rgba(21, 35, 63, 0.5), rgba(21, 35, 63, 0.5));
	background-size: cover;
	text-align: center;
	/* height: min(100vh, 120vw); */
	height: 100vh;
}

.header-content {
	position: relative;
}

.header .h1-large, .header .h2-large, .header .h3-large {
	margin-bottom: 2.25rem;
	color: #ffffff;
	text-align: center;
}

.h2-large {
	font-size: 2.3rem;
	line-height: 3.2rem;
	margin-bottom: 4rem;
	text-align: center; 
}

.h2-large {
	font-size: 2.3rem;
	line-height: 3.2rem;
	margin-bottom: 3rem;
	text-align: center; 
}

.h3-large {
	font-size: 1.5rem;
	line-height: 2.2rem;
	margin-bottom: 2rem;
	text-align: center; 
}

.header ul {
	color: #ffffff;
	list-style-type: none;
	font-size: 1.4rem;
	line-height: 2rem;
	margin-bottom: 2.5rem;
}

@media (max-width: 300px)  {
	.header .h1-large {
		font-size: 1.6rem;
		line-height: 2rem;
	}
	.h2-large {
		font-size: 1.2rem;
		line-height: 1.4rem;
		margin-bottom: 1.2rem;
	}
	.h3-large {
		font-size: 1rem;
		line-height: 1.4rem;
		margin-bottom: 1.1rem;
	}
	/*
	.header #video-background {
		right: -120%;
	}
	*/
}

@media (max-width: 400px) {
	.header .h1-large, h1 {
		font-size: 1.8rem;
		line-height: 2.2rem;
	}
	.h2-large, h2 {
		font-size: 1.4rem;
		line-height: 2rem;
		margin-bottom: 1.8rem;
	}
	.h3-large, h3 {
		font-size: 1rem;
		line-height: 1.4rem;
		margin-bottom: 1.2rem;
	}
	.header #video-background {
		right: -120%;
	}
}

@media (max-width: 768px) and (min-width: 401px)  {
	.header .h1-large, h1 {
		font-size: 3.2rem;
		line-height: 4rem;
	}
	.h2-large, h2 {
		font-size: 2.2rem;
		line-height: 3rem;
		margin-bottom: 2rem;
	}
	.h3-large, h3 {
		font-size: 1.4rem;
		line-height: 2rem;
		margin-bottom: 1.8rem;
	}

	/*
	.header #video-background {
		right: -60%;
	}
	*/
}

@media (max-width: 1024px) and (min-width: 769px)  {
	.header .header-content {
		padding-top: 9rem;
		padding-bottom: 7rem;
	}
	/*
	.header #video-background {
		right: -30%
	}
	*/
}

.opaque {
    opacity: 0.7;
	-moz-opacity: 0.7; /* Firefox and Mozilla browsers */
	-webkit-opacity: 0.7; /* WebKit browser e.g. Safari */
	filter: alpha(opacity=70); /* For IE8 and earlier */
}

.title {
    color: #7dc22b !important
}
/************************/
/*     Introduction     */
/************************/
.cards-1 {
	padding-top: 9.125rem;
	padding-bottom: 5.25rem;
	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: 90px;
	height: 90px;
	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;
}

.card-text {
	text-align: justify;
}

/*******************/
/*     Details     */
/*******************/

.container, .container-lg, .container-md, .container-sm {
	max-width: 90vw;
}

.split .container,  {
	max-width: 96vw;
}

.split .area-0 {
	height: 2rem;
}

.split .area-1 {
	height: 430px;
	background: url('../images/why-us-background.jpg') center center no-repeat;
	background-size: cover !important;;
}

.ki-bg {
	background: url('../images/why-ki-background.jpg') center center no-repeat !important;
}

.no-bg {
	background: none !important;
}

.split .area-2 {
	padding-top: 2.25rem;
	padding-bottom: 2.25rem;
}

.split h2 {
	margin-bottom: 1.5rem;
}

.split p {
	margin-bottom: 2.25rem;
}

.split p:last-of-type {
	margin-bottom: 0;
}


/**********************/
/*     Services 1     */
/**********************/
.basic-1 {
	padding-top: 1.75rem;
	padding-bottom: 5rem;
}

.basic-1 .image-container {
	margin-top: 1.75rem;
	margin-bottom: 4rem;
	padding: 0;
}

.basic-1 .image-container img {
	border-radius: 1.5rem;
}

.basic-1 h2 {
	margin-bottom: 1.5rem;
}


/**********************/
/*     Services 2     */
/**********************/
.basic-2 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.basic-2 .image-container {
	margin-top: 9.75rem;
	margin-bottom: 4rem;
	padding: 0;
}

.basic-2 .image-container img {
	border-radius: 1.5rem;
}

.basic-2 h2 {
	margin-bottom: 1.5rem;
}

.basics-p {
	text-align: justify;
}

/**********************/
/*     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: 9.75rem;
	padding-bottom: 5rem;
	text-align: center;
}

.filter h2 {
	margin-bottom: 2.625rem;
}

.filter .button-group {
	margin-bottom: 1.375rem;
}

.filter .button {
	margin-right: 0.25rem;
	margin-bottom: 0.75rem;
	margin-left: 0.25rem;
	padding: 0.125rem 0.875rem;
	border: none;
	background-color: #ffffff;
	color: #53575a;
	font-weight: 600;
	font-size: 0.875rem;
}

.filter .button:hover,
.filter .button.is-checked {
	background-color: #7dc22b;
	color: #ffffff;
}

.filter .grid {
	margin-right: auto;
	max-width: 351px;
	margin-left: auto;
}

.filter .element-item {
	margin-bottom: 3rem;
	border-radius: 1.3rem;
}

.filter .element-item a {
	text-decoration: none;
}

.filter .element-item img {
	margin-bottom: 1.125rem;
	border-radius: 1.3rem 1.3rem 0 0;
}

.filter .element-item p {
	text-align: left;
}

.element-item p {
	padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.shadow {
	-webkit-box-shadow: 5px 5px 15px 5px rgba(22,18,35,0.77); 
	box-shadow: 5px 5px 15px 5px rgba(22,18,35,0.77);
}
/************************/
/*     Articles     */
/************************/
.article .image-container {
	text-align: left;
}
.article  img {
	width: 70%;
	max-width: 1024px;
	border-radius: 2rem;
	margin-bottom: 1rem;
}

.article h2 , .article h3 , .article h4 {
	margin-top: 2rem;

}

@media (max-width: 991px) {
	.article  img {
		width: 100%;
	}
	
}

@media (max-width: 767px) {

	.article  .container {
		width: 96%;
		padding: 0;
		max-width: 96vw;
	}
}

@media (max-width: 401px) {

	.article  .container {
		width: 100%;
		max-width: 100vw;
	}
}


/************************/
/*     Testimonials     */
/************************/
.slider-1 {
	position: relative;
	padding-top: 9.75rem;
	padding-bottom: 9.5rem;
}

.slider-1 .slider-container {
	position: relative;
}

.slider-1 .swiper-container {
	position: static;
	width: 86%;
	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 {
	width: 120px;
	height: 120px;
	margin-bottom: 2.25rem;
	border-radius: 50%;
}

.slider-1 .testimonial-text {
	margin-bottom: 1.75rem;
	font-size: 1.25rem;
	line-height: 2rem;
}

.slider-1 .testimonial-author {
	margin-bottom: 0.25rem;
	color: #161223;
}

.slider-1 .text-decoration {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
}


/*******************/
/*     Contact     */
/*******************/
.form-1 {
	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.jpg') center center no-repeat;
	background-size: cover;
	text-align: center;
}

.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-input,
.form-1 .form-control-textarea {
	border-color: #374959;
	background-color: #293642;
	color: #efefef;
}

.form-1 .form-control-input::placeholder,
.form-1 .form-control-textarea::placeholder {
	color: #efefef;
}

.form-1 .container {
	max-width: 1150px;
}

/**********************/
/*     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: #161223;
	font-size: 0.875rem;
	line-height: 1.5rem;
}


/******************/
/*     Footer     */
/******************/
.footer {
	padding-top: 2rem;
    padding-bottom: 0.5rem;
	background-color: #161223;
}

.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: #161223;
	text-align: center;
}

.copyright p,
.copyright a {
	color: #9ba3b1;
	text-decoration: none;
}


/******************************/
/*     Back To Top Button     */
/******************************/
#myBtn {
	position: fixed; 
  	z-index: 99; 
	bottom: 20px; 
	left: calc(100vw - 72px);; 
	display: none; 
	width: 52px;
	height: 52px;
	border: none; 
	border-radius: 50%; 
	outline: none; 
	background-color: #323137; 
	cursor: pointer; 
}

#myBtn:hover {
	background-color: #0f0f11;
}

#myBtn img {
	margin-bottom: 0.25rem;
	margin-left: 0.125rem;
	width: 18px;
}

img.border {
	border: 0.1rem solid #161223 !important;
}

/***********************/
/*     Extra Pages     */
/***********************/
.ex-header {
    padding-top: 2.0rem;
    background-color: #161223;
    padding-left: 7rem;
}

.ex-header h1 {
	color: #ffffff;
	z-index: 9999;
	padding-left: 2.5rem;
}

.ex-header .row {
    /* transform: translateY(-120%); */
	position: fixed;
}

.ex-basic-1 {
	margin-top: 80px;
}

.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: #e8ebf1;
	margin-top: 2rem!important;
	margin-bottom: 2rem!important;
}

.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;
}



/*******************************/
/*     Navigation Anchors     */
/*****************************/
.anchor-introduction, .anchor-services, .anchor-knowledge {
    visibility:hidden;
    position: relative;
}
.anchor-introduction {
    top: 0;
}
.anchor-services {
    top: -5rem
}
.anchor-knowledge {
    top: 3rem
}

/*************************/
/*     Media Queries     */
/*************************/	

@media (min-width:431px) and (max-width: 991px) {
    .anchor-introduction {
        top: 2rem
    }
    .anchor-services {
        top: -5rem
    }
    .anchor-knowledge {
        top: 2rem
    }
}

@media (max-width: 991px) {

	.only-mobile {
		display: block !important;
	}
	.no-mobile {
		display: none !important;
	}
}


/* Min-width 768px */
@media (min-width: 992px) {

	.only-mobile {
		display: none !important;
	}
	.no-mobile {
		display: inline-block !important;
	}

	/* 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: inline-block;
		margin-right: 1rem;
	}
	/* 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 (max-width: 991px) {

	.basic-1 {
		padding-top: 1.75rem;
	}
	/* Services 1 */
	.basic-1 .image-container {
		margin-top: 0;
	}
	/* end of services 1 */
	
	
	/* Services 2 */
	.basic-2 .image-container {
		margin-top: 0;
	}
	/* end of services 2 */
	
	
	/* Services 3 */
	.basic-3 .image-container {
		margin-top: 0;
	}
	/* end of services 3 */
}

/* 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, .navbar.top-nav-fixed {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		background-color: #161223;
		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;
	}
	/* 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: auto;
		max-width: 270px;
		vertical-align: top;
	}
	
	.cards-1 .card:nth-of-type(3n+2) {
		margin-right: 1.75rem;
		margin-left: 1.75rem;
	}
	/* end of introduction */


	/* Details */
	.split {
		height: 786px;
	}

	.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: 400px; */
		margin-right: 6rem;
		margin-left: 6rem;
	}

	.left-text {
		margin-right: 6rem;
		margin-left: 6rem;
	}

	.left-col {
		justify-content: flex-end;
		display: inline-grid;
	}
	/* end of details */

	/* Services 1 */
	.basic-1 .text-container {
		margin-top: 4rem;
		margin-left: 3rem;
	}
	/* end of services 1 */
	

	/* Services 2 */
	.basic-2 .text-container {
		margin-top: 4rem;
		margin-left: 3rem;
	}
	/* end of services 2 */
	
	
	/* Services 3 */
	.basic-3 .text-container {
		margin-top: 4rem;
		margin-left: 3rem;
	}
	/* end of services 3 */
	

	/* 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 */


	/* Projects */
	.filter .grid {
		max-width: 750px;
	}

	.filter .element-item {
		display: inline-block;
		width: 341px;
		margin-right: 0.925rem;
		margin-left: 0.925rem;
		vertical-align: top;
	}
	.element-item {
		background-color: #FFFFFF;
	}
	/* end of projects */


	/* Footer */
	.footer .footer-col {
		margin-bottom: 2rem;
	}

	.footer .footer-col.first {
		display: inline-block;
		width: 320px;
		margin-right: 1.75rem;
		vertical-align: top;
	}
	
	.footer .footer-col.second {
		display: inline-block;
		width: 320px;
		margin-right: 1.75rem;
		vertical-align: top;
	}
	
	.footer .footer-col.third {
		display: inline-block;
		width: 224px;
		text-align: right;
		vertical-align: top;
	}

	.footer .footer-col.third .fa-stack {
		margin-right: 0;
		margin-left: 0.375rem;
	}
	/* end of footer */


	/* 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 */

@media (min-width: 992px) and (max-width: 1200px) {
	.anchor-services {
		top: -4.25rem;
	}
}

@media (max-width: 1199px) {
	img.header {
		width: 90vw;
		object-fit: cover;
		max-height: 40vh;
	}
	.ex-header h1 {
		font-size: 1.75rem;
		padding-left: 4.5rem;	
	}
}

@media (min-width: 992px) and (max-width: 1350px) {

	.split .text-container {
		/* width: 400px; */
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
}

@media (min-width: 992px) and (max-width: 1023px) {
	.split {
		height: 826px;
	}
}

@media (min-width: 1024px) and (max-width: 1199px) {
	.anchor-introduction {
		top: 2rem;
	}
}

/* Min-width 1200px */
@media (min-width: 1200px) {
	.anchor-knowledge {
		top: 1rem;
	} 
	
	img.header {
		height: auto;
	}
	/* General Styles */
	.container {
		max-width: 90vw;
	}

	.container .img-service {
		max-width: 40vw;
	}

	/* 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: auto;
		max-width: 400px;
	}

	.cards-1 .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: 450px; */
		margin-left: 6rem;
		margin-right: 6rem;
	}
	/* end of details */


	/* Services 1 */
	.basic-1 .text-container {
		margin-top: 4rem;
		margin-left: 3rem;
	}
	/* end of services 1 */
	

	/* Services 2 */
	.basic-2 .text-container {
		margin-top: 4rem;
		margin-left: 3rem;
	}
	/* end of services 2 */
	
	
	/* Services 3 */
	.basic-3 .text-container {
		margin-top: 4rem;
		margin-left: 3rem;
	}
	/* end of services 3 */


	/* Projects */
	.filter .grid {
		max-width: 1130px;
		width: 1130px;
	}
	/* 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: 352px;
		margin-right: 6rem;
	}
	
	.footer .footer-col.second {
		margin-right: 6.5rem;
	}
	
	.footer .footer-col.third {
		text-align: right;
	}
	/* 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 */

@media (min-width: 1600px) {
	:root {
		font-size: 16px;
	}
}

/* Min-width 1904px */
@media (min-width: 1904px) {
	:root {
		font-size: 17px;
	}
	
	/* General Styles */
	.container {
		max-width: 80vw;
	}

	.container .img-service {
		max-width: 35vw;
	}
}

/* Min-width 2500px */
@media (min-width: 2500px) {
	:root {
		font-size: 20px;
	}
	.ex-header .row {
		margin-top: -0.5rem;
	}
	.article .text-box {
		max-width: 80%;
	}
	/* Projects */
	.filter .grid {
		max-width: 1150px;
		width: 1150px;
	}
	.news-cat {
		width: 110px;
		height: 33px;
	}
}

/* Min-width 3200px */
@media (min-width: 3200px) {
	:root {
		font-size: 22px;
	}

	.ex-header .row {
		margin-top: -0.7rem;
	}
}

@media (max-width: 767px) {
	.cards-1, .basic-1, .slider-1, .counter, .filter {
		padding-top: 2.75rem;
		padding-bottom: 0.75rem;
	}
	.cards-1 .p-heading {
		margin-bottom: 2rem;
	}
	.basic-2 {
		padding-top: 0.75rem;
	}
	.ex-header {
		padding-top: 0;
	}
	.ex-header .row {
		top: 12px;
	}
	.ex-header h1 {
		font-size: 1.5rem;
		padding-left: 2.5rem;
	}
	.navbar .logo-image img.fixed {
		height: 60px;
		width: 60px;
	}
	.ex-basic-1 {
		margin-top: 70px;
	}
	.offcanvas-collapse {
		top: 90px;
	}
}

@media (max-width: 530px) {
	.ex-header .row {
		top: -6px;
	}
	.ex-header h1 {
		font-size: 1rem;
		padding-left: 0rem;
	}
	.ex-basic-1 .text-box {
		margin-top: 1rem!important;
		margin-bottom: 0.6rem!important;
	}
}

@media (max-width: 400px) {
	.navbar .logo-image img.fixed {
		height: 45px;
		width: 45px;
	}
	.ex-header .row {
		top: -4px;
	}
	.ex-header h1 {
		font-size: 0.8rem;
		margin-left: -1.75rem;
	}
	.offcanvas-collapse {
		top: 73px;
	}
	.ex-basic-1 {
		margin-top: 50px;
	}
	.ex-basic-1 .text-box {
		margin-top: 0rem!important;
		margin-bottom: 0.3rem!important;
	}
}

@media (max-width: 300px) {
	.navbar .logo-image img.fixed {
		height: 40px;
		width: 40px;
	}
	.ex-header .row {
		top: -3px;
	}
	.ex-header h1 {
		font-size: 0.6rem;
		margin-left: -2.75rem;
	}
	.offcanvas-collapse {
		top: 67px;
	}
	.ex-basic-1 {
		margin-top: 35px;
	}	
}

@media (max-width: 250px) {
	.navbar .container {
		padding-left:0;
	}
	.navbar .logo-image img.fixed {
		height: 40px;
		width: 40px;
		left: -10px:
	}
	.ex-header .row {
		top: -12px;
	}
	.ex-header h1 {
		font-size: 0.5rem;
		margin-left: -4.25rem;
	}
	.navbar-toggler-icon {
		width: 1em;
		height: 1em;	
	}
	.ex-basic-1 {
		margin-top: 28px;
	}
}

@media (max-height: 1088px) {
	.header .header-content {
		padding-top: 8rem;
		padding-bottom: 6rem;
	}
	.header .h1-large {
		margin-bottom: 1.75rem;
		font-size: 3rem;
		line-height: 3.5rem;
	}
	.h3-large {
		font-size: 1.5rem;
		line-height: 2.2rem;
		margin-bottom: 2rem;
		text-align: center;
	}
	.navbar {
		padding-top: 0;
	}
	.homepage-news {
		font-size: 0.9rem;
		line-height: 1.5rem;
	}
}

@media (min-height: 1400px) {
	.header .header-content {
		padding-top: 15rem;
		padding-bottom: 12rem;
	}
	.header .h1-large {
		margin-bottom: 3.75rem;
		margin-top: 4rem;
		font-size: 5rem;
		line-height: 5.5rem;
	}

	.header .h2-large {
		margin-bottom: 3.75rem;
		margin-top:3rem;
	}
	.header .btn-solid-lg {
		margin-top: 5rem;
	}
}

@media (max-width: 768px) and (min-width: 401px)  {
	.header .header-content {
		padding-top: 8rem !important;;
	}
    .homepage-news {
		position: relative;
		left: 2%;
		bottom: auto;
		transform: none;
		width: 96%;
		margin-top: 4rem;
	}
	.homepage-news:hover {
		transform: scale(1.05);  /* slightly larger on hover */
	}
	.news-cat {
		transform: translate(-24%, -100%);
	}
}

@media (max-width: 1024px) and (min-width: 767px)  {
    .homepage-news {
        position: relative;
        left: auto;
        bottom: auto;
        transform: none;
        width: 100%; /* Consider making the width 100% for smaller screens */
        margin-top: 4rem; /* Comfortable top margin */
    }
	.homepage-news:hover {
		transform: scale(1.05);  /* slightly larger on hover */
	}
}


@media (max-width: 430px)  {

	h1.h1-large.title {
		font-size: 2.3rem;
		line-height: 3rem;
		margin-top: 0;

	}

	.h2-large {
		font-size: 2rem;
		line-height: 3rem;
		margin-bottom: 2rem;
	}

	.header .header-content {
		padding-top: 5rem !important;
	}

	.header .header-content ul li {
		font-size: 1.1rem;
		line-height: 1.3rem;
		margin-bottom: 1rem;
	}

	.homepage-news {
		display: none;
        line-height: 1.3rem;
        font-size: 0.8rem;
    }

	.anchor-introduction, .anchor-services, .anchor-knowledge {
		top: -2rem;
	}
	
	.element-item {
		margin-bottom: 1.5rem;
	}
}
