* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Montserrat", sans-serif;
}

h1 {
	color: #333;
}

p {
	color: #666;
}

header {
	background-color: #0070c9;
	color: #000;
	text-align: center;
	padding: 10px 0;
}

section {
	padding: 10px 0;
	text-align: center;
}

section.dotted-bg {
	background: radial-gradient(lightgrey 1px, transparent 1px) 0 0,
		radial-gradient(lightgrey 1px, transparent 1px) 4px 4px;
	background-color: #fff;
	background-size: 8px 8px;
}

nav {
	background-color: #333;
	color: #000;
}

.logo {
	font-size: 24px;
	font-weight: bold;
}

.img-banner img {
	height: 300px;
}

.rounded-5 {
	border-radius: 26px !important;
}

.btn-orange {
	color: #fff;
	background-color: #ff8605;
	border-color: #ef7c00;
}

.tab-img img {
	width: 100%;
	height: 120px;
}

.tab-img {
	width: 100%;
	margin-bottom: 3%;
}

.login-button {
	background-color: #7cc305;
	color: #fff;
	border: none;
	border-radius: 20px;
	padding: 8px 16px;
	cursor: pointer;
}

.login-button:hover {
	background-color: #7cc305;
}

.font-10 {
	font-size: 10px;
	font-weight: 600;
}

.font-11 {
	font-size: 11px;
	font-weight: 500;
}

.font-12 {
	font-size: 12px;
	font-weight: 600;
}

.font-13 {
	font-size: 13px;
	font-weight: 600;
}

.font-14 {
	font-size: 14px;
	font-weight: 600;
}

.font-18 {
	font-size: 18px;
}

.img img {
	float: left;
	width: 100%;
}

.bg-new {
	background: linear-gradient(45deg, #fff 49%, #ccc 49%, #ccc 51%, #fff 51%, #fff);
}

.size-icon {
	width: 30px !important;
	height: 30px !important;
}

.navbar {
	background-color: #0070c9;
}

.navbar-nav .nav-item {
	margin: 0 5px;
}

.nav-link {
	color: #fff;
	border-radius: 5px;
	transition: background-color 0.3s;
}

.bg-new {
	background: linear-gradient(45deg, #fff 49%, #f9f9f9 49%, #f9f9f9 73%, #fff 51%,
		#fff);
}

.text-orange {
	color: #f89107;
}

.banner-text {
	font-size: 18px;
	font-weight: 500;
}

.shadow {
	box-shadow: 0 .5rem 0.7rem rgba(0, 0, 0, .15) !important;
}

.nav-btm {
	background: #eef0f4;
	font-size: 12px;
	font-weight: 600;
	padding: .5rem 1rem;
}

.nav-btm:hover:active:focus {
	background: #a5cbf6;
}

.img-75 img {
	width: 75%;
}

.carousel-item {
	text-align: center;
}

.carousel-caption {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
}

.carousel-control-prev, .carousel-control-next {
	width: auto;
	background-color: #000;
	opacity: 0.7;
	display: auto !important;
	position: unset;
	display: inline-block;
	padding-top: 6px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
	background-color: #000;
}

.carousel-control-prev, .carousel-control-next {
	top: auto;
	width: 3%;
	z-index: 1;
}

.nav-link:hover, .nav-link:focus {
	background-color: #f89107;
	color: #fff !important;
}