

/* DOCUMENT INFORMATION
	- Document: theme.css
	- Version:  1.0.1
	- Author:   DataMart Media
*/


/* COLORS
    - main color 1  #3355a7
    - main color 2  #404040
    - main color 3  #0b1939
    - body text     #777777
	- titles        #000000
*/


/* FONTS
	- default body text     "Open Sans", Arial, sans-serif
	- titles                "Open Sans", Arial, sans-serif
*/


/* === PRIMARY SETTINGS === */

html {
	direction: ltr;
	overflow-x: hidden;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}

body {
	background-color: #FFF;
	color: #777;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	line-height: 26px;
	margin: 0;
}

@media (max-width: 575px) {
	body {
		font-size: 13px;
	}
}

.body {
	background-color: #FFF;
}

html.safari .body {
	overflow-x: hidden;
}

a,
body a {
	color: #3355a7;
	outline: none!important;
}

a:hover,
a:focus {
	color: #212529;
	text-decoration: none;
}

li {
	line-height: 24px;
}

p {
	line-height: 26px;
	margin: 0 0 20px;
}

section p:last-child,
.col p:last-child {
	margin: 0;
}

.bg-primary {
	background-color: #3355a7!important;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.main {
		margin-top: 86px;
	}
}


/* === HEADINGS === */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #212529;
	font-weight: 200;
	letter-spacing: -.05em;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

h1 {
	font-size: 2.6em;
	line-height: 44px;
	margin: 0 0 32px;
}

h2 {
	font-size: 2.2em;
	font-weight: 300;
	line-height: 1.3em;
	margin: 0 0 20px;
}

h2 .mar{
	margin:0px;
	padding: 0px;
}

h3 {
	font-size: 1.6em;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 15px;
}

h4 {
	font-size: 1.4em;
	font-weight: 600;
	line-height: 27px;
	margin: 0 0 0px;
}

h5 {
	font-size: 1.1em;
	font-weight: 600;
	margin: 0 0 14px;
}

h6 {
	color: #333;
	font-size: 1em;
	font-weight: 400;
	line-height: 18px;
	margin: 0 0 14px;
}

h1.dark,
h2.dark,
h3.dark,
h4.dark,
h5.dark {
	color: #212529;
}

h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
	color: #FFF;
}


/* === GENERAL CLASSES === */

section.default {
	background: #fff;
	padding: 35px 0;
	
}

section.margin1{
	margin-bottom:14px;
}

section.dark {
	background: #f7f7f7;
	border-top: 5px solid #f1f1f1;
	padding: 60px 0 80px;
}

.divider {
	border: 0;
	height: 1px;
	margin: 50px auto;
	background: rgba(0, 0, 0, 0.06);
	text-align: center;
	position: relative;
	clear: both;
}


/* === CUSTOM CLASSES === */

.text-color-primary,
.text-primary {
	color: #3355a7!important; 
    
}

.text-color-dark,
.text-dark {
	color: #212529!important;
}

.btn {
	cursor: pointer;
}

.btn-primary {
	color: #fff;
	background-color: #3355a7;
	border-color: #3355a7;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
button:hover,
button:focus,
button:active {
	color: #fff!important;
	background-color: #212529!important;
	border-color: #212529!important;
	box-shadow: none!important;
	border-color: #212529!important;
	outline: none!important;
}

.btn-primary-light {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}

.btn-primary-light:hover,
.btn-primary-light:focus,
.btn-primary-light:active {
	color: #fff!important;
	background-color: #212529!important;
	border-color: #212529!important;
	box-shadow: none!important;
	border-color: #212529!important;
	outline: none!important;
}

.btn-modern {
	text-transform: uppercase;
	font-size: .8em;
	padding: .8rem 1.5rem;
	font-weight: 600;
}

.menu-text{
	color:#424949;
	
}

.text-decoration-none {
	text-decoration: none!important;
}

.text-uppercase {
	text-transform: uppercase!important;
}

.text-lowercase {
	text-transform: lowercase!important;
}

.text-capitalize {
	text-transform: capitalize!important;
}

.text-transform-none {
	text-transform: none!important;
}

.overflow-visible {
	overflow: visible!important;
}

.overflow-hidden {
	overflow: hidden!important;
}

.text-dark {
	color: #212529!important;
}

.text-light {
	color: #FFF!important;
}

.text-color-light,
.text-light {
	color: #FFF!important;
}

.text-italic {
	font-style: italic;
}

.text-justify {
	text-emphasis: justify;
}

.font-weight-thin {
	font-weight: 100!important;
}

.font-weight-semibold {
	font-weight: 600!important;
}

.font-weight-bold,
b,
strong {
	font-weight: 700!important;
}

.font-weight-extra-bold,
.font-weight-black {
	font-weight: 900!important;
}

.no-borders {
	border: none!important;
}

.rounded {
	border-radius: 5px!important;
}


/* === FONT SIZES === */

.text-1 {
	font-size: .8em!important;
}

.text-2 {
	font-size: .9em!important;
}

.text-3 {
	font-size: 1em!important;
}

.text-4 {
	font-size: 1.2em!important;
}

.text-5 {
	font-size: 1.5em!important;
}

.text-6 {
	font-size: 1.8em!important;
}


/* === OPACITY === */

.opacity-0 {
	opacity: 0!important;
}

.opacity-1 {
	opacity: .1!important;
}

.opacity-2 {
	opacity: .2!important;
}

.opacity-3 {
	opacity: .3!important;
}

.opacity-4 {
	opacity: .4!important;
}

.opacity-5 {
	opacity: .5!important;
}

.opacity-6 {
	opacity: .6!important;
}

.opacity-7 {
	opacity: .7!important;
}

.opacity-8 {
	opacity: .8!important;
}

.opacity-9 {
	opacity: .9!important;
}

.opacity-10 {
	opacity: 1!important;
}

.outline-none {
	outline: 0!important;
}


/* === HEADER === */

#header {
	position: fixed;
	position: sticky;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	top: 0;
	width: 100%;
	z-index: 1000;
}

#header .header-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #FFF;
	-webkit-transition: min-height .3s ease;
	transition: min-height .3s ease;
	border-top: 3px solid #EDEDED;
	border-bottom: 1px solid rgba(234, 234, 234, 0.5)!important;
	border-bottom-color: rgba(234, 234, 234, 0.5);
	-webkit-box-shadow: 0 0 3px rgba(234, 234, 234, 0.5);
	box-shadow: 0 0 3px rgba(234, 234, 234, 0.5);
	z-index: 1001;
}

#header .header-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: ease height 300ms;
	transition: ease height 300ms;
}

#header .container {
	position: relative;
}

#header .header-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	max-height: 100%;
}

#header .header-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

#header .header-column .header-row {
	-webkit-box-pack: inherit;
	-ms-flex-pack: inherit;
	justify-content: inherit;
}

#header .header-logo {
	margin: 1rem 0;
	position: relative;
	z-index: 1
}

#header .header-logo a {
	display: block;
}

#header .header-title {
	margin: 0 0 0 0rem;
	position: relative;
	z-index: 1;
}

@media (max-width: 1200px) {
	#header .header-title {
		display: none;
	}
}

@media (max-width: 991px) {
	#header .header-title {
		display: block;
	}
}

#header .header-title .site-title {
	margin-bottom: 3px;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1rem;
	color: #3355a7;
	font-weight: 700;
	letter-spacing: .3px;
	display: block;
}

#header .header-title .site-sub-title {
	text-transform: uppercase;
	font-size: .6rem;
	line-height: .6rem;
	color: #404040;
	font-weight: 600;
	letter-spacing: .5px;
	display: block;
}

#header .header-nav-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#header .header-nav-top .nav>li>a,
#header .header-nav-top .nav>li>span {
	color: #999;
	font-size: .9em;
	padding: 6px 10px;
	display: inline-block;
}

#header .header-nav-top .nav>li:last-child>a,
#header .header-nav-top .nav>li:last-child>span {
	padding-right: 0;
}

#header .header-logo img {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
	top: 0;
}

#header .header-nav {
	padding: 16px 0;
	padding: 1rem 0;
	min-height: 70px;
}

#header .header-nav .select-languages {
	position: relative;
	margin-left: 35px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

#header .header-nav .select-languages .selected-language {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#header .header-nav .select-languages ul {
	display: none;
	position: absolute;
	top: 20px;
	right: 0;
	margin: 0;
	padding: 40px 20px 10px 20px;
	z-index: 9999;
	font-size: 0.9em;
	white-space: nowrap;
	list-style: none;
	text-align: left;
	background-color: #fff;
	color: #404040;
}

#header .header-nav .select-languages ul li {
	line-height: 26px;
}

#header .header-nav .select-languages ul li:hover {
	color: #3355a7;
}

#header .header-nav .select-languages ul li img {
	border: none;
	outline: none;
	margin-right: 10px;
	margin-bottom: 1px;
}

@media (min-width: 992px) {
	#header .header-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-item-align: stretch;
		align-self: stretch;
	}
	#header .header-nav-main {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		height: auto!important;
	}
	#header .header-nav-main nav {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
	}
	#header .header-nav-main nav>ul>li {
		height: 100%;
		-ms-flex-item-align: stretch;
		align-self: stretch;
		margin-left: 2px;
	}
	#header .header-nav-main nav>ul>li>a {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		white-space: normal;
		border-radius: 4px;
		color: #404040;
		font-size: 12px;
		font-style: normal;
		font-weight: 700;
		padding: .3rem 1rem;
		letter-spacing: -.5px;
		text-transform: uppercase;
	}
	#header .header-nav-main nav>ul>li:last-child a {
		padding-right: 0;
	}
	#header .header-nav-main nav>ul>li>a.active {
		color: #3355a7;
	}
	#header .header-nav-main nav>ul>li>a:hover {
		color: #3355a7;
	}
}

@media (max-width: 1200px) {
	#header .more-info {
		display: none;
	}
}

#header .header-btn-collapse-nav {
	background: #CCC;
	color: #FFF;
	display: none;
	float: right;
	margin: 0 0 0 16px;
	margin: 0 0 0 1rem;
	background: #3355a7;
}


/* === HEADER MOBILE === */

@media (max-width: 991px) {
	#header .header-mobile-border-top:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}
	#header .header-btn-collapse-nav {
		outline: 0;
		display: block;
		position: relative;
		z-index: 1;
	}
	#header .header-nav-main {
		position: absolute;
		background: transparent;
		width: 100%;
		top: 100%;
		left: 50%;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}
	#header .header-nav-main:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		width: 100vw;
		height: 100%;
		background: #FFF;
		z-index: -1;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#header .header-nav-main nav {
		max-height: 50vh;
		overflow: hidden;
		overflow-y: auto;
		padding: 0 15px;
		-webkit-transition: ease all 500ms;
		transition: ease all 500ms;
	}
	#header .header-nav-main nav.collapsing {
		overflow-y: hidden;
	}
	#header .header-nav-main nav::-webkit-scrollbar {
		width: 5px;
	}
	#header .header-nav-main nav::-webkit-scrollbar-thumb {
		border-radius: 0;
		background: rgba(204, 204, 204, 0.5);
	}
	#header .header-nav-main nav>ul {
		padding-top: 15px;
		padding-bottom: 15px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#header .header-nav-main nav>ul li {
		border-bottom: 1px solid #e8e8e8;
		clear: both;
		display: block;
		float: none;
		margin: 0;
		padding: 0;
		position: relative;
	}
	#header .header-nav-main nav>ul li:last-child {
		border-bottom: none;
	}
	#header .header-nav-main nav>ul li a {
		font-size: 16px;
		font-style: normal;
		display: block;
		line-height: 20px;
		padding: 15px 0 15px 10px;
		text-align: left;
		font-weight: 600;
		color: #404040;
	}
	#header .header-nav-main nav>ul li a:hover {
		color: #3355a7;
	}
	#header .header-nav-main nav>ul li a .fa-caret-down {
		line-height: 35px;
		min-height: 38px;
		min-width: 30px;
		position: absolute;
		right: 5px;
		text-align: center;
		top: 0;
	}
	#header .header-nav-main nav>ul li a.active,
	#header .header-nav-main nav>ul li a:active {
		background-color: #f8f9fa;
		color: inherit;
	}
	#header .header-nav .select-languages {
		display: none;
	}
}

.tools {
	position: fixed;
	top: 130px;
	right: 0;
	z-index: 99999;
}

.tools li {
	text-align: center;
	margin-bottom: 10px;
}

.tools li:last-child {
	margin-bottom: 0;
}

.tools li a {
	display: block;
	padding: 25px 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	background-color: rgba(51, 85, 167, 0.85);
}

.tools li a:hover {
	background-color: rgba(51, 85, 167, 1);
}

@media (max-width: 600px) {
	.tools {
		display: none;
	}
}


/* === PAGE HEADERS === */

.page-header {
	background-image: linear-gradient(-135deg, #0b1939, #3355a7);
	background-color: #3355a7;
	margin: 0;
	padding: 40px 0;
	position: relative;
	text-align: left;
}

.page-header .sub-title {
	display: block;
	font-size: 1.2em;
	font-weight: 300;
	margin: 0;
	opacity: .8;
	color: #fff;
}

.page-header .breadcrumb {
	background: none;
	color: #fff;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.page-header .breadcrumb>li {
	display: inline-block;
	font-size: .8em;
	text-transform: uppercase;
	text-shadow: none;
}

.page-header .breadcrumb>li+li:before {
	color: inherit;
	opacity: .5;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f105";
	padding: 0 7px 0 5px;
}

.page-header .breadcrumb>li>a {
	color: #fff;
}

@media (max-width: 800px) {
	.page-header .breadcrumb {
		display: none!important;
	}
}

.page-header h1 {
	color: #fff;
	display: inline-block;
	font-size: 28px;
	line-height: 1;
	margin: 0;
	padding: 0;
	font-weight: 400;
	position: relative;
	top: 1px;
}


/* === FULL-WIDTH BACKGROUNDS SECTIONS === */

.full-width-background {
/*	padding: 5rem 1rem;  */
	margin: 0;
	background-size: cover;
	background-position: top center;
	color: #fff;
}

.spadding{
	padding: 1.5rem 1rem;
	
}



/* === FULL-WIDTH TEXT BOX === */

.full-width-text-box {
	width: 25%;
	float: left;
	min-width: 1px;
	height: 580px;
	border-right: 1px solid rgba(255, 255, 255, .4);
	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: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media (max-width: 1140px) {
	.full-width-text-box {
		width: 50%;
		border-bottom: 1px solid rgba(255, 255, 255, .4);
		height: auto!important;
	}
	.full-width-text-box:nth-child(2n) {
		border-right: none;
	}
	.full-width-text-box:nth-last-of-type(-n+2) {
		border-bottom: none;
	}
	.full-width-text-box-in {
		background: none!important;
		padding: 50px!important;
		padding-top: 50px!important;
	}
}

@media (max-width: 767px) {
	.full-width-text-box {
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, .4);
		border-right: none;
		height: auto!important;
		text-align: center;
	}
	.full-width-text-box:nth-last-child(2) {
		border-bottom: 1px solid rgba(255, 255, 255, .4);
	}
}

.full-width-text-box:nth-child(4n) {
	border-right: none;
}

.full-width-text-box-in {
	padding: 60px;
	position: relative;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .8)));
	background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .9));
	background: -o-linear-gradient(transparent, rgba(0, 0, 0, .9));
	background: linear-gradient(transparent, rgba(0, 0, 0, .9));
	padding-top: 80px;
	color: #fff;
}

.full-width-text-box-in h2 {
	font-size: 48px;
	line-height: 48px;
	font-weight: 600;
	color: #fff;
}

.full-width-text-box-in h3 {
	font-size: 1.5em;
	font-weight: 600;
	color: #fff;
}


/* === BANNER === */

.banner {
	background-color: #0b1939;
	overflow: hidden;
	padding: 3rem 0;
	position: relative;
	text-align: left;
}

.banner p {
	color: #FFF;
	display: inline-block;
	font-size: 1.3em;
	font-weight: 600;
	margin-bottom: 0;
}

.banner p span {
	color: #FFF;
	display: block;
	font-size: .8em;
	font-weight: 300;
	padding-top: 5px;
	opacity: .7;
}

.banner .get-started {
	position: relative;
}

.banner .get-started .btn {
	position: relative;
	z-index: 1;
}

.banner .get-started .btn i {
	font-size: 1.1em;
	font-weight: 400;
	margin-left: 5px;
}

@media (max-width: 991px) {
	.banner p {
		margin-bottom: 2rem;
	}
}


/* === PROCESSING STEPS === */

.process {
	text-align: center;
}

.process .process-step {
	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: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.process .process-step-circle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	background-color: #3355a7;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.process .process-step-content {
	padding-top: 20px;
}

.process .process-step-circle-content {
	font-weight: 700;
	color: #fff;
	font-size: 1.6em;
	letter-spacing: -1px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.process-vertical {
	text-align: left;
}

.process-vertical .process-step {
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	position: relative;
	padding-bottom: 30px;
}

.process-vertical .process-step:last-child {
	padding-bottom: 0;
}

.process-vertical .process-step:before {
	display: none;
}

.process-vertical .process-step:after {
	width: 2px;
	display: block;
	background-color: #EDEDED;
	position: absolute;
	content: '';
	height: calc(100% - 80px);
	top: 65px;
	left: 25px;
}

.process-vertical .process-step:last-child:after {
	display: none;
}

.process-vertical .process-step-circle {
	height: 50px;
	width: 50px;
	margin: 0 15px 0 0;
	min-height: 50px;
	min-width: 50px;
}

.process-vertical .process-step-content {
	padding-top: 0;
}


/* === CONTACT MAP === */

#worldmap .location_mark {
	position: absolute;
	color: #777;
	border-color: #777;
	cursor: pointer;
	height: auto;
	width: auto;
	font-weight: 400;
}

.location_mark.active[data-title]:after {
	opacity: 1;
	visibility: visible;
}

@media (max-width: 992px) {
	#worldmap .location_mark {
		transform: scale(0.8);
		-moz-transform: scale(0.8);
	}
}

#worldmap .location_mark:hover,
#worldmap .location_mark.active {
	color: rgba(51, 85, 167, .8);
	font-weight: 400;
	transform: scale(1.4);
	-moz-transform: scale(1.4);
	transform-origin: center center;
	height: auto;
	width: auto;
	z-index: 1;
}

#contact-location-title i {
	padding-right: 15px;
	color: rgba(51, 85, 167, 0.75);
}


/* === SLICK SLIDER === */

.slider {
	display: none;
}

.slider.slick-initialized {
	display: block;
}

.slick-slide {
	outline: none;
	cursor: grab;
}

.slider,
.slide {
	position: relative;
	margin: 0;
	height: 300px;
	width: 100%;
	z-index: 999;
	opacity: 1;
	background-size: cover;
	background-position: top center;
}

.slide .slide-img {
	width: 100%;
	overflow: hidden;
}

.slide .slide-img img {
	max-width: 100%;
	height: auto;
	opacity: 1!important;
}

.slide .slide-content {
	position: absolute;
	top: 32%;
	text-align: center;
}

.slide .slide-content-headings {
	text-align: center;
	color: #FFF;
}

.slide .slide-content .animated {
	transition: all .5s ease;
}

.slide .slide-content-headings h2 {
	font-size: 4em;
	line-height: 1.4em;
	margin: 0 0 10px;
	padding: 0;
	font-weight: 600;
}

.slide .slide-content-headings p {
	font-size: 1.5em;
	line-height: 2em;
}

@media (max-width: 1600px) {
	.slide .slide-content-headings h2 {
		font-size: 3.5em;
	}
	.slide .slide-content-headings p {
		font-size: 1.3em;
	}
}

@media (max-width: 1200px) {
	.slide .slide-content-headings h2 {
		font-size: 3em;
	}
	.slide .slide-content-headings p {
		font-size: 1.2em;
	}
}

@media (max-width: 800px) {
	.slide .slide-content-headings h2 {
		font-size: 1.8em;
	}
	.slide .slide-content-headings p {
		font-size: 1.1em;
	}
	.slide {
		height: 550px!important;
	}
}

@media (max-width: 600px) {
	.slide .slide-content-headings h2 {
		font-size: 2.1em;
		line-height: 1.5em;
	}
}

.slider .slide {
	height: 100%;
	position: relative;
	z-index: 1;
}

.slide .slide-content {
	width: 100%;
	padding: 0 15px;
}

.slick-dotted .slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: 25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
	color: #fff;
}

.slick-dots li {
	height: 3px;
	width: 50px;
}

.slick-dots li button {
	border: 0;
	display: block;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	cursor: pointer;
	transition: all .3s ease;
	position: relative;
	background-color: #fff;
	opacity: .25;
	width: 50px;
	height: 4px;
	padding: 0;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	opacity: 1;
}

.slick-dots li.slick-active button {
	background-color: #fff!important;
	opacity: 1;
}

.slick-dots li.slick-active button:hover,
.slick-dots li.slick-active button:focus {
	opacity: 1;
}


/* === TOGGLES === */

.toggle {
	margin: 10px 0 20px;
	position: relative;
	clear: both;
}

.toggle>label {
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out;
	background: #f7f7f7;
	border-left: 3px solid #CCC;
	border-radius: 5px;
	color: #000;
	display: block;
	min-height: 20px;
	padding: 15px 40px 15px 10px;
	margin-bottom: 20px;
	position: relative;
	cursor: pointer;
	font-weight: 400;
	line-height: 1.8em;
}

.toggle>label:-moz-selection {
	background: none;
}

.toggle>label:selection {
	background: none;
}

.toggle>label:before {
	content: " ";
	position: absolute;
	top: calc(50% + 1px);
	right: 14px;
	border-color: #CCC;
	border-top: 1px solid;
	border-right: 1px solid;
	width: 8px;
	height: 8px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: top 0.3s, -webkit-transform .3s;
	transition: top 0.3s, -webkit-transform .3s;
	transition: transform 0.3s, top .3s;
	transition: transform 0.3s, top 0.3s, -webkit-transform .3s;
	-webkit-transform: rotate(-45deg) translate3d(0, -50%, 0);
	transform: rotate(-45deg) translate3d(0, -50%, 0);
	-webkit-transform-origin: 35%;
	transform-origin: 35%;
}

.toggle>label+p {
	color: #999;
	padding: 0 30px;
	display: none;
	height: 25px;
}

.toggle>label i {
	font-size: .7em;
	margin-right: 8px;
	position: relative;
	top: -1px;
}

.toggle.active>label {
	background: #f7f7f7;
	border-color: #CCC;
}

.toggle.active>label:before {
	top: calc(50% - 8px);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.toggle>.preview-active {
	height: auto;
	display: block;
}

.toggle.active>label {
	background-color: #3355a7;
	border-left: 3px solid #3355a7;
	color: #fff;
}


/* === FOOTER === */

#footer {
	background-image: linear-gradient(-135deg, #3355a7, #0b1939);
	background-color: #3355a7;
	border-top: 1px solid rgba(255, 255, 255, .1);
	font-size: .9em;
	color: #FFF;
	padding: 0;
	position: relative;
	clear: both;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
	color: #FFF;
}

#footer a:not(.btn) {
	color: #FFF;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

#footer a:not(.btn):hover {
	text-decoration: none;
	color: #FFF;
}

#footer a:not(.btn):focus,
#footer a:not(.btn):active {
	color: #FFF;
}

#footer a:not(.btn).text-color-light {
	color: #FFF!important;
}

#footer a:not(.btn).text-color-light:hover {
	color: #e6e6e6!important;
}

#footer a:not(.btn).text-color-light:focus,
#footer a:not(.btn).text-color-light:active {
	color: #ccc!important;
}

#footer a:not(.btn).text-color-default {
	color: #777!important;
}

#footer a:not(.btn).text-color-default:hover {
	color: #919191!important;
}

#footer a:not(.btn).text-color-default:focus,
#footer a:not(.btn).text-color-default:active {
	color: #5e5e5e!important;
}

#footer ul.nav-list>li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	line-height: 20px;
	padding-bottom: 11px;
}

#footer ul.nav-list>li:last-child a {
	border-bottom: 0;
}

#footer ul.nav-list>li a:hover {
	background-color: rgba(255, 255, 255, 0.05);
}

#footer ul.list.icons li {
	margin-bottom: 5px;
}

#footer .footer-nav nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#footer .footer-nav nav>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

#footer .footer-nav nav>ul>li {
	position: relative;
	height: 100%;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

#footer .footer-nav nav>ul>li>a {
	position: relative;
	background: transparent;
	padding: 0 14.4px;
	padding: 0 .9rem;
	margin: 0;
	height: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: normal;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -.5px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}

#footer .footer-nav.footer-nav-links nav>ul>li:first-child>a {
	padding-left: 0;
}

#footer .footer-nav.footer-nav-links nav>ul>li:first-child>a:before {
	left: 0;
}

#footer .list.list-icons li>[class*="fa-"]:first-child,
.list.list-icons li a:first-child>[class*="fa-"]:first-child,
.list.list-icons li>.icons:first-child,
.list.list-icons li a:first-child>.icons:first-child {
	color: #fff!important;
	border-color: #fff!important;
	padding-top: 1px;
}

@media (min-width: 768px) {
	#footer .footer-nav.footer-nav-bottom-line nav>ul>li>a:before {
		content: "";
		position: absolute;
		width: auto;
		height: 3px;
		top: 50%;
		left: .85rem;
		right: .85rem;
		margin-top: 15px;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}
}

@media (max-width: 991px) {
	#footer .footer-nav {
		width: 100%;
	}
	#footer .footer-nav nav {
		text-align: center;
	}
	#footer .footer-nav nav>ul {
		width: 100%;
	}
	#footer .footer-nav nav>ul>li>a {
		text-align: center;
		padding: 5px 12px;
	}
}

@media (max-width: 767px) {
	#footer .footer-nav {
		width: 100%;
	}
	#footer .footer-nav nav {
		text-align: center;
	}
	#footer .footer-nav nav>ul {
		width: 100%;
	}
	#footer .footer-nav nav>ul>li {
		height: auto;
		width: 100%;
	}
	#footer .footer-nav nav>ul>li>a {
		text-align: center;
		padding: 1em 0;
	}
}

#footer form {
	opacity: .85;
}

#footer form label.error {
	line-height: 16px;
	margin: 5px 0 -5px;
	display: block;
	clear: both;
}

#footer form .alert {
	padding: 6px;
	text-align: center;
}

#footer .logo img {
	position: relative;
	top: 0;
}

#footer .twitter [class*="fa-"],
#footer .twitter .icons {
	clear: both;
	font-size: 1.5em;
	position: relative;
	top: 3px;
	margin-right: -22px;
	left: -30px;
	color: #FFF;
}

#footer .twitter .meta {
	color: #999;
	display: block;
	font-size: .9em;
	padding-top: 3px;
	opacity: .5;
}

#footer .twitter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .twitter ul li {
	padding-bottom: 20px;
	padding-left: 30px;
}

#footer .twitter ul li:last-child {
	padding-bottom: 0;
}

#footer .footer-copyright {
	border-top: 1px solid rgba(255, 255, 255, .1);
}

#footer .footer-copyright nav {
	font-size: .9em;
}

#footer .footer-copyright nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .footer-copyright nav ul li {
	display: inline-block;
	line-height: 12px;
	margin: 0;
	padding: 0 8px;
}

#footer .footer-copyright nav ul li:first-child {
	border: medium none;
	padding-left: 0;
}

#footer .footer-copyright nav ul li:last-child {
	padding-right: 0;
}

#footer .footer-copyright p {
	color: #FFF;
	margin: 0;
	padding: 0;
	font-size: .9em;
}

#footer.no-margin-top {
	margin-top: 0;
}


/* === SOCIAL ICONS === */

.social-icons {
	margin: 0;
	padding: 0;
	width: auto;
}

.social-icons li {
	display: inline-block;
	margin: -1px 1px 0 0;
	padding: 0;
	border-radius: 100%;
	overflow: visible;
}

.social-icons li a {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 100%;
	display: block;
	height: 28px;
	line-height: 28px;
	width: 28px;
	text-align: center;
	color: #333!important;
	text-decoration: none;
	font-size: 12.8px;
	font-size: .8rem;
}

.social-icons li:hover a {
	background: #151719;
	color: #FFF!important;
}

.social-icons li:hover.social-icons-twitter a {
	background: #1aa9e1;
}

.social-icons li:hover.social-icons-facebook a {
	background: #3b5a9a;
}

.social-icons li:hover.social-icons-linkedin a {
	background: #0073b2;
}

.social-icons li:hover.social-icons-rss a {
	background: #ff8201;
}

.social-icons li:hover.social-icons-googleplus a {
	background: #dd4b39;
}

.social-icons li:hover.social-icons-skype a {
	background: #00b0f6;
}

.social-icons li:hover.social-icons-email a {
	background: #dd4b39;
}

.social-icons.social-icons-dark li a {
	background: #181818;
}

.social-icons.social-icons-dark li a i {
	color: #FFF;
}

.social-icons.social-icons-transparent li {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.social-icons.social-icons-transparent li a {
	background: transparent;
}

.social-icons.social-icons-icon-light li a i {
	color: #FFF;
}

.social-icons.social-icons-icon-light.social-icons-clean li a i {
	color: #FFF!important;
}

.social-icons.social-icons-big li a {
	height: 48px;
	line-height: 48px;
	width: 48px;
}

.social-icons.social-icons-opacity-light li a {
	background: rgba(255, 255, 255, 0.04);
}

.social-icons:not(.social-icons-clean) li {
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.social-icons:not(.social-icons-clean) li a {
	background: #FFF;
}

.social-icons-dark.social-icons-clean li a {
	background: transparent;
	color: #FFF!important;
}


/* === CUSTOM LISTS === */

.list li {
	margin-bottom: 1rem;
}

.list li:last-child {
	margin-bottom: 0;
}

.list.pull-left li {
	text-align: left;
}

.list.list-icons {
	list-style: none;
	padding-left: 0;
	padding-right: 0;
}

.list.list-icons li {
	position: relative;
	padding-left: 25px;
}

.list.list-icons li>[class*="fa-"]:first-child,
.list.list-icons li>.icons:first-child,
.list.list-icons li a:first-child>[class*="fa-"]:first-child,
.list.list-icons li a:first-child>.icons:first-child {
	position: absolute;
	left: 0;
	top: 0px;
}

.list.list-icons.list-icons-style-2 li {
	padding-top: 0px;
	padding-left: 36px;
}

.list.list-icons.list-icons-style-2 li>[class*="fa-"]:first-child,
.list.list-icons.list-icons-style-2 li>.icons:first-child,
.list.list-icons.list-icons-style-2 li a:first-child>[class*="fa-"]:first-child,
.list.list-icons.list-icons-style-2 li a:first-child>.icons:first-child {
	border-width: 1px;
	border-style: solid;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
	padding: 4px;
	font-size: .8em;
	line-height: 1.3;
}

.list.list-icons.list-icons-style-3 li {
	padding-top: 5px;
	padding-left: 36px;
}

.list.list-icons.list-icons-style-3 li>[class*="fa-"]:first-child,
.list.list-icons.list-icons-style-3 li>.icons:first-child,
.list.list-icons.list-icons-style-3 li a:first-child>[class*="fa-"]:first-child,
.list.list-icons.list-icons-style-3 li a:first-child>.icons:first-child {
	color: #FFF;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
	padding: 5px;
	font-size: .8em;
	line-height: 1.3;
}

.list.list-icons.list-icons-sm li {
	padding-left: 13px;
	margin-bottom: 5px;
}

.list.list-icons.list-icons-sm li>[class*="fa-"]:first-child,
.list.list-icons.list-icons-sm li>.icons:first-child,
.list.list-icons.list-icons-sm li a:first-child>[class*="fa-"]:first-child,
.list.list-icons.list-icons-sm li a:first-child>.icons:first-child {
	font-size: .8em;
	top: 7px;
}

.list.list-icons.list-icons-sm.list-icons-style-2 li {
	padding-left: 32px;
}

.list.list-icons.list-icons-sm.list-icons-style-2 li>[class*="fa-"]:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li>.icons:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li a:first-child>[class*="fa-"]:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li a:first-child>.icons:first-child {
	width: 20px;
	height: 20px;
	padding: 3px;
}

.list.list-icons.list-icons-sm.list-icons-style-3 li {
	padding-left: 32px;
}

.list.list-icons.list-icons-sm.list-icons-style-3 li>[class*="fa-"]:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3 li>.icons:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3 li a:first-child>[class*="fa-"]:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3 li a:first-child>.icons:first-child {
	width: 20px;
	height: 20px;
	padding: 3px;
}

.list.list-icons.list-icons-lg li {
	padding-top: 5px;
	padding-left: 27px;
}

.list.list-icons.list-icons-lg li>[class*="fa-"]:first-child,
.list.list-icons.list-icons-lg li>.icons:first-child,
.list.list-icons.list-icons-lg li a:first-child>[class*="fa-"]:first-child,
.list.list-icons.list-icons-lg li a:first-child>.icons:first-child {
	font-size: 1.3em;
	top: 10px;
}

.list.list-icons.list-icons-lg.list-icons-style-2 li {
	padding-top: 8px;
	padding-left: 42px;
}

.list.list-icons.list-icons-lg.list-icons-style-2 li>[class*="fa-"]:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li>.icons:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li a:first-child>[class*="fa-"]:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li a:first-child>.icons:first-child {
	width: 30px;
	height: 30px;
	padding: 4px;
}

.list.list-icons.list-icons-lg.list-icons-style-3 li {
	padding-top: 8px;
	padding-left: 42px;
}

.list.list-icons.list-icons-lg.list-icons-style-3 li>[class*="fa-"]:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3 li>.icons:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3 li a:first-child>[class*="fa-"]:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3 li a:first-child>.icons:first-child {
	width: 30px;
	height: 30px;
	padding: 4px;
}

.list.list-icons.list-icons-reverse li {
	text-align: right;
	padding-right: 25px;
	padding-left: 0;
}

.list.list-icons.list-icons-reverse li>[class*="fa-"]:first-child,
.list.list-icons.list-icons-reverse li>.icons:first-child,
.list.list-icons.list-icons-reverse li a:first-child>[class*="fa-"]:first-child,
.list.list-icons.list-icons-reverse li a:first-child>.icons:first-child {
	position: absolute;
	left: auto;
	right: 0;
	top: 5px;
}

.list.list-icons.list-icons-reverse.list-icons-style-2 li {
	padding-right: 36px;
}

.list.list-icons.list-icons-reverse.list-icons-style-3 li {
	padding-right: 36px;
}

.list.list-icons.list-icons-reverse.list-icons-sm li {
	padding-left: 0;
	padding-right: 13px;
}

.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-2 li {
	padding-right: 32px;
}

.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-3 li {
	padding-right: 32px;
}

.list.list-icons.list-icons-reverse.list-icons-lg li {
	padding-left: 0;
	padding-right: 32px;
}

.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-2 li {
	padding-right: 42px;
}

.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-3 li {
	padding-right: 42px;
}

.list.list-borders li {
	border-bottom: 1px solid #eaeaea;
	margin-top: 9px;
	margin-bottom: 0;
	padding-bottom: 9px;
}

.list.list-borders li:last-child {
	border-bottom: 0;
}

.list.list-side-borders {
	border-left: 1px solid #eaeaea;
	padding-left: 10px;
}

.list.list-ordened {
	counter-reset: custom-counter;
	list-style: none;
}

.list.list-ordened li {
	position: relative;
	padding-left: 22px;
}

.list.list-ordened li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: counter(custom-counter);
	counter-increment: custom-counter;
	font-weight: 700;
}

.list.list-ordened.list-ordened-style-2 li,
.list.list-ordened.list-ordened-style-3 li {
	padding-left: 32px;
}

.list.list-ordened.list-ordened-style-2 li:before,
.list.list-ordened.list-ordened-style-3 li:before {
	border-radius: 100%;
	border-style: solid;
	border-width: 1px;
	min-width: 26px;
	padding: 0;
	text-align: center;
}

.list.list-ordened.list-ordened-style-3 li:before {
	color: #FFF;
	border: 0;
}


/* === FORMS === */

input:required {
	box-shadow: none;
}

form label {
	font-weight: 400;
}

textarea {
	resize: vertical;
}

select {
	border: 1px solid #E5E7E9;
	border-radius: 6px;
	outline: none;
}

.label {
	font-weight: 400;
}

label.required:after {
	content: "*";
	font-size: .8em;
	margin: .3em;
	position: relative;
	top: -2px;
}

.form-group:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.form-control {
	border-color: rgba(0, 0, 0, 0.09);
}

.form-control:not(.form-control-lg) {
	font-size: 12px;
	font-size: .75rem;
	line-height: 1.3;
}

.form-control:not(.form-control-sm):not(.form-control-lg) {
	font-size: 13.6px;
	font-size: .85rem;
	line-height: 1.85;
}

.form-control.form-control-focused {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	border-color: #CCC;
}

.form-control:focus {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	border-color: #CCC;
}

.form-control.error {
	border-color: #3355a7;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-control.error:focus {
	border-color: #3355a7;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.page-link {
	border-color: rgba(0, 0, 0, 0.06);
}

.input-group .form-control {
	height: auto;
}

.input-group-rounded .form-control {
	border-radius: 2rem 0 0 2rem;
	border: 0;
	padding-left: 16px;
	padding-left: 1rem;
}

.input-group-rounded .input-group-append .btn {
	border-color: rgba(0, 0, 0, 0.09);
	border-radius: 0 2rem 2rem 0;
	font-size: 11.2px;
	font-size: .7rem;
	padding: 13.92px;
	padding: .87rem;
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	z-index: 3;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	height: 45px;
}

fieldset {
	border: dashed 1px #ccc !important;
	padding: 0.5em 1em 1.2em 1em !important;
	margin: 0 0 1.5em 0 !important;
	-webkit-box-shadow: 0px 0px 0px 0px #000;
	box-shadow: 0px 0px 0px 0px #000;
}

legend {
	font-size: 1em !important;
	font-weight: 600 !important;
	text-align: left !important;
	width: auto;
	padding: 0 10px;
	margin-bottom: 0;
	border-bottom: none;
}

fieldset .form-group {
	margin-bottom: 0;
}

fieldset input[type="radio"] {
	position: relative;
	margin: 0 0 0 1.1em;
}


/* === FORMS - IOS OVERIDE === */

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
	-webkit-appearance: none;
}

.form-control::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #bdbdbd;
}

.form-control::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
textarea::-moz-placeholder {
	color: #bdbdbd;
}

.form-control:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #bdbdbd;
}


/* === FORMS VALIDATIONS === */

label.valid {
	display: inline-block;
	text-indent: -9999px;
}

label.error {
	color: #3355a7;
	font-size: .9em;
	line-height: 18px;
	padding: 5px 0 0;
}

label.error#captcha-error {
	margin-top: 15px;
}

.form-errors-light .form-control.error {
	border-color: #FFF;
}

.form-errors-light label.error {
	color: #FFF;
}


/* === SIMPLE SEARCH === */

.simple-search .form-control {
	border-radius: 1.3rem 0 0 1.3rem;
	border-color: #EEE;
	border-right: 0;
}

.simple-search .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.simple-search .input-group-append {
	border-radius: 0 1.3rem 1.3rem 0;
	border: 1px solid #EEE;
	border-left: 0;
}

.simple-search .input-group-append .btn {
	background: transparent!important;
	border: 0;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}


/* === CAPTCHA === */

.captcha {
	clear: both;
	overflow: hidden;
	background: #F2F2F2;
	text-align: center;
	margin-bottom: 20px;
	max-width: 160px;
	height: 78px;
	position: relative;
}

.captcha input {
	border: 0;
}

.captcha-input {
	position: relative;
	top: 15px;
	font-size: 14px;
}

.captcha-image {
	float: left;
	position: relative;
	top: -5px;
	left: -13px;
}

.captcha-refresh {
	position: absolute;
	z-index: 1;
	bottom: 2px;
	right: 2px;
	border-radius: 3px;
	padding: 2px 5px;
}

.captcha-refresh a,
.captcha-refresh a:hover,
.captcha-refresh a:focus,
.captcha-refresh a:active {
	color: #333;
}


/* === OVERLAY === */

.overlay {
	position: relative;
	z-index: 5;
}

.overlay::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0c0c0c;
	opacity: .6;
	mix-blend-mode: multiply;
}

.overlay>* {
	position: relative;
	z-index: 10;
}

@media (max-width: 480px) {
	.overlay::before {
		opacity: .5;
	}
}


/* === ANIMATIONS SETTINGS === */

.animate .animated {
	opacity: 1;
}

@media (min-width: 768px) {
	.animate {
		opacity: 0;
	}
}

@media (max-width: 768px) {
	.animated {
		-o-transition-property: none!important;
		-moz-transition-property: none!important;
		-ms-transition-property: none!important;
		-webkit-transition-property: none!important;
		transition-property: none!important;
		-o-transform: none!important;
		-moz-transform: none!important;
		-ms-transform: none!important;
		-webkit-transform: none!important;
		transform: none!important;
		-webkit-animation: none!important;
		-moz-animation: none!important;
		-o-animation: none!important;
		-ms-animation: none!important;
		animation: none!important;
	}
}


/* === SCROLL TO TOP === */

html .scroll-to-top {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	background: #000;
	border-radius: 4px 4px 0 0;
	bottom: 0;
	color: #FFF;
	display: block;
	height: 9px;
	opacity: 0;
	padding: 10px 10px 35px;
	position: fixed;
	right: 10px;
	text-align: center;
	text-decoration: none;
	min-width: 50px;
	z-index: 1000;
	font-size: .8em;
	cursor: pointer;
}

html .scroll-to-top:hover {
	opacity: 1;
}

html .scroll-to-top.visible {
	opacity: .75;
}

html .scroll-to-top span {
	display: inline-block;
	padding: 0 5px;
}

@media (max-width: 991px) {
	html .scroll-to-top.hidden-mobile {
		display: none!important;
	}
}


/* === COOKIE POPUP === */

#cookie-box {
	display: block;
	position: fixed;
	padding: 15px 15px 0;
	width: 300px;
	bottom: 20px;
	left: 20px;
	background: #000;
	box-shadow: none;
	opacity: .75;
	border-radius: 5px;
	z-index: 999999;
}

.cookie-box--hide {
	opacity: 0!important;
}

.cookie-box-content {
	font-size: 1.2rem;
	font-weight: 700;
	color: #d7d7d7;
}

#cookie-box .cookie-button {
	float: left;
	color: #fff;
	padding: 4px 10px;
	cursor: pointer;
	text-transform: uppercase;
	margin: 15px 15px 15px 0 !important;
	font-weight: 600;
	border-radius: 4px;
}

#cookie-box-accept {
	border: 1px solid #3355a7;
	background-color: #3355a7;
}

#cookie-box-readmore {
	border: 1px solid #4e4e4e;
	background-color: transparent;
}

@media (max-width: 991px) {
	#cookie-box {
		display: none!important;
	}
}


/* === TABS NAVIGATION === */

.tabs-navigation {
	display: table;
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0!important;
}

.tabs-navigation .nav-tabs {
	display: table-cell;
	height:100%;
	float: none;
	padding: 0;
	margin: 0;
	vertical-align: top;
	width: 25%;
	border: 0!important;
}

.tabs-navigation .nav-tabs>li {
	display: block;
	margin-bottom: 1px;
	line-height: 24px;
}

.tabs-navigation .nav-tabs>li .nav-link {
	display: block;
	position: relative;
	padding: 18px;
	font-weight: 600;
	border: none!important;
}

.tabs-navigation .nav-tabs>li .nav-link:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 10px;
	content: "\f054";
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #555;
}

.tabs-navigation .nav-tabs>li .nav-link.active:before {
	color: #fff;
}

.tabs-navigation .nav-tabs .nav-link,
.tabs-navigation .nav-tabs .nav-link:hover,
.tabs-navigation .nav-tabs .nav-link:hover {
	color: #555;
	background: #f7f7f7!important;
	border-radius: .25rem;
	border-top: none;
	border-left: none;
}

.tabs-navigation .nav-tabs>li .nav-link.active {
	color: #fff!important;
	background: #3355a7!important;
}

.tab-pane-navigation.active {
	display: block;
}

.tab-pane-navigation {
	display: none;
}


/* === TEAM CARDS === */

.team-card {
	border: 0!important;
	border-radius: 5px!important;
	overflow: hidden!important;
}

.team-card .card-body .card-title,
.team-card .card-body .card-text {
	text-align: center;
	margin: 0;
}

.team-card img {
	margin-bottom: 75px;
}

.team-card .card-body {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: calc(100% - 75px);
	background-color: rgb(51, 85, 167);
	color: #fff !important;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.team-card .card-body .card-title {
	color: #fff;
	font-weight: 600;
}

.team-card .card-body p {
	line-height: 1.6em;
}

.team-card:hover .card-body {
	top: 0;
}

.team-card .card-body .card-text {
	margin-bottom: 15px;
}


/* === ERROR PAGES === */

.http-error {
	padding: 50px 0;
}

.http-error h2 {
	font-size: 140px;
	font-weight: 700;
	line-height: 140px;
}

.http-error h4 {
	color: #777;
}

.http-error span {
	text-transform: uppercase;
}

.http-error p {
	font-size: 1.4em;
	line-height: 30px;
}

@media (max-width: 575px) {
	.http-error {
		padding: 0;
	}
	.http-error h2 {
		font-size: 100px;
		letter-spacing: 0;
		line-height: 100px;
	}
}


/* === MAINTENANCE PAGE === */

.http-maintenance {
	padding: 50px 0;
}

.http-maintenance h2 {
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
}

.http-maintenance p {
	font-size: 1.4em;
	line-height: 30px;
}

@media (max-width: 575px) {
	.http-maintenance {
		padding: 0;
	}
	.http-maintenance h2 {
		font-size: 40px;
		letter-spacing: 0;
		line-height: 40px;
	}
}


/* === DATA TITLE === */

[data-title]:hover:after {
	opacity: 1;
	visibility: visible;
}

[data-title]:after {
	content: attr(data-title);
	position: absolute;
	padding: 5px 10px;
	background: rgba(51, 85, 167, .8);
	border-radius: 5px;
	font-family: "Open Sans", Arial, sans-serif;
	color: white;
	font-size: 9px;
	line-height: 14px;
	;
	text-align: center;
	left: 110%;
	top: 6%;
	white-space: nowrap;
	opacity: 0;
	z-index: 99999;
	visibility: hidden;
}

[data-title] {
	position: relative;
}


/* === FILTERS === */

.filters i {
	margin-right: 10px;
}

.filters .list-inline {
	display: inline-block;
}

.filters .list-inline-item {
	cursor: pointer;
	font-weight: 600;
}

.filters .list-inline-item.active {
	color: #3355a7;
}

.filters .list-inline-item:hover {
	color: #3355a7;
}


/* === BLOCKQUOTES === */

blockquote {
	position: relative;
	background: #f2f2f2 !important;
	border-radius: 4px;
	padding: 12px 30px;
	border: 0;
	font-size: 1em;
	color: #666;
	font-family: 'Playfair Display', serif;
	margin: 0;
}

blockquote::before {
	top: 5px;
	left: 9px;
	color: #777;
	font-size: 35px;
	content: "“";
	font-style: normal;
	line-height: 1;
	position: absolute;
}

blockquote p {
	color: #777;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
}

.blockquote-arrow-down {
	margin-left: 20px;
	border-top: 10px solid #f2f2f2 !important;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	height: 0;
	margin: 0 0 0 45px;
	margin-left: 45px;
	width: 0;
}

.blockquote-author {
	margin-left: 8px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: flex;
	margin: 12px 0 0 0;
}

.blockquote-author p {
	color: #999;
	text-align: left;
	line-height: 1.2;
	margin-bottom: 0;
}

.blockquote-author strong {
	color: #111;
	display: block;
	margin-bottom: 2px;
	font-size: 1rem;
}

.blockquote-author span {
	color: #666;
	display: block;
	font-size: 0.8rem;
}