.navbar-dark {
	position: fixed;
	top: 0;
	left: 0;
	height: 50px;
	width: 100%;
	z-index: 3;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
	padding: 20px 0;
	z-index: 99;
}
.navbar-dark #cd-menu-trigger, .navbar-dark #cd-top-nav, .navbar-dark #cd-menu-trigger-1{
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
/*header.lateral-menu-is-open #cd-menu-trigger, header.lateral-menu-is-open #cd-top-nav{
	-webkit-transform: translateX(-260px);
	-moz-transform: translateX(-260px);
	-ms-transform: translateX(-260px);
	-o-transform: translateX(-260px);
	transform: translateX(-260px);
}*/
.navbar .container {
	position: relative;
}
#cd-lateral-nav.lateral-menu-is-open + .menu_overlay{
	-webkit-transform: translateX(-260px);
	-moz-transform: translateX(-260px);
	-ms-transform: translateX(-260px);
	-o-transform: translateX(-260px);
	transform: translateX(-260px);
	z-index:9991;
}
.navbar-dark.lateral-menu-is-open #cd-menu-trigger, .navbar-dark.lateral-menu-is-open #cd-top-nav{
	opacity: 0;
	z-index: -1;
}
.navbar-dark.is-fixed {
	position: fixed;
}
#cd-top-nav {
	height: 100%;
	display: none;
	text-align: right;
}
#cd-top-nav ul {
	height: 100%;
	margin-top: 11px;	
	padding-left: 0;
	
}
.shrink #cd-top-nav ul{
	margin-top: 0;
	margin-bottom: 0px;	
}
#cd-top-nav li {
	display: inline-block;
	margin-right: 20px;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;	
	padding-bottom: 10px;
	text-align: left;
}
#cd-top-nav li.btn-getstarted{
	padding:0 !important;
}
#cd-top-nav li:last-child, #cd-top-nav li:last-child a{
	margin-right: 0 !important;
}
#cd-top-nav li a:after{
	width: 0;
	height: 2px;
	content: "";
	position: absolute;
	bottom: 0;
	background-color: #ED1C24;
	left: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#cd-top-nav li a:hover:after, #cd-top-nav li.subnav_menu:hover > a:after{
	width: 100%;
}
#cd-top-nav li i.fa-sort-desc{
	bottom: 3px; 
	position: relative; 
	margin-left: 5px;
	font-size: 12px;
}
#cd-top-nav a.banner_button{
	line-height: 16px;
	font-size:12px;
	text-transform: none;
}
#cd-top-nav li a.banner_button:after{
	display: none !important
}
#cd-top-nav a.banner_button:hover:after{
	background:transparent !important;
}
#cd-top-nav li:hover a.banner_button{
	border-color:#262728 !important;
	color:#262728 !important;
	background:transparent !important;
}
#cd-top-nav li a.get-started:after{
	display: none;
}
#cd-top-nav li a:hover + i.fa-sort-desc{
	color: #ED1C24;
}
#cd-top-nav a {
	font-size: 12px;
	letter-spacing: 0.02rem;
	color: #262728;
	font-family: 'Roboto', sans-serif;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
	display: inline-block;	
    line-height: 18px;
}
#cd-top-nav a b{
	font-weight: 400;
	font-size: 12px;
	color: #5c5c5c;
}
#cd-top-nav a span{
	display: block;
}
#cd-top-nav a:hover {
	color: #7D3BFD;
}
.get-started a{
	padding: 3px 10px !important;
    margin-top: 0;
    background: #7D3BFD !important;
    color: #ffffff !important;
    border: 1px solid #7D3BFD !important;
    margin-left: 0;
	border-radius: 4px;
}
#cd-top-nav ul.submenu li{
	padding:0 !important;
}

#cd-top-nav a.current {
	background-color: #242e30;
}
.no-touch #cd-top-nav a:hover,  .no-touch #cd-top-nav a:hover b{
	color: #ED1C24 !important;
}
#cd-top-nav li.subnav_menu:hover i.fa-sort-desc, .no-touch #cd-top-nav li.subnav_menu:hover > a{
	color: #ED1C24;
}
@media only screen and (min-width: 991px) {
	#cd-top-nav {
		display: block;
	}
}
.get-started a:hover{
	color:#fff !important;
}
#cd-menu-trigger, #cd-menu-trigger-1 {
	position: absolute;
    right: 15px;
    top: 5px;
    height: 20px;
    width: 20px;
    display: none;
    cursor: pointer;
}
#cd-menu-trigger .cd-menu-text, #cd-menu-trigger-1 .cd-menu-text {
	height: 100%;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 600;
	display: none;
}
#cd-menu-trigger .cd-menu-icon, #cd-menu-trigger-1 .cd-menu-icon {
	/* this span is the central line in the menu menu */
	display: inline-block;
	position: absolute;
	bottom: auto;
	right: -10px;
	top: 10px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 18px;
	height: 2px;
	background-color: #333333;
	/* these are the upper and lower lines in the menu menu */
}
#cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after, #cd-menu-trigger-1 .cd-menu-icon::before, #cd-menu-trigger-1 .cd-menu-icon:after  {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: inherit;
	left: 0;
}
#cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger-1 .cd-menu-icon::before {
	bottom: 5px;
}
#cd-menu-trigger .cd-menu-icon::after, #cd-menu-trigger-1 .cd-menu-icon::after {
	top: 5px;
}
#cd-menu-trigger.is-clicked .cd-menu-icon, #cd-menu-trigger-1.is-clicked .cd-menu-icon {
	background-color: rgba(255, 255, 255, 0);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after, #cd-menu-trigger-1.is-clicked .cd-menu-icon::before, #cd-menu-trigger-1.is-clicked .cd-menu-icon::after {
	background-color: #333333;
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger-1.is-clicked .cd-menu-icon::before {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::after, #cd-menu-trigger-1.is-clicked .cd-menu-icon::after  {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#cd-lateral-nav {
	position: fixed;
	height: 100%;
	right: 0;
	top: 0;
	visibility: hidden;
	/* the secondary navigation is covered by the main element */
	z-index: 1991;
	width: 260px;
	background-color: #fdfdfd;
	overflow-y: auto;
	overflow-x: hidden;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
	-moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
	transition: transform .4s 0s, visibility 0s .4s;
	/* this creates the subtle slide in animation of the navigation */
	-webkit-transform: translateX(260px);
	-moz-transform: translateX(260px);
	-ms-transform: translateX(260px);
	-o-transform: translateX(260px);
	transform: translateX(260px);
	border-left: 1px solid #e2e2e2;
}
/*#cd-lateral-nav:after {
		content: "";
		position: absolute;
		width: calc(100% + 50px);
		height: calc(100% + 50px);
		-webkit-box-shadow: 0 0 9px 0px rgba(0,0,0,0.3) inset;
		-moz-box-shadow: 0 0 9px 0px rgba(0,0,0,0.3) inset;
		box-shadow: 0 0 9px 0px rgba(0,0,0,0.3) inset;
		top: -20px;
		left: 0;
		z-index: -1;
}*/
.new_tag_nav{
		display: inline-block !important;
		padding: 2px 6px 0px 6px !important;
		background-color: #ED1C24;
		border-radius: 4px;
		font-size: 8px !important;
		color: #fff !important;
		margin-left: 10px;
		top: 6px;
		position: absolute;
		line-height: 12px !important;
}
#cd-lateral-nav .cd-navigation {
	margin: 10px 0 16px;
	width: 100%;
}
#cd-lateral-nav .sub-menu {
		padding: 0;
		/*display: none;*/
		margin: 0;
}

#cd-lateral-nav .sub-menu.subnav_menu li a{
	padding: 7px 10px 7px 25px;
    font-size: 13px;
    border-color: transparent;
    text-transform: initial;
    color: rgba(0,0,0,.5);
}
#cd-lateral-nav .sub-menu.subnav_menu li .sub-menu.subnav_menu li a{
			color: #858585;
		font-weight: 300;
		border-color: #f8f8f8;
}
#cd-lateral-nav .sub-menu.subnav_menu li:nth-last-child(1) a{
		border: none;
		margin-bottom: 10px;
	}
#cd-lateral-nav .sub-menu.subnav_menu li a span{
		line-height: 10px;
		font-size: 11px;
		padding-top: 5px;

}
#cd-lateral-nav a {
    display: block;
    padding: 10px 5px 10px 25px;
    line-height: 2em;
    color: #333333;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #e2e2e2;
}
#cd-lateral-nav a.current {
	background-color: #3a4a4d;
	color: #fff;
}
.social-links i{color:#ffffff; font-size: 14px;}
.socials .social-links a img {
		display: block;
		margin: 8px 6px;
}
.no-touch #cd-lateral-nav a:hover, .no-touch #cd-lateral-nav a:hover:after {
	color: #ED1c24;
}
#cd-lateral-nav .cd-navigation.socials{
	margin-left: 20px !important;
	margin-top: 10px !important;
}
#cd-lateral-nav .cd-navigation.socials .social-links{
	display: block;
	overflow: hidden;
}
#cd-lateral-nav .cd-navigation.socials .social-links a{
		padding: 2px;
	}
#cd-lateral-nav.lateral-menu-is-open {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	-webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
	-moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
	transition: transform .4s 0s, visibility 0s 0s;
	/* smooth the scrolling on touch devices - webkit browsers */
	-webkit-overflow-scrolling: touch;
}

/* style menu items which have a submenu  */
#cd-lateral-nav .item-has-children > a {
	position: relative;
	text-transform: uppercase;
	/* this is the right arrow to show that the item has a submenu  */
}
#cd-lateral-nav .item-has-children > a::after {
	content: '';
	display: block;
	height: 11px;
	width: 8px;
	position: absolute;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 1em;
	background: url("../img/cd-arrow.svg") no-repeat center center;
	background-size: 8px 11px;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
#cd-lateral-nav .item-has-children > a.submenu-open::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-moz-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	-o-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}
#cd-menu-trigger-1{
	top: 20px;
    right: 20px;
}
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-img-replace {
	/* replace text with a background-image */
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}


.cd-navigation {
	margin: 10px 0 16px;
	padding: 0;
}
.cd-navigation > li{text-transform: uppercase;}
.cd-navigation > li > a > hr{    /* color: #ececec; */
		border: none;
		border-bottom: 1px solid #e2e2e2;
		margin: 5px 0;
		width: 100% !important;}
.sub-menu {
	padding: 0 10px 10px 10px;
	/*display: none;*/
}

.slide-menu a {
		display: block;
		line-height: 2em;
		padding: 0 16px 0 0px;
		color: #5c5c5c;
		-webkit-transition: all 0.35s ease-in-out;
		-moz-transition: all 0.35s ease-in-out;
		-o-transition: all 0.35s ease-in-out;
		transition: all 0.35s ease-in-out;
		font-size: 14px;
		font-weight: 500;
}

.no-touch .slide-menu a:hover, .no-touch .slide-menu a:focus,.no-touch .slide-menu a:active{-webkit-transition: all 0.35s ease-in-out;
		-moz-transition: all 0.35s ease-in-out;
		-o-transition: all 0.35s ease-in-out;
		transition: all 0.35s ease-in-out;}
.slide-menu a.current {
	background-color: #3a4a4d;
	color: #5c5c5c;
}
.no-touch .slide-menu a:hover {
	color: #ED1c24;
}
@media only screen and (min-width: 768px) {
.cd-navigation {
		margin: 30px 0 40px 0;
		padding: 0;
	}
}
.slide-menu.show-slide-menu{padding-left:25px;}

 .item-has-children > a {
	position: relative;
	
	/* this is the right arrow to show that the item has a submenu  */
}
.item-has-children >li a, .sub-menu a{text-transform: capitalize; font-weight: 400;}
.item-has-children >li a, .sub-menu a.icon-box{
	padding: 0.8rem;
}
.item-has-children >li a, .sub-menu .sub-menu a{    font-size: 13px;
		border-bottom: 1px solid #efefef;
		line-height: 30px; }
 .item-has-children > a::after {
	content: '';
	display: block;
	height: 11px;
	width: 8px;
	position: absolute;
	top: 42%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10.5em;
	background: url("../images/cd-arrow.svg") no-repeat center center;
	background-size: 8px 11px;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
 .item-has-children > a.submenu-open::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-moz-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	-o-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);}
 .item-has-children > a.submenu::after { right:3.5em;}
 .item-has-children > a::after{right:2.5em;}
.item-has-children > a.submenu-open{
	color: #ED1c24;

}
 .socials {
	padding: 0 32px 0 0;
}
/*.socials{
	position: absolute;
	bottom: -7px;
}*/
 .socials:after {
	content: "";
	display: table;
	clear: both;
}
 .socials a {
	height: 32px;
	width: 32px;
	float: left;
	padding: 0;
	background-color: #aeaeae;;
	margin-right: 0.8em;
	border-radius: 30px;
	color: #ffffff;
}

.no-touch .socials a:hover {
	background-color: #ED1c24;
}


@keyframes fadeInBack {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1.15);
	}
}
.scale-word {
	animation: fadeInBack 3.6s linear forwards;
}

.main-container {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	background: #f5f5f5;
	overflow: hidden;
}



.checkBox {
	width: 130px;
	margin: 15px auto;
	color: #4274D3;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	cursor: pointer;
}


/* Check Box */
.checkBox {
	position: fixed;
	top: -10px;
	right: 300px;
	z-index: 1031;
	-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
}
.shrink.checkBox{  top: -33px; position: fixed;}
.item-has-children hr{width:100% !important;}

.burger-box {
	position: absolute;
	top: 32px;
	left: 10px;
}
.shrink .burger-box {
		top: 38px;
}
#burger-container {
	position: relative;
	width: 25px;
}

#burger {
	cursor: pointer;
	display: block;
}

#burger span {
	background: #5c5c5c;
	display: block;
	width: 100%;
	height: 2px;
	margin-bottom: 4px;
	position: relative;
	top: 0;
	transition: all ease-in-out 0.4s;
}

#burger span:nth-child(2) {width: 65%; left: 8px; }
#burger-container.open span:nth-child(2) {
	display:none;
}

#burger-container.open span:nth-child(1) {
	transform: rotate(-45deg);
	top: 5px;
}
#burger-container.open span:nth-child(3) {
 transform: rotate(45deg);
	top: -1px;
}
.slide-menu {
	position: fixed;
	z-index: 1030;
	top: 0;
	right: 0;
	background-color: #fdfdfd;
	height: 100vh;
 width: 280px;
padding-top: 30px;
	transform: translateX(350px);
	transition: all ease-in-out 0.4s;

}
.slide-menu:after{
	content: "";
	position: absolute;
	width:calc(100% + 50px);
	height: calc(100% + 50px);
	-webkit-box-shadow: 0 0 9px 0px rgba(0,0,0,0.3) inset;
	-moz-box-shadow: 0 0 9px 0px rgba(0,0,0,0.3) inset;
	box-shadow: 0 0 9px 0px rgba(0,0,0,0.3) inset;
	top: -20px;
	left: 0;
			z-index: -1;

}
.slide-menu__item {
	flex-basis: 70px;
	font-size: 26px;
}

.navbar li, nav li {
	list-style-type: none;
}

.slide-menu__list {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-content: space-around;
}

.show-slide-menu {
	transform: translateX(0px);
}

.overlay-in:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 2;
}

.content__container__list {
	overflow: hidden;
}

.checkBox li span {
	will-change: opacity, filter;
	opacity: 0;
	filter: blur(0px);
}



/* sub nav */
.navbar.navbar-toggleable-md{
	overflow: initial;
}
.sublevel{
	position: relative;
}
li.nav-item:hover a.sublevel{
	color: #ED1C24;
}

.subnav_menu .submenu{
	position: absolute;
	z-index: 4;
	background: #fff;
	left: 0px;
	padding-left: 0px;
	margin:0 !important;
	padding: 0 !important;
	box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
	top: 30px;
	min-width: 150px;
	max-width: 200px;
	z-index: -1;
	opacity: 0;
	height: 0px !important;
	overflow: hidden;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
li.subnav_menu:hover .submenu{
	z-index: 99;
	opacity: 1;
	height: auto !important;
}
.subnav_menu li a{
	line-height: 18px !important;
	padding: 5px 0;
	border-bottom: 1px solid #f1f1f1;
}
#cd-lateral-nav a .get-started-button.login {
	display: inline-block !important;
}

li.subnav_menu .submenu li a span, .subnav_menu li a span{
	display: block;
	font-size: 12px;
	font-weight: 300;
	color: #808080;
}
li.subnav_menu .submenu li a{
	line-height: 16px;
	text-transform: initial !important;
	padding: 5px 20px 5px 10px;
	display: block !important;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	font-weight: 300 !important;
	color: #868686 !important;
}
li.subnav_menu .submenu li a:hover{
	background-color: #f5f5f5;
	color: #353535 !important
}
li.subnav_menu .submenu li{
	padding: 0 !important;
	margin:0 !important;
	display: block !important;
}

.menu_overlay{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}