.nosmooth {
	-moz-osx-font-smoothing: initial;
}

:root {
	--container: 1280px;
	--primary: #142061;
	--primary-light: #bcdbec;
	--header-background:#2a3fb1;
	--logo-background:#b70000;
	--nav-color: #fff;
	--secondary: #b70000;
	--accent: #0a8b43;
	--background: #f7f7f8;
	--border-radius: 0px;
	--shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.05);
	--hover: #bcdbec;
	--hover-color: #fff;
	--gradient: radial-gradient(circle, #142061 0%, #142061 100%);
	--radius: 10px;
	--light: #F8FAFC;
	--gray: #eff1f1;
	--headerinfo: #fff;
	--headerinfo-color: #142061;
	--boxshadow: 0 4px 10px rgba(0,0,0,0.04);
}

body {
	background-color: #fff;
}
.info-search {
	display:none;
}
header:not(.modern) menu {
	display:none;
}
.contact-form h3 {
	width: 100%;
	line-height: 4;
	font-weight: 400;
}

.contact-form .checkboxForm>* {
	border-radius: 0px;
	border: none;
	background: #f7f7f7;
}

.contact-form .checkboxForm * {
	color: #333;
}

.contact-form .checkboxForm>*:hover {
	background: #333;
}

.contact-form .checkboxForm *:hover {
	color: #f7f7f7;
}

header.navbar {
	border: none;
	height: auto;
	background: none;
	z-index: 1;
}

.background-image {
	position: absolute;
	overflow-x: hidden;
	width: 100%;
	height: 700px;
	top: -181px;
	left: 0px;
	z-index: -1;
}

.background-image>img {
	position: absolute;
	width: auto !important;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

header.navbar .information {
	background: radial-gradient(circle, #2366fd99 0%, #334acc 100%);
	position: relative;
	border: none;
}

header.navbar .information>.container {
	position: relative;
	z-index: 2;
}

header.navbar .information .flexBox>div {
	float: left;
	padding: 15px;
}

header.navbar .information .flexBox>div>span {
	padding: 10px;
	color: #fff;
	float: right;
	border-radius: 50px;
	margin: 5px;
	background: #111;
}

header.navbar .information .flexBox>div>span a {
	color: #fff;
}

header.navbar .information .flexBox>div>span:hover {
	background: #150974;
}

header.navbar .information .flexBox>div>span>span {
	font-size: 17px;
	float: left;
	color: #fff;
	text-align: center;
}

header.navbar .information h1 {
	-moz-osx-font-smoothing: initial;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 150px;
	color: #fff;
}

menu a {
	position: relative;
	padding: 10px 15px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	margin-left: -1px;
	height: 60px;
	line-height: 50px;
}

nav a {
	position: relative;
}

nav>ul.desktop {
	height: 60px;
}

nav li a {
	text-transform: uppercase;
}

nav>ul.desktop>li a {
	font-size: 12px;
	letter-spacing: .4px;
	color: #777;
	font-weight: bold;
	padding: 5px 11px;
}

nav>ul.desktop>li>ul.spl li a {
	font-size: 12px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	font-weight: bold;
}

nav>ul.desktop>li {
	background: #120951;
	margin-right: 2px;
	border-radius: 5px;
}

nav>ul.desktop>li>ul>li>a {
	color: #fff;
	font-weight: normal;
}

nav>ul.desktop>li>a,
nav>ul.desktop>li>a>span {
	color: #fff;
}

nav>ul.desktop>li:hover>a .material-icons {
	color: #fff;
}

nav>ul.desktop>li>a {
	line-height: 50px;
	position: relative;
	padding-top: 4px;
	padding-bottom: 4px;
}

nav>ul.desktop>li:hover>a,
nav>ul.desktop>li>a:hover,
nav>ul.desktop>li>a:focus {
	font-size: 12px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	font-weight: bold;
}

nav>ul.desktop>li>a:hover {
	border-radius: 5px;
}

nav>ul.desktop>li a {
	webkit-transition: background-color 0.5s ease;
	moz-transition: background-color 0.5s ease;
	ms-transition: background-color 0.5s ease;
	o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}

nav>ul.desktop>li a:hover,
nav>ul.desktop>li:hover {
	webkit-transition: background-color 0.5s ease;
	moz-transition: background-color 0.5s ease;
	ms-transition: background-color 0.5s ease;
	o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	color: #fff;
	background: #334acc;
}

nav ul.tablet {
	margin-top: 17px;
}

nav>ul.desktop>li:hover>ul {
	background: #120951;
}

nav>ul.desktop>li>ul.spl {
	top: 139px;
	border-radius: 5px;
	margin-left: 0px;
}

.category-info div.flexBox>span {
	-moz-osx-font-smoothing: initial;
	color: #fff;
	font-size: 2vw;
	line-height: 8vw;
	text-align: center;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	.category-info div.flexBox>span {
		font-size: 30px;
		line-height: 30px;
	}
}

@media (max-width: 760px) {
	.category-info div.flexBox>span {
		margin-top: -20px;
		font-size: 15px;
		line-height: 15px;
	}
}

@media (max-width: 560px) {
	.category-info div.flexBox>span {
		display: none;
	}

	header.navbar .information .flexBox>div>span {
		margin: 1px;
	}
}

.breadcrumbs {
	background: none;
	box-shadow: none;
}

.breadcrumbs * {
	color: #fff;
	-moz-osx-font-smoothing: initial;
}

.breadcrumbs a,
.breadcrumbs a:hover {
	font-size: 12px;
	color: #fff;
}

.breadcrumbs a:nth-child(1) {
	margin-left: 11px;
}

.headerinfo {
	background: #f7f7f7;
	color: #443344;
	font-weight: normal;
	text-transform: uppercase;
	border: none;
}

.contact {
	width: 420px;
	background: #fff;
	margin-top: -470px;
	border-radius: 10px;
	box-shadow: 5px 5px 15px 5px rgba(10, 10, 10, 0.1);
}

.contact table {
	float: left;
	width: 100%;
}

.contact table tr>td {
	padding: 5px 0;
}

.contact table tr>td:nth-child(2) {
	float: right;
}

.contact h1 {
	font-size: 30px;
	color: #27368a;
	margin-bottom: 10px;
	font-weight: 300;
}

@media (max-width: 560px) {
	.contact {
		width: 100%;
		background: none;
		margin-top: 0px;
		border-radius: 0px;
		box-shadow: none;
	}
}

.mobile-login {
	display: none;
}

.header-background {
	position: absolute;
	width: 100%;
	height: 179px;
	overflow: hidden;
	top: -180px;
	z-index: -1;
	background: radial-gradient(circle, #003ecc 0%, #334acc 100%);
}

.clip-path {
	clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
}

.footer {
	background: #334acc;
	background: radial-gradient(circle, #2366fd 0%, #334acc 100%);
	position: relative;
	padding: 30px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.footer * {
	color: #fff;
}

.footer h3 {
	text-transform: uppercase;
	font-weight: 500;
	padding: 20px 0;
}

.footer p {
	font-size: 12px;
	font-weight: 300;
	text-align: left;
}

.footer p.regular {
	font-weight: 500;
}

.footer-bottom {
	color: #fff;
	background: radial-gradient(circle, #3371ff 0%, #334acc 100%);
	padding: 30px;
	text-transform: uppercase;
	font-size: 12px;
}

.before-footer {
	background: radial-gradient(circle, #1c1d55 0%, #00137b 100%);
}

.before-footer div {
	color: #fff !important;
}

.headerText {
	color: #908373;
	font-size: 4vw;
	font-weight: 100;
}

div.img {
	float: left;
	width: 100;
	overflow: hidden;
}

div.img>img {
	float: left;
	width: 100%;
}

section.row {
	position: relative;
}

section.row.blue {
	background: radial-gradient(circle, #3371ff 0%, #01168a 100%);
}

section.row.blue * {
	color: #fff;
}

@media (max-width: 1024px) {
	.padding-50 {
		padding: 10px;
	}
}

/*center-info-box*/
div.center-info-box {
	border-radius: 11px;
	float: left;
	width: 100%;
	margin: 30px 0;
	list-style: none;
	padding: 10px;
	text-align: center;
}

div.center-info-box>* {
	line-height: 30px;
	color: #111;
	width: 100%;
	font-size: 14px;
}

div.center-info-box>div>span.material-icons {
	width: 100px;
	font-size: 80px;
	text-align: center;
	line-height: 100px;
}

div.center-info-box>div {
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	padding: 20px;
}

/*center-info-box*/
/*contact-box*/
.contact-boxes>div {
	float: left;
	padding: 5px;
}

.contact-boxes * {
	font-size: 12px;
}

.contact-boxes>div>div {
	float: left;
	width: 100%;
	box-shadow: 0 0 40px 10px rgba(100, 100, 100, 0.05);
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}

.contact-boxes>div>div>* {
	float: left;
	width: 100%;
}

.contact-boxes .name {
	font-weight: bold;
	font-size: 14px;
	color: #908373;
	padding: 3px 0;
}

.contact-boxes .item {
	float: left;
	width: calc(100% - 80px);
	padding: 10px;
}

.contact-boxes .item>span {
	float: left;
	width: 100%;
}

.contact-boxes .image {
	float: left;
	width: 80px;
	height: 98px;
	overflow: hidden;
}

.contact-boxes img {
	width: 80px;
	float: left;
}

/*contact-box*/
/*fancy-text*/
.fancy-text img {
	padding: 0px;
}

.fancy-text div.img.square {
	border-radius: 0;
}

.fancy-text {
	float: left;
	width: 100%;
	border-radius: 10px;
}

.fancy-text * {
	font-size: 19px;
	line-height: 30px;
	color: #333;
	font-weight: 500;
}

.fancy-text h2,
.fancy-text h3,
.fancy-text h4 {
	font-weight: bold;
	color: #000;
	padding: 10px;
}

.fancy-text h2 {
	font-size: 50px;
	line-height: 60px;
}

.fancy-text h3 {
	font-size: 40px;
	line-height: 50px;
}

.fancy-text h4 {
	font-size: 35px;
	line-height: 45px;
}

.fancy-text>div>div {
	margin: 10px;
	color: #222;
}

.fancy-text ul>li {
	list-style-type: square;
	margin-left: 20px;
}

/*fancy-text*/
/*head-text*/
.header1 header {
	border: none;
}

.header1 * {
	font-size: 55px;
	font-weight: bold;
}

.header1 h2 {
	margin-left: 40px;
	font-size: 60px;
	color: #01168a;
}

.header h2 {
	font-size: 60px;
	color: #01168a;
}

/*head-text*/
/*header*/
.header-text * {
	color: #fff;
	font-size: 53px;
	font-weight: 100;
}

@media (max-width: 748px) {
	.header-text * {
		font-size: 45px;
	}
}

/*header*/
/*image*/

/*image*/
/*info*/
.stayintouch {
	padding: 70px 70px;
	background: rgb(239, 238, 255);
	background: radial-gradient(circle, #2366fd 0%, #334acc 100%);
	border-radius: 10px;
}

.stayintouch * {
	color: #fff;
}

.stayintouch input:not(.checkboxForm) {
	border-radius: 50px;
	border-width: 3px;
}

.stayintouch form input[type="submit"].button {
	background: #fff;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border: 3px solid #05d0ff;
	border-radius: 50px;
	padding: 10px;
}

/*info*/
/*newsletter*/
.newsletter {
	float: left;
	width: 100%;
	margin: 30px 0;
	padding: 70px 70px;
	background: #fff;
	border: 2px solid rgb(239, 238, 255);
	border-radius: 10px;
}

.newsletter>div {
	max-width: 700px;
}

.newsletter h3>span {
	color: #000;
	text-transform: uppercase;
	font-size: 30px;
}

.newsletter li {
	font-size: 13px;
	text-transform: uppercase;
}

.newsletter label {
	background: #fff;
}

.newsletter input[type=submit].button {
	background: #2366fd;
	border-color: #0066fd;
	font-size: 13px;
	padding: 10px;
}

.newsletter hr {
	border-color: #fff;
	margin: 30px 0;
}

.newsletter a {
	font-weight: bold;
}

/*newsletter*/
/*small-image*/
.gallery>div>a {
	max-width: 100px;
	float: left;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.gallery img {
	float: none;
	width: 100px;
	margin: 0px auto;
}

/*small-image*/
/*small-info-box*/
div.info-box {
	border-radius: 11px;
	float: left;
	width: 100%;
	margin: 30px 0;
	list-style: none;
	padding: 10px;
}

div.info-box>* {
	line-height: 30px;
	color: #111;
	width: calc(100% - 50px);
	float: right;
}

div.info-box>span.material-icons {
	width: 50px;
	font-size: 40px;
	float: left;
	line-height: 35px;
	color: #2366fd;
}

div.info-box>p {
	text-align: left;
	float: left;
	font-size: 13px;
	width: calc(100% - 50px);
	line-height: 35px;
	text-transform: uppercase;
}

@media (max-width: 768px) {
	div.info-box>* {
		width: 100%;
		float: left;
	}

	div.info-box>span.material-icons {
		width: 100%;
	}

	.info-box {
		text-align: center;
	}
}

/*small-info-box*/
/*text*/
.text img {
	padding: 0px;
}

.text div.img.square {
	border-radius: 0;
}

.text {
	float: left;
	width: 100%;
	border-radius: 10px;
}

.text * {
	font-size: 19px;
	line-height: 30px;
	color: #333;
}

.text h1,
.text h2,
.text h3,
.text h4 {
	font-weight: bold;
	color: #000;
	padding: 10px;
}

.text h1 {
	font-size: 60px;
	line-height: 70px;
}

.text h2 {
	font-size: 50px;
	line-height: 60px;
}

.text h3 {
	font-size: 40px;
	line-height: 50px;
}

.text h4 {
	font-size: 35px;
	line-height: 45px;
}

.text>div>div {
	margin: 10px;
	color: #222;
}

.text ul>li {
	list-style-type: square;
	margin-left: 20px;
}

/*text*/