/*@import url(http://fonts.googleapis.com/css?family=Merienda:400,700); /*--- Nav Font --*/
@import url(http://fonts.googleapis.com/css?Open+Sans:400,700); /*--- Body Font
/*@import url(http://fonts.googleapis.com/css?family=Shadows+Into+Light+Two); /*--- Heading Font --*/*/*/*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #d6d8f2;
	font-family: 'Open+Sans', sans-serif;
}

h1 {
	font-family: Open+Sans, sans-serif;
	text-align: center; font-size: 145%; color: #0064b7;
	text-transform: uppercase; letter-spacing: 3px;
	padding: 2%;
}

h2 {
	font-family: Open+Sans, sans-serif;
	text-align: center; font-size: 125%; color: #0064b7;
	text-transform: uppercase; letter-spacing: 1%;
	margin: 2% ;
}

h3 {
	font-family: Open+Sans, sans-serif;
	text-align: center; font-size: 100%; color: #0064b7;
	text-transform: uppercase; letter-spacing: 1%;
	padding: 2% ;
}

p {
	padding: 2% 3%; 
	color: #555656; 
	text-align: justify;
	line-height: 21px;
	font-size: 16px;
}


img {
	text-align: center; max-width: 100%; height: auto;
}

#wrapper {
	margin: 0 auto; 
	max-width: 1120px; 
	background-color: #fff;
	overflow: hidden;
}

header {
	width: 97%;
}

#logo {
	float: left;
	margin: 2% 0 2% 4%;
	width: 300px;
}

.arrow-box {
	width: 300px;
	height: 55px;
	background-color: #0064b7;
	border-radius: 10px;
	margin: 0 0 2% 2%;
}

.arrow-box:after {
	width: 15px;
	height: 15px;
	position: absolute;
	background-color: #0064b7;
	content: '';
	margin-left: 30px;
	transform: rotate(45deg);
}

.arrow-box h3 {
	color: #fff;
	margin-left: 48px; 
	padding-top: 14px;
	padding-left: 13px;
	font-size: 90%;
}

.shape {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	float: right;
}

.shape h3 {
	color: #fff;
	font-size: 100%;
	text-align: center;
	margin-top: 50px;
}

.shape p {
	color: #fff;
	font-size: 90%;
	text-align: center;
}

.one-third-top {
	width: 31%;
	float: left;
	margin: 3% 0 0 60px;
}

.one-third-top h3 {
	text-align: center; 
	color: #0064b7;
	font-size: 98%;
	line-height: 25px;
	text-decoration: none;
	text-transform: none;
}

#callout {
	float: right;
	margin: 3% 1% 0 0;
	width: 220px;
}

#callout h3 {
	text-align: right; 
	color: #0064b7;
	font-size: 90%;
	line-height: 15px;
	text-decoration: none;
	text-transform: none;
}

#banner-wrapper {
	max-width: 1020px;
	margin: 0px auto;
	padding: 0 0 3% 0;
}

/*--- Start Navigation Style --*/
#myTopnav {
  width: 1020px;
  margin: 0 auto;
  max-width: 100%;
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: #0064b7;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 17px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/*--- End Navigation Style --*/

.slider {
	width: 1020px;
}

.slider img {
	width: 100%;
}

.bx-prev, .bx-next {
	display: none;
}

.clearfix {
	clear: both;
}

.left-col {
	width: 62%;
	float: left;
	margin: 2% 0;
	line-height: 28px;
}

.left-col h1 {
	line-height: 30px;
	font-size: 140%;
	color: #0064b7;
}

.left-col-inner {
	float: left;
	width: 100%;
	line-height: 23px;
	background-color: #f9f9f9;
}

.left-col-inner h2 {
	font-size: 130%;
	line-height: 28px;
}

.one-four {
	float: left;
	width: 28%;
	margin: 10px 2% 15px 3%;
	line-height: 23px;
	background-color: #f9f9f9;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	overflow: hidden;
}

.one-four h3 {
	padding: 3%;
	font-size: 100%;
	text-align: center;
	text-transform: none;
	color: #0064b7;
}

.one-four p {
	padding: 3%;
	text-align: center;
	font-size: 90%;
}

.one-four img {
	width: 100%;
	margin: 2% 0 0;
}

.one-four-2 {
	float: left;
	width: 28%;
	margin: 3% 2% 2% 3%;
	line-height: 23px;
	background-color: #f9f9f9;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.one-four-2 h3 {
	padding: 3%;
	font-size: 100%;
	text-align: center;
	text-transform: none;
	color: #0064b7;
}

.one-four-2 p {
	padding: 0 3% 2% 3%;
	text-align: left;
	font-size: 90%;
}

.left-col2 {
	width: 100%;
	float: left;
	margin: 3% 0 0 0;
}

.left-box2 img {
	width: 80%;
	margin: 2% 9%;
	transition: 2s;
}

.left-box2 img:hover {
	transform: scale(1.1);
}

.left-box2 p {
	text-align: center;
	margin: 0;
	padding: 0 3%;
}

.info {
	margin: 10px 0;
}

.left-col .info p {
	text-align: left;
	line-height: 8px;
}

.sidebar {
	width: 34%;
	float: right;
	margin: 2% 0 0 2%;
}

.shape {
	float: right;
}

.sidebar h2 {
	padding: 3% 4%;
	text-align: left;
	text-transform: none;
	color: #0064b7;
	text-align: center;
}

.sidebar p {
	text-align: left;
	text-transform: none;
	color: #0064b7;
	font-size: 90%;
	line-height: 23px;
}

.sidebar h3 {
	padding: 3%
	line-height: 21px;
	text-align: left;
	text-transform: none;
	color: #0064b7;
	text-align: center;
	border-bottom: 1px solid #fff;
}

.sidebar img {
	margin-bottom: 4%;
}

.one-third {
	width: 28%;
	float: left;
	margin: 0 0 3% 4%;
	overflow: hidden;
}

.one-third img {
	margin: 3% 0 3% 2%;
	transition: 2s;
	width: 100%;
}

.one-third img:hover {
	transform: scale(1.1);
}

.one-third a {
	text-decoration: none;
	color: #555656;
}

.one-third a:hover {
	text-decoration: underline;
	color: #5a91cf;
}

.one-third p {
	text-align: justify;
}

.one-third-footer {
	width: 28%;
	float: left;
	margin: 2% 0 3% 4%;
	overflow: hidden;
}

.one-third-footer img {
	margin: 0;
	float: left;
}

.one-third-footer a {
	text-decoration: none;
	color: #555656;
}

.one-third-footer a:hover {
	text-decoration: underline;
	color: #5a91cf;
}

.one-third-footer p {
	text-align: left;
	font-weight: bold;
}

.one-third-footer h2 {
	text-align: left;
	font-weight: bold;
}

.container {
	width: 100%;
	margin: 15px 0 15px 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	float: left;
}

.container .box {
	position: relative;
	width: 320px;
	height: 180px;
	margin: 10px 15px;
	box-sizing: border-box;
	display: inline-block;
}

.container .box .imgBox {
	position: relative;
	overflow: hidden;
}

.container .box .imgBox img {
	max-width: 100%;
	transition: transform 2s;
}

.container .box:hover .imgBox img {
	transform: scale(1.2);
}

.container .box .details {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	background: rgba(0,0,0,.8);
	transform: scaleY(0);
	transition: transform .5s
}

.container .box:hover .details {
	transform: scaleY(1);
}

.container .box .details .details {
	position: absolute;
	top: 50%;
	transform: translate(-50%);
	text-align: center;
	padding: 15px;
	color: #fff;
}

.container .box .details h2 {
	margin: 0;
	padding: 10px;
	color: #ff0;
	font-size: 18px;
	text-align: center;
}

.container .box .details h3 {
	margin: 0;
	padding: 10px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
}

.container .box .details p {
	padding: 10px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}

.container .box .details a {
	padding: 10px;
	font-size: 16px;
	color: #1da84e;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #e9e9e9;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

footer {
	width: 100%;
	color: #555656;
	border-top: 45px solid #0064b7;
}

footer h3 {
	text-decoration: underline;
	margin-top: 20px;
}

footer img {
	width: 65px;
}

.footercontact {
	text-align: center;
}

.formwrap {
	float:left; 
	width:85%; 
	margin:15px; 
	background:#eeebeb; 
	border: 1px solid #666; 
	border-radius:7px 
	-webkit-border-radius: 7px; 
	border-radius: 7px; 
	padding:15px;
	font-family: Arial;
}

.form table td {
	max-width: 50px;
	padding: 4% 2% 0 3%;
	margin: 8px 0;
}

.form input {
	padding: 13px;
	width: 380px;
	margin-left: 40px;
	border: 1px solid #666; 
	font-size: 14px;
}

.form label {
	font-size: 14px;
}

#comment {
	margin-left: 40px;
	height: 200px;
	width: 387px;
	padding: 8px;
	border: 1px solid #666;
	font-size: 14px;
	font-family: Arial;
}
		
.form .row {
	display:block;
	line-height:20px;
	overflow:auto;
	padding:8px 0px;
	width:100%;
}

.form .row .label {
	font-size:13px;
	color:#333;
	font-weight:bold;
	font-family:Arial;
	width:140px;
	text-align:right;
	float:left;
	padding-right:10px;
	margin-right:10px;
}

.form .row .input { 
	float:left;
	margin-right:10px;
	width:auto;
}

.detail { 	
	width:220px;
	font-family: arial;
	font-size:16px;
	padding:7px 8px;
	margin:0px;
	display:block;
	background:#e9e9e9;
}

.mess {	
	width:400px;
	max-width:410px;
	height:120px;
	overflow:auto;
	font-family: arial;
	font-size:16px;
	padding:7px 8px;
	line-height:17px;
	margin:0px;
	display:block;
	background:#e9e9e9;
}

.detail:focus { 
	background-color:#FFF;
}

.mess:focus { 
	background-color:#FFF;
}

.form #submit { 
	font-family: arial;
	margin-top:7px;
	margin-left:40px !important;
	color: #000;
	padding: 7px;
	font-size:14px;
	font-weight:bold;
	background-color: #c1c0c0;
	width: 100px;
	height: 40px;
}

span.error { color:#F00; display:block; font-size:11px;}

.formwrap h3 { color:#2f3582; text-align:center;}

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

#wrapper {
		margin-top: -1%;
}

#logo {
	float: left;
	margin: 3% 0 0 2%;
	width: 30%;
}

.arrow-box {
	width: 300px;
	height: 55px;
	background-color: #0064b7;
	border-radius: 10px;
	margin: 2% 0 2% 2%;
}

.arrow-box:after {
	width: 30px;
	height: 30px;
	position: absolute;
	background-color: #0064b7;
	content: '';
	margin-left: 30px;
	transform: rotate(45deg);
}

.arrow-box h3 {
	color: #fff;
	text-align: center;
	padding-left: 13px;
	font-size: 90%;
}

.one-third-top {
	width: 30%;
	float: left;
	margin: 3% 0 0 50px;
}

.one-third-top h3 {
	text-align: center; 
	color: #0064b7;
	font-size: 100%;
	line-height: 23px;
	text-decoration: none;
	text-transform: none;
}

#callout {
	float: right;
	margin: 3% 0 3% 0;
	height: auto;
	width: 210px;
}

#callout h3 {
	text-align: right; 
	color: #0064b7;
	font-size: 90%;
	line-height: 23px;
	text-decoration: none;
	text-transform: none;
}

 .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
 }

  .topnav a.icon {
    float: right;
    display: block;
  }
	
	.topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }

 .button-holder {
	width: 85%;
	padding: 1%;
}

.slider {
	width: 100%;
}

.slider-img {
	width: 100%;
}

.one-third {
	width: 90%;
	float: left;
	margin: 0 0 3% 40px;
}

.one-third img {
	margin: 3% 0 3% 2%;
	transition: 2s;
	width: 100%;
}

.one-third img:hover {
	transform: scale(1.1);
}

.one-third p {
	text-align: center;
	padding: 0 2%;
	font-size: 100%;
	line-height: 27px;
}

.one-third-footer {
	width: 90%;
	float: left;
	margin: 2% 0 3% 4%;
	overflow: hidden;
}

.one-third-footer img {
	width: 100px;
	margin: 2% 3% 0 50px;
}

.one-third-footer a {
	text-decoration: none;
	color: #555656;
	text-align: center;
}

.one-third-footer a:hover {
	text-decoration: underline;
	color: #5a91cf;
}

.one-third-footer p {
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	font-size: 100%;
}

.one-third-footer h2 {
	text-align: left;
	font-weight: bold;
	text-align: center;
	font-size: 140%;
}

.one-four {
	width: 45%;
	float: left;
	margin: 3% 15px 10px 16px;
}

.one-four h3 {
	font-size: 110%;
	padding: 4%;
}

.one-four p {
	text-align: center;
	padding: 3% 0;
	font-size: 110%;
	line-height: 27px;
}

.one-four-2 {
	width: 45%;
	float: left;
	margin: 3% 15px 3% 16px;
}

.one-four-2 h3 {
	font-size: 110%;
	padding: 4%;
}

.one-four-2 p {
	text-align: center;
	padding: 3% 0;
	font-size: 110%;
	line-height: 27px;
}

.container {
	width: 90%;
	margin: 15px 0 15px 40px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	float: left;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.container .box {
	position: relative;
	width: 550px;
	height: auto;
	margin: 10px 15px;
	box-sizing: border-box;
	display: inline-block;
}

.container .box .imgBox {
	position: relative;
	overflow: hidden;
}

.container .box .imgBox img {
	max-width: 100%;
	transition: transform 2s;
}

.container .box:hover .imgBox img {
	transform: scale(1.2);
}

.container .box .details {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	background: rgba(0,0,0,.8);
	transform: scaleY(0);
	transition: transform .5s
}

.container .box:hover .details {
	transform: scaleY(1);
}

.container .box .details .details {
	position: absolute;
	top: 50%;
	transform: translate(-50%);
	text-align: center;
	padding: 15px;
	color: #fff;
}

.container .box .details h2 {
	margin: 0;
	padding: 10px;
	color: #ff0;
	font-size: 36px;
	text-align: center;
}

.container .box .details h3 {
	margin: 0;
	padding: 10px;
	color: #ffffff;
	font-size: 30px;
	text-align: center;
}

.container .box .details p {
	padding: 10px;
	font-size: 28px;
	color: #ffffff;
	text-align: center;
}

.container .box .details a {
	padding: 10px;
	font-size: 28px;
	color: #1da84e;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #e9e9e9;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

h1 {
	font-size: 125%;
	padding: 2% 0 3% 0;
}

h2 {
	font-size: 145%;
	padding: 0;
}

h3 {
	font-size: 110%; 
	padding: 0 0 1% 0;
}

p {
	padding: 0 3%;
	font-size: 120%;
}

.left-col {
	width: 90%;
	margin: 2% 5%;
}

.left-col p {
		padding: 0 2%;
		font-size: 90%;
		line-height: 27px;
}

.left-col h1 {
	font-size: 120%;
	line-height: 28px;
}

.left-col h2 {
	font-size: 120%;
	text-align: center;
	line-height: 23px;
}

.left-col h3 {
	font-size: 100%;
	padding: 2% 0 0 0;
	text-align: center;
}

.left-col2 {
	width: 90%;
	margin: 2% 5%;
}

.left-col2 p {
		padding: 2%;
		font-size: 90%;
		line-height: 25px;
}

.left-col2 h1 {
	font-size: 140%;
}

.info {
	margin: 10px 0;
}

.left-col .info p {
	text-align: left;
	line-height: 27px;
}

.sidebar {
	width: 90%;
	float: left;
	margin: 2% 0 2% 5%;
}

.sidebar img {
	opacity: .9;
	width: 100%;
	padding-bottom: 2%;
}

img {
	width: 100%;
}

.copy-r {
	text-align: center;
	font-size: 100%;
}

.formwrap {
	float:left; 
	width:90%; 
	margin: 15px; 
	background:#eeebeb; 
	border: 1px solid #666; 
	border-radius:7px 
	-webkit-border-radius: 7px; 
	border-radius: 7px; 
	padding:15px;
}

.form table td {
	max-width: 60px;
	padding: 4% 2% 0 3%;
	margin: 8px 0;
}

.form input {
	padding: 13px;
	width: 380px;
	margin-left: 40px;
	border: 1px solid #666; 
}

.form label {
	font-size: 16px;
}

#comment {
	margin-left: 40px;
	height: 250px;
	width: 387px;
	padding: 8px;
	border: 1px solid #666;
}
			
}

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

#wrapper {
	margin-top: -1%;
	width: 100%;
}

#myTopnav {
  width: 100%;
  position: fixed;
  max-width: 100%;
  z-index: 1000;
  top: 0px;
}

.topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
	
	.topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }

h1 {
	font-size: 100%;
	letter-spacing: 0;
	padding: 15px 10px;
}

h2 {
	font-size: 100%;
	margin-top: 2%;
	padding: 0 3%;
}

h3 {
	font-size: 90%;
	margin-top: 2%;
	padding: 0 3%;
}

p {
	padding: 5%;
	}

img {
	width: 100%;
}

.button-holder {
	width: 85%;
	padding: 1%;
}

#logo {
	float: left;
	width: 300px;
	margin: 65px 0 2% 30px;
}

.one-third-top {
	width: 90%;
	float: left;
	margin: 0 0 15px 0;
	padding: 0 15px;
	display: none;
}

.one-third-top h3 {
	text-align: center; 
	color: #0064b7;
	font-size: 90%;
	line-height: 20px;
	text-decoration: none;
	text-transform: none;
}

#callout {
	float: left;
	margin: 10px 0 10px 0;
	height: auto;
	width: 100%;
}

#callout h3 {
	text-align: center; 
	color: #0064b7;
	font-size: 120%;
	line-height: 21px;
	text-decoration: none;
	text-transform: none;
}

.slider {
	margin: 320px 0 10px 0;
}

.formwrap {
	float:left; 
	width: 90%; 
	margin: 15px 0 15px 0; 
	border: 1px solid #666; 
	border-radius:7px 
	-webkit-border-radius: 7px; 
	border-radius: 7px; 
	padding:15px;
}

.form table td {
	max-width: 60px;
	padding: 4% 2% 0 3%;
	margin: 2px 0;
}

.form input {
	padding: 13px;
	width: 130px;
	margin-left: 40px;
	border: 1px solid #666;
	font-size: 12px;
}

.form label {
	font-size: 16px;
}

#comment {
	margin-left: 40px;
	height: 120px;
	width: 140px;
	padding: 8px;
	border: 1px solid #666;
}

.left-col {
	width: 90%;
	margin: 2% 5%;
}

.left-col p {
		padding: 0 2%;
		font-size: 105%;
		line-height: 27px;
		text-align: left;
}

.left-col h1 {
	font-size: 120%;
}

.left-col-inner {
	width: 100%;
	margin: 2% 0;
}

.left-col-inner p {
	padding: 3% 4%;
	font-size: 105%;
	line-height: 27px;
}

.left-col-inner h2 {
	font-size: 80%;
}

.left-col2 {
	width: 90%;
	margin: 2% 5%;
}

.left-col2 p {
	padding: 3% 4%;
	font-size: 105%;
	line-height: 27px;
}

.left-col2 h1 {
	font-size: 120%;
}

.one-four {
	width: 90%;
	float: left;
}

.one-four h3 {
	font-size: 120%;
	padding: 4%;
}

.one-four p {
	text-align: center;
	padding: 3% 4%;
	font-size: 105%;
	line-height: 27px;
}

.title h2 {
	font-size: 100%;
}

.arrow-box {
	width: 270px;
	height: 50px;
	background-color: #0064b7;
	border-radius: 10px;
	margin: 2% 0 10px 3%;
}

.arrow-box:after {
	width: 20px;
	height: 20px;
	position: absolute;
	background-color: #0064b7;
	content: '';
	margin-left: 30px;
	transform: rotate(45deg);
}

.arrow-box h3 {
	color: #fff;
	margin-left: 50px; 
	padding-top: 14px;
	padding-left: 12px;
	font-size: 80%;
}

.one-third-footer img {
	width: 30%;
	margin: 2% 3% 0 40px;
	display: inline-block;
}

.shape {
	width: 250px;
	height: 90%;
	float: left;
	margin: 15px 0px 0px 35px;
}

}
