@import url('flaticon.css');
body {padding:0; margin:0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: 'Inter', sans-serif; font-weight: 500; font-size: 14px; background-color: #eaeff2}
h1 { font-family: inherit; font-weight: 600; font-style: inherit; font-size: 2.3em; line-height: 1.15; margin-top: 20px; margin-bottom: 40px;}
h2 { font-family: inherit; font-weight: 600; font-style: inherit; font-size: 2.1em; line-height: 1.3; margin-top: 40px; margin-bottom: 40px;}
h3 { font-family: inherit; font-weight: 600; font-style: inherit; font-size: 1.5em; line-height: 1.3; margin-top: 25px; margin-bottom: 25px;}
h4 { font-family: inherit; font-weight: 600; font-style: inherit; font-size: 1.1em; line-height: 1.3; margin-top: 25px; margin-bottom: 25px;}
h5 { font-family: inherit; font-weight: 600; font-style: inherit; font-size: 1.1em; line-height: 1.3px; margin-top: 25px; margin-bottom: 25px;}
header {background-color: #363a45; color: #fff; font-size: 1.4em; font-weight: 500; position: relative; padding:0.6em; padding-left:1.8em; text-align: left;}
header a {position: absolute; z-index: 1; top: 50%; transform: translateY(-50%); left: -5px; color: #fff; display: inline-block; margin-top: -1px;}
header a span.flaticon-arrows:before {font-size: 15px; line-height: 15px; font-weight: bold;}
header a:hover, header a:focus {text-decoration: none; color: #fff; outline: none;}
.navhome>header{display: none;}
.content {padding-top: 1.5em; padding:1.5em 16px; background-color: #fff;}
.content img {max-width: 100%; }
.content p, .content ul, .content ol {color: #565d6b; line-height: 1.7; font-size: 1.2em; margin-bottom: 1.4em;}
.content strong {font-weight: 600;}
.content a {color: #1AA6F6; text-decoration: none;}
.content a:hover, .content a:focus, .dl-menuwrapper a:hover, .dl-menuwrapper a:focus {outline: none; text-decoration: none;}
.content iframe {width: 100% !important}
.dl-menuwrapper {
	width: 100%;
	float: left;
	position: relative;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
}

.dl-menuwrapper:first-child {
	margin-right: 100px;
}

.dl-menuwrapper button {
	background: #ccc;
	border: none;
	width: 48px;
	height: 45px;
	text-indent: -900em;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	outline: none;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
	background: #eaeff2;
}

.dl-menuwrapper button:after {
	content: '';
	position: absolute;
	width: 68%;
	height: 5px;
	background: #fff;
	top: 10px;
	left: 16%;
	box-shadow: 
		0 10px 0 #fff, 
		0 20px 0 #fff;
}

.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dl-menuwrapper li {
	position: relative;
	background-color: #fff;
	border-top:1px solid #e2e2e2;
}

.dl-menuwrapper li:first-child, li.dl-subviewopen, .dl-subview, .dl-subview .dl-submenu .dl-submenu li:first-child {border-top: none;}

.dl-menuwrapper li:last-child {
	border-bottom:transparent;
}

.dl-menuwrapper li:last-child li:last-child {
	border-bottom:none;
}


.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 0.89em 2em 0.89em 1.6em;
	font-size: 1.21em;
	line-height: 1.21em;
	font-weight: 500;
	background-color: #fff;
	color: #363A45;
}

.dl-menuwrapper li.title {display: block; padding:1.2em 2em 1.2em 1.6em; font-size: 1.3em; line-height: 1.3em; font-weight: 600; color: #363A45; background-color: #eaeff2}
.dl-menuwrapper li.title:after, .dl-menuwrapper li.title:before {width: 100%; height: 1px; z-index: 1; position: absolute; background-color: #eaeff2; content: ''; left: 0;}
.dl-menuwrapper li.title:before {top: -1px}
.dl-menuwrapper li.title:after {bottom: -1px}
.no-touch .dl-menuwrapper li a:hover, .no-touch .dl-menuwrapper li a:focus {
	background: #f1f1f1;
	text-decoration: none;
}

.dl-menuwrapper li.dl-back > a {
	padding-left: 3em;
	color: #fff;
	background-color: #363a45;
	font-weight: 500;
}

.dl-menuwrapper li.dl-back > a:hover, .dl-menuwrapper li.dl-back > a:focus {
	background-color: #363a45;
	color: #fff
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
	position: absolute;
	font-family: 'Flaticon';
	-webkit-font-smoothing: antialiased;
	content: "\f100";
}

.dl-menuwrapper li.dl-back:after {
	left: 25px;
	right: inherit;
	color: #fff;
	content: "\f101";
	font-weight: bold;
	top: 50%;
    transform: translateY(-50%); 
}

.dl-menuwrapper li > a:after {
	right: 10px;
	color: #898d97;
	font-size: 0.7em;
}

.dl-menuwrapper .dl-menu {
	margin: 0;
	position: relative;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	margin: 0;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 0.4s;
	animation: MenuAnimOut1 0.4s;
}

@-webkit-keyframes MenuAnimOut1 {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes MenuAnimOut1 {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.dl-menu.dl-animate-in-1 {
	-webkit-animation: MenuAnimIn1 0.3s;
	animation: MenuAnimIn1 0.3s;
}

@-webkit-keyframes MenuAnimIn1 {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    opacity: 0
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}
@keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

/**.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
	-webkit-animation: SubMenuAnimIn1 0.4s ease;
	animation: SubMenuAnimIn1 0.4s ease;
} **/

@-webkit-keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
	-webkit-animation: SubMenuAnimOut1 0.4s ease;
	animation: SubMenuAnimOut1 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
}


/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
	display: block;
}

.no-js .dl-menuwrapper li.dl-back {
	display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
	background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
	content: '';
}

/* Colors for demos */

/* Demo 1 */
.demo-1 .dl-menuwrapper button {
	background: #c62860;
}

.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper button.dl-active,
.demo-1 .dl-menuwrapper ul {
	background: #c62860;
}
