/*

    Theme: Neo
    Author: QBIT
    Date: 28/12/2024

    File path: ../../../../uploads/

*/

/* Import fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&family=Quicksand&display=swap');

/* Global styles */
body {
	color: #333;
	font-size: 1.0em; 
	line-height: 1.6em;
	font-family: 'Quicksand', sans-serif;
}

body,html {
	height: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1.6em;
	font-family: 'Poppins', sans-serif; 
	color: #333;
	margin-bottom: 20px;
}

a {
	text-decoration: none;
	transition: color 0.3s ease, transform 0.5s ease-in-out;
	color: #333;
}

a:hover {
	color: #99cc33;
}

p {
	margin-bottom: 20px;
}

ul {
	list-style: none;
}

/* Main styles */
#main {
	background-color: #fff;
	padding: 30px 0;
}

/* List styles */
.list {
	list-style-position: inside;
}
.list li {
	margin-bottom: 20px;
}

.list .btn {
	border-radius: 5px;
	line-height: 1.0em;
	font-size: 0.8em;
	padding: 5px 5px;
}

/* Opening styles */
.opening {
	margin-bottom: 20px;
}

/* Media queries */
@media (max-width: 64em) 
{

}