/*
	Theme Name: Alto
	Theme URI: https://altoweb.net/
	Author: Umar At Alto, LLC
	Author URI: https://altoweb.net/about/
	Description: A light weight, multi-purpose, responsive theme.
	Version: 1.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: Smart, Flexible, Multi-purpose, Light weight, customizable, Responsive theme
	Text Domain: alto

	This theme, like WordPress, is licensed under the GPL.
	Use it to make something cool, have fun, and share what you've learned with others.
*/

/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

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

*:focus,
*:focus-visible {
	outline: none !important;
	box-shadow: none !important;
}

body {
	font-family: "Inter", sans-serif;
}

img,
video {
	max-width: 100%;
}

a {
	text-decoration: none;
}

p {
	color: #625957;
}

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

/* padding */
.pt-60 {
	padding-top: 60px;
}

.pb-60 {
	padding-bottom: 60px;
}

.py-60 {
	padding: 60px 0;
}

.pt-80 {
	padding-top: 80px;
}

.pb-80 {
	padding-bottom: 80px;
}

.py-80 {
	padding: 80px 0;
}

/* colors */
.color-richElectricBlue {
	color: #0B9BCD;
}

.color-wenge {
	color: #625957;
}

a.color-wenge:hover {
	opacity: 0.75;
}

/* background colors */
.bg-richElectricBlue {
	background-color: #0B9BCD;
}

/* buttons */
.custom-link {
	padding: 0.5rem;
}

/* line height */
.lh-normal {
	line-height: normal;
}

/* header */
.site-header {
	position: relative;
	-webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
}

.site-header .navbar-brand img {
	height: 120px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
	color: #0B9BCD;
}

/* banner */
.banner.bg-default {
	position: relative;
	background-color: #D0DDED;
}

.banner .bg-angle {
	background-image: url('images/icons/angle.png');
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-size: contain;
}

.banner .icon {
	top: -45px;
	left: -55px;
}

.banner .overlay {
	position: absolute;
	top: 0;
	right: 0;
}

.banner h1 em {
	font-size: 48px;
	font-style: normal;
}

/* mask-bottom */
.mask-bottom {
	background: url(images/mask-200.png) no-repeat center center/cover;
	height: 200px;
}

/* products */
.products.bg-default {
	background-image: url('images/section-bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.products .product img {
	width: 355px;
	height: 253px;
	object-fit: cover;
}

.products .icon {
	top: -160px;
	right: 0;
}

/* heritage-practices */
.heritage-practices.bg-default {
	background-image: url('images/section-bg1.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/* footer */
.site-footer.bg-default {
	background-image: url('images/footer-bg.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.site-footer .icon {
	width: 24px;
	height: 24px;
	font-size: 13px;
}

/* back-to-top */
#btn-back-to-top {
	width: 40px;
	height: 40px;
	right: 20px;
	bottom: 80px;
	display: none;
}

@media screen and (max-width: 991px) {
	.banner .overlay img {
		height: 500px;
	}
}

@media screen and (max-width: 767px) {
	.banner .overlay {
		display: none;
	}

	.banner .bg-angle {
		background: none;
	}

	.banner .banner-wrapper {
		padding: 0;
	}
}