body {
  font-family: "Ubuntu Condensed", sans-serif !important;
}
legend {
	border-bottom: 1px solid #dedede;
}

/*
 * Global
 */
.small-row {
	width: 100%;
}
.small-row .small-left {
	width: 50%;
	float: left;/*
	background-color: #00a8ff;*/
}
.small-row .small-right {
	width: 50%;
	float: left;
	background-color: #FFF;
}
.small-row .clearfix {
	clear: both;
}
.bg-base {
	background-color: #00a8ff !important;
	color: white !important;
}

/*
 * Navbar
 */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}

.dropdown-toggle::after {
    display:none !important;
}

.navbar {
	padding: 10px 80px !important;
	padding-bottom: 0px !important;
	background-color: #122f75;
	border: none;
	border-color: transparent;
}

.navbar .navbar-brand {
	color: #00a8ff !important;
	font-weight: bold;
	font-size: 23px;
	margin-bottom: 20px;
}

.navbar .navbar-brand img {
	width: 80px;
	height: 80px;
	border-radius: 10px;
}

.navbar .navbar-nav .nav-item {
	border-bottom: 3px solid transparent;
	margin-left: 40px;
	padding-bottom: 20px;
}

.navbar .navbar-nav .nav-item .dropdown-menu {
	width: 100% !important;
	margin-top: 2px;
	margin-left: -25px !important;
	background-color: #010305;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
}

.navbar .navbar-nav .nav-item .dropdown-menu a.dropdown-item { color: #FFF; text-align: center; }
.navbar .navbar-nav .nav-item .dropdown-menu a.dropdown-item:hover {
	color: #00a8ff;
	background-color: transparent;
}

.navbar .navbar-nav .nav-item:hover {
	border-bottom: 3px solid #00a8ff;
}

.navbar .navbar-nav .nav-item a.nav-link {
	color: #FFF;
	text-align: center;
	font-size:20px;
	text-transform: uppercase;
}

.navbar .navbar-nav .nav-item a.nav-link:hover {
	color: #00a8ff;
}

/*
 * Carousel
 */
.carousel-item,
.carousel-item img {
	width: 100% !important;
}
.carousel-item .carousel-caption {
	background-color: rgba(10, 10, 10, 0.3);
}

.carousel-small .carousel-item,
.carousel-small .carousel-item img {
	width: 100% !important;
	height: 400px !important;
}

/*
 * Section
 */
.section-one {
	width: 100%;
	min-height: 200px;
	padding: 100px 150px;
}
.section-one img {
	object-fit: cover;
	width: 60%;
}
.section-one i.fa-check {
	color: #00a8ff;
}
.section-two {
	width: 100%;
	min-height: 300px;
	position: relative;
}
.section-two .left {
	width: 50%;
	min-height: 400px;
	float: left;
	background-color: #00a8ff;
	color: #FFF;
	padding: 50px 150px;
}
.section-two .left ul {
	list-style: none;
	margin-left: -40px !important;
}
.section-two .right {
	width: 50%;
	min-height: 400px;
	float: left;
	background-color: #FFF !important;
}
.section-two .right img {
	width: 100%;
	height: 200px;
	object-fit: contain;
}
.section-two .clearfix {
	clear: both;
}
.section-three {
	width: 100%;
	min-height: 200px;
	padding: 50px 150px;
	text-align: center;
}
.section-three img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}

/*
 * Footer
 */
.footer {
	width: 100%;
	min-height: 200px;
	background-color: #212123;
	padding: 50px 100px;
	color: white;
	font-size: normal;
}
.footer ul {
	list-style: none;
	margin-left: -40px;
}
.footer ul li a {
	color: rgba(135, 135, 135, 0.8);
}
.footer ul li a:hover {
	text-decoration: none;
	color: #00a8ff;
}
.footer a.contact:hover {
	text-decoration: none !important;
	font-size: 18px;
	transition: 0.5s;
}

p.icon-socmed {}
p.icon-socmed a {
	margin-right: 10px;
	font-size: 25px;
	color: white;
}
p.icon-socmed a.black { 
	color: black !important; 
	font-size: 40px; 
}
p.icon-socmed a:hover {
	text-decoration: none;
}
p.icon-socmed img {
	width: 30px;
	height: 30px;
	object-fit: contain;
}
p.icon-socmed a:hover > i.fa-facebook { color: blue; }
p.icon-socmed a:hover > i.fa-twitter { color: aqua; }
p.icon-socmed a:hover > i.fa-youtube { color: maroon; }
p.icon-socmed a:hover > i.fa-instagram { color: pink; }

/*
 * Box
 */
.box {
	width: 100%;
	min-height: 200px;
	border-radius: 5px;
	box-shadow: 0px 1px 1px 1px #DEDEDE;
}
.box .box-header {
	width: 100%;
	height: 350px !important;
	margin-bottom: 10px;
}
.box .box-header img {
	width: 100%;
	height: 350px !important;
	object-fit: contain !important;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.box .box-body {
	width: 100%;
	min-height: 50px;
	margin-bottom: 10px;
	padding: 10px 20px;
}
.box .box-footer {
	width: 100%;
	min-height: 50px;
	text-align: right;
	padding: 10px 20px;
}

/**
 * Floating Button
 * */
.float {
	position: fixed;
	min-width: 60px;
	padding: 10px;
	height: 30px;
	bottom: 40px;
	right: 20px;
	padding-top: 5px;
	border-radius: 10px;
	background-color: #0C9;
	color: #FFF;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	z-index: 1000 !important;
	text-decoration: none !important;
}
.float:hover {
	text-decoration: none !important;
	font-size: 18px;
	transition: 0.5s;
}
.img-float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 75px;
	right: 20px;
	z-index: 1000 !important;
}

/**
 * Global Content
 * */
.global-content {
	width: 100%;
	padding: 50px 100px;
}
.global-content ol li {
	margin-bottom: 20px;
}

/*
 * Responsive
 */
@media (max-width: 1180px) {
	.section-one,
	.section-two .left,
	.section-three,
	.footer,
	.global-content {
		padding: 50px;
	}
}

@media (max-width: 650px) {
	.navbar {
		padding: 10px 20px !important;
	}
	.navbar .navbar-brand img {
		width: 110px;
		height: 110px;
	}
	.navbar .navbar-nav .nav-item a.nav-link { text-align: left; }
	.navbar .navbar-nav .nav-item { margin-left: 0px; border:none; }
	.navbar .navbar-nav .nav-item .dropdown-menu {
		width: 100% !important;
		margin-top: 2px;
		margin-left: 0px !important;
		background-color: transparent !important;
	}
	.navbar .navbar-nav .nav-item .dropdown-menu a.dropdown-item { color: #FFF; text-align: left; }

	.carousel-item,
	.carousel-item img {
		height: 300px !important;
	}

	.section-two .left,
	.section-two .right {
		width: 100%;
		min-height: 100px;
		margin-bottom: 20px;
	}

	.section-three {
		margin-top: 100px !important;
	}
}