@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap');
/* CSS Document */

body{
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	color: #222;
    /*
    background-image: url("../images/bg.jpg");
    background-position:center center;
    background-repeat: no-repeat;
    background-size:cover;
    padding: 20px 5px;
    background-attachment: fixed;
    */
    font-weight: 400;
}
.font-plain{
    font-family: sans-serif;
}
h1,h2,h3,.h1,.h2,.h3,.h4,.h5,.h6{
    font-weight: 600;
}
.text-black{
    color:#000;
}
.text-orange{
    color:orange;
}
.bg-primary{
    background: #3e80bb;
}
.text-blue{
    color:#3e80bb;
}
.text-success{
    color:#05a84e !important;
}
.bg-success{
    background:#05a84e !important;
}
.btn-success{
    background:#05a84e;
    border-color:#069446;
}
.btn-success:hover,
.btn-success:focus{
    background:#069446;
    border-color:#069446;
}
/* HEADER */
.tel{
	font-size: 30px;
    font-weight: 700;
}
.tel a{
	color: #063996;
}
.tel a:hover{
	color: #222;
    text-decoration: none;
}
@media all and (max-width:990px){
	.tel{
		font-size:20px;
	}
}
.header{
	padding-top: 20px;
	padding-bottom: 20px;
    background: #fff;
}
.header .h2{
	font-size:2.6rem;
}
.header .h4{
	font-size:1.3rem;
}
/* NAV */
.navbar-toggler {
    padding: .25rem .50rem;
	font-size: 1rem;
}
.bg-blue{
background-color: #eaeaea;
}
.navbar-dark .navbar-nav .nav-link {
    color: #333;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #063996;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #063996;
}
.navbar-dark .navbar-toggler {
    border-color: #eaeaea;
    background-color: #eaeaea;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #063996;
}

/* CAROUSEL */
.carousel-caption {
bottom: 50%;
transform: translateY(50%);
}
.carousel-caption h5{
    font-size: 45px;
    font-weight: 700;
text-shadow: 5px 5px 10px #000;
    color: #fff!important;
}

/* BOXES */
.box_area{
	display: block;
	margin: 0;
	padding: 0px;
}
.box_area.small{
	padding:75px 0;
}
.box_area.tiny{
	padding:40px 0;
}
.box_area.nospace{
	padding:0 !important;
}
.box_area .images{
	position:relative;
}
.box_area .images:after{
	display:block;
	content:' ';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(0,0,0,0.2);
	z-index:5;
}
.box_area .text{
	position:absolute;
	top:50%;
	left: 0;
	right: 0;
	width: 100%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	
	color:#fff;
	z-index:10;
}
.box_area h2{
	color:#fff;
    font-size: 30px;
    text-shadow: 5px 5px 10px #000;
}

/* FOOTER */
.footer{
	padding: 50px 0;
    font-size: 13px;
    background: #fff;
    color: #111;
}
.footer a {
    color: #04a74e;
    text-decoration: none;
}
.footer a:hover {
    color: #222;
    text-decoration: none;
}
.footer h1{
    color: #04a74e;
}
.footer h3{
    font-size: 17px;
    color: #222;
}
.contact-hours {
    position: relative;
    display: inline-block;
    zoom: 1;
    * display: inline;
    vertical-align: top;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    line-height: 20px;
}
.contact-hours .active {
    color:#063996;
	font-weight:500;
}
.contact-hours ul li {
    width: 100%;
    font-size: 12px;
}
.contact-hours span {
    width: 50%;
    float: left;
}
.base{
    background:#063996;
    color:#fff;
}
.baseline{
    color: #fff;
    padding: 30px;
    font-size: 12px;
    text-align: center;
}
.baseline a{
    color: #063996;
}
.baseline a:hover{
    color: #fff;
}
.metascroller {
	margin:0 auto;
    height: 60px;
    padding: 6px;
    overflow: auto;
}
.baselinks ul {
	list-style-type:none;
	display:block;
	margin:10px auto
	;padding:0;
	line-height:18px;
}
.baselinks li {
	display:inline;
	padding: 0 6px;
	border-right:1px solid #fff
}
.baselinks a {
	font-weight: bold;	
	color: #063996;
	text-decoration: none;
	font-weight:normal;
	text-transform:uppercase;
	line-height:16px;	
}
.baselinks .active,.baselinks a:hover {
	color: #063996;
	text-decoration:underline
}
/* OTHER */
marquee {
background: #063996;
background: -moz-linear-gradient(-45deg, #222 0%, #063996 100%);
background: -webkit-linear-gradient(-45deg, #222 0%, #063996 100%);
background: linear-gradient(135deg, #222 0%, #063996 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#063996', GradientType=1);
color: #fff;
padding: 25px;
text-align: center;
font-size: 20px;
margin-bottom: -6px;
}
.colourheader {
background: #063996;
background: -moz-linear-gradient(-45deg, #222 0%, #063996 100%);
background: -webkit-linear-gradient(-45deg, #222 0%, #063996 100%);
background: linear-gradient(135deg, #222 0%, #063996 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#063996', GradientType=1);
color: #fff;
padding: 25px;
text-align: center;
font-size: 30px;
}
.container-fluid{
    max-width: 1400px;
}
.white{
    padding: 60px 30px;
    background-color: rgba(255, 255, 255, 1);
}
.content{
    padding: 60px 30px;
}
.blue{
    padding: 60px 30px;
	color: #fff;
    background: #063996;
}
.blue h1{
   	color: #fff;
}
.grey{
    padding: 60px 30px;
    background-color: #eaeaea;
    color: #fff!important;
}

h1 {
    font-size: 30px;
    color: #063996;
}
h2 {
    font-size: 25px;
    color: #063996;
}
h3 {
    font-size: 19px;
    color: #04a74e;
}
h4 {
    font-size: 19px;
    color: #063996;
}
h5 {
    font-size: 16px;
    color: #222!important;
    margin: 0!important;
}
h6 {
    font-size: 13px;
    color: #fff!important;
}
.list-group-item {
padding: 20px;;
}
.btn-primary {
color: #fff!important;
background-color: #063996;
border-color: #063996;
}
.btn-primary:hover {
color: #fff!important;
background-color: #222;
border-color: #222;
}
.borderline {
position: relative;
width: 25%;
height: 3px;
background-color: #063996;
margin: 15px auto;
}
hr {
border-top: 1px solid #f5f5f5;
}
a {
color: #063996;
text-decoration: none;
}
a:hover {
color: #111;
text-decoration: none;
}
.form-control {
/*font-size: 12px;*/
}
.list-group .fas,.list-group .far{
    color: #063996;
}
.small-text{
    font-size: 14px;
    color: #fff;
    margin-top: -10px;
    display: block;
}

/* MEDIA QUERIES */
@media all and (max-width:768px){
    .carousel-caption h5{
        font-size:25px;
    }
    .parallax h1{
        font-size:30px;
    }
}
@media (min-width: 768px){
    .px-md-auto{
        padding:0 !important;
    }
}

.light-bar{
background: #05a84e;
background: -moz-linear-gradient(-45deg, #05a84e 0%, #222 100%);
background: -webkit-linear-gradient(-45deg, #05a84e 0%, #222 100%);
background: linear-gradient(135deg, #05a84e 0%, #222 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#05a84e', endColorstr='#222', GradientType=1);
	color:#fff;
	font-size:17px;
    padding: 10px 20px;
}
.light-bar a{
	color:#fff;
	font-size:24px;
}
.light-bar a:hover{
	color:#eaeaea;
}
.light-bar p{
    margin: 0;
}
.btn-blue{
	color:#063996;
	
}
.dark-bar .btn-blue:hover {
    color: #222;
}

.width-336 {
    width: 336px;
}

.white.faded{
	border-top:solid 1px #fff;
	background:rgba(255,255,255,0.5);
    padding: 60px 15px;
}
/* PARALLAX */
.parallax1 {
    background-image: url(../images/parallax.jpg);
    min-height: 450px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.parallax1 > .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.parallax1 h1 {
color: #FFF!important;
font-size: 40px!important;
font-weight: 400;
text-shadow: 5px 5px 10px #000;
}
.btn-outline-light {
    border-color: #fff!important;
    border: 2px solid #fff!important;
    border-radius: 0!important;
	transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

/* REVIEWS */
.reviews{
	text-align: center;
	color: #222!important;
}
.reviews p{
	font-style: italic;
}
.reviews h5{
	font-size: 25px;
	color: #063996!important;
}
.reviews h6{
	font-size: 15px;
	font-weight: bold;
	color: #063996!important;
}
.reviews .carousel-control-prev{
	left: -100px;
}
.reviews .carousel-control-next{
	right: -100px;
}
.reviews .carousel-indicators{
margin-top: 30px;
margin-bottom: 0;
}
.reviews .carousel-indicators li {
    background-color: #fff;
}
.reviews .carousel-indicators .active {
    background-color: #063996;
}
@media (min-width: 320px) and (max-width: 640px) {
	.reviews .carousel-inner .carousel-item p{
		font-size: 14px;
	}
	.reviews .carousel-control-prev{
		left: -40px;
	}
	.reviews .carousel-control-next{
		right: -40px;
	}
 	.reviews .carousel-indicators{
		top: 400px;
	}
}
.reviewbox{
    padding: 20px;
    background-color: #f5f5f5;
}
.gold{
	color:#FC3;
	margin-bottom:20px;
}
/* CARD */
.card {
background-color: #fff;
    background: -moz-linear-gradient(135deg, #eaeaea 0%, #fff 80%);
    background: -webkit-linear-gradient(135deg, #eaeaea 0%, #fff 80%);
    background: linear-gradient(135deg, #eaeaea 0%, #fff 80%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#fff', GradientType=1);
    border: none;
    border-radius: 0;
    color: #222;
}
@media (max-width: 768px){
.card-deck {
    display: block !important;
}
}

/* Whatsapp */
.whatsapp{
    position: fixed;
    left: 20px;
    bottom: 20px;
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    text-align: center;
    padding: 8px;
    transition: all ease-in-out .3s;
	z-index:99999999;
}
.whatsapp:hover{
	color:#25d366;
	background:#ffffff;
}
