/*@font-face {
	font-family: 'Font Awesome 6 Free';
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url("../fonts/fa-solid-900.woff2");
}*/
body{
	font-family:Arial, Helvetica, sans-serif!important;
	font-size:18px;
}
h1,h2,h3,h4,h5,h6{
	font-family:Arial, Helvetica, sans-serif!important;
}
h4{
	margin-top:1rem;
}

nav{
	background-color:#c9d6ca;
    border-bottom:1px solid #334948;
}
nav img{
	height:50px!important;
	width:auto!important;
}
nav a.nav-link,
nav a.nav-link:hover,
nav a.nav-link:active{
	font-family:Arial, Helvetica, sans-serif!important;
	color:#334948!important;
    font-weight: bold;
}
nav #navbarmenu{
	width:100%;
    background-color:#c9d6ca;
}
.navbar-toggler{
	background-color:#fff;
	float:right;
}
ul.navbar-nav{
	flex-direction:row;
	justify-content:center!important;
	gap:3rem;
}
.nav-item{
	display:inline;
	font-size:22px;
}
@media screen and (max-width:800px){
	ul.navbar-nav{
		flex-direction:column;
		gap:0;
	}
	button.navbar-toggler{
		width:auto!important;
		margin-left:1rem;
	}
}

footer{
	background-color:#334948;
}



.oncontent{
	min-height:100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.oncontent div{
}


.gradient{
	width:100%;
	height:100px;
	svg{
		height:100%;
		width:100%;
		.main{
			fill:#c9d6ca;
		}
	}
}
@media screen and (max-height:800px){
    .gradient{
        height:30px;
    }
}
#headerlogo,
#introtext,
#about,
.gabout{
    background-color:#c9d6ca;
}
.contact,
.gcontact{
    /*background-color:transparent;*/
	background-image:url("../img/pattern.webp");
	background-repeat:repeat;
}
.gcontact{
	background-position:bottom left;
}
.gintrotext{
	svg{
		.main{
			fill:#c9d6ca;
		}
	}
}
.gabout,
.gcontact{
	svg{
		.main{
			fill:#fff;
			/*fill:#c9d6ca;*/
		}
	}
}


.accordion-button,
.accordion-button:not(.collapsed){
    color:#334948!important;
    font-weight:bold;
    background-color:#c9d6ca!important;
}


/*product heading*/
.p-heading{
	display:inline-block;
	background-color:#c9d6ca;
	transform: skewX(-20deg);
}
.p-heading h3{
	transform: skewX(20deg);
	margin:5px 25px 5px 25px;
}

@media screen and (max-width:800px){
	.img-fluid{
		max-width:90%!important;
	}
}
figure{
	margin:0;
}
.img-cb{
	width:100%;
	border:1px solid #666;
}


.progress {
    border-radius: 3px;
    overflow: visible;
    background: #dddddd;
    height: 8px;
    margin-top: 15px;
    width: 85%;
    margin-bottom: 37px;
}

.progress-bar {
    -webkit-transition: none !important;
    transition: none !important;
}
.progress-bar {
    background: #679a6f;/*
    border-radius: 3px;
    -webkit-transition: width 1.5s ease-in-out;
    -ms-transition: width 1.5s ease-in-out;
    -moz-transition: width 1.5s ease-in-out;
    -o-transition: width 1.5s ease-in-out;
    transition: width 1.5s ease-in-out;*/
}
.animation{
	--mdb-animation-delay-1s: 1s;
    --mdb-animation-delay-2s: 3s;
    --mdb-animation-delay-3s: 3s;
    --mdb-animation-delay-4s: 4s;
    --mdb-animation-delay-5s: 5s;
    --mdb-animation-fast-duration: 800ms;
    --mdb-animation-faster-duration: 500ms;
    --mdb-animation-slow-duration: 2s;
    --mdb-animation-slower-duration: 3s;
}