@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;600&display=swap');

body {
        font-family: 'Open sans', serif; 
        font-size: 48px;
        font-weight: 400;
        font-size: 19px;
        line-height: 22px;
		margin:0px;
      }
h1{
font-family: 'Open sans', serif;
font-weight: 400;
text-align: center;
font-size: 28px;
/*line-height: 10px;*/
color: #094dab;

}	
h2 {
font-family: 'Open sans', serif;
font-weight: 400;
text-align: center;
font-size: 28px;
/*line-height: 10px;*/
color: #094dab;
}	
.h2x {
font-family: 'Open sans', serif;
font-weight: 400;
text-align: center;
font-size: 28px;
/*line-height: 10px;*/
}
	
h3{
font-family: 'Open sans', serif;
font-weight: 300;
text-align: center;
font-size: 18px;
/*line-height: 10px;*/
color: #ffffff;
}	
  
h4{
font-family: 'Open sans', serif;
font-weight: 300;
text-align: center;
font-size: 16px;
/*line-height: 10px;*/
color: #ffffff;

}	

.byline{
font-family: 'Open sans', serif;
font-weight: 300;
text-align: center;
font-size: 14px;
line-height: 35px;
color: #000000;
}	

.page-titles2{
font-family: 'Open sans', serif;
font-weight: 700;
text-align: center;
font-size: 26px;
line-height: 29px;
color: #094dab;
}

.page-titles3{
font-family: 'Open sans', serif;
font-weight: 700;
text-align: center;
font-weight: 500;
font-size: 26px;
line-height: 29px;
color: #094dab;
}
  
* {
  box-sizing: border-box;
}
p {
  margin-top: 0;
  line-height: 1.7;
}
a {
  text-decoration: none;
  /* color: #1e6bb0; */
}
img {
  max-width: 100%;
  vertical-align: top;
}
hr {
  border: 0;
  height: 2px;
  background: #000;
}
input[type='checkbox'] {
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
}
.h1 {
  font-size: 18px;
}

.h2 {
  font-size: 18px;
}
.h4 {
  font-size: 18px;
}
.h6 {
  font-size: 13px;
  letter-spacing: 1px;
}
.list-ib {
  display: inline-block;
  text-align: left;
}
.clx:before,
.clx:after,
.row:before,
.row:after,
.content:before,
.content:after,
.menu:before,
.menu:after {
  content: '';
  display: table;
  clear: both;
}
.overflow {
  overflow: hidden;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}
.forms-page{
	
	padding: 20px;
}
[class^='col-sm'],
[class*=' col-sm'] {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.col-sm-12 {
  width: 100%;
}
.sm-hide {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.tx-right {
  text-align: right;
}
.tx-left {
  text-align: left;
}
.tx-cnter {
  text-align: center;
}
.tx-bold {
  font-weight: 700;
}
.tx-italic {
  font-style: italic;
}
.tx-skyblue {
  color: #05aff2;
}
.tx-white {
  color: #fff;
}
.tx-blue {
  color: #094dab;
}
.tx-stroke {
  text-shadow: 0 0 2px #000;
}
.header_inner,
.banner_inner
 {
  padding: 15px;
  max-width: 1060px;
  margin: 0 auto;
  
}
.content {
  padding: 0px 4%;
  max-width: 1060px;
  margin: 0 auto;
  
}
.well {
  padding: 20px;
  background: linear-gradient(to bottom, #1d2f38 0%, #16252c 100%);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 -5px 10px rgba(0, 0, 0, 0.2);
  border-top: 1px solid #000;
}
.well-sm {
  padding: 10px 15px;
}
.footer_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.branding {
  display: inline-block;
  max-width: 637px;
  margin: 0 60px;
 
}

.branding img {
 /* max-width: 180px; */ 
}
.info {
  display: none;
  margin-top: 10px;
  font-weight: 300;
  text-align: center;
}
.info img {
  vertical-align: middle;
  margin-right: 10px;
}
.info a {
  font-size: 17px;
  font-weight: 300;
  color: #000000;
}


.menu-first .menu_item {
  display: inline-block;
  width: 100%;
  margin:0;
  line-height: 31px;
  text-transform: uppercase;
  color: #fff;
}
.menu-first .current {
  font-weight: 700;
}
.menu-second .menu_item {
  display: inline-block;
  margin: 1px;
  color: #fff;
  padding: 0 15px;

}
.nav-trigger {
  position: absolute;
  left: -9999em;
  clip: rect(0, 0, 0, 0);
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 996;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #ccc;

}
.wrap,
.footer {
  position: relative;
  z-index: 2;
  right: 0;
  top: 0;

}
.header_nav {
  position: fixed;
  z-index: 5;
  overflow: auto;
  top: 0;
  bottom: 0;
  right: -10px;
  width: 900px;
  border: 0;
  background: #074294;
  text-align: center;
  border: 1px solid #000;
  line-height:0px;
}
.header_nav .header_inner {
  padding: 0;
}
.header_inner .menu a{
	font-size:14px
	
}
label[for='nav-trigger'] {
  position: fixed;
  right: 15px;
  top: 1px;
  z-index: 999;
  cursor: pointer;
}
.nav-trigger + label,
.header,
.wrap {
  transition: right 0.2s;
}
.nav-trigger:checked + label {
  right: 215px;
}
.nav-trigger:checked ~ .header .header_nav {
  right: 0;
}
.nav-trigger:checked ~ .header,
.nav-trigger:checked ~ .wrap,
.nav-trigger:checked ~ .footer {
  right: 200px;
}
.line {
  width: 40px;
  height: 5px;
  margin-bottom: 7px;
  background: #000;
  border: 1px solid #fff;
  cursor: pointer;
}



.banner_heading {
  font-size: 20px;
  text-shadow: 2px 2px 2px #222;
  color: #05aff2;
}
.banner_text {
  font-size: 17px;
  font-weight: 700;
  text-shadow: 2px 2px 2px #222;
  color: #74dfff;
}
.section {
  padding: 0px;
}
.contact-page{
	
	padding-bottom:30px;
}
.about-us-page{
	padding-bottom:50px;	
	
}
.index-page{
	
	padding-bottom:50px;
}
.three-images img{
	border: 1px solid #ddd;
	padding:3px;
    margin-left: 22px;
}
.three-images{
	padding:30px 0;

}
.section_title {
  font-size: 22px;
  color: #094dab;
}
.section-white {
  background: #fff;
}
.section-grey {
  background: #f2f2f2;
}

.thumb.left,
.thumb.right {
  float: none;
  text-align: center;
}
.thumb img {
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.17);
}
.thumb {
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.19);
}
.footer {
  padding: 15px;
  background: #074294;
  font-size: 16px;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer .col-sm-12 {
  margin: 4px 0;
}
.card {
  margin: 0 15px 20px;
  padding: 15px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
}
.thumb-smaller {
  max-width: 270px;
  margin: 0 auto;
}
.map-wrapper {
  position: relative;
  padding-bottom: 38%;
}
.map-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.form_header {
  padding: 10px 5%;
/*  background: #ff0100; */
  font-size: 120%;
  text-align: center;
  color: #000;
  font-weight:400;
}
.form_header2 {
  padding: 0px;
/*    background: #074294; */
   text-align: center;
  color: #000;
}
.form_header2 a{
  color: #000;
	font-size:20px;
	font-weight:500;
	
}
.wpcf7-submit {
    width: 50%;
    margin-left: 105px;
    padding: 10px 15px;
    border: 0;
    border-radius: 20px;
    background: #0d591b; 
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
}

.btn-refresh {
  height: 75px;
  border-radius: 5px;
  cursor: pointer;
}
.form-control {
  width: 100%;
  padding: 5px 8px;
}
.form_body {
  padding: 15px 5% 0 5%;
}
.form-border {
    border: 3px solid #006400;
    border-radius: 25px;
    padding-top: 20px;
}

.wpcf7-form-control,
#test_captcha {
  padding: 6px 12px;
  border: 1px solid #ccc;
}
.form_group {
  margin-bottom: 15px;
}
.card_title {
  font-size: 18px;
}
.sm-hide {
  display: none;
}


@media (min-width: 768px) {

  .tx-mega {
    font-size: 36px;
  }
  .line {
    display: none;
  }
  .branding {
    margin-left: 0;
    /* min-width: 637px; */
  }
  .branding img {
    max-width: 100%;
  }

  .header {
    border: 0;
  }
  .header_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header_left{
	  float:left;
	  
  }

  .header_nav {
    position: initial;
    width: auto;
    overflow: initial;
  }
  .header,
  .wrap,
  .footer {
    right: 0 !important;
  }
  .info {
    display: block;
    margin-top: 0;
    text-align: right;
  }

  .menu-first .menu_item {
    width: auto;
    margin: 0;
    padding: 0 32px;
  }
  .menu-first .menu_item:first-child {
    padding-left: 0;
  }
  .menu-second {
    margin: 8px;
  }
  .wrap {
    margin-top: 127px; 
  }
  .banner {
   
  }
  .banner_heading {
    font-size: 40px;
    line-height: 1;
  }
  .banner_text {
    font-size: 30px;
  }

  [class^='col-'],
  [class*=' col-'] {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-1 {
    width: 8%;
  }  
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.33%;
  }

  .col-5 {
    width: 41.666667%;
  }

  .col-6 {
    width: 50%;
  }

  .col-7 {
    /*width: 58.333333%;*/
	width: 58%;
  }
	.col-8{
		width:66%;
		
	}
	.col-10{
		width:83%;
		
	}	
	.col-11{
		width:90%;
		
	}
  .thumb.left {
    float: left;
    margin-right: 25px;
  }
  .thumb.right {
    float: right;
    margin-left: 25px;
  }
  .footer {
    padding: 5px 0 20px;
  }
  .desk-hide {
    display: none;
  }
  .desk-show {
    display: block;
  }
  .thumb-smaller {
    max-width: 100%;
  }
  .box {
    width: 50%;
  }
  .tx-desk-left {
    text-align: left;
  }
	.main-img-banner{
	margin-top:0px;

	}
}

.main-img-banner{
	max-height: 565px;

}
.main-img-banner img{
	width:100%;
	
 
	
}
/*@media all and (min-width:768px)*/

@media (max-width: 768px) {
	.main-img-banner{
		margin-top:70px;
	}
	.branding img{
		/*width:400px;*/
		
	}

	h1{

	line-height: 26px;


	}	
	h2{

	line-height: 21px;
	}	

	h3{

	line-height: 23px;

	}	
	  
	h4{
	line-height: 20px;
	

	}
	.byline{
		line-height: 19px;
	}	
}


.flex-caption {

}

	
.imain-caption {
    top: -150px;
    right: auto;
    padding: 2%;
    left: 20px;
    background: rgba(0,0,0,.3);
    border-radius: 5px;
    color: #fff;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
    font-size: 14px;
    line-height: 18px;
    position: relative;
    max-width: 550px;
    max-height: 100px;
	display:none;
}





.imain-caption-heading {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
.imain-caption-summary {
    font-size: 18px;
    line-height: 1.2;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    color: #fff;
}
.forms_page a{
	color:#094dab;
	font-weight:bold;
}
.forms_page a:hover{
	color:#1e6bb0;

}
.forms_page a:visited{
	color:#094dab;

}
.about-image img{
	border:1px silver solid;
	margin:10px;
	padding:5px;
	width:100%;
}
.test{
	
	border:1px red solid;
}
.test div{
	
	border:1px blue solid;
}
.no-pad{
padding:0px 0px;
	
}

.no-pad2{
	padding:0px;    min-height: 52px;
}

.dave-img{
	width:100%;margin-top:-20px;margin-bottom:0px;	
}
.h1-1{
	color: #000000;line-height: 1.3; margin-top:15px;font-family: Play;
}
.h1-2{
	font-size: 36px;color: #000000;font-weight: 600;font-family: Play;line-height: 35px; text-align: center;
}
.h1-3{color: #000000; margin-top:15px;line-height: 35px;};
.h2-1{
	font-size: 36px;color: #000000;font-weight: 600;font-family: Play;line-height: 35px; text-align: center;
}
.h2-2{
	font-size: 24px;color:#fff;font-weight: 600;
}
.h3-1{
	font-size: 30px;color: #000000;font-weight: 400;font-family: Play;line-height: 25px;}
	
.h4-1{
	font-size: 30px;color: #000000;font-weight: 400;font-family: Play;
}	
.p1{
	font-size:17px;color: #000000;text-align: center;
}
.p2{margin-top: 10px;}
.center{
	text-align:center;
}
.button-1{
	margin:0px;background-color:#0d591b;min-width: 198px;
}
.button-2{
	margin:0px;background-color:#0d591b;min-width: 198px;
}
.row-style1{
	text-align:center; font-size:32px; color:#000000; margin-bottom:20px; margin-top:20px;
}
.row-style2{
	margin-top:20px;
}
.hdr-stl1{padding: 15px;max-width: 1060px;margin: 0 auto;}
.hdr-stl2{margin-left: 0;}
.hdr-stl3{line-height: 22px;font-weight: 600;color: #403e3e; padding-left: 80px;}
.hdr-stl4{text-align: right;}
.hdr-stl5{line-height: 32px;  font-weight: 600;color: #000000;font-size: 20px; text-align:right;}
.hdr-stl6{font-weight: 600;color: #000000;font-size: 20px; text-align:right;}
.footer1{
	padding: 12px;background: #0D591B;font-size: 16px;color: #FFFFFF;
}

.ftr-div1{max-width: 1000px;margin: 0 auto;text-align: center;}
.ftr-div2{
	font-size:14px; padding: 10px; max-width: 1060px; margin: 0 auto;
}
.ftr-nav1{
	display: inline-block;  text-transform: uppercase; color:#fff; margin:0 10px;
}
.ftr-nav2{
	display: inline-block; width:100%; text-transform: uppercase;
}
.ftr-stl1{
	text-align: center;color: #fff;font-size: 18px;line-height:35px;
}
.ftr-stl2{text-align:center;color: #ffffff;font-size: 18px;line-height: 2.5;}
.ftr-stl3{text-align: center;color: #ffffff;line-height: 5px;}
.black{color:#000000;}
.100-per{width:100%;}
.contact1{font-size: 22px;color: #006400;font-weight: 600; }
.blackbold{
font-weight: 700;
color: #000000;
line-height:36px;
	 
}
.center-btn{
	text-align:center;
}
.center-btn input{
	width:200px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}