@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,700;0,900;1,200&display=swap');
:root{
	--theme-color-1: #5ea51d;
}

html{
	height: 100vh;
}
body{
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 1.1rem;
}

.sm-links-top{
	height:40px;
}
.bqstart {
    float: left;
    height: 45px;
    margin-top: -30px;
    padding-right: 5px;
    font-size: 8rem;
    display: block;
}
.navbar-toggler{
	border: none !important;
}
.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 0 !important;
}
.navbar-tl {
    background: rgba(133,0,17,0.8) !important;
}
.navbar-brand {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}
.nav-link{	
	color: #FFF;
}
.nav-link:focus, .nav-link:hover {
	/*background-color: #FFF;*/
	background-color: rgb(133,0,17);
}
#main-nav{
	
}
@media (min-width: 992px){
	#productsDropdownMenu{
		margin-top: 25px;
	}
}

#MainContent {
    height: 100vh;
	padding-left:0;
	padding-right:0;
}
#MainContent .carousel-caption{
	text-align: left !important;
	top: 38%;
	left: 16%;
}
#MainContent .carousel-caption>h1{
	font-weight: 700;
}
.banner {
	padding-top: 25%;
	padding-bottom: 0;
	background-position: center;
	background-size: cover;
	filter: sepia(1);
	-webkit-filter: sepia(1);
	min-height: 200px;
}
.banner-text{
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -80%);
	z-index: 2;
}
.banner-text>p{
	display:inline;
	padding:10px;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	background-color: rgba(0,0,0,1);
}
.bg-orbit-green{
	background-color: #74a73d;
}
.text-orbit-green{
	color: var(--theme-color-1);
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .9;
    background: #0C2500;
    z-index: -1;
}
.carousel-item.active{
	display: block;
	min-height: 300px;
}
.products {
    width: 100%;
    background: #f3f5f1;
    padding: 50px;
	color: #000;
	text-decoration: none;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.products:hover {
    background: #74a73d;
	color: #FFF;
}
.products .text h2{
	font-size: 1.25rem;
	margin-top: 6px;
}
.small-header h2{
	font-size: 1.25rem;
	padding-bottom: 5px;
	border-bottom: solid 2px;
}
.featured{
	background-color: #333;
	padding: 2rem;
}
.featured .card{
	height: 100%;
}
.featured .card, .featured .card-img-top{
	border-radius: 0px !important;
}

.product-card a:hover img {
    transform: scale(1.25);
}

.product-card a img {
    transition: all .3s ease-out 0s;
	border-radius: 0px !important;
}
.about{
	position: relative;
}
.about:before {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url("../images/bg-1.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	opacity: .3;
}
.about-content{
	position: relative;
}
.quick-links a{
	display: block;
	text-decoration: none;
	color: white;
	padding: 5px 0px;
}
.quick-links a:hover{
	color: #74a73d;
}
.display-text {
	font-size: min(9.5vw, 90px);
	font-weight: 900;
	text-align: center;
	line-height: min(9.5vw, 90px);
	background: -webkit-linear-gradient(#FBE900, #98D300, #056501);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	overflow: hidden;
}
.world-presence{
	
}
#country-list{

}
.footer {
    background-color: #06112a;
	color: #FFF;
    min-height: 100px;
    padding: 50px 0px 0px 0px;
    width: 100%;
}
.footer .bg-darker {
	margin-top: 20px;
	padding: 20px 0;
    background: #050d21 !important;
	font-size: .9rem;
}
.pixelz{
	font-weight: 300;
	text-decoration: none;
	color: #AAA;
}
.pixelz:hover{
	color:#FFF;
}

.product-div{
	background: #00b09b;
	background: -webkit-linear-gradient(to right, #00b09b, #96c93d);
	background: linear-gradient(to right, #00b09b, #96c93d);

}
.media {
  display: flex;
  align-items: flex-start;
}
.media div:nth-of-type(2) {
	flex-basis: 100px;
}
.media-body {
  flex: 1;
}

.social-icons{
	display: flex;
}
.social-icons li {
	list-style: none;
	margin: 5px;
	height: 50px;
	width: 50px;
	background-color: transparent;
	border-radius: 50%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all .5s;
}
.social-icons li a {
	color: #FFFFFF;
}
.facebook:hover i {
	color: #3b5998;
}
.whatsapp:hover i {
	color: #34bf49;
}
.instagram:hover i {
	color: #e95950;
}
.sec-check{
	display: none;
}
