/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
	display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap; /* 1 */
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
	white-space: inherit;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
*, *:before, *:after {
	background: transparent !important;
	color: #000 !important; /* Black prints faster */
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
/*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

a[href^="#"]:after, a[href^="javascript:"]:after {
	content: "";
}
pre {
	white-space: pre-wrap !important;
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
/*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
/* Custom CSS from example.css removed reset.css part
 * --------------------------------------- */
body {
	font-family: 'Lato', sans-serif;
}
.ms-section {
	text-align: center;
}
#header, #footer {
	position: fixed;
	height: 60px;
	display: block;
	width: 100%;
	z-index: 9;
	text-align: center;
	padding: 20px 0 20px 0;
}
#header {
	top: 0px;
	background-color: white;
}
#footer {
	bottom: 0px;
}
/* side nav 
* ---------------------- */

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	background-color: #f7f8f9;
	overflow-x: hidden;
	transition: 0.3s;
	padding-top: 100px;
}
.sidenav a {
	padding: 8px 5px 8px 55px;
	text-decoration: none;
	font-size: 15px;
	color: #969696;
	display: block;
	transition: 0.3s;
	font-weight: 300;
}
.sidenav a:hover {
	color: #d3ac4e;
}
.sidenav .closebtn {
	position: absolute;
	top: 10px;
	left: -30px;
	font-size: 30px;
}

@media screen and (max-height: 450px) {
.sidenav {
	padding-top: 15px;
}
.sidenav a {
	font-size: 18px;
}
}
.custom-bg {
	background-attachment: scroll;
    background-position:center top;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
}
.custom-title-h2 {
	color: #969696;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 34px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.custom-titlesub-h2 {
	color: white;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 34px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.custom-tagline-p {
	color: #969696;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 1px;
	margin: 0;
	font-weight: 300;
}
.button {
	background-color: #d3ac4e; /* Green */
	border: none;
	color: white;
	padding: 10px 18px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	margin: 20px 2px 4px 2px;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 300;
}
.button5 {
	background-color: white;
	color: #d3ac4e;
	border: 1px solid #d3ac4e;
}
.button5:hover {
	color: #d3ac4e;
	border: 2px solid #d3ac4e;
}

.custom-button-transp {
	background-color: transparent;
	color: white;
	border-color: white;
}
.custom-button-transp:hover {
	background-color: transparent;
	color: white;
	border-color: white;
}

.custom-hide {
	display: none;
}
.custom-hide2 {
	display: block;
}
body, html {
	overflow: auto;
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
.custom-hide {
	display: block;
}
.custom-hide2 {
	display: none;
}
#header {
	background-color: transparent;
}
html, body {
	overflow: hidden;
	height: 100%;
}
}
.custom-image {
	width: 100%;
	height: auto;
}
.custom-hero1 {
	width: 100%;
	height: 550px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.custom-sub1 {
	text-align: center;
}
body {
	max-width: 1440px;
}
.custom-homelink {
	text-decoration: none;
	color: #969696;
}
.custom-homelink:hover {
	color: #d3ac4e;
}
.custom-homelink-m {
	text-decoration: none;
	color: white;
}
.custom-p-c {
	text-align: justify;
	color: #969696;
	padding-left: 20px;
	padding-right: 20px;
	
}
.custom-p-c2 {
	text-align: center;
}


.custom-btn-hvr {
	background-color: white;
}

.custom-btn-hvr  {
	background-color: #d3ac4e;
}
.custom-btn-gold {
	border-color: #d3ac4e;
	color: #d3ac4e;
}
.custom-btn-gold:hover  {
	background-color: #d3ac4e;
	color: white;
	border-color: #d3ac4e;
}



    .swiper-container {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }