/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 0. RESET */
/*-------------------------------------------------------------------------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700|Playfair+Display:400,400italic,700,900|Quicksand:400,300,700&display=swap);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}

body{
	font-weight:normal;
	font-size:1em;
	line-height:1;
	/* overflow-y: scroll; */
    /* scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}

body *{
	-webkit-text-size-adjust:none;
	box-sizing:border-box;
	font-family:ProximaNova-Regular;
}

body::-webkit-scrollbar { /* WebKit */
    /* width: 0;
    height: 0; */
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
	display:block;
}

blockquote, q{
	quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after{
	content:'';
	content:none;
}

input:focus, select:focus, textarea:focus, button:focus, input:invalid{
	outline:none;
	box-shadow:none;
}

input, textarea, select{
	font-weight:400;
	-webkit-appearance:none;
	appearance:none;
	border-radius:0;
	border:0 none;
}

select::-ms-expand{
	display:none;
}

a, a:link, a:visited, a:active, a:hover{
	cursor:pointer;
	text-decoration:none;
	outline:none;
	z-index:21;
}

ul, ol{
	list-style:none;
}

b{
	font-weight:700;
}

input::-webkit-input-placeholder, input::-moz-placeholder, input:-moz-placeholder, input:-ms-input-placeholder, textarea::-webkit-input-placeholder, textarea::-moz-placeholder, textarea:-moz-placeholder, textarea:-ms-input-placeholder{
	color:rgba(255, 255, 255, 0.8);
	opacity:1;
}

.img-responsive{
	display:block;
	max-width:100%;
	height:auto;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 1. BOOTSTRAP MODIFICATIONS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/

.nav{
	display:block!important;
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 2. PRELOADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.preloader-container{
	background-color:#fff;
	bottom:0;
	left:0;
	position:fixed;
	right:0;
	top:0;
	z-index:999999;
}

.preloader-header{
	display:inline-block;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:50vh;
	margin:auto;
	text-align:center;
}

.preloader-header img{
	max-height:100px;
	height: 40%;
}

.preloader-slogan{
	margin-top:0;
	margin-bottom:3%;
	padding-top:2%;
	font-size:6em;
	letter-spacing:0.1em;
	color:rgba(0,160,226,1)!important;
	font-family:ProximaNova-Bold;
	text-align:center;
	text-shadow: 2px 2px 4px rgba(19,49,99,1);
}

.preloader-bubble{
	box-shadow: 2px 2px 4px rgba(19,49,99,1);
	display:inline-block;
	vertical-align:middle;
	width:11px;
	height:11px;
	margin:28px 5px;
	background:rgba(0,160,226,1);
	border-radius:57px;
	animation:bubblingG 1.3s infinite alternate;
}

.bubblingG{
text-align:center;
}

#bubblingG_1{
	animation-delay:0s;
}

#bubblingG_2{
	animation-delay:0.39s;
}

#bubblingG_3{
	animation-delay:0.78s;
}

@-moz-keyframes bubblingG{
	0%{
		width:24px;
		height:24px;
		background-color:rgba(0,160,226,1);
		-moz-transform:translateY(0);
	}
	100%{
		width:42px;
		height:42px;
		background-color:#FFFFFF;
		-moz-transform:translateY(-24px);
	}
}

@-webkit-keyframes bubblingG{
	0%{
		width:24px;
		height:24px;
		background-color:rgba(0,160,226,1);
		-webkit-transform:translateY(0);
	}
	100%{
		width:42px;
		height:42px;
		background-color:#FFFFFF;
		-webkit-transform:translateY(-24px);
	}
}

@-ms-keyframes bubblingG{
	0%{
		width:24px;
		height:24px;
		background-color:rgba(0,160,226,1);
		-ms-transform:translateY(0);
	}
	100%{
		width:42px;
		height:42px;
		background-color:#FFFFFF;
		-ms-transform:translateY(-24px);
	}
}

@-o-keyframes bubblingG{
	0%{
		width:24px;
		height:24px;
		background-color:rgba(0,160,226,1);
		-o-transform:translateY(0);
	}
	100%{
		width:42px;
		height:42px;
		background-color:#FFFFFF;
		-o-transform:translateY(-24px);
	}
}

@keyframes bubblingG{
	0%{
		width:24px;
		height:24px;
		background-color:rgba(0,160,226,1);
		transform:translateY(0);
	}
	100%{
		width:42px;
		height:42px;
		background-color:#FFFFFF;
		transform:translateY(-24px);
	}
}

@media (max-width:480px){
	.preloader-slogan{
		padding-top:10px;
		font-size:2em;
		margin-bottom:10px;
	}

	@-moz-keyframes bubblingG{
		0%{
			width:12px;
			height:12px;
			background-color:rgba(0,160,226,1);
			-moz-transform:translateY(0);
		}
		100%{
			width:24px;
			height:24px;
			background-color:#FFFFFF;
			-moz-transform:translateY(-24px);
		}
	}

	@-webkit-keyframes bubblingG{
		0%{
			width:12px;
			height:12px;
			background-color:rgba(0,160,226,1);
			-webkit-transform:translateY(0);
		}
		100%{
			width:24px;
			height:24px;
			background-color:#FFFFFF;
			-webkit-transform:translateY(-24px);
		}
	}

	@-ms-keyframes bubblingG{
		0%{
			width:12px;
			height:12px;
			background-color:rgba(0,160,226,1);
			-ms-transform:translateY(0);
		}
		100%{
			width:24px;
			height:24px;
			background-color:#FFFFFF;
			-ms-transform:translateY(-24px);
		}
	}

	@-o-keyframes bubblingG{
		0%{
			width:12px;
			height:12px;
			background-color:rgba(0,160,226,1);
			-o-transform:translateY(0);
		}
		100%{
			width:24px;
			height:24px;
			background-color:#FFFFFF;
			-o-transform:translateY(-24px);
		}
	}

	@keyframes bubblingG{
		0%{
			width:12px;
			height:12px;
			background-color:rgba(0,160,226,1);
			transform:translateY(0);
		}
		100%{
			width:24px;
			height:24px;
			background-color:#FFFFFF;
			transform:translateY(-24px);
		}
	}

}

@media (min-width:481px) and (max-width:767px){
	.preloader-slogan{
		padding-top:10px;
		font-size:3em;
		margin-bottom:10px;
	}

	@-moz-keyframes bubblingG{
		0%{
			width:16px;
			height:16px;
			background-color:rgba(0,160,226,1);
			-moz-transform:translateY(0);
		}
		100%{
			width:30px;
			height:30px;
			background-color:#FFFFFF;
			-moz-transform:translateY(-24px);
		}
	}

	@-webkit-keyframes bubblingG{
		0%{
			width:16px;
			height:16px;
			background-color:rgba(0,160,226,1);
			-webkit-transform:translateY(0);
		}
		100%{
			width:30px;
			height:30px;
			background-color:#FFFFFF;
			-webkit-transform:translateY(-24px);
		}
	}

	@-ms-keyframes bubblingG{
		0%{
			width:16px;
			height:16px;
			background-color:rgba(0,160,226,1);
			-ms-transform:translateY(0);
		}
		100%{
			width:30px;
			height:30px;
			background-color:#FFFFFF;
			-ms-transform:translateY(-24px);
		}
	}

	@-o-keyframes bubblingG{
		0%{
			width:16px;
			height:16px;
			background-color:rgba(0,160,226,1);
			-o-transform:translateY(0);
		}
		100%{
			width:30px;
			height:30px;
			background-color:#FFFFFF;
			-o-transform:translateY(-24px);
		}
	}

	@keyframes bubblingG{
		0%{
			width:16px;
			height:16px;
			background-color:rgba(0,160,226,1);
			transform:translateY(0);
		}
		100%{
			width:30px;
			height:30px;
			background-color:#FFFFFF;
			transform:translateY(-24px);
		}
	}
}

@media (min-width:768px) and (max-width:991px){
	.preloader-slogan{
		font-size:4em;
	}
	@-moz-keyframes bubblingG{
		0%{
			width:20px;
			height:20px;
			background-color:rgba(0,160,226,1);
			-moz-transform:translateY(0);
		}
		100%{
			width:36px;
			height:36px;
			background-color:#FFFFFF;
			-moz-transform:translateY(-24px);
		}
	}

	@-webkit-keyframes bubblingG{
		0%{
			width:20px;
			height:20px;
			background-color:rgba(0,160,226,1);
			-webkit-transform:translateY(0);
		}
		100%{
			width:36px;
			height:36px;
			background-color:#FFFFFF;
			-webkit-transform:translateY(-24px);
		}
	}

	@-ms-keyframes bubblingG{
		0%{
			width:20px;
			height:20px;
			background-color:rgba(0,160,226,1);
			-ms-transform:translateY(0);
		}
		100%{
			width:36px;
			height:36px;
			background-color:#FFFFFF;
			-ms-transform:translateY(-24px);
		}
	}

	@-o-keyframes bubblingG{
		0%{
			width:20px;
			height:20px;
			background-color:rgba(0,160,226,1);
			-o-transform:translateY(0);
		}
		100%{
			width:36px;
			height:36px;
			background-color:#FFFFFF;
			-o-transform:translateY(-24px);
		}
	}

	@keyframes bubblingG{
		0%{
			width:20px;
			height:20px;
			background-color:rgba(0,160,226,1);
			transform:translateY(0);
		}
		100%{
			width:36px;
			height:36px;
			background-color:#FFFFFF;
			transform:translateY(-24px);
		}
	}
}

@media (min-width:992px) and (max-width:1559px){
	.preloader-slogan{
		font-size:5em;
	}
	@-moz-keyframes bubblingG{
		0%{
			width:22px;
			height:22px;
			background-color:rgba(0,160,226,1);
			-moz-transform:translateY(0);
		}
		100%{
			width:39px;
			height:39px;
			background-color:#FFFFFF;
			-moz-transform:translateY(-24px);
		}
	}

	@-webkit-keyframes bubblingG{
		0%{
			width:22px;
			height:22px;
			background-color:rgba(0,160,226,1);
			-webkit-transform:translateY(0);
		}
		100%{
			width:39px;
			height:39px;
			background-color:#FFFFFF;
			-webkit-transform:translateY(-24px);
		}
	}

	@-ms-keyframes bubblingG{
		0%{
			width:22px;
			height:22px;
			background-color:rgba(0,160,226,1);
			-ms-transform:translateY(0);
		}
		100%{
			width:39px;
			height:39px;
			background-color:#FFFFFF;
			-ms-transform:translateY(-24px);
		}
	}

	@-o-keyframes bubblingG{
		0%{
			width:22px;
			height:22px;
			background-color:rgba(0,160,226,1);
			-o-transform:translateY(0);
		}
		100%{
			width:39px;
			height:39px;
			background-color:#FFFFFF;
			-o-transform:translateY(-24px);
		}
	}

	@keyframes bubblingG{
		0%{
			width:22px;
			height:22px;
			background-color:rgba(0,160,226,1);
			transform:translateY(0);
		}
		100%{
			width:39px;
			height:39px;
			background-color:#FFFFFF;
			transform:translateY(-24px);
		}
	}
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 3. MENU BAR */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.menu-bar{
	background-color:#fff;
	box-shadow: 1px 1px 4px rgba(19,49,99,1);
	-webkit-transition:all 0.1s ease-out 0.1s;
	-moz-transition:all 0.1s ease-out 0.1s;
	-ms-transition:all 0.1s ease-out 0.1s;
	transition:all 0.1s ease-out 0.1s;
	position:fixed;
	width:100%;
	z-index:111;
	background-color:#fff;
	top:0;
	height:86px;
}

.menu-bar.nwu-apps{
	height:40px!important;
}

.menu-bar-container{
	position:relative;
	margin:0px auto;
	height:100%;
}

.menu-bar-container-narrow-screen{
	position:absolute;
	cursor:pointer;
	display:none;
	padding:9px 0px;
	width:50px;
	height:100%;
	left:0px;
	z-index:50;
	-webkit-transition:all 250ms ease-in 0.35s;
	-moz-transition:all 250ms ease-in 0.35s;
	-ms-transition:all 250ms ease-in 0.35s;
	transition:all 250ms ease-in 0.35s;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	top:50%;
}

.menu-bar-container-narrow-screen.nwu-apps{
	padding:0px!important;
}

.menu-bar-container-narrow-screen i{
	position:relative;
	width:60%;
	display:block;
	margin:20px auto 0;
}

.menu-bar-container-narrow-screen i:before, .menu-bar-container-narrow-screen i:after{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	display:block;
	height:2px;
	background:#7f7f7f;
	transform-origin:center center;
	-webkit-transition:all 250ms cubic-bezier(0.75, 0.35, 0.48, 1.145);
	-moz-transition:all 250ms cubic-bezier(0.75, 0.35, 0.48, 1.145);
	-ms-transition:all 250ms cubic-bezier(0.75, 0.35, 0.48, 1.145);
	transition:all 250ms cubic-bezier(0.75, 0.35, 0.48, 1.145);
}

.menu-bar-container-narrow-screen i:after{
	top:-3px;
}

.menu-bar-container-narrow-screen i:before{
	top:3px;
}

.menu-bar-container-narrow-screen.active i:after{
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	top:0;
}

.menu-bar-container-narrow-screen.active i:before{
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	top:0;
}

.menu-bar-logo{
	left:45px;
	right:15px;
	width:120px;
	position:absolute;
	bottom:20px;
}

.menu-bar-logo.nwu-apps{
	width:60px!important;
	bottom:5px!important;
}

.menu-bar-logo img{
	width:90%;
	height:auto;
}

.menu-bar nav{
	position:relative;
	padding:30px;
	display:inline-block;
	float:right;
}

.menu-bar.nwu-apps nav{
	padding:7px!important;
}

.menu-bar-pages-container > ul > li{
	position:relative;
	display:inline-block;
	margin:0px 8px;
}

.menu-bar-pages-container > ul > li:last-child{
	 margin-right:0px;
}

.menu-bar-pages-container > ul > li > a{
	color:rgba(0,160,226,1);
	display:block;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1.4px;
	padding:5px 10px;
	line-height:13px;
	position:relative;
	overflow:hidden;
	-webkit-text-stroke: 0.5px rgba(0,160,226,1);
	-webkit-text-fill-color: rgba(0,160,226,1);
}

.slide .menu-bar-pages-container > ul > li > a{
	-webkit-text-stroke: 0.2px white;
	-webkit-text-fill-color: white;
}

.menu-bar-pages-container > ul > li.active a{
	-webkit-text-stroke: 0.2px white;
	-webkit-text-fill-color: white;
}

.menu-bar-pages-container > ul > li a:hover{
	box-shadow: 1px 1px 2px rgba(19,49,99,1);
	background:#a8e0fd;
	transition-delay:0.25s;
	-webkit-text-stroke: 0.2px white;
	-webkit-text-fill-color: white;
}

.menu-bar-pages-container > ul > li > a:before{
	background:rgba(0,160,226,1);
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	transition:all 0.35s ease-out;
	-webkit-transition:all 0.35s ease-out;
	-ms-transition:all 0.35s ease-out;
	-moz-transition:all 0.35s ease-out;
	content:'';
	-webkit-transform:translateX(-110%);
	-moz-transform:translateX(-110%);
	-ms-transform:translateX(-110%);
	transform:translateX(-110%);
}

.menu-bar-pages-container ul > li.active > a, .menu-bar-pages-container ul > li:hover > a{
	color:#fff;
	transition:color 0s ease 0s!important;
	box-shadow: 1px 1px 2px rgba(19,49,99,1);
}

.menu-bar-pages-container ul > li.active > a:before, .menu-bar-pages-container ul > li:hover > a:before{
	-webkit-transform:translateX(0%);
	-moz-transform:translateX(0%);
	-ms-transform:translateX(0%);
	transform:translateX(0%);
}

.menu-bar-pages-container > ul > li span{
	position:relative;
	z-index:1;
}



@media(max-width:991px){
	.menu-bar{
		height:66px;
	}

	.menu-bar nav{
		position:fixed;
		top:0px;
		left:0px;
		width:250px;
		padding:16px 0px;
		overflow-y:auto;
		z-index:580;
		text-align:left;
		background:rgba(0,160,226,1);
		height:100%;
		-webkit-transform:translateX(-100%);
		-moz-transform:translateX(-100%);
		-ms-transform:translateX(-100%);
		transform:translateX(-100%);
		-webkit-transition:all 0.5s;
		-moz-transition:all 0.5s;
		-ms-transition:all 0.5s;
		transition:all 0.5s;

	}

	.menu-bar nav.slide{
		-webkit-transform:translateX(0%);
		-moz-transform:translateX(0%);
		-ms-transform:translateX(0%);
		transform:translateX(0%);
		transition: transform 0.5s 0.5s;
	}

	.menu-bar-container-narrow-screen{
		height:60px;
		margin-top:0px;
		left:15px;
		display:block;
	}

	.menu-bar-container-narrow-screen.nwu-apps{
		height:44px!important;
	}

	.menu-bar-container-narrow-screen i{
		width:70%;
	}

	.menu-bar-container-narrow-screen i:before, .menu-bar-container-narrow-screen i:after{
		background:rgba(0,160,226,1);
	}

	.menu-bar-container-narrow-screen.active{
		margin-top:0;
		-webkit-transform:translateX(250px) translateY(0%);
		-moz-transform:translateX(250px) translateY(0%);
		-ms-transform:translateX(250px) translateY(0%);
		transform:translateX(250px) translateY(0%);
		background:#fff;
		top:0px;
		text-align:center;
	}

	.menu-bar-container-narrow-screen.nwu-apps.active{
		background:transparent!important;
	}

	.menu-bar-container-narrow-screen.active i:after, .menu-bar-container-narrow-screen.active i:before{
		background:rgba(19,49,99,1);
	}

	.menu-bar-logo{
		right:0;
		left:auto;
		transform:none;
	}

	.menu-bar-logo.nwu-apps{
		top:45px!important;
	}

	.menu-bar-logo img{
		width:85%;
		top: -40px;
		position: absolute;
	}

	.menu-bar-pages-container{
		display:table;
		width:100%;
		height:100%;
	}

	.menu-bar-pages-container > ul{
		position:relative;
		width:100%;
		display:inline-block;
		padding:0px 20px 60px 20px;
	}

	.menu-bar-pages-container > ul > li{
		margin:0px 7px;
		display:block;
		padding:0px;
		margin:0px;
	}

	.menu-bar-pages-container > ul > li > a{
		color:#fff;
		padding:15px 0;
		font-size:14px;
	}

	.menu-bar-pages-container > ul > li > a:before{
		background:none;
	}

	.menu-bar-pages-container > ul > li > a:hover{
		box-shadow: 1px 1px 2px rgba(19,49,99,0)!important;
		background:rgba(0,160,226,1)!important;
		text-shadow: 1px 1px 2px rgba(19,49,99,1);
	}

	.menu-bar-pages-container > ul > li.active > a, .menu-bar-pages-container ul > li:hover > a{
		color:#fff;
		transition:color 0s ease 0s!important;
		box-shadow: 1px 1px 2px rgba(19,49,99,0)!important;
	}
}

@media (min-width:992px) and (max-width:1559px){
	.menu-bar{
		height:76px;
	}

	.menu-bar nav{
		padding:25px;
	}

	.menu-bar-logo{
		top:10px;
	}

	.menu-bar-logo img{
		width:85%;
	}

	.menu-bar-pages-container > ul > li{
		margin:0px 7px;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 4. SECTIONS BAR */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.sections-bar{
	top:0px;
	text-align:center;
	position:absolute;
	width:100%;
	z-index:99;
	height:40px;
	background-color:rgba(19,49,99,1);
	box-shadow: 1px 1px 4px rgba(19,49,99,1);
}

.sections-bar.fixed{
	top:86px;
	position:fixed;
	z-index:110;
	width:100%;
}

.sections-bar .sections-container > li{
	float:none;
	list-style:none;
	display:inline-block;
	text-align:center;
	padding:0;
	position:relative;
	vertical-align:top;
	height:40px;
	max-width:24%;
}

.sections-bar .sections-container > li > a{
	font-size:1em;
	padding:12px 38px;
	display:inline-block;
	vertical-align:middle;
	text-decoration:none;
	font-weight:600;
	transition:all 0.4s;
	letter-spacing:.03em;
	color:rgba(120,120,120,1);
}

.sections-bar .sections-container > li > a:hover{
	color:#fff;
	text-shadow: 1px 1px 2px rgba(168,224,253,1);
}

.sections-bar .sections-container > li > a:after{
	position:absolute;
	content:'';
	bottom:0;
	left:0;
	width:100%;
	height:4px;
	opacity:0;
}

.sections-bar .sections-container > li > a.active{
	color:#fff;
	text-shadow: 1px 1px 2px rgba(168,224,253,1);
}

.sections-bar .sections-container > li > a.active:after{
	background-color:#fff;
	top:0;
	box-shadow: 0px 1px 2px rgba(168,224,253,1);
	opacity:1;
}

@media (max-width:680px){
	.sections-bar .sections-container > li > a{
		font-size:0.75em!important;
		padding:10px 12px 6px 12px!important;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

@media (max-width:991px){
	.sections-bar.fixed{
		top:66px!important;
	}

	.sections-container{
		margin-bottom:0;
		overflow-x:auto;
	}

	.sections-container > li{
		display:inline-table;
	}

	.sections-bar .sections-container > li > a{
		font-size:0.8em;
		padding:12px 12px;
		letter-spacing:.03em;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

@media (min-width:992px) and (max-width:1559px){
	.sections-bar.fixed{
		top:76px!important;
	}

	.sections-bar .sections-container > li > a{
		font-size:0.9em;
		padding:12px 38px;
		letter-spacing:.03em;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 5. SUBSECTIONS BAR */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.subsections-bar{
	top:40px;
	left:0px;
	text-align:center;
	position:absolute;
	width:100%;
	z-index:98;
	height:40px;
	background-color:rgba(0,160,226,1);
	box-shadow: 1px 1px 4px rgba(19,49,99,1);

}

.subsections-bar.fixed{
    top: 126px;
	position:fixed;
	z-index:110;
	width:100%;
}

.subsections-bar .sections-container > li{
	float:none;
	list-style:none;
	display:inline-block;
	text-align:center;
	padding:0;
	position:relative;
	vertical-align:top;
	height:40px;
	max-width:24%;
}

.subsections-bar .sections-container > li > a{
	font-size:1em;
	padding:12px 38px;
	display:inline-block;
	vertical-align:middle;
	text-decoration:none;
	font-weight:600;
	transition:all 0.4s;
	letter-spacing:.03em;
	color:rgba(70,70,70,1);
	height:40px;
}

.subsections-bar .sections-container > li > a:hover{
	color:#fff;
	text-shadow: 1px 1px 2px rgba(168,224,253,1);
}

.subsections-bar .sections-container > li > a:after{
	position:absolute;
	content:'';
	bottom:0;
	left:0;
	width:100%;
	height:4px;
	opacity:0;
}

.subsections-bar .sections-container > li > a.active{
	color:#fff;
	text-shadow: 1px 1px 2px rgba(168,224,253,1);
}

.subsections-bar .sections-container >li > a.active:after{
	background-color:#fff;
	bottom:0;
	box-shadow: 0px -1px 2px rgba(168,224,253,1);
	opacity:1;
}

@media (max-width:680px){
	.subsections-bar .sections-container > li > a{
		font-size:0.75em!important;
		padding:7px 12px 6px 12px!important;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

@media (max-width:991px){
	.subsections-bar.fixed{
		top:106px!important;
	}

	.subsections-container{
		margin-bottom:0;
		overflow-x:auto;
	}

	.subsections-container > li{
		display:inline-table;
	}

	.subsections-bar .sections-container > li > a{
		font-size:0.8em;
		padding:12px 12px;
		letter-spacing:.03em;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

@media (min-width:992px) and (max-width:1559px){
	.subsections-bar.fixed{
		top:116px!important;
	}

	.subsections-bar .sections-container > li > a{
		font-size:0.9em;
		padding:12px 38px;
		letter-spacing:.03em;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}




/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 6. TOP BANNER */
/*-------------------------------------------------------------------------------------------------------------------------------*/

#main-slider{
	position:relative;
	margin:86px auto 0 auto;
	top:0px;
	left:0px;
	width:2000px;
	height:700px;
	overflow:hidden;
	visibility:hidden;
	z-index: 110;
}

.jssorl-009-spin{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align:center;
	background-color:rgba(0,0,0,0.7);
}

.jssorl-009-spin img {
	animation-name: jssorl-009-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	margin-top:-19px;
	position:relative;
	top:50%;
	width:38px;
	height:38px;
}

@keyframes jssorl-009-spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

@media (max-width:991px){
	#main-slider{
		margin:66px auto 0 auto;
	}
}

@media (min-width:992px) and (max-width:1559px){
	#main-slider{
		margin:76px auto 0 auto;
	}
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 7. BODY */
/*-------------------------------------------------------------------------------------------------------------------------------*/

@font-face{
	font-family:ProximaNova-Regular;
	src:url(../fonts/ProximaNova-Regular.otf);
	font-display: swap;
}

@font-face{
	font-family:ProximaNova-Black;
	src:url(../fonts/Proxima-Nova-Black.OTF);
	font-display: swap;
}

@font-face{
	font-family:ProximaNova-Bold;
	src:url(../fonts/Proxima-Nova-Bold.otf);
	font-display: swap;
}

#tab-loader-cover{
	opacity: 0;
	transition: all 5s;
}

#tab-loader-cover.loading{
	z-index:10;
	opacity: 1;
	transition: all 0.1s;
}

#tab-loader-cover.loaded{
	z-index:10;
	opacity: 0;
	transition: all 0.5s;
}

.main-container{
	position:relative;
	display: grid;
}

.full-screen-background{
	height: 100vh;
	width: 100vw;
	position: fixed;
	top:0px;
	left:0px;
}

.section-header-body{
	position: relative;
	display: inline-block;
	margin: 50px;
	margin-top: 4vw;
	margin-bottom: 6vw;
	text-align:left;
	background-color: #fff;
	box-shadow: 2px 2px 4px rgba(19,49,99,1);
	padding: 50px 35px;
}

.section-header-body img{
	vertical-align: middle;
}

.section-header-body p{
	font-size: 18px;
	color: #4d4d4d;
	line-height: 1.6;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	text-align:justify;
}

.section-heading{
	padding-top:50px;
	margin-bottom:30px;
	width:100%;
}

.section-heading h2{
	font-size:80px;
	color:rgba(255,255,255,1);
	font-family:ProximaNova-Bold;
	text-align:center;
	letter-spacing:1px;
	text-shadow: 2px 2px 4px rgba(19,49,99,1);
}


@media (max-width:575.98px){
	.segments-header-body {
		margin: 1vh;
		padding: 2vh;
		margin-bottom: 4vh;
	}

	.segments-header-body p{
		line-height: 1.3;
		font-size: 14px;
	}
}

@media (min-width:575.99px) and (max-width:767px){

}

@media (min-width:768px) and (max-width:991px){

}

@media (min-width:992px) and (max-width:1199px){

}

@media (min-width:1200px) and (max-width:1559px){

}

@media (min-width:1560px) and (max-width:1919px){

}

@media (min-width:1920px){

}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 8. POPUPS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.modal{
	z-index:10500!important;
}

.modal-content{
	background:linear-gradient(0deg, rgba(168, 224, 253, 1), rgba(221, 239, 248, 1));
}

.close{
	color:rgb(19,49,99)!important;
	opacity:0.8!important;
}

@media (min-width:1px) and (max-width:319px){

}

@media (min-width:320px) and (max-width:479px){

}

@media (min-width:480px) and (max-width:767px){

}

@media (min-width:768px) and (max-width:991px){

}

@media (min-width:992px) and (max-width:1199px){

}

@media (min-width:1200px) and (max-width:1559px){

}

@media (min-width:1560px) and (max-width:1919px){

}

@media (min-width:1920px){

}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 9. BUTTONS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.animated-button{
	width:auto;
	position:relative;
	display:inline-block;
	margin-top:15px;
}

.animated-button.right{
	float:right;
}

.animated-button.left{
	float:left;
}

.animated-button.center{
	float:none;
}

.animated-button .line{
	position:absolute;
}

.animated-button .line.-right, .animated-button .line.-left{
	width:3px;
	bottom:-3px;
	top:-3px;
	transform:scale3d(1, 0, 1);
}

.animated-button .line.-top{
	height:3px;
	left:-3px;
	right:-3px;
	transform:scale3d(0, 1, 1);
	top:-3px;
	transition:transform 0.08s linear 0.43s;
	transform-origin:left;
	z-index: 1;
}

.animated-button .line.-right{
	right:-3px;
	transition:transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.23s;
	transform-origin:top;
	z-index: 2;
}

.animated-button .line.-left{
	left:-3px;
	transition:transform 0.08s linear 0.51s;
	transform-origin:bottom;
}

.animated-button a:after{
	position:absolute;
	content:'';
	bottom:-3px;
	left:-3px;
	right:-3px;
	height:3px;
	transition:transform 0.8s cubic-bezier(1, 0, 0.37, 1) 0.2s, right 0.2s cubic-bezier(0.04, 0.48, 0, 1) 0.6s, left 0.4s cubic-bezier(0.04, 0.48, 0, 1) 0.6s;
	transform-origin:left;
}

.animated-button a:hover:after, .animated-button a:active:after{
	right:-3px;
	left:-3px;
	transform-origin:right;
	transition:transform 0.2s cubic-bezier(1, 0, 0.65, 1.01) 0.17s, right 0.2s cubic-bezier(1, 0, 0.65, 1.01), left 0s 0.3s;
}

.animated-button a:hover .line, .animated-button a:active .line{
	transform:scale3d(1, 1, 1);
}

.animated-button a:hover .line.-right, .animated-button a:active .line.-right{
	transition:transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.2s;
	transform-origin:bottom;
}

.animated-button a:hover .line.-top, .animated-button a:active .line.-top{
	transition:transform 0.08s linear 0.4s;
	transform-origin:right;
}

.animated-button a:hover .line.-left, .animated-button a:active .line.-left{
	transition:transform 0.08s linear 0.48s;
	transform-origin:top;
}

.animated-button a:hover .line.-bottom, .animated-button a:active .line.-bottom{
	transition:transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.56s;
	transform-origin:left;
}

.animated-button .animated-button-label{
	display:inline-block;
	padding:10px 20px;
}

.animated-button a:hover .animated-button-label, .animated-button a:active .animated-button-label{
	transition: background 0.3s 0.5s ease, text-shadow 0.3s ease;
}

.animated-button.dark a:after{
	background:rgba(19,49,99,1);
	box-shadow: 2px 2px 3px rgba(0,160,226,1);
}

.animated-button.dark .line{
	background:rgba(19,49,99,1);
	box-shadow: 2px 2px 3px rgba(0,160,226,1);
}

.animated-button.dark a:hover .animated-button-label, .animated-button.dark a:active .animated-button-label{
	background:rgba(0,160,226,0.9);
	text-shadow:1px 1px 2px rgba(168,224,253,1);
}

.animated-button.dark .animated-button-label{
	font-size:14px;
	color:rgba(19,49,99,1);
	text-transform:uppercase;
	font-family:ProximaNova-Bold;
}

.animated-button.light a:after{
	background:rgba(168,224,253,1);
	box-shadow: 2px 2px 3px rgba(0,160,226,1);
}

.animated-button.light .line{
	background:rgba(168,224,253,1);
	box-shadow: 2px 2px 3px rgba(24,116,200,1);
}

.animated-button.light a:hover .animated-button-label, .animated-button.light a:active .animated-button-label{
	background:rgba(24,116,200,1);
	text-shadow:1px 1px 2px rgba(19,49,99,1);
}

.animated-button.light .animated-button-label{
	font-size:14px;
	color:rgba(221,239,248,1);
	text-transform:uppercase;
	font-family:ProximaNova-Bold;
}

.regular-button{
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
}

.regular-button.corporate-blue{
    border: 1px solid rgba(19,49,99,1);
	color: #fff;
    background-color: rgba(0,160,226,1);
	box-shadow:2px 2px 4px rgba(0,160,226,1);
}

.regular-button.corporate-blue:hover{
    border: 1px solid rgba(19,49,99,1);
    background-color: rgba(0,160,226,1);
	box-shadow:2px 2px 4px rgba(168,224,253,1);
}

.regular-button.corporate-blue:focus{
    border: 1px solid rgba(221,239,248,1);
    background-color: rgba(168,224,253,1);
	box-shadow:2px 2px 4px rgba(19,49,99,1);
	color: rgba(19,49,99,1);
}

.submit-button{
	background-color: rgba(19,49,99,1);
    padding: 13px;
    border-radius: 10px;
    color: white;
    border: 1px solid rgba(221,239,248,1);
    box-shadow: 2px 2px 4px rgba(19,49,99,0.6);
}

.submit-button:hover:enabled{
    color: rgba(221,239,248,1);
    box-shadow: 2px 2px 4px rgba(19,49,99,0.9);
	text-shadow: 1px 1px 2px rgba(221,239,248,1);
}

.submit-button:focus{
    box-shadow: 2px 2px 4px rgba(221,239,248,1);
}

.submit-button:disabled{
	border: 1px solid #999999;
	background-color: #cccccc;
	color: #b5afaf;
}

@media (min-width:1px) and (max-width:319px){

}

@media (min-width:320px) and (max-width:479px){

}

@media (min-width:480px) and (max-width:767px){

}

@media (min-width:768px) and (max-width:991px){

}

@media (min-width:992px) and (max-width:1199px){

}

@media (min-width:1200px) and (max-width:1559px){

}

@media (min-width:1560px) and (max-width:1919px){

}

@media (min-width:1920px){

}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 10. FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.footer{
	background-color:#00a0e2;
	z-index:10000;
}

.footer.fixed{
    position: fixed;
    width: 100%;
    bottom: 0;
}

.footer ul:after{
	content:'';
	display:block;
	clear:both;
}

.footer .top-bar{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,.1);
	padding:10px 15px;
	background:rgba(0,160,226);
	box-shadow: 0 -2px 3px rgba(24, 116, 200, 1);
	text-align:center;
}

.footer .top-bar ul{
	display:inline-block;
}

.footer .top-bar ul li{
	float:left;
	margin:0 30px;
}

.footer .top-bar ul li a{
	font-size:18px;
	font-family:Proximanova-Bold;
	color:#fff;
	display:block;
}

.footer .top-bar ul li a:hover{
	text-shadow:1px 1px 2px rgba(19,49,99,1);
}

.footer .bottom-bar{
	position:relative;
	padding-top:10px;
	padding-bottom:10px;
	padding-left: 45px;
	padding-right: 45px;
	background:rgba(0,160,226);
	text-align:center;
}

.footer .bottom-bar.nwu-apps{
	padding-bottom:5px!important;
}

.footer .bottom-bar .copyright{
	font-size:14px;
	line-height:26px;
	color:#fff;
	display:inline-block;
	float: left!important;
}

.footer .bottom-bar .copyright a{
	transition:all 0.4s;
	color:#fff;
	line-height:26px;
	text-align:left;
	font-weight:700;
}

.footer .bottom-bar .copyright a:hover{
	text-shadow:1px 1px 2px rgba(19,49,99,1);
}

.footer .bottom-bar .designed{
	font-size:14px;
	line-height:26px;
	color:#fff;
	display:inline-block;
	float: right!important;
}

.footer .bottom-bar .social-networks{
	display:inline-block;
}

.footer .bottom-bar .social-networks li{
	float:left;
	margin:0 5px;
}

.footer .bottom-bar .social-networks li a{
	display:block;
	width:30px;
	height:30px;
	background-color:#3d3d3d;
	border-radius:50%;
	transition:all 0.4s;
	color:#fff;
	line-height:26px;
	text-align:center;
	border:2px solid #fff;
}

.footer .bottom-bar .social-networks li a:hover{
	background-color:rgba(0,160,226,1);
	text-shadow:1px 1px 2px rgba(19,49,99,1);
}

@media (max-width:767px){
	.footer .top-bar{
		padding-top: 5px;
		padding-bottom: 0px;
	}

	.footer .top-bar ul li{
		float:left;
		margin:0 3px;
	}

	.footer .top-bar ul li a{
		font-size:12px;
	    transform: scale(1, 1.1);
		transition: all 0.3s ease;
	}

	.footer .bottom-bar{
		padding-left: 25px;
		padding-right: 25px;
		padding-top:0px;
		padding-bottom:0px;
	}

	.footer .bottom-bar .copyright{
		width: 100%;
		font-size: 12px;
		line-height: 20px;
	}

	.footer .bottom-bar .designed{
		width: 100%;
		font-size: 12px;
		line-height: 20px;
	}

	.footer .bottom-bar .social-networks{
		clear: both;
		position: relative;
		padding: 0px;
	}

	.footer .bottom-bar .social-networks li a{
		width:20px;
		height:20px;
		line-height:16px;
		font-size:9px;
	}
}

@media (min-width:768px) and (max-width:1559px){
	.footer .bottom-bar{
		padding-left: 45px;
		padding-right: 45px;
	}
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 11. UNDER CONSTRUCTION */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.under-construction-main-container{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	float:none;
	width: 67%;
}

.under-construction-container{
	border: 2px solid rgba(19,49,99,1);
	box-shadow: 2px 2px 4px rgba(0,160,226,1);
	background: white;
	text-align: center;
	padding: 18px 0px;
	border-radius: 20px;
}

.under-construction{
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

.under-construction-container h2{
	font-size:50px;
    color:rgba(19,49,99,1);
    font-family:ProximaNova-Bold;
    letter-spacing:1px;
    margin-bottom:30px;
	text-shadow:1px 1px 2px rgba(168,224,253,1);
}

.under-construction-container p{
	font-size:16px;
    overflow:hidden;
    line-height:1.6;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    margin-bottom:10px;
}

.maintenance-main-container{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	float:none;
	width: 67%;
}

.maintenance-container{
	border: 2px solid rgba(19,49,99,1);
	box-shadow: 2px 2px 4px rgba(0,160,226,1);
	background: white;
	text-align: center;
	padding: 18px 0px;
	border-radius: 20px;
}

.under-maintenance{
	width: 100%;
	height: 100%;
	border-radius: 15px;
}

@media (max-width:767px){
	.under-construction-main-container{
		width: 85%;
	}

	.maintenance-main-container{
		width: 85%;
	}
}
