
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
/* This class is added on scroll */
.fixed {
	position: fixed;
	top: 0;
	height: 90px;
	z-index: 999;
	width: 100%;
	background-color: #a1cdff!important;
	border-radius: 0px;
	color: #000 !important;
	z-index: 1000;
}
.mega-dropdown-menu > li > ul > li i {
	color: #2ad6ff;
	position: absolute;
	left: 0;
	font-size: 18px;
}
.mega-dropdown-menu > li > ul > li {
	font-size: 12px;
	position: relative;
	padding-left: 25px;
}
/*MEGA-MENU*/
.mega-dropdown {
	position: static !important;
}
.mega-dropdown-menu {
	background-color: #2e84d2;
	width: 100%;
	box-shadow: none;
	-webkit-box-shadow: none;
	padding: 45px 34px 27px 34px;
	border: 2px solid #4898e4 !important;
	border-top: 0px !important;
}
.mega-dropdown-menu > li > ul {
	padding: 0;
	margin: 0;
}
.mega-dropdown-menu > li > ul > li {
	list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
	display: block;
	color: #fff;
	padding: 18px 0px;
	height: 60px;
}
.mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus {
	text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
	font-size: 18px;
	color: #ff3546;
	padding: 5px 60px 5px 5px;
	line-height: 30px;
}
.carousel-control {
	width: 30px;
	height: 30px;
	top: -35px;
}
.left.carousel-control {
	right: 30px;
	left: inherit;
	margin-right: 6px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	font-size: 12px;
	background-color: #fff;
	line-height: 30px;
	text-shadow: none;
	color: #333;
	border: 1px solid #ddd;
}
/*END MEGA-MENU*/
/*SUBSCRIBE BTN*/
.subscribe {
	position: absolute;
	margin: auto;
	width: 400px;
	height: 51px;
	background: #fff
}
.placeholder {
	position: absolute;
	top: 15px;
	left: 30px;
	font-size: 16px;
	font-weight: 700;
	color: #009ac9;
	pointer-events: none;
	transition: opacity .25s ease, transform .35s ease
}
/*input[type="text"] {
	float: left;
	height: 100%;
	width: 100%;
	border: 0;
	outline: none;
	font-size: 1.5em;
	padding-left: 10px;
	padding-right: 10px;
	color: grey
}*/
.subscribe button {
	border-radius: 0!important;
	float: right;
	width: 30%;
	height: 100%;
	padding: 0;
	font-weight: 800;
	color: #fff;
	cursor: pointer;
	outline: none;
	transition: transform .75s ease, background .35s ease
}
.move-btn {
	transform: translateX(-280px)
}
.placeholder-active {
	opacity: 1!important;
	transform: translateX(120px)
}
.more-concepts {
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	text-decoration: none;
	color: #fff;
&:hover {;
text-decoration:underline
}

/*END SUBSCRIBE BTN*/
