/* Fontello */
@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?70009828');
  src: url('fonts/fontello.eot?70009828#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff2?70009828') format('woff2'),
       url('fonts/fontello.woff?70009828') format('woff'),
       url('fonts/fontello.ttf?70009828') format('truetype'),
       url('fonts/fontello.svg?70009828#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Scrollbar CSS */

::selection{
  background: #663390;
  color: #fff;
}

::-moz-selection{
  background: #663390;
  color: #fff; 
}

::-o-selection{
  background: #663390;
  color: #fff; 
}

::-ms-selection{
  background: #663390;
  color: #fff;
}

::-webkit-scrollbar{
  width: 8px;
  background: #52585e;
}

::-webkit-scrollbar-thumb{
  background: #663390;
}

/* ----- Global CSS ----- */

body, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
}
ul li {
	list-style: none;
}
img {
	border: 0px;
	max-width: 100%;
	vertical-align: middle;
}
a, a:hover {
	text-decoration: none;
	color: inherit;
}
*, ::after, ::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/* ----- Fixed CSS ----- */

.hr {
	padding: 10px 0px;
}
.clear-float {
	clear: both;
}
.theme-L, .theme-R {
	width: 100%;
	height: 100%;
}
.table-div {
	width: 100%;
	display: table;
	table-layout: fixed;
}
.table-cell {
	display: table-cell;
	vertical-align: top;
}
.theme-L, .theme-R {
	position: absolute;
	z-index: 99;
	padding: 0px;
	margin: 0px;
	top: 0px;
}
.theme-L {
	left: -100%;
}
.theme-R {
	right: -100%;
}
.image-left {
	float: left;
	margin: 0px 15px 10px 0px;
}
.image-right {
	float: right;
	margin: 0px 0px 10px 15px;
}
.image-center {
	text-align: center;
	margin: 10px;
}
.videoBorder {
	width: 90%;
	border: 4px solid #333;
	padding: 53% 0px 0px 0px;
	position: relative;
	margin: 15px auto;
}
.videoBorder iframe, .videoBorder embed {
	position: absolute;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

/* ---------- Theme CSS ---------- */

article {    
    font: 400 15px/30px 'Montserrat', sans-serif;
    color: #2d2f2f;
    background: #fff;
	padding: 50px 10px ! important;
}

article a {
    color: #663390;
    text-decoration: none;
    transition: 0.7s all ease;
    font-weight: 600;
}

article a:hover {
	color: #333;
}

/* Menu */

nav {
	z-index: 9999;
}
#Main-Menu {
	display: block;
	position: relative;
}
#Mobile-Menu {
	display: none;
}
/* Layer 1 */

.menu>li {
	display: inline-block;
	margin: 0 -2px;
}
.menu li {
    color: #fff;
    position: relative;
    text-align: center;
    list-style: none;
    letter-spacing: 0.3px;
    font: 600 15px/36px 'Montserrat', sans-serif;
}

.menu>li:last-child {
	background: none;
}
.menu:after {
	content: '';
	display: block;
	clear: both;
}

.menu li a {
    transition: 0.6s all ease;
    display: block;
    padding: 0 15px;
    position: relative;
}
.menu li a {
	color: #000;
}


.menu li li a {
	color: #000;
} 


/* Layer 2 */

.menu ul {
	position: absolute;
	z-index: 9999;
	left: 0px;
	display: none;
    -webkit-box-shadow: 0px 2px 5px -1px rgba(00, 00, 00, 0.2);
    box-shadow: 0px 2px 5px -1px rgba(00, 00, 00, 0.2);
    padding: 11px 0 0 0;
}
.menu li:hover>ul {
	display: block;
}
.menu ul li {
    background: #ffffff;
    color: #fff;
    border-bottom: 1px solid #fff;
    font: 600 14px/24px 'Montserrat', sans-serif;
    text-align: left;
    width: 240px;
}
.menu ul li a {
	padding: 10px 10px 10px 28px;
	background: url(../images/menu-bullets.png)no-repeat 10px center;
}
.menu ul li:hover a {
	padding: 10px 10px 10px 35px;
}
.menu li li a:hover:before {
	content: "\203A";
	position: absolute;
	transform: translateZ(0px);
	transition: .3s all ease;
	left: 14px;
	font-size: 20px;
	top: 9px;
}
/* Layer 3 */

.menu ul ul {
	left: 100%;
	z-index: 9999;
	top: 0px;
}
.menu ul ul li {
	background: #52803a;
}
.menu ul ul li a {}
/* Mobile */

.Wrapper {
	position: absolute;
	z-index: 9999;
	left: 0px;
	width: 100%;
	background: #aeadfe;
	display: none;
}
.par-menu {
	font: 400 14px/20px 'Montserrat', sans-serif;
	color: #fff;
	text-align: left;
}
.par-menu li a {
	padding: 10px 0px 10px 20px;
	color: #fff;
	background: rgba(49, 51, 56, 0.99);
	display: block;
	transition: 0.6s all ease;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.par-menu li a:hover {
	background: #000;
}
.par-menu li ul {
	display: none;
}
.par-menu li li a {
	padding: 10px 0px 10px 40px;
	color: #fff;
}
.par-menu li li li a {
	padding: 10px 0px 10px 60px;
	color: #fff;
}


/* Navigation CSS */

.navigation {
    font: 400 14px/20px 'Montserrat', sans-serif;
    color: #663390;
    padding: 10px;
    text-align: center;
    bottom: 0;
    z-index: 1;
    letter-spacing: 1px;
}
.navigation a {
	color: #333;
	text-decoration: none;
	display: inline-block;
	border-bottom: 1px solid #333;
}

/* RSlides */


.rslides {
  position: relative;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides:after {
	content: '';
	display: block;
	clear: both;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
#Interactivity .rslides li{
    height: 740px;
}

/* Flexial Slider */

.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 99999px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
	width: 94%;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
	text-align: center;
}
.nbs-flexisel-item img {
	cursor: pointer;
	position: relative;
	margin: 10px 0px;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    position: absolute;
    z-index: 99;
    margin: 0px;
    padding: 0px;
    height: 30px;
    width: 30px;
    cursor: pointer;
	
    top: 50%;
    -webkit-transform: translateY(-50%, -50%);
    -moz-transform: translateY(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
    -o-transform: translateY(-50%, -50%);
    transform: translateY(-50%);
}
.nbs-flexisel-nav-left {
	left: 10px;
    background: url(../images/arrow-l.png) no-repeat center center #663590;
}
.nbs-flexisel-nav-right {
	right: 10px;
	background: url(../images/arrow-r.png) no-repeat center center #663590;
}


/* Back to top */

.material-scrolltop {
	display: block;
	position: fixed;
	width: 0;
	height: 0;
	bottom: 23px;
	right: 23px;
	padding: 0;
	overflow: hidden;
	outline: none;
	border: none;
	border-radius: 2px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
	cursor: hand;
	border-radius: 50%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
	-ms-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
	-moz-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
	-o-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
	transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
	cursor: pointer;
	z-index: 99999;
    background: #663390;
}
.material-scrolltop:hover {
    background-color: #3f0072;
	text-decoration: none;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5), 0 3px 15px rgba(0, 0, 0, 0.5);
}
.material-scrolltop::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: 0;
	border-radius: 100%;
	background: #663390;
}
.material-scrolltop:active::before {
	width: 120%;
	padding-top: 120%;
	-webkit-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.material-scrolltop.reveal {
	width: 56px;
	height: 56px;
}
.material-scrolltop span {
	display: block;
	font-size: 25px;
	color: #fff;
}
.material-scrolltop, .material-scrolltop::before {
	background-image: url(../images/top-arrow.svg);
	background-position: center 50%;
	background-repeat: no-repeat;
}

/* Media Query */
