h1, h2, h3, h4, h5, h6 {
    font-family: "texgyreadventorbold", sans-serif;
    font-weight: normal;
    color: #005696;
}

h1 {
    font-size: 2.7em;
}
h2 {
    font-size: 2.3em;
}
h3 {
    font-size: 2em;
}







.logo1 {
	display: none;
}
.logo2 {
	display: block !important;
}



.header {
    text-align: left;
    position: relative;
    background-color: #ffffff;
    height: 130px;
}
.header-inner {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
    position: relative;
    color: #000000;
}
.header-info {
    text-align: right;
    float: right;
    margin: 5px 5px 1em 0em;
    width: 68%;
    letter-spacing: 0.05em;
}
.header-strap {
    color: #000000;
    font-size: 1.15em;
    margin-top: 0.6em;
    font-style: normal;
}
#logo {
    margin: 25px 0 1.2em 0;
    float: left;
    width: 28%;
}
#logo img {
    width: 100%;
    max-width: 240px;
}


@media screen and (min-width: 1000px) {
    .menu-hold {
        position: absolute;
        height: 60px;
        width: 100%;
        background-color: transparent;
        /* border-top: solid 1px #d7cab0; */
        top: 68px;
    }
	    .menu-hold-inner {
        max-width: 1270px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        text-align: right;
    }
}





.colour {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
    position: relative;
    background-color: #fff;
	border: none !Important;
}
.restrict-width {
    margin-left: auto;
    margin-right: auto;
    max-width: 1250px;
}
.restrict-width-mid {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
}
.colour.grey {
	background-color: #ededed;	
}






.p-banner H1 {
    color: #fff;
    font-size: 3em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 1.2em;
    margin: 0.1em 0px 0.3em 0px;
    letter-spacing: normal;
}
.p-banner-inner {
    max-width: 772px;
}


/*----------------------------*/
.btn {
    padding: 12px 30px;
    font-size: 1.05em;
    border-radius: 0px;
    display: inline-block;
    margin-bottom: 0.5em;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: solid 0px #e12b01;
}
.btn.btn-primary {
    color: #fff;
    background-color: #005696;
}
.btn.btn-primary:hover {
    color: #fff;
    background-color: #005696;
	transform: translateY(-4px)
}


/*-------------------------------------*/
.testimonial-colour {
    padding: 3em 0em 4.5em 0em;
    background-color: #fff;
}
.testimonial-column {
    min-height: 400px;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
}

.testimonial_message {
    font-size: 1.7em;
    padding: 40px 40px 40px 40px;
    color: #ffffff;
	background-color: #024d87;
    margin: 0px 0px 0px 0px;
    border-radius: 40px 40px 40px 40px;
    border: solid 0px #024d87;
    /*background-image: -webkit-linear-gradient(0deg, rgba(91, 30, 98, 1.00) 0%, rgba(57, 14, 60, 1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(91,30,98,1.00) 0%,rgba(57,14,60,1.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(91,30,98,1.00) 0%,rgba(57,14,60,1.00) 100%);
    background-image: linear-gradient(90deg, rgba(91, 30, 98, 1.00) 0%, rgba(57, 14, 60, 1.00) 100%);*/
}
a.testimonial_content .testimonial_message {
	font-family: "texgyreadventorregular", sans-serif !Important;
	color: #fff !important;
	font-size: 1.4em !important;
}

.testimonial_whoby {
    text-transform: uppercase;
    color: #000000 !important;
    padding: 20px 0px 0em 0px !important;
    text-align: center;
    background-image: url(images/speach-arrow.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 30px auto;
	margin-top: 0px;
}


/*--------------------------------------------------------------*/
.footer-wrap {
    color: #fff;
    background-color: #024d87;
    font-size: 0.80em;
    line-height: 1.5em;
	padding: 4em 0em;
	position: relative;
}
.footer-wrap a {
    color: #ccc !important;
    font-family: "texgyreadventorregular", sans-serif;
}
.footer-sm {
	display: block !important;
}


@media (max-width: 719px) {
    .footer-1, .footer-2, .footer-3 {
        border: none;
        border-bottom: solid 1px rgba(255,255,255,0.14);
        min-height: inherit;
        padding-bottom: 1em;
        text-align: center;
    }
}

/*--------------------------------------------------------------*/

@media screen and (max-width: 999px) {
	
	.header-info {
		text-align: right;
		float: right;
		margin: 13px 66px 1em 0em;
		width: 46%;
		letter-spacing: 0.05em;
	}

	a.toggleMenu {
        background-color: #CBBC9F;
        color: #000000;
        border-top: 0px solid #E8E2D6;
    }
	.header {
		height: 90px;
	}
	#logo img {
		width: 100%;
		max-width: 180px;
	}
	#logo {
		margin: 20px 1.2em 5px;
		float: left;
		width: 35%;
	}
	nav > ul {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all .0s ease;
        -moz-transition: all .0s ease;
        -o-transition: all .0s ease;
        transition: all .0s ease;
    }
	
	
	
	
	
	
	
	
.navresponsive {
	width: 100%;
	background-color: transparent;
	top: 0px;
}
#navres.active {
	        /* padding-top: 75px; */
        background-color: #ffffff;
        top: 86px;
        position: absolute;
        width: 100%;
}
.menu-hold {
    position: absolute;
    right: 0px;
    top: 3px;
    left: auto;
    width: 100%;
	height: 60px;
}
.header-tel-email,.header-to-menu,.header-info {

}
nav.navigation {
	position: absolute;
	top: 95px;
	right: 0px;
	left: 0px;
	z-index: 1010;
}

#nav-main {
	margin-top: -1px !important;	
}
a.toggleMenu {
    background-color: transparent;
        color: #807B74 !important;
        font-size: 0em;
        height: 30px;
        z-index: 99999999999 !important;
        width: 40px;
        position: absolute;
        top: 13px;
        right: 7px;
        left: auto !important;
        display: block !important;
}
nav {
    margin: 0 0px 10px 10px;
}
#navres {
	margin: 0px !important;
}
#navres LI {
	background-color: transparent;
	width: 100%;
}
#navres LI:hover {
	background-color: transparent;
	/*color: #ffffff !important;*/
}
nav ul li {
    border-top: none;
}
nav ul li a {
	color: #000000 !important;
	border-top: 1px solid rgba(0,0,0,0.08);
	padding: 15px 10px;
	background-color: #ffffff;
	font-weight: 400;
}

nav ul li a:hover {
	color: #1b75bb !important;
	background-color: #F1F1F1;
}
.touch-btn {
	display: none;
}
span.touch-btn {
	background-color: transparent !important;
	background-image: url(images/plus-minus-submenu.png);
}
    .toggleMenu span.touch-btn:first-of-type {
        background: url(images/plus-minus.png) no-repeat 50% 2px #666;
        border-radius: 0px !important;
        background-color: transparent !important;
        width: 30px;
        height: 30px;
    }
a.toggleMenu span.touch-btn {
    background-position: 0% 0px !important;
}
.mobiletoplevelopen {
	width: 100%;
}
ol.ol_class {
	padding-left: 0px;	
}



}


@media screen and (max-width: 850px) {
    .header-info-line {
		margin-top: 1.3em;
		font-size: 0.85em;
	}
	#logo {
        margin: 20px 1.2em 5px;
        float: left;
        width: 180px;
    }

}


@media screen and (max-width: 600px) {
    .header-info {
        display: none;
    }
}




@media screen and (max-width: 450px) {

	a.toggleMenu {
        right: 10px;
    }
}



/*-----------------------------------------------------------------------------------*/
.p-banner {
    height: calc(100vh - 130px);

}

.hp-f-wrap figcaption {
    position: absolute;
    top: 00px;
    left: 0px;
    padding: 6px 20px;
    background-color: rgba(0,86,150,0.90);
}
.hp-f-wrap h3 {
    margin: 0.2em 0em;
    font-family: "texgyreadventorbold", sans-serif;
    color: #fff;
    font-size: 1.3em;
}



