/**
  * Website Name: AftoTech
  * Updated: Oct 3 2023 with Bootstrap v5.3.2
  * Website URL: https://somethingsomething.com/
  * Author: Toluwani Ogundare
**/

/*--------------------------------------------------------------
# General Styles
--------------------------------------------------------------*/
body {
	font-family: 'Poppins', sans-serif;
	color: #0D407F;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover,
button:hover {
	color: #0D407F;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 0.9375rem;
	bottom: 0.9375rem;
	z-index: 996;
	background: #06E3FD;
	width: 2.50rem;
	height: 2.50rem;
	border-radius: 50px;
	transition: all 0.4s;
}

.back-to-top img {
	width: 2rem;
	height: auto;
	line-height: 0;
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	transition: all 0.5s;
	z-index: 997;
	background: rgb(6, 227, 253);
	height: 115px;
}

#header .logo img {
	width: 13.5rem;
	height: auto;
}

#header.header-scrolled

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
	padding: 0;
}

.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
	text-transform: uppercase;
}

.navbar li {
	position: relative;
}

.navbar>ul>li {
	white-space: nowrap;
	padding: 0.75rem 0 0.75rem 1.75rem;
}

.navbar a,
.navbar a:focus {
	align-items: center;
	justify-content: space-between;
	padding: 0.625rem 0 0.625rem 1.5625rem;
	color: #0D407F;
	font-size: 1.25rem;
	transition: 0.3s;
	letter-spacing: 0.4px;
	position: relative;
	border-radius: 50px;
	font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 0.5rem 1.875rem 0.5625rem 1.875rem;
    border-radius: 50px;
    border: 2px solid #0D407F;
    margin: 0 auto;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
	visibility: visible;
	transform: scaleX(1);
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
	color: #fff;
	border: 1px solid #0D407F;
	background-color: #0D407F;
	padding: 0.625rem 0.9375rem;
	border-radius: 50px;
	letter-spacing: 0.4px;
}

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

/**********************************
* Mobile Navigation 
*********************************/
.mobile-nav-toggle {
	color: #0D407F;
	font-size: 1.75rem;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
}

@media (max-width: 991px) {
	.mobile-nav-toggle {
		display: block;
	}

	.navbar ul {
		display: none;
	}
}

.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(232, 244, 255, 0.9);
	transition: 0.3s;
	z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 0.9375rem;
	right: 0.9375rem;
}

.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 3.125rem;
	right: 0.9375rem;
	bottom: 0.9375rem;
	left: 0.9375rem;
	padding: 0.625rem 0;
	background-color: #06E3FD;
	overflow-y: auto;
	transition: 0.3s;
}

.navbar-mobile>ul>li {
	padding: 0;
	margin: 10px;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
	visibility: hidden;
}

.navbar-mobile a,
.navbar-mobile a:focus {
	padding: 0.625rem 1.25rem;
	font-size: 1rem;
	color: #0D407F;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
	color: #FFFF;
	width: 100%;
	border: 25px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
	color: #FFF;
}

.navbar-mobile .dropdown>.dropdown-active {
	display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
	width: 100%;
	height: 100vh;
	background: url("../img/header-img.jpeg") center;
	background-size: cover;
	position: relative;
}

#hero:before {
	content: "";
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

#hero .hero-container {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	padding: 0 0.9375rem;
}

#hero h1 {
	margin: 0 0 1.5625rem 0;
	font-size: 3.125rem;
	font-weight: 700;
	line-height: 56px;
	text-transform: uppercase;
	color: #FFF;
}

#hero .list-items {
	display: flex;
}

#hero h2 {
	color: #FFF;
	font-size: 1.5rem;
	flex-direction: column;
	margin: 1.5625rem auto 2.5rem auto;
	padding: 0 2.5rem;
	text-transform: capitalize;
}

#hero .btn-get-started {
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: 1px;
	display: inline-block;
	padding: 0.5rem 1.875rem 0.5625rem 1.875rem;
	border-radius: 50px;
	transition: 0.5s;
	border: 2px solid #06E3FD;
	color: #fff;
	margin: 0 auto;
}

#hero .btn-get-started:hover {
	background: #0D407F;
	border: 2px solid #06E3FD;
}

/************************
Media Query 
************************/
@media (min-width: 1024px) {
	#hero {
		background-attachment: fixed;
	}
}

@media (max-width: 768px) {
	#hero h1 {
		font-size: 1.75rem;
		line-height: 36px;
	}

	#hero .list-items {
		margin-left: auto;
		margin-right: auto;
	}

	#hero h2 {
		font-size: 1.125rem;
		line-height: 24px;
		margin-bottom: 2.5rem;
	}
}

@media (max-height: 500px) {
	#hero {
		height: 150vh;
	}

	#hero h1,
	#hero .list-items {
		margin: 0 auto;
	}
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
	padding: 3.75rem 0;
	overflow: hidden;
}

.section-bg {
	background-color: #06E3FD;
}

.section-title {
	text-align: center;
	padding-bottom: 1.875rem;
}

.section-title h2 {
	font-size: 1.875rem;
	letter-spacing: 1px;
	font-weight: 700;
	padding: 0.5rem 1.25rem;
	line-height: 1;
	margin: 0 0 1.25rem 0;
	background: #06E3FD;
	color: #0D407F;
	display: inline-block;
	text-transform: uppercase;
	border-radius: 50px;
}

.section-title h3 {
	margin: 0.9375rem 0 0 0;
	font-size: 2rem;
	font-weight: 700;
}

.section-title h3 span {
	color: #06E3FD;
}

.section-title p {
	margin: 0.9375rem auto 0 auto;
	font-weight: 600;
}

@media (min-width: 1024px) {
	.section-title p {
		width: 50%;
	}
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about .container {
	margin-top: 2.1875rem;
}

.about .content h3 {
	margin: 2.5rem 0;
}

.about .content h3 {
	font-weight: 600;
	font-size: 1.625rem;
	text-align: center;
	margin-bottom: 1rem;
}

.about .content .btn-read-more {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 1rem;
	letter-spacing: 1px;
	display: inline-block;
	padding: 0.75rem 2rem;
	border-radius: 50px;
	transition: 0.3s;
	line-height: 1;
	color: #0D407F;
	animation-delay: 0.8s;
	margin-top: 0.375rem;
	border: 2px solid #FFF;
	text-transform: capitalize;
}

.about .content .btn-read-more:hover {
	background: #0D407F;
	color: #FFF;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-section {
	text-align: center;
	margin-top: 2.1875rem;
	margin-bottom: 6.25rem;
}

.service-box {
	padding: 1rem 2rem;
}

.image-icon {
	height: 150px;
	width: auto;
	margin-bottom: 2.5rem;
}

.service-heading {
	font-size: 2rem;
	margin-bottom: 2.5rem;
	font-weight: 500;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
	padding: 1rem 2rem;
}

.service-box h4 {
	text-transform: capitalize;
}

.service-sub_heading {
	font-size: 1.375rem;
	margin-bottom: 3.125rem;
	font-weight: lighter;
	padding: 0 1.125rem;
}

.service-para {
	font-size: 1rem;
	margin-bottom: 3.125rem;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
	background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.8)), url("../img/aftotech-ctabg.jpg") center center;
	background-size: cover;
	padding: 3.75rem 0;
}

.cta h3 {
	color: #FFF;
	font-size: 1.75rem;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 1.25rem;
}

.cta p {
	color: #FFF;
}

.cta .cta-btn {
	font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: 1px;
	display: inline-block;
	padding: 0.5rem 1.75rem;
	border-radius: 25px;
	transition: 0.5s;
	margin-top: 0.625rem;
	border: 2px solid #FFF;
	color: #FFF;
}

.cta .cta-btn:hover {
	background: #0D407F;
	border: 2px solid #FFF;
}

@media (min-width: 1024px) {
	.cta {
		background-attachment: fixed;
	}
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
	width: 100%;
	background: #FFF;
}

.contact .info img {
	float: left;
	width: 2rem;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 1.875rem;
}

.contact .info h4 {
	padding: 0 0 0 3.75rem;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
	color: #0D407F;
}

.contact .info p {
	padding: 0 0 0 3.75rem;
	margin-bottom: 0;
	font-size: 0.875rem;
	color: #0D407F;
}

.contact .info .email,
.contact .info .phone {
	margin-top: 2.5rem;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
	background: #0D407F;
	color: #FFF;
}

.contact .email-form {
	width: 100%;
	background: #FFF;
}

.contact .email-form .form-group {
	padding-bottom: 0.5rem;
}

.contact .email-form .error-message {
	display: none;
	color: #0D407F;
	background: #F00;
	text-align: left;
	padding: 0.9375rem;
	font-weight: 600;
}

.contact .email-form .error-message br+br {
	margin-top: 1.5625rem;
}

.contact .email-form .sent-message {
	display: none;
	color: #0D407F;
	background: #0F0;
	text-align: center;
	padding: 0.9375rem;
	font-weight: 600;
}

.contact .email-form .loading {
	display: none;
	background: #00F;
	text-align: center;
	padding: 0.9375rem;
}

.contact .email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 1.5rem;
	height: 1.5rem;
	margin: 0 10px -6px 0;
	border: 3px solid #0F0;
	border-top-color: #FFF;
	animation: animate-loading 1s linear infinite;
}

.contact .email-form input,
.contact .email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 0.875rem;
	color: #0D407F;
}

.contact .email-form input:focus,
.contact .email-form textarea:focus {
	border-color: #0D407F;
}

.contact .email-form input {
	height: 2.75rem;
	color: #0D407F;
}

.contact .email-form textarea {
	padding: 0.625rem 0.75rem;
	color: #0D407F;
}

.contact .email-form button[type=submit] {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 1rem;
	letter-spacing: 1px;
	display: inline-block;
	padding: 0.75rem 2rem;
	border-radius: 50px;
	transition: 0.3s;
	line-height: 1;
	color: #0D407F;
	animation-delay: 0.8s;
	margin-top: 0.375rem;
	border: 2px solid #FFF;
	text-transform: capitalize;
}

.contact .email-form button[type=submit]:hover {
	background: #0D407F;
	color: #FFF;
	text-decoration: none;
}

@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

*/

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
	padding: 0.9375rem 0;
	background: #f6f4f4;
	margin-top: 4.1875rem;
}

@media (max-width: 992px) {
	.breadcrumbs {
		margin-top: 3.125rem;
	}
}

.breadcrumbs h2 {
	font-size: 1.625rem;
	font-weight: 600;
}

.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0 0 0.625rem 0;
	margin: 0;
	font-size: 0.875rem;
}

.breadcrumbs ol li+li {
	padding-left: 0.625rem;
}

.breadcrumbs ol li+li::before {
	display: inline-block;
	padding-right: 0.625rem;
	color: #655356;
	content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
	background-color: #06E3FD;
	padding: 2.1875rem;
	font-size: 1rem;
	color: #0D407F;
	width: 100%;
	z-index: 999;
	text-overflow: none;
}

.footer-nav {
	float: left;
}

.soc-links {
	float: right;
}

.footer-nav li {
	list-style: none;
	display: inline-block;
	margin-right: 3.125rem;
	font-size: 1.125rem;
}

.footer-nav li a:link,
.footer-nav li a:visited,
.soc-links li a:link,
.soc-links li a:visited {
	color: #0D407F;
	text-decoration: none;
	transition: color 0.3s;
}

.footer-nav li a:hover,
.footer-nav li a:active {
	color: #FFF;
	font-weight: 500;
}

.soc-links li {
	list-style: none;
	display: inline-block;
	margin-left: 3.125rem;
}

.soc-links li a:link,
.soc-links li a:visited {
	font-size: 1.5625rem;
	padding-right: 1.25rem;
}

.image-icon_footer {
	transition: color 0.3s;
	height: 2.1875rem;
	width: auto;
}

footer p {
	text-align: center;
	margin-top: 2rem;
	line-height: 1.5;
	font-size: 1.25rem;
	font-weight: 200;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}

.container .copyright {
	text-align: center;
	padding: 1.12rem 0;
	font-size: 0.75rem;
	margin: 0 auto;
	cursor: pointer;
}


/* div.credits {
	padding-top: 10px;
	text-align: center;
	font-size: 13px;
	color: #fff;
} */
/********* Footer Section Ends *********/