
* {position: relative;}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	background: #ffffffff !important;
    overflow: hidden;
    overflow-y: scroll;
}
    
.head-text {
    margin: 0;
    font-weight: 900 !important;
}

.text-primary {
    color: #ffdb00 !important;
}

.bg-primary {
    background: #ffdb00 !important;
}

.row {
    margin: 0;
    padding: 0;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
.head-text,
.display-2,
.display-3,
.display-4,
.display-5 {
	text-transform: uppercase;
	font-weight: bold !important;
    font-family: "Oswald", sans-serif !important;
}


.head-text,
.head-text-sm {
    font-weight: 900 !important;
}


.head-text-sm {
    font-size: 1.2rem;
}


.bg-dark {
    background-color: #222429 !important;
}

.img-fit {
	position: absolute !important;
	width: 100%;
	height: 100%;
	object-fit: fill !important;
	background-position: center !important;
}

.img-covered {
	position: relative !important;
	height: 100%;
	min-height: 8rem;
	aspect-ratio: 1 / .7;
	overflow: hidden;
}


.logo-icon {
	margin: auto;
	min-width: 3rem;
	aspect-ratio: 1 / .9;
	display: inline-block;
	position: relative;
	flex-grow: 1;
	background-image: url(images/logo/logo-yellow.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 1px !important;
}

.blog-item .h5 {
	margin-left: .2rem;
	padding-left: .4rem;
	border-left: 2px solid #ffffff;
}


.content-text p {
	margin: 0;
	font-family: arial;
	padding: 1px 2px 0;
	text-align: justify-all;
	text-justify: auto;
	line-height: 1.4;
}

.counter-up .icon {
	width: 60px; 
	height: 60px;
	border-radius: 2px;
}

.counter-up .text {
	padding: .2rem .65rem;
	text-transform: capitalize;
	color: #edefef;
}


a,
.btn,
button {
	text-align: center;
	text-transform: capitalize;
	font-family: "Oswald", sans-serif;
	text-decoration: none !important;
	box-shadow: none;
	outline: none !important;
}

.btn-link {
	color: #ffdb00;
	text-align: center;
	text-transform: capitalize;
	border: 2px solid  #ffdb00;
}

.btn-primary {
	color: #555;
	background: #ffdd00;
	border-color: #ffdb00;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
	color: #555;
	background: #ffdd00;
	border-color: #ffdb00;
}


.btn-nav {
	color: #ffffff;
	background: #FB5B21;
}

.text-brand {
	color: #FB5B21;
}

.btn-nav.active,
.btn-nav:hover,
.btn-link:hover {
	color: #ffff;
	background: #FB5B21;
	border-color:  #FB5B00!important;
}

.btn-block {
	width: 100%;
}

.back-to-top {
	color: #ffff;
	background: #ffea00;
	border: 2px solid  #fff!important;
	transition: .3s ease;
}

.back-to-top:hover {
	color: #ffffffff !important;
	background: #FB5B21;
}




