.section {
  position: static;
  height: 650px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .11), rgba(0, 0, 0, .11)), url('../images/hero2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .11), rgba(0, 0, 0, .11)), url('../images/hero2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.navbar {
  position: fixed;
  width: 100%;
  z-index: 9999999;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #165885;
}

.nav-menu {
  float: none;
}

.nav-link {
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #f1592a;
}

.nav-link.w--current {
  color: #f1592a;
}

.container {
  text-align: center;
}

.image {
  margin-left: 0%;
}

.logo-div {
  margin-left: 44px;
  position: fixed;
  z-index: 99999999;
  width: 150px;
  top: 142px;
  padding: 11px 15px 20px;
  float: left;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
  box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .43);
}

.hero-txt-div {
  width: 100%;
  position: absolute;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  padding-top: 236px;
  text-align: center;
}

.heading {
  text-shadow: 2px 2px #000;
  margin-top: 0px;
  font-family: 'Times new roman', serif;
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
}

.text-block {
  text-shadow: 2px 2px #000;
  font-family: 'Times new roman', serif;
  color: #fff;
  font-size: 39px;
  text-transform: uppercase;
}

.text-block-2 {
  text-shadow: 2px 2px #000;
  margin-top: 17px;
  font-family:'Times new roman', serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.section-2 {
  height: 100px;
  background-color: #165885;
  text-align: center;
}
.section-2 h1{
  margin-top: 0px;
  color: #fff;
  font-size: 60px;
  padding-top: 30px;
}
.heading-2 {
  margin-bottom: 20px;
  font-family: 'Times new roman', serif;
  font-size: 30px;
}

.paragraph {
  font-family: 'Times new roman', serif;
  font-size: 15px;
  line-height: 22px;
}

.section-3 {
  padding-top: 40px;
  padding-bottom: 10px;
}

.image-2 {
  padding-right: 0px;
  padding-left: 18px;
  float: right;
}

.section-4 {
  padding-top: 75px;
  padding-bottom: 100px;
  background-image: -webkit-linear-gradient(270deg, rgba(212, 238, 255, .8), rgba(212, 238, 255, .8));
  background-image: linear-gradient(180deg, rgba(212, 238, 255, .8), rgba(212, 238, 255, .8));
}

.section-5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.image-3 {
  margin-top: 40px;
}

.section-6 {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: rgba(212, 238, 255, .8);
}

.parallax-section {
  height: 500px;
  background-image: url('../images/parallax2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-7 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.form {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

.section-8 {
  padding-top: 29px;
  padding-bottom: 50px;
  background-color: #fff;
}

.section-9 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #55a4da;
}

.column {
  text-align: center;
}

.column-2 {
  text-align: center;
}

.column-3 {
  text-align: center;
}

.text-block-3 {
  color: #fff;
  text-align: center;
}

.image-4 {
  padding-right: 21px;
  padding-left: 21px;
  float: right;
}

.div-block {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999999;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  background-color: #fff;
}

.top-banner{
  padding:20px;
  background-color:#165885;
  color:#fff;
  font-weight: 700;
  font-size: 21px;
  width: 100%; 
  text-align: center;
}

.top-banner.mobile-banner{
  display: none;
}

.section-10 {
  margin-top: 142px;
}

.row {
  display: block;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.container-2 {
  text-align: center;
}

.link {
  display: block;
  width: 260px;
  margin-top: 37px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.link.hero-btn {
  padding: 18px;
  font-family: 'Times new roman', serif;
  font-size: 20px;
}

.div-block-2 {
  float: right;
}

.link-block {
  margin-top: 10px;
  float: right;
  margin-right: 25px;
}

.column-4 {
  padding-top: 116px;
}

.text-span {
  color: #000;
  text-decoration: none;
}

.text-block-4 {
  text-align: center;
}

.gallery {
  width: 45%;
  float: left;
  display: block;
  padding: 15px;
}
/**schedule Table**/
.simple-little-table {
  font-family: 'Times new roman', serif;
  color: #666;
  font-size: 12px;
  text-shadow: 1px 1px 0 #fff;
  background: #eaebec;
  margin: 20px;
  border: #ccc 1px solid;
  border-collapse: separate;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px #d1d1d1;
  -webkit-box-shadow: 0 1px 2px #d1d1d1;
  box-shadow: 0 1px 2px #d1d1d1
}

.simple-little-table th {
  font-weight: 700;
  padding: 21px 25px 22px;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #e0e0e0;
  background: #ededed;
  background: -webkit-gradient(linear,left top,left bottom,from(#ededed),to(#ebebeb));
  background: -moz-linear-gradient(top,#ededed,#ebebeb)
}

.simple-little-table th:first-child {
  text-align: left;
  padding-left: 20px
}

.simple-little-table tr:first-child th:first-child {
  border-top-left-radius: 3px
}

.simple-little-table tr:first-child th:last-child {
  border-top-right-radius: 3px
}

.simple-little-table tr {
  text-align: center;
  padding-left: 20px
}

.simple-little-table tr td:first-child {
  text-align: left;
  padding-left: 20px;
  border-left: 0
}

.simple-little-table tr td {
  padding: 18px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  background: #fafafa;
  background: -webkit-gradient(linear,left top,left bottom,from(#fbfbfb),to(#fafafa));
  background: -moz-linear-gradient(top,#fbfbfb,#fafafa)
}

.simple-little-table tr:nth-child(even) td {
  background: #f6f6f6;
  background: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f6f6f6));
  background: -moz-linear-gradient(top,#f8f8f8,#f6f6f6)
}

.simple-little-table tr:last-child td {
  border-bottom: 0
}

.simple-little-table tr:last-child td:first-child {
  border-bottom-left-radius: 3px
}

.simple-little-table tr:last-child td:last-child {
  border-bottom-right-radius: 3px
}

.simple-little-table tr:hover td {
  background: #f2f2f2;
  background: -webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#f0f0f0));
  background: -moz-linear-gradient(top,#f2f2f2,#f0f0f0)
}

.simple-little-table a:link,.simple-little-table a:visited {
  color: #666;
  font-weight: 700;
  text-decoration: none
}

.simple-little-table a:visited {
  color: #999
}

.simple-little-table a:active,.simple-little-table a:hover {
  color: #bd5a35;
  text-decoration: underline
}
/* End Table */
.site-plan {
  margin: 10px;
}

/**SLIDER CSS*/
.slide_wrapper {
  position: relative;
}
.slide_wrapper input {
  display: none;
}

.inner {
  width: 500%;
  line-height: 0;
}

article {
  width: 20%;
  float: left;
  position: relative;

}
article img {
  width: 100%;
}

/*---- SET UP CONTROL ----*/
.slider-prev-next-control {
  height: 50px;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider-prev-next-control label {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.7;
}
.slider-prev-next-control label:hover {
  opacity: 1;
}

.slider-dot-control {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
}
.slider-dot-control label {
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #bbb;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-dot-control label:hover {
  background: #ccc;
  border-color: #777;
}

/* Info Box */
.info {
  position: absolute;
  font-style: italic;
  line-height: 20px;
  opacity: 0;
  color: #000;
  text-align: left;
  -webkit-transition: all 1000ms ease-out 600ms;
  -moz-transition: all 1000ms ease-out 600ms;
  transition: all 1000ms ease-out 600ms;
}
.info h3 {
  color: #fcfff4;
  margin: 0 0 5px;
  font-weight: normal;
  font-size: 1.5em;
  font-style: normal;
}
.info.top-left {
  top: 30px;
  left: 30px;
}
.info.top-right {
  top: 30px;
  right: 30px;
}
.info.bottom-left {
  bottom: 30px;
  left: 30px;
}
.info.bottom-right {
  bottom: 30px;
  right: 30px;
}
.date_head {
  padding-top: 20px;
  font-size: 20px;
  font-weight: 600;
}
.address_head {
  font-size: 16px;
}
/* Slider Styling */
.slider-wrapper {
  width: 100%;
  overflow: hidden;
  height: 73vh;
  border-radius: 5px;
  box-shadow: 1px 1px 4px #666;
  background: #fff;
  background: #fcfff4;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.slider-wrapper .inner {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

/*---- SET POSITION FOR SLIDE ----*/
#slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide1:checked
~ .slider-prev-next-control
label:nth-child(5)::after, label:nth-child(5)::after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin: 0;
  line-height: 38px;
  font-size: 3em;
  display: block;
  color: #777;
}

#slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after {
  content: "\f105";
  padding-left: 15px;
}

#slide1:checked ~ .slider-prev-next-control label:nth-child(2), #slide2:checked ~ .slider-prev-next-control label:nth-child(3), #slide3:checked ~ .slider-prev-next-control label:nth-child(4), #slide4:checked ~ .slider-prev-next-control label:nth-child(5), #slide5:checked ~ .slider-prev-next-control label:nth-child(1) {
  display: block;
  float: right;
  margin-right: 5px;
}

#slide2:checked ~ .slider-prev-next-control label:nth-child(1), #slide3:checked ~ .slider-prev-next-control label:nth-child(2), #slide4:checked ~ .slider-prev-next-control label:nth-child(3), #slide5:checked ~ .slider-prev-next-control label:nth-child(4), #slide1:checked
~ .slider-prev-next-control
label:nth-child(5), label:nth-child(5) {
  display: block;
  float: left;
  margin-left: 5px;
}

#slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide1:checked
~ .slider-prev-next-control
label:nth-child(5)::after, label:nth-child(5)::after {
  content: "\f104";
  padding-left: 8px;
}

#slide1:checked ~ .slider-dot-control label:nth-child(1), #slide2:checked ~ .slider-dot-control label:nth-child(2), #slide3:checked ~ .slider-dot-control label:nth-child(3), #slide4:checked ~ .slider-dot-control label:nth-child(4), #slide5:checked ~ .slider-dot-control label:nth-child(5) {
  background: #333;
}

#slide1:checked ~ .slider-wrapper article:nth-child(1) .info, #slide2:checked ~ .slider-wrapper article:nth-child(2) .info, #slide3:checked ~ .slider-wrapper article:nth-child(3) .info, #slide4:checked ~ .slider-wrapper article:nth-child(4) .info, #slide5:checked ~ .slider-wrapper article:nth-child(5) .info {
  opacity: 1;
}

#slide1:checked ~ .slider-wrapper .inner {
  margin-left: 0%;
}

#slide2:checked ~ .slider-wrapper .inner {
  margin-left: -100%;
}

#slide3:checked ~ .slider-wrapper .inner {
  margin-left: -200%;
}

#slide4:checked ~ .slider-wrapper .inner {
  margin-left: -300%;
}

#slide5:checked ~ .slider-wrapper .inner {
  margin-left: -400%;
}
.mobile_hero {
  display: none;
}

.anchor {
  padding-top: 200px;  
  margin-top: -200px;
}
@media (max-width: 1270px) {
.slider-wrapper {
height: 100%;
}

}
/*---- TABLET ----*/
@media only screen and (max-width: 850px) and (min-width: 450px) {
  .slider-wrapper {
    border-radius: 0;
  }
}
/*---- MOBILE----*/
@media only screen and (max-width: 450px) {
  .slider-wrapper {
    border-radius: 0;
  }

  .slider-wrapper .info {
    opacity: 0;
  }
}

/*---- TABLET ----*/
@media only screen and (max-width: 850px) and (min-width: 450px) {
  .slider-wrapper {
    border-radius: 0;
  }
}
/*---- MOBILE----*/
@media only screen and (max-width: 450px) {
  .slider-wrapper {
    border-radius: 0;
  }

  .slider-wrapper .info {
    opacity: 0;
  }
}

/** END SLIDER**/ 
@media (max-width:1024px) {
  .logo-div {
    width: 100px;
  }
}
@media (max-width: 991px) {
  .text-block {
    line-height: 41px;
  }
  .hero-txt-div {
    padding-top: 150px;
  }
  .section-2 h1 {
    margin-top: 0px;
    color: #fff;
    font-size: 48px;
    padding-top: 23px;
}
}

@media (max-width: 931px) {
	.section-10 {
	    margin-top: 163px;
	}
	.logo-div {
	        top: 163px;
	}
}

@media (max-width: 767px) {
	.logo-div {
	    top: 140px;
	}
  .top-banner.mobile-banner{
    display: block;
  }
  .heading {
    font-size: 36px;
  }
  .paragraph {
    padding-right: 27px;
    padding-left: 21px;
  }
  .image-4 {
    padding-bottom: 34px;
    float: none;
  }

  .div-block {
    display: none;
  }
  .section-10 {
    margin-top: 0px;
  }
  .row {
    width: auto;
  }
  .gallery {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .logo-div {
    width: 120px;
    top: 90px;
}
  .section-2 h1 {
    margin-top: 0px;
    color: #fff;
    font-size: 38px;
    padding-top: 11px;
}
  .hero-txt-div {
    padding-top: 230px;
}
  .mobile_hero {
    background-image: url('../images/slide-mobile.jpg');
    height: 500px;
    display: block;
  }
  .slide_wrapper {
    display: none;
  }
  .mySlides {display: none;}
  .logo-div {
    margin-left: 12px;
  }
  .heading {
    font-size: 26px;
    line-height: 33px;
  }
  .text-block {
    font-size: 29px;
  }
  .heading-2 {
    text-align: center;
  }
  .paragraph {
    margin-top: 24px;
  }
  .image-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .parallax-section {
    display: none;
  }
}

