* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	font-size: 100%;
}

body {
	
	font-size: 14px;
	color: #353535;
	line-height: 28px;
	font-weight: 400;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Montserrat', sans-serif;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #475594;
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	position: relative;
	font-weight: 400;
	margin: 0px;
	background: none;
	line-height: 1.2em;
	font-family: 'Montserrat', sans-serif;
	color: #353535;
}

textarea {
	overflow: hidden;	
	resize: none;
}

button {
	outline: none !important;
	cursor: pointer;
	background-color: transparent;
}

p, .text, ul {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 400;
	color: #353535;
	margin: 0;
}

p a:hover,
.text a:hover {
	text-decoration: underline;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
	z-index: 99;
}

ul, li {
	list-style: none;
	padding: 0px;
	margin: 0px;	
}

.theme-btn {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding: 9px 20px;
	border-radius: 5px;
	background-color: #475594;
	overflow: hidden;
	cursor: pointer;
}

.theme-btn:hover {
	color: #475594;
	background-color: #ffffff;
	box-shadow: 0 10px 20px rgba(0,0,0,0.10);
}

.theme-btn.btn-small {
	line-height: 24px;
	padding: 6px 15px;
}

.footer-list{
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.footer-list li {
	position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #353535;
    font-weight: 400;
    padding-left: 30px;
    margin-bottom: 5px;
    font-family: "Montserrat", sans-serif;
}

.footer-list li a {
	color: #353535;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;	
}

.footer-list li:before{
	position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 28px;
    color: #475594;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    content: "\f061";
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;	
}

.scroll-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	height: 30px;
	width: 30px;
	font-size: 16px;
	line-height: 30px;
	color: #475594;
	text-align: center;
	cursor: pointer;
	z-index: 100;
	background: #ffffff;
	display: none;
	border-radius: 0;
	margin: 0 auto;
	box-shadow: 0 0 5px rgba(0,0,0,0.10);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;		
}

.scroll-to-top:hover {
	background: #475594;
	color: #ffffff;
}

.main-header {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 999;
}

.main-header .header-lower{
	position: relative;
	background-color: #ffffff;
}

.main-header .header-lower .logo-outer{
	position: relative;
	float: left;
	padding: 20px 0;
}

.main-header .header-lower .logo{
	position: relative;
}

.main-header .header-lower .logo img{
	position: relative;
	max-width: 100%;
	height: auto;
}

.main-header .header-lower .nav-outer{
	position: relative;
	float: right;
}

.main-header .main-box{
	position:relative;
	left:0px;
	top:0px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu{
	position:relative;
	float:left;
	font-family: 'Montserrat', sans-serif;
}

.main-menu .navbar-header{
	display: none;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	padding:50px 0px;
	margin-left: 35px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	text-align:center;
	opacity:1;
	font-weight:400;
	color:#353535;
	font-size:18px;
	line-height:30px;
	padding: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	text-transform: lowercase;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	color: #475594;
}

.main-menu .navigation > li > a:before{
	position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    content: "";
    background-color: #475594;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before{
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width: 310px;
	padding:20px 15px;
	z-index:100;
	background:#ffffff;
	opacity: 1;
	-webkit-transform:scaleY(0);
	-moz-transform:scaleY(0);
	-ms-transform:scaleY(0);
	-o-transform:scaleY(0);
	transform:scaleY(0);
	transform-origin: top;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position: relative;
    display: block;
    padding: 5px 10px;
    line-height: 30px;
    font-weight: 400;
    font-size: 16px;
	color:#353535;
	text-align:left;
	white-space: nowrap;
	text-transform:lowercase;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	transition: all 200ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#ffffff;
	background-color: #475594;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
    z-index: 5;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0%;
	width:250px;
	padding:20px 15px;
	z-index:100;
	opacity: 1;
	background:#ffffff;
	margin-left: 15px;
	margin-top: -20px;
	-webkit-transform:scaleX(0);
	-moz-transform:scaleX(0);
	-ms-transform:scaleX(0);
	-o-transform:scaleX(0);
	transform:scaleX(0);
	-webkit-transform-origin:left;
	-ms-transform-origin:left;
	-moz-transform-origin:left;
	transform-origin:left;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:5px 10px;
	line-height:30px;
	font-weight:400;
	font-size:16px;
	color:#353535;
	text-align:left;
	white-space: nowrap;
	text-transform:capitalize;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	transition: all 200ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	color:#ffffff;
	background-color: #475594;
}

.main-menu .navigation > li.dropdown:hover > ul{
	-webkit-transform:scaleY(1);
	-ms-transform:scaleY(1);
	-moz-transform:scaleY(1);
	transform:scaleY(1);
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	-webkit-transform:scaleX(1);
	-ms-transform:scaleX(1);
	-moz-transform:scaleX(1);
	transform:scaleX(1);
	visibility:visible;
	opacity:1;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;	
	transition: all 500ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:8px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:26px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .outer-box{
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: 99999;
    background: #ffffff;
    box-shadow: 0 0 20px rgba(0,0,0,.05);
}

.fixed-header .sticky-header{
	opacity:1;
	z-index: 9999;
	visibility:visible;
}

.fixed-header .sticky-header .logo{
	padding: 10px 0;
}

.sticky-header .main-menu .navigation > li{
	margin-left: 35px;
	padding: 0 !important;
	margin-right: 0;
	background-color: transparent;
}

.sticky-header .main-menu .navigation > li:after{
	display: none;
}

.sticky-header .main-menu .navigation > li > a{
	padding:20px 0px;
	text-transform: lowercase;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sticky-header .main-menu .navigation > li a:before{
	bottom: 20px;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a{
	opacity:1;
	color: #475594;
	background-color: #ffffff;
}

.sticky-header .main-menu .navigation > li:before,
.sticky-header .main-menu .navigation > li.dropdown > a:after{
	display: none;
}

.sticky-header .main-menu .navigation > li.dropdown:hover > ul{
	margin-top: 0;
}

.sticky-header .auto-container{
	max-width: 1200px;
}

.nav-outer .mobile-nav-toggler{
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	color:#475594;
	display: none;
}

.mobile-menu{
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	max-width:100%;
	height: 100%;
	margin: 0 auto;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
} 

.mobile-menu .nav-logo{
	position:relative;
	padding: 15px;
	text-align:left;	
}

.mobile-menu .nav-logo img{
	max-width:200px;
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-box{
	position: relative;
	left: 0px;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background: #ffffff;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	-webkit-transform:  scale(0);
	-moz-transform:  scale(0);
	-ms-transform:  scale(0);
	-o-transform:  scale(0);
	transform:  scale(0);
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-ms-transform-origin: top right;
	-o-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.mobile-menu .close-btn{
	position: absolute;
	right: 20px;
	top: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	background-color: #475594;
	cursor: pointer;
	z-index: 10;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .close-btn:hover{
	opacity: 0.50;
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	padding: 0 20px;
}

.mobile-menu .navigation > li{
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 20px;
	padding: 7px 25px;
	font-size: 16px;
	color: #353535;
	font-weight: 400;
	text-transform: lowercase;
}

.mobile-menu .navigation > li > a{
	font-size: 18px;
	font-weight: 400;
	padding: 10px 20px;
	box-shadow: 0 0 6px rgba(0,0,0,0.05);
}

.mobile-menu .navigation > li > ul{
	padding: 10px 0;
}

.mobile-menu .navigation li.current-menu-ancestor > a,
.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a{
	color:#475594;	
}

.mobile-menu .navigation > li > ul > li > ul{
	padding-left: 15px;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	font-size:12px;
	line-height:40px;
	border-left: 1px solid #fafafa;
	color:#353535;
	cursor:pointer;
	z-index:5;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active .fa:before{
	display: inline-block;
	position: relative;
	content: "\f068";
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}


.form-group{
	position:relative;
	margin-bottom:20px;	
}

button{
	text-transform: lowercase;
}

.main-footer{
	position:relative;
	background-repeat: repeat;
	background-position: center;
	padding: 40px 0 0px;
}

.main-footer:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	content: "";

}

.main-footer .widgets-section{
	position:relative;
	padding-bottom: 40px;
}

.main-footer .footer-column{
	position:relative;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:40px;
}

.main-footer .widget-title{
	position: relative;
	font-size:22px;
	font-weight:400;
	color:#ffffff;
	line-height: 24px;
	margin-bottom:30px;
	padding-bottom: 15px;
}

.main-footer .widget-title:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 40px;
	background-color: #475594;
	content: "";

}

.main-footer .links-widget{
	position: relative;
	margin-bottom: 0;
}

.main-footer .footer-list{
	margin-bottom: 40px;
}

.main-footer .footer-list li a, .main-footer a, .main-footer p{
	color: #ffffff; 
}

.main-footer .footer-list li a:hover{
	color: #475594;
	text-decoration: underline;
}



.main-footer .social-list {
	position: relative;
}

.main-footer .social-list li {
	position: relative;
	font-size: 18px;
	line-height: 1.4em;
	color: #ffffff;
	font-weight: 400;
	padding-left: 30px;
	margin-bottom: 11px;
}

.main-footer .social-list li span{ 
	position: absolute;
	left: 0;
	top: 0;
	font-size:18px;
	line-height: 1.4em;
	color: #475594;
}

.main-footer .social-list li a{
	color:#ffffff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.main-footer .social-list li a:hover{
	color: #475594;
}

.sidebar-container .sidebar {
	position: relative;
	padding-right: 30px;
}

.sidebar li {
	position: relative;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sidebar li:before {
	position: absolute;
	top: 20px;
	left: 0px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	border: 2px solid #353535;
	content: "";
	z-index: 8;
	opacity: .5;
}

.sidebar li a {
	position: relative;
	font-size: 16px;
	color: #353535;
	line-height: 30px;
	font-weight: 400;
	padding: 10px 0px;
	padding-left: 20px;
	border-bottom: 1px solid #f1f1f1;
	display: block;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar li:hover a,
.sidebar li.active a {
	background-color: #ffffff;
	color: #475594;
}

.sidebar li:hover:before, 
.sidebar li.active:before {
	border-color: #475594;
	opacity: 1;
}

@media only screen and (max-width: 1139px){
	.sidebar-container .sidebar{
		padding-right: 0;
	}
}

.page-title{
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 100px 0px;
	text-align: center;
}

.page-title .auto-container {
	min-height: 100px;
}

.banner-section {
	position: relative;
}

.banner-section .slide-item {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banner-section .slide-item .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
 }

.banner-carousel .active .slide-item .image-layer {
	-webkit-transition: all 10000ms linear;
	-moz-transition: all 10000ms linear;
	-ms-transition: all 10000ms linear;
	-o-transition: all 10000ms linear;
	transition: all 10000ms linear;
}

.banner-section .slide-item .content-box {
	position: relative;
	height: 800px;
	width: 100%;
	display: table;
	vertical-align: middle;
	text-align: center;
}

.banner-section .slide-item .content{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 9;
}

.banner-section .owl-nav{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: right;
	transform: scale(1.5);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.banner-section:hover .owl-nav {
	transform: scale(1);
}

.banner-section .owl-prev,
.banner-section .owl-next {
	position: absolute;
	left: 0;
	top: 0;
	height: 50px;
	width: 50px;
	background-color: rgba(255,255,255,.20);
	font-size: 18px;
	line-height: 50px;
	color: #475594;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.banner-section .owl-next{
	left: auto;
	right: 0;
}

.banner-section .owl-prev:hover,
.banner-section .owl-next:hover{
	background-color: rgba(0, 0, 0, .80);
	color: #ffffff;
}

.banner-section .owl-dots{
	display: none;
}

/* Vlastní styly */
h3 {
	font-size: 20px;
	margin-bottom: 16px;
}

.page-container {
	padding: 60px 0;
}

.content-container {
	position: relative;
	background-color: #ffffff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
	padding: 30px;
}

.page-container h2 {
	text-align: center;
	margin-bottom: 40px;
	position: relative;
	display: block;
    font-size: 40px;
    line-height: 1em;
    font-weight: 700;
    cursor: default;
    text-transform: lowercase;
}

.jobs-button {
	display: block;
	width: 100%;
	line-height: 110px;
	font-size: 25px;
	margin-bottom: 30px;
}

@media (max-width: 576px) {
	.jobs-button {
		line-height: 40px;
		min-height: 80px;
	}
}

.jobs-button.small {
	line-height: 50px;
	font-size: 18px;
	margin-bottom: 15px;
}

@media (max-width: 576px) {
	.jobs-button.small {
		line-height: 40px;
		min-height: auto;
	}
}

.jobs-button a {
	padding-left: 100px;
	position: relative;
	display: block;
	min-height: 80px;
	color: #ffffff;
	background-color: #767779;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.jobs-button.small a {
	min-height: auto;
}

.jobs-button.blue a {
	background-color: #475594;
}

.jobs-button a:hover {
	background-color: #5c5c5e;
}

.jobs-button.blue a:hover {
	background-color: #38447d;
}

.jobs-button.small a {
	padding-left: 0;
	text-align: center;
}

.jobs-button:not(.small) a:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100px;
	content: "";
	background: transparent url(../images/job.png) center center no-repeat;
}

div.table .thead-dark th {
	background-color: #767779;
	border-color: #dee2e6;
}

div.table .row.thead-dark > div {
	background-color: #767779;
	border-color: #dee2e6;
	color: #ffffff;
	font-weight: 700;
}
div.table .row {
	margin-right: 0;
	margin-left: 0;
	border-bottom: 1px solid #dee2e6;
}
div.table .row > div {
	padding: .75rem;
}
div.table.table-striped .row:nth-of-type(2n+1) {
	background-color: rgba(0,0,0,.05);
}

.icons .item {
	flex: 1;
	min-width: 200px;
	position: relative;
	padding-top: 115px;
	float: left;
	text-align: center;
}

.icons .icon {
	position: absolute;
	display: block;
	width: 100%;
	top: 0;
	font-size: 100px;
	line-height: 110px;
	color: #475594;
}

.icons h4 {
	font-size: 19px;
	padding: 0 15px;
	margin-bottom: 10px;
	color: #475594;
}

.icons a:hover .icon,
.icons a:hover h4 {
	color: #5c5c5e;
}

.about-years {
	position: relative;
	margin-bottom: 30px;
	padding: 10px 30px;
	color: #475594;
}

.about-years .years {
	display: block;
	font-size: 100px;
	line-height: 100px;
	font-weight: 700;
	margin-right: 10px;
	font-family: 'Montserrat', sans-serif;
	float: left;
}

.about-years .text-top {
	display: block;
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
	padding: 65px 0 0;
	margin-bottom: 0;
	float: left;
	text-transform: uppercase;
}

@media (max-width: 576px) {
	.about-years .text-top {
		padding: 0;
	}
}

.about-years .text-bottom {
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 0;
	float: left;
	text-transform: uppercase;
}


.news .item {
	position: relative;
	padding: 20px;
}

.news .item-content-container {
	position: relative;
	overflow: hidden;
	padding:12px;
	box-shadow: 0 0 20px rgba(0,0,0,.10);
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news .item-image-container figure {
	position: relative;
	margin-bottom: 0;
	overflow: hidden;
}

.news .item-image-container figure:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	z-index: 1;
	transform: scale(0);
	border-radius: 500px;
	background-color: rgba(255,255,255,.20);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 200ms ease;
}

.news .item-content-container:hover .item-image-container figure:before {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.news .item-image-container figure img {
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news .item-content-container:hover figure img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.news .item-text-container {
	position: relative;
	text-align: center;
	padding: 15px 15px;
	background-color: #ffffff;
}

.news .item-text-container h4 {
	position: relative;
	display: block;
	font-size:  20px;
	line-height: 1.2em;
	color: #353535;
	font-weight: 400;
	margin-bottom: 15px;
}

.news .item-text-container .text {
	position: relative;
    margin-bottom: 15px;
}
.news .item-text-container .text.short {
	max-height: 96px;
	overflow: hidden;
}

.news .item-button-container {
	position: relative;
}

.news .item-button-container a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #353535;
}

.news .item-button-container a span {
	opacity: 0;
	visibility: hidden;
	font-size: 12px;
	transform: translateX(-20px);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news .item-button-container a:hover {
	color: #353535;
}

.news .item-content-container:hover .item-button-container a span {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	visibility: visible;
	opacity:1;
}

.page-container p.title {
	font-size: 18px;
	line-height: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #c8c8c8;
	margin-bottom: 15px;
}

.clients-carousel .owl-dots,
.clients-carousel .owl-nav{
	display: none;
}

footer .apa img {
	margin-top: 30px;
	width: 100%;
	max-width: 60%;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="url"],
select,
textarea {
	position:relative;
	display:block;
	width:100%;
	background:#fafafa;
	font-size: 16px;
	line-height:28px;
	color: #555555;
	padding: 10px 20px;
	border: 1px solid #dddddd;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

select {
	cursor:pointer;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	-moz-appearance:none;
	background:#fafafa url(../images/icon-select.png) right center no-repeat;
}

textarea {
	padding-left: 30px;
	height: 190px;
	resize: vertical;
}

input:focus,
select:focus,
textarea:focus{
	border-color: #475594;
}

.formContainer, .interestContainer, .resendContainer {
	display: none;
}

/* colors */
p a:hover,
.text a:hover,
.page-container h2 {
	color: #475594;
}

@media only screen and (max-width: 1139px){
	.banner-section .slide-item .content-box {
		height: 600px;
	}

	.banner-section .slide-item .content-box {
		height: 800px;
	}

	.sidebar-container .sidebar {
		padding-right: 0;
	}
}

@media only screen and (min-width: 768px) {
	.main-menu .navigation > li > ul,
	.main-menu .navigation > li > ul > li > ul {
		display:block !important;
		visibility: hidden;
		opacity: 0;
	}
}

@media only screen and (max-width: 1023px) {
	.sticky-header .nav-outer .mobile-nav-toggler {
		padding: 10px 0;
	}

	.nav-outer .mobile-nav-toggler {
		display: block;
		margin: 0;
		padding: 14px 0;
		margin-left: 20px;
		color: #475594;
	}

	.main-header .nav-outer .main-menu {
		display: none;
	}

	.main-header .header-lower .logo-outer {
		padding: 15px 0;
	}

	.banner-section .slide-item .content-box {
		height: 600px;
	}

	.page-wrapper {
		padding-bottom: 0 !important;
	}

	p, .text,
	.main-footer .contact-list li,
	.footer-list li {
		font-size: 16px;
		line-height: 1.6em;
	}
}	

@media only screen and (max-width: 767px) {
	.main-footer {
		padding-top: 70px;
	}

	.page-title {
		padding: 70px 0;
	}
}

@media only screen and (max-width: 599px) {
	.page-title {
		text-align: center;
		padding: 80px 0;
	}
}

@media only screen and (max-width: 479px) {
	.banner-section .owl-nav {
		display: none;
	}
}

@media print {
	.noPrint {
		display: none !important;
	}
}