*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: sans-serif;
}

#nav-bar
{
	position: sticky;
	top: 0;
	z-index: 10;
}

.navbar
{
	background-image: linear-gradient(to right, #24466d,#132449);

}

.navbar-brand
{
	height: 40px;
	padding-left: 20px;
}

.navbar-nav li 
{
	padding: 0 10px;
}

.navbar-nav li a
{
	color: #fff !important;
	font-weight: 600;
	float: right;
	text-align: left;
}

.fa-bars
{
	color: #fff;
	font-size: 30px !important; 
}

.navbar-toggler
{
	outline: none !important;
}

/*-------banner section-------*/

#banner
{
	background-image: linear-gradient(to right, #24466d,#132449);
	color: #fff;
	padding-top: 5%;
}

.promo-title
{
	font-size: 30px;
	font-weight: 600;
	margin-top: 60px;

}

.play-btn
{
	width: 45px;
	margin: 20px;
}

#banner a
{
	color: #fff;
	text-decoration: none;
}

.bottom-img
{
	width: 100%;
}

/*------- Products section-------*/

#products
{
	padding: 80px 0;
}

.product-img
{
	width: 75%;
	margin-top: 40px;
}

.row
{
	justify-content: center;
}

.products
{
	padding: 20px;
}

.products h4
{
	padding: 5px;
	margin-top: 25px;
	text-transform: uppercase;
	color: #132449;
}

#products .btn-primary
{
	box-shadow: none;
	padding: 8px 25px;
	border: none;
	border-radius: 20px;
	background-image: linear-gradient(to right, #24466d,#132449);
}

/*------- Partners section-------*/

#partners
{
	padding: 80px 0;
}

.partner-img
{
	width: 100px;
	height: 100px;
	margin-top: 40px;

}

.partners
{
	padding: 20px;
}

.partners h4
{
	padding: 5px;
	margin-top: 25px;
	text-transform: uppercase;
	color: #132449;
}

#partners .btn-primary
{
	box-shadow: none;
	padding: 8px 25px;
	border: none;
	border-radius: 20px;
	background-image: linear-gradient(to right, #24466d,#132449);
}

/*------- Services section-------*/

#services
{
	padding: 80px 0;
	background: #f8f9fa;
}

.service-img
{
	width: 100px;
	margin-top: 20px;
}

.services
{
	padding: 20px;
}

.services h4
{
	padding: 5px;
	margin-top: 25px;
	text-transform: uppercase;
}


.title::before
{
	content: '';
	background: #000;
	height: 5px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	transform: translateY(63px);
}

.title::after
{
	content: '';
	background: #132449;
	height: 10px;
	width: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	display: block;
	transform: translateY(8px);
}

#services .btn-primary
{
	box-shadow: none;
	padding: 8px 25px;
	border: none;
	border-radius: 20px;
	background-image: linear-gradient(to right, #24466d,#132449);
}

/*------- About us section-------*/

#about-us
{
	padding-bottom: 50px;
	padding-top: 50px;
}

.about-title
{
	font-size: 40px;
	font-weight: 600;
	margin-top: 8%;
	color: #8e7630;
}

#about-us ul li
{
	margin: 10px 0;
}

#about-us .btn-primary
{
	box-shadow: none;
	padding: 8px 25px;
	border: none;
	border-radius: 20px;
	background-image: linear-gradient(to right, #24466d,#132449);
}


#social-media
{
	background: #f8f9fa;
	padding: 20px 0;
}

#social-media p
{
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 30px;
}

.social-icons img
{
	width: 60px;
	transition: 0.5s;
}

.social-icons a:hover img
{
	transform: translateY(-10px);
}

#footer
{
	background-image: linear-gradient(to right, #24466d,#132449);
	color: #fff;
}

.footer-img
{
	width: 100%;
}

.footer-box
{
	padding: 20px;
}

.footer-box img
{
	width: 120px;
	margin-bottom: 20px;
}

.footer-box .fa
{
	margin-right: 8px;
	font-size: 25px;
	height: 40px;
	width: 40px;
	text-align: center;
	padding-top: 7px;
	border-radius: 5px;
	background-image: linear-gradient(to bottom, #24466d,#132449);
}


.footer-box .form-control
{
	box-shadow: none !important;
	border: none;
	border-radius: 0;
	margin-top: 25px;
	max-width: 250px;
}

.footer-box .btn-primary
{
	box-shadow: none !important;
	border: none;
	border-radius: 0;
	margin-top: 30px;
	background-image: linear-gradient(to right, #24466d,#132449);
}

hr
{
	background-color: #fff;
}

.copyright
{
	margin-bottom: 0;
	padding-bottom: 20px;
	text-align: center;
}

.fennek-subtitle
{
	font-size: 32px;
	color: #8e7630;
}

.fennek-description
{
	font-size: 18px;
}

video
{
	position: absolute;
	top: 0%;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.sub-menu-1
{
	display: none;
	margin-top: 50px;
	font-size: 10px;
}

#navbarNav ul li:hover .sub-menu-1
{
	display: block;
	position: absolute;
	background-image: linear-gradient(to right, #24466d,#132449);
	margin-top: 35px;
	margin-right: 0px;
}

#navbarNav ul li:hover .sub-menu-1 ul
{
	display: block;
	margin: 10px;
}

#navbarNav ul li:hover .sub-menu-1 ul li
{
	width: auto;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background: transparent;
	border-radius: 0;
	text-align: right;
}

#navbarNav ul li:hover .sub-menu-1 ul li
{
	border-bottom: none;
}

.my-bullets
{
	margin: 30px;
	list-style-image: url('dsp_little_star.png');
}

.my-bullets li
{
	position:relative;
}

.network-img
{
	margin-top: auto;
}

.email-redirect
{
	cursor: pointer;
	font-size: 14px;
	text-underline-offset: 2px;
}

.request-form
{
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
}

.myform
{
	width: 50%;
	margin: auto;
}

.center
{
	margin: auto;
}

.col
{
	padding-bottom: 10px;
}

.powered-by
{
	float: right;
}

.indenty
{
	list-style-type:none;
}


.oneclass
{
	padding-left: 20px;
	list-style: lower-alpha;
}

.load-cv
{
	border-style: none;
}


.imo 
{
	position: relative;
	color: #fff;
	text-shadow: 0 0 50px #0f0, 
				0 0 100px #0f0, 
	            0 0 150px #0f0;
	animation: animate 3s linear infinite;
}

@keyframes animate
{
	0%
	{
		filter: hue-rotate(0deg);
	}
	100%
	{
		filter: hue-rotate(360deg);
	}
}




