body {
	width: 100%;
	height: auto;
	margin: 0 auto;
	letter-spacing: 0.5px;
}

section {
	max-width: 1200px;
	margin: 0 auto;
}

.menu-wrapper {
	padding: 10px 20px;
	background:#00aeef;
}

.menu {
	height: 50px;
	list-style: none;
	background: white;
	border-radius: 20px;

}

.menu li {
	margin-right: 20px;
	padding-left: 20px;
}

.menu li a {
	font-size: 17px;
	color: #000;
	font-weight: 500;
}

.menu li a:hover {
	text-decoration: none;
	color:#00aeef;
	transition: all 0.2s linear;
}

.mobile-btn {
	width: 45px;
	height: 45px;
	background: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.close-mobile-btn  {
	font-size: 35px;
	color: #28a472;
	right: 30px;
	top: 10px;
	transform: scaleX(1.5);
	position: absolute;
	float: left;
}

.mobile-wrapper {
	width: 0%;
	height: 100vh;
	background: white;
	top: 0;
	right: 0;
	position: fixed;
	float: left;
	z-index: 9999;
	transition: all 0.2s linear;
}

.logo a {
	padding: 5px 15px;
	color: #ef1922 !important;
	letter-spacing: 1.5px;
	font-weight: 600;
	font-size: 35px;
	text-decoration: none;
}

.mobile-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mobile-menu li {
	margin-left: 20px;
	margin-top: 10px;
	position: relative;
	float: left;
}

.mobile-menu li a {
	font-size: 16px;
	font-weight: 500;
	color: #212121;
	text-decoration: none;
}

.mobile-menu li a:hover {
	color: #28a472;
	transition: color 0.1s linear;
}


.slick-prev {
	transform: rotate(180deg);
	margin-top: 0px;
}

.slick-next {
	margin-top: -10px
}

.footer {
	background: rgba(0, 174, 239, 0.05);
}

.footer h2 {
	font-size: 22px;
	padding-left: 15px;
}

.footer div {
	font-size: 15px;
	margin-bottom: 5px;
	color: black;
}

.footer div a {
	color: black;
	text-decoration: none;
}

.footer div a:hover {
	color: #00aeef;
}

.footer .container-fluid {
	background: #00aeef;
	border-top-left-radius: 80px;
	border-top-right-radius: 80px;
}

@media screen and (max-width: 1024px) {
	.header .col-12 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.footer .container-fluid {
		background: #00aeef;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}
}
