.n-btn-list,
.n-tabset-block .n-tabset,
.n-tabset-block .n-list,
.n-featured-vendors,
.n-contact-bar .left-block ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #333;
	background: #fff;
	font: 16px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	/* max-width: 100%;
	height: auto; */
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #39f;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

body {
	min-width: 320px;
}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.container {
	margin: 0 auto;
	padding: 0 15px;
}

.n-banner {
	position: relative;
	padding: 37px 0 220px;
	background-size: cover;
	background-position: 50% 50%;
}

.n-banner h1 {
	text-align: center;
	margin-bottom: 25px;
	text-shadow: 0 2px 5px rgba(0, 0, 0, .4);
	text-transform: capitalize;
}

.n-banner .n-btn-list {
	text-align: center;
}

.n-banner .n-btn {
	width: 130px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

h1 {
	text-align: center;
	color: #fff;
	font-size: 32px;
	line-height: 40px;
	font-weight: 600;
}

.n-btn-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.n-btn-list li + li {
	margin-left: 10px;
}

.n-btn {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background: transparent;
	min-width: 130px;
	font-size: 13px;
	line-height: 2.15;
	padding: 9px 10px;
	text-align: center;
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out;
}

.n-btn:hover,
.n-btn:focus {
	text-decoration: none;
	background: #1981ce;
	border-color: #1981ce;
	color: #fff;
}

.n-btn.n-btn-primary {
	font-size: 14px;
	line-height: 1.43;
	padding: 10px 15px;
	border: 1px solid #394a9b;
	background: #394a9b;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	border-radius: 0;
	display: block;
}

.n-btn.n-btn-primary:hover {
	text-decoration: none;
	background: #1880ce;
	border-color: #1880ce;
	color: #fff;
}

.n-btn.btn-w-icon {
	padding: 9px 20px;
}

.n-btn.btn-w-icon span {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin: 4px 12px -4px -9px;
}

.n-content {
	position: relative;
	z-index: 1;
}

.n-content .container {
	position: relative;
	top: -171px;
}

.n-content .container:before {
	content: "";
	position: absolute;
	top: -26px;
	left: -15px;
	right: -15px;
	bottom: 0;
	background: #f8f8f8;
	z-index: -1;
	display: block;
}

.n-slider .slick-slide {
	position: relative;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.n-slider .slick-slide .bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-size: cover;
	background-position: 50% 50%;
}

.n-slider .slick-slide .bg-stretch:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
}

.n-slider .slick-arrow {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 51px;
	height: 70px;
	background: #0d090b;
	border: 0;
	padding: 0;
	z-index: 2;
	opacity: .4;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.n-slider .slick-arrow:hover {
	text-decoration: none;
	background: #4b4b4b;
	opacity: 1;
}

.n-slider .slick-prev {
	left: 0;
}

.n-slider .slick-next {
	right: 0;
}

.n-slider .slick-next img {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.n-slider .text-holder {
	font-size: 14px;
	line-height: 1.79;
	letter-spacing: .8px;
	padding: 44px 15px 39px;
}

.n-slider h2 {
	font-size: 35px;
	line-height: 1.11;
	font-weight: 500;
	letter-spacing: 0;
	margin-bottom: 17px;
}

.n-main-content .n-slider h2 {
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 10px;
}

.n-slider p {
	margin-bottom: 25px;
}

.n-slider .n-link-more {
	font-weight: 900;
	color: #314bc2;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.n-slider .n-link-more:hover {
	color: #fff;
	text-decoration: none;
}

.n-tabset-block {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 42px;
	z-index: 9;
}

.n-tabset-block:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -30px;
	right: -30px;
	height: 1px;
	background: #dfdfdf;
	box-shadow: 0 -5px 5px rgba(51, 51, 51, .1);
}

.n-tabset-block .n-title-block {
	padding: 23px 15px 23px 0;
	width: 100%;
}

.n-tabset-block .n-title-block .n-title {
	margin: 0;
	display: block;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	color: #4d4d4d;
}

.n-tabset-block .n-tabset-holder {
	position: relative;
	width: 100%;
}

.n-tabset-block .n-tabset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	position: relative;
	z-index: 3;
}

.n-tabset-block .n-tabset > li {
	height: 100%;
	width: 100%;
	border-top: 1px solid #d7d7d7;
	position: relative;
}

.n-tabset-block .n-tabset > li.hover > a {
	text-decoration: none;
	background: #fff;
}

.n-tabset-block .n-tabset > li.hover > a span:after {
	-webkit-transform: translateY(-50%) rotate(0deg);
	-ms-transform: translateY(-50%) rotate(0deg);
	transform: translateY(-50%) rotate(0deg);
}

.n-tabset-block .n-tabset > li.hover > a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 4px;
	background: #fff;
}

.n-tabset-block .n-tabset > li.hover .n-drop {
	opacity: 1;
	visibility: visible;
}

.n-tabset-block .n-tabset > li:hover > a {
	background: #fff;
}

.n-tabset-block .n-tabset > li > a {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
	color: #3a4b9c;
	text-decoration: none;
	padding: 10px 30px 10px 10px;
	position: relative;
	z-index: 1;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.n-tabset-block .n-tabset > li > a span {
	position: relative;
}

.n-tabset-block .n-tabset > li > a span:before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 3px;
	width: 15px;
	background: #3a4b9c;
	right: -25px;
}

.n-tabset-block .n-tabset > li > a span:after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	height: 3px;
	width: 15px;
	background: #3a4b9c;
	right: -25px;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.n-tabset-block .n-drop {
	border-bottom: 1px solid #d7d7d7;
	background-color: #fff;
	padding: 25px 24px 46px 38px;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.n-tabset-block .n-drop .n-header {
	margin-bottom: 31px;
}

.n-tabset-block .n-drop .n-heading {
	display: block;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 500;
	position: relative;
	padding-bottom: 24px;
}

.n-tabset-block .n-drop .n-heading:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border: 1px solid #e0e0e0;
	border-width: 1px 0;
	height: 7px;
}

.n-tabset-block .n-list li {
	margin-bottom: 10px;
	padding-right: 10px;
}

.n-tabset-block .n-list li a {
	display: inline-block;
	height: 40px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
	border-radius: 3px;
	color: #3a4b9c;
	text-decoration: none;
	padding: 8px 20px;
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
}

.n-tabset-block .n-list li a:hover {
	text-decoration: none;
	background: #3a4b9c;
	color: #fff;
}

.n-tabset-block .n-search-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 21px 0 20px;
	border-top: 1px solid #d7d7d7;
}

.n-tabset-block .n-search-block form {
	width: 100%;
	position: relative;
}

.n-tabset-block .n-search-block form span {
	position: absolute;
	top: 17px;
	left: 17px;
	color: #888;
}

.n-tabset-block .n-search-block input[type="search"] {
	width: 100%;
	height: 50px;
	box-shadow: inset 0 1px 2px 1px rgba(0, 0, 0, .05);
	border-radius: 3px 3px 0 0;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 15px;
	line-height: 1.6;
	padding: 12px 15px 12px 46px;
	margin: 0;
	display: block;
	outline: none;
}

.n-tabset-block .n-search-block input[type="submit"] {
	width: 100%;
	border-radius: 0 0 3px 3px;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	line-height: 1.6;
	font-weight: 700;
	text-align: center;
	padding: 12px 15px;
	border: 1px solid #3a4b9c;
	background-color: #3a4b9c;
	-webkit-transition: background .3s ease-in-out, border .3s ease-in-out;
	transition: background .3s ease-in-out, border .3s ease-in-out;
}

.n-tabset-block .n-search-block input[type="submit"]:hover {
	text-decoration: none;
	background: #1880ce;
	border-color: #1880ce;
}

.n-featured-vendor {
	position: relative;
	padding: 0 0 39px;
}

.n-featured-vendor .n-title-block {
	border-bottom: 2px solid #e0e0e0;
	margin-bottom: 23px;
}

.n-featured-vendor .n-title {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 1.5;
	padding-bottom: 10px;
	position: relative;
}

.n-featured-vendor .n-title:before {
	content: "";
	position: absolute;
	height: 2px;
	left: 0;
	right: 0;
	bottom: -2px;
	background: #00599c;
}

.n-featured-vendors {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.n-featured-vendors li {
	width: 100%;
	margin-bottom: 10px;
}

.n-featured-vendors a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 110px;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, .15);
	background-color: #fff;
	border: 1px solid #fff;
	-webkit-transition: border .3s ease-in-out;
	transition: border .3s ease-in-out;
}

.n-featured-vendors a:hover {
	text-decoration: none;
	border: 1px solid #3a4b9c;
}

.inner-banner {
	text-align: center;
	background-size: cover;
	background-position: 50% 50%;
	padding: 20px 0;
	height: 125px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.inner-banner .n-page-main {
	display: inline-block;
	vertical-align: top;
}

.n-contact-bar {
	border: solid #d6d6d6;
	border-width: 1px 0;
	background-color: #f5f5f5;
	margin-bottom: 38px;
}

.n-contact-bar .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.n-contact-bar .container:before {
	content: none;
}

.n-contact-bar .left-block {
	width: 100%;
	margin-bottom: 10px;
}

.n-contact-bar .left-block ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.n-contact-bar .left-block ul li {
	width: 100%;
	border-bottom: 1px solid #d6d6d6;
}

.n-contact-bar .left-block a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	line-height: 1.43;
	font-weight: 900;
	letter-spacing: .01em;
	padding: 10px 23px 10px 48px;
	position: relative;
	z-index: 1;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	max-width: 230px;
}

.n-contact-bar .left-block a > span {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.n-contact-bar .left-block a:hover {
	text-decoration: none;
}

.n-contact-bar .left-block a:hover:before {
	opacity: 1;
}

.n-contact-bar .left-block a:before {
	content: "";
	position: absolute;
	top: 0;
	left: -1px;
	right: -1px;
	bottom: 0;
	background: #eae9e9;
	z-index: -1;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.n-contact-bar .left-block a .glyphicon {
	position: absolute;
	left: 23px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.n-contact-bar .right-block {
	width: 100%;
	margin-bottom: 10px;
}

.n-contact-bar .right-block a {
	height: 42px;
	margin: -1px auto;
	display: block;
	font-size: 14px;
	line-height: 1.43;
	font-weight: 900;
	padding: 10px 21px 10px 40px;
	color: #fff;
	background: #394a9b;
	text-decoration: none;
	text-align: center;
	letter-spacing: .01em;
	min-width: 257px;
	max-width: 265px;
	position: relative;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.n-contact-bar .right-block a:hover {
	text-decoration: none;
	background: #1880cd;
}

.n-contact-bar .right-block a span {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 22px;
}

.add-block {
	margin-bottom: 30px;
}

.info-box {
	margin-bottom: 33px;
	font-size: 14px;
	line-height: 20px;
}

.n-main-content .info-box {
	margin-bottom: 29px;
}

.info-box .info-box__title {
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	padding: 7px 10px;
	background: #005a9c;
	margin: 0;
	font-weight: bold;
	text-transform: capitalize;
}

.info-box p {
	margin-bottom: 10px;
}

.info-box a {
	color: #337ab7;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
}

.info-box a:hover {
	text-decoration: none;
	color: #333;
}

.info-box .info-box__content {
	border: solid #d4d4d4;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-width: 0 1px 1px;
	padding: 11px 15px 12px;
}

.info-box .info-box__content .alt {
	margin-bottom: 15px;
}

.n-content-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 15px;
	line-height: 24px;
}

.n-main-content {
	width: 100%;
	padding-bottom: 47px;
}

.n-main-content .n-slider {
	margin-bottom: 25px;
}

.n-main-content .main-text {
	display: block;
	font-weight: 500;
	margin-bottom: 33px;
}

.n-three-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	padding: 25px 10px 0;
	border: solid #d4d4d4;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-width: 0 1px 1px;
	font-size: 13px;
	line-height: 20px;
	font-weight: 500;
	color: #333;
}

.n-three-columns .n-column {
	background: #f5f5f5;
	margin-bottom: 30px;
	padding: 25px 10px;
	width: 100%;
}

.n-three-columns .img-block {
	height: 104px;
	margin-bottom: 7px;
}

.n-three-columns .img-block.video-holder {
	height: 90px;
	margin: -13px -10px 14px;
}

.n-three-columns .n-heading {
	margin-bottom: 9px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.n-three-columns .n-title {
	font-size: 16px;
	line-height: 1.25;
	font-weight: 700;
	color: #00599c;
	display: block;
	text-transform: capitalize;
}

.n-three-columns .bottom-block {
	padding: 14px 11px 2px;
}

.n-four-columns {
	padding: 24px 10px 0;
	border: solid #d4d4d4;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-width: 0 1px 1px;
}

.n-four-columns .n-info {
	display: block;
	font-size: 13px;
	line-height: 1.54;
	color: #333;
	font-weight: 500;
	margin-bottom: 40px;
}

.n-two-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	padding: 25px 10px 0;
	border: solid #d4d4d4;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-width: 0 1px 1px;
	font-size: 13px;
	line-height: 20px;
	font-weight: 500;
	color: #333;
}

.n-two-columns .n-column {
	background: #f5f5f5;
	margin-bottom: 30px;
	padding: 20px 10px;
	width: 100%;
}

.n-two-columns .img-block {
	height: 151px;
	margin-bottom: 7px;
}

.n-two-columns .n-heading {
	margin-bottom: 9px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: capitalize;
}

.n-two-columns .n-title {
	font-size: 16px;
	line-height: 1.25;
	font-weight: 700;
	color: #00599c;
	display: block;
}

.n-two-columns .bottom-block {
	padding: 11px 11px 10px;
	text-align: center;
}

.n-two-columns .n-btn {
	min-width: 179px;
	display: inline-block;
	vertical-align: top;
}

.n-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.n-wrap .n-column {
	width: 124px;
	text-align: center;
	margin-bottom: 42px;
}

.n-wrap .n-column a {
	display: block;
	color: #333;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.n-wrap .n-column a:hover {
	color: #00599c;
	text-decoration: none;
}

.n-wrap .n-column a:hover .img-holder {
	opacity: .8;
}

.n-wrap .img-holder {
	display: block;
	margin-bottom: 17px;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.n-wrap .text-holder {
	font-size: 16px;
	line-height: 1.25;
	font-weight: 700;
}

.n-info-block {
	margin-bottom: 35px;
}

.n-info-block .n-title {
	font-size: 18px;
	line-height: 29px;
	font-weight: 700;
	display: block;
	margin-bottom: 5px;
}

.n-training-box {
	padding: 35px 10px 45px;
	border: solid #d4d4d4;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-width: 0 1px 1px;
	font-size: 13px;
	line-height: 20px;
	font-weight: 500;
	color: #333;
}

.n-training-box .n-single {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 29px;
}

.n-training-box .img-block {
	width: 64px;
	border-radius: 50%;
	overflow: hidden;
}

.n-training-box .text-block {
	width: calc(100% - 64px);
	padding-left: 15px;
	margin-top: -5px;
}

.n-training-box .n-title {
	display: block;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 700;
	font-weight: 700;
	color: #00599c;
	margin-bottom: 2px;
}

.n-training-box .n-btn-holder {
	max-width: 407px;
	margin: 0 auto;
	padding-top: 10px;
	letter-spacing: .03em;
}

.n-sidebar {
	width: 100%;
}

.sidebar-banner {
	margin-bottom: 22px;
}

.modal.show,
.modal.in {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 1 !important;
}

.modal .close {
	position: absolute;
	top: 17px;
	right: 16px;
	color: #ccc;
	opacity: 1;
	-webkit-transition: opacity .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out;
	transition: opacity .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 28px;
	height: 28px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 2px solid #ccc;
	border-radius: 50%;
	padding: 0;
	margin: 0;
}

.modal .close:hover {
	color: #394a9b;
	border-color: #394a9b;
}

.modal .close span {
	display: block;
	margin-top: -1px;
	margin-right: -1px;
}

.modal .modal-dialog {
	max-height: 90vh;
	overflow-y: auto;
}

.modal .modal-title {
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #394a9b;
	text-align: center;
	margin-bottom: 25px;
	text-transform: capitalize;
}

.modal .modal-content {
	border-radius: 0;
	padding: 40px 10px 15px;
}

.modal .row {
	font-size: 14px;
	line-height: 22px;
}

.modal label {
	display: block;
	padding: 0 5px;
	font-size: 14px;
	line-height: 20px;
	color: #333;
}

.modal label span {
	color: #384a9b;
}

.modal .n-form-control {
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .03);
	border-radius: 3px;
	border: 1px solid #ccc;
	background: #fff;
	height: 45px;
	font-size: 16px;
	line-height: 23;
	padding: 10px 15px;
	display: block;
	width: 100%;
	margin-bottom: 14px;
}

.modal .btn-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 15px;
	padding-top: 15px;
}

.modal .btn-block.right-align {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.modal .btn-block.right-align .right {
	width: 186px;
}

.modal .btn-block a {
	color: #394a9b;
	text-decoration: underline;
}

.modal .btn-block a:hover {
	text-decoration: none;
}

.modal .btn-block .left {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: calc(100% - 100px);
	padding-right: 10px;
}

.modal .btn-block .right {
	width: 100px;
}

.modal .btn-block .right .n-btn {
	width: 100%;
	display: block;
	border-radius: 3px;
	padding: 12px 15px;
	min-width: 0;
	font-weight: 700;
}

.modal.login .modal-dialog {
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
}

.modal.register .modal-dialog {
	width: 100%;
	max-width: 588px;
	margin: 0 auto;
}

.modal.register .row {
	margin: 0 -8px;
}

.modal.register [class*="col-"],
.modal.register [class^="col-"] {
	padding: 0 8px;
}

.newsfeed {
	width: 100%;
	mix-blend-mode: multiply;
	padding-bottom: 40px;
}

.slick-slide img {
	width: 100%;
	height: auto;
}

@media screen and (min-width: 375px) {
	.modal .btn-block .left {
		width: calc(100% - 186px);
	}

	.modal .btn-block .right {
		width: 186px;
	}
}

@media screen and (min-width: 768px) {
	.container {
		width: 750px;
	}

	.n-banner {
		height: 322px;
	}

	.n-banner .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.n-banner h1 {
		width: 50%;
		margin-bottom: 0;
	}

	.n-banner .n-btn-list {
		width: 50%;
		text-align: right;
	}

	.n-btn-list {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.n-slider .slick-slide .bg-stretch:before {
		content: none;
	}

	.n-slider .slick-arrow {
		opacity: 1;
	}

	.n-slider .text-holder {
		width: 66%;
		padding: 44px 105px 39px 0;
	}

	.n-main-content .n-slider .text-holder {
		width: 50%;
		padding: 54px 50px 57px 0;
		font-size: 15px;
		line-height: 1.6;
	}

	.n-slider h2 {
		font-size: 45px;
		line-height: 1.11;
	}

	.n-tabset-block .n-title-block {
		width: 50%;
		border-right: 1px solid #d7d7d7;
	}

	.n-tabset-block .n-tabset-holder {
		width: 50%;
	}

	.n-tabset-block .n-tabset {
		height: 100%;
	}

	.n-tabset-block .n-tabset > li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 50%;
		border-right: 1px solid #d7d7d7;
		position: static;
	}

	.n-tabset-block .n-drop {
		position: absolute;
		top: 100%;
		z-index: 9;
		text-align: left;
		right: 0;
		left: -300px;
		box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
		z-index: 0;
		border: 0;
	}

	.n-tabset-block .n-drop .n-heading {
		font-size: 25px;
		line-height: 1.2;
	}

	.n-tabset-block .n-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.n-tabset-block .n-list.three-cols li {
		width: 33.33%;
	}

	.n-tabset-block .n-list li {
		width: 25%;
	}

	.n-tabset-block .n-search-block form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.n-tabset-block .n-search-block input[type="search"] {
		width: calc(100% - 132px);
		border-radius: 3px 0 0 3px;
	}

	.n-tabset-block .n-search-block input[type="submit"] {
		width: 132px;
		border-radius: 0 3px 3px 0;
	}

	.n-featured-vendor {
		padding: 0 33px 54px;
	}

	.n-featured-vendors li {
		width: calc(50% - 6px);
	}

	.n-contact-bar .left-block ul li {
		border-right: 1px solid #d6d6d6;
		width: auto;
	}

	.n-contact-bar .left-block ul li:first-child {
		border-left: 1px solid #d6d6d6;
	}

	.n-three-columns {
		padding: 25px 29px 0;
	}

	.n-three-columns .n-column {
		padding: 25px 16px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: calc(33.33% - 14px);
	}

	.n-four-columns {
		padding: 24px 26px 0;
	}

	.n-two-columns {
		padding: 25px 29px 0;
	}

	.n-two-columns .n-column {
		padding: 20px 16px;
		width: calc(50% - 16px);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.n-training-box {
		padding: 35px 43px 45px;
	}

	.n-training-box .text-block {
		padding-left: 34px;
	}

	.modal .modal-title {
		font-size: 20px;
		line-height: 28px;
	}

	.modal .modal-content {
		padding: 35px 39px;
	}
}

@media screen and (min-width: 992px) {
	.container {
		width: 970px;
	}

	.n-slider .text-holder {
		width: 51.2%;
	}

	.n-tabset-block .n-drop {
		right: 0;
	}

	.n-featured-vendors {
		margin: 0 -5px 0 2px;
	}

	.n-featured-vendors li {
		width: calc(25% - 6px);
	}

	.n-contact-bar .left-block {
		max-width: 66.66%;
		margin-bottom: 0;
	}

	.n-contact-bar .left-block ul {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.n-contact-bar .left-block ul li {
		border-bottom: 0;
	}

	.n-contact-bar .right-block {
		max-width: 33.33%;
		margin-bottom: 0;
		height: 40px;
	}

	.n-main-content {
		width: calc(100% - 300px);
	}

	.n-four-columns {
		padding: 24px 46px 0;
	}

	.n-sidebar {
		width: 280px;
	}

	.newsfeed {
		padding: 0 16px 40px;
	}
}

@media screen and (min-width: 1200px) {
	.container {
		width: 1170px;
	}

	.n-banner .container {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.n-banner h1 {
		width: 50%;
		text-align: center;
	}

	.n-banner .n-btn-list {
		width: 25%;
	}

	.n-tabset-block {
		padding: 0;
	}

	.n-tabset-block .n-title-block {
		width: 198px;
	}

	.n-tabset-block .n-tabset-holder {
		width: 372px;
	}

	.n-tabset-block .n-drop {
		left: -128px;
		right: -500px;
	}

	.n-tabset-block .n-search-block {
		padding: 21px 0 20px 23px;
		border-top: 0;
	}

	.n-contact-bar .right-block {
		padding-right: 65px;
		text-align: right;
	}

	.n-contact-bar .right-block a {
		display: inline-block;
		margin: -1px 0;
	}

	.n-content-block {
		padding-right: 61px;
	}

	.n-main-content {
		width: 750px;
	}
}
.btn.btn-primary {
	background-color: #3155A4;
}
.btn.btn-primary:hover {
  background-color: #233d76;
}
