/* 

Sonic Template 

http://www.templatemo.com/tm-394-sonic

*/
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 500;
  src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2) format('woff2');
  font-display: swap;
}
html {
    overflow-x:hidden;
}
.site-title{
    font-size: 14px;
    color: whitesmoke;
    display:inline;
    text-transform: capitalize;
    font-weight: 300;
}
.alert {
  padding-left: 3%;
  padding-right: 3%;
}
.pdf {
  background-image: url("../images/pdf.webp");
  background-position: left;
  background-repeat: no-repeat;
  display: block;
  min-height: 40px;
  padding-left: 41px;
  vertical-align: middle;
}
.calendar {
  background-image: url("../images/event.png");
  background-position: left;
  background-repeat: no-repeat;
  display: block;
  min-height: 40px;
  padding-left: 41px;
  vertical-align: middle;
}
.phone {
  background-image: url("../images/apps/phone.webp");
  background-repeat: no-repeat;
  max-height: 40px;
  padding-left: 31px;
  vertical-align: top;
}
.contact-card {
  width: 25px;
}
#yt-live {}
a {
  cursor: pointer;
}
.small-pdf {
  background-image: url("../images/pdf.webp");
  background-position: left;
  background-repeat: no-repeat;
  display: block;
  min-height: 20px;
  padding-left: 31px;
  vertical-align: top;
}
.external {
  background-image: url("../images/external_link_icon_152846.webp");
  background-position: left;
  background-repeat: no-repeat;
  display: inline-block;
  min-height: 10px;
  text-indent: 15px;
}
.table tr:hover {
  background-color: aliceblue !important;
}
.progress {
  margin: 3px;
}
.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.85;
  text-decoration: none;
}
.main-menu, .responsive-menu ul, .social-member, .progess-bars, .first-footer .social-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body {
  font: 14.5px/1.85em 'Open Sans', Arial, Helvetice Neue, sans-serif;
  font-display: fallback;
  color: #090909;
  font-weight: 330;
  font-style: normal;
  width: 100%;
    padding: 0px;
    margin: 0px;
  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust: 100%;
}
a, a:hover, a:focus {
  text-decoration: none;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', Arial, Helvetice Neue, sans-serif;
  padding-top: .8em
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#main-content, .full-width-slider {
  width: 80%;
  margin-left: 10%
}
.section-content {
  padding: 0 3%;
  margin-bottom: 30px;
}
.section-title {
  border-top: 2px solid;
  margin-bottom: 45px;
  margin-top: 60px;
}
.section-title h2 {
  display: inline-block;
  padding: 20px 35px;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  font-size: 20px;
}
#about .section-title {
  border-color: #221900;
}
#about h2 {
  background-color: #422900;
}
#about2 .section-title {
  border-color: #e09d1a;
}
#about2 h2 {
  background-color: #e9b144;
}
#services .section-title {
  border-color: #221900;
}
#services h2 {
  background-color: #221900;
}
#portfolio .section-title {
  border-color: #85BB5D;
}
#portfolio h2 {
  background-color: #85BB5D;
}
#portfolio2 .section-title {
  border-color: #1dcb7c;
}
#portfolio2 h2 {
  background-color: #38e395;
}
#contact .section-title {
  border-color: #cb1d62;
}
#contact h2 {
  background-color: #e3387c;
}
#calendar {
  padding-left: 3%;
  padding-right: 3%;
}
a.largeButton {
  color: #FFFFFF;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  padding: 10px 20px;
  margin-top: 5px;
  border-bottom: 3px solid;
}
a.smallButton {
  color: #FFFFFF;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  display: inline-block;
  padding: 5px 10px;
  border-bottom: 3px solid;
}
.nav-tabs li {
  margin-bottom: 1em;
}
.nav-tabs li:hover {
  border-bottom: #0f2546 medium solid;
}
.homeBgColor {
  background: #30881E;
}
.alertBgColor {
  background: #A00D10;
}
.homeBgColor:hover {
  background-color: #154703;
  color: #FFFFFF
}
.alertBgColor:hover {
  background: #E90206;
}
.portfolioBgColor {
  background: #85BB5D;
}
.portfolioBgColor:hover {
  background-color: #85BB5D;
}
.contactBgColor {
  background: #e3387c;
}
.contactBgColor:hover {
  background-color: #9f164d;
}
a.largeButton.homeBgColor {
  border-color: green;
  color: #FFFFFF;
}
a.largeButton.alertBgColor {
  border-color: #A00D10;
  color: #FFFFFF;
}
a.largeButton.portfolioBgColor {
  border-color: #169f60;
}
a.largeButton.contactBgColor {
  border-color: #9f164d;
}
#main-sidebar {
  float: left;
  width: 23%;
  height: 100%;
  position: fixed;
  background-color: #495054;
  color: white;
}
.logo {
  margin: 10px 0;
  background-color: #85BB5D;
  padding: 25px 40px;
  text-align: center
}
.logo a {
  color: #232323;
}
.logo a h1 {
  font-size: 25px;
  margin: 0;
  font-weight: 800;
}
.logo span {
  color: #bee3f6;
  font-size: 13px;
}
.main-menu {
  text-align: center;
}
.main-menu li {
  margin-bottom: 1px;
  display: inline;
}
.main-menu li a {
  color: white;
  text-transform: uppercase;
  display: block;
  border-left: 4px solid;
  padding: 15px 30px;
  background-color: #383e41;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.main-menu li a:hover {
  background-color: #34393b;
}
.site-menu {
  width: 100%;
  margin-left: 10%;
  float: left;
  list-style: none;
  list-style-type: none;
}
.site-menu ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.site-menu li {
  float: left;
  font-size: 1.2em;
}
.site-menu li a {
  display: block;
  color: #212121;
  ;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.site-menu li a:hover {
  border-bottom: #208A1F medium solid;
}
li.home a {
  border-color: #38a9e3;
}
li.home a.active {
  color: #38a9e3;
}
li.about a {
  border-color: #e9b144;
}
li.about a.active {
  color: #e9b144;
}
li.about2 a {
  border-color: #e9b144;
}
li.about2 a.active {
  color: #e9b144;
}
li.highlights a {
  border-color: #974dea;
}
li.highlights a.active {
  color: #974dea;
}
li.services a {
  border-color: #974dea;
}
li.services a.active {
  color: #974dea;
}
li.portfolio a {
  border-color: #85BB5D;
}
li.portfolio a.active {
  color: #85BB5D;
}
li.contact a {
  border-color: #e3387c;
}
li.contact a.active {
  color: #e3387c;
}
a.menu-toggle-btn {
  width: 100%;
  height: 60px;
  background-color: #38a9e3;
  text-align: center;
  line-height: 60px;
  display: block;
  color: white;
}
a.menu-toggle-btn i {
  line-height: 60px;
}
.main-slider {
  width: 100%;
  height: 800px;
  background-color: black;
}
.flexslider .slides {
  height: 800px;
  z-index: -1;
  opacity: .85;
}
.slides ul li img {
  padding-top: 56.25%;
}
.slider-caption {
  position: absolute;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  height: 100;
  z-index: 8;
  color: white;
  top: 200px;
}
.slider-caption h2, h1 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
  color: white;
  opacity: 100
}
.slider-caption p {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 50%;
  margin: 0 auto 30px auto;
  line-height: 1.8em;
}
.flexslider {
  background-color: black;
  height: 800px;
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.flexslider img {
  position: relative;
  opacity: 0.7;
  width: 100%;
  z-index: 7;
}
.flex-control-nav {
  bottom: 15px;
  z-index: 9;
}
.flex-control-paging li a {
  background-color: white;
  border: 2px solid black;
  opacity: 0.6;
}
.flex-control-paging li a:hover {
  opacity: 1;
  background: white;
}
.flex-control-paging li a.flex-active {
  opacity: 1;
  background: white;
}
.welcome-text {
  padding-top: 0px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 20px;
  text-align: center;
}
.welcome-text a {
  color: #050A64;
  cursor: pointer;
}
.welcome-text .largeButton {
  color: white
}
.welcome-text .smallButton {
  color: white
}
.welcome-text h1, h2 {
  color: #7688AD;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 32px;
}
.welcome-text p {
  color: #545454;
}
.member-item {
  overflow: hidden;
  height: auto;
}
.member-item:hover .overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.member-thumb {
  width: 100%;
  overflow: hidden;
  height: auto;
  position: relative;
}
.member-thumb img {
  width: 100%;
}
.member-thumb .overlay {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.member-content {
  margin-top: 10px;
  overflow: hidden;
  text-align: center;
}
.member-content h4 {
  text-transform: uppercase;
  font-size: 18px;
  color: #e9b144;
}
.member-content p {
  color: #aaaaaa;
  font-size: 12;
}
.social-member li {
  display: inline;
  float: left;
  width: 40px;
  height: 40px;
  background-color: #e9b144;
  text-align: center;
  margin-right: 1px;
}
.social-member li a {
  display: block;
  line-height: 40px;
  color: white;
}
.social-member li:hover {
  background-color: #e5a424;
}
.our-story {
  margin-top: 80px;
}
.our-story h3 {
  color: #e9b144;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0 0 20px 0;
}
.story-image {
  margin-top: 30px;
  overflow: hidden;
}
.story-image img {
  width: 100%;
  height: auto;
}
.service-item {
  background-color: #974dea;
  color: white;
}
.service-item .service-icon {
  width: 25%;
  float: left;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  margin-top: 30px;
  height: 100%;
}
.service-item .service-content {
  width: 75%;
  overflow: hidden;
  text-align: center;
  padding: 20px 20px 20px 0;
}
.service-item .service-content h3 {
  margin: 0;
  font-size: 20px;
}
.our-skills {
  margin-top: 80px;
}
.our-skills h3 {
  color: #974dea;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0 0 20px 0;
}
.progress-bar {
  background-color: #974dea;
  text-transform: uppercase;
  font-size: 12px;
}
.portfolio-thumb {
  overflow: hidden;
  position: relative;
}
.portfolio-thumb img {
  width: 80%;
  max-height: 250px;
  min-height: 200px border: thin #eeeeee solid;
  margin-left: 10%;
  text-align: center
}
.portfolio-thumb .overlay-p {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  margin-left: 10%;
  background-color: #85BB5D;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.portfolio-thumb .overlay-p a {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 50%;
  margin-left: -15px;
  color: white;
}
.quick-links-thumb img {
  width: 60%;
  height: auto;
  border: thin #eeeeee solid;
  margin-left: 20%;
  text-align: center
}
.portfolio-item {
  margin-bottom: 40px;
  overflow: hidden;
}
.portfolio-item:hover .overlay-p {
  visibility: visible;
  opacity: 1;
}
.portfolio-title {
  width: 100%;
  text-align: center;
}
.portfolio-desc {
  width: 100%;
  text-align: center;
}
.portfolio-desc h4 {
  margin-top: .0em;
  padding-top: 1em;
}
.portfolio-desc a {
  color: #212CA6
}
.portfolio-title a {
  color: #224A21;
  font-size: 18px;
  text-transform: uppercase;
}
.load-more {
  width: 100%;
  text-align: center;
}
.map-holder {
  border: 1px solid #d5dbe0;
  padding: 6px;
  background-color: #fafafa;
}
.google-map-canvas {
  height: 400px;
}
.contact-form {
  margin-top: 10px;
}
.contact-form input, .contact-form textarea, .contact-form select {
  width: 100%;
  display: block;
  border: 1px solid #d5dbe0;
  padding: 10px 15px;
  outline: 0;
}
.contact-form input, .contact-form select {
  height: 44px;
  margin-bottom: 30px;
}
.contact-form label {
  font-weight: normal;
}
.contact-form label.required:after {
  content: "*";
  color: red;
  margin-left: 5px;
}
.contact-form section {
  margin-bottom: 60px !important;
}
.submit-btn {
  margin-top: 30px;
}
.first-footer {
  background-color: #ffffff;
  padding: 50px;
  margin-top: 1.5em;
  text-align: center;
  border-left: 5px solid #ffffff;
  width: 100%
}
.first-footer .social-footer ul li {
  display: inline;
}
.first-footer .social-footer ul li a {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */ background-color: #313639;
  color: white;
  text-align: center;
  line-height: 40px;
}
.bottom-footer {
  background-color: #313639;
  color: white !important;
  padding: 25px 7% 16px 7%;
  width: 100%
}
.bottom-footer a {
  color: white;
}
.bottom-footer .credits {
  text-align: right;
  color: white !important;
}
a {
  color: #13158E;
  font-weight: 300;
  font-size: 1.1em;
}
header {
  font-size: 1em;
  color: white;
  background-color: #1B1001;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-bottom: 0px;
  text-align: center;
  top: 0px;
  width: 100%;
}
.nav-wrap {
  background-color: #0f2546;
  padding-bottom: 0;
  overflow: hidden;
  border-bottom: #000 thin solid;
  width: 100%;
}
.navbar {
  background-color: transparent;
  border: none;
  vertical-align: text-bottom;
  font-size: 18px;
  font-weight: 600;
    overflow: hidden;
}
.navbar-nav a {
  background-color: transparent;
  color: #fff;
  font-weight: 600;
}
.navbar-nav a {
  color: white;
  border-top: medium solid transparent;
}
.navbar-nav li a {
  color: white !important;
  font-weight: 400 !important;
}
.navbar-nav li a:hover {
  color: #C1BBA6 !important;
}
.navbar-nav li:hover {
  transition: all 1s ease;
}
.quick-links-bar {
  padding-top: 20px;
  padding-bottom: 00px;
  background-color: #0E310D;
  min-height: 110px;
}
.quick-links-bar ul {
  padding-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  list-style-type: none;
  list-style-type: none;
  vertical-align: middle;
  text-align: center;
}
.header-wrap {
  overflow: hidden;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  z-index: 99;
  transition: 0.2s;
}
.site-footer {
  width: 100%;
}
.card {
  border: thin #eee solid;
  padding: 1em;
  margin: 1em;
  background-color: #FCFCFC;
  min-height: 650px;
}
.card:hover {
  background-color: #eeeeee;
}
#news li {
  margin-bottom: .85em;
}
#tourbookchapterlist li {
  background-color: #006405 !important;
  min-height: 32px;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 90%; /* Could be more or less, depending on screen size */
}
/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
main {
  width: 100%;
  margin-left: 5%;
  margin-right: 5%;
}
fieldset label {
  display: flex;
  align-items: center;
  text-indent: 10px;
  padding-bottom: 1.5em;
}
fieldset input[type=checkbox], input[type=radio] {
  width: 25px;
  height: 25px;
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
  vertical-align: text-top;
  position: relative;
  top: -1px;
}
input[type=checkbox], input[type=radio] {
  width: 25px;
  height: 25px;
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
  vertical-align: text-top;
  position: relative;
  top: -1px;
}
/* style all input elements with a required attribute */
/**
 * style input elements that have a required
 * attribute and a focus state
 */
.required:focus {
  border: 1px solid red !important;
  outline: none !important;
}
input:required:focus {
  border: 1px solid red !important;
  outline: none !important;
}
select:required:focus {
  border: 1px solid red !important;
  outline: none !important;
}
textarea:required:focus {
  border: 1px solid red !important;
  outline: none !important;
}
fieldset:required:focus {
  border: 1px solid red !important;
  outline: none !important;
}
.inView {
  opacity: 1;
  -webkit-transform: translateY(0px) rotate(0deg) translateZ(0);
  transform: translateY(0px) rotate(0deg) translateZ(0);
}
.fc-daygrid-event-harness a {
  background-color: #094D73;
  color: white !important;
  font-weight: 100 !important;
  overflow-wrap: break-word;
}
.fc-daygrid-event-harness a:hover {
  background-color: #094D73;
  color: white !important;
  font-style: italic !important;
  overflow: auto !important
}
.sr-only {
  position: absolute;
  color: white;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/**
 * style input elements that have a required
 * attribute and a hover state
 */
.required:hover {
  opacity: 1 !important;
}
.bottom-footer .nav-link a:hover {
  color: black;
}
.ol-popup {
  display: none;
  position: absolute;
  background-color: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  min-width: 250px;
}
#popup-content {
  max-height: 350px;
  overflow: scroll;
}
.ol-popup h4 {
  font-size: 1em;
  font-weight: bold;
}
.ol-popup:after, .ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}
.ol-popup:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}
.ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  left: 8px;
  font-size: 1.4em;
}
.ol-popup-closer:after {
  content: "✖";
}
/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {

}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;

  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Mega Menu header, if needed */
.dropdown-content .dd-header {
  background: red;
  padding: 16px;
  color: white;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 10px;
  background-color: #ccc;
  height: 250px;
}

/* Style links inside the columns */
.column a {
  float: none;
  color: black;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a background color on hover */
.column a:hover {
  background-color: #ddd;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 991px) {
  #main-content {
    width: 100%;
  }
  .first-footer {
    border-left: 0;
  }
  .flexslider .slides, .flexslider, .main-slider {
    height: auto;
  }
  .service-item {
    margin-bottom: 30px;
  }
  .progess-bars {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .slider-caption a, .slider-caption p {
    display: none;
    top: 50px !important;
  }
}
@media (max-width: 581px) {
  .slider-caption {
    display: none;
  }
}
@media (max-width: 320px) {
  .slider-caption {
    display: none;
  }
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    height: auto;
  }
}
