/*
Theme Name: <Insert your site name here> Child Theme
Description: A child theme for Uikit Theme
Author: Rebecca Chapman
Template: Uikit Theme
*/

/* Write custom css here */

html {
	background-color: #222;
}

a {
	color: #3B6CB1;
}

a:hover {
	color: #3B6CB1;
}

.uk-navbar {
	background: #3B6CB1;
}

#menu-main-menu {
	position: relative;
	left: 0px;
}

.uk-sticky-nav,
.uk-sticky-nav .uk-navbar {
	height: 60px;
}

.uk-navbar-nav li a {
		font-weight: bold;
	font-size:18px;
	line-height:20px;
	}

.uk-navbar .nav-container {
}

.uk-navbar-nav > li > a {
	color: #fff;
}

.uk-navbar-nav > li > a:hover,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li > a:active {
	color: #fff;
	background-color: transparent;
}

.uk-navbar-nav > li:hover, 
.uk-navbar-nav > li > a:hover,
.uk-navbar-nav > li:hover > a{
	background-color: transparent;
}

.uk-navbar-brand {
	display: none!important;
}

.uk-navbar-nav > li.uk-active  > a {
	color: #fff;
	background-color: transparent;
}

.quote {
	text-align: right;
}

.navbar-contact {
	max-width: 312px;
	display: inline-block;
}

.navbar-contact li,
.navbar-contact li a {
	line-height: 30px;
	height: 30px;
}

/*
p.nolink.noicon {
	padding-left: 22px;
}
*/

.header-text p {
	margin: 0px;
}

.header-text,
.header-text a {
	color: #3b6cb1 !important;
	list-style: none;
	display: block;
	font-size: 18px;
	line-height: 28px;
}

#header .uk-overlay-panel li {
	color: #3b6cb1;
}

.uk-overlay-panel {
	padding: 35px;
}

.header-contact {
	margin: 0px;
}

.header-contact li {
	text-align: left;
}

.uk-navbar-nav .menu-item {
	/*border-left: 1px solid #222;*/
	height: 40px;
	margin: 10px 0;
}

#menu-item-264 {
	border: 0;
}

.panel-list {
	padding: 0px;
}

.uk-navbar-flip li {
	color: #fff;
	border: 0px !important
}

.uk-navbar-flip li a {
	color: #fff;
	padding: 0px;
	padding-right: 10px;
}

.uk-navbar-flip li a i {
	color: #fff;
	background-color: #3b6cb1;
}

.uk-navbar-flip li a i:hover {
	color: #fff;
	background-color: #3b6cb1;
}
.hvr-icon-rotate-phone:hover:before, .hvr-icon-rotate:focus:before, .hvr-icon-rotate:active:before {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

/*.uk-navbar-flip {
	display: none;
}

.uk-sticky-nav .uk-navbar-flip {
	display: inline-block;
}*/

.small-contact-text {
	font-size: 14px;
	color: #fff;
}

.uk-slidenav {
	display: none !important;
}



.serv-contain {
    position: relative;
    height: 371px;
    overflow: hidden;
}

.box {
    position: absolute;
    bottom: -30px;
    -webkit-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    -ms-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
    height: 185px;
    background: #3B6CB1;
    color: #fff;
    width: 100%;
}

.box-content {
	position: relative;
	height: 190px;
	bottom: 0px;
}

.box-text {
	padding: 0px 15px;
	position: relative;
}

.panel-list {
	list-style: none;
}

.box-read-more {
	text-align: center !important;
}

.box-link-container {
	background: #000E49;
}

.box-text h2 {
	color: #fff;
}

.box-tab {
	width: 0px;
	border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000E49;
    margin: 0px auto;
}

.box-link {
	position: relative;
	padding: 10px 0px;
	height: 20px;
	color: #fff !important;
	display: block;
}

.box-read-more {
	width: 100%;
	position: absolute;
	bottom: 0px;
}

/* --- */
/* services animate */
.serv-contain:hover .box {
    height: 220px;
    overflow: hidden;
} 

.serv-contain:hover .serv-images {
    opacity: 0.6;
    transition-property: opacity; 
     transition-duration: 0.5s;
      transition-timing-function: ease-in-out;
}
/* --- */

.uk-navbar-nav.mobile {
	float: right;
}

.uk-navbar-toggle {
	color: #fff;
	line-height:40px;
}

.mobile-bar-button > a {
	color: #fff;
}

.mobile-bar-button > a > i{
	background: #fff;
	color: #3B6CB1;
}

.uk-navbar-nav .mobile-bar-button a {
	padding: 0px 5px;
}

.position-relative {
	position: relative;
}

.header-title-large {
	position: absolute;
    bottom: 0px;
    font-size: 20px;
    line-height: 14px;
}

@media screen and (max-width: 1164px) {
	#menu-main-menu li a {
		font-size: 14px;
	}
}

@media screen and (max-width: 950px) {
	#header .uk-overlay-panel {
		display: none;
	}
	
	.uk-navbar {
		color: #fff;
		background: #3B6CB1;
	}
	
	.uk-overlay {
		max-width: 300px;
	}
	
	#header {
		text-align: center;
	}
	
	.uk-sticky-nav,
	.uk-sticky-nav .uk-navbar {
	height: 40px;
		}
	
	.uk-navbar-container{
	height:40px;
	}
}

@media screen and (min-width: 951px) {
	.home-image {
		display: none;
	}
}

.home-image {
	text-align: center;
}

@media (max-width: 549px) {
    .home-slider {
        display: none;
    }
}

em {
    color: #3b6cb1;
}

@media screen and (max-width:1165px) {
	.serv-contain {
    position: relative;
    height: 350px;
    overflow: hidden;
}
}

@media screen and (max-width:1070px) {
	.serv-contain {
    position: relative;
    height: 320px;
    overflow: hidden;
}
}

@media screen and (max-width:959px) {
	.serv-contain {
    position: relative;
    height: 400px;
    overflow: hidden;
}
}

@media screen and (max-width:680px) {
	.serv-contain {
    position: relative;
    height: 350px;
    overflow: hidden;
}
}

@media screen and (max-width:555px) {
	.serv-contain {
    position: relative;
    height: 315px;
    overflow: hidden;
}
}

@media screen and (max-width:479px) {
	.serv-contain {
    position: relative;
    height: 450px;
    overflow: hidden;
}
}

@media screen and (max-width:425px) {
	.serv-contain {
    position: relative;
    height: 400px;
    overflow: hidden;
}
}

@media screen and (max-width:358px) {
	.serv-contain {
    position: relative;
    height: 350px;
    overflow: hidden;
}
}

.uk-icon-button-small {
	    line-height: 32px;
}

#map_wrapper {
    height: 400px;
}

.normal-text {
	font-weight:500;
}

#header .uk-link-reset{
display:none;
}

.uk-navbar-container {
background:#3B6CB1!important;
}

.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle{
min-height:0px!important;
}

.uk-navbar-nav{
gap:0px;
}

.uk-navbar-nav>li>a{
text-transform:none;
}

.uk-overlay-panel a:not([class]){
text-decoration:none;
}

.uk-margin-large-top{
margin-top:40px!important;
}

h1{
font-size:36px;
}

h3{
font-size:18px;
	margin-top:10px;
	margin-bottom:10px;
}

h2{
font-size:24px;
}

p{
font-size:14px;
	margin-top:10px;
	margin-bottom:10px;
}

.uk-dotnav>*>*{
display: block;
    box-sizing: content-box;
    width: 20px;
    height: 20px;
    border-radius: 50%;
        text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
	background: rgba(255, 255, 255, 0.4);
}

.uk-dotnav>.uk-active>*{
background:#fff;
}

.entry-title{
display:none;
}

.uk-margin-top{
	margin-top:15px!important;
}