@charset "UTF-8";

/* CSS Document */


/***************************************************************************/


/***************************** GENERAL STYLES *******************************/


/***************************************************************************/

.wrapper {
	max-width: 1200px;
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px;
	position: relative;
	text-align: center;
	display: block;
	z-index: 1;
}

.innerWrapper{
	max-width: 1000px;
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px;
	position: relative;
	text-align: center;
	display: block;
	z-index: 1;
}

.section {
	padding: 60px 0px;
	position: relative;
}
.col-1-4 {
	width: 23%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-3-4 {
	width: 73%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1-3 {
	width: 31.333%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-2-3 {
	width: 64.66%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1-2 {
	width: 48%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1-5 {
	width: 18%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-2-5 {
	width: 38%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-3-5 {
	width: 58%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-4-5 {
	width: 78%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1-10 {
	width: 8%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-9-10 {
	width: 88%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1 {
	margin: 1%;
	width: 98%;
	position: relative;
}
.col-1-6 {
	width: 14.66%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1-7 {
	width: 12%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1-10 img, .col-1-4 img, .col-1-2 img, .col-1-3 img, .col-1-5 img, .col-1 img {
	width: 100%;
	height: auto;
	margin: 0px;
	display: block;
	padding: 0px;
}
.vertical {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}

.center {
	text-align: center;
}
.grey {
	background: #4d4d4d;
}
.navy {
	background: #2a2247;
}

.green{
	background: #00B388;
}

.navy *,.green *{
	color: #fff;
}

.white{
	background:#fff;
}

.white:last-child{
	padding-top:0;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    margin-top:30px;
    margin-bottom: 30px;
}

.wrapper .video-container,.innerWrapper .video-container{
	margin-top:0;
}

.video-container embed, .video-container iframe, .video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/***************************************************************************/


/***************************** HEADER STYLES *******************************/


/***************************************************************************/

body {
	background: url(../images/landing-bg.jpg) no-repeat;
	background-size: cover;
	background-color: #000;
}

#cookie-law {display:none;} /*remove*/

header{
	width: 100%;
	height: 61px;
	position: fixed;
	top: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, .6);
    border-bottom: 2px solid #8b743f;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.75);
}

.content-btm {
	background: rgba(38, 38, 38, .6);
	text-align: center;
	margin-top: 40px;
}

header .wrapper {
	height: 61px;	
}

#headerInfo {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}
#headerInfo p {
    font-size: 34px;
}

header nav {
    font-size: 22px;
    text-transform: uppercase;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	z-index: 1;
}

header nav a {
	color: #fff;
    margin: 0 10px;
	text-decoration: none;
	padding: 10px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

header nav a:hover {
	color: #000;
}

#logo {
	position: absolute;
	left: 50%;
	width: 670px;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
    top: 50%;
}

#mainpic {
	background: url(../images/banner1.jpg) no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	height: 400px;
    position:relative;
    clear: both;
	overflow: hidden;
	text-align: center;
	border-bottom: 10px solid #ffda00;
}

#mainpic img {
	width: 400px;
	display: inline-block;
} 

#about p {
	text-align: center;
	font-size: 24px;
    line-height: 32px;
}

#about h1 {
	text-align: center;
	font-size: 42px;
	line-height: 50px;
	color: #df1e26;
}

#about a {
	font-size: 24px;
	line-height: 32px;
	color: #df1e26;
	padding: 10px;
}

#about a:hover  {
	font-size: 24px;
	line-height: 32px;
	color: #003482;
}

#services {
	padding-bottom: 60px;
}

#services p {
	display: none;
}

#form {
	background: #efebe7;
}

#footerLogo {
	width: 200px;
	display: inline-block;
}

#footerInfo {
	display: inline-block;
	margin: 0 0 0 40px;
}

#footerInfo .phone {
	font-size: 32px;
	line-height: 40px;
}

#footerInfo p {
	color: #888;
}

#footerInfo a {
	font-size: 24px;
	line-height: 32px;
}

#footerInfo a:hover {
	color: #eb6a29;
}

/************** MOBILE NAV STYLES ***************/

#mobile-header {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	display: none;
}
#mobile-header svg {
	width: 80px;
	height: 100%;
	cursor: pointer;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#mobile-header path {
	fill: none;
	-webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
	-o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
	transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
	stroke-width: 40px;
	stroke-linecap: round;
	stroke: #fff;
	stroke-dashoffset: 0px;
}
#mobile-header .cross path#top, #mobile-header .cross path#bottom {
	stroke-dashoffset: -650px;
	stroke-dashoffset: -650px;
}
#mobile-header .cross path#middle {
	stroke-dashoffset: -115px;
	stroke-dasharray: 1px 220px;
}
#mobile-header path#top, #mobile-header path#bottom {
	stroke-dasharray: 240px 950px;
}
#mobile-header path#middle {
	stroke-dasharray: 240px 240px;
}
#mobile-header .cross path#top, #mobile-header .cross path#bottom {
	stroke-dashoffset: -650px;
	stroke-dashoffset: -650px;
}
#mobile-header .cross path#middle {
	stroke-dashoffset: -115px;
	stroke-dasharray: 1px 220px;
}

.sidr {
	display: none;
	position: fixed;
	top: 100px;
    min-height: 100vh;
	height: 100%;
	z-index: 9999999;
	width: 100%;
	overflow-x: none;
	overflow-y: auto;
	background: #888;
	color: #fff;
	-webkit-box-shadow: -2px 0px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow: -2px 0px 6px 0px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.sidr .main{
    height: 100vh;
    height: calc(100vh - 248px);
    padding: 30px;
    overflow: scroll;
}

.sidr .main .menu{
    padding: 0;
    margin: 0;
}

.sidr .main .menu li{
	padding:0;
	margin:0;
	list-style: none;
}

.sidr .main .menu li a{
	display: block;
	text-align: center;
	padding:10px 0;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
}

.sidr .contactBar{
	padding: 20px 30px;
    background: #f7f6f7;
        position: absolute;
    left: 0;
    right: 0;
    bottom: 86px;
}

.sidr .contactBar .tel{
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    display: block;
}

.sidr .contactBar .tel i{
	font-size: 30px;
    margin-right: 10px;
}

.sidr .footer{
	background:#2a2247;
	    padding: 20px 40px;
    position: absolute;
    
    bottom: 158px;
    left: 0;
    right: 0;
}

.sidr .footer input{
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    background: transparent;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #fff;
    -webkit-appearance:none;
    border-radius: none;
}

.sidr .footer input::-webkit-input-placeholder {
	color: #fff;
}
.sidr .footer input:-moz-placeholder {
	color: #fff;
}
.sidr .footer input::-moz-placeholder {
	color: #fff;
}
.sidr .footer input:-ms-input-placeholder {
	color: #fff;
}

.sidr .footer input[type="submit"]{
	    display: none;
}

/*************************************************************************/


/***************************** MAIN STYLES *******************************/


/*************************************************************************/

.parallax-window {
	height: auto;
	overflow: hidden;
	position: relative;
	background: transparent;
}

.parallax-window img {
	width: 100%;
	height: 100%;
	margin: 0px;
	display: block;
	padding: 0px;
}

.parallax-window img.logo{
	width: auto;
    margin: 80px auto;
    max-width: 400px;
    height: auto;
}

#map {
	/*height: 100%;*/
	background: #ddd;
	height: 400px;
	width: 100%;
	top: 0;
	z-index: 2;
}
.center-holder {
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	/*padding:0 30px;*/
	padding: 20px 30px;
}
.center-sub-holder {
	position: relative;
	height: 100%;
	width: 100%;
	display: block;
}
.center-text-holder {
	top: 50%;
	position: relative;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}



.button {
	display: inline-block;
    padding: 10px 70px 10px 20px;
    padding: 10px 55px 10px 20px;
    background: #00B388;
    color: #fff;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    text-transform: capitalize;
    text-align: left;
    margin-bottom:20px;
}

.button:last-child{
	margin:0;
}



@media only screen and (min-width:1000px){

	.button:hover{
		color:#fff;
		-webkit-transition: all ease 0.6s;
		-o-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}


	
}

/*******************************************************************************/


/***************************** FLEXSLIDER STYLES *******************************/


/*******************************************************************************/


/********************** GENERIC FLEXSLIDER STYLES ***********************/

.flexslider {
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: relative;
	overflow: hidden;
	background-color: transparent;
	border-radius: 0;
}
.flexslider .slides {
	margin: 0;
	padding: 0;
}
.flexslider .slides li {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
}
.flexslider .slides li img {
	width: 100%;
	display: block;
	height: auto;
}
.flexslider .flex-direction-nav a {
	width: 33px;
	height: 53px;
	top: 50%;
	top: calc(50% - 27.5px);
	opacity: 1;
	color: transparent;
	text-shadow: none;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 1;
	left: 20px;
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 1;
	right: 20px;
}
.flex-direction-nav {
	height: 0px;
}
.flex-direction-nav .flex-prev {
	left: -60px;
	background-repeat: no-repeat;
}
.flex-direction-nav .flex-next {
	right: -60px;
	text-align: right;
	background-repeat: no-repeat;
}

/********************** BASIC FLEXSLIDER STYLES ***********************/

.flexslider.basicSlider {
	width: 100%;
	border-radius: 0px;
	/*overflow: visible;*/
}
.flexslider.basicSlider.mainPage {
	margin-top: -50px;
}
.flexslider.basicSlider.testimonials {
	margin-top: 35px;
}
a.flex-active {
	background: #dc0622 !important;
}
.flex-direction-nav, .flex-direction-nav li {
	list-style: none;
	margin-bottom: 0;
}
.flex-control-nav {
	width: 100%;
	position: relative;
	bottom: -10px;
	margin-top: 30px;
	text-align: center;
}
.flex-control-paging li a {
	width: 15px;
	height: 15px;
	border: solid 1px rgba(0, 0, 0, 0.3);
	background: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.flexslider .flex-direction-nav a {
	width: 33px;
	height: 53px;
	top: 50%;
	top: calc(50% - 27.5px);
	opacity: 1;
	color: transparent;
	text-shadow: none;
}
.flex-direction-nav a.flex-prev:before {
	content: "\f053";
	    font-family: "Font Awesome 5 Free";
	        font-weight: 900;
	    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	font-size: 90px;
	color: rgba(0, 0, 0, 0.6);
	margin-top: -22px;
}
.flex-direction-nav a.flex-next:before {
	content: "\f054";
	    font-family: "Font Awesome 5 Free";
	        font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	font-size: 90px;
	color: rgba(0, 0, 0, 0.6);
	margin-top: -22px;
}

/***************************************************************************/


/********************* ADDITIONAL FLEXSLIDER STYLES ************************/


/***************************************************************************/




/***************************************************************************/


/***************************** FOOTER STYLES *******************************/


/***************************************************************************/

footer{

}


/***************************************************************************/


/***************************** PAGE STYLES *******************************/


/***************************************************************************/


main{
	margin-top: 100px;
}

.row{
	    font-size: 0;
	    margin-bottom: 2%;
}

.row:last-of-type{
	margin:0;
}
.row input{
	display: inline-block;
	vertical-align: top;
	width:100%;
	background:#f2f2f2;
	height:50px;
	line-height: 50px;
	padding-left:10px;
	border:0;
	    font-size: 16px;
	text-transform: none;
	-webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
}



.row textarea{
	padding:10px;
	border:0;
	background:#f2f2f2;
	    font-size: 16px;
	-webkit-box-shadow: none;
	        box-shadow: none;
}



@media only screen and (min-width:1000px){
	.row input[type="submit"]:hover{
		background:transparent;
		color:#cc0000;
		-webkit-transition:all ease 0.4s;
		-o-transition:all ease 0.4s;
		transition:all ease 0.4s;
	}
}

.errorMessage {
    display: none;
    border: 1px solid #cc0000;
    padding: 20px;
    margin-bottom:20px;
}

.formStyle .row.errorMessage{
	margin-bottom:20px;
}

.row.errorMessage p {
    color: #cc0000;
    margin: 0;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
}


.formBox {
    position: relative;
    padding: 0 40px;
    min-height: 550px;
}

.formBox h4 {
	font-size: 30px;
	line-height: 38px;
	padding-bottom: 20px;
	color: #888;
}

/***************************************************************************/


/**************************** FORM STYLES **********************************/


/***************************************************************************/

.formStyle input{
	padding:0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #888;
    font-size: 18px;
}

.formStyle textarea{
	padding:0px;
	background: transparent;
    border: 0;
    border-bottom: 1px solid #888;
    font-size: 18px;
}

.formStyle input::-webkit-input-placeholder,.formStyle textarea::-webkit-input-placeholder {
    color:#888;
}
.formStyle input:-moz-placeholder,.formStyle textarea::-webkit-input-placeholder {
	/* Firefox 18- */
    color:#888;
}
.formStyle input::-moz-placeholder,.formStyle textarea::-webkit-input-placeholder {
	/* Firefox 19+ */
    color:#888;
}
.formStyle input:-ms-input-placeholder,.formStyle textarea::-webkit-input-placeholder {
    color:#888;
}

.formStyle .check{
	padding:10px 0;
}

.formStyle .check input{
	display: none;
}

.formStyle .check label{
	font-size: 18px;
    line-height: 26px;
    display: block;
    position: relative;
}

.formStyle .check label:before{
	content: "";
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    width: 30px;
    border: 1px solid #888;
    margin-right: 10px;
}

.formStyle .check label:after{
	content: "";
	display: block;
    background: #eb6a29;
    height: 15px;
    width: 15px;
    position: absolute;
    left: 8px;
    top: 8px;
    opacity:0;
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.formStyle .check.active label:after{
	content: "";
	opacity: 1;
	-webkit-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	transition: all ease 0.6s;
}


.formStyle input[type='submit']{
    height: auto;
    width: auto;
    border: 1px solid #888;
    line-height: 24px;
    font-size: 16px;
    padding: 5px 35px;
    margin-top: 10px;
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

@media only screen and (min-width: 1000px){
	.formStyle input[type='submit']:hover{
		background:#eb6a29;
		color:#fff;
		-webkit-transition: all ease 0.6s;
		-o-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}
}


/************** MOBILE STYLES ***************/




@media only screen and (max-width: 1200px) {
	.wrapper {
		padding: 0 20px;
	}
	#mainpic img {
		width: 32%;
	}
	.parallax-window img.logo{
		width: 32%;
	} 
}

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

	.innerWrapper {
		padding: 0 40px;
	}

	
}

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

}

@media only screen and (max-width: 800px) {
	.col-2-5, .col-1-5, .col-1-2, .col-1-3, .col-2-3, .col-1-4, .col-3-4, footer .col-1-4, .col-3-5, .col-4-5, .col-1-7 {
		width: 90%;
		margin: 1%;
		margin-bottom: 40px;
	}
	#logo {
		width: 90%;
		}
}

@media only screen and (max-width: 760px) {
	#mobile-header {
		display: block;
	}
	header nav {
		display: none;
	}
	#about h1 {
		font-size: 32px;
		line-height: 40px;
	}
}

@media only screen and (max-width: 600px) {
	main {
		margin-top: 80px;
	}
	#footerLogo {
		width: 65%;
	}

	#footerInfo {
		margin: 40px 0 0 0;
	}
	
	#footerInfo .phone {
		font-size: 42px;
		line-height: 50px;
	}
	
	#footerInfo p {
		text-align: center;
	}
	
	#footerInfo a {
		text-align: center;
	}
	.sidr {
		top: 80px;
	}
	
	
	
}

@media only screen and (max-width: 500px) {
	#about h1 {
		font-size: 24px;
		line-height: 32px;
	}
	#headerInfo p {
		font-size: 24px;
	}
	#about a, #about a:hover {
		font-size: 18px;
		line-height: 26px;
	}
}

@media only screen and (max-width: 400px) {
	#about h1, #about p {
		font-size: 20px;
		line-height: 28px;
	}
	#about a, #about a:hover {
		font-size: 16px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 420px) {
	#headerInfo p {
		font-size: 18px;
	}
}

@media only screen and (max-width: 380px) {
	#headerInfo p {
		display: none;
	}
}
