/*
================================================================
Import requied css files
================================================================
*/
/*
Theme Name: basicpack
Theme URI: http://underscores.me/
Author: Print Studio One
Author URI: https://psone.ca
Description: Basic Pack Website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: basicpack
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

basicpack is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*
======================================================================
VARIABLES
======================================================================
*/
/* ===========================================================
 * MIXINS
 * =========================================================== */
.doubleCol {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .doubleCol {
    width: 49%;
    padding: 0 33px;
  }
}
@media screen and (min-width: 992px) {
  .doubleCol {
    width: 49%;
  }
}
.tripleCol {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .tripleCol {
    width: 49%;
  }
}
@media screen and (min-width: 992px) {
  .tripleCol {
    width: 33%;
  }
}
.fourCol {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .fourCol {
    width: 49%;
  }
}
@media screen and (min-width: 992px) {
  .fourCol {
    width: 24%;
  }
}
.gradPosition {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  /*content: '\f001';*/
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  /*content: '\f002';*/
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/*
======================================================================
ANIMATIONS
======================================================================
*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}
/* SCROLLBAR CUSTOMIZATION */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb {
  background-color: #000;
}
/* MOBILE MENU ICON */
#nav-icon1 {
  width: 35px;
  height: 45px;
  position: relative;
  margin: 0px auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon1 span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #d3531a;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#nav-icon1 span:nth-child(1) {
  top: 7px;
}
#nav-icon1 span:nth-child(2) {
  top: 17px;
}
#nav-icon1 span:nth-child(3) {
  top: 27px;
}
#nav-icon1.open span:nth-child(1) {
  top: 18px;
  transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#nav-icon1.open span:nth-child(3) {
  top: 18px;
  transform: rotate(-135deg);
}
/* MAIN NAVIGATION */
.main-navigation {
  clear: both;
  display: block;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*
======================================================================
GLOBAL
======================================================================
*/
#section-6 {
  padding: 0;
}
.custom-btn {
  background: #1B81A0;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  padding: 10px 19px;
  width: 203px;
  margin-bottom: 45px;
  transition: 0.3s;
  margin-top: 24px;
  border: 2px solid #fff;
}
.custom-btn:hover {
  background: #fff;
  color: #1B81A0 !important;
  opacity: 1;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.grecaptcha-badge {
  visibility: hidden;
}
.background-slide {
  height: 628px;
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  .background-slide {
    height: 959px;
    background-position: center;
  }
}
.transform {
  transform: scaleX(-1);
}
.center {
  text-align: center;
}
.paddings {
  padding: 15px 15px 15px 15px;
}
.width-500 {
  max-width: 500px;
  padding-left: 20px;
  padding-right: 20px;
}
.width-800 {
  max-width: 800px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.width-872 {
  max-width: 872px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.width-914 {
  max-width: 914px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.width-977 {
  max-width: 977px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.width-900 {
  max-width: 1020px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.width-911 {
  max-width: 911px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.width-1500 {
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.width-1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.width-1700 {
  max-width: 1700px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.width-1670 {
  max-width: 1670px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.width-1600 {
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.white-text {
  color: #fff;
  text-shadow: 1px 2px 1px #000;
}
.black-text {
  color: #000;
  text-shadow: 1px 1px 0px #fff;
}
html,
body {
  overflow-x: hidden;
  margin: 0;
}
body {
  background-color: #fff;
}
h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: #000;
  margin-top: 0;
  font-size: 25px;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 42px;
  }
}
h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: #1B81A0;
  font-size: 30px;
  margin-bottom: 40px;
  line-height: 1.3;
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  h2 {
    margin-bottom: 34px;
    font-size: 45px;
  }
}
h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  color: #1B81A0;
  margin: 0px;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-top: 12px;
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 3px;
  font-size: 18px;
  letter-spacing: 3px;
  line-height: 1.5;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  h4 {
    font-size: 20px;
  }
}
p,
li,
td,
span {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: normal;
  color: #000;
  line-height: 1.6;
}
a {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: 16px;
  transition: 0.3s;
}
a:hover,
a:focus {
  text-decoration: none;
  opacity: 0.7;
}
.dashicons-menu {
  color: #000;
  font-size: 32px;
  width: 34px;
  height: 30px;
}
#return-to-top {
  position: fixed;
  bottom: 26px;
  right: 20px;
  background: #000;
  width: 40px;
  height: 40px;
  display: block;
  text-decoration: none;
  border-radius: 5px;
  border: 2px solid #000;
  display: none;
  z-index: 9;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 11px;
  top: 10px;
  font-size: 16px;
}
#return-to-top:hover {
  background: #000;
  opacity: 0.7;
  border: none;
}
#return-to-top:hover i {
  color: #fff;
  left: 13px;
  top: 12px;
}
.button_container,
.button_container_2 {
  display: block;
  position: absolute;
  top: 29%;
  right: 4%;
  height: 27px;
  width: 49px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
}
.button_container:hover,
.button_container_2:hover {
  opacity: 0.7;
}
.button_container.active span,
.button_container_2.active span {
  background-color: #1B81A0;
}
.button_container.active .top,
.button_container_2.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
}
.button_container.active .middle,
.button_container_2.active .middle {
  opacity: 0;
  width: 100%;
}
.button_container.active .bottom,
.button_container_2.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  width: 100%;
}
.button_container span,
.button_container_2 span {
  height: 4px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2),
.button_container_2 span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3),
.button_container_2 span:nth-of-type(3) {
  top: 22px;
}
@media screen and (min-width: 992px) {
  .button_container,
  .button_container_2 {
    display: none;
  }
}
.opaq {
  opacity: 0;
}
.filter-contain {
  position: relative;
  width: 49px;
  margin-left: 20px;
}
.filter-contain .button_container_2 {
  top: 0px;
  left: unset;
  right: unset;
  background: white;
  width: 50px;
}
.filter-contain .button_container_2.active span {
  background: #1B81A0;
}
.filter-contain .button_container_2 p {
  position: absolute;
  right: -71px;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}
.overlay .menu-item-96,
.overlay .menu-item-97 {
  display: inline-block;
  margin: 0 !important;
}
.overlay .menu-item-96 {
  margin-right: 22px !important;
}
.overlay .menu-item-93 {
  display: none;
}
.overlay img {
  width: 40px;
}
.overlay .menu-item-18 {
  display: none;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
  margin-top: 52px;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}
.overlay .overlay-menu {
  position: relative;
  height: 70%;
  top: 40%;
  transform: translateY(-50%);
  font-size: 50px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  height: 25%;
  height: calc(100% / 4);
  min-height: 40px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  font-size: 25px;
  text-transform: normal;
  margin-top: 30px;
  font-weight: 400;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
/*
======================================================================
HEADER
======================================================================
*/
#masthead.clone {
  position: fixed;
  border-bottom: 1px solid #1B81A0;
  padding-top: 18px;
  padding-bottom: 10px;
  z-index: 27;
}
#masthead.clone #site-navigation ul .menu-item-18 {
  margin-left: 126px;
  margin-top: -18px;
}
@media screen and (min-width: 992px) {
  #masthead.clone #site-navigation ul .menu-item-18 {
    margin-left: 29px;
  }
}
@media screen and (min-width: 1500px) {
  #masthead.clone #site-navigation ul .menu-item-18 {
    margin-left: 64px;
  }
}
@media screen and (min-width: 1700px) {
  #masthead.clone #site-navigation ul .menu-item-18 {
    margin-left: 126px;
  }
}
#masthead.clone #site-navigation ul .menu-item-18 img {
  width: 216px;
}
#masthead.clone #site-navigation {
  margin-top: 8px;
}
.site-logo {
  display: inline-block;
  margin-left: 22px;
  width: 142px;
}
@media screen and (min-width: 992px) {
  .site-logo {
    margin-left: 33px;
    width: 214px;
  }
}
@media screen and (min-width: 1500px) {
  .site-logo {
    margin-left: 90px;
    width: 214px;
  }
}
.flex-slider {
  border: none;
  margin: 0;
}
.flex-slider .flex-control-nav {
  display: none;
}
.flex-slider li {
  position: relative;
}
.flex-slider .slide-content {
  position: absolute;
  left: 0;
  bottom: unset;
  top: 50%;
  width: 391px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .flex-slider .slide-content {
    position: absolute;
    width: 881px;
    left: 0;
    top: unset;
    bottom: 40px;
    padding: 117px 98px;
    text-align: left;
    background-color: transparent;
    padding-bottom: 0;
  }
}
.flex-slider .slide-content img {
  display: block;
  width: 68px;
  vertical-align: middle;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .flex-slider .slide-content img {
    width: 111px;
    margin: 0;
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 992px) {
  .flex-slider .slide-content img {
    width: 162px;
  }
}
.flex-slider .slide-content p {
  color: #fff;
}
.flex-slider .slide-content p:first-of-type {
  font-size: 15px;
  letter-spacing: 3px;
  margin-bottom: 9px;
  margin-top: 19px;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .flex-slider .slide-content p:first-of-type {
    font-size: 19px;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.flex-slider .slide-content h1 {
  color: #fff;
  display: block;
  vertical-align: middle;
  width: 100%;
  margin-left: 0px;
  font-size: 25px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .flex-slider .slide-content h1 {
    display: inline-block;
    font-size: 39px;
  }
}
@media screen and (min-width: 1500px) {
  .flex-slider .slide-content h1 {
    font-size: 47px;
  }
}
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  background-color: transparent;
  margin-top: 0px;
  background-color: #fff;
  padding: 28px 0;
}
.starburst {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -151%);
  max-width: 62px;
}
.starburst .one {
  width: 2px;
  height: 0px;
  background: #000;
  position: absolute;
  bottom: 14px;
  right: 19px;
  transform: rotate(134deg);
  -webkit-backface-visibility: hidden;
  transition: 0.3s ease-in-out;
}
.starburst .two {
  width: 2px;
  height: 0px;
  background: #000;
  position: absolute;
  bottom: 27px;
  right: 10px;
  transform: rotate(152deg);
  -webkit-backface-visibility: hidden;
  transition: 0.3s ease-in-out;
}
.starburst .three {
  width: 2px;
  height: 0px;
  background: #000;
  position: absolute;
  bottom: 18px;
  transform: rotate(1);
  -webkit-backface-visibility: hidden;
  right: 0;
  transition: 0.3s ease-in-out;
}
.starburst .four {
  width: 2px;
  height: 0px;
  background: #000;
  position: absolute;
  bottom: 27px;
  right: -10px;
  transform: rotate(208deg);
  -webkit-backface-visibility: hidden;
  transition: 0.3s ease-in-out;
}
.starburst .five {
  width: 2px;
  height: 0px;
  background: #CEA277;
  position: absolute;
  bottom: 14px;
  right: -19px;
  transform: rotate(42deg);
  -webkit-backface-visibility: hidden;
  transition: 0.3s ease-in-out;
}
#site-navigation {
  vertical-align: middle;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  #site-navigation {
    width: 72%;
    display: inline-block;
  }
}
@media screen and (min-width: 1500px) {
  #site-navigation {
    width: 74%;
    display: inline-block;
  }
}
@media screen and (min-width: 1700px) {
  #site-navigation {
    width: 80%;
    display: inline-block;
  }
}
#site-navigation ul {
  float: right;
}
#site-navigation ul li {
  margin-left: 71px;
}
@media screen and (min-width: 992px) {
  #site-navigation ul li {
    margin-left: 27px;
  }
}
@media screen and (min-width: 1500px) {
  #site-navigation ul li {
    margin-left: 37px;
  }
}
@media screen and (min-width: 1700px) {
  #site-navigation ul li {
    margin-left: 71px;
    margin-top: 5px;
  }
}
#site-navigation a {
  font-size: 22px;
  transition: 0.3s;
  font-weight: 900;
  position: relative;
}
@media screen and (min-width: 992px) {
  #site-navigation a {
    font-size: 15px;
  }
}
@media screen and (min-width: 1500px) {
  #site-navigation a {
    font-size: 17px;
  }
}
#site-navigation a:hover {
  opacity: 0.7;
}
.selected {
  padding-bottom: 2px;
}
/*
======================================================================
HOME PAGE
======================================================================
*/
.home-slide img {
  object-fit: cover;
  height: 600px !important;
  object-position: 72%;
}
@media screen and (min-width: 992px) {
  .home-slide img {
    object-fit: unset;
    height: unset !important;
    object-position: unset;
  }
}
.grad-slide {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 9%, rgba(0, 0, 0, 0.4) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#66000000', GradientType=0);
  /* IE6-9 */
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
  color: #fff;
}
.section {
  padding: 52px 0;
}
@media screen and (min-width: 992px) {
  .section {
    padding: 160px 0;
  }
}
.section img {
  width: auto;
  margin: 20px 20px;
}
.section .double-sec img {
  width: 100%;
  margin: 0;
}
.section .double-sec ul {
  padding-left: 32px;
}
.section .double-sec .doubleCol:nth-of-type(2) {
  padding-left: 0px;
  padding-top: 40px;
}
@media screen and (min-width: 992px) {
  .section .double-sec .doubleCol:nth-of-type(2) {
    padding-left: 104px;
  }
}
.section .double-sec .doubleCol.transform:nth-of-type(2) {
  padding-right: 0px;
  padding-left: 0;
  padding-top: 40px;
}
@media screen and (min-width: 992px) {
  .section .double-sec .doubleCol.transform:nth-of-type(2) {
    padding-right: 104px;
    padding-left: 0;
  }
}
.section .tripleCol {
  padding: 0 0px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .section .tripleCol {
    padding: 0 25px;
  }
}
@media screen and (min-width: 992px) {
  .section .tripleCol {
    padding: 0 40px;
    margin-bottom: 0px;
  }
}
.section .fourCol {
  padding: 0 0px;
  margin-bottom: 40px;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .section .fourCol {
    padding: 0 25px;
  }
}
@media screen and (min-width: 992px) {
  .section .fourCol {
    padding: 0 40px;
    margin-bottom: 0px;
  }
}
/*
===================================
FOOTER
===================================
*/
footer {
  padding: 73px 0;
  padding-bottom: 15px;
}
@media screen and (min-width: 992px) {
  footer {
    padding: 112px 0;
    padding-bottom: 15px;
  }
}
footer a {
  display: block;
}
footer img {
  width: auto;
}
footer form {
  padding-top: 72px;
}
footer .doubleCol a {
  display: block;
}
footer .address {
  margin: 20px 0;
}
footer .doubleCol:nth-of-type(2) {
  padding: 0 20px;
}
@media screen and (min-width: 992px) {
  footer .doubleCol:nth-of-type(2) {
    padding: 0 122px;
  }
}
footer textarea {
  height: 176px;
}
footer input,
footer select,
footer textarea {
  width: 100%;
  padding: 8px 13px;
}
.copyright {
  padding-top: 104px;
  padding-bottom: 7px;
  padding-left: 15px;
  padding-right: 15px;
}
.copyright a,
.copyright span {
  font-size: 12px;
  font-weight: 400;
}
/*
===================================
404 Page
===================================
*/
.error404 #site-navigation a {
  color: #1B81A0 !important;
}
.error-404 {
  text-align: center;
  padding-top: 241px;
  padding-bottom: 76px;
}
.error-404 .page-title {
  color: #000;
  font-weight: 400;
}
.error-404 .page-header {
  border: none;
  background-color: transparent;
  margin: 193px 0 20px;
}
.error-404 .page-content h1 {
  font-size: 120px;
  font-weight: 900;
  color: #000;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000 !important;
  opacity: 1;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000 !important;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000 !important;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000 !important;
  opacity: 1;
}
